

/* Start:/bitrix/templates/.default/normalize.css?16884209829058*/
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

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

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


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

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


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

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End */


/* Start:/local/templates/main_composite_adaptive/fonts.css?17143978823042*/
/* open-sans-300 - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-300.woff') format('woff'), /* Modern Browsers */
       url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/local/templates/main_composite_adaptive/fonts/open-sans-v29-latin_cyrillic-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url('/local/templates/main_composite_adaptive/fonts/OpenSansCondensed-Light.woff2') format('woff2'), url('/local/templates/main_composite_adaptive/fonts/OpenSansCondensed-Light.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans Condensed';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('/local/templates/main_composite_adaptive/fonts/OpenSansCondensed-Regular.woff2') format('woff2'), url('/local/templates/main_composite_adaptive/fonts/OpenSansCondensed-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans Condensed';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url('/local/templates/main_composite_adaptive/fonts/OpenSansCondensed-Bold.woff2') format('woff2'), url('/local/templates/main_composite_adaptive/fonts/OpenSansCondensed-Bold.woff') format('woff');
}
/* End */


/* Start:/local/templates/main_composite_adaptive/retina.css?1688420920220*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  body {
  	background: url(/local/templates/main_composite_adaptive/images/background_big.jpg) 0 0 repeat #fff;
  	background-size: 309px 272px;
  }
}
/* End */


/* Start:/local/templates/main_composite_adaptive/plugins/owl/owl.carousel.css?16884209221098*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.18
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controlls .owl-page,
.owl-controlls .owl-buttons div{
	cursor: pointer;
}
.owl-controlls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/local/templates/main_composite_adaptive/plugins/owl/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
/* End */


/* Start:/local/templates/main_composite_adaptive/plugins/owl/owl.theme.css?16884209222130*/
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.18
*/

.owl-theme .owl-controlls{
    bottom: 30px;
    left: -270px;
    margin-top: 10px;
    position: absolute;
    text-align: center;
}
.touch-no .owl-theme .owl-controlls {
    opacity: 0;
    transition: all 300ms ease-in-out 0s;
  	-moz-transition: all 300ms ease-in-out 0s;
  	-webkit-transition: all 300ms ease-in-out 0s;
  	-o-transition: all 300ms ease-in-out 0s;
}
.touch-no #new_items:hover .owl-controlls {opacity: 1;}
/* Styling Next and Prev buttons */

.owl-theme .owl-controlls .owl-buttons div{
  width: 57px;
  height: 20px;
  opacity: 0.8;
  cursor: pointer;
  display: inline-block;
  transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  position: relative;
display: none; /*пока убираю кнопки*/
}
.owl-theme .owl-controlls .owl-buttons div:hover {top: 1px;}

.owl-prev {
	background: url(/images/left_arrow.jpg) 0 0 no-repeat;
  	background-size: 57px 20px;
  	margin-right: 10px;
}
.owl-next {
	background: url(/images/right_arrow.jpg) 0 0 no-repeat;
  	background-size: 57px 20px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controlls.clickable .owl-buttons div:hover{
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controlls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controlls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controlls .owl-page.active span,
.owl-theme .owl-controlls.clickable .owl-page:hover span{
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controlls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}




/* End */


/* Start:/local/templates/main_composite_adaptive/plugins/popeasy/main.css?16950455381452*/
/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  /*display: none;*/
  background: #eee;
  overflow: auto;
  z-index: 1000;
  position: absolute;
  bottom: auto !important;
  /*width: 470px;*/
  width: 330px;
  min-height: 300px;
}

.modal {
    background: none repeat scroll 0 0 #F5F5F5;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 3px 5px #47958C;
    display: none;
    min-height: 250px;
    min-width: 330px;
    overflow: auto;
    position: absolute;
    z-index: 1000;
}
.modal h2 {
    background: none repeat scroll 0 0 #C58178;
    /*border: 1px solid #DE3817;*/
    border-radius: 10px 10px 0 0;
    /*box-shadow: 0 1px 1px #F9D0C8 inset;*/
    color: #FFFCEB;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 12px 10px 10px;
    text-align: center;
    line-height: 1.4;
}
.closeBtn {
    /*background: url("/bitrix/templates/main/images/closeBtn.png") no-repeat scroll 0 0 transparent;*/
    background: url("/bitrix/templates/main/images/close.svg") no-repeat scroll 0 0 transparent;
    display: block;
    width: 23px;
    height: 23px;
    right: 4px !important;
    top: 5px !important;
    position: absolute;
}

.modalcontent {padding: 0 20px 20px 20px;}
/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */

/* End */


/* Start:/local/templates/main_composite_adaptive/plugins/selectbox/jquery.selectbox.css?17059232882244*/
@CHARSET "UTF-8";
.sbHolder{
	background-color: #f5f5f5;
	border: solid 2px #aed1bb;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 24px;
	position: relative;
	width: 248px;
	box-sizing: content-box;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 24px;
	left: 0;
	line-height: 24px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 215px;
	text-decoration: none !important;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #EBB52D;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url("/local/templates/main_composite_adaptive/plugins/selectbox/select-icons.png") no-repeat scroll -1px -119px #AED1BB;
	display: block;
	height: 24px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
}
.sbToggle:hover{
	background: url(/local/templates/main_composite_adaptive/plugins/selectbox/select-icons.png) -1px -170px no-repeat #AED1BB;
}
.sbToggleOpen{
	background: url(/local/templates/main_composite_adaptive/plugins/selectbox/select-icons.png) -1px -20px no-repeat #AED1BB;
}
.sbToggleOpen:hover{
	background: url(/local/templates/main_composite_adaptive/plugins/selectbox/select-icons.png) -1px -70px no-repeat #AED1BB;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #f5f5f5;
	border: solid 2px #aed1bb;
	list-style: none;
	left: -2px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 248px;
	z-index: 1;
	overflow-y: auto;
	list-style-type: none;
}
.sbOptions li{
	padding: 0 7px;
	background: none !important;
	margin-bottom: 0 !important;
}
.sbOptions a{
	border-bottom: 1px dotted #7a7a7a;
	display: block;
	outline: none;
	padding: 5px 0 5px 3px;
	color: #7a7a7a !important;
	text-decoration: none !important;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #C58178;
}

.sbOptions li:hover a {color: #C58178 !important;}

.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
/* End */


/* Start:/local/templates/main_composite_adaptive/plugins/icheck/yellow.css?16884209221793*/
/* iCheck.js Square skin, yellow
----------------------------------- */
.icheckbox_square-yellow,
.iradio_square-yellow {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/local/templates/main_composite_adaptive/plugins/icheck/yellow.png) no-repeat;
    border: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 5px;
}

.icheckbox_square-yellow,
.icheckbox_square-yellow.static:hover {
    background-position: 0 0;
}
    .icheckbox_square-yellow.hover,
    .icheckbox_square-yellow:hover {
        background-position: -24px 0;
    }
    .icheckbox_square-yellow.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-yellow.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-yellow.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-yellow,
.iradio_square-yellow.static:hover {
    background-position: -120px 0;
}
    .iradio_square-yellow.hover,
    .iradio_square-yellow:hover {
        background-position: -144px 0;
    }
    .iradio_square-yellow.checked {
        background-position: -168px 0;
    }
    .iradio_square-yellow.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-yellow.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-yellow,
    .iradio_square-yellow {
        background-image: url(/local/templates/main_composite_adaptive/plugins/icheck/yellow@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
/* End */


/* Start:/local/templates/main_composite_adaptive/plugins/icheck/wo.css?17061812861603*/
/* iCheck.js Square skin, yellow
----------------------------------- */
.icheckbox_square-wo,
.iradio_square-wo {
    display: block;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 38px;
    /*background: url(/local/templates/main_composite_adaptive/plugins/icheck/wo.png) no-repeat;*/
    background: url(/local/templates/main_composite_adaptive/plugins/icheck/wo.svg) no-repeat;
    background-size: auto 38px;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.icheckbox_square-wo,
.icheckbox_square-wo.static:hover {
    background-position: 0 0;
}
    .icheckbox_square-wo.hover,
    .icheckbox_square-wo:hover {
        background-position: -83px 0;
        color: #fff;
    }
    .icheckbox_square-wo.checked {
        background-position: -83px 0;
        color: #fff;
    }

.iradio_square-wo,
.iradio_square-wo.static:hover {
    background-position: -120px 0;
}
    .iradio_square-wo.hover,
    .iradio_square-wo:hover {
        background-position: -144px 0;
    }
    .iradio_square-wo.checked {
        background-position: -168px 0;
    }
    .iradio_square-wo.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-wo.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-wo,
    .iradio_square-wo {
        background-image: url(/local/templates/main_composite_adaptive/plugins/icheck/wo@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}*/
/* End */


/* Start:/local/templates/main_composite_adaptive/plugins/alerts/jquery.alerts.css?16884209221571*/
#popup_container {
	/*font-family: Arial, sans-serif;*/
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #C58178;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	background-color: #C58178;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(/local/templates/main_composite_adaptive/plugins/alerts/images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	/*background-image: url(/local/templates/main_composite_adaptive/plugins/alerts/images/info.gif);*/
	background-image: url(/local/templates/main_composite_adaptive/plugins/alerts/images/help.gif);
}

#popup_content.confirm {
	background-image: url(/local/templates/main_composite_adaptive/plugins/alerts/images/important.gif);
}

#popup_content.prompt {
	background-image: url(/local/templates/main_composite_adaptive/plugins/alerts/images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok {
	background-color: #C58178;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	border: none;
	position: relative;
	-moz-box-shadow: 3px 3px #98BED4;
	-webkit-box-shadow: 3px 3px #98BED4;
	box-shadow: 3px 3px #98BED4;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 135, color = '#98BED4');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 135, Color = '#98BED4')";
}
#popup_ok:hover {top: 1px;}
/* End */


/* Start:/local/templates/main_composite_adaptive/components/bitrix/menu/top_new/style.css?1720188298737*/
.topmenu_list {
    padding: 0;
    margin: 0;
    list-style-type: none;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;

    color: #fff;
}
.topmenuitem {
    padding: 5px 10px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 100ms ease-in-out 0s;
}
.topmenuitem>a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
.topmenuitem:hover, .topmenuitem.item-selected {
    background-color: #9CCBAE;
}

@media (max-width: 1279px) {
    .topmenuitem>a {font-size: 14px;}
}
/* End */


/* Start:/local/templates/main_composite_adaptive/components/bitrix/sale.basket.basket.line/.default/style.css?1720188630431*/
#basket {
    display: block;
    background-color: #9CCBAE;
    border-radius: 2px;
    padding: 3px 20px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 100ms ease-in-out 0s;
}
#basket>span {color: #fff;}
.basket_header {
    display: block;
    text-transform: uppercase;
}
#basket:hover {background-color: #6AAFB8;}
/* End */


/* Start:/local/templates/main_composite_adaptive/components/bitrix/search.title/visual_new/style.css?17205253883350*/
.bx-searchtitle .bx-block-title {
	/*font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	
}
.bx-searchtitle .bx-input-group {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: stretch;
}
.bx-searchtitle .bx-input-group .bx-form-control {
	border: 2px solid #D6897F;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	width: 214px;
	color: #D6897F;
	padding: 0 15px;
	font-size: 16px;
	border-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.bx-searchtitle .bx-input-group .bx-form-control::-webkit-input-placeholder { /* Chrome */
  color: #D6897F;
}

.bx-searchtitle .bx-input-group button {
	display: block;
	width: 38px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D6897F;
	border: none;
	color: #fff;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .1s ease;
}
.bx-searchtitle .bx-input-group button:hover {
	background: #a9665d;
}


div.title-search-result {
	border:1px solid #c1867c;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	/*margin-top:-18px;*/
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/main_composite_adaptive/components/bitrix/search.title/visual_new/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #c58178;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{
	min-height:0;
	padding: 10px;
}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{
	background: #c58178;
	color: #fff;
	padding: 6px 10px;
	font-size: 14px;
}
.bx_item_block.all_result .all_result_title a:hover{background: #aed1bb; text-decoration: none;}
.bx_item_block.all_result a{
	margin-top: 0;
}

/* End */


/* Start:/local/templates/main_composite_adaptive/components/bitrix/menu/horizontal_multilevel/style.css?17204422684692*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 5px;
}

#horizontal-multilevel-menu
{
	display: table;
    margin-left: 0;
	height: 60px;
	white-space: nowrap;
}

/*Links*/

#horizontal-multilevel-menu li 
{
  /*display: inline-block;*/
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	/*display: block;*/
	display: table-cell;
  	text-decoration: none;
  	color: #c58178;
  	padding: 0 7px;
  	line-height: 17px;
  	height: 60px;
  	vertical-align: middle;
  	text-align: center;
  	white-space: normal;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	/*display: block;*/
	display: table-cell;
	text-decoration: none;
	background:#c58178;
	color:#fff;
	padding: 0 7px;
	line-height: 17px;
  	height: 60px;
  	vertical-align: middle;
  	text-align: center;
  	white-space: normal;
}

/*Root items: hover*/
.touch-no #horizontal-multilevel-menu li:hover {background-color: #c58178;}
.touch-no #horizontal-multilevel-menu li:hover a.root-item, .touch-no #horizontal-multilevel-menu li.jshover a.root-item
{
	
	color:#fff;
}

/*Child-items: hover*/
.touch-no #horizontal-multilevel-menu li:hover, .touch-no #horizontal-multilevel-menu li.jshover
{
	background-color: #c58178;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background: url(/local/templates/main_composite_adaptive/components/bitrix/menu/horizontal_multilevel/images/flower.png) 3px center no-repeat #DFADA7 !important;
	background-size: 28px 10px !important;
	padding-left: 40px;
}
#horizontal-multilevel-menu li.item-selected a, #horizontal-multilevel-menu li.item-selected a:hover {
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	background:#c58178;
	padding:0;
	margin: 0;
	border: 2px solid #c58178;
	/*width: 170px;*/
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li 
{
	/*width:150px;*/
	background-color: #c58178;
	display: block;
	text-transform: none;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 10px;
	/*border-left: 4px dotted #c58178;*/
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
	text-decoration: none;
	color: #fff;
}

.touch-no #horizontal-multilevel-menu li li:hover {background-color: #DFADA7;}
.touch-no #horizontal-multilevel-menu li li a:hover {color: #eee;}

#horizontal-multilevel-menu li li.novelty {background-color: #AED1BB;}
#horizontal-multilevel-menu li li.novelty:hover {background-color: #DFADA7;}
#horizontal-multilevel-menu li li.novelty a {background-color: none;}
#horizontal-multilevel-menu li li.lux {background-color: #98BED4;}
#horizontal-multilevel-menu li li.lux:hover {background-color: #DFADA7;}
#horizontal-multilevel-menu li li.lux a {background-color: none;}
#horizontal-multilevel-menu li li.sale {background-color: #e0a1af;}
#horizontal-multilevel-menu li li.sale:hover {background-color: #DFADA7;}
#horizontal-multilevel-menu li li.sale a {background-color: none;}
#horizontal-multilevel-menu li li.sertificates {background-color: #FDC89E;}
#horizontal-multilevel-menu li li.sertificates:hover {background-color: #DFADA7;}
#horizontal-multilevel-menu li li.sertificates a {background-color: none; color: #fff !important;}
#horizontal-multilevel-menu li li.to_order {background-color: #b18dbc;}
#horizontal-multilevel-menu li li.to_order:hover {background-color: #DFADA7;}
#horizontal-multilevel-menu li li.to_order a {background-color: none;}


/*.menu_hover {background-color: #c58178; color: #fff !important;}*/

.touch-no #horizontal-multilevel-menu li:hover ul,
.touch-no #horizontal-multilevel-menu li.jshover ul
{
	display:block;
}

div.menu-clear-left {clear:left;}
.allink {background-color: #AED1BB !important;}
.allink:hover {background-color: #98BED4 !important;}

#horizontal-multilevel-menu li.column-2 ul, #horizontal-multilevel-menu li.column-3 ul {
    padding: 10px 0;
    box-sizing: border-box;
}
.column-3 ul {column-count: 3;}
.column-2 ul {column-count: 2;}
@media (max-width: 1023px) {
    #horizontal-multilevel-menu li.column-2 ul, #horizontal-multilevel-menu li.column-3 ul {padding: 0}
    .column-3 ul, .column-2 ul {column-count: 1;}
}

#horizontal-multilevel-menu li.mobileitem {display: none;}
@media (max-width: 1023px) {
    #horizontal-multilevel-menu li.mobileitem {
        display: block;
    }
    #horizontal-multilevel-menu li.mobileitem a.root-item {
        color: #3691ab;
    }
}


/* End */


/* Start:/local/templates/main_composite_adaptive/components/bitrix/breadcrumb/.default/style.css?17181108061172*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0;
    list-style-type: none;
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px;
    background: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}
.bx_breadcrumbs ul li a, .bc_nolink{
    display:block;
    padding:0 15px;
    background:url(/local/templates/main_composite_adaptive/components/bitrix/breadcrumb/.default/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.8;
    text-decoration: none !important;
}
.bc_nolink {display: inline;}

.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a, .bc_nolink{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
/*.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}*/
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/local/templates/main_composite_adaptive/components/asd/subscribe.quick.form/.default/style.css?168854902094*/
#asd_subscribe_res {
	background-color: #ADD3C6;
	padding: 5px 10px;
	font-weight: bold;
}
/* End */


/* Start:/local/templates/main_composite_adaptive/components/bitrix/menu/bottom/style.css?1715505170302*/
#content #sitemap_menu_list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    font-family: 'Open Sans', Arial, sans-serif;
}
#content .sitemap_menu_item {
    margin-bottom: 20px;
    padding-left: 0;
    background: none;
}
#content .sitemap_menu_item:last-child {margin-bottom: 0;}
/* End */


/* Start:/local/templates/main_composite_adaptive/components/bxmaker/authuserphone.simple/.default/style.css?1688549020994*/
.bxmaker-authuserphone-simple {
    background: transparent;
    padding: 0;
    box-shadow: none;
    width: 100%;
    max-width: 350px;
    color: inherit;
    /*margin-top: 20px;*/
}

#order_auth_form .bxmaker-authuserphone-simple {
    padding: 20px;
    border: 2px solid #C58178;
}

