html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}
body {position: relative;font-family: 'Nunito', sans-serif;font-size: 14px;line-height: 1.3;font-weight: 400;background-color: #edf2ff;color: #001b59;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: 116px;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: #cecece;}
::-webkit-scrollbar-track {border-radius: 0;background-color: #f3f3f3;}
/* Настройки максимальных размеров генерируемых изображений */
.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=glamour') 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;}
/*** Инпут поля ***/
input, select, textarea {display: block;width: 100%;height: 50px;line-height: 50px;padding: 0 1.5rem;background-color: #ffffff;border-width: 1px;border-style: solid;border-color: #e0e0e0;border-radius: 20px;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;}
@media all and (max-width: 640px) {
input, select, textarea {padding: 0 1rem;}
}
input:focus, select:focus, textarea:focus {outline: 0;border-color: #9664b9;}
input:focus + i, select:focus + i, textarea:focus + i {color: #9664b9;}
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: 68px;background: #ffffff;border-radius: 20px;border: 5px solid #ffffff;display: flex;align-items: center;justify-content: flex-start;}
.selectBox:after {content: '\e90b';font-family: 'icomoon';position: absolute;top: 0;right: 0;line-height: 1;color: #ffffff;border-radius: 20px;background-color: #925ab5;width: 58px;height: 58px;background-repeat: no-repeat;background-size: 20px;background-position: center center;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;pointer-events: none;box-sizing: border-box;}
.selectBox:hover:after {background-color: #8da5db;}
.selectBox select, .selectBox .select {padding: 0 4rem 0 1.5rem;border: 0;font-size: 1rem;font-weight: bold;height: 58px;line-height: 1;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
/* Текст в не активном инпуте */
::-webkit-input-placeholder {color: #a6a1bb;}
::-moz-placeholder          {color: #a6a1bb;}
:-moz-placeholder           {color: #a6a1bb;}
:-ms-input-placeholder      {color: #a6a1bb;}
:focus::-webkit-input-placeholder {color: #001b59;transition: opacity .3s ease;}
:focus::-moz-placeholder          {color: #001b59;transition: opacity .3s ease;}
:focus:-moz-placeholder           {color: #001b59;transition: opacity .3s ease;}
:focus:-ms-input-placeholder      {color: #001b59;transition: opacity .3s ease;}
/* Ошибка в инпуте */
input.error, textarea.error {border-color: #eb5c5e;}
input.error::-webkit-input-placeholder {color: #eb5c5e;}
input.error::-moz-placeholder          {color: #eb5c5e;}
input.error:-moz-placeholder           {color: #eb5c5e;}
input.error:-ms-input-placeholder      {color: #eb5c5e;}
textarea.error::-webkit-input-placeholder {color: #eb5c5e;}
textarea.error::-moz-placeholder          {color: #eb5c5e;}
textarea.error:-moz-placeholder           {color: #eb5c5e;}
textarea.error:-ms-input-placeholder      {color: #eb5c5e;}
/* Ошибка в инпуте */
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: #eb5c5e;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);}
/*** Вспомогательные классы ***/
a {color: #001b59;text-decoration:none;cursor:pointer;transition: all 0.3s ease;outline:0;}
a:hover, a:active {color: #9664b9;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;}
dt, dd {line-height: 1.5;}
.required em {color: #eb5c5e;}
.noscript {position: relative;text-align: center;background-color: #9664b9;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: #9664b9 !important;}
.blockquote {padding: 0 0 0 1rem;margin: 0 0 1.5rem;border-left: 3px solid #9664b9;text-align: left;line-height: 25px;}
.DescriptionBlock {margin: 2rem 0;}
.htmlDataBlock {overflow: hidden;}
.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;}
.form__pp a {text-decoration: underline;}
/* Оверлей. Темный фон */
#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: #8da5db;border-color: #8da5db;color: #ffffff;}
.warning {background-color: #b30020;border-color: #b30020;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: 140px;height: 20px;font-size: 0;display: inline-block;position: relative;vertical-align: middle;line-height: 0;text-indent: -999em;overflow: hidden;}
.ratings:before {width: 140px;height: 20px;font-size: 20px;color: #8da5db;line-height: 1;white-space:nowrap;display:inline-block;font-family: 'icomoon';content: '\e92a\20\e92a\20\e92a\20\e92a\20\e92a';}
.ratings .rating {height: 20px;position: absolute;float: left;left: 0;top: 0;overflow: hidden;}
.ratings .rating:before {width: 140px;height: 20px;font-size: 20px;color: #ffbd22;line-height: 1;white-space:nowrap;display:inline-block;font-family: 'icomoon';content: '\e92a\20\e92a\20\e92a\20\e92a\20\e92a';}
.stars {overflow: hidden;}
.star {display:block;width:20px;height: 20px;line-height: 20px;font-size: 20px;white-space: nowrap;color: #8da5db;float:left;cursor: pointer;zoom:1;}
.star:after {content: '\e92a';font-family: 'icomoon';}
.fullStar {color: #ffbd22;}
.tmp_fs {color: #ffbd22;}
.tmp_es {color: #8da5db;}
/* END jQuery.Rating Plugin CSS */
/*** Показать пароль ***/
.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: #eb5c5e;}
/*** Квадратный чекбокс ***/
input.square, .CompareCheckbox {display: block;position: relative;width: 1.5rem;height: 1.5rem;margin: 0 1rem 0 0;padding: 0;border: 1px solid #e0e0e0;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: #9664b9;border-color: #9664b9;}
input.square:after, .CompareCheckbox:after {content: "\e876";font-family: 'Material Icons';font-size: 1.125rem;color: #fff;display: block;line-height: 1.5rem;}
/*** Таблицы ***/
.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 #e0e0e0;line-height: 1.125rem;padding: 0.75rem 0.625rem;text-align: center;}
.table-box thead td, .table-box tfoot td {background-color: #fbfbfb;border: 1px solid #e0e0e0;line-height: 1.125rem;padding: 0.75rem;text-align: center;color: #999999;}
.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;}
/*** Предзагрузчик ***/
.preloader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #edf2ff;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-width: 5px;border-style: solid;border-color: #9664b9 transparent #9664b9 transparent;border-radius: 50%;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);}
}
/******************************************************************************
  Кнопки
*******************************************************************************/
.button, button, .paymentFormSubmitLink, .paymentFormTbodySubmitButton {display: inline-block;position: relative;padding: 0 2rem;line-height: 58px;color: #fff;background: #8da5db;font-size: 1rem;font-weight: 700;font-family: 'Nunito', sans-serif;text-transform: none;border-width: 5px;border-style: solid;border-color: #ffffff;border-radius: 20px;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.added, button:hover, button.added, .paymentFormSubmitLink:hover, .paymentFormTbodySubmitButton:hover {color: #ffffff;background: #925ab5;box-shadow: none;}
.button2 {color: #ffffff;background: #925ab5;}
.button2:hover, .button2.added {color: #fff;background: #8da5db;}
.button3 {color: #ffffff;background: #e192e5;}
.button3:hover, .button3.added {color: #ffffff;background: #925ab5;}
.button4 {color: #8da5db;background: transparent;border: 0;border-bottom: 1px solid #8da5db;box-shadow: none;text-transform: none;line-height: 1;padding: 0;}
.button4:hover, .button4.added {color: #925ab5;background: transparent;border-color: #925ab5;}
.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: #925ab5;font-size: 1rem;font-weight: 700;margin-top: 1rem;display: flex;align-items: center;transition: all 0.3s ease;}
.more:hover {color: #ffbe31;}
.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-compare, .add-favorites, .quickview {color: #925ab5;}
.add-compare:hover, .add-favorites:hover, .quickview:hover {color: #001b59;}
.add-compare.added, .add-favorites.added {color: #001b59;}
.add-favorites:before {content: '\e917';}
.add-compare:before {content: '\e914';}
.add-cart:after, .add-mod:after {content: "\e90f";}
.add-notify:after {content: "\e922";}
/*** Навигация ***/
.navigation > div, .owl-nav [class^="owl-"] {width: 50px;height: 50px;background: #FFFFFF;border-radius: 100%;color: #915cb6;font-size: 1.25rem;line-height: 2rem;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;}
.navigation .prev, .owl-nav .owl-prev {float: left;left: 0;}
.navigation .next, .owl-nav .owl-next {float: right;right: 0;}
.navigation .prev:before, .owl-nav .owl-prev:before {content: '\e90c';}
.navigation .next:before, .owl-nav .owl-next:before {content: '\e90d';}
.navigation div:hover, .owl-nav [class^="owl-"]:hover {background: #925ab5;color: #FFFFFF;}
.navigation div.disable, .navigation div.disable:hover {cursor: default;color: #dddddd;}
.owl-nav.disabled {display: none;}
/*** Иконки Новинка, Хит, Скидка ***/
.product__ico {transform: rotate(-90deg);width: 24px;height: 80px;position: absolute;top: calc(50% - 20px);left: 0;display: flex;align-items: center;flex-direction: row;}
.product__ico label {display: none;}
.product__ico span {padding: 0 1rem;line-height: 24px;border-radius: 0 0 18px 18px;font-size: 14px;color: #fff;text-transform: uppercase;display: flex;align-items: center;justify-content: center;}
.ico__sales {background: #78001f;}
.ico__sales:before {content: 'Акция';}
.ico__sale {background: #ffc000;}
.ico__sale:before {content: 'Sale';}
.ico__best {background: #c10016;}
.ico__best:before {content: 'Хит';}
.ico__new {background: #04524d;}
.ico__new:before {content: 'New';}
/*** Цена ****/
.price__now {font-size: 1.25rem;font-weight: 800;line-height: 1;white-space: nowrap;}
.price__now:after {display: none;font-size: 80%;line-height: 1;font-family: "icomoon";font-weight: 400;}
.price__old {color: #a2b9ed;font-size: 1rem;font-weight: 800;line-height: 1;white-space: nowrap;text-decoration: line-through;}
.price__old:after {display: none;font-size: 80%;line-height: 1;font-family: "icomoon";font-weight: 300;}
.RUB .price__now:after, .RUB .price__old:after {content: "Р";display: none;}
.RUB .price__now span + span, .RUB .price__old span + span {display: none;}
/******************************************************************************
*******************************************************************************
*******************************************************************************/
/*** Иконки ***/
[class*="__icon"] {position: relative;width: 68px;height: 68px;font-size: 30px;color: #FFFFFF;border: 5px solid #FFFFFF;border-radius: 20px;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;cursor: pointer;}
.catalog__icon {width: 220px;height: 58px;padding: 0 1.5rem 0 1.25rem;background-color: #8da5db;font-size: 1rem;border: 0;font-weight: bold;cursor: pointer;}
.catalog__icon:hover, .catalog__icon.opened {background: #925ab5;}
.catalog__icon i {font-size: 20px;}
.catalog__icon .catalog__label {margin-left: 1.5rem;}
.icon-catalog {display: flex;align-items: center;justify-content: center;}
.icon-filters2 {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 25'%3E%3Cpath d='M3 14c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3zm16 0c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3zM2.5 0h1c.3 0 .5.2.5.5v24c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5V.5c0-.3.2-.5.5-.5zm8 0h1c.3 0 .5.2.5.5v24c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5V.5c0-.3.2-.5.5-.5zm8 0h1c.3 0 .5.2.5.5v24c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5V.5c0-.3.2-.5.5-.5zM11 5c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3z' fill='%23fff'/%3E%3Ccircle cx='11' cy='8' r='3' fill='%23ffbd22'/%3E%3C/svg%3E");}
@media all and (max-width: 991px) {
.catalog__icon {width: 58px;padding: 0;justify-content: center;}
.catalog__icon .catalog__label {display: none;}
}
/*** Выпадающее меню ***/
.dropdown__content {opacity: 0;height: 0;position: absolute;top: -2rem;left: 0;width: 360px;background: #fff;border-radius: 20px;overflow: hidden;z-index: 11;transition: top 0.3s linear;}
.dropdown__content.opened {opacity: 1;height: auto;top: 0;}
.dropdown__open {position: relative;cursor: pointer;}
@media all and (min-width: 768px) {
.dropdown:hover .dropdown__content {opacity: 1;height: auto;top: 0;}
#addto .dropdown:hover .dropdown__content {left: 100px;border: 5px solid #ffffff;padding: 2rem;}
}
@media all and (max-width: 640px) {
.dropdown__content {left: 0;right: auto;}
}
@media all and (max-width: 480px) {
.dropdown__content {width: 288px;}
}
/*** Корзина, Избранное, Сравнение, Телефон ***/
#addto {position: sticky;top: 1.25rem;z-index: 11;}
#addto .container {padding-left: 1rem;position: relative;}
#addto .addto__links {width: 100px;position: absolute;top: 0;left: 1rem;z-index: 2;}
#addto .addto__links > div {margin-bottom: 1.25rem;}
#addto .addto__label [data-count] {position: absolute;top: -1rem;right: -1rem;width: 2rem;height: 2rem;color: #fff;font-size: 14px;background: #925ab5;border-radius: 100%;display: flex;align-items: center;justify-content: center;}
#addto .dropdown__content {width: 530px;background: #edf2ff;}
#addto .dropdown__content.opened {left: 100px;border: 5px solid #ffffff;padding: 2rem;}
#addto [class*="__icon"] {background-color: #ffffff;color: #925ab5;border: 0;}
#addto [class*="__icon"]:hover, #addto [class*="__icon"].opened {background-color: #e192e5;color: #ffffff;}
#addto .cart__icon {background-color: #e192e5;color: #ffffff;}
#addto .cart__icon:hover, #addto .cart__icon.opened {background-color: #925ab5;}
/* Контакты */
#addto .callback__icon {background-color: #ffbd22;color: #ffffff;}
#addto .callback__icon:hover, #addto .callback__icon.opened {background-color: #925ab5;}
#addto #addtoCallback.dropdown__content {top: auto;bottom: 1.25rem;left: -1px;padding: 0;border: 0;background: #ffffff;}
.addto__contacts {display: flex;flex-wrap: wrap;align-items: center;}
.addto__contacts .contacts__block {display: flex;flex-wrap: wrap;align-items: center;}
.addto__contacts .contacts__block + .contacts__block {margin-left: 1rem;}
#addto .addto__contacts [class*="__icon"] {background: #ffbe31;color: #ffffff;border: 5px solid #ffffff;}
#addto .addto__contacts [class*="__icon"]:hover {background: #925ab5;}
.addto__contacts .content {width: calc(100% - 68px);padding: 0 1rem 0 1.5rem;line-height: 24px;}
.addto__contacts .more {font-size: 14px;margin-top: 0.25rem;white-space: nowrap;}
.addto__contacts .addto__close {position: absolute;right: 0;width: 55px;height: 68px;color: #fff;background: #e192e5;border: 5px solid #fff;border-radius: 0 20px 20px 0;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;}
.addto__contacts .addto__close:hover {background: #925ab5;cursor: pointer;}
/* Каталог */
#addto .catalog {opacity: 1;}
#addto .catalog__icon {background: #8da5db;color: #ffffff;width: 68px;height: 68px;}
#addto .catalog__icon:hover, #addto .catalog__icon.opened {background: #925ab5;}
#addto #addtoCatalog.dropdown__content {width: 1038px;}
#addto .catalog__items {position: relative;}
#addto .catalog__item a {font-size: 1rem;padding: 1rem 1.5rem;border-radius: 20px;display: inline-block;}
#addto .catalog__item a:hover, #addto .catalog__item a.opened {background: #FFFFFF;}
#addto .catalog__item .open {margin-left: 0.25rem;vertical-align: middle;width: 30px;height: 30px;line-height: 30px;display: inline-block;text-align: center;}
#addto .catalog__item .open:before {content: "\e934";font-family: 'icomoon';font-size: 1.25rem;}
@media all and (min-width: 992px) {
#addto .catalog__item .sub {display: none;position: absolute;top: 0;height: 100%;overflow-x: auto;}
#addto .catalog__item .sub[data-level="3"] {display: none !important;}
#addto .catalog__item:hover > .sub {display: block;}
#addto .catalog__item[data-level="0"]:hover > .sub[data-level="1"] {left: 33%;width: 66%;}
#addto .catalog__item[data-level="1"]:hover > .sub[data-level="2"] {left: 50%;width: 50%;}
#addto .catalog__item a {max-width: 240px;}
}
@media all and (max-width: 1199px) {
#addto #addtoCatalog.dropdown__content {width: 838px;}
#addto #addtoCatalog.dropdown__content.open {padding: 1rem;}
}
@media all and (max-width: 991px) {
#addto #addtoCatalog.dropdown__content {width: 300px;}
#addto .dropdown__content.opened {max-height: calc(100vh - 134px - 82px);overflow-y: auto;}
#addto .dropdown__content::-webkit-scrollbar {width: 0.5rem;height: 0;}
#addto .dropdown__content::-webkit-scrollbar-thumb {border-radius: 0.5rem;background-color: #925ab5;}
#addto .dropdown__content::-webkit-scrollbar-track {border-radius: 0.5rem;background-color: #edf2ff;}
#addto .catalog__item .sub {display: none;padding-left: 1rem;}
#addto .catalog__item a {padding: 1rem;}
#addto .catalog__item .open.opened:before {content: "\e937";}
}
@media all and (max-width: 767px) {
.container {padding-left: 1rem;}
footer {padding-bottom: 82px;}
#addto {position: fixed;bottom: 0;top: auto;width: 100%;background: #d8e3ff;padding: 1rem 0;}
#addto .addto__links {width: 100%;position: relative;left: auto;display: flex;align-items: center;}
#addto .addto__links > div {margin: 0 1.5rem 0 0;}
#addto .addto__links > div:last-child {margin: 0;}
#addto .catalog {opacity: 1;}
#addto [class*="__icon"] {width: 50px;height: 50px;font-size: 24px;}
#addto .addto__label [data-count] {width: 1.5rem;height: 1.5rem;font-size: 12px;top: -0.5rem;right: -0.5rem;}
#addto .dropdown__content.opened {top: auto;left: 0;bottom: 66px;}
#addto #addtoCallback.dropdown__content {left: 0;bottom: 66px;padding: 1rem;}
.addto__contacts .content {width: calc(100% - 50px);}
}
@media all and (max-width: 640px) {
#addto .dropdown__content {width: 100%;}
#addto .dropdown__content.opened {padding: 1rem;}
#addto .addto__qty a {width: 30px;height: 30px;}
#addto .addto__qty input {width: 36px;height: 30px;}
#addto .button {padding: 0 1.5rem;}
.addto__contacts {flex-direction: column;align-items: flex-start}
.addto__contacts .contacts__block + .contacts__block {margin: 1rem 0 0 0;}
.addto__contacts .addto__close {height: 100%;top: 0;}
#addto #addtoCallback.dropdown__content {width: 300px;}
#addto #addtoCatalog.dropdown__content {width: 300px;}
}
@media all and (max-width: 480px) {
#addto .addto__links {justify-content: space-between;}
#addto .addto__links > div {margin: 0 0.625rem 0 0;}
#addto .addto__contacts [class*="__icon"] {border: 0;}
}
@media all and (max-width: 376px) {
#addto #addtoCallback.dropdown__content {width: 100%;}
}
/** Добавленные **/
.addto__items {max-height: 300px;overflow-y: auto;}
.addto__items::-webkit-scrollbar {width: 0.5rem;height: 0;}
.addto__items::-webkit-scrollbar-thumb {border-radius: 0.5rem;background-color: #925ab5;}
.addto__items::-webkit-scrollbar-track {border-radius: 0.5rem;background-color: #edf2ff;}
.addto__item {display: flex;flex-wrap: wrap;align-items: center;margin-bottom: 2rem;}
.addto__image {width: 120px;height: 120px;background: #ffffff;border-radius: 20px;display: flex;align-items: center;justify-content: center;}
.addto__image img {border-radius: 20px;}
.addto__shop {width: calc(100% - 120px);padding: 0 0.5rem 0 1.5rem;}
.addto__name {font-size: 1rem;margin-bottom: 0.5rem;display: block;line-height: 1.25rem;max-height: 2.5rem;overflow: hidden;}
.addto__mod {display: none;font-size: 12px;margin-top: 0.5rem;}
.addto__priceBox {margin-top: 2rem;display: flex;align-items: center;justify-content: space-between;}
.addto__priceBox .addto__price {flex-grow: 1;}
.addto__qty {margin-right: 1rem;}
.addto__remove {line-height: 1;color: #925ab5;font-size: 30px;transition: all 0.3s ease;display: flex;}
.addto__remove:before {content: '\e926';font-family: 'icomoon';}
.addto__remove:hover {color: #e192e5;}
.addto__remove span {display: none;}
.addto__qty input {width: 40px;height: 30px;padding: 0 0.25rem;}
.addto__qty a {width: 30px;height: 30px;}
.addto__title {font-size: 1.25rem;}
.addto__empty {display: block;text-align: center;}
.addto__empty .button {margin: 1rem 0 0 0;}
.addto__empty .addto__title {display: block;}
.addto__buttons {display: none;justify-content: space-between;align-items: center;}
.hasItems .addto__buttons {display: flex;}
.hasItems .addto__empty {display: none;}
@media all and (max-width: 767px) {
.addto__items {max-height: 100%;overflow: visible;}
}
@media all and (max-width: 480px) {
.addto__image {width: 60px;height: 60px;}
.addto__image img {max-width: 60px;max-height: 60px;}
.addto__shop {width: calc(100% - 60px);}
.addto__priceBox {margin-top: 0.75rem;flex-wrap: wrap;}
.addto__cart .addto__priceBox .addto__price {width: 100%;margin-bottom: 0.75rem;}
.addto__buttons {flex-direction: column;}
.addto__buttons a, .addto__empty a {width: 90%;line-height: 48px;}
.addto__buttons a + a {margin-top: 1rem;}
}
/*** Модальные окна ***/
.fancybox-content {padding: 2rem;background: #edf2ff;border-radius: 20px;max-width: 800px;}
.fancybox-slide--html .fancybox-close-small {border-radius: 100%;background: #FFFFFF;color: #001b59;}
.fancybox-slide--html .fancybox-close-small:hover {color: #925ab5;}
.modal__title .title {padding: 1rem 1.25rem;color: #ffffff;background: #ffbe31;border: 5px solid #fff;border-radius: 20px;display: flex;align-items: center;justify-content: center;}
@media all and (max-width: 480px) {
.fancybox-content {padding: 1rem;}
}
/*** Модальный Обратный звонок ***/
#fancybox__callback, #fancybox__feedback, #fancybox__notify {background: #edf2ff;max-width: 540px;}
#fancybox__notify .modal__content .form__field {width: 100%;}
.modal__content .form__fields {margin-bottom: 1rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
.modal__content .form__field {width: calc(50% - 0.5rem);height: 68px;background: #FFFFFF;padding: 5px;border-radius: 20px;display: flex;flex-wrap: wrap;align-items: center;position: relative;}
.modal__content .form__field.error i {color: #eb5c5e;}
.modal__content .form__fields input {border: 0;height: 58px;padding: 0 1rem 0 3.5rem;border-radius: 20px;}
.modal__content .form__fields i {position: absolute;left: 1rem;color: #ffbe31;font-size: 30px;z-index: 2;}
.modal__content .form__fields.error i {color: #eb5c5e;}
.modal__content .textarea {border-radius: 20px;}
.modal__content .form__buttons {text-align: center;margin-top: 1rem;}
.modal__content .form__pp {font-size: 12px;margin-top: 1rem;text-align: center;}
@media all and (max-width: 640px) {
.modal__content .form__field {width: 100%;}
.modal__content .form__field + .form__field {margin-top: 1rem;}
}
/*** Добавление в корзину ***/
.noty__addto {background: #ffffff;border: 5px solid #fff;border-radius: 20px;display: flex;align-items: center;flex-wrap: wrap;}
.noty__addto i {width: 110px;height: 110px;border-radius: 20px;color: #fff;font-size: 2.5rem;display: flex;align-items: center;justify-content: center;}
.noty__addto a {color: #001b59;font-weight: bold;}
.noty__message {width: calc(100% - 110px);padding: 1rem 1rem 1rem 2rem;}
#noty_layout__topCenter {width: 460px;}
.noty_type__success i {background: #8da5db;}
.noty_type__warning i {background: #e192e5;}
.icon-warning:before {content: "\e926";}
.icon-check:before {content: "\e917";}
.noty_type__success a, .noty_type__success a:visited, .noty_type__success a:focus, .noty_type__success a:hover {color: inherit;}
/*** Основные блоки ***/
section {margin: 2rem 0;}
@media all and (max-width: 640px) {
}
/*** Заголовки ***/
.block__title {margin-bottom: 2rem;position: relative;}
.block__title .title {font-size: 30px;font-weight: bold;}
/* Заголовки на странице */
#page__title .block__title {margin-bottom: 1.5rem;}
/* Заголовки с навигацией */
.block__nav {margin-bottom: 1.75rem;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.block__nav .owl-nav {width: 120px;}
/* Заголовки с переключением */
.nav__tabs {display: flex;flex-wrap: wrap;}
.nav__tab {color: #8da5db;margin: 0 1rem;transition: all 0.3s ease;}
.nav__tab:first-child {margin-left: 0;}
.nav__tab:last-child {margin-right: 0;}
.nav__tab.active, .nav__tab:hover {color: #001b59;cursor: pointer;}
@media all and (max-width: 991px) {
.block__title {margin-bottom: 1rem;}
}
@media all and (max-width: 640px) {
.block__title .title {font-size: 24px;}
.block__nav {padding: 0 2.5rem;justify-content: center;}
.block__nav .owl-nav {width: auto;}
.block__nav .owl-nav [class^="owl-"] {position: absolute;top: calc(50% - 1rem);background: transparent;height: 2rem;width: 2rem;color: #001b59;}
.block__nav .owl-nav [class^="owl-"]:hover {color: #915cb6;}
.nav__tabs {justify-content: center;}
.nav__tab:first-child {margin-left: 1rem;}
.nav__tab:last-child {margin-right: 1rem;}
}
@media all and (max-width: 480px) {
.modal__title .title {font-size: 21px;}
}
/*** Шапка ***/
header {padding: 2rem 0;}
header .container {padding-left: 1rem;}
header .inner {align-items: center;}
/* Меню */
header .menu {padding-right: 2rem;order: 1;position: relative;}
header .menu__icon {background-color: transparent;color: #001b59;border: 0;transition: all 0.3s ease;}
header .menu__icon:hover {color: #ffffff;background: #ffbe31;}
header .menu__content {top: 0;width: 288px;margin: 0;z-index: 12;}
header .menu__title {padding: 1rem 1.25rem;color: #ffffff;background: #ffbe31;border: 5px solid #fff;border-radius: 20px;display: flex;align-items: center;}
header .menu__title i {font-size: 24px;}
header .menu__title span {font-size: 1rem;font-weight: bold;padding: 0 1.25rem;flex-grow: 1;}
header .menu__title span + i {cursor: pointer;transition: all 0.3s ease;}
header .menu__title span + i:hover {color: #9259b5;}
header .mainnav__list {padding: 0.625rem 0;}
header .mainnav__item {display: block;padding: 0.625rem 1.5rem;font-size: 1rem;line-height: 1.25rem;}
/* Логотип */
header .logo {order: 2;}
.logo {padding-right: 2rem;max-width: 272px;text-align: left;}
.logo a {font-size: 30px;font-weight: 800;text-transform: uppercase}
.logo img {display: none;}
/* Личный кабинет */
header .users {padding-left: 2rem;order: 4;}
header .users__icon {background-color: #8da5db;font-size: 24px;border: 0;}
header .users__icon:hover {background: #ffbe31;color: #ffffff;}
/** Каталог в Поиске **/
header .header__inner {width: calc(100% - 222px - 200px);background: #FFFFFF;padding: 5px;height: 68px;border-radius: 20px;display: flex;flex-wrap: wrap;order: 3;}
/** Поиск **/
header .search {width: calc(100% - 220px);position: relative;order: 3;}
header .search input {border: 0;}
.search__form {position: relative;display: flex;align-items: center;}
.search__input {padding: 0 5rem 0 2rem;height: 58px;line-height: 58px;}
.search__submit {position: absolute;top: 0;right: 0;padding: 0;line-height: 1;border: 0;border-radius: 20px;background-color: #ffbe31;width: 58px;height: 58px;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;}
.search__submit:hover {background: #925ab5;cursor: pointer;}
.search__submit i {font-size: 24px;color: #FFFFFF;}
.search__reset {display: none;align-items: center;position: absolute;right: 4rem;top: 0;height: 100%;cursor: pointer;}
.search__filled .search__reset {display: flex;}
.search__loading .lds-ring {display: block;}
.lds-ring {display: none;position: absolute;left: 0;width: 2rem;height: 2rem;}
.lds-ring div {display: block;position: absolute;width: 1rem;height: 1rem;margin: 0.375rem;border-width: 2px;border-style: solid;border-color: #ffbe31 transparent transparent transparent;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);}
}
/** Поисковая выдача **/
#search__result {display: none;width: calc(100% + 220px);max-height: 410px;position: absolute;right: 0;margin-top: 1rem;padding: 1rem;background: #fff;border-radius: 20px;overflow-y: auto;z-index: 3;}
#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: #9664b9;}
#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: 60%;flex-grow: 1;padding: 0 1rem;}
#search__result .result__category {width: 40%;flex-grow: 1;padding: 0 1rem;border-right: 1px solid #ccd2c2;}
#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 {margin-top: 1rem;padding: 0 1rem;width: 100%;color: #8da5db;}
#search__result .result__showAll:hover {color: #925ab5;}
#search__result .result__showAll a {display: inline-block;}
#search__result::-webkit-scrollbar {width: 0.5rem;height: 0;}
#search__result::-webkit-scrollbar-thumb {border-radius: 0.5rem;background-color: #8da5db;}
#search__result::-webkit-scrollbar-track {border-radius: 0.5rem;background-color: #f3f3f3;}
@media all and (max-width: 1199px) {
#search__result .result__goods, #search__result .result__category {width: 100%;border: 0;padding: 0;}
#search__result .result__goods .result__item a {font-size: 14px;}
header .logo {width: 224px;}
header .header__inner {width: calc(100% - 224px - 200px);}
}
@media all and (max-width: 991px) {
header {padding: 1rem 0;}
header .logo {width: 200px;padding: 0;}
header .header__inner {width: calc(100% - 168px - 200px);}
header .search {width: calc(100% - 58px);}
header .users {padding-left: 1rem;}
header .menu {padding-right: 1rem;}
}
@media all and (max-width: 767px) {
#search__result {width: calc(100% + 10px);left: -5px;}
header .logo {width: calc(100% - 168px);text-align: center;}
header .inner {justify-content: space-between;}
header .header__inner {width: 100%;order: 4;margin-top: 1rem;}
header .catalog {display: none;}
header .search {width: 100%;}
header .users {order: 3;}
header .users__icon {background-color: transparent;color: #001b59;border: 0;}
header .users__icon:hover {background-color: transparent;color: #001b59;border: 0;}
}
@media all and (max-width: 480px) {
header .logo {width: calc(100% - 148px);}
header .logo a {font-size: 20px;}
header .header__inner {height: 48px;}
header [class*="__icon"] {width: 38px;height: 38px;font-size: 20px;}
.search__input {height: 38px;line-height: 38px;}
.search__submit {width: 38px;height: 38px;}
.search__submit i {font-size: 1rem;}
}
/** Слайдер **/
#slideshow {margin-top: 0;position: relative;max-height: 420px;overflow: hidden;}
.slider {width: 100%;position: relative;}
.slider__content {padding: 4.5rem 4rem 4.5rem 4rem;border-radius: 20px;background-repeat: no-repeat;background-size: cover;background-position: center center;background-color: #8da5db;}
.slider__image {display: none;}
.slider__title a {font-size: 36px;font-weight: bold;color: #fff;}
.slider__title span {display: block;}
.slider__subtitle {margin-top: 2rem;font-size: 1rem;color: #fff;line-height: 30px}
.slider__subtitle span {display: block;}
.slider__buttons {margin-top: 2.5rem;}
.slider__button {display: flex;align-items: center;color: #FFFFFF;transition: all 0.3s ease;}
.slider__button:hover i {color: #925ab5;cursor: pointer;}
.slider__button span {font-size: 1rem;font-weight: bold;}
.slider__button i {margin-left: 2rem;font-size: 20px;color: #925ab5;width: 50px;height: 50px;background-color: #fff;border-radius: 100%;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;}
.slider__button:hover i {background-color: #925ab5;color: #fff;cursor: pointer;}
#slideshow .owl-dots {position: absolute;right: 4rem;top: calc(50% - 25px);display: block;}
#slideshow .owl-dots .owl-dot {display: block;width: 10px;height: 10px;background: #FFFFFF;border-radius: 100%;}
#slideshow .owl-dots .owl-dot + .owl-dot {margin-top: 10px;}
#slideshow .owl-dots .owl-dot:hover, #slideshow .owl-dots .owl-dot.active {background: #feb737;}
@media all and (max-width: 991px) {
.slider__content {padding: 2rem 3rem;}
.slider__buttons {margin-top: 2rem;}
#slideshow .owl-dots {right: 3rem}
}
@media all and (max-width: 480px) {
#slideshow .owl-dots {right: 1rem;top: 3rem;}
#slideshow .slider__content {padding: 0;height: auto;background: #FFFFFF !important;}
.slider__image {display: block;}
.slider__title {padding: 1rem 0;text-align: center;}
.slider__title a {color: #001b59;font-size: 24px;}
.slider__subtitle {margin-top: 1rem;display: none;}
.slider__subtitle span {display: inline-block;}
.slider__buttons {margin-top: 1rem;display: none;}
}
/*** Каталог ***/
#catalog .catalog__items {display: flex;flex-wrap: wrap;}
#catalog .catalog__item {height: 68px;margin: 0;border: 5px solid transparent;border-radius: 20px;flex-grow: 1;display: flex;align-items: center;justify-content: center;}
#catalog .catalog__item:hover {border-color: #FFFFFF;}
#catalog .catalog__item a {color: #fff;font-size: 1rem;font-weight: bold;text-align: center;height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;}
#catalog .owl-item:nth-child(n) .catalog__item {background-color: #e192e5;}
#catalog .owl-item:nth-child(2n) .catalog__item {background-color: #925ab5;}
#catalog .owl-item:nth-child(3n) .catalog__item {background-color: #ffbe31;}
#catalog .owl-item:nth-child(4n) .catalog__item {background-color: #8da5db;}
@media all and (max-width: 480px) {
#catalog .catalog__item {height: 58px;}
}
/*** Баннеры ***/
.banners__items {display: flex;flex-wrap: wrap;justify-content: space-between;}
.banners__item {width: calc(50% - 10px);position: relative;padding: 1.75rem 2.5rem;border-radius: 20px;background-repeat: no-repeat;background-size: cover;background-position: right center;}
.banners__item:nth-child(1) {background-color: #9cb7e8;background-image: url("/design/d568930/banner1.png?design=glamour&lc=1764229505");}
.banners__item:nth-child(2) {background-color: #ffbe31;background-image: url("/design/d568930/banner2.png?design=glamour&lc=1764229505");}
.banners__title a {font-size: 28px;font-weight: bold;color: #fff;}
.banners__title span {display: block;}
.banners__subtitle {color: #fff;margin: 0.625rem 0;line-height: 24px;height: 48px;}
.banners__subtitle span {display: block;}
.banners__button {display: flex;align-items: center;color: #FFFFFF;transition: all 0.3s ease;}
.banners__button:hover {color: #9664b9;cursor: pointer;}
.banners__button span {font-size: 14px;font-weight: 400;}
.banners__button i {margin-left: 2rem;font-size: 20px;color: #925ab5;width: 50px;height: 50px;background-color: #fff;border-radius: 100%;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;}
.banners__button:hover i {background-color: #925ab5;color: #fff;cursor: pointer;}
@media all and (max-width: 991px) {
.banners__item {width: 100%;}
.banners__item:nth-child(2) {margin-top: 1.25rem;}
}
@media all and (max-width: 480px) {
.banners__subtitle {display: none;}
.banners__button {display: none;}
.banners__title a {font-size: 20px;}
}
/*** Промо ***/
.promo__items {display: flex;flex-wrap: wrap;}
.promo__item {width: 100%;margin: 0;padding: 5px;background: #FFFFFF;border-radius: 20px;}
.promo__title {font-size: 1rem;font-weight: bold;height: 58px;border-radius: 20px;background-color: #ffbe31;color: #fff;display: flex;align-items: center;justify-content: center;}
.promo__image {height: 180px;display: flex;align-items: center;justify-content: center;}
#promo .promo__image img {width: auto;}
#promo .owl-item:nth-child(n) .promo__item .promo__title {background-color: #ffbe31;}
#promo .owl-item:nth-child(2n) .promo__item .promo__title {background-color: #925ab5;}
#promo .owl-item:nth-child(3n) .promo__item .promo__title {background-color: #e192e5;}
#promo .owl-item:nth-child(4n) .promo__item .promo__title {background-color: #8da5db;}
/*** Обратная связь ***/
#callback .callback__inner {padding: 2rem 3rem;border-radius: 20px;background-color: #ffbe31;background-image: url("/design/d568930/callback.png?design=glamour&lc=1764229505");background-repeat: no-repeat;background-size: cover;background-position: center center;}
#callback .form__callback {width: 55%;color: #FFFFFF;}
#callback .callback__title {font-size: 30px;font-weight: bold;margin-bottom: 1.5rem;}
#callback .callback__subtitle span {display: block;line-height: 24px;}
#callback .form__fields {margin-top: 2rem;height: 68px;background: #FFFFFF;padding: 5px;border-radius: 20px;display: flex;flex-wrap: wrap;align-items: center;position: relative;}
#callback .form__fields.error i {color: #eb5c5e;}
#callback .form__fields input {border: 0;height: 58px;padding: 0 12rem 0 3.5rem;border-radius: 20px;}
#callback .form__fields i {position: absolute;left: 1rem;color: #ffbe31;font-size: 30px;z-index: 2;}
#callback .form__fields .form__button {background: #925ab5;position: absolute;right: 0;}
#callback .form__fields .form__button:hover {background: #8da5db;}
#callback .form__pp {display: block;font-size: 12px;margin-top: 1.25rem;}
#callback .form__pp a {color: #FFFFFF;}
@media all and (max-width: 1199px) {
#callback .form__callback {width: 65%;}
}
@media all and (max-width: 991px) {
#callback .form__callback {width: 100%;}
}
@media all and (max-width: 640px) {
#callback .callback__inner {padding: 2rem;background: #ffbe31;}
#callback .form__fields {height: auto;background: transparent;padding: 0;}
#callback .form__fields .form__button {margin-top: 1rem;position: relative;width: 100%;right: auto;height: 68px;border: 5px solid #FFFFFF;}
#callback .form__fields i {top: 1.25rem;}
#callback .form__fields input {height: 68px;border: 5px solid #FFFFFF;padding: 0 1rem 0 3.5rem;}
}
@media all and (max-width: 480px) {
#callback .callback__inner {padding: 1rem 1.5rem;}
}
/*** Контакты ***/
#contacts .contacts {display: flex;flex-wrap: wrap;align-items: flex-start}
#contacts .contacts__block {width: 25%;display: flex;flex-wrap: wrap;}
#contacts .content {width: calc(100% - 68px);padding: 0 1rem 0 1.5rem;line-height: 24px;}
#contacts .phone {display: flex;}
#contacts .phone .contacts__icon {background-color: #8da5db;}
#contacts .email .contacts__icon {background-color: #925ab5;}
#contacts .region .contacts__icon {background-color: #ffbe31;}
#contacts .work .contacts__icon {background-color: #e192e5;}
#contacts .contacts__block:hover .contacts__icon {background-color: #FFFFFF;}
#contacts .phone:hover .contacts__icon {border-color: #8da5db;color: #8da5db;}
#contacts .email:hover .contacts__icon {border-color: #925ab5;color: #925ab5;}
#contacts .region:hover .contacts__icon {border-color: #ffbe31;color: #ffbe31;}
#contacts .work:hover .contacts__icon {border-color: #e192e5;color: #e192e5;}
#contacts .more {font-size: 14px;font-weight: 800;margin-top: 0.75rem;}
@media all and (max-width: 1199px) {
#contacts .content {width: 100%;padding: 1rem 1rem 0 0;}
}
@media all and (max-width: 991px) {
#contacts .contacts__block {width: 50%}
#contacts .contacts__block:nth-child(3), #contacts .contacts__block:nth-child(4) {margin-top: 1rem;}
#contacts .content {width: calc(100% - 68px);padding: 0 1rem 0 1.5rem;}
}
@media all and (max-width: 640px) {
#contacts .contacts__block {width: 100%}
#contacts .contacts__block:nth-child(2) {margin-top: 1rem;}
}
/*** Новости ***/
.news__title {display: block;overflow: hidden;line-height: 24px;max-height: 72px;margin-top: 1rem;}
.news__text {display: none;}
.news__image {height: 244px;position: relative;display: flex;align-items: center;justify-content: flex-start;}
.news__image img {max-height: 100%;border-radius: 20px;}
#news .news__date {background: #925ab5;position: absolute;left: -32px;padding: 0 1rem;line-height: 24px;border-radius: 0 0 18px 18px;color: #fff;transform: rotate(-90deg);}
#news [class^="news_list_"] {display: none;}
#news [class^="news_list_"].active {display: block;}
@media all and (max-width: 1199px) {
.news__image {height: 194px;}
}
@media all and (max-width: 767px) {
.news__image {height: 224px;}
}
@media all and (max-width: 640px) {
.news__image {height: 224px;}
}
@media all and (max-width: 480px) {
.news__image {height: auto;}
}
/*** Подвал ***/
.footer__top {padding: 2rem 0;border-top: 5px solid #FFFFFF;border-bottom: 5px solid #FFFFFF;display: flex;flex-wrap: wrap;align-items: center;}
.footer__bottom {padding: 1.5rem 0;}
footer .catalog {margin-left: 3rem;}
footer .catalog__icon {width: 230px;height: 68px;border: 5px solid #FFFFFF;}
.payments {margin-top: 1rem;}
.payments i {font-size: 60px;color: #8da5db;opacity: 0.5;margin-right: 1rem;}
.payments i:hover {opacity: 1;}
/* Соц Сети */
.social__links {display: flex;flex-wrap: wrap;flex-grow: 1;justify-content: flex-end;}
.social__links a {color: #FFFFFF;background-color: #8da5db;}
.social__links a + a {margin-left: 1rem}
.social__links a.twitter {background-color: #8da5db;}
.social__links a.vk {background-color: #e192e5;}
.social__links a.facebook {background-color: #ffbe31;}
.social__links a.instagram {background-color: #925ab5;}
.social__links a:hover {background-color: #FFFFFF;border-color: #8da5db;color: #8da5db;}
.social__links a.twitter:hover {border-color: #8da5db;color: #8da5db;}
.social__links a.vk:hover {border-color: #e192e5;color: #e192e5;}
.social__links a.facebook:hover {border-color: #ffbe31;color: #ffbe31;}
.social__links a.instagram:hover {border-color: #925ab5;color: #925ab5;}
.social__links a span {display: none;}
@media all and (max-width: 991px) {
footer .catalog {margin-left: 0;}
footer .catalog__icon {width: 68px;}
}
@media all and (max-width: 767px) {
footer .logo {width: auto;text-align: left;padding-right: 1rem;}
}
@media all and (max-width: 640px) {
.footer__top {justify-content: space-between;padding: 1rem 0;}
.social__links {width: 100%;margin-top: 1rem;padding-top: 1rem;border-top: 5px solid #fff;justify-content: space-between;}
}
@media all and (max-width: 480px) {
.social__links a {width: 50px;height: 50px;border: 0;}
footer .copyright {text-align: center;}
}
/*** Товары на главной ***/
#pdt [id^="pdt__"] {display: none;position: relative;margin-left: -0.625rem;margin-right: -0.625rem;}
#pdt [id^="pdt__"].active {display: block;}
.index .container {position: relative;}
.products__grid.owl-carousel .product__item {display: block;width: auto;}
.products__grid.owl-carousel .owl-stage {display: flex;align-items: flex-start;padding: 5px 0;}
#pdt__sale .products__grid {margin-left: -0.625rem;margin-right: -0.625rem;}
#pdt__sale .product__item {display: none}
#pdt__sale .product__item:nth-child(-n+8) {display: block}
#pdt__sale .product__item.show:nth-child(n) {display: block}
#pdt__sale .products__buttons {text-align: center;margin: 1.25rem 0 0;}
#pdt__sales .row {margin-left: -0.625rem;margin-right: -0.625rem;}
@media all and (max-width: 1199px) {
#pdt__sale .product__item:nth-child(7), #pdt__sale .product__item:nth-child(8) {display: none;}
#pdt__sale .product__item.show:nth-child(n) {display: block;}
}
/*** Товары таблицей ***/
.products__grid {position: relative;width: 100%;display: flex;align-items: stretch;flex-wrap: wrap;justify-content: flex-start;}
.products__grid .product__item {width: calc(25% - 1.25rem);margin: 1.25rem 0.625rem 0 0.625rem;padding: 0;border: 0 solid transparent;border-radius: 20px;position: relative;background: transparent;transition: all 0.3s ease;}
.products__grid .product__item:before {content: "";opacity: 0;width: calc(100% + 10px);height: calc(100% + 10px);top: -5px;left: -5px;position: absolute;display: flex;border: 5px solid #FFFFFF;border-radius: 20px;z-index: 1;transition: all 0.3s ease;}
.products__grid .product__item:hover:before {opacity: 1;}
.products__grid .product__item:nth-child(-n+4) {margin-top: 0;}
.product__item [class^="product__form-"] {position: relative;z-index: 2;}
.product__item .product__image {position: relative;overflow: hidden;}
.product__item .product__image a {background: #FFFFFF;border-radius: 14px;position: relative;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 1px;overflow: hidden;height: 243.95003903201px;}
.product__item .product__image a img {border-radius: 20px;max-width: 100%;max-height: 100%;width: auto;}
.product__item .product__img--hover {opacity: 0;position: absolute;top: -100%;left: 0;width: 100%;height: 100%;background-color: #FFFFFF;border-radius: 20px;overflow: hidden;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;}
.product__item .product__image:hover .product__img--hover {opacity: 1;filter: alpha(opacity=100);top: 0;left: 0;}
.product__item .product__name {padding: 0.75rem 0.75rem 0.5rem 0.75rem;}
.product__item .product__name a {display: block;font-size: 1rem;line-height: 1.5rem;height: 4.5rem;overflow: hidden;}
.product__item .product__shop {display: flex;flex-wrap: wrap;align-items: center;padding: 0 0.75rem 0.75rem 0.75rem;}
.products__grid .product__price {width: calc(100% - 130px);}
.products__grid .product__price span {display: block;}
.products__grid .product__price span + span {margin-top: 0.75rem;}
.products__grid .product__price .num {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.product__item .product__addto {width: 130px;display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;}
.product__item .product__links {display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;}
.product__item .product__links a {font-size: 22px;margin-right: 0.75rem;line-height: 1;}
.product__item .product__links a span {display: none;}
.product__item .product__addCart a {margin: 0;width: 60px;height: 60px;background: #e192e5;border-radius: 100%;font-size: 24px;color: #fff;display: flex;align-items: center;justify-content: center;}
.product__item .product__addCart a:hover {background: #925ab5;color: #FFFFFF;}
.product__item .product__addCart .add-notify {background: #8da5db;}
@media all and (max-width: 1199px) {
.products__grid .product__item {width: calc(33.333333% - 1.25rem);}
.products__grid .product__item:nth-child(4) {margin-top: 1.25rem;}
}
@media all and (max-width: 991px) {
.products__grid .product__links {flex-direction: column;}
.products__grid .product__links a {font-size: 20px;}
.product__item .product__image a {height: 192.15249221782px;}
.products__grid .product__price {width: calc(100% - 82px);}
.product__item .product__addto {width: 82px;}
.product__item .product__addCart a {width: 50px;height: 50px;}
.product__item .product__name a {max-height: 3rem;}
}
@media all and (max-width: 640px) {
.products__grid .product__item {width: calc(50% - 1.25rem);}
.products__grid .product__item:nth-child(3) {margin-top: 1.25rem;}
}
@media all and (max-width: 480px) {
#pdt__sale .products__grid {margin: 0;}
.products__grid .product__links {flex-direction: row;}
.products__grid .product__item {width: 100%;}
.products__grid .product__item:nth-child(2) {margin-top: 1.25rem;}
.product__item .product__addto {width: 130px;}
.products__grid .product__price {width: calc(100% - 130px);}
}
/*** Товары списком ***/
.products__list {display: flex;flex-wrap: wrap;justify-content: space-between;}
.products__list .product__item {width: calc(50% - 10px);margin-top: 1rem;padding: 1rem;border-bottom: 5px solid #ffffff;position: relative;}
.products__list .product__item:nth-child(-n+2) {margin-top: 0;}
.products__list .product__item:before {content: "";opacity: 0;width: calc(100% + 10px);height: calc(100% + 10px);top: -5px;left: -5px;position: absolute;display: flex;border: 5px solid #FFFFFF;border-radius: 20px;z-index: 1;transition: all 0.3s ease;}
.products__list .product__item:hover:before {opacity: 1;}
.products__list .product__item:hover {border-radius: 20px;}
.products__list [class^="product__form-"] {display: flex;flex-wrap: wrap;align-items: center;}
.products__list .product__image a {width: 140px;height: 140px;border-radius: 20px;}
.products__list .product__image img {border-radius: 20px;}
.products__list .product__shop {width: calc(100% - 140px);padding: 0 0 0 2rem;}
.products__list .product__name {margin-bottom: 1rem;padding: 0;width: 100%;}
.products__list .product__name a {height: auto;max-height: 48px;}
.products__list .product__links a {margin-right: 1.5rem;}
.products__list .product__price {width: calc(100% - 160px);}
.products__list .product__price [class^="price__"]:after {content: '-';display: inline-block;font-size: 100%;font-family: inherit;font-weight: bold;}
.products__list .price__now {margin-right: 1rem;}
.products__list .price__now + .price__old {line-height: 1.5;}
.products__list .product__addto {width: 160px;}
.products__list .product__ratings {margin-top: 1rem;display: flex;flex-wrap: wrap;align-items: center;}
.products__list .product__ratings > div + div {margin-left: 2rem;}
@media all and (max-width: 1199px) {
.products__list .product__price {width: 100%;}
}
@media all and (max-width: 991px) {
.products__list .product__item {width: 100%;}
.products__list .product__price {width: calc(100% - 160px);}
}
@media all and (max-width: 640px) {
.products__list .product__price {width: 100%;}
.products__list .product__item {padding: 1rem 0;}
.products__list .product__item:before {display: none;}
}
@media all and (max-width: 480px) {
.products__list .product__shop {width: calc(100% - 90px);padding: 0 0 0 1rem;}
.products__list .product__image a {width: 90px;height: 90px;}
}
/*** Категории ***/
.categories__list + .toolbar {margin-top: 2rem;}
.categories__list {display: flex;flex-wrap: wrap;margin-left: -0.625rem;margin-right: -0.625rem;}
.categories__item {position: relative;width: calc(25% - 1.25rem);height: 100%;margin: 2rem 0.625rem 0 0.625rem;}
.categories__item:nth-child(-n+4) {margin-top: 0;}
.categories__name {margin-top: 1rem;padding: 1rem;width: 100%;line-height: 1;word-break: break-word;white-space: normal;}
.categories__image {background: #ffffff;border: 5px solid #fff;border-radius: 20px;height: 244px;position: relative;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;}
.categories__image img {border-radius: 20px;max-width: 100%;max-height: 100%;}
.categories__image:before {content: "";border-radius: 20px;display: block;width: 100%;height: 100%;position: absolute;transition: all 0.3s ease;}
.categories__item:hover .button {color: #ffffff;background: #925ab5;box-shadow: none;}
@media all and (max-width: 1199px) {
.categories__item {width: calc(33.333333% - 1.25rem);}
.categories__item:nth-child(4) {margin-top: 2rem;}
}
@media all and (max-width: 991px) {
.categories__image {height: 192px;}
}
@media all and (max-width: 640px) {
.categories__item {width: calc(50% - 1.25rem);}
.categories__item:nth-child(3) {margin-top: 2rem;}
}
@media all and (max-width: 480px) {
.categories__name {padding: 0.75rem;margin-top: 0.5rem;font-size: 14px;}
.categories__image {height: 160px;}
}
@media all and (max-width: 376px) {
.categories__image {height: 134px;}
}
/*** Хлебные крошки ***/
#breadcrumbs {display: block;position: relative;margin-bottom: 2.5rem;background: #ffffff;border-radius: 10px;overflow-x: auto;}
#breadcrumbs ul {margin: 0;padding: 0.25rem 1rem;list-style: none;display: flex;flex-wrap: nowrap;align-items: center;justify-content: flex-start;}
#breadcrumbs ul li {display: flex;align-items: center;line-height: 2rem;}
#breadcrumbs ul li:before {content: "/";font-family: 'icomoon';font-size: 1rem;display: block;margin: 0 1.25rem;}
#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: #925ab5;padding-right: 1rem;}
#breadcrumbs::-webkit-scrollbar {width: 0;height: 0.5rem;}
#breadcrumbs::-webkit-scrollbar-thumb {border-radius: 0.5rem;background-color: #925ab5;}
#breadcrumbs::-webkit-scrollbar-track {border-radius: 0.5rem;background-color: #f3f3f3;}
@media all and (max-width: 1199px) {
#breadcrumbs {margin-bottom: 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;}
.productView__image {width: 100%;min-height: 200px;max-height: 600px;background: #fff;border-radius: 20px;position: relative;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.productView__image img {border-radius: 20px;max-width:100%;max-height: 100%;}
/** Товар: Доп. Изображение **/
.thumblist {display: none;overflow: hidden;padding: 1rem 0 0 0;width: 100%;}
.thumblist.show {display: block;}
.thumblist__items {display: flex;flex-wrap: wrap;width: 100%;}
.thumblist__item a {background: #ffffff;border-radius: 20px;margin: 0 auto;display: flex;align-items: center;justify-content: center;width:120px;height:120px;}
.thumblist .thumblist__item img {width: auto;border-radius: 20px;}
/** Товар: Основное описание **/
.productView__shop {position: relative;width: 60%;padding-left: 1rem;}
.productView__name {margin-bottom: 1.5rem;font-size: 24px;font-weight: bold;line-height: 2rem;max-height: 6rem;overflow: hidden;}
.productView__campaign {margin-bottom: 1.5rem;font-size: 20px;font-weight: bold;color: #fff;padding: 2rem;border-radius: 20px;background-color: #ffbe31;background-image: url("/design/d568930/callback.png?design=glamour&lc=1764229505");background-repeat: no-repeat;background-size: cover;background-position: center center;}
.productView__articles {margin-bottom: 1.5rem;}
.productView__available {margin-bottom: 1.5rem;}
.productView__text {margin-bottom: 1.5rem;}
.productView__box {margin-bottom: 1.5rem;display: flex;flex-wrap: wrap;align-items: flex-end;}
.productView__price {margin-bottom: 0.25rem;display: flex;align-items: center;width: 100%;}
.productView__price [class^="price__"] {font-weight: 800;display: flex;align-items: center;}
.productView__price [class^="price__"]:after {content: '-';display: inline-block;margin-left: 0.5rem;font-size: 100%;font-family: inherit;}
.productView__price .price__now {font-size: 30px;}
.productView__price .price__old {font-size: 24px;margin-left: 2rem;}
.productView__ratings {width: calc(100% - 100px);display: flex;flex-wrap: wrap;align-items: flex-end;}
.productView__ratings > div + div {margin-left: 2rem;}
.productView__ratings .ratings__label {color: #925ab5;text-decoration: underline;}
.productView__links {width: 100px;}
.productView__links a {font-size: 30px;display: inline-block;line-height: 1;}
.productView__links a + a {margin-left: 2rem;}
.productView__addto {display: flex;flex-wrap: wrap;align-items: center;}
.productView__qty {margin-right: 1.625rem;}
.productView__addto .add-cart {padding: 0;margin-right: 1.5rem;border-color: transparent;flex-grow: 1;display: flex;align-items: center;justify-content: center;}
.productView__addto .add-cart + .add-cart {margin-right: 0;}
.productView__addto .add-cart:after {margin-left: 1rem;font-size: 30px;font-weight: 400;}
.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;}
/* Модификации */
.goodsModificationsBlock {display: flex;flex-wrap: wrap;margin: 0 -0.5rem 0.5rem -0.5rem;}
.goodsModificationsProperty label {display: none;}
.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;}
/* Количество */
.qty {display: flex;align-items: center;flex-wrap: nowrap;}
.qty input {width: 50px;height: 40px;line-height: 40px;background: transparent;border: 0;text-align: center;padding: 0 0.25rem;}
.qty a {font-size: 1.5rem;width: 40px;height: 40px;background: #ffffff;border-radius: 100%;display: flex;align-items: center;justify-content: center;}
.qty a:hover {background: #925ab5;color: #fff;}
.qty i {font-size: 0.75rem;}
/* Товар: Нет в наличии */
.empty .productView__notify {display: inline-block;}
.empty .add-cart {display: none;}
.empty .productView__qty {display: none;}
@media all and (max-width: 1199px) {
.productView__addto .add-cart:after {display: none;}
}
@media all and (max-width: 991px) {
.productView__imageBox {width: 100%;padding: 0;}
.productView__shop {width: 100%;padding: 2rem 0 0 0;}
}
@media all and (max-width: 767px) {
}
@media all and (max-width: 640px) {
.ratings__total {display: none;}
}
@media all and (max-width: 480px) {
.productView__price {margin-bottom: 1rem;}
.productView__links {width: 100%;margin-top: 1.5rem;}
.productView__ratings {width: 100%;}
.ratings__total {display: none;}
.productView__addto .add-cart {margin-right: 0;}
.productView__addto .add-cart.quick {width: 100%;margin-top: 1rem;}
}
/* Товар: Табы */
.productView__tabs {margin-top: 2rem;}
.tabs__nav {display: flex;align-items: center;margin: 0 -10px;}
.tab {width: calc(25% - 20px);height: 68px;margin: 0 10px 20px 10px;padding: 0 0 0 1rem;font-size: 1rem;font-weight: bold;background: #ffffff;border: 5px solid #ffffff;border-radius: 20px;display: flex;align-items: center;justify-content: space-between;transition: all 0.3s ease;}
.tab i {color: #fff;font-size: 1.75rem;width: 58px;height: 58px;border-radius: 20px;display: flex;align-items: center;justify-content: center;}
.tab[data-tab="1"] i {background: #8da5db;}
.tab[data-tab="2"] i {background: #e192e5;}
.tab[data-tab="3"] i {background: #925ab5;}
.tab[data-tab="4"] i {background: #ffbd22;}
.tab:hover, .tab.active {color: #FFFFFF;cursor: pointer;}
.tab[data-tab="1"]:hover, .tab[data-tab="1"].active {background: #8da5db;}
.tab[data-tab="2"]:hover, .tab[data-tab="2"].active {background: #e192e5;}
.tab[data-tab="3"]:hover, .tab[data-tab="3"].active {background: #925ab5;}
.tab[data-tab="4"]:hover, .tab[data-tab="4"].active {background: #ffbd22;}
.tabs__content {position: relative;padding: 1rem 0;}
.tabs__content > div {display: none;}
.tabs__content > .active {display: flex;flex-wrap: wrap;align-items: flex-start;}
/* Товар: Характеристики */
.productView__features {display: flex;flex-wrap: wrap;}
.features__item {margin: 0 1rem 1rem 0;width: calc(50% - 1rem);position: relative;display: flex;flex-wrap: nowrap;justify-content: space-between;align-items: flex-end;}
.features__item:nth-child(2n) {margin: 0 0 1rem 1rem;}
.features__name {flex-grow: 1;background-image: url("/design/d568930/dot.png?design=glamour&lc=1764229505");background-repeat: repeat-x;background-position: 0 100%;}
.features__name span {position: relative;overflow: hidden;background: #edf2ff;padding: 0 0.5rem 0 0;}
.features__value {padding: 0 0 0 0.5rem}
/* Товар: Доставка */
.delivery__item {width: 100%;margin-bottom: 2rem;}
.delivery__name {font-size: 18px;font-weight: bold;margin-bottom: 1rem;}
.delivery__index {margin-right: 2rem;}
.delivery__index:after {content: ".";}
.delivery__text {margin-bottom: 1rem;word-break: break-all;}
.delivery__price strong {margin-left: 4px;}
.zone__open {display: flex;align-items: center;font-size: 1rem;font-weight: 700;margin-top: 1rem;}
.zone__open:after {content: "\e937";font-family: 'icomoon';font-size: 1.5rem;margin-left: 1rem;line-height: 1;}
.zone__open.active:after {content: "\e935";}
.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;}
/* Товар: Отзывы */
.opinion__round {display: flex;flex-wrap: wrap;align-items: flex-end;margin-bottom: 2rem;}
.rating__value {color: #ffbd22;font-size: 3rem;font-weight: bold;line-height: 1;}
.rating__label {font-size: 1rem;margin-top: 1rem;}
.rating__roundValue {width: 120px;text-align: center;}
.rating__roundRatings {width: 320px;padding: 0 2rem;}
/* Отзывы: Список */
.opinion__items {width: 100%;}
.opinion__item {margin-bottom: 2rem;background: #FFFFFF;border-radius: 20px;padding: 1.5rem 2rem;}
.opinion__name {font-size: 1rem;font-weight: bold;margin-bottom: 1rem;}
.opinion__ratings {margin-bottom: 1rem;}
.opinion__date {color: #925ab5;margin-bottom: 1rem;}
.opinion__text {line-height: 20px;margin-top: 0.5rem;}
/* Отзывы: Добавление */
.opinion__addForm {margin-top: 1rem;width: 50%;}
.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 label {display: none;}
.opinion__block input {border: 0;height: 68px;border-radius: 20px;padding: 0 0 0 68px;}
.opinion__block textarea {border: 0;border-radius: 20px;padding: 1.5rem 0 0 68px;}
.opinion__block i {position: absolute;left: 1.5rem;top: 1.25rem;font-size: 24px;color: #ffbd22;}
.opinion__block.rating {padding: 0 1rem;display: flex;flex-wrap: wrap;align-items: center;}
.opinion__block.rating .goodsOpinionRating {margin-left: 1rem;}
.opinion__block .captcha__image {position: absolute;top: .5rem;right: 1rem;}
@media all and (max-width: 1199px) {
.opinion__addForm {width: 100%;}
}
@media all and (max-width: 991px) {
.tab {justify-content: center;padding: 0;width: 68px;}
.tab span {display: none;}
.tab.active {flex-grow: 1;width: auto;}
.tab.active span {display: inline-block;}
.features__item {width: 100%;margin: 0 0 1rem 0;}
.features__item:nth-child(2n) {margin: 0 0 1rem 0;}
.rating__roundRatings {width: 304px;padding: 0 1.5rem;}
}
@media all and (max-width: 767px) {
.rating__roundRatings {width: 278px;padding: 0 1rem;}
}
@media all and (max-width: 640px) {
.rating__buttons {margin-top: 1rem;}
.rating__roundRatings {padding: 0 0 0 2rem;}
}
@media all and (max-width: 480px) {
.tab.active span {display: none;}
.tabs__nav {margin: 0 -3px;}
.tab {margin: 0 3px 20px 3px;}
.rating__roundRatings {width: 100%;padding: 1rem 0 0 0;}
.features__value {width: 50%;}
}
/* Сопутствующие и С этим товаром смотрят */
.related > div + div {margin-top: 2rem;}
/*** Быстрый просмотр ***/
.fancybox-content.productViewBlock {max-width: 800px;padding: 2rem;}
.fancybox-content .thumblist.show {display: none;}
.fancybox-content .productView__ratings .ratings__total {display: none;}
.fancybox-content .productView__addto .add-cart {margin-right: 0;}
.fancybox-content .productView__addto .add-cart + .add-cart {display: none;margin-top: 1.5rem;}
/*** Выбор модификации при добавлении в корзину ***/
.productViewMod {width: 300px;}
.productViewMod .productView__imageBox {display: none;}
.productViewMod .productView__shop {width: 100%;padding: 0;}
.productViewMod .productView__text {display: none;}
.productViewMod .productView__ratings .ratings__label {display: none;}
.productViewMod .productView__articles {display: none;}
.productViewMod .productView__available {display: none;}
.productViewMod .productView__ratings {display: none;}
.productViewMod .productView__links {display: none;}
@media all and (max-width: 480px) {
.productViewMod .productView__qty {margin-right: 1rem;width: 120px;}
/*.fancybox-content .productView__addto .add-cart {margin-top: 1.5rem;}*/
}
/*** Фильтры ***/
.form__filters {display: none;width: 260px;margin: 1rem 0 0 0;padding: 2rem 2rem 1.5rem;background: #FFFFFF;border-radius: 20px;}
.toolbar.opened .form__filters {display: block;position: absolute;z-index: 12;}
.filter__lists {max-height: 306px;overflow-y: auto;}
.filter__lists::-webkit-scrollbar {width: 0.5rem;height: 0;}
.filter__lists::-webkit-scrollbar-thumb {border-radius: 0.5rem;background-color: #925ab5;}
.filter__lists::-webkit-scrollbar-track {border-radius: 0.5rem;background-color: #f3f3f3;}
.filter__list {margin-bottom: 1rem;}
.filter__list:last-child {margin-bottom: 0;}
.filter__name {font-weight: bold;}
.filter__name:hover {color: #925ab5;cursor: pointer;}
.filter__items {padding-left: 1rem;}
.filter__item {margin-top: 1rem;}
.filter__item input {display: none;}
.filter__item.checked {color: #925ab5;}
.filter__item.checked:before {content: "\e90d";font-family: 'icomoon';margin-right: 0.5rem;}
.filter__item:hover label {color: #925ab5;cursor: pointer}
.filter__item.disabled label {cursor: default;color: #d7d7db;}
.filters__buttons {display: none;text-align: center;margin-top: 1rem;}
.filters__buttons .button {border: 0;}
.hasFilters .filters__buttons {display: block;}
.hasFilters .filters__icon:after {background-color: #8da5db;}
/* Фильтр Цены */
.filters-price .filter__items {max-height: 100%;overflow: visible;margin-top: 0;padding: 0 1rem 0 0;}
.filters-price .inputText {display: inline-block;height: 30px;line-height: 30px;text-align: center;color: #000000;padding: 0;border: 0;}
.filters-price .separator {display: inline-block;width: 25px;height: 1px;background: #e0e0e0;margin: 0 5px;vertical-align: middle;}
.filters-price #goods-filter-price-slider {width: 100%;position: relative;border: 0;height: 5px;margin: 20px 8px 20px 0;background: #e0e0e0;cursor: pointer;}
.filters-price .ui-slider-horizontal .ui-slider-handle {top: -5px;}
.filters-price .ui-slider-handle {position: absolute;width: 14px;height: 14px;background-color: #ffbd22;border-radius: 5px;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: #ffbd22;cursor: pointer;}
.filters-price .ui-slider .ui-slider-range {position: absolute;top: 0;height: 5px;background: #ffbd22;border: 1px solid #ffbd22;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;}
.hasFilters .goodsFilterPriceSubmit {display: -ms-flexbox;display: -webkit-flex;display: flex;}
.goodsFilterPriceSubmit {width: 100%;text-align: center;display: none;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;}
.goodsFilterPriceSubmit .button {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;color: #000;background: #f3f3f7;border: 0;font-size: 11px;}
.goodsFilterPriceSubmit .button:hover {color: #fff;background: #ffbd22;}
.goodsFilterPriceSubmit .clear {display: flex;align-items: center;font-size: 11px;margin-left: 16px;}
.goodsFilterPriceSubmit i {margin-right: 8px;font-size: 11px;}
.goodsFilterPriceRangePointers {margin-top: 1rem;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;-webkit-justify-content: space-between;justify-content: space-between;}
/*** Тулбар ***/
.toolbar {margin-bottom: 2rem;}
.form__toolbar {display: flex;flex-wrap: wrap;align-items: center;}
.sort-by {width: 200px;}
.show-by {width: 140px;}
.form__toolbar > div + div {margin-left: 1rem;}
.filters__icon {width: 200px;padding: 0 4rem 0 1.5rem;color: #001b59;font-size: 1rem;font-weight: bold;justify-content: flex-start;}
.filters__icon:after {content: "";background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 25'%3E%3Cpath d='M3 14c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3zm16 0c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3zM2.5 0h1c.3 0 .5.2.5.5v24c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5V.5c0-.3.2-.5.5-.5zm8 0h1c.3 0 .5.2.5.5v24c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5V.5c0-.3.2-.5.5-.5zm8 0h1c.3 0 .5.2.5.5v24c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5V.5c0-.3.2-.5.5-.5zM11 5c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3z' fill='%23fff'/%3E%3Ccircle cx='11' cy='8' r='3' fill='%23ffbd22'/%3E%3C/svg%3E");}
.view__type {display: flex;flex-wrap: wrap;justify-content: flex-end;flex-grow: 1;}
.view__icon {background-color: #8da5db;border: 0;font-size: 20px;}
.view__icon:hover, .view__icon.active {background-color: #ffbe31;}
.view__icon + .view__icon {margin-left: 1rem;}
.products__banner {margin: 1rem 0;position: relative;}
.products__banner .slider__content {padding: 3rem;background-position: 100% 70%;background-size: cover;height: auto;}
.products__banner .slider__title {margin: 0;text-align: left;}
@media all and (max-width: 991px) {
.filters__icon {width: 68px;padding: 0;}
.sort-by {width: 195px;}
.show-by {width: 130px;}
.filters__icon span {display: none;}
}
@media all and (max-width: 640px) {
.sort-by {width: 68px;}
.sort-by .select {padding: 0 1rem;}
.show-by {width: 68px;}
.show-by .select {padding: 0 1rem;}
.show-by:after {display: none;}
}
@media all and (max-width: 480px) {
.products__banner .slider__content {padding: 2rem 1.5rem;}
.products__banner .slider__title a {font-size: 24px;color: #FFFFFF;}
.toolbar .select {width: 50px;height: 50px;}
.toolbar .selectBox:after {width: 50px;height: 50px;}
.sort-by {width: 50px;height: 50px;border: 0;}
.show-by {width: 50px;height: 50px;border: 0;}
.toolbar [class*="__icon"] {width: 50px;height: 50px;border: 0;}
.form__toolbar > div + div {margin-left: 0.5rem;}
.view__icon + .view__icon {margin-left: 0.5rem;}
}
/** Страницы **/
.toolbar.bottom {margin: 2rem 0 0 0;}
.pages {margin: 0;padding: 0;list-style: none;display: flex;align-items: center;justify-content: center;}
.pages li span {width: 50px;height: 50px;background: #FFFFFF;border-radius: 10px;font-size: 1rem;margin: 0 5px;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;cursor: pointer;}
.pages li a {line-height: 1;}
.pages li:hover span {background: #925ab5;color: #FFFFFF;}
.pages li.current span {background: #e192e5;color: #FFFFFF;}
.pages li.current {cursor: default;}
.pages li.first, .pages li.last {border-color: transparent;}
/*** Личный кабинет ***/
.client, .form__client {width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.client__blocks {width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.client__blocks + .client__blocks {margin-top: 2rem;}
.client__block {width: calc(50% - 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;}
.client__icon {margin-bottom: 2rem;display: flex;align-items: center;justify-content: space-between;}
.client__icon i {font-size: 50px;}
.client__icon span {display: block;width: calc(100% - 70px);height: 1px;background: #e4e4ea;}
@media all and (max-width: 1199px) {
.client__blocks {width: 100%;}
.client__icon {margin-bottom: 1rem;}
}
@media all and (max-width: 640px) {
.client__block {width: 100%;}
.client__block + .client__block {margin-top: 2rem;}
.client__title {margin-bottom: 1rem;}
}
/*** Формы ***/
.form__list {width: 100%;}
.form__fields {position: relative;margin-bottom: 2rem;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 {display: block;cursor: pointer;margin-bottom: 5px;}
.form__fields label em {display: none;}
.form__fields label.required em {display: inline-block;color: #eb5c5e;font-weight: bold;font-size: 1.125rem;}
.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%;padding: 1rem;}
.form__pp {font-size: 12px;margin-top: 1rem;}
@media all and (max-width: 767px) {
.form__fields {margin-bottom: 1rem;}
}
/*** ЛК Избранные товары ***/
/*.favorites__page .product__item .product__links {display: none;}
.favorites__page .product__item .product__addto {width: 60px;}
.favorites__page .products__grid .product__price {width: calc(100% - 60px);}*/
/*** ЛК История заказов (Список) ***/
.client_history .table-box {background: #FFFFFF;}
.order_info .table-box {background: #FFFFFF;}
/*** Страница: Обратный звонок ***/
.callback__page .form__fields {margin-bottom: 1rem;}
.callback__page .form__buttons {margin-top: 2rem;}
/*** Акции ***/
.promotion__campaign {margin: 2rem -0.625rem 0;}
.promotion__campaign .promotion__item {text-align: center;padding: 2rem 1rem;transition: all 0.3s ease;}
.promotion__campaign .promotion__item:hover {background-color: #8da5db;border-color: #8da5db;}
.promotion__campaign .promotion__item:hover a {color: #FFFFFF;}
.promotion__campaign .promotion__item:before {content: "";opacity: 1;width: 100%;height: 100%;top: 0;left: 0;position: absolute;display: flex;border: 5px solid #FFFFFF;border-radius: 20px;z-index: 1;transition: all 0.3s ease;}
.promotion__inner {position: relative;z-index: 2;}
.promotion__image {margin-bottom: 1rem;position: relative;}
.promotion__item .promotion__percentage {font-size: 30px;font-weight: bold;}
.promotion__name {font-size: 1.25rem;margin-bottom: 1rem;}
.promotion__date {color: #b2adb9;font-size: 14px;transition: all 0.3s ease;}
.promotion__campaign .promotion__item:hover .promotion__date {color: #FFFFFF;}
.promotion__text {margin-top: 1rem;}
/*** Просмотр акции ***/
.promotion__content {text-align: center;padding: 0;margin: 0 0 2rem 0;}
.promotion__name strong {margin-left: 0.5rem;}
/*** Страница: Список новостей ***/
.news__list .news__item {margin-bottom: 2rem;padding-bottom: 2rem;border-bottom: 1px solid #e0e0e0;}
.news__list .news__title {font-size: 1.125rem;font-weight: 700;margin: 0 0 1rem 0;}
.news__list .news__text {word-break: break-all;font-size: 0.875rem;}
.news__list .news__date {position: relative;text-align: right;}
.news__buttons {margin-top: 1.5rem;}
.newsListBlockItemFiles {margin-top: 1rem;overflow: hidden;word-break: break-all;}
.news__page .news__date {position: relative;text-align: right;margin-top: 1rem;}
.news__page .htmlDataBlock img {margin-bottom: 1rem;}
/*** Страница: Связь с администрацией ***/
.callback__page .form__buttons {margin-top: 2rem;}
.feedback__page .client__block.maps {width: 100%;margin-top: 2rem;padding: 0;}
.feedback__page .form__buttons {margin-top: 2rem;}
.feedback__page .form__pp {margin: 1rem 0;}
/* Контакты */
.feedback__page .contacts__content {margin: 0;padding: 0;list-style: none;width: 100%;}
.feedback__page .contacts__content > div {margin-bottom: 5px;}
.feedback__page .contacts__content a {display: block;padding: 5px 0;line-height: 20px;margin-bottom: 1rem;}
.feedback__page .contacts__content a b {display: none;}
.feedback__page .contacts__content a i {margin-right: 0.625rem;color: #925ab5;font-size: 1.5rem;vertical-align: middle;}
.feedback__page .contacts__content a span {vertical-align: middle;}
.feedback__page .contacts__content a .icon-skype {width: 21px;height: 1.5rem;}
/*** Страница: Сравнение ***/
.CompareGoods .buttons {margin: 2rem 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 {display: inline-block;position: relative;width: 60px;height: 30px;border-radius: 20px;background: #bfbfbf;z-index: 0;margin: 0 0.625rem 0 0;padding: 0;border: none;cursor: pointer;transition-duration: 300ms;}
.CompareGoods__switch:after {content: '';position: absolute;top: 3px;left: 3px;height: 1.5rem;width: 1.5rem;border-radius: 17px;background: #fff;transition-duration: 300ms;z-index: 1;}
.CompareGoods__switch.switch-on {background: #925ab5;}
.CompareGoods__switch.switch-on:after {left: 33px;}
.CompareGoods__nav .navigation {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 .navigation > div {position: relative;float: none;margin: 0;}
.CompareGoods .price__old {margin-right: 1rem;}
.CompareGoods .price__now {margin: 0;}
.CompareGoodsTableTbody .actions .add-notify {background: #8da5db;}
@media all and (max-width: 480px) {
.CompareGoods__filter .label {display: none;}
.CompareGoods .price__old {margin-right: 0.5rem;}
}
/* Таблицы */
.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 {width: 100%;margin-bottom: 1rem;border-top: 1px solid #e0e0e0;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 {position: absolute;top: 0;right: 0;color: #e0e0e0;z-index: 2;width: 1.5rem;height: 1.5rem;background: #ffffff;border: 1px solid #e0e0e0;border-radius: 100%;}
.CompareGoodsTableTbody .remove:hover {background: #925ab5;border-color: #ffffff;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 {background: #e192e5;padding: 0 2rem;font-size: 24px;font-weight: 400;}
.CompareGoodsTableTbody .actions .button:hover {background: #925ab5;}
.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) {
.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;}
}
/*** Корзина ***/
.cart__page .cart {display: none;}
.cart__page .cart__count {display: none;}
.related__cart {margin-top: 2rem;}
.cartItems {position: relative;}
.cartTable {display: flex;flex-wrap: wrap;align-items: flex-start;}
.cart__items {width: 60%;padding-right: 2rem;}
.cart__item {padding: 1rem 0;border-bottom: 1px solid #e0e0e0;display: flex;flex-wrap: wrap;align-items: center;}
.cart__item:first-child {border-top: 1px solid #e0e0e0;}
.cart__image {width: 120px;height: 120px;background: #FFFFFF;border-radius: 20px;display: flex;align-items: center;justify-content: center;}
.cart__image img {border-radius: 20px;}
.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: 100%;}
.cart__actions {width: 100%;margin-top: 1rem;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.cart__price {flex-grow: 1;}
.cart__name {display: block;}
.cart__art {margin-top: 1rem;font-size: 0.75rem;}
.cart__properties {margin-top: 1rem;font-size: 0.75rem;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 {display: inline-block;margin: 2rem 0 0 0;border: 0;line-height: 68px;}
.cart__delete {margin-left: 2rem;height: 30px;line-height: 1;transition: all 0.3s ease;}
.cart__delete a {color: #925ab5;font-size: 30px;}
.cart__delete a:hover {color: #e192e5;}
.cart__delete a:before {content: '\e926';font-family: 'icomoon';}
.cart__delete span {display: none;}
/* Корзина. Итого */
.cart__total {width: 40%;position: sticky;top: 0;}
.total__items {margin-bottom: 2rem;padding: 2rem;background: #FFFFFF;border-radius: 20px;}
.total__item {margin-top: 1rem;font-size: 1.125rem;display: flex;align-items: center;flex-wrap: wrap;}
.total__label {margin-right: 0.5rem;}
.total__price {font-weight: bold;}
.total__title {font-size: 2rem;margin-bottom: 2rem;}
.total__cart {padding: 2rem;background: #FFFFFF;border-radius: 20px;margin-top: 2rem;font-size: 2rem;font-weight: bold;display: flex;align-items: center;flex-wrap: wrap;}
.total__buttons {margin-top: 2rem;text-align: center;}
.total__buttons .button {border: 0;line-height: 68px;margin-left: 2rem;}
.total__payments {flex-wrap: wrap;width: 100%;}
.total__payments i {font-size: 3rem;margin-right: 2rem;color: #8da5db;}
.total__payments i:hover {color: #925ab5;}
@media all and (max-width: 1199px) {
}
@media all and (max-width: 991px) {
.cart__items {width: 100%;padding: 0;}
.cart__total {width: 100%;margin-top: 2rem;}
.total__title {margin-bottom: 1rem;}
.total__item {margin-bottom: 0.75rem;}
}
@media all and (max-width: 640px) {
.cart__price {width: 100%;margin-bottom: 1rem;}
}
@media all and (max-width: 480px) {
.cart__art, .cart__properties {display: none;}
.cart__image {width: 90px;height: 90px;}
.cart__image img {max-width: 90px;max-height: 90px;}
.cart__inner {width: calc(100% - 90px);}
.cart__delete {margin-left: 1rem;}
.total__title {font-size: 1.75rem;}
.fastOrderForm .total__cart {font-size: 1.75rem;}
.cart__buttons {justify-content: center;}
}
/** Быстрый заказ в Модальном окне **/
.fastOrder {max-width: 900px;}
.fastOrder .fastOrderForm {padding: 0;}
.fastOrder .fastOrderForm .total__buttons #closeOrder {display: none;}
/*** Быстрый заказ ***/
.fastOrder__form {display: flex;flex-wrap: wrap;justify-content: space-between;}
.fastOrderForm [order] {width: calc(50% - 1rem);margin-top: 2rem;}
.fastOrderForm [order]:nth-child(-n+2) {margin-top: 0;}
.fastOrderForm [order] .title {font-size: 1.5rem;font-weight: bold;margin-bottom: 2rem;display: flex;align-items: center;}
.fastOrderForm [order] .client__icon {margin-bottom: 2rem;display: flex;align-items: center;justify-content: space-between;}
.fastOrderForm [order] .client__icon i {font-size: 50px;}
.fastOrderForm [order] .client__icon span {display: block;width: calc(100% - 70px);height: 1px;background: #e4e4ea;}
.fastOrderForm label {display: none;}
.fastOrderForm 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 input {height: 68px;border: 0;padding: 0 1rem 0 4.5rem;}
.fastOrderForm .form__fields textarea {border: 0;padding: 2rem 2rem 2rem 4.5rem;}
.fastOrderForm .form__fields input[type="checkbox"] {height: 1.5rem;border-radius: 8px;padding: 0;}
.fastOrderForm .form__fields #sites_client_pass {padding: 0 2rem;}
/*.fastOrderForm .form__fields input[type="checkbox"]:after {line-height: 24px;}*/
.fastOrderForm .form__fields #quickDeliveryCountry {padding: 0 4rem 0 4.5rem;}
.fastOrderForm .form__fields i {position: absolute;left: 1.25rem;color: #ffbe31;font-size: 30px;}
.fastOrderForm .form__fields.fields__comment i {top: 1.5rem;}
.fastOrderForm .address .form__fields:before {content: "\e91b";font-family: 'icomoon';position: absolute;left: 1.25rem;color: #ffbe31;font-size: 30px;}
.fastOrderForm .address .form__fields.deliveryDate:before {content: '\e913';}
.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 .delivery__price {padding: 1rem 2rem;margin-bottom: 1rem;font-size: 1rem;font-weight: bold;color: #FFFFFF;background: #8da5db;border: 5px solid #FFFFFF;border-radius: 20px;}
.fastOrderForm .delivery__price .label {margin-right: 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%;display: flex;flex-wrap: wrap;align-items: baseline;}
.fastOrderForm .total__title {margin: 0;font-weight: bold;}
.fastOrderForm .total__item {margin: 0 0 0 2rem;}
.fastOrderForm .total__payments {margin-top: 1rem;}
.fastOrderForm .total__buttons {margin-top: 0;display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;}
.fastOrderForm .total__cart {margin: 0;padding: 1rem 2rem;line-height: 2.25rem;font-size: 2rem;flex-grow: 1;}
.fastOrderForm .total__pp {width: 100%;text-align: center;margin-top: 2rem;padding-right: 2rem;font-size: 13px;}
.fastOrderForm .total__pp a {text-decoration: underline;}
/* Самовывоз */
.fastOrder__form.pickup [order="1"] {width: 100%;}
.fastOrder__form.pickup [order="2"] {display: none;}
@media all and (max-width: 1199px) {
.fastOrderForm [order] {width: calc(50% - 1rem);margin-top: 2rem;}
.fastOrderForm [order]:nth-child(-n+2) {margin-top: 0;}
}
@media all and (max-width: 991px) {
.fastOrderForm .total__item {width: 100%;margin: 1rem 0 0 0;}
.fastOrderForm .total__cart {margin: 0 0 2rem 0;}
.fastOrderForm .total__buttons {width: 100%;justify-content: center;}
}
@media all and (max-width: 641px) {
.fastOrderForm [order] {width: 100%;}
.fastOrderForm [order]:nth-child(2) {margin-top: 2rem;}
.fastOrder .fastOrderForm {padding: 0 1rem 1rem 1rem;}
.fastOrder .fastOrderForm [order] {width: 100%;}
.fastOrder .fastOrderForm [order]:nth-child(2) {margin-top: 2rem;}
}
@media all and (max-width: 480px) {
.total__title {font-size: 1.75rem;}
.fastOrder .fastOrderForm {padding: 0 0 1rem 0;}
.fastOrderForm .total__cart {font-size: 1.75rem;}
.fastOrderForm .total__cart {margin-bottom: 1rem;}
.fastOrderForm .total__buttons {justify-content: space-between;}
.fastOrderForm .total__buttons .button {margin: 1rem 0 0 0;}
.fastOrder .fastOrderForm .deliveryConvenientDate select {padding: 0 4rem 0 0.5rem;}
}
/** Купоны **/
.coupons {margin-top: 2rem;}
.coupon__button {position: absolute;right: 5px;transition: all 0s ease;}
.coupon__button:before {content: '\e90d';font-family: 'icomoon';line-height: 1;color: #ffffff;border-radius: 20px;background-color: #925ab5;width: 58px;height: 58px;background-repeat: no-repeat;background-size: 20px;background-position: center center;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;pointer-events: none;box-sizing: border-box;}
.coupon__order.active .coupon__button:before {content: '\e932';}
.coupon__order.error .coupon__button:before {content: '\e933';}
.coupon__button:hover:before {background: #8da5db;}
.coupon__reset {display: none;position: absolute;top: 13px;right: 60px;line-height: 1;cursor: pointer;}
.coupon__reset.active {display: block;}
.coupon__order input:focus + .coupon__button {border-color: #000000;}
.coupon__order.error input {border-color: #b30020;}
.coupon__order.error input + .coupon__button {border-color: #b30020;}
/*** Оформление заказа ***/
.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';opacity: 1;filter: alpha(opacity=100);display: inline-block;color: #925ab5;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: #925ab5;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: 641px) {
.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 .text {text-transform: uppercase;margin: 0 0 1rem 0;}
.orderStrageContent .text-italic {font-style: italic;color: #b2b2b2;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;}
/* Доставка */
.payment__option {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;margin-bottom: 2rem;}
.payment__option .payment__name {width: calc(100% - 40px);}
.payment__desc {width: 100%;margin-top: 1rem;}
/* Доставка */
.delivery__option {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;margin-bottom: 2rem;}
.delivery__option .delivery__name {width: calc(100% - 40px);}
.delivery__desc {width: 100%;margin-top: 1rem;}
.delivery__fields {width: 100%;margin-top: 1rem;}
.delivery__zones {width: 100%;margin-top: 1rem;}
.delivery__zone {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;margin-top: 1rem;}
.orderStrageContent__block .zones__price, .orderStrageContent__block .delivery__price {margin-left: 1rem;font-weight: bold;}
/*** Наверх ***/
.toTop {width: 60px;height: 60px;position: fixed;bottom: 1rem;right: 1rem;z-index: 99;font-size: 24px;color: #FFFFFF;background: #8da5db;border-radius: 100%;cursor: pointer;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;}
.toTop:hover {background: #925ab5;}
@media all and (max-width: 767px) {
.toTop {width: 50px;height: 50px;}
}
@media all and (max-width: 480px) {
.toTop {bottom: 6rem;}
}
/******************************************************************************
    *******************************************************************************/
/******************************************************************************
        Адаптивная часть
*******************************************************************************/
.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: #cecece;}
.scroll::-webkit-scrollbar-track {border-radius: 0.5rem;background-color: #f3f3f3;}
}
@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;}
}
/******************************************************************************
  Фиксы для браузеров
*******************************************************************************/
.IE .owl-carousel .animated {animation-duration:0;animation-fill-mode:both}
.Firefox .inputText {-moz-appearance: textfield;}
@supports (-ms-ime-align:auto) {
.remove, .navigation .prev, .navigation .next, .owl-nav .owl-prev, .owl-nav .owl-next, .owl-dots .owl-dot, .pages li span, a, a:hover, #back-top, #back-top i, #mommenu
{-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;}
