html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;height:100%;}
body {position: relative;font-family: 'Ubuntu', sans-serif;font-size: 15px;line-height: 18px;font-weight: 400;background-color: #fff;color: #350c0c;overflow-x: hidden;margin:0;padding:0;height:100%;max-width:100%;letter-spacing:0.2px;}
.wrapper{display: -webkit-box;display: -ms-flexbox;display: flex;flex-direction: column;min-height:100%;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.container {width:1170px;margin-right:auto;margin-left:auto;padding-left: 15px;padding-right: 15px;}
.row {margin-left: -15px;margin-right: -15px;}
.clear {clear:both;}
ul{padding:0;margin:0;}
a {color: #350c0c;cursor:pointer;text-decoration:none;}
a:hover, a:active {outline:0;}
img {max-width: 100%;height: auto;vertical-align: middle;border: 0;}
p {margin: 0 0 0 0;}
select{cursor:pointer;}
input, select, textarea, input[type="text"], input[type="password"], input[type="date"], input[type="number"], input[type="email"], input[type="search"] {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;outline: 0;font-family:'Ubuntu', sans-serif;font-size:14px;color:#643e26;}
textarea {display:block;width: 100%;max-width: 100%;font-family: 'Ubuntu', sans-serif;border: 1px solid #d3d3d3;line-height:20px;font-size: 14px;padding:10px 20px;resize:none;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.inputText {display:block;width: 100%;max-width:100%;height: 50px;padding:0 30px;border: 1px solid #d8d2e5;border-radius: 30px 30px 30px 30px;-moz-border-radius: 30px 30px 30px 30px;-webkit-border-radius: 30px 30px 30px 30px;text-transform: none;-webkit-backface-visibility: hidden;backface-visibility: hidden;font-family: 'Ubuntu', sans-serif;}
.inputText:focus, select:focus, textarea:focus {outline: 0;border-color: #9f17a6;}
.wrapper{max-width:100%;}
h1, h2, h3, h4, h5, h6{font-weight:normal}
.iphone input,.iphone select,.iphone option,.iphone textarea{font-size:16px!important;}
.ios input,.ios select,.ios option,.ios textarea{font-size:16px!important;}
/* Прижатие футера к нижней части экрана */
.content-wrapper{flex: 1 0 auto;}
#footer{flex: 0 0 auto;}
/* Общие правила для плейсхолдеров */
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {font-size:16px;color: #d4cee3;}
input::-moz-placeholder         ,textarea::-moz-placeholder          {font-size:16px;color: #d4cee3;}
input:-ms-input-placeholder     ,textarea:-ms-input-placeholder      {font-size:16px;color: #d4cee3;}
/* Скроллбар */ 
::-webkit-scrollbar{width:8px;border:1px solid#d4cee3;background:#fff;height:8px;border-radius:4px;} 
::-moz-scrollbar{width:8px;border:1px solid#d4cee3;background:#fff;height:8px;border-radius:4px;}
::-webkit-scrollbar-thumb{background:#f1c43a;width:4px;height:4px;padding:0 2px;border-radius:4px;} 
::-moz-scrollbar-thumb{background:#f1c43a;width:4px;height:4px;padding:0 2px;border-radius:4px;}
 
/* Вспомогательные классы */
ol.unstyled, ul.unstyled {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.required em {color: #E80636;}
.blockquote {padding: 0 0 0 15px;margin:10px 0 10px 0;text-align: left;line-height: 25px;word-break:break-word;}
.unselectable,.menu_more{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.red {color: #E80636;}
.fadeout {opacity: 0;filter: alpha(opacity=0);}
.fadein {opacity: 1;filter: alpha(opacity=100);}
.DescriptionBlock {overflow:hidden;text-overflow:ellipsis;word-break:break-word;margin-bottom:30px;}
.button,button {-webkit-user-select: none;/* Chrome all / Safari all */-moz-user-select: none;/* Firefox all */-ms-user-select: none;/* IE 10+ */user-select: none;/* Likely future */}
button:focus,button:active{outline:0;}
/* Уведомления */
.success, .warning, .attention, .information {width:100%;display:block;position: relative;color: #fff;min-height: 40px;overflow: hidden;padding: 10px 20px;border-radius: 20px;text-shadow: none;font-size: 16px;font-weight:normal;margin-bottom:15px;}
.success {background-color: #06D6A0;border: 1px solid #06D6A0;color: #fff;}
.warning {background-color: #f2dede;border: 1px solid #ebccd1;color: #a94442;}
.attention {background-color: #fa0d29;color:white;}
.information {background-color: #3FCBFC;border: 1px solid #1ce7fb;color: #fff;}
.information a{color:#fff}
.information a:hover{text-decoration:none;}
.success a, .warning a, .attention a, .information a {font-weight:normal;font-size:14px;text-decoration:underline;}
.success a{color:#fff;}
.success a:hover{text-decoration:none}
.error-page{width:100%;}
.error-page .attention a, .attention a{color:#ffffff;}
.error-page .attention a:hover{text-decoration:none;}
label.invalidInput {color: #E80636;font-size: 12px;display:block;text-align:left;line-height:20px;}
.form-list .input-box label.invalidInput{margin-top:5px;padding-left:20px;line-height:20px;}
 
/* Таблицы */
.table-box {line-height: 18px;text-align: center;width: 100%;border-collapse: collapse;}
.table-box thead td:first-of-type{border-top-left-radius:30px;}
.table-box thead td:last-of-type{border-top-right-radius:30px;}
.table-box tbody tr th, .table-box tfoot tr th, .table-box tbody tr td {border-right: 1px solid #f3f3f3;border-bottom: 1px solid #f3f3f3;line-height: 18px;padding: 12px 10px;text-align: center;word-break:break-word;max-width:150px;}
.table-box tbody tr:last-of-type td{border-bottom:0;}
.table-box tbody tr td:last-of-type{border-right:0;}
.table-box thead td, .table-box tfoot td {background-color: #f2f2ff;line-height: 18px;padding: 12px;text-align: center;}
.table-box tbody tr td.cell1 {text-align: right;width: 50%;word-break:break-word;}
.table-box tbody tr td.cell2 {text-align: left;width: 50%;word-break:break-word;}
.table-box tr.hide{display:none;}
.table-box a{text-decoration:underline;}
.table-box a:hover{text-decoration:none;}
.table-box .button{max-width:90px;text-decoration:none;margin:0 auto;}
.table-box tfoot tr:last-of-type td:first-of-type{border-bottom-left-radius:30px;}
.table-box tfoot tr:last-of-type td:last-of-type{border-bottom-right-radius:30px;}
.order-info .table-box .price{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.order-end-price{font-family:'Neucha', cursive;font-size: 24px;line-height: 24px;}
.table-box thead td.text-right, .table-box tfoot td.text-right{text-align:right;}
/* Настройки максимальных размеров генерируемых изображений */
.goods-image-icon {max-width:110px; max-height:110px;} 
.goods-image-icon-square {width:110px;height:110px;} 
.goods-image-small{max-width:260px; max-height:260px;}
.goods-image-small-square {width:520px; height:520px;}
.goods-image-medium {max-width:490px; max-height:490px;}
.goods-image-medium-square{width:490px; height:490px;}
.goods-image-other{max-width:160px; max-height:160px;}
.goods-image-other-square {width:320px; height:320px;}
.goods-image-large{max-width:1920px; max-height:1920px;}
.goods-image-large-square {width:1920px; height:1920px;}
.goods-cat-image-icon {max-width:82px; max-height:82px;}
.goods-cat-image-icon-square{width:164px; height:164px;}
.goods-cat-image-medium {max-width:260px; max-height:260px;}
.goods-cat-image-medium-square{width:calc(520px + 1px); height:calc(520px + 1px);}
.goods-cat-image-other{max-width:100px; max-height:100px;}
.goods-cat-image-other-square {width:200px; height:200px;}
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
.rating-box {width: 80px;height: 16px;background-size:16px 16px;background-repeat-y:no-repeat;background-position:left center;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4cee3' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z'/%3E%3C/svg%3E");}
.rating-box .rating{height: 16px;background-size:16px 16px;background-repeat-y:no-repeat;background-position:left center;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1c22e' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z'/%3E%3C/svg%3E");}
.rating-cancel, .star-rating{display:block;width:36px;height:36px;text-indent:-999em;cursor:pointer;background:transparent;overflow:hidden}
.star-rating, .star-rating a {background:transparent;}
.rating-cancel a, .star-rating a {display:block;width:36px;height:100%;background-position:0 0px;border:0;margin:0;}
.star-rating-on a {background-size:36px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1c22e' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z'/%3E%3C/svg%3E");}
.star-rating-hover a {background-size:36px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1c22e' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z'/%3E%3C/svg%3E");}
.star-rating-readonly a {cursor:default} 
/* svg изображения */
i.svg-clock{display:block;width:30px;height:50px;background-size:20px;background-position:left center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' viewBox='0 0 512 512'%3E%3Cpath d='M256.309 33.391c-129.224 0-234.358 105.133-234.358 234.358s105.133 234.357 234.358 234.357 234.357-105.133 234.357-234.357c.001-129.225-105.132-234.358-234.357-234.358zm0 431.614c-108.769 0-197.256-88.487-197.256-197.256S147.54 70.493 256.309 70.493s197.256 88.493 197.256 197.256-88.487 197.256-197.256 197.256z'/%3E%3Cpath d='M346.589 256h-74.203V146.551c0-10.246-8.305-18.551-18.551-18.551-10.246 0-18.551 8.305-18.551 18.551v128c0 10.246 8.305 18.551 18.551 18.551h92.754c10.252 0 18.551-8.305 18.551-18.551S356.836 256 346.589 256zM125.273 419.154c-7.903-6.518-19.59-5.392-26.113 2.504l-49.469 59.981c-6.518 7.909-5.392 19.596 2.51 26.119A18.476 18.476 0 0063.993 512c5.343 0 10.648-2.3 14.321-6.746l49.469-59.981c6.518-7.909 5.393-19.596-2.51-26.119zM462.933 481.639l-49.469-59.981c-6.511-7.896-18.211-9.022-26.119-2.504-7.896 6.524-9.022 18.217-2.504 26.119l49.469 59.981c3.661 4.446 8.972 6.746 14.321 6.746 4.155 0 8.335-1.391 11.798-4.242 7.896-6.524 9.022-18.217 2.504-26.119zM99.246 0C45.035 0 .928 44.107.928 98.319c0 36.205 20.097 69.485 52.443 86.836l17.543-32.693C50.632 141.585 38.03 120.833 38.03 98.319c0-33.756 27.461-61.217 61.217-61.217 24.196 0 46.16 14.556 55.955 37.083l34.022-14.797C173.542 23.312 138.221 0 99.246 0zM412.754 0c-40.162 0-75.792 23.968-90.787 61.069l34.399 13.901c9.3-23.003 31.431-37.868 56.382-37.868 33.756 0 61.217 27.461 61.217 61.217 0 22.62-11.891 42.667-31.821 53.624l17.889 32.507c31.481-17.32 51.039-50.322 51.039-86.131C511.072 44.107 466.971 0 412.754 0z'/%3E%3C/svg%3E");}
i.svg-lock{display:block;width:30px;height:50px;background-size:20px;background-position:left center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' width='453.283' height='453.282'%3E%3Cpath d='M371.153 179.128a14.932 14.932 0 00-3.574-.649c-4.692-.272-9.385-.559-14.076-.833 3.433.203 4.85-61.347 4.494-67.105-1.3-21.178-5.505-43.079-15.057-62.185C324.03 10.527 284.559 2.802 246.403.514c-41.124-2.47-83.441 3.004-110.464 38.339-28.206 36.876-34.205 84.82-31.247 130.037-8.079.218-16.151.396-24.237.784-8.792.422-13.294 7.297-13.551 14.155a15.444 15.444 0 00-.541 3.463c-3.146 81.009-.477 162.124-5.281 243.083-.625 10.471 8.475 14.832 16.503 13.223 1.399.487 2.907.838 4.634.868 98.083 1.828 196.129 5.246 294.159 8.806 8.876.325 13.37-6.23 13.573-13.097 1.463-2.097 2.347-4.758 2.275-8.038-1.59-79.896-.447-159.85-7.049-239.556-.678-8.504-7.351-12.965-14.024-13.453zm-235.148-67.069c3.74-17.646 10.781-34.901 20.952-49.836 16.846-24.734 52.407-35.302 84.059-35.279 11.039.005 21.602 1.3 30.727 3.732 38.115 10.151 56.797 37.519 58.727 75.975 1.082 21.533-.462 45.156-4.661 66.321-.213 1.039-.284 2.034-.295 2.999-5.891-.358-11.78-.706-17.671-1.066 4.469-20.782 4.763-41.67-4.275-61.888-10.726-23.991-38.537-34.444-62.587-37.963a15.538 15.538 0 00-3.569-.094 14.922 14.922 0 00-3.707-.406c-23.298.462-46.286 6.683-61.824 25.085-16.042 19.004-18.464 44.993-15.953 68.854-7.69-.071-15.381-.104-23.072-.061-2.82.014 2.156-51.687 3.149-56.373zm143.46 61.181c-31.772-1.825-63.543-3.425-95.336-4.237-1.803-16.047-1.892-32.484 6.2-46.949 8.605-15.381 27.271-19.001 43.384-19.319.589-.011 1.086-.13 1.64-.198 17.798 2.768 34.769 7.911 43.879 24.699 7.246 13.355 4.296 30.981.233 46.004zM89.945 416.439c3.598-72.96 1.861-146.037 4.291-219.036 88.07-3.141 175.846 3.532 263.735 8.683 5.25 72.74 4.661 145.659 5.961 218.549-91.311-3.3-182.626-6.407-273.987-8.196z'/%3E%3Cpath d='M226.649 239.183c-19.39 0-35.109 15.722-35.109 35.109 0 15.717 10.326 29.016 24.564 33.494-1.005 20.454-1.145 40.924-1.145 61.403 0 13.411 20.799 13.411 20.799 0 0-20.449.137-40.894 1.143-61.316 14.391-4.388 24.856-17.758 24.856-33.581.001-19.388-15.715-35.109-35.108-35.109z'/%3E%3C/svg%3E");}
i.svg-telephone{display:block;width:30px;height:50px;background-size:20px;background-position:left center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' width='504.914' height='504.915'%3E%3Cpath d='M64.363 183.425c27.746 38.999 65.107 72.541 104.165 106.31 41.962 36.282 79.042 59.387 116.694 72.712 2.306.822 4.611 1.016 6.84.589 46.093 2.103 84.798-10.953 114.158-38.715 13.122 9.272 25.004 26.533 22.557 38.893-1.488 7.525-8.044 12.416-19.499 14.559-6.785 1.26-10.761 6.489-10.131 13.305.609 6.586 5.794 13.588 14.198 13.588.908 0 1.843-.081 2.812-.264 26.913-5.018 42.899-24.476 40.735-49.581-1.681-19.54-13.649-38.639-32.179-51.572a166.19 166.19 0 004.464-6.459c3.341-5.094 2.971-10.888-.914-15.274-.65-2.361-2.017-4.469-4.078-6.276-20.403-17.896-42.04-31.156-66.141-40.533-3.352-1.305-6.667-1.28-9.552.053-22.186 3.564-44.457 2.641-66.598-2.823a7.366 7.366 0 00-.675-.511C238.756 203.729 201.004 169.681 169 130.188a201.142 201.142 0 0018.989-53.646c.666-3.329.188-6.604-1.231-9.12-.68-1.831-1.785-3.517-3.28-5.012-19.355-19.355-40.233-39.753-63.896-57.767-1.856-1.409-3.859-2.272-5.959-2.562-5.309-3.266-11.873-2.679-16.506 1.701C50.34 47.98 24.605 125.534 62.273 179.079a13.72 13.72 0 002.09 4.346zm77.962-61.474c-1.498 2.653-2.097 5.522-1.742 8.331-.869 4.207.104 8.371 2.77 11.788 34.027 43.612 75.669 81.624 123.771 112.978a13.986 13.986 0 002.879 1.432 13.657 13.657 0 004.296 1.899c25.029 6.297 51.049 7.454 77.861 3.483 16.625 6.713 32.661 16.377 47.712 28.762-22.987 29.939-56.213 45.123-98.786 45.123-3.144 0-6.322-.081-9.537-.233-42.441-15.346-78.31-43.412-110.75-71.468-31.413-27.157-64.14-56.437-88.938-89.606-.541-2.183-1.592-4.171-3.115-5.903-33.617-38.182-14.816-98.813 20.207-137.479 17.788 13.992 34.099 29.894 50.566 46.331-3.981 16.499-9.613 31.095-17.194 44.562z'/%3E%3Cpath d='M446.991 395.301c-2.479 0-6.084.848-9.247 4.89-12.477 15.95-24.507 18.296-39.685 7.938-2.346-1.6-4.799-2.407-7.302-2.407-5.454 0-10.542 4.144-12.375 10.074-1.91 6.195.192 12.279 5.484 15.895 9.973 6.805 20.428 10.247 31.066 10.258h.005c16.036 0 31.199-8.095 42.686-22.77 3.509-4.5 4.099-10.278 1.564-15.473-2.452-5.023-7.352-8.405-12.196-8.405zM396.222 477.188c5.936 0 11.974-.863 17.94-2.549 7.774-2.203 10.43-9.09 9.623-14.929-.844-6.054-5.571-12.178-12.979-12.178-1.3 0-2.646.203-4.002.579-13.121 3.728-24.75.833-34.007-8.541-2.646-2.682-5.865-4.103-9.303-4.103-5.484 0-10.888 3.752-13.132 9.13-2.098 5.017-.995 10.399 2.95 14.401 11.761 11.904 26.594 18.19 42.91 18.19zM331.573 468.79c-14.467-4.174-28.126-8.12-42.065-8.12-16.234 0-30.001 5.368-43.31 16.885-4.182 3.615-5.596 8.684-3.786 13.558 2.084 5.597 7.919 9.659 13.868 9.659 3.298 0 6.442-1.209 9.097-3.509 7.698-6.663 16.859-9.902 28.005-9.902 13.244 0 27.746 4.534 41.767 8.922 12.309 3.854 25.039 7.83 36.698 8.602.355.021.701.031 1.047.031 8.276 0 12.263-6.5 12.461-12.543.229-7.008-4.22-14.406-13.167-15-14.062-.915-27.564-4.81-40.615-8.583z'/%3E%3C/svg%3E");}
i.svg-email{display:block;width:30px;height:30px;background-size:20px;background-position:left center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' width='465.924' height='465.923'%3E%3Cpath d='M457.393 70.325c-.279-7.988-5.529-15.595-15.854-15.252-143.417 4.718-287.151-10.847-429.663 11.565C-.22 68.542-2.263 79.902 2.106 88.554c.041.158.086.312.13.47C1.393 91.073.961 93.45 1.16 96.23c7.086 98.965 17.773 197.6 27.439 296.33.104 1.057.337 2.031.594 2.986-.172 8.363 5.091 16.635 15.869 16.219 133.543-5.2 267.417-.609 400.597-13.721 1.142-.111 2.198-.355 3.224-.64 7.887-.432 15.63-5.678 15.98-15.823 3.545-102.545-2.574-204.884-6.854-307.307a18.579 18.579 0 00-.616-3.949zm-25.039 196.403c-22.293-32.078-47.5-61.982-73.971-90.894 23.887-16.15 46.915-33.565 68.842-52.544 2.123 47.812 4.189 95.616 5.129 143.438zM416.673 88.524c-52.182 47.345-110.857 84.998-173.997 116.212-63.516-31.631-121.125-72.851-180.294-111.683 117.527-12.562 236.213-2.533 354.291-4.529zm-381.11 26.264c31.636 20.515 62.692 41.929 94.308 62.403-26.456 43.851-55.368 86.338-76.579 132.65-6.461-64.968-12.786-129.944-17.729-195.053zm396.73 251.448c-123.146 11.07-246.861 8.003-370.332 12.091 1.325-1.641 2.401-3.641 3.095-6.083 18.37-65.258 57.899-120.171 92.646-177.45 23.534 14.523 47.532 28.287 72.49 40.497.292.137.576.197.863.319 4.712 4.037 11.438 5.819 18.496 2.428 27.808-13.365 54.746-28.066 80.781-44.112 37.993 41.116 73.387 83.964 101.107 132.859.422.747.914 1.336 1.392 1.966-.076 12.497-.219 24.993-.538 37.485z'/%3E%3C/svg%3E");}
i.svg-favorites{display:block;width:30px;height:30px;background-size:24px;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='479.18' height='479.18'%3E%3Cpath d='M478.61 232.372c.056-1.257 0-2.537-.279-3.816-1.752-7.935-5.774-15.595-12.056-20.873-5.896-4.954-12.466-7.454-19.728-8.808-1.98-1.242-4.281-1.991-6.754-1.96-14.305.178-26.243 4.946-34.627 16.836-1.93 2.737-2.229 6.096-1.452 9.236-2.56 4.81-4.261 10.058-4.87 16.009-.898 8.846 3.636 17.321 9.445 24.019-19.393 26.02-49.673 48.87-83.705 40.386-20.713-5.165-32.352-27.93-39.37-46.083-16.198-41.875-18.275-88.154-22.454-132.565 4.971-1.15 9.815-3.146 14.365-6.312a15.913 15.913 0 003.493-3.328c.889-.795 1.727-1.653 2.474-2.638 6.444-8.516 8.297-19.54 6.972-29.96-.04-.323-.127-.625-.183-.942.051-1.257 0-2.537-.279-3.816-1.752-7.935-5.773-15.594-12.055-20.873-5.896-4.953-12.467-7.457-19.729-8.808-1.98-1.241-4.285-1.99-6.753-1.96-14.305.178-26.246 4.946-34.627 16.836-1.929 2.737-2.231 6.096-1.455 9.237-2.56 4.809-4.261 10.057-4.867 16.008-1.171 11.481 6.799 22.371 14.855 29.506 2.039 1.803 4.232 2.76 6.421 3.161 1.341.624 2.709 1.127 4.078 1.643-6.5 51.066-13.843 107.168-41.927 151.29-29.838 46.87-80.795 28.184-119.972 4.348 6.018-8.42 7.774-19.099 6.49-29.234-.041-.32-.125-.625-.183-.939.053-1.26 0-2.539-.279-3.818-1.752-7.935-5.771-15.595-12.053-20.873-5.898-4.954-12.472-7.457-19.73-8.808-1.98-1.244-4.283-1.991-6.754-1.96-14.305.178-26.243 4.946-34.626 16.836-1.927 2.737-2.229 6.096-1.455 9.237-2.559 4.809-4.258 10.057-4.867 16.009-1.17 11.481 6.802 22.373 14.856 29.508 2.039 1.803 4.232 2.757 6.423 3.158 7.236 3.362 14.906 5.145 22.483 5.022 13.599 33.561 27.017 67.177 43.028 99.681.579 1.178 1.274 2.128 2.019 2.971.487 3.255 2.465 6.281 6.545 8.195 90.987 42.66 192.97 35.008 286.908 6.511 4.048-1.229 6.622-3.753 7.968-6.754 2.757-1.407 5.083-3.824 6.312-7.525 13.127-39.629 25.461-79.506 38.172-119.262 10.648 1.63 21.459-.213 31.011-6.865a15.904 15.904 0 003.493-3.326c.889-.797 1.727-1.655 2.474-2.641 6.443-8.516 8.297-19.54 6.972-29.96-.021-.317-.107-.619-.168-.936zM52.664 256.688c-1.632 6.688-8.173 11.73-16.846 8.303-20.586-8.12-1.915-36.414 12.972-21.658 3.912 3.879 4.94 8.973 3.874 13.355zm206.12-179.75c3.915 3.88 4.951 8.97 3.88 13.355-1.635 6.688-8.176 11.73-16.849 8.302-20.593-8.127-1.922-36.414 12.969-21.657zm113.808 308.471c-85.355 25.461-179.214 34.23-262.254-3.976a14.297 14.297 0 00-.972-2.58c-10.926-22.176-20.556-44.895-29.917-67.74 42.02 21.038 89.512 29.147 125.764-10.055 21.325-23.063 33.624-53.811 41.532-86.183 4.865 27.246 12.589 53.649 26.589 77.333 13.294 22.506 34.24 36.292 60.139 38.842 23.338 2.306 44.681-6.17 62.886-19.622-7.812 24.7-15.652 49.388-23.767 73.981zm78.795-144.321c-1.635 6.688-8.176 11.73-16.854 8.303-20.586-8.12-1.914-36.414 12.975-21.657 3.915 3.878 4.95 8.969 3.879 13.354z'/%3E%3Cpath d='M292.437 342.389c.061-1.508 0-3.031-.341-4.561-2.092-9.49-6.896-18.641-14.406-24.953-7.053-5.92-14.908-8.916-23.582-10.526-2.371-1.482-5.123-2.382-8.068-2.346-17.105.208-31.377 5.911-41.394 20.129-2.303 3.271-2.666 7.287-1.742 11.045-3.057 5.743-5.091 12.02-5.819 19.139-1.399 13.726 8.127 26.745 17.763 35.271 2.435 2.153 5.06 3.296 7.68 3.778 17.862 8.282 37.893 8.774 54.67-2.899a19.115 19.115 0 004.179-3.977c1.057-.954 2.062-1.976 2.95-3.153 7.698-10.182 9.918-23.363 8.339-35.814-.058-.392-.164-.757-.229-1.133zm-32.55 10.415c-1.955 7.998-9.771 14.021-20.147 9.928-24.61-9.715-2.288-43.528 15.506-25.894 4.686 4.637 5.925 10.73 4.641 15.966zM129.342 346.41c-16.765 0-16.765 26 0 26 16.764 0 16.764-26 0-26zM345.136 376.31c16.767 0 16.767-25.999 0-25.999-16.763 0-16.763 25.999 0 25.999z'/%3E%3C/svg%3E");}
i.svg-compare{display:block;width:30px;height:30px;background-size:18px;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='481.24' height='481.24'%3E%3Cpath d='M181.196 18.086C-1.901 45.537-27.125 307.482 100.791 411.438c-10.895 5.23-21.83 10.385-32.859 15.33-14.683 6.587-18.052 27.63-10.585 40.375 8.772 14.971 25.688 17.164 40.37 10.583 26.911-12.065 53.304-25.177 79.668-38.359 6.753-3.371 10.857-8.114 13.04-13.354 6.002-7.19 8.066-17.245 6.416-27.34-3.862-23.826-6.357-47.738-7.794-71.823-2.26-37.811-61.289-38.034-59.011 0 .65 10.882 1.6 21.729 2.699 32.56-86.05-81.675-70.268-264.265 64.149-284.42 37.536-5.627 21.528-62.482-15.688-56.904zM380.451 69.8c10.897-5.23 21.83-10.384 32.864-15.33 14.681-6.581 18.047-27.627 10.583-40.37-8.775-14.973-25.689-17.166-40.37-10.587-26.908 12.063-53.299 25.176-79.663 38.359-6.754 3.374-10.857 8.112-13.046 13.357-6.002 7.188-8.059 17.242-6.418 27.343 3.869 23.82 6.357 47.733 7.8 71.82 2.265 37.808 61.286 38.031 59.011 0-.65-10.885-1.6-21.731-2.696-32.562 86.041 81.674 70.254 264.271-64.16 284.42-37.531 5.626-21.525 62.479 15.686 56.898 183.1-27.447 208.323-289.386 80.409-393.348z'/%3E%3C/svg%3E");}
i.svg-cart{display:block;width:30px;height:30px;background-size:20px;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='463.547' height='463.547'%3E%3Cpath d='M450.08 301.987C348.928 312.773 246.743 329.2 145.016 316.49c-.602-.305-1.206-.619-1.851-.858-9.298-3.488-12.418-9.282-12.339-17.869 8.653-12.37 27.139-11.567 40.09-10.562 18.124 1.396 36.11 1.225 54.281 1.036 47.18-.503 94.512-3.691 141.305-9.729 25.929-3.346 51.745-7.073 77.47-11.745 7.987-1.447 10.847-7.688 10.014-13.848.152-.812.295-1.64.315-2.539 1.422-54.994 3.107-109.936 8.449-164.714.833-8.562-5.053-12.975-11.654-13.406a13.953 13.953 0 00-5.24-.675c-118.728 6.891-237.639 8.42-356.53 9.819a16.225 16.225 0 00-2.392-2.272c-20.967-16.135-44.12-27.83-69.528-35.208-17.48-5.075-24.892 22.1-7.492 27.149 65.404 18.994 94.783 75.527 107.305 138.626 3.763 18.934 5.624 38.166 7.112 57.396.094 1.193-16.41 14.081-18.23 17.372-4.035 7.312-4.728 15.762-2.808 23.815 5.761 24.187 25.517 34.17 48.266 38.156-3.994 5.286-7.218 11.445-9.521 18.438-.843 2.555-.901 4.865-.48 6.932-.031 13.035 3.735 25.599 13.251 34.921 9.889 9.694 24.064 12.797 37.407 13.513 1.539.081 2.902-.111 4.179-.411.48-.035.942-.01 1.442-.086 24.58-3.997 42.478-22.155 44.707-47.012.817-9.064-1.544-17.256-5.954-24.212 38.519-.63 76.391-3.87 114.75-7.668-3.707 4.829-6.612 10.141-8.359 15.798-9.703 31.442 20.861 53.582 50.085 55.151 1.538.081 2.899-.111 4.179-.411.478-.035.939-.01 1.442-.086 24.577-3.997 42.478-22.155 44.706-47.013 1.143-12.74-3.986-23.739-12.258-32.031 6.322-.711 12.634-1.438 18.956-2.112 17.848-1.904 18.037-30.082-.011-28.158zm-23.678-60.696a1299.64 1299.64 0 01-68.03 9.927c-.116-10.577-.269-21.154-.579-31.719 23.085-.312 46.18-.396 69.27-.134-.224 7.303-.473 14.613-.661 21.926zm1.63-50.075c-23.801-.277-47.581-.152-71.346.218-.381-8.351-.854-16.696-1.366-25.037 24.583-.401 49.15-.676 73.737-.521-.401 8.446-.7 16.891-1.025 25.34zm5.24-90.819c-1.066 12.431-1.944 24.879-2.712 37.328-25.689-.178-51.384.114-77.073.551a1748.53 1748.53 0 00-2.976-34.157c27.599-1.031 55.183-2.209 82.761-3.722zM330.256 254.234c-26.391 2.56-52.842 4.362-79.344 5.307-1.63-11.903-3.301-23.801-4.951-35.701 27.853-1.929 55.767-3.12 83.695-3.836.335 11.394.492 22.81.6 34.23zm-1.706-62.243c-28.823.805-57.61 2.117-86.361 4.182a3126.128 3126.128 0 01-3.517-27.233c29.506-.655 59.014-1.435 88.532-2.059.497 8.365.965 16.739 1.346 25.11zm-6.11-86.885c1.077 11.217 2.072 22.437 2.931 33.665-30.017.645-60.043 1.45-90.059 2.11-1.234-11.126-2.404-22.264-3.369-33.428 30.166-.6 60.339-1.374 90.497-2.347zm-99.614 155.15c-23.638.33-47.307.03-70.978-.955a656.65 656.65 0 00-2.75-25.729c22.942-3.108 45.936-5.614 68.959-7.609 1.592 11.427 3.195 22.858 4.769 34.293zm-8.559-61.91c-23.202 2.044-46.372 4.57-69.505 7.663-2.288-12.142-5.096-24.136-8.632-35.846 24.793.082 49.576-.192 74.364-.64a2988.742 2988.742 0 003.773 28.823zm-105.624-89.022c31.729-.386 63.459-.817 95.179-1.363.978 11.182 2.115 22.335 3.359 33.481-27.086.475-54.172.744-81.268.543-4.852-11.296-10.529-22.231-17.27-32.661zm83.905 282.812c-.119-.01-.218-.046-.333-.051-15.533-.833-22.62-6.108-22.5-20.981 4.52-12.188 13.693-17.413 25.38-18.337 10.636 2.387 19.504 7.703 19.299 19.962-.208 11.704-11.931 17.336-21.846 19.407zm200.848-8.444c-.117-.01-.219-.046-.33-.051-15.534-.833-22.623-6.109-22.501-20.982 4.52-12.188 13.69-17.412 25.375-18.336 10.638 2.387 19.51 7.703 19.301 19.961-.209 11.7-11.929 17.331-21.845 19.408z'/%3E%3C/svg%3E");}
i.svg-menu{display:block;width:30px;height:30px;background-size:20px;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' width='462.89' height='462.891'%3E%3Cpath d='M459.375 38.609c.203-3.941-.757-7.569-2.752-10.524-2.986-5.642-8.415-9.074-14.955-9.427-29.919-1.627-404.524-1.716-420.457-1.716-4.928 0-9.199 1.711-12.405 4.951C2.108 26.049-1.122 33.3.351 41.019 4.485 62.811 6.48 85.83 6.627 113.466c.005 1.473.196 2.902.586 4.459.848 9.442 7.81 16.369 17.108 16.915 11.527.68 76.52 1.366 151.778 2.163 111.228 1.173 249.649 2.635 266.371 4.636.776.094 1.533.142 2.259.142 2.393 0 4.662-.485 6.739-1.442 7.819-2.204 12.243-8.912 11.293-17.242-3.559-31.349-4.667-58.981-3.386-84.488zm-34.48 65.405c-28.381-1.062-135.846-1.925-231.741-2.694-67.648-.541-131.946-1.061-150.877-1.528-.5-16.32-1.736-31.74-3.765-46.819l18.349.02c82.601.084 324.77.333 366.13.973-.199 16.01.431 32.483 1.904 50.048zM459.375 190.699c.203-3.94-.757-7.568-2.752-10.529-2.986-5.642-8.415-9.075-14.955-9.427-30.062-1.633-416.562-1.716-420.457-1.716-4.928 0-9.204 1.711-12.405 4.951-6.698 4.154-9.927 11.408-8.455 19.126 4.134 21.792 6.129 44.811 6.276 72.445.005 1.473.196 2.904.586 4.458.848 9.436 7.805 16.361 17.103 16.92 11.532.681 76.563 1.361 151.862 2.164 111.195 1.168 249.58 2.63 266.297 4.631.776.097 1.528.143 2.249.143 2.402 0 4.667-.488 6.749-1.442 7.82-2.204 12.243-8.917 11.288-17.24-3.559-31.348-4.667-58.977-3.386-84.484zm-34.48 65.4c-28.381-1.062-135.892-1.925-231.822-2.696-67.616-.538-131.875-1.056-150.796-1.523-.5-16.331-1.736-31.742-3.765-46.826l20.264.02c82.162.089 323.012.333 364.215.972-.199 16.015.431 32.488 1.904 50.053zM459.375 342.785c.203-3.946-.757-7.576-2.752-10.532-2.986-5.637-8.415-9.069-14.955-9.419-29.874-1.631-404.524-1.712-420.457-1.717-4.928 0-9.204 1.706-12.405 4.946-6.698 4.158-9.927 11.41-8.455 19.129 4.134 21.794 6.129 44.812 6.276 72.452.005 1.473.196 2.904.586 4.458.848 9.445 7.81 16.361 17.103 16.91 11.537.681 76.609 1.371 151.966 2.163 111.147 1.178 249.481 2.641 266.193 4.642.776.091 1.528.132 2.249.132 2.397 0 4.667-.482 6.744-1.433 7.819-2.203 12.243-8.916 11.293-17.244-3.559-31.351-4.667-58.98-3.386-84.487zm-34.48 65.404c-28.371-1.057-135.79-1.92-231.652-2.691-67.692-.544-132.035-1.066-150.966-1.534-.5-16.325-1.736-31.736-3.765-46.828l22.13.03c81.738.086 321.289.335 362.354.975-.204 16.01.426 32.483 1.899 50.048z'/%3E%3C/svg%3E");}
i.svg-paints{margin-right:10px;display:block;width:30px;height:30px;background-size:28px;background-position:left center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='471.406' height='471.406'%3E%3Cpath d='M395.836 7.875c-1.69-1.175-3.747-2.087-6.25-2.574C259.011-20.346 112.638 49.52 43.442 161.842c-32.92 53.438-40.458 118.72-16.056 176.904 13.809 32.931 37.219 64.089 64.945 86.585 40.04 32.488 92.355 42.944 142.439 45.442 50.051 2.504 106-1.163 146.726-34.337 22.562-18.378 36.455-42.666 44.011-70.574 8.938-33.021-5.321-68.375-17.062-98.64-11.446-29.487-23.918-59.628-7.749-89.537 12.893-23.841 31.966-43.902 45.854-67.167 30.585-51.233-2.27-85.718-50.714-102.643zm28.62 71.356c-5.195 19.324-21.632 37.049-33.235 52.816-29.346 39.873-39.034 73.474-23.182 121.948 18.062 55.207 46.134 107.506-5.22 154.837-37.719 34.77-102.854 30.499-150.034 28.178-1.663-.081-3.146.106-4.55.401-32.877-10.207-70.373-17.869-97.642-39.994-24.664-20.018-44.546-49.738-55.71-79.257-19.464-51.475-5.123-105.203 23.867-149.75C139.48 75.103 270.4 16.137 380.104 37.363a18.861 18.861 0 003.397 1.498c19.353 6.332 47.749 15.084 40.955 40.37z'/%3E%3Cpath d='M280.8 298.016c-19.946 4.032-35.317 20.916-45.895 37.161-1.356 2.087-2.125 4.148-2.422 6.139-.696 1.188-1.31 2.488-1.721 4.017-3.87 14.346-4.207 32.118 8.343 42.519 31.646 26.212 78.48-4.327 91.495-36.014 5.962-14.527 2.016-31.315-8.241-42.716-10.411-11.578-27.026-14.052-41.559-11.106zm20.235 44.463c-.264.508-.944 2.062-1.086 2.331-.696 1.289-1.523 2.503-2.352 3.722-.203.295-.289.437-.416.635-.157.138-.457.442-1.127 1.209-1.138 1.305-2.387 2.514-3.637 3.722-4.077 3.956-8.876 7.074-13.837 9.852-.706.071-1.392.102-2.128.264-4.854 1.103-6.418 1.422-11.604 1.438a37.681 37.681 0 01-2.346-.122c-.193-.035-.346-.066-.63-.117-.33-.081-.655-.192-.979-.279-.127-.076-.762-.324-1.336-.584-.066-.213-.117-.421-.173-.634.386 1.111-.152-3.083-.121-3.936.065-1.519.548-3.312 1.381-6.403.178-.646.218-1.25.314-1.869.229-.31.493-.554.711-.889 3.788-5.819 8.049-10.938 13.224-15.604 1.376-1.239 3.433-2.661 6.185-4.281.925-.548 1.904-1 2.874-1.467-.081.111 2.25-.818 2.549-.909.844-.265 1.712-.432 2.57-.614.589-.097 1.574-.254 1.965-.27.858-.051 1.717.01 2.569.056.447.046.93.102 1.219.173.62.132 1.214.355 1.818.554.457.188 1.046.437 1.355.609.249.142.69.437 1.082.7.456.422.924.833 1.36 1.275.016.01.016.01.021.02.37.574.751 1.148 1.092 1.742.04.081.051.086.086.147.178.503.279 1.03.406 1.549-.203-.417.041 1.919.127 3.656-.176.155-.719 2.688-1.136 4.324zM123.697 294.735c-5.248.208-9.843 3.144-12.111 7.53-4.108.686-8.163 1.808-11.948 3.174-6.98 2.524-11.606 9.171-9.516 16.758 1.607 5.829 7.754 10.567 13.908 10.104 1.409 4.743 3.136 9.39 5.482 13.731 3.166 5.875 8.272 11.253 14.896 13.04 9.308 2.504 17.514-2.631 22.095-10.166 3.734-.736 7.172-2.991 9.401-6.424 7.582-11.68 11.649-25.791 2.194-37.612-7.815-9.754-22.988-10.582-34.401-10.135zM110.479 260.357c1.638 3.438 4.674 6.21 8.549 7.521 13.198 4.453 27.875 4.896 36.98-7.186 7.525-9.988 4.57-24.893 1.31-35.838-1.503-5.035-5.479-8.757-10.295-9.864-1.673-3.808-3.771-7.467-6.03-10.795-4.177-6.137-11.763-8.971-18.596-5.071-5.253 2.996-8.32 10.125-6.345 15.975-4.248 2.537-8.318 5.365-11.949 8.709-4.903 4.524-8.856 10.804-8.937 17.659-.131 9.634 6.874 16.316 15.313 18.89zM210.244 153.456c1.033-4.842 1.736-9.745 1.757-14.686.025-6.673-1.881-13.843-6.843-18.575-6.975-6.65-16.635-6.073-24.268-1.643-3.631-1.142-7.726-.805-11.326 1.145-12.246 6.629-22.566 17.077-19.921 31.979 2.186 12.31 15.117 20.299 25.354 25.359 4.707 2.331 10.146 1.95 14.238-.82 3.931 1.366 8.033 2.323 12.012 2.933 7.335 1.122 14.579-2.506 16.374-10.167 1.385-5.892-1.746-12.989-7.377-15.525zM268.42 115.074c1.254 7.317 6.987 13.042 14.822 12.319 6.022-.551 11.766-5.771 12.391-11.913 4.92-.551 9.795-1.435 14.487-2.979 6.337-2.087 12.538-6.167 15.452-12.373 4.104-8.719.503-17.699-6.113-23.539-.066-3.806-1.687-7.587-4.667-10.385-10.161-9.521-23.339-16.006-36.633-8.782-10.983 5.969-14.472 20.764-16.036 32.077-.721 5.205 1.361 10.245 5.286 13.246-.06 4.166.33 8.363 1.011 12.329z'/%3E%3C/svg%3E");}
i.svg-location{padding: 0 30px 0 55px!important;background-position: 25px center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232a2a2a' width='24' height='24'%3E%3Cpath d='M12 11.484q1.031 0 1.758-.727t.727-1.758-.727-1.758T12 6.514t-1.758.727-.727 1.758.727 1.758 1.758.727zm0-9.468q2.906 0 4.945 2.039T18.984 9q0 1.453-.727 3.328t-1.758 3.516-2.039 3.07-1.711 2.273l-.75.797q-.281-.328-.75-.867t-1.688-2.156-2.133-3.141-1.664-3.445T5.014 9q0-2.906 2.039-4.945t4.945-2.039z'/%3E%3C/svg%3E");}
i.svg-sad-smile{margin-left:10px;display:block;width:21px;height:21px;background-position:center center;background-size:21px;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238f86a6' width='467.276' height='467.276'%3E%3Cpath d='M379.284 51.144C348.258 24.297 309.568 13.46 269.579 8.672 163.069-25.3 68.062 44.959 26.578 142.38c-44.712 105.002-23.435 222.217 73.516 287.698 98.98 66.846 235.022 39.369 310.942-48.627 82.985-96.177 62.505-248.732-31.752-330.307zM196.853 432.703c-56.157-7.993-110.636-42.543-139.091-91.805-25.438-44.047-25.225-99.203-13.82-147.312 17.527-73.96 70.566-140.71 139.886-156.686.104.005.193.035.297.035 24.943.739 51.291.782 77.045 3.567 2.438.764 4.875 1.523 7.333 2.42 4.058 1.48 7.611 1.29 10.582.071 27.787 4.677 54.319 13.579 76.957 31.392 50.079 39.405 76.479 110.461 75.032 172.696-2.721 117.308-123.1 201.435-234.221 185.622z'/%3E%3Cpath d='M169.279 211.913c23.28 0 23.28-36.104 0-36.104-23.28-.001-23.28 36.104 0 36.104zM293.832 213.715c23.287 0 23.287-36.102 0-36.102-23.277 0-23.277 36.102 0 36.102zM134.855 300.254c-17.034 15.935 8.549 41.411 25.532 25.527 43.302-40.497 99.102-44.783 142.351-1.803 16.524 16.422 42.062-9.1 25.527-25.532-57.345-56.979-135.789-52.074-193.41 1.808z'/%3E%3C/svg%3E");}
i.svg-trash{margin-right:10px;width:16px;height:16px;background-position:center center;background-size:16px;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2383799c' width='470.713' height='470.714'%3E%3Cpath d='M96.01 133.456c3.884 2.676 8.163 4.332 12.619 5.292-5.324 99.039-15.803 202.436 20.416 296.978 1.742 4.545 4.938 7.389 8.604 8.846 1.26 1.762 3.052 3.326 5.637 4.479 64.729 28.746 133.522 27.487 199.892 4.459 8.674-3.012 11.314-11.243 9.735-18.256 12.604-95.928 24.562-194.694 14.67-291.43 7.83-1.725 15.147-5.027 20.586-11.075 10.745-11.959 8.679-27.345 3.387-41.068.011-3.816-1.787-7.467-5.87-9.973-1.62-1.254-3.544-2.127-5.596-2.59-29.727-12.703-61.367-19.342-93.734-22.427.569-2.892.32-6.058-1.081-9.308C275.168 24.077 255.044-3.4 226.105.345c-27.863 3.603-41.365 30.793-47.007 55.726-18.611.978-37.039 2.207-55.035 3.245-.125.005-.236.048-.36.058-.854-.109-1.722-.163-2.61-.058-19.291 2.267-35.53 11.491-43.975 29.609a18.627 18.627 0 00-1.737 7.439c-.749 2.455-.8 5.278.239 8.444 3.912 11.868 10.036 21.504 20.39 28.648zm228.095 295.089c-54.888 16.904-112.16 18.712-165.844-5.129-.815-.36-1.623-.579-2.422-.802-32.966-90.754-22.635-189.447-17.514-284.177 65.534-4.644 131.547-5.657 196.814 2.567a13.464 13.464 0 002.646 2.138c9.785 94.689-1.381 191.384-13.68 285.403zM228.662 29.693c12.937-1.676 22.006 13.327 27.591 25.111-15.449-.536-30.97-.447-46.445 0 3.14-11.385 8.637-23.791 18.854-25.111zM110.845 92.726c-1.826 1.579 4.918-2.508 2.775-1.617 1.498-.625 3.075-1.046 4.639-1.478-.358.099 4.903-.879 2.833-.64.183-.021.355-.074.536-.1.785.074 1.567.152 2.43.1 77.348-4.481 167.339-15.376 240.798 15.658.233.69.533 1.356.746 2.059a37.72 37.72 0 01.746 3.093c.016.23.031.475.057.833.02.536-.021 1.077-.041 1.612a3.77 3.77 0 01-.051.203c-.314-.053-2.468 1.498-1.59 1.331-1.63.604-3.326 1.03-5.017 1.409-.808.183-1.874.312-3.082.406-1.574-1.141-3.529-1.993-6.038-2.336-75.291-10.336-150.897-9.422-226.528-3.499-1.364.109-2.595.406-3.761.779-7.373-.104-12.075-3.682-15.157-11.263 1.424-2.391 2.917-4.138 5.705-6.55z'/%3E%3Cpath d='M186.387 186.935c-.178-19.128-29.853-19.144-29.681 0 .437 47.81 5.949 95.075 11.873 142.453 2.338 18.732 32.044 18.961 29.681 0-5.928-47.383-11.436-94.644-11.873-142.453zM248.712 183.967c-1.026-19.032-30.709-19.136-29.681 0 2.829 52.483 4.723 105.01 10.39 157.293 2.039 18.819 31.738 19.017 29.681 0-5.668-52.283-7.566-104.81-10.39-157.293zM284.857 186.427c7.993 58.711 4.169 118.058 3.92 177.089-.081 19.139 29.595 19.134 29.681 0 .26-61.896 3.393-123.445-4.98-184.983-2.576-18.885-31.17-10.81-28.621 7.894z'/%3E%3C/svg%3E");}
i.svg-eye{width:30px;height:30px;background-position:center center;background-size:24px;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='481.172' height='481.171'%3E%3Cpath d='M218.918 101.812c-96.52 4.677-186.707 59.737-218 153.542-.863 2.575-.968 4.911-.597 7.019-.734 3.168-.282 6.728 2.095 10.358 106 162.419 358.221 123.948 473.1-8.871a16.946 16.946 0 002.011-2.89c3.626-4.22 5.118-10.263 1.798-16.584-50.74-96.399-153.427-147.748-260.407-142.574zM30.39 261.047c23.775-68.293 83.411-109.349 150.984-124.039-42.274 16.854-76.048 53.105-80.92 101.046-4.124 40.619 13.952 78.414 43.419 103.312C99.144 328.94 59.094 303.23 30.39 261.047zm192.666 82.447c-53.408 3.107-97.591-48.464-95.572-99.406 1.663-42.066 35.02-72.839 73.067-84.554 12.522-.939 25.006-.883 37.534.27 1.196.111 2.293.066 3.332-.071 45.174 12.4 80.922 51.912 73.874 102.601-6.242 44.832-48.379 78.606-92.235 81.16zm81.819-7.226c20.038-19.475 34.089-45.204 37.872-72.382 9.236-66.415-40.726-118.637-100.945-132.367-.125-.173-.233-.355-.363-.519 84.495 1.433 163.534 45.25 206.732 118.8-36.73 39.431-88.093 69.827-143.296 86.468z'/%3E%3Cpath d='M280.653 239.425c-5.113-14.817-12.888-27.812-26.599-36.059-3.219-1.935-6.646-3.311-10.189-4.291-4.367-1.808-8.901-2.925-13.49-3.479.381.609.782 1.193 1.115 1.848 3.687 7.323 4.425 14.727 3.23 22.739-.896 5.972-4.162 12.721-8.856 16.646-6.995 5.84-15.663 8.227-24.62 5.678-9.288-2.646-17.078-9.176-23.379-16.26a15.609 15.609 0 01-3.064-5.235c-12.535 14.995-15.01 35.19-.305 53.593 17.763 22.216 51.338 29.655 77.401 19.51.392-.152.701-.371 1.071-.544 2.59-.472 4.992-1.589 6.906-3.412 1.28-.776 2.539-1.69 3.728-2.94 10.055-10.485 18.59-23.363 17.783-38.501-.011-.254-.082-.482-.102-.736.533-2.554.462-5.398-.63-8.557z'/%3E%3C/svg%3E");}
i.svg-check{display:block;width:30px;height:30px;background-position:center center;background-size:24px;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M12.42 28.678L-.013 16.44l6.168-6.071 6.265 6.167L25.846 3.322l6.168 6.071L12.42 28.678zM3.372 16.441l9.048 8.905L28.628 9.393l-2.782-2.739L12.42 19.868l-6.265-6.167-2.782 2.739z'/%3E%3C/svg%3E");}
i.svg-repeat{margin-right:10px;display:block;width:16px;height:16px;background-position:center center;background-size:16px;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg fill='%23b0a9c0' xmlns='http://www.w3.org/2000/svg' width='487.398' height='487.398'%3E%3Cpath d='M379.227 46.251c-87.844-58.98-208.23-27.888-274.96 49.48-24.682 28.62-38.25 60.702-44.468 94.257-3.618-3.712-7.3-7.373-11.113-10.933-24.557-22.917-65.833 11.293-41.025 34.449 12.921 12.055 24.667 25.049 35.79 38.557 3.423 4.159 6.812 8.348 10.108 12.613 3.037 3.926 6.086 7.841 9.034 11.837 4.316 5.85 11.512 8.485 18.89 8.541 9.179 1.925 19.002-1.041 25.23-11.725 1.284-2.204 2.668-4.316 4.014-6.454 6.157-9.75 12.984-18.819 20.508-27.249 12.458-13.949 26.763-26.243 43.195-37.023 12.271-8.048 11.601-26.979 2.862-36.516-10.489-11.445-25.895-10.115-38.164-2.071a245.538 245.538 0 00-22.452 16.655 169.99 169.99 0 015.309-15.366c19.573-48.855 72.996-85.503 125.134-96.466 87.351-18.377 157.087 55.421 178.049 128.534 24.277 84.701-12.121 201.844-113.93 220.704-61.601 11.405-120.907-18.062-160.149-63.012-.124.065-.267.132-.391.203-.287-.655-.701-1.229-1.034-1.854a25.442 25.442 0 00-5.913-7.257c-6.073-5.134-14.462-7.703-22.978-6.058-14.508 2.798-24.387 16.66-21.726 30.478l.49 2.529c.582 3.026 1.815 5.783 3.395 8.287.708 1.127 1.518 2.158 2.392 3.153.719.812 1.43 1.604 2.247 2.326 39.689 45.112 96.441 76.25 159.555 83.675 115.864 13.629 199.021-80.197 216.916-181.609 16.096-91.184-26.798-190.306-104.815-242.685z'/%3E%3C/svg%3E");}
i.svg-cancel{display:block;width:16px;height:16px;background-position:center center;background-size:16px;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='465.519' height='465.519'%3E%3Cpath d='M455.175 69.675c-23.979-19.573-46.104-40.883-68.771-61.703-6.159-5.657-13.67-5.527-19.474-2.432-5.062 2.702-10.496 10.59-14.335 14.866-33.85 37.62-68.659 74.362-107.531 107.6-4.362 3.732-11.058 3.225-14.815-1.117C197.402 88.947 168.62 48.346 140.656 7.24 136.88 1.692 131.2-.331 125.686.044c-5.735.388-11.56 3.633-13.604 4.565a18 18 0 00-3.488 2.08C84.231 25.146 58.861 42.376 33.418 59.55c-.381.254-.729.53-1.056.808-.562.477-5.553 2.968-8.501 7.896-3.194 5.337-3.48 12.22 1.933 18.093 41.588 45.092 80.755 92 122.176 137.217 3.88 4.232 3.438 10.593-.924 14.325-47.642 40.775-86.709 89.402-137.9 126.832-3.006 2.199-4.738 4.697-5.461 7.257-1.386 4.921 1.265 11.542 2.773 14.213.82 1.458 1.995 2.874 3.582 4.215 23.583 19.972 45.286 41.645 67.524 62.83 6.053 5.769 13.574 5.758 19.438 2.752 5.106-2.62 10.679-10.404 14.602-14.599 34.599-37.064 70.134-73.23 109.674-105.83 4.43-3.656 11.1-3.032 14.782 1.386 32.093 38.481 60.057 79.552 87.209 121.109 3.666 5.606 9.308 7.724 14.832 7.439 5.738-.294 11.619-3.442 13.69-4.337a18.569 18.569 0 003.524-2.021c24.725-18.058 50.435-34.855 76.215-51.607a14.97 14.97 0 001.077-.792c.563-.468 5.591-2.874 8.638-7.739 3.306-5.281 3.732-12.167-1.574-18.134-41.132-46.27-79.755-94.354-120.76-140.71-3.809-4.302-3.347-10.771.965-14.566 47.438-41.792 85.787-91.612 136.699-130.242 2.966-2.25 4.651-4.778 5.316-7.346 1.29-4.94-1.498-11.514-3.057-14.165-.846-1.439-2.044-2.838-3.659-4.159zm-42.092 19.832c-46.936 40.398-84.594 89.073-133.281 127.988-2.112 1.696-3.55 3.526-4.408 5.413-1.609 3.542-1.812 10.191-.726 14.035.594 2.118 1.747 4.215 3.564 6.221 40.771 44.772 78.633 91.658 118.165 137.339 3.763 4.342 2.925 10.396-1.869 13.543-14.355 9.436-28.619 18.981-42.675 28.782-4.713 3.285-11.075 2.098-14.27-2.676-25.248-37.771-51.709-74.758-81.466-109.705-3.723-4.372-8.557-12.558-13.299-15.797-5.947-4.058-14.485-5.18-21.754.314-46.207 34.906-86.562 75.007-125.52 116.433a10.249 10.249 0 01-14.607.381c-9.478-9.095-19.009-18.144-28.764-26.994-4.248-3.854-4.083-9.821.338-13.487 47.735-39.618 86.348-87.661 135.8-125.767 1.975-1.518 3.369-3.168 4.283-4.88 1.706-3.184 2.163-9.579.982-13.302-.655-2.049-1.831-4.077-3.638-5.994-41.657-44.095-80.438-90.348-120.866-135.369-3.839-4.273-3.115-10.336 1.627-13.576 14.16-9.666 28.224-19.438 42.071-29.467 4.654-3.369 11.04-2.298 14.32 2.417 25.994 37.351 53.189 73.905 83.647 108.359 3.801 4.306 8.788 12.393 13.581 15.554 6.022 3.968 14.594 4.951 21.754-.66 45.503-35.66 85.051-76.424 123.176-118.484a10.26 10.26 0 0114.604-.646c9.658 8.945 19.383 17.837 29.311 26.525 4.333 3.786 4.282 9.75-.08 13.5z'/%3E%3C/svg%3E");}
/* Иконки форматов файлов */
.file_extension_icon        {width:16px;height:16px;display:block;margin-right: 10px;background:#ffffff url("icons-files-extensions.gif?design=newyear") no-repeat left top;}
.file_extension_icon.torrent{background-position:-16px 0px}
.file_extension_icon.xls    {background-position:-32px 0px}
.file_extension_icon.ie7    {background-position:-48px 0px}
.file_extension_icon.ppt    {background-position:-64px 0px}
.file_extension_icon.htm,
.file_extension_icon.html   {background-position:0px -16px}
.file_extension_icon.avi    {background-position:-16px -16px}
.file_extension_icon.bmp,
.file_extension_icon.gif    {background-position:-32px -16px}
.file_extension_icon.js,
.file_extension_icon.css,
.file_extension_icon.txt    {background-position:-48px -16px}
.file_extension_icon.pptm    {background-position:-64px -16px}
.file_extension_icon.rtf,
.file_extension_icon.doc    {background-position:0px -32px}
.file_extension_icon.jpg    {background-position:-16px -32px}
.file_extension_icon.png    {background-position:-32px -32px}
.file_extension_icon.ini    {background-position:-48px -32px}
.file_extension_icon.pptx   {background-position:-64px -32px}
.file_extension_icon.php    {background-position:0px -48px}
.file_extension_icon.mht,
.file_extension_icon.mhtml  {background-position:-16px -48px}
.file_extension_icon.psd    {background-position:-32px -48px}
.file_extension_icon.zip    {background-position:-48px -48px}
.file_extension_icon.xps    {background-position:-64px -48px}
.file_extension_icon.exe    {background-position:0px -64px}
.file_extension_icon.xml    {background-position:-16px -64px}
.file_extension_icon.wma,
.file_extension_icon.mp3    {background-position:-32px -64px}
.file_extension_icon.xlsx   {background-position:-48px -64px}
.file_extension_icon.xlsb   {background-position:-64px -64px}
.file_extension_icon.pdf    {background-position:0px -80px}
.file_extension_icon.csv    {background-position:-16px -80px}
.file_extension_icon.docx   {background-position:-32px -80px}
.file_extension_icon.accdb  {background-position:-48px -80px}
.file_extension_icon.xlsm   {background-position:-64px -80px}
.file_extension_icon.dll    {background-position:0px -96px}
/* Owl Carousel CORE */
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}
#index-products .owl-carousel .owl-stage,.related .owl-carousel .owl-stage{display: -webkit-box;display: -ms-flexbox;display: flex;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{border:none;font:inherit}
.owl-carousel.owl-loaded{display:block;}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.no-js .owl-carousel{display:block}
.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut {
0%{opacity:1}
100%{opacity:0}
}
.owl-height{transition:height 500ms ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}
.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* Цена */
.price {font-family: 'Neucha',cursive;color: #350c0c;font-weight: normal;font-size: 24px;transition:0.3s all ease;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;}
.price.old-price {font-weight:normal;text-decoration:line-through;font-size:18px;color: #ffffff;}
.price.RUB:after{content:' ';display:inline-block;background-repeat:no-repeat;width:20px;height:20px;background-position:center center;background-size:24px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24.6'%3E%3Ctext transform='translate(4.345 18.465)' font-size='20' font-family='Nunito-Regular' fill='%23350c0c'%3E₽%3C/text%3E%3C/svg%3E");}
.ios .price.RUB:after, .price.old-price.RUB:after{content:'р.'!important;background-image:none!important;} 
.price.old-price.RUB:after{content:' ';display:inline-block;background-repeat:no-repeat;width:20px;height:20px;background-position:center center;background-size:18px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24.6'%3E%3Ctext transform='translate(4.345 18.465)' font-size='20' font-family='Nunito-Regular' fill='%23ffffff'%3E₽%3C/text%3E%3C/svg%3E");}
.index-page-item .price.RUB:after{content:' ';display:inline-block;background-repeat:no-repeat;width:20px;height:20px;background-position:center center;background-size:24px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24.6'%3E%3Ctext transform='translate(4.345 18.465)' font-size='20' font-family='Nunito-Regular' fill='%23fd4d40'%3E₽%3C/text%3E%3C/svg%3E");}
.index-page-item .price.old-price.RUB:after{content:' ';display:inline-block;background-repeat:no-repeat;width:16px;height:16px;background-position:center center;background-size:16px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24.6'%3E%3Ctext transform='translate(4.345 18.465)' font-size='20' font-family='Nunito-Regular' fill='%23d4cee3'%3E₽%3C/text%3E%3C/svg%3E");}
.nav-content .items .item .product-right .price{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;}
.nav-content .items .item .product-right .price.old-price.RUB:after{content:' ';display:inline-block;background-repeat:no-repeat;width:16px;height:16px;background-position:center center;background-size:16px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24.6'%3E%3Ctext transform='translate(4.345 18.465)' font-size='20' font-family='Nunito-Regular' fill='%23d4cee3'%3E₽%3C/text%3E%3C/svg%3E");}
.cart-dropdown .cart-products-list .price.RUB:after{background-size:16px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24.6'%3E%3Ctext transform='translate(4.345 18.465)' font-size='20' font-family='Nunito-Regular' fill='%23350c0c'%3E₽%3C/text%3E%3C/svg%3E");}
/* Капс */
.caps_lock {color:red;margin-top:5px;margin-bottom:10px;text-align:center;} 
/* Кнопки */
button{font-family:'Ubuntu', sans-serif;}
.button {border:0;transition: all 0.3s ease;cursor:pointer;z-index: 2;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;-ms-flex-line-pack: center;align-content: center;font-size: 16px;color: white;width: 290px;height: 44px;border-radius: 30px;background-image: -moz-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -ms-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);box-shadow: 0px 2px 8px 0px rgb( 180, 13, 189 );}
.button:hover{background-image: -moz-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -ms-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);box-shadow: 0px 2px 10px 2px rgb( 242, 0, 255 );} 
.compare-reset{width:200px;}
/* Иконки Новинка, Хит, Скидка*/
.product-image{overflow:hidden;}
.product-image .icon{position:absolute;left:10px;top:10px;width:80px;height:30px;}
.ico-new, .ico-best, .ico-sale {font-size:16px;font-family:'Neucha';color:#ffffff;text-align:center;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;background-repeat:no-repeat;background-position:center center;width:100%;height:100%;z-index:4;}
.products-small-list .icon{zoom:0.8;}
.ico-best{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1c22e' viewBox='0 0 83.2 27.1'%3E%3Cpath d='M9 5.5s.2-.4.4-.5c.4-.3.9-.4 1.2-.4 1.2-.2 2.6-.1 3.8-.1 2.6 0 5.3 0 7.8-.1 2.6 0 5.3 0 7.8-.1 2.3 0 4.6-.1 6.7-1.1 1.7-.8.9-2.7-1-2.8-1.2-.1-2.4-.2-3.5-.2v3c13.2-.3 26.4-.3 39.5-.2 2.3 0 2.3-3 0-3-13.2-.1-26.4 0-39.5.2-2.4 0-2.3 2.8 0 3 1.2.1 2.4.2 3.5.2-.4-.9-.6-1.9-1-2.8-1.3.7-2.9.6-4.5.7h-5.7c-3.8 0-7.7.1-11.5.1-2.8 0-6.2.3-7.5 2.8-1 2.3 1.3 4.8 4.3 4.2 2.5-.4 1.5-3.3-.8-2.9z'/%3E%3Cpath d='M70.9 2.9c.7.1 1.3.1 2 .1-.5 0 .7-.1.7 0-.2-.2-.4-.3-.6-.5-.1.1-.2.2-.2.3-.8.7-.8 2.1-.2 2.9 0 0 .5.5.6.5-1.7 0 .5-1.5-.5-.8-.4.3-.6.8-.7 1.2-.2 1.2.6 2.1 1.6 2.8.1.1.6.5.7.5l.2.2.2-.2c-.7 0-1.5 0-2.1.1-1.3.2-2.8.5-4 1.2-2 1.2-2.4 3.8-.1 4.9 1.1.5 2.7.4 3.9.4 1.7 0 3.4 0 5.1.1.2 0 2.2.2 2.3.1-.1-.1-.2-.2-.4-.3-.1-.3-.4-.4-.6-.1-.2 0-.7.1-1 .1-1.7.1-3.3-.1-4.9.1-1.2.1-2.3.5-2.8 1.6-.1.4 0 .9-.2 1.3-.4.5-1.2.4-1.8.4-1.2.1-2.4.4-3.2 1.3-.4.5-.4.9-.5 1.4-.1.2 0 .2-.1.3-.2.2-.9.1-1.1.1-7.7.1-15.3-.1-23-.4-2.3-.1-2.3 2.9 0 3 7.6.3 15.2.5 22.7.4 1.3 0 2.8-.1 3.9-.9.5-.4 1-.9 1.1-1.4.2-.8-.1-.7 1-.7 1.5-.1 2.7-.3 3.7-1.3.5-.5.9-1 1-1.6 0-.1 0-.7.1-.7-.6.5 1 .3 1.1.3 2.9-.1 6.8.4 8.1-2.4.5-1 .2-2.2-.9-2.8-1.3-.8-3.3-.6-4.9-.6-1.7 0-3.4-.1-5.1-.1-.2 0-1.2-.1-1.3 0 0 0-.6.3.1.3 0 0 .7-.4.6-.3.4-.2 1-.3 1.3-.4 1.5-.3 3.1.1 4.3-.7 1.2-.7 1.6-2.1 1.1-3.2-.2-.6-.7-1.1-1.3-1.6-.1-.1-.7-.6-1-.6-.2-.2-.4-.1-.1.4.2-.2.4-.3.5-.5.4-.5.6-1 .5-1.6 0-.2-.1-.4-.2-.6-.1-.2-.4-.4-.5-.5v.5c1.1-1 1.7-2.5.5-3.7-.4-.4-1-.7-1.7-.8-1-.2-1.8.1-2.8-.1-2.5-.6-3.5 2.3-1.1 2.6z'/%3E%3Cpath d='M46.2 22.9c-3.8-.1-7.6-.1-11.4-.2-3.8-.1-7.5 0-11.1.5-1 .1-1.5 1.1-1.2 1.8.2.8 1.2 1.2 2.2 1 3.5-.5 7.1-.4 10.6-.4 3.7.1 7.3.1 10.9.2 2.3.1 2.3-2.9 0-2.9z'/%3E%3Cpath d='M43.3 25.8c.9 0 1.8 0 2.7.1-.1 0-.4 0-.5-.1.2 0 .5.1.7.1-.1-.1-.2-.1-.5-.2.1.1.2.1.5.2.4.2.7.3 1.2.3h1.2c-.1 0-.4 0-.5-.1h.2v-2.9h-.1c.1 0 .4 0 .5-.1h-.4c.1 0 .4 0 .5.1-1.6-.2-3.1-.6-4.6-.6-.7 0-1.3.4-1.7.9-.2.6-.1 1.2.4 1.6.2.3.6.4 1.1.5.4.1 1.1 0 1.5-.2s.7-.5.9-.9c.1-.4.1-.8-.2-1.2-.2-.3-.6-.5-1.1-.7H45c.1.1.2.1.5.2h-.1c.1.1.2.2.4.2l-.1-.1c-.5.9-.9 1.7-1.3 2.6.5 0 .9 0 1.3.1-.1 0-.4 0-.5-.1.6.1 1.2.2 1.7.3.2 0 .5.1.9.1.6.1 1.1.1 1.7 0 .4-.1.7-.3 1-.5.2-.3.4-.6.4-.9 0-.3-.1-.5-.2-.8-.2-.3-.7-.6-1.1-.7-.4-.1-.9-.1-1.2-.1h-.9c.1 0 .4 0 .5.1h-.1c.1.1.2.1.5.2-.4-.2-.7-.4-1.2-.5-.5-.1-.9-.1-1.3-.2h-2.2c-1 0-1.8.7-1.8 1.5-.3 1.1.5 1.7 1.4 1.8z'/%3E%3Cpath d='M48.5 23.6c-5.7 0-11.5 0-17.2.1H23c-1.3 0-2.7 0-4 .1-.7 0-1.5.1-2.3.1-.4 0-.7.1-1.1.1-.9 0-.9.4.2 1.4 1.1-1.7-2-3.2-3.2-1.5-.6.9-.5 1.9.5 2.6 1.1.8 2.6.5 3.9.4 3.4-.2 7-.2 10.4-.2 7.1 0 14.1-.1 21.2-.1 2.3 0 2.3-3-.1-3z'/%3E%3Cpath d='M14.4 23c-1.3-.8-3.2-.7-4.8-.7H7.2c-.2 0-.7-.1-1 0h-.1s-.4.7 0 .7c.2 0 .9-.1 1.1-.2.4 0 .7-.1 1.1-.2.6-.2 1.3-.4 2-.7 1.7-.9 1.3-2.8-.4-3.6-1.3-.7-3.1-.7-4.5-1-.1 0-.5-.1-.5-.1s.2.6.1.6c.1 0 .9-1.3.9-1.4.5-1.2-.2-2.3-1.6-3-.1-.1-.5-.3-.6-.3-.4 0 0-.1-.1 0 .1.1.1.3.1.4-.1-.1.7-.2.9-.2 1.7-.1 3.5.1 5.3-.6 1.7-.7 2.2-2.2 2.1-3.7-.3-1.9-4-1.9-3.9 0 0 .3.1.9-.1 1.1-.1.1-.7.2-1 .2-1.3.2-2.7-.1-4 .2-2.9.6-4.2 3.6-1.6 5.1.1.1 1.1.6 1.1.5-.2.2-.2-.6-.2-.6l-.3.3c-.7.9-1.1 1.9-.5 2.9.6.9 1.8 1.3 2.9 1.5l1.8.3c.5.1 1.2.1 1.6.5-.1-.2-.4-.4-.5-.7.1-.3.1-.5.2-.8.4-.2.4-.2 0-.1-.1 0-.2.1-.4.1-.4.1-.7.2-1.2.2-.7.1-1.6.2-2.2.5-1.4.8-1.9 2.5-.7 3.7s3.1 1.1 4.8 1h2.4c.7 0 1.5 0 2 .3.9.5 2.1.1 2.6-.5.7-.4.3-1.2-.4-1.7z'/%3E%3Cpath d='M4.1 14v.5c0 1.6 3.3 2.1 3.5.4 0-.3 5.4-.2 6-.3 2.1-.1 4.2-.1 6.2-.1h12.8c1.8 0 2.4-2.1 1-2.8-1.5-.7-3.2-.8-4.9-.9-2-.2-3.8-.3-5.7-.4-3.9-.2-7.8-.3-11.9-.3.4.9.6 1.9 1 2.8 1.2-.4 2.9-.3 4.3-.3 1.7 0 3.3-.1 5-.1 3.3-.1 6.5-.2 9.8-.3 2.3-.1 2.3-3 0-3-4.8 0-9.5-.1-14.3-.3-1.1 0-2.6.1-3.5-.2-.4-.1-.4.1-.5-.2-.1-.2 0-.6-.1-.9-.1-1.4-.5-2.7-2.1-3.4-.1.9-.2 1.8-.5 2.7 2.2-.4 4.6-.4 6.8-.6 2.6-.1 5-.3 7.6-.4 4.9-.3 9.9-.5 14.8-.8-.5-.2-1.1-.5-1.6-.7 0-.1-3.3.1-3.7.1h-4.3c-3.1 0-6-.1-9-.1s-6-.1-9-.1c-1.1 0-2.7-.3-3.8.3-1 .5-1.1 1.6-.9 2.5.6 2 3.1 2.8 5.4 3 2.8.2 5.7.1 8.6.2 6 .3 11.9.7 17.9 1.1 1.8.1 2.4-2.1 1-2.8-3.2-1.4-7-1.4-10.4-1.7-4-.3-8.1-.5-12.1-.8v3c6.2-.7 12.5-.3 18.5 1.2-.1-.9-.2-1.8-.5-2.7-2.7 1-7.7-.6-8.3 2.8-.1.6.6 1.3 1.3 1.4 1.3.2 2.7.4 4 .6.6.1 1.2.2 1.7.2.4.1.7.1 1.2.2.6.2.7.1.4 0-.1-.4-.4-.7-.5-1.1v.3c.1-.4.4-.7.5-1.1.2-.2.4-.1-.1-.2-.2 0-.6 0-.9.1-.5.1-1 .3-1.5.6-.7.6-1.1 1.6-1.3 2.5-.1.2-.6 1.5-.5 1.6-.2-.2 1.8-.3.4-.5h-1.2c-1.7 0-3.4.1-5.1 0-6.6 0-13.1-.4-19.7-.7-2.1-.1-2.6 2.7-.5 2.9 7 .8 13.8 1.3 20.8 1.3 2.3 0 2.3-2.9 0-3-3.8-.1-7.7-.3-11.5-.4v3c2.3-.1 4.6-.1 6.8.2-.2-.8-.5-1.7-.9-2.5-.4.4-2 .3-2.6.3l-3.3.3-3.3.3c-.6.1-2.7.5-3.3.2-1.5-.8-3.7.9-2.6 2.1 1 1.1 2.1 2.2 2 3.7-.2 1.7 3.2 2 3.5.4-.6.5-.5.7.1.5h.5c.5 0 1 .1 1.6.2 1.1.2 2.2.4 3.3.7 2.1.4 4.2.6 6.2.4 1-.1 1.5-1.1 1.2-1.8-.2-.9-1.2-1.2-2.2-1-6 .7-11.9-2.1-17.7-.6-1.8.5-1.7 2.4 0 2.9 1.1.3 2.2.1 3.3 0s2.6-.1 3.5-.5c1.8-.8 2.3-3 .2-3.9-.4.9-.6 1.9-1 2.8 4.8 0 9.5 0 14.4.2 2.3.1 2.3-2.9 0-3-4.3-.2-8.4-.7-12.7-1.3-.1 1-.4 2-.5 2.9 5.5.2 11-.2 16.5-1.2 2.1-.4 1.5-2.8-.5-2.9-3.2-.2-6.5.3-8.1 2.8-.7 1 .1 2.3 1.6 2.3 2.7 0 5.5.1 8.2.4-.5-.8-1.1-1.5-1.6-2.3-.1.2-2.3.2-2.8.2-1.2.1-2.4.2-3.7.3-2.3.2-2.4 3 0 3 9.7-.1 19.2-.3 28.9-.8 2.3-.1 2.3-3.1 0-3-9.7.5-19.2.8-28.9.8v3c2.1-.1 4-.3 6.1-.4 1.5-.1 2.7-.4 3.5-1.5.9-1-.4-2.1-1.6-2.3-2.7-.3-5.5-.4-8.2-.4.5.8 1.1 1.5 1.6 2.3 1-1.4 3.2-1.4 4.9-1.3-.1-1-.4-2-.5-2.9-5.1 1-10.3 1.3-15.5 1.1-2.1-.1-2.6 2.6-.5 2.9 4.5.7 9 1.2 13.7 1.4v-3c-4.8-.2-9.5-.2-14.4-.2-1.7 0-2.6 2.1-1 2.8v-1.4c-.2 0-.4.1-.6.1-.4 0-1 .1-1.5.1-.7.1-1.6.3-2.3.1v2.9c3.1-.8 5.9-.1 8.8.4 2.9.4 5.9.6 8.8.2-.4-1-.6-1.9-1-2.9-2.7.3-5.4-.7-8.1-1.1-2-.3-5.6-.8-6.2 1.4 1.2.1 2.4.3 3.5.4.2-2-1-3.7-2.4-5.2-.9.7-1.7 1.4-2.6 2.1 1.2.7 2.6.4 3.9.3 1.7-.1 3.4-.3 5-.4 1.6-.1 3.2-.3 4.8-.4 1.2-.1 2.3-.2 3.2-1 .7-.8.7-2.3-.9-2.5-2.6-.3-5.3-.4-7.8-.3-2.3.1-2.3 2.9 0 3 3.8.1 7.7.3 11.5.4v-3c-6.6 0-13.3-.4-19.9-1.2-.1 1-.4 2-.5 2.9 4.6.2 9.3.5 13.9.6 2.3.1 4.6.1 7 .1 2.1 0 4.5.2 6.5-.2 1.8-.4 1.8-2 2.2-3.3.1-.3.1-.8.4-1-.1.1.4.1.6.1.9 0 1.8-.4 2.2-1.1 1-1.5-.6-2.6-2.3-2.8-2.3-.3-4.6-.6-7-.9.5.5.9 1 1.3 1.4v-.3c-.1.4-.4.7-.5 1.1.5-.5 2.7-.2 3.4-.3 1.2-.1 2.4-.3 3.5-.7 1.5-.6 1-2.4-.5-2.7-6.4-1.6-13-2-19.6-1.3-2.3.2-2.4 2.9 0 3 3.7.2 7.2.4 10.9.7 3.1.2 7 .1 9.8 1.3.4-.9.6-1.9 1-2.8-4.5-.3-9.5-.7-14.4-.9-2.4-.1-4.9-.2-7.3-.3-.5 0-6.2.2-5.9-.8-.2.3-.6.6-.8.9-.5.2-.5.1.1.1H12.7c1.7 0 3.4 0 5.1.1 3.3 0 6.6.1 10 .1 2.9 0 6.2.4 9.2-.1 2.6-.4 4.4-2.4 3.1-4.5-.2-.4-1-.8-1.6-.7-5.1.3-10.3.5-15.4.8-2.6.1-5 .3-7.6.4-2.4.1-4.9.2-7.2.6-1.5.3-1.6 2.1-.4 2.7.4.2.2 1.5.2 1.8.1.7.2 1.3.7 1.9 1.3 1.5 3.8 1.3 5.7 1.4 5.1.2 10.4.4 15.5.4v-3c-3.7.1-7.3.2-10.9.3-3.2.1-7-.3-9.9.8-1.7.6-.7 2.8 1 2.8 3.5 0 7.1 0 10.6.2l5.1.3c1.5.1 3.5 0 4.9.6.4-.9.6-1.9 1-2.8-5.3-.1-10.6-.1-15.9 0-2.6 0-5.1.1-7.8.2-2.1.1-4.6.3-5 2.3 1.2.1 2.4.3 3.5.4V14c1.2-2-2.5-2-2.5 0z'/%3E%3Cpath d='M30.6 21.7c3.2-.1 6.5 0 9.7.3v-3c-3.4-.2-6.7-.4-10.1-.9.5.5.9 1 1.3 1.4v-.2c-.1.4-.4.7-.5 1.1-.4.1-.4.2.2.1h6.2c2.4 0 4.9 0 7.5.1 4.9.2 9.9.5 14.8 1-.1-1-.4-2-.5-2.9-1.7.3-3.4.2-5.1.2-1.8 0-3.7-.1-5.5-.1-3.5 0-7.1.2-10.5.8-.9.1-1.5 1-1.3 1.6.1.8.9 1.2 1.8 1.3 6.7.7 13.5.9 20.2 1 3.1 0 5.9.2 8.3-1.4 1.2-.8 2.4-1.6 3.5-2.4 1.2-.8 2.3-1.5 3.1-2.6.6-.9-.1-2.4-1.6-2.3-1.8.1-3.7.1-5.5-.3-1.7-.4-3.3-1-5-1.4-3.5-.9-7.2-1-10.9-1H39.9c-3.5 0-5.7 1.9-7.5 4.2-1 1.3 1 2.7 2.6 2.1 2.6-1 5.5-.9 8.2-.9 3.3 0 6.6 0 10 .1 3.2.1 6.5.1 9.7.3.7 0 1.7.2 2.4.1.6-.1.5.3.6-.4.1-.8-.1-.4-.6-.2-1.3.6-2.7 1-4 1.3l1.5 2.7c1-.5 1.8-1 2.6-1.7 1.2-1 .2-2.4-1.3-2.6-4.4-.5-8.8-.7-13.3-1-4.3-.2-8.7-.5-13-.3v3c3.2-.2 10.3-1.1 10.4-4.7.1-3.7-7.1-4.3-10.3-4.6v3c4.9.3 9.8.5 14.7.8 2.4.1 4.8.3 7.2.5 1 .1 2.1.1 3.1.3.2 0 2.3.2 2.4.6.6 1.6 3.5 1.3 3.5-.4 0-2 1.8-3.4 4.3-3.3 1.3 0 2.3-1.3 1.6-2.3-.4-.5-.7-1-1.1-1.5-.1-.3-.4-.5-.5-.8-.1.2-.1.2 0 0 .1-.3.6-.6.7-.8.2-.4.5-.8.5-1.2.2-2.2-2.7-2.5-4.6-2.5-6.1-.2-12.1-.4-18.2-.4h-9.4c-2.1 0-5.4-.2-6.2 1.9C35 5.6 38 6.6 40 6.9c2.3.3 5.5-.3 7.5 1 .2-.8.5-1.7.9-2.5-2.8.3-5.7 0-8.6 0-2.1 0-5.3-.3-6.5 1.4-.4.5-.4 1.4.2 1.8 2 1.4 4.4 1.9 6.8 2.4 2.8.7 5.6 1.2 8.4 1.6 5.6.8 11.5 1.3 17.1.7 2.2-.2 3.4-2.4 1.3-3.6-1-.5-2.4-.5-3.5-.5-1.6-.1-3.2-.3-4.9-.4-6.1-.5-12.1-.9-18.2-1.4v3c5.3-.5 10.6-.3 15.9 0 2.6.1 5.1.2 7.7.3 2.4 0 5.1.3 7.3-.6.9-.3 1.2-1.4.6-2.1-1.3-1.5-3.9-1.2-6-1.3-2.7-.2-5.4-.3-8.1-.5L42 5.3v3c9.9.2 19.6.5 29.3.7 2.4.1 2.3-2.8 0-3C62 5 52.8 4.2 43.5 3.5c-2.1-.2-2.6 2.7-.5 2.9 8.8 1.2 17.7 2.3 26.7 2.8 2.1.1 2.4-2.5.5-2.9C65.1 5.2 60 4.5 54.8 4c-2.1-.2-2.6 2.7-.5 2.9 5.5.8 11 1.5 16.5 2.1 1.7.2 2.2-1.7 1.3-2.6-1.5-1.4-4-1.2-6.1-1.3-2.7-.1-5.3-.3-7.9-.4-2.4-.1-2.3 2.8 0 3 3.2.3 6.4.5 9.4.8 2.2.2 2.3-2.4.5-2.9-2.2-.6-4.6-1-7-1-2.3 0-2.3 3 0 3 2.1 0 4 .3 6 .8.1-1 .4-2 .5-2.9-3.2-.3-6.4-.5-9.4-.8v3c2.1.1 4.2.2 6.2.3 1 0 2 .1 2.9.1.6 0 1.8-.1 2.3.3.5-.9.9-1.7 1.3-2.6-5.1-.6-10.4-1.2-15.5-2-.1 1-.4 2-.5 2.9 4.9.5 9.7 1.2 14.3 2.2.1-1 .4-2 .5-2.9-8.7-.4-17.1-1.5-25.7-2.7-.1 1-.4 2-.5 2.9 9.3.7 18.6 1.6 27.9 2.5v-3c-9.5-.2-19.2-.5-28.9-.7-2.3-.1-2.3 2.9 0 3 4.8.3 9.4.5 14.2.8 2.3.1 4.6.3 7 .4 1.2.1 2.4.1 3.5.2 1 .1 2.2 0 3.2.3-.4-.2-.7-.5-1.1-.7 0 .1.1.1.1.2.2-.7.5-1.4.6-2.1-1 .4-2.3.2-3.4.2H63c-2.5-.1-5-.2-7.4-.3-4.9-.2-9.8-.4-14.7.1-2.3.2-2.3 2.8 0 3 4.2.3 8.3.6 12.5 1 2.1.2 4 .3 6.1.5 1 .1 2.1.2 3.1.2.5 0 1 .1 1.5.1.6 0 1.3.4 1.1-.3.1-.4.1-.8.2-1.2.6-.4.5-.5-.2-.3-.4 0-.7 0-1.1.1-.6 0-1.1 0-1.7.1h-4c-2.6-.1-5-.3-7.5-.7s-4.9-.8-7.3-1.3c-2.2-.5-5.1-.8-6.8-2 .1.6.2 1.2.2 1.8-.5.2-.5.3.1.2h2.3c1.2 0 2.3 0 3.5.1 2.3.1 4.6.1 7-.2 1.3-.2 1.8-1.8.9-2.5-1.6-1-3.2-1.5-5.1-1.6-1-.1-2 0-3.1-.1-.6 0-1.1-.1-1.6-.2-.2 0-.5-.1-.7-.2-.6.6-.6.9-.1.9.4.1 1.3 0 1.7 0H47.7c2.4 0 4.9 0 7.2.1 4.8.1 9.5.2 14.4.4h2.6c-.1-.3-.2-.6-.5-.9-.4 0-1 1.2-1.1 1.4-.7 1.6 1 3.3 2 4.6.5-.8 1.1-1.5 1.6-2.3-4.4 0-7.8 2.7-7.9 6.3 1.2-.1 2.4-.3 3.5-.4-.7-1.9-3.2-2.4-5.3-2.7-2.6-.4-5.3-.5-7.9-.6-5.9-.4-11.7-.7-17.6-1-2.4-.1-2.3 2.8 0 3 .7.1 6.7.9 6.6 1.5-.1.4-2.3 1-2.8 1.1-1.2.4-2.6.6-3.9.6-2.3.1-2.3 3.1 0 3 4.3-.2 8.7.1 13 .3 4.4.2 8.9.5 13.3 1-.5-.9-.9-1.7-1.3-2.6-.6.5-1.1.9-1.8 1.2-1.8.9-.6 3.1 1.5 2.7 2.4-.5 8.7-2 6.8-5-.9-1.3-2.6-1.5-4.2-1.6-2.3-.2-4.6-.3-7-.3-4.4-.1-8.9-.2-13.3-.2-3.9 0-7.9-.2-11.5 1.3.9.7 1.7 1.4 2.6 2.1.7-.9 1.5-2 2.7-2.5 1.3-.5 3.2-.2 4.6-.2 3.4.1 6.7-.1 10.1 0 3.3.1 6.4.4 9.4 1.4 3.2 1 6.4 1.6 9.8 1.3-.5-.8-1.1-1.5-1.6-2.3-.6 1-1.8 1.6-2.9 2.3-1 .7-2 1.4-3.1 2-2.2 1.1-5.7.6-8.3.6-6-.1-11.9-.3-17.7-1 .1 1 .4 2 .5 2.9 3.5-.5 7.1-.7 10.8-.7 3.4 0 7.1.4 10.5-.2 2.2-.4 1.5-2.7-.5-2.9-5.7-.6-11.6-1-17.5-1.1-2.8-.1-5.7-.1-8.6 0-2.2 0-5.5-.3-5.7 2.1-.1.6.6 1.4 1.3 1.4 3.7.5 7.5.8 11.1 1 2.3.1 2.3-2.8 0-3-3.2-.3-6.5-.3-9.7-.3-3.6.4-3.7 3.4-1.3 3.4z'/%3E%3Cpath d='M24.6 14.1c3.3.5 6.7.8 10.1 1.1 2.1.2 2.4-2.5.5-2.9-2.8-.6-5.7-.3-8.7-.7-.1 1-.4 2-.5 2.9 1.2.1 2.4.3 3.7.4v-3l-12.6-.6c-2.1-.1-2.6 2.6-.5 2.9 2.2.3 4.3.5 6.5.6v-3c-4.2 0-8.2 0-12.3.1-2.3 0-2.3 3 0 3H34c2.3 0 2.3-2.9 0-3-8.9-.2-17.9-.5-26.7.1-2.3.2-2.3 3.2 0 3 8.9-.6 17.9-.4 26.7-.1v-3H10.8v3c4.2 0 8.2 0 12.3-.1 2.3 0 2.3-2.9 0-3-1.8-.1-3.7-.2-5.5-.5-.1 1-.4 2-.5 2.9l12.6.6c2.4.1 2.3-2.8 0-3-1.2-.1-2.4-.3-3.7-.4-2.1-.2-2.6 2.7-.5 2.9 2.8.4 5.9.1 8.7.7.1-1 .4-2 .5-2.9-3.1-.2-6.1-.6-9.2-1-2.2-.2-3.2 2.7-.9 3zM68.6 5.5c-1.8 0-3.7-.1-5.5-.3.5.8 1.1 1.5 1.6 2.3-.2.4-.6.5-1.1.6h5.2c.2 0 .6-.1.9 0h-.1.1c.1 0 .4.1.5.1.9.3 2.1-.3 2.2-1 .2-.8-.4-1.6-1.2-1.8-1.5-.4-3.2-.3-4.6-.3h-2.2c-.5 0-.9 0-1.3.1-.6.1-1.1.4-1.5.9-.4.4-.4 1.1 0 1.5.4.5 1 .7 1.6.7 1.8.1 3.7.2 5.5.3 1 0 1.8-.7 1.8-1.5 0-.9-.9-1.6-1.9-1.6z'/%3E%3C/svg%3E");}
.ico-new{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2316c3b0' viewBox='0 0 83.2 27.1'%3E%3Cpath d='M9 5.5s.2-.4.4-.5c.4-.3.9-.4 1.2-.4 1.2-.2 2.6-.1 3.8-.1 2.6 0 5.3 0 7.8-.1 2.6 0 5.3 0 7.8-.1 2.3 0 4.6-.1 6.7-1.1 1.7-.8.9-2.7-1-2.8-1.2-.1-2.4-.2-3.5-.2v3c13.2-.3 26.4-.3 39.5-.2 2.3 0 2.3-3 0-3-13.2-.1-26.4 0-39.5.2-2.4 0-2.3 2.8 0 3 1.2.1 2.4.2 3.5.2-.4-.9-.6-1.9-1-2.8-1.3.7-2.9.6-4.5.7h-5.7c-3.8 0-7.7.1-11.5.1-2.8 0-6.2.3-7.5 2.8-1 2.3 1.3 4.8 4.3 4.2 2.5-.4 1.5-3.3-.8-2.9z'/%3E%3Cpath d='M70.9 2.9c.7.1 1.3.1 2 .1-.5 0 .7-.1.7 0-.2-.2-.4-.3-.6-.5-.1.1-.2.2-.2.3-.8.7-.8 2.1-.2 2.9 0 0 .5.5.6.5-1.7 0 .5-1.5-.5-.8-.4.3-.6.8-.7 1.2-.2 1.2.6 2.1 1.6 2.8.1.1.6.5.7.5l.2.2.2-.2c-.7 0-1.5 0-2.1.1-1.3.2-2.8.5-4 1.2-2 1.2-2.4 3.8-.1 4.9 1.1.5 2.7.4 3.9.4 1.7 0 3.4 0 5.1.1.2 0 2.2.2 2.3.1-.1-.1-.2-.2-.4-.3-.1-.3-.4-.4-.6-.1-.2 0-.7.1-1 .1-1.7.1-3.3-.1-4.9.1-1.2.1-2.3.5-2.8 1.6-.1.4 0 .9-.2 1.3-.4.5-1.2.4-1.8.4-1.2.1-2.4.4-3.2 1.3-.4.5-.4.9-.5 1.4-.1.2 0 .2-.1.3-.2.2-.9.1-1.1.1-7.7.1-15.3-.1-23-.4-2.3-.1-2.3 2.9 0 3 7.6.3 15.2.5 22.7.4 1.3 0 2.8-.1 3.9-.9.5-.4 1-.9 1.1-1.4.2-.8-.1-.7 1-.7 1.5-.1 2.7-.3 3.7-1.3.5-.5.9-1 1-1.6 0-.1 0-.7.1-.7-.6.5 1 .3 1.1.3 2.9-.1 6.8.4 8.1-2.4.5-1 .2-2.2-.9-2.8-1.3-.8-3.3-.6-4.9-.6-1.7 0-3.4-.1-5.1-.1-.2 0-1.2-.1-1.3 0 0 0-.6.3.1.3 0 0 .7-.4.6-.3.4-.2 1-.3 1.3-.4 1.5-.3 3.1.1 4.3-.7 1.2-.7 1.6-2.1 1.1-3.2-.2-.6-.7-1.1-1.3-1.6-.1-.1-.7-.6-1-.6-.2-.2-.4-.1-.1.4.2-.2.4-.3.5-.5.4-.5.6-1 .5-1.6 0-.2-.1-.4-.2-.6-.1-.2-.4-.4-.5-.5v.5c1.1-1 1.7-2.5.5-3.7-.4-.4-1-.7-1.7-.8-1-.2-1.8.1-2.8-.1-2.5-.6-3.5 2.3-1.1 2.6z'/%3E%3Cpath d='M46.2 22.9c-3.8-.1-7.6-.1-11.4-.2-3.8-.1-7.5 0-11.1.5-1 .1-1.5 1.1-1.2 1.8.2.8 1.2 1.2 2.2 1 3.5-.5 7.1-.4 10.6-.4 3.7.1 7.3.1 10.9.2 2.3.1 2.3-2.9 0-2.9z'/%3E%3Cpath d='M43.3 25.8c.9 0 1.8 0 2.7.1-.1 0-.4 0-.5-.1.2 0 .5.1.7.1-.1-.1-.2-.1-.5-.2.1.1.2.1.5.2.4.2.7.3 1.2.3h1.2c-.1 0-.4 0-.5-.1h.2v-2.9h-.1c.1 0 .4 0 .5-.1h-.4c.1 0 .4 0 .5.1-1.6-.2-3.1-.6-4.6-.6-.7 0-1.3.4-1.7.9-.2.6-.1 1.2.4 1.6.2.3.6.4 1.1.5.4.1 1.1 0 1.5-.2s.7-.5.9-.9c.1-.4.1-.8-.2-1.2-.2-.3-.6-.5-1.1-.7H45c.1.1.2.1.5.2h-.1c.1.1.2.2.4.2l-.1-.1c-.5.9-.9 1.7-1.3 2.6.5 0 .9 0 1.3.1-.1 0-.4 0-.5-.1.6.1 1.2.2 1.7.3.2 0 .5.1.9.1.6.1 1.1.1 1.7 0 .4-.1.7-.3 1-.5.2-.3.4-.6.4-.9 0-.3-.1-.5-.2-.8-.2-.3-.7-.6-1.1-.7-.4-.1-.9-.1-1.2-.1h-.9c.1 0 .4 0 .5.1h-.1c.1.1.2.1.5.2-.4-.2-.7-.4-1.2-.5-.5-.1-.9-.1-1.3-.2h-2.2c-1 0-1.8.7-1.8 1.5-.3 1.1.5 1.7 1.4 1.8z'/%3E%3Cpath d='M48.5 23.6c-5.7 0-11.5 0-17.2.1H23c-1.3 0-2.7 0-4 .1-.7 0-1.5.1-2.3.1-.4 0-.7.1-1.1.1-.9 0-.9.4.2 1.4 1.1-1.7-2-3.2-3.2-1.5-.6.9-.5 1.9.5 2.6 1.1.8 2.6.5 3.9.4 3.4-.2 7-.2 10.4-.2 7.1 0 14.1-.1 21.2-.1 2.3 0 2.3-3-.1-3z'/%3E%3Cpath d='M14.4 23c-1.3-.8-3.2-.7-4.8-.7H7.2c-.2 0-.7-.1-1 0h-.1s-.4.7 0 .7c.2 0 .9-.1 1.1-.2.4 0 .7-.1 1.1-.2.6-.2 1.3-.4 2-.7 1.7-.9 1.3-2.8-.4-3.6-1.3-.7-3.1-.7-4.5-1-.1 0-.5-.1-.5-.1s.2.6.1.6c.1 0 .9-1.3.9-1.4.5-1.2-.2-2.3-1.6-3-.1-.1-.5-.3-.6-.3-.4 0 0-.1-.1 0 .1.1.1.3.1.4-.1-.1.7-.2.9-.2 1.7-.1 3.5.1 5.3-.6 1.7-.7 2.2-2.2 2.1-3.7-.3-1.9-4-1.9-3.9 0 0 .3.1.9-.1 1.1-.1.1-.7.2-1 .2-1.3.2-2.7-.1-4 .2-2.9.6-4.2 3.6-1.6 5.1.1.1 1.1.6 1.1.5-.2.2-.2-.6-.2-.6l-.3.3c-.7.9-1.1 1.9-.5 2.9.6.9 1.8 1.3 2.9 1.5l1.8.3c.5.1 1.2.1 1.6.5-.1-.2-.4-.4-.5-.7.1-.3.1-.5.2-.8.4-.2.4-.2 0-.1-.1 0-.2.1-.4.1-.4.1-.7.2-1.2.2-.7.1-1.6.2-2.2.5-1.4.8-1.9 2.5-.7 3.7s3.1 1.1 4.8 1h2.4c.7 0 1.5 0 2 .3.9.5 2.1.1 2.6-.5.7-.4.3-1.2-.4-1.7z'/%3E%3Cpath d='M4.1 14v.5c0 1.6 3.3 2.1 3.5.4 0-.3 5.4-.2 6-.3 2.1-.1 4.2-.1 6.2-.1h12.8c1.8 0 2.4-2.1 1-2.8-1.5-.7-3.2-.8-4.9-.9-2-.2-3.8-.3-5.7-.4-3.9-.2-7.8-.3-11.9-.3.4.9.6 1.9 1 2.8 1.2-.4 2.9-.3 4.3-.3 1.7 0 3.3-.1 5-.1 3.3-.1 6.5-.2 9.8-.3 2.3-.1 2.3-3 0-3-4.8 0-9.5-.1-14.3-.3-1.1 0-2.6.1-3.5-.2-.4-.1-.4.1-.5-.2-.1-.2 0-.6-.1-.9-.1-1.4-.5-2.7-2.1-3.4-.1.9-.2 1.8-.5 2.7 2.2-.4 4.6-.4 6.8-.6 2.6-.1 5-.3 7.6-.4 4.9-.3 9.9-.5 14.8-.8-.5-.2-1.1-.5-1.6-.7 0-.1-3.3.1-3.7.1h-4.3c-3.1 0-6-.1-9-.1s-6-.1-9-.1c-1.1 0-2.7-.3-3.8.3-1 .5-1.1 1.6-.9 2.5.6 2 3.1 2.8 5.4 3 2.8.2 5.7.1 8.6.2 6 .3 11.9.7 17.9 1.1 1.8.1 2.4-2.1 1-2.8-3.2-1.4-7-1.4-10.4-1.7-4-.3-8.1-.5-12.1-.8v3c6.2-.7 12.5-.3 18.5 1.2-.1-.9-.2-1.8-.5-2.7-2.7 1-7.7-.6-8.3 2.8-.1.6.6 1.3 1.3 1.4 1.3.2 2.7.4 4 .6.6.1 1.2.2 1.7.2.4.1.7.1 1.2.2.6.2.7.1.4 0-.1-.4-.4-.7-.5-1.1v.3c.1-.4.4-.7.5-1.1.2-.2.4-.1-.1-.2-.2 0-.6 0-.9.1-.5.1-1 .3-1.5.6-.7.6-1.1 1.6-1.3 2.5-.1.2-.6 1.5-.5 1.6-.2-.2 1.8-.3.4-.5h-1.2c-1.7 0-3.4.1-5.1 0-6.6 0-13.1-.4-19.7-.7-2.1-.1-2.6 2.7-.5 2.9 7 .8 13.8 1.3 20.8 1.3 2.3 0 2.3-2.9 0-3-3.8-.1-7.7-.3-11.5-.4v3c2.3-.1 4.6-.1 6.8.2-.2-.8-.5-1.7-.9-2.5-.4.4-2 .3-2.6.3l-3.3.3-3.3.3c-.6.1-2.7.5-3.3.2-1.5-.8-3.7.9-2.6 2.1 1 1.1 2.1 2.2 2 3.7-.2 1.7 3.2 2 3.5.4-.6.5-.5.7.1.5h.5c.5 0 1 .1 1.6.2 1.1.2 2.2.4 3.3.7 2.1.4 4.2.6 6.2.4 1-.1 1.5-1.1 1.2-1.8-.2-.9-1.2-1.2-2.2-1-6 .7-11.9-2.1-17.7-.6-1.8.5-1.7 2.4 0 2.9 1.1.3 2.2.1 3.3 0s2.6-.1 3.5-.5c1.8-.8 2.3-3 .2-3.9-.4.9-.6 1.9-1 2.8 4.8 0 9.5 0 14.4.2 2.3.1 2.3-2.9 0-3-4.3-.2-8.4-.7-12.7-1.3-.1 1-.4 2-.5 2.9 5.5.2 11-.2 16.5-1.2 2.1-.4 1.5-2.8-.5-2.9-3.2-.2-6.5.3-8.1 2.8-.7 1 .1 2.3 1.6 2.3 2.7 0 5.5.1 8.2.4-.5-.8-1.1-1.5-1.6-2.3-.1.2-2.3.2-2.8.2-1.2.1-2.4.2-3.7.3-2.3.2-2.4 3 0 3 9.7-.1 19.2-.3 28.9-.8 2.3-.1 2.3-3.1 0-3-9.7.5-19.2.8-28.9.8v3c2.1-.1 4-.3 6.1-.4 1.5-.1 2.7-.4 3.5-1.5.9-1-.4-2.1-1.6-2.3-2.7-.3-5.5-.4-8.2-.4.5.8 1.1 1.5 1.6 2.3 1-1.4 3.2-1.4 4.9-1.3-.1-1-.4-2-.5-2.9-5.1 1-10.3 1.3-15.5 1.1-2.1-.1-2.6 2.6-.5 2.9 4.5.7 9 1.2 13.7 1.4v-3c-4.8-.2-9.5-.2-14.4-.2-1.7 0-2.6 2.1-1 2.8v-1.4c-.2 0-.4.1-.6.1-.4 0-1 .1-1.5.1-.7.1-1.6.3-2.3.1v2.9c3.1-.8 5.9-.1 8.8.4 2.9.4 5.9.6 8.8.2-.4-1-.6-1.9-1-2.9-2.7.3-5.4-.7-8.1-1.1-2-.3-5.6-.8-6.2 1.4 1.2.1 2.4.3 3.5.4.2-2-1-3.7-2.4-5.2-.9.7-1.7 1.4-2.6 2.1 1.2.7 2.6.4 3.9.3 1.7-.1 3.4-.3 5-.4 1.6-.1 3.2-.3 4.8-.4 1.2-.1 2.3-.2 3.2-1 .7-.8.7-2.3-.9-2.5-2.6-.3-5.3-.4-7.8-.3-2.3.1-2.3 2.9 0 3 3.8.1 7.7.3 11.5.4v-3c-6.6 0-13.3-.4-19.9-1.2-.1 1-.4 2-.5 2.9 4.6.2 9.3.5 13.9.6 2.3.1 4.6.1 7 .1 2.1 0 4.5.2 6.5-.2 1.8-.4 1.8-2 2.2-3.3.1-.3.1-.8.4-1-.1.1.4.1.6.1.9 0 1.8-.4 2.2-1.1 1-1.5-.6-2.6-2.3-2.8-2.3-.3-4.6-.6-7-.9.5.5.9 1 1.3 1.4v-.3c-.1.4-.4.7-.5 1.1.5-.5 2.7-.2 3.4-.3 1.2-.1 2.4-.3 3.5-.7 1.5-.6 1-2.4-.5-2.7-6.4-1.6-13-2-19.6-1.3-2.3.2-2.4 2.9 0 3 3.7.2 7.2.4 10.9.7 3.1.2 7 .1 9.8 1.3.4-.9.6-1.9 1-2.8-4.5-.3-9.5-.7-14.4-.9-2.4-.1-4.9-.2-7.3-.3-.5 0-6.2.2-5.9-.8-.2.3-.6.6-.8.9-.5.2-.5.1.1.1H12.7c1.7 0 3.4 0 5.1.1 3.3 0 6.6.1 10 .1 2.9 0 6.2.4 9.2-.1 2.6-.4 4.4-2.4 3.1-4.5-.2-.4-1-.8-1.6-.7-5.1.3-10.3.5-15.4.8-2.6.1-5 .3-7.6.4-2.4.1-4.9.2-7.2.6-1.5.3-1.6 2.1-.4 2.7.4.2.2 1.5.2 1.8.1.7.2 1.3.7 1.9 1.3 1.5 3.8 1.3 5.7 1.4 5.1.2 10.4.4 15.5.4v-3c-3.7.1-7.3.2-10.9.3-3.2.1-7-.3-9.9.8-1.7.6-.7 2.8 1 2.8 3.5 0 7.1 0 10.6.2l5.1.3c1.5.1 3.5 0 4.9.6.4-.9.6-1.9 1-2.8-5.3-.1-10.6-.1-15.9 0-2.6 0-5.1.1-7.8.2-2.1.1-4.6.3-5 2.3 1.2.1 2.4.3 3.5.4V14c1.2-2-2.5-2-2.5 0z'/%3E%3Cpath d='M30.6 21.7c3.2-.1 6.5 0 9.7.3v-3c-3.4-.2-6.7-.4-10.1-.9.5.5.9 1 1.3 1.4v-.2c-.1.4-.4.7-.5 1.1-.4.1-.4.2.2.1h6.2c2.4 0 4.9 0 7.5.1 4.9.2 9.9.5 14.8 1-.1-1-.4-2-.5-2.9-1.7.3-3.4.2-5.1.2-1.8 0-3.7-.1-5.5-.1-3.5 0-7.1.2-10.5.8-.9.1-1.5 1-1.3 1.6.1.8.9 1.2 1.8 1.3 6.7.7 13.5.9 20.2 1 3.1 0 5.9.2 8.3-1.4 1.2-.8 2.4-1.6 3.5-2.4 1.2-.8 2.3-1.5 3.1-2.6.6-.9-.1-2.4-1.6-2.3-1.8.1-3.7.1-5.5-.3-1.7-.4-3.3-1-5-1.4-3.5-.9-7.2-1-10.9-1H39.9c-3.5 0-5.7 1.9-7.5 4.2-1 1.3 1 2.7 2.6 2.1 2.6-1 5.5-.9 8.2-.9 3.3 0 6.6 0 10 .1 3.2.1 6.5.1 9.7.3.7 0 1.7.2 2.4.1.6-.1.5.3.6-.4.1-.8-.1-.4-.6-.2-1.3.6-2.7 1-4 1.3l1.5 2.7c1-.5 1.8-1 2.6-1.7 1.2-1 .2-2.4-1.3-2.6-4.4-.5-8.8-.7-13.3-1-4.3-.2-8.7-.5-13-.3v3c3.2-.2 10.3-1.1 10.4-4.7.1-3.7-7.1-4.3-10.3-4.6v3c4.9.3 9.8.5 14.7.8 2.4.1 4.8.3 7.2.5 1 .1 2.1.1 3.1.3.2 0 2.3.2 2.4.6.6 1.6 3.5 1.3 3.5-.4 0-2 1.8-3.4 4.3-3.3 1.3 0 2.3-1.3 1.6-2.3-.4-.5-.7-1-1.1-1.5-.1-.3-.4-.5-.5-.8-.1.2-.1.2 0 0 .1-.3.6-.6.7-.8.2-.4.5-.8.5-1.2.2-2.2-2.7-2.5-4.6-2.5-6.1-.2-12.1-.4-18.2-.4h-9.4c-2.1 0-5.4-.2-6.2 1.9C35 5.6 38 6.6 40 6.9c2.3.3 5.5-.3 7.5 1 .2-.8.5-1.7.9-2.5-2.8.3-5.7 0-8.6 0-2.1 0-5.3-.3-6.5 1.4-.4.5-.4 1.4.2 1.8 2 1.4 4.4 1.9 6.8 2.4 2.8.7 5.6 1.2 8.4 1.6 5.6.8 11.5 1.3 17.1.7 2.2-.2 3.4-2.4 1.3-3.6-1-.5-2.4-.5-3.5-.5-1.6-.1-3.2-.3-4.9-.4-6.1-.5-12.1-.9-18.2-1.4v3c5.3-.5 10.6-.3 15.9 0 2.6.1 5.1.2 7.7.3 2.4 0 5.1.3 7.3-.6.9-.3 1.2-1.4.6-2.1-1.3-1.5-3.9-1.2-6-1.3-2.7-.2-5.4-.3-8.1-.5L42 5.3v3c9.9.2 19.6.5 29.3.7 2.4.1 2.3-2.8 0-3C62 5 52.8 4.2 43.5 3.5c-2.1-.2-2.6 2.7-.5 2.9 8.8 1.2 17.7 2.3 26.7 2.8 2.1.1 2.4-2.5.5-2.9C65.1 5.2 60 4.5 54.8 4c-2.1-.2-2.6 2.7-.5 2.9 5.5.8 11 1.5 16.5 2.1 1.7.2 2.2-1.7 1.3-2.6-1.5-1.4-4-1.2-6.1-1.3-2.7-.1-5.3-.3-7.9-.4-2.4-.1-2.3 2.8 0 3 3.2.3 6.4.5 9.4.8 2.2.2 2.3-2.4.5-2.9-2.2-.6-4.6-1-7-1-2.3 0-2.3 3 0 3 2.1 0 4 .3 6 .8.1-1 .4-2 .5-2.9-3.2-.3-6.4-.5-9.4-.8v3c2.1.1 4.2.2 6.2.3 1 0 2 .1 2.9.1.6 0 1.8-.1 2.3.3.5-.9.9-1.7 1.3-2.6-5.1-.6-10.4-1.2-15.5-2-.1 1-.4 2-.5 2.9 4.9.5 9.7 1.2 14.3 2.2.1-1 .4-2 .5-2.9-8.7-.4-17.1-1.5-25.7-2.7-.1 1-.4 2-.5 2.9 9.3.7 18.6 1.6 27.9 2.5v-3c-9.5-.2-19.2-.5-28.9-.7-2.3-.1-2.3 2.9 0 3 4.8.3 9.4.5 14.2.8 2.3.1 4.6.3 7 .4 1.2.1 2.4.1 3.5.2 1 .1 2.2 0 3.2.3-.4-.2-.7-.5-1.1-.7 0 .1.1.1.1.2.2-.7.5-1.4.6-2.1-1 .4-2.3.2-3.4.2H63c-2.5-.1-5-.2-7.4-.3-4.9-.2-9.8-.4-14.7.1-2.3.2-2.3 2.8 0 3 4.2.3 8.3.6 12.5 1 2.1.2 4 .3 6.1.5 1 .1 2.1.2 3.1.2.5 0 1 .1 1.5.1.6 0 1.3.4 1.1-.3.1-.4.1-.8.2-1.2.6-.4.5-.5-.2-.3-.4 0-.7 0-1.1.1-.6 0-1.1 0-1.7.1h-4c-2.6-.1-5-.3-7.5-.7s-4.9-.8-7.3-1.3c-2.2-.5-5.1-.8-6.8-2 .1.6.2 1.2.2 1.8-.5.2-.5.3.1.2h2.3c1.2 0 2.3 0 3.5.1 2.3.1 4.6.1 7-.2 1.3-.2 1.8-1.8.9-2.5-1.6-1-3.2-1.5-5.1-1.6-1-.1-2 0-3.1-.1-.6 0-1.1-.1-1.6-.2-.2 0-.5-.1-.7-.2-.6.6-.6.9-.1.9.4.1 1.3 0 1.7 0H47.7c2.4 0 4.9 0 7.2.1 4.8.1 9.5.2 14.4.4h2.6c-.1-.3-.2-.6-.5-.9-.4 0-1 1.2-1.1 1.4-.7 1.6 1 3.3 2 4.6.5-.8 1.1-1.5 1.6-2.3-4.4 0-7.8 2.7-7.9 6.3 1.2-.1 2.4-.3 3.5-.4-.7-1.9-3.2-2.4-5.3-2.7-2.6-.4-5.3-.5-7.9-.6-5.9-.4-11.7-.7-17.6-1-2.4-.1-2.3 2.8 0 3 .7.1 6.7.9 6.6 1.5-.1.4-2.3 1-2.8 1.1-1.2.4-2.6.6-3.9.6-2.3.1-2.3 3.1 0 3 4.3-.2 8.7.1 13 .3 4.4.2 8.9.5 13.3 1-.5-.9-.9-1.7-1.3-2.6-.6.5-1.1.9-1.8 1.2-1.8.9-.6 3.1 1.5 2.7 2.4-.5 8.7-2 6.8-5-.9-1.3-2.6-1.5-4.2-1.6-2.3-.2-4.6-.3-7-.3-4.4-.1-8.9-.2-13.3-.2-3.9 0-7.9-.2-11.5 1.3.9.7 1.7 1.4 2.6 2.1.7-.9 1.5-2 2.7-2.5 1.3-.5 3.2-.2 4.6-.2 3.4.1 6.7-.1 10.1 0 3.3.1 6.4.4 9.4 1.4 3.2 1 6.4 1.6 9.8 1.3-.5-.8-1.1-1.5-1.6-2.3-.6 1-1.8 1.6-2.9 2.3-1 .7-2 1.4-3.1 2-2.2 1.1-5.7.6-8.3.6-6-.1-11.9-.3-17.7-1 .1 1 .4 2 .5 2.9 3.5-.5 7.1-.7 10.8-.7 3.4 0 7.1.4 10.5-.2 2.2-.4 1.5-2.7-.5-2.9-5.7-.6-11.6-1-17.5-1.1-2.8-.1-5.7-.1-8.6 0-2.2 0-5.5-.3-5.7 2.1-.1.6.6 1.4 1.3 1.4 3.7.5 7.5.8 11.1 1 2.3.1 2.3-2.8 0-3-3.2-.3-6.5-.3-9.7-.3-3.6.4-3.7 3.4-1.3 3.4z'/%3E%3Cpath d='M24.6 14.1c3.3.5 6.7.8 10.1 1.1 2.1.2 2.4-2.5.5-2.9-2.8-.6-5.7-.3-8.7-.7-.1 1-.4 2-.5 2.9 1.2.1 2.4.3 3.7.4v-3l-12.6-.6c-2.1-.1-2.6 2.6-.5 2.9 2.2.3 4.3.5 6.5.6v-3c-4.2 0-8.2 0-12.3.1-2.3 0-2.3 3 0 3H34c2.3 0 2.3-2.9 0-3-8.9-.2-17.9-.5-26.7.1-2.3.2-2.3 3.2 0 3 8.9-.6 17.9-.4 26.7-.1v-3H10.8v3c4.2 0 8.2 0 12.3-.1 2.3 0 2.3-2.9 0-3-1.8-.1-3.7-.2-5.5-.5-.1 1-.4 2-.5 2.9l12.6.6c2.4.1 2.3-2.8 0-3-1.2-.1-2.4-.3-3.7-.4-2.1-.2-2.6 2.7-.5 2.9 2.8.4 5.9.1 8.7.7.1-1 .4-2 .5-2.9-3.1-.2-6.1-.6-9.2-1-2.2-.2-3.2 2.7-.9 3zM68.6 5.5c-1.8 0-3.7-.1-5.5-.3.5.8 1.1 1.5 1.6 2.3-.2.4-.6.5-1.1.6h5.2c.2 0 .6-.1.9 0h-.1.1c.1 0 .4.1.5.1.9.3 2.1-.3 2.2-1 .2-.8-.4-1.6-1.2-1.8-1.5-.4-3.2-.3-4.6-.3h-2.2c-.5 0-.9 0-1.3.1-.6.1-1.1.4-1.5.9-.4.4-.4 1.1 0 1.5.4.5 1 .7 1.6.7 1.8.1 3.7.2 5.5.3 1 0 1.8-.7 1.8-1.5 0-.9-.9-1.6-1.9-1.6z'/%3E%3C/svg%3E");}
.ico-sale{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd4d40' viewBox='0 0 83.2 27.1'%3E%3Cpath d='M9 5.5s.2-.4.4-.5c.4-.3.9-.4 1.2-.4 1.2-.2 2.6-.1 3.8-.1 2.6 0 5.3 0 7.8-.1 2.6 0 5.3 0 7.8-.1 2.3 0 4.6-.1 6.7-1.1 1.7-.8.9-2.7-1-2.8-1.2-.1-2.4-.2-3.5-.2v3c13.2-.3 26.4-.3 39.5-.2 2.3 0 2.3-3 0-3-13.2-.1-26.4 0-39.5.2-2.4 0-2.3 2.8 0 3 1.2.1 2.4.2 3.5.2-.4-.9-.6-1.9-1-2.8-1.3.7-2.9.6-4.5.7h-5.7c-3.8 0-7.7.1-11.5.1-2.8 0-6.2.3-7.5 2.8-1 2.3 1.3 4.8 4.3 4.2 2.5-.4 1.5-3.3-.8-2.9z'/%3E%3Cpath d='M70.9 2.9c.7.1 1.3.1 2 .1-.5 0 .7-.1.7 0-.2-.2-.4-.3-.6-.5-.1.1-.2.2-.2.3-.8.7-.8 2.1-.2 2.9 0 0 .5.5.6.5-1.7 0 .5-1.5-.5-.8-.4.3-.6.8-.7 1.2-.2 1.2.6 2.1 1.6 2.8.1.1.6.5.7.5l.2.2.2-.2c-.7 0-1.5 0-2.1.1-1.3.2-2.8.5-4 1.2-2 1.2-2.4 3.8-.1 4.9 1.1.5 2.7.4 3.9.4 1.7 0 3.4 0 5.1.1.2 0 2.2.2 2.3.1-.1-.1-.2-.2-.4-.3-.1-.3-.4-.4-.6-.1-.2 0-.7.1-1 .1-1.7.1-3.3-.1-4.9.1-1.2.1-2.3.5-2.8 1.6-.1.4 0 .9-.2 1.3-.4.5-1.2.4-1.8.4-1.2.1-2.4.4-3.2 1.3-.4.5-.4.9-.5 1.4-.1.2 0 .2-.1.3-.2.2-.9.1-1.1.1-7.7.1-15.3-.1-23-.4-2.3-.1-2.3 2.9 0 3 7.6.3 15.2.5 22.7.4 1.3 0 2.8-.1 3.9-.9.5-.4 1-.9 1.1-1.4.2-.8-.1-.7 1-.7 1.5-.1 2.7-.3 3.7-1.3.5-.5.9-1 1-1.6 0-.1 0-.7.1-.7-.6.5 1 .3 1.1.3 2.9-.1 6.8.4 8.1-2.4.5-1 .2-2.2-.9-2.8-1.3-.8-3.3-.6-4.9-.6-1.7 0-3.4-.1-5.1-.1-.2 0-1.2-.1-1.3 0 0 0-.6.3.1.3 0 0 .7-.4.6-.3.4-.2 1-.3 1.3-.4 1.5-.3 3.1.1 4.3-.7 1.2-.7 1.6-2.1 1.1-3.2-.2-.6-.7-1.1-1.3-1.6-.1-.1-.7-.6-1-.6-.2-.2-.4-.1-.1.4.2-.2.4-.3.5-.5.4-.5.6-1 .5-1.6 0-.2-.1-.4-.2-.6-.1-.2-.4-.4-.5-.5v.5c1.1-1 1.7-2.5.5-3.7-.4-.4-1-.7-1.7-.8-1-.2-1.8.1-2.8-.1-2.5-.6-3.5 2.3-1.1 2.6z'/%3E%3Cpath d='M46.2 22.9c-3.8-.1-7.6-.1-11.4-.2-3.8-.1-7.5 0-11.1.5-1 .1-1.5 1.1-1.2 1.8.2.8 1.2 1.2 2.2 1 3.5-.5 7.1-.4 10.6-.4 3.7.1 7.3.1 10.9.2 2.3.1 2.3-2.9 0-2.9z'/%3E%3Cpath d='M43.3 25.8c.9 0 1.8 0 2.7.1-.1 0-.4 0-.5-.1.2 0 .5.1.7.1-.1-.1-.2-.1-.5-.2.1.1.2.1.5.2.4.2.7.3 1.2.3h1.2c-.1 0-.4 0-.5-.1h.2v-2.9h-.1c.1 0 .4 0 .5-.1h-.4c.1 0 .4 0 .5.1-1.6-.2-3.1-.6-4.6-.6-.7 0-1.3.4-1.7.9-.2.6-.1 1.2.4 1.6.2.3.6.4 1.1.5.4.1 1.1 0 1.5-.2s.7-.5.9-.9c.1-.4.1-.8-.2-1.2-.2-.3-.6-.5-1.1-.7H45c.1.1.2.1.5.2h-.1c.1.1.2.2.4.2l-.1-.1c-.5.9-.9 1.7-1.3 2.6.5 0 .9 0 1.3.1-.1 0-.4 0-.5-.1.6.1 1.2.2 1.7.3.2 0 .5.1.9.1.6.1 1.1.1 1.7 0 .4-.1.7-.3 1-.5.2-.3.4-.6.4-.9 0-.3-.1-.5-.2-.8-.2-.3-.7-.6-1.1-.7-.4-.1-.9-.1-1.2-.1h-.9c.1 0 .4 0 .5.1h-.1c.1.1.2.1.5.2-.4-.2-.7-.4-1.2-.5-.5-.1-.9-.1-1.3-.2h-2.2c-1 0-1.8.7-1.8 1.5-.3 1.1.5 1.7 1.4 1.8z'/%3E%3Cpath d='M48.5 23.6c-5.7 0-11.5 0-17.2.1H23c-1.3 0-2.7 0-4 .1-.7 0-1.5.1-2.3.1-.4 0-.7.1-1.1.1-.9 0-.9.4.2 1.4 1.1-1.7-2-3.2-3.2-1.5-.6.9-.5 1.9.5 2.6 1.1.8 2.6.5 3.9.4 3.4-.2 7-.2 10.4-.2 7.1 0 14.1-.1 21.2-.1 2.3 0 2.3-3-.1-3z'/%3E%3Cpath d='M14.4 23c-1.3-.8-3.2-.7-4.8-.7H7.2c-.2 0-.7-.1-1 0h-.1s-.4.7 0 .7c.2 0 .9-.1 1.1-.2.4 0 .7-.1 1.1-.2.6-.2 1.3-.4 2-.7 1.7-.9 1.3-2.8-.4-3.6-1.3-.7-3.1-.7-4.5-1-.1 0-.5-.1-.5-.1s.2.6.1.6c.1 0 .9-1.3.9-1.4.5-1.2-.2-2.3-1.6-3-.1-.1-.5-.3-.6-.3-.4 0 0-.1-.1 0 .1.1.1.3.1.4-.1-.1.7-.2.9-.2 1.7-.1 3.5.1 5.3-.6 1.7-.7 2.2-2.2 2.1-3.7-.3-1.9-4-1.9-3.9 0 0 .3.1.9-.1 1.1-.1.1-.7.2-1 .2-1.3.2-2.7-.1-4 .2-2.9.6-4.2 3.6-1.6 5.1.1.1 1.1.6 1.1.5-.2.2-.2-.6-.2-.6l-.3.3c-.7.9-1.1 1.9-.5 2.9.6.9 1.8 1.3 2.9 1.5l1.8.3c.5.1 1.2.1 1.6.5-.1-.2-.4-.4-.5-.7.1-.3.1-.5.2-.8.4-.2.4-.2 0-.1-.1 0-.2.1-.4.1-.4.1-.7.2-1.2.2-.7.1-1.6.2-2.2.5-1.4.8-1.9 2.5-.7 3.7s3.1 1.1 4.8 1h2.4c.7 0 1.5 0 2 .3.9.5 2.1.1 2.6-.5.7-.4.3-1.2-.4-1.7z'/%3E%3Cpath d='M4.1 14v.5c0 1.6 3.3 2.1 3.5.4 0-.3 5.4-.2 6-.3 2.1-.1 4.2-.1 6.2-.1h12.8c1.8 0 2.4-2.1 1-2.8-1.5-.7-3.2-.8-4.9-.9-2-.2-3.8-.3-5.7-.4-3.9-.2-7.8-.3-11.9-.3.4.9.6 1.9 1 2.8 1.2-.4 2.9-.3 4.3-.3 1.7 0 3.3-.1 5-.1 3.3-.1 6.5-.2 9.8-.3 2.3-.1 2.3-3 0-3-4.8 0-9.5-.1-14.3-.3-1.1 0-2.6.1-3.5-.2-.4-.1-.4.1-.5-.2-.1-.2 0-.6-.1-.9-.1-1.4-.5-2.7-2.1-3.4-.1.9-.2 1.8-.5 2.7 2.2-.4 4.6-.4 6.8-.6 2.6-.1 5-.3 7.6-.4 4.9-.3 9.9-.5 14.8-.8-.5-.2-1.1-.5-1.6-.7 0-.1-3.3.1-3.7.1h-4.3c-3.1 0-6-.1-9-.1s-6-.1-9-.1c-1.1 0-2.7-.3-3.8.3-1 .5-1.1 1.6-.9 2.5.6 2 3.1 2.8 5.4 3 2.8.2 5.7.1 8.6.2 6 .3 11.9.7 17.9 1.1 1.8.1 2.4-2.1 1-2.8-3.2-1.4-7-1.4-10.4-1.7-4-.3-8.1-.5-12.1-.8v3c6.2-.7 12.5-.3 18.5 1.2-.1-.9-.2-1.8-.5-2.7-2.7 1-7.7-.6-8.3 2.8-.1.6.6 1.3 1.3 1.4 1.3.2 2.7.4 4 .6.6.1 1.2.2 1.7.2.4.1.7.1 1.2.2.6.2.7.1.4 0-.1-.4-.4-.7-.5-1.1v.3c.1-.4.4-.7.5-1.1.2-.2.4-.1-.1-.2-.2 0-.6 0-.9.1-.5.1-1 .3-1.5.6-.7.6-1.1 1.6-1.3 2.5-.1.2-.6 1.5-.5 1.6-.2-.2 1.8-.3.4-.5h-1.2c-1.7 0-3.4.1-5.1 0-6.6 0-13.1-.4-19.7-.7-2.1-.1-2.6 2.7-.5 2.9 7 .8 13.8 1.3 20.8 1.3 2.3 0 2.3-2.9 0-3-3.8-.1-7.7-.3-11.5-.4v3c2.3-.1 4.6-.1 6.8.2-.2-.8-.5-1.7-.9-2.5-.4.4-2 .3-2.6.3l-3.3.3-3.3.3c-.6.1-2.7.5-3.3.2-1.5-.8-3.7.9-2.6 2.1 1 1.1 2.1 2.2 2 3.7-.2 1.7 3.2 2 3.5.4-.6.5-.5.7.1.5h.5c.5 0 1 .1 1.6.2 1.1.2 2.2.4 3.3.7 2.1.4 4.2.6 6.2.4 1-.1 1.5-1.1 1.2-1.8-.2-.9-1.2-1.2-2.2-1-6 .7-11.9-2.1-17.7-.6-1.8.5-1.7 2.4 0 2.9 1.1.3 2.2.1 3.3 0s2.6-.1 3.5-.5c1.8-.8 2.3-3 .2-3.9-.4.9-.6 1.9-1 2.8 4.8 0 9.5 0 14.4.2 2.3.1 2.3-2.9 0-3-4.3-.2-8.4-.7-12.7-1.3-.1 1-.4 2-.5 2.9 5.5.2 11-.2 16.5-1.2 2.1-.4 1.5-2.8-.5-2.9-3.2-.2-6.5.3-8.1 2.8-.7 1 .1 2.3 1.6 2.3 2.7 0 5.5.1 8.2.4-.5-.8-1.1-1.5-1.6-2.3-.1.2-2.3.2-2.8.2-1.2.1-2.4.2-3.7.3-2.3.2-2.4 3 0 3 9.7-.1 19.2-.3 28.9-.8 2.3-.1 2.3-3.1 0-3-9.7.5-19.2.8-28.9.8v3c2.1-.1 4-.3 6.1-.4 1.5-.1 2.7-.4 3.5-1.5.9-1-.4-2.1-1.6-2.3-2.7-.3-5.5-.4-8.2-.4.5.8 1.1 1.5 1.6 2.3 1-1.4 3.2-1.4 4.9-1.3-.1-1-.4-2-.5-2.9-5.1 1-10.3 1.3-15.5 1.1-2.1-.1-2.6 2.6-.5 2.9 4.5.7 9 1.2 13.7 1.4v-3c-4.8-.2-9.5-.2-14.4-.2-1.7 0-2.6 2.1-1 2.8v-1.4c-.2 0-.4.1-.6.1-.4 0-1 .1-1.5.1-.7.1-1.6.3-2.3.1v2.9c3.1-.8 5.9-.1 8.8.4 2.9.4 5.9.6 8.8.2-.4-1-.6-1.9-1-2.9-2.7.3-5.4-.7-8.1-1.1-2-.3-5.6-.8-6.2 1.4 1.2.1 2.4.3 3.5.4.2-2-1-3.7-2.4-5.2-.9.7-1.7 1.4-2.6 2.1 1.2.7 2.6.4 3.9.3 1.7-.1 3.4-.3 5-.4 1.6-.1 3.2-.3 4.8-.4 1.2-.1 2.3-.2 3.2-1 .7-.8.7-2.3-.9-2.5-2.6-.3-5.3-.4-7.8-.3-2.3.1-2.3 2.9 0 3 3.8.1 7.7.3 11.5.4v-3c-6.6 0-13.3-.4-19.9-1.2-.1 1-.4 2-.5 2.9 4.6.2 9.3.5 13.9.6 2.3.1 4.6.1 7 .1 2.1 0 4.5.2 6.5-.2 1.8-.4 1.8-2 2.2-3.3.1-.3.1-.8.4-1-.1.1.4.1.6.1.9 0 1.8-.4 2.2-1.1 1-1.5-.6-2.6-2.3-2.8-2.3-.3-4.6-.6-7-.9.5.5.9 1 1.3 1.4v-.3c-.1.4-.4.7-.5 1.1.5-.5 2.7-.2 3.4-.3 1.2-.1 2.4-.3 3.5-.7 1.5-.6 1-2.4-.5-2.7-6.4-1.6-13-2-19.6-1.3-2.3.2-2.4 2.9 0 3 3.7.2 7.2.4 10.9.7 3.1.2 7 .1 9.8 1.3.4-.9.6-1.9 1-2.8-4.5-.3-9.5-.7-14.4-.9-2.4-.1-4.9-.2-7.3-.3-.5 0-6.2.2-5.9-.8-.2.3-.6.6-.8.9-.5.2-.5.1.1.1H12.7c1.7 0 3.4 0 5.1.1 3.3 0 6.6.1 10 .1 2.9 0 6.2.4 9.2-.1 2.6-.4 4.4-2.4 3.1-4.5-.2-.4-1-.8-1.6-.7-5.1.3-10.3.5-15.4.8-2.6.1-5 .3-7.6.4-2.4.1-4.9.2-7.2.6-1.5.3-1.6 2.1-.4 2.7.4.2.2 1.5.2 1.8.1.7.2 1.3.7 1.9 1.3 1.5 3.8 1.3 5.7 1.4 5.1.2 10.4.4 15.5.4v-3c-3.7.1-7.3.2-10.9.3-3.2.1-7-.3-9.9.8-1.7.6-.7 2.8 1 2.8 3.5 0 7.1 0 10.6.2l5.1.3c1.5.1 3.5 0 4.9.6.4-.9.6-1.9 1-2.8-5.3-.1-10.6-.1-15.9 0-2.6 0-5.1.1-7.8.2-2.1.1-4.6.3-5 2.3 1.2.1 2.4.3 3.5.4V14c1.2-2-2.5-2-2.5 0z'/%3E%3Cpath d='M30.6 21.7c3.2-.1 6.5 0 9.7.3v-3c-3.4-.2-6.7-.4-10.1-.9.5.5.9 1 1.3 1.4v-.2c-.1.4-.4.7-.5 1.1-.4.1-.4.2.2.1h6.2c2.4 0 4.9 0 7.5.1 4.9.2 9.9.5 14.8 1-.1-1-.4-2-.5-2.9-1.7.3-3.4.2-5.1.2-1.8 0-3.7-.1-5.5-.1-3.5 0-7.1.2-10.5.8-.9.1-1.5 1-1.3 1.6.1.8.9 1.2 1.8 1.3 6.7.7 13.5.9 20.2 1 3.1 0 5.9.2 8.3-1.4 1.2-.8 2.4-1.6 3.5-2.4 1.2-.8 2.3-1.5 3.1-2.6.6-.9-.1-2.4-1.6-2.3-1.8.1-3.7.1-5.5-.3-1.7-.4-3.3-1-5-1.4-3.5-.9-7.2-1-10.9-1H39.9c-3.5 0-5.7 1.9-7.5 4.2-1 1.3 1 2.7 2.6 2.1 2.6-1 5.5-.9 8.2-.9 3.3 0 6.6 0 10 .1 3.2.1 6.5.1 9.7.3.7 0 1.7.2 2.4.1.6-.1.5.3.6-.4.1-.8-.1-.4-.6-.2-1.3.6-2.7 1-4 1.3l1.5 2.7c1-.5 1.8-1 2.6-1.7 1.2-1 .2-2.4-1.3-2.6-4.4-.5-8.8-.7-13.3-1-4.3-.2-8.7-.5-13-.3v3c3.2-.2 10.3-1.1 10.4-4.7.1-3.7-7.1-4.3-10.3-4.6v3c4.9.3 9.8.5 14.7.8 2.4.1 4.8.3 7.2.5 1 .1 2.1.1 3.1.3.2 0 2.3.2 2.4.6.6 1.6 3.5 1.3 3.5-.4 0-2 1.8-3.4 4.3-3.3 1.3 0 2.3-1.3 1.6-2.3-.4-.5-.7-1-1.1-1.5-.1-.3-.4-.5-.5-.8-.1.2-.1.2 0 0 .1-.3.6-.6.7-.8.2-.4.5-.8.5-1.2.2-2.2-2.7-2.5-4.6-2.5-6.1-.2-12.1-.4-18.2-.4h-9.4c-2.1 0-5.4-.2-6.2 1.9C35 5.6 38 6.6 40 6.9c2.3.3 5.5-.3 7.5 1 .2-.8.5-1.7.9-2.5-2.8.3-5.7 0-8.6 0-2.1 0-5.3-.3-6.5 1.4-.4.5-.4 1.4.2 1.8 2 1.4 4.4 1.9 6.8 2.4 2.8.7 5.6 1.2 8.4 1.6 5.6.8 11.5 1.3 17.1.7 2.2-.2 3.4-2.4 1.3-3.6-1-.5-2.4-.5-3.5-.5-1.6-.1-3.2-.3-4.9-.4-6.1-.5-12.1-.9-18.2-1.4v3c5.3-.5 10.6-.3 15.9 0 2.6.1 5.1.2 7.7.3 2.4 0 5.1.3 7.3-.6.9-.3 1.2-1.4.6-2.1-1.3-1.5-3.9-1.2-6-1.3-2.7-.2-5.4-.3-8.1-.5L42 5.3v3c9.9.2 19.6.5 29.3.7 2.4.1 2.3-2.8 0-3C62 5 52.8 4.2 43.5 3.5c-2.1-.2-2.6 2.7-.5 2.9 8.8 1.2 17.7 2.3 26.7 2.8 2.1.1 2.4-2.5.5-2.9C65.1 5.2 60 4.5 54.8 4c-2.1-.2-2.6 2.7-.5 2.9 5.5.8 11 1.5 16.5 2.1 1.7.2 2.2-1.7 1.3-2.6-1.5-1.4-4-1.2-6.1-1.3-2.7-.1-5.3-.3-7.9-.4-2.4-.1-2.3 2.8 0 3 3.2.3 6.4.5 9.4.8 2.2.2 2.3-2.4.5-2.9-2.2-.6-4.6-1-7-1-2.3 0-2.3 3 0 3 2.1 0 4 .3 6 .8.1-1 .4-2 .5-2.9-3.2-.3-6.4-.5-9.4-.8v3c2.1.1 4.2.2 6.2.3 1 0 2 .1 2.9.1.6 0 1.8-.1 2.3.3.5-.9.9-1.7 1.3-2.6-5.1-.6-10.4-1.2-15.5-2-.1 1-.4 2-.5 2.9 4.9.5 9.7 1.2 14.3 2.2.1-1 .4-2 .5-2.9-8.7-.4-17.1-1.5-25.7-2.7-.1 1-.4 2-.5 2.9 9.3.7 18.6 1.6 27.9 2.5v-3c-9.5-.2-19.2-.5-28.9-.7-2.3-.1-2.3 2.9 0 3 4.8.3 9.4.5 14.2.8 2.3.1 4.6.3 7 .4 1.2.1 2.4.1 3.5.2 1 .1 2.2 0 3.2.3-.4-.2-.7-.5-1.1-.7 0 .1.1.1.1.2.2-.7.5-1.4.6-2.1-1 .4-2.3.2-3.4.2H63c-2.5-.1-5-.2-7.4-.3-4.9-.2-9.8-.4-14.7.1-2.3.2-2.3 2.8 0 3 4.2.3 8.3.6 12.5 1 2.1.2 4 .3 6.1.5 1 .1 2.1.2 3.1.2.5 0 1 .1 1.5.1.6 0 1.3.4 1.1-.3.1-.4.1-.8.2-1.2.6-.4.5-.5-.2-.3-.4 0-.7 0-1.1.1-.6 0-1.1 0-1.7.1h-4c-2.6-.1-5-.3-7.5-.7s-4.9-.8-7.3-1.3c-2.2-.5-5.1-.8-6.8-2 .1.6.2 1.2.2 1.8-.5.2-.5.3.1.2h2.3c1.2 0 2.3 0 3.5.1 2.3.1 4.6.1 7-.2 1.3-.2 1.8-1.8.9-2.5-1.6-1-3.2-1.5-5.1-1.6-1-.1-2 0-3.1-.1-.6 0-1.1-.1-1.6-.2-.2 0-.5-.1-.7-.2-.6.6-.6.9-.1.9.4.1 1.3 0 1.7 0H47.7c2.4 0 4.9 0 7.2.1 4.8.1 9.5.2 14.4.4h2.6c-.1-.3-.2-.6-.5-.9-.4 0-1 1.2-1.1 1.4-.7 1.6 1 3.3 2 4.6.5-.8 1.1-1.5 1.6-2.3-4.4 0-7.8 2.7-7.9 6.3 1.2-.1 2.4-.3 3.5-.4-.7-1.9-3.2-2.4-5.3-2.7-2.6-.4-5.3-.5-7.9-.6-5.9-.4-11.7-.7-17.6-1-2.4-.1-2.3 2.8 0 3 .7.1 6.7.9 6.6 1.5-.1.4-2.3 1-2.8 1.1-1.2.4-2.6.6-3.9.6-2.3.1-2.3 3.1 0 3 4.3-.2 8.7.1 13 .3 4.4.2 8.9.5 13.3 1-.5-.9-.9-1.7-1.3-2.6-.6.5-1.1.9-1.8 1.2-1.8.9-.6 3.1 1.5 2.7 2.4-.5 8.7-2 6.8-5-.9-1.3-2.6-1.5-4.2-1.6-2.3-.2-4.6-.3-7-.3-4.4-.1-8.9-.2-13.3-.2-3.9 0-7.9-.2-11.5 1.3.9.7 1.7 1.4 2.6 2.1.7-.9 1.5-2 2.7-2.5 1.3-.5 3.2-.2 4.6-.2 3.4.1 6.7-.1 10.1 0 3.3.1 6.4.4 9.4 1.4 3.2 1 6.4 1.6 9.8 1.3-.5-.8-1.1-1.5-1.6-2.3-.6 1-1.8 1.6-2.9 2.3-1 .7-2 1.4-3.1 2-2.2 1.1-5.7.6-8.3.6-6-.1-11.9-.3-17.7-1 .1 1 .4 2 .5 2.9 3.5-.5 7.1-.7 10.8-.7 3.4 0 7.1.4 10.5-.2 2.2-.4 1.5-2.7-.5-2.9-5.7-.6-11.6-1-17.5-1.1-2.8-.1-5.7-.1-8.6 0-2.2 0-5.5-.3-5.7 2.1-.1.6.6 1.4 1.3 1.4 3.7.5 7.5.8 11.1 1 2.3.1 2.3-2.8 0-3-3.2-.3-6.5-.3-9.7-.3-3.6.4-3.7 3.4-1.3 3.4z'/%3E%3Cpath d='M24.6 14.1c3.3.5 6.7.8 10.1 1.1 2.1.2 2.4-2.5.5-2.9-2.8-.6-5.7-.3-8.7-.7-.1 1-.4 2-.5 2.9 1.2.1 2.4.3 3.7.4v-3l-12.6-.6c-2.1-.1-2.6 2.6-.5 2.9 2.2.3 4.3.5 6.5.6v-3c-4.2 0-8.2 0-12.3.1-2.3 0-2.3 3 0 3H34c2.3 0 2.3-2.9 0-3-8.9-.2-17.9-.5-26.7.1-2.3.2-2.3 3.2 0 3 8.9-.6 17.9-.4 26.7-.1v-3H10.8v3c4.2 0 8.2 0 12.3-.1 2.3 0 2.3-2.9 0-3-1.8-.1-3.7-.2-5.5-.5-.1 1-.4 2-.5 2.9l12.6.6c2.4.1 2.3-2.8 0-3-1.2-.1-2.4-.3-3.7-.4-2.1-.2-2.6 2.7-.5 2.9 2.8.4 5.9.1 8.7.7.1-1 .4-2 .5-2.9-3.1-.2-6.1-.6-9.2-1-2.2-.2-3.2 2.7-.9 3zM68.6 5.5c-1.8 0-3.7-.1-5.5-.3.5.8 1.1 1.5 1.6 2.3-.2.4-.6.5-1.1.6h5.2c.2 0 .6-.1.9 0h-.1.1c.1 0 .4.1.5.1.9.3 2.1-.3 2.2-1 .2-.8-.4-1.6-1.2-1.8-1.5-.4-3.2-.3-4.6-.3h-2.2c-.5 0-.9 0-1.3.1-.6.1-1.1.4-1.5.9-.4.4-.4 1.1 0 1.5.4.5 1 .7 1.6.7 1.8.1 3.7.2 5.5.3 1 0 1.8-.7 1.8-1.5 0-.9-.9-1.6-1.9-1.6z'/%3E%3C/svg%3E")}
/* Наверх */
#back-top {opacity:1!important;cursor:pointer;height:44px;display:flex!important;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;border-bottom-left-radius:20px;background-image: -moz-linear-gradient( 90deg, rgb(45,179,217) 0%, rgb(78,199,233) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(45,179,217) 0%, rgb(78,199,233) 100%);background-image: -ms-linear-gradient( 90deg, rgb(45,179,217) 0%, rgb(78,199,233) 100%);z-index:2;}
i.svg-back-top{-moz-transform: rotate(270deg);-webkit-transform: rotate(270deg);-o-transform: rotate(270deg);-ms-transform: rotate(270deg);transform: rotate(270deg);width:30px;height:30px;background-size:24px;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='462.846' height='462.845'%3E%3Cpath d='M173.113 4.671C168.301-.29 162.569-.89 157.648.966c-2.829.366-5.683 1.488-8.331 3.705-21.018 17.61-41.223 36.122-60.667 55.467-8.366 8.322-4.223 19.296 3.488 24.136 40.654 48.365 87.067 96.255 127.663 144.666-46.05 46.266-90.437 98.67-134.62 146.657-4.956 5.383-5.152 11.73-2.775 16.92.378 4.936 3.364 9.455 7.663 12.781 20.218 15.614 39.748 32.077 58.676 49.23 4.763 7.815 15.886 12.127 24.362 3.788 67.631-66.49 126.845-141.432 201.06-201.057 2.036-1.636 3.407-3.428 4.261-5.281 4.245-5.586 5.316-13.649-.798-20.251-69.211-74.752-133.544-153.91-204.517-227.056zm-10.727 420.274c-14.83-13.086-30.039-25.689-45.562-37.942 42.155-47.078 85.617-97.578 130.822-141.879 2.355-2.306 3.656-4.834 4.25-7.373 3.783-5.576 4.672-13.345-.782-19.88-41.015-49.129-87.973-97.629-129.219-146.558 12.448-12.002 25.293-23.577 38.364-34.903 63.518 66.445 122.146 137.313 184.153 205.15-66.513 55.125-121.359 122.17-182.026 183.385z'/%3E%3C/svg%3E");}
#back-top:hover {background-image: -moz-linear-gradient( 90deg, rgb(77,216,255) 0%, rgb(0,199,255) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(77,216,255) 0%, rgb(0,199,255) 100%);background-image: -ms-linear-gradient( 90deg, rgb(77,216,255) 0%, rgb(0,199,255) 100%);}
/* Навигация справа */
.right-nav{width:54px;height:auto;position:fixed;right:0;top:calc(50% - 275px);z-index:100;}
.nav-button{height:170px;width:100%;position:relative;}
.nav-button:hover{cursor:pointer;}
.nav-circle{width:50px;height:50px;border-radius:100%;background:#fff;border:2px solid;position:absolute;right:30px;top:calc(50% - 25px);z-index:2;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.nav-line{height:170px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-line-pack: center;align-content: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position:relative;overflow:hidden;}
.nav-text-rotate{font-size:18px;color:#fff;-moz-transform: rotate(270deg);-webkit-transform: rotate(270deg);-o-transform: rotate(270deg);-ms-transform: rotate(270deg);transform: rotate(270deg);padding-top:15px;}
.nav-cart-button .nav-circle{border-color:#f1c22e;}
.nav-cart-button .nav-line{border-top-left-radius:20px;background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);}
.nav-favorites-button .nav-circle{border-color:#16c3b0;}
.nav-favorites-button .nav-line{background-image: -moz-linear-gradient( 90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -ms-linear-gradient( 90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);}
.nav-compare-button .nav-circle{border-color:#fd4d40;}
.nav-compare-button .nav-line{background-image: -moz-linear-gradient( 90deg, rgb(253,77,64) 0%, rgb(231,115,106) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(253,77,64) 0%, rgb(231,115,106) 100%);background-image: -ms-linear-gradient( 90deg, rgb(253,77,64) 0%, rgb(231,115,106) 100%);}
.right-nav i.svg-favorites{display:block;width:40px;height:40px;background-size:28px;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2316c3b0' width='479.18' height='479.18'%3E%3Cpath d='M478.61 232.372c.056-1.257 0-2.537-.279-3.816-1.752-7.935-5.774-15.595-12.056-20.873-5.896-4.954-12.466-7.454-19.728-8.808-1.98-1.242-4.281-1.991-6.754-1.96-14.305.178-26.243 4.946-34.627 16.836-1.93 2.737-2.229 6.096-1.452 9.236-2.56 4.81-4.261 10.058-4.87 16.009-.898 8.846 3.636 17.321 9.445 24.019-19.393 26.02-49.673 48.87-83.705 40.386-20.713-5.165-32.352-27.93-39.37-46.083-16.198-41.875-18.275-88.154-22.454-132.565 4.971-1.15 9.815-3.146 14.365-6.312a15.913 15.913 0 003.493-3.328c.889-.795 1.727-1.653 2.474-2.638 6.444-8.516 8.297-19.54 6.972-29.96-.04-.323-.127-.625-.183-.942.051-1.257 0-2.537-.279-3.816-1.752-7.935-5.773-15.594-12.055-20.873-5.896-4.953-12.467-7.457-19.729-8.808-1.98-1.241-4.285-1.99-6.753-1.96-14.305.178-26.246 4.946-34.627 16.836-1.929 2.737-2.231 6.096-1.455 9.237-2.56 4.809-4.261 10.057-4.867 16.008-1.171 11.481 6.799 22.371 14.855 29.506 2.039 1.803 4.232 2.76 6.421 3.161 1.341.624 2.709 1.127 4.078 1.643-6.5 51.066-13.843 107.168-41.927 151.29-29.838 46.87-80.795 28.184-119.972 4.348 6.018-8.42 7.774-19.099 6.49-29.234-.041-.32-.125-.625-.183-.939.053-1.26 0-2.539-.279-3.818-1.752-7.935-5.771-15.595-12.053-20.873-5.898-4.954-12.472-7.457-19.73-8.808-1.98-1.244-4.283-1.991-6.754-1.96-14.305.178-26.243 4.946-34.626 16.836-1.927 2.737-2.229 6.096-1.455 9.237-2.559 4.809-4.258 10.057-4.867 16.009-1.17 11.481 6.802 22.373 14.856 29.508 2.039 1.803 4.232 2.757 6.423 3.158 7.236 3.362 14.906 5.145 22.483 5.022 13.599 33.561 27.017 67.177 43.028 99.681.579 1.178 1.274 2.128 2.019 2.971.487 3.255 2.465 6.281 6.545 8.195 90.987 42.66 192.97 35.008 286.908 6.511 4.048-1.229 6.622-3.753 7.968-6.754 2.757-1.407 5.083-3.824 6.312-7.525 13.127-39.629 25.461-79.506 38.172-119.262 10.648 1.63 21.459-.213 31.011-6.865a15.904 15.904 0 003.493-3.326c.889-.797 1.727-1.655 2.474-2.641 6.443-8.516 8.297-19.54 6.972-29.96-.021-.317-.107-.619-.168-.936zM52.664 256.688c-1.632 6.688-8.173 11.73-16.846 8.303-20.586-8.12-1.915-36.414 12.972-21.658 3.912 3.879 4.94 8.973 3.874 13.355zm206.12-179.75c3.915 3.88 4.951 8.97 3.88 13.355-1.635 6.688-8.176 11.73-16.849 8.302-20.593-8.127-1.922-36.414 12.969-21.657zm113.808 308.471c-85.355 25.461-179.214 34.23-262.254-3.976a14.297 14.297 0 00-.972-2.58c-10.926-22.176-20.556-44.895-29.917-67.74 42.02 21.038 89.512 29.147 125.764-10.055 21.325-23.063 33.624-53.811 41.532-86.183 4.865 27.246 12.589 53.649 26.589 77.333 13.294 22.506 34.24 36.292 60.139 38.842 23.338 2.306 44.681-6.17 62.886-19.622-7.812 24.7-15.652 49.388-23.767 73.981zm78.795-144.321c-1.635 6.688-8.176 11.73-16.854 8.303-20.586-8.12-1.914-36.414 12.975-21.657 3.915 3.878 4.95 8.969 3.879 13.354z'/%3E%3Cpath d='M292.437 342.389c.061-1.508 0-3.031-.341-4.561-2.092-9.49-6.896-18.641-14.406-24.953-7.053-5.92-14.908-8.916-23.582-10.526-2.371-1.482-5.123-2.382-8.068-2.346-17.105.208-31.377 5.911-41.394 20.129-2.303 3.271-2.666 7.287-1.742 11.045-3.057 5.743-5.091 12.02-5.819 19.139-1.399 13.726 8.127 26.745 17.763 35.271 2.435 2.153 5.06 3.296 7.68 3.778 17.862 8.282 37.893 8.774 54.67-2.899a19.115 19.115 0 004.179-3.977c1.057-.954 2.062-1.976 2.95-3.153 7.698-10.182 9.918-23.363 8.339-35.814-.058-.392-.164-.757-.229-1.133zm-32.55 10.415c-1.955 7.998-9.771 14.021-20.147 9.928-24.61-9.715-2.288-43.528 15.506-25.894 4.686 4.637 5.925 10.73 4.641 15.966zM129.342 346.41c-16.765 0-16.765 26 0 26 16.764 0 16.764-26 0-26zM345.136 376.31c16.767 0 16.767-25.999 0-25.999-16.763 0-16.763 25.999 0 25.999z'/%3E%3C/svg%3E");}
.right-nav i.svg-compare{display:block;width:40px;height:40px;background-size:22px;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd4d40' width='481.24' height='481.24'%3E%3Cpath d='M181.196 18.086C-1.901 45.537-27.125 307.482 100.791 411.438c-10.895 5.23-21.83 10.385-32.859 15.33-14.683 6.587-18.052 27.63-10.585 40.375 8.772 14.971 25.688 17.164 40.37 10.583 26.911-12.065 53.304-25.177 79.668-38.359 6.753-3.371 10.857-8.114 13.04-13.354 6.002-7.19 8.066-17.245 6.416-27.34-3.862-23.826-6.357-47.738-7.794-71.823-2.26-37.811-61.289-38.034-59.011 0 .65 10.882 1.6 21.729 2.699 32.56-86.05-81.675-70.268-264.265 64.149-284.42 37.536-5.627 21.528-62.482-15.688-56.904zM380.451 69.8c10.897-5.23 21.83-10.384 32.864-15.33 14.681-6.581 18.047-27.627 10.583-40.37-8.775-14.973-25.689-17.166-40.37-10.587-26.908 12.063-53.299 25.176-79.663 38.359-6.754 3.374-10.857 8.112-13.046 13.357-6.002 7.188-8.059 17.242-6.418 27.343 3.869 23.82 6.357 47.733 7.8 71.82 2.265 37.808 61.286 38.031 59.011 0-.65-10.885-1.6-21.731-2.696-32.562 86.041 81.674 70.254 264.271-64.16 284.42-37.531 5.626-21.525 62.479 15.686 56.898 183.1-27.447 208.323-289.386 80.409-393.348z'/%3E%3C/svg%3E");}
.right-nav i.svg-cart{display:block;width:40px;height:40px;background-size:26px;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1c22e' width='463.547' height='463.547'%3E%3Cpath d='M450.08 301.987C348.928 312.773 246.743 329.2 145.016 316.49c-.602-.305-1.206-.619-1.851-.858-9.298-3.488-12.418-9.282-12.339-17.869 8.653-12.37 27.139-11.567 40.09-10.562 18.124 1.396 36.11 1.225 54.281 1.036 47.18-.503 94.512-3.691 141.305-9.729 25.929-3.346 51.745-7.073 77.47-11.745 7.987-1.447 10.847-7.688 10.014-13.848.152-.812.295-1.64.315-2.539 1.422-54.994 3.107-109.936 8.449-164.714.833-8.562-5.053-12.975-11.654-13.406a13.953 13.953 0 00-5.24-.675c-118.728 6.891-237.639 8.42-356.53 9.819a16.225 16.225 0 00-2.392-2.272c-20.967-16.135-44.12-27.83-69.528-35.208-17.48-5.075-24.892 22.1-7.492 27.149 65.404 18.994 94.783 75.527 107.305 138.626 3.763 18.934 5.624 38.166 7.112 57.396.094 1.193-16.41 14.081-18.23 17.372-4.035 7.312-4.728 15.762-2.808 23.815 5.761 24.187 25.517 34.17 48.266 38.156-3.994 5.286-7.218 11.445-9.521 18.438-.843 2.555-.901 4.865-.48 6.932-.031 13.035 3.735 25.599 13.251 34.921 9.889 9.694 24.064 12.797 37.407 13.513 1.539.081 2.902-.111 4.179-.411.48-.035.942-.01 1.442-.086 24.58-3.997 42.478-22.155 44.707-47.012.817-9.064-1.544-17.256-5.954-24.212 38.519-.63 76.391-3.87 114.75-7.668-3.707 4.829-6.612 10.141-8.359 15.798-9.703 31.442 20.861 53.582 50.085 55.151 1.538.081 2.899-.111 4.179-.411.478-.035.939-.01 1.442-.086 24.577-3.997 42.478-22.155 44.706-47.013 1.143-12.74-3.986-23.739-12.258-32.031 6.322-.711 12.634-1.438 18.956-2.112 17.848-1.904 18.037-30.082-.011-28.158zm-23.678-60.696a1299.64 1299.64 0 01-68.03 9.927c-.116-10.577-.269-21.154-.579-31.719 23.085-.312 46.18-.396 69.27-.134-.224 7.303-.473 14.613-.661 21.926zm1.63-50.075c-23.801-.277-47.581-.152-71.346.218-.381-8.351-.854-16.696-1.366-25.037 24.583-.401 49.15-.676 73.737-.521-.401 8.446-.7 16.891-1.025 25.34zm5.24-90.819c-1.066 12.431-1.944 24.879-2.712 37.328-25.689-.178-51.384.114-77.073.551a1748.53 1748.53 0 00-2.976-34.157c27.599-1.031 55.183-2.209 82.761-3.722zM330.256 254.234c-26.391 2.56-52.842 4.362-79.344 5.307-1.63-11.903-3.301-23.801-4.951-35.701 27.853-1.929 55.767-3.12 83.695-3.836.335 11.394.492 22.81.6 34.23zm-1.706-62.243c-28.823.805-57.61 2.117-86.361 4.182a3126.128 3126.128 0 01-3.517-27.233c29.506-.655 59.014-1.435 88.532-2.059.497 8.365.965 16.739 1.346 25.11zm-6.11-86.885c1.077 11.217 2.072 22.437 2.931 33.665-30.017.645-60.043 1.45-90.059 2.11-1.234-11.126-2.404-22.264-3.369-33.428 30.166-.6 60.339-1.374 90.497-2.347zm-99.614 155.15c-23.638.33-47.307.03-70.978-.955a656.65 656.65 0 00-2.75-25.729c22.942-3.108 45.936-5.614 68.959-7.609 1.592 11.427 3.195 22.858 4.769 34.293zm-8.559-61.91c-23.202 2.044-46.372 4.57-69.505 7.663-2.288-12.142-5.096-24.136-8.632-35.846 24.793.082 49.576-.192 74.364-.64a2988.742 2988.742 0 003.773 28.823zm-105.624-89.022c31.729-.386 63.459-.817 95.179-1.363.978 11.182 2.115 22.335 3.359 33.481-27.086.475-54.172.744-81.268.543-4.852-11.296-10.529-22.231-17.27-32.661zm83.905 282.812c-.119-.01-.218-.046-.333-.051-15.533-.833-22.62-6.108-22.5-20.981 4.52-12.188 13.693-17.413 25.38-18.337 10.636 2.387 19.504 7.703 19.299 19.962-.208 11.704-11.931 17.336-21.846 19.407zm200.848-8.444c-.117-.01-.219-.046-.33-.051-15.534-.833-22.623-6.109-22.501-20.982 4.52-12.188 13.69-17.412 25.375-18.336 10.638 2.387 19.51 7.703 19.301 19.961-.209 11.7-11.929 17.331-21.845 19.408z'/%3E%3C/svg%3E");}
.right-nav .nav-cart:hover i.svg-cart{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffe184' width='463.547' height='463.547'%3E%3Cpath d='M450.08 301.987C348.928 312.773 246.743 329.2 145.016 316.49c-.602-.305-1.206-.619-1.851-.858-9.298-3.488-12.418-9.282-12.339-17.869 8.653-12.37 27.139-11.567 40.09-10.562 18.124 1.396 36.11 1.225 54.281 1.036 47.18-.503 94.512-3.691 141.305-9.729 25.929-3.346 51.745-7.073 77.47-11.745 7.987-1.447 10.847-7.688 10.014-13.848.152-.812.295-1.64.315-2.539 1.422-54.994 3.107-109.936 8.449-164.714.833-8.562-5.053-12.975-11.654-13.406a13.953 13.953 0 00-5.24-.675c-118.728 6.891-237.639 8.42-356.53 9.819a16.225 16.225 0 00-2.392-2.272c-20.967-16.135-44.12-27.83-69.528-35.208-17.48-5.075-24.892 22.1-7.492 27.149 65.404 18.994 94.783 75.527 107.305 138.626 3.763 18.934 5.624 38.166 7.112 57.396.094 1.193-16.41 14.081-18.23 17.372-4.035 7.312-4.728 15.762-2.808 23.815 5.761 24.187 25.517 34.17 48.266 38.156-3.994 5.286-7.218 11.445-9.521 18.438-.843 2.555-.901 4.865-.48 6.932-.031 13.035 3.735 25.599 13.251 34.921 9.889 9.694 24.064 12.797 37.407 13.513 1.539.081 2.902-.111 4.179-.411.48-.035.942-.01 1.442-.086 24.58-3.997 42.478-22.155 44.707-47.012.817-9.064-1.544-17.256-5.954-24.212 38.519-.63 76.391-3.87 114.75-7.668-3.707 4.829-6.612 10.141-8.359 15.798-9.703 31.442 20.861 53.582 50.085 55.151 1.538.081 2.899-.111 4.179-.411.478-.035.939-.01 1.442-.086 24.577-3.997 42.478-22.155 44.706-47.013 1.143-12.74-3.986-23.739-12.258-32.031 6.322-.711 12.634-1.438 18.956-2.112 17.848-1.904 18.037-30.082-.011-28.158zm-23.678-60.696a1299.64 1299.64 0 01-68.03 9.927c-.116-10.577-.269-21.154-.579-31.719 23.085-.312 46.18-.396 69.27-.134-.224 7.303-.473 14.613-.661 21.926zm1.63-50.075c-23.801-.277-47.581-.152-71.346.218-.381-8.351-.854-16.696-1.366-25.037 24.583-.401 49.15-.676 73.737-.521-.401 8.446-.7 16.891-1.025 25.34zm5.24-90.819c-1.066 12.431-1.944 24.879-2.712 37.328-25.689-.178-51.384.114-77.073.551a1748.53 1748.53 0 00-2.976-34.157c27.599-1.031 55.183-2.209 82.761-3.722zM330.256 254.234c-26.391 2.56-52.842 4.362-79.344 5.307-1.63-11.903-3.301-23.801-4.951-35.701 27.853-1.929 55.767-3.12 83.695-3.836.335 11.394.492 22.81.6 34.23zm-1.706-62.243c-28.823.805-57.61 2.117-86.361 4.182a3126.128 3126.128 0 01-3.517-27.233c29.506-.655 59.014-1.435 88.532-2.059.497 8.365.965 16.739 1.346 25.11zm-6.11-86.885c1.077 11.217 2.072 22.437 2.931 33.665-30.017.645-60.043 1.45-90.059 2.11-1.234-11.126-2.404-22.264-3.369-33.428 30.166-.6 60.339-1.374 90.497-2.347zm-99.614 155.15c-23.638.33-47.307.03-70.978-.955a656.65 656.65 0 00-2.75-25.729c22.942-3.108 45.936-5.614 68.959-7.609 1.592 11.427 3.195 22.858 4.769 34.293zm-8.559-61.91c-23.202 2.044-46.372 4.57-69.505 7.663-2.288-12.142-5.096-24.136-8.632-35.846 24.793.082 49.576-.192 74.364-.64a2988.742 2988.742 0 003.773 28.823zm-105.624-89.022c31.729-.386 63.459-.817 95.179-1.363.978 11.182 2.115 22.335 3.359 33.481-27.086.475-54.172.744-81.268.543-4.852-11.296-10.529-22.231-17.27-32.661zm83.905 282.812c-.119-.01-.218-.046-.333-.051-15.533-.833-22.62-6.108-22.5-20.981 4.52-12.188 13.693-17.413 25.38-18.337 10.636 2.387 19.504 7.703 19.299 19.962-.208 11.704-11.931 17.336-21.846 19.407zm200.848-8.444c-.117-.01-.219-.046-.33-.051-15.534-.833-22.623-6.109-22.501-20.982 4.52-12.188 13.69-17.412 25.375-18.336 10.638 2.387 19.51 7.703 19.301 19.961-.209 11.7-11.929 17.331-21.845 19.408z'/%3E%3C/svg%3E");}
.right-nav .nav-cart:hover .nav-line{background-image: -moz-linear-gradient( 90deg, rgb(255,194,0) 0%, rgb(255,225,132) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(255,194,0) 0%, rgb(255,225,132) 100%);background-image: -ms-linear-gradient( 90deg, rgb(255,194,0) 0%, rgb(255,225,132) 100%);}
.right-nav .nav-cart:hover .nav-circle{border-color:#fcd761;}
.right-nav .nav-favorites:hover i.svg-favorites{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2349ffeb' width='479.18' height='479.18'%3E%3Cpath d='M478.61 232.372c.056-1.257 0-2.537-.279-3.816-1.752-7.935-5.774-15.595-12.056-20.873-5.896-4.954-12.466-7.454-19.728-8.808-1.98-1.242-4.281-1.991-6.754-1.96-14.305.178-26.243 4.946-34.627 16.836-1.93 2.737-2.229 6.096-1.452 9.236-2.56 4.81-4.261 10.058-4.87 16.009-.898 8.846 3.636 17.321 9.445 24.019-19.393 26.02-49.673 48.87-83.705 40.386-20.713-5.165-32.352-27.93-39.37-46.083-16.198-41.875-18.275-88.154-22.454-132.565 4.971-1.15 9.815-3.146 14.365-6.312a15.913 15.913 0 003.493-3.328c.889-.795 1.727-1.653 2.474-2.638 6.444-8.516 8.297-19.54 6.972-29.96-.04-.323-.127-.625-.183-.942.051-1.257 0-2.537-.279-3.816-1.752-7.935-5.773-15.594-12.055-20.873-5.896-4.953-12.467-7.457-19.729-8.808-1.98-1.241-4.285-1.99-6.753-1.96-14.305.178-26.246 4.946-34.627 16.836-1.929 2.737-2.231 6.096-1.455 9.237-2.56 4.809-4.261 10.057-4.867 16.008-1.171 11.481 6.799 22.371 14.855 29.506 2.039 1.803 4.232 2.76 6.421 3.161 1.341.624 2.709 1.127 4.078 1.643-6.5 51.066-13.843 107.168-41.927 151.29-29.838 46.87-80.795 28.184-119.972 4.348 6.018-8.42 7.774-19.099 6.49-29.234-.041-.32-.125-.625-.183-.939.053-1.26 0-2.539-.279-3.818-1.752-7.935-5.771-15.595-12.053-20.873-5.898-4.954-12.472-7.457-19.73-8.808-1.98-1.244-4.283-1.991-6.754-1.96-14.305.178-26.243 4.946-34.626 16.836-1.927 2.737-2.229 6.096-1.455 9.237-2.559 4.809-4.258 10.057-4.867 16.009-1.17 11.481 6.802 22.373 14.856 29.508 2.039 1.803 4.232 2.757 6.423 3.158 7.236 3.362 14.906 5.145 22.483 5.022 13.599 33.561 27.017 67.177 43.028 99.681.579 1.178 1.274 2.128 2.019 2.971.487 3.255 2.465 6.281 6.545 8.195 90.987 42.66 192.97 35.008 286.908 6.511 4.048-1.229 6.622-3.753 7.968-6.754 2.757-1.407 5.083-3.824 6.312-7.525 13.127-39.629 25.461-79.506 38.172-119.262 10.648 1.63 21.459-.213 31.011-6.865a15.904 15.904 0 003.493-3.326c.889-.797 1.727-1.655 2.474-2.641 6.443-8.516 8.297-19.54 6.972-29.96-.021-.317-.107-.619-.168-.936zM52.664 256.688c-1.632 6.688-8.173 11.73-16.846 8.303-20.586-8.12-1.915-36.414 12.972-21.658 3.912 3.879 4.94 8.973 3.874 13.355zm206.12-179.75c3.915 3.88 4.951 8.97 3.88 13.355-1.635 6.688-8.176 11.73-16.849 8.302-20.593-8.127-1.922-36.414 12.969-21.657zm113.808 308.471c-85.355 25.461-179.214 34.23-262.254-3.976a14.297 14.297 0 00-.972-2.58c-10.926-22.176-20.556-44.895-29.917-67.74 42.02 21.038 89.512 29.147 125.764-10.055 21.325-23.063 33.624-53.811 41.532-86.183 4.865 27.246 12.589 53.649 26.589 77.333 13.294 22.506 34.24 36.292 60.139 38.842 23.338 2.306 44.681-6.17 62.886-19.622-7.812 24.7-15.652 49.388-23.767 73.981zm78.795-144.321c-1.635 6.688-8.176 11.73-16.854 8.303-20.586-8.12-1.914-36.414 12.975-21.657 3.915 3.878 4.95 8.969 3.879 13.354z'/%3E%3Cpath d='M292.437 342.389c.061-1.508 0-3.031-.341-4.561-2.092-9.49-6.896-18.641-14.406-24.953-7.053-5.92-14.908-8.916-23.582-10.526-2.371-1.482-5.123-2.382-8.068-2.346-17.105.208-31.377 5.911-41.394 20.129-2.303 3.271-2.666 7.287-1.742 11.045-3.057 5.743-5.091 12.02-5.819 19.139-1.399 13.726 8.127 26.745 17.763 35.271 2.435 2.153 5.06 3.296 7.68 3.778 17.862 8.282 37.893 8.774 54.67-2.899a19.115 19.115 0 004.179-3.977c1.057-.954 2.062-1.976 2.95-3.153 7.698-10.182 9.918-23.363 8.339-35.814-.058-.392-.164-.757-.229-1.133zm-32.55 10.415c-1.955 7.998-9.771 14.021-20.147 9.928-24.61-9.715-2.288-43.528 15.506-25.894 4.686 4.637 5.925 10.73 4.641 15.966zM129.342 346.41c-16.765 0-16.765 26 0 26 16.764 0 16.764-26 0-26zM345.136 376.31c16.767 0 16.767-25.999 0-25.999-16.763 0-16.763 25.999 0 25.999z'/%3E%3C/svg%3E");}
.right-nav .nav-favorites:hover .nav-line{background-image: -moz-linear-gradient( 90deg, rgb(24,215,194) 0%, rgb(73,255,235) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(24,215,194) 0%, rgb(73,255,235) 100%);background-image: -ms-linear-gradient( 90deg, rgb(24,215,194) 0%, rgb(73,255,235) 100%);}
.right-nav .nav-favorites:hover .nav-circle{border-color:#8afff2}
.right-nav .nav-compare:hover i.svg-compare{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff695e' width='481.24' height='481.24'%3E%3Cpath d='M181.196 18.086C-1.901 45.537-27.125 307.482 100.791 411.438c-10.895 5.23-21.83 10.385-32.859 15.33-14.683 6.587-18.052 27.63-10.585 40.375 8.772 14.971 25.688 17.164 40.37 10.583 26.911-12.065 53.304-25.177 79.668-38.359 6.753-3.371 10.857-8.114 13.04-13.354 6.002-7.19 8.066-17.245 6.416-27.34-3.862-23.826-6.357-47.738-7.794-71.823-2.26-37.811-61.289-38.034-59.011 0 .65 10.882 1.6 21.729 2.699 32.56-86.05-81.675-70.268-264.265 64.149-284.42 37.536-5.627 21.528-62.482-15.688-56.904zM380.451 69.8c10.897-5.23 21.83-10.384 32.864-15.33 14.681-6.581 18.047-27.627 10.583-40.37-8.775-14.973-25.689-17.166-40.37-10.587-26.908 12.063-53.299 25.176-79.663 38.359-6.754 3.374-10.857 8.112-13.046 13.357-6.002 7.188-8.059 17.242-6.418 27.343 3.869 23.82 6.357 47.733 7.8 71.82 2.265 37.808 61.286 38.031 59.011 0-.65-10.885-1.6-21.731-2.696-32.562 86.041 81.674 70.254 264.271-64.16 284.42-37.531 5.626-21.525 62.479 15.686 56.898 183.1-27.447 208.323-289.386 80.409-393.348z'/%3E%3C/svg%3E");}
.right-nav .nav-compare:hover .nav-line{background-image: -moz-linear-gradient( 90deg, rgb(244,56,42) 0%, rgb(255,105,94) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(244,56,42) 0%, rgb(255,105,94) 100%);background-image: -ms-linear-gradient( 90deg, rgb(244,56,42) 0%, rgb(255,105,94) 100%);}
.right-nav .nav-compare:hover .nav-circle{border-color:#e4918b;}
.nav-block{position:relative;}
.nav-content{display:none;width:580px;position:absolute;right:calc(100% + 10px);top:0;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;border:1px solid #d4cee3;background:#fff;padding:25px;z-index:50;min-height:170px;}
.nav-block:hover:before{content: ' ';width: 10px;height: 100%;display: block;left: -10px;top: 0;background: transparent;position: absolute;}
.nav-block:hover .nav-content{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.nav-block:hover .nav-circle{z-index:51;}
.nav-header{font-family:'Neucha', crusive;font-size:24px;line-height:24px;margin-bottom:25px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width: 100%;}
.nav-content .items{max-height:223px;overflow-y:auto;overflow-x:hidden;margin-bottom:25px;}
.nav-content .items.multi{padding-right:20px;}
.nav-content .items .item:first-of-type{border-top:1px solid #d4cee3;}
.nav-content .items .item{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;padding:15px 0px;border-bottom:1px solid #d4cee3}
.nav-content .items .item .icon-product-image{width:80px;height:80px;}
.nav-content .items .item .icon-product-image a{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;width:100%;height:100%;}
.nav-content .items .item .icon-product-image a img{max-width:80px;max-height:80px;}
.nav-content .items .item .product-middle{padding:0 15px;width:calc(100% - 80px - 170px)}
.nav-content .items .item .product-middle .product-rating{margin-bottom:10px;}
.nav-content .items .item .product-middle .cart-product-qty{font-size:12px;margin-top:10px;}
.nav-content .items .item .product-middle .product-name a{font-size:16px;}
.nav-content .items .item .product-right{width:170px;}
.nav-content .items .item .product-right .price-box{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:flex-end;}
.nav-content .items .item .product-right .price{font-size:24px;}
.nav-content .items .item .product-right .price.old-price{color:#d4cee3;font-size:18px;margin-right:15px;}
.nav-content .items .item .product-right .product-price{margin-bottom:30px;}
.right-nav-remove{font-family:'Ubuntu';display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;font-size:14px;background-color: #f2f2ff;width: 120px;height: 30px;margin-left:auto;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}
.right-nav-remove:hover{background:#9f17a6;color:#fff;}
.right-nav-remove:hover i.svg-trash{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='470.713' height='470.714'%3E%3Cpath d='M96.01 133.456c3.884 2.676 8.163 4.332 12.619 5.292-5.324 99.039-15.803 202.436 20.416 296.978 1.742 4.545 4.938 7.389 8.604 8.846 1.26 1.762 3.052 3.326 5.637 4.479 64.729 28.746 133.522 27.487 199.892 4.459 8.674-3.012 11.314-11.243 9.735-18.256 12.604-95.928 24.562-194.694 14.67-291.43 7.83-1.725 15.147-5.027 20.586-11.075 10.745-11.959 8.679-27.345 3.387-41.068.011-3.816-1.787-7.467-5.87-9.973-1.62-1.254-3.544-2.127-5.596-2.59-29.727-12.703-61.367-19.342-93.734-22.427.569-2.892.32-6.058-1.081-9.308C275.168 24.077 255.044-3.4 226.105.345c-27.863 3.603-41.365 30.793-47.007 55.726-18.611.978-37.039 2.207-55.035 3.245-.125.005-.236.048-.36.058-.854-.109-1.722-.163-2.61-.058-19.291 2.267-35.53 11.491-43.975 29.609a18.627 18.627 0 00-1.737 7.439c-.749 2.455-.8 5.278.239 8.444 3.912 11.868 10.036 21.504 20.39 28.648zm228.095 295.089c-54.888 16.904-112.16 18.712-165.844-5.129-.815-.36-1.623-.579-2.422-.802-32.966-90.754-22.635-189.447-17.514-284.177 65.534-4.644 131.547-5.657 196.814 2.567a13.464 13.464 0 002.646 2.138c9.785 94.689-1.381 191.384-13.68 285.403zM228.662 29.693c12.937-1.676 22.006 13.327 27.591 25.111-15.449-.536-30.97-.447-46.445 0 3.14-11.385 8.637-23.791 18.854-25.111zM110.845 92.726c-1.826 1.579 4.918-2.508 2.775-1.617 1.498-.625 3.075-1.046 4.639-1.478-.358.099 4.903-.879 2.833-.64.183-.021.355-.074.536-.1.785.074 1.567.152 2.43.1 77.348-4.481 167.339-15.376 240.798 15.658.233.69.533 1.356.746 2.059a37.72 37.72 0 01.746 3.093c.016.23.031.475.057.833.02.536-.021 1.077-.041 1.612a3.77 3.77 0 01-.051.203c-.314-.053-2.468 1.498-1.59 1.331-1.63.604-3.326 1.03-5.017 1.409-.808.183-1.874.312-3.082.406-1.574-1.141-3.529-1.993-6.038-2.336-75.291-10.336-150.897-9.422-226.528-3.499-1.364.109-2.595.406-3.761.779-7.373-.104-12.075-3.682-15.157-11.263 1.424-2.391 2.917-4.138 5.705-6.55z'/%3E%3Cpath d='M186.387 186.935c-.178-19.128-29.853-19.144-29.681 0 .437 47.81 5.949 95.075 11.873 142.453 2.338 18.732 32.044 18.961 29.681 0-5.928-47.383-11.436-94.644-11.873-142.453zM248.712 183.967c-1.026-19.032-30.709-19.136-29.681 0 2.829 52.483 4.723 105.01 10.39 157.293 2.039 18.819 31.738 19.017 29.681 0-5.668-52.283-7.566-104.81-10.39-157.293zM284.857 186.427c7.993 58.711 4.169 118.058 3.92 177.089-.081 19.139 29.595 19.134 29.681 0 .26-61.896 3.393-123.445-4.98-184.983-2.576-18.885-31.17-10.81-28.621 7.894z'/%3E%3C/svg%3E");}
.products-remove.right-nav-remove{width:180px;}
.right-nav-remove.clearCart{width:200px;margin-left:0;margin-top:30px;height:40px;}
.nav-favorites-content .more-button{width:216px;margin:0 auto;} 
.nav-favorites-content .more-button:after{content:'Перейти к избранным';width:240px;}
.nav-compare-content .more-button{width:216px;margin:0 auto;}
.nav-compare-content .more-button:after{content:'Перейти к сравнению';width:240px;}
.nav-cart-content .more-button{width:216px;margin:0 auto;} 
.nav-cart-content .more-button:after{content:'Перейти в корзину';width:240px;}
.nav-content.nav-compare-content{display:none;}
.nav-content.nav-cart-content{display:none;}
.nav-dont-have-items{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width: 100%;height: auto;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;font-size: 24px;font-family: 'Neucha', cursive;}
.nav-dont-have-items div{text-align:center;line-height:24px;}
.nav-dont-have-items a{text-decoration:underline;display:inline;}
.nav-dont-have-items a:hover{text-decoration:none;}
.nav-content .nav-dont-have-items{display: -webkit-box;display: -ms-flexbox;display: flex;}
.nav-content.have-items .nav-dont-have-items{display:none;}
.nav-content .nav-have-items{display:none;}
.nav-content.have-items .nav-have-items{display:block;width:100%;}
.nav-content .cart-sum-line{margin-bottom:25px;}
.nav-content .cart-sum-header{font-family:'Neucha', cursive;font-size:22px;line-height:24px;margin-bottom:10px;}
.nav-content .cart-sum-info{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:space-between;}
.nav-content .cart-sum-info .cart-sum-text{font-size:16px;}
/*** header ***/
header{position:relative;}
#header{background:#fff;height:125px;}
#header .container{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;height:100%;}
.header-top{display:block;background: rgb(241,194,46);background: linear-gradient(90deg, rgba(241,194,46,1) 0%, rgba(238,207,108,1) 100%);}
.header-top .container{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:space-between;}
.header-top-right{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:380px;padding-left:20px;justify-content:space-between;}
.without-worktime .header-top-right{width:200px;justify-content:flex-end;}
.hover-dropdown{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width:auto;position:relative;}
.hover-dropdown .sub-header{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;cursor:pointer;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.hover-dropdown .sub-header:after{display:block;content:' ';margin-left:10px;width:10px;height:10px;background-size:6px;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ab967f' width='415.153' height='415.153'%3E%3Cpath d='M412.738 45.531c-1.595-8.579-10.786-13.789-19.058-13.249-.376-.02-.706-.109-1.092-.109-109.187 0-218.3-5.81-327.456-.625-7.32.348-20.243-1.493-32.659-1.444C15.775 30.16 0 33.623 0 50.373c0 .482.109.942.145 1.409-.119 1.896-.045 3.88.505 6.027 30.336 118.437 94.689 225.957 169.775 321.322 4.222 5.356 9.371 6.886 14.21 6.022 2.575.37 5.149.599 7.759.604 5.86.006 11.101-2.925 14.444-7.343.784-.573 1.571-1.143 2.323-1.884 86.295-85.563 163.389-185.216 204.876-300.522 1.346-3.745 1.381-7.083.6-10.016-.107-6.867-.629-13.655-1.899-20.461zM189.447 344.712C125.7 262.241 71.122 169.642 41.579 69.291c112.081-7.348 224.33-1.478 336.533-.792-38.517 105.604-109.954 197.16-188.665 276.213z'/%3E%3C/svg%3E");}
.hover-dropdown:hover .sub-header{color:#9f17a6;}
.hover-dropdown:hover .hover-dropdown-content{display:block;}
.hover-dropdown:hover .sub-header:after{transform:rotateX(180deg);background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' width='415.153' height='415.153'%3E%3Cpath d='M412.738 45.531c-1.595-8.579-10.786-13.789-19.058-13.249-.376-.02-.706-.109-1.092-.109-109.187 0-218.3-5.81-327.456-.625-7.32.348-20.243-1.493-32.659-1.444C15.775 30.16 0 33.623 0 50.373c0 .482.109.942.145 1.409-.119 1.896-.045 3.88.505 6.027 30.336 118.437 94.689 225.957 169.775 321.322 4.222 5.356 9.371 6.886 14.21 6.022 2.575.37 5.149.599 7.759.604 5.86.006 11.101-2.925 14.444-7.343.784-.573 1.571-1.143 2.323-1.884 86.295-85.563 163.389-185.216 204.876-300.522 1.346-3.745 1.381-7.083.6-10.016-.107-6.867-.629-13.655-1.899-20.461zM189.447 344.712C125.7 262.241 71.122 169.642 41.579 69.291c112.081-7.348 224.33-1.478 336.533-.792-38.517 105.604-109.954 197.16-188.665 276.213z'/%3E%3C/svg%3E");}
.hover-dropdown:hover:before{content:'▲';color:#fff;font-size: 14px;position: absolute;top: calc(100% - 14px);}
.hover-dropdown .hover-dropdown-content{position:absolute;z-index:10;display:none;list-style:none;list-style-position:inside;width:auto;min-width:172px;top:100%;background:#fff;margin:0;padding:5px 15px;border:1px solid #d4cee3;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 0px 3px 7.36px 0.64px rgba(73, 14, 76, 0.11);}
.hover-dropdown .hover-dropdown-content li{line-height:36px;text-align:center;overflow: hidden;word-break: break-word;white-space:nowrap;}
.hover-dropdown .hover-dropdown-content li:not(:last-of-type){border-bottom:1px solid #d4cee3;}
.hover-dropdown .hover-dropdown-content li a{display:block;text-decoration:none;}
.hover-dropdown .hover-dropdown-content li a:hover{color:#9f17a6;}
.hover-dropdown.contacts-block{display:none;} 
/* header логотип */
.logo{width:290px;display: -webkit-box;display: -ms-flexbox;display: flex;height:100%;padding:30px 0;}
.logo a{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;height:100%;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.logo img{max-width:100%;max-height:100%;}
/* header контакты */
.header-middle{background: #f2f2ff;}
.header-middle .container{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;height:100%;justify-content:space-between;}
.header-middle .contacts{width:calc((100% - 290px)/2);display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-line-pack: center;align-content: center;}
.header-middle .contacts .contacts-line{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;}
.header-middle .contacts .contacts-line:not(:last-of-type){margin-bottom:15px;}
.header-middle .contacts .contacts-line .contacts-icon{width:50px;}
.header-middle .contacts .contacts-line .contacts-icon i{height:32px;width:50px;background-position:left center;background-size:32px;}
.header-middle .contacts .contacts-line .contacts-content{width:calc(100% - 50px);}
.header-middle .contacts .contacts-line a{display:block;width:100%;line-height:32px;font-size:16px;}
.header-middle .contacts .contacts-line a.callback-trigger{font-size:14px;color:#9f17a6;text-decoration:underline;}
.header-middle .contacts .contacts-line a.callback-trigger:hover{text-decoration:none;}
/* header Сравнение/избранное/корзина */
.header-middle .header-actions{width:calc((100% - 290px)/2);display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:flex-end;}
.actions-item{position:relative;width:136px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-line-pack: center;align-content: center;}
.actions-item .text{line-height:32px;width:100%;text-align:center;}
.actions-item:hover .text{color:#350c0c;}
.main-circle{width:60px;height:60px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;border-radius: 50%;background-image: -moz-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -ms-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);box-shadow: 0px 2px 0px 0px rgba(0, 221, 197, 1),inset 0px 0px 4.7px 0.3px rgba(138, 255, 242, 1);}
.actions-item:hover .main-circle{background-image: -moz-linear-gradient( -90deg, rgb(24,215,194) 0%, rgb(73,255,235) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(24,215,194) 0%, rgb(73,255,235) 100%);background-image: -ms-linear-gradient( -90deg, rgb(24,215,194) 0%, rgb(73,255,235) 100%);box-shadow: inset 0px 0px 4.7px 0.3px rgba(138, 255, 242, 1);}
.main-circle i.svg-favorites{width:100%;height:100%;background-size:32px;background-position:center center;}
.main-circle i.svg-compare{width:100%;height:100%;background-size:24px;background-position:center center;}
.main-circle i.svg-cart{width:100%;height:100%;background-size:30px;background-position:center center;}
.count-circle{position:absolute;right:0px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;text-align:center;color: #8e85a5;font-weight:bold;font-size:16px;background: #ffffff;border:1px solid rgb(22, 195, 176);width: 28px;height: 28px;border-radius: 100%;-webkit-boreder-radius: 100%;font-family: Calibri, sans-serif;}
.svg-close{background-repeat:no-repeat;background-position:center center;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 8.586L2.929 1.515 1.515 2.929 8.586 10l-7.071 7.071 1.414 1.414L10 11.414l7.071 7.071 1.414-1.414L11.414 10l7.071-7.071-1.414-1.414L10 8.586z'/%3E%3C/svg%3E");}
.header-bottom{position:relative;background-image: -moz-linear-gradient( 90deg, rgb(159,23,166) 0%, rgb(196,69,203) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(159,23,166) 0%, rgb(196,69,203) 100%);background-image: -ms-linear-gradient( 90deg, rgb(159,23,166) 0%, rgb(196,69,203) 100%);}
.header-catalog:hover .dropdown-catalog{opacity: 1;visibility: visible;}
.header-catalog .dropdown-catalog{display: -webkit-box;display: -ms-flexbox;display: flex;opacity: 0;visibility: hidden;transition-property: opacity, visibility;transition-duration: 0.3s;transition-delay: 0.15s;z-index:10;position:absolute;left:15px;top:100%;width:calc(100% - 30px);border-bottom-right-radius:20px;border-bottom-left-radius:20px;background:#fff;box-shadow: 0px 2px 15.36px 0.64px rgba(78, 13, 81, 0.13);border: 1px solid #d4cee3;}
.header-catalog .dropdown-catalog .general-list{margin:0;list-style:none;padding:20px 0px 10px 0;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-left:-10px;margin-right:-10px;}
.header-catalog .dropdown-catalog ul{list-style:none;padding:0;margin:0;}
.header-catalog .dropdown-catalog li.level-0{width:calc(25% - 50px);margin:0 25px 20px 25px;}
.header-catalog .dropdown-catalog li.level-2{display:none;}
.header-catalog .dropdown-catalog .link-lvl0{align-content:center;align-items:center;font-family:'Neucha',cursive;font-size:20px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;text-align:center;line-height:40px;border-bottom:1px solid #d4cee3;}
.header-catalog .dropdown-catalog .link-lvl0:hover{color:#9f17a6!important;border-color:#9f17a6;}
.header-catalog .dropdown-catalog li.parent .link-lvl0{padding-left:30px;position:relative;padding-right:30px;}
.header-catalog .dropdown-catalog li.level-0:nth-child(6n + 1) .link-lvl0{color:#16c3b0;}
.header-catalog .dropdown-catalog li.level-0:nth-child(6n + 2) .link-lvl0{color:#fd4d40;}
.header-catalog .dropdown-catalog li.level-0:nth-child(6n + 3) .link-lvl0{color:#ff7300;}
.header-catalog .dropdown-catalog li.level-0:nth-child(6n + 4) .link-lvl0{color:#fd4d40;}
.header-catalog .dropdown-catalog li.level-0:nth-child(6n + 5) .link-lvl0{color:#f1c22e;}
.header-catalog .dropdown-catalog li.level-0:nth-child(6n + 6) .link-lvl0{color:#2db3d9;}
.header-catalog .dropdown-catalog li.level-1 .link-lvl1{padding:0 15px;line-height:16px;display:block;}
.header-catalog .dropdown-catalog li.level-1:not(:last-of-type){margin-bottom:15px;}
.header-catalog .dropdown-catalog li.level-1:last-of-type{margin-bottom:0px;}
.header-catalog .dropdown-catalog li.level-1 .link-lvl1:hover{color:#9f17a6;}
.header-catalog .dropdown-catalog .catalog-level-1{margin-top:20px;}
.open-sub{display:none;}
.level-0 .link-lvl0 .open-sub{position:absolute;right:10px;display:block;width:30px;height:30px;background-size: 6px;background-position: center center;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' width='415.153' height='415.153'%3E%3Cpath d='M412.738 45.531c-1.595-8.579-10.786-13.789-19.058-13.249-.376-.02-.706-.109-1.092-.109-109.187 0-218.3-5.81-327.456-.625-7.32.348-20.243-1.493-32.659-1.444C15.775 30.16 0 33.623 0 50.373c0 .482.109.942.145 1.409-.119 1.896-.045 3.88.505 6.027 30.336 118.437 94.689 225.957 169.775 321.322 4.222 5.356 9.371 6.886 14.21 6.022 2.575.37 5.149.599 7.759.604 5.86.006 11.101-2.925 14.444-7.343.784-.573 1.571-1.143 2.323-1.884 86.295-85.563 163.389-185.216 204.876-300.522 1.346-3.745 1.381-7.083.6-10.016-.107-6.867-.629-13.655-1.899-20.461zM189.447 344.712C125.7 262.241 71.122 169.642 41.579 69.291c112.081-7.348 224.33-1.478 336.533-.792-38.517 105.604-109.954 197.16-188.665 276.213z'/%3E%3C/svg%3E");}
.level-0 .link-lvl0 .open-sub.active{transform:rotateX(180deg);}
.header-bottom .container{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;position:relative;}
.header-bottom .index-categorys{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;flex-grow:1;justify-content:flex-end;-ms-flex-line-pack: center;align-content: center;}
.header-bottom .index-categorys .index-category{font-family:'Neucha',cursive;font-size:20px;color:#fff;padding:0 30px;height:40px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;border-radius:30px;}
.header-bottom .index-categorys .index-category:hover{ background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);box-shadow: 0px 1px 0px 0px rgba(203, 154, 0, 0.65);}
/* hidden callback */
.callback-wrapper{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
#hidden-callback{width:540px;background:#f2f2ff;position:relative;display:none;border-radius:30px;overflow:hidden;padding:0 15px 30px 15px;}
#hidden-callback .callbackForm{display:block;width:290px;margin:0 auto;}
#hidden-callback .callback-title{height:80px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-line-pack: center;align-content: center;align-items:center;margin-left:-15px;margin-right:-15px;color:#fff;width:calc(100% + 30px);font-size:42px;font-family:'Neucha', cursive;background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);}
#hidden-callback .callback-text{font-size: 16px;margin-bottom:30px;text-align:center;margin:0 auto;padding:40px 0;}
#hidden-callback .fancybox-close-small{right:0;top:0;padding:8px;width:48px;height:48px;opacity:1;color:#fff;background-size: 24px;background-repeat: no-repeat;background-position: center center;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='465.519' height='465.519'%3E%3Cpath d='M455.175 69.675c-23.979-19.573-46.104-40.883-68.771-61.703-6.159-5.657-13.67-5.527-19.474-2.432-5.062 2.702-10.496 10.59-14.335 14.866-33.85 37.62-68.659 74.362-107.531 107.6-4.362 3.732-11.058 3.225-14.815-1.117C197.402 88.947 168.62 48.346 140.656 7.24 136.88 1.692 131.2-.331 125.686.044c-5.735.388-11.56 3.633-13.604 4.565a18 18 0 00-3.488 2.08C84.231 25.146 58.861 42.376 33.418 59.55c-.381.254-.729.53-1.056.808-.562.477-5.553 2.968-8.501 7.896-3.194 5.337-3.48 12.22 1.933 18.093 41.588 45.092 80.755 92 122.176 137.217 3.88 4.232 3.438 10.593-.924 14.325-47.642 40.775-86.709 89.402-137.9 126.832-3.006 2.199-4.738 4.697-5.461 7.257-1.386 4.921 1.265 11.542 2.773 14.213.82 1.458 1.995 2.874 3.582 4.215 23.583 19.972 45.286 41.645 67.524 62.83 6.053 5.769 13.574 5.758 19.438 2.752 5.106-2.62 10.679-10.404 14.602-14.599 34.599-37.064 70.134-73.23 109.674-105.83 4.43-3.656 11.1-3.032 14.782 1.386 32.093 38.481 60.057 79.552 87.209 121.109 3.666 5.606 9.308 7.724 14.832 7.439 5.738-.294 11.619-3.442 13.69-4.337a18.569 18.569 0 003.524-2.021c24.725-18.058 50.435-34.855 76.215-51.607a14.97 14.97 0 001.077-.792c.563-.468 5.591-2.874 8.638-7.739 3.306-5.281 3.732-12.167-1.574-18.134-41.132-46.27-79.755-94.354-120.76-140.71-3.809-4.302-3.347-10.771.965-14.566 47.438-41.792 85.787-91.612 136.699-130.242 2.966-2.25 4.651-4.778 5.316-7.346 1.29-4.94-1.498-11.514-3.057-14.165-.846-1.439-2.044-2.838-3.659-4.159zm-42.092 19.832c-46.936 40.398-84.594 89.073-133.281 127.988-2.112 1.696-3.55 3.526-4.408 5.413-1.609 3.542-1.812 10.191-.726 14.035.594 2.118 1.747 4.215 3.564 6.221 40.771 44.772 78.633 91.658 118.165 137.339 3.763 4.342 2.925 10.396-1.869 13.543-14.355 9.436-28.619 18.981-42.675 28.782-4.713 3.285-11.075 2.098-14.27-2.676-25.248-37.771-51.709-74.758-81.466-109.705-3.723-4.372-8.557-12.558-13.299-15.797-5.947-4.058-14.485-5.18-21.754.314-46.207 34.906-86.562 75.007-125.52 116.433a10.249 10.249 0 01-14.607.381c-9.478-9.095-19.009-18.144-28.764-26.994-4.248-3.854-4.083-9.821.338-13.487 47.735-39.618 86.348-87.661 135.8-125.767 1.975-1.518 3.369-3.168 4.283-4.88 1.706-3.184 2.163-9.579.982-13.302-.655-2.049-1.831-4.077-3.638-5.994-41.657-44.095-80.438-90.348-120.866-135.369-3.839-4.273-3.115-10.336 1.627-13.576 14.16-9.666 28.224-19.438 42.071-29.467 4.654-3.369 11.04-2.298 14.32 2.417 25.994 37.351 53.189 73.905 83.647 108.359 3.801 4.306 8.788 12.393 13.581 15.554 6.022 3.968 14.594 4.951 21.754-.66 45.503-35.66 85.051-76.424 123.176-118.484a10.26 10.26 0 0114.604-.646c9.658 8.945 19.383 17.837 29.311 26.525 4.333 3.786 4.282 9.75-.08 13.5z'/%3E%3C/svg%3E");}
#hidden-callback .fancybox-close-small svg{color:#fff;display:none;}
#hidden-callback .fancybox-close-small:hover svg{color:#000000;}
#hidden-callback .callback-input{position:relative;z-index:2;width:100%;margin-bottom:20px;}
#hidden-callback .callback-input input{height:40px;border: 1px solid #d3d3d3;font-size:14px;width:100%;padding:0 10px;}
#hidden-callback .callback-input button{margin-bottom:10px;}
#hidden-callback .formIsSended{background: #ffffff;border: 6px solid #fae600;padding: 30px;display: -webkit-box;display: -ms-flexbox;display: flex;height: 240px;align-items: center;text-align: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
#hidden-callback .pp{color:#83799c;}
#hidden-callback .pp a{color:#83799c;}
#hidden-callback .pp a:hover{text-decoration:none;}
.formIsSended{font-size:32px;line-height:40px;} 
/* Меню */
.menu-wrap{width:calc(100% - 380px);position:relative;}
.main_menu{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;width:calc(100% + 20px);position:relative;margin-left:-20px;}
.main_menu a{display:block;height:100%;line-height:50px;height:50px;margin:0 20px;text-decoration:none;}
.main_menu a:hover{text-decoration:none;color: #9f17a6;}
.overflowMenu{display: none;position: absolute;right:0;z-index: 10;list-style: none;list-style-position: inside;width: auto;max-width:100%;min-width:170px;top: 100%;background: #fff;margin: 0;padding: 15px;border: 1px solid #d4cee3;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;box-shadow: 0px 3px 7.36px 0.64px rgba(73, 14, 76, 0.11);}
.overflowMenu a{display:block;line-height:32px;text-align:center;}
.overflowMenu a:not(:last-of-type){border-bottom:1px solid #d4cee3;}
.overflowMenu.active{display:block;border:1px solid #d3d3d3;border-top:0;}
.menu_more{cursor:pointer;}
.menu-button_lr{display:none;-ms-flex-wrap: wrap;flex-wrap: wrap;cursor:pointer;align-items:center;height:100%;}
.menu-button_lr:hover{color:#9f17a6;}
.menu-button_lr.active:before {content: '▲';color: #fff;font-size: 14px;position: absolute;left:4px;top: calc(100% - 14px);}
/* Корзина */
.header-cart{position:relative;}
.header-cart.nocompare{}
.header-cart.empty-cart:hover .cart-dropdown{display:none;}
.header-cart:hover .cart-dropdown{display:block;}
.header-cart:hover .cart-dropdown.not_visible{display:none;}
.cart_anch{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.cart_anch:hover{color:#2a2a2a;}
.cart_anch .cart-left{width:56px;height:60px;position:relative;display:block;}
.cart-price{display: block;width:auto;text-align: center;font-size:18px;font-weight:bold;}
.cart-dropdown{display:none;position:absolute;background:#ffffff;z-index:10;width:308px;top:100%;right:0;padding:15px;border:1px solid #d3d3d3;border-top:0;}
.cart-dropdown .cart-products-list{padding:0;margin:0;max-height: 500px;overflow-y: auto;}
.cart-dropdown .cart-products-list li{list-style:none;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;position:relative;border-bottom:1px solid #d3d3d3;padding-bottom:15px;}
.cart-dropdown .cart-products-list li:not(:last-of-type){margin-bottom:15px;}
.cart-dropdown .cart-products-list .product-image{display: -webkit-box;display: -ms-flexbox;display: flex;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;background:#f8f8f8;border:3px solid #f8f8f8;width:calc(110px + 6px);height:calc(110px + 6px);}
.cart-dropdown .cart-products-list .product-details{width:calc(100% - 110px - 6px);padding-left:15px;margin-top:-2px}
.cart-dropdown .cart-products-list .product-mod{display:block;width:100%;font-size:10px}
.cart-dropdown .cart-products-list .cart-product-name{line-height:18px;display:block;word-break:break-word;padding-right:22px;}
.cart-dropdown .cart-products-list .cart-prod-count{font-size:14px;color:#a0a0a0;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;}
.cart-dropdown .cart-products-list .product-remove{position:absolute;right:2px;top:0;display:block;width:16px;height:16px;background-position:center center;background-size:20px 20px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3d3d3' width='20' height='20'%3E%3Cpath d='M10 8.586L2.929 1.515 1.515 2.929 8.586 10l-7.071 7.071 1.414 1.414L10 11.414l7.071 7.071 1.414-1.414L11.414 10l7.071-7.071-1.414-1.414L10 8.586z'/%3E%3C/svg%3E");}
.cart-dropdown .cart-products-list .product-remove:hover{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232a2a2a' width='20' height='20'%3E%3Cpath d='M10 8.586L2.929 1.515 1.515 2.929 8.586 10l-7.071 7.071 1.414 1.414L10 11.414l7.071 7.071 1.414-1.414L11.414 10l7.071-7.071-1.414-1.414L10 8.586z'/%3E%3C/svg%3E");}
.cart-dropdown .cart-products-list .price{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;font-size:16px;}
.cart-dropdown .cart_total_sum{text-align:right;line-height:50px;font-size:14px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.cart-dropdown .cart_total_sum .text{margin-right:auto;}
.cart-dropdown .cart_total_sum .total-sum{color:#f73a43;font-weight:bold;font-size:16px;}
.cart-dropdown .products-remove{font-size: 10px;display: block;width: 100%;color: #2a2a2a;text-align: center;line-height: 35px;cursor:pointer;}
.cart-dropdown .products-remove:hover{text-decoration:underline;}
.cart-dropdown .empty_text{text-align:center;}
.cart-dropdown .button{width:100%;}
/* Экстра категории на главной */
.extra-wrapper{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding: 30px 0px 0 0;margin: 0 0px -30px -20px;}
.extra-wrapper .item{display:block;width:50%;text-align:center;padding:0px 20px;margin-bottom:30px;}
.extra-wrapper .item .circle-icon{margin:0 auto;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;width: 100px;height: 100px;border-radius: 50%;background-image: -moz-linear-gradient( -90deg, rgb(232,232,252) 0%, rgb(246,246,255) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(232,232,252) 0%, rgb(246,246,255) 100%);background-image: -ms-linear-gradient( -90deg, rgb(232,232,252) 0%, rgb(246,246,255) 100%);box-shadow: 0px 2px 0px 0px rgba(226, 226, 245, 1),inset 0px 0px 2.7px 0.3px rgba(255, 255, 255, 1);}
.extra-wrapper .name{font-family:'Neucha',cursive;font-size:18px;margin-top:10px;}
.extra-wrapper .item-extra:hover .name{color:#9f17a6;}
.extra-wrapper i{width:50px;height:50px;display:block;background-position:center center;background-size:40px;background-repeat:no-repeat;}
.extra-wrapper .owl-dots{} 
.advantages .owl-dots button:after, .extra-wrapper .owl-dots button:after{border:1px solid #9f17a6;}
.extra-wrapper .owl-dots button.active:after{}
i.svg-1{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.001 512.001'%3E%3Cpath d='M245.994 325.262l-59.256-59.256c-46.366 46.365-115.761 67.979-156.094 108.312s-39.041 81.442-6.722 113.761 73.427 33.611 113.761-6.722 61.946-109.728 108.311-156.095zM51.585 460.415c-12.637-12.637-6.386-39.377 13.961-59.724s47.088-26.598 59.724-13.961c12.637 12.637 6.386 39.377-13.961 59.724s-47.086 26.597-59.724 13.961z' fill='%2380c9ff'/%3E%3Cpath d='M245.994 325.262l-21.853-21.853c-46.366 46.366-67.98 115.761-108.312 156.094-35.587 35.587-71.772 38.751-101.995 16.81 2.927 4.032 6.284 7.961 10.088 11.766 32.318 32.318 73.427 33.611 113.761-6.722s61.946-109.728 108.311-156.095z' fill='%236daad9'/%3E%3Cg fill='%23ffde76'%3E%3Cpath d='M511.671 169.898c-29.334-15.653-63.215-41.202-95.791-73.778S357.754 29.663 342.102.329c42.575 2.552 84.42 20.089 116.951 52.62s50.067 74.375 52.618 116.949zM320.306 361.264c-42.575-2.552-84.42-20.09-116.951-52.62s-50.068-74.376-52.62-116.951c29.334 15.653 63.215 41.202 95.791 73.778s58.128 66.458 73.78 95.793z'/%3E%3C/g%3E%3Cpath d='M487.542 271.716l-99.069-148.188-148.189-99.069c-13.194 7.686-25.627 17.189-36.928 28.49s-20.802 23.734-28.49 36.928l107.86 139.398 139.398 107.86c13.194-7.686 25.627-17.189 36.928-28.49 11.301-11.301 20.803-23.735 28.49-36.929z' fill='%2380c9ff'/%3E%3Cg fill='%23fc7176'%3E%3Cpath d='M422.124 337.134c-31.251 18.189-66.774 26.24-101.818 24.13l-169.57-169.57c-2.11-35.044 5.941-70.567 24.13-101.818l247.258 247.258zM487.542 271.716L240.284 24.459C271.535 6.27 307.058-1.781 342.102.329l169.57 169.57c2.109 35.043-5.942 70.567-24.13 101.817z'/%3E%3C/g%3E%3Cpath d='M307.546 339.725a182.668 182.668 0 01-9.093-.314c-37.756-2.263-74.933-16.322-105.539-42.142a200.681 200.681 0 002.574 2.986c2.523 2.825 5.159 5.684 7.866 8.391 28.464 28.464 64.061 45.449 101.036 50.96a181.48 181.48 0 0015.914 1.66c-3.707-6.952-7.977-14.159-12.758-21.541z' fill='%23ffb641'/%3E%3Cpath d='M487.542 271.716l-18.561-27.763a180.363 180.363 0 01-3.292 5.91c-7.686 13.194-17.189 25.627-28.49 36.928s-23.734 20.802-36.928 28.49a177.63 177.63 0 01-3.694 2.085l25.547 19.768c13.194-7.686 25.627-17.189 36.928-28.49a184.184 184.184 0 004.154-4.291 180.748 180.748 0 0024.336-32.637z' fill='%236daad9'/%3E%3Cpath d='M489.818 148.045c.182 3.029.283 6.061.314 9.093 7.382 4.781 14.589 9.051 21.54 12.76-2.552-42.575-20.089-84.42-52.62-116.951-1.604-1.604-3.211-3.247-4.928-4.732a188.816 188.816 0 00-6.466-5.726c25.838 30.623 39.897 67.8 42.16 105.556z' fill='%23ffb641'/%3E%3Cg fill='%2338484a'%3E%3Cpath d='M269.2 135.305a7.726 7.726 0 01-5.464-13.189l10.426-10.426a7.727 7.727 0 0110.927 10.926l-10.426 10.426a7.7 7.7 0 01-5.463 2.263zM384.422 250.527a7.726 7.726 0 01-5.464-13.189l10.426-10.426a7.727 7.727 0 0110.927 10.926l-10.426 10.426a7.7 7.7 0 01-5.463 2.263zM340.075 206.466c-8.963 0-17.712-3.666-24.294-10.248-7.118-7.118-10.826-16.773-10.174-26.491a7.726 7.726 0 1115.418 1.035c-.354 5.269 1.717 10.565 5.682 14.53 3.965 3.965 9.265 6.036 14.53 5.682a7.727 7.727 0 011.036 15.418c-.733.049-1.466.074-2.198.074z'/%3E%3C/g%3E%3Cg fill='%23e6676c'%3E%3Cpath d='M320.306 361.264c35.044 2.11 70.567-5.941 101.818-24.13l-21.853-21.853c-31.251 18.189-66.774 26.24-101.818 24.13l21.853 21.853zM489.818 148.045c2.11 35.044-5.941 70.567-24.13 101.818l21.853 21.853c14.209-24.414 22.232-51.437 24.056-78.802.511-7.659.536-15.354.074-23.016l-21.853-21.853z'/%3E%3C/g%3E%3C/svg%3E");}
i.svg-2{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.001 512.001'%3E%3Cpath d='M256 6.573c-66.036 0-119.567 53.532-119.567 119.567v20.615l122.647 38.874 116.487-38.874V126.14C375.567 60.104 322.035 6.573 256 6.573z' fill='%23fc7176'/%3E%3Cpath d='M167.339 146.754v-20.615c0-60.798 45.379-110.996 104.114-118.575A120.684 120.684 0 00256 6.572c-66.035 0-119.567 53.531-119.567 119.567v20.615l122.647 38.875 15.055-5.024-106.796-33.851z' fill='%23e6676c'/%3E%3Cpath d='M375.567 146.755H136.433c-24.761 0-44.835 20.073-44.835 44.835 0 24.761 20.073 44.835 44.835 44.835L256 281.257l119.567-44.834c24.761 0 44.835-20.073 44.835-44.835-.001-24.761-20.074-44.833-44.835-44.833z' fill='%23ffb641'/%3E%3Cpath d='M167.339 236.423c-24.761 0-44.835-20.073-44.835-44.835 0-24.761 20.073-44.835 44.835-44.835h-30.905c-24.761 0-44.835 20.073-44.835 44.835 0 24.761 20.073 44.835 44.835 44.835L256 281.257l15.453-5.795-104.114-39.039z' fill='%23fa9e25'/%3E%3Cpath d='M406.099 236.423H105.901c-24.761 0-44.835 20.073-44.835 44.834 0 24.761 20.073 44.835 44.835 44.835L256 370.925l150.099-44.835c24.761 0 44.835-20.073 44.835-44.835 0-24.759-20.073-44.832-44.835-44.832z' fill='%23ffde76'/%3E%3Cpath d='M136.806 326.091c-24.761 0-44.835-20.073-44.835-44.835 0-24.761 20.073-44.834 44.835-44.834h-30.905c-24.761 0-44.835 20.073-44.835 44.834 0 24.761 20.073 44.835 44.835 44.835L256 370.925l15.453-4.615-134.647-40.219z' fill='%23ffb641'/%3E%3Cpath d='M436.633 326.091H75.367c-24.761 0-44.835 20.073-44.835 44.835 0 24.761 20.073 44.835 44.835 44.835L256 460.594l180.633-44.835c24.761 0 44.835-20.073 44.835-44.835-.001-24.76-20.074-44.833-44.835-44.833z' fill='%239ad48d'/%3E%3Cpath d='M106.272 415.76c-24.761 0-44.835-20.073-44.835-44.835 0-24.761 20.073-44.835 44.835-44.835H75.367c-24.761 0-44.835 20.073-44.835 44.835 0 24.761 20.073 44.835 44.835 44.835L256 460.593l15.453-3.835-165.181-40.998z' fill='%2387ba7d'/%3E%3Cpath d='M467.165 415.76H44.835C20.073 415.76 0 435.833 0 460.594c0 24.761 20.073 44.835 44.835 44.835h422.332c24.761 0 44.835-20.073 44.835-44.835-.002-24.761-20.075-44.834-44.837-44.834z' fill='%2380c9ff'/%3E%3Cpath d='M30.905 460.594c0-24.761 20.073-44.835 44.835-44.835H44.835C20.073 415.76 0 435.833 0 460.593c0 24.761 20.073 44.835 44.835 44.835H75.74c-24.761 0-44.835-20.072-44.835-44.834z' fill='%236daad9'/%3E%3Cg fill='%2338484a'%3E%3Cpath d='M195.361 99.34a7.726 7.726 0 01-7.726-7.726V80.639a7.726 7.726 0 1115.452 0v10.975a7.724 7.724 0 01-7.726 7.726zM316.639 99.34a7.726 7.726 0 01-7.726-7.726V80.639a7.726 7.726 0 1115.452 0v10.975a7.726 7.726 0 01-7.726 7.726zM256 105.197c-8.062 0-15.638-3.376-20.784-9.263a7.726 7.726 0 1111.634-10.17c2.211 2.529 5.545 3.981 9.149 3.981 3.604 0 6.938-1.45 9.15-3.981a7.725 7.725 0 0110.902-.732 7.725 7.725 0 01.732 10.902c-5.145 5.888-12.721 9.263-20.783 9.263z'/%3E%3C/g%3E%3C/svg%3E");}
i.svg-3{background-image: url("data:image/svg+xml,%0A%3Csvg height='512pt' viewBox='-75 0 511 512' width='512pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M109.707 54.605c0 30.157-24.445 54.602-54.602 54.602C24.945 109.207.5 84.762.5 54.605.5 24.445 24.945 0 55.105 0c30.157 0 54.602 24.445 54.602 54.605zm0 0' fill='%23ca5e30'/%3E%3Cpath d='M52.04 72.988c11.827 0 21.448-9.62 21.448-21.449 0-11.824-9.62-21.45-21.449-21.45-11.824 0-21.45 9.626-21.45 21.45 0 11.828 9.622 21.45 21.45 21.45zm0 0' fill='%23db9884'/%3E%3Cpath d='M361.648 54.605c0 30.157-24.445 54.602-54.605 54.602-30.156 0-54.602-24.445-54.602-54.602C252.441 24.445 276.887 0 307.043 0c30.16 0 54.605 24.445 54.605 54.605zm0 0' fill='%23ca5e30'/%3E%3Cpath d='M310.11 72.988c-11.829 0-21.45-9.62-21.45-21.449 0-11.824 9.621-21.45 21.45-21.45s21.449 9.626 21.449 21.45c0 11.828-9.622 21.45-21.45 21.45zm0 0' fill='%23db9884'/%3E%3Cpath d='M254.113 336.816c9.719 6.063 19.059 12.801 28.051 19.895 19.195 15.14 45.113 33.902 48.867 60.023 3.64 25.301-20.703 43.618-44.437 40.137h-41.18zm0 0M108.035 336.816c-9.719 6.063-19.058 12.801-28.05 19.895-19.196 15.14-45.114 33.902-48.868 60.023-3.64 25.301 20.703 43.618 44.438 40.137h41.18zm0 0' fill='%23ca5e30'/%3E%3Cpath d='M278.098 400.68c0 53.586-43.438 97.023-97.024 97.023-53.582 0-97.023-43.437-97.023-97.023s43.441-97.024 97.023-97.024c53.586 0 97.024 43.438 97.024 97.024zm0 0' fill='%23d67046'/%3E%3Cpath d='M181.074 464c-30.972 0-56.172-28.527-56.172-63.594 0-35.062 25.2-63.59 56.172-63.59 30.973 0 56.172 28.528 56.172 63.59 0 35.067-25.2 63.594-56.172 63.594zm0 0' fill='%23ca5e30'/%3E%3Cpath d='M238.45 421.105c-20.47 0-24.981 24.583-25.958 55.047-.625 19.618 14.41 35.848 33.074 35.848 12.438 0 23.797-7.355 29.477-18.992 19.684-40.336 18.86-71.903-36.594-71.903zm0 0M123.7 421.105c20.468 0 24.98 24.583 25.956 55.047.625 19.618-14.41 35.848-33.074 35.848-12.434 0-23.797-7.355-29.477-18.992-19.683-40.336-18.859-71.903 36.594-71.903zm0 0' fill='%23db9884'/%3E%3Cpath d='M356.734 177.02c0 97.011-78.644 175.66-175.66 175.66S5.414 274.03 5.414 177.02c0-97.016 78.645-175.665 175.66-175.665s175.66 78.649 175.66 175.665zm0 0' fill='%23d67046'/%3E%3Cpath d='M36.32 177.02c0-91.81 70.43-167.153 160.207-174.98a178.911 178.911 0 00-15.453-.685C84.06 1.355 5.414 80.004 5.414 177.02s78.645 175.66 175.66 175.66c5.207 0 10.36-.243 15.453-.684C106.75 344.168 36.32 268.824 36.32 177.02zm0 0' fill='%23ca5e30'/%3E%3Cpath d='M237.734 217.867c0 31.293-25.367 56.664-56.66 56.664s-56.66-25.37-56.66-56.664c0-31.293 25.367-56.66 56.66-56.66s56.66 25.367 56.66 56.66zm0 0' fill='%23db9884'/%3E%3Cpath d='M267.965 186.383a7.724 7.724 0 01-7.727-7.727v-15.02a7.726 7.726 0 1115.453 0v15.02c0 4.27-3.46 7.727-7.726 7.727zm0 0' fill='%233a3c4c'/%3E%3Cpath d='M279.469 211.219h-19.946a7.726 7.726 0 01-7.726-7.727 7.724 7.724 0 017.726-7.726h19.946a7.726 7.726 0 110 15.453zm0 0' fill='%23ff9ec0'/%3E%3Cpath d='M94.184 186.383a7.726 7.726 0 01-7.727-7.727v-15.02a7.726 7.726 0 1115.453 0v15.02a7.724 7.724 0 01-7.726 7.727zm0 0' fill='%233a3c4c'/%3E%3Cpath d='M102.629 211.219h-19.95a7.726 7.726 0 110-15.453h19.95a7.723 7.723 0 017.723 7.726 7.725 7.725 0 01-7.723 7.727zm0 0' fill='%23ff9ec0'/%3E%3Cg fill='%233a3c4c'%3E%3Cpath d='M181.074 220.953c-8.285 0-16.07-3.469-21.36-9.516-2.804-3.214-2.48-8.093.735-10.902a7.728 7.728 0 0110.903.73c2.351 2.692 5.894 4.235 9.722 4.235s7.371-1.543 9.723-4.234a7.728 7.728 0 0110.902-.735 7.725 7.725 0 01.735 10.903c-5.29 6.05-13.075 9.52-21.36 9.52zm0 0M181.074 161.207a56.389 56.389 0 00-25.949 6.297c2.832 11.707 13.371 20.406 25.95 20.406s23.116-8.7 25.948-20.406a56.389 56.389 0 00-25.949-6.297zm0 0'/%3E%3C/g%3E%3C/svg%3E");}
i.svg-4{background-image: url("data:image/svg+xml,%0A%3Csvg height='512pt' viewBox='0 0 512.001 512' width='512pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512 256L256.004 511.996.008 256 256.004.004zm0 0' fill='%23ff9ec0'/%3E%3Cpath d='M462.387 0H256v80.871c-26.031 0-47.129 21.102-47.129 47.129 0 26.031 21.098 47.133 47.129 47.133V256h80.871c0-26.027 21.098-47.129 47.129-47.129s47.129 21.102 47.129 47.129H512V49.613C512 22.211 489.79 0 462.387 0zm0 0' fill='%234d9ae8'/%3E%3Cpath d='M208.871 128c0-26.027 21.098-47.129 47.129-47.129V0H49.613C22.211 0 0 22.21 0 49.613V256h80.871c0 26.031 21.098 47.133 47.129 47.133S175.129 282.03 175.129 256H256v-80.867c-26.031 0-47.129-21.102-47.129-47.133zm0 0' fill='%236dd1e0'/%3E%3Cpath d='M431.129 256c0-26.027-21.098-47.129-47.129-47.129S336.871 229.973 336.871 256H256v80.871c26.031 0 47.129 21.102 47.129 47.129 0 26.031-21.098 47.133-47.129 47.133V512h206.387C489.789 512 512 489.79 512 462.387V256zm0 0' fill='%23ff9ec0'/%3E%3Cpath d='M256 336.871V256h-80.871c0 26.031-21.098 47.133-47.129 47.133S80.871 282.03 80.871 256H0v206.387C0 489.789 22.21 512 49.613 512H256v-80.867c26.031 0 47.129-21.102 47.129-47.133 0-26.027-21.098-47.129-47.129-47.129zm0 0' fill='%23ffe675'/%3E%3C/svg%3E");}
i.svg-5{background-image: url("data:image/svg+xml,%0A%3Csvg height='512pt' viewBox='0 -18 512 512' width='512pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M293.73 5.809C269.387 1.992 241.555.043 220.605 0c-14.167-.031-26.148 11.082-26.437 25.262-.3 14.488 11.363 26.336 25.789 26.336 22.742 0 44.941 2.683 64.414 6.668l22.785-24.727zm0 0M512 349.836c0 69.531-56.367 125.898-125.898 125.898s-125.899-56.367-125.899-125.898c0-69.535 56.367-125.899 125.899-125.899S512 280.301 512 349.837zm0 0' fill='%23485b73'/%3E%3Cpath d='M302.547 255.668l34.363 109.61c6.79 21.605 26.555 36.12 49.18 36.12a51.54 51.54 0 0015.453-2.375c27.11-8.52 42.25-37.503 33.758-64.613L400.938 224.81c-4.868-.57-9.817-.875-14.836-.875-32.067.003-61.329 11.996-83.555 31.734zm0 0' fill='%23324761'/%3E%3Cpath d='M470.723 349.836c0 46.734-37.887 84.617-84.621 84.617-46.735 0-84.622-37.883-84.622-84.617s37.887-84.621 84.622-84.621c46.734 0 84.62 37.887 84.62 84.62zm0 0' fill='%23ececee'/%3E%3Cpath d='M316.836 301.25l20.074 64.027c6.79 21.606 26.555 36.121 49.18 36.121a51.54 51.54 0 0015.453-2.375c27.105-8.52 42.25-37.503 33.754-64.613l-20.082-64.055c-9.078-3.328-18.883-5.14-29.113-5.14-28.649 0-53.957 14.25-69.266 36.035zm0 0' fill='%23dadadc'/%3E%3Cpath d='M393.82 374.457a25.838 25.838 0 01-7.73 1.188c-10.969 0-21.145-7.06-24.613-18.09l-51.68-164.848c-16.367 6.977-39.707 18.277-65.371 34.89-28.246 18.286-53.766 39.36-75.883 62.653-27.398 28.871-49.625 61.277-66.074 96.344-4.387 9.347-13.676 14.847-23.375 14.847-3.664 0-7.387-.793-10.938-2.457-12.902-6.046-18.453-21.41-12.394-34.308 15.488-33.024 35.437-63.942 59.441-92.207-13.683-21.672-33.531-59.41-33.531-96.004h51.598c0 18.12 9.546 40.156 19.093 57.36 20.02-18.454 41.989-35.4 65.602-50.56 40.465-25.972 75.445-40.12 91.535-45.91l33.3-51.226c2.157-3.336 1.044-7.824-2.456-9.7-11.68-6.265-31.723-13.21-55.973-18.163l9.36-52.453c14.253 2.238 27.308 5.128 37.09 8.644 19.824 7.133 37.222 16.68 51.69 28.379 18.669 15.098 22.868 41.691 9.762 61.855l-37.77 58.102 56.22 179.32c4.261 13.602-3.313 28.07-16.903 32.344zm0 0' fill='%23ff6881'/%3E%3Cpath d='M101.879 288.973c-18.145 23.664-33.59 48.992-46.117 75.703-6.059 12.898-.508 28.261 12.394 34.308a25.713 25.713 0 0010.938 2.457c9.699 0 18.988-5.5 23.375-14.847 12.43-26.496 28.164-51.469 46.93-74.555-13.504-11.234-29.723-19.305-47.52-23.066zm0 0' fill='%23de4b64'/%3E%3Cpath d='M158.227 396.617c0 43.695-35.418 79.117-79.114 79.117C35.422 475.734 0 440.313 0 396.617c0-43.691 35.422-79.113 79.113-79.113 43.696 0 79.114 35.422 79.114 79.113zm0 0' fill='%23485b73'/%3E%3Cpath d='M125.895 396.617c0 25.836-20.946 46.781-46.782 46.781-25.836 0-46.777-20.945-46.777-46.78 0-25.837 20.941-46.778 46.777-46.778 25.836 0 46.782 20.941 46.782 46.777zm0 0' fill='%23ececee'/%3E%3Cpath d='M133.27 176.465H81.672c0 13.351 2.652 26.855 6.672 39.68h55.187c-5.836-13.204-10.261-27.348-10.261-39.68zm0 0' fill='%23de4b64'/%3E%3Cpath d='M177.406 169.813c-9.36-44.172-61.187-26.622-81.8-39.27-56.243-36.117-92.876 54.691-46.438 54.691h115.621c8.137.004 14.305-7.464 12.617-15.422zm0 0' fill='%23485b73'/%3E%3C/svg%3E");}
i.svg-6{background-image: url("data:image/svg+xml,%0A%3Csvg height='512pt' viewBox='0 -14 512 512' width='512pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M280.188 190.422l-10.852-128.82h-26.672l-10.851 128.82zm0 0' fill='%23324761'/%3E%3Cpath d='M157.629 133.41H95.684c-13.88 0-25.133 11.254-25.133 25.133v31.883h112.207v-31.883c.004-13.879-11.25-25.133-25.13-25.133zm0 0' fill='%23ff6881'/%3E%3Cpath d='M126.59 133.41H95.684c-13.88 0-25.133 11.254-25.133 25.133v31.883h30.906v-31.883c0-13.879 11.254-25.133 25.133-25.133zm0 0' fill='%23de4b64'/%3E%3Cpath d='M354.371 133.41h61.945c13.88 0 25.133 11.254 25.133 25.133v31.883H329.242v-31.883c0-13.879 11.25-25.133 25.13-25.133zm0 0' fill='%23ff6881'/%3E%3Cpath d='M385.277 133.41h-30.906c-13.879 0-25.133 11.254-25.133 25.133v31.883h30.907v-31.883c0-13.879 11.253-25.133 25.132-25.133zm0 0' fill='%23de4b64'/%3E%3Cpath d='M484.664 198.207a93.355 93.355 0 00-66-27.336H93.336a93.355 93.355 0 00-66 27.336 93.339 93.339 0 00-27.336 66v116.2c0 31.64 14.336 61.573 38.992 81.406 31.95 25.707 75.985 30.34 112.59 11.855l5.434-2.746c23.422-11.828 49.293-48.652 75.53-48.652h46.907c26.238 0 52.11 36.824 75.531 48.652l5.434 2.746c36.605 18.484 80.64 13.852 112.59-11.856A104.46 104.46 0 00512 380.406V264.207a93.339 93.339 0 00-27.336-66zm0 0' fill='%23485b73'/%3E%3Cpath d='M69.895 461.816a104.483 104.483 0 01-38.989-81.41V264.207a93.339 93.339 0 0127.336-66 93.355 93.355 0 0166-27.336H93.336a93.355 93.355 0 00-66 27.336 93.339 93.339 0 00-27.336 66v116.2c0 31.64 14.336 61.573 38.992 81.406 23.121 18.605 52.574 26.164 80.961 21.917a104.375 104.375 0 01-50.058-21.914zm0 0' fill='%23324761'/%3E%3Cpath d='M180.86 286.766c0 37.48-30.383 67.863-67.86 67.863-37.48 0-67.863-30.383-67.863-67.863S75.52 218.902 113 218.902c37.477 0 67.86 30.383 67.86 67.864zm0 0' fill='%23de4b64'/%3E%3Cpath d='M146.652 286.766c0 18.586-15.066 33.652-33.652 33.652s-33.656-15.066-33.656-33.652 15.07-33.653 33.656-33.653 33.652 15.067 33.652 33.653zm0 0' fill='%23ff6881'/%3E%3Cpath d='M466.863 286.766c0 37.48-30.383 67.863-67.863 67.863-37.477 0-67.86-30.383-67.86-67.863s30.383-67.864 67.86-67.864c37.48 0 67.863 30.383 67.863 67.864zm0 0' fill='%23de4b64'/%3E%3Cpath d='M432.656 286.766c0 18.586-15.07 33.652-33.656 33.652s-33.652-15.066-33.652-33.652 15.066-33.653 33.652-33.653 33.656 15.067 33.656 33.653zm0 0' fill='%23ff6881'/%3E%3Cg fill='%23ececee'%3E%3Cpath d='M182.797 384.57a7.726 7.726 0 01-7.727-7.726v-13.25a7.724 7.724 0 017.727-7.727 7.726 7.726 0 017.726 7.727v13.25a7.729 7.729 0 01-7.726 7.726zm0 0M329.203 384.57a7.729 7.729 0 01-7.726-7.726v-13.25c0-4.27 3.46-7.727 7.726-7.727a7.724 7.724 0 017.727 7.727v13.25a7.726 7.726 0 01-7.727 7.726zm0 0M256 391.64c-9.273 0-17.977-3.874-23.887-10.636a7.725 7.725 0 01.735-10.902 7.728 7.728 0 0110.902.734c2.973 3.402 7.438 5.352 12.25 5.352s9.277-1.95 12.25-5.352a7.728 7.728 0 0110.902-.73 7.72 7.72 0 01.73 10.902c-5.905 6.758-14.609 10.633-23.882 10.633zm0 0M284.613 247.52c0 15.8-12.808 28.613-28.613 28.613s-28.613-12.813-28.613-28.613c0-15.805 12.808-28.618 28.613-28.618s28.613 12.813 28.613 28.618zm0 0'/%3E%3C/g%3E%3Cpath d='M256 0c-13.355 0-24.188 10.828-24.188 24.188v17.238c0 13.355 10.829 24.183 24.188 24.183 13.355 0 24.188-10.828 24.188-24.183V24.187C280.188 10.829 269.354 0 256 0zm0 0' fill='%23de4b64'/%3E%3C/svg%3E");}
/* Товары таблицей (Хиты, Новинки, Товары на главной) */
.products-grid {display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: flex-start;-ms-flex-wrap: wrap;flex-wrap: wrap;text-align: center;}
.products-grid .item {padding: 0 15px 30px 15px;} 
.products-ajax .products-grid .item{width:calc(260px + 2px + 30px);}
.products-grid .item .item-inner {position: relative;overflow: hidden;border: 1px solid transparent;background: #f2f2ff;width:calc(260px + 2px);height:100%;border-radius:16px;margin:0 auto;}
.products-wrap .item .item-inner:hover{border-color:#d3d3d3;box-shadow: 0px 2px 10px 5px rgba( 78, 13, 81 , 0.08 );}
.products-grid .item .product-top{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-line-pack: center;align-content: center;padding:20px;height:125px;border-bottom:1px solid #d4cee3}
.products-wrap .item .product-name{display:block;width:100%;max-height:72px;overflow:hidden;text-overflow:ellipsis;word-break: break-word;}
.products-wrap .item .product-name a{font-size:18px;line-height:24px;display:block;text-align:center;}
.products-wrap .item .product-name a:hover{text-decoration:underline;}
.products-wrap .ratings{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width:100%;margin-top:10px;}
.product-image {display:block;position: relative;height:260px;width:260px;}
.product-image .product-image-link{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;width:100%;height:100%;position:relative;}
.products-grid .item .product-image .product-img {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;background:#ffffff;height:100%;}
.products-wrap .item .product-shop {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;position:relative;height:44px;padding:0;margin:-22px auto 22px auto;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width:250px;max-width:100%;padding:0 15px;}
.products-wrap .item .product-shop .add-to-links{position:relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;justify-content:space-between;width:100%;}
.products-wrap .item .product-shop .add-to-links.empty{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.products-wrap .item .product-shop .add-to-links.empty .fav-remove{opacity:1;margin:0 15px;}
.products-wrap .item .product-shop .add-to-links.empty .add-wishlist{opacity:1;margin:0 15px;}
.products-wrap .item .product-shop .add-to-links.empty .add-compare{opacity:1;margin:0 15px;}
.products-wrap .price-box-wrp{margin-top:-44px;padding-top:36px;background:#fff;padding-bottom:10px;}
.products-wrap .price-box{margin:0 auto 0px auto;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-line-pack: center;align-content: center;height: 70px;width: 130px;}
.products-wrap .price-box .price, .products-wrap .price-box .price.old-price{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;width:100%;}
.products-wrap .price-box .price.old-price{margin-bottom:10px;}
.price-box.with-old-price{height: 70px;color: #f73a43;border-radius: 10px;background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);}
.add-cart, .add-cart.quick, .quickview{transition:all 0.3s ease;z-index:2;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;-ms-flex-line-pack: center;align-content: center;font-size:16px;color:white;width:100%;height:44px;border-radius:30px;background-image: -moz-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -ms-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);box-shadow: 0px 2px 0px 0px rgb(159,23,166), inset 0px 0px 4.7px 0.3px rgb(192,36,200);}
.add-cart:hover, .add-cart.quick:hover, .quickview:hover{background-image: -moz-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -ms-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);box-shadow: 0px 2px 10px 2px rgb( 242, 0, 255 );}
.empty-message{pointer-events: none;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;background:#f2f2ff;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;height:40px;top:calc(50% - 20px);position:absolute;font-size:16px;color:#350c0c;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f2f2ff' width='467.276' height='467.276'%3E%3Cpath d='M379.284 51.144C348.258 24.297 309.568 13.46 269.579 8.672 163.069-25.3 68.062 44.959 26.578 142.38c-44.712 105.002-23.435 222.217 73.516 287.698 98.98 66.846 235.022 39.369 310.942-48.627 82.985-96.177 62.505-248.732-31.752-330.307zM196.853 432.703c-56.157-7.993-110.636-42.543-139.091-91.805-25.438-44.047-25.225-99.203-13.82-147.312 17.527-73.96 70.566-140.71 139.886-156.686.104.005.193.035.297.035 24.943.739 51.291.782 77.045 3.567 2.438.764 4.875 1.523 7.333 2.42 4.058 1.48 7.611 1.29 10.582.071 27.787 4.677 54.319 13.579 76.957 31.392 50.079 39.405 76.479 110.461 75.032 172.696-2.721 117.308-123.1 201.435-234.221 185.622z'/%3E%3Cpath d='M169.279 211.913c23.28 0 23.28-36.104 0-36.104-23.28-.001-23.28 36.104 0 36.104zM293.832 213.715c23.287 0 23.287-36.102 0-36.102-23.277 0-23.277 36.102 0 36.102zM134.855 300.254c-17.034 15.935 8.549 41.411 25.532 25.527 43.302-40.497 99.102-44.783 142.351-1.803 16.524 16.422 42.062-9.1 25.527-25.532-57.345-56.979-135.789-52.074-193.41 1.808z'/%3E%3C/svg%3E");}
.products-wrap .add-cart, .products-wrap .quickview{position:absolute;left:0;top:0;}
.products-grid .item .item-inner:hover{background:#fff;} 
.products-wrap .item .item-inner:hover .add-cart, .products-wrap .item .item-inner:hover .quickview{position:absolute;width:calc(100% - 44px - 44px - 14px);left:calc(44px + 7px);}
.products-wrap .item .item-inner:hover .price-box-wrp{background:#f2f2ff;}
.add-to-links .add-wishlist{z-index:1;transition:all 0.3s ease;opacity:0;width:44px;height:44px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;border-radius: 50%;background-image: -moz-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -ms-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);box-shadow: 0px 2px 0px 0px rgb(159,23,166), inset 0px 0px 4.7px 0.3px rgb(192,36,200);}
.add-to-links .add-compare{z-index:1;transition:all 0.3s ease;opacity:0;width:44px;height:44px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;border-radius: 50%;background-image: -moz-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -ms-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);box-shadow: 0px 2px 0px 0px rgb(159,23,166), inset 0px 0px 4.7px 0.3px rgb(192,36,200);}
.add-to-links .add-wishlist:hover, .add-to-links .add-compare:hover, .add-to-links .add-wishlist.added, .add-to-links .add-compare.added{background-image: -moz-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -ms-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);box-shadow: 0px 2px 10px 2px rgb( 242, 0, 255 );}
.products-wrap .item .item-inner:hover .add-wishlist, .products-wrap .item .item-inner:hover .add-compare, .products-wrap .item .item-inner:hover .fav-remove{opacity:1;}
.index-carousel .owl-nav, .overflow-viewed .owl-nav, .related .owl-nav{width:340px;height:56px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;justify-content:space-between;bottom:-66px;left:calc(50% - 170px);margin:0 auto;}
.index-carousel .owl-nav:before, .index-carousel .owl-nav:after, .overflow-viewed .owl-nav:before, .overflow-viewed .owl-nav:after, .related .owl-nav:before, .related .owl-nav:after{content:' ';display:block;height:2px;background:#dcd8e8;width:100px;}
.index-carousel .owl-nav .owl-prev, .index-carousel .owl-nav .owl-next, .overflow-viewed .owl-nav .owl-prev, .overflow-viewed .owl-nav .owl-next, .related .owl-nav .owl-next, .related .owl-nav .owl-prev{width:55px;height:55px;border-radius: 50%;background-color:transparent;}
.index-carousel .owl-nav .owl-prev, .overflow-viewed .owl-nav .owl-prev , .related .owl-nav .owl-prev{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.1 56.6'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='28.05' y1='.998' x2='28.05' y2='55.642' gradientTransform='rotate(180 28.05 28.32)'%3E%3Cstop offset='0' stop-color='%2316c3b0'/%3E%3Cstop offset='1' stop-color='%2341e3d1'/%3E%3C/linearGradient%3E%3Cpath d='M1.2 23C2.5 6.6 17.9-3.4 34.2 3c16.1 6.3 23.6 13.8 20 28-4.5 17.4-13.2 27.5-32 24C5.1 51.8-.2 40.2 1.2 23z' fill='url(%23a)'/%3E%3C/svg%3E");}
.index-carousel .owl-nav .owl-prev:hover, .overflow-viewed .owl-nav .owl-prev:hover, .related .owl-nav .owl-prev:hover{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.1 56.6'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='-13.936' y1='99.05' x2='-13.936' y2='44.405' gradientTransform='matrix(-1 0 0 1 14.1 -43.36)'%3E%3Cstop offset='0' stop-color='%2318d7c2'/%3E%3Cstop offset='1' stop-color='%2349ffeb'/%3E%3C/linearGradient%3E%3Cpath d='M1.2 23C2.5 6.6 17.9-3.4 34.2 3c16.1 6.3 23.6 13.8 20 28-4.5 17.4-13.2 27.5-32 24C5.1 51.8-.2 40.2 1.2 23z' fill='url(%23a)'/%3E%3C/svg%3E");}
.index-carousel .owl-nav .owl-next:hover, .overflow-viewed .owl-nav .owl-next:hover, .related .owl-nav .owl-next:hover{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.1 56.6'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='28.064' y1='56.99' x2='28.064' y2='2.345' gradientTransform='matrix(1 0 0 -1 0 58)'%3E%3Cstop offset='0' stop-color='%2318d7c2'/%3E%3Cstop offset='1' stop-color='%2349ffeb'/%3E%3C/linearGradient%3E%3Cpath d='M54.9 33.7c-1.3 16.4-16.7 26.4-33 20-16.1-6.3-23.6-13.8-20-28 4.5-17.4 13.2-27.5 32-24 17.1 3.2 22.4 14.8 21 32z' fill='url(%23a)'/%3E%3C/svg%3E");}
.index-carousel .owl-nav .owl-prev.disabled, .index-carousel .owl-nav .owl-prev.disabled:hover, .overflow-viewed .owl-nav .owl-prev.disabled, .overflow-viewed .owl-nav .owl-prev.disabled:hover, .related .owl-nav .owl-prev.disabled, .related .owl-nav .owl-prev.disabled:hover{box-shadow:0 0 0 0;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.1 56.6'%3E%3Cpath d='M1.2 23C2.5 6.6 17.9-3.4 34.2 3c16.1 6.3 23.6 13.8 20 28-4.5 17.4-13.2 27.5-32 24C5.1 51.8-.2 40.2 1.2 23z' fill='%2383799c'/%3E%3C/svg%3E");}
.index-carousel .owl-nav .owl-next, .overflow-viewed .owl-nav .owl-next, .related .owl-nav .owl-next{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.1 56.6'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='28.05' y1='.998' x2='28.05' y2='55.642'%3E%3Cstop offset='0' stop-color='%2316c3b0'/%3E%3Cstop offset='1' stop-color='%2341e3d1'/%3E%3C/linearGradient%3E%3Cpath d='M54.9 33.7c-1.3 16.4-16.7 26.4-33 20-16.1-6.3-23.6-13.8-20-28 4.5-17.4 13.2-27.5 32-24 17.1 3.2 22.4 14.8 21 32z' fill='url(%23a)'/%3E%3C/svg%3E");}
.index-carousel .owl-nav .owl-next.disabled, .index-carousel .owl-nav .owl-next.disabled:hover, .overflow-viewed .owl-nav .owl-next.disabled, .overflow-viewed .owl-nav .owl-next.disabled:hover, .related .owl-nav .owl-next.disabled, .related .owl-nav .owl-next.disabled:hover{box-shadow:0 0 0 0;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.1 56.6'%3E%3Cpath d='M54.9 33.7c-1.3 16.4-16.7 26.4-33 20-16.1-6.3-23.6-13.8-20-28 4.5-17.4 13.2-27.5 32-24 17.1 3.2 22.4 14.8 21 32z' fill='%2383799c'/%3E%3C/svg%3E");}
 
.svg-big-right{width:50px;height:50px;background-repeat:no-repeat;background-position:center center;background-size:24px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='462.846' height='462.845'%3E%3Cpath d='M173.113 4.671C168.301-.29 162.569-.89 157.648.966c-2.829.366-5.683 1.488-8.331 3.705-21.018 17.61-41.223 36.122-60.667 55.467-8.366 8.322-4.223 19.296 3.488 24.136 40.654 48.365 87.067 96.255 127.663 144.666-46.05 46.266-90.437 98.67-134.62 146.657-4.956 5.383-5.152 11.73-2.775 16.92.378 4.936 3.364 9.455 7.663 12.781 20.218 15.614 39.748 32.077 58.676 49.23 4.763 7.815 15.886 12.127 24.362 3.788 67.631-66.49 126.845-141.432 201.06-201.057 2.036-1.636 3.407-3.428 4.261-5.281 4.245-5.586 5.316-13.649-.798-20.251-69.211-74.752-133.544-153.91-204.517-227.056zm-10.727 420.274c-14.83-13.086-30.039-25.689-45.562-37.942 42.155-47.078 85.617-97.578 130.822-141.879 2.355-2.306 3.656-4.834 4.25-7.373 3.783-5.576 4.672-13.345-.782-19.88-41.015-49.129-87.973-97.629-129.219-146.558 12.448-12.002 25.293-23.577 38.364-34.903 63.518 66.445 122.146 137.313 184.153 205.15-66.513 55.125-121.359 122.17-182.026 183.385z'/%3E%3C/svg%3E");}
.svg-big-left{width:50px;height:50px;background-repeat:no-repeat;background-position:center center;background-size:24px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 462.8 462.8'%3E%3Cpath d='M85.2 231.7c-6.1 6.6-5 14.7-.8 20.3.9 1.9 2.2 3.6 4.3 5.3 74.2 59.6 133.4 134.6 201.1 201.1 8.5 8.3 19.6 4 24.4-3.8 18.9-17.2 38.5-33.6 58.7-49.2 4.3-3.3 7.3-7.8 7.7-12.8 2.4-5.2 2.2-11.5-2.8-16.9-44.2-48-88.6-100.4-134.6-146.7 40.6-48.4 87-96.3 127.7-144.7 7.7-4.8 11.9-15.8 3.5-24.1-19.4-19.3-39.6-37.9-60.7-55.5-2.6-2.2-5.5-3.3-8.3-3.7-4.9-1.9-10.7-1.3-15.5 3.7-71.1 73.1-135.5 152.3-204.7 227zm33.2 9.9c62-67.8 120.6-138.7 184.2-205.1 13.1 11.3 25.9 22.9 38.4 34.9-41.2 48.9-88.2 97.4-129.2 146.6-5.5 6.5-4.6 14.3-.8 19.9.6 2.5 1.9 5.1 4.3 7.4 45.2 44.3 88.7 94.8 130.8 141.9-15.5 12.3-30.7 24.9-45.6 37.9-60.7-61.4-115.6-128.4-182.1-183.5z'/%3E%3C/svg%3E");}
#Slider button:hover .svg-big-right{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' width='462.846' height='462.845'%3E%3Cpath d='M173.113 4.671C168.301-.29 162.569-.89 157.648.966c-2.829.366-5.683 1.488-8.331 3.705-21.018 17.61-41.223 36.122-60.667 55.467-8.366 8.322-4.223 19.296 3.488 24.136 40.654 48.365 87.067 96.255 127.663 144.666-46.05 46.266-90.437 98.67-134.62 146.657-4.956 5.383-5.152 11.73-2.775 16.92.378 4.936 3.364 9.455 7.663 12.781 20.218 15.614 39.748 32.077 58.676 49.23 4.763 7.815 15.886 12.127 24.362 3.788 67.631-66.49 126.845-141.432 201.06-201.057 2.036-1.636 3.407-3.428 4.261-5.281 4.245-5.586 5.316-13.649-.798-20.251-69.211-74.752-133.544-153.91-204.517-227.056zm-10.727 420.274c-14.83-13.086-30.039-25.689-45.562-37.942 42.155-47.078 85.617-97.578 130.822-141.879 2.355-2.306 3.656-4.834 4.25-7.373 3.783-5.576 4.672-13.345-.782-19.88-41.015-49.129-87.973-97.629-129.219-146.558 12.448-12.002 25.293-23.577 38.364-34.903 63.518 66.445 122.146 137.313 184.153 205.15-66.513 55.125-121.359 122.17-182.026 183.385z'/%3E%3C/svg%3E");}
#Slider button:hover .svg-big-left{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' viewBox='0 0 462.8 462.8'%3E%3Cpath d='M85.2 231.7c-6.1 6.6-5 14.7-.8 20.3.9 1.9 2.2 3.6 4.3 5.3 74.2 59.6 133.4 134.6 201.1 201.1 8.5 8.3 19.6 4 24.4-3.8 18.9-17.2 38.5-33.6 58.7-49.2 4.3-3.3 7.3-7.8 7.7-12.8 2.4-5.2 2.2-11.5-2.8-16.9-44.2-48-88.6-100.4-134.6-146.7 40.6-48.4 87-96.3 127.7-144.7 7.7-4.8 11.9-15.8 3.5-24.1-19.4-19.3-39.6-37.9-60.7-55.5-2.6-2.2-5.5-3.3-8.3-3.7-4.9-1.9-10.7-1.3-15.5 3.7-71.1 73.1-135.5 152.3-204.7 227zm33.2 9.9c62-67.8 120.6-138.7 184.2-205.1 13.1 11.3 25.9 22.9 38.4 34.9-41.2 48.9-88.2 97.4-129.2 146.6-5.5 6.5-4.6 14.3-.8 19.9.6 2.5 1.9 5.1 4.3 7.4 45.2 44.3 88.7 94.8 130.8 141.9-15.5 12.3-30.7 24.9-45.6 37.9-60.7-61.4-115.6-128.4-182.1-183.5z'/%3E%3C/svg%3E");}
.index-page-goods-sale-owl .owl-nav{position:static;}
.index-page-goods-sale-owl .owl-prev{background:transparent;position:absolute;top:calc(50% - 26px);left:0;}
.index-page-goods-sale-owl .owl-next{background:transparent;position:absolute;top:calc(50% - 26px);right:0;}
.index-page-goods-sale-owl .owl-next .svg-big-right{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23958caa' width='462.846' height='462.845'%3E%3Cpath d='M173.113 4.671C168.301-.29 162.569-.89 157.648.966c-2.829.366-5.683 1.488-8.331 3.705-21.018 17.61-41.223 36.122-60.667 55.467-8.366 8.322-4.223 19.296 3.488 24.136 40.654 48.365 87.067 96.255 127.663 144.666-46.05 46.266-90.437 98.67-134.62 146.657-4.956 5.383-5.152 11.73-2.775 16.92.378 4.936 3.364 9.455 7.663 12.781 20.218 15.614 39.748 32.077 58.676 49.23 4.763 7.815 15.886 12.127 24.362 3.788 67.631-66.49 126.845-141.432 201.06-201.057 2.036-1.636 3.407-3.428 4.261-5.281 4.245-5.586 5.316-13.649-.798-20.251-69.211-74.752-133.544-153.91-204.517-227.056zm-10.727 420.274c-14.83-13.086-30.039-25.689-45.562-37.942 42.155-47.078 85.617-97.578 130.822-141.879 2.355-2.306 3.656-4.834 4.25-7.373 3.783-5.576 4.672-13.345-.782-19.88-41.015-49.129-87.973-97.629-129.219-146.558 12.448-12.002 25.293-23.577 38.364-34.903 63.518 66.445 122.146 137.313 184.153 205.15-66.513 55.125-121.359 122.17-182.026 183.385z'/%3E%3C/svg%3E");}
.index-page-goods-sale-owl .owl-prev .svg-big-left{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23958caa' viewBox='0 0 462.8 462.8'%3E%3Cpath d='M85.2 231.7c-6.1 6.6-5 14.7-.8 20.3.9 1.9 2.2 3.6 4.3 5.3 74.2 59.6 133.4 134.6 201.1 201.1 8.5 8.3 19.6 4 24.4-3.8 18.9-17.2 38.5-33.6 58.7-49.2 4.3-3.3 7.3-7.8 7.7-12.8 2.4-5.2 2.2-11.5-2.8-16.9-44.2-48-88.6-100.4-134.6-146.7 40.6-48.4 87-96.3 127.7-144.7 7.7-4.8 11.9-15.8 3.5-24.1-19.4-19.3-39.6-37.9-60.7-55.5-2.6-2.2-5.5-3.3-8.3-3.7-4.9-1.9-10.7-1.3-15.5 3.7-71.1 73.1-135.5 152.3-204.7 227zm33.2 9.9c62-67.8 120.6-138.7 184.2-205.1 13.1 11.3 25.9 22.9 38.4 34.9-41.2 48.9-88.2 97.4-129.2 146.6-5.5 6.5-4.6 14.3-.8 19.9.6 2.5 1.9 5.1 4.3 7.4 45.2 44.3 88.7 94.8 130.8 141.9-15.5 12.3-30.7 24.9-45.6 37.9-60.7-61.4-115.6-128.4-182.1-183.5z'/%3E%3C/svg%3E");}
.index-page-goods-sale-owl .owl-next:hover .svg-big-right{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' width='462.846' height='462.845'%3E%3Cpath d='M173.113 4.671C168.301-.29 162.569-.89 157.648.966c-2.829.366-5.683 1.488-8.331 3.705-21.018 17.61-41.223 36.122-60.667 55.467-8.366 8.322-4.223 19.296 3.488 24.136 40.654 48.365 87.067 96.255 127.663 144.666-46.05 46.266-90.437 98.67-134.62 146.657-4.956 5.383-5.152 11.73-2.775 16.92.378 4.936 3.364 9.455 7.663 12.781 20.218 15.614 39.748 32.077 58.676 49.23 4.763 7.815 15.886 12.127 24.362 3.788 67.631-66.49 126.845-141.432 201.06-201.057 2.036-1.636 3.407-3.428 4.261-5.281 4.245-5.586 5.316-13.649-.798-20.251-69.211-74.752-133.544-153.91-204.517-227.056zm-10.727 420.274c-14.83-13.086-30.039-25.689-45.562-37.942 42.155-47.078 85.617-97.578 130.822-141.879 2.355-2.306 3.656-4.834 4.25-7.373 3.783-5.576 4.672-13.345-.782-19.88-41.015-49.129-87.973-97.629-129.219-146.558 12.448-12.002 25.293-23.577 38.364-34.903 63.518 66.445 122.146 137.313 184.153 205.15-66.513 55.125-121.359 122.17-182.026 183.385z'/%3E%3C/svg%3E");}
.index-page-goods-sale-owl .owl-prev:hover .svg-big-left{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' viewBox='0 0 462.8 462.8'%3E%3Cpath d='M85.2 231.7c-6.1 6.6-5 14.7-.8 20.3.9 1.9 2.2 3.6 4.3 5.3 74.2 59.6 133.4 134.6 201.1 201.1 8.5 8.3 19.6 4 24.4-3.8 18.9-17.2 38.5-33.6 58.7-49.2 4.3-3.3 7.3-7.8 7.7-12.8 2.4-5.2 2.2-11.5-2.8-16.9-44.2-48-88.6-100.4-134.6-146.7 40.6-48.4 87-96.3 127.7-144.7 7.7-4.8 11.9-15.8 3.5-24.1-19.4-19.3-39.6-37.9-60.7-55.5-2.6-2.2-5.5-3.3-8.3-3.7-4.9-1.9-10.7-1.3-15.5 3.7-71.1 73.1-135.5 152.3-204.7 227zm33.2 9.9c62-67.8 120.6-138.7 184.2-205.1 13.1 11.3 25.9 22.9 38.4 34.9-41.2 48.9-88.2 97.4-129.2 146.6-5.5 6.5-4.6 14.3-.8 19.9.6 2.5 1.9 5.1 4.3 7.4 45.2 44.3 88.7 94.8 130.8 141.9-15.5 12.3-30.7 24.9-45.6 37.9-60.7-61.4-115.6-128.4-182.1-183.5z'/%3E%3C/svg%3E");}
.main_gallery_button{position:absolute;right:10px;top:10px;z-index: 1;transition: all 0.3s ease;opacity: 0;width: 44px;height: 44px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;border-radius: 50%;background-image: -moz-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -ms-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);box-shadow: 0px 2px 8px 0px rgb( 180, 13, 189 );}
.main_gallery_button:hover{background-image: -moz-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -ms-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);box-shadow: 0px 2px 10px 2px rgb( 242, 0, 255 );}
.item-inner:hover .main_gallery_button{opacity:1;}
/* Стрелки для слайдера */
.owl-nav{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;position: absolute;}
.owl-prev, .owl-next{display: -webkit-box;display: -ms-flexbox;display: flex;overflow:hidden;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.owl-prev:hover, .owl-next:hover{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' width='462.846' height='462.845'%3E%3Cpath d='M173.113 4.671C168.301-.29 162.569-.89 157.648.966c-2.829.366-5.683 1.488-8.331 3.705-21.018 17.61-41.223 36.122-60.667 55.467-8.366 8.322-4.223 19.296 3.488 24.136 40.654 48.365 87.067 96.255 127.663 144.666-46.05 46.266-90.437 98.67-134.62 146.657-4.956 5.383-5.152 11.73-2.775 16.92.378 4.936 3.364 9.455 7.663 12.781 20.218 15.614 39.748 32.077 58.676 49.23 4.763 7.815 15.886 12.127 24.362 3.788 67.631-66.49 126.845-141.432 201.06-201.057 2.036-1.636 3.407-3.428 4.261-5.281 4.245-5.586 5.316-13.649-.798-20.251-69.211-74.752-133.544-153.91-204.517-227.056zm-10.727 420.274c-14.83-13.086-30.039-25.689-45.562-37.942 42.155-47.078 85.617-97.578 130.822-141.879 2.355-2.306 3.656-4.834 4.25-7.373 3.783-5.576 4.672-13.345-.782-19.88-41.015-49.129-87.973-97.629-129.219-146.558 12.448-12.002 25.293-23.577 38.364-34.903 63.518 66.445 122.146 137.313 184.153 205.15-66.513 55.125-121.359 122.17-182.026 183.385z'/%3E%3C/svg%3E");}
.owl-prev .text{margin-left:10px;}
.owl-next .text{margin-right:10px;}
.banner-big .owl-nav{padding:0 15px;justify-content:space-between;top:calc(50% - 25px);width:0;}
.banner-big .owl-nav button{position: absolute;width:50px;height:50px;background-repeat:no-repeat;background:transparent;background-position:center center;}
.banner-big .owl-nav button.owl-prev{left:0;}
.banner-big .owl-nav button.owl-next{left:310px;} 
/* Каталог */
.header-catalog{display:block;width:calc(260px + 35px);height:60px;padding-right:15px;}
.header-catalog .header-catalog-hover-element{transition-property: background;transition-duration: 0.3s;transition-delay: 0.15s;background:transition;font-family: 'Neucha',cursive;font-size: 24px;height: 100%;padding-right:15px;color: #fff;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;cursor: pointer;background-repeat: no-repeat;background-size: 24px;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.header-catalog:hover .header-catalog-hover-element{background: rgb(241,194,46);background: linear-gradient(90deg, rgba(241,194,46,1) 0%, rgba(238,207,108,1) 100%);}
.index-middle-section .container{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.left-col{width:calc(260px + 30px);}
.left-col.catalog-col{width:calc(260px + 14px);}
/* Баннеры на главной */
.right-col{width:calc(100% - 260px - 30px);}
.right-col.slider-col{width:calc(100% - 260px - 30px);display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.banner-big{display: block;width: 100%;height: 450px;margin-top: 30px;overflow: hidden;border-radius: 20px;}
.banner-big .SlideContent{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;}
.banner-big .slider-left{height:448px;width:360px;text-align:center;}
.banner-big .slider-left .pattern{padding:60px 30px;height:100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-content:flex-start;}
.banner-big .slider-left.first{background: #2db3d9;background: -moz-linear-gradient(top,  #2db3d9 0%, #4ec7e9 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  #2db3d9 0%,#4ec7e9 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  #2db3d9 0%,#4ec7e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2db3d9', endColorstr='#4ec7e9',GradientType=0 ); /* IE6-9 */}
.banner-big .slider-left.second{background: #f1c22e;background: -moz-linear-gradient(top,  #f1c22e 0%, #eecf6c 100%);background: -webkit-linear-gradient(top,  #f1c22e 0%,#eecf6c 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  #f1c22e 0%,#eecf6c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c22e', endColorstr='#eecf6c',GradientType=0 ); /* IE6-9 */}
.banner-big .slider-left.third{background: #fd4d40;background: -moz-linear-gradient(top,  #fd4d40 0%, #e7736a 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  #fd4d40 0%,#e7736a 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  #fd4d40 0%,#e7736a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4d40', endColorstr='#e7736a',GradientType=0 ); /* IE6-9 */}
.banner-big .SlideTitle{font-size:30px;line-height:38px;font-family:'Neucha',cursive;color:#ffffff;}
.banner-big .SlideText{font-size:16px;line-height:26px;color:#fff;margin-top:15px;}
.banner-big .SlideGoto{margin-top:25px;font-size:16px;color:#3cacf6;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.banner-big .slider-right{width:calc(100% - 360px);background-position:right center;}
.banner-big .purple-button{position:absolute;bottom:150px;}
.svg-arrow-right{background-position:center center;display:block;width:20px;height:20px;margin-left:5px;background-size:20px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233cacf6' width='27' height='28'%3E%3Cpath d='M27 13.953a.549.549 0 0 1-.156.375l-6 5.531A.5.5 0 1 1 20 19.5V16H.5a.494.494 0 0 1-.5-.5v-3c0-.281.219-.5.5-.5H20V8.5c0-.203.109-.375.297-.453s.391-.047.547.078l6 5.469a.508.508 0 0 1 .156.359z'/%3E%3C/svg%3E");}
.owl-dots{position:absolute;bottom:80px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:360px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.owl-dots button{width:100%;width:16px;padding:0;height:20px;display: -webkit-box;display: -ms-flexbox;display: flex;flex-wrap:warp;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin:0 7px;transition:0.3s all ease;background:transparent;border:0;position:relative;}
.owl-dots button:after{content:' ';position:absolute;display:block;width:100%;height:6px;transition:0.3s all ease;border-radius:4px;background:#ffffff;}
.owl-dots button:hover:after{background:#9f17a6;}
.owl-dots button.active{width:32px;}
.owl-dots button.active:after{background:#9f17a6;}
/* Распродажа */
.main-content .container{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.pdt-index-goods{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:space-between;margin-bottom:80px;}
.index_page_products{width:850px;overflow:hidden;}
.index-page-item .index-prod-left{width:290px;padding-right:30px;border-right:1px solid #d4cee3;}
.index-page-item{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;border:1px solid #d4cee3;border-radius:30px;padding:30px 80px;}
.index-page-item .product-image{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position:relative;width:260px;}
.index-page-item .product-image a.product-image-link{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;background:#fff;}
.index-page-item .index-prod-right{width:calc(100% - 260px - 30px);display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;flex-direction:column;justify-content: space-between;align-items: flex-start;padding-left: 30px;}
.index-page-item .product-name{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-bottom:20px;width:100%;}
.index-page-item .product-name .name{font-size:18px;line-height:26px;display:block;width:100%;overflow:hidden;text-align:center;margin-bottom:15px;font-weight:bold}
.index-page-item .price{font-size:26px;color:#fd4d40;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;}
.index-page-item .price.with-old-price{margin-right:15px;}
.index-page-item .price.old-price{font-size:16px;color:#d4cee3;}
.index-page-item .price-box{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;height:26px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-line-pack: center;align-content: center;}
.index-page-item .index-goods-count{margin-bottom:15px;width: calc(100% - 287px);margin-left: 25px;}
.index-page-item .index-goods-count .text{line-height:16px;margin-bottom:8px;}
.index-page-item .goodsListForm{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;justify-content:space-between;}
.index-page-item .product-shop{width:calc(100% - 142px);display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.index-page-item .button{height:50px;width:170px;font-size:16px;line-height:50px;}
.index-page-item .button.quick{line-height:44px;}
.index-page-item .description-short{padding:15px 0;font-size:16px;font-weight:100;width:100%;text-align:center;}
.index-page-goods-sale-owl .button.quick{border: 3px solid #fae600;background:#fff;color: #2a2a2a;}
.index-page-goods-sale-owl .button.quick:hover{border-color:#3cacf6;background:#fff;}
.index-page-item .add-to-links{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:space-between;width:190px;margin:20px auto 0 auto;}
.index-page-item .add-to-links.empty{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.index-page-item .add-to-links.empty .add-wishlist, .index-page-item .add-to-links.empty .add-compare{margin:0 10px;}
.index-page-item .add-to-links .add-wishlist,.index-page-item .add-to-links .add-compare, .index-page-item .add-cart{width:50px;height:50px;background:#fff;box-shadow:0 0 0;border:1px solid #958caa;opacity:1;}
.index-page-item .add-wishlist i.svg-favorites{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23958caa' width='479.18' height='479.18'%3E%3Cpath d='M478.61 232.372c.056-1.257 0-2.537-.279-3.816-1.752-7.935-5.774-15.595-12.056-20.873-5.896-4.954-12.466-7.454-19.728-8.808-1.98-1.242-4.281-1.991-6.754-1.96-14.305.178-26.243 4.946-34.627 16.836-1.93 2.737-2.229 6.096-1.452 9.236-2.56 4.81-4.261 10.058-4.87 16.009-.898 8.846 3.636 17.321 9.445 24.019-19.393 26.02-49.673 48.87-83.705 40.386-20.713-5.165-32.352-27.93-39.37-46.083-16.198-41.875-18.275-88.154-22.454-132.565 4.971-1.15 9.815-3.146 14.365-6.312a15.913 15.913 0 003.493-3.328c.889-.795 1.727-1.653 2.474-2.638 6.444-8.516 8.297-19.54 6.972-29.96-.04-.323-.127-.625-.183-.942.051-1.257 0-2.537-.279-3.816-1.752-7.935-5.773-15.594-12.055-20.873-5.896-4.953-12.467-7.457-19.729-8.808-1.98-1.241-4.285-1.99-6.753-1.96-14.305.178-26.246 4.946-34.627 16.836-1.929 2.737-2.231 6.096-1.455 9.237-2.56 4.809-4.261 10.057-4.867 16.008-1.171 11.481 6.799 22.371 14.855 29.506 2.039 1.803 4.232 2.76 6.421 3.161 1.341.624 2.709 1.127 4.078 1.643-6.5 51.066-13.843 107.168-41.927 151.29-29.838 46.87-80.795 28.184-119.972 4.348 6.018-8.42 7.774-19.099 6.49-29.234-.041-.32-.125-.625-.183-.939.053-1.26 0-2.539-.279-3.818-1.752-7.935-5.771-15.595-12.053-20.873-5.898-4.954-12.472-7.457-19.73-8.808-1.98-1.244-4.283-1.991-6.754-1.96-14.305.178-26.243 4.946-34.626 16.836-1.927 2.737-2.229 6.096-1.455 9.237-2.559 4.809-4.258 10.057-4.867 16.009-1.17 11.481 6.802 22.373 14.856 29.508 2.039 1.803 4.232 2.757 6.423 3.158 7.236 3.362 14.906 5.145 22.483 5.022 13.599 33.561 27.017 67.177 43.028 99.681.579 1.178 1.274 2.128 2.019 2.971.487 3.255 2.465 6.281 6.545 8.195 90.987 42.66 192.97 35.008 286.908 6.511 4.048-1.229 6.622-3.753 7.968-6.754 2.757-1.407 5.083-3.824 6.312-7.525 13.127-39.629 25.461-79.506 38.172-119.262 10.648 1.63 21.459-.213 31.011-6.865a15.904 15.904 0 003.493-3.326c.889-.797 1.727-1.655 2.474-2.641 6.443-8.516 8.297-19.54 6.972-29.96-.021-.317-.107-.619-.168-.936zM52.664 256.688c-1.632 6.688-8.173 11.73-16.846 8.303-20.586-8.12-1.915-36.414 12.972-21.658 3.912 3.879 4.94 8.973 3.874 13.355zm206.12-179.75c3.915 3.88 4.951 8.97 3.88 13.355-1.635 6.688-8.176 11.73-16.849 8.302-20.593-8.127-1.922-36.414 12.969-21.657zm113.808 308.471c-85.355 25.461-179.214 34.23-262.254-3.976a14.297 14.297 0 00-.972-2.58c-10.926-22.176-20.556-44.895-29.917-67.74 42.02 21.038 89.512 29.147 125.764-10.055 21.325-23.063 33.624-53.811 41.532-86.183 4.865 27.246 12.589 53.649 26.589 77.333 13.294 22.506 34.24 36.292 60.139 38.842 23.338 2.306 44.681-6.17 62.886-19.622-7.812 24.7-15.652 49.388-23.767 73.981zm78.795-144.321c-1.635 6.688-8.176 11.73-16.854 8.303-20.586-8.12-1.914-36.414 12.975-21.657 3.915 3.878 4.95 8.969 3.879 13.354z'/%3E%3Cpath d='M292.437 342.389c.061-1.508 0-3.031-.341-4.561-2.092-9.49-6.896-18.641-14.406-24.953-7.053-5.92-14.908-8.916-23.582-10.526-2.371-1.482-5.123-2.382-8.068-2.346-17.105.208-31.377 5.911-41.394 20.129-2.303 3.271-2.666 7.287-1.742 11.045-3.057 5.743-5.091 12.02-5.819 19.139-1.399 13.726 8.127 26.745 17.763 35.271 2.435 2.153 5.06 3.296 7.68 3.778 17.862 8.282 37.893 8.774 54.67-2.899a19.115 19.115 0 004.179-3.977c1.057-.954 2.062-1.976 2.95-3.153 7.698-10.182 9.918-23.363 8.339-35.814-.058-.392-.164-.757-.229-1.133zm-32.55 10.415c-1.955 7.998-9.771 14.021-20.147 9.928-24.61-9.715-2.288-43.528 15.506-25.894 4.686 4.637 5.925 10.73 4.641 15.966zM129.342 346.41c-16.765 0-16.765 26 0 26 16.764 0 16.764-26 0-26zM345.136 376.31c16.767 0 16.767-25.999 0-25.999-16.763 0-16.763 25.999 0 25.999z'/%3E%3C/svg%3E");}
.index-page-item .add-compare i.svg-compare{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23958caa' width='481.24' height='481.24'%3E%3Cpath d='M181.196 18.086C-1.901 45.537-27.125 307.482 100.791 411.438c-10.895 5.23-21.83 10.385-32.859 15.33-14.683 6.587-18.052 27.63-10.585 40.375 8.772 14.971 25.688 17.164 40.37 10.583 26.911-12.065 53.304-25.177 79.668-38.359 6.753-3.371 10.857-8.114 13.04-13.354 6.002-7.19 8.066-17.245 6.416-27.34-3.862-23.826-6.357-47.738-7.794-71.823-2.26-37.811-61.289-38.034-59.011 0 .65 10.882 1.6 21.729 2.699 32.56-86.05-81.675-70.268-264.265 64.149-284.42 37.536-5.627 21.528-62.482-15.688-56.904zM380.451 69.8c10.897-5.23 21.83-10.384 32.864-15.33 14.681-6.581 18.047-27.627 10.583-40.37-8.775-14.973-25.689-17.166-40.37-10.587-26.908 12.063-53.299 25.176-79.663 38.359-6.754 3.374-10.857 8.112-13.046 13.357-6.002 7.188-8.059 17.242-6.418 27.343 3.869 23.82 6.357 47.733 7.8 71.82 2.265 37.808 61.286 38.031 59.011 0-.65-10.885-1.6-21.731-2.696-32.562 86.041 81.674 70.254 264.271-64.16 284.42-37.531 5.626-21.525 62.479 15.686 56.898 183.1-27.447 208.323-289.386 80.409-393.348z'/%3E%3C/svg%3E");}
.index-page-item .add-cart i.svg-cart{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23958caa' width='463.547' height='463.547'%3E%3Cpath d='M450.08 301.987C348.928 312.773 246.743 329.2 145.016 316.49c-.602-.305-1.206-.619-1.851-.858-9.298-3.488-12.418-9.282-12.339-17.869 8.653-12.37 27.139-11.567 40.09-10.562 18.124 1.396 36.11 1.225 54.281 1.036 47.18-.503 94.512-3.691 141.305-9.729 25.929-3.346 51.745-7.073 77.47-11.745 7.987-1.447 10.847-7.688 10.014-13.848.152-.812.295-1.64.315-2.539 1.422-54.994 3.107-109.936 8.449-164.714.833-8.562-5.053-12.975-11.654-13.406a13.953 13.953 0 00-5.24-.675c-118.728 6.891-237.639 8.42-356.53 9.819a16.225 16.225 0 00-2.392-2.272c-20.967-16.135-44.12-27.83-69.528-35.208-17.48-5.075-24.892 22.1-7.492 27.149 65.404 18.994 94.783 75.527 107.305 138.626 3.763 18.934 5.624 38.166 7.112 57.396.094 1.193-16.41 14.081-18.23 17.372-4.035 7.312-4.728 15.762-2.808 23.815 5.761 24.187 25.517 34.17 48.266 38.156-3.994 5.286-7.218 11.445-9.521 18.438-.843 2.555-.901 4.865-.48 6.932-.031 13.035 3.735 25.599 13.251 34.921 9.889 9.694 24.064 12.797 37.407 13.513 1.539.081 2.902-.111 4.179-.411.48-.035.942-.01 1.442-.086 24.58-3.997 42.478-22.155 44.707-47.012.817-9.064-1.544-17.256-5.954-24.212 38.519-.63 76.391-3.87 114.75-7.668-3.707 4.829-6.612 10.141-8.359 15.798-9.703 31.442 20.861 53.582 50.085 55.151 1.538.081 2.899-.111 4.179-.411.478-.035.939-.01 1.442-.086 24.577-3.997 42.478-22.155 44.706-47.013 1.143-12.74-3.986-23.739-12.258-32.031 6.322-.711 12.634-1.438 18.956-2.112 17.848-1.904 18.037-30.082-.011-28.158zm-23.678-60.696a1299.64 1299.64 0 01-68.03 9.927c-.116-10.577-.269-21.154-.579-31.719 23.085-.312 46.18-.396 69.27-.134-.224 7.303-.473 14.613-.661 21.926zm1.63-50.075c-23.801-.277-47.581-.152-71.346.218-.381-8.351-.854-16.696-1.366-25.037 24.583-.401 49.15-.676 73.737-.521-.401 8.446-.7 16.891-1.025 25.34zm5.24-90.819c-1.066 12.431-1.944 24.879-2.712 37.328-25.689-.178-51.384.114-77.073.551a1748.53 1748.53 0 00-2.976-34.157c27.599-1.031 55.183-2.209 82.761-3.722zM330.256 254.234c-26.391 2.56-52.842 4.362-79.344 5.307-1.63-11.903-3.301-23.801-4.951-35.701 27.853-1.929 55.767-3.12 83.695-3.836.335 11.394.492 22.81.6 34.23zm-1.706-62.243c-28.823.805-57.61 2.117-86.361 4.182a3126.128 3126.128 0 01-3.517-27.233c29.506-.655 59.014-1.435 88.532-2.059.497 8.365.965 16.739 1.346 25.11zm-6.11-86.885c1.077 11.217 2.072 22.437 2.931 33.665-30.017.645-60.043 1.45-90.059 2.11-1.234-11.126-2.404-22.264-3.369-33.428 30.166-.6 60.339-1.374 90.497-2.347zm-99.614 155.15c-23.638.33-47.307.03-70.978-.955a656.65 656.65 0 00-2.75-25.729c22.942-3.108 45.936-5.614 68.959-7.609 1.592 11.427 3.195 22.858 4.769 34.293zm-8.559-61.91c-23.202 2.044-46.372 4.57-69.505 7.663-2.288-12.142-5.096-24.136-8.632-35.846 24.793.082 49.576-.192 74.364-.64a2988.742 2988.742 0 003.773 28.823zm-105.624-89.022c31.729-.386 63.459-.817 95.179-1.363.978 11.182 2.115 22.335 3.359 33.481-27.086.475-54.172.744-81.268.543-4.852-11.296-10.529-22.231-17.27-32.661zm83.905 282.812c-.119-.01-.218-.046-.333-.051-15.533-.833-22.62-6.108-22.5-20.981 4.52-12.188 13.693-17.413 25.38-18.337 10.636 2.387 19.504 7.703 19.299 19.962-.208 11.704-11.931 17.336-21.846 19.407zm200.848-8.444c-.117-.01-.219-.046-.33-.051-15.534-.833-22.623-6.109-22.501-20.982 4.52-12.188 13.69-17.412 25.375-18.336 10.638 2.387 19.51 7.703 19.301 19.961-.209 11.7-11.929 17.331-21.845 19.408z'/%3E%3C/svg%3E");}
.index-page-item .add-to-links .add-wishlist:hover, .index-page-item .add-to-links .add-compare:hover, .index-page-item .add-cart:hover, .index-page-item .add-to-links .add-compare.added, .index-page-item .add-to-links .add-wishlist.added{border:0px solid transparent;background-image: -moz-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -ms-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);box-shadow: 0px 2px 10px 2px rgb( 242, 0, 255 );}
.index-page-item .add-wishlist:hover i.svg-favorites, .index-page-item .add-wishlist.added i.svg-favorites{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='479.18' height='479.18'%3E%3Cpath d='M478.61 232.372c.056-1.257 0-2.537-.279-3.816-1.752-7.935-5.774-15.595-12.056-20.873-5.896-4.954-12.466-7.454-19.728-8.808-1.98-1.242-4.281-1.991-6.754-1.96-14.305.178-26.243 4.946-34.627 16.836-1.93 2.737-2.229 6.096-1.452 9.236-2.56 4.81-4.261 10.058-4.87 16.009-.898 8.846 3.636 17.321 9.445 24.019-19.393 26.02-49.673 48.87-83.705 40.386-20.713-5.165-32.352-27.93-39.37-46.083-16.198-41.875-18.275-88.154-22.454-132.565 4.971-1.15 9.815-3.146 14.365-6.312a15.913 15.913 0 003.493-3.328c.889-.795 1.727-1.653 2.474-2.638 6.444-8.516 8.297-19.54 6.972-29.96-.04-.323-.127-.625-.183-.942.051-1.257 0-2.537-.279-3.816-1.752-7.935-5.773-15.594-12.055-20.873-5.896-4.953-12.467-7.457-19.729-8.808-1.98-1.241-4.285-1.99-6.753-1.96-14.305.178-26.246 4.946-34.627 16.836-1.929 2.737-2.231 6.096-1.455 9.237-2.56 4.809-4.261 10.057-4.867 16.008-1.171 11.481 6.799 22.371 14.855 29.506 2.039 1.803 4.232 2.76 6.421 3.161 1.341.624 2.709 1.127 4.078 1.643-6.5 51.066-13.843 107.168-41.927 151.29-29.838 46.87-80.795 28.184-119.972 4.348 6.018-8.42 7.774-19.099 6.49-29.234-.041-.32-.125-.625-.183-.939.053-1.26 0-2.539-.279-3.818-1.752-7.935-5.771-15.595-12.053-20.873-5.898-4.954-12.472-7.457-19.73-8.808-1.98-1.244-4.283-1.991-6.754-1.96-14.305.178-26.243 4.946-34.626 16.836-1.927 2.737-2.229 6.096-1.455 9.237-2.559 4.809-4.258 10.057-4.867 16.009-1.17 11.481 6.802 22.373 14.856 29.508 2.039 1.803 4.232 2.757 6.423 3.158 7.236 3.362 14.906 5.145 22.483 5.022 13.599 33.561 27.017 67.177 43.028 99.681.579 1.178 1.274 2.128 2.019 2.971.487 3.255 2.465 6.281 6.545 8.195 90.987 42.66 192.97 35.008 286.908 6.511 4.048-1.229 6.622-3.753 7.968-6.754 2.757-1.407 5.083-3.824 6.312-7.525 13.127-39.629 25.461-79.506 38.172-119.262 10.648 1.63 21.459-.213 31.011-6.865a15.904 15.904 0 003.493-3.326c.889-.797 1.727-1.655 2.474-2.641 6.443-8.516 8.297-19.54 6.972-29.96-.021-.317-.107-.619-.168-.936zM52.664 256.688c-1.632 6.688-8.173 11.73-16.846 8.303-20.586-8.12-1.915-36.414 12.972-21.658 3.912 3.879 4.94 8.973 3.874 13.355zm206.12-179.75c3.915 3.88 4.951 8.97 3.88 13.355-1.635 6.688-8.176 11.73-16.849 8.302-20.593-8.127-1.922-36.414 12.969-21.657zm113.808 308.471c-85.355 25.461-179.214 34.23-262.254-3.976a14.297 14.297 0 00-.972-2.58c-10.926-22.176-20.556-44.895-29.917-67.74 42.02 21.038 89.512 29.147 125.764-10.055 21.325-23.063 33.624-53.811 41.532-86.183 4.865 27.246 12.589 53.649 26.589 77.333 13.294 22.506 34.24 36.292 60.139 38.842 23.338 2.306 44.681-6.17 62.886-19.622-7.812 24.7-15.652 49.388-23.767 73.981zm78.795-144.321c-1.635 6.688-8.176 11.73-16.854 8.303-20.586-8.12-1.914-36.414 12.975-21.657 3.915 3.878 4.95 8.969 3.879 13.354z'/%3E%3Cpath d='M292.437 342.389c.061-1.508 0-3.031-.341-4.561-2.092-9.49-6.896-18.641-14.406-24.953-7.053-5.92-14.908-8.916-23.582-10.526-2.371-1.482-5.123-2.382-8.068-2.346-17.105.208-31.377 5.911-41.394 20.129-2.303 3.271-2.666 7.287-1.742 11.045-3.057 5.743-5.091 12.02-5.819 19.139-1.399 13.726 8.127 26.745 17.763 35.271 2.435 2.153 5.06 3.296 7.68 3.778 17.862 8.282 37.893 8.774 54.67-2.899a19.115 19.115 0 004.179-3.977c1.057-.954 2.062-1.976 2.95-3.153 7.698-10.182 9.918-23.363 8.339-35.814-.058-.392-.164-.757-.229-1.133zm-32.55 10.415c-1.955 7.998-9.771 14.021-20.147 9.928-24.61-9.715-2.288-43.528 15.506-25.894 4.686 4.637 5.925 10.73 4.641 15.966zM129.342 346.41c-16.765 0-16.765 26 0 26 16.764 0 16.764-26 0-26zM345.136 376.31c16.767 0 16.767-25.999 0-25.999-16.763 0-16.763 25.999 0 25.999z'/%3E%3C/svg%3E");}
.index-page-item .add-compare:hover i.svg-compare, .index-page-item .add-compare.added i.svg-compare{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='481.24' height='481.24'%3E%3Cpath d='M181.196 18.086C-1.901 45.537-27.125 307.482 100.791 411.438c-10.895 5.23-21.83 10.385-32.859 15.33-14.683 6.587-18.052 27.63-10.585 40.375 8.772 14.971 25.688 17.164 40.37 10.583 26.911-12.065 53.304-25.177 79.668-38.359 6.753-3.371 10.857-8.114 13.04-13.354 6.002-7.19 8.066-17.245 6.416-27.34-3.862-23.826-6.357-47.738-7.794-71.823-2.26-37.811-61.289-38.034-59.011 0 .65 10.882 1.6 21.729 2.699 32.56-86.05-81.675-70.268-264.265 64.149-284.42 37.536-5.627 21.528-62.482-15.688-56.904zM380.451 69.8c10.897-5.23 21.83-10.384 32.864-15.33 14.681-6.581 18.047-27.627 10.583-40.37-8.775-14.973-25.689-17.166-40.37-10.587-26.908 12.063-53.299 25.176-79.663 38.359-6.754 3.374-10.857 8.112-13.046 13.357-6.002 7.188-8.059 17.242-6.418 27.343 3.869 23.82 6.357 47.733 7.8 71.82 2.265 37.808 61.286 38.031 59.011 0-.65-10.885-1.6-21.731-2.696-32.562 86.041 81.674 70.254 264.271-64.16 284.42-37.531 5.626-21.525 62.479 15.686 56.898 183.1-27.447 208.323-289.386 80.409-393.348z'/%3E%3C/svg%3E");}
.index-page-item .add-cart:hover i.svg-cart{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='463.547' height='463.547'%3E%3Cpath d='M450.08 301.987C348.928 312.773 246.743 329.2 145.016 316.49c-.602-.305-1.206-.619-1.851-.858-9.298-3.488-12.418-9.282-12.339-17.869 8.653-12.37 27.139-11.567 40.09-10.562 18.124 1.396 36.11 1.225 54.281 1.036 47.18-.503 94.512-3.691 141.305-9.729 25.929-3.346 51.745-7.073 77.47-11.745 7.987-1.447 10.847-7.688 10.014-13.848.152-.812.295-1.64.315-2.539 1.422-54.994 3.107-109.936 8.449-164.714.833-8.562-5.053-12.975-11.654-13.406a13.953 13.953 0 00-5.24-.675c-118.728 6.891-237.639 8.42-356.53 9.819a16.225 16.225 0 00-2.392-2.272c-20.967-16.135-44.12-27.83-69.528-35.208-17.48-5.075-24.892 22.1-7.492 27.149 65.404 18.994 94.783 75.527 107.305 138.626 3.763 18.934 5.624 38.166 7.112 57.396.094 1.193-16.41 14.081-18.23 17.372-4.035 7.312-4.728 15.762-2.808 23.815 5.761 24.187 25.517 34.17 48.266 38.156-3.994 5.286-7.218 11.445-9.521 18.438-.843 2.555-.901 4.865-.48 6.932-.031 13.035 3.735 25.599 13.251 34.921 9.889 9.694 24.064 12.797 37.407 13.513 1.539.081 2.902-.111 4.179-.411.48-.035.942-.01 1.442-.086 24.58-3.997 42.478-22.155 44.707-47.012.817-9.064-1.544-17.256-5.954-24.212 38.519-.63 76.391-3.87 114.75-7.668-3.707 4.829-6.612 10.141-8.359 15.798-9.703 31.442 20.861 53.582 50.085 55.151 1.538.081 2.899-.111 4.179-.411.478-.035.939-.01 1.442-.086 24.577-3.997 42.478-22.155 44.706-47.013 1.143-12.74-3.986-23.739-12.258-32.031 6.322-.711 12.634-1.438 18.956-2.112 17.848-1.904 18.037-30.082-.011-28.158zm-23.678-60.696a1299.64 1299.64 0 01-68.03 9.927c-.116-10.577-.269-21.154-.579-31.719 23.085-.312 46.18-.396 69.27-.134-.224 7.303-.473 14.613-.661 21.926zm1.63-50.075c-23.801-.277-47.581-.152-71.346.218-.381-8.351-.854-16.696-1.366-25.037 24.583-.401 49.15-.676 73.737-.521-.401 8.446-.7 16.891-1.025 25.34zm5.24-90.819c-1.066 12.431-1.944 24.879-2.712 37.328-25.689-.178-51.384.114-77.073.551a1748.53 1748.53 0 00-2.976-34.157c27.599-1.031 55.183-2.209 82.761-3.722zM330.256 254.234c-26.391 2.56-52.842 4.362-79.344 5.307-1.63-11.903-3.301-23.801-4.951-35.701 27.853-1.929 55.767-3.12 83.695-3.836.335 11.394.492 22.81.6 34.23zm-1.706-62.243c-28.823.805-57.61 2.117-86.361 4.182a3126.128 3126.128 0 01-3.517-27.233c29.506-.655 59.014-1.435 88.532-2.059.497 8.365.965 16.739 1.346 25.11zm-6.11-86.885c1.077 11.217 2.072 22.437 2.931 33.665-30.017.645-60.043 1.45-90.059 2.11-1.234-11.126-2.404-22.264-3.369-33.428 30.166-.6 60.339-1.374 90.497-2.347zm-99.614 155.15c-23.638.33-47.307.03-70.978-.955a656.65 656.65 0 00-2.75-25.729c22.942-3.108 45.936-5.614 68.959-7.609 1.592 11.427 3.195 22.858 4.769 34.293zm-8.559-61.91c-23.202 2.044-46.372 4.57-69.505 7.663-2.288-12.142-5.096-24.136-8.632-35.846 24.793.082 49.576-.192 74.364-.64a2988.742 2988.742 0 003.773 28.823zm-105.624-89.022c31.729-.386 63.459-.817 95.179-1.363.978 11.182 2.115 22.335 3.359 33.481-27.086.475-54.172.744-81.268.543-4.852-11.296-10.529-22.231-17.27-32.661zm83.905 282.812c-.119-.01-.218-.046-.333-.051-15.533-.833-22.62-6.108-22.5-20.981 4.52-12.188 13.693-17.413 25.38-18.337 10.636 2.387 19.504 7.703 19.299 19.962-.208 11.704-11.931 17.336-21.846 19.407zm200.848-8.444c-.117-.01-.219-.046-.33-.051-15.534-.833-22.623-6.109-22.501-20.982 4.52-12.188 13.69-17.412 25.375-18.336 10.638 2.387 19.51 7.703 19.301 19.961-.209 11.7-11.929 17.331-21.845 19.408z'/%3E%3C/svg%3E");}
.counter{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.timer-wrp{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.timer-wrp .counter{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:space-between;}
.timer-wrp .counter .number-block{display:block;width:80px;}
.timer-wrp .counter .number-block span{width:50px;height:50px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;border-radius: 50%;margin:0 auto;font-size:22px;color:#fff;font-family:Neucha;background-image: -moz-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -ms-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);box-shadow: 0px 2px 0px 0px rgba(0, 221, 197, 1), inset 0px 0px 4.7px 0.3px rgba(138, 255, 242, 1);}
.timer-wrp .counter .number-block label{font-family:'Neucha';font-size:22px;display:block;margin-top:10px;text-align:center;}
.timer-wrp .counter .number-block label.low_res_label{display:none;}
.pdt-hit{width:1170px;margin:0 -14px 138px -14px;}
.show-more{display:none;margin:0 auto;font-size: 16px;width:170px;height:40px;border: 3px solid #eaeaea;background:#fff;cursor:pointer;text-align:center;line-height:34px;}
.show-more:hover{background-color: #eaeaea;}
/* Баннер распродажи */
.index_sale_banner{color:#fff;width:264px;border-radius: 20px;margin-left:26px;background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);}
.index_sale_banner .index_sale_banner_content{align-items:center;padding:50px 10px;background-position: top left;background-repeat:repeat;height:100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;flex-direction:column;justify-content:space-between;}
.index_sale_banner .index_sale_banner_content.hi_res_sale_banner{display: -webkit-box;display: -ms-flexbox;display: flex;}
.index_sale_banner .index_sale_banner_content.low_res_sale_banner{display:none;}
.index_sale_banner div{display:block;width:100%;text-align:center;}
.index_sale_banner .sale-text{font-size:20px;}
.index_sale_banner .sale-red-text{color:#fd4d40;font-size:20px;}
.index_sale_banner .sale-big-text{font-family:'Neucha';font-size:28px;}
.index_sale_banner .sale-number{font-size:40px;font-family:'Neucha';}
.index_sale_banner .text-wrapper{height:calc(100% - 124px);display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;flex-direction: column;justify-content:space-between;}
.index_sale_banner .button-wrapper{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.more-button {font-size:0;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width: 156px;height: 54px;border:0;cursor:pointer;position:relative;background-image: -moz-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(167,91,171) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(167,91,171) 100%);background-image: -ms-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(167,91,171) 100%);box-shadow: 0px 6px 12px 0px rgb( 180, 13, 189 );border-radius: 30px;z-index:1;}
.more-button:after{content: 'Подробнее';color:#fff;font-size:18px;position: absolute;top: 0;left:-12px;background-image: -moz-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(196,69,203) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(196,69,203) 100%);background-image: -ms-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(196,69,203) 100%);box-shadow: 0px 2px 0px 0px rgb(159,23,166), inset 0px 0px 4.7px 0.3px rgb(192,36,200);width: 180px;height: 54px;border-radius: 30px;z-index: 2;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;}
.more-button:hover:after{background-image: -moz-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -ms-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);box-shadow: 0px 2px 10px 2px rgb( 242, 0, 255 );}
.more-button.gray-button{margin:0 auto;}
.more-button.gray-button:after{content:'Назад';}
/* Баннер доставки */
.delivery-index-banner{height:220px;margin:0 0 80px 0;position:relative;background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);box-shadow: 0px 8px 45.9px 5.1px rgba(159, 23, 166, 0.2);}
.delivery-pattern{background-position:left top;background-repeat:repeat-x;height: 100%;width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.delivery-dino{background:url('/design/d567735/dino.png') top right no-repeat;height:320px;padding:50px 0;width:1540px;position:absolute;top:-50px;}
.delivery-index-banner .container{height:100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;padding:40px 0;}
.delivery-top-text{display:block;width:100%;font-size:40px;font-family:'Neucha';color:#fff;text-align:center;}
.delivery-bottom-text{display:block;width:100%;font-size:34px;font-family:'Neucha';color:#fff;text-align:center;}
/* Обратный звонок на главной */
#callback{height:475px;margin:0 0 80px 0;position:relative;background-image: -moz-linear-gradient( 90deg, rgb(45,179,217) 0%, rgb(78,199,233) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(45,179,217) 0%, rgb(78,199,233) 100%);background-image: -ms-linear-gradient( 90deg, rgb(45,179,217) 0%, rgb(78,199,233) 100%);box-shadow: 0px 8px 45.9px 5.1px rgba(159, 23, 166, 0.2);}
#callback .toy-pattern{background-position:left top;background-repeat:repeat-x;height: 100%;width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
#callback .toy-pattern .container{position:relative;}
#callback .toy-pattern .container:after{content:' ';background:url('/design/d567735/lego.png') left 0px no-repeat;height:596px;width:500px;position:absolute;left:-50px;top:-90px;}
#callback .callback-container{width:780px;text-align:center;height:100%;margin-left:auto;} 
#callback .callback-container .callbackForm{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;flex-direction:column;justify-content:space-between;align-items:center;height:100%;padding:40px 0}
#callback .callback-title{font-family:'Neucha';font-size: 28px;color:#fff;}
#callback .callback-text{font-size:20px;line-height:30px;color:#fff}
#callback .callback-input{width:290px;max-width:100%;}
#callback .more-button{width:266px;}
#callback .more-button:after{content:'Заказать звонок';width:290px;left:-12px;} 
/* Приемущества */
.advantages{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom:50px;margin:80px -15px 80px -15px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width:calc(100% + 30px)}
.advantages .advantage-header{font-size:24px;color:#350c0c;font-family:'Neucha';margin-bottom:15px;}
.advantages .advantage-text{font-size:18px;font-weight:300;}
.advantages .advantage{background-position:left center;background-repeat:no-repeat;font-size:16px;display:block;width:calc(25% - 30px);margin:0 15px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.advantages .advantage .advantage-inner{max-width:264px;border-top: 2px solid #d4cee3;border-bottom: 2px solid #d4cee3;padding:30px 0px;position:relative;}
.advantage-icon{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;width:64px;height:50px;position:absolute;right:30px;background:#fff;top:-28px;}
.advantage-icon-inner{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;border-radius: 50%;width:50px;height:50px;}
.advantage-icon-inner.icon-1{box-shadow: 0px 3px 6.66px 2.34px rgba(129, 209, 232, 0.4),inset -0.035px -2px 4.7px 0.3px rgba(140, 210, 230, 0.004);background-image: -moz-linear-gradient( -90deg, rgb(45,179,217) 0%, rgb(78,199,233) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(45,179,217) 0%, rgb(78,199,233) 100%);background-image: -ms-linear-gradient( -90deg, rgb(45,179,217) 0%, rgb(78,199,233) 100%);box-shadow: 0px 3px 6.66px 2.34px rgba(129, 209, 232, 0.4),inset -0.035px -2px 4.7px 0.3px rgba(140, 210, 230, 0.004);}
.advantage-icon-inner.icon-2{background-image: -moz-linear-gradient( -90deg, rgb(253,77,64) 0%, rgb(231,115,106) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(253,77,64) 0%, rgb(231,115,106) 100%);background-image: -ms-linear-gradient( -90deg, rgb(253,77,64) 0%, rgb(231,115,106) 100%);box-shadow: 0px 3px 6.66px 2.34px rgba(228, 145, 139, 0.4),inset -0.035px -2px 4.7px 0.3px rgba(255, 156, 148, 0.004);}
.advantage-icon-inner.icon-3{background-image: -moz-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -ms-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);box-shadow: 0px 3px 6.66px 2.34px rgba(147, 244, 233, 0.4),inset -0.035px -2px 4.7px 0.3px rgba(138, 255, 242, 0.004);}
.advantage-icon-inner.icon-4{background-image: -moz-linear-gradient( -90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( -90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);box-shadow: 0px 3px 6.66px 2.34px rgba(252, 215, 97, 0.4),inset -0.035px -2px 4.7px 0.3px rgba(251, 223, 134, 0.004);}
/* Поиск */
.search{width:360px;position:relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: center;}
.search.active{visibility:visible;display:block;}
#search_form{width:100%;position:relative;}
#search_form .search-string{width: 100%;height: 40px;border: 1px solid transparent;padding: 0 60px 0 30px;color: #2a2a2a;border-radius: 30px;}
#search_form .search-submit{position:absolute;right:2px;top:2px;background:transparent;width:36px;height:36px;border:0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;cursor:pointer;border-radius: 50%;background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);}
#search_form .search-submit:hover{background: #9f17a6;}
i.svg-search{width:30px;height:30px;background-position:center center;background-repeat:no-repeat;display:block;background-size:16px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='480.307' height='480.307'%3E%3Cpath d='M205.968 55.213c-59.798 0-108.443 48.649-108.443 108.442s48.65 108.442 108.443 108.442c59.791 0 108.443-48.649 108.443-108.442S265.763 55.213 205.968 55.213zm0 185.691c-42.591 0-77.244-34.652-77.244-77.244 0-42.591 34.652-77.243 77.244-77.243s77.244 34.652 77.244 77.243c-.001 42.592-34.647 77.244-77.244 77.244z'/%3E%3Cpath d='M326.913 277.907c28.244-29.854 45.615-70.097 45.615-114.341 0-27.576-11.481-58.219-16.417-70.114C331.833 34.937 276.265 0 207.466 0c-25.06 0-51.13 4.783-75.398 13.832-65.671 24.491-93.417 97.091-91.784 158.179 2.292 85.727 78.155 158.144 165.651 158.144 20.853 0 40.807-3.885 59.219-10.912 16.098 34.215 33.19 68.034 50.841 101.447 8.663 16.402 15.336 36.059 26.056 51.171 17.433 24.567 73.427-10.993 88.936-23.922.081-.071.127-.147.208-.214 6.937-2.274 12.004-9.617 6.678-17.265-35.939-51.644-76.501-99.904-110.96-152.553zM71.473 171.173c-1.335-49.998 20.249-108.999 71.493-128.107 20.814-7.765 43.117-11.868 64.5-11.868 56.586 0 100.262 27.05 119.828 74.207 8.79 21.178 14.035 42.914 14.035 58.156 0 74.648-60.732 135.389-135.389 135.389-71.033 0-132.611-58.518-134.467-127.777zm216.004 137.573a167.153 167.153 0 0020.896-13.96c14.401 21.709 29.757 42.722 45.397 63.541-10.729 6.597-21.023 13.827-30.986 21.521-12.05-23.557-23.957-47.19-35.307-71.102zm73.214 145.56c-8.627-17.346-17.452-34.596-26.304-51.836 11.024-8.724 22.485-16.803 34.551-24.049 13.756 18.179 27.502 36.368 40.73 54.938-14.416 10.963-31.158 17.951-48.977 20.947z'/%3E%3C/svg%3E");}
/* Поисковая выдача */
#search-result {display: none;position: absolute;width: 100%;padding: 10px;background-color: #fff;z-index: 30; top:100%;border:1px solid #9f17a6;border-top:0;}
#search-result._active {visibility: visible;opacity: 1;-webkit-transform: translate(0,0);transform: translate(0,0)}
#search-result .inner .result-category {width: 100%;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;padding-bottom:10px;}
#search-result .inner .result-category._visible + .result-goods {border-top: 1px solid #9f17a6;padding-top:10px;}
#search-result .inner .result-category img {display: none}
#search-result .inner .result-goods {width: 100%;height: 100%;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;}
#search-result .inner .result-category a {font-size:18px;}
#search-result .inner {overflow:hidden;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#search-result .inner .result-item {width: 100%;line-height: 20px;}
#search-result .inner .result-item:not(:first-of-type){padding: 10px 0 0 0;}
#search-result .inner .result-item a {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
#search-result .inner .result-item a img {max-width: 40px;max-height: 40px;margin-right: 15px}
#search-result .inner a:hover{color:#9f17a6;}
.search-reset{opacity:0;cursor:pointer;position:absolute;top:calc(50% - 15px);right:75px;border:0;background:transparent;width:30px;height:30px;background-repeat:no-repeat;background-size:16px;background-position:center;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='24' height='24'%3E%3Cpath d='M18.984 6.422L13.406 12l5.578 5.578-1.406 1.406L12 13.406l-5.578 5.578-1.406-1.406L10.594 12 5.016 6.422l1.406-1.406L12 10.594l5.578-5.578z'/%3E%3C/svg%3E");}
.search-string:focus + .search-reset{opacity:1;}
.show-all{display:block;width:100%;text-align:center;}
/* Новинки */
.pdt-new{margin-bottom:50px;}
.pdt-new .item{padding:0 11px;}
.pdt-new .row{margin-left:-11px;margin-right:-11px;}
.pdt-new .owl-nav{right:11px;}
.pdt-new .item .new-goods{background-color: #eaeaea;padding:5px;}
.pdt-new .item .new-goods:not(:last-of-type){margin-bottom:20px;}
.pdt-new .item .new-goods .product-image{margin-bottom:10px;}
.pdt-new .item .new-goods .product-image a{background:#fff;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width:110px;height:110px;}
.pdt-new .item .new-goods .product-name{overflow: hidden;text-overflow: ellipsis;word-break: break-word;height: 36px;margin-bottom: 10px;}
/* Быстрый просмотр(выбор модификации) */
.product-view.fancybox-content{max-width:290px;display:inline-block;border-radius:30px;overflow:hidden;}
.product-view.fancybox-content .fancybox-button.fancybox-close-small svg{color:#000}
.product-view.fancybox-content .product-inner{width:100%;padding-left:0;}
.product-view.fancybox-content .product-inner .product-content .middle-content{width:100%;padding-right:0;}
.product-view.fancybox-content .opinion_value, .product-view.fancybox-content .add-to-links, .product-view.fancybox-content .art-number{display:none;}
.product-view.fancybox-content .productImgBlock{display:none;}
.product-view.fancybox-content .main-product-name{display:none;}
.product-view.fancybox-content .related{display:none;}
.product-view.fancybox-content .product-information{display:none;}
.product-view.fancybox-content .product-content .button.quick{display:none;}
.product-view.fancybox-content .all_features{display:none;}
.product-view.fancybox-content .short-description{display:none;}
.product-view.fancybox-content .product-content .btn-primary{margin-bottom:0;margin-right:0;width:100%!important;}
.product-view.fancybox-content .product-content .btn-primary.in-cart{background:#fae600;}
.product-view.fancybox-content .product-inner .product-content .middle-content{order:1!important;}
.product-view.fancybox-content .goodsDataMainModificationsDescriptionBlock{display:none!important;}
.product-view.fancybox-content .product-content .left-side{width:100%;margin-bottom:0;}
.product-view.fancybox-content .product-content .right-side{width:100%;}
.product-view.fancybox-content .goodsDataMainModificationAvailable .available-true, .product-view.fancybox-content .goodsDataMainModificationAvailable .available-false{justify-content:flex-start;}
.product-view.fancybox-content .modification_name{width:100%!important;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-bottom:10px;}
.product-view.fancybox-content .select-wrapper{width:100%!important;}
.product-view.fancybox-content .add-cart.quick{display:none;}
.product-view.fancybox-content .goodsDataMainModificationsBlockProperty:nth-child(2n - 1){padding-right:0!important;}
.product-view.fancybox-content .goodsDataMainModificationsBlockProperty{width:100%!important;}
.product-view.fancybox-content .goodsDataMainDiscountBlock{display:none;}
/* Товары списком */
.products{display:block;width:100%;}
.products-list .item{margin-bottom:30px;}
.products-list .item-inner{border:1px solid #f2f2ff;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;overflow:hidden;border-radius:20px;}
.products-list .product-left-side{width:calc(100% - 260px);display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;} 
.products-list .product-right{width:260px;background:#f2f2ff;}
.products-list .product-right .product-right-top{padding:20px;height:50%;border-bottom:1px solid #d4cee3;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-line-pack: center;align-content: center;}
.products-list .product-right .product-right-bottom{padding:20px;height:50%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;}
.products-list .product-image{display: -webkit-box;display: -ms-flexbox;display: flex;align-items:center;position:relative;padding:20px;width:calc(260px + 40px);height:calc(260px + 40px);}
.products-list .product-image a.product-image-link{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width:100%;height:100%;position:relative;}
.products-list .product-image a img{max-width:260px;max-height:260px}=
.products-list .product-name{font-size:20px;line-height:24px;word-break:break-word;margin-bottom:15px;}
.products-list .product-middle{width:calc(100% - 300px);padding:20px 20px 20px 0;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-line-pack: center;align-content: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.products-list .product-middle.vertical-orientatiton{flex-direction:column;justify-content:space-between;}
.products-wrap.products-list .item .product-shop{margin:0 auto;}
.products-list.products-wrap .price-box-wrp{margin-top:0;padding-top: 0;background:transparent;padding-bottom: 0;}
.products-list .art-number{margin-bottom:15px;}
.list-description-short{margin-bottom:30px;text-align:center;overflow:hidden;word-break:break-word;}
/* Пагинация */
.pages{margin-bottom:30px;}
.pages ol{list-style-position:inside;list-style:none;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding:0;margin:0;}
.pages ol li{display:block;font-size:16px;width:55px;height:45px;text-align:center;position:relative;}
.pages ol li a, .pages ol li span{margin:0 auto;font-family:'Neucha';display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;width:45px;height:45px;border-radius:100%;font-size:24px;color:#d4cee3;}
.pages ol li a{border:1px solid #d4cee3;}
.pages ol li a:hover, .pages ol li span{background:#16c3b0;color:#fff;border-color:transparent;}
.pages ol li a{background-repeat:no-repeat;background-position:center center;}
.pagination-next{background-repeat:no-repeat;background-position:center center;background-size:24px;}
.pagination-prev{background-repeat:no-repeat;background-position:center center;background-size:24px;}
.pages ol li a.pagination-next .svg-big-right{width:100%;height:100%;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4cee3' width='462.846' height='462.845'%3E%3Cpath d='M173.113 4.671C168.301-.29 162.569-.89 157.648.966c-2.829.366-5.683 1.488-8.331 3.705-21.018 17.61-41.223 36.122-60.667 55.467-8.366 8.322-4.223 19.296 3.488 24.136 40.654 48.365 87.067 96.255 127.663 144.666-46.05 46.266-90.437 98.67-134.62 146.657-4.956 5.383-5.152 11.73-2.775 16.92.378 4.936 3.364 9.455 7.663 12.781 20.218 15.614 39.748 32.077 58.676 49.23 4.763 7.815 15.886 12.127 24.362 3.788 67.631-66.49 126.845-141.432 201.06-201.057 2.036-1.636 3.407-3.428 4.261-5.281 4.245-5.586 5.316-13.649-.798-20.251-69.211-74.752-133.544-153.91-204.517-227.056zm-10.727 420.274c-14.83-13.086-30.039-25.689-45.562-37.942 42.155-47.078 85.617-97.578 130.822-141.879 2.355-2.306 3.656-4.834 4.25-7.373 3.783-5.576 4.672-13.345-.782-19.88-41.015-49.129-87.973-97.629-129.219-146.558 12.448-12.002 25.293-23.577 38.364-34.903 63.518 66.445 122.146 137.313 184.153 205.15-66.513 55.125-121.359 122.17-182.026 183.385z'/%3E%3C/svg%3E");}
.pages ol li a.pagination-prev .svg-big-left{width:100%;height:100%;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4cee3' viewBox='0 0 462.8 462.8'%3E%3Cpath d='M85.2 231.7c-6.1 6.6-5 14.7-.8 20.3.9 1.9 2.2 3.6 4.3 5.3 74.2 59.6 133.4 134.6 201.1 201.1 8.5 8.3 19.6 4 24.4-3.8 18.9-17.2 38.5-33.6 58.7-49.2 4.3-3.3 7.3-7.8 7.7-12.8 2.4-5.2 2.2-11.5-2.8-16.9-44.2-48-88.6-100.4-134.6-146.7 40.6-48.4 87-96.3 127.7-144.7 7.7-4.8 11.9-15.8 3.5-24.1-19.4-19.3-39.6-37.9-60.7-55.5-2.6-2.2-5.5-3.3-8.3-3.7-4.9-1.9-10.7-1.3-15.5 3.7-71.1 73.1-135.5 152.3-204.7 227zm33.2 9.9c62-67.8 120.6-138.7 184.2-205.1 13.1 11.3 25.9 22.9 38.4 34.9-41.2 48.9-88.2 97.4-129.2 146.6-5.5 6.5-4.6 14.3-.8 19.9.6 2.5 1.9 5.1 4.3 7.4 45.2 44.3 88.7 94.8 130.8 141.9-15.5 12.3-30.7 24.9-45.6 37.9-60.7-61.4-115.6-128.4-182.1-183.5z'/%3E%3C/svg%3E");}
.pages ol li a.pagination-next:hover .svg-big-right{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='462.846' height='462.845'%3E%3Cpath d='M173.113 4.671C168.301-.29 162.569-.89 157.648.966c-2.829.366-5.683 1.488-8.331 3.705-21.018 17.61-41.223 36.122-60.667 55.467-8.366 8.322-4.223 19.296 3.488 24.136 40.654 48.365 87.067 96.255 127.663 144.666-46.05 46.266-90.437 98.67-134.62 146.657-4.956 5.383-5.152 11.73-2.775 16.92.378 4.936 3.364 9.455 7.663 12.781 20.218 15.614 39.748 32.077 58.676 49.23 4.763 7.815 15.886 12.127 24.362 3.788 67.631-66.49 126.845-141.432 201.06-201.057 2.036-1.636 3.407-3.428 4.261-5.281 4.245-5.586 5.316-13.649-.798-20.251-69.211-74.752-133.544-153.91-204.517-227.056zm-10.727 420.274c-14.83-13.086-30.039-25.689-45.562-37.942 42.155-47.078 85.617-97.578 130.822-141.879 2.355-2.306 3.656-4.834 4.25-7.373 3.783-5.576 4.672-13.345-.782-19.88-41.015-49.129-87.973-97.629-129.219-146.558 12.448-12.002 25.293-23.577 38.364-34.903 63.518 66.445 122.146 137.313 184.153 205.15-66.513 55.125-121.359 122.17-182.026 183.385z'/%3E%3C/svg%3E");}
.pages ol li a.pagination-prev:hover .svg-big-left{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 462.8 462.8'%3E%3Cpath d='M85.2 231.7c-6.1 6.6-5 14.7-.8 20.3.9 1.9 2.2 3.6 4.3 5.3 74.2 59.6 133.4 134.6 201.1 201.1 8.5 8.3 19.6 4 24.4-3.8 18.9-17.2 38.5-33.6 58.7-49.2 4.3-3.3 7.3-7.8 7.7-12.8 2.4-5.2 2.2-11.5-2.8-16.9-44.2-48-88.6-100.4-134.6-146.7 40.6-48.4 87-96.3 127.7-144.7 7.7-4.8 11.9-15.8 3.5-24.1-19.4-19.3-39.6-37.9-60.7-55.5-2.6-2.2-5.5-3.3-8.3-3.7-4.9-1.9-10.7-1.3-15.5 3.7-71.1 73.1-135.5 152.3-204.7 227zm33.2 9.9c62-67.8 120.6-138.7 184.2-205.1 13.1 11.3 25.9 22.9 38.4 34.9-41.2 48.9-88.2 97.4-129.2 146.6-5.5 6.5-4.6 14.3-.8 19.9.6 2.5 1.9 5.1 4.3 7.4 45.2 44.3 88.7 94.8 130.8 141.9-15.5 12.3-30.7 24.9-45.6 37.9-60.7-61.4-115.6-128.4-182.1-183.5z'/%3E%3C/svg%3E");}
/* Левая колонка */
.left-col-title{color:#2e0041;font-size:16px;background:#f4d9ff;padding:18px 30px;}
/* Политика конфиденциальности */
#fancybox-pp p{font-size:12px;line-height:16px;}
/* Тескт на главной */
#main{position:relative;}
#main-desc{padding:0 0 0px 0;background:white;margin-bottom:50px;}
/* Колонки сайта */
#main .container{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
/*SVG для элементов*/
.fancybox-close{top:0;right:-35px;background-repeat: no-repeat;background-position: center center;background-size:contain;  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='24' height='24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");}
.ageCheckClose{top:10px;right:10px;background-repeat: no-repeat;background-position: center center;background-size:24px 24px;width:24px;height:24px;position:absolute;cursor:pointer;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' width='24' height='24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");}
.svg-arrowdown{display:inline-block;background-position:center center;background-size:16px 16px;width:16px;height:16px;line-height:16px;vertical-align:top;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23333' d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");}
.svg-arrowup{display:inline-block;background-position:center center;background-size:16px 16px;width:16px;height:16px;line-height:16px;vertical-align:top;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");  }
/* Копирайт */
.copyright{color: #d4cee3;text-align:center;padding:25px 0;font-size:14px;flex: 0 0 auto;}
.copyright-text{width:100%;text-align:center;}
/* svg изображения */
.svg-tg{width:32px;height:32px;background-position:center center;background-repeat:no-repeat;background-size:32px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='497.505' height='497.505'%3E%3Cpath d='M51.656 328.534c5.725-.33 11.445-.731 17.163-1.158.208.011.381.071.6.066 94.392-3.626 188.71-9.669 283.206-9.826 5.824-.01 7.962-5.713 6.424-9.917 2.021-12.929 3.052-25.893 3.301-38.974 42.446-8.089 84.96-15.803 127.63-22.63 7.932.586 10.893-11.867 2.432-13.99-40.44-10.143-81.344-18.557-120.657-32.674-2.041-2.222-5.291-3.413-8.734-1.75-10.247 4.956-20.632 9.544-31.062 13.969.7-5.943 1.325-11.893 2.117-17.826 1.925-4.103-.127-10.42-6.159-10.816-41.487-2.729-82.04-12.083-123.172-17.613-.337-.046-.655-.03-.982-.036-1.805-.978-4.045-.972-6.312.754C132.337 215.856 69.934 269.106 3.27 316.803a7.648 7.648 0 00-1.627 1.609 5.37 5.37 0 00-1.424 3.286c-.005.03-.005.061-.01.091-.01.173-.031.346-.025.519-.031.482.02.965.083 1.442-1.076 4.133 1.107 9.181 6.619 9.049 14.891-.35 29.845-1.996 44.77-4.265zm293.681-25.152c-63.703.31-127.333 3.153-190.955 6.068 30.478-5.779 60.905-11.807 91.335-17.85 34.088-6.769 68.177-13.553 102.296-20.124-.273 10.691-1.081 21.314-2.676 31.906zm-27.725-85.752c-49.322 19.794-100.331 34.729-151.555 49.099 51.681-19.486 103.207-39.339 152.707-64.018-.411 3.722-.817 7.447-1.325 11.159a10.1 10.1 0 00.173 3.76zm-114.328-38.11c33.185 4.57 66.026 11.357 99.262 15.338-78.69 38.136-162.18 64.884-243.09 97.871 48.39-37.15 95.369-76.129 143.828-113.209zm162.493 32.568c.563.409 1.183.779 1.925 1.043 28.329 10.187 57.472 17.399 86.686 24.43-68.791 11.679-137.237 25.298-205.673 38.908-38.473 7.647-76.961 15.238-115.519 22.465-22.188 4.153-44.871 9.135-67.631 13.075-2.044.147-4.085.305-6.134.438 102.632-32.226 208.66-54.035 306.346-100.359z'/%3E%3C/svg%3E");}
.svg-present{width:24px;height:24px;background-position:center center;background-repeat:no-repeat;background-size:24px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='486.506' height='486.506'%3E%3Cpath d='M466.387 211.747c6.256-.894 9.125-5.04 9.399-9.719.132-.884.193-1.815.143-2.818-1.625-33.289-6.871-65.991-14.762-98.355-.046-.167-.117-.297-.163-.457-.67-5.819-4.758-10.92-12.375-10.384-37.825 2.646-79.303 4.971-122.268 7.109 14.641-8.751 27.99-19.786 39.421-34.677 12.192-15.876 31.118-50.262 1.371-60.268-24.532-8.246-55.355 8.737-75.454 21.051-22.16 13.581-41.954 31.651-55.944 53.489-13.149-19.421-31.115-34.858-53.75-44.199-23.379-9.646-53.22-14.314-76.484-1.81-22.323 12.002-16.603 36.805-2.496 52.562 8.008 8.947 18.707 16.572 29.81 22.468-38.775 1.668-76.21 3.329-110.596 5.075-6.167.312-10.047 4.067-11.664 8.623-1.716 2.037-2.78 4.768-2.636 8.277 1.27 30.336 2.58 60.667 3.9 90.998.312 7.109 5.205 11.174 10.664 12.241 1.731 1.102 3.786 1.871 6.236 2.059 4.42.338 8.965.6 13.472.884C57.91 313.458 79.91 391.943 82.038 473.501c.167 6.357 4.024 10.293 8.727 11.821 1.589.741 3.44 1.173 5.573 1.179 123.268.299 242.405-13.848 363.55-31.661a12.624 12.624 0 004.434-1.523c7.236 1.071 14.96-3.001 14.208-12.31-5.586-69.232-17.671-158.433-28.071-227.046 5.371-.734 10.692-1.465 15.928-2.214zM352.071 26.434a22.604 22.604 0 015.134.094c-.762 9.433-12.796 21.46-18.153 27.776-21.937 25.854-55.132 35.759-86.833 45.354 18.047-35.472 61.118-69.533 99.852-73.224zM116.263 57.3c-.833-2.346.104-3.499 4.486-5.245 36.67-14.587 78.305 13.746 97.72 45.539-29.18-5.896-57.957-4.243-84.043-21.693-6.532-4.362-15.408-10.811-18.163-18.601zM37.361 207.575a48465.569 48465.569 0 01-3.06-71.369c60.413-3.032 131.251-5.845 202.063-8.932 2.681 1.846 6.183 2.575 10.321 1.27 2.141-.67 4.264-1.343 6.391-2.008 65.105-2.887 129.488-6.025 185.021-9.829 5.372 23.582 9.308 47.284 11.131 71.389-122.541 17.171-288.175 28.008-411.867 19.479zm209.172 25.652c23.128-1.265 46.213-2.887 69.027-4.753.482.69 1.011 1.368 1.676 2.023 14.097 13.911 29.143 26.723 44.691 38.905h-19.896c-3.021 0-5.479.863-7.408 2.244-3.926.979-7.43 3.702-9.029 8.597-3.306 10.096-6.042 20.307-8.322 30.636-27.183-18.25-51.104-40.188-71.717-65.826.371-2.43.767-4.854 1.115-7.292.225-1.612.125-3.11-.137-4.534zm-25.489 1.244c-4.273 29.152-10.544 57.798-18.324 86.143-7.546-9.852-15.173-19.646-23.092-29.203-4.702-5.678-10.862-5.281-15.401-1.98-9.1 3.768-18.268 7.327-27.528 10.623 5.017-20.855 8.023-42.051 8.803-63.571 24.804-.19 50.115-.9 75.542-2.012zm230.47 195.522c-114.687 17.001-227.531 28.614-344.008 30.341-3.869-76.362-23.424-150.318-38.547-225.043 16.453.665 33.327 1.066 50.549 1.19-1.031 26.319-5.735 51.831-13.472 77.119-4.654 8.795 2.209 22.638 14.563 19.037 15.61-4.555 30.841-10.15 45.895-16.265 9.963 12.324 19.609 24.897 29.123 37.587.328.442.708.833 1.066 1.239 5.128 8.084 20.307 9.014 23.993-3.047 7.472-24.471 13.898-49.129 19-74.098 22.566 24.913 48.642 46.144 77.597 63.668 1.97 1.188 3.895 1.752 5.743 1.889 6.602 2.56 14.527.544 15.955-8.358 2.163-13.522 5.266-26.776 9.171-39.856h51.089c9.75 0 13.787-8.78 12.203-16.144-.381-3.479-2.082-6.881-5.643-9.384-19.539-13.771-38.287-28.427-55.954-44.427a2646.71 2646.71 0 0075.002-8.173c9.618 63.889 20.83 148.356 26.675 212.725z'/%3E%3C/svg%3E");}
.svg-fire{width:24px;height:24px;background-position:center center;background-repeat:no-repeat;background-size:24px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='489.246' height='489.245'%3E%3Cpath d='M427.197 175.171c-24.369.442-47.378 5.487-68.177 15.765 12.618-44.96-.03-90.561-36.933-125.7-.934-1.247-2.006-2.184-3.174-2.844-10.892-7.83-25.628 7.447-15.32 17.258 7.109 14.096 16.062 47.984-4.067 56.33-9.358 3.885-19.667-12.989-23.333-18.911-17.209-27.789-19.312-65.19-4.479-94.206.254-.188.487-.401.741-.587 11.253-8.155 1.828-26.354-9.399-21.449-3.347.165-6.622 1.788-8.851 5.52-.27.46-.487.958-.757 1.422-51.014 41.271-71.666 106.488-46.974 169.328.535 1.355 1.269 2.47 2.092 3.458 4.639 11.913 10.367 33.809-5.164 39.402-25.385 9.138-34.533-29.98-42.343-45.658-15.143-30.385-47.205-50.168-77.602-62.731-11.934-4.936-17.997 11.035-10.758 19.192 17.735 52.39-4.073 96.608-16.359 147.226-8.721 35.927-7.51 74.078 6.165 108.558 24.991 63.018 88.778 96.131 153.434 101.864 68.896 6.108 160.162-20.957 191.884-87.483 30.393-63.744 6.449-139.726 27.904-206.382 5.495-6.68 2.677-19.575-8.53-19.372zM175.25 309.417c7.561 5.637 13.431 12.563 17.405 20.389l.193.726c4.103 11.812 13.967 25.608 28.267 25.608 2.13 0 4.319-.319 6.5-.935 5.782-1.64 10.187-5.306 12.738-10.612 4.441-9.242 2.407-21.114-.686-28.468a8.578 8.578 0 00-.998-1.757c-5.632-15.152-5.348-31.077.597-45.031 1.269 15.909 8.028 30.244 18.717 38.918 8.435 6.829 19.322 6.474 26.64-.976a27.372 27.372 0 004.971-6.921c2.596 12.187.021 25.024-7.611 37.557-.178.294-.31.568-.462.914-1.63 2.392-1.818 5.353-.482 8.008 2.498 4.966 9.48 6.565 13.614 2.631 8.332-7.947 18.483-13.056 30.213-15.209-2.944 13.568-3.229 27.441-3.503 40.898-.295 14.197-.589 28.883-4.073 42.868-7.724 31.047-45.631 44.95-79.765 44.95-2.476 0-4.893-.076-7.249-.219-33.581-2.066-60.86-23.638-67.882-53.679-4.489-19.2 1.48-38.41 7.259-56.985 5.13-16.533 6.923-29.985 5.597-42.675zm218.026 63.404c-9.395 37.739-38.791 62.154-74.077 76.423 4.103-4.555 7.621-9.612 10.308-15.249 8.622-18.088 8.846-38.141 9.064-57.533.178-15.681.355-31.89 5.042-46.743 1.854-2.574 2.184-6.169.798-9.104-1.331-2.833-4.067-4.515-7.48-4.515h-.005c-11.055.203-21.353 2.229-30.681 6.033 4.367-22.171-2.976-44.092-20.358-60.601-.67-.894-1.478-1.62-2.168-1.991-4.407-3.153-11.075-.863-13.061 4.104-1.163 2.895-.543 5.951 1.646 8.271 2.534 5.221 5.037 14.752 2.925 20.435-.752 2.016-2.001 3.366-4.291 4.22-1.279 0-3.712-1.478-8.145-8.628-8.155-13.167-9.105-31.001-2.418-44.582 3.032-2.298 4.221-6.139 3.017-9.841-1.462-4.515-5.981-7.074-10.054-5.561-2.564.271-4.718 1.686-6.104 4.02l-.198.36c-27.05 22.155-36.528 56.751-24.133 88.296a8.757 8.757 0 001.191 2.087c2.252 5.931 2.818 10.918 1.539 13.721-.546 1.198-1.419 1.985-2.75 2.463-.988.355-1.94.538-2.818.538-6.251 0-10.151-9.684-13-16.763-.854-2.122-1.638-4.062-2.397-5.58-6.751-13.538-20.406-24.628-40.585-32.972-4.009-1.65-8.049-.005-9.78 3.839-1.419 3.153-.993 6.917 1.033 9.552 6.568 19.886 1.404 37.638-4.06 56.427-1.519 5.226-3.09 10.618-4.431 16.143-4.763 19.611-3.646 39.146 3.229 56.482 4.535 11.426 11.71 21.373 20.949 29.514-45.697-15.955-82.434-51.562-94.003-101.047-9.13-39.055 2.917-78.287 14.447-115.369 9.953-32.02 15.043-62.122 9.254-93.648 19.5 12.106 35.396 28.392 46.093 49.658.099.406.145.792.289 1.208 9.044 26.03 31.377 54.337 62.472 45.519 30.747-8.721 30.549-46.425 20.498-70.33-.478-1.133-1.102-2.085-1.788-2.953-14.79-39.154-10.316-79.422 10.788-111.911-2.506 34.911 8.701 71.846 35.195 93.328 14.462 11.725 32.489 11.974 45.763-1.528 7.638-7.774 11.888-17.062 13.711-26.906 11.796 29.462 8.419 62.055-10.882 93.742-.346.563-.564 1.115-.803 1.666-7.663 10.347 7.627 24.57 17.92 14.767 19.946-19.009 43.752-29.239 70.036-32.593-14.574 56.816-2.58 116.207-16.737 173.132z'/%3E%3C/svg%3E");}
.svg-smile{width:24px;height:24px;background-position:center center;background-repeat:no-repeat;background-size:24px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='467.276' height='467.276'%3E%3Cpath d='M379.281 51.144C348.254 24.297 309.565 13.46 269.577 8.672 163.068-25.3 68.062 44.959 26.578 142.38c-44.714 105.002-23.44 222.217 73.516 287.698 98.985 66.846 235.019 39.369 310.95-48.627 82.979-96.177 62.495-248.732-31.763-330.307zM196.847 432.703C140.695 424.71 86.21 390.16 57.756 340.898c-25.438-44.047-25.225-99.203-13.822-147.312 17.529-73.96 70.568-140.71 139.888-156.686.104.005.19.035.295.035 24.95.739 51.292.782 77.046 3.567 2.438.764 4.88 1.523 7.332 2.42 4.062 1.48 7.612 1.29 10.588.071 27.781 4.677 54.313 13.579 76.951 31.392 50.079 39.405 76.479 110.461 75.032 172.696-2.712 117.308-123.101 201.435-234.219 185.622z'/%3E%3Cpath d='M169.276 211.913c23.28 0 23.28-36.104 0-36.104-23.277-.001-23.277 36.104 0 36.104zM293.833 213.715c23.277 0 23.277-36.102 0-36.102-23.282 0-23.282 36.102 0 36.102zM302.731 274.966c-43.25 42.975-99.046 38.689-142.352-1.808-16.98-15.879-42.566 9.598-25.529 25.532 57.625 53.893 136.062 58.787 193.407 1.802 16.535-16.427-9.003-41.948-25.526-25.526z'/%3E%3C/svg%3E");}
/* Хлебные крошки */
#breadcrumbs {display:block;position: relative;margin: 30px 0 20px 0;padding-bottom:10px;overflow-x:auto;width:100%;}
#breadcrumbs ul {margin: 0;padding: 0;list-style: none;list-style-position: inside;display: -webkit-box;display: -ms-flexbox;display: flex;flex-wrap: nowrap;align-items: center;justify-content: flex-start;}
#breadcrumbs ul li {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;font-size: 14px;margin-left:-35px;}
#breadcrumbs ul li:first-of-type {margin-left:0;}
#breadcrumbs ul li a, #breadcrumbs ul li strong{background:#fff;max-width:245px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:40px;padding:0 45px 0 30px;border:1px solid #d4cee3;border-radius:20px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: flex-start;align-items: center;}
#breadcrumbs ul li:not(:last-of-type) a:hover{background-color: rgb( 159, 23, 166 );border-color:rgb( 159, 23, 166 );color:#fff;}
#breadcrumbs ul li:last-of-type a, #breadcrumbs ul li:last-of-type strong{color: #fff;padding:0 30px;border-color:rgb(241,194,46); background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);}
#breadcrumbs ul li:last-of-type a span, #breadcrumbs ul li:last-of-type strong span{display:block;max-width:100%;overflow:hidden;text-overflow: ellipsis;}
#breadcrumbs ul li a span{max-width:100%;display:block;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;}
#breadcrumbs ul li strong {font-weight:normal;max-width:240px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
/* Если товара нет в наличии */
.products-grid .item.empty .product-image a.product-img img {opacity: 0.6;}
.products-grid .item.empty .product-shop .actions .addtocart .button {background-color: #c1c1c1;border: 1px solid #c1c1c1;cursor: default;}
.products-grid .item.empty .product-shop .actions .add-to-links .quickview {display: none;}
/* Категории */
.catalog-title-wrapper{width: 100%;border-radius: 20px;margin-bottom:30px;background-image: -moz-linear-gradient( 90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -ms-linear-gradient( 90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);}
.catalog-title-pattern{width: 100%;padding: 40px;}
.catalog-title{font-family:'Neucha', cursive;color:#fff;font-size:30px;}
.catalog-title-wrapper .DescriptionBlock{margin-top:25px;color:#fff;}
.catalog-title-wrapper .DescriptionBlock a{color:#fff;}
.categories {display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: flex-start;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom:40px;}
.categories .item {width:calc(262px + 30px);padding:0 15px 30px;position:relative;}
.categories .item .item-inner{border:1px solid #f2f2ff;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;overflow:hidden;}
.categories .item .item-inner:hover{border-color: #d3d3d3;box-shadow: 0px 2px 10px 5px rgba( 78, 13, 81 , 0.08 );}
.categories .item .item-inner:hover .cat-name{background:#fff;color:#9f17a6;}
.categories .item .cat-image {width:260px;height:260px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;overflow:hidden;border-top-left-radius:20px;border-top-right-radius:20px;}
.categories .item .cat-image img{max-width:260px;max-height:260px;}
.categories .item .cat-name{min-height:120px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;word-break:break-word;overflow:hidden;background:#f2f2ff;font-family:'Neucha', cursive;font-size: 24px;line-height:24px;text-align: center;padding: 20px;}
/* Категории с подкатегориями */
.categories.list ul {margin: 0;padding: 0;list-style: none;}
.categories.list ul li.level-0 {display: inline-block;overflow: hidden;margin: 0 15px 30px 0;border: 1px solid #fafafa;text-align: left;}
.categories.list.index ul li.level-0 {width: 548.86px;}
.categories.list ul li.level-0:nth-child(2n) {margin: 0 0 30px 15px;}
.categories.list ul li.level-0:not(.parent) {text-align: center;}
.categories.list ul li.level-0 > a span {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 18px;text-transform: uppercase;padding: 10px;text-align: center;}
.categories.list ul li.level-0 > a.active span {color: #fa0d29;}
.categories.list ul li.level-0 > .image {display: inline-block;vertical-align: top;margin: 10px;min-width: 43%;text-align: center;}
.categories.list ul li.parent ul.sub {display: inline-block;width: 46%;padding-left: 10px;padding-bottom: 30px;}
.categories.list ul li ul.sub li:nth-child(-n+5) {display: block;}
.categories.list ul li ul.sub li {display: none;}
.categories.list ul li ul.sub li a span {display: block;width: 100%;line-height: 20px;padding: 15px 0 3px;border-bottom: 1px solid #fafafa;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.categories.list ul li ul.sub li:first-child a span {padding-top: 7px;}
.categories.list ul ul.sub ul.sub, .categories.list ul.sub img {display: none;}
/* Сортировки */
.OrderFilterForm{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom:30px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.toolbar-content{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-left:auto;}
.sort-by, .show-by{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;position:relative;}
.sort-by{margin-left:15px;}
.sort-select{font-size:14px;height:40px;border:0;background:#f3f3f3;width:120px;}
.toolbar-content select.selectBox{-webkit-appearance: none;min-width:130px;position:relative;height:50px;border:0;padding:0 20px;border-radius:30px;color:#fff;background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);}
.toolbar-content select.selectBox option{color:#350c0c;}
.sort-by:after, .show-by:after{content:' ';pointer-events: none;display:block;width:12px;height:12px;background-repeat:no-repeat;background-size:12px;position:absolute;right:15px;top:20px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='415.153' height='415.153'%3E%3Cpath d='M412.738 45.531c-1.595-8.579-10.786-13.789-19.058-13.249-.376-.02-.706-.109-1.092-.109-109.187 0-218.3-5.81-327.456-.625-7.32.348-20.243-1.493-32.659-1.444C15.775 30.16 0 33.623 0 50.373c0 .482.109.942.145 1.409-.119 1.896-.045 3.88.505 6.027 30.336 118.437 94.689 225.957 169.775 321.322 4.222 5.356 9.371 6.886 14.21 6.022 2.575.37 5.149.599 7.759.604 5.86.006 11.101-2.925 14.444-7.343.784-.573 1.571-1.143 2.323-1.884 86.295-85.563 163.389-185.216 204.876-300.522 1.346-3.745 1.381-7.083.6-10.016-.107-6.867-.629-13.655-1.899-20.461zM189.447 344.712C125.7 262.241 71.122 169.642 41.579 69.291c112.081-7.348 224.33-1.478 336.533-.792-38.517 105.604-109.954 197.16-188.665 276.213z'/%3E%3C/svg%3E");}
 
/* Кнопки отображения товаров */
.view-mode{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.view-mode a{width:50px;height:50px;border-radius:100%;position:relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);}
.view-mode a:first-of-type{margin-right:20px;}
.view-mode a.act, .view-mode a:hover{background-image: -moz-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -ms-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);}
.table-ico:after{content:' ';display:block;width:35px;height:35px;background-repeat:no-repeat;background-position:center center;background-size:20px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='449.604' height='449.604'%3E%3Cpath d='M127.361 33.2c.203-3.969-.754-7.622-2.77-10.603-3.006-5.682-8.478-9.14-15.064-9.499-29.193-1.587-58.359-1.722-88.154-1.727-4.966 0-9.272 1.722-12.497 4.987C2.138 20.537-1.122 27.844.355 35.621c4.174 22 6.192 45.245 6.337 73.158.005 1.485.198 2.928.594 4.492.853 9.516 7.866 16.483 17.222 17.037 30.714 1.812 58.379 3.575 85.838 6.868.785.094 1.539.134 2.262.134 2.417 0 4.7-.487 6.797-1.45 7.876-2.217 12.325-8.97 11.373-17.359-3.587-31.64-4.706-59.535-3.417-85.301zM92.633 99.003c-17.727-1.719-34.909-2.91-50.028-3.852-.5-16.557-1.752-32.187-3.811-47.492 14.965.059 33.2.247 51.935.917-.203 16.125.421 32.723 1.904 50.427zM127.361 186.768c.203-3.968-.754-7.625-2.77-10.603-3.006-5.685-8.473-9.143-15.064-9.501-29.282-1.592-58.407-1.727-88.159-1.731-4.966 0-9.268 1.722-12.497 4.987-6.738 4.182-9.999 11.486-8.521 19.266 4.174 22 6.193 45.248 6.337 73.161.005 1.468.203 2.94.594 4.489.853 9.517 7.866 16.488 17.222 17.037 25.032 1.473 56.183 3.311 85.833 6.86.79.096 1.543.137 2.277.137 2.412 0 4.694-.487 6.792-1.447 7.871-2.224 12.325-8.983 11.373-17.366-3.587-31.632-4.706-59.536-3.417-85.289zm-34.728 65.797c-17.664-1.716-34.871-2.909-50.028-3.854-.5-16.555-1.752-32.187-3.811-47.489 20.299.084 36.722.371 51.935.914-.203 16.126.421 32.733 1.904 50.429zM127.361 334.134c.203-3.972-.754-7.627-2.77-10.604-3.006-5.688-8.473-9.14-15.064-9.495-29.244-1.595-58.389-1.727-88.159-1.731-4.966 0-9.268 1.721-12.497 4.986-6.744 4.184-9.999 11.491-8.521 19.261 4.174 21.997 6.193 45.244 6.337 73.163.005 1.482.198 2.925.594 4.489.853 9.506 7.861 16.483 17.222 17.031 25.032 1.483 56.183 3.316 85.843 6.865.78.097 1.528.138 2.252.138 2.417 0 4.7-.488 6.802-1.447 7.876-2.219 12.33-8.973 11.377-17.367-3.586-31.631-4.705-59.534-3.416-85.289zm-34.728 65.8c-17.915-1.736-35.569-2.955-50.028-3.849-.5-16.56-1.752-32.194-3.811-47.5 14.975.062 33.215.254 51.935.914-.203 16.128.421 32.733 1.904 50.435zM283.809 33.2c.203-3.974-.751-7.627-2.768-10.608-3.006-5.682-8.47-9.135-15.061-9.493-29.198-1.592-58.359-1.727-88.159-1.731-4.966 0-9.267 1.719-12.494 4.986-6.746 4.18-10.001 11.486-8.523 19.264 4.182 22.018 6.192 45.26 6.34 73.158.005 1.48.195 2.922.592 4.491.853 9.517 7.863 16.483 17.222 17.034 30.722 1.815 58.384 3.578 85.841 6.871.782.094 1.533.134 2.26.134 2.422 0 4.702-.487 6.799-1.449 7.876-2.217 12.324-8.971 11.37-17.359-3.586-31.637-4.708-59.538-3.419-85.298zm-34.728 65.803c-17.723-1.719-34.906-2.91-50.028-3.852-.5-16.557-1.752-32.187-3.812-47.492 14.965.059 33.195.247 51.94.917-.207 16.12.417 32.717 1.9 50.427zM283.809 186.768c.203-3.974-.751-7.629-2.768-10.603-3.001-5.685-8.465-9.143-15.061-9.501-29.28-1.592-58.41-1.727-88.159-1.731-4.966 0-9.267 1.722-12.494 4.987-6.746 4.182-10.001 11.486-8.523 19.266 4.182 22.016 6.192 45.268 6.34 73.161.005 1.483.195 2.92.592 4.494.853 9.512 7.863 16.483 17.222 17.032 25.032 1.473 56.19 3.315 85.836 6.86a18.72 18.72 0 002.274.137c2.417 0 4.697-.487 6.795-1.447 7.87-2.219 12.324-8.983 11.369-17.361-3.59-31.637-4.712-59.541-3.423-85.294zm-34.728 65.797c-17.659-1.716-34.871-2.909-50.028-3.854-.5-16.555-1.752-32.187-3.812-47.489 20.299.084 36.722.371 51.94.914-.207 16.121.417 32.723 1.9 50.429zM283.809 334.134c.203-3.977-.751-7.633-2.768-10.604-3.006-5.688-8.47-9.14-15.061-9.495-29.249-1.595-58.39-1.727-88.159-1.731-4.966 0-9.267 1.721-12.494 4.986-6.746 4.179-10.001 11.486-8.523 19.261 4.182 22.013 6.192 45.265 6.34 73.163.005 1.478.195 2.92.592 4.489.853 9.506 7.863 16.483 17.222 17.031 25.032 1.483 56.19 3.321 85.846 6.865.782.097 1.528.138 2.25.138 2.417 0 4.702-.488 6.804-1.447 7.876-2.219 12.33-8.973 11.375-17.361-3.591-31.637-4.713-59.54-3.424-85.295zm-34.728 65.8c-17.91-1.736-35.562-2.955-50.028-3.849-.5-16.56-1.752-32.194-3.812-47.5 14.975.062 33.215.254 51.94.914-.207 16.123.417 32.733 1.9 50.435zM446.05 33.2c.203-3.974-.751-7.627-2.772-10.608-3.006-5.682-8.475-9.135-15.061-9.493-29.193-1.592-58.356-1.727-88.154-1.731-4.971 0-9.272 1.719-12.497 4.986-6.738 4.18-9.998 11.486-8.521 19.264 4.174 22 6.195 45.245 6.337 73.158.006 1.49.198 2.933.6 4.497.854 9.511 7.861 16.478 17.225 17.029 30.717 1.815 58.382 3.578 85.838 6.871.782.094 1.539.134 2.26.134 2.417 0 4.702-.487 6.805-1.449 7.871-2.217 12.319-8.971 11.369-17.359-3.601-31.653-4.718-59.554-3.429-85.299zm-34.728 65.803c-17.728-1.719-34.906-2.91-50.028-3.852-.498-16.557-1.752-32.187-3.813-47.492 14.97.059 33.199.247 51.942.917-.203 16.14.422 32.737 1.899 50.427zM446.05 186.768c.203-3.974-.751-7.629-2.772-10.608-3.001-5.685-8.47-9.138-15.061-9.501-29.28-1.592-58.407-1.727-88.154-1.731-4.971 0-9.272 1.722-12.497 4.986-6.738 4.182-9.998 11.486-8.521 19.266 4.174 22 6.195 45.252 6.337 73.161.006 1.468.203 2.945.6 4.494.854 9.511 7.861 16.483 17.225 17.026 25.029 1.483 56.188 3.321 85.833 6.865.787.092 1.544.138 2.274.138 2.412 0 4.697-.493 6.795-1.447 7.871-2.225 12.319-8.979 11.369-17.361-3.59-31.647-4.717-59.55-3.428-85.288zm-34.728 65.797c-17.667-1.716-34.871-2.909-50.028-3.854-.498-16.555-1.752-32.187-3.813-47.489 20.302.084 36.724.371 51.942.914-.208 16.143.422 32.744 1.899 50.429zM446.05 334.134c.203-3.977-.751-7.633-2.772-10.613-3.001-5.678-8.47-9.13-15.061-9.485-29.244-1.595-58.392-1.727-88.154-1.731-4.971 0-9.272 1.721-12.497 4.986-6.743 4.184-9.998 11.491-8.521 19.261 4.174 21.997 6.195 45.244 6.337 73.163.006 1.488.198 2.93.6 4.494.854 9.506 7.861 16.479 17.225 17.026 25.029 1.483 56.188 3.321 85.843 6.865.777.097 1.528.138 2.25.138 2.417 0 4.707-.488 6.805-1.447 7.876-2.219 12.324-8.973 11.374-17.361-3.601-31.653-4.718-59.551-3.429-85.296zm-34.728 65.8c-17.915-1.736-35.566-2.955-50.028-3.849-.498-16.56-1.752-32.194-3.813-47.5 14.979.062 33.225.254 51.942.914-.208 16.144.422 32.743 1.899 50.435z'/%3E%3C/svg%3E");}
.list-ico:after{content:' ';display:block;width:35px;height:35px;background-repeat:no-repeat;background-position:center center;background-size:22px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='490.688' height='490.688'%3E%3Cpath d='M115.355 70.646c.188-3.671-.696-7.051-2.562-9.818-2.788-5.256-7.853-8.45-13.946-8.774-26.243-1.433-52.415-1.552-79.148-1.557-4.575 0-8.541 1.582-11.537 4.588C1.954 58.962-1.042 65.713.327 72.894c3.743 19.723 5.548 40.547 5.677 65.559.005 1.348.188 2.699.541 4.113.8 8.783 7.29 15.227 15.953 15.729 27.561 1.622 52.375 3.209 77 6.162.724.089 1.419.124 2.089.124 2.232 0 4.342-.446 6.282-1.33 7.312-2.074 11.441-8.351 10.557-16.141-3.226-28.365-4.224-53.377-3.071-76.464zm-32.286 58.435c-15.478-1.49-30.506-2.536-43.787-3.369-.447-14.479-1.544-28.178-3.329-41.581 17.717.076 32.131.328 45.463.8-.165 14.144.381 28.688 1.653 44.15zM133.494 138.447c.005 1.364.175 2.689.541 4.124.805 8.783 7.29 15.221 15.948 15.729 10.374.614 59.387 1.229 116.141 1.945 84.787 1.066 190.312 2.392 205.516 4.217.727.089 1.422.125 2.092.125 2.229 0 4.342-.447 6.281-1.331 7.312-2.074 11.441-8.351 10.553-16.14-3.22-28.371-4.225-53.382-3.062-76.464.184-3.671-.7-7.051-2.564-9.818-2.787-5.256-7.851-8.45-13.949-8.774-27.659-1.508-320.849-1.557-323.81-1.557-4.575 0-8.549 1.582-11.537 4.588-6.21 3.877-9.204 10.628-7.838 17.809 3.753 19.701 5.553 40.526 5.688 65.547zm321.753-9.094c-24.136-.947-103.931-1.716-175.257-2.401-49.842-.48-97.261-.942-113.223-1.358-.452-14.439-1.549-28.099-3.329-41.467l11.575.015c161.149.198 254.666.488 278.553.869-.163 14.184.391 28.791 1.681 44.342zM487.513 208.452c.188-3.671-.701-7.051-2.564-9.815-2.788-5.258-7.846-8.45-13.949-8.782-27.188-1.483-311.699-1.552-323.8-1.557-4.581 0-8.559 1.587-11.547 4.588-6.21 3.877-9.204 10.628-7.838 17.809 3.745 19.708 5.545 40.535 5.68 65.544a16.55 16.55 0 00.541 4.129c.805 8.784 7.29 15.224 15.948 15.731 10.384.609 59.445 1.229 116.252 1.939 84.741 1.066 190.206 2.396 205.409 4.22.727.086 1.422.127 2.093.127 2.229 0 4.341-.447 6.281-1.33 7.312-2.077 11.44-8.354 10.552-16.143-3.216-28.366-4.221-53.378-3.058-76.46zm-32.266 58.707c-24.146-.95-104.007-1.717-175.394-2.407-49.774-.482-97.129-.939-113.086-1.355-.452-14.447-1.549-28.107-3.329-41.475l11.639.015c161.111.198 254.607.488 278.489.869-.163 14.195.391 28.799 1.681 44.353zM487.513 346.259c.188-3.672-.701-7.049-2.564-9.815-2.788-5.256-7.846-8.45-13.949-8.78-27.681-1.514-320.845-1.554-323.82-1.554-4.57 0-8.543 1.584-11.527 4.59-6.21 3.87-9.204 10.623-7.838 17.804 3.745 19.702 5.545 40.532 5.68 65.547.005 1.351.183 2.701.541 4.128.805 8.78 7.29 15.229 15.948 15.727 10.369.609 59.336 1.229 116.029 1.939 84.838 1.066 190.414 2.397 205.628 4.226.727.091 1.422.122 2.092.122 2.229 0 4.342-.447 6.281-1.331 7.312-2.071 11.441-8.348 10.553-16.138-3.212-28.377-4.217-53.391-3.054-76.465zm-32.266 58.706c-24.146-.949-104.007-1.716-175.394-2.406-49.774-.482-97.129-.939-113.086-1.356-.452-14.441-1.549-28.106-3.329-41.477l13.271.021c61.624.07 241.336.294 276.856.863-.162 14.197.392 28.801 1.682 44.355zM115.355 208.452c.188-3.671-.696-7.051-2.562-9.815-2.788-5.253-7.848-8.45-13.946-8.782-26.208-1.427-52.39-1.552-79.135-1.557-4.583 0-8.554 1.587-11.55 4.588-6.203 3.877-9.204 10.628-7.835 17.809 3.743 19.728 5.548 40.556 5.677 65.564.005 1.346.188 2.696.541 4.113.805 8.779 7.295 15.229 15.948 15.727 28.589 1.686 52.41 3.219 77 6.164a16.47 16.47 0 002.09.122c2.232 0 4.342-.447 6.281-1.33 7.312-2.072 11.441-8.349 10.558-16.138-3.222-28.366-4.22-53.377-3.067-76.465zM83.069 266.89c-15.65-1.503-31.062-2.574-43.787-3.361-.447-14.493-1.544-28.188-3.329-41.586 13.178.051 29.1.223 45.463.8-.165 14.139.381 28.679 1.653 44.147zM115.355 340.703c.188-3.676-.696-7.053-2.562-9.82-2.788-5.256-7.848-8.45-13.946-8.775-26.202-1.432-52.385-1.554-79.135-1.563-4.583 0-8.554 1.589-11.55 4.591-6.208 3.879-9.204 10.623-7.835 17.812 3.743 19.719 5.548 40.548 5.677 65.557.005 1.352.188 2.702.541 4.113.805 8.785 7.295 15.225 15.953 15.732 27.518 1.625 52.301 3.199 77 6.164.724.086 1.419.122 2.089.122 2.232 0 4.342-.447 6.282-1.33 7.312-2.072 11.441-8.349 10.557-16.138-3.226-28.376-4.224-53.385-3.071-76.465zm-32.286 58.428c-15.65-1.504-31.062-2.57-43.787-3.362-.447-14.492-1.544-28.183-3.329-41.588 13.188.061 29.12.223 45.463.802-.165 14.147.381 28.685 1.653 44.148z'/%3E%3C/svg%3E");}
 
/* Фильтры */
.filter-title{font-size:20px;line-height:36px;font-family:'Neucha', cursive;margin-bottom:20px;border-bottom:1px solid #d4cee3;}
.filters-price{margin-bottom:30px;}
.filters-goods .filter{margin-bottom:30px;}
.filter .filter-inner{margin:0;padding:0;list-style:none;max-height:350px;overflow-y:auto;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:flex-start;}
.filter .filter-item{margin-bottom:15px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;}
.filter .filter-item input[type="checkbox"]{margin-right:10px;width:18px;height:18px;display:none;} 
.filter .checkbox-immitate{cursor: pointer;position:relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;width: auto;height: 30px;padding: 0 15px;border: 1px solid #d4cee3;background: #fff;margin-right: 10px;border-radius: 20px;}
.filter .checkbox-immitate:hover{color:#fff;background:#9f17a6;border-color:#9f17a6;}
.filter .checkbox-immitate:hover .filter_nb{color:#fff;font-weight:bold;}
.filter .filter-item input[type="checkbox"]:checked + .checkbox-immitate{color:#fff;background:#9f17a6;border-color:#9f17a6;}
.filter .filter-item input[type="checkbox"]:checked + .checkbox-immitate:after{content:' ';display:block;position:absolute;width:16px;height:16px;right:15px;top:calc(50% - 8px);background-size:16px;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='465.519' height='465.519'%3E%3Cpath d='M455.175 69.675c-23.979-19.573-46.104-40.883-68.771-61.703-6.159-5.657-13.67-5.527-19.474-2.432-5.062 2.702-10.496 10.59-14.335 14.866-33.85 37.62-68.659 74.362-107.531 107.6-4.362 3.732-11.058 3.225-14.815-1.117C197.402 88.947 168.62 48.346 140.656 7.24 136.88 1.692 131.2-.331 125.686.044c-5.735.388-11.56 3.633-13.604 4.565a18 18 0 00-3.488 2.08C84.231 25.146 58.861 42.376 33.418 59.55c-.381.254-.729.53-1.056.808-.562.477-5.553 2.968-8.501 7.896-3.194 5.337-3.48 12.22 1.933 18.093 41.588 45.092 80.755 92 122.176 137.217 3.88 4.232 3.438 10.593-.924 14.325-47.642 40.775-86.709 89.402-137.9 126.832-3.006 2.199-4.738 4.697-5.461 7.257-1.386 4.921 1.265 11.542 2.773 14.213.82 1.458 1.995 2.874 3.582 4.215 23.583 19.972 45.286 41.645 67.524 62.83 6.053 5.769 13.574 5.758 19.438 2.752 5.106-2.62 10.679-10.404 14.602-14.599 34.599-37.064 70.134-73.23 109.674-105.83 4.43-3.656 11.1-3.032 14.782 1.386 32.093 38.481 60.057 79.552 87.209 121.109 3.666 5.606 9.308 7.724 14.832 7.439 5.738-.294 11.619-3.442 13.69-4.337a18.569 18.569 0 003.524-2.021c24.725-18.058 50.435-34.855 76.215-51.607a14.97 14.97 0 001.077-.792c.563-.468 5.591-2.874 8.638-7.739 3.306-5.281 3.732-12.167-1.574-18.134-41.132-46.27-79.755-94.354-120.76-140.71-3.809-4.302-3.347-10.771.965-14.566 47.438-41.792 85.787-91.612 136.699-130.242 2.966-2.25 4.651-4.778 5.316-7.346 1.29-4.94-1.498-11.514-3.057-14.165-.846-1.439-2.044-2.838-3.659-4.159zm-42.092 19.832c-46.936 40.398-84.594 89.073-133.281 127.988-2.112 1.696-3.55 3.526-4.408 5.413-1.609 3.542-1.812 10.191-.726 14.035.594 2.118 1.747 4.215 3.564 6.221 40.771 44.772 78.633 91.658 118.165 137.339 3.763 4.342 2.925 10.396-1.869 13.543-14.355 9.436-28.619 18.981-42.675 28.782-4.713 3.285-11.075 2.098-14.27-2.676-25.248-37.771-51.709-74.758-81.466-109.705-3.723-4.372-8.557-12.558-13.299-15.797-5.947-4.058-14.485-5.18-21.754.314-46.207 34.906-86.562 75.007-125.52 116.433a10.249 10.249 0 01-14.607.381c-9.478-9.095-19.009-18.144-28.764-26.994-4.248-3.854-4.083-9.821.338-13.487 47.735-39.618 86.348-87.661 135.8-125.767 1.975-1.518 3.369-3.168 4.283-4.88 1.706-3.184 2.163-9.579.982-13.302-.655-2.049-1.831-4.077-3.638-5.994-41.657-44.095-80.438-90.348-120.866-135.369-3.839-4.273-3.115-10.336 1.627-13.576 14.16-9.666 28.224-19.438 42.071-29.467 4.654-3.369 11.04-2.298 14.32 2.417 25.994 37.351 53.189 73.905 83.647 108.359 3.801 4.306 8.788 12.393 13.581 15.554 6.022 3.968 14.594 4.951 21.754-.66 45.503-35.66 85.051-76.424 123.176-118.484a10.26 10.26 0 0114.604-.646c9.658 8.945 19.383 17.837 29.311 26.525 4.333 3.786 4.282 9.75-.08 13.5z'/%3E%3C/svg%3E");}
.filter .filter-item input[type="checkbox"]:checked + .checkbox-immitate .filter_nb{opacity:0;}
.filter .filter-item input[type="checkbox"]:disabled + .checkbox-immitate{border-color:#d4cee3;background-color:#d4cee3;}
.filter .filter-item input[type="checkbox"]:disabled + .checkbox-immitate:hover{color:#350c0c}
.filter .filter-item input[type="checkbox"]:disabled + .checkbox-immitate:hover .filter_nb{color:#83799c;}
.mobile-filter{width: 50px;height: 50px;border-radius: 100%;position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);}
.mobile-filter:hover{background-image: -moz-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -ms-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);}
.svg-filter{margin-right:15px;display:block;margin:0 auto;width:30px;height:30px;background-repeat:no-repeat;background-size:24px;background-position:center center;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='465.88' height='465.88'%3E%3Cpath d='M435.893 43.572c-.736-.739-1.573-1.308-2.447-1.795-.944-1.3-2.29-2.455-4.158-3.333C367.005 9.257 296.813.475 228.641.015 161.985-.432 91.028 8.95 31.217 39.872c-6.962 3.598-6.914 10.821-3.425 15.823.175 2.182.947 4.396 2.542 6.459 42.629 55.114 89.746 107.054 125.5 167.129 17.197 28.886 29.742 59.917 38.141 92.421 10.956 42.417 7.711 85.604 9.08 128.885.071 2.295.736 4.194 1.731 5.778 1.823 7.698 11.928 13.457 19.253 6.14 17.034-17.037 34.122-34.013 52.494-49.633.269-.233.451-.482.695-.721.152-.122.264-.289.411-.427.233-.254.519-.503.722-.767 1.503-1.782 2.478-4.139 2.482-7.135.016-60.55 13.33-114.387 42.544-167.421 33.829-61.451 78.495-116.438 115.255-176.091 2.432-3.951 2.133-7.769.365-10.786a11.312 11.312 0 00-3.114-5.954zm-372.7 6.67c51.821-21.396 109.997-26.952 165.448-27.32 54.786-.363 112.482 5.949 164.547 25.116-107.42 28.338-219.745 22.655-328.581 2.676-.48-.155-.947-.313-1.414-.472zm194.799 348.516c-11.187 9.653-21.947 19.764-32.507 30.087-.391-25.288-.505-50.312-3.125-75.372 13.144-4.048 26.496-7.181 39.974-9.902-2.717 18.072-4.124 36.48-4.342 55.187zm41.598-166.641c-15.422 27.997-26.065 57.14-32.748 87.263-16.082 3.082-32.039 6.475-47.712 11.12-.358-2.041-.665-4.082-1.071-6.129-6.962-34.921-21.302-68.156-38.25-99.284-29.711-54.568-71.175-102.11-110.403-150.39 111.86 19.556 227.133 24.283 337.092-6.475-35.465 54.749-75.394 106.686-106.908 163.895z'/%3E%3C/svg%3E");}
#goods-filter-price-slider.noUi-target {height: 5px;margin: 30px 10px;background: #f3f3f3;box-shadow: none;}
#goods-filter-price-slider.noUi-horizontal .noUi-handle {background: #ffffff;top: -7px;width: 18px;height: 18px;cursor: pointer;outline: 0;border: 3px solid transparent;background:#fac600;box-shadow: none;border-radius: 100%;}
#goods-filter-price-slider .noUi-handle:after, .noUi-handle:before {content: none;}
#goods-filter-price-slider .noUi-connect {background: #fcc602;}
#goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-lower {right: -14px;}
#goods-filter-price-slider.noUi-horizontal .noUi-handle.noUi-handle-upper {right: 0;}
.filters-price .layout-slider {text-align: left;margin: 0 auto 10px auto;width:100%;}
.filters-price .layout-slider .filter-range-col {position:relative;display: inline-block; vertical-align: middle;}
.filters-price .layout-slider .filter-range-label {position: absolute;top: 50%;transform: translateY(-50%);left: 15px;}
.filters-price .layout-slider .input {width: 125px!important;height: 40px;padding:0 0 0 40px;display:inline-block;text-align: center;font-size:16px;text-align:center;border:1px solid #d4cee3}
.filters-price .layout-slider .input:active, .filters-price .layout-slider .input:active, .filters-price .layout-slider .input:hover{border-color:#9f17a6;}
.filters-price .layout-slider #goods-filter-min-price{border-top-left-radius:20px;border-bottom-left-radius:20px;}
.filters-price .layout-slider #goods-filter-max-price{border-top-right-radius:20px;border-bottom-right-radius:20px;}
.filters-price .layout-slider .max-price-input{margin-left:-5px;}
.filters-price .layout-slider .filter-range-label{}
.mobile-filter{-webkit-display: -webkit-box;display: -ms-flexbox;display: flex;cursor:pointer;transition: all 0.3s ease;margin-right: 20px;}
.filters{width: 100%;height:100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;overflow:auto;position: fixed;right: 100%;top: 0;bottom: 0;z-index: 101;background-color: rgba(0,0,0,0.7);overflow-y: auto;margin: 0;padding: 30px;list-style: none;list-style-position: inside;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;-webkit-perspective: 1000;-moz-perspective: 1000;-ms-perspective: 1000;perspective: 1000;-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-transition: transform 0.3s ease;-moz-transition: transform 0.3s ease;transition: transform 0.3s ease;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.filters.active {-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
.filters .block-content{background:#fff;border-radius:20px;overflow:hidden;width:100%;height:100%;max-width:500px;padding:0 0px 20px 0px;}
.filters .block-content .filters-inner{padding:20px 20px 60px 20px;overflow-y:auto;height:100%;position:relative;}
.filters .left-header{background: #a4818f;word-break: break-word;display: -webkit-box;display: -ms-flexbox;display: flex;position: relative;padding:15px;border:0;color:#fff;line-height:24px;}
.filters .left-content{background:#fff;margin:15px;}
.filters-goods .filter{margin-bottom:0px;}
.title.close-title{width:calc(100% + 40px);font-size:20px;padding:0 20px;margin-bottom:0;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:flex-start;align-items:center;height:50px;color:#fff;margin-left:-20px;margin-right:-20px;border-top-left-radius: 20px;border-top-right-radius:20px;cursor:pointer;background-image: -moz-linear-gradient( 90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -ms-linear-gradient( 90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);}
.title.close-title:before{display:none;}
.filter-form-lines{width:calc(100% - 80px);}
.svg-back-arrows{display:block;width:30px;height:30px;background-size:24px;margin-right:10px;background-repeat:no-repeat;background-position:center center;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 462.8 462.8'%3E%3Cpath d='M85.2 231.7c-6.1 6.6-5 14.7-.8 20.3.9 1.9 2.2 3.6 4.3 5.3 74.2 59.6 133.4 134.6 201.1 201.1 8.5 8.3 19.6 4 24.4-3.8 18.9-17.2 38.5-33.6 58.7-49.2 4.3-3.3 7.3-7.8 7.7-12.8 2.4-5.2 2.2-11.5-2.8-16.9-44.2-48-88.6-100.4-134.6-146.7 40.6-48.4 87-96.3 127.7-144.7 7.7-4.8 11.9-15.8 3.5-24.1-19.4-19.3-39.6-37.9-60.7-55.5-2.6-2.2-5.5-3.3-8.3-3.7-4.9-1.9-10.7-1.3-15.5 3.7-71.1 73.1-135.5 152.3-204.7 227zm33.2 9.9c62-67.8 120.6-138.7 184.2-205.1 13.1 11.3 25.9 22.9 38.4 34.9-41.2 48.9-88.2 97.4-129.2 146.6-5.5 6.5-4.6 14.3-.8 19.9.6 2.5 1.9 5.1 4.3 7.4 45.2 44.3 88.7 94.8 130.8 141.9-15.5 12.3-30.7 24.9-45.6 37.9-60.7-61.4-115.6-128.4-182.1-183.5z'/%3E%3C/svg%3E");}
.goodsFilterPriceSubmit{border-top:1px solid #d4cee3;padding-top:30px;}
.goodsFilterPriceSubmit .show-button{cursor:pointer;transition: all 0.3s ease;margin:0 auto;z-index: 2;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;-ms-flex-line-pack: center;align-content: center;font-size: 16px;color: white;width: 240px;height: 44px;border-radius: 30px;background-image: -moz-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -ms-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);box-shadow: 0px 2px 8px 0px rgb( 180, 13, 189 );border:0;}
.goodsFilterPriceSubmit .show-button:hover{background-image: -moz-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -ms-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);box-shadow: 0px 2px 10px 2px rgb( 242, 0, 255 );}
.goodsFilterSubmit{display: flex;flex-wrap: wrap;flex-direction:column;align-items:flex-end;padding-top:20px;padding-bottom:20px;width:80px;}
.goodsFilterSubmit .clear_all_filters{    width: 54px;
    height: 210px;
    font-size: 16px;
    color: #4b2c2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;}
.goodsFilterSubmit .clear_all_filters:hover{color:#9f17a6;}
.goodsFilterSubmit .show-button{cursor:pointer;transition: all 0.3s ease;z-index: 2;
display: -webkit-box;display: -ms-flexbox;display: flex;
-ms-flex-wrap: wrap;flex-wrap: wrap;
-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;-ms-flex-line-pack: center;align-content: center;
font-size: 16px;color: white;height: 140px;width: 54px;border-radius: 30px;
background-image: -moz-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -ms-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);box-shadow: 0px 2px 8px 0px rgb( 180, 13, 189 );border:0;}
.goodsFilterSubmit .show-button .text-transform{transform:rotate(-90deg);}
.goodsFilterSubmit .clear_all_filters .text-transform{    transform: rotate(-90deg);
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
    align-content: center;
    height: 54px;}
.goodsFilterSubmit .show-button:hover{background-image: -moz-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -ms-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);box-shadow: 0px 2px 10px 2px rgb( 242, 0, 255 );}
 
.filter_value{font-size:16px;}
.filter_nb{font-size:16px;color:#83799c;margin-left:15px;}
.filterform{display:flex;flex-wrap:wrap;align-content:flex-start;}
.goodsFilterPriceSubmit .show-button{width:210px;}
/* Фильтр по цене */
.price-filter-wrp{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:200px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.price-filter-wrp .layout-slider{max-width:300px;text-align:center;}
.price-filter-wrp .layout-slider input[type="text"]{height:26px;padding:0 10px;font-size:11px;border:1px solid #c1c1c1;width:70px!important;}
div#goods-filter-price-slider{margin:15px 0;}
.goodsFilterPriceSubmit .button{margin:0 auto;}
.price-filter-wrp .ui-widget-header{background:#c1c1c1;}
.price-filter-wrp .ui-state-default,.price-filter-wrp .ui-widget-content .ui-state-default,.price-filter-wrp .ui-widget-header .ui-state-default{border-color:transparent;border-radius:100%;background:#fa0d29;cursor:ew-resize;}
/* Вы смотрели */
.viewed{margin:0 auto 100px auto;width:100%;}
.overflow-viewed.owl-carousel{width:calc(100% + 30px)}
.viewed .content{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:max-content;}
.viewed .item{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding:0 15px 30px 15px;}
.viewed .item .item-inner{width:100%;border:1px solid #f2f2ff;overflow:hidden;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}
.viewed .product-name{height:134px;background:#f2f2ff;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;padding:10px;}
.viewed .product-name a{font-size:14px;line-height:18px;text-align:center;max-height:108px;overflow:hidden;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;}
.viewed .product-name a:hover{text-decoration:underline;}
.viewed .item .product-img{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-line-pack: center;align-content: center;width:158px;height:158px;margin:0 auto;}
.viewed .item .product-img a{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;width:100%;height:100%;background:#fff;}
.viewed .item .product-img a img{max-width:158px;max-height:158px;}
.viewed .item .viewed-price{height:50px;background:#f2f2ff;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;padding:10px;}
.viewed .item .viewed-price .price{font-size:20px;}
.viewed .item .viewed-price .price.RUB:after{background-size:20px;}
/* Заголовки */       
h1, h2, h3, h4, h5, h6 {margin:0;font-size:22px;}
.title {position:relative;font-family:'Neucha',cursive;font-size: 30px;line-height:1;font-weight:normal;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;text-align: center;margin: 0 0 70px 0;text-overflow: ellipsis;word-break:break-word;}
.title:before{content:' ';position:absolute;width:430px;top:calc(100% + 20px);height:2px;background:#d4cee3;}
.hit-title{color:#f1c22e;}
.hit-title .title-circle{border-color:#f1c22e;}
.new-title{color:#16c3b0;}
.new-title .title-circle{border-color:#16c3b0;}
.special-title{color:#2db3d9;}
.special-title .title-circle{border-color:#2db3d9;}
.index-page-title{color:#fd4d40;}
.index-page-title .title-circle{border-color:#fd4d40;}
.index-title{color: #ff7300;}
.index-title .title-circle{border-color: #ff7300;}
.all-news-title{color:#16c3b0;}
.all-news-title .title-circle{border-color:#16c3b0;}
.viewed .title{color:#f1c22e;}
.viewed .title:before{border-color:#f1c22e;}
.title-circle-wrp{margin:0 auto;width:30px;height:18px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;background:#fff;height:18px;position:absolute;top:calc(100% + 12px);left:calc(50% - 15px);}
.title-circle{border:2px solid;width:18px;height:18px;border-radius:100%;}
/* Карточка товара */
.left-col.product{display:none;}
.right-col.full{width:100%;padding-left:0;}
.product-view{position:relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;}
.productImgBlock{-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;padding:25px 25px 15px 25px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position:relative;overflow:hidden;align-content:flex-start;width:650px;height:650px;border:1px solid #d4cee3;}
.big-image{display:block;margin-bottom:15px;width:100%;height:calc(490px + 4px);}
.big-image .item{position:relative;}
.big-image .icon{position:absolute;top:0;right:0;}
.big-image .goods-image-medium-square{width:calc(490px + 4px);height:calc(490px + 4px);}
.big-image a{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin:0 auto;}
.big-image .owl-nav{position:static;}
.big-image .owl-nav .owl-prev{position:absolute;left:0px;top:calc(50% - 20px);background:none;}
.big-image .owl-nav .owl-next{position:absolute;right:0px;top:calc(50% - 20px);background:none;}
.svg-left, .svg-right{width:40px;height:40px;background-position:center;background-size:20px;background-repeat:no-repeat;}
.owl-nav .owl-prev .svg-left, .owl-nav .owl-prev.disabled:hover .svg-left{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239088a8' viewBox='0 0 462.8 462.8'%3E%3Cpath d='M85.2 231.7c-6.1 6.6-5 14.7-.8 20.3.9 1.9 2.2 3.6 4.3 5.3 74.2 59.6 133.4 134.6 201.1 201.1 8.5 8.3 19.6 4 24.4-3.8 18.9-17.2 38.5-33.6 58.7-49.2 4.3-3.3 7.3-7.8 7.7-12.8 2.4-5.2 2.2-11.5-2.8-16.9-44.2-48-88.6-100.4-134.6-146.7 40.6-48.4 87-96.3 127.7-144.7 7.7-4.8 11.9-15.8 3.5-24.1-19.4-19.3-39.6-37.9-60.7-55.5-2.6-2.2-5.5-3.3-8.3-3.7-4.9-1.9-10.7-1.3-15.5 3.7-71.1 73.1-135.5 152.3-204.7 227zm33.2 9.9c62-67.8 120.6-138.7 184.2-205.1 13.1 11.3 25.9 22.9 38.4 34.9-41.2 48.9-88.2 97.4-129.2 146.6-5.5 6.5-4.6 14.3-.8 19.9.6 2.5 1.9 5.1 4.3 7.4 45.2 44.3 88.7 94.8 130.8 141.9-15.5 12.3-30.7 24.9-45.6 37.9-60.7-61.4-115.6-128.4-182.1-183.5z'/%3E%3C/svg%3E");}
.owl-nav .owl-next .svg-right, .owl-nav .owl-next.disabled:hover .svg-right{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239088a8' width='462.846' height='462.845'%3E%3Cpath d='M173.113 4.671C168.301-.29 162.569-.89 157.648.966c-2.829.366-5.683 1.488-8.331 3.705-21.018 17.61-41.223 36.122-60.667 55.467-8.366 8.322-4.223 19.296 3.488 24.136 40.654 48.365 87.067 96.255 127.663 144.666-46.05 46.266-90.437 98.67-134.62 146.657-4.956 5.383-5.152 11.73-2.775 16.92.378 4.936 3.364 9.455 7.663 12.781 20.218 15.614 39.748 32.077 58.676 49.23 4.763 7.815 15.886 12.127 24.362 3.788 67.631-66.49 126.845-141.432 201.06-201.057 2.036-1.636 3.407-3.428 4.261-5.281 4.245-5.586 5.316-13.649-.798-20.251-69.211-74.752-133.544-153.91-204.517-227.056zm-10.727 420.274c-14.83-13.086-30.039-25.689-45.562-37.942 42.155-47.078 85.617-97.578 130.822-141.879 2.355-2.306 3.656-4.834 4.25-7.373 3.783-5.576 4.672-13.345-.782-19.88-41.015-49.129-87.973-97.629-129.219-146.558 12.448-12.002 25.293-23.577 38.364-34.903 63.518 66.445 122.146 137.313 184.153 205.15-66.513 55.125-121.359 122.17-182.026 183.385z'/%3E%3C/svg%3E");}
.owl-nav .owl-prev:hover .svg-left{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' viewBox='0 0 462.8 462.8'%3E%3Cpath d='M85.2 231.7c-6.1 6.6-5 14.7-.8 20.3.9 1.9 2.2 3.6 4.3 5.3 74.2 59.6 133.4 134.6 201.1 201.1 8.5 8.3 19.6 4 24.4-3.8 18.9-17.2 38.5-33.6 58.7-49.2 4.3-3.3 7.3-7.8 7.7-12.8 2.4-5.2 2.2-11.5-2.8-16.9-44.2-48-88.6-100.4-134.6-146.7 40.6-48.4 87-96.3 127.7-144.7 7.7-4.8 11.9-15.8 3.5-24.1-19.4-19.3-39.6-37.9-60.7-55.5-2.6-2.2-5.5-3.3-8.3-3.7-4.9-1.9-10.7-1.3-15.5 3.7-71.1 73.1-135.5 152.3-204.7 227zm33.2 9.9c62-67.8 120.6-138.7 184.2-205.1 13.1 11.3 25.9 22.9 38.4 34.9-41.2 48.9-88.2 97.4-129.2 146.6-5.5 6.5-4.6 14.3-.8 19.9.6 2.5 1.9 5.1 4.3 7.4 45.2 44.3 88.7 94.8 130.8 141.9-15.5 12.3-30.7 24.9-45.6 37.9-60.7-61.4-115.6-128.4-182.1-183.5z'/%3E%3C/svg%3E");}
.owl-nav .owl-next:hover .svg-right{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' width='462.846' height='462.845'%3E%3Cpath d='M173.113 4.671C168.301-.29 162.569-.89 157.648.966c-2.829.366-5.683 1.488-8.331 3.705-21.018 17.61-41.223 36.122-60.667 55.467-8.366 8.322-4.223 19.296 3.488 24.136 40.654 48.365 87.067 96.255 127.663 144.666-46.05 46.266-90.437 98.67-134.62 146.657-4.956 5.383-5.152 11.73-2.775 16.92.378 4.936 3.364 9.455 7.663 12.781 20.218 15.614 39.748 32.077 58.676 49.23 4.763 7.815 15.886 12.127 24.362 3.788 67.631-66.49 126.845-141.432 201.06-201.057 2.036-1.636 3.407-3.428 4.261-5.281 4.245-5.586 5.316-13.649-.798-20.251-69.211-74.752-133.544-153.91-204.517-227.056zm-10.727 420.274c-14.83-13.086-30.039-25.689-45.562-37.942 42.155-47.078 85.617-97.578 130.822-141.879 2.355-2.306 3.656-4.834 4.25-7.373 3.783-5.576 4.672-13.345-.782-19.88-41.015-49.129-87.973-97.629-129.219-146.558 12.448-12.002 25.293-23.577 38.364-34.903 63.518 66.445 122.146 137.313 184.153 205.15-66.513 55.125-121.359 122.17-182.026 183.385z'/%3E%3C/svg%3E");}
.mini-images{width:100%;}
.mini-images .mini-images-carousel{width:calc(100% + 10px);margin:0 auto;display: -webkit-box;display: -ms-flexbox;display: flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;overflow-x:auto;padding-bottom:10px;}
.mini-images .item{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;padding:0 5px;}
.mini-images .item a{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;width:80px;height:80px;}
.mini-images .item a img{max-width:76px;max-height:76px;}
.mini-images .owl-nav{width:calc(100% + 80px);top:calc(50% - 20px);right:-40px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:space-between;}
.mini-images .owl-prev,.mini-images .owl-prev.disabled:hover{transform:rotate(180deg);border-right:0!important;text-indent:-999px;overflow:hidden;background-position:center center;background-repeat:no-repeat;background-size:30px;width:40px;height:40px;
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3d3d3' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.01 11H4v2h12.01v3L20 12l-3.99-4z'/%3E%3C/svg%3E");}
.mini-images .owl-next, .mini-images .owl-next.disabled:hover{border-right:0;text-indent:-999px;overflow:hidden;background-position:center center;background-repeat:no-repeat;background-size:30px;width:40px;height:40px;
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3d3d3' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.01 11H4v2h12.01v3L20 12l-3.99-4z'/%3E%3C/svg%3E");}
.mini-images .owl-next:hover, .mini-images .owl-prev:hover{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232a2a2a' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.01 11H4v2h12.01v3L20 12l-3.99-4z'/%3E%3C/svg%3E");}
.avalible-ico{margin-right:15px;position:relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;width:25px;height:25px;border-radius:100%;background-image: -moz-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -ms-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);box-shadow: 0px 2px 0px 0px rgba(0, 221, 197, 1), inset 0px 0px 4.7px 0.3px rgba(138, 255, 242, 1);}
.avalible-ico:after{content:' ';display:block;width:100%;height:100%;background-position:center center;background-size:14px;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='469.933' height='469.933'%3E%3Cpath d='M429.281 44.605c-3.265-5.763-8.479-8.939-14.681-8.939a19.117 19.117 0 00-9.912 2.818c-2.046.967-3.783 2.178-5.306 3.702-92.628 92.594-171.423 169.412-254.288 242.798l-43.498-52.811c-4.222-5.126-8.927-6.203-12.126-6.203-3.846 0-7.782 1.559-10.778 4.154l-.708.375c-23.564 15.15-45.603 27.865-67.362 38.864-5.799 2.925-9.178 7.982-9.335 13.939-2.687 6.586-1.117 13.533 4.25 18.661 19.466 18.626 37.567 39.212 55.076 59.123 19.142 21.77 38.93 44.285 60.651 64.399a18.96 18.96 0 002.569 2.006c3.227 4.315 7.751 6.773 12.474 6.773 3.359 0 6.649-1.198 9.785-3.564 60.715-45.809 114.879-97.518 155.29-137.445a14493.3 14493.3 0 0135.692-35.146c41.757-41.032 84.935-83.464 125.782-126.53 2.234-2.349 3.752-5.073 4.514-8.094 3.575-5.545 3.407-12.056-.492-17.941-14.106-21.249-26.41-41.185-37.597-60.939zm-.178 69.526c-30.087 31.392-61.616 62.472-92.114 92.549-16.103 15.868-32.194 31.739-48.145 47.705-45.552 45.59-95.318 93.673-150.745 136.77-18.121-17.701-35.15-37.013-51.633-55.705-12.86-14.584-26.131-29.625-39.9-43.894 12.438-6.784 25.06-14.178 38.433-22.501l45.125 54.781c4.228 5.144 8.948 6.221 12.162 6.221 4.108 0 8.221-1.737 11.626-4.885a19.895 19.895 0 003.288-2.326c88.613-77.637 173.7-160.949 252.53-239.566 5.703 9.47 12.071 19.611 19.373 30.851z'/%3E%3C/svg%3E");}
.not-avalible-ico{margin-right:15px;position:relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;width:25px;height:25px;border-radius:100%;background-image: -moz-linear-gradient( 90deg, rgb(253,77,64) 0%, rgb(231,115,106) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(253,77,64) 0%, rgb(231,115,106) 100%);background-image: -ms-linear-gradient( 90deg, rgb(253,77,64) 0%, rgb(231,115,106) 100%);box-shadow: 0px 2px 4px 0px rgb( 228, 145, 139 );}
.not-avalible-ico:after{content:' ';display:block;width:100%;height:100%;background-position:center center;background-size:12px;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='465.519' height='465.519'%3E%3Cpath d='M455.175 69.675c-23.979-19.573-46.104-40.883-68.771-61.703-6.159-5.657-13.67-5.527-19.474-2.432-5.062 2.702-10.496 10.59-14.335 14.866-33.85 37.62-68.659 74.362-107.531 107.6-4.362 3.732-11.058 3.225-14.815-1.117C197.402 88.947 168.62 48.346 140.656 7.24 136.88 1.692 131.2-.331 125.686.044c-5.735.388-11.56 3.633-13.604 4.565a18 18 0 00-3.488 2.08C84.231 25.146 58.861 42.376 33.418 59.55c-.381.254-.729.53-1.056.808-.562.477-5.553 2.968-8.501 7.896-3.194 5.337-3.48 12.22 1.933 18.093 41.588 45.092 80.755 92 122.176 137.217 3.88 4.232 3.438 10.593-.924 14.325-47.642 40.775-86.709 89.402-137.9 126.832-3.006 2.199-4.738 4.697-5.461 7.257-1.386 4.921 1.265 11.542 2.773 14.213.82 1.458 1.995 2.874 3.582 4.215 23.583 19.972 45.286 41.645 67.524 62.83 6.053 5.769 13.574 5.758 19.438 2.752 5.106-2.62 10.679-10.404 14.602-14.599 34.599-37.064 70.134-73.23 109.674-105.83 4.43-3.656 11.1-3.032 14.782 1.386 32.093 38.481 60.057 79.552 87.209 121.109 3.666 5.606 9.308 7.724 14.832 7.439 5.738-.294 11.619-3.442 13.69-4.337a18.569 18.569 0 003.524-2.021c24.725-18.058 50.435-34.855 76.215-51.607a14.97 14.97 0 001.077-.792c.563-.468 5.591-2.874 8.638-7.739 3.306-5.281 3.732-12.167-1.574-18.134-41.132-46.27-79.755-94.354-120.76-140.71-3.809-4.302-3.347-10.771.965-14.566 47.438-41.792 85.787-91.612 136.699-130.242 2.966-2.25 4.651-4.778 5.316-7.346 1.29-4.94-1.498-11.514-3.057-14.165-.846-1.439-2.044-2.838-3.659-4.159zm-42.092 19.832c-46.936 40.398-84.594 89.073-133.281 127.988-2.112 1.696-3.55 3.526-4.408 5.413-1.609 3.542-1.812 10.191-.726 14.035.594 2.118 1.747 4.215 3.564 6.221 40.771 44.772 78.633 91.658 118.165 137.339 3.763 4.342 2.925 10.396-1.869 13.543-14.355 9.436-28.619 18.981-42.675 28.782-4.713 3.285-11.075 2.098-14.27-2.676-25.248-37.771-51.709-74.758-81.466-109.705-3.723-4.372-8.557-12.558-13.299-15.797-5.947-4.058-14.485-5.18-21.754.314-46.207 34.906-86.562 75.007-125.52 116.433a10.249 10.249 0 01-14.607.381c-9.478-9.095-19.009-18.144-28.764-26.994-4.248-3.854-4.083-9.821.338-13.487 47.735-39.618 86.348-87.661 135.8-125.767 1.975-1.518 3.369-3.168 4.283-4.88 1.706-3.184 2.163-9.579.982-13.302-.655-2.049-1.831-4.077-3.638-5.994-41.657-44.095-80.438-90.348-120.866-135.369-3.839-4.273-3.115-10.336 1.627-13.576 14.16-9.666 28.224-19.438 42.071-29.467 4.654-3.369 11.04-2.298 14.32 2.417 25.994 37.351 53.189 73.905 83.647 108.359 3.801 4.306 8.788 12.393 13.581 15.554 6.022 3.968 14.594 4.951 21.754-.66 45.503-35.66 85.051-76.424 123.176-118.484a10.26 10.26 0 0114.604-.646c9.658 8.945 19.383 17.837 29.311 26.525 4.333 3.786 4.282 9.75-.08 13.5z'/%3E%3C/svg%3E");}
.goodsDataMainModificationAvailable .available-true, .goodsDataMainModificationAvailable .available-false{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:flex-end;align-items:center;color:#83799c;}
.goodsDataMainModificationsBlock{display:block;width:100%;}
.goodsDataMainModificationsBlockProperty{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;position:relative;width:100%;}
.goodsDataMainModificationsBlockProperty:not(:last-of-type){margin-bottom:20px;}
.goodsDataMainDiscountBlock{padding:20px;text-align:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;font-size: 16px;overflow: hidden;display: -webkit-box;display: -ms-flexbox;display: flex;width: calc(100% + 40px);margin:0 -20px 0px -20px;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;background-color: #f8f8f8;background-image: -moz-linear-gradient( 90deg, rgb(253,77,64) 0%, rgb(231,115,106) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(253,77,64) 0%, rgb(231,115,106) 100%);background-image: -ms-linear-gradient( 90deg, rgb(253,77,64) 0%, rgb(231,115,106) 100%);}
.goodsDataMainDiscountBlock .discount-name{color:#f2f2ff;font-family:'Neucha', cursive;font-size:30px;display:block;width:100%;text-align:center;margin-bottom:20px;line-height:30px;word-break:break-word;overflow:hidden;}
.goodsDataMainDiscountBlock .discount-count{margin-top:20px;font-size:30px;color:#f2f2ff;font-family:'Neucha', cursive;line-height:30px;} 
.goodsDataMainDiscountBlock .timer-wrp .counter .number-block label{color:#f2f2ff;}
.goodsDataMainDiscountBlock .timer-wrp .counter .number-block span{box-shadow:0 0 0 0;background:#f2f2ff;color:#350c0c;}
.product-view .product-inner{position:relative;display:block;padding-left:30px;width:calc(100% - 650px)}
.product-view .product-inner .product-content{position:relative;overflow:hidden;display: -webkit-box;display: -ms-flexbox;display: flex;padding:0 20px 20px 20px;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:flex-start;background:#f2f2ff;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.product-view .product-inner .product-content .middle-content{width:calc(100% - 290px);padding-right:30px;position:relative;}
.product-view .product-inner .product-content .price-box{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding:20px 10px 10px 10px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width:calc(100% + 40px);margin:0 -20px 0 -20px;background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);}
.product-view .product-inner .product-content .price-box .old-price{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;width:100%;margin-bottom:10px;}
.product-view .product-inner .product-content .price-box .old-price .price{color:#fff;font-size:30px;display:block;width:100%;text-align:center;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;text-decoration: line-through;}
.product-view .product-inner .product-content .price-box .old-price .price.RUB:after{background-size:30px;background-position:center center;width:30px;height:30px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24.6'%3E%3Ctext transform='translate(4.345 18.465)' font-size='20' font-family='Nunito-Regular' fill='%23ffffff'%3E₽%3C/text%3E%3C/svg%3E");}
.product-view .product-inner .product-content .price-box .special-price .price{color:#350c0c;font-size:60px;display:block;width:100%;text-align:center;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;}
.product-view .product-inner .product-content .price-box .special-price .price.RUB:after{background-size:60px;background-position:center center;margin-left:5px;width:40px;height:60px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24.6'%3E%3Ctext transform='translate(4.345 18.465)' font-size='20' font-family='Nunito-Regular' fill='%23350c0c'%3E₽%3C/text%3E%3C/svg%3E");}
.product-view .main-product-name{font-family:'Neucha';font-size: 44px;line-height:44px;font-weight:normal;display:block;width:100%;margin-bottom:30px;}
.product-view .selectBox{-webkit-appearance: none;width:100%;border: 1px solid #d4cee3;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;font-size: 16px;height: 46px;padding: 0 25px;}
.product-view .select-wrapper:hover .selectBox, .product-view .selectBox:active, .product-view .selectBox:focus{border-color:#9f17a6;color:#9f17a6}
.product-view .select-wrapper{position:relative;width:calc(100% - 140px);max-width:290px;} 
.product-view .modification_name{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;width:140px;font-size: 18px;padding-right:10px;overflow:hidden;text-overflow:ellipsis;word-break:break-word;-webkit-appearance: none;}
.product-view .select-wrapper:after{content:' ';pointer-events: none;display:block;width:12px;height:12px;background-repeat:no-repeat;background-size:12px;position:absolute;right:15px;top:18px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4cee3' width='415.153' height='415.153'%3E%3Cpath d='M412.738 45.531c-1.595-8.579-10.786-13.789-19.058-13.249-.376-.02-.706-.109-1.092-.109-109.187 0-218.3-5.81-327.456-.625-7.32.348-20.243-1.493-32.659-1.444C15.775 30.16 0 33.623 0 50.373c0 .482.109.942.145 1.409-.119 1.896-.045 3.88.505 6.027 30.336 118.437 94.689 225.957 169.775 321.322 4.222 5.356 9.371 6.886 14.21 6.022 2.575.37 5.149.599 7.759.604 5.86.006 11.101-2.925 14.444-7.343.784-.573 1.571-1.143 2.323-1.884 86.295-85.563 163.389-185.216 204.876-300.522 1.346-3.745 1.381-7.083.6-10.016-.107-6.867-.629-13.655-1.899-20.461zM189.447 344.712C125.7 262.241 71.122 169.642 41.579 69.291c112.081-7.348 224.33-1.478 336.533-.792-38.517 105.604-109.954 197.16-188.665 276.213z'/%3E%3C/svg%3E");}
.product-view .select-wrapper:hover:after{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' width='415.153' height='415.153'%3E%3Cpath d='M412.738 45.531c-1.595-8.579-10.786-13.789-19.058-13.249-.376-.02-.706-.109-1.092-.109-109.187 0-218.3-5.81-327.456-.625-7.32.348-20.243-1.493-32.659-1.444C15.775 30.16 0 33.623 0 50.373c0 .482.109.942.145 1.409-.119 1.896-.045 3.88.505 6.027 30.336 118.437 94.689 225.957 169.775 321.322 4.222 5.356 9.371 6.886 14.21 6.022 2.575.37 5.149.599 7.759.604 5.86.006 11.101-2.925 14.444-7.343.784-.573 1.571-1.143 2.323-1.884 86.295-85.563 163.389-185.216 204.876-300.522 1.346-3.745 1.381-7.083.6-10.016-.107-6.867-.629-13.655-1.899-20.461zM189.447 344.712C125.7 262.241 71.122 169.642 41.579 69.291c112.081-7.348 224.33-1.478 336.533-.792-38.517 105.604-109.954 197.16-188.665 276.213z'/%3E%3C/svg%3E");}
.product-content{position:relative;}
.product-content .add-to-box{display:block;width:100%;padding:15px 0 0 0;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.product-content .goodsDataForm{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;}
.product-content .left-side{width:50%;margin-bottom:15px;}
.product-content .right-side{width:50%;margin-bottom:15px;}
.product-content .left-side .left-line{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:flex-start;-ms-flex-line-pack: center;align-content: center;color:#83799c;}
.product-content .left-side .left-line:not(:last-of-type){margin-bottom:10px;}
.product-content .left-side .line-text{width:80px;}
.product-content .left-side .line-content{}
.product-content .add-to-links{width:100%;border-top:1px solid #d4cee3;padding-top:20px;}
.product-content .add-cart.quick{background:none;border:0;font-size:18px;color:#350c0c;box-shadow:0 0 0 0;cursor:pointer;margin-top:10px;}
.product-content .add-cart.quick i.svg-cart{margin-right:10px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23350c0c' width='463.547' height='463.547'%3E%3Cpath d='M450.08 301.987C348.928 312.773 246.743 329.2 145.016 316.49c-.602-.305-1.206-.619-1.851-.858-9.298-3.488-12.418-9.282-12.339-17.869 8.653-12.37 27.139-11.567 40.09-10.562 18.124 1.396 36.11 1.225 54.281 1.036 47.18-.503 94.512-3.691 141.305-9.729 25.929-3.346 51.745-7.073 77.47-11.745 7.987-1.447 10.847-7.688 10.014-13.848.152-.812.295-1.64.315-2.539 1.422-54.994 3.107-109.936 8.449-164.714.833-8.562-5.053-12.975-11.654-13.406a13.953 13.953 0 00-5.24-.675c-118.728 6.891-237.639 8.42-356.53 9.819a16.225 16.225 0 00-2.392-2.272c-20.967-16.135-44.12-27.83-69.528-35.208-17.48-5.075-24.892 22.1-7.492 27.149 65.404 18.994 94.783 75.527 107.305 138.626 3.763 18.934 5.624 38.166 7.112 57.396.094 1.193-16.41 14.081-18.23 17.372-4.035 7.312-4.728 15.762-2.808 23.815 5.761 24.187 25.517 34.17 48.266 38.156-3.994 5.286-7.218 11.445-9.521 18.438-.843 2.555-.901 4.865-.48 6.932-.031 13.035 3.735 25.599 13.251 34.921 9.889 9.694 24.064 12.797 37.407 13.513 1.539.081 2.902-.111 4.179-.411.48-.035.942-.01 1.442-.086 24.58-3.997 42.478-22.155 44.707-47.012.817-9.064-1.544-17.256-5.954-24.212 38.519-.63 76.391-3.87 114.75-7.668-3.707 4.829-6.612 10.141-8.359 15.798-9.703 31.442 20.861 53.582 50.085 55.151 1.538.081 2.899-.111 4.179-.411.478-.035.939-.01 1.442-.086 24.577-3.997 42.478-22.155 44.706-47.013 1.143-12.74-3.986-23.739-12.258-32.031 6.322-.711 12.634-1.438 18.956-2.112 17.848-1.904 18.037-30.082-.011-28.158zm-23.678-60.696a1299.64 1299.64 0 01-68.03 9.927c-.116-10.577-.269-21.154-.579-31.719 23.085-.312 46.18-.396 69.27-.134-.224 7.303-.473 14.613-.661 21.926zm1.63-50.075c-23.801-.277-47.581-.152-71.346.218-.381-8.351-.854-16.696-1.366-25.037 24.583-.401 49.15-.676 73.737-.521-.401 8.446-.7 16.891-1.025 25.34zm5.24-90.819c-1.066 12.431-1.944 24.879-2.712 37.328-25.689-.178-51.384.114-77.073.551a1748.53 1748.53 0 00-2.976-34.157c27.599-1.031 55.183-2.209 82.761-3.722zM330.256 254.234c-26.391 2.56-52.842 4.362-79.344 5.307-1.63-11.903-3.301-23.801-4.951-35.701 27.853-1.929 55.767-3.12 83.695-3.836.335 11.394.492 22.81.6 34.23zm-1.706-62.243c-28.823.805-57.61 2.117-86.361 4.182a3126.128 3126.128 0 01-3.517-27.233c29.506-.655 59.014-1.435 88.532-2.059.497 8.365.965 16.739 1.346 25.11zm-6.11-86.885c1.077 11.217 2.072 22.437 2.931 33.665-30.017.645-60.043 1.45-90.059 2.11-1.234-11.126-2.404-22.264-3.369-33.428 30.166-.6 60.339-1.374 90.497-2.347zm-99.614 155.15c-23.638.33-47.307.03-70.978-.955a656.65 656.65 0 00-2.75-25.729c22.942-3.108 45.936-5.614 68.959-7.609 1.592 11.427 3.195 22.858 4.769 34.293zm-8.559-61.91c-23.202 2.044-46.372 4.57-69.505 7.663-2.288-12.142-5.096-24.136-8.632-35.846 24.793.082 49.576-.192 74.364-.64a2988.742 2988.742 0 003.773 28.823zm-105.624-89.022c31.729-.386 63.459-.817 95.179-1.363.978 11.182 2.115 22.335 3.359 33.481-27.086.475-54.172.744-81.268.543-4.852-11.296-10.529-22.231-17.27-32.661zm83.905 282.812c-.119-.01-.218-.046-.333-.051-15.533-.833-22.62-6.108-22.5-20.981 4.52-12.188 13.693-17.413 25.38-18.337 10.636 2.387 19.504 7.703 19.299 19.962-.208 11.704-11.931 17.336-21.846 19.407zm200.848-8.444c-.117-.01-.219-.046-.33-.051-15.534-.833-22.623-6.109-22.501-20.982 4.52-12.188 13.69-17.412 25.375-18.336 10.638 2.387 19.51 7.703 19.301 19.961-.209 11.7-11.929 17.331-21.845 19.408z'/%3E%3C/svg%3E");}
.product-content .add-cart.quick:hover{text-decoration:underline;}
.product-content .add-to-links .add-compare{opacity:1;}
.product-content .add-to-links .add-wishlist{opacity:1;}
.product-content .wrap-qty{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:flex-start;width: 100%;}
.fancybox-inner .product-content .wrap-qty{display:block;}
.qty-set{z-index:1000;position:relative;width:146px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;} 
.qty-minus, .qty-plus{background:#fff;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;font-family:'Neucha', cursive;color:#350c0c;font-size:34px;z-index:2;width:70px;height: 46px;border:1px solid #d4cee3;cursor: pointer;}
.wrap-qty input{font-size:22px;font-family:'Neucha', cursive;z-index:3;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;display: block;width: 46px;height: 46px;border:1px solid #d4cee3;text-align: center;font-weight: bold;}
.qty-set:hover input{border-color:#9f17a6;}
.qty-set:hover .qty-minus, .qty-set:hover .qty-plus{border-color:#9f17a6;}
.qty-minus{justify-content:flex-start;padding-left:20px;border-top-left-radius:30px;border-bottom-left-radius:30px;margin-right:-20px;background-position: 10px center;}
.qty-plus{justify-content:flex-end;padding-right:20px;border-top-right-radius:30px;border-bottom-right-radius:30px;margin-left:-20px;background-position: calc(100% - 10px) center;}
.qty-minus:hover, .qty-plus:hover{color:#9f17a6;}
.product-view .opinion_value{display: -webkit-box;display: -ms-flexbox;display: flex;width:100%;}
.product-view .opinion_value .rev-count{margin-left:15px;cursor:pointer;}
.product-view .opinion_value .rev-count:hover{text-decoration:underline;}
.product-view .art-number{margin-bottom:15px;}
.product-view .short-description{margin-bottom:15px;}
.product-view .show-all-features{color: #909090;line-height: 24px;text-decoration: underline;}
.htmlDataBlock{overflow:hidden;word-break:break-word;text-overflow:ellipsis;}
.tab-content .delivery-wrapper{width:520px;margin:10px auto;max-width:100%;}
/* Карточка товара добавление товара в корзину */
.product-content .add-to-links{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:space-around;transition:0.3s all ease;}
.product-content .add-to-cart {display:block;width:100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding:30px 0;}
.product-content .add-cart{width:100%;max-width:290px;margin:0 auto;}
.product-content .button.quick{background-color:transparent;color:#fff;}
.product-content .button.quick:hover{color:#2a2a2a;background-color:#fae600;}
/* Артикул */
.goodsDataMainModificationArtNumber{color:#5f0086;margin:10px 0;}
/* Рейтинг */
.product-content .star-line-wrp {}
.star-line-wrp {margin-bottom:15px;background: white;width: 80px;height: 16px;background-repeat:repeat-x;background-position: left center;background-repeat-y: no-repeat;background-size: 16px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3d3d3' width='32' height='32'%3E%3Cpath d='M32 12.408l-11.056-1.607L16 .783l-4.944 10.018L0 12.408l8 7.798-1.889 11.011L16 26.018l9.889 5.199L24 20.206l8-7.798z'/%3E%3C/svg%3E");}
.star-line-wrp .star-line-conunt {height: 16px;background-position: left center;background-repeat:repeat-x;background-repeat-y: no-repeat;background-size: 16px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fac600' width='32' height='32'%3E%3Cpath d='M32 12.408l-11.056-1.607L16 .783l-4.944 10.018L0 12.408l8 7.798-1.889 11.011L16 26.018l9.889 5.199L24 20.206l8-7.798z'/%3E%3C/svg%3E");}
/* Сопутствующие */
.related{width:100%;margin-bottom:90px;}
/* Описание товара */
.product-view .product-information{margin:30px 0;width:100%;}
.product-view .product-information .tab-wrapper{margin-bottom:30px;}
.product-view .product-information .tab-toggler{cursor:pointer;position:relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;font-size:26px;font-family:'Neucha', cursive;padding:15px 20px;border-bottom:1px solid #d4cee3;}
.product-view .product-information .tab-toggler#tab_1{color:#f1c22e;}
.product-view .product-information .tab-toggler#tab_2{color:#23cbb9;}
.product-view .product-information .tab-toggler#tab_3{color:#fd4d40;}
.product-view .product-information .tab-toggler#tab_4{color:#2db3d9;}
.product-view .product-information .tab-toggler:after{content:' ';position:absolute;right:20px;width:12px;height:12px;background-position:center center;background-size:12px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4cee3' width='415.153' height='415.153'%3E%3Cpath d='M412.738 45.531c-1.595-8.579-10.786-13.789-19.058-13.249-.376-.02-.706-.109-1.092-.109-109.187 0-218.3-5.81-327.456-.625-7.32.348-20.243-1.493-32.659-1.444C15.775 30.16 0 33.623 0 50.373c0 .482.109.942.145 1.409-.119 1.896-.045 3.88.505 6.027 30.336 118.437 94.689 225.957 169.775 321.322 4.222 5.356 9.371 6.886 14.21 6.022 2.575.37 5.149.599 7.759.604 5.86.006 11.101-2.925 14.444-7.343.784-.573 1.571-1.143 2.323-1.884 86.295-85.563 163.389-185.216 204.876-300.522 1.346-3.745 1.381-7.083.6-10.016-.107-6.867-.629-13.655-1.899-20.461zM189.447 344.712C125.7 262.241 71.122 169.642 41.579 69.291c112.081-7.348 224.33-1.478 336.533-.792-38.517 105.604-109.954 197.16-188.665 276.213z'/%3E%3C/svg%3E");}
.product-view .product-information .tab-toggler.active:after{-moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.product-view .product-information .tab-content{display:none;padding:20px 0;overflow:hidden;}
.product-view .product-information .tab-content.active{display:block;}
/* Характеристики товара */
.product-view .all_features{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:580px;margin:30px auto;max-width:100%;}
.product-view .all_features .one-feature{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;line-height:28px;}
.product-view .all_features .one-feature:not(:last-of-type){border-bottom:1px solid #d4cee3;}
.product-view .all_features .one-feature .feature-name{font-size:18px;font-weight:100;color:#8c82a4;padding:10px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width:50%;text-align:center;border-right:1px solid #d4cee3;}
.product-view .all_features .one-feature .feature-value{font-size:18px;font-weight:100;padding:10px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width:50%;text-align:center;}
/* Условия доставки */
.product-information .delivery:not(:last-of-type) {margin-bottom:15px;}
.product-information .delivery h4{font-size:20px;font-weight:bold;margin-bottom:10px;word-break:break-word;overflow:hidden;border-bottom:1px solid #d4cee3;padding:10px 20px;}
.product-information .delivery h5{font-size:18px;font-weight:100;word-break:break-word;overflow:hidden;}
.product-information .delivery p{font-size:18px;font-weight:100;margin-bottom:10px;word-break:break-word;overflow:hidden;}
.product-information .rules-wrapper{padding:20px 0 20px 40px;font-size:18px;font-weight:100;}
.product-information .rules-wrapper div:not(:last-of-type){margin-bottom:10px;}
/* Отзывы */
.goodsDataOpinionList {width: 100%;margin-bottom:15px;}
.goodsDataOpinionList .bord:not(:last-of-type){margin-bottom: 15px;}
.goodsDataOpinionList .bord{border:1px solid #d4cee3;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;border-radius:30px;overflow:hidden;}
.goodsDataOpinionList .bord .opinion-left{width:200px;background:#f2f2ff;border-right:1px solid #d4cee3;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;flex-direction: column;justify-content: space-between;padding:25px 10px;}
.goodsDataOpinionList .bord .opinion-right{width:calc(100% - 200px);padding:20px;}
.goodsDataOpinionList .cell2{width:calc(100% - 280px);}
.goodsDataOpinionList .button{width:100px;margin-top:10px}
.goodsDataOpinionList .rating-box {display: block;}
.goodsDataOpinionList .opinion-left-top{width:100%;}
.goodsDataOpinionList .opinion-left-botton{width:100%;}
.goodsDataOpinionList .goodsDataOpinionListClient, .goodsDataOpinionList .goodsDataOpinionListTitle{margin-bottom:15px;font-size:18px;color:#350c0c;font-weight:bold;text-align:center;display: block;overflow: hidden;word-break:break-word;text-overflow: ellipsis;}
.goodsDataOpinionList .goodsDataOpinionListDesc {overflow:hidden;word-break:break-word;font-weight:100;font-size:18px;}
.goodsDataOpinionList .goodsDataOpinionListDesc span{display:block;}
.goodsDataOpinionList .goodsDataOpinionListDesc:not(:last-of-type) span{margin-bottom:25px;}
.goodsDataOpinionList .goodsDataOpinionListDesc strong{display:block;width:100%;text-align:left;font-size:18px;color:#350c0c;font-weight:normal;margin-bottom:15px;}
.goodsDataOpinionList .rating-box{background-size:24px;width:120px;margin:0 auto;}
.goodsDataOpinionList .opinion-left-bottom{display:block;width:100%;text-align:center;font-weight:100;color:#867c9e;margin-top:15px;}
.goodsDataOpinionList .rating-box .rating{background-size:24px;}
.goodsDataOpinionAddForm {display: block;padding:30px;background:#f2f2ff;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;border:1px solid #d4cee3}
.goodsDataOpinionAddTable .goodsDataOpinionBlock{margin-bottom:30px;width:100%;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock label{font-size:18px;margin-bottom:15px;display:block;width:100%;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock.opinion-half-left{width:50%;padding-right:15px;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock.opinion-half-right{width:50%;padding-left:15px;}
.goodsDataOpinionAddTable .goodsDataOpinionRating {width:180px;margin:0 auto;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock .inputText, .goodsDataOpinionAddTable .goodsDataOpinionBlock textarea {width: 100%;}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha {}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha .inputText {max-width: 100px;margin-right: 20px;}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha .goodsDataOpinionCaptchaRefresh {padding: 5px;cursor: pointer;}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha .goodsDataOpinionCaptchaRefresh:hover {color: #fa0d29;}
.goodsDataOpinionAddTable .star-rating-control{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;height:36px;background-size:36px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4cee3' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z'/%3E%3C/svg%3E");}
.goodsDataOpinion .opinion-left-side{width:50%;padding-right:20px;}
.goodsDataOpinion .opinion-right-side{width:50%;}
.goodsDataOpinion{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.goodsDataOpinionAddTable{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;}
.opition-title{width:calc(100% + 62px);margin: -30px -31px 30px -31px;font-family:'Neucha', cursive;font-size:42px;color:#ffffff;text-align:center;height:80px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;border-top-left-radius:30px;border-top-right-radius:30px;background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);}
.goodsDataOpinionNotice{width:100%;margin-bottom:20px;}
/* Быстрый заказ */
#globalOrder{width:calc(100% - 290px);display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.global-order-left-border{width:50px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:flex-start;}
.global-line{display:block;width:2px;height:100%;background:#d4cee3;}
#OrderAjaxBlock{width:calc(100% - 50px);padding-left:35px;}
#quickform{width:100%;}
#quickform .title{padding:15px 0;}
.orderFlexWrap{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;} 
.orderFlexWrap .comment{width:50%;padding-left:15px;}
.orderFlexWrap .adressFields{width:50%;display:block;padding-left:15px;}
#quickform .contactWantRegister{margin-bottom:0px;text-align:left;width:100%;padding:0 15px;}
.fancybox-content #quickform #closeOrder{display:none;}
.fancybox-content .pp{margin-top:15px;}
.fancybox-content{border-radius:20px;}
.fancybox-content #quickform{padding:15px;}
#quickform #closeOrder{font-size: 10px;display: block;width: 100%;color: #ff012c;text-align: center;line-height: 35px;cursor: pointer;}
#quickform #closeOrder:hover{text-decoration:underline}
#quickform .couponBlockSale{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;margin-top:15px;}
#quickform .couponBlockPrice .price{font-size:24px;}
#quickform .inputText, .no-js-form .inputText{height:54px;width:100%;border-color:#d8d2e5;}
#quickform .slct{position:relative;display:block;}
#quickform .slct select{-webkit-appearance: none;min-width: 100%;position: relative;height: 54px;padding: 0 50px 0 20px;border-radius: 30px;}
#quickform .slct option{color:#350c0c;}
#quickform .slct:after{content:' ';pointer-events: none;display:block;width:12px;height:12px;background-repeat:no-repeat;background-size:12px;position:absolute;right:15px;top:22px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d8d2e5' width='415.153' height='415.153'%3E%3Cpath d='M412.738 45.531c-1.595-8.579-10.786-13.789-19.058-13.249-.376-.02-.706-.109-1.092-.109-109.187 0-218.3-5.81-327.456-.625-7.32.348-20.243-1.493-32.659-1.444C15.775 30.16 0 33.623 0 50.373c0 .482.109.942.145 1.409-.119 1.896-.045 3.88.505 6.027 30.336 118.437 94.689 225.957 169.775 321.322 4.222 5.356 9.371 6.886 14.21 6.022 2.575.37 5.149.599 7.759.604 5.86.006 11.101-2.925 14.444-7.343.784-.573 1.571-1.143 2.323-1.884 86.295-85.563 163.389-185.216 204.876-300.522 1.346-3.745 1.381-7.083.6-10.016-.107-6.867-.629-13.655-1.899-20.461zM189.447 344.712C125.7 262.241 71.122 169.642 41.579 69.291c112.081-7.348 224.33-1.478 336.533-.792-38.517 105.604-109.954 197.16-188.665 276.213z'/%3E%3C/svg%3E");}
.formfast .form-list .fields.contactRegisterNeedElement{margin-bottom:0;margin-top:15px;}
.quickformfast .success,.quickformfast .warning{margin-top:0;padding:25px 15px;}
.quickformfast .success{background:#06D6A0;border:1px solid transparent;}
.quickformfast #quickform{padding:15px;margin:0 auto;}
.quickformfast #quickform .formfast .form-list .fields .input-box{max-width:100%;}
.fancybox-content .quickformfast #quickform{padding:0 15px 15px 15px;}
#OrderAjaxBlock .formfast .buttons {width:100%;margin-top:10px;}
.formfast {padding: 0;}
.formfast .pp{margin-top:15px;}
.formfast #caps_lock {display: none;width: 230px;padding: 10px 0;margin: 0 auto;}
.formfast #caps_lock .fa-warning {font-size: 30px;color: #cc003d;}
.formfast .form-list .fields {margin-bottom: 20px;max-width:100%;text-align:left;position:relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;padding:0 15px;}
.formfast .form-list .fields label{display:block;width:0px;overflow:hidden;text-align:left;vertical-align:top;line-height:42px;height:0;}
.formfast .form-list .fields label.invalidInput{margin:0;}
.formfast .form-list .fields .input-box label{width:0;transform:scale(0);position:absolute;left:0;top:0;}
.formfast .form-list .fields .input-box input.invalidInput,.formfast .form-list .fields .input-box textarea.invalidInput{border-color:red;}
.formfast .form-list .fields .input-box{display:block;width:100%;}
.formfast .form-list .fields .input-box.with-zip-code{width:calc(100% - 100px);margin-right:10px;}
.formfast .form-list .fields .input-box.zip-code{width:90px;text-align:center;}
.formfast .form-list .fields .input-box.zip-code.without-city{padding-left:0;width:100%;}
.formfast .form-list .fields .input-box.street{margin-bottom:10px;}
.formfast .form-list .fields .input-box.home{width:50%;padding-right:5px;}
.formfast .form-list .fields .input-box.apps{width:50%;padding-left:5px;}
.formfast .form-list .fields .input-box.del-date{margin-bottom:10px;}
.formfast .form-list .fields .input-box.del-time{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;}
.formfast .form-list .fields .input-box.del-time .time-from,.formfast .form-list .fields .input-box.del-time .time-to{width:50%;}
.formfast .form-list .fields .input-box.del-time .time-from{padding-right:5px;}
.formfast .form-list .fields .input-box.del-time .time-to{padding-left:5px;}
.formfast .form-list .fields .input-box.del-time select{}
.formfast .form-list .fields .input-box.del-time select option:first-of-type{display:none;}
.formfast .form-list .fields .input-box input{max-width:100%;width:100%;}
.formfast .form-list .fields.small {display: inline-block;width: 150px;}
.formfast .form-list .fields.small.first {margin-right: 45px;}
.formfast .showPassBlock{right:10px;top: 2px;}
.formfast .showPassBlock .showPass{background-size:24px;}
.formfast .button {margin:0 auto;}
.formfast .delivery{display:block;width:100%;}
.formfast .payment{display:block;width:100%;}
.formfast .delivery select, .formfast .payment select{width:100%;max-width:100%;padding:5px 10px;height:40px;margin-bottom:0px;}
.formfast .buttons{width:100%;}
.adress .deliveryConvenientDate .inputText {width: 75px;padding: 0 5px;}
.delivery .manufacturer-list .zoneSelect {}
.delivery .manufacturer-list .currentDeliveryDesc, .payment .quick_order_payment .currentPaymentDescription {max-width: 100%;margin: 10px auto 10px auto;overflow: hidden;text-align:left;line-height:24px;}
.delivery .manufacturer-list .currentDeliveryDesc > div {word-break: break-word;}
.delivery .manufacturer-list .currentDeliveryPrice {margin-bottom: 5px;}
.delivery .deliveryZonePrice {font-weight: bold;}
.delivery .orderStageDeliveryListTable input {cursor: pointer;vertical-align: middle;margin: 0;}
.orderStageDeliveryZonePrice, .orderStageDeliveryDefaultPrice {font-family:'Neucha', cursive;margin-left: 10px;font-size: 24px;}
.payment .orderStagePayment {position: relative;width:100%;margin:0 0 15px 0;}
.payment .orderStagePayment:last-child {margin: 0;}
.payment .orderStagePayment .cell1 {width: 18px;}
.payment .orderStagePayment .cell1 input {margin: 0;vertical-align: middle;}
.payment .orderStagePayment .cell1 label.invalidInput {position: absolute;bottom: -15px;}
.payment .orderStagePayment .cell2 {width: 90%;}
.coupons .couponBlock {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;justify-content:space-between;position:relative}
.coupons .couponBlock .inputText{width:100%;}
.coupons .couponBlock .coupon-btn{padding:0;cursor:pointer;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-line-pack: center;align-content: center;width:48px;height:48px;border-radius: 50%;position:absolute;top:3px;right:3px;border:0;background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);}
.coupons .couponBlock .coupon-btn:hover{background-image: -moz-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(167,91,171) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(167,91,171) 100%);background-image: -ms-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(167,91,171) 100%);}
.quick-order-content{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;justify-content:space-between;}
.quick-order-content .order_account{display:block;width:100%;margin-bottom:30px;}
.quick-order-content .orderDeliveryFields{width:100%;margin-bottom:30px;}
.quick-order-content .orderDeliveryFields .orderFlexWrap{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.quick-order-content .orderPaymentFields{width:100%;margin-bottom:30px;}
.quick-order-content .coupons{width:100%;display:block;margin-bottom:30px;}
.quick-order-content .quick-order-info{width: 100%;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #f2f2ff;padding: 14px;margin:0 auto;}
.quick-order-content .quick-order-info .quick-line{}
.quick-order-content .quick-line-count{font-family: 'Neucha', sans-serif;font-size: 24px;line-height: 24px;text-align: center;padding-bottom: 20px;border-bottom: 1px solid #d4cee3;margin-bottom: 20px;}
.quick-order-content .discountInfo{padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #d4cee3;}
.quick-order-content .quick-line{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.quick-order-content .quick-line:not(:last-of-type){margin-bottom: 20px;}
.formfast .form-list .multi-fields{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;justify-content:space-between;}
.formfast .form-list .multi-fields input, .formfast .form-list .multi-fields select{margin-bottom:20px}
.formfast .finish-order{width:220px;height:50px;font-size:16px;}
.quick-order-content .quick-order-info .quick-line.quick-price-whithout-anything .text{font-size:16px;}
.quick-order-content .quick-order-info .quick-line.quick-price-whithout-anything .num{font-size:24px;font-family:'Neucha', cursive;}
.quick-order-content .quick-order-info .quick-line.quick-coupon-sum .text{font-size:16px;}
.quick-order-content .quick-order-info .quick-line.quick-coupon-sum .num{font-size:24px;font-family:'Neucha', cursive;}
.quick-order-content .quick-order-info .quick-line.quick-delivery-price .text{font-size:16px;}
.quick-order-content .quick-order-info .quick-line.quick-delivery-price .num{font-size:24px;font-family:'Neucha', cursive;}
.quick-order-content .quick-order-info .quick-line.quick-end-order-price{margin-bottom:30px;}
.quick-order-content .quick-order-info .quick-line.quick-end-order-price .text{font-size:16px;}
.quick-order-content .quick-order-info .quick-line.quick-end-order-price .num{font-size:26px;font-family:'Neucha', cursive;}
.quick-order-content .pp, .quick-order-content .pp a{color: #83799c;line-height: 16px;margin-top: 15px;}
.form-list{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:space-between;width:calc(100% + 30px);margin-left:-15px;margin-right:-15px;}
.formfast .orderAdressFields .form-list .fields{width:50%;padding:0 15px;}
.formfast .full-fields{width:100%;margin-bottom:20px;padding:0 15px;}
#quickform #quickDeliveryCity, #quickform #quickDeliveryAddressStreet{width:calc(50% - 30px);margin-left:15px;margin-right:15px;}
#quickform #quickDeliveryAddressHome, #quickform #quickDeliveryAddressFlat, #quickform #quickDeliveryZipCode{width:calc((100% - 90px) / 3);margin:0 15px 20px 15px;}
#quickform #deliveryConvenientDate, #quickform .time-select{position:relative;width:calc((100% - 90px) / 3);margin:0 15px 20px 15px;}
#quickform .time-select select{-webkit-appearance: none;margin-bottom:0;}
#quickform .time-select:after{content:' ';pointer-events: none;display:block;width:12px;height:12px;background-repeat:no-repeat;background-size:12px;position:absolute;right:15px;top:22px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d8d2e5' width='415.153' height='415.153'%3E%3Cpath d='M412.738 45.531c-1.595-8.579-10.786-13.789-19.058-13.249-.376-.02-.706-.109-1.092-.109-109.187 0-218.3-5.81-327.456-.625-7.32.348-20.243-1.493-32.659-1.444C15.775 30.16 0 33.623 0 50.373c0 .482.109.942.145 1.409-.119 1.896-.045 3.88.505 6.027 30.336 118.437 94.689 225.957 169.775 321.322 4.222 5.356 9.371 6.886 14.21 6.022 2.575.37 5.149.599 7.759.604 5.86.006 11.101-2.925 14.444-7.343.784-.573 1.571-1.143 2.323-1.884 86.295-85.563 163.389-185.216 204.876-300.522 1.346-3.745 1.381-7.083.6-10.016-.107-6.867-.629-13.655-1.899-20.461zM189.447 344.712C125.7 262.241 71.122 169.642 41.579 69.291c112.081-7.348 224.33-1.478 336.533-.792-38.517 105.604-109.954 197.16-188.665 276.213z'/%3E%3C/svg%3E");}
#quickDeliveryComment{margin-bottom:20px;margin-left:15px;margin-right:15px;}
/* Корзина */
.cartForm{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:space-between;align-items:flex-start;margin-bottom:30px;}
.cart-main{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width: calc(100% - 290px);justify-content:space-between}
.cart-info{margin-bottom:30px;width:100%;}
.cart .oneProd{display: -webkit-box;display: -ms-flexbox;display: flex;width:100%;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;padding:20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;position:relative;border:1px solid #d4cee3;}
.cart .oneProd:hover{border-color:#9f17a6;}
.cart .oneProd:not(:last-of-type){margin-bottom:30px;}
.cart .cart_and_remove{width:180px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding:0 15px;}
.cart .cart_and_remove .total-line-price{display:block;width:100%;}
.cart .cart_and_remove .total-line-price .price{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;font-size:30px;}
.cart .cart_and_remove .total-line-price .price.RUB:after{background-size:30px;width:30px;height:30px;}
.cart .image{text-align:center;width:160px;height:160px;padding:0;}
.cart .image a{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width:100%;height:100%;}
.cart .cart-product-list{display: block;width: 100%;}
.cart .cart-product-list .cart-product-name a{font-size:16px;text-overflow:ellipsis;overflow:hidden;word-break:break-word;}
.cart .cart-product-list .cart-product-properties .cart-property-line{margin-top:5px;font-size:12px;color:#909090;}
.cart .cart-product-list .cart-description-short{margin-top:10px;font-size:12px;}
.cart .cart-product-list .cart-product-article{margin-top:5px;font-size:12px;color:#909090;}
.cart .cart-product-list .remove{margin:10px auto 0 auto;}
.cart .cart-product-list .remove:hover{background:#9f17a6;} 
.cart .info{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;justify-content: flex-start;width:calc(100% - 160px);}
.cart .total{text-align:right;padding:0 15px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:flex-start;align-items:center;line-height:26px;}
.cart .total .text{padding:0 15px;}
.cart .buttons{display:block;width:140px;text-align:center;order:4;margin:10px auto 0 auto;}
.cart .discountSum{text-align:right;margin-left:auto;}
.cart .discountSum .price{font-size:16px;}
.cart .remove-product-col{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;}
.cart .oneProd-old-price{font-size:16px;color:#909090;text-decoration:line-through;margin-top:5px;}
.qty-cart-col{width:180px;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding:15px;}
.qty-cart-col .qty-set{margin:0 auto;}
.one-prod-price{text-align:center;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;font-size:18px;color:#83799c;font-family:'Neucha', cursive;margin-top:10px;}
.one-prod-price .price{font-size:18px;color:#83799c;}
.one-prod-price .price.RUB:after{background-size:18px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24.6'%3E%3Ctext transform='translate(4.345 18.465)' font-size='18' font-family='Nunito-Regular' fill='%2383799c'%3E₽%3C/text%3E%3C/svg%3E");}
.cart-middle-col{width:calc(100% - 180px - 180px - 160px);padding:15px;}
.trash-icon-active{display:block;width:20px;height:20px;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233cacf6' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zm2.46-7.12l1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14l-2.13-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");}
.cart-buttons{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-top:30px;}
.cart-buttons .btn-primary{width:220px;}
#startOrder{width:220px;height:54px;}
.reCalc .button{width:140px;height:40px;margin-top:30px;}
.cart-total-sum{font-family:'Neucha', cursive;font-size:24px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:space-between;}
.cart-total-sum .text{display:block;width:100px;text-align:left;} 
.cart-total-sum .price{font-size:26px;}
.cart-total-sum .price.RUB:after{background-size:26px;}
.cart-right{margin-left:30px;width:260px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background:#f2f2ff;padding:14px;}
.cart-right .pp{color:#83799c;line-height:16px;margin-top:15px;}
.cart-right .pp a{color:#83799c;}
.cart-right .cart-right-count{font-family:'Neucha', sans-serif;font-size: 24px;line-height:24px;text-align:center;padding-bottom:20px;border-bottom:1px solid #d4cee3;margin-bottom:20px;}
.cart-right .discountInfo{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #d4cee3;}
.cart-right .disc-name{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:space-between;align-items:center;}
.cart-right .disc-name:not(:last-of-type){margin-bottom:20px;}
.cart-right .disc-name .text{}
.cart-auth{margin-bottom:30px;}
.cart-auth-text{margin-bottom:15px;}
.cart-auth .button{width:140px;}
 
/* Личный кабинет (Страницы) */
.showPassBlock{position: absolute;right:0px;top:0px;width:40px;height:40px;}
.showPass{background-repeat:no-repeat;background-size:16px;background-position:center center;width:40px;height:50px;display:block;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d3d3d3' width='32' height='32'%3E%3Cpath d='M16 6C9.021 6 2.972 10.064 0 16c2.972 5.936 9.021 10 16 10s13.027-4.064 16-10c-2.972-5.936-9.021-10-16-10zm7.889 5.303A15.212 15.212 0 0 1 28.559 16a15.223 15.223 0 0 1-4.67 4.697C21.527 22.204 18.799 23 16 23s-5.527-.796-7.889-2.303A15.212 15.212 0 0 1 3.441 16a15.223 15.223 0 0 1 5.041-4.925 8 8 0 1 0 15.036 0c.124.074.248.15.371.228zM16 13a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3C/svg%3E");}
.showPass.active, .showPass:hover{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232a2a2a' width='32' height='32'%3E%3Cpath d='M16 6C9.021 6 2.972 10.064 0 16c2.972 5.936 9.021 10 16 10s13.027-4.064 16-10c-2.972-5.936-9.021-10-16-10zm7.889 5.303A15.212 15.212 0 0 1 28.559 16a15.223 15.223 0 0 1-4.67 4.697C21.527 22.204 18.799 23 16 23s-5.527-.796-7.889-2.303A15.212 15.212 0 0 1 3.441 16a15.223 15.223 0 0 1 5.041-4.925 8 8 0 1 0 15.036 0c.124.074.248.15.371.228zM16 13a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3C/svg%3E");}
input.invalidInput:focus,input.invalidInput:active,textarea.invalidInput:focus,textarea.invalidInput:active{border:1px solid red;}
/* Избранные товары */
.favorite-goods{margin-bottom:20px;}
.favorite-goods .message{margin-bottom:20px;}
.fav-remove{z-index: 1;transition: all 0.3s ease;opacity: 0;width: 44px;height: 44px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;border-radius: 50%;background-image: -moz-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -ms-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);box-shadow: 0px 2px 8px 0px rgb( 180, 13, 189 );}
.fav-remove:hover{background-image: -moz-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);background-image: -ms-linear-gradient( -90deg, rgb(187,27,195) 0%, rgb(233,44,243) 100%);box-shadow: 0px 2px 10px 2px rgb( 242, 0, 255 );}
.icon-remove{display: block;width: 30px;height: 30px;background-size: 18px;background-position: center center;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='465.519' height='465.519'%3E%3Cpath d='M455.175 69.675c-23.979-19.573-46.104-40.883-68.771-61.703-6.159-5.657-13.67-5.527-19.474-2.432-5.062 2.702-10.496 10.59-14.335 14.866-33.85 37.62-68.659 74.362-107.531 107.6-4.362 3.732-11.058 3.225-14.815-1.117C197.402 88.947 168.62 48.346 140.656 7.24 136.88 1.692 131.2-.331 125.686.044c-5.735.388-11.56 3.633-13.604 4.565a18 18 0 00-3.488 2.08C84.231 25.146 58.861 42.376 33.418 59.55c-.381.254-.729.53-1.056.808-.562.477-5.553 2.968-8.501 7.896-3.194 5.337-3.48 12.22 1.933 18.093 41.588 45.092 80.755 92 122.176 137.217 3.88 4.232 3.438 10.593-.924 14.325-47.642 40.775-86.709 89.402-137.9 126.832-3.006 2.199-4.738 4.697-5.461 7.257-1.386 4.921 1.265 11.542 2.773 14.213.82 1.458 1.995 2.874 3.582 4.215 23.583 19.972 45.286 41.645 67.524 62.83 6.053 5.769 13.574 5.758 19.438 2.752 5.106-2.62 10.679-10.404 14.602-14.599 34.599-37.064 70.134-73.23 109.674-105.83 4.43-3.656 11.1-3.032 14.782 1.386 32.093 38.481 60.057 79.552 87.209 121.109 3.666 5.606 9.308 7.724 14.832 7.439 5.738-.294 11.619-3.442 13.69-4.337a18.569 18.569 0 003.524-2.021c24.725-18.058 50.435-34.855 76.215-51.607a14.97 14.97 0 001.077-.792c.563-.468 5.591-2.874 8.638-7.739 3.306-5.281 3.732-12.167-1.574-18.134-41.132-46.27-79.755-94.354-120.76-140.71-3.809-4.302-3.347-10.771.965-14.566 47.438-41.792 85.787-91.612 136.699-130.242 2.966-2.25 4.651-4.778 5.316-7.346 1.29-4.94-1.498-11.514-3.057-14.165-.846-1.439-2.044-2.838-3.659-4.159zm-42.092 19.832c-46.936 40.398-84.594 89.073-133.281 127.988-2.112 1.696-3.55 3.526-4.408 5.413-1.609 3.542-1.812 10.191-.726 14.035.594 2.118 1.747 4.215 3.564 6.221 40.771 44.772 78.633 91.658 118.165 137.339 3.763 4.342 2.925 10.396-1.869 13.543-14.355 9.436-28.619 18.981-42.675 28.782-4.713 3.285-11.075 2.098-14.27-2.676-25.248-37.771-51.709-74.758-81.466-109.705-3.723-4.372-8.557-12.558-13.299-15.797-5.947-4.058-14.485-5.18-21.754.314-46.207 34.906-86.562 75.007-125.52 116.433a10.249 10.249 0 01-14.607.381c-9.478-9.095-19.009-18.144-28.764-26.994-4.248-3.854-4.083-9.821.338-13.487 47.735-39.618 86.348-87.661 135.8-125.767 1.975-1.518 3.369-3.168 4.283-4.88 1.706-3.184 2.163-9.579.982-13.302-.655-2.049-1.831-4.077-3.638-5.994-41.657-44.095-80.438-90.348-120.866-135.369-3.839-4.273-3.115-10.336 1.627-13.576 14.16-9.666 28.224-19.438 42.071-29.467 4.654-3.369 11.04-2.298 14.32 2.417 25.994 37.351 53.189 73.905 83.647 108.359 3.801 4.306 8.788 12.393 13.581 15.554 6.022 3.968 14.594 4.951 21.754-.66 45.503-35.66 85.051-76.424 123.176-118.484a10.26 10.26 0 0114.604-.646c9.658 8.945 19.383 17.837 29.311 26.525 4.333 3.786 4.282 9.75-.08 13.5z'/%3E%3C/svg%3E");}
/* Личный кабинет(Настройки пользователя) */
.account.user-settings .col-account{max-width:100%;}
.user-buttons{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-left:-15px;margin-right:-15px;}
.user-buttons .second{margin-left:15px;}
.showPass.active{color:#fa0d29;}
.user-settings .message{margin-bottom:20px;}
.user-settings .clientForm{display:block;}
.user-settings .clientForm .user-fields{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: stretch;-ms-flex-wrap: wrap;flex-wrap: wrap;text-align: center;margin-left:-15px;margin-right:-15px;}
.user-settings .clientForm .user-fields .user-field{width:50%;padding:15px;}
.user-settings .clientForm .user-fields .user-field .col-account{height:100%;}
.user-settings input, .user-settings textarea{margin-bottom:10px;}
.user-settings .col-account  .buttons{margin-top:0;}
.user-settings .button{margin:0 auto;}
.user-settings .form-list{height:calc(100% - 40px - 44px);}
.user-settings .user-wrapper .user_form{margin-bottom:30px;}
/* Обратный звонок, Связь с администрацией */
.callback-info .callback-form-wrp {text-align: center;max-width:540px;margin:0 auto;border:1px solid #c1c1c1;padding:40px;}
.callback-info .callback-form .name-error, .callback-info .callback-form .phone-error {position: relative;text-align: left;bottom: 0;}
.callback-info .callback-form div {}
.callback-info .callback-form div label {display:none;}
.callback-info .callback-form div input {margin-bottom:10px;}
.callback-info .callback-form div textarea{margin-bottom:10px;}
.callback-info .button{margin:0 auto;}
.contact-info .block-contact > div {margin-bottom: 12px;}
.contact-info .block-contact > div i {width: 25px;text-align: center;vertical-align: middle;font-size: 18px;margin-right: 10px;}
.block-contact{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.contact-box{width:360px;padding:25px;margin:0 14px 28px;border:1px solid #d3d3d3;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.contact-box label{display:block;font-size:16px;margin-bottom:15px;}
.contact-box .contact-main-info, .contact-box a.contact-main-info {font-family:'Neucha', cursive;display:block;font-size:24px;margin-bottom:10px;}
.contact-box a.contact-main-info:hover{text-decoration:underline;}
.contact-box .contact-comment, .contact-box .contact-adress{font-size:16px;color:#909090}
.contact-box .callback-action{text-decoration:underline;}
.contact-box .callback-action:hover{text-decoration:none;}
.message-after-send{height: 100%;width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-line-pack: center;align-content: center;padding:15px;}
#callback .message-after-send{color:#fff;font-family:'Neucha', cursive;font-size:24px;line-height:24px;}
.subscribe-wrp.sended{-ms-flex-line-pack: center;align-content: center;}
.subscribe-wrp .message-after-send{color:#fff;font-size:24px;line-height:24px;font-family:'Neucha', sans-serif;}
  
/* Политика конфиденциальности */
.pp{font-size: 12px;line-height: 20px;color: #fff;text-align:center;}
.pp a{color: #fff;text-decoration:underline;}
.pp a:hover{text-decoration:none;}
.policy{padding:15px;}
.policy .policy-title{font-size:30px;text-align:center;font-weight:normal;line-height:40px;word-break:break-word;}
.policy .policy-sub-title{font-size:18px;text-align:center;line-height:30px;}
/* Платежные системы на странице просмотра заказа */
.order-info .paymentQiwi .tr2 .ceil1 {padding: 25px 0 25px;}
.order-info .paymentQiwi .tr6 .ceil1 {padding: 16px 10px 15px;}
.order-info .paymentQiwi .PhoneLabel, .order-info .paymentQiwi .PhoneInput {}
.order-info .paymentQiwi .PhoneInput {padding: 10px 0 0;}
.order-info .paymentQiwi #form_phone {width: 130px;text-align: center;}
/* Просмотр заказа / ЛК Информация о заказе */
.order-info .message{margin-bottom:10px;}
.order-info .scroll{margin-bottom:20px;}
.order-info .scroll.nomargin{margin-bottom:0;}
.order-info .table-box{border:0;overflow:hidden;}
.order-lines-table{margin-bottom:30px;}
.order-lines .buttons{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.order-lines .button{width:200px;}
/* Оформление заказа */
.orderStrageContent .quick_order_payment, .orderStrageContent .coupons {margin-bottom: 15px;}
.orderStrageContent .buttons .button:nth-child(2) {}
.orderStrageContent .payment {margin-bottom: 15px;}
.orderStrageContent .registrations .text, .orderStrageContent .form-list .text {text-transform: uppercase;margin-bottom: 8px;}
.orderStrageContent .registrations .text-italic {color: #b2b2b2;margin-bottom: 15px;}
.orderStrageContent .registrations .contactWantRegister input {margin: 0;vertical-align: middle;}
.orderStrageContent h3.title {margin-bottom: 15px;}
.orderStrageContent .delivery {margin-bottom: 15px;}
.orderStrageContent .fields label{display:block;margin-bottom:10px;}
.no-js-form .buttons{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;width:430px;justify-content:space-between;}
.no-js-form .buttons .button{width:200px;margin:0;}
.no-js-form .orderStagePaymentList{display:block;width:100%;}
.no-js-form .orderStagePayment{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;border:1px solid #d3d3d3;}
.no-js-form .orderStagePayment:not(:last-of-type){margin-bottom:10px;}
.no-js-form .orderStagePayment .cell1{width:40px;height:40px;text-align:center;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.no-js-form .orderStagePayment .cell2{width:calc(100% - 40px);padding:0 15px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: center;}
.no-js-form .orderStagePayment .cell2 label{line-height:40px;display:block;width:100%}
.payment .orderStagePayment .cell1 input{width: 20px;height: 20px;}
.payment-description{line-height:40px;}
.stages-list {width: 100%;margin: 20px 0 20px 0;padding-top: 0px;}.
.stages.active .stage, .stages:hover .stage {background-color: #3cacf6;}
.stages.active .title, .stages:hover .title {color: #3cacf6;}
.stages a{display:block;}
.stages {padding: 10px 0;}
.order-title{position:relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;justify-content:flex-start;font-size:30px;line-height:44px;margin-bottom:30px;font-family:'Neucha';color:#350c0c;font-weight:normal;text-align:left;}
.order-title .order-title-number{position:absolute;left:-85px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:50px;height:70px;}
.order-title .order-title-number .white-line{display:block;width:50px;height:10px;background:#fff;}
.order-title .order-title-number .order-circle{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:50px;height:50px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;border-radius: 50%;font-size:34px;color:#fff;font-family:'Neucha', cursive;}
.order-title .order-title-number.number1 .order-circle{background-image: -moz-linear-gradient( -90deg, rgb(45,179,217) 0%, rgb(78,199,233) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(45,179,217) 0%, rgb(78,199,233) 100%);background-image: -ms-linear-gradient( -90deg, rgb(45,179,217) 0%, rgb(78,199,233) 100%);}
.order-title .order-title-number.number2 .order-circle{background-image: -moz-linear-gradient( -90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( -90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);}
.order-title .order-title-number.number3 .order-circle{background-image: -moz-linear-gradient( -90deg, rgb(253,77,64) 0%, rgb(231,115,106) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(253,77,64) 0%, rgb(231,115,106) 100%);background-image: -ms-linear-gradient( -90deg, rgb(253,77,64) 0%, rgb(231,115,106) 100%);}
.order-title .order-title-number.number4 .order-circle{background-image: -moz-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -ms-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);}
.order-title .order-title-number.number5 .order-circle{background-image: -moz-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -ms-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);}
.order-title.order-step-link{background:#fff;margin-bottom:30px;}
.order-title.order-step-link:hover{color:#9f17a6;}
.orderStageDeliveryListTable{display:block;}
.orderStageDeliveryListTable.table-box > tbody > tr > td{border:0;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;padding:0;}
.orderStageDeliveryListTable.table-box tbody tr td.cell1{width:40px;height:20px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.orderStageDeliveryListTable.table-box tbody tr td.cell2{width:calc(100% - 40px);max-width:none;flex-grow:1;padding-right:10px;}
.orderStageDeliveryListTable.table-box tbody tr td.cell2 label{display: -webkit-box;display: -ms-flexbox;display: flex;width:100%;min-height:20px;align-items:center;}
.orderStageDeliveryListTable tbody{display:block;margin-bottom:10px;border:1px solid #d3d3d3;}
.orderStageDeliveryListTable tbody tr{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding:10px 0;}
.orderStageDeliveryListTable tbody tr td.cell3{display:none;}
.delivery .orderStageDeliveryListTable input{width:20px;height:20px;}
.currentDeliveryPrice, .deliveryZonePrice{min-width:100px;}
.orderStageDeliveryListTable p.delivery_desc{width:100%;margin:10px 0;}
.orderStageDeliveryListTable .zones{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;width:100%;min-height:30px;}
.orderStageDeliveryListTable.table-box tbody tr td.cell2 .zones label{width:auto;margin-left:10px;}
.formfast .form-list .fields.noscript-adress{width:100%;}
.noscript-adress .inputText{width:100%;}
.coupon_clear{cursor: pointer;display: none;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-line-pack: center;align-content: center;width: 48px;height: 48px;border-radius: 50%;position: absolute;top: 3px;right: 60px;border: 0;}
.coupon_clear:hover i.svg-cancel{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' width='465.519' height='465.519'%3E%3Cpath d='M455.175 69.675c-23.979-19.573-46.104-40.883-68.771-61.703-6.159-5.657-13.67-5.527-19.474-2.432-5.062 2.702-10.496 10.59-14.335 14.866-33.85 37.62-68.659 74.362-107.531 107.6-4.362 3.732-11.058 3.225-14.815-1.117C197.402 88.947 168.62 48.346 140.656 7.24 136.88 1.692 131.2-.331 125.686.044c-5.735.388-11.56 3.633-13.604 4.565a18 18 0 00-3.488 2.08C84.231 25.146 58.861 42.376 33.418 59.55c-.381.254-.729.53-1.056.808-.562.477-5.553 2.968-8.501 7.896-3.194 5.337-3.48 12.22 1.933 18.093 41.588 45.092 80.755 92 122.176 137.217 3.88 4.232 3.438 10.593-.924 14.325-47.642 40.775-86.709 89.402-137.9 126.832-3.006 2.199-4.738 4.697-5.461 7.257-1.386 4.921 1.265 11.542 2.773 14.213.82 1.458 1.995 2.874 3.582 4.215 23.583 19.972 45.286 41.645 67.524 62.83 6.053 5.769 13.574 5.758 19.438 2.752 5.106-2.62 10.679-10.404 14.602-14.599 34.599-37.064 70.134-73.23 109.674-105.83 4.43-3.656 11.1-3.032 14.782 1.386 32.093 38.481 60.057 79.552 87.209 121.109 3.666 5.606 9.308 7.724 14.832 7.439 5.738-.294 11.619-3.442 13.69-4.337a18.569 18.569 0 003.524-2.021c24.725-18.058 50.435-34.855 76.215-51.607a14.97 14.97 0 001.077-.792c.563-.468 5.591-2.874 8.638-7.739 3.306-5.281 3.732-12.167-1.574-18.134-41.132-46.27-79.755-94.354-120.76-140.71-3.809-4.302-3.347-10.771.965-14.566 47.438-41.792 85.787-91.612 136.699-130.242 2.966-2.25 4.651-4.778 5.316-7.346 1.29-4.94-1.498-11.514-3.057-14.165-.846-1.439-2.044-2.838-3.659-4.159zm-42.092 19.832c-46.936 40.398-84.594 89.073-133.281 127.988-2.112 1.696-3.55 3.526-4.408 5.413-1.609 3.542-1.812 10.191-.726 14.035.594 2.118 1.747 4.215 3.564 6.221 40.771 44.772 78.633 91.658 118.165 137.339 3.763 4.342 2.925 10.396-1.869 13.543-14.355 9.436-28.619 18.981-42.675 28.782-4.713 3.285-11.075 2.098-14.27-2.676-25.248-37.771-51.709-74.758-81.466-109.705-3.723-4.372-8.557-12.558-13.299-15.797-5.947-4.058-14.485-5.18-21.754.314-46.207 34.906-86.562 75.007-125.52 116.433a10.249 10.249 0 01-14.607.381c-9.478-9.095-19.009-18.144-28.764-26.994-4.248-3.854-4.083-9.821.338-13.487 47.735-39.618 86.348-87.661 135.8-125.767 1.975-1.518 3.369-3.168 4.283-4.88 1.706-3.184 2.163-9.579.982-13.302-.655-2.049-1.831-4.077-3.638-5.994-41.657-44.095-80.438-90.348-120.866-135.369-3.839-4.273-3.115-10.336 1.627-13.576 14.16-9.666 28.224-19.438 42.071-29.467 4.654-3.369 11.04-2.298 14.32 2.417 25.994 37.351 53.189 73.905 83.647 108.359 3.801 4.306 8.788 12.393 13.581 15.554 6.022 3.968 14.594 4.951 21.754-.66 45.503-35.66 85.051-76.424 123.176-118.484a10.26 10.26 0 0114.604-.646c9.658 8.945 19.383 17.837 29.311 26.525 4.333 3.786 4.282 9.75-.08 13.5z'/%3E%3C/svg%3E");}
.coupon_clear.active{display: -webkit-box;display: -ms-flexbox;display: flex;}
/* Оформление заказа без js */
.no-js-form{padding-left:35px;width:calc(100% - 50px);}
.no-js-global{margin-bottom:30px;}
.no-js-global #quickDeliveryComment{margin-left:0;margin-right:0;}
.no-js-global .form-list{padding:0 15px;}
.no-js-global .orderStrageContent .table-box{margin-top:50px;}
.registrations{margin-bottom:15px;}
.registrations .contactWantRegister{margin-top:15px;}
.orderStrageContent{margin-bottom:30px;}
.orderStrageContent .adress{margin-bottom:15px;}
.orderStrageContent .table-box{margin-bottom:15px;}
/* Страница */
.page-wrapper{margin-bottom:30px;font-size:16px;}
/* Страница Поиск */
#search #search_form{position:relative;}
#search #search_form .search-string{}
#search #search_form .search-submit{}
/* Список Акций */
.discount-box{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom:30px;width:100%;}
.discount-box .discount-containter{width:25%;padding:14px;color:#fff;}
.discount-box .discount-containter .content{border-radius: 20px;height:100%;background-image: -moz-linear-gradient( 90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -ms-linear-gradient( 90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);}
.discount-box .discount-containter .content:hover{cursor:pointer;background-image: -moz-linear-gradient( 90deg, rgb(22,195,176) 0%, rgb(65,227,209) 50%);background-image: -webkit-linear-gradient( 90deg, rgb(22,195,176) 0%, rgb(65,227,209) 50%);background-image: -ms-linear-gradient( 90deg, rgb(22,195,176) 0%, rgb(65,227,209) 50%);}
.discount-box .discount-containter .content .content-inner{padding:30px 14px;height:100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;flex-direction: column;justify-content: space-between;align-items:center;}
.discount-box .content .image{width:100px;}
.discount-box .sale-percentage{display:block;width:100%;font-family:'Neucha', cursive;text-align:center;word-break:break-word;color:#fff;font-size:44px;padding:15px 0;line-height:44px;}
.discount-box .discount-title{font-size: 18px;text-align: center;color: #fff;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;width: 100%;position: relative;margin: 15px 0;height: 94px;overflow: hidden;text-overflow: ellipsis;}
.discount-box .sale-date{width:100%;text-align:center;font-size:14px;}
.discount-box .more-button{margin-bottom:30px;}
.sale-image{width:100%;height:85px;margin-bottom:30px;background-repeat:no-repeat;background-position:center center;background-size:85px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 76.808 76.808'%3E%3Cpath d='M75.923 72.659c-1.101-8.435-.306-16.899-.319-25.387-.012-6.64-4.892-9.908-11.111-10.543-2.117-.218-4.254-.314-6.402-.343a1.992 1.992 0 00-.243-.314c-1.734-1.836-2.769-3.976-4.25-5.995-1.665-2.266-3.45-4.393-4.949-6.781-1.472-2.348-3.071-4.619-4.596-6.932-1.058-1.604-2.493-2.863-3.676-4.341 1.862-.832 3.251-2.489 3.211-4.873-.056-3.247-3.234-7.805-6.906-7.072-1.99.396-3 2.207-3.597 3.98-.198.586-.166 1.327-.297 1.952a2.467 2.467 0 00-.528 1.069c-.208 1.048-.56 2.141.096 3.136.621.943 1.417 1.5 2.457 1.921.154.064.316.111.476.162-3.419 2.877-6.052 7.89-8.822 10.643-2.906 2.887-5.559 6.029-8.218 9.141-1.195 1.396-2.327 2.611-3.25 4.026a3.24 3.24 0 00-1.237.564c-.182.009-.374.021-.592.044-2.354.241-3.777-1.048-6.181-.288-3.165 1.006-4.545 4.61-5.248 7.517C.65 48.452.965 53.451.877 58.04a45.703 45.703 0 00.746 9.314c.427 2.27.474 5.042 1.849 6.958 2.036 2.837 7.725 2.479 10.738 2.482 6.985.008 13.948-.563 20.965-.556 6.288.006 12.486-.885 18.764-.794 3.435.05 6.895.419 10.32.125 2.977-.255 5.441-.852 8.438-.477.55.068.983-.137 1.291-.474 1.08.059 2.114-.586 1.935-1.959zM35.824 7.931c.079-.588-.127-.138.379-.571.373-.321.769-.585 1.16-.887.881-.676.389-2.026-.762-1.807-.167.032-.33.045-.493.059.173-.46.395-.886.705-1.225 1.036-1.139 2.592 1.565 2.866 2.273.729 1.885-.06 2.916-2.007 3.097-.501.047-.901-.102-1.356-.304-.711-.313-.56-.128-.492-.635zM20.778 34.45c.157-.262.335-.509.519-.751.054.018.111.023.158.058.43-.482.855-.967 1.255-1.456a150.57 150.57 0 016.098-7.016c1.79-1.932 3.269-4.054 4.815-6.188.991-1.365 2.857-4.36 4.658-5.87.716 1.234 1.644 2.288 2.502 3.543 1.79 2.621 3.262 5.535 4.905 8.255 1.457 2.408 3.087 4.631 4.762 6.893 1.104 1.491 1.889 3.044 2.863 4.507-5.572.152-11.174.607-16.654.719-4.408.093-9.073-.403-13.679-.526-.032.032-.072.062-.108.094-.605-.164-1.211-.31-1.806-.33a14.55 14.55 0 01-1.243-.115c.293-.619.603-1.232.955-1.817zm50.019 34.623c-.75-.606-1.539-1.16-2.246-1.816-.895-.83-2.207.47-1.341 1.342.745.749 1.586 1.393 2.379 2.089.08.068.153.14.229.21a8.853 8.853 0 00-1.4.004c-.237.02-.472.051-.703.083-1.02-.435-2.066-.834-2.982-1.439-.599-.396-1.333.541-.772 1 .366.297.756.612 1.164.92-.315.065-.632.128-.948.187-.051-.045-.094-.088-.145-.131-.8-.685-1.686-1.355-2.802-1.095-.435.102-.583.823-.133 1.015.284.121.535.291.779.476-.146.003-.29.016-.438.015-1.131-.01-2.258-.034-3.385-.063-.065-.029-.123-.063-.191-.092-.982-.414-2.056-1.11-2.893-1.775-.733-.582-1.754.361-1.054 1.054.273.267.552.507.835.734-2.876-.061-5.752-.07-8.642.171-4.752.396-9.372.588-14.158.592-5 .006-10 .589-14.969.594-3.403.003-10.472 1.112-11.239-3.246-.88-5.009-1.426-9.735-1.322-14.839.07-3.529-.123-7.06.523-10.539.227-.213.418-.401.451-.467.797-1.603 1.618-2.659 2.861-3.363.979.112 2.026-.147 3.013-.138 1.169.015 2.533.146 3.657-.29 5.687-.163 11.392.605 17.067.81 8.066.287 16.182-.279 24.248-.436 3.383-.065 6.74-.203 10.061.54.164.036.317.08.473.122a.812.812 0 00.155.703c.964 1.167 2.224 1.862 3.532 2.585.161.09.328.187.496.285.248.692.391 1.445.458 2.243-.403-.339-.806-.679-1.209-1.021-.826-.704-1.892.361-1.188 1.185.753.885 1.525 1.757 2.426 2.482-.017.383-.036.768-.061 1.156-.024.415-.04.834-.063 1.251-.491-.243-1.04-.297-1.616.002-.593.306-.325 1.298.342 1.262.484-.026.921.85 1.153 1.227a151.995 151.995 0 00-.097 3.314 4.72 4.72 0 00-1.094-.694c-.902-.427-1.688.852-.792 1.357.542.306.918.638 1.22 1.187.159.287.382.589.648.848.004 1.306.022 2.611.069 3.913a15.575 15.575 0 01-1.438-1.094c-.749-.635-1.707.323-1.073 1.072.771.91 1.567 1.697 2.619 2.212.057.966.121 1.93.209 2.888-.22-.204-.44-.405-.673-.592z'/%3E%3Cpath d='M16.548 57.061c-1.392-1.379-2.849-2.817-4.315-4.106-1.673-1.468 2.318-1.575 2.658-1.585 1.384-.037 2.679.613 3.621 1.575.842.858 1.99-.391 1.283-1.284-1.775-2.244-6.472-4.802-9.29-2.686-3.736 2.806-1.088 5.813 1.451 8.373 1.712 1.728 3.608 3.154 4.892 5.266.627 1.032-3.479 1.675-4.101 1.741-.485.054-1.103.148-1.586.04a1.587 1.587 0 00-.617-.031l-.024-.003c-.835 0-1.416.785-1.375 1.571.027.536.276 1.126.788 1.378 2.729 1.341 9.291.029 10.342-3.223.858-2.655-2.056-5.369-3.727-7.026zM37.097 66.817a547.05 547.05 0 01-3.573-13.727c-.385-1.556-1.146-5.77-3.38-5.77-2.191 0-2.854 2.993-2.98 4.662-.189 2.528-1.678 5.438-2.182 7.992-.534 2.71-1.254 5.261-1.47 8.029-.105 1.335 1.852 1.471 2.234.301.015-.043.024-.087.039-.131a.87.87 0 00.192-.77c.38-1.47.761-2.941 1.126-4.416 2.007.2 3.995.381 6.001.25.267 1.189.544 2.372.854 3.535.037.292.108.575.224.846.633 1.825 3.437 1.097 2.915-.801zm-9.393-6.329c.191-.835.376-1.671.551-2.509.557-2.676 2.372-5.109 1.349-7.537 1.339 3.18 2.133 6.597 2.884 10.015-1.587.101-3.19.01-4.784.031zM48.593 64.754c-1.761.064-3.503.303-5.26.406-1.214.073-.518-2.062-.519-3.045a478.36 478.36 0 01.088-10.911c.396-.347.499-.902-.04-1.667-.277-1.375-2.264-1.177-2.657-.017-.533.748-.46 1.297-.096 1.648-.056 2.463-.309 4.941-.461 7.396a108.197 108.197 0 00-.196 4.729c-.016.852-.393 1.876-.11 2.711 1.34 3.957 6.078 2.32 9.251 2.11 2.143-.143 2.179-3.443 0-3.36zM63.163 65.113c-1.251-.088-2.515.159-3.745.364-.844.142-1.695.247-2.543.364a1.623 1.623 0 00-.405-.795l.042.044a.794.794 0 00-.051-.118c-.149-1.431-.16-2.904-.151-4.39.777.089 1.559.137 2.324.157 1.301.034 2.75.325 3.925-.327.897-.497.897-1.887 0-2.385-1.175-.651-2.624-.361-3.925-.327-.761.021-1.543.068-2.316.156-.022-2.484-.195-4.941-1.078-7.202.538.104 1.08.188 1.639.213 1.516.069 3.033.052 4.55.063 2.165.015 2.165-3.375 0-3.359-1.517.011-3.034-.007-4.55.063-1.269.058-2.387-.333-3.638-.162-1.391-.146-1.953 2.231-.399 2.622l.35.087c-.22 5.2-.634 10.815.057 15.975.081.604.364 1.102.791 1.394.094.505.445.986.975 1.167-.006.017-.01.036-.015.055 2.62.386 5.547-.402 8.165-.705 1.864-.219 1.928-2.819-.002-2.954z'/%3E%3C/svg%3E");}
/* Просмотр акции */
.sale-description{margin-bottom:20px;}
/* Сравнение */
.compare-info{width:100%;margin-bottom:30px;}
.compare-info .buttons {margin: 20px 0 30px;}
.compare-info .buttons .button {margin-bottom: 10px;line-height: 40px;}
.compare-info .buttons i {margin-right: 5px;}
.CompareGoodsTable {width: 100%;margin-bottom: 30px;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;-ms--ms-flex-wrap: wrap;flex-wrap: wrap;-webkit--ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;}
.CompareGoodsTableFilter{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;}
.CompareGoodsTableFilter .button {padding: 0 15px;}
.CompareGoodsTableFilter .label {margin-left: 10px;line-height: 30px;font-size:14px;}
.CompareGoodsTableFilter .label.hide {display: none;}
.CompareGoodsTableFilterSwitch {display: inline-block;position: relative;width: 60px;height: 30px;border-radius: 19px;vertical-align: middle;background: #bfbfbf;z-index: 0;margin: 0;padding: 0;border: none;cursor: pointer;transition-duration: 300ms;}
.CompareGoodsTableFilterSwitch:after {content: "";position: absolute;top: 3px;left: 3px;height: 24px;width: 24px;border-radius: 17px;background: #fff;transition-duration: 300ms;z-index: 1;}
.CompareGoodsTableFilterSwitch.switch-on {background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);}
.CompareGoodsTableFilterSwitch.switch-on:after {left: 33px;}
.CompareGoodsTableTbody {width: 100%;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms--ms-flex-wrap: wrap;flex-wrap: wrap;-webkit--ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;}
.CompareGoodsTableTbody .owl-nav{display:none;}
.CompareGoodsTableTbody a:hover{text-decoration:underline;}
.CompareGoodsTableTbody > div {width: 100%;margin-bottom: 15px;border-top: 1px solid #dddddd;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms--ms-flex-wrap: wrap;flex-wrap: wrap;-webkit--ms-flex-wrap: wrap;flex-wrap: wrap;-ms-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: 15px 0;}
.CompareGoodsTableTbody > div .cell label {font-family:'Neucha', cursive; font-size:18px;font-weight:bold;}
.CompareGoodsTableTbody .icon-minus {display: inline-block;width: 12px;height: 2px;background: #000000;vertical-align: middle;}
.CompareGoodsTableTbody .image{width:260px;height:260px;position:relative;margin:0 auto;max-width:100%;max-height:100%;}
.CompareGoodsTableTbody .image a:not(.remove) {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-line-pack: center;align-content: center;width: 100%;height: 100%;}
.CompareGoodsTableTbody .image img {max-width: 100%;max-height:100%;}
.CompareGoodsTableTbody .remove {display:block;margin:0 auto;z-index: 2;width:24px;height: 24px;background-size:16px;background-repeat:no-repeat;background-position:center center;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23350c0c' width='465.519' height='465.519'%3E%3Cpath d='M455.175 69.675c-23.979-19.573-46.104-40.883-68.771-61.703-6.159-5.657-13.67-5.527-19.474-2.432-5.062 2.702-10.496 10.59-14.335 14.866-33.85 37.62-68.659 74.362-107.531 107.6-4.362 3.732-11.058 3.225-14.815-1.117C197.402 88.947 168.62 48.346 140.656 7.24 136.88 1.692 131.2-.331 125.686.044c-5.735.388-11.56 3.633-13.604 4.565a18 18 0 00-3.488 2.08C84.231 25.146 58.861 42.376 33.418 59.55c-.381.254-.729.53-1.056.808-.562.477-5.553 2.968-8.501 7.896-3.194 5.337-3.48 12.22 1.933 18.093 41.588 45.092 80.755 92 122.176 137.217 3.88 4.232 3.438 10.593-.924 14.325-47.642 40.775-86.709 89.402-137.9 126.832-3.006 2.199-4.738 4.697-5.461 7.257-1.386 4.921 1.265 11.542 2.773 14.213.82 1.458 1.995 2.874 3.582 4.215 23.583 19.972 45.286 41.645 67.524 62.83 6.053 5.769 13.574 5.758 19.438 2.752 5.106-2.62 10.679-10.404 14.602-14.599 34.599-37.064 70.134-73.23 109.674-105.83 4.43-3.656 11.1-3.032 14.782 1.386 32.093 38.481 60.057 79.552 87.209 121.109 3.666 5.606 9.308 7.724 14.832 7.439 5.738-.294 11.619-3.442 13.69-4.337a18.569 18.569 0 003.524-2.021c24.725-18.058 50.435-34.855 76.215-51.607a14.97 14.97 0 001.077-.792c.563-.468 5.591-2.874 8.638-7.739 3.306-5.281 3.732-12.167-1.574-18.134-41.132-46.27-79.755-94.354-120.76-140.71-3.809-4.302-3.347-10.771.965-14.566 47.438-41.792 85.787-91.612 136.699-130.242 2.966-2.25 4.651-4.778 5.316-7.346 1.29-4.94-1.498-11.514-3.057-14.165-.846-1.439-2.044-2.838-3.659-4.159zm-42.092 19.832c-46.936 40.398-84.594 89.073-133.281 127.988-2.112 1.696-3.55 3.526-4.408 5.413-1.609 3.542-1.812 10.191-.726 14.035.594 2.118 1.747 4.215 3.564 6.221 40.771 44.772 78.633 91.658 118.165 137.339 3.763 4.342 2.925 10.396-1.869 13.543-14.355 9.436-28.619 18.981-42.675 28.782-4.713 3.285-11.075 2.098-14.27-2.676-25.248-37.771-51.709-74.758-81.466-109.705-3.723-4.372-8.557-12.558-13.299-15.797-5.947-4.058-14.485-5.18-21.754.314-46.207 34.906-86.562 75.007-125.52 116.433a10.249 10.249 0 01-14.607.381c-9.478-9.095-19.009-18.144-28.764-26.994-4.248-3.854-4.083-9.821.338-13.487 47.735-39.618 86.348-87.661 135.8-125.767 1.975-1.518 3.369-3.168 4.283-4.88 1.706-3.184 2.163-9.579.982-13.302-.655-2.049-1.831-4.077-3.638-5.994-41.657-44.095-80.438-90.348-120.866-135.369-3.839-4.273-3.115-10.336 1.627-13.576 14.16-9.666 28.224-19.438 42.071-29.467 4.654-3.369 11.04-2.298 14.32 2.417 25.994 37.351 53.189 73.905 83.647 108.359 3.801 4.306 8.788 12.393 13.581 15.554 6.022 3.968 14.594 4.951 21.754-.66 45.503-35.66 85.051-76.424 123.176-118.484a10.26 10.26 0 0114.604-.646c9.658 8.945 19.383 17.837 29.311 26.525 4.333 3.786 4.282 9.75-.08 13.5z'/%3E%3C/svg%3E");}
.CompareGoodsTableTbody .remove:hover {background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239f17a6' width='465.519' height='465.519'%3E%3Cpath d='M455.175 69.675c-23.979-19.573-46.104-40.883-68.771-61.703-6.159-5.657-13.67-5.527-19.474-2.432-5.062 2.702-10.496 10.59-14.335 14.866-33.85 37.62-68.659 74.362-107.531 107.6-4.362 3.732-11.058 3.225-14.815-1.117C197.402 88.947 168.62 48.346 140.656 7.24 136.88 1.692 131.2-.331 125.686.044c-5.735.388-11.56 3.633-13.604 4.565a18 18 0 00-3.488 2.08C84.231 25.146 58.861 42.376 33.418 59.55c-.381.254-.729.53-1.056.808-.562.477-5.553 2.968-8.501 7.896-3.194 5.337-3.48 12.22 1.933 18.093 41.588 45.092 80.755 92 122.176 137.217 3.88 4.232 3.438 10.593-.924 14.325-47.642 40.775-86.709 89.402-137.9 126.832-3.006 2.199-4.738 4.697-5.461 7.257-1.386 4.921 1.265 11.542 2.773 14.213.82 1.458 1.995 2.874 3.582 4.215 23.583 19.972 45.286 41.645 67.524 62.83 6.053 5.769 13.574 5.758 19.438 2.752 5.106-2.62 10.679-10.404 14.602-14.599 34.599-37.064 70.134-73.23 109.674-105.83 4.43-3.656 11.1-3.032 14.782 1.386 32.093 38.481 60.057 79.552 87.209 121.109 3.666 5.606 9.308 7.724 14.832 7.439 5.738-.294 11.619-3.442 13.69-4.337a18.569 18.569 0 003.524-2.021c24.725-18.058 50.435-34.855 76.215-51.607a14.97 14.97 0 001.077-.792c.563-.468 5.591-2.874 8.638-7.739 3.306-5.281 3.732-12.167-1.574-18.134-41.132-46.27-79.755-94.354-120.76-140.71-3.809-4.302-3.347-10.771.965-14.566 47.438-41.792 85.787-91.612 136.699-130.242 2.966-2.25 4.651-4.778 5.316-7.346 1.29-4.94-1.498-11.514-3.057-14.165-.846-1.439-2.044-2.838-3.659-4.159zm-42.092 19.832c-46.936 40.398-84.594 89.073-133.281 127.988-2.112 1.696-3.55 3.526-4.408 5.413-1.609 3.542-1.812 10.191-.726 14.035.594 2.118 1.747 4.215 3.564 6.221 40.771 44.772 78.633 91.658 118.165 137.339 3.763 4.342 2.925 10.396-1.869 13.543-14.355 9.436-28.619 18.981-42.675 28.782-4.713 3.285-11.075 2.098-14.27-2.676-25.248-37.771-51.709-74.758-81.466-109.705-3.723-4.372-8.557-12.558-13.299-15.797-5.947-4.058-14.485-5.18-21.754.314-46.207 34.906-86.562 75.007-125.52 116.433a10.249 10.249 0 01-14.607.381c-9.478-9.095-19.009-18.144-28.764-26.994-4.248-3.854-4.083-9.821.338-13.487 47.735-39.618 86.348-87.661 135.8-125.767 1.975-1.518 3.369-3.168 4.283-4.88 1.706-3.184 2.163-9.579.982-13.302-.655-2.049-1.831-4.077-3.638-5.994-41.657-44.095-80.438-90.348-120.866-135.369-3.839-4.273-3.115-10.336 1.627-13.576 14.16-9.666 28.224-19.438 42.071-29.467 4.654-3.369 11.04-2.298 14.32 2.417 25.994 37.351 53.189 73.905 83.647 108.359 3.801 4.306 8.788 12.393 13.581 15.554 6.022 3.968 14.594 4.951 21.754-.66 45.503-35.66 85.051-76.424 123.176-118.484a10.26 10.26 0 0114.604-.646c9.658 8.945 19.383 17.837 29.311 26.525 4.333 3.786 4.282 9.75-.08 13.5z'/%3E%3C/svg%3E");}
.CompareGoodsTableTbody .remove i {display: block;}
.CompareGoodsTableTbody .CompareCheckbox {display: none;margin: 0 10px 0 0;vertical-align: middle;}
.CompareGoodsTableTbody .htmlDataBlock {text-align: left;overflow: hidden;}
.CompareGoodsTableTbody .htmlDataBlock iframe{max-width:100%;}
.CompareGoodsTableTbody .CompareGoodsHeader .title {display: block;max-height: 72px;font-size: 16px;line-height: 18px;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%;padding:0 0px 15px 5px;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;-ms--ms-flex-wrap: wrap;flex-wrap: wrap;-webkit--ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;}
.CompareGoodsTableTbody .actions .price-box {width: 100%;padding: 0;text-align: left;}
.CompareGoodsTableTbody .actions .price-box a {display: block;}
.CompareGoodsTableTbody .actions .price-box .price {line-height:24px;}
.CompareGoodsTableTbody .actions .price-box .old-price {margin-left:10px;}
.CompareGoodsTableTbody .actions .empty{margin: 15px 0 0 0;width:150px;}
.CompareGoodsTableTbody .owl-stage-outer {margin-right: -1px;}
.CompareGoodsTableTbody .add-cart{width:150px;}
.CompareGoodsTableTbody .add-cart:hover{text-decoration:none;}
.compare-info::-webkit-scrollbar-track {border-radius: 0;background-color: #edf1f4}
.compare-info::-webkit-scrollbar {width: 7px;height: 4px;background-color: #eff2f8;}
.compare-info::-webkit-scrollbar-thumb {border-radius: 0;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #eff2f8;}
.CompareNavigation{width:120px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:space-between;}
.CompareNavigation .owl-next{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.1 56.6'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='28.05' y1='.998' x2='28.05' y2='55.642'%3E%3Cstop offset='0' stop-color='%2316c3b0'/%3E%3Cstop offset='1' stop-color='%2341e3d1'/%3E%3C/linearGradient%3E%3Cpath d='M54.9 33.7c-1.3 16.4-16.7 26.4-33 20-16.1-6.3-23.6-13.8-20-28 4.5-17.4 13.2-27.5 32-24 17.1 3.2 22.4 14.8 21 32z' fill='url(%23a)'/%3E%3C/svg%3E");}
.CompareNavigation .owl-prev{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.1 56.6'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='28.05' y1='.998' x2='28.05' y2='55.642' gradientTransform='rotate(180 28.05 28.32)'%3E%3Cstop offset='0' stop-color='%2316c3b0'/%3E%3Cstop offset='1' stop-color='%2341e3d1'/%3E%3C/linearGradient%3E%3Cpath d='M1.2 23C2.5 6.6 17.9-3.4 34.2 3c16.1 6.3 23.6 13.8 20 28-4.5 17.4-13.2 27.5-32 24C5.1 51.8-.2 40.2 1.2 23z' fill='url(%23a)'/%3E%3C/svg%3E");}
.CompareNavigation .owl-prev, .CompareNavigation .owl-next{width: 55px;height: 55px;border-radius: 50%;background-color: transparent;box-shadow:0 0 0 0;}
.CompareGoodsHeader{display:block;text-align:left;}
/* Новости на главной */
#news {margin-bottom:138px;}
#news.all-news{padding-bottom:0;}
.news-owl{width:calc(100% + 30px);padding-bottom:30px;}
.news_wrap{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding:20px 0}
.news-conteiner{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:50%;padding:0 15px;}
.news-item{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;border:1px solid #d4cee3;width:100%;cursor:pointer;border-radius:20px;padding:15px 15px 15px 270px;position:relative;height:300px;}
.news-image{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items:center;width:240px;height:340px;overflow:hidden;border-radius:20px;position:absolute;left:15px;top:-20px;}
.news-image img{max-width:240px;max-height:340px;border-radius:20px;overflow:hidden;}
.news-title-wrp{height:64px;border-bottom:1px solid #eecf6c;width:100%;}
.news-title{display:block;font-family:'Neucha';font-size:22px;color:#431f1f;line-height:26px;overflow:hidden;word-break:break-word;max-height:52px;}
.news-title:hover{text-decoration:underline;}
.news-desc-short{font-size:16px;color:#431f1f;font-weight:100;line-height:26px;overflow:hidden;max-height:78px;}
.news-desciption-short{word-break:break-word;max-height: 120px;overflow-y: auto;text-overflow: ellipsis;}
.all-news .news-line{width:50%;padding:0 15px;}
.all-news.news-box .news-line{margin-bottom:50px;}
/* Список Новостей */
.news-date{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-line-pack: center;align-content: center;align-items:center;font-weight:100;height:32px;background-repeat:no-repeat;background-position:left center;background-size:24px;color:#431f1f;padding-left:30px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4cee3' width='354.19' height='354.189'%3E%3Cpath d='M341.355 126.429c-.612-18.972 3.672-47.736-6.12-65.484-3.061-6.12-7.956-10.404-14.076-13.464-3.06-22.644-13.464-45.9-38.556-46.512-7.345 0-9.181 11.016-1.836 12.852 13.464 2.448 19.584 14.688 22.031 27.54-15.301-3.06-33.049-3.672-48.96-3.06-4.896-17.748-15.912-32.436-34.885-33.66-7.344-.612-8.567 10.404-1.836 12.24 7.956 2.448 14.688 11.628 18.973 22.032-5.509 0-10.403.612-14.688.612-13.464 0-26.315-.612-39.78-.612-4.896-23.256-24.479-52.632-48.959-31.824-4.896 4.284 1.225 10.404 6.732 8.568 15.3-6.732 22.644 10.404 24.479 23.256-23.256 0-46.512.612-69.768 1.224-2.448-7.956-6.12-15.912-11.628-21.42-6.12-6.732-18.972-14.688-27.54-6.732-1.836 1.836-1.836 4.896 0 6.732.612.612 1.224 1.224 2.448 1.224 11.016 0 15.912 11.016 18.36 20.808-15.3.612-29.988 1.836-45.288 3.06-6.732.612-9.18 7.956-6.12 12.24-8.568 56.916-6.732 116.28-9.18 173.196-1.224 29.988-12.852 92.412 17.748 112.607 15.912 10.404 40.392 7.345 58.14 7.956l97.308 1.837c30.6.611 61.812 3.061 92.412 2.447 13.464-.611 28.764-1.836 39.779-10.403 11.017-8.567 13.464-20.196 15.911-33.66 4.284-29.376 3.673-60.588 4.284-89.964 1.839-31.212 1.839-62.424.615-93.636zm-15.301 128.519c-.611 23.868 3.061 53.855-13.464 71.604-16.523 18.359-39.779 13.464-62.425 13.464-22.031 0-44.676-.611-66.708-.611-22.031-.611-44.675-.611-66.708-1.225-25.704-.611-49.572 3.672-70.992-10.403-17.748-11.628-17.136-17.748-18.36-38.557a343.357 343.357 0 010-35.496c.612-21.42 1.836-42.84 2.448-64.26 1.836-42.84 6.12-86.904 3.06-129.745 15.912-.612 31.212-1.224 47.124-1.836v3.672c0 4.284-3.06 18.36-10.404 11.016-3.672-4.284-11.628-2.448-12.852 3.672-3.06 13.464 9.18 22.032 22.032 18.972 14.688-3.672 20.808-19.584 20.196-33.048 0-1.836 0-3.06-.612-4.896 22.644-.612 44.676-1.836 67.319-2.448-.611 10.404-3.672 23.868-15.912 18.972-7.344-3.06-11.628 6.12-9.18 12.24 5.508 11.628 20.808 11.628 29.988 4.284 9.792-7.956 12.851-22.644 12.851-35.496 18.974 0 37.944 0 56.916.612 1.836 15.3-3.06 29.376-17.136 28.764-3.672 0-7.344 3.672-7.344 7.344v2.448c0 4.896 3.06 7.344 7.344 9.18 22.645 9.18 35.496-18.972 33.66-47.736 12.24.612 24.479 1.224 36.107 1.836 4.283.612 8.567 1.224 11.628 2.448v5.508c0 7.956 1.225 36.72-11.628 31.824-4.896-1.836-9.181 3.06-9.792 7.344 0 1.224 0 1.836-.611 3.06-.612 3.06 2.447 6.732 4.896 8.568 25.093 16.524 32.438-16.524 34.272-36.108 4.896 14.076 3.672 32.436 4.284 47.736.61 19.584.61 39.168.61 58.141 1.23 22.646.618 45.9-.607 69.156z'/%3E%3Cpath d='M298.515 147.236c3.06-2.448 1.836-8.568-3.062-9.18-71.604-6.12-148.104-.612-219.708 6.732-2.448-1.836-7.344-.612-7.956 3.672-6.732 48.96-6.732 98.532-9.792 148.104 0 3.672 3.06 6.119 6.732 6.731l121.176 5.508c18.36.612 36.108 1.836 54.468 2.448 11.628.611 34.885 6.12 46.513 1.224 15.912-6.12 11.017-25.092 11.017-39.779.612-41.004.612-81.396 1.224-122.4-.001-1.224-.001-2.447-.612-3.06zm-14.076 137.702c3.672 12.239-.612 16.523-13.464 14.075-7.956-.611-15.912-.611-24.48-1.224l-174.419-7.345c2.448-45.288 6.732-91.801 5.508-137.088 69.156-1.836 139.536-.612 208.08-4.284v1.224c-.611 32.436-.611 65.484-1.224 97.919-.001 10.406 2.446 26.317-.001 36.723z'/%3E%3Cpath d='M219.567 190.076c-15.3-13.464-33.66 9.792-44.063 29.376-4.896-7.956-9.792-15.911-16.523-20.809-7.345-6.119-20.196-7.956-25.704 1.837-12.852 22.031 27.54 45.287 42.84 51.407 1.836.612 3.671.612 4.896 0 1.837 0 4.283 0 6.731-1.836 13.463-9.178 53.243-40.391 31.823-59.975z'/%3E%3C/svg%3E");}
.news-line{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom:20px;background-size:cover;}
.news-image img{max-width:100%;max-height:100%;}
.newsListBlockItemFiles td{line-height:20px;padding:0;border-spacing:0;}
/* Просмотр новости */
.news-main-box{margin-bottom:30px;}
.news-main-box .news-date{margin-bottom:15px;}
.news-main-box .htmlDataBlock{margin-bottom:15px;}
.news-main-box .newsListBlockItemFiles{margin-bottom:15px;}
.button.gray{max-width:200px;background:#f3f3f3;box-shadow:0 0 0 0;border:2px solid #f3f3f3;color:#2a2a2a;transition:0s all ease;} 
.button.gray:hover{color:#fff;background-image: -moz-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);background-image: -ms-linear-gradient( -90deg, rgb(159,23,166) 0%, rgb(192,36,200) 100%);}
/* Подписка на рассылку */
.subscribe {background-image: -moz-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);background-image: -ms-linear-gradient( 90deg, rgb(241,194,46) 0%, rgb(238,207,108) 100%);}
.subscribe-pattern{} 
.subscribe-wrp{position:relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width:100%;min-height:425px;height:100%;padding:40px 0 140px 0;}
.subscribe-header{display: block;width: 100%;text-align: center;font-family:'Neucha';font-size:30px;line-height:30px;color:#fff;margin-bottom:30px;}
.subscribe .callback-input{width:290px;margin-bottom:20px;}
.subscribe .callbackForm{width:100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;flex-direction:column;justify-content:flex-start;align-items: center;}
.subscribe .more-button{width:276px;margin-bottom:20px;}
.subscribe .more-button:after{content: 'Подписаться';width:290px;left:-6px;}
/* Социальные сети */
.social-media {position:absolute;bottom:-98px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-line-pack: center;align-content: center; border: 2px solid rgb(220, 216, 232);border-radius: 10px;background-color: rgb(255, 255, 255);box-shadow: 0px 3px 16.56px 1.44px rgba(73, 14, 76, 0.16); width: 356px;height: 196px;}
.social-media-inner-plane{width:410px;height:250px;background-repeat:no-repeat;background-position:top right;}
.social-media-inner-blocks{width:410px;height:250px;background-repeat:no-repeat;background-position:bottom left;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 0 80px;}
.social-circle{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;border-radius: 50%;width: 50px;height: 50px;background-image: -moz-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);background-image: -ms-linear-gradient( -90deg, rgb(22,195,176) 0%, rgb(65,227,209) 100%);box-shadow: 0px 3px 6.66px 2.34px rgba(147, 244, 233, 0.4),inset -0.035px -2px 4.7px 0.3px rgba(138, 255, 242, 0.004);}
.social-circle:hover{background-image: -moz-linear-gradient( 90deg, rgb(24,215,194) 0%, rgb(73,255,235) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(24,215,194) 0%, rgb(73,255,235) 100%);background-image: -ms-linear-gradient( 90deg, rgb(24,215,194) 0%, rgb(73,255,235) 100%);}
.ico-vk{display: block;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: 24px;background-image: url("data:image/svg+xml,%0A%3Csvg height='512' viewBox='0 0 24 24' width='512' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.145 19.5c3.472 0 2.234-2.198 2.502-2.83-.004-.472-.008-.926.008-1.202.22.062.739.325 1.811 1.367 1.655 1.67 2.078 2.665 3.415 2.665h2.461c.78 0 1.186-.323 1.389-.594.196-.262.388-.722.178-1.438-.549-1.724-3.751-4.701-3.95-5.015a2.84 2.84 0 01.103-.175h-.002c.632-.835 3.044-4.449 3.399-5.895a.019.019 0 00.002-.008c.192-.66.016-1.088-.166-1.33-.274-.362-.71-.545-1.299-.545h-2.461c-.824 0-1.449.415-1.765 1.172-.529 1.345-2.015 4.111-3.129 5.09a64.114 64.114 0 01.007-3.233c.036-1.535.152-3.029-1.441-3.029H9.339c-.998 0-1.953 1.09-.919 2.384.904 1.134.325 1.766.52 4.912-.76-.815-2.112-3.016-3.068-5.829-.268-.761-.674-1.466-1.817-1.466H1.594C.596 4.501 0 5.045 0 5.956 0 8.002 4.529 19.5 12.145 19.5zM4.055 6.001c.217 0 .239 0 .4.457.979 2.883 3.175 7.149 4.779 7.149 1.205 0 1.205-1.235 1.205-1.7l-.001-3.702C10.372 6.98 9.926 6.37 9.633 6l3.508.004c.002.017-.02 4.095.01 5.083 0 1.403 1.114 2.207 2.853.447 1.835-2.071 3.104-5.167 3.155-5.293.075-.18.14-.241.376-.241H22.006l-.002.009c-.225 1.05-2.446 4.396-3.189 5.435l-.034.05c-.327.534-.593 1.124.045 1.954h.001c.058.07.209.234.429.462.684.706 3.03 3.12 3.238 4.08-.138.022-.288.006-2.613.011-.495 0-.882-.74-2.359-2.23-1.328-1.292-2.19-1.82-2.975-1.82-1.524 0-1.413 1.237-1.399 2.733.005 1.622-.005 1.109.006 1.211-.089.035-.344.105-1.009.105C5.8 18 1.668 7.929 1.509 6.004c.055-.005.812-.002 2.546-.003z'/%3E%3C/svg%3E");}
.ico-insta{display: block;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: 24px;background-image: url("data:image/svg+xml,%0A%3Csvg height='512' viewBox='0 0 24 24' width='512' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.004 5.838a6.157 6.157 0 00-6.158 6.158 6.157 6.157 0 006.158 6.158 6.157 6.157 0 006.158-6.158 6.157 6.157 0 00-6.158-6.158zm0 10.155a3.996 3.996 0 113.997-3.997 3.995 3.995 0 01-3.997 3.997z'/%3E%3Cpath d='M16.948.076c-2.208-.103-7.677-.098-9.887 0-1.942.091-3.655.56-5.036 1.941C-.283 4.325.012 7.435.012 11.996c0 4.668-.26 7.706 2.013 9.979 2.317 2.316 5.472 2.013 9.979 2.013 4.624 0 6.22.003 7.855-.63 2.223-.863 3.901-2.85 4.065-6.419.104-2.209.098-7.677 0-9.887-.198-4.213-2.459-6.768-6.976-6.976zm3.495 20.372c-1.513 1.513-3.612 1.378-8.468 1.378-5 0-7.005.074-8.468-1.393-1.685-1.677-1.38-4.37-1.38-8.453 0-5.525-.567-9.504 4.978-9.788 1.274-.045 1.649-.06 4.856-.06l.045.03c5.329 0 9.51-.558 9.761 4.986.057 1.265.07 1.645.07 4.847-.001 4.942.093 6.959-1.394 8.453z'/%3E%3Ccircle cx='18.406' cy='5.595' r='1.439'/%3E%3C/svg%3E");}
.ico-whats{display: block;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: 24px;background-image: url("data:image/svg+xml,%0A%3Csvg height='512' viewBox='0 0 24 24' width='512' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.33 18.076c4.05.964 5.475-2.5 4.761-3.793-.286-.516-2.856-1.507-2.981-1.555-1.104-.402-1.512.348-2.277 1.335-1.469-.735-2.454-1.314-3.466-2.96.057-.071.133-.155.19-.219.354-.396 1.017-1.134.565-2.037-.38-.757-.569-1.285-.708-1.672-.403-1.121-.71-1.425-2.098-1.425-1.445 0-2.566 1.899-2.566 3.534 0 3.569 4.798 7.889 8.58 8.792zM7.316 7.25c.3 0 .452.01.528.022.162.343.326 1.059.93 2.173-.094.351-1.429 1.174-.81 2.238 1.265 2.148 2.531 2.893 4.345 3.795 1.208.546 1.594-.443 2.36-1.312.355.144 1.553.674 2.079.94-.047 1.036-1.047 1.992-3.07 1.51-3.472-.829-7.429-4.735-7.429-7.333.001-.988.694-2.033 1.067-2.033z'/%3E%3Cpath d='M.083 23.085a.75.75 0 00.723.949c.18 0-.114.046 5.848-1.5 2.427 1.236 4.272 1.197 5.45 1.308 10.555 0 15.725-12.873 8.461-20.363C10.608-6.145-4.899 5.815 1.59 17.606zM19.371 4.413c.173.316 5.135 4.791 2.372 11.478-1.701 4.12-5.626 6.659-10.024 6.421-3.578-.199-4.504-1.477-5.163-1.302l-4.683 1.22 1.245-4.524a.75.75 0 00-.073-.575C-2.938 6.807 10.591-3.808 19.371 4.413z'/%3E%3C/svg%3E");}
.ico-yt{display: block;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: 24px;background-image: url("data:image/svg+xml,%0A%3Csvg height='512' viewBox='0 0 24 24' width='512' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.939 7.856a.75.75 0 00-1.134.644v7c0 .585.638.939 1.134.645l5.869-3.495a.751.751 0 00.001-1.289zm.366 6.325v-4.36l3.655 2.183z'/%3E%3Cpath d='M19.904 3.271c-4.653-.691-11.153-.691-15.808 0C2.234 3.547.767 5.009.447 6.907c-.596 3.523-.596 6.664 0 10.186.32 1.899 1.787 3.36 3.649 3.636 2.332.346 5.124.519 7.915.519 2.786 0 5.571-.172 7.894-.518 1.86-.276 3.326-1.737 3.648-3.636.596-3.523.596-6.665 0-10.188-.32-1.897-1.787-3.359-3.649-3.635zm2.17 13.573c-.213 1.256-1.173 2.222-2.39 2.402-4.518.671-10.838.671-15.368-.001-1.218-.181-2.179-1.146-2.391-2.402-.574-3.394-.574-6.291 0-9.687.213-1.256 1.173-2.22 2.392-2.402 2.262-.335 4.973-.503 7.682-.503 2.711 0 5.422.168 7.684.503 1.218.181 2.179 1.146 2.391 2.402.574 3.396.574 6.293 0 9.688z'/%3E%3C/svg%3E");}
.ico-fb{display: block;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: 24px;background-image: url("data:image/svg+xml,%0A%3Csvg height='512' viewBox='0 0 24 24' width='512' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.812 13.937H9.33v9.312c0 .414.335.75.75.75l4.007.001a.75.75 0 00.75-.75v-9.312h2.387a.75.75 0 00.744-.657l.498-4a.75.75 0 00-.744-.843h-2.885c.113-2.471-.435-3.202 1.172-3.202 1.088-.13 2.804.421 2.804-.75V.909a.75.75 0 00-.648-.743A26.926 26.926 0 0015.071 0c-7.01 0-5.567 7.772-5.74 8.437H6.812a.75.75 0 00-.75.75v4c0 .414.336.75.75.75zm.75-3.999h2.518a.75.75 0 00.75-.75V6.037c0-2.883 1.545-4.536 4.24-4.536.878 0 1.686.043 2.242.087v2.149c-.402.205-3.976-.884-3.976 2.697v2.755c0 .414.336.75.75.75h2.786l-.312 2.5h-2.474a.75.75 0 00-.75.75V22.5h-2.505v-9.312a.75.75 0 00-.75-.75H7.562z'/%3E%3C/svg%3E");}
.ico-tw{display: block;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: 24px;background-image: url("data:image/svg+xml,%0A%3Csvg height='512' viewBox='0 0 24 24' width='512' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.473 19.595a13.928 13.928 0 007.478 2.155c3.91 0 7.493-1.502 10.09-4.229 2.485-2.61 3.852-6.117 3.784-9.676.942-.806 2.05-2.345 2.05-3.845a.75.75 0 00-1.13-.647c-.885.52-1.692.656-2.522.423-1.695-1.652-4.218-2-6.344-.854-1.858 1-2.891 2.83-2.798 4.83A12.427 12.427 0 013.02 3.349a.75.75 0 00-1.226.1C.82 5.117.83 7.05 1.677 8.611a.78.78 0 00-.652.777 5.29 5.29 0 001.843 3.995.749.749 0 00-.192.777 5.384 5.384 0 003.047 3.264 8.732 8.732 0 01-4.756.794c-.784-.106-1.171.948-.494 1.377zm7.683-1.914c.561-.431.263-1.329-.441-1.344a3.912 3.912 0 01-3.072-1.598 5.29 5.29 0 001.024-.164c.761-.206.725-1.304-.048-1.459a3.85 3.85 0 01-2.917-2.62c.377.093.761.145 1.144.152.759.004 1.046-.969.427-1.376-1.395-.919-1.99-2.542-1.596-4.068a13.943 13.943 0 009.237 4.123.749.749 0 00.767-.917c-.475-2.059.675-3.502 1.91-4.167 1.222-.66 3.184-.866 4.688.712.447.471 1.955.489 2.722.31-.344.648-.873 1.263-1.368 1.609a.75.75 0 00-.319.651c.161 3.285-1.063 6.551-3.358 8.96-2.312 2.427-5.509 3.764-9.004 3.764-1.39 0-2.753-.226-4.041-.662 1.54-.298 3.003-.95 4.245-1.906z'/%3E%3C/svg%3E");}
.ico-ok{display: block;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: 24px;background-image: url("data:image/svg+xml,%0A%3Csvg height='512' viewBox='0 0 24 24' width='512' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.223 12.484c-.606-1.183-2.081-1.632-3.525-.497-.014.011-1.444 1.108-3.695 1.108s-3.681-1.098-3.695-1.108c-1.438-1.136-2.925-.691-3.527.5l-.005.01c-.895 1.831.583 2.785 1.772 3.552.735.473 1.675.83 2.804 1.066l-3.205 3.212c-1.935 1.931 1.097 4.978 3.052 3.067l2.814-2.828a560.698 560.698 0 012.82 2.839c1.93 1.895 4.982-1.099 3.058-3.074-2.295-2.293-2.789-2.788-3.223-3.215 2.396-.513 5.729-2.194 4.555-4.632zm-6.025 3.355c-.518-.249-1.206.697-.64 1.285l.006.006.004.004.005.005 4.249 4.245c.538.553-.41 1.467-.931.959-.93-.946-2.405-2.423-3.35-3.37a.75.75 0 00-1.062 0l-3.338 3.354c-.529.517-1.472-.406-.936-.941l4.244-4.252.005-.006c.527-.518-.005-1.478-.625-1.295-1.477-.173-2.674-.534-3.471-1.046-1.54-.995-1.463-1.17-1.24-1.627.648-1.241 1.796 1.435 5.883 1.435 2.799 0 4.555-1.375 4.624-1.43.456-.358.991-.525 1.254-.014.223.463.306.636-1.238 1.639-1.054.671-2.544.942-3.443 1.049zM11.999 9.997a3.55 3.55 0 003.543-3.548c0-1.964-1.589-3.562-3.543-3.562-1.953 0-3.542 1.598-3.542 3.562a3.548 3.548 0 003.542 3.548zm0-5.61c1.126 0 2.043.925 2.043 2.062 0 1.129-.917 2.048-2.043 2.048s-2.043-.919-2.043-2.049c0-1.136.916-2.061 2.043-2.061z'/%3E%3Cpath d='M11.999 12.883a6.444 6.444 0 006.437-6.435C18.435 2.893 15.548 0 11.999 0S5.562 2.893 5.562 6.448a6.443 6.443 0 006.437 6.435zm0-11.383c2.722 0 4.937 2.22 4.937 4.948 0 2.721-2.214 4.935-4.937 4.935a4.941 4.941 0 010-9.883z'/%3E%3C/svg%3E");}
.ico-tg{display: block;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: 24px;background-image: url("data:image/svg+xml,%0A%3Csvg height='512' viewBox='0 0 24 24' width='512' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.415 11.196l5.869 2.925a.752.752 0 00.712-.023l5.224-3.037-3.162 2.802a.751.751 0 00-.253.562v6.825c0 .72.919 1.023 1.35.451l2.537-3.373 6.274 3.573a.75.75 0 001.106-.504l3.913-19.5a.75.75 0 00-1.008-.846L.477 9.826a.75.75 0 00-.062 1.37zm21.83-8.249l-3.439 17.137-5.945-3.386a.752.752 0 00-.971.201l-1.585 2.107v-4.244l8.551-7.576c.677-.599-.101-1.664-.874-1.21l-11.39 6.622L2.6 10.609z'/%3E%3C/svg%3E");}
.ico-sk{display: block;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: 24px;background-image: url("data:image/svg+xml,%0A%3Csvg height='512' viewBox='0 0 24 24' width='512' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.009 16.245c-3.268 0-1.645-3.269-4.646-3.269-4.034 0-2.913 7.174 4.622 7.174 8.239 0 9.052-7.585 3.98-9.696 1.891.131 3.176-1.742 2.062-3.783-1.36-2.513-5.449-3.243-8.455-2.482-2.651.672-4.234 2.37-4.234 4.542 0 5.875 9.193 4.443 8.889 6.446-.08.518-.883 1.068-2.218 1.068zM6.838 8.731c0-3.953 8.219-4.392 9.872-1.344.258.474.303.92.123 1.224-.132.222-.377.35-.672.35-1.278 0-.703-2.708-4.322-2.708-2.996 0-3.889 2.113-2.89 3.306 1.758 2.15 8.674.914 8.674 5.256-.009 3.844-6.07 4.657-9.026 3.113-1.712-.914-2.951-3.452-1.234-3.452 1.339 0 .68 3.269 4.646 3.269 2.298 0 3.529-1.214 3.7-2.343.654-4.293-8.871-1.885-8.871-6.671zm7.966 1.317c-1.886-.558-4.173-.804-4.698-1.445-.236-.285.481-.85 1.733-.85 2.275 0 1.756 1.388 2.965 2.295z'/%3E%3Cpath d='M13.966 23.302a7.033 7.033 0 003.08.719c1.775 0 3.515-.694 4.882-2.032 2.106-2.063 2.666-5.058 1.461-7.696.707-3.568-.368-7.261-2.901-9.927C17.906 1.648 14.17.369 10.436.908 4.49-2.49-2.506 4.007.815 10.121c-1.378 7.664 5.307 14.432 13.151 13.181zM9.889 2.329c.58.361 5.383-1.272 9.512 3.07 4.063 4.276 2.228 8.722 2.533 9.325 2.364 4.709-2.85 9.596-7.499 7.134-.605-.319-5.346 1.335-9.507-2.927-4.133-4.234-2.321-8.723-2.679-9.324C-.612 4.794 5.047-.674 9.889 2.329z'/%3E%3C/svg%3E");}
.ico-tt{display: block;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: 24px;background-image: url("data:image/svg+xml,%0A%3Csvg height='512' width='512' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M187.38 512.1c-31.84 0-62.97-11.11-87.64-31.29-32.4-26.5-50.98-65.62-50.98-107.33 0-30.38 9.66-59.24 27.93-83.45 17.64-23.37 42.74-40.88 70.68-49.29 24.97-7.52 51.3 4.97 61.23 29.06.64 1.54 1.2 3.14 1.68 4.72 3.89 12.92 2.52 26.58-3.86 38.46s-17.01 20.57-29.93 24.46c-15.74 4.74-26.73 19.56-26.73 36.04 0 13.17 7.06 25.56 18.43 32.34 6.28 3.75 13.48 5.56 20.83 5.25 20.18-.86 35.99-17.71 35.99-38.37V51.08c0-23.04 15.28-43.35 37.15-49.38 2.41-.67 4.89-1.15 7.35-1.44 4.57-.55 9.2-.46 13.77.24 17.42 2.59 32.43 14.32 39.19 30.62a50.186 50.186 0 013.84 19.32c0 26.73 12.15 51.52 33.34 68.01 15.16 11.8 33.32 18.08 52.51 18.15 20.61.07 39.04 12.36 46.96 31.31 3.46 8.3 4.62 17.42 3.34 26.38-3.55 24.73-25.31 43.31-50.67 43.31h-.26c-30.13-.15-59.24-7.41-85.52-21.18v157.3c0 .16 0 .32-.01.49-.23 41.11-18.55 79.73-50.28 106.02-24.8 20.55-56.17 31.87-88.34 31.87zm-25.39-243.53c-1.98 0-3.99.29-5.98.89-21.89 6.59-41.56 20.32-55.38 38.64-14.31 18.96-21.87 41.57-21.87 65.38 0 32.67 14.57 63.33 39.98 84.11 19.33 15.81 43.71 24.51 68.64 24.51 25.19 0 49.77-8.87 69.19-24.97 24.93-20.66 39.3-50.99 39.43-83.22 0-.11 0-.24.01-.39V159.87l23.86 17.46c26.83 19.64 58.58 30.1 91.81 30.27h.11c10.53 0 19.53-7.53 20.97-17.56.52-3.66.08-7.21-1.32-10.56-3.21-7.67-10.99-12.85-19.38-12.88-25.89-.09-50.39-8.56-70.83-24.48-28.54-22.22-44.91-55.64-44.91-91.68 0-2.71-.52-5.35-1.55-7.83-2.75-6.63-8.85-11.4-15.91-12.44l-.13-.02c-1.88-.29-3.78-.33-5.66-.1-.97.12-1.95.31-2.92.58C261.22 33.08 255 41.49 255 51.08V372.7c0 17.57-6.62 34.3-18.63 47.11-12.14 12.95-28.51 20.49-46.09 21.23-13.21.55-26.16-2.71-37.47-9.46-20.39-12.16-33.06-34.43-33.06-58.1 0-29.6 19.77-56.23 48.08-64.76 5.24-1.58 9.56-5.11 12.15-9.93s3.15-10.37 1.57-15.61c-.19-.64-.43-1.3-.69-1.94a20.377 20.377 0 00-18.87-12.67zm164 105.4v0z'/%3E%3C/svg%3E");}
.ico-vi{display: block;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: 24px;background-image: url("data:image/svg+xml,%0A%3Csvg height='512' fill='%23fff' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.328 20.378c-.031 1.465-.204 3.139 1.071 3.543 1.25.407 1.975-.598 3.605-2.638 6.078.415 11.443-1.294 12.161-7.421.643-5.447-.188-9.522-2.327-11.461C17.701-.605 7.49-1.026 3.752 2.547 2.213 4.148 1.463 6.497 1.393 9.94c-.057 2.812-.173 8.562 4.935 10.438zM2.893 9.971c.062-3.043.678-5.072 1.917-6.362C7.931.627 17.18.972 19.815 3.5c1.759 1.593 2.438 5.306 1.861 10.187-.524 4.476-3.406 5.24-4.491 5.527a18.66 18.66 0 01-6.444.544c-.541-.058-.754.454-.951.64-.979 1.177-1.685 2.027-1.868 2.141-.135-.201-.114-1.152-.098-1.916-.049-.344.259-1.295-.544-1.51-4.545-1.342-4.442-6.415-4.387-9.142z'/%3E%3Cpath d='M5.762 7.98c.801 1.597 1.582 4.419 4.581 6.875 1.041.858 4.157 2.838 5.377 2.838 1.743 0 3.734-2.742 2.276-3.965-.656-.641-1.579-1.272-2.171-1.619l-.002-.001c-1.537-.889-2.379.747-2.479.811-2.252 2.016-5.026-1.486-3.082-3.18.239-.297 1.665-.985.819-2.549-.75-1.357-1.245-1.824-1.525-2.211C8.079 3.135 4.883 6.198 5.762 7.98zm9.174 5.373c.102.064.991.453 2.052 1.486.135.113-.765 1.421-1.338 1.346-.113-.051-.93-.246-2.685-1.319 1.666-.566 1.652-1.453 1.971-1.513zM8.27 5.928c.062-.033.094-.035.091-.043.288.401.718.783 1.404 2.024.182.337-.267.468-.557.764a3.302 3.302 0 00-.902 1.283c-.614-1.159-.889-1.994-1.169-2.578-.112-.532.657-1.178 1.133-1.45z'/%3E%3Cpath d='M12.812 8.55c.011.001 1.099.14 1.294 1.311.165.994 1.641.727 1.479-.246-.303-1.819-1.834-2.467-2.603-2.555-.985-.111-1.154 1.376-.17 1.49z'/%3E%3Cpath d='M12.031 5.316c.017 0 2.378-.042 3.915 1.602 1.518 1.624 1.183 3.985 1.18 4.006-.153.973 1.325 1.231 1.481.233.02-.125.461-3.096-1.565-5.264-2.011-2.152-4.936-2.085-5.057-2.077-1.025.034-.901 1.578.046 1.5z'/%3E%3C/svg%3E");}
/* Способы оплаты */
.payment-services{margin:15px auto 0 auto;display:flex;-webkit-display:flex;flex-wrap:wrap;width:200px;align-items:center;justify-content:space-between;}
.payment-services div{background-repeat:no-repeat;background-position:center;opacity:0.5;}
.svg-visa{width:22px;height:16px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='%23d4cee3' width='24' height='24'%3E%3Cpath d='M4 5a2 2 0 00-2 2v4.049h3.021c.825 0 1.141.773 1.141.773l.701 3.563c-.83-2.674-4.029-3.97-4.863-4.268V23a2 2 0 002 2h22a2 2 0 002-2V7a2 2 0 00-2-2H4zm14.37 5.871c.965 0 1.952.387 1.952.387l-.338 1.734s-.77-.506-1.445-.506c-1.036 0-1.398.338-1.398.793 0 .891 2.892 1.036 2.892 3.034 0 1.66-2.074 2.816-3.566 2.816-1.494 0-2.266-.455-2.266-.455l.361-1.664s.796.457 2.002.457c1.204 0 1.372-.506 1.372-.723 0-1.275-2.89-.935-2.89-3.416 0-1.372 1.132-2.457 3.323-2.457zm-9.349.158h2.231L8.08 18.883H5.783l-1.672-6.36s1.762.893 2.848 3.327c.047.296.156.771.156.771l1.906-5.592zm3.053 0h2.11l-1.26 7.854H10.84l1.234-7.854zm11.324 0h2.192l1.613 7.854h-1.896l-.225-1.12h-2.607l-.428 1.12h-2.07l3.421-7.854zm.788 2.266l-1.133 2.967h1.726l-.593-2.967z'/%3E%3C/svg%3E");}
.svg-maestro{width:24px;height:16px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23d4cee3' width='24' height='24'%3E%3Cpath d='M15 10C6.73 10 0 16.73 0 25s6.73 15 15 15a14.92 14.92 0 0010-3.844C27.656 38.536 31.16 40 35 40c8.27 0 15-6.73 15-15s-6.73-15-15-15c-3.84 0-7.344 1.465-10 3.844A14.92 14.92 0 0015 10zm20 2c7.168 0 13 5.832 13 13s-5.832 13-13 13a12.926 12.926 0 01-8.75-3.406c.371-.528.809-1.067 1.25-1.594h-2.719a12.952 12.952 0 01-.718-1h4.03c.4-.602.7-1.3 1-2H23a12.235 12.235 0 01-.375-1h6.688c.199-.602.273-1.3.375-2h-7.532c-.05-.328-.066-.664-.093-1h7.843v-2h-7.843c.027-.336.042-.672.093-1h7.75c-.101-.7-.207-1.398-.406-2h-6.875c.11-.344.238-.672.375-1h6c-.3-.7-.602-1.398-1-2h-3.938c.223-.348.465-.676.72-1h2.624a11.741 11.741 0 00-1.218-1.5C28.508 13.344 31.59 12 35 12z'/%3E%3C/svg%3E");}
.svg-sber{width:24px;height:22px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23d4cee3' width='24' height='24'%3E%3Cpath d='M33.54 2.65L16 12.68 8.26 8.25c-.48.49-.92 1.01-1.33 1.54l9.07 5.2L35.76 3.68c-.72-.39-1.46-.73-2.22-1.03zm5.29 2.97L16 18.68 5.12 12.45c-.34.57-.65 1.16-.93 1.76L16 20.99l24.47-14c-.52-.48-1.07-.93-1.64-1.37zm3.92 3.76L16 24.68 3.02 17.24c-.21.65-.38 1.32-.52 2L16 26.99l27.96-16c-.38-.55-.78-1.09-1.21-1.61zM45.717 14L16 31 2.047 23c-.016.333-.047.663-.047 1 0 12.703 10.297 23 23 23s23-10.297 23-23c0-3.584-.82-6.976-2.283-10z'/%3E%3C/svg%3E");}
.svg-qiwi{width:24px;height:24px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23d4cee3' width='24' height='24'%3E%3Cpath d='M23.5 0C11.093 0 1 10.093 1 22.5S11.093 45 23.5 45c2.595 0 4.436-.296 6.059-.557C30.977 44.215 32.315 44 34 44c8.165 0 13.199 5.603 13.248 5.66a1.002 1.002 0 001.291.18 1 1 0 00.373-1.248c-.11-.248-2.827-6.108-13.719-8.63l-.297-.081c-2.692-.666-4.866-1.75-6.459-3.225-2.058-1.902-2.45-3.822-2.453-3.834a1.01 1.01 0 00-1.074-.818A1 1 0 0024 33c0 .102.007 2.09.354 3.969-.298.02-.581.031-.854.031C15.505 37 9 30.495 9 22.5S15.505 8 23.5 8 38 14.505 38 22.5c0 .596-.037 1.199-.113 1.799A27.622 27.622 0 0034 24c-.582 0-1 .5-1 1.02.012.543.455.979.998.98.02 0 2.1.02 3.963 1.217 3.087 1.984 3.826 4.98 3.832 5.006.093.412.435.72.855.77.417.042.826-.17 1.014-.55A22.244 22.244 0 0046 22.5C46 10.093 35.907 0 23.5 0zm15.135 32.002a.555.555 0 00-.541.275c-.212.371-.054 1.106.373 1.746.433.648.8.977 1.092.977.268 0 .536-.335.41-1.146-.075-.484-.358-1.536-1.073-1.795a.937.937 0 00-.261-.057zM35.367 35c-.449 0-.823.117-1.053.342-.59.578-.324 1.593.579 2.22.395.274.962.438 1.52.438.566 0 1.04-.17 1.333-.477.525-.56.224-1.352-.77-2.02A2.927 2.927 0 0035.368 35z'/%3E%3C/svg%3E");}
.svg-webmoney{width:23px;height:23px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23d4cee3' width='24'  height='24'%3E%3Cpath d='M24.389 2.033c-6.452.142-13.18 2.976-17.854 9.256C-1.03 21.461.965 35.528 11.08 43.311a22.576 22.576 0 0013.856 4.722c5.103 0 9.91-1.712 13.36-4.492l.048.055 1.502-1.32-5.09-5.796-2.121 1.944a162.644 162.644 0 00-3.254 3.021c-1.702-1.943-3.428-3.867-5.152-5.79-.831-.928-1.662-1.856-2.49-2.786a3.64 3.64 0 01-.14-.164l2.43-2.271-6.256-7.065 2.45-2.295-6.358-7.078 8.655-7.818 3.195 3.457 5.295-4.701.133.043 3.029 3.318 2.832-2.592s-.75-.695-1.488-1.101a.625.625 0 00-.319-.079c-3.167-1.69-6.938-2.575-10.808-2.49zm14.279 5.215l-2.53 2.314 2.282 2.532 2.539-2.283-2.291-2.563zm-7.697.684l-3.912 3.554 3.52 3.91 3.905-3.527-3.513-3.937zm-8.7 1.44l-5.275 4.778 4.76 5.295 5.287-4.773-4.772-5.3zm19.885 6.064l-2.521 2.296 2.299 2.543 2.54-2.304-2.318-2.535zm-7.402.802l-3.906 3.541 3.517 3.926 3.916-3.54-3.527-3.927zm-8.557 2.524l-5.277 4.79 4.77 5.296 5.261-4.785-4.754-5.301zm19.475 4.855l-2.535 2.281 2.3 2.543 2.542-2.287-2.307-2.537zm-7.402 1.35l-3.907 3.531 3.522 3.932 3.91-3.55-3.525-3.913zm-8.174 3.312l-5.276 4.772 4.748 5.308 5.295-4.779-4.767-5.3zm11.773 5.026l-3.89 3.547 3.525 3.902 3.918-3.531-3.553-3.918z'/%3E%3C/svg%3E");}
.svg-yad{width:24px;height:24px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23d4cee3' width='24' height='24'%3E%3Cpath d='M42 19h-9V1a1.002 1.002 0 00-1.626-.78c-.143.114-14.325 11.495-18.568 14.707C7.573 18.888 7 20.763 7 23.821V43c0 2.757 2.243 5 5 5h30a1 1 0 001-1V20a1 1 0 00-1-1zm-19.064.271c1.077-1.202 2.651-1.626 3.514-.948.864.679.691 2.204-.386 3.406s-2.65 1.626-3.514.947c-.864-.679-.691-2.203.386-3.405zM14 43l18.534-11.706a1 1 0 00.466-.845V21h5v14.25a1 1 0 01-.72.96L14 43z'/%3E%3C/svg%3E");}
.svg-mir{display:none;width:24px;height:24px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4cee3' viewBox='0 0 57 16'%3E%3Cpath d='M15.4 0s-2.2 0-2.8 2.1C12 4 10.5 9.4 10.4 9.5H10S8.4 4.1 7.9 2.1C7.3 0 5.1 0 5.1 0H0v16h5.1V6.5h.4l3 9.5H12l3-9.5h.4V16h5.1V0h-5.1zM33.9 0s-1.5.1-2.2 1.7l-3.6 7.8h-.4V0h-5.1v16h4.8s1.6-.1 2.3-1.7l3.5-7.8h.4V16h5.1V0h-4.8zM40.9 7.3V16H46v-5.1h5.5c2.4 0 4.4-1.5 5.2-3.6H40.9zM51.5 0H40.2c.6 3 2.9 5.5 5.8 6.3.7.2 1.4.3 2.1.3h8.7c.2-.4.2-.8.2-1.2 0-3-2.5-5.4-5.5-5.4z'/%3E%3C/svg%3E");}
.svg-wallet-one{display:none;width:32px;height:24px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4cee3' viewBox='0 0 512 512'%3E%3Cpath d='M492.2 158.1v196.8c-4.3 10.1-9.1 19.9-14.6 29.4-5.9 4.4-13.3 7-21.3 7-19.8 0-35.9-16.1-35.9-35.9V243.8L281.2 381c-6.8 6.8-15.9 10.3-25.2 10.3-4.7 0-9.4-.9-13.8-2.8-13.3-5.6-22-18.6-22-33.1V243.8L80.9 381C70.6 391.1 63 396.3 45 395c-2.7-1.1-14.7-1.3-20.7-10.7-5.9-9.2-4-16.7-4.5-29.4V156.6c0-11.9 5.8-22.4 14.6-28.9 5.9-4.4 13.3-7 21.2-7 19.8 0 35.9 16.1 35.9 35.9v113.1s137.7-137.1 138.6-138c6.5-6.8 15.7-11 25.8-11 19.8 0 35.9 16.1 35.9 35.9v113.1l139.3-137.2c10.3-10.1 25.7-13.1 39-7.5 3.3 1.4 6.3 3.2 8.9 5.4 7.9 6.5 12.8 16.1 13.1 26.7.1.3.1.6.1 1z'/%3E%3Cpath d='M492.2 158.1v196.8c.1 14.1-1.8 21.4-12.5 30.7-5.9 4.4-15.4 5.6-23.3 5.6-19.8 0-35.9-16.1-35.9-35.9V243.8l-9 8.9c-14.1 13.9-36.8 13.7-50.7-.4-13.9-14.1-13.7-36.8.4-50.7l70-69c10.3-10.1 25.7-13.1 39-7.5 3.3 1.4 6.3 3.2 8.9 5.4 7.9 6.5 12.8 16.1 13.1 26.7v.9z' fill='%23000' stroke='%23000' stroke-miterlimit='10'/%3E%3C/svg%3E");}
.svg-yandex-kassa{display:none;width:24px;height:24px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4cee3' viewBox='0 0 24 24'%3E%3Ccircle cx='19.1' cy='12.2' r='3.2' fill='%23000' stroke='%23000' stroke-width='.75' stroke-miterlimit='10'/%3E%3Cpath d='M17 6.8L10.9.7l-7.1 7c-2.4 2.4-2.4 6.3 0 8.7l1.7 1.7S17.1 6.8 17 6.8z' fill='none' stroke='%23000' stroke-width='.75' stroke-miterlimit='10'/%3E%3Cpath d='M8.3 8.8l-.2-.2-.1-.3c-.7-.6-1.1-1.5-1.1-2.5 0-.9.4-1.9 1.1-2.6L3.6 7.6l-.3.3c-2.3 2.5-2.2 6.4.2 8.8l7.3 7.3 6.3-6.3c.2 0-5.3-5.5-8.8-8.9z'/%3E%3C/svg%3E");}
/* Страница ошибки */
.error-page .disc{}
.error-page a {color: #fa0d29;}
.error-page a:hover {text-decoration:underline;}
.error-page ul.disc {list-style-type: disc;margin: 10px 0 30px 20px;padding: 0px 0 0px 20px;}
/* ЛК информация о заказе */
.order-info .buttons{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:space-between;}
.order-info .buttons.justify-center{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
/* Регистрация , авторизация */
.account{width:100%;margin-bottom:30px;}
.user-wrapper{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:calc(100% + 30px);margin-bottom:30px;}
.user-wrapper .user_form{width:calc(50% - 28px);margin:0 14px;background:#f2f2ff;border-radius:30px;padding:30px;} 
.user-wrapper .user_form-text{font-size:18px;margin-bottom:30px;text-align:center;}
.user-wrapper .forms_fieldset{border:0;margin:0 0 30px 0;padding:0;}
.user-wrapper .forms_field{position:relative;width:100%;max-width:290px;margin:0 auto 15px auto;}
.user-wrapper .forms_field:not(:last-of-type){margin-bottom:10px;}
.user-wrapper .forms_buttons{display:block;width:100%;}
.user-wrapper .forms_buttons .more-button:not(:last-of-type){margin:0 auto 15px auto;}
.user-wrapper .forms_buttons .more-button:last-of-type{margin:0 auto 0 auto;}
.more-button.login-button:after{content:'Вход';}
.more-button.reg-button:after{content:'Регистрация';}
.more-button.recovery-button:after{content:'Восстановить';}
.more-button.save-button:after{content:'Сохранить';}
.more-button.order-button:after{content:'Cтраница заказа';}
.more-button.repeat-button:after{content:'Повторить заказ';}
.more-button.index-button:after{content:'На главную';}
.more-button.news-button:after{content:'К новостям';}
.more-button.compare-reset{margin:0 auto;}
.more-button.compare-reset:after{content:'Очистить список';}
.more-button.callback-button:after{content:'Заказать звонок';width:290px;height:44px;left:0;}
.more-button.callback-button{width:290px;height:44px}
.user-wrapper .recovery{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:180px;height:54px;border-radius:30px;margin:15px auto 15px auto;border:1px solid #350c0c;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;font-size:16px;}
.user-wrapper .recovery:hover{background:#fff;}
.user-wrapper .user_form_list{font-size:16px;margin:0 0 30px 0;padding:0;list-style-position:inside;}
.user-wrapper .user_form_list li{line-height:26px;font-size:14px;}
.form-title{font-size:24px;font-family:'Neucha', cursive;margin-bottom:30px;text-align:center;}
.user-wrapper .pp{color:#350c0c;margin-top:10px;}
.user-wrapper .pp a{color:#350c0c;}
.news-button{margin:0 auto;}
/* Подвал */
#footer {background-color: #f2f2ff;padding: 150px 0 0 0;}
#footer .container{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.footer-title{font-family:'Neucha', cursive;font-size:24px;line-height:24px;margin-bottom:15px;}
.about-title{color:#fd4d40;}
.auth-title{color:#f1c22e}
.contacts-title{text-align:center;color:#16c3b0;display:block;width:100%;}
#footer ul{padding:0;margin:0;list-style:none;}
#footer ul li{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;min-height:36px;}
#footer ul li:before{content:' ';width:9px;height:9px;border:1px solid #1dc4b2;border-radius:100%;margin-right:10px;}
#footer ul.auth-links li:before{border:1px solid #f89091;}
#footer ul li a{font-size:16px;color:#53363b;line-height:24px;}
#footer ul li a:hover{text-decoration:underline;}
.footer-col{width:25%;margin-bottom:30px;}
.footer-col:not(:last-of-type){padding-right:15px;}
.footer-col.half-footer-col{width:50%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:stretch;align-content:flex-start;}
.half-col{width: 50%;padding-left: 50px;background-repeat: no-repeat;background-position: left center;background-size: 32px;margin-bottom: 20px;min-height: 32px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: center;}
.half-footer-col, .half-footer-col a{font-size: 16px;color: #350c0c;}
.half-footer-col a{display:block;line-height:36px;}
.half-footer-col a:hover{text-decoration:underline;}
.footer-tel-col{background-size:40px;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1cb57' width='504.914' height='504.915'%3E%3Cpath d='M64.363 183.425c27.746 38.999 65.107 72.541 104.165 106.31 41.962 36.282 79.042 59.387 116.694 72.712 2.306.822 4.611 1.016 6.84.589 46.093 2.103 84.798-10.953 114.158-38.715 13.122 9.272 25.004 26.533 22.557 38.893-1.488 7.525-8.044 12.416-19.499 14.559-6.785 1.26-10.761 6.489-10.131 13.305.609 6.586 5.794 13.588 14.198 13.588.908 0 1.843-.081 2.812-.264 26.913-5.018 42.899-24.476 40.735-49.581-1.681-19.54-13.649-38.639-32.179-51.572a166.19 166.19 0 004.464-6.459c3.341-5.094 2.971-10.888-.914-15.274-.65-2.361-2.017-4.469-4.078-6.276-20.403-17.896-42.04-31.156-66.141-40.533-3.352-1.305-6.667-1.28-9.552.053-22.186 3.564-44.457 2.641-66.598-2.823a7.366 7.366 0 00-.675-.511C238.756 203.729 201.004 169.681 169 130.188a201.142 201.142 0 0018.989-53.646c.666-3.329.188-6.604-1.231-9.12-.68-1.831-1.785-3.517-3.28-5.012-19.355-19.355-40.233-39.753-63.896-57.767-1.856-1.409-3.859-2.272-5.959-2.562-5.309-3.266-11.873-2.679-16.506 1.701C50.34 47.98 24.605 125.534 62.273 179.079a13.72 13.72 0 002.09 4.346zm77.962-61.474c-1.498 2.653-2.097 5.522-1.742 8.331-.869 4.207.104 8.371 2.77 11.788 34.027 43.612 75.669 81.624 123.771 112.978a13.986 13.986 0 002.879 1.432 13.657 13.657 0 004.296 1.899c25.029 6.297 51.049 7.454 77.861 3.483 16.625 6.713 32.661 16.377 47.712 28.762-22.987 29.939-56.213 45.123-98.786 45.123-3.144 0-6.322-.081-9.537-.233-42.441-15.346-78.31-43.412-110.75-71.468-31.413-27.157-64.14-56.437-88.938-89.606-.541-2.183-1.592-4.171-3.115-5.903-33.617-38.182-14.816-98.813 20.207-137.479 17.788 13.992 34.099 29.894 50.566 46.331-3.981 16.499-9.613 31.095-17.194 44.562z'/%3E%3Cpath d='M446.991 395.301c-2.479 0-6.084.848-9.247 4.89-12.477 15.95-24.507 18.296-39.685 7.938-2.346-1.6-4.799-2.407-7.302-2.407-5.454 0-10.542 4.144-12.375 10.074-1.91 6.195.192 12.279 5.484 15.895 9.973 6.805 20.428 10.247 31.066 10.258h.005c16.036 0 31.199-8.095 42.686-22.77 3.509-4.5 4.099-10.278 1.564-15.473-2.452-5.023-7.352-8.405-12.196-8.405zM396.222 477.188c5.936 0 11.974-.863 17.94-2.549 7.774-2.203 10.43-9.09 9.623-14.929-.844-6.054-5.571-12.178-12.979-12.178-1.3 0-2.646.203-4.002.579-13.121 3.728-24.75.833-34.007-8.541-2.646-2.682-5.865-4.103-9.303-4.103-5.484 0-10.888 3.752-13.132 9.13-2.098 5.017-.995 10.399 2.95 14.401 11.761 11.904 26.594 18.19 42.91 18.19zM331.573 468.79c-14.467-4.174-28.126-8.12-42.065-8.12-16.234 0-30.001 5.368-43.31 16.885-4.182 3.615-5.596 8.684-3.786 13.558 2.084 5.597 7.919 9.659 13.868 9.659 3.298 0 6.442-1.209 9.097-3.509 7.698-6.663 16.859-9.902 28.005-9.902 13.244 0 27.746 4.534 41.767 8.922 12.309 3.854 25.039 7.83 36.698 8.602.355.021.701.031 1.047.031 8.276 0 12.263-6.5 12.461-12.543.229-7.008-4.22-14.406-13.167-15-14.062-.915-27.564-4.81-40.615-8.583z'/%3E%3C/svg%3E");}
.footer-worktime-col{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1cb57' viewBox='0 0 512 512'%3E%3Cpath d='M256.309 33.391c-129.224 0-234.358 105.133-234.358 234.358s105.133 234.357 234.358 234.357 234.357-105.133 234.357-234.357c.001-129.225-105.132-234.358-234.357-234.358zm0 431.614c-108.769 0-197.256-88.487-197.256-197.256S147.54 70.493 256.309 70.493s197.256 88.493 197.256 197.256-88.487 197.256-197.256 197.256z'/%3E%3Cpath d='M346.589 256h-74.203V146.551c0-10.246-8.305-18.551-18.551-18.551-10.246 0-18.551 8.305-18.551 18.551v128c0 10.246 8.305 18.551 18.551 18.551h92.754c10.252 0 18.551-8.305 18.551-18.551S356.836 256 346.589 256zM125.273 419.154c-7.903-6.518-19.59-5.392-26.113 2.504l-49.469 59.981c-6.518 7.909-5.392 19.596 2.51 26.119A18.476 18.476 0 0063.993 512c5.343 0 10.648-2.3 14.321-6.746l49.469-59.981c6.518-7.909 5.393-19.596-2.51-26.119zM462.933 481.639l-49.469-59.981c-6.511-7.896-18.211-9.022-26.119-2.504-7.896 6.524-9.022 18.217-2.504 26.119l49.469 59.981c3.661 4.446 8.972 6.746 14.321 6.746 4.155 0 8.335-1.391 11.798-4.242 7.896-6.524 9.022-18.217 2.504-26.119zM99.246 0C45.035 0 .928 44.107.928 98.319c0 36.205 20.097 69.485 52.443 86.836l17.543-32.693C50.632 141.585 38.03 120.833 38.03 98.319c0-33.756 27.461-61.217 61.217-61.217 24.196 0 46.16 14.556 55.955 37.083l34.022-14.797C173.542 23.312 138.221 0 99.246 0zM412.754 0c-40.162 0-75.792 23.968-90.787 61.069l34.399 13.901c9.3-23.003 31.431-37.868 56.382-37.868 33.756 0 61.217 27.461 61.217 61.217 0 22.62-11.891 42.667-31.821 53.624l17.889 32.507c31.481-17.32 51.039-50.322 51.039-86.131C511.072 44.107 466.971 0 412.754 0z'/%3E%3C/svg%3E");}
.footer-email-col{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1cb57' width='465.924' height='465.923'%3E%3Cpath d='M457.393 70.325c-.279-7.988-5.529-15.595-15.854-15.252-143.417 4.718-287.151-10.847-429.663 11.565C-.22 68.542-2.263 79.902 2.106 88.554c.041.158.086.312.13.47C1.393 91.073.961 93.45 1.16 96.23c7.086 98.965 17.773 197.6 27.439 296.33.104 1.057.337 2.031.594 2.986-.172 8.363 5.091 16.635 15.869 16.219 133.543-5.2 267.417-.609 400.597-13.721 1.142-.111 2.198-.355 3.224-.64 7.887-.432 15.63-5.678 15.98-15.823 3.545-102.545-2.574-204.884-6.854-307.307a18.579 18.579 0 00-.616-3.949zm-25.039 196.403c-22.293-32.078-47.5-61.982-73.971-90.894 23.887-16.15 46.915-33.565 68.842-52.544 2.123 47.812 4.189 95.616 5.129 143.438zM416.673 88.524c-52.182 47.345-110.857 84.998-173.997 116.212-63.516-31.631-121.125-72.851-180.294-111.683 117.527-12.562 236.213-2.533 354.291-4.529zm-381.11 26.264c31.636 20.515 62.692 41.929 94.308 62.403-26.456 43.851-55.368 86.338-76.579 132.65-6.461-64.968-12.786-129.944-17.729-195.053zm396.73 251.448c-123.146 11.07-246.861 8.003-370.332 12.091 1.325-1.641 2.401-3.641 3.095-6.083 18.37-65.258 57.899-120.171 92.646-177.45 23.534 14.523 47.532 28.287 72.49 40.497.292.137.576.197.863.319 4.712 4.037 11.438 5.819 18.496 2.428 27.808-13.365 54.746-28.066 80.781-44.112 37.993 41.116 73.387 83.964 101.107 132.859.422.747.914 1.336 1.392 1.966-.076 12.497-.219 24.993-.538 37.485z'/%3E%3C/svg%3E");}
.footer-location-col{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1cb57' width='433.878' height='433.879'%3E%3Cpath d='M3.542 320.51c.025 1.29.198 2.549.523 3.89-.366 4.896 1.147 9.877 4.144 13.518 3.062 3.717 7.531 5.926 12.588 6.216 59.57 3.453 118.083 19.215 174.672 34.459 64.597 17.396 131.397 35.389 200.524 35.394h.025c5.372 0 10.739-.112 16.147-.33 5.23-.214 9.755-2.458 12.868-6.353 4.823-3.078 7.561-8.217 7.57-14.285.041-27.172.346-54.807.635-81.537.63-57.878 1.285-117.725-.64-176.634-.203-6.276-3.311-11.53-8.556-14.508-4.078-3.458-9.055-4.913-14.731-3.91-13.229 2.338-26.888 3.529-40.604 3.529-3.88 0-7.744-.114-11.604-.294.457 1.257.676 2.62.533 4.039-.04.396-.111.77-.152 1.161-.192 1.757-.452 3.479-.706 5.2a147.759 147.759 0 01-2.787 14.137 166.707 166.707 0 01-1.366 5.174 174.047 174.047 0 01-1.569 5.185c15.828.8 31.377.389 46.891-1.27 1.279 53.029.716 106.879.167 159.015-.233 22.176-.462 44.346-.563 66.521h-1.468c-67.598 0-133.754-17.793-197.731-34.997-51.8-13.935-105.312-28.325-159.92-33.495-.361-15.665-.808-31.331-1.254-47.001-1.772-62.167-3.61-126.406.457-189.528 41.396.6 79.79 11.024 118.302 24.813-.081-1.856-.198-3.707-.178-5.553.025-1.811.142-3.608.259-5.413.29-4.618.823-9.214 1.61-13.779.294-1.731.62-3.458.975-5.185.127-.629.223-1.27.355-1.896.249-1.165.614-2.196 1.071-3.09-42.521-14.619-86.481-26.204-132.874-25.039-3.108.084-5.961.874-8.485 2.366-7.155 1.267-14.315 6.64-15.097 16.315-5.515 68.327-3.494 137.692-1.539 204.782.549 19.465 1.118 38.924 1.508 58.383z'/%3E%3Cpath d='M269.243 140.221c.111.033.219.058.33.089-.021-.358-.025-.716-.046-1.077-.071.328-.203.663-.284.988zM205.768 117.063c-.279.134-.563.201-.853.307.279.106.548.219.823.32l.03-.627z'/%3E%3Cpath d='M172.71 104.817c.828 7.15 2.204 13.868 3.646 19.799.264 1.092.528 2.164.797 3.199 11.298 43.96 38.257 91.475 73.966 130.367 2.052 2.234 4.742 3.463 7.581 3.463 2.793 0 5.521-1.178 7.607-3.26.146-.102.294-.203.441-.31a10.818 10.818 0 004.118-2.514c22.241-21.531 40.746-49.947 53.304-80.557 2.96-7.229 5.626-14.566 7.891-21.98.523-1.696.985-3.397 1.463-5.096.478-1.701.98-3.397 1.427-5.104 1.229-4.75 2.26-9.514 3.174-14.282.33-1.711.676-3.422.965-5.129.289-1.719.513-3.435.757-5.157.259-1.825.559-3.651.771-5.472.208-1.772.274-3.488.406-5.23 1.844-24.529-3.62-45.862-16.128-61.893-13.34-17.103-35.794-25.771-66.729-25.771-3.696 0-7.343.124-10.572.333h-4.261c-1.33 0-2.64.254-3.899.754-23.917.624-44.783 12.146-56.701 30.803a64.695 64.695 0 00-4.728 8.803 67.183 67.183 0 00-3.021 8.394 71.796 71.796 0 00-1.28 5.061 80.25 80.25 0 00-.904 5.21c-.675 4.768-.914 9.531-.843 14.206.03 1.892.112 3.775.233 5.631.139 1.929.301 3.849.519 5.732zm21.227-17.796c.122-1.812.34-3.577.589-5.329.056-.378.071-.779.132-1.152.218-1.374.492-2.717.828-4.037.853-3.369 2.117-6.536 3.676-9.511 7.749-14.782 23.669-24.308 42.589-24.308l1.742.02c1.355 0 2.65-.239 3.864-.711h2.366c.645 0 1.295-.063 1.965-.193 2.169-.094 4.357-.14 6.541-.14 23.43 0 39.969 6.083 50.561 18.598 9.334 11.029 12.649 28.375 10.034 51.475a111.438 111.438 0 01-.4 3.321c-.106.808-.163 1.559-.284 2.376-.143.927-.325 1.856-.478 2.783-.284 1.706-.554 3.41-.879 5.121-.935 4.804-2.082 9.62-3.382 14.429a205.812 205.812 0 01-1.452 5.07c-.498 1.678-.985 3.359-1.528 5.035-5.215 16.112-12.386 31.951-21.063 46.662-8.46 14.337-18.342 27.599-29.26 38.958-23.49-27.467-42.812-60.205-56.041-95.017-3.28-8.638-5.748-16.725-7.464-24.347-.173-.754-.3-1.487-.457-2.229-.421-2.034-.828-4.062-1.132-6.033-.315-1.998-.528-3.938-.726-5.865-.529-5.221-.667-10.217-.341-14.976z'/%3E%3Cpath d='M216.518 116.354c2.193 3.126 4.773 5.959 7.607 8.539 9.257 8.424 21.424 13.764 33.52 14.657 1.132.084 2.27.125 3.402.125 1.782 0 3.549-.125 5.312-.312 3.65-.394 7.23-1.211 10.709-2.354a56.35 56.35 0 008.013-3.338c5.865-2.996 11.172-6.982 15.574-11.685a54.558 54.558 0 003.783-4.456 48.42 48.42 0 003.088-4.664c2.346-4.004 4.057-8.295 5.021-12.746.219-.998.447-2 .59-3.016 1.609-11.725-1.569-22.546-9.207-31.3-10.39-11.913-28.421-19.31-47.072-19.31l-1.29.023c-22.526-.927-39.847 11.334-45.433 30.767a50.117 50.117 0 00-1.016 4.304 50.035 50.035 0 00-.726 5.279c-.021.229-.061.441-.076.67a46.578 46.578 0 00-.046 4.837c.239 6.01 1.727 11.626 4.118 16.765 1.179 2.521 2.54 4.948 4.129 7.215zm16.539-20.418a27.5 27.5 0 01-.706-5.784c0-.145-.021-.294-.021-.442.006-1.574.219-3.156.528-4.715 1.641-8.123 7.693-15.47 20.941-15.47l.731-.005.351.03 1.741-.03c9.288 0 22.612 2.849 29.62 10.877 3.52 4.037 4.845 8.772 4.058 14.478-.473 3.428-1.899 6.515-3.986 9.219-.777.998-1.65 1.94-2.59 2.829a30.553 30.553 0 01-5.21 3.953 37.714 37.714 0 01-7.084 3.321c-4.331 1.519-8.962 2.331-13.38 2.331-10.862-.048-18.743-6.241-22.739-14.279a28.381 28.381 0 01-2.254-6.313z'/%3E%3C/svg%3E");}
#footer .footer-logo{width:100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:space-between;align-items:center;}
#footer .footer-logo:before{content:' ';display:block;height:2px;background:#d4cee3;width:calc(50% - 170px);}
#footer .footer-logo:after{content:' ';display:block;height:2px;background:#d4cee3;width:calc(50% - 170px);}
#footer .footer-logo img{max-width:260px;}
/******************************************************************************
  Адаптивная часть
  
*******************************************************************************/
@media all and (max-width: 1199px) {  
/*** Контейнер 1199 ***/
.container, .pdt-hit{width:970px;}
.left-col{width:calc(293px + 16px);}
.right-col {width: calc(100% - 293px - 16px);}
#globalOrder{width:100%;}
/*** header 1199 ***/
.main_menu{display:none;position: absolute;z-index: 100;list-style: none;list-style-position: inside;width: auto;min-width: 172px;max-width:290px;top: 100%;background: #fff;margin: 0;padding: 5px 15px;border: 1px solid #d4cee3;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;box-shadow: 0px 3px 7.36px 0.64px rgba(73, 14, 76, 0.11);}
.main_menu a{margin:0;line-height:36px;height:auto;text-align:center;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.main_menu a:not(:last-of-type){border-bottom:1px solid #d4cee3;}
.main_menu.active{display:block;}
.menu-button_lr{display: -webkit-box;display: -ms-flexbox;display: flex;}
.header-top-right{width:540px;}
.menu-wrap{width:calc(100% - 540px);}
.hover-dropdown.contacts-block{display: -webkit-box;display: -ms-flexbox;display: flex;}
.hover-dropdown .hover-dropdown-content li{font-size:14px;}
.without-worktime .header-top-right{width: 340px;justify-content: space-between;}
.header-middle .contacts{display:none;}
.header-middle .header-actions{width:calc(100% - 290px);}
.main-circle{width:55px;height:55px;}
.main-circle i.svg-favorites{background-size:24px;}
.main-circle i.svg-compare{background-size:20px;}
.main-circle i.svg-cart{background-size:26px;}
.actions-item{width:130px;}  
.header-catalog{width:242px;height:50px;}
.search{width:485px;}
.hits-cat, .new-cat{display:none!important;}
.header-bottom .index-categorys{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.header-bottom .index-categorys .index-category{}
.header-catalog .dropdown-catalog{width:227px;}  
.header-catalog .dropdown-catalog .general-list{margin-left:0;margin-right:0;padding:0;}
.header-catalog .dropdown-catalog li.level-0{width:100%;margin:0 10px;}
.header-catalog .dropdown-catalog li.level-0 .link-lvl0{min-height:50px;line-height:auto;align-items:center;}
.header-catalog .dropdown-catalog li.level-0.active .link-lvl0{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px);background:#36dbc9;color:#fff!important;border-bottom:1px solid transparent}
.header-catalog .dropdown-catalog .active .link-lvl0:hover{color:#fff!important;border-color:transparent!important;}
.header-catalog .dropdown-catalog .catalog-level-1{margin-top:10px;}
.header-catalog .dropdown-catalog li.level-1 .link-lvl1{line-height:24px;min-height:40px;border-bottom:1px solid #d4cee3;text-align:center;justify-content:center;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-line-pack: center;align-content: center;}
.header-catalog .dropdown-catalog li.level-0:last-of-type .link-lvl0{border-bottom:0;}
/*** Экстра категории на главной 1199 ***/
.left-col{width:242px;}
.extra-wrapper .item{padding:0;margin-bottom:30px;}
.extra-wrapper .item .circle-icon{width:80px;height:80px;}
.extra-wrapper .name{font-size:16px;}
.banner-big .slider-left{width:310px;}
.banner-big .slider-right{width:calc(100% - 310px)}
.right-col.slider-col{width:calc(100% - 242px)}
.banner-big .SlideTitle{font-size:24px;line-height:30px;}
.owl-dots{width:310px;}
.banner-big .owl-nav button.owl-next{left:260px}
.extra-wrapper .item{margin-bottom:60px;}
.extra-wrapper .item:nth-child(5), .extra-wrapper .item:nth-child(6){margin-bottom:0;}
/*** Приемущества 1199 ***/
.advantages .advantage-header{font-size:20px;}
.advantages .advantage-text{font-size:14px;}
/*** Хиты продаж, новинки, товары на главной 1199 */
.products-ajax .products-grid .item{width:323px;}
.products-grid .item .item-inner{width:100%;}
.products-grid .product-image{margin:0 auto;width:100%;}
/*** Специальное предложение 1199 ***/
.index_page_products{width:695px;}
.index_sale_banner{width:230px;margin-left:15px;}
.index-page-item{padding:30px 50px;}
.index-page-goods-sale-owl .owl-prev, .index-page-goods-sale-owl .owl-next{width:50px;}
.index-page-item .index-prod-left{width:260px;}
.index-page-item .index-prod-right{width:calc(100% - 230px - 30px);padding-left:15px;}
.index-page-item .product-image{width:240px;height:240px;margin:0 auto;}
.index-page-item .goods-image-small{max-width:240px;max-height:240px;}
.timer-wrp .counter .number-block{width:75px;}
.index_sale_banner .sale-text{font-size:18px;}
.index_sale_banner .sale-number{font-size:26px;}
.index_sale_banner .sale-red-text .sale-number{font-size:34px;}
.index_sale_banner .sale-big-text{font-size:26px;}
.index_sale_banner .sale-red-text{font-size:18px;}
/* Баннер доставки 1199 */
.delivery-index-banner .container{justify-content:flex-start}
.delivery-dino{padding:30px 0;width:970px;height:280px;top:-30px;background-size:240px;}
.delivery-top-text{width:600px;text-align:right;font-size:30px;}
.delivery-bottom-text{width:600px;text-align:right;font-size:26px;}
/* Обратный звонок на главной 1199 */
#callback{height:435px;margin:50px 0;}
#callback .toy-pattern .container:after{height: 515px;width: 383px;position: absolute;left: 0;top: -20px;background-size: 383px;}
#callback .callback-container{width:640px;}
#callback .callback-title{font-size:24px;}
#callback .callback-text{font-size:16px;line-height:26px;}
/* Новости на главной 1199 */
.news-image{width:200px;height:300px;}
.news-image img{max-width:200px;max-height:300px;}
.news-item{padding:15px 15px 15px 230px}
.news-title{font-size:20px;}
.news-desc-short{font-size:16px;line-height:22px;max-height:66px;margin-bottom:10px;}
.news-item{height:266px;}
/* Подписка 1199 */
.subscribe-header{margin-bottom:20px;}
.subscribe-wrp{min-height:420px;}
/* footer 1199 */
.footer-col,.footer-col.half-footer-col{width:33%;}
.half-col{width:100%;}
.contacts-title{text-align:left;}
/* Навигация справа 1199 */
.right-nav{top:calc(50% - 245px);}
.nav-button, .nav-line{height:150px;}
.nav-text-rotate{font-size:16px;}
/* Категории 1199 */
.categories .item{width:calc(212px + 30px)} 
.categories .item .cat-image{width:210px;height:210px;}
.categories .item .cat-image img{max-width:210px;max-height:210px;}
.categories .item .cat-name{font-size:22px;padding:10px;min-height:100px;}
/* Карточка товара 1199 */
.productImgBlock{width:100%;margin-bottom:30px;} 
.product-view .product-inner{width:100%;padding-left:0;}
.goodsDataMainDiscountBlock{padding:15px;}
.goodsDataMainDiscountBlock .discount-name{font-size:24px;margin-bottom:10px;}
.goodsDataMainDiscountBlock .discount-count{font-size:24px;margin-top:10px;}
.goodsDataOpinion .opinion-left-side{width:100%;padding-right:0;margin-bottom:15px;}
.goodsDataOpinion .opinion-right-side{width:100%;}
/* Связь с администрацией 1199 */ 
.contact-box{width:calc(50% - 28px);}
/* Список акций 1199 */
.discount-box .discount-containter{width:33.33%;}
/* Корзина 1199 */
.cart-main{width:100%;margin-bottom:30px;}
.cart-right{width:100%;margin-left:0;}
}
@media all and (min-width: 992px) and (max-width: 1199px) {  
  /* Карточка товара 991 - 1199 */
  .product-content .right-side{width:30%;}
  .goodsDataMainModificationsBlockProperty{width:50%;}
  .goodsDataMainModificationsBlock{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .goodsDataMainModificationsBlockProperty:nth-child(2n - 1){padding-right:30px;}
  .goodsDataMainModificationsBlockProperty:nth-child(2n) .modification_name{padding-left:30px;width:calc(140px + 30px)}
  .goodsDataMainModificationsBlockProperty:nth-child(2n) .select-wrapper{width:calc(100% - 140px - 30px)}
  .product-content .left-side{width:70%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .product-content .left-side .left-line{height:24px;}
  .product-view .art-number{margin-left:30px;}
}
@media all and (max-width: 991px) {
/*** Контейнер 991 ***/
.container, .pdt-hit{width:768px;}
.left-col, .right-col, .main-content .left-col, .main-content .right-col{width:100%;padding-right:0;padding-left:0;}
/*** header 991 ***/
.actions-item{width:120px;}
.main-circle{width:50px;height:50px;}
.main-circle i.svg-favorites{background-size:24px;}
.main-circle i.svg-compare{background-size:20px;}
.main-circle i.svg-cart{background-size:26px;}
.header-catalog{width:210px;height:46px;}
.search{width:410px;}
.header-bottom .index-categorys{justify-content:flex-end;}
.header-catalog .dropdown-catalog{width:195px}
.more-button{width:116px;}
  
/* Экстра категории на главной 991 */
.extra-wrapper{padding-right:0;display:flex!important;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding-bottom:15px;margin:0;}
.extra-wrapper .item{width:100%;margin-bottom:30px;}
.extra-wrapper .owl-dots{bottom:0;}
.right-col.slider-col{width:100%;}
.banner-big{margin-top:0;height:360px;}
.banner-big .slider-left{height:360px;}
.banner-big .SlideTitle{font-size:24px;line-height:30px;}
.banner-big .SlideText{font-size:14px;line-height:22px;}
.owl-dots{bottom:35px;}
.banner-big .purple-button{bottom:100px;}
.banner-big .slider-left .pattern{padding:40px 30px;}
.banner-big .slider-right{background-size:cover;}
.extra-wrapper .item:nth-child(5), .extra-wrapper .item:nth-child(6){margin-bottom:30px;}
/*** Приемущества 991 ***/ 
.advantages .advantage{width:50%;margin:0;padding:0 15px;}
.advantages .advantage{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.advantages .advantage:nth-child(1), .advantages .advantage:nth-child(2){margin-bottom:45px;}
/* Хиты продаж, новинки, товары на главной 991 */
.products-ajax .products-grid .item{width:256px;}
.products-grid .product-image{width:238px;height:238px;}
.products-grid .product-image img{max-width:238px;max-height:238px;}
.products-grid .item{padding:0 8px 30px 8px;}
.add-to-links .add-wishlist, .add-to-links .add-compare, .add-to-links .fav-remove{opacity:1;}
.products-wrap .add-cart:after, .products-wrap .quickview:after{content:' ';width:34px;height:34px;background-size:24px;background-position:center center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='463.547' height='463.547'%3E%3Cpath d='M450.08 301.987C348.928 312.773 246.743 329.2 145.016 316.49c-.602-.305-1.206-.619-1.851-.858-9.298-3.488-12.418-9.282-12.339-17.869 8.653-12.37 27.139-11.567 40.09-10.562 18.124 1.396 36.11 1.225 54.281 1.036 47.18-.503 94.512-3.691 141.305-9.729 25.929-3.346 51.745-7.073 77.47-11.745 7.987-1.447 10.847-7.688 10.014-13.848.152-.812.295-1.64.315-2.539 1.422-54.994 3.107-109.936 8.449-164.714.833-8.562-5.053-12.975-11.654-13.406a13.953 13.953 0 00-5.24-.675c-118.728 6.891-237.639 8.42-356.53 9.819a16.225 16.225 0 00-2.392-2.272c-20.967-16.135-44.12-27.83-69.528-35.208-17.48-5.075-24.892 22.1-7.492 27.149 65.404 18.994 94.783 75.527 107.305 138.626 3.763 18.934 5.624 38.166 7.112 57.396.094 1.193-16.41 14.081-18.23 17.372-4.035 7.312-4.728 15.762-2.808 23.815 5.761 24.187 25.517 34.17 48.266 38.156-3.994 5.286-7.218 11.445-9.521 18.438-.843 2.555-.901 4.865-.48 6.932-.031 13.035 3.735 25.599 13.251 34.921 9.889 9.694 24.064 12.797 37.407 13.513 1.539.081 2.902-.111 4.179-.411.48-.035.942-.01 1.442-.086 24.58-3.997 42.478-22.155 44.707-47.012.817-9.064-1.544-17.256-5.954-24.212 38.519-.63 76.391-3.87 114.75-7.668-3.707 4.829-6.612 10.141-8.359 15.798-9.703 31.442 20.861 53.582 50.085 55.151 1.538.081 2.899-.111 4.179-.411.478-.035.939-.01 1.442-.086 24.577-3.997 42.478-22.155 44.706-47.013 1.143-12.74-3.986-23.739-12.258-32.031 6.322-.711 12.634-1.438 18.956-2.112 17.848-1.904 18.037-30.082-.011-28.158zm-23.678-60.696a1299.64 1299.64 0 01-68.03 9.927c-.116-10.577-.269-21.154-.579-31.719 23.085-.312 46.18-.396 69.27-.134-.224 7.303-.473 14.613-.661 21.926zm1.63-50.075c-23.801-.277-47.581-.152-71.346.218-.381-8.351-.854-16.696-1.366-25.037 24.583-.401 49.15-.676 73.737-.521-.401 8.446-.7 16.891-1.025 25.34zm5.24-90.819c-1.066 12.431-1.944 24.879-2.712 37.328-25.689-.178-51.384.114-77.073.551a1748.53 1748.53 0 00-2.976-34.157c27.599-1.031 55.183-2.209 82.761-3.722zM330.256 254.234c-26.391 2.56-52.842 4.362-79.344 5.307-1.63-11.903-3.301-23.801-4.951-35.701 27.853-1.929 55.767-3.12 83.695-3.836.335 11.394.492 22.81.6 34.23zm-1.706-62.243c-28.823.805-57.61 2.117-86.361 4.182a3126.128 3126.128 0 01-3.517-27.233c29.506-.655 59.014-1.435 88.532-2.059.497 8.365.965 16.739 1.346 25.11zm-6.11-86.885c1.077 11.217 2.072 22.437 2.931 33.665-30.017.645-60.043 1.45-90.059 2.11-1.234-11.126-2.404-22.264-3.369-33.428 30.166-.6 60.339-1.374 90.497-2.347zm-99.614 155.15c-23.638.33-47.307.03-70.978-.955a656.65 656.65 0 00-2.75-25.729c22.942-3.108 45.936-5.614 68.959-7.609 1.592 11.427 3.195 22.858 4.769 34.293zm-8.559-61.91c-23.202 2.044-46.372 4.57-69.505 7.663-2.288-12.142-5.096-24.136-8.632-35.846 24.793.082 49.576-.192 74.364-.64a2988.742 2988.742 0 003.773 28.823zm-105.624-89.022c31.729-.386 63.459-.817 95.179-1.363.978 11.182 2.115 22.335 3.359 33.481-27.086.475-54.172.744-81.268.543-4.852-11.296-10.529-22.231-17.27-32.661zm83.905 282.812c-.119-.01-.218-.046-.333-.051-15.533-.833-22.62-6.108-22.5-20.981 4.52-12.188 13.693-17.413 25.38-18.337 10.636 2.387 19.504 7.703 19.299 19.962-.208 11.704-11.931 17.336-21.846 19.407zm200.848-8.444c-.117-.01-.219-.046-.33-.051-15.534-.833-22.623-6.109-22.501-20.982 4.52-12.188 13.69-17.412 25.375-18.336 10.638 2.387 19.51 7.703 19.301 19.961-.209 11.7-11.929 17.331-21.845 19.408z'/%3E%3C/svg%3E");}
.products-wrap .add-cart, .products-wrap .quickview{width:54px;height:54px;text-indent: -999px;overflow:hidden;left: calc(50% - 27px);top: -5px;font-size:0;}
.products-wrap .item .item-inner:hover .add-cart, .products-wrap .item .item-inner:hover .quickview{width:54px;height:54px;left: calc(50% - 27px);top: -5px;}
.item .product-shop .add-to-links{width:190px;margin:0 auto;}
/* Товары списком 991 */
.products-list .product-image{width:226px;height:226px;padding:13px;}
.products-list .product-image a img{max-width:200px;max-height:200px;}
.products-list .product-middle{width:calc(100% - 226px);padding:20px 13px 20px 0;}
.products-wrap .item .product-name{max-height:48px;}
.products-wrap .item .item-inner:hover .add-cart, .products-wrap .item .item-inner:hover .quickview{width:54px;height:54px;}
/* Специальное предложение 991 */
.index_page_products{width:738px;}
.index_sale_banner{width:100%;margin-left:0;margin-top:20px;}
.index_sale_banner .index_sale_banner_content{flex-direction: row;padding:10px 10px;}
.index_sale_banner .text-wrapper{height:110px;width:calc(100% - 230px)}
.index_sale_banner .index_sale_banner_content.low_res_sale_banner .button-wrapper{display: -webkit-box;display: -ms-flexbox;display: flex;height:100%;width:calc(100% - 390px);-ms-flex-line-pack: center;align-content: center;}
.index_sale_banner .index_sale_banner_content.hi_res_sale_banner{display:none;}
.index_sale_banner .index_sale_banner_content.low_res_sale_banner{display: -webkit-box;display: -ms-flexbox;display: flex;} 
.index_sale_banner .index_sale_banner_content.low_res_sale_banner div{display:inline;width:auto;}
.index_sale_banner .index_sale_banner_content.low_res_sale_banner .text-wrapper{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items:center;padding:25px 0;}
.index_sale_banner .index_sale_banner_content.low_res_sale_banner .banner_line{display:block;width:390px;text-align:right;}
/* Баннер доставки 991 */
.delivery-index-banner .container{justify-content:flex-start;}
.delivery-index-banner{height:160px;}
.delivery-dino{padding:30px 0;width:750px;height:220px;top:-30px;background-size:190px;}
.delivery-top-text{width:500px;font-size:24px;}
.delivery-bottom-text{width:500px;text-align:right;font-size:22px;}
/* Обратный звонок на главной 991 */
.inputText{height:40px;}
#callback{height:375px;margin:30px 0 50px 0;}
#callback .callback-container{width:590px;}
#callback .callback-title{font-size:22px;}
#callback .callback-text{font-size:14px;line-height:24px;}
#callback .toy-pattern .container:after{left:-20px;background-size:321px;}
.more-button, .more-button:after, .purple-button, .purple-button .purple-button-inner{height:44px;}
/* Новости на главной 991 */
.news-conteiner{padding:0 8px;}
.news-image{width:146px;height:254px;left:10px;top:-10px;}
.news-image img{max-width:146px;max-height:254px;}
.news-item{padding:10px 10px 10px 170px}
.news-title-wrp{height:54px;}
.news-title{font-size:18px;line-height:24px;}
.news-desc-short{font-size:14px;line-height:20px;max-height:60px;margin-bottom:10px;}
.news-item{height:234px;}
.more-button:after{width:140px;font-size:14px;}
/* Подписка 991 */
.subscribe-header{font-size:26px}
/* footer 991 */
.footer-col{width:50%;}
.footer-col.half-footer-col{width:100%;}
.half-col{width:50%;}
.half-footer-col a{width:100%;}
/* Навигация справа 991 */
.right-nav{top:calc(50% - 215px);}
.nav-button, .nav-line{height:130px;}
.nav-text-rotate{font-size:14px;}
/* Категории 991 */
.categories .item {width: calc(226px + 30px);}
.categories .item .cat-image{width:224px;height:224px;}
.categories .item .cat-image img{max-width:224px;max-height:224px;}
/* Карточка товара 991 */
.productImgBlock{height:auto;}
.big-image{height:430px;margin-bottom:0;}
.big-image .goods-image-medium-square, .big-image .goods-image-medium-square .goods-image-medium{max-width:430px;max-height:430px;}
.mini-images{display:none;}
.main-image-owl .owl-dots{position:absolute;bottom:0;width:100%;}
.main-image-owl .owl-dots button:after{border:1px solid #9f17a6;}
.main-image-owl .owl-dots button{height:32px;align-items:flex-end;}
/* Авторизация, регситрация 991 */
.showPass{height:40px;}
.user-wrapper .recovery{height:44px;width:140px;font-size:14px;}
/* Корзина 991 */
.cart-middle-col{width:calc(100% - 160px - 160px - 160px);}
.cart .qty-minus, .cart .qty-plus{width:60px;}
.cart .qty-minus{padding-left:15px;}
.cart .qty-plus{padding-right:15px;}
.cart .qty-set{width:100%;}
.cart .cart_and_remove, .qty-cart-col{width:160px;}
}
@media all and (max-width: 767px) {
/* Контейнер 767 */
.container{width:100%;}
.row{margin-left:-7px;margin-right:-7px;}
.more-button.callback-button:after{left:0;}
/* Быстрый заказ 767 */
#OrderAjaxBlock{padding-left:0;width:100%;}
.global-order-left-border{display:none;}
.order-title{font-size:24px;font-weight:normal;margin-bottom:20px;}
.order-title .order-title-number{position:static;margin-right:20px;}
#quickform #quickDeliveryCity{width:100%;}
#quickform #quickDeliveryAddressStreet{width:100%;}
#quickform #quickDeliveryAddressHome, #quickform #quickDeliveryAddressFlat{width:calc(50% - 30px);} 
#quickform #quickDeliveryZipCode{width:100%;}
#quickform #deliveryConvenientDate{width:100%;}
#quickform .time-select{width:calc(50% - 30px);}
#quickform .inputText, .no-js-form .inputText{height:40px;}
#quickform .slct select{height:40px;}
.quick-order-content .orderDeliveryFields{margin-bottom:20px;}
#quickform .slct:after, #quickform .time-select:after{top:15px;}
.quick-order-content .quick-order-info{width:100%;}
.coupons .couponBlock .coupon-btn{width:34px;height:34px;}
.formfast .showPassBlock{right:0;top:0;}
/*** header 767 ***/ 
.menu-wrap{width:25%;}
.header-top-right{width:75%;padding-left:0;}
.hover-dropdown{width:33.33%;align-items:center;}
.menu-button_lr.active:before{left:auto}
.hover-dropdown .sub-header{width:100%;height:calc(100% - 10px);border-left:1px solid #83799c;}
.hover-dropdown .sub-header i{max-height:100%;width:100%;background-position:center center;}
.hover-dropdown .sub-header .text{display:none;}
.hover-dropdown .sub-header:after{display:none;}
.hover-dropdown.user-wrap .hover-dropdown-content{right:0;}
.menu-button_lr.active{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.menu-button_lr .text{display:none;}
.menu-button_lr i{width:100%;background-position:center center;}
.without-worktime .menu-wrap{width:33.33%;}
.without-worktime .header-top-right{width:66.66%;}
.without-worktime .hover-dropdown{width:50%;}
.logo{width:100%;padding:15px 0;}
.header-middle .header-actions{width:100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding-bottom:15px;}
.actions-item{width:100px;}
.main-circle{width:44px;height:44px;}
.count-circle{width:22px;height:22px;font-size:12px;}
.main-circle i.svg-favorites{background-size:20px;}
.main-circle i.svg-compare{background-size:16px;}
.main-circle i.svg-cart{background-size:20px;}
.actions-item .text{font-size:14px;}
.header-catalog{width:145px}
.header-bottom .index-categorys{display:none;} 
.search{width:calc(100% - 145px)}
.header-catalog .dropdown-catalog {width: calc(100% - 30px);}
.header-catalog .header-catalog-hover-element{padding:0 5px}
.header-catalog .dropdown-catalog li.level-1 .link-lvl1{text-align:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.hover-dropdown:hover .hover-dropdown-content, .hover-dropdown:hover:before{display:none;}
.hover-dropdown.active:before{content:'▲';color:#fff;font-size: 14px;position: absolute;top: calc(100% - 14px);}
.hover-dropdown.active .hover-dropdown-content,.hover-dropdown.active:before{display:block;}
.header-catalog:hover .dropdown-catalog{opacity: 0;visibility: hidden;}
.header-catalog.active .dropdown-catalog{opacity: 1;visibility: visible;}
.header-catalog .dropdown-catalog li.level-1:not(:last-of-type){margin-bottom:0px;}
.header-catalog .dropdown-catalog li.level-1:last-of-type{margin-bottom:15px;}
.level-0.active .link-lvl0 .open-sub{right:20px;}
/* Баннер на главной 767 */
.banner-big{height:280px;margin-top:30px;}  
.banner-big .slider-left{width:225px;height:280px;}
.banner-big .slider-right{width:calc(100% - 225px)}
.banner-big .slider-left .pattern{padding:15px;}
.banner-big .SlideTitle{font-size:24px;line-height:26px;}
.owl-dots{width:225px;}
.purple-button{font-size:14px;}
.banner-big .purple-button{bottom:70px;}
.owl-dots{bottom:15px;}
.banner-big .SlideText{margin-top:5px;}
.banner-big .owl-nav button.owl-next{left:180px;}
.banner-big .owl-nav button.owl-prev{left:-5px;}
/* Хиты продаж, новинки, товары на главной 767 */
.pdt-hit{width:calc(100% + 16px);margin:0 -8px 100px -8px;}
.products-ajax .products-grid .item{width:50%;}
.products-grid .product-image{width:100%;height:260px;}
.products-grid .product-image img{max-width:100%;max-height:260px;}
.products-grid .item{padding:0 8px 16px 8px;}
.products-wrap .item .product-shop .add-to-links{padding:0 10px;}
/* Вы смотрели 767 */
.overflow-viewed.owl-carousel{width:calc(100% + 16px);}
.viewed .item{padding:0 8px 16px 8px}
/* Товары списком 767 */
.list-description-short{display:none;}
.products-list .product-right{width:210px;}
.products-list .product-left-side{width:calc(100% - 210px)}
.products-list .product-image{width:100%;height:220px;padding:10px;}
.products-list .product-middle{width:100%;padding:0 10px 20px 10px;}
.products-wrap .item .product-name{max-height:44px;}
.products-wrap .item .product-name a{font-size:14px;line-height:22px;}
.products-list .empty-message{width:calc(100% - 20px)}
.products-list .goodsListForm{max-width:100%;}
.products-wrap .item .product-shop{padding:0;}
/* Специальное предложение 767 */
.pdt-index-goods{width:100%;}
.index_page_products{padding-bottom:40px;position:relative;}
.index_page_products .owl-dots{width:100%;}
.index_page_products .owl-dots button:after{border:1px solid #9f17a6;}
.index-page-item{padding:10px 10px;}
.index-page-item .index-prod-left{width:191px;padding-right:0;}
.index-page-item .product-image{width:100%;height:190px;}
.index-page-item .goods-image-small{max-width:190px;max-height:190px;}
.index-page-item .add-to-links{padding:0 10px;}
.index-page-item .index-prod-right{width:calc(100% - 191px);padding-left:10px;}
.timer-wrp .counter .number-block label{display:none;}
.timer-wrp .counter .number-block label.low_res_label{display:block;}
.timer-wrp .counter .number-block{width:54px;}
.timer-wrp .counter .number-block span{width:42px;height:42px;font-size:20px;}
.timer-wrp .counter .number-block label{font-size:18px;}
.index_sale_banner{width:calc(100% + 30px);margin-left:-15px;margin-right:-15px;border-radius:0;}
.index_sale_banner .index_sale_banner_content{width:100%;}
.index_sale_banner .index_sale_banner_content.low_res_sale_banner .text-wrapper{width:100%;text-align:center;padding:10px 0;height:80px;margin-bottom:10px;}
.index_sale_banner .index_sale_banner_content.low_res_sale_banner .button-wrapper{width:100%;height:auto;padding-bottom:10px;}
.index_sale_banner .index_sale_banner_content.low_res_sale_banner .banner_line{width:100%;text-align:center;}
.index-page-goods-sale-owl .owl-nav{width: 340px;height: 56px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: center;justify-content: space-between;bottom: -66px;left: calc(50% - 170px);margin: 25px auto 0 auto;}
.index-page-goods-sale-owl .owl-prev, .index-page-goods-sale-owl .owl-next{position:static;}
.index-page-goods-sale-owl .owl-nav:before, .index-page-goods-sale-owl .owl-nav:after{content: ' ';display: block;height: 2px;background: #dcd8e8;width: 100px;}
.index-page-goods-sale-owl .owl-next .svg-big-right{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='462.846' height='462.845'%3E%3Cpath d='M173.113 4.671C168.301-.29 162.569-.89 157.648.966c-2.829.366-5.683 1.488-8.331 3.705-21.018 17.61-41.223 36.122-60.667 55.467-8.366 8.322-4.223 19.296 3.488 24.136 40.654 48.365 87.067 96.255 127.663 144.666-46.05 46.266-90.437 98.67-134.62 146.657-4.956 5.383-5.152 11.73-2.775 16.92.378 4.936 3.364 9.455 7.663 12.781 20.218 15.614 39.748 32.077 58.676 49.23 4.763 7.815 15.886 12.127 24.362 3.788 67.631-66.49 126.845-141.432 201.06-201.057 2.036-1.636 3.407-3.428 4.261-5.281 4.245-5.586 5.316-13.649-.798-20.251-69.211-74.752-133.544-153.91-204.517-227.056zm-10.727 420.274c-14.83-13.086-30.039-25.689-45.562-37.942 42.155-47.078 85.617-97.578 130.822-141.879 2.355-2.306 3.656-4.834 4.25-7.373 3.783-5.576 4.672-13.345-.782-19.88-41.015-49.129-87.973-97.629-129.219-146.558 12.448-12.002 25.293-23.577 38.364-34.903 63.518 66.445 122.146 137.313 184.153 205.15-66.513 55.125-121.359 122.17-182.026 183.385z'/%3E%3C/svg%3E");}
.index-page-goods-sale-owl .owl-prev .svg-big-left{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 462.8 462.8'%3E%3Cpath d='M85.2 231.7c-6.1 6.6-5 14.7-.8 20.3.9 1.9 2.2 3.6 4.3 5.3 74.2 59.6 133.4 134.6 201.1 201.1 8.5 8.3 19.6 4 24.4-3.8 18.9-17.2 38.5-33.6 58.7-49.2 4.3-3.3 7.3-7.8 7.7-12.8 2.4-5.2 2.2-11.5-2.8-16.9-44.2-48-88.6-100.4-134.6-146.7 40.6-48.4 87-96.3 127.7-144.7 7.7-4.8 11.9-15.8 3.5-24.1-19.4-19.3-39.6-37.9-60.7-55.5-2.6-2.2-5.5-3.3-8.3-3.7-4.9-1.9-10.7-1.3-15.5 3.7-71.1 73.1-135.5 152.3-204.7 227zm33.2 9.9c62-67.8 120.6-138.7 184.2-205.1 13.1 11.3 25.9 22.9 38.4 34.9-41.2 48.9-88.2 97.4-129.2 146.6-5.5 6.5-4.6 14.3-.8 19.9.6 2.5 1.9 5.1 4.3 7.4 45.2 44.3 88.7 94.8 130.8 141.9-15.5 12.3-30.7 24.9-45.6 37.9-60.7-61.4-115.6-128.4-182.1-183.5z'/%3E%3C/svg%3E");}
.index-page-goods-sale-owl .owl-next:hover .svg-big-right{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='462.846' height='462.845'%3E%3Cpath d='M173.113 4.671C168.301-.29 162.569-.89 157.648.966c-2.829.366-5.683 1.488-8.331 3.705-21.018 17.61-41.223 36.122-60.667 55.467-8.366 8.322-4.223 19.296 3.488 24.136 40.654 48.365 87.067 96.255 127.663 144.666-46.05 46.266-90.437 98.67-134.62 146.657-4.956 5.383-5.152 11.73-2.775 16.92.378 4.936 3.364 9.455 7.663 12.781 20.218 15.614 39.748 32.077 58.676 49.23 4.763 7.815 15.886 12.127 24.362 3.788 67.631-66.49 126.845-141.432 201.06-201.057 2.036-1.636 3.407-3.428 4.261-5.281 4.245-5.586 5.316-13.649-.798-20.251-69.211-74.752-133.544-153.91-204.517-227.056zm-10.727 420.274c-14.83-13.086-30.039-25.689-45.562-37.942 42.155-47.078 85.617-97.578 130.822-141.879 2.355-2.306 3.656-4.834 4.25-7.373 3.783-5.576 4.672-13.345-.782-19.88-41.015-49.129-87.973-97.629-129.219-146.558 12.448-12.002 25.293-23.577 38.364-34.903 63.518 66.445 122.146 137.313 184.153 205.15-66.513 55.125-121.359 122.17-182.026 183.385z'/%3E%3C/svg%3E");}
.index-page-goods-sale-owl .owl-prev:hover .svg-big-left{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 462.8 462.8'%3E%3Cpath d='M85.2 231.7c-6.1 6.6-5 14.7-.8 20.3.9 1.9 2.2 3.6 4.3 5.3 74.2 59.6 133.4 134.6 201.1 201.1 8.5 8.3 19.6 4 24.4-3.8 18.9-17.2 38.5-33.6 58.7-49.2 4.3-3.3 7.3-7.8 7.7-12.8 2.4-5.2 2.2-11.5-2.8-16.9-44.2-48-88.6-100.4-134.6-146.7 40.6-48.4 87-96.3 127.7-144.7 7.7-4.8 11.9-15.8 3.5-24.1-19.4-19.3-39.6-37.9-60.7-55.5-2.6-2.2-5.5-3.3-8.3-3.7-4.9-1.9-10.7-1.3-15.5 3.7-71.1 73.1-135.5 152.3-204.7 227zm33.2 9.9c62-67.8 120.6-138.7 184.2-205.1 13.1 11.3 25.9 22.9 38.4 34.9-41.2 48.9-88.2 97.4-129.2 146.6-5.5 6.5-4.6 14.3-.8 19.9.6 2.5 1.9 5.1 4.3 7.4 45.2 44.3 88.7 94.8 130.8 141.9-15.5 12.3-30.7 24.9-45.6 37.9-60.7-61.4-115.6-128.4-182.1-183.5z'/%3E%3C/svg%3E");}
.index-page-goods-sale-owl .owl-nav .owl-next{height:55px;width:55px;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.1 56.6'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='28.05' y1='.998' x2='28.05' y2='55.642'%3E%3Cstop offset='0' stop-color='%2316c3b0'/%3E%3Cstop offset='1' stop-color='%2341e3d1'/%3E%3C/linearGradient%3E%3Cpath d='M54.9 33.7c-1.3 16.4-16.7 26.4-33 20-16.1-6.3-23.6-13.8-20-28 4.5-17.4 13.2-27.5 32-24 17.1 3.2 22.4 14.8 21 32z' fill='url(%23a)'/%3E%3C/svg%3E");}
.index-page-goods-sale-owl .owl-nav .owl-next.disabled, .index-page-goods-sale-owl .owl-nav .owl-next.disabled:hover{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.1 56.6'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='28.05' y1='.998' x2='28.05' y2='55.642'%3E%3Cstop offset='0' stop-color='%2316c3b0'/%3E%3Cstop offset='1' stop-color='%2383799c'/%3E%3C/linearGradient%3E%3Cpath d='M54.9 33.7c-1.3 16.4-16.7 26.4-33 20-16.1-6.3-23.6-13.8-20-28 4.5-17.4 13.2-27.5 32-24 17.1 3.2 22.4 14.8 21 32z' fill='url(%23a)'/%3E%3C/svg%3E");}
.index-page-goods-sale-owl .owl-nav .owl-prev{height:55px;width:55px;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.1 56.6'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='28.05' y1='.998' x2='28.05' y2='55.642' gradientTransform='rotate(180 28.05 28.32)'%3E%3Cstop offset='0' stop-color='%2316c3b0'/%3E%3Cstop offset='1' stop-color='%2341e3d1'/%3E%3C/linearGradient%3E%3Cpath d='M1.2 23C2.5 6.6 17.9-3.4 34.2 3c16.1 6.3 23.6 13.8 20 28-4.5 17.4-13.2 27.5-32 24C5.1 51.8-.2 40.2 1.2 23z' fill='url(%23a)'/%3E%3C/svg%3E");}
.index-page-goods-sale-owl .owl-nav .owl-prev.disabled, .index-page-goods-sale-owl .owl-nav .owl-prev.disabled:hover{box-shadow:0 0 0 0;background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.1 56.6'%3E%3Cpath d='M1.2 23C2.5 6.6 17.9-3.4 34.2 3c16.1 6.3 23.6 13.8 20 28-4.5 17.4-13.2 27.5-32 24C5.1 51.8-.2 40.2 1.2 23z' fill='%2383799c'/%3E%3C/svg%3E");}
.index-page-goods-sale-owl .owl-nav .owl-prev:hover{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.1 56.6'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='-13.936' y1='99.05' x2='-13.936' y2='44.405' gradientTransform='matrix(-1 0 0 1 14.1 -43.36)'%3E%3Cstop offset='0' stop-color='%2318d7c2'/%3E%3Cstop offset='1' stop-color='%2349ffeb'/%3E%3C/linearGradient%3E%3Cpath d='M1.2 23C2.5 6.6 17.9-3.4 34.2 3c16.1 6.3 23.6 13.8 20 28-4.5 17.4-13.2 27.5-32 24C5.1 51.8-.2 40.2 1.2 23z' fill='url(%23a)'/%3E%3C/svg%3E");}
.index-page-goods-sale-owl .owl-nav .owl-next:hover{background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.1 56.6'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='28.064' y1='56.99' x2='28.064' y2='2.345' gradientTransform='matrix(1 0 0 -1 0 58)'%3E%3Cstop offset='0' stop-color='%2318d7c2'/%3E%3Cstop offset='1' stop-color='%2349ffeb'/%3E%3C/linearGradient%3E%3Cpath d='M54.9 33.7c-1.3 16.4-16.7 26.4-33 20-16.1-6.3-23.6-13.8-20-28 4.5-17.4 13.2-27.5 32-24 17.1 3.2 22.4 14.8 21 32z' fill='url(%23a)'/%3E%3C/svg%3E");}
/* Баннер доставки 767 */
.delivery-index-banner .container{justify-content:flex-start;padding:20px 15px;}
.delivery-index-banner{height:100px;margin:0 auto 40px auto;}
.delivery-dino{width:100%;position:static;height:auto;top:0px;padding:0;background-size:190px;background:none!important;}
.delivery-top-text{width:100%;text-align:center;font-size:22px;}
.delivery-bottom-text{width:100%;text-align:center;font-size:18px;}
/* Обратный звонок на главной 767 */
#callback .callback-container .callbackForm{padding:20px 0}
#callback{height:auto;margin:0 0 50px 0}
#callback .callback-title{line-height:32px;margin-bottom:5px;}
#callback .callback-text, #callback .more-button, #callback .inputText{margin-bottom:15px;}
#callback .toy-pattern .container:after{display:none;}
#callback .callback-container{width:100%;}
/* Новости на главной 767 */
.news-conteiner{width:100%;}
.news-conteiner:nth-child(n + 2){display:none;}
.news-owl{width:calc(100% + 16px);padding-bottom:10px;}
.all-news .news-line{width:100%;}
.index-news.all-news .news-line:nth-child(n + 2){display:none;}
#news.all-news{margin-bottom:40px;}
/* Подписка 767 */
.subscribe-header{font-size:22px;line-height:32px;margin-bottom:20px;}
/* footer 767 */
#footer .container{display:block;}
.footer-col, .footer-col.half-footer-col{width:356px;margin:0 auto 30px auto;}
.footer-col:not(:last-of-type){padding-right:0;}
.half-col{width:100%;}
/* Навигация справа 767 */
.right-nav{top: auto;bottom: 0;width: 100%;height: auto;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;right: auto;left: auto;}
.nav-button, .nav-line{height:44px;width:134px;}
.nav-circle{width:40px;height:40px;left:calc(50% - 20px);right:auto;top:auto;bottom:25px;}
.nav-text-rotate {color: #fff;-moz-transform: rotate(0deg); -webkit-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}
#back-top{order:1;width:44px;border-bottom-left-radius: 0;border-top-left-radius:20px;}
.nav-compare{order:2;}
.nav-favorites{order:3;}
.nav-cart{order:4;}
.nav-cart-button .nav-line{border-top-left-radius:0;border-top-right-radius:20px;position:relative}
.right-nav i.svg-cart{width:30px;height:30px;background-size:20px;}
.right-nav i.svg-compare{width:30px;height:30px;background-size:18px;} 
.right-nav i.svg-favorites{width:30px;height:30px;background-size:22px;}
.nav-block:before{display:none;}
.nav-block{position:static;}
.nav-content{position: fixed;bottom: 54px;top: auto;right: calc(50% - 240px);width:480px;padding:15px;}
.nav-header{font-size:20px;align-items:center;margin-bottom:5px;}
.nav-content .items .item .product-middle .product-rating{display:none;}
.nav-content .items .item .product-middle .product-name a{font-size:14px;}
.nav-content .cart-sum-info .cart-sum-text{font-size:14px}
.nav-content .items{margin-bottom:5px;} 
.nav-content .items.multi{padding-right:10px;}
.nav-content .cart-sum-line{margin-bottom:10px;}
/* Категории 767 */
.categories .item{width:100%;padding-bottom:15px;}
.categories .item .item-inner{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}.categories .item .cat-image{width:210px;height:210px;}
.categories .item .cat-image img{max-width:210px;max-height:210px;}
.categories .item .cat-name{width:calc(100% - 210px);} 
/* Карточка товара 767 */
.goodsDataOpinionList .bord .opinion-left{width:120px;}
.goodsDataOpinionList .bord .opinion-right{width:calc(100% - 120px);}
.goodsDataOpinionList .rating-box{width:100px;background-size:20px;}
.goodsDataOpinionList .rating-box .rating{background-size:20px;}
.goodsDataOpinionList .bord .opinion-left{padding:15px 10px;}
.goodsDataOpinionList .bord .opinion-right{padding:15px;}
.big-image{height:400px;margin-bottom:0;}
.big-image .goods-image-medium-square, .big-image .goods-image-medium-square .goods-image-medium{max-width:400px;max-height:400px;}
/* Авторизация, регистрация 767 */
.user-wrapper.row{width:100%;margin-left:0;margin-right:0;}
.user-wrapper .user_form{width:100%;margin:0;}
.user-wrapper .user_form:not(:last-of-type){margin-bottom:15px;}
/* Список заказов 767 */
.order-info .scroll{overflow-y:auto;}
/* Связь с администрацией 767 */ 
.contact-box{width:100%;}
/* Просмотр заказа 767 */
.order-info .buttons div, .order-info .buttons form{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width:100%;margin-bottom:30px;}
/* Список акций 767 */
.discount-box .discount-containter{width:50%;padding:7px;}
/* hidden callback 767 */
#hidden-callback{width:290px;padding:0 15px 15px 15px;}
#hidden-callback .callback-title{font-size:24px;height:40px;}
#hidden-callback .fancybox-close-small{width:40px;height:40px;background-size:16px;}
#hidden-callback .callbackForm{width:100%;}
#hidden-callback .callback-text{font-size:14px;padding:15px 0;} 
.more-button.callback-button{width:100%;}
.more-button.callback-button:after{width:100%;}
/* Корзина 767 */
.cart-middle-col{width:calc(100% - 160px)}
.cart .cart_and_remove{width:calc(100% - 160px)}
.cart .oneProd .right-nav-remove{width:40px;height:40px;}
.cart .oneProd .right-nav-remove .text{display:none;}
.cart .oneProd .right-nav-remove i.svg-trash{margin-right:0;}
.right-nav-remove.clearCart i.svg-trash{margin-right:10px!important;}
.cart .cart_and_remove .total-line-price{width:calc(100% - 40px);display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-line-pack: center;align-content: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.cart .remove-product-col{width:40px;}
.cart .cart-product-list .remove{margin-top:0;}
/* Оформление заказа без js 767 */
.no-js-form{width:100%;padding-left:0;}
.no-js-form .buttons{width:100%;display:block;}
.no-js-form .buttons{margin-top:0;}
.no-js-form .buttons .button{margin:0 auto;}
.no-js-form .buttons .button.gray{margin-bottom:15px;}
 } 
@media all and (max-width: 640px) {
}
@media all and (max-width: 479px) {
/*** header 479 ***/
.actions-item{width:96px;}
.search{width:calc(100% - 55px)}  
.header-catalog{width:55px;}
.header-catalog .text{display:none;}
.header-catalog .header-catalog-hover-element{padding-right:0;}
i.svg-paints{margin:0 auto;}
.title{font-size:24px;line-height:24px;margin:0 0 55px 0;}
.title:before{width:290px;}
/* Баннер на главной 479 */
.banner-big .slider-left{width:100%;}
.banner-big .slider-right{display:none;}
.banner-big .owl-nav{width:100%;}
.banner-big .owl-nav button.owl-next{left:auto;right:-5px;}
.banner-big .slider-left .pattern{padding:20px 30px;}
.owl-dots{width:100%;}
/* Приемущества 479 */  
.advantages{width:100%;margin:30px 0px 30px 0px}
.advantages .owl-stage-outer{padding-top:30px;}
.advantages .advantage{width:100%;padding:0;}
.advantages .advantage .advantage-inner{max-width:100%;width:100%;}
/* Хиты продаж, новинки, товары на главной 479 */
.products-ajax .products-grid .item{width:100%;}
.products-grid .item .product-name{max-height:40px;}
.products-grid .item .product-top{height:80px;padding:10px;}
.products-grid .item .product-name a{font-size:14px;line-height:20px;}
.products-grid .product-image .product-image-link{height:200px;}
.products-grid .product-image{height:200px;}
.products-grid .product-image img{max-height:200px;}
.products-grid .goods-image-small{max-width:200px;max-height:200px;}
.index-carousel .owl-nav{width:290px;left:calc(50% - 145px)}
.index-carousel .owl-nav:before, .index-carousel .owl-nav:after{width:70px;}
.view-mode .list-act, .view-mode .table-act, .view-mode .table , .view-mode .list{display:none;}
.toolbar-content select.selectBox{min-width:auto;}
.toolbar-content select.selectBox#per_page{padding-right:40px;}
/* Товары списком 479 */
.products-list .product-left-side{width:100%;}
.products-list .product-right{width:100%;margin-top:-22px;}
.products-list .product-middle{padding:0 10px 0 10px;}
.products-list .product-right .product-right-top{padding:40px 10px 10px 10px;}
.products-list .product-right .product-right-bottom{padding:10px;}
/* Фильтры 479 */
.filter-form-lines{width:100%;}
.goodsFilterSubmit{width:100%;flex-direction:row;justify-content:center;}
.goodsFilterSubmit .show-button{width:140px;height:54px;}
.goodsFilterSubmit .show-button .text-transform{transform: rotate(0deg);}
.goodsFilterSubmit .clear_all_filters{width:210px;height:54px;margin-top:0;}
.goodsFilterSubmit .clear_all_filters .text-transform{transform: rotate(0deg);}
/* Специальное предложение 479 */
.index-page-item .index-prod-left{order:2;;width:100%;border-right:0;border-top:1px solid #d4cee3;padding-top:10px;}
.index-page-item .index-prod-right{order:1;width:100%;padding-left:0;padding-bottom:10px;}
.index-page-item .price-box{margin-bottom:10px;}
.index-page-item .description-short{margin-bottom:10px;}
.timer-wrp .counter .number-block{width:65px;}
.index-page-item .add-to-links{width:100%;} 
/* Баннер доставки 479 */
.delivery-index-banner{height:auto;margin:0 auto 40px auto;}
.delivery-dino{width:100%;height:auto;top:0px;padding:0;background:none!important;}
.delivery-top-text{width:100%;text-align:center;font-size:24px;line-height:32px;}
.delivery-bottom-text{width:100%;text-align:center;font-size:16px;line-height:24px;}
/* Обратный звонок на главной 479 */
#callback .callback-title{font-size:24px;}
#callback .callback-text{line-height:16px;}
#callback .more-button:after{width:290px;}
.callback-text br{display:none}
/* Новости на главной 479 */
.news-image{width:180px;height:180px;left:calc(50% - 90px);top:-15px;}
.news-image img{max-width:180px;max-height:180px;}
.news-item{padding:180px 15px 15px 15px;height:auto;}
/* Подписка 479 */
.subscribe-header{font-size:24px;margin-bottom:20px;}
/* Социальные сети 479 */
.social-media{width:290px;}
.social-media-inner-blocks{width:290px;height:240px;padding:50px 80px;background-size:80px;} 
.social-media-inner-plane{height:240px;background-size:60px;}
.ios .social-media-inner-plane{position:absolute;bottom:-22px;width:100%;}
.subscribe .callback-input{max-width:100%;}
/* footer 479 */
.footer-col, .footer-col.half-footer-col{width:290px;}
/* Навигация справа 479 */
.nav-button, .nav-line{width:80px;height:30px;} 
#back-top{height:30px;}
.nav-text-rotate{display:none;} 
.nav-circle{bottom:10px;}  
.nav-content{width:320px;right:calc(50% - 160px);bottom:35px;}
.nav-header{font-size:18px;}
.nav-content .items .item{padding:10px 0}
.nav-content .items .item .icon-product-image{width:60px;height:60px;}
.nav-content .items .item .icon-product-image a img{max-width:60px;max-height:60px;}
.nav-content .items .item .product-middle{padding:0 10px;}
.nav-content .items .item .product-middle .product-name a{font-size:12px;}
.nav-content .items .item .product-right{width:80px;}
.nav-content .items .item .product-right .price{justify-content:flex-end;font-size:20px;line-height:20px;width:100%;text-align:right;}
.nav-content .items .item .product-right .price.old-price{font-size:14px;line-height:14px;margin-right:0;margin-bottom:10px;}
.nav-content .items .item .product-right .price.RUB:after{background-size:20px;}
.nav-content .items .item .product-right .price.old-price.RUB:after{background-size:14px;}
.nav-content .items .item .product-middle{width:calc(100% - 60px - 80px);}
.right-nav-remove{width:54px;}
.right-nav-remove .text{display:none;}
i.svg-trash{margin-right:0;}
.nav-content .items .item .product-right .product-price{margin-bottom:10px;}
.nav-content .cart-sum-header{font-size:18px;}
.nav-content .items{max-height:215px;}
/* Категории 479 */
.categories .item .cat-image{width:130px;height:130px;}
.categories .item .cat-image img{max-width:130px;max-height:130px;}
.categories .item .cat-name{width:calc(100% - 130px);font-size:18px;} 
/* Карточка товара 479 */
.product-view .main-product-name{font-size:18px;line-height:18px;margin-bottom:20px;}
.product-view .product-inner .product-content .price-box .old-price .price{font-size:24px;}
.product-view .product-inner .product-content .price-box .special-price .price{font-size:40px;}
.product-view .product-inner .product-content .price-box .special-price .price.RUB:after{width:28px;height:40px;background-size:40px;}
.product-view .product-inner .product-content .price-box .old-price .price.RUB:after{width:24px;height:24px;background-size:24px;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock.opinion-half-left{width:100%;margin-bottom:15px;padding-right:0;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock.opinion-half-right{width:100%;margin-bottom:15px;padding-left:0;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock, .goodsDataOpinionAddTable .goodsDataOpinionBlock{margin-bottom:15px;}
.opition-title{font-size:24px;line-height:24px;width:calc(100% + 32px);margin:-30px -16px 15px -16px}
.goodsDataOpinionAddTable .goodsDataOpinionBlock label{font-size:14px;}
.goodsDataOpinionAddForm{padding:15px;}
.product-content .right-side{width:100%;order:1;}
.product-content .left-side{width:100%;order:2;}
.goodsDataMainModificationsBlock{order:3;}
.goodsDataMainModificationAvailable .available-true, .goodsDataMainModificationAvailable .available-false{justify-content:flex-start;}
.product-view .modification_name{font-size:14px;padding-right:0;width:100%;margin-bottom:10px;}
.product-view .select-wrapper{width:100%;}
.product-view .all_features{margin:15px 0;}
.product-view .all_features .one-feature .feature-name, .product-view .all_features .one-feature .feature-value{font-size:14px;}
.product-view .product-information .tab-wrapper{margin-bottom:15px;}
.product-information .delivery h4, .product-information .delivery p, .product-information .delivery h5{font-size:14px;}
.product-information .delivery h4{padding:10px 10px;}
.product-information .rules-wrapper{font-size:14px;padding:10px 0 10px 10px;}
.goodsDataOpinion .opinion-left-side{margin-top:15px;}
.product-view .product-information .tab-toggler{font-size:20px;}
.goodsDataOpinionList .bord .opinion-left{width:100%;border-right:0;}
.goodsDataOpinionList .bord .opinion-right{width:100%;}
.goodsDataOpinionList .goodsDataOpinionListDesc{margin-bottom:10px;font-size:14px;} 
.goodsDataOpinionList .goodsDataOpinionListDesc strong{margin-bottom:10px;font-size:14px;}
.goodsDataOpinionList .goodsDataOpinionListDesc:not(:last-of-type) span{margin-bottom:15px;}
.goodsDataOpinionList .goodsDataOpinionListClient, .goodsDataOpinionList .goodsDataOpinionListTitle{line-height:20px;}
.big-image{height:268px;margin-bottom:0;}
.big-image .goods-image-medium-square{max-width:268px;max-height:268px;}
.big-image .goods-image-medium-square .goods-image-medium{max-width:268px;max-height:268px;}
.productImgBlock{padding:10px;}
/* Авторизация, регистрация 479 */
.user-wrapper .user_form{padding:15px;}
.form-title{font-size:18px;margin-bottom:15px;}
.user-wrapper .user_form-text{font-size:14px;margin-bottom:15px;}
.contact-box{margin:0 7px 14px 7px;padding:15px;}
/* Список акций 479 */
.discount-box .discount-containter{width:100%;padding:7px;}
/* Сравнение 479 */
.CompareNavigation{width:100%;margin:15px 0;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.CompareNavigation .owl-prev, .CompareNavigation .owl-next{margin:0 15px}
.CompareGoodsTableFilter .label{font-size:12px;}
/* Корзина 479 */
.cart .image{width:100px;height:100px;} 
.cart .image .goods-image-other{max-width:100px;max-height:100px;}
.cart-middle-col{padding-right:0;width:calc(100% - 100px)}
.cart .cart-product-list .cart-product-name a{font-size:14px;}
.qty-cart-col{width:100px;padding:10px 0;}
.cart .wrap-qty input{width:40px;height:40px;}
.cart .qty-minus, .cart .qty-plus{width:50px;height:40px;}
.one-prod-price .price{font-size:14px;}
.one-prod-price{font-size:14px;} 
.one-prod-price .price.RUB:after{background-size:14px;}
.cart .qty-plus{padding-right:10px;font-size:28px;}
.cart .qty-minus{padding-left:10px;font-size:28px;}
.cart .wrap-qty input{font-size:18px;}
.cart .cart_and_remove{width:calc(100% - 100px);padding:0 0 0 10px;}
.cart .oneProd{padding:15px;}
.cart .cart_and_remove .total-line-price .price{font-size:24px;}
.cart .cart_and_remove .total-line-price .price.RUB:after{background-size:24px;}
.cart .oneProd:not(:last-of-type){margin-bottom:15px;}
.right-nav-remove.clearCart .text{display:block;}
}
/******************************************************************************
  Фиксы для браузеров
*******************************************************************************/
.Safari .products-grid .item {display: inline-block;padding: 0 12px 30px;}
.Safari #header .search #search_mini_form input[type="text"] {line-height: 1;}
/******************************************************************************
  Если не работает JS
*******************************************************************************/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion),(print){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}
/*
* name: Noty
* description: Dependency-free notification library that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. 
* version: 	v3.2.0
* https://ned.im/noty
* https://github.com/needim/noty
*/
.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight{position:fixed;margin:0;padding:0;z-index:9999999;-webkit-transform:translateZ(0) scale(1,1);transform:translateZ(0) scale(1,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;filter:blur(0);-webkit-filter:blur(0);max-width:90%}
#noty_layout__top{top:0;left:5%;width:90%}#noty_layout__topLeft{top:20px;left:20px;width:325px}
#noty_layout__topCenter{top:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}
#noty_layout__topRight{top:20px;right:20px;width:325px}
#noty_layout__bottom{bottom:0;left:5%;width:90%}
#noty_layout__bottomLeft{bottom:20px;left:20px;width:325px}
#noty_layout__bottomCenter{bottom:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}
#noty_layout__bottomRight{bottom:20px;right:20px;width:325px}#noty_layout__center{top:50%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px),-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1,1)}
#noty_layout__centerLeft{top:50%;left:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}
#noty_layout__centerRight{top:50%;right:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}
.noty_progressbar{display:none}
.noty_has_timeout.noty_has_progressbar .noty_progressbar{display:block;position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#646464;opacity:.2;filter:alpha(opacity=10)}.noty_bar{-webkit-backface-visibility:hidden;-webkit-transform:translate(0,0) translateZ(0) scale(1,1);-ms-transform:translate(0,0) scale(1,1);transform:translate(0,0) scale(1,1);-webkit-font-smoothing:subpixel-antialiased;overflow:hidden}
.noty_effects_open{opacity:0;-webkit-transform:translate(50%);-ms-transform:translate(50%);transform:translate(50%);-webkit-animation:noty_anim_in .5s cubic-bezier(0.68,-0.55,0.265,1.55);animation:noty_anim_in .5s cubic-bezier(0.68,-0.55,0.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}
.noty_effects_close{-webkit-animation:noty_anim_out .5s cubic-bezier(0.68,-0.55,0.265,1.55);animation:noty_anim_out .5s cubic-bezier(0.68,-0.55,0.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}
.noty_fix_effects_height{-webkit-animation:noty_anim_height 75ms ease-out;animation:noty_anim_height 75ms ease-out}.noty_close_with_click{cursor:pointer}
.noty_close_button{position:absolute;top:2px;right:2px;font-weight:700;width:20px;height:20px;text-align:center;line-height:20px;background-color:rgba(0,0,0,0.05);cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.noty_close_button:hover{background-color:rgba(0,0,0,0.1)}.noty_modal{position:fixed;width:100%;height:100%;background-color:#000;z-index:10000;opacity:.3;left:0;top:0}
.noty_modal.noty_modal_open{opacity:0;-webkit-animation:noty_modal_in .3s ease-out;animation:noty_modal_in .3s ease-out}
.noty_modal.noty_modal_close{-webkit-animation:noty_modal_out .3s ease-out;animation:noty_modal_out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes noty_modal_in{100%{opacity:.3}}@keyframes noty_modal_in{100%{opacity:.3}}@-webkit-keyframes noty_modal_out{100%{opacity:0}}@keyframes noty_modal_out{100%{opacity:0;opacity:0}}@-webkit-keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@-webkit-keyframes noty_anim_height{100%{height:0}}@keyframes noty_anim_height{100%{height:0}}
/* Noty sunset theme*/
.noty_theme__sunset.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}
.noty_theme__sunset.noty_bar .noty_body{padding:10px;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,0.1)}
.noty_theme__sunset.noty_bar .noty_buttons{padding:10px}
.noty_theme__sunset.noty_type__alert,.noty_theme__sunset.noty_type__notification{background-color:#073B4C;color:#fff}
.noty_theme__sunset.noty_type__alert .noty_progressbar,.noty_theme__sunset.noty_type__notification .noty_progressbar{background-color:#fff}
.noty_theme__sunset.noty_type__warning{background-color:#FFD166;color:#fff}
.noty_theme__sunset.noty_type__error{background-color:#ee2250;color:#fff}
.noty_theme__sunset.noty_type__error .noty_progressbar{opacity:.4}
.noty_theme__sunset.noty_type__info,.noty_theme__sunset.noty_type__information{background-color:#118AB2;color:#fff}
.noty_theme__sunset.noty_type__info .noty_progressbar,.noty_theme__sunset.noty_type__information .noty_progressbar{opacity:.6}
.noty_theme__sunset.noty_type__success{background-color:#06D6A0;color:#fff}
/* Noty Font Fixes*/
.noty_body{font-size:16px!important;zoom:97%;text-align:center;}
.noty_body a{color:#fff;text-decoration:underline;}
.noty_body a:hover{color:#fff;text-decoration:none;}