.bxmaker-authuserphone-simple-phone .bxmaker-authuserphone-header {
    font-size: 14px;
    font-weight: 400;
}
.bxmaker-authuserphone-button__inner, .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {background-color: transparent;}
.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field, .bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__field, .bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field {
    border-color: #C58178;
}

.bxmaker-authuserphone-button__title {
    color: #8d744b !important;
}

a.bxmaker-authuserphone-link, a.bxmaker-authuserphone-link:visited {
    color: #C58178;
}
/* End */


/* Start:/local/components/rl/system.empty/templates/callme_itempage/style.css?17489549801033*/


#bckcll_form > input[type="text"] {
    background-color: #fff;
    border: 2px solid #98bed4;
    border-radius: 0;
    box-shadow: 3px 3px #c58178;
    color: #585656;
    height: 40px;
    line-height: 40px;
    padding: 1px 5px;
    width: 100%;
    margin-bottom: 2px;
    margin-bottom: 10px;
}

#bckcll_form > input[type="submit"] {
    background-color: #98bed4;
    border: medium none;
    box-shadow: 3px 3px #c58178;
    color: #fff;
    height: 40px;
    padding: 1px 10px;
    width: 100%;
    position: relative;
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
/*#bckcll_form > input[type="submit"]:hover {
    box-shadow: 2px 2px #c58178;
    top: 1px;
}*/

#callme_item .bcall_success {
	background: none;
	padding: 0;
	margin: 0;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 7px;
    color: #5d98bb;
}

#bckcll_form .formAgreementCheckbox {margin-bottom: 20px;}
/* End */


/* Start:/local/templates/main_composite_adaptive/components/bitrix/iblock.element.add.form/showroom/style.css?17489418033926*/
#w_wrapper {padding: 0 20px 20px 20px;}
#showroom_claim_form .input {margin-bottom: 20px;}
.input>label {
    display: block;
    font-weight: bold;
}

.input>input {
    border: 2px solid #C58178;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    vertical-align: bottom;
    box-sizing: content-box;
}

#showroom_claim_form .fullsize {width: 100%; position: relative;}
#showroom_claim_form .fullsize>input {width: 95%;}

.halfsize {
    float: left;
    margin-right: 38px;
}

#showroom_claim_form .input>textarea {
    width: 100%;
    border: 2px solid #C58178;
    resize: none;
    height: 50px;
}

.hiddenfield {display: none;}

.submintbut {text-align: right;}

.oknote {
    background: url('/images/ender.png') bottom center no-repeat;
    padding-bottom: 50px;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #C58178;
    text-align: center;
    line-height: 1.4;
}

.fieldhint {
  margin-top: 0;
  font-weight: 400;
}

#showroom_claim_form select {
    height: 30px;
    line-height: 30px;
    border: 2px solid #C58178;
    width: 98%;
}

#showroom_claim_form img.calendar-icon {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.showroom_peronal {
  font-size: 12px;
  margin-top: -10px;
}

input[name="PROPERTY[205][0][VALUE]"] {
  border: 2px solid #C58178;
  height: 30px;
  flex: none;
}

@media (max-width: 600px) {
    #showroom_claim_form {width: 280px !important; min-width: none;}
    .modal h2 {font-size: 16px;}
    .closeBtn {
        top: 3px;
        right: 18px;
        left: auto;
    }
    /*.calendar-icon {margin-top: -28px !important;}*/
}


