html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}
body {background-color: #FFFFFF;color: #000000;font-family: 'Jost', sans-serif;font-size: 14px;line-height: 1.3;font-weight: 400;position: relative;overflow-x: hidden;margin:0;padding:0;}
/*** Основной контейнер ***/
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.container {margin-right:auto;margin-left:auto;padding-left: 1rem;padding-right: 1rem;}
.container:before, .container:after {display: table;line-height: 0;content: '';}
.container:after {display: block;content: '.';clear: both;font-size: 0;line-height: 0;height: 0;overflow: hidden;}
.row {margin-left: -1rem;margin-right: -1rem;}
.row:before, .row:after {content: ' ';display: table;}
/*** Скрол всего сайта ***/
::-webkit-scrollbar {width: 1rem;height: 0;}
::-webkit-scrollbar-thumb {border-radius: 0;background-color: #fda800;}
::-webkit-scrollbar-track {border-radius: 0;background-color: #dddddd;}
/* Настройки максимальных размеров генерируемых изображений */
.goods-image-icon {max-width:120px; max-height:120px;}
.goods-image-icon-square {width:240px;height:240px;} 
.goods-image-small {max-width:130px; max-height:130px;}
.goods-image-small-square {width:260px; height:260px;}
.goods-image-medium {max-width:250px; max-height:250px;}
.goods-image-medium-square{width:500px; height:500px;}
.goods-image-other{max-width:150px; max-height:150px;}
.goods-image-other-square {width:300px; height:300px;}
.goods-image-large{max-width:1560px; max-height:1560px;}
.goods-image-large-square {width:1560px; height:1560px;}
.goods-cat-image-icon {max-width:120px; max-height:120px;}
.goods-cat-image-icon-square{width:240px; height:240px;}
.goods-cat-image-medium {max-width:250px; max-height:250px;}
.goods-cat-image-medium-square{width:500px; height:500px;}
.goods-cat-image-other{max-width:100px; max-height:100px;}
.goods-cat-image-other-square {width: 200px; height:200px;}
/* END Настройки максимальных размеров генерируемых изображений */
/* Иконки форматов файлов */
.file_extension_icon        {width:1rem;height:1rem;display:block;float: left;margin-right: 0.625rem;background:#ffffff url('icons-files-extensions.gif?design=THEMENAME') no-repeat left top;}
.file_extension_icon.torrent{background-position:-1rem 0}
.file_extension_icon.xls    {background-position:-2rem 0}
.file_extension_icon.ie7    {background-position:-48px 0}
.file_extension_icon.ppt    {background-position:-64px 0}
.file_extension_icon.htm,
.file_extension_icon.html   {background-position:0 -1rem}
.file_extension_icon.avi    {background-position:-1rem -1rem}
.file_extension_icon.bmp,
.file_extension_icon.gif    {background-position:-2rem -1rem}
.file_extension_icon.js,
.file_extension_icon.css,
.file_extension_icon.txt    {background-position:-48px -1rem}
.file_extension_icon.pptm   {background-position:-64px -1rem}
.file_extension_icon.rtf,
.file_extension_icon.doc    {background-position:0 -2rem}
.file_extension_icon.jpg    {background-position:-1rem -2rem}
.file_extension_icon.png    {background-position:-2rem -2rem}
.file_extension_icon.ini    {background-position:-48px -2rem}
.file_extension_icon.pptx   {background-position:-64px -2rem}
.file_extension_icon.php    {background-position:0 -48px}
.file_extension_icon.mht,
.file_extension_icon.mhtml  {background-position:-1rem -48px}
.file_extension_icon.psd    {background-position:-2rem -48px}
.file_extension_icon.zip    {background-position:-48px -48px}
.file_extension_icon.xps    {background-position:-64px -48px}
.file_extension_icon.exe    {background-position:0 -64px}
.file_extension_icon.xml    {background-position:-1rem -64px}
.file_extension_icon.wma,
.file_extension_icon.mp3    {background-position:-2rem -64px}
.file_extension_icon.xlsx   {background-position:-48px -64px}
.file_extension_icon.xlsb   {background-position:-64px -64px}
.file_extension_icon.pdf    {background-position:0 -80px}
.file_extension_icon.csv    {background-position:-1rem -80px}
.file_extension_icon.docx   {background-position:-2rem -80px}
.file_extension_icon.accdb  {background-position:-48px -80px}
.file_extension_icon.xlsm   {background-position:-64px -80px}
.file_extension_icon.dll    {background-position:0 -96px}
/* END Иконки форматов файлов */
/*** Заголовки ***/
h1, h2, h3, h4, h5, h6 {text-rendering: optimizelegibility;text-transform: none;line-height:1.5;margin:0;padding:0;font-weight: 400;}
h1 {font-size: 2rem;}
h2 {font-size: 1.75rem;}
h3 {font-size: 1.5rem;}
h4 {font-size: 1.25rem;}
h5 {font-size: 1rem;}
h6 {font-size: 0.875rem;}
/******************************************************************************
Вспомогательные классы
*******************************************************************************/
a {color: #000000;text-decoration:none;cursor:pointer;transition: all 0.3s ease;outline:0;}
a:hover, a:active, a.active {color: #fda800;outline:0;text-decoration:none;}
img {max-width: 100%;height: auto;vertical-align: middle;border: 0;}
p {margin: 0 0 1rem 0;line-height: 1.3;}
ol.unstyled, ul.unstyled {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
dt, dd {line-height: 1.6;}
.required em {color: #b30020;}
.noscript {position: relative;text-align: center;background-color: #fda800;color: #fff;top: 0;z-index: 999;width: 100%;padding: 0.625rem 0;}
.unselectable {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.selectable {-webkit-user-select: auto;-moz-user-select: text;-ms-user-select: text;user-select: text;}
.fadeout, .out {opacity: 0;filter: alpha(opacity=0);}
.fadein, .in {opacity: 1;filter: alpha(opacity=100);}
.tc {color: #fda800 !important;}
.blockquote {padding: 0 0 0 1rem;margin: 0 0 1.5rem;border-left: 3px solid #fda800;text-align: left;line-height: 25px;}
.DescriptionBlock {margin: 2rem 0;}
.htmlDataBlock {overflow: hidden;font-size: 1rem;}
.flex {display: flex;flex-wrap: wrap;flex-direction: row;align-items: center;justify-content: space-between;}
.inner {display: flex;flex-wrap: wrap;flex-direction: row;align-items: flex-start;justify-content: flex-start;}
/*** Инпут поля ***/
input, select, textarea {display: block;width: 100%;height: 50px;line-height: 48px;padding: 0 1.5rem;background-color: #ffffff;border-width: 1px;border-style: solid;border-color: #dddddd;border-radius: 5px;outline: 0;font-size: 1rem;font-weight: 300;font-family: 'Nunito', sans-serif;text-transform: none;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
input:focus, select:focus, textarea:focus {outline: 0;border-color: #fda800;}
input:focus + i, select:focus + i, textarea:focus + i {color: #fda800;}
input.error + i, select.error + i, textarea.error + i {color: #000000;}
textarea {height: auto;line-height: 1;padding: 1rem;}
select {cursor: pointer;-webkit-appearance: menulist;}
input[type="file"] {margin-top: 0.25rem;height: auto;line-height: 1;border: 0;padding: 0;border-radius: 0;background: transparent;}
/*** Выпадающий список ***/
.selectBox {position: relative;height: auto;display: flex;align-items: center;justify-content: flex-start;}
.selectBox:after {content: '\e912';font-family: 'icomoon';position: absolute;right: 1rem;line-height: 1;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;pointer-events: none;box-sizing: border-box;}
.selectBox:hover:after {color: #fda800;}
.selectBox select {padding-right: 2.5rem;font-size: 1rem;font-weight: normal;line-height: 1;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
/*** Квадратный чекбокс ***/
input.square, .CompareCheckbox {display: block;position: relative;width: 1.5rem;height: 1.5rem;margin: 0 1rem 0 0;padding: 0;border: 1px solid #dddddd;border-radius: 8px;text-align: center;cursor: pointer;-webkit-tap-highlight-color: transparent;-webkit-appearance: none;transition: all 0.3s ease;}
input.square:checked, .CompareCheckbox:checked, input.square:hover, .CompareCheckbox:hover {background: #fda800;border-color: #fda800;}
input.square:after, .CompareCheckbox:after {content: "\e876";font-family: 'Material Icons';font-size: 1.125rem;color: #fff;display: block;line-height: 1.5rem;}
/* Текст в не активном инпуте */
::-webkit-input-placeholder {color: #a1a1a1;}
::-moz-placeholder          {color: #a1a1a1;}
:-moz-placeholder           {color: #a1a1a1;}
:-ms-input-placeholder      {color: #a1a1a1;}
:focus::-webkit-input-placeholder {color: #202020;transition: opacity .3s ease;}
:focus::-moz-placeholder          {color: #202020;transition: opacity .3s ease;}
:focus:-moz-placeholder           {color: #202020;transition: opacity .3s ease;}
:focus:-ms-input-placeholder      {color: #202020;transition: opacity .3s ease;}
/* Ошибка в инпуте */
input.error, textarea.error {border-color: red;}
input.error::-webkit-input-placeholder {color: red;}
input.error::-moz-placeholder          {color: red;}
input.error:-moz-placeholder           {color: red;}
input.error:-ms-input-placeholder      {color: red;}
textarea.error::-webkit-input-placeholder {color: red;}
textarea.error::-moz-placeholder          {color: red;}
textarea.error:-moz-placeholder           {color: red;}
textarea.error:-ms-input-placeholder      {color: red;}
/* Ошибка в инпуте TODO проверить на вывод */
label.error {display: none;position: absolute;bottom: -2rem;margin: 0.5rem 0 0.25rem 0;padding: 5px 0.625rem;color: #fff;font-size: 0.75rem;background: #000000;border: 1px solid #000000;box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);border-radius: 5px;z-index: 4;}
label.error:before {content: '\e002';font-family: 'Material Icons';display: inline-block;font-size: 1.25rem;line-height: 1;color: red;margin-right: 0.625rem;vertical-align: middle;}
label.error:after {content: ' ';position: absolute;top: -7px;left: 0.875rem;width: 0.75rem;height: 0.75rem;background: #000000;border-top: 1px solid #000000;border-left: 1px solid #000000;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
/******************************************************************************
Кнопки
*******************************************************************************/
.button, button, .paymentFormSubmitLink, .paymentFormTbodySubmitButton {display: inline-block;position: relative;padding: 0 2.25rem;line-height: 56px;color: #fff;background: #fda800;font-size: 1rem;font-weight: 400;font-family: 'Jost', sans-serif;text-transform: none;border-width: 0;border-style: solid;border-color: transparent;border-radius: 5px;box-shadow: none;overflow: visible;text-align: center;margin: 0;outline: 0;cursor: pointer;white-space: nowrap;text-shadow: none;backface-visibility: hidden;transform: translateZ(0);-webkit-appearance: none;-moz-appearance: none;appearance: none;transition: all 0.3s ease;}
.paymentFormSubmitLink {padding: 0 1rem;}
.button:hover, .button.active, button:hover, button.active, .paymentFormSubmitLink:hover, .paymentFormTbodySubmitButton:hover {color: #ffffff;background: #202020;box-shadow: none;}
.button2 {color: #ffffff;background: #202020;}
.button2:hover, .button2.active {color: #fff;background: #0086b7;}
.button3 {color: #FFFFFF;background: #dcdcdc;}
.button3:hover, .button3.active {color: #ffffff;background: #fda800;}
.button4 {}
.button4:hover, .button4.active {}
.button5 {color: #000000;background: transparent;font-size: 18px;text-decoration: underline;border: 0;border-radius: 0;box-shadow: none;text-transform: none;line-height: 1;padding: 0;}
.button5:hover, .button5.active {color: #0086b7;background: transparent;text-decoration: underline;}
.button.big {font-size: 1.25rem;padding: 0 4rem;line-height: 4rem;border-radius: 1.875rem;text-transform: uppercase;letter-spacing: 3px;}
.button.small {font-size: 0.75rem;padding: 0 1rem;line-height: 2rem;font-weight: 400;letter-spacing: 1px;}
.button.medium {line-height: 40px;}
.button.disabled, .button[disabled] {background: #e0e0e0;border-color: #e0e0e0;cursor: default;}
.more {color: #202020;font-size: 1rem;font-weight: 700;margin-top: 1rem;display: flex;align-items: center;transition: all 0.3s ease;}
.more:hover {color: #fda800;}
.more i {margin: 0 0.5rem 0 0;}
.remove.x {display: inline-block;color: #dddddd;font-size: 1.5rem;line-height: 1;text-align: center;font-family: 'Material Icons';font-weight: 400;text-rendering: auto;-webkit-font-smoothing: antialiased;}
.remove.x:hover {color: #000000;}
.remove.x:after {content: '\e5cd';display: inline-block;}
.remove.x:hover:after {transform: rotate(90deg);}
/*** Избранное, Сравнение, В коризну, Уведомить, Нет в наличии ***/
[class^="add-"]:before, [class^="add-"]:after {font-family: 'icomoon';line-height: 1;}
[class^="add-"] span {display: none;}
.add-favorites:before {content: '\e908';}
.add-compare:before {content: '\e905';}
.add-cart:after, .add-mod:after {content: "\e902";}
.add-notify:after {content: "\e91a";}
/*** Иконки Новинка, Хит, Скидка ***/
.product__ico {position: absolute;top: 0.5rem;left: 1rem;display: flex;align-items: center;flex-wrap: wrap;}
.product__ico label {display: none;}
.product__ico span {margin: 0.5rem 0.5rem 0 0;padding: 0 0.5rem;line-height: 20px;font-size: 16px;color: #fff;text-transform: lowercase;display: flex;align-items: center;justify-content: center;}
.ico__sales {background: #202020;display: none !important;}
.ico__sale {background: #fda800;}
.ico__sale:before {content: 'sale';}
.ico__best {background: #0086b7;}
.ico__best:before {content: 'hit';}
.ico__new {background: #003353;}
.ico__new:before {content: 'new';}
/******************************************************************************
Основные элементы шаблона
*******************************************************************************/
/*** Оверлей. Темный фон ***/
#overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;opacity: 0;filter: alpha(opacity=0);visibility: hidden;background-color: transparent;-webkit-transition: opacity .25s ease,visibility 0s ease .25s;transition: opacity .25s ease,visibility 0s ease .25s;}
#overlay.transparent {background-color: rgba(0, 0, 0, 0.5);}
#overlay.opened {opacity: 1;filter: alpha(opacity=100);visibility: visible;-webkit-transition: opacity .25s ease,visibility 0s ease;transition: opacity .25s ease,visibility 0s ease;cursor: pointer;}
/*** Уведомления. Системные сообщения ***/
.success, .warning, .attention, .information, .help {position: relative;width: 100%;min-height: 40px;margin-bottom: 1.5rem;padding: 1rem 3rem 1rem 1.5rem;text-shadow: none;overflow: hidden;font-size: 1.125rem;line-height: 1.25rem;border: 1px solid transparent;text-transform: none;font-weight: normal;}
.success {background-color: #fda800;border-color: #fda800;color: #ffffff;}
.warning {background-color: red;border-color: red;color: #ffffff;}
.attention {background-color: #fcf8e3;border-color: #faebcc;color: #8a6d3b;}
.information {background-color: #3FCBFC;border-color: #1ce7fb;color: #fff;}
.help {border-color: #cecece;}
.success .close, .warning .close, .attention .close, .information .close {float: right;padding-top: 4px;padding-right: 4px;cursor: pointer;}
.success a, .warning a, .attention a, .information a {color: inherit;font-weight: 600;text-decoration:underline;}
/*** Рейтинг ***/
.ratings {width: 80px;height: 16px;font-size: 0;display: inline-block;position: relative;vertical-align: middle;line-height: 0;text-indent: -999em;overflow: hidden;}
.ratings:before {width: 80px;height: 16px;font-size: 16px;color: #dcdcdc;line-height: 1;white-space:nowrap;display:inline-block;font-family: 'icomoon';content: '\e923\e923\e923\e923\e923';}
.ratings .rating {height: 16px;position: absolute;float: left;left: 0;top: 0;overflow: hidden;}
.ratings .rating:before {width: 80px;height: 16px;font-size: 16px;color: #fda800;line-height: 1;white-space:nowrap;display:inline-block;font-family: 'icomoon';content: '\e923\e923\e923\e923\e923';}
.stars {overflow: hidden;}
.star {display:block;width:20px;height: 20px;line-height: 20px;font-size: 20px;white-space: nowrap;color: #e2e6f1;float:left;cursor: pointer;zoom:1;}
.star:after {content: '\e923';font-family: 'icomoon';}
.fullStar {color: #fda800;}
.tmp_fs {color: #fda800;}
.tmp_es {color: #dcdcdc;}
/* END jQuery.Rating Plugin CSS */
/*** Предзагрузчик ***/
.preloader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #FFFFFF;z-index: 40;display: flex;align-items: center;justify-content: center;}
.preloader .loading {display: inline-block;width: 100px;height: 100px;}
.preloader .loading:after {content: '';display: block;width: 100px;height: 100px;margin: 1px;border: 5px solid #fff;border-radius: 50%;border-color: #fda800 transparent #fda800 transparent;animation: loading 1.2s linear infinite;}
.preloader.small .loading {display: inline-block;width: 50px;height: 50px;}
.preloader.small .loading:after {content: '';display: block;width: 50px;height: 50px;}
.preloader.top {align-items: flex-start;}
.preloader.top .loading {margin-top: 100px;}
@keyframes loading {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}
/*** Цена ****/
.price__now {font-weight: 700;line-height: 1;white-space: nowrap;}
.price__old {color: #a5acc0;font-weight: 400;line-height: 1;white-space: nowrap;text-decoration: line-through;}
/*.RUB .price__now:after, .RUB .price__old:after {content: "Р";font-size: 80%;line-height: 1;font-weight: 400;margin-left: 0.125rem;}
.RUB .price__now span + span, .RUB .price__old span + span {display: none;}*/
/*** Показать пароль. НУЖНА ИКОНКА ЗАМКА ОТДЕЛЬНЫМ ФАЙЛОМ SVG ***/
.showPassBlock {margin: 1rem 0 0;width: 100%;}
.showPassBlock:before {content: '\e897';font-family: 'Material Icons';font-size: 1.5rem;vertical-align: middle;margin-right: 0.5rem;}
.showPassBlock.active:before {content: '\e898';}
.showPassBlock .showPass {vertical-align: middle;}
/*** Капслок ***/
#capslock {display: none;text-align: center;margin: 1rem 0 0 0;width: 100%;}
#capslock i {font-size: 1.875rem;color: red;}
/*** Формализованный список ***/
.form__list {width: 100%;}
.form__fields {margin-bottom: 2rem;position: relative;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;}
.form__fields:last-child {margin-bottom: 0;}
.form__fields label {margin-bottom: 0.5rem;display: block;cursor: pointer;}
.form__fields label em {display: none;}
.form__fields label.required em {display: inline-block;color: red;font-weight: bold;font-size: 1.25rem;}
.form__fields.two {-webkit-justify-content: space-between;justify-content: space-between;}
.form__fields.two .form__field {width: 48%;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;}
.form__fields .textarea {width: 100%;}
.form__pp {font-size: 12px;margin-top: 1rem;}
.form__pp a {text-decoration: underline;}
.form__buttons {margin-top: 2rem;}
@media all and (max-width: 767px) {
.form__fields {margin-bottom: 1rem;}
}
/*** Таблицы ***/
.table-box {width: 100%;border-collapse: collapse;line-height: 1.125rem;margin-bottom: 1rem;text-align: center;border-radius: 0;}
.table-box > tbody > tr > th, .table-box > tfoot > tr > th, .table-box > tbody > tr > td {border: 1px solid #dddddd;line-height: 1.125rem;padding: 0.75rem 0.625rem;text-align: center;}
.table-box thead td, .table-box tfoot td {color: #999999;background-color: #fbfbfb;border: 1px solid #dddddd;line-height: 1.125rem;padding: 0.75rem;text-align: center;}
.table-box tfoot td {color: #000;font-weight: bold;}
.table-box tbody tr td.cell1 {text-align: right;width: 50%;}
.table-box tbody tr td.cell2 {text-align: left;width: 50%;}
.table-box .hide {display: none;}
/*** Навигация ***/
[class^="nav-"], .owl-nav [class^="owl-"] {color: #FFFFFF;background-color: #202020;border-radius: 5px;width: 50px;height: 50px;font-size: 1.25rem;line-height: 1;font-family: 'icomoon';font-weight: normal;display: flex;align-items: center;justify-content: center;box-shadow: none;border: 0;padding: 0;cursor: pointer;z-index: 2;transition: all 0.3s ease;}
.nav-prev, .owl-nav .owl-prev {float: left;left: 0;}
.nav-next, .owl-nav .owl-next {float: right;right: 0;}
.nav-prev:before, .owl-nav .owl-prev:before {content: '\e900';}
.nav-next:before, .owl-nav .owl-next:before {content: '\e901';}
[class^="nav-"]:hover, .owl-nav [class^="owl-"]:hover {background-color: #fda800;}
[class^="nav-"].disable, [class^="nav-"].disable:hover {cursor: default;color: #dddddd;}
.owl-nav.disabled {display: none;}
/*** Страницы ***/
.pages {margin: 0;padding: 0;list-style: none;display: flex;align-items: center;justify-content: flex-end;}
.pages li span {width: 50px;height: 50px;background: #FFFFFF;border: 0;border-radius: 5px;font-size: 1rem;margin: 0 5px;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;cursor: pointer;}
.pages li:hover span {color: #FFFFFF;background: #fda800;}
.pages li.current span {color: #FFFFFF;background: #fda800;}
.pages li.current {cursor: default;}
.pages li a {line-height: 1;}
.pages .icon-arrow-left:before {content: "\e900";}
.pages .icon-arrow-right:before {content: "\e901";}
/*** Общие блоки ***/
section {margin: 2rem 0;position: relative;}
#mainblock {position: relative;}
#mainblock .block__left {width: 300px;}
#mainblock .block__left.hide {display: none;}
#mainblock .block__right {width: calc(100% - 300px);padding-left: 2rem;}
#mainblock .block__right.full {width: 100%;padding: 0;}
@media all and (max-width: 1439px) {
#mainblock .block__left {width: 100%;order: 2;margin-top: 2rem;}
#mainblock .block__right {width: 100%;padding: 0;order: 1;}
}
/*** Наверх ***/
.toTop {width: 60px;height: 60px;position: fixed;bottom: 1rem;right: 1rem;z-index: 99;font-size: 24px;color: #FFFFFF;background: #202020;border-radius: 5px;cursor: pointer;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;}
.toTop:hover {background: #fda800;}
/*** Хлебные крошки ***/
#breadcrumbs {width: 50%;display: block;position: relative;overflow-x: auto;}
#breadcrumbs ul {margin: 0;padding: 0;list-style: none;display: flex;flex-wrap: nowrap;align-items: center;/*justify-content: flex-end;*/}
#breadcrumbs ul li {display: flex;align-items: center;line-height: 2rem;font-size: 1rem;}
#breadcrumbs ul li:before {content: "\e93c";font-family: 'icomoon';font-size: 10px;display: block;margin: 0 1.5rem;}
#breadcrumbs ul li:first-child:before {display: none;}
#breadcrumbs ul li span {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;max-width: 300px;}
#breadcrumbs ul li:last-child {color: #fda800;font-size: 18px;}
#breadcrumbs::-webkit-scrollbar {width: 0;height: 0.5rem;}
#breadcrumbs::-webkit-scrollbar-thumb {border-radius: 0.5rem;background-color: #fda800;}
#breadcrumbs::-webkit-scrollbar-track {border-radius: 0.5rem;background-color: #dddddd;}
@media all and (max-width: 991px) {
#breadcrumbs {width: 100%;margin-top: 1rem;}
#breadcrumbs ul {justify-content: flex-start;}
}
/*** Заголовки страницы ***/
#page__title {width: 100%;margin-bottom: 2rem;background-color: #f4f4f4;border-radius: 5px;padding: 1rem 2rem;display: flex;flex-wrap: wrap;align-items: center;}
#page__title .block__title {margin-bottom: 0;width: 50%;flex-grow: 1;}
@media all and (max-width: 991px) {
#page__title .block__title {width: 100%;}
}
/*** Заголовки ***/
.block__title {margin-bottom: 1.5rem;position: relative;}
.block__title .title {font-size: 1.25rem;font-weight: 500;line-height: 1.2;}
.block__nav {background-color: #f4f4f4;border-radius: 5px;display: flex;align-items: center;flex-wrap: wrap;}
.block__nav .nav__tabs {width: calc(100% - 130px);padding: 0.5rem 1rem;}
.block__nav .owl-nav {width: 130px;}
.block__nav .owl-nav [class^="owl-"] {background-color: #dcdcdc;border-radius: 5px;width: 60px;height: 60px;line-height: 60px;text-align: center;}
.block__nav .owl-nav [class^="owl-"]:hover {background-color: #fda800;}
.block__nav .nav__tab {display: inline-block;padding: 0 1rem 0 0;}
.block__nav .nav__tab.active {color: #fda800;}
.block__nav .nav__buttons {width: 130px;text-align: center;}
#main .block__title {padding: 1rem;}
#main .related .block__title {padding: 0;}
@media all and (max-width: 991px) {
.block__title {margin-bottom: 1rem;}
}
@media all and (max-width: 640px) {
.block__title .title {font-size: 24px;}
}
@media all and (max-width: 480px) {
.modal__title .title {font-size: 21px;}
.block__nav .nav__tabs {width: calc(100% - 110px);}
.block__nav .owl-nav {width: 110px;}
.block__nav .owl-nav [class^="owl-"] {width: 50px;height: 50px;line-height: 50px;}
.block__nav .nav__buttons {width: 110px;}
}
/*** Выпадающее меню ***/
.dropdown__content {opacity: 0;height: 0;position: absolute;top: 0;right: 0;max-width: 610px;background: #fff;border: 1px solid #fda800;border-radius: 5px;overflow: hidden;z-index: 11;}
.dropdown__content.opened {opacity: 1;height: auto;top: 100%;right: 0;margin-top: 2rem;padding: 2rem;}
.dropdown__open {position: relative;cursor: pointer;}
.dropdown__open:before {content: "";display: block;position: absolute;bottom: -3rem;right: 0;height: 5rem;width: 100%;}
@media all and (min-width: 768px) {
.dropdown:hover .dropdown__content {opacity: 1;height: auto;top: 100%;right: 0;margin-top: 2rem;padding: 2rem;}
}
@media all and (max-width: 640px) {
.dropdown__content.opened {width: 300px;padding: 1rem;left: calc(50% - 150px);margin-top: 1rem;}
}
/*** Элементы в списках. Корзина, Избранное, Сравнение ***/
.addto__items {max-height: 362px;overflow-y: auto;}
.addto__item {display: flex;flex-wrap: wrap;}
.addto__item + .addto__item {margin-top: 1.5rem;}
.addto__image {width: 80px;height: 110px;border: 0;display: flex;align-items: center;justify-content: center;}
.addto__image img {max-width: 80px;max-height: 110px;width: auto;}
.addto__shop {width: calc(100% - 80px);padding: 0 1rem;}
.addto__name {margin: 0 0 1rem 0;font-size: 18px;line-height: 1.5rem;max-height: 4.5rem;overflow: hidden;display: block;}
.addto__name:hover {color: #0086b7;}
.addto__mod {display: none;font-size: 12px;margin-top: 0.5rem;}
.addto__price {width: 100%;display: flex;align-items: center;flex-wrap: wrap;flex-direction: row;}
.addto__price [class^="price__"] {flex-grow: 1;}
.addto__price .price__old {margin-top: 0.5rem;}
.addto__remove {line-height: 1;transition: all 0.3s ease;display: flex;}
.addto__remove:before {content: '\e906';font-family: 'icomoon';}
.addto__remove span {display: none;}
.addto__title {display: none;font-size: 1.5rem;font-weight: bold;margin-bottom: 2rem;}
.addto__empty {display: block;text-align: center;}
.addto__empty .addto__title {display: block;font-weight: normal;font-size: 1rem;}
.addto__buttons {display: none;text-align: center;}
.addto__buttons a {padding: 0 2.5rem;margin: 1.5rem 0.5rem 0;}
.addto__total {display: none;}
.hasItems .addto__title {display: block;}
.hasItems .addto__buttons {display: block;}
.hasItems .addto__empty {display: none;}
.hasItems .addto__total {border-top: 1px solid #dddddd;margin-top: 1rem;padding: 1rem 0 0;font-size: 1.5rem;font-weight: bold;display: flex;justify-content: space-between;align-items: center;}
/*** Кол-во ***/
.qty {position: relative;display: flex;flex-wrap: wrap;align-items: center;}
.qty input {margin: 0 0.25rem;border: 0;width: 60px;height: 60px;line-height: 60px;border-radius: 5px;background-color: #FFFFFF;padding: 0;text-align: center;}
.qty a {width: 60px;height: 60px;line-height: 60px;border: 1px solid #dddddd;border-radius: 5px;background-color: #FFFFFF;text-align: center;}
.qty a:before {font-size: 1rem;display: block;font-family: 'icomoon';}
.qty a:hover {background-color: #fda800;color: #FFFFFF;border-color: #fda800;}
.qty .qty__minus:before {content: '\e900';}
.qty .qty__plus:before {content: '\e901';}
/******************************************************************************
Основные страницы
*******************************************************************************/
/*** Страницы: ЛК ***/
.client, .form__client {width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.client__blocks {width: 50%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.client__block {width: calc(50% - 2rem);margin: 0 1rem;}
.client__title {font-size: 1.75rem;margin-bottom: 2rem;display: flex;align-items: center;}
.client .form__fields label {display: none;}
.client .form__fields input, .client .form__fields textarea {max-width: 360px;}
.client__buttons {width: 100%;}
.client__buttons .button {margin: 1rem 1rem 0 0;}
@media all and (max-width: 1199px) {
.client__blocks {width: 100%;}
.client__blocks + .client__blocks {margin-top: 2rem;}
}
@media all and (max-width: 640px) {
.client__block {width: 100%;}
.client__block + .client__block {margin-top: 2rem;}
.client__title {margin-bottom: 1rem;}
}
/*** Страница: ЛК Избранные товары ***/
.client .products__grid {margin-top: -2rem;width: 100%;}
/*** Страница: Просмотр акции ***/
.promotion__percentage {}
.promotion__date .separator {margin: 0 0.25rem;}
.promotion__content {text-align: center;padding: 0;margin: 0 0 2rem 0;font-size: 18px;}
.promotion__name strong {margin-left: 0.25rem;}
.promotion__text {margin-top: 1rem;}
.promotion__date {margin-top: 1rem;}
/*** Страница: Список акций ***/
.promotion__campaign {margin: -2rem -0.5rem 0 -0.5rem;}
.promotion__image {padding: 3rem 1rem;background-image: url("/design/d556235/sale.jpg?lc=1750247577");background-size: cover;background-repeat: no-repeat;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;flex-direction: column;}
.promotion__item {border: 1px dashed transparent;border-radius: 5px;}
.promotion__item:hover {border-color: #fda800;}
.promotion__item .promotion__percentage {font-size: 60px;font-weight: bold;}
.promotion__item .button {margin-top: 2rem;}
.promotion__item .promotion__date {margin: 2rem 0;text-align: center;}
.promotion__item .promotion__name {font-size: 20px;text-align: center;display: block;height: 78px;}
.promotion__item.empty {opacity: 0.8;}
.promotion__item.empty .promotion__percentage {color: #a8a8a8;}
@media all and (max-width: 640px) {
.promotion__image {padding: 3rem 1rem;}
}
@media all and (max-width: 480px) {
.promotion__campaign .promotion__item {width: 100%;}
}
/*** Страница: Связь с администрацией ***/
.pageFeedback .maps {width: 100%;margin-top: 2rem;}
/* Страница: Связь с администрацией. Контакты */
.pageFeedback .contacts__content {margin: 0;padding: 0;list-style: none;width: 100%;}
.pageFeedback .contacts__content > div {margin-bottom: 0.5rem;}
.pageFeedback .contacts__content a {display: block;padding: 0.25rem 0;line-height: 20px;margin-bottom: 1rem;font-size: 18px;}
.pageFeedback .contacts__content a b {display: none;}
.pageFeedback .contacts__content a i {margin-right: 0.625rem;font-size: 1.5rem;vertical-align: middle;}
.pageFeedback .contacts__content a span {vertical-align: middle;}
/*** Страница: Сравнение ***/
.CompareGoods .buttons {margin: 2rem 0 0;}
.CompareGoods .buttons i {margin-right: 6px;vertical-align: middle;}
.CompareGoods .buttons span {margin-left: 3px;vertical-align: middle;}
.CompareGoods__nav {width: 100%;margin-bottom: 2rem;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;}
.CompareGoods__filter {display: -ms-flexbox;display: -webkit-flex;display: flex;line-height: 30px;}
.CompareGoods__filter .button {padding: 0 1rem;}
.CompareGoods__filter .hide {margin-left: 3px;}
.CompareGoods__switch {background: #bfbfbf;display: inline-block;position: relative;width: 60px;height: 30px;border-radius: 20px;z-index: 0;margin: 0 0.625rem 0 0;padding: 0;border: none;cursor: pointer;transition-duration: 300ms;}
.CompareGoods__switch:after {background: #fff;content: '';position: absolute;top: 3px;left: 3px;height: 1.5rem;width: 1.5rem;border-radius: 17px;transition-duration: 300ms;z-index: 1;}
.CompareGoods__switch.switch-on {background: #fda800;}
.CompareGoods__switch.switch-on:after {left: 33px;}
.CompareGoods__nav .nav {width: 110px;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;-webkit-justify-content: space-between;justify-content: space-between;}
.CompareGoods__nav [class^="nav-"] {position: relative;float: none;margin: 0;}
.CompareGoods .price__now {margin: 0;}
.CompareGoods .price__old {margin-right: 1rem;}
/** Таблица сравнений **/
.CompareGoodsTableTbody {width: 100%;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;}
.CompareGoodsTableTbody > div {border-top: 1px solid #dddddd;width: 100%;margin-bottom: 1rem;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.CompareGoodsTableTbody > div:not(.CompareGoodsTableTbodyComparisonLine) {border: 0;text-align: center;}
.CompareGoodsTableTbody > div:not(.CompareGoodsTableTbodyComparisonLine) .cell {display: none;}
.CompareGoodsTableTbody > div .cell {width: 100%;padding: 1rem 0 0.625rem;}
.CompareGoodsTableTbody > div .cell label {font-weight: bold;}
.CompareGoodsTableTbody .image a:not(.remove) {display: block;line-height: 130px;}
.CompareGoodsTableTbody .owl-item .image img {display: inline-block;width: auto;max-width: 100%;}
.CompareGoodsTableTbody .remove {color: #e0e0e0;background: #ffffff;border: 1px solid #dddddd;position: absolute;top: 0;right: 0;z-index: 2;width: 1.5rem;height: 1.5rem;border-radius: 100%;}
.CompareGoodsTableTbody .remove:hover {color: #ffffff;background: #fda800;border-color: #ffffff;}
.CompareGoodsTableTbody .remove i {display: block;font-size: 1rem;line-height: 1.45rem;}
.CompareGoodsTableTbody .CompareCheckbox {display: none;margin: 0 0.625rem 0 0;vertical-align: middle;}
.CompareGoodsTableTbody .htmlDataBlock {text-align: left;overflow: hidden;}
.CompareGoodsTableTbody .CompareGoodsHeader .title {display: block;max-height: 72px;line-height: 1.125rem;overflow: hidden;text-align: left;}
.CompareGoodsTableTbody .CompareGoodsHeader .mod {display: block;margin-top: 5px;font-size: 13px;line-height: 15px;text-align: left;}
.CompareGoodsTableTbody .actions {width: 100%;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;}
.CompareGoodsTableTbody .actions .button {padding: 0 2rem;font-size: 24px;font-weight: 400;}
.CompareGoodsTableTbody .actions .price-box {width: calc(100% - 50px);padding: 0;text-align: left;}
.CompareGoodsTableTbody .actions .price-box a {display: block;}
.CompareGoodsTableTbody .actions .price-box .price__now {margin-right: 5px;}
.CompareGoodsTableTbody .owl-stage-outer {margin-right: -1px;}
@media all and (max-width: 480px) {
.CompareGoods__filter .label {display: none;}
.CompareGoods .price__old {margin-right: 0.5rem;}
.CompareGoodsTableTbody .actions .price-box {width: 100%;margin-bottom: 1rem;}
.CompareGoodsTableTbody .actions .price-box .price__old {display: block;margin-top: 5px;}
.CompareGoodsTableTbody .actions .add-notify:before {display: none;}
}
/*** Страница: Список новостей ***/
.news__list .news__item {border-bottom: 1px solid #dddddd;margin-bottom: 2rem;padding-bottom: 2rem;font-size: 18px;}
.news__list .news__item:last-child {margin-bottom: 0;}
.news__list .news__title {font-size: 1.25rem;font-weight: 700;margin: 0 0 1rem 0;}
.news__list .news__text {font-size: 1rem;word-break: break-all;}
.news__list .news__date {position: relative;text-align: right;}
.news__list + .pages {margin-top: 2rem;}
/*** Страница: Просмотр новости ***/
.news__buttons {margin-top: 1.5rem;}
.news__buttons a {padding: 0 1.5rem;}
.newsListBlockItemFiles {margin-top: 1rem;overflow: hidden;word-break: break-all;}
.pageNews .news__date {position: relative;text-align: right;margin-top: 1rem;}
.pageNews .htmlDataBlock img {margin-bottom: 1rem;}
/*** Страница: Оформление заказа ***/
.stages__list {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;width: 100%;margin-bottom: 2rem;}
.stages__list .stages {width: 25%;position: relative;font-size: 1.125rem;line-height: 2em;padding-top: 2rem;}
.stages__list .stages:before {content: '\e1b4';font-size: 36px;line-height: 1;padding-right: 5px;vertical-align: bottom;opacity: 0.5;filter: alpha(opacity=50);display: inline-block;font-family: "Material Icons";text-rendering: auto;-webkit-font-smoothing: antialiased;transform: translate(0,0);}
.stages__list .stages:after {content: '';position: absolute;top: calc(50% + 1rem);left: 2rem;width: 70%;height: 2px;margin-top: -1px;background: #000000;opacity: 0.5;filter: alpha(opacity=50);}
.stages__list .stages .title, .stages__list .stages a {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;font-size: 26px;line-height: 1;font-weight: 600;cursor: default;}
.stages__list .stages a:hover .title {cursor: pointer;}
.stages__list .stages.active {opacity: 1;filter: alpha(opacity=100);}
.stages__list .stages.active:before, .stages__list .stages:hover:before {content: '\e1b3';color: #fda800;opacity: 1;filter: alpha(opacity=100);display: inline-block;font-family: "Material Icons";text-rendering: auto;-webkit-font-smoothing: antialiased;transform: translate(0,0);}
.stages__list .stages.active:after, .stages__list .stages:hover:after {background: #fda800;opacity: 1;filter: alpha(opacity=100);}
.stages__list .stages .title:before {margin-right: 5px;}
.stages__list .stages:nth-child(1) .title:before {content: '1.';}
.stages__list .stages:nth-child(2) .title:before {content: '2.';}
.stages__list .stages:nth-child(3) .title:before {content: '3.';}
.stages__list .stages:nth-child(4) .title:before {content: '4.';}
@media all and (max-width: 991px) {
.stages__list {margin-bottom: 1rem;}
.stages__list .stages {width: 50%;}
.stages__list .stages:nth-child(1), .stages__list .stages:nth-child(2) {margin-bottom: 1rem;}
}
@media all and (max-width: 640px) {
.stages__list .stages {width: 100%;margin-top: 1rem;}
.stages__list .stages:firts-child {margin-top: 0;}
.stages__list .stages:after {width: 90%;}
}
.orderStrageContent {width: 100%;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: flex-start;-webkit-align-items: flex-start;-webkit-box-align: flex-start;align-items: flex-start;-webkit-justify-content: space-between;justify-content: space-between;}
.orderStrageContent__block {width: calc(50% - 1rem);}
.orderStrageContent__block.full {width: 100%;}
.orderStrageContent__buttons {width: 100%;}
.orderStrageContent__buttons .button {margin-right: 0.625rem;margin-top: 1rem;}
.orderStrageContent__buttons .button + .button {margin-right: 0;}
@media all and (max-width: 991px) {
.orderStrageContent__block {width: 100%;margin: 0;padding: 0;}
.orderStrageContent__block + .orderStrageContent__block {margin-top: 2rem;}
}
.orderStrageContent .text {text-transform: uppercase;margin: 0 0 1rem 0;}
.orderStrageContent .text-italic {font-style: italic;margin-bottom: 1rem;}
.orderStrageContent h3.title {margin-bottom: 20px;}
.orderStrageContent .reg__item {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;margin-bottom: 1rem;}
.orderStrageContent .reg__item i {margin-right: 0.625rem;}
.orderStrageContent .form__fields.form__wantRegister label {margin: 0;}
/* Оплата */
.paymentQiwi .tr2 .ceil1 {padding: 20px 20px 20px 60px !important;}
.paymentQiwi .tr6 .ceil1 {padding: 1rem !important;}
.paymentQiwi .PhoneLabel {float: none !important;}
.paymentQiwi .PhoneInput {float: none !important;}
.paymentQiwi #form_phone {width: auto !important;margin: 1rem auto 0;}
.payment .orderStagePaymentList .orderStagePayment .cell1 {display: inline-block;text-align: center;vertical-align: top;}
.payment .orderStagePaymentList .orderStagePayment .cell2 {display: inline-block;width: calc(100% - 40px);padding: 0;vertical-align: middle;}
/*** Страница: Быстрый заказ ***/
.fastOrder #closeOrder {display: none;}
.fastOrder__form {display: flex;flex-wrap: wrap;justify-content: space-between;}
.fastOrderForm .block__title {display: none;width: 100%;background-color: #fda800;padding: 1rem 2rem;border-radius: 5px;}
.fastOrderForm .row {margin: 0 -2rem;}
.fastOrderForm [order] {width: 50%;padding: 0 2rem 2rem 2rem;}
.fastOrderForm [order] .title {font-size: 1.5rem;line-height: 1;font-weight: bold;margin-bottom: 2rem;display: flex;align-items: center;}
.fastOrderForm .form__fields label {display: none;}
.fastOrderForm .form__fields label.error {display: none !important;}
.fastOrderForm .form__wantRegister label {display: block;margin: 0;width: calc(100% - 40px)}
.fastOrderForm .form__list {display: flex;flex-wrap: wrap;}
.fastOrderForm .form__fields {width: 100%;margin-bottom: 1rem;}
.fastOrderForm .form__fields:last-child {margin-bottom: 0;}
.fastOrderForm input[type="checkbox"], .fastOrderForm input[type="radio"] {height: 1.5rem;border-radius: 5px;padding: 0;}
.fastOrderForm input, .fastOrderForm select {height: 60px;}
.fastOrderForm .deliveryConvenientDate {flex-wrap: wrap;}
.fastOrderForm .deliveryConvenientDate label {display: block;}
.fastOrderForm .deliveryConvenientDate:nth-child(1) {width: calc(50% - 0.5rem);margin-right: 0.5rem;}
.fastOrderForm .deliveryConvenientDate:nth-child(2) {width: calc(50% - 0.5rem);margin-left: 0.5rem;}
.fastOrderForm .cart__total {display: flex;flex-wrap: wrap;align-items: center;width: 100%;padding: 2rem 0 0 0;margin-top: 0;}
.fastOrderForm .total__items {width: 100%;}
.fastOrderForm .total__title {margin: 0;font-weight: bold;}
.fastOrderForm .total__buttons {width: 100%;margin: 0;display: block;text-align: center;}
.fastOrderForm .total__buttons .button + .button {margin-left: 2rem;}
.fastOrderForm .total__pp {width: 100%;text-align: center;margin-top: 1rem;padding: 0rem;font-size: 13px;}
.fastOrderForm .total__pp a {text-decoration: underline;}
.delivery__fields {margin-top: 1rem;}
.delivery__price {margin-left: 0.5rem;font-weight: bold;}
.zones__price {margin-top: 0.5rem;font-weight: bold;}
.delivery__price .label {margin-right: 0.5rem;}
.delivery__description {margin-top: 1rem;}
.delivery__zones {margin-top: 1rem;padding-left: 1rem;}
.delivery__zone {margin-top: 0.75rem;}
.delivery__zone > div {margin-top: 1rem;}
.delivery__option {margin-bottom: 2rem;}
.delivery__option:last-child {margin-bottom: 0;}
.delivery__option input {display: inline-block;vertical-align: middle;}
.delivery__option label {width: calc(100% - 46px);display: inline-block;vertical-align: middle;}
.delivery__fields label {width: auto;}
.delivery__desc {margin-top: 1rem;}
.payment__option {margin-bottom: 2rem;}
.payment__option input {display: inline-block;vertical-align: middle;}
.payment__option label {width: calc(100% - 46px);display: inline-block;vertical-align: middle;}
.payment__option {margin-bottom: 1rem;}
.payment__desc {margin-top: 1rem;}
.payment__description, .delivery__descriptionBlock {background: #fda800;padding: 1.5rem;border-radius: 5px;font-size: 18px;}
/* Самовывоз */
.fastOrder__form.pickup [order="1"] {width: 100%;}
.fastOrder__form.pickup [order="2"] {display: none;}
@media all and (max-width: 1199px) {
}
@media all and (max-width: 767px) {
.fastOrderForm [order] {width: 100%;}
.fastOrderForm .total__buttons .button {padding: 0 2rem;}
}
@media all and (max-width: 480px) {
.fastOrderForm .total__buttons .button {padding: 0 3rem;}
.fastOrderForm .total__buttons .button + .button {margin: 1rem 0 0 0;}
}
/** Купоны **/
.coupon__button {color: #ffffff;background-color: #fda800;width: 60px;height: 60px;border-radius: 5px;position: absolute;right: 0;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;}
.coupon__button:hover {color: #FFFFFF;background-color: #353535;}
.coupon__button:before {content: '\e92d';font-family: 'icomoon';line-height: 1;}
.coupon__order.active .coupon__button:before {content: '\e929';}
.coupon__order.error .coupon__button:before {content: '\e92d';}
.coupon__reset {display: none;position: absolute;right: 70px;line-height: 1;cursor: pointer;}
.coupon__reset.active {display: block;}
.coupon__reset:after {content: "\e928";font-family: 'icomoon';}
.coupon__order input:focus + .coupon__button {}
.coupon__order.error input {border-color: red;}
.coupon__order.error input + .coupon__button {border-color: red;}
/*** Страница: Корзина ***/
#closeOrder {display: none;margin-bottom: 1rem;}
#OrderAjaxBlock {background-color: #ffefcf;margin-top: 2rem;padding: 2rem;font-size: 18px;border-radius: 5px;}
.pageCart .cart {display: none;}
.pageCart .cart__count {display: none;}
.cartTable {position: relative;display: flex;flex-wrap: wrap;align-items: flex-start;}
.cartTable.disable .cart__qty:before {content: "";display: block;width: 100%;height: 60px;z-index: 2;position: absolute;}
.cartTable.disable .cart__qty a, .cartTable.disable .cart__qty input {background-color: #dddddd;border-color: #dddddd;}
.cart__items {width: 75%;padding-right: 2rem;}
.cart__item {padding: 0;border-bottom: 1px dashed #dddddd;display: flex;flex-wrap: wrap;align-items: center;}
.cart__item:first-child {border-top: 1px dashed #dddddd;}
.cart__image {width: 120px;height: 120px;display: flex;align-items: center;justify-content: center;}
.cart__image img {max-width: 120px;max-height: 120px;}
.cart__inner {width: calc(100% - 120px);padding: 0 0 0 1rem;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.cart__info {width: calc(100% - 500px);padding: 1rem 0;}
.cart__actions {width: 500px;padding-left: 1rem;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.cart__price {flex-grow: 1;width: calc(100% - 206px - 118px);padding-right: 1rem;white-space: break-spaces;}
.cart__price .price__now {font-size: 1rem;}
.cart__price .price__old {margin-top: 0.5rem;}
.cart__name {display: block;font-size: 18px;max-height: 68px;overflow: hidden;}
.cart__name:hover {color: #0086b7;}
.cart__art {margin-top: 1rem;}
.cart__properties {margin-top: 1rem;word-break: break-all;}
.cart__properties span + span {margin-left: 0.25rem;}
.cart__buttons {padding: 0;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.cart__buttons a {margin: 2rem 0 0 0;border: 0;}
.cart__delete {margin-left: 3rem;line-height: 1;transition: all 0.3s ease;}
.cart__delete a {font-size: 40px;}
.cart__delete span {display: none;}
.cart__qty {background-color: #ffefcf;padding: 3rem 1.5rem;}
.cart__qty.qty a {border-color: #FFFFFF;}
/* Корзина. Итого */
.cart__total {position: sticky;top: 0;width: 25%;padding: 3rem;background-color: #f4f4f4;display: flex;flex-wrap: wrap;align-items: center;}
.total__items {width: 100%;}
.total__item {margin-bottom: 1rem;font-size: 18px;display: flex;justify-content: space-between;}
.total__item:last-child {margin-bottom: 2rem;}
.total__label {display: inline-block;}
.total__price {display: inline-block;font-size: 1rem;font-weight: bold;}
.total__cart {font-weight: bold;}
.total__buttons {width: 100%;display: flex;align-items: center;justify-content: flex-end;flex-wrap: wrap;}
.total__buttons a {width: 100%;}
.cart__total .total__pp {width: 100%;padding: 2rem 0 0 0;text-align: center;font-size: 12px;color: #a1a1a1;}
@media all and (max-width: 1680px) {
.cart__info {width: calc(100% - 400px);}
.cart__actions {width: 400px;}
.cart__delete {margin-left: 1rem;}
.cart__qty.qty a {width: 50px;height: 50px;line-height: 50px;}
.cart__qty.qty input {width: 50px;height: 50px;}
.cart__price {flex-grow: 1;width: calc(100% - 206px - 56px);}
}
@media all and (max-width: 1199px) {
.cart__items {width: 100%;padding: 0;}
.cart__total {width: 100%;margin-top: 2rem;}
}
@media all and (max-width: 991px) {
.cart__info {width: 100%;}
.cart__actions {width: 100%;padding: 0 0 1rem 0;}
.cart__qty {padding: 0;background-color: transparent;}
.cart__qty.qty a {border-color: #dddddd;}
.cart__delete a {font-size: 30px;}
}
@media all and (max-width: 640px) {
.cart__price {width: 100%;margin-bottom: 1rem;}
}
@media all and (max-width: 480px) {
.cart__image {width: 80px;height: 80px;}
.cart__image img {max-width: 80px;max-height: 80px;}
.cart__inner {width: calc(100% - 80px);}
.cart__qty.qty a {width: 40px;height: 40px;line-height: 40px;}
.cart__qty.qty input {width: 40px;height: 40px;line-height: 40px;}
.cart__delete a {font-size: 30px;}
.cart__buttons {justify-content: center;}
.cart__back {display: none;}
.cart__total {padding: 2rem;}
}
/*** Страница: Ajax добавление товара в корзину ***/
.noty__addto {background: #f4f4f4;padding: 1rem;border-radius: 5px;display: flex;align-items: center;flex-wrap: wrap;}
.noty__addto i {width: 60px;height: 60px;font-size: 2.5rem;display: flex;align-items: center;justify-content: center;}
.noty__addto a {font-weight: bold;}
.noty__message {width: calc(100% - 60px);padding-left: 1rem;}
.icon-warning:before {content: "\e902";}
.icon-check:before {content: "\e925";}
.noty_type__success a, .noty_type__success a:visited, .noty_type__success a:focus, .noty_type__success a:hover {color: inherit;}
/******************************************************************************
*******************************************************************************/
/*** Шапка ***/
.header__top {background-color: #202020;padding: 1rem 0;}
.header__middle {padding: 2rem 0;}
.header__bottom {background-color: #fda800;position: relative;}
header .separator {width: 1px;height: 100%;border-left: 1px dotted #FFFFFF;margin: 0 2rem;}
header .inner {align-items: center;position: relative;}
@media all and (max-width: 991px) {
header .inner {justify-content: center;}
}
/** Добро пожаловать **/
header .welcome {font-size: 18px;color: #FFFFFF;display: inline-block;}
header .welcome a {color: #FFFFFF;border-bottom: 1px solid #FFFFFF;}
header .welcome a:hover {color: #fda800;border-bottom: 1px solid #fda800;}
@media all and (max-width: 1199px) {
header .welcome span {display: none;}
}
@media all and (max-width: 991px) {
header .welcome {display: none;}
}
@media all and (max-width: 480px) {
.header__bottom .inner {justify-content: space-evenly;padding: 1rem 0;}
}
/** Логотип **/
header .logo {width: 300px;}
.logo .title {margin-left: 1rem;font-size: 3rem;font-weight: bold;display: inline-block;vertical-align: middle;}
@media all and (max-width: 480px) {
}
/** Меню **/
.header__menu {width: calc(100% - 300px - 500px);padding: 0 0 0 2rem;flex-grow: 1;}
.header__menu .menu__icon {display: none;}
.header__menu .mainnav {position: relative;}
.header__menu ul {height: 26px;overflow: hidden;margin: 0;padding: 0;list-style: none;}
.header__menu ul li {display: inline-block;}
.header__menu ul li a {margin: 0 2rem 0 0;font-size: 18px;}
.header__menu ul li:last-child a {margin: 0;}
.header__menu .overflowMenu {display: none;margin-top: 1rem;width: 200px;height: auto;position: absolute;right: 0;padding: 1rem;background-color: #FFFFFF;border-radius: 5px;border: 1px solid #dddddd;z-index: 9;}
.header__menu .opened .overflowMenu {display: block;}
.header__menu .overflowMenu li {display: block;margin-bottom: 1rem;}
.header__menu .overflowMenu li:last-child {margin-bottom: 0;}
.header__menu .opened .mainnav__more a {color: #fda800;}
.header__bottom .menu__icon {display: none;}
/* Меню. Адаптивность */
@media all and (max-width: 1680px) {
.header__menu .mainnav {display: none;}
.header__menu .menu__icon {display: inline-block;}
.header__menu .menu__icon i {vertical-align: middle;margin-left: 1rem;}
.header__menu.opened .mainnav {display: block;position: absolute;margin-top: 1rem;padding: 2rem;background-color: #FFFFFF;border-radius: 5px;border: 1px solid #dddddd;z-index: 11;}
.header__menu.opened ul {height: auto;overflow: visible;}
.header__menu.opened ul li {display: block;}
.header__menu.opened ul li + li {margin-top: 1rem;}
}
@media all and (max-width: 1199px) {
.header__menu {padding: 0;}
}
@media all and (max-width: 991px) {
.header__menu {padding: 0;width: auto;flex-grow: 0;}
}
@media all and (max-width: 640px) {
.header__menu.opened .mainnav {right: 0;}
.header__menu .menu__icon {padding: 0 1.5rem;}
.header__menu .menu__icon i {margin-left: 0.5rem;}
}
@media all and (max-width: 480px) {
.header__menu .menu__icon {display: none;}
.menu__icon {line-height: 50px;background-color: #ffefcf;color: #000000;padding: 0 1rem;}
.header__bottom .menu__icon {display: flex;align-items: center;justify-content: center;}
.header__bottom .menu__icon i {margin-left: 0.5rem;}
.header__bottom ul {margin: 0;padding: 1rem;list-style: none;}
.header__bottom ul li {display: block;padding: 0 0 1rem 0;font-size: 18px;}
.header__bottom ul li:last-child {padding-bottom: 0;}
}
/** Избранное, Сравнение, Войти, Корзина **/
#addto {display: inline-block;flex-grow: 1;text-align: right;}
#addto > div {display: inline-block;}
#addto .addto__label {font-size: 18px;color: #FFFFFF;}
#addto .addto__label:hover {color: #fda800;}
#addto .addto__label i {display: none;vertical-align: middle;margin-right: 0.5rem;}
#addto .addto__label span {vertical-align: middle;}
#addto .hasItems > a {color: #fda800;}
#addto [data-count] {display: none;}
#addto .hasItems [data-count] {display: inline-block;}
#addto [data-count]:before {content: "(";display: inline-block;}
#addto [data-count]:after {content: ")";display: inline-block;}
@media all and (max-width: 991px) {
#addto {text-align: center;}
}
@media all and (max-width: 480px) {
#addto .addto__label i {display: inline-block;margin: 0;}
#addto .addto__label span {display: none;}
}
/** Контакты **/
.header__contacts {width: 500px;display: flex;align-items: center;justify-content: flex-end;}
.header__contacts .contacts__block + .contacts__block {margin-left: 2rem;}
.contacts__block {font-size: 18px;font-weight: bold;display: flex;flex-wrap: wrap;align-items: center;}
.contacts__icon {width: 40px;margin-right: 1.5rem;}
.contacts__icon i {font-size: 40px;}
.contacts__icon + .contacts__content {width: calc(100% - 64px);white-space: nowrap}
.contacts__icon + .contacts__content > span {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.contacts__block .fancybox__link {margin-top: 0.25rem;line-height: 1;font-weight: normal;}
.contacts__block .fancybox__link span {border-bottom: 1px solid #000000;}
.contacts__block:hover .fancybox__link {color: #0086b7;cursor: pointer;}
.contacts__block:hover .fancybox__link span {border-bottom: 1px solid #0086b7;}
/* Контакты. Адаптивность */
@media all and (max-width: 991px) {
.header__contacts {width: 100%;margin-top: 2rem;justify-content: center;}
}
@media all and (max-width: 640px) {
.contacts__block {font-size: 1rem;}
.contacts__icon {width: 30px;margin-right: 1rem;}
.contacts__icon i {font-size: 30px;}
.contacts__icon + .contacts__content {width: calc(100% - 46px);}
}
@media all and (max-width: 480px) {
.contacts__block + .contacts__block {display: none;}
.header__contacts {margin-top: 1rem;}
/*.header__contacts {width: auto;margin: 0 0 0 1.5rem;justify-content: flex-end;}*/
}
/** Каталог **/
header .catalog {padding: 1.25rem 0;width: 300px;}
header .catalog__icon {height: 60px;line-height: 58px;padding: 0 1.5rem;background-color: #202020;border-radius: 5px;color: #FFFFFF;font-size: 18px;display: block;}
header .catalog__icon:hover {background-color: #0086b7;color: #FFFFFF;}
header .catalog__icon i {vertical-align: middle;font-size: 24px;}
header .catalog__icon span {margin-left: 1.5rem;vertical-align: middle;}
header #addtoCatalog.dropdown__content {width: 100%;max-width: 100%;margin-top: 1rem;transition: 0s;box-shadow: none;border: 1px solid #fda800;left: 0;}
header .catalog .dropdown__open:before {width: 150%;right: -25%;}
header .catalog__items {position: relative;}
header .catalog__item a {font-size: 18px;padding: 1rem 1.5rem;border-radius: 1rem;display: block;}
header .catalog__item a span {width: calc(100% - 40px);display: inline-block;vertical-align: middle;}
header .catalog__item .open {margin-left: 0.25rem;vertical-align: middle;width: 30px;height: 30px;line-height: 30px;display: inline-block;text-align: center;}
header .catalog__item .open:before {content: "\e912";font-family: 'icomoon';font-size: 0.75rem;}
/* Каталог. Адаптивность */
@media all and (min-width: 992px) {
header .catalog__item .sub {display: none;position: absolute;top: 0;height: 100%;overflow-x: auto;}
header .catalog__item .sub[data-level="3"] {display: none !important;}
header .catalog__item:hover > .sub {display: block;}
header .catalog__item[data-level="0"]:hover > .sub[data-level="1"] {left: 33%;width: 66%;}
header .catalog__item[data-level="1"]:hover > .sub[data-level="2"] {left: 50%;width: 50%;}
header .catalog__item a {max-width: 300px;}
}
@media all and (min-width: 1439px) {
header .catalog__item:hover > .sub[data-level="3"] {display: block !important;}
header .catalog__item .sub[data-level="4"] {display: none !important;}
header .catalog__item[data-level="0"]:hover > .sub[data-level="1"] {left: 25%;width: 75%;}
header .catalog__item[data-level="1"]:hover > .sub[data-level="2"] {left: 33%;width: 66%;}
header .catalog__item[data-level="2"]:hover > .sub[data-level="3"] {left: 50%;width: 50%;}
}
@media all and (max-width: 1439px) {
header .catalog {width: auto;padding: 0;}
}
@media all and (max-width: 1199px) {
header #addtoCatalog.dropdown__content.open {padding: 1rem;}
}
@media all and (max-width: 991px) {
header .catalog__item .sub {display: none;padding-left: 1rem;}
header .catalog__item a {padding: 1rem;}
header .catalog__item .open.opened:before {content: "\e912";}
header .catalog__icon span {display: none;}
}
@media all and (max-width: 767px) {
header .catalog__icon {padding: 0 1.125rem;}
}
@media all and (max-width: 480px) {
header .catalog__icon {padding: 0;width: 50px;height: 50px;line-height: 48px;text-align: center;}
}
/** Корзина **/
.cart {background-color: #ffefcf;width: 300px;height: 100px;}
.cart__icon {padding: 0 1.5rem;height: 100%;font-size: 18px;border: 1px dashed transparent;display: flex;align-items: center;}
.cart__icon:hover {border: 1px dashed #000000;color: #000000;}
.cart__icon i {font-size: 40px;position: relative;}
.cart__icon i + div {margin-left: 1.5rem;}
.cart__icon i .cart__count {display: none;}
.cart__title {font-weight: bold;}
.cart__full {display: none;}
.cart__empty {display: block;}
.hasItems .cart__full {display: block;}
.hasItems .cart__empty {display: none;}
/* Корзина. Адаптивность */
@media all and (max-width: 991px) {
.cart {width: 90px;}
.cart__icon i + div {display: none;}
.cart__icon i .cart__count {top: -6px;right: -12px;width: 24px;height: 24px;line-height: 24px;font-size: 12px;color: #FFFFFF;text-align: center;border-radius: 100%;background-color: #fda800;display: block;position: absolute;font-family: 'Jost', sans-serif;}
}
@media all and (max-width: 767px) {
.cart {width: 80px}
.cart__icon {padding: 0 1.125rem;}
}
@media all and (max-width: 480px) {
.cart {width: 50px;height: 50px;border-radius: 5px;}
.cart__icon {padding: 0;justify-content: center;}
.cart__icon i {font-size: 24px;}
.cart__icon i .cart__count {top: -12px;right: -12px;}
}
/** Поиск **/
header .search {flex-grow: 1;padding: 1.25rem 2rem;width: calc(100% - 300px - 300px);}
.search__icon {display: none;}
.search__form {position: relative;display: flex;align-items: center;}
.search__input {padding: 0 13rem 0 1.5rem;height: 60px;}
.search__submit {height: 100%;padding: 0 5rem;position: absolute;right: 0;line-height: 1;border: 0;}
.search__reset {display: none;align-items: center;position: absolute;right: 13rem;top: 0;height: 100%;cursor: pointer;}
.search__filled .search__reset {display: flex;}
.search__loading .lds-ring {display: block;}
.lds-ring {display: none;position: absolute;right: 15rem;width: 1rem;height: 1rem;}
.lds-ring div {border: 2px solid #fda800;border-color: #fda800 transparent transparent transparent;display: block;position: absolute;width: 1rem;height: 1rem;margin: 0;border-radius: 50%;animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;}
.lds-ring div:nth-child(1) {animation-delay: -0.45s;}
.lds-ring div:nth-child(2) {animation-delay: -0.3s;}
.lds-ring div:nth-child(3) {animation-delay: -0.15s;}
@keyframes lds-ring {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}
/* Поиск. Адаптивность */
@media all and (max-width: 1439px) {
.search__input {padding: 0 9rem 0 1.5rem;}
.search__submit {padding: 0 3rem;}
.search__reset {right: 9rem;}
.lds-ring {right: 11rem;}
}
@media all and (max-width: 1199px) {
.search__input {padding: 0 7rem 0 1.5rem;}
.search__submit {padding: 0 2rem;}
.search__reset {right: 7rem;}
.lds-ring {right: 9rem;}
}
@media all and (max-width: 991px) {
header .search {width: calc(100% - 90px - 72px);}
}
@media all and (max-width: 767px) {
header .search {padding: 1.25rem;}
.search__submit {padding: 0 1.25rem;}
.search__reset {right: 5.5rem;}
.lds-ring {right: 7.5rem;}
}
@media all and (max-width: 480px) {
header .search {width: auto;flex-grow: 0;padding: 0;}
.search__form {display: none;position: absolute;width: 100%;left: 0;top: 0.75rem;z-index: 11;}
.search.opened .search__form {display: flex;}
.search__icon {width: 50px;height: 50px;line-height: 48px;padding: 0;background-color: #202020;border-radius: 5px;color: #FFFFFF;font-size: 18px;display: block;text-align: center;cursor: pointer;}
.search__icon:hover {background-color: #0086b7;color: #FFFFFF;}
.search__icon i {vertical-align: middle;font-size: 24px;}
}
/* Поисковая выдача */
#search__result {display: none;width: 100%;max-height: 460px;position: absolute;right: 0;margin-top: 1.25rem;padding: 1rem;background: #fff;border: 1px solid #dddddd;border-radius: 5px;overflow-y: auto;z-index: 11;}
#search__result .inner {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: stretch;-webkit-align-items: stretch;-webkit-box-align: stretch;align-items: stretch;}
#search__result .result__item {display: none;width: 100%;line-height: 20px;padding: 10px 0;}
#search__result .result__item:nth-child(-n+6) {display: block;}
#search__result .result__item a {display: flex;align-items: center;flex-wrap: wrap;font-size: 1rem;}
#search__result .result__item a.active {color: #fda800;}
#search__result .result__item .result__image {width: 40px;margin-right: 20px;}
#search__result .result__item .result__name {width: calc(100% - 60px);}
#search__result .result__item img {max-width: 40px;max-height: 40px;}
#search__result .result__goods {width: 50%;flex-grow: 1;padding: 0 1rem;}
#search__result .result__category {width: 50%;flex-grow: 1;padding: 0 1rem 1rem 1rem;}
#search__result .result__category .result__image {display: none;}
#search__result .result__category .result__name {width: 100%;}
#search__result .result__category a {font-weight: bold;}
#search__result .result__showAll {width: 100%;margin-top: 1rem;border-radius: 0;border: 0;text-align: left;}
#search__result::-webkit-scrollbar {width: 0.5rem;height: 0;}
#search__result::-webkit-scrollbar-thumb {border-radius: 0.5rem;background-color: #fda800;}
#search__result::-webkit-scrollbar-track {border-radius: 0.5rem;background-color: #dddddd;}
@media all and (max-width: 640px) {
#search__result .result__goods {width: 100%;}
#search__result .result__category {width: 100%;}
}
/*** Слайдер ***/
#slideshow {width: calc(100% - 300px);padding: 0 2rem 0 0;position: relative;}
#slideshow.full {width: 100%;padding: 0;}
.slider {height: 294px;overflow: hidden;}
.slider__item {height: 294px;padding: 2rem;border-radius: 5px;background-color: #f4f4f4;background-size: cover;background-repeat: no-repeat;}
.slider__title {font-size: 3rem;font-weight: bold;display: block;color: #fda800;}
.slider__title:hover {color: #0086b7;}
.slider__title span {display: block;}
.slider__button {margin-top: 3rem;}
#slideshow .owl-nav {width: 110px;position: absolute;right: 2rem;bottom: 2rem;}
/** Баннеры **/
.cat-banners {margin-top: 2rem;width: 100%;display: flex;align-items: center;flex-wrap: wrap;}
.cat-banners__item {width: calc(50% - 2rem);height: 230px;margin: 0 1rem;border-radius: 5px;background-color: #f4f4f4;background-size: cover;background-position: center center;background-repeat: no-repeat;display: inline-block;position: relative;}
.cat-banners__title {font-size: 2rem;font-weight: bold;max-width: 220px;display: block;position: absolute;bottom: 2rem;right: 2rem;}
.cat-banners__title span {display: block;}
/* Слайдер. Адаптивность */
@media all and (max-width: 1680px) {
.slider {height: 264px;}
.slider__item {height: 264px;background-position: center;}
.slider__title {font-size: 2.5rem;}
.cat-banners__title {font-size: 1.5rem;max-width: 180px;}
}
@media all and (max-width: 1199px) {
.slider {height: 292px;}
.slider__item {height: 292px;}
.cat-banners__item {height: 200px;}
}
@media all and (max-width: 991px) {
#slideshow {width: 100%;padding: 0;}
}
@media all and (max-width: 640px) {
.cat-banners__item {width: 100%;}
.cat-banners__item + .cat-banners__item {margin-top: 2rem;}
header .separator {margin: 0 0.75rem;}
}
@media all and (max-width: 480px) {
header .separator {margin: 0 2rem;}
.slider {height: 200px;}
.slider__item {height: 200px;padding: 2rem 2rem 5rem;}
.slider__title {font-size: 1.5rem;}
.slider__button {display: none;}
#slideshow .owl-nav {right: 1rem;bottom: 1rem;}
#slideshow .row {display: none;}
}
/*** Товары на главной ***/
#pdt [id^="pdt__"] {display: none;position: relative;}
#pdt [id^="pdt__"].active {display: block;}
.products__grid.owl-carousel .product__item {display: none;width: auto;margin: 0;}
.products__grid.owl-carousel .product__item:first-child {display: block;}
.products__grid.owl-carousel .active .product__item {display: block;}
.products__grid.owl-carousel .product__item img {width: auto;}
.owl-carousel .owl-item {padding: 1px;}
.index .products__grid .product__item {margin: 0;}
/** Распродажа **/
#pdt__sales {width: 300px;}
#pdt__sales .owl-nav [class^="owl-"] {position: absolute;top: 4px;background: transparent;}
#pdt__sales .owl-nav [class^="owl-"]:hover {color: #000000;}
#pdt__sales .product__discount {margin-bottom: 2rem;padding: 1rem;border-radius: 5px;background-color: #fda800;font-size: 20px;text-align: center;}
#pdt__sales .product__item form {padding: 2rem;border: 1px dashed #fda800;border-radius: 5px;}
#pdt__sales .product__name {max-height: 3rem;}
#pdt__sales .product__image {border: 0;}
#pdt__sales .product__links {opacity: 1;margin-top: 1rem;position: relative;justify-content: flex-start;}
#pdt__sales .product__links a {width: auto;height: auto;line-height: 1;}
#pdt__sales .product__links a + a {margin-left: 1rem;}
#pdt__sales .product__links a:hover, #pdt__sales .product__links a.added {background-color: transparent;color: #fda800;}
#pdt__sales .product__price .product__ratings {display: none;}
#pdt__sales .product__available {text-align: left;}
@media all and (max-width: 1680px) {
#pdt__sales .product__item form {padding: 1rem;}
}
@media all and (max-width: 991px) {
#pdt__sales {width: 100%;margin-top: 2rem;}
}
@media all and (min-width: 480px) and (max-width: 991px) {
#pdt__sales .product__item:nth-child(3) {margin-bottom: 0;}
#pdt__sales .product__item form {display: flex;align-items: center;flex-wrap: wrap;}
#pdt__sales .product__image a {width: 80px;height: 100px;}
#pdt__sales .product__image img {max-width: 80px;max-height: 120px;}
#pdt__sales .product__name {margin: 0;padding: 0 1rem;width: calc(60% - 80px);max-height: 7.5rem;}
#pdt__sales .product__price {margin: 0;padding: 0 1rem;width: calc(40% - 42px);}
#pdt__sales .product__links {opacity: 1;width: auto;margin: 0;position: relative;justify-content: flex-start;flex-direction: column;}
#pdt__sales .product__links a {width: 40px;height: 40px;line-height: 45px;}
#pdt__sales .price__old {display: block;margin: 0.5rem 0 0 0;}
#pdt__sales .product__available {margin-top: 0.75rem;}
#pdt__sales .product__price .product__ratings {display: block;}
#pdt__sales .product__ratings {display: none;}
#pdt__sales .product__discount {margin-bottom: 1rem;}
#pdt__sales .product__links a + a {margin: 0;}
}
/** Категории списком на главной **/
[class^="pdt__cat-"] + [class^="pdt__cat-"] {margin-top: 2rem;}
[class^="pdt__cat-"] .products__list {display: flex;flex-wrap: wrap;align-items: center;}
[class^="pdt__cat-"] .products__list .product__item {width: 50%;margin-top: 0;display: none;}
[class^="pdt__cat-"].active .products__list .product__item:nth-child(n) {display: block;}
[class^="pdt__cat-"] .nav__buttons button {padding: 0;width: 100%;line-height: 60px;}
[class^="pdt__cat-"] .nav__buttons button:after {content: 'Показать все'}
[class^="pdt__cat-"].active .nav__buttons button.active:after {content: 'Скрыть'}
@media all and (min-width: 992px) {
[class^="pdt__cat-"] .products__list .product__item:nth-child(-n+6) {display: block;}
}
@media all and (max-width: 991px) {
[class^="pdt__cat-"] .products__list .product__item {width: 100%;}
[class^="pdt__cat-"] .products__list .product__item:nth-child(-n+3) {display: block;}
}
/*** Товары таблицей ***/
.products__container .row {margin: 0 -0.5rem;}
.products__grid {position: relative;display: flex;flex-wrap: wrap;}
.products__grid .product__item {width: calc(20% - 1rem);margin: 2rem 0.5rem 0 0.5rem;}
.product__item {position: relative;margin-top: 2rem;}
.product__image {border: 1px dashed transparent;border-radius: 5px;position: relative;}
.product__image .product__img {display: flex;align-items: center;justify-content: center;flex-wrap: wrap;transition: all 0.3s ease;height:250px;}
.product__image .product__img img {max-width: 100%;max-height: 100%;}
.product__item:hover .product__image {border-color: #fda800;}
.product__image img {border-radius: 5px;max-width: 100%;}
.product__ratings {margin-top: 0.5rem;display: flex;align-items: center;justify-content: space-between;}
.product__ratings .ratings {width: 80px;height: 16px;}
.product__ratings .ratings:before {width: 80px;font-size: 16px;height: 16px;content: '\e923\e923\e923\e923\e923';}
.product__ratings .ratings .rating {height: 16px;}
.product__ratings .ratings .rating:before {width: 80px;height: 16px;font-size: 16px;content: '\e923\e923\e923\e923\e923';}
.product__available {font-size: 1rem;text-align: right;}
.available__true {display: block;color: #fda800;}
.available__true .goodsModRestValue {display: none;}
.available__false {display: none;color: #afafaf;}
.empty .available__true {display: none;}
.empty .available__false {display: block;}
.products__grid .product__name {height: 3rem;}
.product__name {margin-top: 0.5rem;font-size: 18px;line-height: 1.5rem;max-height: 4.5rem;overflow: hidden;display: block;}
.product__name:hover {color: #0086b7;}
.product__name a:hover {color: #0086b7;}
.product__item .price__now {margin-top: 0.5rem;margin-right: 1rem;font-size: 18px;font-weight: bold;display: inline-block;}
.product__item .price__old {margin-top: 0.5rem;color: #fda800;display: inline-block;}
.empty .price__now, .empty .price__old {color: #a8a8a8;}
.quickview {display: none !important;}
.product__links {margin-top: 0.5rem;width: 100%;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;}
.product__links a {margin: 0 1px;font-size: 1.5rem;width: 60px;height: 60px;line-height: 60px;text-align: center;border-radius: 5px;display: flex;align-items: center;justify-content: center;}
.product__links a:hover, .product__links a.added {background-color: #fda800;color: #FFFFFF;}
.product__item:hover .product__links {opacity: 1;}
@media all and (max-width: 1679px) {
.product__image .product__img {height:200px;}
}
@media all and (max-width: 1439px) {
.product__image .product__img {height:250px;}
}
@media all and (max-width: 1199px) {
.products__grid .product__item {width: calc(25% - 1rem);}
}
@media all and (max-width: 991px) {
.product__image .product__img {height:222.22222222222px;}
.products__grid .product__item {width: calc(33.333333% - 1rem);}
.product__links {opacity: 1;padding: 0.5rem 0;position: relative;justify-content: flex-start;}
.product__links a {width: 40px;height: 40px;line-height: 45px;margin: 0 1px;}
.product__available {display: none;}
}
@media all and (max-width: 767px) {
}
@media all and (max-width: 640px) {
.products__grid .product__item {width: calc(50% - 1rem);}
}
@media all and (max-width: 480px) {
.product__image .product__img {height:166.66666666667px;}
}
/*** Товары списком ***/
.products__list .product__item {margin: 0;padding: 1rem;border-radius: 5px;border-width: 1px;border-style: dashed;border-color: transparent transparent #dddddd transparent;}
.products__list .product__item:hover {border-color: #fda800;}
.products__list .product__item form {display: flex;align-items: center;flex-wrap: wrap;}
.products__list .product__image {border: 0;}
.products__list .product__image a {width: 80px;height: 100px;}
.products__list .product__image img {max-width: 80px;max-height: 100px;}
.products__list .product__ico {top: 0;left: 0;}
.products__list .product__name {margin: 0;padding: 0 1rem 0 2rem;width: calc(60% - 80px);max-height: 7.5rem;}
.products__list .product__price {margin: 0;padding: 0 1rem;width: calc(40% - 42px);}
.products__list .product__links {opacity: 1;width: auto;margin: 0;position: relative;justify-content: flex-start;flex-direction: column;}
.products__list .product__links a {width: 40px;height: 40px;line-height: 45px;margin: 1px 0;}
.products__list .price__old {display: block;margin: 0.5rem 0 0 0;}
.products__list .product__available {margin-top: 0.75rem;text-align: left;}
@media all and (max-width: 480px) {
.products__list .product__name {width: calc(100% - 80px);}
.products__list .product__links {flex-direction: row;}
.products__list .product__price {width: calc(100% - 120px);padding: 0;}
.products__list .price__old {display: inline-block;margin: 0 0 0 0.5rem;}
}
/*** Категории ***/
#catalog .catalog__item {display: flex;flex-wrap: wrap;}
#catalog .catalog__item .catalog__image {display: none;width: 210px;height: 300px;}
#catalog .catalog__item .catalog__image img {max-width: 210px;max-height: 300px;width: auto;}
#catalog .catalog__item + .catalog__item {margin-top: 0.75rem;}
#catalog .catalog__item a {font-size: 18px;line-height: 1;display: flex;flex-wrap: wrap;align-items: flex-start;width: 100%;}
#catalog .catalog__item a:hover {color: #0086b7;}
#catalog .catalog__item[data-level="0"] {border: 1px dashed #dddddd;border-radius: 5px;}
#catalog .catalog__item[data-level="0"]:hover {border: 1px dashed #fda800;}
#catalog .catalog__link[data-level="0"] {width: 100%;}
#catalog .catalog__link[data-level="0"] > .catalog__image {display: flex;align-items: center;justify-content: center;}
#catalog .catalog__link[data-level="0"] > .catalog__name {width: calc(100% - 210px);max-height: 94px;font-size: 1.5rem;font-weight: 500;padding: 1rem 2rem;}
#catalog .sub[data-level="1"] {position: absolute;top: 100px;left: 210px;width: calc(100% - 230px);height: 170px;padding: 0 2rem;overflow-x: auto;}
#catalog .sub[data-level="2"] {display: none;}
#catalog .sub[data-level="1"]::-webkit-scrollbar {width: 0.5rem;height: 0;}
#catalog .sub[data-level="1"]::-webkit-scrollbar-thumb {border-radius: 0.5rem;background-color: #fda800;}
#catalog .sub[data-level="1"]::-webkit-scrollbar-track {border-radius: 0.5rem;background-color: #dddddd;}
@media all and (max-width: 480px) {
#catalog .catalog__link[data-level="0"] > .catalog__name {width: 100%;font-size: 1.25rem;}
#catalog .catalog__link[data-level="0"] > .catalog__image {display: none;}
#catalog .sub[data-level="1"] {position: relative;top: auto;left: auto;margin-bottom: 1rem;width: 98%;}
}
/*** Новости ***/
#news [class^="news_list_"] {display: none;}
#news [class^="news_list_"].active {display: block;}
#news .news__title {font-size: 18px;line-height: 1.5rem;max-height: 4.5rem;overflow: hidden;display: block;}
#news .news__text {display: none;}
#news .news__more {margin-top: 0.5rem;color: #fda800;font-size: 18px;display: block;}
#news .news__more:hover {color: #000000;}
#news .news__image {margin-bottom: 2.5rem;height: 280px;position: relative;display: flex;align-items: center;justify-content: center;}
#news .news__image img {width: auto;}
#news .news__date {position: absolute;bottom: -1.75rem;left: 1.5rem;}
#news .news__date .day {padding: 0.5rem 1rem;background-color: #fda800;color: #FFFFFF;font-size: 1.5rem;border-radius: 5px;display: inline-block;}
#news .news__date .month {margin-left: 0.5rem;font-size: 1rem;vertical-align: middle;}
#news .news__content {padding-left: 1.5rem;}
@media all and (max-width: 1199px) {
#news .news__image {height: 210px;}
}
@media all and (max-width: 991px) {
#news .news__image {height: 170px;}
}
@media all and (max-width: 640px) {
#news .news__image {height: 200px;}
}
@media all and (max-width: 480px) {
#news .news__image {height: auto;}
}
/*** Левая часть. Сайдбар. ***/
.sidebar__block {margin-bottom: 2rem;}
.sidebar__block:last-child {margin-bottom: 0;}
.sidebar__title {margin-bottom: 1.5rem;padding: 1rem 2rem;font-size: 1.5rem;font-weight: 500;line-height: 1.2;background-color: #f4f4f4;border-radius: 5px;display: block;position: relative;text-align: center;}
.sidebar__block.compare {display: none;}
.sidebar__block.favorites {display: none;}
.sidebar__block.compare.hasItems {display: block;}
.sidebar__block.favorites.hasItems {display: block;}
@media all and (max-width: 1439px) {
.sidebar__block.catalog {display: none;}
}
/*** Промо ***/
.promo__image {height: 570px;background-color: #e8f1f7;background-repeat: no-repeat;background-size: contain;background-position: center 110%;}
.promo__title {font-size: 30px;font-weight: bold;padding: 3rem;}
.promo__button {margin: 0 3rem;}
@media all and (max-width: 1439px) {
.promo__image {height: auto;padding-bottom: 3rem;background-position: right center;}
}
@media all and (max-width: 991px) {
.promo__image {background-position: right bottom;background-size: 180px;}
}
@media all and (max-width: 480px) {
.promo__title {padding: 2rem;}
.promo__button {margin: 0 2rem;}
}
/*** Наш сервис ***/
.service__item {margin-bottom: 1rem;display: flex;align-items: flex-start;flex-wrap: wrap;}
.service__icon {font-size: 60px;width: 80px;color: #fda800;}
.service__content {width: calc(100% - 80px);padding-right: 1rem;}
.service__title {font-size: 18px;font-weight: 500;margin-bottom: 0.25rem;}
@media all and (max-width: 1439px) {
.service__items {display: flex;flex-wrap: wrap;}
.service__item {width: 33.333333%;align-items: center;margin-bottom: 0;}
}
@media all and (max-width: 767px) {
.service__item {width: 100%;}
.service__item + .service__item {margin-top: 1rem;}
}
/*** Хиты продаж ***/
/*.sidebar .product__ico {display: none;}*/
.sidebar .product__links {display: none;}
.sidebar .product__ratings {display: none;}
.sidebar .product__item + .product__item {margin-top: 1.5rem;}
.sidebar .product__item form {display: flex;flex-wrap: wrap;align-items: center;}
.sidebar .product__image {border: 0;}
.sidebar .product__image a {width: 80px;height: 110px;}
.sidebar .product__image img {max-width: 80px;max-height: 110px;width: auto;}
.sidebar .product__shop {width: calc(100% - 80px);padding: 0 1rem;}
.sidebar .product__name {margin: 0 0 0.5rem 0;height: auto;max-height: 3rem;}
.sidebar .price__old {display: block;margin: 0.5rem 0 0 0;}
.sidebar .owl-nav [class^="owl-"] {position: absolute;top: calc(50% - 25px);background: transparent;color: #000000;}
.sidebar .owl-nav [class^="owl-"]:hover {color: #fda800;}
@media all and (max-width: 1439px) {
.sidebar .owl-item > div {display: flex;flex-wrap: wrap;}
.sidebar .products__grid.owl-carousel .product__item {width: 33.333333%;}
.sidebar .product__item + .product__item {margin: 0;}
}
@media all and (max-width: 767px) {
.sidebar .products__grid.owl-carousel .product__item {width: 100%;}
.sidebar .product__item + .product__item {margin: 1.5rem 0 0 0;}
}
/*** Промо ***/
.sidebar .catalog__item + .catalog__item {margin-top: 1.5rem;}
.sidebar .catalog__item a {font-size: 18px;display: flex;align-items: center;}
.sidebar .catalog__item .sub {display: none;margin-top: 0.75rem;padding-left: 1rem;}
.sidebar .catalog__item .open {margin-left: 0.25rem;width: 30px;height: 30px;line-height: 30px;text-align: center;z-index: 9;}
.sidebar .catalog__item .open:before {content: "\e912";font-family: 'icomoon';font-size: 0.75rem;}
/*** Подвал ***/
footer {background-color: #202020;color: #FFFFFF;}
footer a {color: #FFFFFF;}
footer a:hover {color: #fda800;}
footer .separator {width: 1px;height: 40px;border-left: 1px dotted #FFFFFF;margin: 0 2rem;}
footer .mainnav__list a {font-size: 18px;margin: 0 0 1rem 0;display: block;}
footer .catalog__items a {font-size: 18px;margin: 0 0 1rem 0;display: block;}
.footer__top {padding: 2rem 0;border-bottom: 1px dashed #fda800;}
.footer__middle {padding: 2rem 0;border-bottom: 1px dashed #fda800;}
.footer__bottom {padding: 2rem 0;}
.footer__block {width: 20%;padding: 0 1rem;}
.footer__block:last-child {width: 40%;}
.footer__title {font-size: 1.5rem;margin-bottom: 1.5rem;}
.footer__text {margin-top: 2rem;font-size: 18px;}
/** Подвал. Контакты **/
.footer__contacts {width: 55%;display: flex;flex-wrap: wrap;align-items: center;}
.footer__contacts .contacts__icon .icon-phone span:not(.path1):before {color: #FFFFFF;}
.footer__contacts .contacts__icon .icon-mail span:not(.path5):before {color: #FFFFFF;}
.footer__contacts .contacts__icon .icon-newspaper span:not(.path6):not(.path7):before {color: #FFFFFF;}
.footer__contacts .contacts__block .fancybox__link span {border-color: #FFFFFF;}
.footer__contacts .contacts__block:hover .fancybox__link span {border-color: #0086b7;}
.footer__contacts .contacts__block.subscribe .contacts__content span {font-weight: normal;max-width: 120px;display: block;white-space: normal;}
/** Подвал. Подписаться **/
footer #subscribe {width: 45%;}
footer .form__field {position: relative;display: flex;align-items: center;}
footer .form__input {padding: 0 13rem 0 1.5rem;height: 60px;}
footer .form__button {height: 100%;padding: 0 5rem;position: absolute;right: -1px;line-height: 1;border: 0;}
footer .form__button:hover {background-color: #353535;}
/** Подвал. Соц Сети **/
.social__links {margin-top: 1.5rem;}
.social__links span {display: none;}
.social__links a {width: 60px;height: 60px;line-height: 64px;margin: 0.5rem 0.25rem 0 0;border-radius: 5px;background-color: #353535;color: #676767;font-size: 1.5rem;text-align: center;vertical-align: middle;display: inline-block;}
.social__links a:hover {background-color: #fda800;color: #FFFFFF;}
/** Подвал. Соц Сети **/
.payments {margin-top: 1.5rem;}
.payments i {width: 60px;height: 60px;line-height: 64px;margin: 0.5rem 0.25rem 0 0;border-radius: 5px;background-color: #353535;color: #676767;font-size: 1.5rem;text-align: center;vertical-align: middle;display: inline-block;}
.payments i:hover {background-color: #fda800;color: #FFFFFF;}
/** Подвал. Контакты **/
.footer__middle .contacts__block {margin-bottom: 1rem;font-weight: normal;}
.footer__middle .contacts__icon {width: auto;margin: 0 0.5rem 0 0;color: #fda800;font-size: 18px;}
.footer__middle .contacts__icon + .contacts__content {width: auto;}
.footer__middle .contacts__content a {margin: 0 0 0.5rem 0;}
.footer__middle .contacts__phone:after {content: ',';display: inline-block;}
.footer__middle .contacts__phone:last-child:after {display: none;}
/** Подвал. Копирайт **/
.copyright div {font-size: 18px;color: #a8a8a8;display: inline-block;}
@media all and (max-width: 1680px) {
.footer__contacts {width: 60%;}
footer #subscribe {width: 40%;}
footer .form__input {padding: 0 9rem 0 1.5rem;}
footer .form__button {padding: 0 2rem;}
.footer__block:first-child {width: 30%;}
.footer__block:last-child {width: 30%;}
}
@media all and (max-width: 1439px) {
.footer__contacts {width: 70%;}
footer #subscribe {width: 30%;}
}
@media all and (max-width: 1199px) {
.footer__block {width: 50%;}
.footer__block:first-child, .footer__block:last-child {width: 50%;}
.footer__block:nth-child(-n+2) {margin-bottom: 2rem;}
.footer__contacts {width: 100%;}
.footer__contacts .contacts__block {flex-grow: 1;}
footer #subscribe {width: 100%;margin-top: 1.5rem;}
}
@media all and (max-width: 991px) {
footer .separator {margin: 0 1rem;}
footer .contacts__icon {margin-right: 1rem;}
}
@media all and (max-width: 767px) {
footer .separator {display: none;}
.footer__contacts .contacts__block {width: 50%;margin-bottom: 2rem;}
.footer__contacts .contacts__block.subscribe {width: 100%;}
.footer__contacts .contacts__block.subscribe .contacts__content span {max-width: 100%;}
}
@media all and (max-width: 640px) {
.footer__block {width: 100%;}
.footer__block:first-child {width: 100%;}
.footer__block:last-child {width: 100%;margin-top: 2rem;}
.footer__contacts .contacts__block {width: 100%;}
footer #subscribe {margin-top: 0;}
}
@media all and (max-width: 480px) {
.footer__middle .contacts__phone:after {content: ',';display: none;}
.footer__middle .contacts__block.phone .contacts__content {width: 100%;}
.footer__middle .contacts__block.phone .contacts__content a {display: block;margin: 0.5rem 0 0 0;}
}
/*** Категории в каталоге ***/
.categories__list {display: flex;flex-wrap: wrap;}
.categories__item {width: calc(50% - 2rem);margin: 0 1rem 2rem 1rem;display: flex;flex-wrap: wrap;border: 1px dashed #dddddd;padding: 1rem;border-radius: 5px;}
.categories__item:hover {border: 1px dashed #fda800;}
.categories__image {width: 200px;}
.categories__image img {max-width: 200px;}
.categories__content {width: calc(100% - 200px);padding: 0 2rem;}
.categories__name {max-height: 72px;font-size: 1.5rem;line-height: 1;font-weight: 500;margin-bottom: 1.5rem;overflow: hidden;display: block;word-break: break-word;}
.categories__name:hover {color: #0086b7;}
.categories__desc {height: 144px;overflow-x: auto;}
@media all and (max-width: 991px) {
.categories__item {width: 100%;}
}
@media all and (max-width: 480px) {
.categories__image {width: 100px;}
.categories__image img {max-width: 100px;}
.categories__content {width: calc(100% - 100px);padding: 0 0 0 1rem;}
.categories__name {margin-bottom: 1rem;font-size: 1.25rem;}
.categories__desc {height: 90px;}
}
/*** Верхний блок, изменяющий отображение данных выдачи товаров ***/
.toolbar {background-color: #ffefcf;border-radius: 5px;padding: 1rem;}
.toolbar.bottom {margin-top: 2rem;}
.toolbar .form__toolbar {display: flex;flex-wrap: wrap;align-items: center;}
.form__toolbar .selectBox select {font-weight: bold;}
.show-by {margin-left: 2rem;}
.view__type {flex-grow: 1;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.view__icon {width: 50px;height: 50px;border: 0;font-size: 1rem;background-color: #FFFFFF;border-radius: 5px;display: flex;align-items: center;justify-content: center;}
.view__icon:hover, .view__icon.active {background: #fda800;color: #FFFFFF;}
.view__icon + .view__icon {margin-left: 1rem;}
@media all and (max-width: 640px) {
.form__toolbar.hasFilters .view__type {width: 100%;justify-content: flex-start;margin-top: 1rem;}
}
@media all and (max-width: 480px) {
.sort-by {width: 100%;margin-bottom: 1rem;}
.show-by {margin: 0;}
}
/** Фильтры **/
#filters {display: none;position: relative;}
#filters.opened {display: block;z-index: 11;position: fixed;left: 0;top: 0;width: 300px;height: 100%;background: #FFFFFF;border-right: 1px solid #fda800;overflow-x: auto;}
#filters .block__title {margin-bottom: 0;}
.form__filters {display: flex;align-items: flex-end;flex-wrap: wrap;}
.filter__item {margin: 0.5rem 1rem;width: 100%;}
.filter__name {display: block;margin-bottom: 0.25rem;}
.filters-price {width: 100%;padding: 0 1rem 1rem 1rem;}
.filters__buttons {margin: 0.5rem 1rem;}
.filters__buttons .button {line-height: 50px;}
.filters__icon {margin-left: 2rem;height: 50px;padding: 0 2.5rem 0 1rem;background-color: #FFFFFF;border: 1px solid #dddddd;border-radius: 5px;font-size: 1rem;font-weight: 500;cursor: pointer;position: relative;display: flex;align-items: center;}
.filters__icon:after {content: '\e912';font-family: 'icomoon';position: absolute;right: 1rem;line-height: 1;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;pointer-events: none;box-sizing: border-box;}
.filters__icon:hover:after {color: #fda800;}
.filters__icon.hasFilters {border-color: #fda800;}
.filters__icon.hasFilters:after {color: #fda800;}
/* Фильтр Цены */
.filters-price .filter__items {max-height: 100%;overflow: visible;margin-top: 0;}
.filters-price .inputText {display: inline-block;height: 30px;line-height: 30px;text-align: center;color: #000000;padding: 0 3px;border: 0;background: transparent;}
.filters-price .separator {display: inline-block;width: 25px;height: 1px;margin: 0 5px;vertical-align: middle;background: transparent;}
.filters-price #goods-filter-price-slider {width: 100%;max-width: 300px;position: relative;border: 0;height: 6px;margin: 1rem 0.5rem 1rem 0px;background: #e2e6f1;cursor: pointer;}
.filters-price .ui-slider-horizontal .ui-slider-handle {top: -5px;}
.filters-price .ui-slider-handle {position: absolute;width: 16px;height: 16px;border-radius: 5px;background: #fda800;margin: 0 0 0 -1px;z-index: 2;}
.filters-price .ui-slider-handle:last-child {left: auto;right: 0;margin-left: -4px;}
.filters-price .ui-slider-handle.ui-state-hover, .filters-price .ui-slider-handle.ui-state-focus {background: #fda800;cursor: pointer;}
.filters-price .ui-slider .ui-slider-range {position: absolute;top: 0;height: 6px;background: #fda800;border: 1px solid #fda800;border-radius: 0;cursor: pointer;}
.priceSlider {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;align-items: center;}
.goodsFilterPriceSubmit {display: none;align-items: center;}
.goodsFilterPriceSubmit .button {margin-right: 1rem;}
.goodsFilterPriceSubmit i {margin-right: 0.5rem;}
.hasFilters .goodsFilterPriceSubmit {display: flex;}
.filters__buttons {display: none;}
.hasFilters .filters__buttons {display: block;}
.goodsFilterPriceRangePointers {flex-grow: 1;padding-left: 3rem;}
@media all and (max-width: 640px) {
.filters__icon {margin-left: 1rem;}
}
/*** Товар ***/
.productView {width: 100%;display: flex;flex-wrap: wrap;align-items: flex-start;}
/** Товар: Изображение **/
.productView__imageBox {width: 40%;padding-right: 1rem;position: relative;display: flex;flex-wrap: wrap;align-items: flex-start;}
.productView__image {width: 100%;background: #fff;position: relative;overflow: hidden;}
.productView__image > a {height: 100%;min-height: 200px;max-height: 600px;display: flex;align-items: center;justify-content: center;}
.productView__image img {max-width:100%;max-height: 600px;}
/** Товар: Доп. Изображение **/
.thumblist {display: none;overflow: hidden;padding: 2rem 0 0 0;width: 100%;}
.thumblist.show {display: block;}
.thumblist__items {display: flex;flex-wrap: wrap;width: 100%;}
.thumblist__item a {background: #ffffff;margin: 0 auto;display: flex;align-items: center;justify-content: center;width:120px;height:120px;}
.thumblist .thumblist__item img {width: auto;}
/** Товар: Основное описание **/
.productView__shop {width: 60%;padding-left: 1rem;position: relative;}
.productView__shop > div {margin-bottom: 2rem;}
.productView__more {display: none;}
.productView__name {display: none;margin-bottom: 1.5rem;font-size: 24px;font-weight: bold;line-height: 2rem;max-height: 6rem;overflow: hidden;}
.productView__campaign {display: inline-block;margin-right: 2rem;}
.productView__campaign div {color: #000000;background-color: #fda800;cursor: default;padding: 1rem 3rem;font-size: 20px;border-radius: 5px;text-align: center;}
.productView__text {max-height: 4.5rem;overflow: hidden;}
.productView__price {display: flex;align-items: flex-end;flex-wrap: wrap;width: 100%;}
.productView__price [class^="price__"] {font-weight: 800;display: flex;align-items: center;}
.productView__price .price__now {font-size: 30px;margin-right: 2rem;}
.productView__price .price__old {font-size: 18px;font-weight: normal;}
.productView__box {width: 100%;margin-bottom: 2rem;display: flex;align-items: center;flex-wrap: wrap;}
.productView__ratings {display: flex;flex-wrap: wrap;align-items: center;}
.productView__ratings .ratings__label {color: #fda800;text-decoration: underline;}
.productView__ratings .ratings + .productView__available {margin-left: 2rem;}
.productView__available {font-size: 1rem;}
.productView__links {display: flex;align-items: center;}
.productView__links a {font-size: 30px;display: inline-block;line-height: 1;}
.productView__links a + a {margin-left: 2rem;}
.productView__links a.added {color: #fda800;}
.productView__addto {display: flex;flex-wrap: wrap;align-items: center;}
.productView__qty {margin-right: 2rem;}
.productView__addto .add-cart {padding: 0 1rem;border-color: transparent;flex-grow: 1;display: flex;align-items: center;justify-content: center;}
.productView__addto .add-cart + .add-cart {margin-left: 2rem;}
.productView__addto .add-cart:after {display: none;}
.productView__addto .add-cart span {display: inline-block;}
.productView__notify {display: none;}
.productView__notify .add-notify {display: flex;align-items: center;margin-right: 1.625rem;border-color: transparent;}
.productView__notify .add-notify span {display: inline-block;}
.productView__notify .add-notify:after {margin-left: 1rem;font-size: 30px;}
.productView__form {background-color: #ffefcf;border-radius: 5px;padding: 2rem;}
.productView__qty.qty a {border: 0;}
.productView__description .htmlDataBlock {font-size: 18px;}
/* Модификации */
.goodsModificationsBlock {display: flex;flex-wrap: wrap;margin: 0 -0.5rem 0.5rem -0.5rem;}
.goodsModificationsBlock select {border-color: #FFFFFF;}
.goodsModificationsProperty label {display: block;margin-bottom: 0.25rem;font-size: 1rem;}
.goodsModificationsProperty {margin: 0 0.5rem 1rem 0.5rem;flex-grow: 1;}
.goodsModDescription {width: 100%;margin-bottom: 0.5rem;padding: 0 10px;overflow: hidden;word-break: break-word;}
/* Товар: Нет в наличии */
.empty .productView__notify {display: inline-block;}
.empty .add-cart {display: none;}
.empty .productView__qty {display: none;}
@media all and (max-width: 1439px) {
.productView__imageBox {width: 50%;}
.productView__shop {width: 50%;}
.productView__addto .add-cart + .add-cart {margin: 1rem 0 0 0;}
}
@media all and (max-width: 1199px) {
}
@media all and (max-width: 991px) {
.productView__imageBox {width: 100%;padding: 0;}
.productView__shop {width: 100%;padding: 2rem 0 0 0;}
.productView__addto .add-cart + .add-cart {margin: 0 0 0 1rem;}
.productView__qty {margin-right: 1rem;}
}
@media all and (max-width: 767px) {
.productView__ratings {width: 100%;margin: 1rem 0 0 0;}
.productView__form {padding: 1rem;}
}
@media all and (max-width: 640px) {
.productView__addto .add-cart + .add-cart {margin: 1rem 0 0 0;width: 100%;}
.productView__links {flex-wrap: wrap;}
.productView__campaign {display: block;margin: 0 0 2rem 0;width: 100%;}
}
@media all and (max-width: 480px) {
.productView__price .price__now {font-size: 24px;}
.productView__addto .add-cart {width: 100%;margin-top: 1rem;}
.ratings__total {display: none;}
}
@media all and (max-width: 374px) {
.productView__price .price__old {line-height: 30px;}
}
/** Табы Описание, Хар-ки, Доставка, Отзывы **/
.productView__tabs > div {margin-top: 2rem;}
.productView__tabs .block__title {padding: 1rem;background-color: #f4f4f4;border-radius: 5px;}
/* Товар: Характеристики */
.features__items {display: flex;flex-wrap: wrap;align-items: center;}
.features__item {margin: 0 1rem 1rem 1rem;width: calc(50% - 2rem);font-size: 18px;font-weight: 500;position: relative;display: flex;flex-wrap: nowrap;justify-content: space-between;align-items: flex-end;}
.features__name {flex-grow: 1;background-image: url("/design/d556235/dot.png?design=marketplace&lc=1750247577");background-repeat: repeat-x;background-position: 0 100%;}
.features__name span {position: relative;overflow: hidden;background: #FFFFFF;padding: 0 0.5rem 1px 0;}
.features__value {padding: 0 0 0 0.5rem}
@media all and (max-width: 1199px) {
.features__item {width: 100%;}
}
@media all and (max-width: 480px) {
.features__item {font-size: 1rem;font-weight: normal;align-items: center;}
.features__name {width: 50%;}
.features__value {width: 50%;}
}
/* Товар: Доставка */
.delivery__items {display: flex;flex-wrap: wrap;}
.delivery__item {width: calc(50% - 2rem);margin: 0 1rem 2rem 1rem;}
.delivery__name {font-size: 18px;font-weight: bold;margin-bottom: 1rem;}
.delivery__index {margin-right: 1rem;}
.delivery__index:after {content: ".";}
.delivery__text {margin-bottom: 1rem;word-break: break-all;}
.delivery__item .delivery__price {font-weight: normal;margin: 0;}
.delivery__item .delivery__price strong {margin-left: 4px;}
.zone__open {display: flex;align-items: center;color: #fda800;font-size: 18px;font-weight: 400;margin-top: 1rem;}
.zone__open:after {content: "\e927";font-family: 'icomoon';font-size: 1rem;margin-left: 1rem;line-height: 1;}
.zone__open.active:after {content: "\e92c";}
.zone__list {display: none;}
.zone__list > div {margin-top: 1rem;}
.zone__list .delivery__name {margin-bottom: 0.5rem;}
.zone__list .zone__price {margin-top: 0.25rem;}
@media all and (max-width: 767px) {
.delivery__item {width: 100%;}
}
.productView__tabs .productView__opinion {margin: 0;}
.productView__opinion {display: flex;flex-wrap: wrap;}
.productView__opinion .block__title {width: 100%;}
.opinion__round {width: 100%;margin-bottom: 2rem;}
.opinion__round .rating__label {font-size: 18px;font-weight: 500;margin-top: 1rem;}
/* Отзывы: Список */
.opinion__items {width: 50%;padding-right: 2rem;}
.opinion__item {display: none;margin-bottom: 2rem;background-color: #f4f4f4;border-radius: 5px;padding: 1.5rem;}
.opinion__item:nth-child(-n+3), .opinion__item.show {display: flex;flex-wrap: wrap;align-items: center;}
.opinion__name {font-size: 1rem;font-weight: bold;margin-right: 2rem;display: inline-block;}
.opinion__ratings {margin-right: 2rem;display: inline-block;}
.opinion__date {color: #929bb0;display: inline-block;}
.opinion__text {line-height: 20px;margin-top: 1rem;width: 100%;}
.opinion__delete {margin-top: 1rem;}
/* Отзывы: Добавление */
.opinion__addForm {width: 50%;padding-left: 2rem;}
.opinion__addForm.full {width: 100%;padding: 0;}
.opinion__form {background-color: #ffefcf;padding: 2rem;border-radius: 5px;}
.opinion__label {font-size: 2rem;font-weight: bold;margin-bottom: 1.5rem;}
.opinion__labelText {margin-bottom: 1.5rem;}
.opinion__block {position: relative;margin-bottom: 2rem;}
.opinion__block:last-child {margin-bottom: 0;}
.opinion__block input, .opinion__block textarea {border: 0;}
.opinion__block label {display: none;}
.opinion__block i {position: absolute;right: 5rem;top: 1rem;font-size: 24px;color: #fda800;cursor: pointer;}
.opinion__block.rating {padding: 0;display: flex;flex-wrap: wrap;align-items: center;}
.opinion__block.rating .goodsOpinionRating {margin-left: 1rem;}
.opinion__block.rating span {font-size: 1rem;font-weight: bold;}
.opinion__block .captcha__image {position: absolute;top: 0;right: 0;}
@media all and (max-width: 991px) {
.opinion__addForm {width: 100%;padding: 0;}
.opinion__items {width: 100%;padding: 0;}
}
@media all and (max-width: 480px) {
.opinion__date {display: block;margin-top: 0.5rem;}
.opinion__form {padding: 1rem;}
}
/*** Сопутствующие товары, С этим товаром смотрят ***/
.related > div {margin-top: 2rem;}
/*** Модальные окна ***/
#fancybox__callback {max-width: 400px}
#fancybox__feedback {max-width: 400px}
.fancybox-content {max-width: 900px}
.modal__content .form__fields {justify-content: space-between;}
.modal__content .form__fields .form__field {width: 100%;}
.modal__content .form__field + .form__field {margin-top: 2rem;}
.modal__content .form__buttons {text-align: center;}
.modal__content .form__buttons .button {width: 100%;}
@media all and (max-width: 640px) {
.modal__content .form__field + .form__field {margin: 1rem 0 0 0;}
.modal__content .form__buttons {margin-top: 1rem;}
}
/*** Быстрый просмотр ***/
.fancybox-content .quick {display: none;}
.fancybox-content .productView__addto .add-cart {margin: 0 0 1rem 0;}
.fancybox-content .productView__qty {margin-bottom: 0.5rem;}
.fancybox-content .productView__notify .add-notify {width: 100%;margin: 0;}
.productViewQuick .productView__more {display: block;width: 100%;text-align: center;margin-top: 1rem;}
.productViewQuick .productView__name {display: block;}
.productViewQuick .thumblist__item a {width: 100px;height: 100px;}
.productViewQuick .thumblist__item img {max-width: 100px;max-height: 100px;}
/*** Добавление модификации товара ***/
.productViewMod {max-width: 340px;}
.productViewMod .productView__links {display: none;}
.productViewMod .productView__box {display: none;}
.productViewMod .productView__articles {display: none !important;}
.productViewMod .productView__available {display: none;}
.productViewMod .productView__imageBox {display: none;}
.productViewMod .productView__campaign {display: none;}
.productViewMod .productView__shop {width: 100%;padding: 0;}
.productViewMod .productView__addto .add-cart {width: 100%;margin: 1rem 0 0 0;}
.productViewMod .productView__ratings {display: none;margin: 0;width: 100%;}
.productViewMod .ratings__total {display: none;}
.productViewMod .ratings__label {display: none;}
.productViewMod .productView__text {display: none;}
.productViewMod .productView__campaign div {padding: 1rem 2rem;}
@media all and (max-width: 1199px) {
.productViewQuick .productView__more a {white-space: normal;line-height: 1.5;padding: 1rem;}
}
@media all and (max-width: 480px) {
.fancybox-content {padding: 2rem;}
.fancybox-content .productView__price .price__old {display: block;margin: 1rem 0 0 0;width: 100%;}
.fancybox-content .productView__articles + .productView__available {width: 100%;margin: 1rem 0 0 0;}
}
	/******************************************************************************
	*******************************************************************************/
/******************************************************************************
Адаптивная часть
*******************************************************************************/
.col-fx-12{width:100%}
.col-fx-11{width:91.66666667%}
.col-fx-10{width:83.33333333%}
.col-fx-9{width:75%}
.col-fx-8{width:66.66666667%}
.col-fx-7{width:58.33333333%}
.col-fx-6{width:50%}
.col-fx-5{width:41.66666667%}
.col-fx-4{width:33.33333333%}
.col-fx-3{width:25%}
.col-fx-2{width:16.66666667%}
.col-fx-1{width:8.33333333%}
@media all and (max-width: 767px) {
.scroll {width: 100%;overflow-x: scroll;margin-bottom: 1rem;}
.scroll::-webkit-scrollbar {width: 0;height: 1rem;}
.scroll::-webkit-scrollbar-thumb {border-radius: 0.5rem;background-color: #fda800;}
.scroll::-webkit-scrollbar-track {border-radius: 0.5rem;background-color: #dddddd;}
}
@media all and (min-width: 480px) {
.container {min-width: 450px;}
}
@media all and (min-width: 768px) {
.container {width: 750px;}
}
@media all and (min-width: 992px) {
.container {width: 970px;}
}
@media all and (min-width: 1200px) {
.container {width: 1170px;}
}
@media all and (min-width: 1439px) {
.container {width: 1360px;}
}
@media all and (min-width: 1680px) {
.container {width: 1580px;}
}
@media all and (max-width: 1680px) {
}
@media all and (max-width: 1439px) {
}
@media all and (max-width: 1199px) {
}
@media all and (max-width: 991px) {
}
@media all and (max-width: 767px) {
}
@media all and (max-width: 640px) {
}
@media all and (max-width: 480px) {
}
@media all and (max-width: 374px) {
}
/******************************************************************************
  Фиксы для браузеров
*******************************************************************************/
.IE .owl-carousel .animated {animation-duration:0;animation-fill-mode:both}
.Firefox .inputText {-moz-appearance: textfield;}
@supports (-ms-ime-align:auto) {
.remove, .nav-prev, .nav-next, .owl-nav .owl-prev, .owl-nav .owl-next, .owl-dots .owl-dot, .pages li span, a, a:hover
{-webkit-transition: all 0s ease;-moz-transition: all 0s ease;-o-transition: all 0s ease;-ms-transition: all 0s ease;transition: all 0s ease;}
}
/******************************************************************************
  Если не работает JS
*******************************************************************************/
.nojs #back-top, .nojs .quickview, .nojs .filters-price #goods-filter-price-slider {display: none;}
.nojs .owl-carousel {display: block;}
