html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}
body {position: relative;font-family: 'Arial', sans-serif;font-size: 14px;line-height: 1.2;font-weight: 400;background-color: #fff;color: #000000;overflow-x: hidden;margin:0;padding:0;-webkit-text-size-adjust: none;}
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.container {margin-right:auto;margin-left:auto;padding-left: 15px;padding-right: 15px;}
.container:before, .container:after {display: table;line-height: 0;content: "";}
.container:after {display: block;content: ".";clear: both;font-size: 0;line-height: 0;height: 0;overflow: hidden;}
.row {margin-left: -15px;margin-right: -15px;}
.row:before, .row:after {content: " ";display: table;}
.clear {clear:both;}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {display: block;content: ".";clear: both;font-size: 0;line-height: 0;height: 0;overflow: hidden;}
a {color: #464646;text-decoration:none;cursor:pointer;}
a:hover, a:active {color: #80b5e1;outline:0;text-decoration:none;}
img {max-width: 100%;height: auto;vertical-align: middle;border: 0;}
p {margin: 0 0 15px 0;line-height: 1.3;}
input, select, textarea, input[type="text"], input[type="password"], input[type="date"], input[type="number"], input[type="email"], input[type="search"] {-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;outline: 0;}
textarea {width: 100%;max-width: 350px;font-family: 'Arial', sans-serif;border: 1px solid #d9d9d9;font-size: 14px;padding: 6px 12px;}
.inputText {display: inline-block;width: 100%;max-width: 350px;height: 40px;line-height: 28px;font-family: 'Arial', sans-serif;font-size: 14px;padding: 0px 10px;border-width: 1px;border-style: solid;border-color: #d9d9d9;text-transform: none;-webkit-backface-visibility: hidden;backface-visibility: hidden;-moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.inputText:focus, select:focus, textarea:focus {outline: 0;border-color: #000000;}
select.inputText {-webkit-appearance: menulist;}
::-webkit-input-placeholder {color: #464646;}
::-moz-placeholder          {color: #464646;}
:-moz-placeholder           {color: #464646;}
:-ms-input-placeholder      {color: #464646;}
:focus::-webkit-input-placeholder {opacity: 0.5;filter: alpha(opacity=50);transition: opacity .3s ease;}
:focus::-moz-placeholder          {opacity: 0.5;filter: alpha(opacity=50);transition: opacity .3s ease;}
:focus:-moz-placeholder           {opacity: 0.5;filter: alpha(opacity=50);transition: opacity .3s ease;}
:focus:-ms-input-placeholder      {opacity: 0.5;filter: alpha(opacity=50);transition: opacity .3s ease;}
/* Заголовки */
h1, h2, h3, h4, h5, h6 {text-rendering: optimizelegibility;text-transform: uppercase;line-height:1.3;margin:0;padding:0;font-weight: 400;}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 21px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
/* Вспомогательные классы */
ol.unstyled, ul.unstyled {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
dt, dd {line-height: 1.4;}
.required em {color: #E80636;}
.left {float: left;}
.right {float: right;}
.col-left {float: left !important;}
.col-right {float: right !important;}
.block-left {float: left !important;}
.block-right {float: right !important;}
.text-center {text-align: center !important;}
.text-right {text-align: right !important;}
.text-left {text-align: left !important;}
.text-italic {font-style: italic !important;}
.bold {font-weight:bold;}
.noscript {position: relative;text-align: center;background-color: #80b5e1;color: #fff;top: 0;z-index: 999;width: 100%;padding: 10px 0;}
.unselectable {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.selectable {-webkit-user-select: auto;-moz-user-select: text;-ms-user-select: text;user-select: text;}
.f-fix {float: left;width: 100%;}
.red {color: #E80636;}
.fadeout {opacity: 0;filter: alpha(opacity=0);}
.fadein {opacity: 1;filter: alpha(opacity=100);}
.out {opacity: 0;filter: alpha(opacity=0);}
.in {opacity: 1;filter: alpha(opacity=100);}
.separator {display: inline-block;width: 1px;height: 18px;background: #000000;margin: 0 5px;text-indent: 9999px;}
.tc {color: #80b5e1 !important;}
.blockquote {padding: 0 0 0 15px;margin: 0 0 20px;border-left: 3px solid #80b5e1;text-align: left;line-height: 25px;}
.DescriptionBlock {border: 1px solid #d9d9d9;margin: 0;padding: 20px;}
.index .DescriptionBlock {border: 0;padding: 0;}
.block-right .DescriptionBlock {margin-bottom: 30px;}
/* Уведомления */
.success, .warning, .attention, .information {position: relative;min-height: 40px;margin-bottom: 20px;padding: 10px 20px;text-shadow: none;overflow: hidden;font-size: 18px;border-width: 1px;border-style: solid;border-color: transparent;}
.success {background-color: #dff0d8;border-color: #d6e9c6;color: #3c763d;}
.warning {background-color: #f2dede;border-color: #ebccd1;color: #a94442;}
.attention {background-color: #fcf8e3;border-color: #faebcc;color: #8a6d3b;}
.information {background-color: #3FCBFC;border-color: #1ce7fb;color: #fff;}
.success .close, .warning .close, .attention .close, .information .close {float: right;padding-top: 4px;padding-right: 4px;cursor: pointer;}
.success a, .warning a, .attention a, .information a {font-weight: 600;text-decoration:underline;}
label.invalidInput {color: #E80636;font-size: 90%;}
.name-error, .phone-error {display: block;position: relative;color: #E80636;text-align: left;margin: 0;}
/* Таблицы */
.table-box {line-height: 18px;margin-bottom: 10px;text-align: center;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;width: 100%;border-collapse: collapse;}
.table-box > tbody > tr > th, .table-box > tfoot > tr > th, .table-box > tbody > tr > td {border: 1px solid #d9d9d9;line-height: 18px;padding: 12px 10px;text-align: center;}
.table-box thead td, .table-box tfoot td {background-color: #fbfbfb;border: 1px solid #dddddd;line-height: 18px;padding: 12px;text-align: center;color: #2b3038;}
.table-box tbody tr td.cell1 {text-align: right;width: 50%;}
.table-box tbody tr td.cell2 {text-align: left;width: 50%;}
/* Настройки максимальных размеров генерируемых изображений */
.goods-image-icon {max-width:80px; max-height:80px;} 
.goods-image-icon-square {width:160px;height:160px;} 
.goods-image-small{max-width:262px; max-height:300.11454753723px;}
.goods-image-small-square {width:524px; height:524px;}
.goods-image-medium {max-width:700px; max-height:700px;}
.goods-image-medium-square{width:1400px; height:1400px;}
.goods-image-other{max-width:150px; max-height:150px;}
.goods-image-other-square {width:300px; height:300px;}
.goods-image-large{max-width:1800px; max-height:1800px;}
.goods-image-large-square {width:1800px; height:1800px;}
.goods-cat-image-icon {max-width:100px; max-height:100px;}
.goods-cat-image-icon-square{width:200px; height:200px;}
.goods-cat-image-medium {max-width:262px; max-height:300.11454753723px;}
.goods-cat-image-medium-square{width:524px; height:524px;}
.goods-cat-image-other{max-width:100px; max-height:100px;}
.goods-cat-image-other-square {width:200px; height:200px;}
/* END Настройки максимальных размеров генерируемых изображений */
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
.ratings {font-size: 11px;line-height: 1.25;margin: 3px 0;height: 16px;}
.rating-box {display: inline-block;position: relative;vertical-align: middle;width: 96px;height: 16px;font-size: 0;line-height: 0;text-indent: -999em;overflow: hidden;}
.rating-box:before {display: block;font-family: "Material Icons";content: "\e838\20\e838\20\e838\20\e838\20\e838";width: 96px;height: 16px;line-height: 16px;font-size: 16px;color: #9b9a9a;}
.rating-box .rating {position: absolute;float: left;height: 16px;left: 0;top: 0;overflow: hidden;}
.rating-box .rating:before {display: block;font-family: "Material Icons";content: "\e838\20\e838\20\e838\20\e838\20\e838";width: 96px;height: 16px;line-height: 16px;font-size: 16px;color: #464646;}
.rating-cancel, .star-rating {display:block;float:left;width:16px;height:16px;cursor:pointer;background:transparent;overflow:hidden}
.rating-cancel, .rating-cancel a {background:url('//d.stat01.com/design/forall/css/jquery-ui-stars/4.11/delete.gif') no-repeat 0 -16px}
.star-rating a:before {display: inline-block;font-family: "Material Icons";content: "\e838";width: 16px;height: 16px;line-height: 16px;font-size: 16px;color: #9b9a9a;}
.rating-cancel a, .star-rating a {display:inline-block;width:16px;height:100%;background-position:0 0px;border:0}
.star-rating-on a:before, .star-rating-hover a:before {color: #464646;}
.star-rating-readonly a {cursor:default !important}
.star-rating {background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */
/* Иконки форматов файлов */
.file_extension_icon        {width:16px;height:16px;display:block;float: left;margin-right: 10px;background:#ffffff url("icons-files-extensions.gif?design=kids") 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}
/* END Иконки форматов файлов */
/******************************************************************************
  Owl Carousel v2.2.1
*******************************************************************************/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-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(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.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{-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}.owl-carousel .animated{animation-duration:1s;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 .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.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 .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/******************************************************************************
  Анимация
*******************************************************************************/
.button, .button:hover, .remove, .navigation .prev, .navigation .next, .owl-nav .owl-prev, .owl-nav .owl-next, .owl-dots .owl-dot, .pages li span, a, a:hover, #back-top, #back-top i, #mommenu,
#header .header-top .menu i, #header .header-top .menu:hover i, #header .header-top .menu .label, #header .header-top .menu:hover .label, 
#header .header-top .user-menu i, #header .header-top .user-menu:hover i, #header .header-top .user-menu .label, #header .user-header-top .menu:hover .label,
#header .header-top .cart i, #header .header-top .cart .count, #header .header-top .cart:hover i, #header .header-top .cart:hover .count,
#header .header-top .label i, #header .header-top .label:hover i, #clothes .item .hover, #news .item .more:hover, .pages ol li, .toolbar .mob-filters
{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
/*** Отключение задержки анимации ****/
.rating-cancel a, .star-rating a
{-webkit-transition: all 0s ease;-moz-transition: all 0s ease;-o-transition: all 0s ease;-ms-transition: all 0s ease;transition: all 0s ease;}
/*** Цена ****/
.price {display: inline-block;font-size: 21px;font-weight: bold;color: #000000;}
.price:after {display: inline-block;font-family: "FontAwesome";font-weight: 300;font-size: 80%;line-height: 1.1;margin-left: -3px;}
.old-price, .old-price .price, .price.old-price {font-size: 16px;font-weight: 400;color: #9b9a9a;text-decoration: line-through;}
/*
.price.RUB:after, .RUB .price:after {content: "\f158";}
.price.RUB span + span, .RUB .price span + span {display: none;}
*/
/*** Капс ***/
#caps_lock {display: none;text-align: center;max-width: 300px;}
#caps_lock .fa-warning {font-size: 30px;color: #cc003d;}
/*** Кнопки ***/
.button {display: inline-block;overflow: visible;font-size: 14px;line-height: 40px;padding: 0 30px;border: 0;background-color: #80b5e1;color: #fff;text-transform: uppercase;text-align: center;margin: 0;outline: 0;cursor: pointer;white-space: nowrap;text-shadow: none;-moz-border-radius: 24px;-webkit-border-radius: 24px;border-radius: 24px;backface-visibility: hidden;transform: translateZ(0);-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.button:hover, .button.added, .button:focus {background-color: #2a6392;color: #fff;}
.button2 {background-color: #f2f2f2;color: #464646;}
.button2:hover, .button2.added, .button2:focus {background-color: #d9d9d9;color: #464646;}
.button3 {background-color: #464646;color: #fff;}
.button3:hover, .button3.added, .button3:focus {background-color: #2a6392;color: #fff;}
.button.empty {cursor: default;background-color: #d9d9d9;line-height: 50px;}
.button.empty:hover {background-color: #d9d9d9;}
.button.small {font-size: 12px;padding: 0 10px;line-height: 30px;}
.button.big {line-height: 60px;padding: 0 40px;-moz-border-radius: 40px;-webkit-border-radius: 40px;border-radius: 40px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.button.disabled {cursor: default;background-color: #d9d9d9;line-height: 50px;}
.button.disabled:hover {background-color: #d9d9d9;}
.remove {display: inline-block;color: #d9d9d9;font-size: 21px;line-height: 1;text-align: center;font-family: "Material Icons";font-weight: 400;text-rendering: auto;-webkit-font-smoothing: antialiased;}
.remove:hover {color: #80b5e1;}
.remove:after {content: '\e14c';display: inline-block;}
.remove:hover:after {transform: rotate(90deg);transition: all 0.3s ease-in-out 0s;}
.paymentFormSubmitLink, .paymentFormTbodySubmitButton {display: inline-block;overflow: visible;font-size: 16px;line-height: 40px;padding: 0 25px;border: 0;background-color: #80b5e1;color: #fff;text-transform: uppercase;text-align: center;margin: 0;outline: 0;cursor: pointer;white-space: nowrap;text-shadow: none;-moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;backface-visibility: hidden;transform: translateZ(0);-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.paymentFormSubmitLink:hover, .paymentFormTbodySubmitButton:hover {background-color: #80b5e1;color: #fff;}
/* Избранное, Сравнение */
.add-compare, .add-wishlist {display: inline-block;background-color: transparent;font-size: 20px;}
.add-compare:before, .add-wishlist:before {color: #80b5e1;}
.add-compare:hover:before, .add-wishlist:hover:before, .add-compare.added:before, .add-wishlist.added:before, .quickview:hover:before {color: #2a6392;}
.add-compare:before, .add-wishlist:before, .quickview:before {vertical-align: middle;font-family: "FontAwesome";font-weight: 400;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0,0);}
.add-wishlist:before {content: '\f08a';}
.add-wishlist.added:before {content: '\f004';}
.add-compare:before {content: '\f067';}
.add-compare.added:before {content: '\f068';}
.quickview:before {content: '\f06e';}
.add-cart {content: '\e8cc';line-height: 50px;padding: 0 60px;}
.add-cart:before {content: "";position: absolute;width: 0;height: 0;left: 50%;top: 50%;background: #fff;-moz-border-radius: 30px;-webkit-border-radius: 30px;border-radius: 30px;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;-moz-transition: all 0s ease-in-out 0s;-o-transition: all 0s ease-in-out 0s;-webkit-transition: all 0s ease-in-out;-webkit-transition-delay: 0s;transition: all 0s ease-in-out 0s;}
.add-cart:hover:before, .add-cart:focus:before {width: 100%;height: 100%;left: 0;right: 0;top: 0;bottom: 0;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0;-moz-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;-webkit-transition: all 0.5s ease-out;-webkit-transition-delay: 0s;transition: all 0.5s ease-out 0s;}
/* Навигация */
.navigation .prev, .navigation .next, .owl-nav .owl-prev, .owl-nav .owl-next {display: block;font-size: 30px;font-family: "FontAwesome";line-height: 1;margin: 0;padding: 0;overflow: hidden;text-align: center;cursor: pointer;z-index: 2;}
.navigation .prev, .owl-nav .owl-prev {float: left;}
.navigation .next, .owl-nav .owl-next {float: right;}
.navigation .prev:before, .owl-nav .owl-prev:before {content: '\f104';}
.navigation .next:before, .owl-nav .owl-next:before {content: '\f105';}
.navigation .prev:hover, .navigation .next:hover, .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {color: #80b5e1;}
.navigation .prev.disable, .navigation .next.disable, .navigation .prev.disable:hover, .navigation .next.disable:hover {color: #e1e1e1;cursor: default;}
/* Иконки Новинка, Хит, Скидка */
.ico-new, .ico-sale, .ico-best {display: block;position: absolute;top: 10px;width: 50px;height: 50px;line-height: 50px;font-size: 16px;font-weight: 400;color: #fff;text-transform: lowercase;z-index: 2;text-align: center;vertical-align: middle;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}
.ico-new, .ico-best {background: #80b5e1;right: 10px;}
.ico-sale {background: #464646;left: 10px;}
/*** Новые input поля с анимацией ***/
.input {display: inline-block;position: relative;width: 100%;margin: 0;vertical-align: top;z-index: 1;}
.input-field {display: block;float: right;position: absolute;width: 100%;background: transparent;color: #000000;border: none;z-index: 100;padding: 25px 20px 0;font-size: 14px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.input-field:focus {outline: none;}
.input-label {display: inline-block;float: right;background: #f0f1f2;font-size: 13px;padding: 0;width: 100%;height: 100%;text-align: left;border: 1px solid #d9d9d9;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-webkit-touch-callout: none;}
.input-label-content {display: block;position: relative;width: 100%;padding: 17px 20px 16px;-webkit-transform-origin: 0% 50%;transform-origin: 0% 50%;-webkit-transition: -webkit-transform 0.3s, color 0.3s;transition: transform 0.3s, color 0.3s;text-rendering: geometricPrecision;}
.input-label:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0px solid transparent;-webkit-transition: border-width 0.3s, border-color 0.3s;transition: border-width 0.3s, border-color 0.3s;}
.input-field:focus + .input-label .input-label-content, .input-filled .input-label .input-label-content {color: #000000;-webkit-transform: translate3d(0, -12px, 0);transform: translate3d(0, -12px, 0) translateZ(1px);}
.textarea .input-field {max-width: 100%;resize: none;}
.textarea .input-label-content {padding-bottom: 70px;}
/* Наверх */
#back-top {display: none;position: fixed;z-index: 101;bottom: 30px;right: 30px;height: 50px;width: 50px;cursor: pointer;text-indent: 100vw;white-space: nowrap;overflow: hidden;background: #fff;box-shadow: 1px 1px 10px rgba(0,0,0,.1);-moz-border-radius: 50px;-webkit-border-radius: 50px;border-radius: 50px;}
#back-top i:before {content: '\e316';display: inline-block;position: absolute;font-size: 40px;line-height: 1;text-indent: 0px;width: 50px;height: 50px;margin-top: -20px;margin-left: -20px;top: 50%;left: 50%;color: rgb(1, 19, 39);transition: 0.3s ease;}
#back-top:hover {background-color: #80b5e1;}
#back-top:hover i:before {color: #fff;}
/******************************************************************************
*******************************************************************************
*******************************************************************************/
/* */
#main {position: relative;padding-top: 30px;padding-bottom: 30px;}
.overlay {content: "";position: fixed;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;z-index: 9;background: transparent;opacity: 1;filter: alpha(opacity=100);cursor: pointer;}
/*** Шапка ***/
#header {position: relative;}
#header .header-top {position: relative;height: 55px;border-bottom: 1px solid #d9d9d9;}
#header .header-top .label i {background-color: #80b5e1;color: #fff;width: 28px;height: 28px;line-height: 28px;text-align: center;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
#header .header-top .label:hover i {background-color: #2a6392;}
#header .header-top .empty .label i {background-color: #d9d9d9;}
#header .header-top .empty .label:hover i {background-color: #d9d9d9;}
#header .header-top .label span {margin-left: 5px;}
#header .header-top .header-left {display: inline-block;float: left;}
#header .header-top .header-left > div {display: inline-block;position: relative;float: left;line-height: 55px;}
#header .header-top .header-right {display: inline-block;float: right;position: relative;}
#header .header-top .header-right > div {display: inline-block;position: relative;float: left;line-height: 55px;}
#header .header-top .header-left .user-menu, #header .header-top .header-left .add-to-links, #header .header-top .header-left .cart {display: none;}
#header .header-top .header-logo {display: none;float: left;width: 100%;text-align: center;padding: 15px 0;}
/* Меню */
#header .header-top .menu {width: 120px;border-left: 1px solid #d9d9d9;border-right: 1px solid #d9d9d9;cursor: pointer;text-align: center;}
#header .header-top .menu .dropdown {width: 220px;left: -1px; display:none;}
#header .header-top .menu:hover .dropdown {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1); display:block;}
#header .header-top .menu:before {content: '';position: absolute;width: 100%;height: 5px;left: 0;bottom: 0px;background: #80b5e1;z-index: -1;-webkit-transition: height 0.3s ease-in-out;-moz-transition: height 0.3s ease-in-out;transition: height 0.3s ease-in-out;}
#header .header-top .menu:hover:before {height: calc(100% + 2px);}
#header .header-top .menu:hover i {background-color: #fff;color: #80b5e1;}
#header .header-top .menu:hover .label {color: #fff;}
/* Выпадающее меню */
#header .header-top .dropdown {position: absolute;right: 0;left: 0;top: 100%;z-index: 9;background: #fff;text-align: left;-webkit-transition: transform 0.2s ease-in-out;-moz-transition: transform 0.2s ease-in-out;transition: transform 0.2s ease-in-out;-webkit-transform: scale3d(1, 0, 1);transform: scale3d(1, 0, 1);-webkit-transform-origin: 0 0;transform-origin: 0 0;}
#header .header-top .dropdown .links {margin: 0;padding: 0;list-style: none;line-height: 21px;}
#header .header-top .dropdown .links li {padding: 5px 10px;border: 1px solid #d9d9d9;border-top: 0;}
#header .header-top .dropdown .links li:hover {background-color: #e3f2ff;}
#header .header-top .dropdown .links li:hover a {color: #464646;}
#header .header-top .dropdown .links li a {display: block;}
/* Контакты */
#header .header-top .contacts {padding: 0 20px;}
#header .header-top .contacts > div {display: inline-block;}
#header .header-top .contacts > div + div {margin-left: 15px;}
/* Личный кабинет */
#header .header-top .user-menu {width: 120px;border-left: 1px solid #d9d9d9;border-right: 1px solid #d9d9d9;cursor: pointer;text-align: center;}
#header .header-top .user-menu .dropdown {width: 120px;left: -1px;}
#header .header-top .user-menu:hover .dropdown {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
#header .header-top .user-menu:before {content: '';position: absolute;width: 100%;height: 5px;left: 0;bottom: 0px;background: #80b5e1;z-index: -1;-webkit-transition: height 0.3s ease-in-out;-moz-transition: height 0.3s ease-in-out;transition: height 0.3s ease-in-out;}
#header .header-top .user-menu:hover:before {height: calc(100% + 2px);}
#header .header-top .user-menu:hover i {background-color: #fff;color: #80b5e1;}
#header .header-top .user-menu:hover .label {color: #fff;}
/* Поиск */
#header .header-top .search {border-right: 1px solid #d9d9d9;}
#header .header-top .search #search_mini_form {display: block;position: relative;}
#header .header-top .search #search_mini_form input {width: 190px;height: 100%;padding: 16px 40px 14px 15px;border: 0;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
#header .header-top .search #search_mini_form button {display: inline-block;position: absolute;top: 50%;right: 4px;height: 40px;line-height: 40px;background: none;z-index: 2;border: 0;outline: 0;cursor: pointer;transform: translateY(-50%);will-change: contetn;}
#header .header-top .search #search_mini_form button i {background: none;color: #464646;font-size: 16px;}
#header .header-top .search #search_mini_form button:hover i {color: #80b5e1}
/* Корзина */
#header .header-top .cart {width: 105px;padding-right: 15px;border-left: 1px solid #d9d9d9;border-right: 1px solid #d9d9d9;text-align: center;}
#header .header-top .cart .dropdown {width: 300px;right: -1px;left: auto;}
#header .header-top .cart:hover .dropdown {-webkit-transform: scale3d(1, 1, 1);-moz-transform: scale3d(1, 1, 1);-o-transform: scale3d(1, 1, 1);-ms-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
#header .header-top .cart:before {content: '';position: absolute;width: 100%;height: 5px;left: 0;bottom: 0px;background: #80b5e1;z-index: -1;-webkit-transition: height 0.3s ease-in-out;-moz-transition: height 0.3s ease-in-out;transition: height 0.3s ease-in-out;}
#header .header-top .cart:hover:before {height: calc(100% + 2px);}
#header .header-top .cart > .title {display: block;}
#header .header-top .cart i {color: #464646;font-size: 21px;}
#header .header-top .cart .count {position: absolute;top: 5px;right: 28px;background-color: #80b5e1;color: #fff;font-size: 12px;width: 25px;height: 25px;line-height: 25px;text-align: center;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
#header .header-top .cart:hover .count {background-color: #fff;color: #464646;}
#header .header-top .cart.page {padding: 0;width: 60px;}
#header .header-top .cart.page .count, #header .header-top .cart.page .dropdown {display: none;}
#header .header-top .cart .cart-content {padding: 15px 10px;border: 1px solid #d9d9d9;border-top: 0;line-height: 1.3;}
#header .header-top .cart .cart-content .empty {padding: 20px;text-align: center;line-height: 25px;}
#header .header-top .cart .cart-content .empty.hide {display: none;}
#header .header-top .cart .cart-content .empty a {text-decoration: underline;font-weight: bold;color: #80b5e1;}
#header .header-top .cart .cart-content .cart-products-list {margin: 0;padding: 0;list-style: none;max-height: 260px;overflow-y: auto;}
#header .header-top .cart .cart-content .cart-products-list .item {position: relative;padding: 15px 5px 15px 0;border-bottom: 1px solid #d9d9d9;}
#header .header-top .cart .cart-content .cart-products-list .item:first-child {padding-top: 0;}
#header .header-top .cart .cart-content .cart-products-list .item .product-image {display: block;position: relative;float: left;width: 70px;z-index: 1;text-align: center;}
#header .header-top .cart .cart-content .cart-products-list .item .product-image img {max-width: 60px;max-height: 60px;border: 1px solid #d9d9d9;}
#header .header-top .cart .cart-content .cart-products-list .item .product-details {margin-left: 80px;text-align: left;}
#header .header-top .cart .cart-content .cart-products-list .item .product-details .product-name {margin-bottom: 7px;padding-right: 22px;}
#header .header-top .cart .cart-content .cart-products-list .item .product-details .product-name a {display: inline-block;max-height: 36px;font-size: 14px;color: #000000;text-transform: uppercase;overflow: hidden;white-space: normal;text-overflow: ellipsis;}
#header .header-top .cart .cart-content .cart-products-list .item .product-details .product-name a:hover {color: #80b5e1;}
#header .header-top .cart .cart-content .cart-products-list .item .product-details .product-mod {color: #9b9a9a;font-size: 13px;margin-bottom: 6px;}
#header .header-top .cart .cart-content .cart-products-list .item .product-details .price-box .quantity {display: inline-block;margin-right: 3px;font-size: 14px;color: #464646;}
#header .header-top .cart .cart-content .cart-products-list .item .product-details .price-box .price {font-size: 21px;color: #464646;}
#header .header-top .cart .cart-content .cart-products-list .item .remove {position: relative;float: right;right: 0px;top: 2px;}
#header .header-top .cart .cart-content .subtotal {margin: 20px 0;text-align: right;background-color: #f5f6f7;height: 50px;}
#header .header-top .cart .cart-content .subtotal .label {float: left;color: #80b5e1;line-height: 50px;margin-left: 20px;text-transform: capitalize;}
#header .header-top .cart .cart-content .subtotal .price {font-size: 21px;line-height: 50px;margin-right: 15px;color: #464646;}
#header .header-top .cart .cart-content .actions {text-align: center;}
#header .header-top .cart .cart-content .actions .button {display: block;width: 195px;line-height: 50px;margin: 0 auto;}
#header .header-top .cart .cart-content .actions .button + .button {margin-top: 10px;}
  #header .header-top .header-logo img { width: 100%; height: auto; }
/* Сравнение и Избранное */
#header .header-top .add-to-links > div {display: inline-block;padding: 0 15px;}
#header .header-top .add-to-links > div + div {padding-left: 0;}
#header .header-top .add-to-links .count {display: none;}
/** **/
#header .header-middle {position: relative;padding: 30px 0;}
/* Логотип */
#header .header-middle .logo {display: inline-block;width: 300px; height:auto; }
#header .header-middle .logo img{width:100%; height:auto; }
#header .header-middle .logo img{aspect-ratio: attr(width) / attr(height);}
/** Каталог **/
#header .header-top .header-right > div#mommenu {display: none;}
#custommenu {display: inline-block;position: relative;float: right;width: calc(100% - 350px);}
#custommenu .mainnav {display: block;text-align: left;list-style: none;margin: 0;padding: 0;}
#custommenu .mainnav li:hover:before {position: absolute;height: 50px;top: 50%;left: 0;width: 100%;}
#custommenu .mainnav > li {display: inline-block;margin: 0 5px;}
#custommenu .mainnav > li > a {display: block;position: relative;font-size: 14px;text-transform: uppercase;line-height: 35px;padding: 0 5px;-moz-transition: 0.4s color;-o-transition: 0.4s color;-webkit-transition: 0.4s color;transition: 0.4s color;}
#custommenu .mainnav > li > a span {display: block;position: relative;}
#custommenu .mainnav > li > a .count {display: none;}
#custommenu .mainnav > li.parent > a span {padding-right: 20px;}
#custommenu .mainnav > li.parent > a span:before {content: "\f107";font: 400 16px/16px "FontAwesome";position: absolute;right: 0%;top: 25%;color: #464646;z-index: 1;transform: translateX(-50%);-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
#custommenu .mainnav > li > a:after {content: '';position: absolute;left: 0;bottom: 1px;width: 0;height: 3px;background: #80b5e1;transition-duration: .6s;}
#custommenu .mainnav > li > a:hover:after, #custommenu .mainnav > li.active > a:after {opacity: 1;filter: alpha(opacity=100);width: 100%;}
#custommenu .mainnav > li > .sub {position: absolute;width: calc(100% + 350px);right: 0px;padding: 10px 0;z-index: 99;color: #fff;background: #f5f6f7;border: 1px solid #d9d9d9;text-align: left;list-style: none;opacity: 0;filter: alpha(opacity=0);visibility: hidden;transform: translateY(30px);}
#custommenu .mainnav > li.parent:hover > .sub {opacity: 1;filter: alpha(opacity=100);visibility: visible;transform: translateY(0);}
#custommenu .mainnav li.level1 {display: inline-block;position: relative;float: left;width: 25%;padding: 0 20px;}
#custommenu .mainnav li.level1 > a {display: inline-block;position: relative;color: #000000;font-size: 14px;font-weight: bold;line-height: 35px;padding: 0;text-transform: uppercase;}
#custommenu .mainnav li.level1 > a:hover, #custommenu .mainnav li.level1.active > a {color: #80b5e1;}
#custommenu .mainnav li.level1 > a .count {display: none;}
#custommenu .mainnav li .sub .sub {margin: 0;padding: 0 0 10px 0;list-style: none;}
#custommenu .mainnav li.level2 {padding: 5px 0;}
#custommenu .mainnav li.level2 a {line-height: 18px;word-wrap: break-word;}
#custommenu .mainnav li .open-menu {display: none;}
#custommenu .mainnav li .sub .sub .sub  {display: none;}
/*** Слайдшоу ***/
#slideshow {position: relative;clear: both;}
#slideshow .slider {position: relative;overflow: hidden;}
#slideshow .slider .item {position: relative;}
#slideshow .slider .item .image:before {display: block;position: absolute;width: 100%;height: 100%;background: #000;opacity: 0.4;filter: alpha(opacity=60);}
#slideshow .slider .item .content {position: absolute;bottom: 10%;margin-top: -117px;width: 100%;text-align: center;}
#slideshow .slider .text-content {text-align: center;}
#slideshow .slider .item-1 .text-content {margin: 0;}
#slideshow .slider .item-2 .text-content {margin: 0;float: right;}
#slideshow .slider .item-3 .text-content {margin: 0;}
#slideshow .slider .text-content .title {font-size: 38px;color: white;line-height: 1;font-family: "Arial Black", "Arial", sans-serif;margin-bottom: 50px;text-transform: uppercase;margin-right: 25%;}
#slideshow .slider .text-content .subtitle {display: inline-block;position: relative;padding: 0 20px;font-size: 36px;color: white;line-height: 1;font-style: italic;font-weight: bold;margin-right: 25%;}
#slideshow .slider .text-content .subtitle:before {content: '';position: absolute;width: 60px;height: 2px;background: #464646;top: 50%;right: 100%;}
#slideshow .slider .text-content .subtitle:after {content: '';position: absolute;width: 60px;height: 2px;background: #464646;top: 50%;left: 100%;}
#slideshow .slider .text-content .button {display: block;width: 260px;margin: 40px auto 0;margin-left: 20%;}
#slideshow .slider .owl-nav {opacity: 0;filter: alpha(opacity=0);}
#slideshow .slider:hover .owl-nav {opacity: 1;filter: alpha(opacity=100);}
#slideshow .slider .owl-nav .owl-prev, #slideshow .slider .owl-nav .owl-next {position: absolute;top: 50%;left: 30px;margin-top: -30px;width: 60px;line-height: 60px;padding: 0;color: #80b5e1;background-color: #fff;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
#slideshow .slider .owl-nav .owl-next {left: auto;right: 30px;}
#slideshow .slider .owl-nav div:hover {background-color: #80b5e1;color: #fff;}
#slideshow .slider .owl-dots {position: absolute;bottom: 50px;width: 100%;text-align: center;}
#slideshow .slider .owl-dots .owl-dot {display: inline-block;width: 15px;height: 15px;cursor: pointer;background: #fff;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}
#slideshow .slider .owl-dots .owl-dot.active, #slideshow .slider .owl-dots .owl-dot:hover {background: #80b5e1;box-shadow: 0 0 0 6px #ccdeef;}
#slideshow .slider .owl-dots .owl-dot + .owl-dot {margin-left: 20px;}
#slideshow .slider .owl-carousel .owl-item img {height: auto; width:100%;}
#slideshow .slider .owl-carousel .owl-item img { aspect-ratio: attr(width) / attr(height);}
/*** Категории ***/
#clothes {position: relative;display: flex;flex-direction: row;justify-content: center;align-items: center;}
#clothes .item {position: relative;float: left;width: 50%;height: 360px;text-align: center;padding-right: 0;background: rgb(198,225,248);background: -moz-linear-gradient(left, rgba(198,225,248,1) 0%, rgba(143,192,229,1) 100%);background: -webkit-linear-gradient(left, rgba(198,225,248,1) 0%,rgba(143,192,229,1) 100%);background: linear-gradient(to right, rgba(198,225,248,1) 0%,rgba(143,192,229,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e1f8', endColorstr='#8fc0e5',GradientType=1 );}
#clothes .item + .item {text-align: center;padding-left: 0;padding-right: 0;background: rgb(243,187,170);background: -moz-linear-gradient(left, rgba(243,187,170,1) 0%, rgba(255,225,217,1) 100%);background: -webkit-linear-gradient(left, rgba(243,187,170,1) 0%,rgba(255,225,217,1) 100%);background: linear-gradient(to right, rgba(243,187,170,1) 0%,rgba(255,225,217,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3bbaa', endColorstr='#ffe1d9',GradientType=1 );}
#clothes .item .title {position: relative;font-family: "Arial Black", "Arial", sans-serif;font-size: 60px;line-height: 0.4;letter-spacing: 12px;color: #fff;padding-top: 100px;text-transform: uppercase;z-index: 2;}
#clothes .item img {position: absolute;left: 0;bottom: 0;padding: 0 10px;max-height: 55%;}
#clothes .item + .item img {right: 0;left: auto;}
#clothes .item .divider {position: relative;padding-top: 20px;padding-right: 0;}
#clothes .item + .item .divider {padding-left: 0;}
#clothes .item .divider i {position: relative;color: #fff;padding: 0 15px;}
#clothes .item .divider:before, #clothes .item .divider:after {content: " ";display: inline-block;position: relative;top: -4px;width: 95px;height: 2px;background-color: #fff;}
#clothes .item .hover {position: absolute;width: 100%;height: 100%;background: rgba(255,255,255,0.1);top: 0;left: 0;z-index: 2;transform: scale(0, 0);-webkit-transform: scale(0, 0);}
#clothes .item:hover .hover {transform: scale(1, 1);-webkit-transform: scale(1, 1);}
/*** Промо ***/
#promo {position: relative;padding: 150px 0; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-position: center center;background-repeat: no-repeat;}
#promo .content {text-align: center;max-width: 700px;}
#promo .content .title {font-size: 250px;color: #80b5e1;letter-spacing: 10px;font-weight: bold;line-height: 0.8;text-transform: uppercase;}
#promo .content .title span {position: relative;}
#promo .content .title span:before {content: "\f004";display: inline-block;position: absolute;font-family: "FontAwesome";font-size: 40px;top: 50%;left: 50%;margin-left: -25px;margin-top: -16px;}
#promo .content .subtitle {font-size: 98px;color: #80b5e1;letter-spacing: 8px;font-weight: bold;line-height: 1;text-transform: uppercase;}
#promo .content p {font-size: 29px;text-transform: uppercase; color: #fff;}
/*** Баннеры ***/
#banners {position: relative;display: flex;flex-direction: row;justify-content: center;align-items: flex-start;}
#banners .banner-left {width: 50%;}
#banners .banner-left .banner-image {position: relative;height: 840px;}
#banners .banner-left .banner-image .content {position: absolute;top: 35%;width: 100%;text-align: center;padding: 0 15px;}
#banners .banner-left .banner-image .content .title {font-size: 48px;color: #333333;font-family: "Arial Black", "Arial", sans-serif;margin-bottom: 30px;text-transform: uppercase;}
#banners .banner-left .banner-image .content .subtitle {font-size: 36px;font-weight: bold;font-style: italic;margin-bottom: 35px;}
#banners .banner-left .banner-image .content .subtitle span {padding: 0 15px;}
#banners .banner-left .banner-image .content .subtitle:before, #banners .banner-left .banner-image .content .subtitle:after {content: " ";display: inline-block;position: relative;top: -10px;width: 60px;height: 2px;background-color: #464646;}
#banners .banner-right {width: 100%;}
#banners .banner-right .content {position: absolute;top: 25%;right: 0;width: 70%;text-align: center;z-index: 2;}
#banners .banner-right .content .title {font-family: "Arial Black", "Arial", sans-serif;font-size: 60px;line-height: 1.4;letter-spacing: 12px;color: #fff;text-transform: uppercase;}
#banners .banner-right .content .divider i {color: #fff;padding: 0 15px;}
#banners .banner-right .content .divider:before, #banners .banner-right .content .divider:after {content: " ";display: inline-block;position: relative;top: -4px;width: 95px;height: 2px;background-color: #fff;}
#banners .banner-right .banner-top {position: relative;height: 420px;background: rgb(198,225,248);background: -moz-linear-gradient(left, rgba(198,225,248,1) 0%, rgba(143,192,229,1) 100%);background: -webkit-linear-gradient(left, rgba(198,225,248,1) 0%,rgba(143,192,229,1) 100%);background: linear-gradient(to right, rgba(198,225,248,1) 0%,rgba(143,192,229,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e1f8', endColorstr='#8fc0e5',GradientType=1 );}
#banners .banner-right .banner-top img {position: absolute;left: 15px;bottom: 0px;}
#banners .banner-right .banner-bottom {position: relative;height: 420px;background: rgb(243,187,170);background: -moz-linear-gradient(left, rgba(243,187,170,1) 0%, rgba(255,225,217,1) 100%);background: -webkit-linear-gradient(left, rgba(243,187,170,1) 0%,rgba(255,225,217,1) 100%);background: linear-gradient(to right, rgba(243,187,170,1) 0%,rgba(255,225,217,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3bbaa', endColorstr='#ffe1d9',GradientType=1 );}
#banners .banner-right .banner-bottom .content {width: 60%;left: 0;right: auto;}
#banners .banner-right .banner-bottom img {position: absolute;right: 15px;bottom: 50px;}
#banners .banner-right .hover {position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(255,255,255,0.15);opacity: 0;filter: alpha(opacity=0);text-align: center;transform: rotateX(180deg);transition: all 0.5s ease 0s;}
#banners .banner-right > div:hover .hover {transform: rotateX(0deg);opacity: 1;filter: alpha(opacity=100);}
#banners .banner-left .banner-image .content:hover .title, #banners .banner-left .banner-image .content:hover .subtitle {-webkit-animation: 0.4s linear 0s normal none 1 Scale;-webkit-animation: 0.4s linear 0s normal none 1 Scale;-moz-animation: 0.4s linear 0s normal none 1 Scale;-ms-animation: 0.4s linear 0s normal none 1 Scale;-o-animation: 0.4s linear 0s normal none 1 Scale;animation: 0.4s linear 0s normal none 1 Scale;}
/*** Акция ***/
#action {position: relative;padding: 200px 0;margin-top: 30px; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-position: center center;background-repeat: no-repeat;}
#action .content {width: 50%;text-align: center;margin-left: auto;}
#action .content .title {font-size: 8em;color: #80b5e1;font-weight: bold;line-height: 0.8;margin-bottom: 30px;text-transform: uppercase;}
#action .content .subtitle {font-size: 5em;     color: #87b5e3; line-height: 1;letter-spacing: 20px;margin-left: 20px;margin-bottom: 25px;text-transform: uppercase;}
/*** Новости ***/
#news {position: relative;padding: 60px 0;}
#news .block-title {padding-bottom: 40px;}
#news .block-title .title {font-size: 38px;font-weight: bold;line-height: 1;text-align: center;}
#news .item .date {position: relative;font-size: 24px;line-height: 42px;color: #80b5e1;font-weight: bold;text-transform: uppercase;text-align: left;}
#news .item .date:before, #news .item .date:after {content: " ";display: inline-block;position: relative;top: -4px;width: 24%;height: 5px;background-color: #d9d9d9;}
#news .item .date > span {padding: 0 20px;}
#news .item .title {display: block;max-height: 54px;line-height: 18px;overflow: hidden;font-weight: bold;margin-bottom: 10px;}
#news .item .description {display: block;max-height: 64px;line-height: 16px;overflow: hidden;color: #000000;margin-bottom: 15px;}
#news .item .more {color: #80b5e1;font-style: italic;}
#news .item .more:hover {text-decoration: underline;}
/*** Преимущества ***/
#advantage {position: relative;background-color: #f5f6f7;}
#advantage .container {padding: 50px 15px;border-bottom: 1px solid #d9d9d9;}
#advantage .item {display: inline-block;}
#advantage .item i {font-size: 50px;color: #80b5e1;vertical-align: middle;}
#advantage .item .title {font-size: 16px;color: #80b5e1;font-weight: bold;text-transform: uppercase;margin-bottom: 5px;}
#advantage .item .subtitle {font-style: italic;}
#advantage .item .content {display: inline-block;width: calc(100% - 55px);padding-left: 10px;vertical-align: middle;}
/*** Подвал ***/
#footer {position: relative;background-color: #f5f6f7;}
#footer .footer-middle {padding: 50px 0;}
#footer .footer-middle .block .title {font-size: 16px;font-weight: bold;color: #80b5e1;text-transform: uppercase;margin-bottom: 20px;}
/* Меню, ЛК */
#footer .links,#footer .block-contact {margin: 0;padding: 0;list-style: none;}
#footer .links li {font-size: 14px;line-height: 28px;text-transform: uppercase;}
/* Контакты */
#footer .block-contact li {position: relative;margin-bottom: 10px;}
#footer .block-contact li i {position: absolute;top: 5px;vertical-align: middle;margin-right: 8px;font-size: 20px;width: 24px;text-align: center;color: #80b5e1;}
#footer .block-contact li b {display: block;font-weight: normal;margin-right: 8px;text-transform: uppercase;}
#footer .block-contact li span {display: block;padding-left: 35px;line-height: 20px;}
#footer .block-contact li span a {white-space: nowrap;}
/* Соц. сети */
.social-links {display: block;margin: 30px auto;}
.social-links a {display: inline-block;background-color: #80b5e1;width: 40px;height: 40px;line-height: 40px;font-size: 21px;color: #fff;text-align: center;margin: 0 5px 5px 0;text-indent: 0;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}
.social-links a span {display: none;}
.social-links .facebook:hover {background-color: #3b5998;}
.social-links .twitter:hover {background-color: #1da1f2;}
.social-links .odnoklassniki:hover {background-color: #f2720c;}
.social-links .vk:hover {background-color: #507299;}
.social-links .instagram:hover {background-color: #262626;}
.social-links .youtube:hover {background-color: #e62117;}
/* Обратный звонок */
#footer .callbackForm {padding: 0;text-align: center;}
#footer .callbackForm .callback-input {margin-bottom: 15px;}
.callbackForm .pp, .feedbackForm .pp {font-size: 13px;margin-bottom: 15px;text-align: left;}
#footer .callbackForm .pp a {color: #8aa4c1;}
#footer .callbackForm .pp a:hover {color: #ff3d00;}
#footer .input-field {color: #464646;}
#footer .input-label {background: #e7e7e8;border: 1px solid #e7e7e8;}
#footer .input-field:focus + #footer .input-label .input-label-content, #footer .input-filled .input-label .input-label-content {color: #b9b9b9;}
#footer .input-label-content {color: #b9b9b9;}
/** Нижняя часть подвала **/
#footer .footer-bottom {position: relative;background-color: #d9d9d9;padding: 15px 0;text-align: center;z-index: 1;overflow: hidden;}
#footer .footer-bottom .copyright {float: left;font-size: 12px;line-height: 16px;text-align: left;}
/* Способы оплаты */
#payment {float: right;}
#payment a {display: block;line-height: 48px;}
#payment a:hover {text-decoration: none;}
#payment span {display: inline-block;vertical-align: middle;width: 40px;height: 27px;margin-right: 10px;cursor: pointer;background: url("/design/d477388/payment.png?design=kids&lc=1749285425") no-repeat;}
#payment span:nth-child(5n) {clear: both;}
#payment span:hover {background-position-y: -33px;}
/*#payment .sber {width: 26px;background-position: 0 0;}*/
/*#payment .visa {width: 69px;background-position: -34px 0;}*/
/*#payment .mastercard {width: 43px;background-position: -112px 0;}*/
/*#payment .maestro {width: 43px;background-position: -162px 0;}*/
/*#payment .yandex {width: 18px;background-position: -215px 0;}*/
/*#payment .webmoney {width: 26px;background-position: -242px 0;}*/
/*#payment .rbk {width: 26px;background-position: -277px 0;}*/
/*#payment .sms {width: 33px;background-position: -312px 0;}*/
/*#payment .qiwi {width: 24px;background-position: -353px 0;}*/
#payment  .payment-ico { display: inline-block;}
/*** Хлебные крошки ***/
#breadcrumbs {position: relative;background-color: #f5f6f7;}
#breadcrumbs ul {margin: 0;padding: 15px 0;list-style: none;}
#breadcrumbs li {display: inline-block;line-height: 20px;vertical-align: middle;}
#breadcrumbs li:after {content: "|";display: inline-block;padding: 0 5px 0 10px;}
#breadcrumbs li:last-child:after {display: none;}
/*** Заголовоки ***/
#page-title {position: relative;}
#page-title .block-title {padding: 10px 20px 20px;margin-bottom: 30px;border: 1px solid #d9d9d9;}
#page-title .block-title .title {position: relative;font-size: 24px;font-weight: bold;line-height: 40px;text-transform: uppercase;word-wrap: break-word;}
#page-title .block-title .title:before {content: "";display: inline-block;position: absolute;bottom: 0;width: 70px;height: 5px;background-color: #80b5e1;}
#page-title .block-title .result {display: none;}
/*** Левая часть ***/
.block-left .block {position: relative;margin-bottom: 30px;padding: 10px 20px 20px;border: 1px solid #d9d9d9;}
.block-left .block .content {margin-top: 25px;}
.block-left .block .block-title .title {position: relative;font-size: 24px;font-weight: bold;line-height: 40px;text-transform: uppercase;}
.block-left .block .block-title .title:before {content: "";display: inline-block;position: absolute;bottom: 0;width: 70px;height: 5px;background-color: #80b5e1;}
.block-left .block .block-title .title .count {display: none;}
/** Каталог **/
.block .content ul {margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.block .content .menu li {position: relative;padding: 0 0 15px 0;margin-bottom: 15px;border-bottom: 1px solid #d9d9d9}
.block .content .menu li:last-child {margin-bottom: 0;padding-bottom: 0;border: 0;}
.block .content .menu li a {display: block;position: relative;text-transform: uppercase;font-size: 14px;line-height: 18px;padding-right: 26px;}
.block .content .menu li a.active {color: #80b5e1;}
.block .content .menu li a img {width: 30px;height: 30px;margin-right: 5px;display: none;}
.block .content .menu li .open-sub {display: none;position: absolute;right: 0;top: 2px;padding: 0 5px;background: #fff;cursor: pointer;font-size: 18px;font-family: "Material Icons";}
.block .content .menu li .open-sub.active:before {content: '\e316';}
.block .content .menu li .open-sub:hover {color: #ff3d00;}
.block .content .menu li .open-sub:before {content: '\e313';display: block;vertical-align: middle;width: 14px;height: 14px;line-height: 14px;text-align: center;}
.block .content .menu li .count {display: none;color: #000000;font-size: 80%;padding-left: 4px;}
.block .content .menu li ul li {padding-left: 10px;}
.block .content .menu li ul li:first-child {margin-top: 14px;}
.block .content .menu li ul {display: none;}
/** Сравнение **/
.compare #compare-items {margin: 0;padding: 0;text-align: left;line-height: 25px;list-style: none;list-style-position: inside;}
.compare #compare-items .empty.hide, .compare #compare-items .button.hide, .compare #compare-items .removeAll.hide {display: none;}
.compare #compare-items .empty {font-size: 13px;}
.compare #compare-items .empty a {text-decoration: underline;font-weight: bold;}
.compare #compare-items li {display: block;position: relative;text-transform: uppercase;margin: 0 0 14px 0;}
.compare #compare-items li .product-name {font-size: 14px;margin: 0;padding: 0 21px 0 0;}
.compare #compare-items li .product-name a {display: block;max-height: 40px;overflow: hidden;}
.compare #compare-items li .dataid {display: none;}
.compare #compare-items li .remove {position: absolute;top: 0px;right: 0px;}
.compare .button {display: block;max-width: 195px;margin: 0 auto;}
.compare .removeAll {display: inline-block;margin-bottom: 16px;color: #80b5e1;cursor: pointer;}
.compare .removeAll:hover {text-decoration: underline;}
/** Избранное **/
.favorites #favorites-items {margin: 0;padding: 0;text-align: left;line-height: 25px;list-style: none;list-style-position: inside;}
.favorites #favorites-items .empty.hide, .favorites #favorites-items .button.hide, .favorites #favorites-items .removeAll.hide {display: none;}
.favorites .empty {font-size: 13px;line-height: 25px;}
.favorites .empty a {text-decoration: underline;font-weight: bold;}
.favorites #favorites-items li {display: block;position: relative;text-transform: uppercase;margin: 0 0 14px 0;}
.favorites #favorites-items li .product-name {font-size: 14px;margin: 0;padding: 0 21px 0 0;}
.favorites #favorites-items li .product-name a {display: block;max-height: 38px;overflow: hidden;}
.favorites #favorites-items li .dataid {display: none;}
.favorites #favorites-items li .remove {position: absolute;top: 0px;right: 0px;}
.favorites .button {display: block;max-width: 195px;margin: 0 auto;}
.favorites .removeAll {display: inline-block;margin-bottom: 16px;color: #80b5e1;cursor: pointer;}
.favorites .removeAll:hover {text-decoration: underline;}
/** Вы смотрели **/
.viewed .content .viewed-items {text-align: left;}
.viewed .content .viewed-items .item {position: relative;width: 100%;border-bottom: 1px solid #d9d9d9;margin-bottom: 15px;padding-bottom: 15px;}
.viewed .content .viewed-items .product-image {float: left;width: 84px;height: 84px;padding: 2px;margin-right: 15px;}
.viewed .content .viewed-items .product-image a {display: block;position: relative;width: 100%;min-height: 60px;z-index: 0;overflow: hidden;border-radius: 0;background: #fff;text-align: center;}
.viewed .content .viewed-items .product-image a img {width: auto;max-width: 100%;margin: 0 auto;transition: opacity .3s;}
.viewed .content .viewed-items .product-info {position: relative;overflow: hidden;text-align: left;background-color: transparent;}
.viewed .content .viewed-items .product-info .product-name {margin: 0 0 6px;padding: 0;}
.viewed .content .viewed-items .product-info .product-name a {display: block;max-height: 57px;overflow: hidden;font-size: 14px;line-height: 19px;text-transform: none;letter-spacing: normal;}
.viewed .content .viewed-items .product-info .ratings {display: none;background: transparent;margin-bottom: 6px;}
.viewed .content .viewed-items .product-info .price-box {margin: 0;padding: 0;border: none;}
.viewed .content .viewed-items .product-info .price-box .price {font-size: 19px;color: #000000;}
.viewed .content .viewed-items .item {display:none;}
.viewed .content .viewed-items .item:nth-child(-n+3) {display: inline-block;}
.viewed .content .viewed-items .item.showThis {display: inline-block;}
.viewed .content .viewed-items .showAll {display: block;max-width: 195px;margin: 10px auto 0;}
/** Фильтры **/
.filters .content .collapsible {display: block;position: relative;margin-bottom: 15px;padding: 0 0px 15px 0;border-bottom: 1px solid #d9d9d9;cursor: pointer;}
.filters .content .collapsible:last-child {margin-bottom: 0;padding-bottom: 0;border: 0;}
.filters .content .collapsible .title {font-size: 14px;line-height: 18px;text-transform: uppercase;padding-right: 18px;}
.filters .content .collapsible .title:after {content: "\f105";display: inline-block;position: absolute;top: 0;right: 5px;font-family: "FontAwesome";font-size: 16px;line-height: 18px;}
.filters .content .collapsible.active .title, .filters .content .collapsible:hover .title {color: #80b5e1;}
.filters .content .collapsible.active .title:after {content: "\f104";}
.filters .content .collapsible .title .text {position: relative;}
.filters .content .collapsible.actived .title .text:before {content: "\f00c";display: inline-block;position: absolute;top: 0;right: -25px;font-family: "FontAwesome";font-size: 16px;line-height: 14px;background: #fff;z-index: 2;}
.filters .content .collapsible .content {margin-top: 15px;}
.filters .filter {margin-bottom: 10px;padding: 0;}
.filters .filter:last-child {margin: 0;}
.filters .filter input[type="checkbox"] {display: none;vertical-align: middle;width: 15px;height: 15px;margin: 0 5px 0 0;padding: 0;}
.filters .filter label:before {content: " ";display: inline-block;width: 15px;height: 15px;border: 1px solid #d9d9d9;margin: -2px 10px 0 0;vertical-align: middle;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.filters .filter input:checked + label:before {background-color: #80b5e1;border-color: #80b5e1;}
.filters .filter input:disabled + label:before {background-color: #d9d9d9;border-color: #d9d9d9;}
.filters .filter input:disabled + label {color: #d9d9d9;}
.filters .filter label {vertical-align: middle;word-wrap: break-word;cursor: pointer;}
.filters .filter label .count {display: none;padding-left: 4px;float: right;}
.filters .filter label:hover, .filters .filter input:checked + label {color: #80b5e1;}
.filters-price .layout-slider {text-align: center;}
.filters-price #goods-filter-price-slider {margin: 25px auto 0;border: 0;width: 90%;height: 5px;background: #e6e6e6;margin-bottom: 15px;-moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;}
.filters-price .ui-slider-handle.ui-state-default {position: absolute;background: #80b5e1;width: 15px;height: 15px;margin-left: -5px;margin-top: 0px;border: medium none;outline: 0;cursor: pointer;z-index: 2;-moz-border-radius: 20px;-webkit-border-radius: 20px;border-radius: 20px;}
.filters-price .ui-slider-handle.ui-state-default:last-child {margin-left: -10px;}
.filters-price .ui-slider-handle.ui-state-default:after {content: '';position: absolute;top: 0px;left: 0px;width: 15px;height: 15px;background: #80b5e1;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}
.filters-price .ui-slider .ui-slider-range {top: 0;height: 100%;background: #d9d9d9;}
.filters-price .layout-slider .goodsFilterPriceSubmit {text-align: center;margin-top: 20px;}
.filters-price .layout-slider .goodsFilterPriceSubmit .button {width: 140px;}
.filters .goodsFilterClear {display: none;}
.filters .goodsFilterClear.active {display: block;}
.filters .goodsFilterClear .button {display: block;margin: 20px auto 0;padding: 0;width: 200px;}
/* Активные Фильтры */
.filters-active {display: none;margin-top: 30px;padding-top: 15px;border-top: 1px solid #d9d9d9;}
.filters-active.active {display: block;}
.filters-active .content {margin-top: 20px;}
.filters-active .content .filter {display: inline-block;border: 1px solid #d9d9d9;padding: 7px 20px;line-height: 20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;border-radius: 20px;margin: 0 10px 10px 0;cursor: pointer;}
.filters-active .content .filter:hover {background-color: #f5f6f7;}
.filters-active .content .filter .remove {font-size: 14px;color: #464646;vertical-align: middle;margin-left: 10px;}
.filters-active .content .filter .remove:hover {color: #80b5e1;}
.filters-active .content .filter label {cursor: pointer;}
.filters-active .content .goodsFilterClear {display: none;}
.filters-active .content .goodsFilterClear.active {display: inline-block;}
.filters-active .content .goodsFilterClear .button {line-height: 36px;}
/* Мобильные Фильтры */
.toolbar .filters-label {display: none;position: relative;margin-right: 5px;line-height: 50px;vertical-align: top;font-size: 14px;}
.toolbar .mob-filters {display: none;width: auto;height: 50px;line-height: 50px;font-size: 25px;font-weight: 700;color: #d9d9d9;border: 1px solid #d9d9d9;margin-right: 30px;padding: 0 10px;text-transform: uppercase;backface-visibility: hidden;cursor: pointer;text-align: center;}
.toolbar .mob-filters:after {content: '\e3c7';display: inline-block;font-family: "Material Icons";font-weight: 400;text-rendering: auto;-webkit-font-smoothing: antialiased;transform: translate(0px, 0px);}
.toolbar .mob-filters:hover {color: #80b5e1;}
.toolbar .mob-filters .label {position: absolute;bottom: 2px;left: 2px;font-size: 9px;line-height: 1;letter-spacing: 0;}
/*** Категории ***/
.index .categories {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;text-align: center;}
.categories {display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;text-align: center;}
.categories .item {display: inline-block;position: relative;margin: 0 15px 30px;background-color: #fff;border: 0;text-align: center;width: 262px;}
.categories .item .cat-image {border-bottom: 0;margin: 0 10px 10px;line-height: 300.11454753723px;}
.categories .item .cat-image a {display: block;overflow: hidden;}
.categories .item .cat-image a img {max-width: 100%;}
.categories .item .cat-name {display: block;position: absolute;width: 100%;top: 50%;margin-top: -50px;padding: 30px 0;background: rgba(255,255,255,0.85);text-align: center;}
.categories .item .cat-name a {display: block;font-size: 18px;font-weight: bold;line-height: 24px;text-align: center;text-transform: uppercase;}
.categories .item .cat-name .count {display: block;font-size: 14px;font-weight: 400;color: #000000;text-transform: lowercase;}
.categories-list {margin-top: 30px;}
.categories-list a {display: inline-block;border: 1px solid #d9d9d9;padding: 7px 20px;line-height: 20px;margin: 0 10px 10px 0;-moz-border-radius: 20px;-webkit-border-radius: 20px;border-radius: 20px;}
.categories-list a:hover {background-color: #80b5e1;color: #ffffff;border-color: #80b5e1;}
/*** Товары ***/
.toolbar {position: relative;margin: 0px 0 30px;padding: 0;}
.toolbar.bottom .sort-by, .toolbar.bottom .show-by {display: none;}
.sort-by, .show-by {display: inline-block;position: relative;float: right;margin-left: 15px;}
.sort-by:after, .show-by:after {content: "▼";display: inline-block;position: absolute;right: 0px;top: 0px;width: auto;height: 100%;line-height: 50px;padding: 0 8px;font-size: 14px;color: #464646;z-index: 1;text-align: center;pointer-events: none;box-sizing: border-box;}
.sort-by select, .show-by select {display: inline-block;height: 50px;line-height: 50px;padding: 0 20px;border: 1px solid #d9d9d9;cursor: pointer;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.show-by select {padding: 0 30px;}
.view-mode {display: inline-block;position: relative;}
.view-mode a, .view-mode span {display: inline-block;width: 50px;height: 50px;line-height: 50px;text-align: center;color: #d9d9d9;font-size: 24px;border: 1px solid #d9d9d9;margin-right: 15px;}
.view-mode span {color: #80b5e1;cursor: default;}
.view-mode a:hover {color: #80b5e1;cursor: pointer;}
.view-mode .icon-grid:before {content: '\e8f0';}
.view-mode .icon-list:before {content: '\e8ef';}
.pages {display: inline-block;position: relative;float: right;}
.pages ol {display: inline-block;margin: 0;padding: 0;list-style: none;}
.pages ol li {display: inline-block;width: 50px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #464646;border: 1px solid #d9d9d9;margin-right: 15px;vertical-align: middle;}
.pages ol li:last-child {margin-right: 0;}
.pages ol li i {display: block;line-height: 50px;}
.pages ol li a, .pages ol li span {display: block;}
.pages ol li:hover, .pages ol li.current {background-color: #80b5e1;color: #fff;border-color: #80b5e1;}
.pages ol li:hover i, .pages ol li:hover a {color: #fff;} 
.pages .label {display: inline-block;margin-right: 10px;}
#header .header-top .header-logo img{ aspect-ratio: attr(width) / attr(height);}
/*** Товары на главной ***/
.index .block-title {padding-bottom: 50px;}
.index .block-title .title {font-size: 38px;font-weight: bold;text-transform: uppercase;line-height: 1;text-align: center;}
.index .products-container {padding: 50px 0;}
.index .products-container .button.showAll {display: block;max-width: 195px;line-height: 50px;color: #333333;margin: 0 auto;text-transform: uppercase;}
.index .products-grid .item {display:none;}
.index .products-grid .item:nth-child(-n+8) {display: inline-block;}
.index .products-grid .item.showThis {display: inline-block;}
.index .products-grid {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;text-align: center;}
.products-container {position: relative;}
.products-container .preloader {top: 0;height: 100%;}
.products-container .preloader .cssload-main {top: 10%;}
/*** Таблицей ***/
.products-grid {display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;text-align: center;}
.products-grid .item {position: relative;padding: 0px 15px 30px;text-align: left;}
.products-grid .item .item-inner {position: relative;width: 262px;}
.products-grid.owl-carousel .item .item-inner {width: 100%;}
.products-grid .item .product-image {display: block;position: relative;overflow: hidden;margin: 0 0 10px 0;text-align: center;line-height: 300.11454753723px;}
.products-grid .item .product-image img {display: inline-block;max-width: 100%;width: 100%;height: auto;}
.products-grid .item .product-image img { aspect-ratio: attr(width) / attr(height);}
.products-grid .item .product-image .actions {position: absolute;top: -100%;width: 100%;line-height: 1;transition: all 0.25s ease-in-out 0s;height: 300.11454753723px;}
.products-grid .item:hover .product-image .actions:before {display: block;bottom: 0;height: 100%;}
.products-grid .item .product-image .actions:before {content: "";position: absolute;background: #fff;opacity: 0.7;height: 0;left: 0;right: 0;top: 0;z-index: 3;-moz-transition: all 0.25s ease-in-out 0s;-o-transition: all 0.25s ease-in-out 0s;-webkit-transition: all 0.25s ease-in-out;-webkit-transition-delay: 0s;transition: all 0.25s ease-in-out 0s;}
.products-grid .item:hover .product-image .actions {top: 0;-moz-transition: all 0.25s ease-in-out 0s;-o-transition: all 0.25s ease-in-out 0s;-webkit-transition: all 0.25s ease-in-out;-webkit-transition-delay: 0s;transition: all 0.25s ease-in-out 0s;}
.products-grid .item .product-image .actions .ratings {position: absolute;bottom: 10px;left: 10px;z-index: 5;}
.products-grid .item .product-image .actions .quickview {position: absolute;bottom: 10px;right: 10px;font-size: 18px;z-index: 5;}
.products-grid .item .product-image .actions .button {position: absolute;top: 50%;left: 50%;margin-left: -100px;margin-top: -25px;width: 200px;z-index: 5;}
.products-grid .item .product-image .actions .button.empty {line-height: 50px;}
.products-grid .item .product-image .actions .hover {display: block;position: absolute;width: 100%;height: 100%;z-index: 4;}
.products-grid .item .product-shop .product-name {display: block;vertical-align: middle;margin-bottom: 7px;}
.products-grid .item .product-shop .product-name a {display: block;height: 36px;overflow: hidden;font-size: 14px;line-height: 18px;color: #000000;text-transform: uppercase;}
.products-grid .item .product-shop .product-name a:hover {color: #80b5e1;}
.products-grid .item .product-shop .price-box {padding-bottom: 10px;border-bottom: 1px solid #d9d9d9;}
.products-grid .item .product-shop .price-box .price + .price {margin-left: 10px;}
.products-grid .item .product-shop .add-to-links {padding-top: 10px;line-height: 30px;}
.products-grid .item .product-shop .add-to-links a {display: inline-block;font-size: 13px;color: #9b9a9a;}
.products-grid .item .product-shop .add-to-links a + a {float: right;}
.products-grid .item .product-shop .add-to-links a:before {font-size: 18px;line-height: 15px;margin-right: 8px;}
.products-grid .item .product-shop .add-to-links a:hover, .products-grid .item .product-shop .add-to-links a.added {color: #80b5e1;}
.products-grid .item .product-shop .button {display: none;}
/*** Списком ***/
.products-list {margin: 0;padding: 0;list-style: none;}
.products-list .item {position: relative;margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #d9d9d9;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
.products-list .item .product-image {display: inline-block;position: relative;padding-left: 0;text-align: center;overflow: hidden;height: 300.11454753723px;}
.products-list .item .product-image .product-img {display: block;position: relative;background-color: #f5f6f7;line-height: 300.11454753723px;}
.products-list .item .product-image .product-img img {max-width: 100%;}
.products-list .item .product-image .ratings {position: absolute;bottom: 10px;left: 10px;z-index: 5;}
.products-list .item .product-image .quickview {position: absolute;bottom: 12px;right: 25px;font-size: 18px;line-height: 1;z-index: 5;}
.products-list .item .product-shop .product-name {margin-bottom: 10px;}
.products-list .item .product-shop .product-name a {display: block;max-height: 50px;overflow: hidden;line-height: 25px;font-size: 19px;font-weight: bold;color: #000000;text-transform: uppercase;}
.products-list .item .product-shop .product-name a:hover {color: #80b5e1;}
.products-list .item .product-shop .product-desc {line-height: 18px;word-wrap: break-word;}
.products-list .item .product-shop .goodsDataMainModificationAvailable {margin-top: 30px;}
.products-list .item .product-shop .goodsDataMainModificationAvailable .available-true {display: inline-block;background-color: #9ef1d0;padding: 0 25px;line-height: 30px;-moz-border-radius: 25px;-webkit-border-radius: 25px;border-radius: 25px;}
.products-list .item .product-shop .goodsDataMainModificationAvailable .available-false {display: inline-block;background-color: #f39ca2;color: #fff;padding: 0 25px;line-height: 30px;-moz-border-radius: 25px;-webkit-border-radius: 25px;border-radius: 25px;}
.products-list .item .product-shop .reduced {color: #80b5e1;margin-bottom: 20px;}
.products-list .item .product-actions {padding-right: 0;border-left: 1px solid #d9d9d9;}
.products-list .item .product-actions .price-box {margin-bottom: 30px;}
.products-list .item .product-actions .price-box .price {font-size: 25px;font-weight: bold;color: #000000;line-height: 1;margin-right: 10px;}
.products-list .item .product-actions .price-box .old-price {font-size: 19px;font-weight: 400;color: #9b9a9a;margin-top: 10px;}
.products-list .item .product-actions .button {width: 195px;padding: 0;}
.products-list .item .product-actions .button + .button {margin-top: 15px;}
.products-list .item .product-actions .add-to-links {padding-top: 25px;line-height: 30px;}
.products-list .item .product-actions .add-to-links a {display: inline-block;font-size: 13px;color: #9b9a9a;}
.products-list .item .product-actions .add-to-links a + a {margin-left: 30px;}
.products-list .item .product-actions .add-to-links a:before {font-size: 18px;line-height: 15px;margin-right: 8px;}
.products-list .item .product-actions .add-to-links a:hover, .products-list .item .product-actions .add-to-links a.added {color: #80b5e1;}
/*** Товар ***/
.product-view .product-img-box {margin-bottom: 30px;padding-left: 0;}
.product-view .product-img-box .product-image {position: relative;text-align: center;min-height: 200px;margin: 0 auto;max-width:875px;max-height:875px;}
.product-view .product-img-box .product-image img {max-width: 100%;}
.thumblist-box {position: relative;overflow: hidden;padding: 15px 0;margin: 0 auto;max-width:875px;}
.thumblist-box .next, .thumblist-box .prev {display: none;position: absolute;top: 50%;right: 0px;width: 50px;line-height: 50px;border: 1px solid #d9d9d9;margin: -25px 0 0 0px;background: transparent;}
.thumblist-box .prev {float:left;left: 0px;margin: -25px 0px 0 0;}
.thumblist-box .next:hover, .thumblist-box .prev:hover {background-color: #80b5e1;border-color: #80b5e1;color: #fff;}
.thumblist {margin: 0 auto;max-width: 340px;}
.thumblist li {display: block;float: none;margin: 0 auto;width: 100px;}
.thumblist li a {display: block;text-align: center;width: 100px;height: 100px;line-height: 100px;}
.thumblist.owl-carousel li a img {display: inline-block;margin: 0 auto;width: auto;max-width: 100px;max-height: 100px;}
.thumblist .owl-stage {margin: 0 auto;}
.product-view .product-shop .ratings {background: none;margin-top: 0px;margin-bottom: 25px;}
.product-view .product-shop .ratings .title {display: inline-block;vertical-align: middle;}
.product-view .product-shop .ratings .title a {display: inline-block;font-size: 15px;text-decoration: none;}
.product-view .product-shop .ratings .title a:hover {color: #80b5e1;}
.product-view .product-shop .ratings .title a span {border-left: 1px solid #d9d9d9;margin-left: 10px;padding-left: 10px;}
.product-view .product-shop .product-name {margin-bottom: 25px;}
.product-view .product-shop .product-name h1 {font-size: 24px;font-weight: bold;color: #000000;line-height: 30px;}
.product-view .product-shop .price-box {margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #d9d9d9;}
.product-view .product-shop .price-box .price {font-size: 29px;font-weight: bold;color: #000000;}
.product-view .product-shop .price-box .old-price {margin-left: 30px;}
.product-view .product-shop .price-box .old-price .price {font-size: 23px;font-weight: normal;color: #9b9a9a;}
.product-view .product-shop .price-box > div {display: inline-block;}
.product-view .product-shop .goodsDataMainModificationArtNumber {margin-bottom: 10px;}
.product-view .product-shop .goodsDataMainModificationArtNumber label {color: #000000;}
.product-view .product-shop .goodsDataMainModificationAvailable {margin-bottom: 10px;}
.product-view .product-shop .goodsDataMainModificationAvailable .available-true span + span {display: inline-block;background-color: #9ef1d0;margin-left: 15px;padding: 0 25px;line-height: 30px;-moz-border-radius: 25px;-webkit-border-radius: 25px;border-radius: 25px;}
.product-view .product-shop .goodsDataMainModificationAvailable .available-false span + span {display: inline-block;background-color: #f39ca2;color: #fff;margin-left: 15px;padding: 0 25px;line-height: 30px;-moz-border-radius: 25px;-webkit-border-radius: 25px;border-radius: 25px;}
.product-view .product-shop .description {margin-top: 20px;margin-bottom: 25px;padding-bottom: 25px;border-bottom: 1px solid #d9d9d9;}
.product-view .product-shop .description span {display: block;max-height: 146px;overflow: hidden;}
.product-view .product-shop .goodsDataMainModificationsBlock {border-bottom: 1px solid #d9d9d9;margin-top: 15px;margin-bottom: 30px;}
.product-view .product-shop .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty {display: inline-block;position: relative;width: 47%;margin-bottom: 30px;}
.product-view .product-shop .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty:nth-child(2n-1) {margin-right: 5%;}
.product-view .product-shop .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty span {display: block;margin-bottom: 10px;}
.product-view .product-shop .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty:after, .product-view .product-shop .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty:after {content: "▼";display: inline-block;position: absolute;right: 0px;top: 0px;width: auto;height: 100%;line-height: 104px;padding: 0 8px;font-size: 14px;color: #464646;z-index: 1;text-align: center;pointer-events: none;box-sizing: border-box;}
.product-view .product-shop .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty select, .product-view .product-shop .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty select {display: inline-block;width: 100%;height: 50px;line-height: 50px;padding: 0 20px;border: 1px solid #d9d9d9;font-size: 14px;cursor: pointer;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.product-view .product-shop .goodsDataMainModificationsBlock .goodsDataMainModificationsDescriptionBlock {padding-bottom: 30px;}
.product-view .product-shop .add-to-box .add-to-cart {margin-bottom: 30px;}
.product-view .product-shop .add-to-box .button {width: 200px;padding: 0;}
.product-view .product-shop .add-to-box .qty-wrap {display: inline-block;position: relative;vertical-align: middle;margin: 0px 30px 0px 0;}
.product-view .product-shop .add-to-box .qty-wrap > a {display: inline-block;position: relative;width: 30px;height: 30px;line-height: 26px;text-align: center;vertical-align: middle;z-index: 3;border: 1px solid #d9d9d9;color: #464646;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}
.product-view .product-shop .add-to-box .qty-wrap > a:hover {color: #80b5e1;}
.product-view .product-shop .add-to-box .qty-wrap > a i {vertical-align: middle;}
.product-view .product-shop .add-to-box .qty-wrap .label {margin-right: 15px;}
.product-view .product-shop .add-to-box input.quantity {display: inline-block;max-width: 80px;height: 50px;margin: 0 5px;padding: 0 20px;text-align: center;vertical-align: middle;background-color: transparent;border: 1px solid #d9d9d9;z-index: 1;-moz-border-radius: 25px;-webkit-border-radius: 25px;border-radius: 25px;}
.product-view .product-shop .add-to-box .add-to-links {display: inline-block;line-height: 50px;}
.product-view .product-shop .add-to-box .add-to-links a {display: inline-block;font-size: 13px;color: #9b9a9a;}
.product-view .product-shop .add-to-box .add-to-links a + a {margin-left: 30px;}
.product-view .product-shop .add-to-box .add-to-links a:before {font-size: 18px;line-height: 15px;margin-right: 8px;}
.product-view .product-shop .add-to-box .add-to-links a:hover, .product-view .product-shop .add-to-box .add-to-links a.added {color: #80b5e1;}
.product-view .product-shop .add-to-box .add-cart.quick {margin-right: 30px;}
.product-view .product-shop .add-to-box .add-to-cart .button.more {display: none;}
.product-view .product-shop .goodsDataMainDiscountBlock {display: none;}
.product-view .product-shop .product-neighbor {display: none;}
/* Вкладки табы */
.product-tabs {padding: 50px 0;}
.product-tabs .tabs {display: block;margin: 0 0 15px 0;padding: 0;list-style: none;text-align: center;}
.product-tabs .tabs li {display: inline-block;position: relative;margin: 0 15px 15px;}
.product-tabs .tabs li:after {content: '';position: absolute;left: 0;width: 100%;height: 3px;bottom: 0;background: #80b5e1;-moz-transform: scale3d(0,1,1);-ms-transform: scale3d(0,1,1);-o-transform: scale3d(0,1,1);-webkit-transform: scale3d(0,1,1);transform: scale3d(0,1,1);-moz-transition: -moz-transform 0.2s;-o-transition: -o-transform 0.2s;-webkit-transition: -webkit-transform 0.2s;transition: transform 0.2s;-moz-transition-delay: 0.1s;-o-transition-delay: 0.1s;-webkit-transition-delay: 0.1s;transition-delay: 0.1s;}
.product-tabs .tabs li:hover:after, .product-tabs .tabs li.active:after {-moz-transform: scale3d(1,1,1);-ms-transform: scale3d(1,1,1);-o-transform: scale3d(1,1,1);-webkit-transform: scale3d(1,1,1);transform: scale3d(1,1,1);-moz-transition-timing-function: cubic-bezier(0,1.54,0.34,1);-o-transition-timing-function: cubic-bezier(0,1.54,0.34,1);-webkit-transition-timing-function: cubic-bezier(0,1.54,0.34,1);transition-timing-function: cubic-bezier(0,1.54,0.34,1);-moz-transition-duration: 0.8s;-o-transition-duration: 0.8s;-webkit-transition-duration: 0.8s;transition-duration: 0.8s;}
.product-tabs .tabs li a {display: inline-block;position: relative;font-size: 19px;font-weight: 700;text-transform: uppercase;padding: 0 5px 5px;z-index: 0;}
.product-tabs .tabs li a:hover {color: #80b5e1;}
.product-tabs .content {display: block;padding: 30px;background-color: #f5f6f7;}
.product-tabs .tab-content {padding: 0 0 0px 0;overflow: hidden;}
.product-tabs .tab-content .htmlDataBlock {margin: 0;padding: 0;}
.product-tabs .tab-content .htmlDataBlock p {margin: 0;}
.product-tabs .tab-content .delivery {margin-bottom: 30px;}
.product-tabs .tab-content .delivery:last-child {margin-bottom: 0;}
.product-tabs .tab-content .delivery p {margin-bottom: 10px;word-break: break-word;}
.product-tabs .tab-content .delivery h5, .product-tabs .tab-content .delivery h6 {font-weight: 400;}
.product-tabs .tab-content .delivery h5 {margin-top: 10px;}
.product-tabs .tab-content .table-box tbody tr td {width: auto;text-align: left;border: 0;border-bottom: 1px solid #fff;}
/* Отзывы */
.goodsDataOpinionMessage.empty p {margin: 0;}
.goodsDataOpinionListNavigateTop {display: block;}
.goodsDataOpinionListNavigateTop .button {display: inline-block;margin: 0 5px 5px 0;}
.goodsDataOpinionListNavigateTop .button.active {color: #ffffff;background-color: #2a6392;}
.goodsDataOpinionShowAddForm {text-decoration: underline;}
.goodsDataOpinionListNavigateBottom .pager .pages {float: left;}
.goodsDataOpinionListNavigateBottom .pager .pages .title {float: left;line-height: 40px;margin-right: 10px;}
.goodsDataOpinionList {float: left;width: 100%;margin-top: 10px;}
.goodsDataOpinionList .bord {float: left;width: 100%;margin-bottom: 15px;padding-bottom: 5px;border-bottom: 1px solid #d9d9d9;}
.goodsDataOpinionList .col-xs-12 {padding: 0;}
.goodsDataOpinionList .cell1 {margin-bottom: 20px;}
.goodsDataOpinionList .goodsDataOpinionListClient, .goodsDataOpinionList .goodsDataOpinionListTitle {display: block;margin-bottom: 5px;padding-right: 10px;color: #000000line-height: 1.3;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.goodsDataOpinionList .rating-box {display: block;margin-bottom: 5px;}
.goodsDataOpinionList .goodsDataOpinionListDate {display: block;margin-bottom: 5px;clear: both;}
.goodsDataOpinionList .button {max-width: 100px;float: left;margin-bottom: 10px;}
.goodsDataOpinionList .goodsDataOpinionListDesc, .goodsDataOpinionListTableAnswer {margin: 0 0 8px 0;}
.goodsDataOpinionList .goodsDataOpinionListDesc strong {display: block;margin-right: 10px;}
.goodsDataOpinionList .goodsDataOpinionListDesc span {display: block;word-wrap: break-word;}
.goodsDataOpinionAddForm {clear: both;}
#goodsDataOpinionAddBlock {padding-top: 20px;clear: both;}
#goodsDataOpinionAddBlock h4 {max-height: 78px;overflow: hidden;} 
.goodsDataOpinionAddTable {margin: 20px 0 30px;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock {margin-bottom: 10px;float: left;width: 100%;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock > div {float: left;}
.goodsDataOpinionAddTable .goodsDataOpinionBlock .inputText, .goodsDataOpinionAddTable .goodsDataOpinionBlock textarea {width: 290px;}
.goodsDataOpinionAddTable label {display: block;float: left;width: 150px;}
.goodsDataOpinionAddTable label.invalidInput {width: 100%;}
.goodsDataOpinionRating {float: left;width: 90px;margin-top: 3px;}
.goodsDataOpinionAddTable .generally {float: left;}
.goodsDataOpinionAddTable .generally label {display: inline-block;float: none;width: auto;}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha {float: left;}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha .inputText {max-width: 100px;margin-right: 20px;}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha .goodsDataOpinionCaptchaRefresh {padding: 5px;cursor: pointer;}
.goodsDataOpinionAddTable .goodsDataOpinionCaptcha .goodsDataOpinionCaptchaRefresh:hover {color: #80b5e1;}
.goodsDataOpinionFormReset {background: transparent;text-decoration: underline;width: 150px;text-align: left;padding-left: 0;border: 0;outline: 0;cursor: pointer;}
.goodsDataOpinionFormReset:hover {color: #80b5e1;}
.goodsDataOpinionListNavigateBottom .pages {float: left;}
/** Сопутствующие и С этим товаром смотрят **/
.related {position: relative;}
.related .products-grid .owl-item {text-align: center;}
.related .products-grid .item {display: block;border: 0;padding: 0 0 30px;}
.related .block-title {position: relative;}
.related .block-title .title {display: block;text-align: center;margin-bottom: 30px;font-size: 38px;font-weight: bold;}
.related .block-title .navigation {display: inline-block;position: absolute;top: -2px;right: 0;}
.related .block-title .navigation div {width: 35px;font-size: 50px;}
.related .block-title .navigation.disabled {display: none !important;}
.related .quickview {display: none;}
/*** Быстрый просмотр ***/
.fancybox-skin {background-color: #f4f4f4;}
.fancybox-inner .preloader {background-color: #f4f4f4;}
.fancybox-inner .product-tabs {display: none;padding: 0 15px 0 0;}
.fancybox-inner .container {max-width: 950px;}
.fancybox-inner .product-view .product-img-box .product-image a {cursor: default;}
.fancybox-inner .product-view .product-img-box .thumblist-box {display: none;}
.fancybox-inner .product-view .product-shop .add-to-box .button {margin-right: 3px;}
.fancybox-inner .product-view .product-shop .add-to-box .button.quick {display: none !important;}
.fancybox-inner .product-view .product-shop .add-to-box .add-to-cart .button.more {display: inline-block;margin-top: 30px;line-height: 50px;}
.fancybox-inner .product-view .product-shop .product-neighbor {display: none;}
.fancybox-inner .product-view .product-shop .actions .add-compare, .fancybox-inner .product-view .product-shop .actions .add-wishlist {display: none;}
.fancybox-inner .product-view .product-shop .ratings .title {display: none;}
.fancybox-inner .product-view .product-img-box {min-width: 400px;}
/*** Ajax Добавление товара в корзину ***/
#cart-layer {max-width: 950px;}
.cart-ajax {position: relative;padding: 0 6px 12px 6px;line-height: 1.3;text-align: center;border: none;z-index: 100;}
.cart-ajax h4.title {display: block;margin-bottom: 12px;}
.cart-ajax h4.title.bad {color: #a94442;}
.cart-ajax .cart-product .image img {display: inline-block;width: auto;max-width: 120px;max-height: 120px;}
.cart-ajax .buttons {display: block;margin-top: 18px;}
.cart-ajax .buttons .button {display: inline-block;width: 150px;margin: 0 5px 5px;padding: 0;}
.fancybox-margin {margin-right: 17px !important;}
/*** Быстрый заказ ***/
#OrderAjaxBlock {margin-top: 50px;}
#OrderAjaxBlock .block-title {padding: 10px 20px 20px;margin-bottom: 30px;border: 1px solid #d9d9d9;text-align: left;}
#OrderAjaxBlock .block-title .title {position: relative;font-size: 24px;font-weight: bold;line-height: 40px;text-transform: uppercase;border: 0;margin: 0;}
#OrderAjaxBlock .block-title .title:before {content: "";display: inline-block;position: absolute;bottom: 0;width: 70px;height: 5px;background-color: #80b5e1;}
#OrderAjaxBlock .formfast .buttons {margin: 30px 0 0;text-align: center;}
#quickform > div {margin-bottom: 30px;}
#quickform .buttons {text-align: center;}
.quickformfast {max-width: 800px;overflow-x: hidden;text-align: center;}
.quickformfast .success, .quickformfast .warning {margin-bottom: 30px;}
.quickformfast .form-list {margin-bottom: 0;}
.formfast {text-align: left;padding: 20px;border: 1px solid #d9d9d9;}
.formfast .title {display: block;position: relative;font-size: 24px;font-weight: bold;line-height: 40px;text-transform: uppercase;border: 0;margin: 0 0 20px 0;text-align: left;}
.formfast .title span:before {content: "";display: inline-block;position: absolute;bottom: 0;width: 70px;height: 5px;background-color: #80b5e1;}
.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: 10px;}
.formfast .form-list .fields label {display: block;margin-bottom: 5px;}
.formfast .form-list .fields .input-box input {max-width: 100%;width: 100%;height: 50px;}
.formfast .form-list .fields .input-box select {max-width: 100%;width: 100%;height: 50px;}
.formfast .form-list .fields .input-box textarea {max-width: 100%;width: 100%;}
.formfast .form-list .fields.small {display: inline-block;width: 45%;margin-right: 9.4%;}
.formfast .form-list .fields.small.second {margin-right: 0%;}
.formfast .form-list .fields.deliveryConvenientDate .input-box select {width: 45%;margin-right: 9.4%;}
.formfast .form-list .fields.deliveryConvenientDate .input-box select + select {margin-right: 0;}
.formfast .contactRegisterNeedElement {margin-top: 10px;}
.formfast .button {margin: 10px 0;}
.formfast #closeOrder {display: none;}
.adress .deliveryConvenientDate .inputText {width: 75px;padding: 0 5px;}
.customer .input-box {margin-bottom: 15px;}
.customer .input-box:last-child {margin-bottom: 0;}
.customer .contactRegisterNeedElement {margin-top:8px;}
.customer .control {margin-top: 10px;}
.customer .control input {display: inline-block;vertical-align: middle;margin-top: 1px;}
.delivery .manufacturer-list select {max-width: 100%;width: 100%;}
.delivery .manufacturer-list > div {margin-top: 15px;}
.delivery .manufacturer-list .currentDeliveryDesc, .payment .quick_order_payment .currentPaymentDescription {max-width: 100%;width: 100%;border: 1px solid #d9d9d9;background-color: #fff;margin: 15px 0 0 0;padding: 10px;overflow: hidden;}
.delivery .manufacturer-list .currentDeliveryDesc > div {word-break: break-word;}
.delivery .manufacturer-list .currentDeliveryPrice {margin-bottom: 5px;}
.delivery .deliveryZonePrice {margin-left: 20px;font-weight: bold;}
.orderStageDeliveryZonePrice, .orderStageDeliveryDefaultPrice {margin-left: 10px;font-size: 18px;font-weight: bold;}
.delivery .orderStageDeliveryListTable .deliveryOption {border: 1px solid #d9d9d9;margin-bottom: 15px;}
.delivery .orderStageDeliveryListTable .cell1 {display: inline-block;width: 65px;text-align: center;}
.delivery .orderStageDeliveryListTable .cell1 input {margin: 0;vertical-align: middle;cursor: pointer;}
.delivery .orderStageDeliveryListTable .cell2 {display: inline-block;width: calc(100% - 230px);border-left: 1px solid #d9d9d9;border-right: 1px solid #d9d9d9;padding: 20px;vertical-align: middle;}
.delivery .orderStageDeliveryListTable .cell3 {display: inline-block;width: 150px;text-align: right;padding: 20px;}
.delivery .orderStageDeliveryListTable .zones .zones-header {display: inline-block;margin-bottom: 10px;}
.delivery .orderStageDeliveryListTable .zones {margin-bottom: 10px;}
.payment .orderStagePayment {display: block;position: relative;margin:0 0 15px 0;border: 1px solid #d9d9d9;}
.payment .orderStagePayment .cell1 {display: inline-block;width: 65px;text-align: center;}
.payment .orderStagePayment .cell1 input {margin: 0;vertical-align: middle;}
.payment .orderStagePayment .cell1 label.invalidInput {position: absolute;bottom: -15px;}
.payment .orderStagePayment .cell2 {display: inline-block;width: calc(100% - 70px);border-left: 1px solid #d9d9d9;padding: 20px;vertical-align: middle;}
.payment .orderStagePayment .cell2 label {font-weight: bold;}
.payment input, .delivery input {cursor: pointer;}
.coupons .couponBlock {margin-bottom: 10px;}
.coupons .couponBlock label {display: block;margin-bottom: 5px;font-weight: normal;font-size: 18px;}
.coupons .couponBlock .input-box input {max-width: 100%;width: 100%;height: 50px;}
/** Платежные системы на странице просмотра заказа **/
.order-info .title {margin-bottom: 10px;}
.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 {float: none;}
.order-info .paymentQiwi .PhoneInput {padding: 10px 0 0;}
.order-info .paymentQiwi #form_phone {width: 130px;text-align: center;}
/*** Корзина ***/
.cartTable {width: 100%;border-collapse: collapse;}
.cartTable #closeOrder {display:none;}
.cartTable tbody tr td, .cartTable thead tr td {border: 1px solid #d9d9d9;line-height: 18px;padding: 20px 10px;text-align: center;}
.cartTable thead tr td {background-color: #f5f6f7;text-transform: uppercase;text-align: center;}
.cartTable thead tr td.name {text-align: left;}
.cartTable tbody tr td.cart-price {text-align: left;}
.cartTable tbody tr td.cart-price .price + .price {margin-top: 10px;}
.cartTable tbody tr .cart-name {text-align: left;padding: 20px;}
.cartTable tbody tr td.image {text-align: center;}
.cartTable tbody tr td.name {text-align: left;vertical-align: top;}
.cartTable tbody tr td.name a {display: block;color: #000000;font-size: 14px;margin-bottom: 10px;max-height: 53px;overflow: hidden;text-transform: uppercase;}
.cartTable tbody tr td.name a:hover {color: #80b5e1;}
.cartTable tbody tr td.name .art {margin-bottom: 5px;}
.cartTable tbody tr td.name .label {font-weight: 400;color: #000000;margin-right: 3px;}
.cartTable tfoot tr.total td, .cartTable tfoot tr.discounttr td {padding: 10px 15px;border: 1px solid #d9d9d9;text-align: right;background-color: #f5f6f7;}
.cartTable tfoot tr.total .title, .cartTable tfoot tr.discounttr .title {text-transform: uppercase;font-weight: bold;}
.cartTable .price {white-space: nowrap;}
.cartTable .TotalSum .price {font-size: 21px;color: #80b5e1;}
.cartTable .buttons {display: block;float: left;width: 100%;margin: 30px 0 0;}
.cartTable .buttons .button {float: right;font-size: 14px;padding: 0 35px;}
.cartTable .buttons .button i {margin-right: 10px;font-size: 21px;}
.cartTable .inputText {text-align: center;padding: 0px;max-width: 80px;border-color: #d9d9d9;}
.cartTable .inputText:disabled {background-color: #ececec;cursor: not-allowed;}
/*** Новости ***/
.news-box {position: relative;}
.news-box:before {content: "";display: inline-block;position: absolute;left: 20px;width: 5px;height: 100%;background-color: #80b5e1;}
.news-box .news {margin-bottom: 30px;margin-left: 70px;padding: 15px;border: 1px solid #d9d9d9;}
.news-box .news:before {content: "\f073";font-family: "FontAwesome";color: #fff;font-size: 20px;display: inline-block;position: absolute;left: 0;width: 45px;height: 45px;line-height: 45px;background-color: #80b5e1;text-align: center;vertical-align: middle;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.news-box .news .title {margin-bottom: 10px;}
.news-box .news .title a {display: block;max-height: 36px;overflow: hidden;font-size: 16px;color: #80b5e1;}
.news-box .news .date {margin-bottom: 10px;}
.news-box .pages {display: block;float: none;margin-top: 30px;text-align: right;}
.news-box.page:before {display: none;}
.news-box.page .date {text-align: right;margin: 10px 0;}
/*** Личный кабинет (Страницы) ***/
.col-account {margin: 0;padding-bottom: 30px;}
.col-account h3 {padding: 0 0 10px;line-height: normal;margin-bottom: 10px;border-bottom: 1px solid #d9d9d9;}
.col-account .buttons .button {margin-bottom: 5px;vertical-align: middle;}
.col-account .buttons p {margin-bottom: 0px;}
.form-list {margin-bottom: 20px;}
.form-list .fields {margin: 0 0 15px 0;}
.form-list .fields:last-child {margin: 0;}
.form-list .fields label {display: block;margin-bottom: 5px;font-weight: normal;font-size: 14px;}
.clientForm .pp {margin-bottom: 10px;}
/*** Обратный звонок, Связь с администрацией ***/
.callback-info .callback-form {text-align: left;}
.callback-info .callback-form .name-error, .callback-info .callback-form .phone-error {position: relative;text-align: left;bottom: 0;}
.callback-info .callback-form div {margin-bottom: 10px;}
.callback-info .callback-form div label {display: block;}
.callback-info .callback-form div input {margin: 0;}
.contact-info .block-contact > div {margin-bottom: 12px;line-height: 36px;}
.contact-info .block-contact > div i {display: inline-block;vertical-align: top;color: #80b5e1;font-size: 30px;line-height: 36px;width: 36px;text-align: center;margin-right: 10px;}
/*** Оформление заказа ***/
.orderStrageContent .quick_order_payment, .orderStrageContent .coupons {margin-bottom: 15px;}
.orderStrageContent .buttons .button:nth-child(2) {float: right;}
.orderStrageContent .payment {margin-bottom: 15px;}
.orderStrageContent .registrations .text, .orderStrageContent .form-list .text {text-transform: uppercase;margin: 8px 0;}
.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;}
.stages-list {display: -ms-flexbox;display: -webkit-flex;display: flex;width: 100%;margin-bottom: 32px;}
.stages-list .stages {-webkit-flex-basis: 50%;-ms-flex-preferred-size: 50%;flex-basis: 50%;max-width: 50%;position: relative;font-size: 18px;line-height: 2em;padding-top: 30px;}
.stages-list .stages:before {content: '\e836';font-size: 36px;line-height: 1;padding-right: 5px;color: #000000;vertical-align: bottom;opacity: 0.5;filter: alpha(opacity=50);display: inline-block;font-family: "Material Icons";text-rendering: auto;-webkit-font-smoothing: antialiased;transform: translate(0,0);}
.stages-list .stages:after {content: '';position: absolute;top: calc(50% + 15px);left: 32px;width: 70%;height: 2px;margin-top: -1px;background: #000000;opacity: 0.5;filter: alpha(opacity=50);}
.stages-list .stages .title, .stages-list .stages a {position: absolute;top: 0;left: 0;font-size: 26px;line-height: 1;font-weight: 600;color: #000000;cursor: default;}
.stages-list .stages a:hover .title {color: #80b5e1;cursor: pointer;}
.stages-list .stages.active {opacity: 1;filter: alpha(opacity=100);}
.stages-list .stages.active:before {content: '\e837';color: #80b5e1;opacity: 1;filter: alpha(opacity=100);display: inline-block;font-family: "Material Icons";text-rendering: auto;-webkit-font-smoothing: antialiased;transform: translate(0,0);}
.stages-list .stages.active:after{background: #80b5e1;opacity: 1;filter: alpha(opacity=100);}
.stages-list .stages .title:before {margin-right: 5px;}
.stages-list .stages:nth-child(1) .title:before {content: '1.';}
.stages-list .stages:nth-child(2) .title:before {content: '2.';}
.stages-list .stages:nth-child(3) .title:before {content: '3.';}
.stages-list .stages:nth-child(4) .title:before {content: '4.';}
/*** Страница Поиск ***/
.search h4 {margin-bottom: 10px;}
/*** Акции ***/
.discount-box {text-align: center;}
.discount-box h3 {margin-bottom: 10px;}
.discount-box h3 span {text-decoration: underline;}
.discount-box h4 {text-transform: none;margin-bottom: 15px;}
.discount-box h4 span {text-transform: uppercase;}
.discount-box .content {padding:15px 0 30px;border-bottom: 1px solid #d9d9d9;}
.discount-box .content:first-child {padding:0 0 30px 0;}
.discount-box .content:last-child {border: 0;padding-bottom: 0;}
.discount-box .content .image img {display: block;margin: 0 auto;max-width: 100%;}
.discount-box .content .desc .button {margin: 0 auto;}
/*** Сравнение ***/
.compare-info .buttons {margin: 20px 0 30px;}
.compare-info .buttons .button {margin-bottom: 10px;line-height: 40px;}
.CompareGoodsTable {float: left;width: 100%;margin-bottom: 15px;}
.CompareGoodsTableFilter {float: right;line-height: 50px;}
.CompareGoodsTableFilter .button {margin-bottom: 5px;padding: 0 15px;}
.CompareGoodsTableFilter .button.CompareGoodsTableFilterSelected {color: #ffffff;}
.CompareGoodsTable .CompareNavigation {float: left;margin: 0;padding: 0;list-style: none;list-style-position: inside;}
.CompareGoodsTable .CompareNavigation li {display: inline-block;}
.CompareGoodsTableTbody tbody tr td.cell {text-align: left;min-width: 200px;}
.CompareGoodsTableTbody tbody tr td.vtop {vertical-align: top;}
.CompareGoodsTableTbody .CompareCheckbox {margin: 0;vertical-align: middle;}
.CompareGoodsTableTbody .CompareGoodsTableTbodyComparisonLine .htmlDataBlock {text-align: left;}
/*** Страница ошибки ***/
.error-page a {font-size:110%;}
.error-page a:hover {text-decoration:underline;}
.error-page ul.disc {list-style-type: disc;margin: 10px 0 10px 20px;padding: 0px 0 0px 20px;}
/******************************************************************************
  Адаптивная часть
*******************************************************************************/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-sms-1, .col-sms-2, .col-sms-3, .col-sms-4, .col-sms-5, .col-sms-6, .col-sms-7, .col-sms-8, .col-sms-9, .col-sms-10, .col-sms-11, .col-sms-12, .col-hs-1, .col-hs-2, .col-hs-3, .col-hs-4, .col-hs-5, .col-hs-6, .col-hs-7, .col-hs-8, .col-hs-9, .col-hs-10, .col-hs-11, .col-hs-12 {float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9{width:75%}
.col-xs-8{width:66.66666667%}
.col-xs-7{width:58.33333333%}
.col-xs-6{width:50%}
.col-xs-5{width:41.66666667%}
.col-xs-4{width:33.33333333%}
.col-xs-3{width:25%}
.col-xs-2{width:16.66666667%}
.col-xs-1{width:8.33333333%}
@media all and (max-width: 1366px) {
#banners .banner-right .content .title {font-size: 48px;}
#banners .banner-left .banner-image .content .title {font-size: 36px;}
#banners .banner-left .banner-image .content .subtitle {font-size: 30px;}
#action .content {width: 65%;}
#action {padding: 150px 0;}
#action .content .title {font-size: 120px;}
#action .content .subtitle {font-size: 50px;}
#header .header-middle {padding: 20px 0;}
}
@media all and (max-width: 1199px) {
.cartTable tbody tr .cart-name .image {display: block;text-align: center;margin: 0 0 15px 0;}
.cartTable tbody tr .cart-name .name {width: 100%;}
.thumblist {max-width: 240px;}
#main .block-right {margin-bottom: 30px;}
.filters-goods .filter select, .filters-price .label {width: 220px;}
.stages-list .stages .title, .stages-list .stages a {font-size: 24px;}
.categories {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;text-align: center;}
.products-grid {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;text-align: center;}
/* */
.products-grid .item .product-image .actions {top: 0;}
.products-grid .item .product-image .actions:before {display: none;}
.products-grid .item:hover .product-image .actions:before {display: none;}
.products-grid .item .product-image .actions .button {display: none;}
.products-grid .item .product-shop .button {display: block;margin-top: 15px;}
#header .header-top .label span {display: none;}
#header .header-top .contacts .label span {display: inline-block;}
#header .header-top .menu {width: 60px;}
#header .header-top .user-menu {width: 60px;}
#header .header-top .cart {width: 60px;}
#header .header-top .cart .count {right: 5px;}
#header .header-middle {text-align: center;padding: 20px 0;}
#header .header-middle .logo {display: block;margin: 0 auto;}
#header .header-middle .logo {width: 300px;height: auto;}
#header .header-middle .logo img { width: 100%; height: auto;}
#custommenu {display: block;width: 100%;padding-top: 15px;}
#custommenu .mainnav {text-align: center;margin: 0;}
#custommenu .mainnav > li > .sub {width: 100%;}
#clothes .item, #clothes .item + .item {padding: 0 30px;text-align: center;}
#clothes .item .title {display: block;font-size:36px;letter-spacing: 10px;}
#clothes .item .divider, #clothes .item + .item .divider {padding: 20px 0 0;}
#banners {flex-direction: column;}
#banners .banner-left {width: 100%;}
#banners .banner-left .banner-image {height: 630px;background-repeat: no-repeat;background-size: cover;}
#banners .banner-left .banner-image .content .title {font-size: 60px;}
#banners .banner-left .banner-image .content .subtitle {font-size: 36px;}
#banners .banner-right {width: 100%;}
#banners .banner-right .content .title {font-size: 80px;}
#banners .banner-right .content {top: 15%;}
#banners .banner-right img {max-height: 320px;}
#banners .banner-right .banner-bottom img {bottom: 0;}
#banners .banner-right .banner-top, #banners .banner-right .banner-bottom {height: 320px;}
#action .content {width: 70%;}
/*** Адаптивные фильтры ***/
.toolbar .mob-filters, .toolbar .filters-label {display: inline-block;}
.block-left .block.filters .block-title {display: block;}
.block-left .block.filters {width: 70%;position: fixed;right: 0;top: 0;bottom: 0;z-index: 99;background-color: #fff;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-in-out;-moz-transition: transform 0.3s ease-in-out;transition: transform 0.3s ease-in-out;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
.block-left .block.filters.active {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.toolbar .mob-filters .close {width: 30%;position: fixed;top: 0;bottom: 0;left: 0;z-index: 10;background: rgba(0,0,0,0.7);cursor: pointer;-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-in-out;-moz-transition: transform 0.3s ease-in-out;transition: transform 0.3s ease-in-out;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
.toolbar .mob-filters.active .close {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.toolbar .mob-filters .close .icon-close {position: absolute;top: 50%;left: 50%;width: 40px;height: 40px;margin: -20px 0 0 -20px;}
.toolbar .mob-filters .close .icon-close:before {content: '';position: absolute;left: 0;top: 50%;width: 100%;height: 2px;margin: -1px 0 0 0;background: #fff;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.toolbar .mob-filters .close .icon-close:after {content: '';width: 100%;position: absolute;left: 0;top: 50%;height: 2px;margin: -1px 0 0 0;background: #fff;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
}
@media all and (max-width: 991px) {
#header .header-top .menu .dropdown {width: 255px;left: -1px;}  
.toolbar.bottom .sort-by {display: none;}
.discount-box .content .image {margin-bottom: 15px;}
.quickview {display: none !important;}
.thumblist {max-width: 610px;}
.product-view .product-shop .product-neighbor {display: none;}
.product-view .product-shop, .product-view .product-img-box {padding: 0;}
.product-view .product-shop .add-to-box .add-to-cart .button.quick {display: none;}
.stages-list {display: inline-block;}
.stages-list .stages {display: inline-block;width: 49%;margin-bottom: 30px;}
.step li {padding: 10px;}
.cartTable .price {white-space: normal;}
.add-cart:hover:before, .add-cart:before {display: none;}
.formfast .form-list .fields.deliveryConvenientDate .input-box select {margin-bottom: 15px;}
/* */
#header .header-top .contacts .label span {display: none;}
#header .header-top .contacts .phone .label span {display: inline-block;}
#slideshow .slider .item .content {margin-top: -87px;}
#slideshow .slider .item .text-content {margin: auto;float: none;}
#slideshow .slider .text-content .title {font-size: 38px;margin-bottom: 30px;}
#slideshow .slider .text-content .subtitle {font-size: 26px;}
#slideshow .slider .text-content .button {margin-top: 20px;}
#slideshow .slider .text-content .subtitle:after, #slideshow .slider .text-content .subtitle:before {width: 40px;}
#slideshow .slider .owl-dots {bottom: 20px;}
#promo {padding: 100px 0;}
#promo .content {max-width: 600px;}
#promo .content .title {font-size: 200px;}
#promo .content .subtitle {font-size: 76px;margin-left: -8px;}
#promo .content p {font-size: 23px;}
#action {padding: 70px 0;}
#action .button {line-height: 50px;}
#clothes .item {height: 200px;}
#clothes .item img {display: none;}
#clothes .item .title {font-size: 36px;letter-spacing: 5px;padding-top: 60px;}
#banners .banner-right .content .title {font-size: 48px;}
#banners .banner-right .banner-top, #banners .banner-right .banner-bottom {height: 320px;}
#banners .banner-right .banner-top img, #banners .banner-right .banner-bottom img {max-height: 320px;bottom: 0;}
#banners .banner-left .banner-image {height: 420px;}
#banners .banner-left .banner-image .content {top: 20%;}
#banners .banner-left .banner-image .content .title {font-size: 48px;}
#banners .banner-right .content {top: 25%;}
#advantage .item:nth-child(3) {clear: both;}
#advantage .item {margin-bottom: 30px;}
#advantage .item:nth-child(3), #advantage .item:nth-child(4) {margin-bottom: 0;}
#footer .footer-middle .block {margin-bottom: 30px;}
#footer .footer-middle .block:nth-child(3) {clear: both;}
#footer .footer-middle .block:last-child {margin-bottom: 0px;}
#footer .footer-bottom .container > div {float: none;text-align: center;}
.products-list .item {-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.products-list .item .product-shop {padding-right: 0;}
.products-list .item .product-actions {border-left: 0;padding-left: 0px;padding-top: 20px;}
.products-list .item .product-actions .price-box {margin-bottom: 20px;}
.products-list .item .product-actions .button + .button {margin-top: 0;margin-left: 15px;}
.products-list .item .product-actions .add-to-links {display: inline-block;padding-top: 0;margin-left: 30px;vertical-align: middle;line-height: 25px;}
.products-list .item .product-actions .add-to-links a {display: block;}
.products-list .item .product-actions .add-to-links a + a {margin-left: 0;}
}
@media all and (max-width: 767px) {
.col-sms-12 {width: 100%;}
.col-sms-11 {width: 91.66666666666666%;}
.col-sms-10 {width: 83.33333333333334%;}
.col-sms-9 {width: 75%;}
.col-sms-8 {width: 66.66666666666666%;}
.col-sms-7 {width: 58.333333333333336%;}
.col-sms-6 {width: 50%;}
.col-sms-5 {width: 41.66666666666667%;}
.col-sms-4 {width: 33.33333333333333%;}
.col-sms-3 {width: 25%;}
.col-sms-2 {width: 16.666666666666664%;}
.col-sms-1 {width: 8.333333333333332%;}
.goodsDataOpinionAddTable label {width: 100%;}
.goodsDataOpinionFormReset {width: 80px;}
.step li {display: block;width: 100%;padding: 15px;}
.step li.step_done {border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.cartTable thead {display: none;}
.cartTable td.hide {display: none;}
.cartTable tbody tr td, .cartTable thead tr td {border-bottom: 0;padding: 0;}
.cartTable tbody tr {display: block;position: relative;width: 100%;float: left;}
.cartTable tbody tr:last-child {margin: 0;}
.cartTable tbody tr > td {display: inline-block;}
.cartTable tbody tr .cart-name {display: block;text-align: center;margin-bottom: 0px;}
.cartTable tbody tr td.image {display: block;text-align: center;}
.cartTable tbody tr td.image img {margin: 10px;}
.cartTable tbody tr td.name {display: block;border-top: 0;border-left: 1px solid #d9d9d9;padding: 10px;}
.cartTable tbody tr td.cart-price.hide {display: none;}
.cartTable tbody tr td.cart-price {display: inline-block;float: left;position: relative;width: calc(100% - 115px);line-height: 38px;text-align: center;border-left: 0;border-right: 0;}
.cartTable tbody tr td.closetd {line-height: 40px;padding: 0 10px;}
.cartTable tbody tr td.closetd .remove {vertical-align: middle;}
.cartTable tbody tr td.cart-qty {display: inline-block;float: left;z-index: 1;}
.cartTable tbody tr td.cart-qty .inputText {border: 0;background-color: transparent;height: 40px;max-width: 70px;}
.cartTable tfoot tr {display: block;float: left;width: 100%;border-bottom: 0;}
.cartTable tfoot tr > td {float: left;}
.cartTable tfoot tr > td:last-child {float: right;}
.cartTable tfoot tr.actions {border-bottom: 0;}
.cartTable tfoot tr.actions td {display: block;width: 100%;}
.cartTable tfoot tr.discounttr td, .cartTable tfoot tr.total td {width: 50%;height: 50px;line-height: 30px;border-top: 0;}
.cartTable tfoot tr.total {border-top: 1px solid #d9d9d9;}
.cartTable tfoot tr.total td.first {width: 70px;border-right: 0;padding: 10px 0;text-align: center;}
.cartTable tfoot tr.total td.second {width: calc(100% - 71px);padding-right: 43px;text-align: center !important;}
.formfast-cart {display: none !important;}
#OrderAjaxBlock .formfast #closeOrder {display: inline-block;}
.thumblist {max-width: 480px;}
.sort-by {display: block;float: none;margin: 15px 0 0;}
.sort-by select {padding: 0 0 0 15px;width: 100%;}
.show-by select {padding: 0 30px 0 20px;}
.filters-goods .filter {width: 48%;}
.filters-goods .filter:nth-child(3n) {margin-right: 15px;}
.filters-goods .filter:nth-child(2n) {margin-right: 0;}
.filters-goods .filter select, .filters-price .label {width: 100%;}
.formfast .form-list .fields.deliveryConvenientDate .input-box select {margin-right: 9%;}
.formfast .form-list .fields.small {margin-right: 9%;}
/* */
#header .header-top {height: auto;}
#header .header-top .header-left {display: flex;flex-direction: row;justify-content: space-between;width: 100%;border-top: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9;}
#header .header-top .header-left .user-menu, #header .header-top .header-left .add-to-links {display: inline-block;}
#header .header-top .header-right .user-menu, #header .header-top .header-right .add-to-links {display: none;}
#header .header-top .header-right {display: flex;flex-direction: row;justify-content: space-between;width: 100%;}
#header .header-top .search {width: calc(100% - 120px);}
#header .header-top .search #search_mini_form input {width: 100%;}
#header .header-top .user-menu .dropdown {left: auto;right: -1px;}
#header .header-top .dropdown {border-top: 1px solid #d9d9d9;}
#header .header-top .cart .dropdown {left: -1px;right: auto;}
#header .header-top .cart:hover:before {height: calc(100% + 1px);}
#header .header-top .cart .cart-content .actions .button {line-height: 40px;}
#header .header-top .header-right {border-top: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9;margin-bottom: 15px;}
#header .header-top .header-logo {display: block;}
#header .header-middle {display: none;}
#header .header-top .header-logo .logo a {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: center;align-content: stretch;width: 265px;}
#header .header-top .header-logo {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: center;align-content: stretch;}
#header .header-top .header-logo img { width: 100%; height: auto;}
/* Адаптивный каталог */
#custommenu {display: none;}
#header .header-top .header-right > div#mommenu {display: inline-block;}
#mommenu {display: inline-block;width: 60px;height: auto;right: auto;border: 0;border-right: 1px solid #d9d9d9;}
#mommenu .icon {display: block;position: relative;font-size: 24px;text-align: center;cursor: pointer;z-index: 2;}
#mommenu .icon:hover, #mommenu.active .icon {background-color: #80b5e1;}
#mommenu .icon:hover > span, #mommenu .icon:hover > span:after, #mommenu .icon:hover > span:before, #mommenu.active .icon > span, #mommenu.active .icon > span:after, #mommenu.active .icon > span:before {background-color: #fff;}
#mommenu .icon > span {display: inline-block;position: relative;vertical-align: middle;margin: auto;transition: .3s all ease;transform: rotate(180deg);}
#mommenu .icon > span, #mommenu .icon > span:after, #mommenu .icon > span:before {width: 24px;height: 4px;background-color: #80b5e1;backface-visibility: hidden;border-radius: 0;}
#mommenu .icon > span:after, #mommenu .icon > span:before {transform-origin: 1.71429px center;content: "";position: absolute;left: 0;top: -8px;transition: .3s all ease;}
#mommenu .icon > span:after {top: 8px;}
#mommenu .mainnav {width: 70%;position: fixed;left: 0;top: 0;bottom: 0;z-index: 99;background-color: #fff;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-in-out;-moz-transition: transform 0.3s ease-in-out;transition: transform 0.3s ease-in-out;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
#mommenu .mainnav {display:none;}
#mommenu.active .mainnav {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);display:block;}
#mommenu .close {width: 30%;position: fixed;top: 0;bottom: 0;right: 0;z-index: 10;background: rgba(0,0,0,0.7);cursor: pointer;-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-in-out;-moz-transition: transform 0.3s ease-in-out;transition: transform 0.3s ease-in-out;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
#mommenu .close {display:none;}
#mommenu.active .close {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); display:block;}
#mommenu .close .icon-close {position: absolute;top: 50%;left: 50%;width: 40px;height: 40px;margin: -20px 0 0 -20px;}
#mommenu .close .icon-close:before {content: '';position: absolute;left: 0;top: 50%;width: 100%;height: 2px;margin: -1px 0 0 0;background: #fff;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
#mommenu .close .icon-close:after {content: '';width: 100%;position: absolute;left: 0;top: 50%;height: 2px;margin: -1px 0 0 0;background: #fff;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
#mommenu .mainnav li {display: block;position: relative;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #d9d9d9;}
#mommenu .mainnav li:last-child {padding: 0;border: 0;}
#mommenu .mainnav > li {padding-bottom: 15px;margin-bottom: 15px;}
#mommenu .mainnav li > a {display: block;position: relative;text-transform: uppercase;font-size: 14px;line-height: 18px;padding-right: 26px;}
#mommenu .mainnav li > a.active {color: #80b5e1;}
#mommenu .mainnav li a .open-menu {display: block;position: absolute;z-index: 999;top: 0;right: 0;width: 25px;line-height: 1;text-align: center;cursor: pointer;}
#mommenu .mainnav li a .open-menu:before {content: '\e313';display: inline-block;font-size: 16px;font-family: "Material Icons";font-weight: 400;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0,0);}
#mommenu .mainnav li a .open-menu.active:before {content: '\e316';}
#mommenu .mainnav li a .count {display: none;}
#mommenu .mainnav li .sub {display: none;position: relative;margin: 10px 0 0 0;padding: 0 0 0 15px;list-style: none;border: 0;background: transparent;opacity: 1;filter: alpha(opacity=100);visibility: visible;transform: translateY(0);}
#mommenu .mainnav li.active > .sub {display: block;width: auto;}
#mommenu .mainnav .title {position: relative;font-size: 24px;font-weight: bold;line-height: 40px;text-transform: uppercase;margin-bottom: 30px;}
#mommenu .mainnav .title:before {content: "";display: inline-block;position: absolute;bottom: 0;width: 70px;height: 5px;background-color: #80b5e1;}
/* */
#slideshow .slider .item .content {margin-top: -70px;}
#slideshow .slider .text-content .button {line-height: 45px;}
#slideshow .slider .text-content .title {font-size: 30px;margin-bottom: 20px;}
#slideshow .slider .text-content .subtitle {font-size: 20px;}
#slideshow .slider .owl-nav {display: none;}
#clothes .item .title {font-size: 30px;}
#banners .banner-left .banner-image .content .title {font-size: 36px;}
#banners .banner-left .banner-image .content .subtitle {font-size: 30px;}
#banners .banner-right .content .title {letter-spacing: 6px;}
#banners .button {line-height: 45px;}
#promo {padding: 70px 0;}
#promo .content {max-width: 400px;}
#promo .content .title {font-size: 120px;margin-bottom: 10px;}
#promo .content .subtitle {font-size: 44px;margin-bottom: 10px;margin-left: 0;}
#promo .content p {display: none;}
#promo .content .title span:before {font-size: 21px;margin-left: -15px;margin-top: -8px;}
#action .content .title {font-size: 85px;margin-bottom: 15px;}
#action .content .subtitle {font-size: 40px;letter-spacing: 10px;margin-left: 10px;margin-bottom: 15px;}
#banners .banner-right .banner-top, #banners .banner-right .banner-bottom {height: 280px;}
#banners .banner-right .banner-top img, #banners .banner-right .banner-bottom img {max-height: 280px;}
#banners .banner-left .banner-image {height: 320px;}
#advantage .item:nth-child(n) {margin-bottom: 30px;}
#advantage .item:last-child {margin-bottom: 0px;}
.products-list .item .product-image {padding-right: 0;}
.products-list .item .product-shop {padding-left: 0;padding-top: 20px;}
.products-list .item .product-shop .reduced {margin-bottom: 15px;}
.related .block-title .title {font-size: 30px;text-align: left;padding-right: 70px;}
.related .block-title .navigation {top: -7px;}
}
@media all and (max-width: 641px) {
.col-smm-12 {width: 100%;}
.scroll {overflow-x: scroll;}
.CompareGoodsTableFilter {line-height: 1;}
.CompareGoodsTableFilter span {margin-bottom: 10px;}
.CompareGoodsTable .CompareNavigation {float: none;text-align: center;}
.thumblist {max-width: 330px;}
.filters-goods .filter {width: 47%;}
.stages-list .stages {width: 100%;max-width: 100%;}
.pages .label {display: none;}
.delivery .orderStageDeliveryListTable .cell1, .payment .orderStagePayment .cell1 {width: 30px;}
.delivery .orderStageDeliveryListTable .cell2 {width: calc(100% - 35px);padding: 15px;border-right: 0;}
.delivery .orderStageDeliveryListTable .cell3 {display: block;width: 100%;padding: 15px;border-top: 1px solid #d9d9d9;}
/* */
#header .header-top .contacts .phone .label span {display: none;}
#slideshow .slider .item .content {bottom: 10%;margin-top: -63px;}
#slideshow .slider .text-content .button {display: block;width: 220px;margin: 0px auto 0;padding: 0px 10px;}
#slideshow .slider .text-content .subtitle {/* display: none; */}
#slideshow .slider .text-content .button {/*display: none; */}
#clothes {flex-direction: column;}
#clothes .item {width: 100%;height: 150px;}
#clothes .item .title {font-size: 48px;letter-spacing: 6px;padding-top: 35px;}
#promo .content {max-width: 250px;}
#promo .content .title {font-size: 80px;}
#promo .content .subtitle {font-size: 30px;letter-spacing: 6px;}
#promo .content .title span:before {display: none;}
#banners .banner-right .content, #banners .banner-right .banner-bottom .content {width: 100%;}
#banners .banner-right .content .title {font-size: 36px;}
#banners .banner-left .banner-image .content .title {font-size: 28px;}
#banners .banner-left .banner-image .content .subtitle {font-size: 21px;}
#banners .banner-left .banner-image .content .subtitle:before, #banners .banner-left .banner-image .content .subtitle:after {width: 35px;top: -7px;}
#action .content .title {font-size: 70px;}
#action .content .subtitle {font-size: 36px;letter-spacing: 6px;margin-left: 6px;}
.products-list .item .product-actions .add-to-links {display: block;margin-left: 0;padding-top: 20px;}
.products-list .item .product-actions .add-to-links a {display: inline-block;}
.products-list .item .product-actions .add-to-links a + a {margin-left: 30px;}
.product-view .product-shop .add-to-box .qty-wrap {display: block;margin: 0 0 30px 0;}
.product-view .product-shop .add-to-box .add-to-links {display: block;margin-top: 30px;}
.product-view .product-shop .product-name h1 {display: block;max-height: 90px;overflow: hidden;}
.related .block-title {text-align: center;}
.related .block-title .title {text-align: center;padding-right: 0;}
.related .block-title .navigation {position: relative;top: -25px;max-width: 70px;height: 50px;margin: 0 auto;}
.index .products-container .button.showAll {margin: 0 auto 30px;}
.index .products-container {padding: 50px 0 0;}
}
@media all and (max-width: 481px) {
.col-smb-12 {width: 100%;}
.col-contact {margin-bottom: 20px;}
#slideshow .slider {min-height: 155px;}
.goodsDataOpinionFormReset {width: auto;}
.CompareGoodsTableFilter {float: left;}
.CompareGoodsTableFilter span {float: left;width: 100%;}
.orderStrageContent .buttons .button {margin: 0 10px 10px 0;float: left;}
.orderStrageContent .buttons .button:nth-child(2) {float: left;margin: 0;}
.cartTable tfoot tr.actions td {display: block;}
.cartTable tfoot tr.discounttr td.disc-name {max-width: 160px;}
.cartTable tfoot tr.actions .buttons .button {display: block;width: 100%;}
.cartTable tfoot tr.actions .buttons .button:first-child {margin-bottom: 10px;}
.formfast .form-list .fields.small.first {margin-right: 8%;}
.formfast .form-list .fields.deliveryConvenientDate .input-box select {margin-right: 8%;}
.thumblist {max-width: 220px;}
.navigation .prev, .navigation .next, .owl-nav .owl-prev, .owl-nav .owl-next {width: 35px;font-size: 40px;}
.filters-goods .filter {width: 100%;}
.filters-goods .filter:nth-child(n) {margin-right: 0;}
.pages {width: 100%;text-align: center;float: none;}
.pages ol li {margin-right: 5px;}
.toolbar .filters-label {display: none;}
.toolbar.bottom .view-mode {display: none;}
/* */
#mommenu .mainnav, .block-left .block.filters {width: 80%;padding: 20px;}
#mommenu .close, .toolbar .mob-filters .close {width: 20%;}
#header .header-top .header-left .add-to-links {display: none;}
#header .header-top .header-left .user-menu {display: none;}
#header .header-top .header-left .cart {display: inline-block;}
#header .header-top .header-right .cart {display: none;}
#header .header-top .search {width: calc(100% - 60px);border-left: 1px solid #d9d9d9;}
#slideshow .slider .text-content .title {
        /* display: none; */
}
#slideshow .slider .text-content .button {display: none;}
#clothes .item, #clothes .item + .item {padding: 0 15px;}
#clothes .item .title {font-size: 36px;letter-spacing: 2px;}
#promo .content {max-width: 200px;}
#promo .content .title {font-size: 60px;}
#promo .content .subtitle {font-size: 21px;}
#banners .banner-left .banner-image {height: 280px;}
#banners .banner-left .banner-image .content .title {margin-bottom: 15px;}
#banners .banner-left .banner-image .content .subtitle {font-size: 18px;margin-bottom: 15px;}
#banners .banner-left .banner-image .content .subtitle:before, #banners .banner-left .banner-image .content .subtitle:after {display: none;}
#banners .banner-right .content {top: 15%;}
#banners .banner-right .content .title {font-size: 36px;letter-spacing: 1px;}
#banners .banner-right .banner-top img {left: auto;right: auto;}
#banners .banner-right .banner-bottom img {left: auto;right: auto;}
#banners .banner-right .banner-top, #banners .banner-right .banner-bottom {height: 160px;}
#banners .banner-right .banner-top img, #banners .banner-right .banner-bottom img {display: none;}
#action .content .title {display: none;font-size: 30px;letter-spacing: 5px;}
#action .content .subtitle {display: none;font-size: 20px;letter-spacing: 3px;margin-left: 3px;}
#action .content {width: 100%;}
.block-title .title {font-size: 30px;}
.categories-list a {display: block;margin-right: 0}
.products-list .item .product-actions .button + .button {margin: 15px 0 0 0;}
.product-tabs .tabs li {display: block;}
.product-view .product-shop .price-box .old-price {display: block;margin-left: 0;margin-top: 5px;}
.product-view .product-shop .goodsDataMainModificationsBlock {padding-bottom: 15px;}
.product-view .product-shop .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty {display: block;width: 100%;margin: 0 0 15px 0;}
.news-box:before, .news-box .news:before {display: none;}
.news-box .news {margin-left: 0;}
.product-view .product-shop .ratings {margin-bottom: 40px;}
.product-view .product-shop .ratings .title {display: block;margin-top: 10px;}
.product-view .product-shop .ratings .title a span:first-child {margin: 0;padding: 0;border: 0;}
}
@media all and (max-width: 360px) {
.toolbar .mob-filters {margin-right: 15px;}
.show-by {margin-left: 0;}
}
@media all and (min-width: 480px) {
.container {min-width: 450px;}
}
@media all and (min-width: 768px) {
.col-sm-12{width:100%}
.col-sm-11{width:91.66666667%}
.col-sm-10{width:83.33333333%}
.col-sm-9{width:75%}
.col-sm-8{width:66.66666667%}
.col-sm-7{width:58.33333333%}
.col-sm-6{width:50%}
.col-sm-5{width:41.66666667%}
.col-sm-4{width:33.33333333%}
.col-sm-3{width:25%}
.col-sm-2{width:16.66666667%}
.col-sm-1{width:8.33333333%}
.container {width: 750px;}
}
@media all and (min-width: 992px) {
.col-md-12{width:100%}
.col-md-11{width:91.66666667%}
.col-md-10{width:83.33333333%}
.col-md-9{width:75%}
.col-md-8{width:66.66666667%}
.col-md-7{width:58.33333333%}
.col-md-6{width:50%}
.col-md-5{width:41.66666667%}
.col-md-4{width:33.33333333%}
.col-md-3{width:25%}
.col-md-2{width:16.66666667%}
.col-md-1{width:8.33333333%}
.container {width: 970px;}
}
@media all and (min-width: 1200px) {
.col-lg-12{width:100%;}
.col-lg-11{width:91.66666667%}
.col-lg-10{width:83.33333333%}
.col-lg-9{width:75%}
.col-lg-8{width:66.66666667%}
.col-lg-7{width:58.33333333%}
.col-lg-6{width:50%}
.col-lg-5{width:41.66666667%}
.col-lg-4{width:33.33333333%}
.col-lg-3{width:25%}
.col-lg-2{width:16.66666667%}
.col-lg-1{width:8.33333333%}
.container {width: 1170px;}
}
@media all and (min-width: 1440px) {
.col-hs-12{width:100%;}
.col-hs-11{width:91.66666667%}
.col-hs-10{width:83.33333333%}
.col-hs-9{width:75%}
.col-hs-8{width:66.66666667%}
.col-hs-7{width:58.33333333%}
.col-hs-6{width:50%}
.col-hs-5{width:41.66666667%}
.col-hs-4{width:33.33333333%}
.col-hs-3{width:25%}
.col-hs-2{width:16.66666667%}
.col-hs-1{width:8.33333333%}
}
/******************************************************************************
  Фиксы для браузеров
*******************************************************************************/
.IE .owl-carousel .animated {animation-duration:0;animation-fill-mode:both}
.IE #header .header-top {border-top: 1px solid #d9d9d9;height: 56px;}
.IE .product-view .product-shop .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty select::-ms-expand, .product-view .product-shop .goodsDataMainModificationsBlock .goodsDataMainModificationsBlockProperty select::-ms-expand, .sort-by select::-ms-expand, .show-by select::-ms-expand {display: none;}
.iOS .rating-box {width: 106px;}
.iOS .rating-box:before {width: 106px;}
.iOS .rating-box .rating:before {width: 106px;}
@media screen and(-ms-high-contrast: active),(-ms-high-contrast: none) {
.rating-box {position:relative;width:96px;height:16px;font-size:0;line-height:0;text-indent:-999em;overflow:hidden;}
.rating-box:before {display:inline;font-family: "Material Icons";content: "\e838\20\e838\20\e838\20\e838\20\e838";width: 96px;height: 16px;line-height: 16px;font-size: 16px;white-space:nowrap}
.rating-box .rating {position:absolute;float:left;height:16px;left:0;top:0;overflow:hidden}
.rating-box .rating:before {display:inline;font-family: "Material Icons";content: "\e838\20\e838\20\e838\20\e838\20\e838";width: 96px;height: 16px;line-height: 16px;font-size: 16px;color: #80b5e1;white-space:nowrap}
}
@supports (-ms-ime-align:auto) {
.remove, .navigation .prev, .navigation .next, .owl-nav .owl-prev, .owl-nav .owl-next, .owl-dots .owl-dot, .pages li span, a, a:hover, #back-top, #back-top i, #mommenu,
#header .header-top .menu i, #header .header-top .menu:hover i, #header .header-top .menu .label, #header .header-top .menu:hover .label, 
#header .header-top .user-menu i, #header .header-top .user-menu:hover i, #header .header-top .user-menu .label, #header .user-header-top .menu:hover .label,
#header .header-top .cart i, #header .header-top .cart .count, #header .header-top .cart:hover i, #header .header-top .cart:hover .count,
#header .header-top .label i, #header .header-top .label:hover i, #clothes .item .hover, #news .item .more:hover, .pages ol li, .toolbar .mob-filters
{-webkit-transition: all 0s ease;-moz-transition: all 0s ease;-o-transition: all 0s ease;-ms-transition: all 0s ease;transition: all 0s ease;}
}
/******************************************************************************
  Если не работает JS
*******************************************************************************/
.nojs .products-grid.owl-carousel .item .item-inner {width: 262px;}
.nojs #back-top, .nojs .quickview, .nojs .filters-price #goods-filter-price-slider {display: none;}
.nojs #producttabs .products-grid .item {display: inline-block;width: auto;padding: 0 10px;}
.nojs #news .owl-carousel {display: block;}
.nojs .input-label-content {padding: 10px 20px 25px;}
@media all and (max-width: 1440px) {
  #promo .content  {    max-width: 600px;}
  
  #promo .content .title {font-size: 9em;;}
#promo .content .title span {position: relative;}
#promo .content .title span:before {font-size: 24px;     margin-left: -15px; margin-top: -10px;}
#promo .content .subtitle {font-size: 5rem;}
#promo .content p {font-size: 24px;}
#action .content {max-width: 600px; ;text-align: center;margin-left: auto;}
#action .content .title {font-size: 5em;color: #80b5e1;font-weight: bold;line-height: 0.8;margin-bottom: 30px;text-transform: uppercase;}
#action .content .subtitle {font-size: 3em;color: #87b5e3;line-height: 1;letter-spacing: 9px;margin-left: 20px;margin-bottom: 25px;text-transform: uppercase;}
}  
@media all and (max-width: 1200px) {
  #promo .content  {    max-width: 500px;}
#promo .content .title {font-size: 8em;;}
#promo .content .title span {position: relative;}
#promo .content .title span:before {font-size: 20px;     margin-left: -15px; margin-top: -10px;}
#promo .content .subtitle {font-size: 4rem;}
#promo .content p {font-size: 22px;}
#action .content {width: 40%;text-align: center;margin-left: auto;}
#action .content .title {font-size: 5em;color: #80b5e1;font-weight: bold;line-height: 0.8;margin-bottom: 30px;text-transform: uppercase;}
#action .content .subtitle {font-size: 3em;color: #87b5e3;line-height: 1;letter-spacing: 9px;margin-left: 20px;margin-bottom: 25px;text-transform: uppercase;}
} 
@media all and (max-width: 992px) {
    #promo .content  {    max-width: 350px;}
#promo .content .title {font-size: 5em;;}
#promo .content .title span {position: relative;}
#promo .content .title span:before {font-size: 16px;     margin-left: -13px; margin-top: -8px;}
#promo .content .subtitle {font-size: 2.2rem;}
#promo .content p {font-size: 18px;}
  #action .content {padding: 60px 0px;}
#action .content .title {font-size: 3em;color: #80b5e1;font-weight: bold;line-height: 0.8;margin-bottom: 15px;text-transform: uppercase;}
#action .content .subtitle {font-size: 2em;color: #87b5e3;line-height: 1;letter-spacing: inherit;margin-left: auto;margin-bottom: 20px;text-transform: uppercase;}
}  
@media all and (max-width: 768px) {
      #promo .content  {    max-width: 230px;}
  #promo .content .title {font-size: 4em;;}
  #promo .content .subtitle {font-size: 2.2rem;}
  #promo .content p {font-size: 16px;}
  #action .content {padding: 60px 0px;}
    #action .content .title {font-size: 3em;color: #80b5e1;font-weight: bold;line-height: 0.8;margin-bottom: 15px;text-transform: uppercase;position: absolute;bottom: 35px;left: 25px;}
#action .content .subtitle {font-size: 2em;color: #87b5e3;line-height: 1;letter-spacing: inherit;margin-left: auto;margin-bottom: 20px;text-transform: uppercase;position: absolute;bottom: 0px;left: 25px;}
#action .button {line-height: 50px;position: absolute;right: 10px;bottom: 20px;}
}  
@media all and (max-width: 480px) {
      #promo .content  {max-width: 230px;}
  #promo .content .title {font-size: 2em;position: absolute;bottom: 30px;left:10px;}
  #promo .content .subtitle {font-size: 1.2rem;bottom: 5px;position: absolute; left:13px;}
}
#footer .social-links img {vertical-align: top;}