#showroom_claim_form {
  min-width: 360px;
}
#showroom_claim_form h2 {
  padding: 8px 30px;
  line-height: 100%;
  margin-bottom: 10px;
}
#showroom_claim_form label {margin-bottom: 2px;}
#showroom_claim_form .cap_item label {margin-bottom: 5px;}

/*#showroom_claim_form*/
.caps {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.cap_item {
  margin-bottom: 15px;
  width: 78px;
  position: relative;
  margin-right: 2px;
}
.cap_item>input {display: none;}
.cap_item>label {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  height: 70%;
  border: 2px solid #C58178;
  background: #F5F5F5;
  border-radius: 12px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.cap_item[data-time="10–11"]:before, .cap_item[data-time="19–20"]:before {
  content: 'только в будни';
  color: #fff;
  display: block;
  width: 100%;
  background: #C58178;
  border-radius: 12px;
  position: absolute;
  bottom: -8px;
  font-size: 10px;
  z-index: -1;
  text-align: center;
  border-radius: 0 0 10px 10px;
  padding-top: 8px;
  line-height: 17px;
  font-weight: 400;
}
.cap_item input[type=radio]:checked + label {
  background: #C58178;
  color: #fff;
}


.form_checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form_checkbox label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.form_checkbox label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #C58178;
  /*border-radius: 0.25em;*/
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
  margin-top: -5px;
}
.form_checkbox input:checked+label::before {
  border-color: #C58178;
  background-color: #C58178;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.smalllabel {
  font-weight: 400;
  font-size: 13px;
}
.smalllabel a {text-decoration: underline !important;}
/* End */


/* Start:/bitrix/components/bitrix/iblock.property.field.public.edit/templates/date/style.min.css?1721797700374*/
.iblock-property-field-date-control{margin-bottom:5px}.iblock-property-field-date .ui-ctl+.ui-ctl,.iblock-property-field-date .ui-ctl+.ui-btn{margin-left:0}.iblock-property-field-date-control>.ui-ctl-icon-calendar{pointer-events:all;cursor:pointer}.iblock-property-field-date-add-btn{border:0 solid !important;border-bottom:1px dashed var(--ui-link-border-color) !important}
/* End */


/* Start:/local/components/rl/system.empty/templates/beono_flash_message/style.css?16884209621055*/
div.beono-flashmessage {
	position: absolute;
	position: fixed;
	z-index: 9999;
/*top: -5px;*/
	bottom: -5px;
	left: 50%;
/*width: 560px;*/
	width: 700px;
/*margin: 0px 0 0px -280px;*/
	margin: 0px 0 0px -350px;
	padding: 15px 25px 15px 20px;
	border: 2px solid #FFE000;
	border-radius: 6px;
	background: #FFF500;
	box-shadow: 0px 0px 100px rgba(0,0,0,0.5);
	font-size: 15px;
line-height: 21px;
	color: #000;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-name: slideIn;
}
@-webkit-keyframes slideIn { 
	0%   { -webkit-transform: translateY(-100%); }
	100% { -webkit-transform: translateY(0%)); }
}

a.beono-flashmessage-close,
a.beono-flashmessage-close:link,
a.beono-flashmessage-close:visited,
a.beono-flashmessage-close:active  {
	display: block;
	position: absolute;
	right: 8px;
	top: 16px;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

a.beono-flashmessage-close:hover {
	color: #444;	
}
/* End */


/* Start:/local/components/rl/system.empty/templates/cookie_alert/style.css?1748591754840*/
#cookieWindow {
    border: 2px solid #5aa975;
    width: 700px;
}

#cookieWindow .modalcontent {
	padding: 20px;
	line-height: 1.4;
	font-size: 15px;
}
#cookieWindow .modalcontent a{text-decoration: underline;}

.cookieButtons {margin-top: 10px;}
.cookieBtn {
	background-color: #80b291;
    padding: 10px 10px 11px;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    opacity: 1;
    transition: opacity 0.3s;
    width: 100%;
}
.limitedCookies {
	background-color: #b7b7b7;
	margin-bottom: 0;
}
.cookieBtn:hover {opacity: 0.9}
/*.cookieBtn:focus {background-color: red;} */

@media (max-width: 767px) {
    #cookieWindow {
        width: 400px;
    }
}

@media (max-width: 479px) {
    #cookieWindow {
        width: 340px;
    }
}
/* End */


/* Start:/local/components/rl/system.empty/templates/bottom_block/style.css?1688420962830*/
#bottom_block {
	position: fixed;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	background-color: #26d367;
	padding: 10px;
	display: none;
	box-shadow: 0 -2px 6px #969696;
	z-index: 999;
    color: #fff;
}
@media (max-width: 767px) {
	#bottom_block {display: block;}
}

#bb_wrapper {
	/*display: flex;*/
	flex-wrap: nowrap;
	justify-content: space-between;
}
#bb_backcall_block {width: 130px; margin-right: 20px;}

#bb_close {
	position: absolute;
	top: 2px;
	right: 4px;
	cursor: pointer;
}

/*#bb_other {padding-top: 5px;}*/
#bb_wrapper>a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
    font-size: 22px;
    display: inline-block;
    margin-left: 10px;
	/*border-bottom: 1px dashed #63706c;*/
}
/*#bb_other>a:first-of-type {margin-bottom: 6px;}*/
#bb_wrapper>a>i {font-size: 40px;}
/* End */


/* Start:/local/templates/main_composite_adaptive/styles.css?17156925882667*/
.retina300 {
  width: 300px;
  height: auto;
/*opacity: 0.8;*/
}

.retina400 {
  width: 400px;
  height: auto;
/*opacity: 0.8;*/
}

.retina200 {
  width: 200px;
  height: auto;
/*opacity: 0.8;*/
}

.separated {
	padding-bottom: 40px;
	margin-bottom: 30px;
	background: url(/local/templates/main_composite_adaptive/images/separator1.png) bottom center no-repeat;
	background-size: 932px 28px;
}

.end_separated {
	padding-bottom: 60px;
	margin-bottom: 20px;
	background: url(/local/templates/main_composite_adaptive/images/separator2.png) bottom center no-repeat;
	background-size: 932px 50px;
}

#content table {
	border-top: 1px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	border-collapse: collapse;
}
#content table th, #content table td {padding: 5px 20px;}
#content table th {
	background-color: #C58178;
	color: #fff;
}
#content table tr:nth-child(2n+1) td{background-color: #f5f5f5;}
#content table tr:hover td {background-color: #EAF6E8;}

#content a{color: #C58178; text-decoration: underline;}
#content a:hover{text-decoration: none;}

#content ul {list-style-type: none;}
#content ul li{
	padding-left: 10px;
	background: url(/local/templates/main_composite_adaptive/images/point.png) left 8px no-repeat;
	background-size: 4px 4px;
	margin-bottom: 7px;
}

#content h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.redblock, .greenblock, .blueblock {
	color: #fff;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}

.redblock {background-color: #C58178;}
.blueblock {background-color: #98BED4;}
.greenblock {background-color: #9FC4AC;}

.r_left {
	width: 400px;
	margin: 0 30px 10px 0;
	float: left;
	max-width: 100%;
	box-sizing: border-box;
}
.r_right {
	width: 400px;
	margin: 0 0px 10px 30px;
	float: left;
	max-width: 100%;
	box-sizing: border-box;
}

.redblock a, .blueblock a, .greenblock a {color: #fff !important;}

.column {width: 430px; max-width: 100%;}
.column>h3 {font-size: 28px;}
.colrow {margin-bottom: 40px;}
.leftcolumn {
	float: left;
	padding-right: 35px;
	border-right: 2px solid #F5F5F5;
}
.rightcolumn {
	float: right;
	padding-left: 35px;
}
.falsecard {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.falsecard>a>img {
	width: 200px;
	height: auto;
}
.falsecard:first-child {margin-right: 20px;}
.falsecard>a {
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none !important;
}

.greentext {color: #80b291;}
.greenborder {border-left: 4px solid #ADD3C6; padding-left: 20px;}

.leftpadding {padding-left: 30px;}

.b_input>input {
    border: 2px solid #C58178;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    vertical-align: bottom;
}

.bold {font-weight: bold;}
/* End */


/* Start:/local/templates/main_composite_adaptive/template_styles.css?174895412757766*/
/*
#c58178 - основной бордовый
#f5f5f5 - основной светлосерый
*/
a {
  color: #57585a;
  outline: none;
}
a:hover {
  text-decoration: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
object,
embed {
  max-width: 100%;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.notextlink {
  color: transparent;
  display: inline-block;
  font: 0px/0 serif;
  text-shadow: none;
}
.boxshadow {
  -moz-box-shadow: 0px 1px 1px #a6a0b0;
  -webkit-box-shadow: 0px 1px 1px #a6a0b0;
  box-shadow: 0px 1px 1px #a6a0b0;
}
.centerblock {
  min-width: 700px;
  max-width: 1250px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

h1, h2, h3, h4 {
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  text-transform: uppercase;
  color: #c5766b;
  font-weight: 300;
  margin: 10px 0;  
}
h1 {font-size: 36px; color: #d14a38;}
h2 {font-size: 36px; line-height: 42px;}
h3 {font-size: 30px; line-height: 30px;}
#content h1, #content h2 {
  margin-bottom: 20px;
  line-height: 38px;
  margin-top: 0;
}
.mtb {margin-top: 50px; margin-bottom: 50px;}

body {
  color: #726664;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  background: url(/local/templates/main_composite_adaptive/images/background.jpg) 0 0 repeat #fff;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  /*font-size: 13px;*/
  font-size: 15px;
  line-height: 140%;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  /*-moz-backface-visibility:    hidden;*/
  -ms-backface-visibility:     hidden;
}

#specials {display: none;}
@media screen and (min-width: 1500px) {
  #specials {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.special_img {
  display: inline-block;
  position: absolute;
  top: 0;
}
.si_left {left: 0;}
.si_right {right: 0;}
.readtext {font-size: 14px;}

#layout {
  width: 100%;
  max-width: 978px;
  min-height: 200px;
  margin: 0 auto;
  background: #fff;
  -moz-box-shadow: 0px 0px 7px #e0e0e0;
  -webkit-box-shadow: 0px 0px 7px #e0e0e0;
  box-shadow: 0px 0px 7px #e0e0e0;
  position: relative;
}


#menuline {
  height: 60px;
  background-color: #f5f5f5;
  position: relative;
  padding: 0 10px;
  z-index: 20;
}
#catalog_menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 5px;
}
.c_m_topitem {
  display: inline-block;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 7px
}
.c_m_topitem a {
  display: block;
  text-decoration: none;
  color: #c58178;
}
.c_m_topitem:hover {background-color: #c58178;}
.c_m_topitem:hover a {color: #fff;}


/*подвал*/
footer {
  /*background: url(/local/templates/main_composite_adaptive/images/background_big_transparent.png) 0 0 repeat #c58178;*/
  background: url(/local/templates/main_composite_adaptive/images/background_big_transparent.webp) 0 0 repeat #c58178;
  padding-top: 40px;
  position: relative;
  margin-top: 20px;
  position: relative;
}

#footer_back {
  width: 100%;
  height: auto;
  position: absolute;
  top: -10px;
}

#paysystems {
  background: url(/local/templates/main_composite_adaptive/images/pay.png) center center no-repeat;
  /*width: 237px;*/
  height: 30px;
  width: 100%;
  background-size: contain;
}

#footer_actions {
  position: relative;
  padding: 0 23px;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
#footer_actions>div {width: 33%;}

#footer_contacts {
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif; 
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 10px;
}
#footer_contacts a {color: #fff;}

#social {
  list-style-type: none;
  margin-top: 0;
  padding: 0;
  text-align: center;
}
.yawrapper {text-align: right;}
.s_link {
  width: 35px;
  height: 34px;
  background: url(/local/templates/main_composite_adaptive/images/social1.png) top left no-repeat;
  /*background-size: 173px 34px;*/
  /*background-size: 208px 34px;*/
  background-size: 242px 34px;
  display: inline-block;
  opacity: 0.8;
  margin-right: 7px
}
.s_link:last-child {margin-right: 0;}
.s_twitter {background-position: 0px 0px;}
.s_vk {background-position: -35px 0px;}
.s_fb {background-position: -69px 0px;}
.s_odnokl {background-position: -104px 0px;}
.s_instagram {background-position: -139px 0px;}
.s_rutube {background-position: -173px 0px;}
.s_tg {background-position: -208px 0px;}
.s_link:hover {opacity: 1;}
.s_link a {display: block; width: 35px; height: 34px;}

#subscr {
/*  position: absolute;
  bottom: 0;
  right: 23px;
  width: 284px;*/
}

#asd_subscribe_form {
  width: 284px;
  height: 34px;
  position: relative;
}

#s_email {
  width: 260px;
  height: 34px;
  padding: 0 40px 0 10px;
  line-height: 34px;
  border: none;
  background-color: #dfada7;
  color: #fff;
  font-size: 14px;
}
#s_email::-webkit-input-placeholder { color:#f1f1f1; font-style: italic;}
#s_email:-moz-placeholder { color:#f1f1f1; font-style: italic;}
#asd_subscribe_submit {
  border: none;
  width: 20px;
  height: 20px;
  background: url(/local/templates/main_composite_adaptive/images/icons/send.png) 0 4px no-repeat;
  background-size: 16px 16px;
  font-size: 0;
  position: absolute;
  top: 4px;
  opacity: 0.8;
  right: 32px;
}
#asd_subscribe_submit:hover {opacity: 1;}

#bottom_menu {
  height: 35px;
  line-height: 35px;
  background-color: #add3c6;
  padding: 0 23px;
  margin-top: 30px;
  font-size: 14px;
}
#bot_menu_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.bot_menu_item {
  display: table-cell;
  text-align: center;
}
.bot_menu_item a {
  color: #63706c;
  text-decoration: none;
  /*padding: 0 14px;*/
}
.bot_menu_item a:hover {text-decoration: underline;}

