

/* Start:/local/templates/cvetok/components/bitrix/news.detail/header_top/style.css?1618235400155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/cvetok/components/bitrix/news.list/banner_main_slider/style.css?1668938596897*/
.main_img_block {
    position: relative;
}
.main_img_block .slider_nav {
    position: absolute;
    top: 42%;
    border-top: unset;
    padding-top: unset;
}
.main_img_block .slider_nav .btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.main_img_block .slider_nav .btns .btn_left {
    margin-right: 0;
    margin-left: 15px;
    opacity: 0.5;
}
.main_img_block .slider_nav .btns .btn_right {
    margin-right: 15px;
    opacity: 0.5;
}

.main_img_block .slider_nav .btns .btn_left:hover, .main_img_block .slider_nav .btns .btn_right:hover {
    opacity: 1;
}

.main_img_block__mobile {
    display: none !important;
}
.main_img_block__desktop {
    width: 100%;
}


@media (max-width: 640px) {
    .main_img_block__desktop {
        display: none !important;
    }

    .main_img_block__mobile {
        display: block !important;
        width: 100%;
    }

}
/* End */


/* Start:/local/templates/cvetok/components/bitrix/search.form/search_panel/style.css?1667609043385*/
.search_panel .search_panel__req {
    font-size: 16px;
    display: inline-block;
    padding: 5px 24px;
    vertical-align: top;
    color: #333;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: none;
}
.search_panel .btn {
    height: unset;
    padding: 5px 12px;
    min-width: unset;
    display: inline-block;
}
/* End */


/* Start:/local/templates/cvetok/components/bitrix/news.detail/footer/style.css?1619001052155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/cvetok/components/bitrix/news.detail/contacts_menu/style.css?166769598170*/
.phone-text {
    display: block;
    font-size: 12px !important;
}
/* End */


/* Start:/local/templates/cvetok/components/bitrix/news.list/store_addresses_points/style.css?1618932151150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/cvetok/components/bitrix/sale.basket.basket.line/footer/style.css?16315460274348*/
.bx-basket { }

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

/*.bx-basket-block a { margin-right: 10px; }*/

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/local/templates/cvetok/components/bitrix/search.form/mobile_panel_search/style.css?1628183014713*/
.panel_search {
    position: absolute;
    z-index: 8;
    bottom: 0;
    right: 0;
    display: flex;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: all .2s ease-out;
    opacity: 0;
    background-color: #fff;
    align-items: stretch;
    justify-content: flex-start;
}
.panel_search .form__search {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    outline: none;
}
.panel_search .close_search {
    display: flex;
    height: 100%;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
}
.ps_opened {
    visibility: visible;
    transition: all .2s ease-out;
    opacity: 1;
}
/* End */