.footer_copy {
  /*position: absolute;*/
  width: 100%;
  text-align: center;
  height: 20px;
}
.footer_copy a {
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif; 
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  display: block;
  height: 22px;
  line-height: 22px;
}
.footer_copy a:hover {background-color: #b13333;}

#overblock {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.footertext {
  margin-top: 20px;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  color: #EFEFEF;
  padding: 0 20px;
}

#fixed {
  position: relative;
  width: 33px;
  height: 225px;
  background-color: #f5f5f5;
  margin: 0 auto;
  padding: 10px 0 0 0px;
  top: 380px;
  left: -488px;
  z-index: 120;
  -moz-box-shadow: 1px 1px 1px #e0e0e0;
  -webkit-box-shadow: 1px 1px 1px #e0e0e0;
  box-shadow: 1px 1px 1px #e0e0e0;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#e0e0e0');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#e0e0e0')";
}
#corner {
  background: url(/local/templates/main_composite_adaptive/images/corner.png) 0 0 no-repeat;
  background-size: 16px 8px;
  -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bitrix/templates/main/images/corner.png',sizingMethod='scale')";
  height: 8px;
  width: 16px;
  position: absolute;
  bottom: -8px;
  left: 0;
}
#advantages {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 33px;
}
.adv_item {
  width: 33px;
  height: 33px;
  cursor: pointer;
  margin-bottom: 4px;
  opacity: 0.8;
  position: relative;
}
.adv_item:hover {
  opacity: 1;
  background-color: #c58178;
}
.adv_item span {
  /*display: block;*/
  width: 500px;
  position: absolute;
  top: 0;
  left: 33px;
  padding: 15px;
  background-color: #c58178;
  color: #fff;
  opacity: 1;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  border-right: 4px solid #97bdd3;
  border-bottom: 4px solid #97bdd3;
  -moz-box-shadow: 1px 1px 1px #e0e0e0;
  -webkit-box-shadow: 1px 1px 1px #e0e0e0;
  box-shadow: 1px 1px 1px #e0e0e0;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#e0e0e0');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#e0e0e0')";
  display: none;
  z-index: 9999;
}
.touch-no .adv_item:hover>span {display: block;}
/*.touch-yes .adv_item span:hover {display: none;}*/

.ai_1 {background: url(/local/templates/main_composite_adaptive/images/icons/over/1.png) center center no-repeat;background-size: 26px 26px !important;}
.ai_2 {background: url(/local/templates/main_composite_adaptive/images/icons/over/2.png) center center no-repeat;background-size: 26px 26px !important;}
.ai_3 {background: url(/local/templates/main_composite_adaptive/images/icons/over/3.png) center center no-repeat;background-size: 26px 26px !important;}
.ai_4 {background: url(/local/templates/main_composite_adaptive/images/icons/over/4.png) center center no-repeat;background-size: 26px 26px !important;}
.ai_5 {background: url(/local/templates/main_composite_adaptive/images/icons/over/5.png) center center no-repeat;background-size: 26px 26px !important;}
.ai_6 {background: url(/local/templates/main_composite_adaptive/images/icons/over/6.png) center center no-repeat;background-size: 26px 26px !important;}

#content {
  position: relative;
  padding: 23px;
  z-index: 0;
}

.twoblocks {height: 268px; overflow: hidden; margin-bottom: 28px;}
.leftblock, .rightblock {width: 452px;}
.leftblock {margin-right: 28px;}
.rightblock {overflow: hidden;}
.blockwrapper {padding: 12px;}
.two_little_banners {overflow: hidden;}
.threebanners {
  height: 426px; 
  overflow: hidden;
  margin-bottom: 40px;
}
.threebanners a {display: block;}
.first_vertical_banner {margin-bottom: 20px;}

/*#new_items {margin-bottom: 30px;}*/
#new_items {margin: 50px 0;}
.news_wrapper {
  width: 243px;
  padding-right: 22px;
  float: left;
}
.news_wrapper h2 {
  margin: 0;
  line-height: 36px; 
}
#news_carousel {margin-bottom: 25px; position: relative; width: 66px; float: right; margin-top: 20px;}


/*баннеры*/
.bigbanner, .bigbanner img {
  width: 608px;
  height: 426px;
}
.first_vertical_banner, .first_vertical_banner img {
  width: 305px;
  height: 202px;
}
.second_vertical_banner, .second_vertical_banner img {
  width: 305px;
  height: 202px;
}
.leftblock_banner, .leftblock_banner img, .rightblock_banner, .rightblock_banner img {
  width: 452px;
  height: 268px;
}

#filterside {
  float: left;
  padding-right: 22px;
  box-sizing: content-box;
  width: 253px;
  overflow: hidden;
}
#catalog_list {
  /*width: 657px;*/
  overflow: hidden;
  position: relative;
}

#sortblock {margin-bottom: 40px;}
#sortblock>h3 {
  position: relative;
  top: -4px;
}
#sortblock>p {
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  color: #749b82;
  font-size: 18px;
  font-weight: normal;
}
.sort_button {
  height: 24px;
  width: 24px;
  line-height: 20px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #aed1bb;
  font-size: 20px;
  display: inline-block;
  margin-right: 7px;
}
.sort_text {
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  color: #749b82;
  font-size: 18px;
  font-weight: normal;
  vertical-align: bottom;
}
.active_sort {background-color: #c68279;}
.active_sort_text {color: #c68279;}

.simplebutton {
  height: 28px;
  line-height: 28px;
  border: none;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 0 20px;
}

.bluebutton {background-color: #98BED4;}
.bluebutton:hover {background-color: #C58178;}

.redbutton {
    /*background: url("/images/buttons/pink_but.png") no-repeat scroll 0 0 / 167px 34px #000;*/
    background: url("/images/buttons/pink_but.png") no-repeat scroll 0 0 transparent;
    background-size: 167px 34px;
    border: medium none;
    color: #8D744B;
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    width: 167px;
    position: relative;
    outline: none;
    color: #8d744b !important;
    text-decoration: none !important;
}
.redbutton:hover {top: 1px;}

.redbutton_wide {
    background: url("/images/buttons/pink_but_wide.png") no-repeat scroll 0 0 transparent;
    background-size: 274px 34px;
    width: 274px;
}

.extrawide {
  background: url("/images/buttons/pink_but_ex_wide.png") no-repeat scroll 0 0 transparent;
  background-size: 500px 34px;
  width: 500px;
}

#logout_link {
  font-size: 10px !important;
  text-transform: lowercase !important;
  text-decoration: underline !important;
}

.redsquarebutton, .greensquarebutton, .bluesquarebutton, #content .redsquarebutton, #content .bluesquarebutton {
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  /*height: 30px;*/
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  outline: none;
  padding: 7px 20px;
  border: none;
  text-decoration: none;
}
.redsquarebutton {background-color: #C58178;}
.greensquarebutton {background-color: #9FC4AC;}
.bluesquarebutton {background-color: #86b0c9;}
.bluesquarebutton>img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  margin-top: -5px;
}
.greensquarebutton:hover, .redsquarebutton:hover, .bluesquarebutton:hover {opacity: 0.9;}

#content .lsnn>li {
  background-image: none;
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.lsnn>li:before {
  content: '✿ ';
  position: absolute;
  top: 2px;
  left: 0;
}

.lsnn>li>a {
    color: #8D744B !important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none !important;
    
}
.lsnn>li>a:hover {color: #C5766B !important;}

.markered1, .markered2, .markered3, .markered4 {font-weight: bold;}
.markered1 {background-color: #f2dbdb !important;}
.markered2 {background-color: #d6e3bc !important;}
.markered3 {background-color: #dbe5f1 !important;}
.markered4 {background-color: #ccc0d9 !important;}
.text-right {text-align: right;}

.v_morelink {
  display: inline-block;
  margin: 10px 0 20px;
  background-color: #C58178;
  color: #fff !important;
  padding: 0 20px;
  line-height: 20px;
  text-decoration: none !important;
  transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
}
.v_morelink:hover {background-color: #98BED4;}

.pvz_trigger {
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px dashed #EAAEA6;
}
.pvz_list {display: none;}
.pvz {
  border-bottom: 1px dashed #fff;
  margin-bottom: 20px;
}
.pvz>h4 {color: #fff;}
.pvz_comment {
  font-size: 11px;
  line-height: 14px;
}
.soclincs>a {display: inline-block; margin-right: 10px;}
.soclincs>a>img {width: 24px; height: 24px;}

.card_contacts {
  background-color: #D3F3E8;
  padding: 10px 10px;
  margin-top: 30px;
}

#backcall {margin-top: 10px;}
#backcall>input[type="text"] {
    border: 2px solid #98BED4;
    box-shadow: 3px 3px #C58178;
    border-radius: 0;
    color: #585656;
    background-color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 1px 5px;
    width: 120px;
    margin-right: 10px;
    box-sizing: content-box;
}

#backcall>input[type="submit"]
{
    background-color: #98BED4;
    border: medium none;
    box-shadow: 3px 3px #C58178;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    position: relative;
    height: 26px;
    line-height: 26px;
    padding: 1px 10px;
}
#backcall>input[type="submit"]:hover {box-shadow: 2px 2px #C58178; top: 1px;}

.bcall_success, .bcall_error {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0; 
}
.bcall_success {background-color: #98BED4;}
.bcall_error {background-color: #C58178;}

.ordermarker {
  width: 64px;
  height: 64px;
  background: url(/images/item_markers/order.png) 0 0 no-repeat;
  background-size: 64px 64px;
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 20;
}

.partner {overflow: hidden; margin-bottom: 40px;}
.partner>h3 {margin-top: 0;}

#calclink {
  display: block;
  position: fixed;
  top: 80px;
  right: -2px;
  width: 55px;
  height: 241px;
  background: url(/images/calc_link.png) 0 0 no-repeat;
  background-size: 55px 241px;
  z-index: 999;
  cursor: pointer;
  outline: none;
}
#viewedlink {
  display: block;
  position: fixed;
  top: 90px;
  right: -2px;
  width: 55px;
  height: 250px;
  background: url(/images/viewed_link.png) 0 0 no-repeat;
  background-size: 55px 250px;
  z-index: 999;
  cursor: pointer;
  outline: none;
}
#calclink:hover, #viewedlink:hover {right: -1px;}

.gorgeus_banner img {
width: 100%;
height: auto;
margin-bottom: 28px;
opacity: 0.9;
}

.bordered_link {
  border: solid 2px #AED1BB;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
  padding: 2px;
  display: inline-block;
  background-color: #fff;
  transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
}
.bordered_link span{
  display: inline-block;
  margin-left: 0;
  border: solid 1px #AED1BB;
  line-height: 20px;
  padding: 5px 10px;
  
}
.bordered_link:hover {background-color: #F5F5F5;}

.novelty_link {
    height: 40px;
    margin: 0 0 15px 0;
    float: right;
}
.novelty_link>a {
    border: 2px solid #aed1bb;
    color: #8d744b;
    display: inline-block;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    height: 40px;
    width: 666px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.novelty_link>a>span {
    border: 1px solid #f5f5f5;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 0;
    margin-top: 3px;
    transition: all 200ms ease-in-out 0s;
    width: 658px;
    background-color: #fff;
    /*background-color: #f5f5f5;*/
}
.novelty_link>a:hover{
    background-color: #f5f5f5;
}


.novelty_link>a>span>i {
  display: inline-block;
  width: 57px;
  height: 20px;
  background-size: 57px 20px;
}
.leaf_left {background: url(/images/left_arrow.jpg) 0 0 no-repeat;}
.leaf_right {background: url(/images/right_arrow.jpg) 0 0 no-repeat;}

#bottombanner {
  margin-top: 30px;
  background-color: #ADD3C6;
  padding: 20px;
  text-align: center;
  color: #63706c;
  font-size: 14px;
  /*background: url("/local/templates/main_composite_adaptive/images/background_big_transparent.svg") repeat scroll 0 0  #ADD3C6;*/
  background: url("/local/templates/main_composite_adaptive/images/background_big_transparent.webp") repeat scroll 0 0  #ADD3C6;
}
.headertext {
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  margin: 5px 0;  
  font-size: 30px;
  line-height: 120%;
}
#bottombanner .redbutton {
  color: #8d744b;
  text-decoration: none;
  font-size: 14px;
}
div[role="toolbar"] {display: none !important; opacity: 0 !important;}
/*.item_cost i {
  font-size: 10px;
  position: relative;
  display: inline-block;
  border: 1px solid #8d744b;
  color: #8d744b;
  top: -6px;
  padding: 2px 5px;
  font-style: normal;
  line-height: 10px;
}*/
.item_cost i {
  font-size: 10px;
  position: relative;
  display: inline-block;
  color: #458733;
  top: -3px;
  padding: 10px 3px;
  font-style: normal;
  line-height: 10px;
  border-radius: 20px;
  border: 1px solid #458733;
}
.oldcost {font-size: 14px;}

.sizemarker {
  padding: 4px 10px;
  color: #fff;
  background: #C497C3;
  position: absolute;
  top: 241px;
  right: 1px;
  z-index: 20; 
}

.actionsalemarker {
  padding: 5px 10px;
  color: #fff;
  background: #f74323;
  position: absolute;
  top: 239px;
  left: 1px;
  right: 0;
  z-index: 21; 
  text-transform: uppercase;
}

.myvideo {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
border:1px solid #ccc;
}
.myvideo iframe,.myvideo object,.myvideo embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

#toTop {
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 26px;
  color: #fff;
  background-color: #97BDD3;
  border-radius: 20px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  text-align: center;
  -moz-box-shadow: 0px 2px 5px #777;
  -webkit-box-shadow: 0px 2px 5px #777;
  box-shadow: 0px 2px 5px #777;
  cursor: pointer;
  display:none;
}
#toTop:hover {
  bottom: 59px;
  -moz-box-shadow: 0px 2px 4px #777;
  -webkit-box-shadow: 0px 2px 4px #777;
  box-shadow: 0px 2px 4px #777;
}

.alreadygoing h2 {
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
}

.alreadygoing .text {
  font-size: 14px;
  line-height: 20px;
}

.alreadygoing h3 {font-size: 30px;}

.alreadygoing .going_link {display: none;}

#oneclick {
  padding: 20px;
  margin-bottom: 40px;
  background-color: #D3F3E8;
  width: 440px;
  float: right;
}
#oneclick.nofloat {float: none;}
#oneclick>p {margin-top: 0;}

#oneclick input[type="text"] {
  background-color: #fff;
    /*border: 2px solid #98bed4;*/
    border: 2px solid #c58178;
    border-radius: 0;
    /*box-shadow: 3px 3px #c58178;*/
    box-shadow: 3px 3px #93b7aa;
    color: #585656;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    padding: 1px 5px;
    width: 160px;
}

#oneclick input[type="submit"] {
  /*background-color: #98bed4;*/
  background-color: #c58178;
    border: medium none;
    /*box-shadow: 3px 3px #c58178;*/
    box-shadow: 3px 3px #93b7aa;
    color: #fff;
    text-transform: uppercase;
    /*font-weight: bold;*/
    height: 36px;
    line-height: 36px;
    padding: 1px 10px;
    position: relative;
    top: 1px;
}

#pdata_link {text-align: center;}
#pdata_link>a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.t_default h2 {margin-bottom: 30px !important;}
.t_default h2, .alreadygoing h3 {font-size: 30px !important; line-height: 100% !important;}
.alreadygoing .text {line-height: 140% !important;}
.t_default img {margin-top: -20px !important;}

#policy_block {
  padding: 20px;
  margin: 20px 0;
  text-align: center;
  background-color: #e5705b;
  color: #fff;
}
#policy_block>a {
  text-transform: uppercase;
  color: #fff;
}




.novelty_link_bottom {
  height: 55px;
}
.novelty_link_bottom>a {
  border: 2px solid #F3E36C;
  color: #8d744b;
  height: 55px;
}
.novelty_link_bottom>a>span {
  background-color: #fffce6;
  height: 42px;
  line-height: 18px;
  padding-top: 5px;
}
.novelty_link_bottom>a>span>b {
  font-size: 14px;
  font-weight: normal;
}

/*#ratingbox, .ratingbox {
  display: table-cell;
  text-align: right;
  width: 75px; 
  height: 16px;
  background: url('/images/icons/empty.png') 0 0 repeat-x;
  background-size: 15px 12px;
  position: relative;
}
#ratingval, .ratingval {
  top: 0;
  left: 0;
  height: 16px;
  background: url('/images/icons/voted.png') 0 0 repeat-x;
  background-size: 15px 12px;
}*/

#ratingbox, .ratingbox {
  display: table-cell;
  text-align: right;
  width: 75px; 
  height: 16px;
  background: url('/images/icons/empty_full.png') 0 0 no-repeat;
  background-size: 75px 12px;
  position: relative;
}
#ratingval, .ratingval {
  top: 0;
  left: 0;
  height: 16px;
  background: url('/images/icons/voted_full.png') 0 0 no-repeat;
  background-size: 75px 12px;
}



.table-responsive {
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
}

@media (max-width: 1023px) {
  #basket {display: none;}
  #overblock {display: none;}

  
  #content {padding: 20px 10px;}
}






/*ОБЩЕЕ МЕНЮ*/
#closemainmenu {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 1023px) {
  #addmenu {
    display: none;
    position: absolute;
    right: 0;
    z-index: 100;
    background: #fff;
    border-left: 4px solid #C58178;
    border-bottom: 4px solid #C58178;
    padding: 50px 30px 30px 30px;
  }
  .menulist {
    display: block;
    width: auto;
    padding-top: 0;
  }
  .left_addmenu {padding-bottom: 20px;}
  .left_addmenu .menuitem_strong {margin-left: 10px;}
  .right_addmenu .menuitem_strong {margin-right: 10px;}
  .menuitem_strong {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

}

@media (max-width: 599px) {
  #addmenu {padding: 50px 10px 20px 10px;}
  .menuitem {
    display: block;
    margin-bottom: 7px;
    text-align: center;
    font-size: 12px;
  }
  .menuitem_link {
    height: 30px;
    line-height: 30px;
    width: 170px;
  }
  .menuitem_link span {
    height: 22px;
    line-height: 22px;
    width: 162px;
  }
  .menuitem_strong {font-size: 12px;}
}
/*----------------*/



/*АВТОРИЗАЦИЯ*/
#authwindow {width: 340px;}
@media (max-width: 599px) {
  #authwindow {
    width: auto;
    max-width: 90%;
    min-width: 300px;
  }
  #authwindow .auth_field:first-of-type {margin-bottom: 10px;}
  #authwindow .auth_field input {width: 110px;}
}
/*----------------*/