/* Start:/local/templates/cvetok/template_styles.css?1739472092134381*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

p {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    color: #000;
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea { /* 1 */
    font: inherit; /* 2 */
    margin: 0;
    color: inherit; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] { /* 2 */
    cursor: pointer;
    -webkit-appearance: button; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type='search'] { /* 1 */ /* 2 */
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend { /* 1 */
    padding: 0;
    border: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

/* font-family: "cvetok_icon"; */
@font-face {
    font-family: 'cvetok_icon';
    src:  url('/local/templates/cvetok/fonts/cvetok_icon/cvetok_icon.eot?cv3t0k');
    src:  url('/local/templates/cvetok/fonts/cvetok_icon/cvetok_icon.eot?cv3t0k#iefix') format('embedded-opentype'),
    url('/local/templates/cvetok/fonts/cvetok_icon/cvetok_icon.ttf?cv3t0k') format('truetype'),
    url('/local/templates/cvetok/fonts/cvetok_icon/cvetok_icon.woff?cv3t0k') format('woff'),
    url('/local/templates/cvetok/fonts/cvetok_icon/cvetok_icon.svg?cv3t0k#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'cvetok_icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-hours:before {
    content: "\e912";
}
.icon-flowers:before {
    content: "\e913";
}
.icon-Individual:before {
    content: "\e914";
}
.icon-service:before {
    content: "\e915";
}
.icon-viber:before {
    content: "\e90d";
}
.icon-bag:before {
    content: "\e906";
}
.icon-lk:before {
    content: "\e907";
}
.icon-checkmark:before {
    content: "\e908";
}
.icon-checkbox-checked1:before {
    content: "\e909";
}
.icon-checkmark1:before {
    content: "\e90a";
}
.icon-cancel:before {
    content: "\e90b";
}
.icon-phone1:before {
    content: "\e90c";
}
.icon-magnifier:before {
    content: "\e90f";
}
.icon-zoomin:before {
    content: "\e910";
}
.icon-zoomout:before {
    content: "\e911";
}
.icon-heart2:before {
    content: "\e900";
}
.icon-search:before {
    content: "\e901";
}
.icon-location1:before {
    content: "\e90e";
}
.icon-mail1:before {
    content: "\e902";
}
.icon-params:before {
    content: "\e904";
}
.icon-calendar1:before {
    content: "\e905";
}
.icon-plus:before {
    content: "\f067";
}
.icon-envelope-o:before {
    content: "\f003";
}
.icon-heart1:before {
    content: "\f004";
}
.icon-check:before {
    content: "\f00c";
}
.icon-close:before {
    content: "\f00d";
}
.icon-remove:before {
    content: "\f00d";
}
.icon-times:before {
    content: "\f00d";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-heart-o:before {
    content: "\f08a";
}
.icon-envelope:before {
    content: "\f0e0";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-cc-visa:before {
    content: "\f1f0";
}
.icon-cc-mastercard:before {
    content: "\f1f1";
}
.icon-cc-paypal:before {
    content: "\f1f4";
}
.icon-odnoklassniki:before {
    content: "\f264";
}
.icon-volume-control-phone:before {
    content: "\f2a0";
}
.icon-home3:before {
    content: "\e903";
}
.icon-cart:before {
    content: "\e93a";
}
.icon-credit-card:before {
    content: "\e93f";
}
.icon-phone:before {
    content: "\e942";
}
.icon-phone-hang-up:before {
    content: "\e943";
}
.icon-pushpin:before {
    content: "\e946";
}
.icon-location:before {
    content: "\e947";
}
.icon-location2:before {
    content: "\e948";
}
.icon-map:before {
    content: "\e94b";
}
.icon-map2:before {
    content: "\e94c";
}
.icon-history:before {
    content: "\e94d";
}
.icon-clock:before {
    content: "\e94e";
}
.icon-calendar:before {
    content: "\e953";
}
.icon-bubble:before {
    content: "\e96b";
}
.icon-bubbles:before {
    content: "\e96c";
}
.icon-bubbles2:before {
    content: "\e96d";
}
.icon-bubble2:before {
    content: "\e96e";
}
.icon-bubbles3:before {
    content: "\e96f";
}
.icon-bubbles4:before {
    content: "\e970";
}
.icon-user:before {
    content: "\e971";
}
.icon-users:before {
    content: "\e972";
}
.icon-user-plus:before {
    content: "\e973";
}
.icon-user-minus:before {
    content: "\e974";
}
.icon-user-check:before {
    content: "\e975";
}
.icon-user-tie:before {
    content: "\e976";
}
.icon-hour-glass:before {
    content: "\e979";
}
.icon-spinner3:before {
    content: "\e97c";
}
.icon-spinner6:before {
    content: "\e97f";
}
.icon-spinner9:before {
    content: "\e982";
}
.icon-equalizer:before {
    content: "\e992";
}
.icon-star-empty:before {
    content: "\e9d7";
}
.icon-star-half:before {
    content: "\e9d8";
}
.icon-star-full:before {
    content: "\e9d9";
}
.icon-heart:before {
    content: "\e9da";
}
.icon-point-up:before {
    content: "\ea03";
}
.icon-info:before {
    content: "\ea0c";
}
.icon-enter:before {
    content: "\ea13";
}
.icon-exit:before {
    content: "\ea14";
}
.icon-loop2:before {
    content: "\ea2e";
}
.icon-arrow-up-left:before {
    content: "\ea31";
}
.icon-arrow-down-right:before {
    content: "\ea35";
}
.icon-arrow-down:before {
    content: "\ea36";
}
.icon-arrow-down-left:before {
    content: "\ea37";
}
.icon-arrow-left:before {
    content: "\ea38";
}
.icon-arrow-down-right2:before {
    content: "\ea3d";
}
.icon-arrow-down2:before {
    content: "\ea3e";
}
.icon-arrow-down-left2:before {
    content: "\ea3f";
}
.icon-arrow-left2:before {
    content: "\ea40";
}
.icon-circle-up:before {
    content: "\ea41";
}
.icon-circle-right:before {
    content: "\ea42";
}
.icon-circle-down:before {
    content: "\ea43";
}
.icon-checkbox-checked:before {
    content: "\ea52";
}
.icon-checkbox-unchecked:before {
    content: "\ea53";
}
.icon-radio-checked:before {
    content: "\ea54";
}
.icon-radio-checked2:before {
    content: "\ea55";
}
.icon-mail:before {
    content: "\ea83";
}
.icon-mail2:before {
    content: "\ea84";
}
.icon-mail3:before {
    content: "\ea85";
}
.icon-mail4:before {
    content: "\ea86";
}
.icon-hangouts:before {
    content: "\ea8e";
}
.icon-facebook2:before {
    content: "\ea91";
}
.icon-instagram:before {
    content: "\ea92";
}
.icon-whatsapp:before {
    content: "\ea93";
}
.icon-telegram:before {
    content: "\ea95";
}
.icon-vk:before {
    content: "\ea98";
}
.icon-youtube:before {
    content: "\ea9d";
}
/* font-family: "cvetok_icon"; */


/* font-family: "Regular"; */

@font-face {
    font-family: 'Gotham-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('/local/templates/cvetok/fonts/GothamPro/GothamPro.eot');
    src: url('/local/templates/cvetok/fonts/GothamPro/GothamPro.eot?#iefix') format('embedded-opentype'), url('/local/templates/cvetok/fonts/GothamPro/GothamPro.woff') format('woff'), url('/local/templates/cvetok/fonts/GothamPro/GothamPro.ttf') format('truetype');
}

/* font-family: "Medium"; */

@font-face {
    font-family: 'Gotham-Medium';
    font-weight: normal;
    font-style: normal;
    src: url('/local/templates/cvetok/fonts/GothamPro/GothamPro-Medium.eot');
    src: url('/local/templates/cvetok/fonts/GothamPro/GothamPro-Medium.eot?#iefix') format('embedded-opentype'), url('/local/templates/cvetok/fonts/GothamPro/GothamPro-Medium.woff') format('woff'), url('/local/templates/cvetok/fonts/GothamPro/GothamPro-Medium.ttf') format('truetype');
}

/* font-family: "Bold"; */

@font-face {
    font-family: 'Gotham-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('/local/templates/cvetok/fonts/GothamPro/GothamPro-Bold.eot');
    src: url('/local/templates/cvetok/fonts/GothamPro/GothamPro-Bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/cvetok/fonts/GothamPro/GothamPro-Bold.woff') format('woff'), url('/local/templates/cvetok/fonts/GothamPro/GothamPro-Bold.ttf') format('truetype');
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    height: 100%;
    background-color: #fff;
}

body {
    font: 400 16px/1.5 'Gotham-Regular', 'Arial', serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #333;
}

a {
    transition: color, .2s;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-family: 'Gotham-Bold', 'Arial', serif;
    font-size: 48px;
    font-weight: normal;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: 30px;
    color: #5b3e3a;
}

h2 {
    font-family: 'Gotham-Medium', 'Arial', serif;
    font-size: 24px;
    font-style: normal;
    line-height: 23px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h3 {
    font-weight: bold;
    margin-bottom: 15px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.bx-basket-block {
    display: flex;
}

.text_12 {
    font-size: 12px;
}

.text_16 {
    font-size: 16px;
}

.text_20 {
    font-size: 20px;
}

.light {
    font-size: 14px;
    opacity: .8;
}
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.price {
    font-family: 'Gotham-Medium', 'Arial', serif;
    font-size: 16px;
    line-height: 19px;
}
.popup-detail-info {
    display: none;
}
.basket-item-price-old-text {
    position: relative;
    display: inline-block;
    font: 400 13px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
}
.basket-item-price-old-text:after {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
    background-size: 100% 100%;
    content: '';
}

.mb10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_40 {
    margin-bottom: 40px !important;
}

.op_06 {
    opacity: .6;
}

.uppercase {
    font-family: 'Gotham-Medium', 'Arial', serif;
    text-transform: uppercase;
}

.bold {
    font-family: 'Gotham-Bold', 'Arial', serif;
}

.medium {
    font-family: 'Gotham-Medium', 'Arial', serif;
}

.yellow {
    background-color: #ff8a00;
}

.red {
    background-color: #d43b42;
}

.green {
    background-color: #93cc88;
}

.header {
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    position: sticky;
    z-index: 100;
    top: 0;
}

.header__inner {
    width: 100%;
}

.header_top {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}

.header_top .logo img {
    display: block;
    width: 200px;
}

.header_top .address {
    /*width: 33.333%;*/
    width: 15%;
}
.header_top .reviews_star {
    display: flex;
    align-items: center;
}
.header_top .stars {
    margin-right: 10px;
}
.header_top .btn_revers {
    background-color: unset;
    color: #d43b42;
    height: 32px;
    width: 140px;
    min-width: 130px;
}
.header_top .btn_revers:hover {
    color: #fff;
}
.header_top .contacts {
    display: flex;
    width: 40%;
    align-items: center;
    justify-content: space-between;
}

.header_top .contacts_phone {
    margin-right: 40px;
}

.header_top .contacts_lk {
    margin-right: 20px;
}

.header_top .contacts_lk a {
    text-decoration: none;
    color: unset;
    height: 100%;
    display: flex;
    align-items: end;
}

.header_top .contacts_bag {
    display: flex;
    align-items: baseline;
}
.header_top .contacts_bag .icon {
    font-size: 28px;
}
.header_top .contacts_lk .icon {
    font-size: 25px;
}

.header_top .contacts_bag a {
    display: flex;
    text-decoration: none;
    color: unset;
    align-items: flex-end;
    position: relative;
}

.header_top .contacts_bag span {
    font-size: 14px;
    text-decoration: none;
    color: #d43b42;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 8px;
}

.header_top .panel_search {
    width: 100%;
    height: 100%;
}

.header_menu {
    width: 100%;
    border-top: 1px solid #e3e8ed;
}

.header_menu__inner {
    width: 100%;
}

.header_menu__inner .nav__list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
#modal_call_order.popup {
    max-width: 600px;
}

.contacts_block {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-right: 20px;
}
.contacts__call_order {
    background-color: #f4f2f3;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contacts__call_order a, .contacts__url a {
    text-decoration: none;
    color: unset;
}
.contacts__call_order a .icon {
    font-size: 25px;
}
.contacts__url {
    margin: 0 5px;
}
.contacts__url a {
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.contacts__url .icon {
    margin-right: 10px;
    font-size: 25px;
}
.contacts__phone {
    display: flex;
    flex-direction: column;
}
.contacts__phone .phone_text {
    font-size: 11px;
}

.popup_phone_inner__body {
    margin: 30px;
}
.popup_phone_inner__body h2 {
    margin-bottom: 30px;
}
.popup_phone_inner__body .submit_window__inner {
    text-align: center;
}
.popup_phone_inner__body .form__item {
    min-width: 200px;
}
.popup_phone_inner__body .form__item.alert {border: 1px solid #d43b42;}
.popup_phone_inner__body .form__item.alert::-moz-placeholder {color: #d43b42;}
.popup_phone_inner__body .form__item.alert::-webkit-input-placeholder { color: #d43b42; }
.popup_phone_inner__body .form__item.alert:-ms-input-placeholder { color: #d43b42; }
.popup_phone_inner__body .form__item.alert::-ms-input-placeholder { color: #d43b42; }
.popup_phone_inner__body .form__item.alert::placeholder { color: #d43b42; }

.popup_phone_inner__body .success {
    width: 100%;
    padding: 18px;
    background: #d3ffc3;
    border-radius: 20px;
    font-weight: bold;
}

.popup_phone_inner__body .btn {
    margin-left: 20px;
    width: 200px;
    min-width: 100px;
}
.popup_phone_inner__footer {
    width: 100%;
    text-align: center;
    /*border-top: 1px solid #e3e8ed;*/
    background-color: #f4f2f3;
    border-radius: 0 0 30px 30px;
    padding: 20px 20px 30px;
}
.popup_phone_inner__footer p {
    font-weight: bold;
}
.popup_phone_inner__footer .soc_link {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.popup_phone_inner__footer .soc_link__item {
    margin: 0 20px;
    display: flex;
}
.soc_link__item .icon-telegram {
    color: #27a2e1;
    font-size: 24px;
    margin-right: 5px;
}
.soc_link__item .icon-viber {
    color: #7360f2;
    font-size: 28px;
    margin-right: 5px;
}
.soc_link__item .icon-whatsapp {
    color: #1ebea5;
    font-size: 23px;
    margin-right: 5px;
}
.popup_phone_inner__footer .soc_link a {
    text-decoration: none;
    color: unset;
}

.dropdown_hover {
    position: relative;
}

.dropdown_hover .dropdown__text {
    font-size: 15px;
    color: #333;
}

.dropdown_hover .dropdown__text a {
    display: block;
}

.dropdown_hover .dropdown__text p:after {
    top: 5px;
    width: 8px;
    height: 8px;
}

.dropdown_hover .dropdown__list {
    display: block;
    visibility: hidden;
    transition: all .3s ease-out;
    opacity: 0;
}

.dropdown_hover .dropdown__item {
    font-family: 'Gotham-Medium', 'Arial', serif;
    font-size: 14px;
    text-transform: none;
}

.dropdown_hover:hover .dropdown__list {
    visibility: visible;
    transition: all .2s ease-out;
    opacity: 1;
}

.dropdown_hover:hover .dropdown__text a {
    color: #d43b42;
}

.dropdown_hover:hover .dropdown__text p::after {
    top: 9px !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #000;
}

.main_header {
    width: 100%;
    height: 32em;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f4f2f3;
    background-image: url('/local/templates/cvetok/img/fone.jpg');
    background-repeat: no-repeat;
    background-position: right;
    /*background-size: auto 100%;*/
    background-size: 100%;
}

.main_header__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.main_header__inner .mh_text {
    max-width: 50%;
}

.main_header__inner .mh_text h1 {
    font-family: 'Gotham-Bold', 'Arial', serif;
    font-size: 48px;
    line-height: 52px;
    text-transform: uppercase;
    color: #555745;
}

.main_header__inner .mh_text p {
    font-size: 16px;
    line-height: 22px;
    max-width: 70%;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, .5);
}

.main_header__inner .mh_text .link {
    font-family: 'Gotham-Medium', 'Arial', serif;
    font-size: 18px;
    text-transform: uppercase;
}

.stats {
    width: 100%;
    min-width: 375px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.stats_inner {
    display: flex;
    padding: 40px 130px;
    align-items: center;
    justify-content: space-between;
}

.stats_inner .stats_item p:first-child {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: .8;
}

.stats_inner .stats_item p:last-child {
    font-family: 'Gotham-Medium', 'Arial', serif;
    font-size: 16px;
    line-height: 15px;
    text-transform: uppercase;
    color: #d43b42;
}

.header .search {
    position: relative;
    display: none;
}

.nav__list {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}

.nav__list li {
    flex: 0 1 auto;
}

.nav__list li:first-child .nav__link {
    padding-left: 0;
}

.nav__list li:last-child .nav__link {
    padding-right: 0;
}

.nav__link {
    font-family: 'Gotham-Medium', 'Arial', serif;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    padding: 24px 0;
    text-decoration: none;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #333;
}

.nav__link:last-child {
    padding-right: 0;
}

.nav__link:first-child {
    padding-left: 0;
}

.nav__link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    content: '';
    transition: all, .2s ease-out;
    background-color: #d43b42;
}

.nav__link:hover:after {
    width: 100%;
    transition: all, .2s ease-out;
}

.page-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    min-height: 100%;
    background-color: transparent;
    justify-content: flex-start;
    align-items: stretch;
}

.page {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.page__inner {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    flex-grow: 1;
}

.page__item {
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: transparent;
}

.page__item_title {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-between;
}

.page__item_title h1 {
    margin-bottom: 0;
}

.page__item_title h2 {
    margin-bottom: 0;
}

.advantage__items {
    width: 100%;
    margin-left: 20px;
}
.advantage__text {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 17px;
}
.advantage__icons {
    display: flex;
}
.bg-pink {
    background-color: #f2dcd2;
}
.advantage__icons .icon {
    font-size: 60px;
    width: 60px;
    height: 60px;
    background-color: #f2dcd2;
    position: relative;
    margin-left: 30px;
    margin-bottom: 20px;
}
.advantage__items .icon:before {
    position: absolute;
    top: 5px;
    right: 30px;
}


.sticky_box {
    display: flex;
    width: 100%;
    align-items: stretch !important;
    justify-content: flex-start;
}

.big_block {
    width: calc(75% - 40px);
}

.big_block__box {
    margin-bottom: 40px;
}

.big_block__box:last-child {
    margin-bottom: 0;
}

.big_block__box .text_16 {
    line-height: 26px;
}

.sticky_block {
    width: calc(25% - 80px);
    height: auto;
    margin-right: 80px;
}

.sticky_block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sticky_block ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.sticky_block ul li a {
    font-family: 'Gotham-Regular', 'Arial', serif;
    font-size: 18px;
}

.footer {
    background-color: transparent;
}

.footer__inner {
    width: 100%;
    border-top: 1px solid #e5e5e5;
}

.footer_top {
    display: flex;
    width: 100%;
    padding: 60px 0 40px 0;
    align-self: flex-end;
    justify-content: space-between;
}

.footer_top .left {
    display: flex;
    width: 55%;
    align-items: flex-start;
}

.footer_top .left ul {
    width: 33.3333%;
    margin-right: 32px;
    padding: 0;
    list-style-type: none;
}

.footer_top .left ul li {
    font-size: 15px;
    margin-bottom: 12px;
}

.footer_top .left ul li:last-child {
    margin-bottom: 0;
}

.footer_top .right {
    display: flex;
    width: 45%;
    align-items: flex-end;
    justify-content: flex-end;
}

.right__block {
    display: flex;
    flex-direction: column;
}

.right__block img {
    margin-top: 20px;
}

.footer_bottom {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
}

.footer_bottom .left p {
    font-size: 14px;
    opacity: .5;
}

.social a {
    margin-right: 20px;
    color: #999;
    font-size: 18px;
}
.social .icon.icon-odnoklassniki {
    font-size: 20px;
}

.social a:last-child {
    margin-right: 0;
}

.social a .icon.icon-vk:hover {
    color: #2787f5;
}
.social a .icon.icon-odnoklassniki:hover {
    color: #ee8208;
}
.social a .icon.icon-instagram:hover {
    color: #c8328c;
}

.social {
    display: flex;
    align-items: center;
}

.form__item {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    height: 60px;
    padding: 5px 24px;
    vertical-align: top;
    color: #333;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: none;
}

.form__item:focus {
    border-color: #555745;
    outline: 0;
}

.form__item[disabled] {
    cursor: default;
    background-color: #f5f7f9;
}

.form__item:focus::-webkit-input-placeholder {
    transition: color .3s;
    color: transparent;
}

.form__item:focus::-moz-placeholder {
    transition: color .3s;
    color: transparent;
}

.form__item_big {
    padding: 20px 12px;
}

.form__textarea {
    font-size: 16px;
    width: 100%;
    height: auto;
    padding: 20px;
    resize: none;
    color: #333;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: none;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}

.form__textarea:focus {
    border-color: #555745;
    outline: 0;
}

.form__textarea[disabled] {
    cursor: default;
    background-color: #f5f7f9;
}

.form__textarea:focus::-webkit-input-placeholder {
    transition: color .3s;
    color: transparent;
}

.form__textarea:focus::-moz-placeholder {
    transition: color .3s;
    color: transparent;
}

.form__textarea::-webkit-scrollbar {
    width: 0;
}

.form__textarea_custom {
    border: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    box-shadow: none;
}

.form__textarea_custom:focus {
    border-color: transparent;
    outline: 0;
}

.form__search {
    height: 60px;
}

.form__search:focus::-webkit-input-placeholder {
    transition: color .3s;
    color: transparent;
}

.form__search:focus::-moz-placeholder {
    transition: color .3s;
    color: transparent;
}

/* fuck ie */

.internet-explorer .page__inner {
    height: calc(100vh - 70px - 50px);
}

.link {
    display: inline-block;
    transition: color, .2s;
    vertical-align: top;
    text-decoration: none;
    color: #000;
}

.link:hover {
    color: #d43b42;
}

.link:focus,
.link:active {
    text-decoration: none;
    outline: 0;
}

.link_red {
    color: #d43b42;
}

.link_red:hover {
    color: #000;
}

.layout-inner,
.header_top,
.header_menu__inner,
.main_header__inner,
.stats_inner,
.page__inner,
.footer_top,
.footer_bottom,
.flo_header__inner,
.slider-buttons-wrapper {
    width: 100%;
    min-width: 1240px;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

.layout-padding,
.header_top,
.header_menu__inner,
.main_header__inner,
.page__item,
.footer__inner,
.flo_header__inner {
    padding-right: 20px;
    padding-left: 20px;
}

.reviews_header {
    width: 500px;
    min-width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews_header .btn.link-center {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    width: 130px;
    height: 40px;
    margin-left: 10px;
}
.stars {
    display: flex;
    color: #d43b42;
    /*font-size: 22px;*/
}
.stars div {
    margin: 0 2px;
}
.reviews_mobile {
    display: none;
}

.btn {
    font-family: 'Gotham-Medium', 'Arial', serif;
    font-size: 16px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 240px;
    height: 64px;
    padding: 5px 32px;
    cursor: pointer;
    transition: all .2s ease-out;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #d43b42;
    border-radius: 30px;
    outline: none;
    background-color: #d43b42;
    box-shadow: none;
}

.btn.btn_bay {
    padding: 5px 20px;
    height: auto;
    min-width: 110px;
}

.btn:hover,
.btn:active,
.btn:focus {
    text-decoration: none;
    outline: none;
}

.btn:hover,
.btn:focus {
    transition: all .2s ease-out;
    border-color: #c92c33;
    outline: none;
    background-color: #c92c33;
}

.btn:active {
    transition: all .2s ease-out;
    border-color: #c92c33;
    outline: none;
    background-color: #c92c33;
}

.btn_white {
    color: #d43b42;
    background-color: #fff;
}

.btn_white:hover,
.btn_white:focus,
.btn_white:active {
    transition: all .2s ease-out;
    color: #d43b42;
    border-color: #c92c33;
    outline: none;
    background-color: #fff;
}

.btn_disabled {
    cursor: default;
    color: #656f73;
    border-color: #b3b8c0;
    background-color: #f5f7f9;
}

.btn_disabled:hover,
.btn_disabled:active,
.btn_disabled:focus {
    color: #656f73;
    border-color: #b3b8c0;
    outline: none;
    background-color: #f5f7f9;
}

.btn_upload {
    overflow: hidden;
}

.btn_upload > input[type=file] {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn_upload.btn_disabled > input[type=file] {
    display: none;
}

.form__checkbox {
    font-size: 13px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    /*padding-left: 28px;*/
    cursor: pointer;
    vertical-align: top;
}
.filter_body .form__checkbox {
    padding-left: 28px;
}
.filter_body .colors_box .form__checkbox {
    padding-left: 0;
}
#modef {
    position: absolute;
    left: 180px;
    font-size: 13px;
    border: 1px dashed #b7aaa9;
    padding: 3px;
    border-radius: 3px;
    background-color: #f9f9f9;
}
#modef a {
    color: #d43b42;
}
.bx_filter_block input {
    height: 40px;
    min-width: 100px;
    margin-bottom: 20px;
}

.form__checkbox_hidden {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    margin: 0;
    opacity: 0;
}

.form__checkbox_indicator {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    transition: all .1s;
    border: 1px solid #747880;
    border-radius: 3px;
    background: #fff;
}

.form__checkbox_indicator:after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 6px;
    content: '';
    transition: all .25s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.form__checkbox_text {
    color: #2e3033;
}

.form__checkbox > input:checked ~ .form__checkbox_indicator {
    border-color: #d43b42;
    background: #d43b42;
}

.form__checkbox > input:checked ~ .form__checkbox_indicator:after {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
}

.form__checkbox > input:not(checked) ~ .form__checkbox_indicator:after {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
}

.form__checkbox > input:focus ~ .form__checkbox_indicator {
    border-color: #d43b42;
}

.form__checkbox > input:focus ~ .form__checkbox_indicator:after {
    border-color: #edf0f0;
}

.form__checkbox > input:disabled ~ .form__checkbox_indicator {
    cursor: default;
    background-color: #e3e4e6;
}

.form__checkbox > input:disabled ~ .form__checkbox_indicator:after {
    border-color: #edf0f0;
}

.form__checkbox > input:disabled ~ .form__checkbox_text {
    cursor: default;
    color: #747880;
}

.color_item {
    margin-right: 20px !important;
    margin-bottom: 20px !important;
}

.color_item .form__checkbox_indicator {
    width: 26px;
    height: 26px;
    border-color: transparent;
    border-radius: 50%;
}

.color_item .form__checkbox_indicator:after {
    display: none;
}

.color_item .c-red .form__checkbox_indicator {
    background: #d43b42 !important;
}

.color_item .c-or .form__checkbox_indicator {
    background: rgb(255, 138, 0) !important;
}

.color_item .c-yel .form__checkbox_indicator {
    background: #ffdc5f !important;
}

.color_item .c-gr .form__checkbox_indicator {
    background: #93cc88 !important;
}

.color_item .c-blue .form__checkbox_indicator {
    background: #63d3f6 !important;
}

.color_item .c-vi .form__checkbox_indicator {
    background: #ad63f6 !important;
}

.color_item .c-pi .form__checkbox_indicator {
    background: #f98bb2 !important;
}

.color_item .c-wi .form__checkbox_indicator {
    border: 1px solid #e5e5e5;
    background: #fff !important;
}

.color_item .c-rainbow .form__checkbox_indicator {
    background: linear-gradient(to right, red, orange, yellow, green, cyan, blue, violet) !important;
}

.color_item .form__checkbox > input:checked ~ .form__checkbox_indicator {
    border: 2px solid #5b3e3a;
    background: inherit;
}

.btn_del {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.burger {
    display: none;
}

.ads {
    display: none;
}

.mob_box {
    display: none;
}

.mobile_filters {
    display: none;
}

.flo_header {
    width: 100%;
    min-width: 375px;
    height: 16em;
    border-bottom: 1px solid #e5e5e5;
    background-image: url('/local/templates/cvetok/img/flo.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
}

.flo_header__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.flo_header__inner .fh_text .breadcrumbs {
    margin-bottom: 24px;
}

.flowers_body {
    display: flex;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    flex-wrap: wrap;
}

.flowers_body .flower_item {
    display: flex;
    width: calc(50% - 40px);
    margin-right: 80px;
    margin-bottom: 40px;
    align-items: center;
    justify-content: space-between;
}

.flowers_body .flower_item .name {
    display: flex;
    align-items: center;
}

.flowers_body .flower_item .name img {
    margin-right: 24px;
}
.flower_item img {
    border-radius: 50%;
}

.flowers_body .flower_item:nth-child(2n) {
    margin-right: 0;
}

.add_items {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.add_items__item {
    display: flex;
    width: calc(33.3333% - 54px);
    margin-right: 80px;
    align-items: center;
}

.add_items__item .btn_add {
    margin-right: 32px;
}

.add_items__item:nth-child(3n+3) {
    margin-right: 0;
}

.result {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
}

.result .left {
    width: 45%;
    margin-right: 60px;
}

.result .left textarea {
    width: 100%;
    height: 100%;
}

.result .right {
    width: 55%;
    min-width: 650px;
}

.submit_window_cart .basket-checkout-container, .submit_window {
    width: 100%;
    border-radius: 30px;
    background-color: #f5f5f5;
}
.submit_window_cart .basket-checkout-container.basket-checkout-container-fixed {
    top: 185px;
}

.submit_window__inner {
    padding: 32px;
}

.submit_window__inner .submit_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.submit_window__inner .submit_row .price_d {
    font-size: 16px;
    line-height: 15px;
    color: rgba(0, 0, 0, .4);
    padding-bottom: 5px;
}

.submit_window__inner .submit_row .price {
    font-family: 'Gotham-Medium', 'Arial', serif;
    font-size: 24px;
    color: #d43b42;
}

.submit_window__inner .submit_row .dd {
    width: 100%;
    margin-right: 30px;
}

.submit_window__inner .submit_row:first-child {
    margin-bottom: 32px;
}

.submit_window__inner .submit_row.column {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.submit_window__inner .submit_row.column .price {
    margin-bottom: 20px;
}

.cart {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
    align-items: flex-start;
    justify-content: flex-start;
}

.cart .left,
.cart .orders {
    width: 55%;
    margin-right: 80px;
}

.cart .left .cart_top,
.cart .orders .cart_top {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.cart .left .cart_item,
.cart .orders .cart_item {
    display: flex;
    padding: 12px 0;
    align-items: center;
    justify-content: space-between;
}

.cart .left .cart_item .item_inf,
.cart .orders .cart_item .item_inf {
    display: flex;
    /*width: 200px;*/
    align-items: center;
}

.cart .left .cart_item .item_inf .item_miniature,
.cart .orders .cart_item .item_inf .item_miniature {
    overflow: hidden;
    width: 76px;
    height: 76px;
    margin-right: 20px;
	border-radius: 50%;
}

.cart .left .cart_item .item_inf .item_miniature img,
.cart .orders .cart_item .item_inf .item_miniature img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.cart .left .cart_item .qtt,
.cart .orders .cart_item .qtt {
    margin-right: 0;
}


.qtt .basket-item-amount-btn-minus, .qtt .basket-item-amount-btn-plus {
    display: flex;
    padding: 16px 20px;
    border: 0;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    align-items: center;
    justify-content: center;
}
.qtt .basket-item-amount-filed {
    font-size: 18px;
    line-height: 14px;
    display: block;
    padding: 16px 10px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.add_item .qtt {
    margin-right: 20px;
}

.basket-item-amount-filed,
.basket-item-block-amount.disabled .basket-item-amount-filed:hover {
    padding: 0;
    width: 60px;
    height: 28px;
    outline: none;
    border: 1px solid transparent;
    border-radius: 1px;
    vertical-align: middle;
    text-align: center;
    font: bold 18px/27px "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 300ms all ease;
}


.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
    position: relative;
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition: 300ms all ease;
    -webkit-user-select: none;
}

.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover { background-color: #efefef; }

.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
    background-color: transparent;
    cursor: default;
}

.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    width: 10px;
    height: 2px;
    background-color: #979797;
    content: "";
    transition: 300ms all ease;
}

.basket-item-amount-btn-plus:hover:before,
.basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after { background-color: #535353; }

.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after { background-color: #f3f3f3; }

.basket-item-amount-btn-plus:before {
    margin-top: -5px;
    margin-left: -1px;
    width: 2px;
    height: 10px;
}

.cart .left .text,
.cart .orders .text {
    margin: 12px 0;
}

.cart .left .text .form__textarea,
.cart .orders .text .form__textarea {
    height: 64px;
}

.cart .right {
    width: 45%;
}

.cart .submit_row input {
    margin-right: 20px;
}

.cart_order .left {
    width: 55%;
}

.cart_order .left .client_form {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
}

.cart_order .left .client_form input {
    margin-bottom: 20px;
}

.cart_order .left .client_form .input_row {
    display: flex;
    align-items: center;
}

.cart_order .left .client_form .input_row input:first-child {
    margin-right: 20px;
}

.cart_order .left .client_form .input_row .dd {
    width: -webkit-fill-available;
}

.cart_order .left .client_form .input_row .dd:first-child {
    min-width: 40%;
    margin-right: 20px;
}

.cart_order .left .client_form .input_row .dd:nth-child(2) {
    min-width: calc(60% - 20px);
}

.cart_order .right {
    width: 45%;
}

.orders {
    width: 100% !important;
    margin-bottom: 40px;
}

.delivery_map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin-top: 20px;
    border-radius: 30px;
    background-color: #e5e5e5;
}

.delivery_map_box {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.orders_d {
    font-size: 16px;
    line-height: 22px;
    max-width: 480px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: rgba(0, 0, 0, .5);
}

.order_row {
    width: 100%;
    margin-bottom: 60px;
}

.order_row:last-child {
    margin-bottom: 0;
}

.order_row__top {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
    justify-content: space-between;
}

.order_row__body {
    display: flex;
    padding-top: 20px;
    align-items: center;
    justify-content: flex-start;
}

.order_row__body .item_inf {
    display: flex;
    width: 200px;
    align-items: center;
}

.order_row__body .item_inf .medium {
    font-size: 16px;
}

.order_row__body .item_inf .item_miniature {
    overflow: hidden;
    width: 76px;
    height: 76px;
    margin-right: 20px;
    border-radius: 50%;
}

.order_row__body .item_inf .item_miniature img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.status {
    display: flex;
    align-items: baseline;
}

.status .round {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    content: '';
    border-radius: 50%;
}

.order_num {
    width: 300px !important;
}

.order_price {
    width: 210px;
}

.order_link {
    display: flex;
    width: 186px;
    align-items: center;
    justify-content: flex-end;
}

.centered {
    padding-left: 50px;
}

.fav_tile {
    margin-top: 40px;
}

.discount {
    display: flex;
    width: 100%;
    margin-top: 40px;
    align-items: stretch;
    justify-content: flex-start;
}

.discount__item {
    display: flex;
    flex-direction: column;
    width: calc(33.3333% - 22px);
    margin-right: 32px;
    padding: 32px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    justify-content: space-between;
}

.discount__item_top {
    margin-bottom: 32px;
}

.discount__item:nth-child(3n+3) {
    margin-right: 0;
}

.dsc {
    font-family: 'Gotham-Medium', 'Arial', serif;
    font-size: 36px;
    line-height: 34px;
}

.dsc_line {
    width: 100%;
}

.dsc_line_top {
    position: relative;
    width: 100%;
    height: 20px;
}

.dsc_line_top .runner {
    position: absolute;
    top: -4px;
    left: 0%;
}

.dsc_line_bottom {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    align-items: stretch;
}

.dsc_line_bottom_item {
    width: 33.3333%;
    height: 3px;
    content: '';
}

.light {
    font-size: 14px;
    opacity: .5;
}

.item_gb {
    background-color: #f5f5f5;
}

.img_about {
    width: 100%;
}

.title_des {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.title_des h1 {
    margin-bottom: 20px;
}

.title_des .descr {
    max-width: 70%;
}

.first_feeds {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.first_feeds .feed_tile__item {
    margin-right: 32px;
    padding: 32px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
}

.first_feeds .feed_tile__item:first-child {
    width: calc(66.66666% - 16px);
}

.first_feeds .feed_tile__item:nth-child(2) {
    width: calc(33.3333% - 16px);
    margin-right: 0;
}

.feed_tile {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.feed_tile__item {
    width: calc(33.3333% - 22px);
    margin-right: 32px;
    margin-bottom: 32px;
    padding: 32px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
}

.feed_tile__item .date {
    font-size: 14px;
    margin-bottom: 6px;
    opacity: .5;
}

.feed_tile__item .stars {
    margin-bottom: 10px;
}

.feed_tile__item .light {
    font-size: 14px;
    opacity: .8;
}

.feed_tile__item:nth-child(3n+3) {
    margin-right: 0;
}

.double_text {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.double_text .left {
	width: 50%;
	margin-right: 60px;
}

.double_text .right {
	width: 50%;
}

.dop_orders {
    width: 100%;
    margin-bottom: 32px;
}

.dop_orders .cart_top {
    display: flex;
    width: 100%;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
    justify-content: space-between;
}

.dop_orders .cart_top .btns {
    display: flex;
}

.dop_orders .cart_top .btns .btn_slides:first-child {
    margin-right: 20px;
}

.dop_orders .dop_orders_slider {
    display: flex;
    width: 100%;
}

.dop_orders .dop_orders_slider .slick-list {
    margin-right: -20px;
}

.dop_orders .dop_orders_slider_slide {
    margin-right: 20px;
}

.dop_orders .dop_orders_slider_slide .do_img {
    overflow: hidden;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 30px;
}

.dop_orders .dop_orders_slider_slide .do_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.dop_orders .dop_orders_slider_slide .do_info .name p {
    font-family: 'Gotham-Medium', 'Arial', serif;
    font-size: 15px;
    margin-bottom: 8px;
}

.dop_orders .dop_orders_slider_slide .do_price {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dop_orders .dop_orders_slider_slide .do_price .link {
    font-family: 'Gotham-Medium', 'Arial', serif;
}
.dop_orders button.link.link_red {
    border: unset;
    background: unset;
}

.dropdown {
    position: relative;
}

.dropdown_opened > .dropdown__list {
    display: block;
}

.dropdown {
    border: 1px solid #e5e5e5;
}

.dropdown .dropdown__text {
    overflow: hidden;
    width: 100%;
    max-width: 85%;
    height: 60px;
    padding: 0 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #5e5e66;
    justify-content: flex-start;
}

.dropdown .dropdown__text:after {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 8px;
    height: 8px;
    content: '';
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    color: transparent;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.dropdown .dropdown__list {
    overflow: auto;
    min-width: 100%;
    height: 200px;
}

.dropdown .dropdown__item {
    overflow: hidden;
    height: 50px;
    padding: 0 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown_opened .dropdown__text::after {
    top: 27px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dropdown_opened .dropdown__text {
    background-color: transparent;
}

.dropdown_opened .dropdown__item:hover li a {
    color: #fff;
}

.dropdown__list {
    position: absolute;
    z-index: 11;
    top: 100%;
    display: none;
    overflow-y: auto;
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: all .3s ease-out;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.dropdown__list li {
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.dropdown__list li a {
    color: #000;
}

.dropdown__list .dropdown__item:hover a {
    color: #fff;
}

.dropdown_opened .dropdown__text p::after {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dropdown_opened .dropdown__text {
    background-color: transparent;
}

.dropdown_opened .dropdown__item:hover li a {
    color: #fff;
}

.dropdown__text p::after {
    font-size: 10px;
    position: absolute;
    top: 5px;
    right: -20px;
    width: 9px;
    height: 9px;
    content: '';
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    color: transparent;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.dropdown__text {
    font-size: 17px;
    display: flex;
    cursor: pointer;
    color: #000;
    background-color: transparent;
    align-items: center;
    justify-content: center;
}

.dropdown__text p {
    position: relative;
    transition: all .3s;
}

.dropdown__text p a:hover {
    transition: all .3s;
    color: #d43b42;
}

.dropdown__item {
    font-size: 14px;
    display: flex;
    width: 100%;
    margin-bottom: 0 !important;
    cursor: pointer;
    transition: all .2s ease-in-out;
    color: #000;
    border-top: 0;
    background-color: #fff;
    align-items: center;
}

.dropdown__item a {
    padding: 16px 20px;
}

.dropdown__item:hover {
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #d43b42;
}

.dropdown__item:last-child {
    border-bottom: 0;
}

.custom-content iframe {
    margin-bottom: 20px;
}

ul li::before,
ol li::before {
    height: 2px;
}

.lang .dropdown {
    border: 0;
}

.lang .dropdown__text {
    width: 100%;
    max-width: -webkit-fill-available;
    height: auto;
    padding: 0 20px 0 0;
}

.lang .dropdown__text:after {
    top: 7px;
    right: 0;
}

.lang .dropdown__list {
    overflow: auto;
    min-width: 60px;
    height: auto;
}

.lang .dropdown__list .dropdown__item {
    padding: 0 10px;
}

.dd_round {
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
}

.dd_round.dropdown_opened {
    border-radius: 30px 30px 0 0;
}

.catalog_tile {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.catalog_tile__item {
    z-index: 1;
    width: calc(25% - 30px);
    margin-right: 40px;
    margin-bottom: 40px;
}

.catalog_tile__item:nth-child(4n+4) {
    margin-right: 0;
}

.catalog_tile__item .catalog_img {
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 340px;
    transition: all .2s ease-out;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}

.catalog_tile__item .catalog_img .a_cover {
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.catalog_tile__item .catalog_img img {
    display: block;
    width: inherit;
    height: 100%;
    transition: -webkit-transform .8s ease-out;
    transition: transform .8s ease-out;
    transition: transform .8s ease-out, -webkit-transform .8s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

.catalog_tile__item .catalog_img .loop {
    position: absolute;
    z-index: 4;
    bottom: 20px;
    left: 20px;
}
.catalog_tile__item .catalog_img .like {
    position: absolute;
    z-index: 4;
    bottom: 20px;
    right: 20px;
}

.catalog_tile__item .catalog_img .loop a {
    text-decoration: unset;
}

.catalog_tile__item .catalog_img .loop .icon {
    color: #fff;
    font-size: 28px;
}

.catalog_tile__item .catalog_img .btn_add {
    position: absolute;
    z-index: 3;
    transition: all .2s ease-out;
    opacity: 0;
}

.catalog_tile__item .catalog_img:hover {
    transition: all .2s ease-out;
}

.catalog_tile__item .catalog_img:hover .add_cover {
    z-index: 2;
    visibility: visible;
    transition: all .2s ease-out;
    opacity: 1;
    border-radius: 30px;
}

.catalog_tile__item .catalog_img:hover .btn_add {
    position: absolute;
    z-index: 3;
    transition: all .2s ease-out;
    opacity: 1;
}

.catalog_tile__item .catalog_img:hover img {
    transition: -webkit-transform .8s ease-out;
    transition: transform .8s ease-out;
    transition: transform .8s ease-out, -webkit-transform .8s ease-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.catalog_tile__item .catalog_img:hover .loop img {
    -webkit-transform: none;
    transform: none;
    border-radius: 0;
}

.announce {
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 20px;
    padding: 3px 10px;
    border-radius: 15px;
    background-color: #fafafa;
}

.announce p {
    font-size: 12px;
}

.add_cover {
    position: absolute;
    z-index: 3;
    display: flex;
    visibility: hidden;
    width: 100%;
    height: 100%;
    content: '';
    transition: all .2s ease-out;
    opacity: 0;
    background: rgba(29, 40, 60, .4);
    align-items: center;
    justify-content: center;
}

.btn_add {
    display: flex;
    width: 64px;
    height: 64px;
    border: 0;
    border-radius: 50%;
    outline: none;
    background-color: #fff;
    box-shadow: none;
    align-items: center;
    justify-content: center;
}
.add_items__item .btn_add input {
    display: none;
}
.add_items__item .basket-item-amount-btn-plus::before {
    margin-top: -11px;
    height: 22px;
}
.add_items__item .basket-item-amount-btn-plus::after {
    margin-left: -11px;
    width: 22px;
}
.add_items__item .additional-checked {
    background: #fff;
    width: 30px;
    height: 30px;
    z-index: 9;
    opacity: 0;
}
.basket-item-amount-btn-plus:hover > .additional-checked {
    background-color: #efefef;
}

.add_items__item .additional-checked::before, .add_items__item .additional-checked::after {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #979797;
    content: "";
    transition: 300ms all cubic-bezier(.65,.05,.36,1);
}

.add_items__item .additional-checked::before {
    margin-top: -11px;
    height: 22px;
    width: 2px;
    transform: rotate(45deg);
    margin-left: 5px;
}
.add_items__item .additional-checked::after {
    margin-left: -14px;
    width: 15px;
    height: 2px;
    transform: rotate(45deg);
    margin-top: 2px;
}
.add_items__item .btn_add input:checked ~ .additional-checked {
    opacity: 1;
}

.catalog_price {
    display: flex;
    width: 100%;
    padding: 14px 12px;
    align-items: center;
    justify-content: space-between;
}

.btn_like {
    transition: all .2s ease-out;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}
.btn_like .icon {
    font-size: 28px;
    /*color: #999;*/
    color: #fff;
}
.btn_like .icon:hover, .btn_like.active .icon  {
    color: #d43b42;
}

.btn_like:focus,
.btn_like:active {
    border-color: transparent;
    outline: none;
}

.catalog_slider .catalog_tile__item:nth-child(4n+4) {
    margin-right: 40px;
}

.slider {
    overflow: hidden;
}

.slider .slick-list {
    overflow: hidden;
    margin-right: -40px;
}

.slider_nav {
    display: flex;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
    align-items: center;
    justify-content: space-between;
}

.slider_nav .btns {
    display: flex;
    align-items: center;
}

.slider_nav .btns .btn_left {
    margin-right: 32px;
}
.slider_nav .btn_left:hover, .slider_nav .btn_right:hover {
    cursor: pointer;
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.slider_nav .nums .slide-number {
    font-family: 'Gotham-Medium', 'Arial', serif;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: -.07em;
}

.slider_nav .nums .def {
    font-family: 'Gotham-Regular', 'Arial', serif;
    font-size: 18px;
    line-height: 17px;
}

.slider_nav .nums .medium {
    font-family: 'Gotham-Regular', 'Arial', serif;
    font-size: 36px;
    line-height: 34px;
}

.btn_add__green {
    display: flex;
    transition: all .2s ease-out;
    box-shadow: 3px 4px 12px rgba(85, 87, 69, .28);
    align-items: center;
    justify-content: center;
}

.btn_add__green img {
    width: 20px;
    height: 20px;
}

.btn_add__green:hover {
    transition: all .2s ease-out;
    box-shadow: 3px 4px 12px rgba(85, 87, 69, .18);
}

.tile_simple {
	display: flex;
	width: 100%;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.tile_simple .tile_item {
	width: calc(33.33333% - 24px);
	margin-right: 32px;
	margin-bottom: 32px;
}

.tile_simple .tile_item .num {
	font-family: 'Gotham-Medium', 'Arial', serif;
	font-size: 24px;
	margin-bottom: 12px;
	color: #d43b42;
}

.tile_simple .tile_item p {
	padding-right: 50px;
}

.tile_simple .tile_item:nth-child(3n+3) {
	margin-right: 0;
}

.text_announce {
	display: flex;
	width: 100%;
	padding: 40px 0;
	border-top: 1px solid #e5e5e5;
	align-items: center;
	justify-content: center;
}

.text_announce p {
	font-size: 18px;
	max-width: 800px;
	text-align: center;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    outline: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */

/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 5;
    display: inline-block;
    padding: 0;
    content: '';
    cursor: pointer;
    color: transparent;
    border-radius: 0;
    outline: none;
}

.slick-prev {
    right: 150px;
    bottom: 500px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-next {
    right: 100px;
    bottom: 500px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    z-index: 2;
    bottom: -100px;
    left: 0;
    display: flex;
    width: 100%;
    max-width: 1240px;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-start;
}

.slick-dots li {
    position: relative;
    display: flex;
    width: 16px;
    height: 2px;
    margin-right: 20px;
    margin-bottom: 32px;
    padding: 0;
    cursor: pointer;
    transition: all .4s ease-in-out;
    opacity: 1;
    border: 0;
    background-color: transparent;
    align-items: center;
    justify-content: center;
}

.slick-dots li:last-child {
    margin-bottom: 0;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    position: static;
    display: block;
    width: 16px;
    height: 2px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    color: transparent;
    border: 0;
    outline: none;
    background-color: #e5e5e5;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background-color: #d43b42;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active {
    width: 16px;
    height: 2px;
    opacity: 1;
    background-color: #d43b42;
}

.slick-dots li.slick-active button {
    width: 16px;
    transition: all .4s ease-in-out;
    background-color: #d43b42;
}

.slider-buttons-wrapper {
    position: relative;
    bottom: 180px;
    display: flex;
    height: 50px;
    margin: 0 auto;
}

.slider-buttons {
    width: 100px;
    height: 50px;
    margin-top: -33px;
    margin-left: auto;
}

.slinky-menu {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slinky-menu > ul {
    position: relative;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slinky-menu ul,
.slinky-menu li {
    margin: 0;
    list-style: none;
}

.slinky-menu ul {
    width: 100%;
    padding: 0;
}

.slinky-menu a {
    font-size: 14px;
    display: flex;
    text-decoration: none;
    align-items: center;
}

.slinky-menu a span {
    font-size: 16px;
    line-height: 1.4;
    flex: 1;
}

.slinky-menu li ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}

.slinky-menu .header {
    position: static;
    display: flex;
    background-color: #fafafa;
}

.scrollable {
    overflow-y: auto;
    height: 400px;
}

.slinky-menu .header .title {
    line-height: 1.4;
    margin: 0;
    flex: 1;
    order: 1;
}

.slinky-theme-default {
    background: transparent;
}

.slinky-theme-default .title {
    padding: 20px 20px 20px 0;
    color: #000;
}

.slinky-theme-default li {
    line-height: 1;
    border-bottom: 1px solid #ccc;
}

.slinky-theme-default li:first-child {
    border-top: 1px solid #ccc;
}

.slinky-theme-default a:not(.back) {
    padding: 20px 40px;
    color: #000;
}

.slinky-theme-default a:not(.back):hover {
    background: rgba(90, 200, 250, .25);
}

.slinky-theme-default a:not(.back):active {
    background: rgba(90, 200, 250, .5);
}

.slinky-theme-default .next::after,
.slinky-theme-default .back::before {
    width: 1em;
    height: 1em;
    content: '';
    transition: 200ms;
    opacity: 1;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==) center no-repeat;
    background-size: 1em;
}

.slinky-theme-default .next::after {
    margin-left: 1em;
}

.slinky-theme-default .back::before {
    padding: 20px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.slinky-theme-default .next:hover::after,
.slinky-theme-default .back:hover::before {
    opacity: .75;
}

.slinky-theme-default .next:active::after,
.slinky-theme-default .back:active::before {
    opacity: 1;
}

.hamburger {
    position: relative;
    z-index: 8;
    display: none; /* more then menu-mobile */
    width: 24px;
    height: 18px;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}

.hamburger__item,
.hamburger span,
.hamburger span:before,
.hamburger span:after {
    display: block;
    width: 24px;
    height: 2px;
    transition: all .25s ease-out;
    background: #000;
}

.hamburger span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hamburger span:before,
.hamburger span:after {
    position: absolute;
    display: block;
    content: '';
}

.hamburger span:before {
    top: -6px;
}

.hamburger span:after {
    top: 6px;
}

.hamburger_active span {
    background: transparent;
}

.hamburger_active span:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
}

.hamburger_active span:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #000;
}

.menu_wrapper {
    position: fixed;
    z-index: 8;
    top: 84px;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    transition: all .2s ease-in-out;
    opacity: 0;
    background: rgba(0, 0, 0, .3);
}

.points_wrapper,
.filters_wrapper {
    position: fixed;
    z-index: 101;
    top: 92px;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    transition: all .2s ease-in-out;
    opacity: 0;
    background: rgba(0, 0, 0, .3);
}

.menu_mobile {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 50%;
    max-width: 100%;
    height: auto;
    transition: all .2s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
}

.menu_mobile__inner {
    position: relative;
    z-index: 11;
    height: 100%;
}

.menu_mobile__inner .menu_body {
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: space-between;
}

.menu_mobile__inner .menu_body .menu__list {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    list-style-type: none;
}

.menu_mobile__inner .menu_body .menu__list_link {
    position: relative;
    width: 100%;
    padding: 20px 12px;
    border-bottom: 1px solid #ccc;
}

.menu_mobile__inner .menu_body .menu__list_link:first-child {
    border-top: 1px solid #ccc;
}

.menu_mobile__inner .menu_body .menu__list_link .arrow {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 5px;
    height: 5px;
    content: '';
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.menu-mobile_opened {
    visibility: visible;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}

.menu-mobile_opened .menu_mobile {
    visibility: visible;
    transition: all .3s ease-in-out;
    transition-delay: .3s;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.menu_contacts {
    padding: 0 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.menu_contacts .social {
    display: flex;
    align-items: center;
}

.menu_contacts .social a {
    display: flex;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    border: 1px solid #ccc;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.menu_contacts .social a img {
    max-width: 16px;
    max-height: 16px;
}

.menu_contacts .phone-mail {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 24px;
    justify-content: space-between;
    align-items: flex-start;
}

.menu_contacts .phone-mail .link_phone {
    font-size: 14px;
    display: block;
}

.menu_contacts .phone-mail .link_post {
    font-size: 14px;
    display: block;
}

.stopped {
    overflow: hidden;
}

.adr {
    font-family: 'Gotham-Medium', 'Arial', serif;
    padding: 20px 40px;
    color: #d43b42;
}

.popup_wrapper {
    position: fixed;
    z-index: 8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
}
.modal {
    position: unset;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: unset;
    display: unset;
    overflow: unset;
    -webkit-overflow-scrolling: unset;
    outline: unset;
}
.popup {
    position: absolute;
    z-index: 9;
    top: 5%;
    right: 50%;
    display: none;
    /*width: -webkit-fit-content;*/
    /*width: -moz-fit-content;*/
    /*width: fit-content;*/
    width: inherit;
    /*max-width: 75%;*/
    max-width: 60%;
    margin: 20px 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    border-radius: 30px;
    background-color: #fff;
}


.popup_inner {
    width: 100%;
    padding: 40px;
    align-items: center;
}

.popup_inner .left .tabs__item.active {
    /*max-height: 500px !important;*/
    max-height: 400px !important;
}

.popup_inner__body {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}

.popup_inner__body h3 {
    text-align: center;
}

.popup_inner__body p {
    text-align: center;
}

.visible_popup {
    visibility: visible;
    overflow-y: auto;
    transition: all .3s ease-out;
    pointer-events: auto;
    opacity: 1;
}

.stop {
    overflow-y: hidden;
}

.blocker {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-animation: show;
    animation: show;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    background: rgba(0, 0, 0, .3);
}

.blocker.behind {
    background-color: transparent;
}

.close-modal {
    position: absolute;
    z-index: 9;
    top: 0;
    right: -60px;
    display: flex;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: transparent;
    align-items: center;
    justify-content: center;
}

.close-modal .round_link {
    position: relative;
    width: 38px;
    height: 38px;
    margin-right: 0;
}

.close-modal .round_link span {
    width: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.close-modal .round_link span:after {
    top: -5px;
    left: 5px;
    height: 12px;
    background-color: #fff;
}

.breadcrumbs .breadcrumbs_list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
}

.breadcrumbs .breadcrumbs_list li {
    overflow: hidden;
    margin-bottom: 5px;
}

.breadcrumbs .breadcrumbs_list li a {
    text-decoration: none;
    color: #000;
}

.breadcrumbs .breadcrumbs_list li a:hover {
    color: #d43b42;
}

.breadcrumbs .breadcrumbs_list li p {
    font-size: 16px;
    opacity: .4;
    color: #000;
    display: inline-block;
    vertical-align: top;
}

.breadcrumbs .breadcrumbs_list li p {
    margin: 0 5px 0 10px;
}

.breadcrumbs .breadcrumbs_list .disabled {
    margin-left: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bc_box {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bc_back {
    display: flex;
    align-items: center;
}

.bc_back svg {
    width: 6px;
    margin-right: 6px;
}

.bc_back span {
    line-height: 14px;
}

.mobile {
    display: none;
}

.item_info .left .item_image {
    display: block;
    width: 100%;
}

.item_info .left .tabs__item {
    display: none;
}

.item_info .left .tabs__item.active {
    display: block;
    overflow: hidden;
    max-height: 480px;
    text-align: center;
    color: #000;
    border-radius: 30px;
}

.item_info .left .tabs__item.active img {
    display: block;
}

.item_info .left .tabs {
    width: 100%;
}

.item_info .left .tabs__buttons {
    display: flex;
    width: 100%;
    min-width: 100%;
    margin-top: 40px;
    padding: 0;
    list-style-type: none;
    justify-content: flex-start;
    align-items: center;
}

.item_info .left .tabs__item {
    position: relative;
}

.item_info .left .tabs__item img {
    width: 100%;
}

.item_info .left .tabs__btn {
    font-family: 'Gotham-Regular', 'Arial', serif;
    font-size: 16px;
    width: calc(33.3333% - 22px);
    margin: 0 20px;
    padding: 0;
    cursor: pointer;
    transition: .3s ease-out;
    opacity: .7;
}

.item_info .left .tabs__btn .item_mini {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.item_info .left .tabs__btn .item_mini img {
    display: block;
    width: inherit;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item_info .left .tabs__btn:first-child {
    margin-left: 0;
}

.item_info .left .tabs__btn:last-child {
    margin-right: 0;
}

.item_info .left .tabs__btn:hover {
    opacity: 1;
}

.item_info .left .tabs__btn_active {
    transition: .3s ease-out;
    opacity: 1;
}

.item_info .left .tabs__content {
    width: 100%;
}

.simple_tabs .tabs__item {
    display: none;
}

.simple_tabs .tabs__item.active {
    display: block;
}

.simple_tabs .tabs__buttons {
    display: flex;
    width: 100%;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
}

.simple_tabs .tabs__buttons .tabs__btn {
    font-family: 'Gotham-Medium', 'Arial', serif;
    font-size: 16px;
    line-height: 15px;
    position: relative;
    margin-right: 60px;
    padding: 20px 0;
    cursor: pointer;
    transition: .3s ease-out;
    text-transform: uppercase;
}

.simple_tabs .tabs__buttons .tabs__btn:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    content: '';
    transition: .3s ease-out;
    background-color: #d43b42;
}

.simple_tabs .tabs__buttons .tabs__btn:first-child {
    padding-left: 0;
}

.simple_tabs .tabs__buttons .tabs__btn:hover {
    transition: .3s ease-out;
    color: #d43b42;
}

.simple_tabs .tabs__btn.tabs__btn_active {
    transition: .3s ease-out;
    color: #d43b42;
}

.simple_tabs .tabs__btn.tabs__btn_active:after {
    width: 100%;
    transition: .3s ease-out;
}

.simple_tabs .tabs__item {
    width: 100%;
}

.q {
	font-family: 'Gotham-Medium', 'Arial', serif;
	max-width: 980px;
	margin: 56px 0;
	padding: 20px 40px;
	border-left: 2px solid #d43b42;
}
.q.green {
    border-left: 2px solid #4fd43b;
}
.notetext {
    font-family: 'Gotham-Medium', 'Arial', serif;
    max-width: 980px;
    margin: 56px 0;
    padding: 20px 40px;
    border-left: 2px solid #3bd461;
    color: #3bd461;
    display: block;
}

.item_info {
    display: flex;
    width: 100%;
}

.item_info .right {
    width: 50%;
    margin-top: 30px;
}

.item_info .right .status {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 12px;
    letter-spacing: .03em;
    color: rgba(0, 0, 0, .6);
    font-weight: bold;
}
.item_info .right .status .icon {
    margin-right: 7px;
}

.item_info .right h2 {
    font-size: 36px;
    line-height: 52px;
    text-transform: none;
    color: #555745;
}

.item_info .right .rait {
    display: flex;
    margin-bottom: 32px;
    align-items: center;
}

.item_info .right .rait p {
    font-size: 14px;
    line-height: 13px;
    letter-spacing: .03em;
    color: rgba(0, 0, 0, .6);
}

.item_info .right .rait .stars {
    margin-right: 12px;
}

.item_info .right .rait .stars svg {
    margin-right: 4px;
}

.item_info .right .price {
    font-family: 'Gotham-Medium', 'Arial', serif;
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 20px;
    color: #d43b42;
}

.item_info .right .add_item {
    display: flex;
    margin-bottom: 80px;
    align-items: center;
}

.item_info .right .add_item .qtt {
    /*display: flex;*/
    /*border: 1px solid #e5e5e5;*/
    /*align-items: center;*/
    /*margin-right: 0;*/
}
.add_item .product-item-amount {
    margin-right: 32px;
}

.item_info .right .add_item .qtt button, .qtt .product-item-amount-field-btn-minus, .qtt .product-item-amount-field-btn-plus {
    display: flex;
    padding: 16px 20px;
    border: 0;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    align-items: center;
    justify-content: center;
}

.item_info .right .add_item .qtt div, .qtt .product-item-amount-field {
    font-size: 18px;
    line-height: 14px;
    display: block;
    padding: 16px 10px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.item_info .left {
    width: 50%;
    margin-right: 80px;
}

.item_info .left .tabs {
    width: 100%;
}

.qtt {
    display: flex;
    margin-right: 32px;
    border: 1px solid #e5e5e5;
    align-items: center;
}

.qtt button {
    display: flex;
    padding: 16px 20px;
    border: 0;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    align-items: center;
    justify-content: center;
}

.qtt div {
    font-size: 18px;
    line-height: 14px;
    display: block;
    padding: 16px 20px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.btn-flex {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}
.btn-flex .btn {
    margin: 0 10px;
}
.btn_revers {
    background-color: unset;
    color: #d43b42;
}
.btn_revers:hover {
    color: #fff;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0;
    outline: none;
}

.fancybox-wrap {
    position: absolute;
    z-index: 8020;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fancybox-skin {
    position: relative;
    color: #444;
    border-radius: 30px;
    background: #f9f9f9;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    font: 14px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
    color: #444;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    /*background-image: url(/local/templates/cvetok/fancybox_sprite.png);*/
}

#fancybox-loading {
    position: fixed;
    z-index: 8060;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    cursor: pointer;
    opacity: .8;
    background-position: 0 -108px;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/local/templates/cvetok/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    line-height: 100;
    position: absolute;
    z-index: 8040;
    top: -40px;
    right: -40px;
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.fancybox-close:hover:after,
.fancybox-close:hover:before {
    background-color: #747880;
}

.fancybox-close:after,
.fancybox-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 25px;
    height: 2px;
    content: '';
    transition: all .2s;
    background-color: #f5f7f9;
}

.fancybox-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.fancybox-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.fancybox-nav {
    position: absolute;
    z-index: 8040;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    /*background: transparent url(/local/templates/cvetok/blank.gif); !* helps IE *!*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    z-index: 8040;
    top: 50%;
    visibility: hidden;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    overflow: visible !important;
    max-width: 99999px;
    max-height: 99999px;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    z-index: 8010;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    -webkit-animation-name: show;
    animation-name: show;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    background-color: rgba(0, 0, 0, .6);
}

.fancybox-overlay-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    font: normal 13px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;
    position: relative;
    z-index: 8050;
    visibility: hidden;
    text-shadow: none;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    z-index: 8050;
    right: 50%;
    bottom: 0;
    margin-bottom: -35px;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    font-weight: bold;
    line-height: 24px;
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    white-space: nowrap;
    color: #fff;
    border-radius: 15px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, .8);
    text-shadow: 0 1px 2px #222;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.fancybox-video {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #9da1a7;
}

/*Retina graphics!*/

.catalog_box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.catalog_box .sort {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.catalog_box .sort .left p {
    opacity: .5;
}

.catalog_box .sort .right {
    width: auto;
}

.catalog_box .sort .right .dropdown {
    width: 100%;
    border: none;
}

.catalog_box .sort .right .dropdown .dropdown__list {
    right: 0;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    /*height: 250px;*/
    height: auto;
}

.catalog_box .sort .right .dropdown .dropdown__text {
    max-width: 100%;
    padding: 0 24px;
}

.catalog_box .sort .right .dropdown .dropdown__text:after {
    right: 0;
}

.catalog_box .catalog {
    /*width: 75%;*/
    width: 100%;
}
.catalog_box > div:last-child {
    width: 100%;
}

.catalog_box .catalog .catalog_tile .catalog_tile__item {
    width: calc(33.3333% - 28px);
}

.catalog_box .catalog .catalog_tile .catalog_tile__item:nth-child(4n+4) {
    margin-right: 40px;
}

.catalog_box .catalog .catalog_tile .catalog_tile__item:nth-child(3n+3) {
    margin-right: 0;
}

.filters {
    width: 25%;
    margin-top: 20px;
    padding-right: 60px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.filters .filter_title {
    font-family: 'Gotham-Medium', 'Arial', serif;
    font-size: 18px;
    margin-bottom: 32px;
}

.filters .filter_body {
    width: 100%;
    margin-bottom: 20px;
}

.filters .filter_body ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.filters .filter_body ul li {
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    align-items: flex-end;
    justify-content: space-between;
}

.filters .filter_body ul li .left {
    height: 22px;
}

.filters .filter_body ul li .left label {
    margin-bottom: 0;
}

.filters .filter_body ul li .left p {
    font-size: 16px;
    line-height: 22px;
}

.filters .filter_body ul li .right p {
    font-size: 12px;
    opacity: .5;
}

.show_more {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.colors_box {
    display: flex;
    width: 100%;
    max-width: 240px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.colors_box .color_item {
    margin-right: 20px;
    margin-bottom: 8px;
}

.colors_box .color_item svg {
    cursor: pointer;
    width: 26px;
    height: 26px;
}
.colors_box .color_item svg.ffffff {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
.colors_box .color_item .border_indicator {
    border-radius: 50%;
    width: 27px;
    height: 27px;
    position: absolute;

    top: 0;
    left: 0;
    display: block;

    transition: all .1s;
}

.color_item.form__checkbox > input:checked ~ .border_indicator {
    border: 2px solid #5b3e3a;
}


.catalog-page .stats {
    margin-bottom: 0;
}

.range-slider {
    min-width: 150px;
    max-width: 230px;
}

.range-slider__desc {
    display: flex;
    flex-direction: row;
    min-width: 245px;
    margin-top: 16px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.ui-slider {
    position: relative;
    width: 100%;
    max-width: 270px;
    height: 1px;
    border: none;
    background-color: #fff;
}

.ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    min-height: 1px;
    opacity: .5;
    border: none;
    background-color: #555745;
}

.ui-slider-handle {
    font-weight: normal;
    position: absolute;
    z-index: 3;
    top: 0;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #555745;
    border: 1px solid #555745;
    border-radius: 50%;
    outline: 0;
    background: #fff;
    touch-action: none;
}

.range-slider__text {
    font-size: 12px;
    line-height: 11px;
    margin: 0 !important;
    color: rgba(0, 0, 0, .8);
}

.price__range {
    min-width: 200px;
    max-width: 350px;
}

.panel {
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    display: none;
    visibility: hidden;
    width: 100%;
    height: 60px;
    transition: all .2s ease-out;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    box-shadow: 3px -4px 16px rgba(85, 87, 69, .12);
}

.panel__inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.panel_item {
    position: relative;
    display: flex;
    width: 25%;
    height: 100%;
    text-decoration: none;
    border-right: 1px solid #e5e5e5;
    align-items: center;
    justify-content: center;
}

.panel_item:last-of-type {
    border-right: 0;
}

.panel a.panel_item {
    text-decoration: none;
    color: unset;
}
.panel_item .bag {
    position: relative;
}
.panel_item .bag span {
    font-size: 14px;
    text-decoration: none;
    color: #d43b42;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 8px;
}

.panel .icon {
    font-size: 28px;
}

.panel_open {
    visibility: visible;
    transition: all .2s ease-out;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.panel_search {
    position: absolute;
    z-index: 8;
    bottom: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: all .2s ease-out;
    opacity: 0;
    background-color: #fff;
    align-items: stretch;
    justify-content: flex-start;
}

.panel_search .form__search {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    outline: none;
    box-shadow: 0;
}

.panel_search .close_search {
    display: flex;
    height: 100%;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
}

.panel_search .close_search img {
    width: 18px;
}

.ps_opened {
    visibility: visible;
    transition: all .2s ease-out;
    opacity: 1;
}

.article {
    max-width: 980px;
    margin-top: 20px;
}

.article h1 {
    font-size: 36px;
    line-height: 42px;
    max-width: 980px;
    margin-bottom: 25px;
    text-transform: none;
    color: #555745;
}

.article h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: none;
    color: #555745;
}

.article h3 {
    font-family: 'Gotham-Bold', 'Arial', serif;
    font-size: 24px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 15px;
    text-transform: none;
    color: #555745;
}

.article b {
    font-family: 'Gotham-Medium', 'Arial', serif;
}

.article img {
    margin: 25px 0;
}

.article p {
    font-size: 16px;
    line-height: 30px;
    max-width: 980px;
    margin-bottom: 10px;
    letter-spacing: .02em;
}

.article .q {
    font-family: 'Gotham-Medium', 'Arial', serif;
    max-width: 980px;
    margin: 56px 0;
    padding: 20px 40px;
    border-left: 2px solid #d43b42;
}

.article ol {
    margin-bottom: 20px;
    padding: 0;
    counter-reset: myCounter;
}
.article ol li {
    display: flex;
    margin-bottom: 8px;
    list-style: none;
    align-items: flex-start;
}

.article ol li:before {
    font-family: 'Gotham-Medium', 'Arial', serif;
    margin: 0 16px 0 0;
    content: counter(myCounter) '.';
    counter-increment: myCounter;
    color: #d43b42;
}
.article ol { counter-reset: item }
.article ol li{ display: block }
.article ol li:before { content: counters(item, ".") " "; counter-increment: item }

.article ul {
    margin-bottom: 20px;
    padding-left: 25px;
    list-style-type: none;
}

.article ul li {
    position: relative;
    margin-bottom: 8px;
}

.article ul li:before {
    position: absolute;
    top: 6px;
    left: -25px;
    width: 6px;
    height: 6px;
    margin: 0 16px 0 0;
    content: '';
    background-color: #d43b42;
}

.article .lists {
    display: flex;
    margin: 25px 0;
}

.article .lists ul {
    margin-right: 32px;
}

.article .article_img {
    width: 100%;
}

.article .images {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
}

.article .images img {
    display: block;
    max-width: calc(50% - 16px);
    margin-right: 32px;
}
.article .images.x4 img {
    max-width: calc(25% - 16px);
}
.article .images img:nth-child(2n) {
    margin-right: 0;
}
.article .images.x4 img:nth-child(4n) {
    margin-right: 0;
}

.article .time {
    line-height: 20px;
    margin-bottom: 0;
}

.author {
    display: flex;
    width: 100%;
    align-items: center;
}

.list-red {
    margin-bottom: 20px;
    padding-left: 25px;
    list-style-type: none;
}

.list-red li {
    position: relative;
    margin-bottom: 24px;
    opacity: .8;
}

.list-red li:before {
    position: absolute;
    top: 6px;
    left: -25px;
    width: 6px;
    height: 6px;
    margin: 0 16px 0 0;
    content: '';
    background-color: #d43b42;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.responsive-img {
    width: 100%;
    height: auto;
}

.relative {
    position: relative;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.invisible {
    visibility: hidden;
}

.flex-center {
    margin-top: auto;
    margin-bottom: auto;
}

.center {
    text-align: center;
}

.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.last {
    margin-right: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.text_bold {
    font-family: 'Gotham-Bold', 'Arial', serif;
}

.disabled {
    cursor: default;
    color: #b3b8c0;
}

.mar_b_10 {
    margin-bottom: 10px;
}

.mar_b_20 {
    margin-bottom: 20px;
}

.mar_b_30 {
    margin-bottom: 30px;
}

.mar_b_40 {
    margin-bottom: 40px;
}

.mar_b_50 {
    margin-bottom: 50px;
}

.mar_r_10 {
    margin-right: 10px;
}

.mar_r_20 {
    margin-right: 20px;
}

.mar_r_30 {
    margin-right: 30px;
}

.mar_r_40 {
    margin-right: 40px;
}

.mar_r_50 {
    margin-right: 50px;
}

.mar_r_100 {
    margin-right: 100px;
}

.points_opener,
.filters_opener {
    top: 0;
}

.points_opener .points,
.filters_opener .points {
    position: relative;
    visibility: hidden;
    /*width: 32vw;*/
    height: 100vh;
    padding-top: 20px;
    transition: all .2s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
}
.points_opener .points {
    width: 32vw;
}

.points_opener .points .points_close,
.points_opener .points .filters_close,
.filters_opener .points .points_close,
.filters_opener .points .filters_close {
    position: absolute;
    z-index: 4;
    top: 20px;
    right: -40px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.points_opener .points .points_close img,
.points_opener .points .filters_close img,
.filters_opener .points .points_close img,
.filters_opener .points .filters_close img {
    width: 100%;
    height: 100%;
}

.points_opener .points__inner,
.filters_opener .points__inner {
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-left: 4vw;
}

.points_opener .points__inner .points_list,
.filters_opener .points__inner .points_list {
    width: 100%;
}

.points_opener .points__inner .points_list__item,
.filters_opener .points__inner .points_list__item {
    width: 100%;
    padding: 20px 40px 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.points_opener .points__inner .points_list__item .pli_name,
.filters_opener .points__inner .points_list__item .pli_name {
    display: flex;
    width: 100%;
    margin-bottom: 8px;
    align-items: center;
}

.points_opener .points__inner .points_list__item .pli_name p,
.filters_opener .points__inner .points_list__item .pli_name p {
    font-family: 'Gotham-Medium', 'Arial', serif;
    font-size: 16px;
    line-height: 22px;
}

.points_opener .points__inner .points_list__item .pli_name .circle,
.filters_opener .points__inner .points_list__item .pli_name .circle {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 12px;
    margin-bottom: 2px;
    content: '';
    border-radius: 50%;
    background-color: #d43b42;
}

.points_opener .points__inner .points_list__item .time,
.filters_opener .points__inner .points_list__item .time {
    font-size: 14px;
    width: 100%;
    margin-bottom: 8px;
    padding-left: 24px;
    opacity: .5;
}

.points_opener .points__inner .points_list__item .link,
.filters_opener .points__inner .points_list__item .link {
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    padding-left: 24px;
    opacity: .8;
}

.points_opener .points__inner .points_list__item .link:last-child,
.filters_opener .points__inner .points_list__item .link:last-child {
    margin-bottom: 0;
}

.points_opened,
.filters_opened {
    visibility: visible;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}

.points_opened .points,
.filters_opened .points {
    visibility: visible;
    transition: all .3s ease-in-out;
    transition-delay: .4s;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.item_add_to_cart {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #f0ebe8;
    font-size: 34px;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    z-index: 1000;
    color: #d43b42;
    opacity: 0;
    display: none;
}

/* Cookie */
.cookie-warning {
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10000;
    pointer-events: none;
}
.cookie-warning, .cookie-warning__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.cookie-warning__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.7142857143rem;
    max-width: 45.7142857143rem;
    padding: 1.7142857143rem;
    margin: 0;
    pointer-events: all;
    border-radius: 1.1428571429rem 1.1428571429rem 0 0;
    /*-webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,.1);*/
    /*box-shadow: 0 10px 40px 0 rgba(0,0,0,.1);*/
    background-color: #fff;
    background-image: url('/local/templates/cvetok/img/flo.png');
    background-size: 45%;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    -webkit-box-shadow: 0 1.7857142857rem 6.0714285714rem rgba(30, 20, 17, 0.39);
    box-shadow: 0 1.7857142857rem 6.0714285714rem rgba(30, 20, 17, 0.39);
}
.cookie-warning__body {
    font-size: 1rem;
    line-height: 1.4;
}
.cookie-warning__body-text {
    margin: 0;
}
.cookie-warning__button-approve.btn {
    width: 160px;
    height: 40px;
    min-width: unset;
}
/* Cookie */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(/local/templates/cvetok/fancybox_sprite@2x.png);
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url(/local/templates/cvetok/fancybox_loading@2x.gif);
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }

}

@media (min-width: 768px) {
    .dop_orders {
        margin-top: 30px;
    }

    .cookie-warning__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 2.1428571429rem 1.4285714286rem;
        border-radius: 1.1428571429rem;
    }
    .cookie-warning__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 11.6428571429rem;
        margin: 0 0 0 4.1428571429rem;
        margin-left: 4.14286rem;
    }
}

@media (min-width: 641px) and (max-width: 1199px) {

    /**
    * size on tablet
    */

    .layout-inner,
    .header_top,
    .header_menu__inner,
    .main_header__inner,
    .stats_inner,
    .page__inner,
    .footer_top,
    .footer_bottom,
    .flo_header__inner,
    .slider-buttons-wrapper {
        width: 100%;
        min-width: 100%;
        max-width: 1240px;
    }

    .layout-padding,
    .header_top,
    .header_menu__inner,
    .main_header__inner,
    .page__item,
    .footer__inner,
    .flo_header__inner {
        padding-right: 40px;
        padding-left: 40px;
    }

}

@media (min-width: 1200px) {

    .layout-inner,
    .header_top,
    .header_menu__inner,
    .main_header__inner,
    .stats_inner,
    .page__inner,
    .footer_top,
    .footer_bottom,
    .flo_header__inner,
    .slider-buttons-wrapper {
        width: 100%;
        min-width: 1240px;
        max-width: 1240px;
    }

    .layout-padding,
    .header_top,
    .header_menu__inner,
    .main_header__inner,
    .page__item,
    .footer__inner,
    .flo_header__inner {
        padding-right: 20px;
        padding-left: 20px;
    }


    .cookie-warning__content {
        margin: 2.8571428571rem auto;
    }

    .cookie-warning__button {
        margin-left: 5.9285714286rem;
    }

}

@media (min-width: 1600px) {

    .points_opener .points,
    .filters_opener .points {
        width: 26vw;
    }

    .main_header {
        background-position: 70% bottom;
    }

}

@media (max-width: 1200px) {

    .page__item_title.advantage {
        flex-direction: column;
    }
    .page__item_title .advantage__caption {
        margin-bottom: 30px;
    }
    .advantage__icons {
        width: 100%;
        justify-content: space-between;
    }

    .page-container {
        padding-bottom: 60px;
    }

    .catalog_tile.simple_tile .catalog_tile__item {
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    .catalog_tile.simple_tile .catalog_tile__item:nth-child(2n) {
        margin-right: 0;
    }

    .mobile_filters {
        display: block;
    }

    .contacts_phone {
        display: none;
    }

    .ads {
        display: block;
    }

    .address {
        display: block;
        width: 26% !important;
    }

    .address img {
        display: block;
    }

    .address .address_box {
        display: none;
    }

    .header_menu {
        display: none;
    }

    .burger {
        display: block;
        margin-right: 0;
    }

    .burger .hamburger {
        display: block;
    }

    .header_top {
        padding: 12px 40px;
    }

    .main_header {
        background-position: 35%;
    }

    .main_header__inner .mh_text {
        max-width: 70%;
    }

    .main_header__inner .mh_text h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .stats_inner {
        padding: 40px;
    }

    .points_opener .points {
        width: 60vw;
    }

    .footer_top {
        display: none;
    }

    .footer__inner {
        width: 100%;
        padding: 0;
    }

    .footer__inner:first-child {
        display: none;
    }

    .footer_bottom {
        padding: 0 20px;
    }

    .item_info {
        flex-direction: column;
        width: 100%;
    }

    .item_info .left {
        width: 100%;
        margin-right: 0;
    }

    .item_info .right {
        width: 100%;
    }

    .catalog_box .filters {
        display: none;
    }

    .catalog_box .catalog {
        width: 100%;
    }

    .catalog_box .catalog .catalog_tile .catalog_tile__item {
        width: calc(50% - 20px);
    }

    .catalog_box .catalog .catalog_tile .catalog_tile__item:nth-child(3n+3) {
        margin-right: 40px;
    }

    .catalog_box .catalog .catalog_tile .catalog_tile__item:nth-child(2n) {
        margin-right: 0;
    }

    .flo_header {
        height: 12em;
    }

    .flo_header h1 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 0;
    }

    .flo_header__inner .fh_text .breadcrumbs {
        margin-bottom: 12px;
    }

    .res {
        display: none;
    }

    .filters_opener .points {
        width: 40vw;
    }

    .filters {
        max-width: 400px;
        padding-right: 40px;
    }

    .header_top .contacts,
    .header_top .address {
        display: none;
    }

    .header .search {
        display: flex;
    }

    .panel {
        display: block;
    }

    .flowers_body .flower_item {
        width: 100%;
        margin-right: 0;
    }

    .flowers_body .flower_item .qtt {
        margin-right: 0;
    }

    .add_items {
        margin-bottom: 20px;
    }

    .add_items__item {
        display: flex;
        width: calc(50% - 20px);
        margin-right: 40px;
        margin-bottom: 32px;
    }

    .add_items__item:nth-child(3n+3) {
        margin-right: 40px;
    }

    .add_items__item:nth-child(2n) {
        margin-right: 0;
    }

    .result {
        flex-direction: column;
    }

    .result .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .result .left textarea {
        min-height: 120px;
    }

    .result .right {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .cart {
        flex-direction: column;
    }

    .cart .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .cart .right {
        width: 100%;
    }

    .cart {
        margin-bottom: 0;
    }

    .order_row__top {
        display: flex;
        flex-wrap: wrap;
    }

    .order_row__top .order_num {
        width: 50% !important;
    }

    .order_row__top .status {
        margin-bottom: 12px;
        justify-content: flex-end;
    }

    .order_row__top .price {
        text-align: center;
        order: 2;
    }

    .order_row__top .date {
        order: 1;
    }

    .order_row__top .repeat {
        order: 3;
    }

    .discount {
        flex-wrap: wrap;
    }

    .discount__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 32px;
    }

    .sticky_block {
        display: none;
    }

    .big_block {
        width: 100%;
    }

    .title_des .descr {
        max-width: 100%;
    }

    .first_feeds .feed_tile__item:first-child {
        width: 100%;
        margin-right: 0;
    }

    .first_feeds .feed_tile__item:nth-child(2) {
        width: 100%;
        margin-right: 0;
    }

    .feed_tile__item {
        width: 100%;
        margin-right: 0;
    }

    .submit_window__inner {
        margin-bottom: 40px;
    }

.double_text {
	flex-direction: column;
}

.double_text .left,
.double_text .right {
	width: 100%;
	margin-right: 0;
}

.double_text .left {
	margin-bottom: 20px;
}

.tile_simple .tile_item {
	width: calc(50% - 16px);
}

.tile_simple .tile_item p {
	padding-right: 0;
}

.tile_simple .tile_item:nth-child(3n+3) {
	margin-right: 32px;
}

.tile_simple .tile_item:nth-child(2n) {
	margin-right: 0;
}

}

@media (max-width: 1100px) {
    .popup {
        max-width: 75%;
    }
}

@media (max-width: 960px) {

    .advantage {
        margin-bottom: 0;
    }
    .page__item_title .advantage__caption {
        margin-bottom: 0;
    }
    .advantage__icons {
        flex-wrap: wrap;
    }
    .advantage__items {
        width: 40%;
        margin-top: 30px;
        margin-left: 0;
    }

    .fancybox-close {
        right: -5px;
    }
    .stats_inner .stats_item:nth-child(4n) {
        display: none;
    }
}
@media (max-width: 666px) {
    .reviews_header {display: none;}
}

@media (max-width: 640px) {
    body {
        overflow-x: hidden;
        overflow-x: scroll;
    }
    /**
    * size on mobile
    */

    .layout-inner,
    .header_top,
    .header_menu__inner,
    .main_header__inner,
    .stats_inner,
    .page__inner,
    .footer_top,
    .footer_bottom,
    .flo_header__inner,
    .slider-buttons-wrapper {
        width: 100%;
        min-width: 375px;
        max-width: 640px;
    }

    .layout-padding,
    .header_top,
    .header_menu__inner,
    .main_header__inner,
    .page__item,
    .footer__inner,
    .flo_header__inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .reviews_mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 10px;
    }
    .reviews_mobile .btn {
        height: auto;
        min-width: 100px;
        padding: 3px 10px;
        margin-left: 20px;
    }
    .popup_phone_inner__body .btn {
        margin-left: 0;
        margin-top: 20px;
    }
    .popup_phone_inner__body {
        margin: 20px;
    }
    .popup_phone_inner__body.submit_window__inner {
        padding: 32px 0;
    }
    .popup_phone_inner__footer .soc_link {
        flex-direction: column;
        align-items: center;
    }

    h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .nomarg {
        margin-bottom: 0;
    }

    .logo img {
        width: 80px;
    }

    .catalog_tile.simple_tile .catalog_tile__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .stats_inner {
        flex-direction: column;
        padding: 20px;
        align-items: flex-start;
    }

    .stats_inner .stats_item {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }

    .stats_inner .stats_item:first-child {
        display: flex;
        margin-bottom: 0;
        align-items: center;
        justify-content: center;
    }

    .stats_inner .stats_item:nth-child(2n),
    .stats_inner .stats_item:nth-child(3n),
    .stats_inner .stats_item:last-child {
        display: none;
    }

    .stats_inner .stats_item p:first-child {
        font-size: 12px;
        line-height: 14px;
        margin-right: 4px;
        margin-bottom: 0;
    }

    .stats_inner .stats_item p:last-child {
        font-size: 12px;
        line-height: 14px;
    }

    .stats_inner .stats_item:last-child {
        margin-bottom: 0;
    }

    .main_header__inner .mh_text h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .main_header__inner .mh_text {
        max-width: 100%;
    }

    .main_header__inner .mh_text p {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
        margin-bottom: 12px;
    }

    .main_header__inner .mh_text .link {
        font-size: 16px;
    }

    .main_header {
        min-width: 375px;
        height: 28em;
        background-position: 45% bottom;
        background-size: auto 53%;
    }

    .main_header__inner {
        justify-content: flex-start;
    }

    .mh_text {
        margin-top: 50px;
    }
    .header_top .reviews_star {
        display: none;
    }

    .header_top .contacts_lk {
        margin-right: 24px;
    }

    .burger {
        margin-right: 0;
    }

    .address {
        width: 20% !important;
    }


    .header_top .contacts_bag a span {
        font-size: 10px;
        line-height: 6px;
    }

    .address img {
        height: 18px;
    }

    .hamburger__item,
    .hamburger span,
    .hamburger span:before,
    .hamburger span:after,
    .hamburger span,
    .hamburger span:before,
    .hamburger span:after {
        height: 1px;
    }

    .points_opener .points {
        width: 85vw;
    }

    .points_opener .points__inner .points_list__item .pli_name p {
        font-size: 14px;
        line-height: 20px;
    }

    .points_opener .points__inner .points_list__item .time {
        font-size: 11px;
    }

    .menu_wrapper {
        top: 61px;
    }

    .menu_mobile {
        width: 100%;
    }

    .stats {
        margin-bottom: 0;
    }

    h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .link {
        font-size: 14px;
    }

    .page__item_title {
        margin-bottom: 24px;
    }

    .catalog_tile__item {
        margin-bottom: 10px;
    }

    .footer__inner {
        padding: 0;
    }

    .footer_bottom {
        padding: 0 20px;
    }

    .last {
        margin-bottom: 0;
    }

    .breadcrumbs .breadcrumbs_list li p {
        font-size: 14px;
    }

    .breadcrumbs .breadcrumbs_list li {
        height: 16px;
        margin-bottom: 0;
    }

    .breadcrumbs .breadcrumbs_list li p {
        font-size: 14px;
        margin: 0 4px 0 8px;
    }

    .item_info .left .tabs__buttons {
        margin-top: 20px;
    }

    .item_info .left .tabs__btn {
        width: calc(33.3333% - 13px);
        margin: 0 10px;
    }

    .item_info .left .tabs__btn:last-child {
        margin-right: 0;
    }

    .item_info .right h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .item_info .right .add_item {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 40px;
        align-items: flex-start;
    }

    .item_info .right .add_item .qtt {
        /*width: 100%;*/
        /*margin-right: 0;*/
        /*margin-bottom: 20px;*/
        margin: 0 auto 20px;
    }

    .item_info .right .add_item .qtt div, .qtt .product-item-amount-field {
        text-align: center;
        flex: 1;
    }

    .item_info .right .add_item .btn {
        width: 100%;
    }

    .simple_tabs .tabs__buttons {
        justify-content: space-between;
    }

    .simple_tabs .tabs__buttons .tabs__btn {
        font-size: 14px;
        margin-right: 20px;
    }

    .simple_tabs .tabs__buttons .tabs__btn:last-child {
        margin-right: 0;
    }

    .catalog_box .catalog .catalog_tile .catalog_tile__item {
        width: 100%;
        margin-right: 0;
    }

    .catalog_box .catalog .catalog_tile .catalog_tile__item:nth-child(3n+3) {
        margin-right: 0;
    }

    .flo_header {
        height: 10em;
        background-image: url(/local/templates/cvetok/img/fone1.png);
        background-position: right top;
        background-size: auto 72%;
    }

    .flo_header h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .breadcrumbs .breadcrumbs_list li {
        margin-bottom: 0;
    }

    .breadcrumbs .breadcrumbs_list li .link,
    .breadcrumbs .breadcrumbs_list li p,
    .breadcrumbs .breadcrumbs_list li span {
        font-size: 12px;
        line-height: 22px;
    }

    .flo_header__inner {
        margin-top: 0;
        justify-content: center;
    }

    .catalog_box .sort {
        margin-bottom: 12px;
    }

    .catalog_box .sort .left .res {
        display: none;
    }

    .catalog_box .sort .dropdown__text {
        font-size: 14px;
        height: auto;
    }

    .catalog_box .sort .dropdown__text:after {
        top: 6px;
        width: 6px;
        height: 6px;
    }

    .mobile_filters {
        display: block;
    }

    .mobile_filters .mf_btn img {
        width: 24px;
        height: auto;
    }

    .mobile_filters .mf_box {
        display: none;
    }

    .filters_opener .points {
        width: 86vw;
    }

    .filters {
        max-width: 400px;
        padding-right: 40px;
    }

    .popup {
        max-width: 90%;
    }

    .popup_inner {
        padding: 20px;
    }

    .close-modal {
        top: -40px;
        right: -20px;
    }

    .flowers_body {
        margin-bottom: 40px;
        padding-bottom: 0;
    }

    .flowers_body .flower_item {
        margin-bottom: 30px;
    }

    .flowers_body .flower_item .name p {
        font-size: 14px;
    }

    .flowers_body .flower_item .name img {
        width: 45px;
        height: 45px;
        margin-right: 12px;
    }

    .flowers_body .flower_item .qtt button {
        padding: 10px 14px;
    }

    .flowers_body .flower_item .qtt div {
        font-size: 14px;
        padding: 10px 14px;
    }

    .add_items__item {
        display: flex;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .add_items__item .btn_add {
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }

    .add_items__item .text_20 {
        font-size: 14px;
    }

    .add_items__item:nth-child(3n+3) {
        margin-right: 0;
    }

    .page-inter .page__item_title {
        margin-bottom: 32px;
    }

    .submit_window__inner .submit_row {
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .submit_window__inner .submit_row:first-child {
        margin-bottom: 24px;
    }

    .submit_window__inner .submit_row .price_d {
        font-size: 14px;
        width: 100%;
        margin-bottom: 12px;
        text-align: center;
    }

    .submit_window__inner .submit_row .dd {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .submit_window__inner .submit_row .dd .dropdown__text {
        font-size: 14px;
    }

    .submit_window__inner .submit_row .btn {
        width: 100%;
    }

    .article h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .article h2 {
        font-size: 20px;
        line-height: 26px;
        margin-top: 20px;
    }

    .article h3 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .article p {
        font-size: 14px;
        line-height: 22px;
    }

    .article .q {
        margin: 20px 0;
        padding: 20px;
    }

    .article img {
        margin: 20px 0;
    }

    .cart .cart_top p {
        font-size: 12px;
    }

    .cart .left .cart_item {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        flex-wrap: wrap;
        align-items: center;
    }

    .cart .left .cart_item .item_inf {
        flex-direction: column;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        align-items: center;
    }

    .cart .left .cart_item .item_inf .item_miniature {
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 12px;
        border-radius: 30px;
    }

    .submit_window__inner .submit_row.column .price {
        width: 100%;
        text-align: center;
    }

    .submit_window__inner {
        padding: 32px 20px;
    }

    .cart .submit_row input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .cart_order .left .client_form .input_row {
        flex-direction: column;
    }

    .cart_order .left .client_form .input_row input:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .cart_order .left .client_form .input_row .dd:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .orders .cart_item {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #e5e5e5;
        flex-wrap: wrap;
        align-items: center;
    }

    .orders .cart_item .item_inf {
        flex-direction: column;
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 20px;
        align-items: center !important;
    }

    .orders .cart_item .item_inf .item_miniature {
        width: 100% !important;
        height: 200px !important;
        margin-right: 0 !important;
        margin-bottom: 12px !important;
        border-radius: 30px !important;
    }

    .submit_row .btn_white {
        margin-bottom: 20px;
    }

    .order_row__top .uppercase {
        margin-bottom: 12px;
    }

    .date,
    .repeat,
    .price {
        width: 100% !important;
        margin-bottom: 12px;
        text-align: left !important;
        justify-content: flex-start;
    }

    .repeat {
        margin-bottom: 0;
    }

    .order_tabs.simple_tabs .tabs__buttons .tabs__btn {
        font-size: 12px;
    }

    .order_row__body {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .order_row__body .order_num {
        width: auto !important;
    }

    .order_row__body .centered {
        padding-left: 0;
    }

    .order_row__body .item_inf {
        flex-direction: column;
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 20px;
        align-items: center !important;
    }

    .order_row__body .item_inf .item_miniature {
        width: 100% !important;
        height: 200px !important;
        margin-right: 0 !important;
        margin-bottom: 12px !important;
        border-radius: 30px !important;
    }

    .text_20 {
        font-size: 16px;
    }

    .text_16 {
        font-size: 14px;
    }

    .first_feeds .feed_tile__item {
        padding: 20px;
    }

    .tile_simple .tile_item {
        width: 100%;
        margin-right: 0;
    }

    .tile_simple .tile_item .num {
        font-size: 18px;
    }

    .tile_simple .tile_item p {
        font-size: 16px;
    }

    .tile_simple .tile_item:nth-child(3n+3) {
        margin-right: 0;
    }

    .tile_simple .tile_item:nth-child(2n) {
        margin-right: 0;
    }

    .text_announce {
        padding-bottom: 0;
    }

    .text_announce p {
        font-size: 16px;
        text-align: left;
    }

    .cart .left .cart_item .item_inf .item_miniature img,
    .cart .orders .cart_item .item_inf .item_miniature img {
        border-radius: unset;
    }




    .item_add_to_cart {
        font-size: 24px;
        padding: 15px 0;
    }

    .btn-flex {
        flex-direction: column;
        align-items: center;
    }
    .btn-flex .btn {
        margin: 10px 0;
        max-width: 300px;
    }

    .cookie-warning .link {
        font-size: 16px;
    }

}

@media (max-width: 420px) {
    .popup_phone_inner__body h2 {
        font-size: 16px;
    }
}

@-webkit-keyframes spin {

    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

}

@keyframes spin {

    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

}

@-webkit-keyframes show {

    0% {
        display: none !important;
        visibility: hidden;
        opacity: 0;
    }

    1% {
        display: block !important;
    }

    100% {
        visibility: visible;
        height: auto;
        opacity: 1;
    }

}

@keyframes show {

    0% {
        display: none !important;
        visibility: hidden;
        opacity: 0;
    }

    1% {
        display: block !important;
    }

    100% {
        visibility: visible;
        height: auto;
        opacity: 1;
    }

}

@-webkit-keyframes hide {

    0% {
        display: block !important;
        visibility: visible;
        opacity: 1;
    }

    99% {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }

    100% {
        display: none !important;
    }

}

@keyframes hide {

    0% {
        display: block !important;
        visibility: visible;
        opacity: 1;
    }

    99% {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }

    100% {
        display: none !important;
    }

}
/* End */
/* /local/templates/cvetok/components/bitrix/news.detail/header_top/style.css?1618235400155 */
/* /local/templates/cvetok/components/bitrix/news.list/banner_main_slider/style.css?1668938596897 */
/* /local/templates/cvetok/components/bitrix/search.form/search_panel/style.css?1667609043385 */
/* /local/templates/cvetok/components/bitrix/news.detail/footer/style.css?1619001052155 */
/* /local/templates/cvetok/components/bitrix/news.detail/contacts_menu/style.css?166769598170 */
/* /local/templates/cvetok/components/bitrix/news.list/store_addresses_points/style.css?1618932151150 */
/* /local/templates/cvetok/components/bitrix/sale.basket.basket.line/footer/style.css?16315460274348 */
/* /local/templates/cvetok/components/bitrix/search.form/mobile_panel_search/style.css?1628183014713 */
/* /local/templates/cvetok/template_styles.css?1739472092134381 */