/*НАКОПИТЕЛЬНАЯ СИКДКА*/
@media (max-width: 1023px) {
/*  #user_discount {
    background: #c58178;
    bottom: 43px;
    left: 50%;
    margin-left: -60px;
    height: 20px;
    width: 120px;
    box-shadow: border-box;
    padding: 0 5px;
    text-decoration: none;
    font-size: 12px;
    box-sizing: border-box;
    
  }
  #user_discount:before {
    content: 'ваша скидка:';
    text-decoration: none;
    color: #fff;
  }
  #user_discount > span {
    position: relative;
    bottom: 0;
    left: 5px;
    font-size: 14px;
  }*/
}
@media (max-width: 599px) {
/*  #user_discount {
    bottom: 29px;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    width: 102px;
    margin-left: -51px;
    box-sizing: border-box;
  }
  #user_discount > span {font-size: 10px;}*/
}
/*----------------*/


/*ПОДВАЛ*/
@media (max-width: 1023px) {

  #footer_actions {margin-top: 15px;}
  #social {
    position: static;
    text-align: center;
  }
  #subscr {
    position: static;
    width: auto;
  }
  #bottom_menu {
    display: block;
    margin-top: 20px;
    height: auto;
    text-align: center;
  }
  .bot_menu_item {
    display: inline-block;
    padding: 0 10px;
  }
  #asd_subscribe_form {margin: 0 auto;}
  .footer_copy {position: relative;}

  div.beono-flashmessage {
    max-width: 90%;
    width: auto;
    margin-left: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 760px) {
  div.beono-flashmessage {display: none;}

  #footer_actions {
    display: block;
  }
  #footer_actions>div {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #asd_subscribe_submit {right: 20px;}
  #footer_back {top: 0;}
}
/*----------------*/

#content img {max-width: 100%;}
/*ОБЩАЯ ТИПОГРАФИКА*/
@media (min-width: 1200px) {
  #content img {max-width: 1200px; height: auto;}
  #content img.fullwidth {max-width: 100%;}
  #content .gorgeus_banner img {max-width: 100%;}
}
@media (max-width: 1023px) {
  #content img {max-width: 100%;}
  #content .easyzoom-flyout img {max-width: none;}
  #content .retina400 {width: 300px;}
}
@media (max-width: 599px) {
  .hidden-sm {display: none;}
  #content h1 {
    font-size: 26px;
    line-height: 1.2;
    /*line-height: 26px;*/
  }
  #content h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #content h3 {
    font-size: 18px;
    line-height: 22px;
  }
  #content h1, #content h2 {
    /*line-height: 30px;*/
    margin-bottom: 10px;
  }
  .headertext {font-size: 24px; line-height: 26px;}
  .retina300 {width: 200px;}
  #content .left, #content .right  {float: none !important; margin-left: 0;}
  .retina400 {width: 200px;}
  select {max-width: 100%;}
  ol, ul {padding: 0 0 0 10px;}
  .readtext ol, ul {padding: 0 0 0 40px;}

  .fullsize>input, .input>textarea {width: 100%;}
  .field_comment {width: auto; float: none;}
  .readtext {
    font-size: 16px;
    line-height: 1.4;
  }
}
/*----------------*/


/*ТОВАРЫ*/
.n_item img, .imglink {
  border-left: none;
  border-right: none;
}
.n_item>a:before, .n_item>a:after {
  content: ' ';
  display: block;
  width: 1px;
  background: #f5f5f5;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 19;
}
.n_item>a:before {left: 0;}
.n_item>a:after {right: 0;}

@media (max-width: 1023px) {
  #catalog_list, .itemlist {width: 100%;}
  #ratingbox {display: none;}
  .itemlist {text-align: center; box-sizing: border-box;}
  .n_item {font-size: 14px; line-height: 16px;}
  .item_designer > a {font-size: 12px;}

/*  #filtersection .greensquarebutton:before {
    content: '';
    clear: both;
  }*/
  #b_item_list #filtersection .greensquarebutton {
    display: block;
    margin-top: 20px;
  }
  #filtersection .greensquarebutton {margin-left: 0 !important;}
  #filtersection p {margin-left: 0 !important;}
  .endline {margin-right: 16px;}

  #sortblock {margin-bottom: 0;}
}
@media (max-width: 599px) {
  .n_item {width: 180px;}
  .n_item img, .imglink {
    width: 180px;
    height: auto;
  }
  .sizemarker, .newmarker, .actionsalemarker {top: 216px;}

  .sort_text, #sortblock > p {
    font-size: 13px;
    margin-right: 5px !important;
  }
  .sort_button {margin-right: 2px;}
}
@media (max-width: 479px) {
  .n_item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px !important; 
  }

  .sort_button {width: 17px;}
}
/*----------------*/


/*ФИЛЬТР*/
#filter_trigger_wrapper {display: none;}
@media (max-width: 1023px) {
  #filter_trigger_wrapper {
    display: block;
    text-align: right;
  }
  aside#filterside {
    float: none;
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-right: 0;
  }
  #filter_form {
    padding: 10px;
    border: 4px solid #aed1bb;
    display: none;

  }
  .jslider {max-width: 245px;}

  #filter_trigger {
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #aed1bb;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
}
@media (max-width: 599px) {
  #filter_trigger {
    font-size: 12px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
  }
}
/*----------------*/


/*СТРАНИЦА ТОВАРА*/
.name-sm {display: none;}
@media (max-width: 1023px) {
  .rev_links>a {display: block;}
  #brandsize_block {
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }

  #buytable, #buytable>tbody>tr>td  {
    display: block;
    width: 100% !important;
  }
  #buytable>tbody>tr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
/*  #buytable>tbody>tr>td:last-child {
    order: 0;
  }*/
  #buytable>tbody>tr>td:first-child {
    /*order: 10;*/
    width: 100% !important;
  }
  .delay_td {text-align: left;}
  #delay_link {
    padding-left: 33px;
    padding-right: 0;
    background-position: 0 0;
  }

  .price_cell, #buy_buttons {text-align: left;}
  #buy_buttons {margin-bottom: 20px;}
  /*.delivery_info {display: none;}*/
  /*.yashare-auto-init {text-align: left;}*/
  /*#ratingbox_big {display: none;}*/
  .leftpart .yashare-auto-init {margin-bottom: 20px;}
}

@media (max-width: 760px) {
  .catalog-element {position: relative;}
  .catalog-element .leftpart {
    float: none;
    width: 100%;
    text-align: center;
    /*padding-top: 90px;*/
  }
  .name-sm {text-align: left;}
  .rightpart h1 {
    display: none;
    /*position: absolute;*/
    /*top: 0;*/
  }
  .name-sm {
    display: block;
    color: #d14a38;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
  }

  .reviews-block-container, .reviews-reply-form {
    width: 100%;
    float: none;
  }

  .bx_breadcrumbs ul li {display: inline;}
  .bx_breadcrumbs ul li a {display: inline;}

  #ModalWin {
    border-width: 2px;
    width: auto;
  }
  #ModalWin .h1 {
    padding: 5px;
    font-size: 18px;
    line-height: 22px;
  }
  #ModalWin #curitem_wrapper {margin-bottom: 0; text-align: center;}
  #modalcontent .product_picture {margin-right: 0; float: none;}
  #modalcontent .h2, #modalcontent .h3 {font-size: 18px; line-height: 24px; margin-bottom: 0;}
  #ModalWin #modalcontent .h3, #ModalWin #modalcontent #modal_itemlist {display: none;}

  #ModalWin .greensquarebutton {padding: 0 10px;}
}

@media (max-width: 599px) {
    #itemlist_owl.owl-theme .owl-controlls {
      left: 240px;
      top: -56px;
    }

    .rev_links {
      display: table;
      width: 100%;
      margin-top: 0;
    }
    /*.rev_links>a {
      display: table-cell;
      text-align: left;
    }*/
    .rbox {align-self: center;}

    .zoom-thumbnail {margin-left: 10px;}
    .more_photo {width: 100px;}

    .name-sm {font-size: 22px; line-height: 26px;}

    .leftpart .yashare-auto-init {display: none;}
    .zoom-container {max-width: 80% !important;}
  }  
/*----------------*/


/*ПРОЧЕЕ*/
  @media (max-width: 599px) {
    .officeList .officeItem {width: 100%;}

    #content .profile-table td {padding: 5px 10px;}
  }

@media (max-width: 419px) {
  .more_photo {width: 70px;}
}
/*----------------*/


/*ГЛАВНАЯ СТРАНИЦА*/

/*популярные товары и карусель брендов*/
@media (max-width: 940px) {
  /*#popular #itemlist {padding: 20px 10px;}*/
  /*#popular #itemlist .endline {display: none;}
  #popular #itemlist .n_item_pop {width: 30%;}*/
}
@media (max-width: 760px) {
  /*#popular {display: none;}*/

  #owl_designers-list {margin-top: 0;}
  .designer-item {line-height: 12px;}
  .designer-item>a {height: 90px;}
  .designer-item h4>a {
    font-size: 10px;
    line-height: 100%;
  }

/*  .popularuty_header {
    font-size: 22px;
    line-height: 26px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
    padding: 0 5px;
    text-align: center;
  }
  #popular #itemlist .endline {display: inline-block;}
  #popular #itemlist .n_item_pop {
    width: 45%;
    min-width: 180px;
    height: auto;
    margin-bottom: 20px !important;
  }
  #popular #itemlist .n_item_pop img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }*/
}
/*@media (max-width: 479px) {
  #popular #itemlist .n_item_pop {width: 100%;}
}*/
/*----------------*/

/*баннеры*/
@media (max-width: 940px) {
  .threebanners {height: auto;}
  .bigbanner.left {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
    width: 100% !important;
    height: auto;
  }
  .bigbanner.left>a>img {width: 100%; max-width: 608px !important; height: auto;}

  .two_little_banners {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .two_little_banners>div>a>img {height: auto;}
}
@media (max-width: 479px) {
  .two_little_banners {display: block; text-align: center;}
  .two_little_banners>div {float: none; display: inline-block;}
}
/*----------------*/

/*новости и новинки*/
@media (max-width: 940px) {
  .news_wrapper {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
    float: none;
  }

  #news_carousel {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .novelty_link {
    float: none;
    text-align: center;
  }
  .novelty_link > a {
    max-width: 100%;
    box-sizing: border-box;
    height: auto;
  }
  .novelty_link > a > span {max-width: 98%;margin-bottom: 3px;}

  #new_items #owl_itemlist {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .novelty_link_bottom {height: auto;}
  .novelty_link_bottom > a {height: auto;}
  .novelty_link_bottom > a > span {height: auto;}
}
@media (max-width: 479px) {
  .novelty_link > a {font-size: 18px;}
}
/*----------------*/

/*баннеры и отзывы*/
@media (max-width: 960px) {
  .twoblocks {height: auto;}
  .leftblock, .rightblock {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .leftblock_banner {margin: 0 auto;}
  .leftblock_banner, .leftblock_banner img, .rightblock_banner, .rightblock_banner img {
    width: 100%;
    max-width: 452px;
    height: auto;
  }

  .review_block {
    width: 100%;
    box-sizing: border-box;
  }
  .review_slide {width: 100%;}
  #content .good_link.left {float: left !important;}
}
@media (max-width: 479px) {
  .good_link {width: 100px; height: auto;}
  .good_link > span {
    position: relative;
    line-height: 120%;
    padding: 10px 0;
  }
  .review_block, .review_slide {height: auto;}

}
/*----------------*/

/*новости*/
@media (max-width: 960px) {
  #mainpage .articles {height: auto;}
  #mainpage .articles .leftblock_banner {width: 100%; max-width: 100% !important;}
  .rightblock_banner {margin: 0 auto;}
}
/*----------------*/

/*баннеры и соцсети*/
@media (max-width: 960px) {
  #mainpage .bottombanners_left {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .social_banners {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 760px) {
  .social_banners {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
/*----------------*/

/*корзина*/
@media (max-width: 960px) {
  #basket_uptext{
    font-size: 12px;
  }
  #basket_uptext>p {padding: 10px !important;}
}
@media (max-width: 760px) {
  #oneclick {width: auto;}
  #oneclick input[type="text"] {width: 163px;}

  #basket_page {
    display: flex;
    flex-direction: column;
  }
  #basket_page>div {order: 1;}
  #basket_page>div#basket_wrapper {order: 0;}
}

@media (max-width: 530px) {
  .extrawide {
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 13px !important;
    line-height: 15px !important;
  }

  .extrawide.authorize_link {
    line-height: 34px !important;
  }

  .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody td.itemphoto, .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody td.price {padding-bottom: 0 !important;}
  .bx-touch #content h2.bx_ordercart_itemtitle {
    margin-bottom: 0;
    text-align: center;
  }
  .bx-touch #content .bx_ordercart_itemtitle {font-size: 14px;}

  .bx-touch .bx_ordercart_coupon {text-align: left;}
  .bx-touch .bx_ordercart  .bx_bt_button {font-size: 9px;}
  .bx-touch .current_price {
    margin-top: 0 !important;
  }

  .bx-touch table.counter {display: table !important;}
  /*.bx-touch table.counter td {display: table-cell; !important;}*/
  .bx-touch table.counter td {display: table-cell !important;}
  .bx-touch .custom div {text-align: center;}
  .bx-touch .custom table {
    position: relative;
    top: 10px;
  }

  .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody td.control {padding-right: 5px !important;}

  .bx-touch .bx_ordercart .bx_ordercart_coupon_notes {
    border: none;
    padding: 0;
    margin-left: 0;
    margin-top: 0;
  }

  .bx-touch .current_price {margin-bottom: 0 !important;}
  .bx-touch .old_price {padding-top: 10px;}
}
/*----------------*/


/*оформление заказа*/
#bx-soa-order.bx-green .btn.btn-default {
  background: #C58178;
  border: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
  padding: 10px;
  font-size: 16px !important;
  border-radius: 0;
}

.bx-soa-more-btn .pull-left {background: #97BDD3 !important;}
.bx-soa-more-btn .pull-right {background: #AED1BB !important;}

#orderDescription {border: 2px solid #c58178;}
.sert_text {color: #C58178;}
.delivery_comment {
  clear: both;
  padding: 0 10px;
  font-size: 11px;
  line-height: 14px;
}
.btn-order-save-note {
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}
/*----------------*/


/*Просмотренные*/
@media (max-width: 1023px) {
  #viewedlink {
    position: absolute;
    top: auto;
    bottom: 350px;
  }
}
@media (max-width: 760px) {
  #viewedlink {
    position: absolute;
    top: auto;
    bottom: 650px;
  }
  #calclink {display: none;}
}


/*Калькулятор размеров*/
/*#sizewindow {min-width: 908px;}*/
#sizewindow {min-width: 1024px;}
@media (max-width: 1023px) {
  #sizewindow {min-width: 95%; width: 95%;}
  #window_body section.visible_tab {
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    box-sizing: border-box;
  }
  .tablink {
    max-width: 160px;
    padding: 5px !important;
    font-size: 11px;
  }
}
@media (max-width: 1023px) {
  #calctab_wrapper {margin-top: 10px;}
  #calc_liq h3 {line-height: 120%;}
  #calclink {
    background-size: 27px 120px;
    width: 27px;
    height: 120px;
    top: 250px;
  }
  #tablinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px dashed #7EB1CF;
  }
  .tablink {
    width: 48%;
    padding: 10px !important;
    border: none;
    background: #F5F5F5 !important;
    color: #8D744B;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 10px !important;
    line-height: 140%;

  }
  .active_tablink {
    color: #fff;
    background: #C58178 !important;
  }

  #sizewindow {padding-bottom: 40px;}
  .question_link {
    position: absolute;
    bottom: 20px;
    left: 10px;
    top: auto;
    right: auto;
    font-size: 13px;
    text-transform: uppercase;
    color: #c58178;
    display: inline-block;
    border-bottom: 1px dashed #c58178;
  }

  /*.tablink {
    display: block;
    width: 100%;
    box-sizing: border-box;
    max-width: none;
  }
  .active_tablink {
    color: #fff;
    background: #c58178 !important;
    border-bottom: 2px solid #e5e5e5;
  }*/
}
@media (max-width: 580px) {
  /*.question_link {
    position: static;
    padding-left: 20px;
    color: #c58178;
  }*/
  #calc_liq h3 {
    margin-bottom: 10px;
  }
  #sizewindow h2 {
    margin-bottom: 15px;
    line-height: 20px;
  }

  #calc_pict {display: none;}
  #calc_liq {
    width: 100%;
    margin-bottom: 20px;
  }
  #window_body {padding: 20px 10px;}
  .tab {padding: 10px 0;}

  #size_calc_form td {
    display: block;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  #size_calc_form tr>td:last-child {text-align: right;}
  #size_calc_form tr>td:first-child {border-bottom: none;}

  #sizelink {
    margin-left: 0;
    top: 0;
    margin-top: 10px;
  }
  #calc_comment {font-size: 12px; line-height: 120%;}
  #calc_comment>p {
    margin-top: 0;
  }
  #sizewindow #window_body {padding-bottom: 5px;}
  .cf_block {margin-bottom: 15px;}
}
/*----------------*/


/*----------------*/

#pager_item {
  display: inline-block;
  height: 270px;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  padding: 20px !important;
  box-sizing: border-box;
  border: 8px solid #c5e0d7;
  transition: border-color 200ms ease-in-out 0s;
  -moz-transition: border-color 200ms ease-in-out 0s;
  -webkit-transition: border-color 200ms ease-in-out 0s;
  -o-transition: border-color 200ms ease-in-out 0s;
}

#content #pager_item>a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #338770;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: color 200ms ease-in-out 0s;
  -moz-transition: color 200ms ease-in-out 0s;
  -webkit-transition: color 200ms ease-in-out 0s;
  -o-transition: color 200ms ease-in-out 0s;
}

#content #pager_item>a>b {
  display: block;
  margin: 40px auto 20px;

  color: #c5e0d7;
  font-weight: normal;
  font-size: 30px;
  transition: color 200ms ease-in-out 0s;
  -moz-transition: color 200ms ease-in-out 0s;
  -webkit-transition: color 200ms ease-in-out 0s;
  -o-transition: color 200ms ease-in-out 0s;
}

#pager_item:hover {border-color: #c49488;}
#content #pager_item:hover>a {color: #8d744b;}
#content #pager_item:hover>a>b {color: #c49488;}

.item_designer {max-width: 115px;}

.b-lazy, .lozad {
    -webkit-transition: opacity 700ms ease-in-out;
       -moz-transition: opacity 700ms ease-in-out;
         -o-transition: opacity 700ms ease-in-out;
            transition: opacity 700ms ease-in-out;
             max-width: 100%;
               opacity: 0;
}
.b-lazy.b-loaded, .lozad[data-loaded="true"] {
               opacity: 1;
}

#content .line_link {
  /*height: 40px;*/
  border: solid 2px #c79138;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #8d744b;
  font-family: 'Open Sans', Arial, sans-serif;
  /*font-weight: 300;*/
  text-transform: uppercase;
  padding: 4px;
}
.line_link span{
  display: inline-block;
  padding: 5px 20px;
  border: solid 1px #c79138;
  line-height: 1.4;
  transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
}

#content .line_link:hover {color: #fff;}
.line_link:hover span {
  background-color: #c79138;
}

.desc_text {
    color: #c6362a;
    font-weight: bold;
    /*padding: 20px 0;*/
    margin-bottom: 20px;
}
.dback {
    background-color: #ffff6b;
    padding: 20px;
}

.widebronze_link {
  border: solid 2px #c79138;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
  padding: 4px;
  color: #fff;
  width: 100%;
}
.widebronze_link>span{
  width: 100%;
  display: inline-block;
  /*padding: 40px 20px;*/
  padding: 10px 20px;
  border: solid 1px #c79138;
  background-color: #c79138;
  color: #fff;
  line-height: 1.4;
  font-size: 24px;
  transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
}

.widebronze_link:hover>span {
  background-color: #fff;
  color: #c79138;
}

.widebronze_link>span>img {
  display: inline-block;
  margin-right: 10px;
  margin-top: -4px;
}
.widebronze_link:hover>span>img {filter: brightness(0.4);}

/*@media (max-width: 960px) {
  .widebronze_link {margin-top: 20px;}
}*/

#addlinks {
  display: none;
  justify-content: space-between;
  position: relative;
  top: -10px;
  margin-bottom: 20px;
  padding: 0 10px;
}
#addlinks>a {
  text-decoration: none;
  color: #8D744B;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px dashed #8D744B;
}
#addlinks>a:last-of-type {order: 3;}
#addlinks>.centerlink {order: 2;}

#addlinks>.centerlink>a {
  background-color: #86b0c9;
  color: #fff;
  padding: 4px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 1023px) {
  #addlinks {
    display: flex;
    flex-wrap: wrap;
  }
  .nomobile {display: none;}
}

.emailauthlink {
  display: inline-block;
  text-align: right;
  margin-top: 20px;
  border-bottom: 1px dashed;
  color: #bb685d;
  font-weight: 400;
  text-decoration: none !important;
}

.bronze_link {
  border: solid 2px #c79138;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #fff !important;
  font-family: 'Open Sans', Arial, sans-serif;
  /* font-weight: 300; */
  text-transform: uppercase;
  padding: 4px;
  text-decoration: none !important;
}
.bronze_link>span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px 20px;
    border: solid 1px #c79138;
    line-height: 1.4;
    background-color: #c79138;
    transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
.bronze_link:hover {color: #8d744b !important;}
.bronze_link:hover span {
  background-color: #fff;
}


.countrybanners {
  display: flex;
  justify-content: flex-start;
  /*width: 932px;*/
}
#map_scheme {
  width: 932px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 13px;
}
#cntrylinks {flex-grow: 1;}
.country_banner {
    /*display: block;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 100%;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none !important;
    height: 57px;
    /*line-height: 57px;*/
    text-align: left;
    padding: 0 13px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff !important;
    background-color: #47b0aa;
    margin-bottom: 11px;
    transition: all 200ms ease-in-out 0s;
}
.country_banner:hover {opacity: 0.9}

.countrybanners_2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.countrybanners_2 .country_banner {
  width: 32.2%;
}

@media (max-width: 1279px) {
  .countrybanners {display: block;}
  #cntrylinks {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #cntrylinks .country_banner, .countrybanners_2 .country_banner {
    width: 100%;
    margin-bottom: 5px;
  }
  #map_scheme {margin-left: 0; margin-bottom: 13px;}
}

@media (max-width: 767px) {
    .country_banner {font-size: 18px;}
}

#bottom_submenu {
  background-color: #add3c6;
  padding: 0 23px;
  margin-top: 10px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#bottom_submenu>a {
  color: #63706c;
  text-decoration: none;
  padding: 5px 20px;
  line-height: 140%;
}
#bottom_submenu>a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  #bottom_submenu {font-size: 14px;}
}
@media (max-width: 767px) {
  #bottom_submenu {justify-content: center;}
  #bottom_submenu>a {padding: 8px 10px;}
}

.squarebanners {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 30px;
}
.squarebanners>a {width: 23%;}
.squarebanners>a>img {
  width: 100%;
  height: auto;
}
@media (max-width: 479px) {
  .squarebanners {flex-wrap: wrap;}
  .squarebanners>a {width: 48%; margin-bottom: 20px;}
}


#actionslist {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.actions_left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.actions_left>.action_circle {margin-right: 20px;}
.actions_left>.action_circle:last-child {margin-right: 0;}
.action_circle {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #D6897F;

  font-family: 'Open Sans Condensed', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #D6897F;
  
  text-align: center;
  cursor: pointer;
  transition: all 200ms ease-in-out 0s;
}
#content .action_circle {text-decoration: none;}
.action_circle>span {line-height: 100%;}
.action_circle>svg {margin-bottom: 10px; transition: all 300ms ease-in-out 0s; fill: #D6897F;}
.action_circle:hover {
  background-color: #D6897F;
  color: #fff !important;
}


.blue_circle {
  border-color: #7EB1CF;
  color: #7EB1CF !important;
}
.blue_circle>svg {fill: #7EB1CF;}
.blue_circle:hover {
  background-color: #7EB1CF;
  color: #fff !important;
}

.wa_circle {
  border-color: #26D367;
  color: #26D367 !important;
}
.wa_circle>svg {fill: #26D367;}
.wa_circle:hover {
  background-color: #26D367;
  color: #fff !important;
}
.action_circle:hover>svg {fill:#fff !important;}

#infopage_actionlist {margin-bottom: 20px;}
#infopage_actionlist #actionslist {justify-content: flex-start;}
#infopage_actionlist #actionslist .actions_left {margin-right: 20px;}
.circles_center {text-align: center;}
#infopage_actionlist.circles_center #actionslist {display: inline-flex;}

@media (max-width: 1000px) {
  .action_circle {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
  .action_circle>svg {
    max-height: 20px;
    margin-bottom: 5px;
  }
  .actions_left>.action_circle {margin-right: 10px;}
  .actions_left {margin-right: 10px;}
  #infopage_actionlist #actionslist .actions_left {margin-right: 10px;}
}
@media (max-width: 387px) {
  #actionslist {flex-direction: column;}
  .actions_left {margin-bottom: 10px;}
}

.two_dif_banners {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  margin: 50px 0;
}
.twothird_banner {flex-basis: 66.666666%;}
.onethird_banner {flex-basis: 33.333333%;}
#content .two_dif_banners img {max-width: 100%;}

@media (max-width: 767px) {
  .two_dif_banners {gap: 20px; margin: 20px 0;}
}

@media (max-width: 479px) {
  .two_dif_banners {flex-direction: column;}
  .twothird_banner, .onethird_banner {flex-basis: 100%;}
}



#popup_container:has(.confirm) {
  border-color: #80B291;
}
#popup_container:has(.confirm) #popup_title {
  background-color: #80B291;
}
#popup_content.confirm {background-image: none !important}

#popup_content.confirm #popup_message {
  padding-left: 0;
  text-align: center;
}
#popup_content.confirm #popup_message a {text-decoration: underline;}
#popup_content.confirm #popup_ok {background-color: #226037;}
#popup_content.confirm #popup_cancel {
  position: absolute;
  right: 10px;
  bottom: 13px;
  background: none;
  border: none;
  color: #c9594b;
  border-bottom: 1px dashed #c9594b;
}

.bordered_block {
  padding: 0;
  border: 2px solid #f1f1f1;
}
.bordered_block_inner {margin: 20px;}
.bordered_header {
  display: inline-block;
  border: 2px solid #f1f1f1;
  border-top: none;
  margin: 0;
  padding: 0 20px;
  font-size: 30px;
  line-height: 40px;
  border: 2px solid #F5F5F5;
  color: #c5766b;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  top: -2px;
  left: -2px;
}
@media (max-width: 767px) {
  .bordered_header {
    width: 100%;
    border-right: none;
    font-size: 24px;
    padding: 5px 10px;
    line-height: 1;
  }
}
@media (max-width: 599px) {
  .bordered_block_inner {margin: 10px;}
}

.bxmaker-authuserphone-simple {
  padding: 20px;
  border: 2px solid #C58178;
}
.modalcontent .bxmaker-authuserphone-simple {
  padding: 0;
  border: none;
}

.modalLoader {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.redBtn {
  background-color: #F57869;
  padding: 10px 20px 13px;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  /*font-weight: bold;*/
  text-transform: uppercase;
  color: #fff;
  border: none;
  opacity: 1;
  transition: opacity 0.3s; 
  color: #fff !important;
  text-decoration: none !important;
}
.redBtn>svg {
  vertical-align: bottom;
  position: relative;
  top: 1px;
}
.redBtn:hover {opacity: 0.9}

.bordered_btn {
    border: 2px solid #6F94AA;
    border-radius: 2px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
}
.bordered_btn>p {
    margin: 0;
    border: 1px solid #6F94AA;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 30px;
    line-height: 1;
    color: #fff;
    background-color: #6F94AA;
    transition: all 200ms ease-in-out 0s;
}
.bordered_btn>p>span {
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
}
.bordered_btn>p>i {
    font-size: 12px;
    font-style: italic;
}
.bordered_btn:hover>p {
    background-color: #fff;
    color: #6F94AA;
}

.bordered_btn.brd, .bordered_btn.brd>p {border-color: #c5766b; color: #c5766b;}
.bordered_btn.brd>p {background-color: #c5766b; color: #fff;}
.bordered_btn:hover.brd>p {background-color: #fff; color: #c5766b;}

.cart_footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 767px) {
  .cart_footer {
    flex-direction: column;
  }
  .cf1 {order: 2;}
  .cf2 {order: 1; margin-bottom: 40px; align-self: flex-end;}
}

.personal_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 40px;
}
.links_section {
  width: 400px;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  flex-shrink: 0;
  margin-top: 30px;
}
.links_section .lsnn {
  padding-left: 0;
  margin: 0;
}
.links_section .redsquarebutton {
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 1279px) {
  .links_section {width: 300px;}
}
@media (max-width: 767px) {
  .personal_block {
    flex-direction: column;
  }
  .links_section {
    order: -1;
    align-self: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}


.video_flex {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  align-items: flex-start;
}
.onethird_video {width: 33%}
.video_desc>*:first-child {margin-top: 0;}
@media (max-width: 1023px) {
  .onethird_video {width: 47%}
}
@media (max-width: 767px) {
  .video_flex {display: block;}
  .onethird_video {width: 100%; margin-bottom: 30px;}
}


/* ПРЯЧУ ПЕРЕКЛЮЧАТЕЛЬ в наличии / под заказ В ФИЛЬТРЕ */
#availability_box {display: none !important;}
/*//////////////////////////////////////////////////////*/

.formAgreementCheckbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.formAgreementCheckbox input {
    accent-color: #c58178;
    width: 20px;
    height: 20px;
    border-width: 2px;
    flex-shrink: 0;
}
.formAgreementCheckbox label {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
/* End */
/* /bitrix/templates/.default/normalize.css?16884209829058 */
/* /local/templates/main_composite_adaptive/fonts.css?17143978823042 */
/* /local/templates/main_composite_adaptive/retina.css?1688420920220 */
/* /local/templates/main_composite_adaptive/plugins/owl/owl.carousel.css?16884209221098 */
/* /local/templates/main_composite_adaptive/plugins/owl/owl.theme.css?16884209222130 */
/* /local/templates/main_composite_adaptive/plugins/popeasy/main.css?16950455381452 */
/* /local/templates/main_composite_adaptive/plugins/selectbox/jquery.selectbox.css?17059232882244 */
/* /local/templates/main_composite_adaptive/plugins/icheck/yellow.css?16884209221793 */
/* /local/templates/main_composite_adaptive/plugins/icheck/wo.css?17061812861603 */
/* /local/templates/main_composite_adaptive/plugins/alerts/jquery.alerts.css?16884209221571 */
/* /local/templates/main_composite_adaptive/components/bitrix/menu/top_new/style.css?1720188298737 */
/* /local/templates/main_composite_adaptive/components/bitrix/sale.basket.basket.line/.default/style.css?1720188630431 */
/* /local/templates/main_composite_adaptive/components/bitrix/search.title/visual_new/style.css?17205253883350 */
/* /local/templates/main_composite_adaptive/components/bitrix/menu/horizontal_multilevel/style.css?17204422684692 */
/* /local/templates/main_composite_adaptive/components/bitrix/breadcrumb/.default/style.css?17181108061172 */
/* /local/templates/main_composite_adaptive/components/asd/subscribe.quick.form/.default/style.css?168854902094 */
/* /local/templates/main_composite_adaptive/components/bitrix/menu/bottom/style.css?1715505170302 */
/* /local/templates/main_composite_adaptive/components/bxmaker/authuserphone.simple/.default/style.css?1688549020994 */
/* /local/components/rl/system.empty/templates/callme_itempage/style.css?17489549801033 */
/* /local/templates/main_composite_adaptive/components/bitrix/iblock.element.add.form/showroom/style.css?17489418033926 */
/* /bitrix/components/bitrix/iblock.property.field.public.edit/templates/date/style.min.css?1721797700374 */
/* /local/components/rl/system.empty/templates/beono_flash_message/style.css?16884209621055 */
/* /local/components/rl/system.empty/templates/cookie_alert/style.css?1748591754840 */
/* /local/components/rl/system.empty/templates/bottom_block/style.css?1688420962830 */
/* /local/templates/main_composite_adaptive/styles.css?17156925882667 */
/* /local/templates/main_composite_adaptive/template_styles.css?174895412757766 */
