* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

button {
  background: none; }

img {
  vertical-align: top;
  max-width: 100%; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?cekg2c");
  src: url("../fonts/icomoon.eot?cekg2c#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cekg2c") format("truetype"), url("../fonts/icomoon.woff?cekg2c") format("woff"), url("../fonts/icomoon.svg?cekg2c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Circe';
  src: url("../fonts/circe/Circe-Regular.eot");
  src: local("Circe"), local("Circe-Regular"), url("../fonts/circe/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-Regular.woff") format("woff"), url("../fonts/circe/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Circe';
  src: url("../fonts/circe/Circe-Light.eot");
  src: local("Circe"), local("Circe-Light"), url("../fonts/circe/Circe-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-Light.woff") format("woff"), url("../fonts/circe/Circe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Circe';
  src: url("../fonts/circe/Circe-ExtraLight.eot");
  src: local("Circe"), local("Circe-ExtraLight"), url("../fonts/circe/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-ExtraLight.woff") format("woff"), url("../fonts/circe/Circe-ExtraLight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Circe';
  src: url("../fonts/circe/Circe-Bold.eot");
  src: local("Circe Bold"), local("Circe-Bold"), url("../fonts/circe/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-Bold.woff") format("woff"), url("../fonts/circe/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
#overlay-catalog {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0; }

body, html {
  min-width: 350px; }

body {
  background: #fff;
  font-family: Circe;
  font-size: 14px;
  color: #1c1c1c;
  line-height: 17px; }
  body.hidden_scroll-y {
    overflow-y: hidden; }
  body.body-fixed, body.catalog-filters-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s; }
  body.catalog-filters-loading:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
    background: #000;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70); }
  body.show-block-filters {
    transform: translate3d(400px, 0, 0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s; }
    body.show-block-filters .filters-bar {
      opacity: 1;
      z-index: 2; }
    body.show-block-filters .sidebar-filters {
      opacity: 1;
      z-index: 4; }
  body.show-block-mobile {
    transform: translate3d(320px, 0, 0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s; }
    body.show-block-mobile .mobile-menu-hidden {
      z-index: 12;
      opacity: 1; }
  body.fixed-card-sizes {
    overflow: hidden;
    margin-left: -17px; }
    body.fixed-card-sizes .hidden-sizes-card {
      margin-right: 0; }

a {
  color: #f89b93;
  outline: none !important; }
  a:hover {
    text-decoration: underline; }
  a:active {
    color: #c97e78; }

.style, [class*="section-box"], section, footer, header {
  width: 100%;
  float: left; }

[class*="section-box"], section, footer, header {
  position: relative; }

section, header, nav, article, aside, footer, address {
  display: block; }

.container, .con-fl {
  min-width: 303px; }

.gift-banner {
  background: #f89b93;
  color: #fff; }
  .gift-banner__img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    height: 44px; }
    .gift-banner__img img {
      position: relative;
      top: 12px; }
  .gift-banner__text {
    font-size: 14px;
    color: inherit;
    padding: 4px 0;
    text-align: center;
    max-width: 860px; }
  .gift-banner__button {
    color: inherit;
    margin: 0 auto;
    height: 36px;
    padding: 0 10px;
    border: 2px solid #fff;
    background: #f89b93;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    max-width: 200px;
    text-align: center;
    line-height: 12px;
    min-width: 80px;
    justify-content: center; }
    .gift-banner__button:hover {
      color: inherit;
      text-decoration: none;
      background: #c97e78; }
  .gift-banner__close {
    position: absolute;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 50%;
    margin-top: -22px;
    right: -45px; }
    .gift-banner__close span {
      width: 18px;
      height: 18px;
      position: relative; }
      .gift-banner__close span:before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e901";
        font-size: 18px;
        line-height: 18px;
        color: #fff; }
  .gift-banner__main_col {
    position: relative; }
    .gift-banner__main_col > .rw {
      min-height: 36px;
      padding-top: 4px;
      padding-bottom: 4px; }

@media (max-width: 1299px) {
  .gift-banner__text {
    max-width: 542px; } }
@media (max-width: 991px) {
  .gift-banner__main_col > .rw {
    padding-bottom: 15px;
    padding-top: 34px; }
  .gift-banner__close {
    right: 0;
    margin-top: 0;
    top: 0; }
  .gift-banner__button {
    margin-top: 6px; } }
@media (max-width: 768px) {
  .gift-banner__text {
    font-size: 13px;
    padding: 0 0 4px 0;
    line-height: 11px;
    letter-spacing: -0.35px; }
  .gift-banner__button {
    height: 24px;
    font-size: 12px;
    padding: 0 4px;
    margin-top: 0;
    margin-bottom: 5px; }
  .gift-banner__close {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    right: -2px;
    top: 50%; }
    .gift-banner__close span {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .gift-banner__close span:before {
        font-size: 11px;
        line-height: 11px; }
  .gift-banner__main_col > .rw {
    min-height: auto;
    padding-bottom: 5px;
    padding-top: 9px;
    padding-right: 10px; } }
.section-box-header {
  box-shadow: 0px 0px 24px 0px rgba(205, 208, 212, 0.35); }

.section-box-first-menu {
  height: 40px;
  background: #95827e;
  color: #fff; }
  .section-box-first-menu a {
    color: #fff; }

.first-menu, .first-menu-dropdown ul {
  float: left; }
  .first-menu li, .first-menu-dropdown ul li {
    float: left;
    line-height: 40px;
    margin-left: 15px; }
    .first-menu li:first-child, .first-menu-dropdown ul li:first-child {
      margin-left: 10px; }
    .first-menu li a, .first-menu-dropdown ul li a {
      font-size: 13px;
      display: block; }

.first-menu-links-wr {
  float: right; }

.gift-header {
  float: left; }
  .gift-header a {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    position: relative;
    padding-left: 32px;
    line-height: 13px;
    font-size: 12px; }
    .gift-header a:before {
      position: absolute;
      width: 20px;
      height: 20px;
      content: '';
      left: 0;
      top: 50%;
      margin-top: -10px;
      background: url("../images/gift.svg") 50% 50% no-repeat;
      background-size: 20px 20px; }

.header-phone {
  margin-left: 13px;
  float: left;
  line-height: 40px; }
  .header-phone a {
    font-size: 18px;
    text-decoration: none !important;
    position: relative;
    padding-left: 37px; }
    .header-phone a:before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      margin-top: -14px;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 25 26.1" xml:space="preserve"><path fill="white" d="M23.4,23.5c-0.7,1.1-1.6,1.8-2.8,2.3c-0.8,0.4-1.7,0.3-2.5-0.1c-7-2.9-12.4-7.6-16-14.3C1.4,10,0.8,8.5,0.2,7.1 C0.1,6.8,0.1,6.5,0,6.1C0.1,3.8,1.9,2.4,3.7,2C4.4,1.8,5,2.1,5.5,2.6C6.9,4,8.1,5.5,8.9,7.3c0.4,0.8,0.2,1.5-0.4,2 C8.4,9.4,8.2,9.5,8.1,9.6c-1.4,1.1-1.7,1.9-0.9,3.5c1.3,2.8,3.5,4.7,6.3,5.8c0.7,0.3,1.4,0.2,2-0.4c0.1-0.1,0.2-0.2,0.2-0.2 c1.1-1.9,2.7-1.7,4.2-0.6c1,0.7,1.9,1.4,2.9,2.1C24.3,21,24.3,22,23.4,23.5z M14.1,5c-0.3,0-0.7,0-1,0.1c-0.5,0.1-1.1-0.3-1.2-0.8 s0.3-1.1,0.8-1.1c0.4-0.1,0.9-0.1,1.3-0.1c4.3,0,7.9,3.5,7.9,7.9c0,0.4,0,0.9-0.1,1.3c-0.1,0.5-0.5,0.8-1,0.8c-0.1,0-0.1,0-0.2,0 c-0.5-0.1-0.9-0.6-0.8-1.1c0.1-0.3,0.1-0.6,0.1-1C20,7.6,17.4,5,14.1,5z M19,11c0,0.6-0.4,1-1,1c-0.6,0-1-0.4-1-1c0-1.7-1.3-3-3-3 c-0.6,0-1-0.4-1-1s0.4-1,1-1C16.8,6,19,8.2,19,11z M24.7,13.2c-0.1,0.5-0.5,0.8-1,0.8c-0.1,0-0.1,0-0.2,0c-0.5-0.1-0.9-0.7-0.8-1.2 c0.1-0.6,0.2-1.3,0.2-2C23,6,19,2,14.2,2c-0.7,0-1.3,0.1-2,0.2C11.7,2.3,11.1,2,11,1.5s0.2-1.1,0.8-1.2C12.5,0.1,13.3,0,14.2,0 C20.2,0,25,4.9,25,10.8C25,11.6,24.9,12.4,24.7,13.2z"/></svg>');
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: 15px;
      z-index: 2;
      width: 25px;
      height: 23px; }
    .header-phone a:after {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      margin-top: -14px;
      z-index: 1;
      background: #35c108;
      width: 25px;
      height: 23px;
      border-radius: 9px; }

.header-list {
  height: 40px;
  margin-left: 60px;
  float: left;
  position: relative; }
  .header-list:hover .menu-lang {
    display: block; }
  .header-list:hover .header-list-selected:before {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }

.header-list-selected {
  height: 40px;
  display: block;
  float: left;
  line-height: 40px;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  padding-right: 18px;
  z-index: 3; }
  .header-list-selected:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 6px;
    width: 10px;
    height: 6px;
    line-height: 6px;
    display: block;
    content: '\e900';
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }

.menu-lang {
  display: none;
  position: absolute;
  background: #fff;
  padding: 14px 14px 0 14px;
  box-shadow: 0px 0px 12px 0px rgba(149, 149, 149, 0.75);
  top: 32px;
  left: -14px;
  z-index: 2;
  min-width: 58px; }
  .menu-lang li {
    margin-bottom: 12px; }
    .menu-lang li:last-child {
      margin-bottom: 10px; }
    .menu-lang li.active {
      display: none; }
    .menu-lang li a {
      white-space: nowrap;
      color: #1c1c1c; }

.logo {
  padding-right: 0 !important; }
  .logo a {
    display: block;
    float: left;
    margin-top: -40px; }

.logo img, .logo-width-fix {
  width: 176px; }

.logo img {
  height: auto; }

.section-box-main-menu-block {
  background: #fff; }
  .section-box-main-menu-block a {
    color: #1c1c1c; }
  .section-box-main-menu-block > .container > .row {
    position: relative; }

nav {
  position: static !important; }
  nav ul li {
    float: left;
    line-height: 54px;
    margin-left: 15px; }
    nav ul li:first-child {
      margin-left: 10px; }
    nav ul li a {
      font-weight: 700;
      font-size: 13px;
      text-transform: uppercase;
      line-height: 19px;
      position: relative;
      text-decoration: none !important; }
      nav ul li a:before {
        width: 100%;
        height: 2px;
        background: #f89b93;
        content: '';
        position: absolute;
        left: 0;
        top: 34px;
        display: none; }
      nav ul li a i {
        display: inline-block;
        width: 20px;
        height: 9px;
        position: relative;
        font-size: 0;
        color: #fff; }
        nav ul li a i:before {
          position: absolute;
          width: 14px;
          height: 14px;
          left: 50%;
          top: 50%;
          margin-left: -7px;
          margin-top: -7px;
          content: '';
          background: url("../images/heart.svg") 50% 50% no-repeat;
          background-size: 14px 14px; }
      nav ul li a .color {
        color: #f89b93; }
      nav ul li a:hover:before {
        display: block; }
      nav ul li a.active:before {
        display: block; }
    nav ul li:hover a:before {
      display: block; }
    nav ul li:hover .main-submenu {
      display: block; }

@media (min-width: 1200px) {
  nav {
    width: auto !important;
    padding-right: 0 !important; }

  .btns-header {
    float: right !important;
    width: auto !important;
    padding-left: 0 !important; } }
.main-submenu {
  display: none;
  position: absolute;
  right: 15px;
  top: 54px;
  background: #FFF;
  z-index: 5;
  box-shadow: 0px 0px 24px 0px rgba(109, 109, 109, 0.15);
  padding: 50px 50px 28px 50px; }
  .main-submenu ul {
    width: 100%;
    float: left; }
    .main-submenu ul li {
      max-width: 360px;
      margin-left: 50px; }
      .main-submenu ul li:first-child {
        margin-left: 0; }
      .main-submenu ul li a span {
        font-size: 18px;
        text-transform: uppercase;
        line-height: 22px;
        float: left;
        margin-top: 17px;
        text-decoration: underline !important; }
      .main-submenu ul li a:hover div {
        opacity: 0.85;
        transition: 0.1s;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
        -ms-transition: 0.1s;
        -o-transition: 0.1s; }
      .main-submenu ul li a:hover span {
        text-decoration: none !important; }

.buttons-header {
  float: right; }

.ico-header-wr {
  float: right; }

.ico-header {
  text-decoration: none !important;
  float: left;
  position: relative;
  cursor: pointer;
  text-align: center;
  margin-left: 25px; }
  .ico-header:first-child {
    margin-left: 0; }
  .ico-header:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1c1c1c;
    font-size: 18px;
    line-height: 54px; }

.search-i:before {
  content: '\e905'; }

.login-i:before {
  content: '\e90c'; }

.wish-i:before {
  content: '\e904'; }
.wish-i.has-wish:after {
  width: 8px;
  height: 8px;
  background: #f89b93;
  border-radius: 100%;
  content: '';
  position: absolute;
  top: 15px;
  left: 13px; }

.card-i b {
  position: absolute;
  top: 13px;
  right: -12px;
  min-width: 17px;
  padding: 0 2px;
  text-align: center;
  color: #fff;
  height: 13px;
  line-height: 13px;
  background: #f89b93;
  border-radius: 2px;
  font-size: 10px; }
.card-i:before {
  content: '\e902'; }

.hidden-search-form {
  box-shadow: 0px 3px 12px 0px rgba(191, 191, 191, 0.35);
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  margin-top: -120px;
  width: 100%;
  float: left;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s; }
  .hidden-search-form .col-xs-12 {
    padding: 26px 300px !important; }
  .hidden-search-form.show {
    margin-top: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    z-index: 3; }

.close-mob-search {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }
  .close-mob-search:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e901';
    color: #c2c2c2;
    font-size: 18px;
    line-height: 20px; }

.wrapp-search {
  padding-top: 25px;
  position: relative;
  width: 100%;
  float: left; }
  .wrapp-search form {
    position: relative;
    width: 100%;
    float: left; }
  .wrapp-search input, .wrapp-search textarea, .wrapp-search select, .wrapp-search .input-wr .select2 .select2-selection, .input-wr .select2 .wrapp-search .select2-selection, .wrapp-search .button-wr .select2 .select2-selection, .button-wr .select2 .wrapp-search .select2-selection {
    margin-top: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #d4d4d4;
    box-shadow: none !important;
    height: 38px; }
  .wrapp-search button {
    position: absolute;
    width: 32px;
    height: 38px;
    top: 0;
    right: 1px;
    z-index: 2;
    border: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }
    .wrapp-search button:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e905';
      font-size: 18px;
      line-height: 36px;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      transition: 0.2s;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      color: #1c1c1c; }
    .wrapp-search button:hover {
      background: #c2c2c2 !important; }
      .wrapp-search button:hover:before {
        color: #fff; }
    .wrapp-search button:active {
      background: #818181 !important; }

.rw > .first-menu-col {
  padding-left: 0; }

.viber-header {
  float: left;
  height: 40px; }
  .viber-header__link {
    display: flex;
    width: 25px;
    height: 100%;
    align-items: center;
    justify-content: center; }

.viber-ico-bg {
  position: relative; }
  .viber-ico-bg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 42 46" style="enable-background:new 0 0 42 46;" xml:space="preserve"><path d="M40.8,10.2c-0.8-2.8-2.3-5-4.6-6.6c-2.9-2-6.1-2.7-9-3.1c-3.9-0.6-7.5-0.7-10.9-0.3c-3.2,0.4-5.6,1-7.8,2 c-4.3,2-6.9,5.2-7.6,9.5c-0.4,2.1-0.6,4-0.8,5.8c-0.3,4.2,0,7.9,1,11.3c1,3.3,2.6,5.7,5.1,7.3c0.6,0.4,1.4,0.7,2.2,1 c0.4,0.2,0.9,0.3,1.2,0.5C10,37.7,10,37.7,10,38c0,2.4,0,7,0,7l0,1h1.8l0.3-0.3c0.2-0.2,4.6-4.4,6.2-6.2l0.2-0.2 C18.7,39,18.7,39,19,39c2.1,0,4.3-0.1,6.5-0.2c2.6-0.1,5.6-0.4,8.5-1.6c2.6-1.1,4.5-2.8,5.7-5.1c1.2-2.4,1.9-5,2.2-8 C42.3,18.8,41.9,14.3,40.8,10.2z M31.4,30.5c-0.7,1.1-1.6,1.8-2.8,2.3c-0.8,0.4-1.7,0.3-2.5-0.1c-7-2.9-12.4-7.6-16-14.3 c-0.7-1.4-1.3-2.9-1.9-4.3c-0.1-0.3-0.1-0.6-0.2-1c0.1-2.3,1.9-3.7,3.7-4.1c0.7-0.2,1.3,0.1,1.8,0.6c1.4,1.4,2.6,2.9,3.4,4.7 c0.4,0.8,0.2,1.5-0.4,2c-0.1,0.1-0.3,0.2-0.4,0.3c-1.4,1.1-1.7,1.9-0.9,3.5c1.3,2.8,3.5,4.7,6.3,5.8c0.7,0.3,1.4,0.2,2-0.4 c0.1-0.1,0.2-0.2,0.2-0.2c1.1-1.9,2.7-1.7,4.2-0.6c1,0.7,1.9,1.4,2.9,2.1C32.3,28,32.3,29,31.4,30.5z M22.1,12c-0.3,0-0.7,0-1,0.1 c-0.5,0.1-1.1-0.3-1.2-0.8c-0.1-0.5,0.3-1.1,0.8-1.1c0.4-0.1,0.9-0.1,1.3-0.1c4.3,0,7.9,3.5,7.9,7.9c0,0.4,0,0.9-0.1,1.3 c-0.1,0.5-0.5,0.8-1,0.8c-0.1,0-0.1,0-0.2,0c-0.5-0.1-0.9-0.6-0.8-1.1c0.1-0.3,0.1-0.6,0.1-1C28,14.6,25.4,12,22.1,12z M27,18 c0,0.6-0.4,1-1,1s-1-0.4-1-1c0-1.7-1.3-3-3-3c-0.6,0-1-0.4-1-1s0.4-1,1-1C24.8,13,27,15.2,27,18z M32.7,20.2c-0.1,0.5-0.5,0.8-1,0.8 c-0.1,0-0.1,0-0.2,0c-0.5-0.1-0.9-0.7-0.8-1.2c0.1-0.6,0.2-1.3,0.2-2C31,13,27,9,22.2,9c-0.7,0-1.3,0.1-2,0.2 C19.7,9.3,19.1,9,19,8.5c-0.1-0.5,0.2-1.1,0.8-1.2C20.5,7.1,21.3,7,22.2,7c6,0,10.8,4.9,10.8,10.8C33,18.6,32.9,19.4,32.7,20.2z" fill="rgb(142, 36, 170)"/></svg>');
    background-size: 25px;
    background-position: 50%;
    background-repeat: no-repeat; }
  .viber-ico-bg:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 20px;
    height: 18px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -11px;
    border-radius: 5px; }

@media (max-width: 1200px) {
  .main-submenu {
    top: 38px; }

  .logo {
    padding-right: 0; }

  .first-menu li, .first-menu-dropdown ul li {
    margin-left: 10px; }
    .first-menu li:first-child, .first-menu-dropdown ul li:first-child {
      margin-left: 0; }

  nav ul li:first-child {
    margin-left: 0; }

  .header-phone, .header-list {
    margin-left: 15px; }

  .header-phone a {
    font-size: 14px; }

  .gift-header a {
    padding-left: 24px; }
    .gift-header a:before {
      width: 16px;
      height: 16px;
      background-size: 16px 16px; }

  .header-list-selected {
    padding-right: 14px;
    font-size: 12px; }
    .header-list-selected:before {
      transform: scale(0.9); }
    .header-list-selected:hover:before {
      transform: scale(0.9) rotate(180deg); }

  .first-menu-col, nav {
    padding-left: 10px !important; }

  nav {
    padding-right: 0 !important; }
    nav ul li {
      line-height: 38px;
      margin-left: 11px; }
      nav ul li a {
        font-size: 11px; }

  .ico-header {
    margin-left: 16px; }
    .ico-header:before {
      line-height: 38px; }

  .card-i b {
    top: 3px; }

  .logo img {
    width: 146px; }

  .logo-width-fix {
    width: 121px; } }
@media (max-width: 991px) {
  .section-box-header {
    box-shadow: 0px 0px 24px 0px rgba(205, 208, 212, 0.45);
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    right: 0;
    width: auto; }

  .section-box-content {
    padding-top: 64px; }

  .buttons-header {
    padding-right: 5px; }

  .section-box-main-menu-block > .container > .row {
    position: static; }

  nav {
    position: relative !important; }

  .main-submenu {
    top: 48px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px; }
    .main-submenu ul li {
      margin-left: 30px; }

  .logo a {
    margin-top: 0; }
    .logo a img {
      width: 98px; }

  .logo {
    padding-left: 0 !important; }

  .section-box-main-menu-block {
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 48px; }

  .ico-header {
    margin-left: 28px; }
    .ico-header:before {
      line-height: 52px; }

  .card-i b {
    top: 10px; }

  nav {
    position: absolute !important;
    background: #fff;
    left: 0;
    bottom: 0; }
    nav ul li {
      line-height: 48px; }

  .hidden-search-form .col-xs-12 {
    padding-left: 200px !important;
    padding-right: 200px !important; } }
@media (max-width: 767px) {
  .new-main-menu-col {
    padding-left: 74px !important; }

  nav ul li {
    display: none; }
    nav ul li:nth-child(1), nav ul li:nth-child(2) {
      display: block; }

  .hidden-search-form .col-xs-12 {
    padding-left: 100px !important;
    padding-right: 100px !important; } }
@media (max-width: 550px) {
  .hidden-search-form .col-xs-12 {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
.first-menu-dropdown {
  float: left;
  height: 40px;
  z-index: 1;
  position: relative; }
  .first-menu-dropdown:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 6px;
    width: 10px;
    height: 6px;
    line-height: 6px;
    display: block;
    content: '\e900';
    text-align: center;
    position: absolute;
    right: 0;
    top: 16px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: 2; }
  .first-menu-dropdown ul {
    position: relative;
    padding-top: 9px;
    padding-left: 10px;
    overflow: hidden;
    padding-right: 18px; }
    .first-menu-dropdown ul li {
      float: none;
      margin: 0 0 0 0;
      line-height: 21px;
      position: absolute;
      top: 40px;
      white-space: nowrap; }
      .first-menu-dropdown ul li:first-child {
        position: relative;
        margin-left: 0;
        top: auto; }
  .first-menu-dropdown.hover {
    height: auto; }
    .first-menu-dropdown.hover:before {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      color: #1c1c1c; }
    .first-menu-dropdown.hover ul {
      box-shadow: 0px 0px 12px 0px rgba(149, 149, 149, 0.75);
      background: #fff;
      padding-bottom: 10px; }
      .first-menu-dropdown.hover ul li {
        top: auto;
        position: relative;
        color: #1c1c1c; }
        .first-menu-dropdown.hover ul li a {
          color: #1c1c1c; }

.first-menu-links-wr .ico-header:before {
  line-height: 40px;
  color: #fff; }
.first-menu-links-wr .buttons-header {
  margin-left: 64px; }

.first-menu li a span.color, .first-menu-dropdown ul li a span.color {
  position: relative; }
  .first-menu li a span.color:before, .first-menu-dropdown ul li a span.color:before {
    content: '';
    position: absolute;
    top: -3px;
    bottom: -2px;
    right: -7px;
    left: -7px;
    background: #f89b92;
    z-index: 1; }
  .first-menu li a span.color i, .first-menu-dropdown ul li a span.color i {
    font-style: normal;
    position: relative;
    z-index: 2; }

.new-main-menu {
  float: left; }

.main-menu-dropdown {
  float: left;
  position: relative;
  z-index: 2; }
  .main-menu-dropdown .more {
    text-transform: uppercase;
    display: block;
    color: #1c1c1c;
    font-weight: 700;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    line-height: 55px;
    margin-left: 15px;
    padding-right: 22px;
    height: 54px;
    z-index: 2; }
    .main-menu-dropdown .more:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #1c1c1c;
      font-size: 6px;
      width: 10px;
      height: 6px;
      line-height: 6px;
      display: block;
      content: '\e900';
      text-align: center;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -3px;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      z-index: 2; }
  .main-menu-dropdown ul {
    display: none;
    position: absolute;
    z-index: 1;
    box-shadow: 0px 0px 12px 0px rgba(149, 149, 149, 0.75);
    background: #fff;
    left: 50%;
    top: 0px;
    padding: 48px 22px 10px 15px; }
    .main-menu-dropdown ul li {
      float: none;
      margin-left: 0;
      line-height: 16px;
      margin-top: 8px; }
      .main-menu-dropdown ul li:first-child {
        margin-top: 0;
        margin-left: 0; }
      .main-menu-dropdown ul li a {
        line-height: 16px;
        display: block; }
        .main-menu-dropdown ul li a:hover {
          text-decoration: underline !important; }
        .main-menu-dropdown ul li a:before {
          display: none !important; }
  .main-menu-dropdown:hover .more:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  .main-menu-dropdown:hover ul {
    display: block; }

@media (max-width: 1199px) {
  .first-menu li:first-child, .first-menu-dropdown ul li:first-child {
    margin-left: 10px; }

  .first-menu-links-wr .buttons-header {
    margin-left: 14px; }

  .main-menu-dropdown .more {
    font-size: 11px;
    line-height: 40px;
    padding-right: 17px;
    height: 38px;
    margin-left: 9px; }

  nav ul li {
    margin-left: 9px; }

  .main-menu-dropdown ul {
    padding: 36px 17px 6px 9px; } }
@media (max-width: 991px) {
  .main-menu-dropdown .more {
    line-height: 50px;
    height: 48px; } }
@media (max-width: 820px) {
  .main-menu-dropdown ul {
    left: auto;
    right: -8px;
    margin-left: 0 !important; }

  nav ul li {
    margin-left: 8px; }

  .main-menu-dropdown .more {
    margin-left: 8px; } }
@media (max-width: 767px) {
  .main-menu-dropdown {
    display: none; } }
.menu_mob {
  position: relative;
  cursor: pointer;
  background: #f6f6f6;
  width: 46px;
  height: 80px;
  float: right;
  z-index: 2;
  margin-left: 17px; }

.menu_mob div {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #1c1c1c;
  top: 0;
  margin-top: 46px;
  left: 50%;
  margin-left: -12px; }

.menu_mob div:first-child {
  margin-top: 32px; }

.menu_mob div:first-child:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #1c1c1c;
  top: 0;
  left: 0;
  margin-top: 7px;
  content: ''; }

.mob-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  top: 0;
  left: 0;
  cursor: default; }

.close-menu-mob, .mob-catalog-close {
  position: relative;
  width: 100%;
  height: 52px;
  background: #f89b93;
  text-transform: uppercase;
  color: #fff;
  line-height: 52px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 15px; }

.close_mob, .mob-catalog-close:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  width: 32px;
  height: 100%;
  cursor: pointer;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .close_mob:before, .mob-catalog-close:before {
    display: block;
    color: #fff;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    content: "\e905";
    transition: 0.05s;
    -webkit-transition: 0.05s;
    -moz-transition: 0.05s;
    -ms-transition: 0.05s;
    -o-transition: 0.05s; }
  .close_mob:active:before, .mob-catalog-close:active:before {
    transform: scale(1.35);
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    -ms-transition: scale(1.35);
    -o-transform: scale(1.35); }

.off-scroll {
  overflow-y: hidden;
  height: 100%;
  position: relative; }

.mobile-menu-hidden {
  width: 100% !important;
  height: 100%;
  position: fixed;
  transform: translateX(-210%);
  left: 0;
  top: 0;
  z-index: 3;
  transition: 0.15s;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 64px; }
  .mobile-menu-hidden__scroll {
    background: #f1f1f1;
    overflow: scroll;
    overflow-x: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 112px;
    bottom: 0; }

.mob-certificate {
  margin-top: 14px;
  position: relative;
  width: 100%;
  float: left; }
  .mob-certificate span {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    padding-left: 48px; }
    .mob-certificate span:before {
      position: absolute;
      width: 20px;
      height: 20px;
      content: '';
      left: 15px;
      top: 50%;
      margin-top: -10px;
      background: url(../images/gift.svg) 50% 50% no-repeat;
      background-size: 20px 20px; }

.mob-phone {
  font-size: 18px;
  padding-left: 15px;
  margin-top: 25px;
  width: 100%;
  float: left; }

.close-mobile-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 64px;
  cursor: pointer;
  background: #f1f1f1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .close-mobile-menu:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e901';
    font-size: 18px;
    color: #000;
    line-height: 1; }

.mob-phone-txt {
  font-size: 15px;
  line-height: 16px;
  margin-top: 5px;
  padding-left: 15px;
  width: 100%;
  float: left; }

.close-lang-mob {
  position: relative;
  height: 48px;
  width: 100%;
  float: left;
  z-index: 2;
  background: #fff; }
  .close-lang-mob .menu-lang {
    padding-left: 68px; }
    .close-lang-mob .menu-lang li {
      padding-left: 13px;
      float: left; }
      .close-lang-mob .menu-lang li:first-child {
        padding-left: 0;
        padding-right: 13px; }
      .close-lang-mob .menu-lang li a {
        line-height: 54px;
        color: #fff;
        text-decoration: underline; }
      .close-lang-mob .menu-lang li.active a {
        text-decoration: none;
        cursor: default; }

.menu-lang-mob {
  float: right;
  margin-right: 15px; }
  .menu-lang-mob li {
    margin-left: 24px;
    float: left; }
    .menu-lang-mob li:first-child {
      margin-left: 0; }
    .menu-lang-mob li a {
      line-height: 48px;
      font-size: 13px;
      color: #858585; }
      .menu-lang-mob li a.active {
        color: #1c1c1c;
        text-decoration: none !important;
        cursor: default; }

.mobi-menu-primary {
  background: #95827e;
  width: 100%;
  float: left;
  color: #fff;
  padding-bottom: 23px;
  padding-top: 17px; }

.mobi-menu-primary-ul li {
  float: left;
  list-style: none;
  width: 100%; }
  .mobi-menu-primary-ul li a {
    padding-left: 15px;
    font-size: 15px;
    display: block;
    line-height: 30px;
    width: 100%;
    float: left;
    color: inherit;
    text-align: left;
    text-decoration: none !important; }

.seti-mob-menu {
  text-align: center; }

.seti-mob-menu-txt {
  font-size: 14px;
  width: 100%;
  float: left;
  margin-top: 22px; }

.mobi-menu-primary-cab {
  width: 100%;
  display: table; }
  .mobi-menu-primary-cab li {
    list-style: none;
    display: table-cell;
    text-align: center;
    height: 43px;
    position: relative;
    border-left: 1px solid #ced0d6;
    border-bottom: 1px solid #ced0d6; }
    .mobi-menu-primary-cab li:first-child {
      border-left: 0; }
    .mobi-menu-primary-cab li a {
      color: #1c1c1c;
      height: 43px;
      line-height: 43px;
      display: block;
      text-transform: uppercase;
      text-decoration: none !important; }
      .mobi-menu-primary-cab li a p {
        display: inline-block; }

.icon-menu-mob {
  font-style: normal;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-left: 10px;
  text-align: center;
  position: relative; }
  .icon-menu-mob:before {
    position: absolute;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #89888e;
    font-size: 16px;
    width: 16px;
    height: 100%;
    line-height: 16px;
    left: -16px;
    top: 0; }
  .icon-menu-mob.icon-menu-mob-1:before {
    content: '\e90b'; }
  .icon-menu-mob.icon-menu-mob-2:before {
    content: '\e900'; }
  .icon-menu-mob.icon-menu-mob-3:before {
    content: '\e90f'; }

.mobi-menu-catalog {
  color: #1c1c1c;
  border-bottom: 3px solid #ced0d6;
  width: 100%;
  float: left; }
  .mobi-menu-catalog ul {
    width: 100%;
    float: left;
    overflow: hidden; }
  .mobi-menu-catalog li {
    width: 100%;
    float: left;
    background: #fff;
    cursor: pointer;
    position: relative; }
    .mobi-menu-catalog li .first-a-mob {
      color: #1c1c1c;
      text-decoration: none;
      font-size: 12px;
      text-transform: uppercase;
      padding-left: 80px;
      padding-right: 25px;
      position: relative;
      line-height: 14px;
      padding-top: 1px;
      background: #fff;
      display: block;
      z-index: 3;
      height: 52px;
      width: 100%;
      cursor: pointer; }
      .mobi-menu-catalog li .first-a-mob a {
        height: 52px;
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
        color: #1c1c1c; }
      .mobi-menu-catalog li .first-a-mob span.ico-catalog {
        position: absolute;
        width: 34px;
        height: 34px;
        text-align: center;
        left: 15px;
        top: 50%;
        margin-top: -17px; }
        .mobi-menu-catalog li .first-a-mob span.ico-catalog b {
          display: table-cell;
          vertical-align: middle;
          width: 34px;
          height: 34px; }
        .mobi-menu-catalog li .first-a-mob span.ico-catalog img {
          border: 0;
          max-width: 34px;
          max-height: 34px;
          vertical-align: middle; }
      .mobi-menu-catalog li .first-a-mob:before {
        position: absolute;
        right: 0;
        z-index: 4;
        top: 0;
        background: #f5f5f5; }
    .mobi-menu-catalog li.has-list:after {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #c3c3c3;
      content: '\e917';
      font-size: 11px;
      position: absolute;
      right: 14px;
      top: 17px;
      transition: 0.2s;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }
    .mobi-menu-catalog li.active.has-list:after {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg); }
    .mobi-menu-catalog li.active .sub-menu-hidden-mob {
      max-height: 1000px;
      transition: 0.7s;
      -webkit-transition: 0.7s;
      -moz-transition: 0.7s;
      -ms-transition: 0.7s;
      -o-transition: 0.7s; }

.sub-menu-hidden-mob {
  overflow: hidden;
  max-height: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s; }
  .sub-menu-hidden-mob ul li {
    padding-right: 0;
    display: table;
    width: 100%;
    background: #f5f5f5;
    border-bottom: 0;
    border-top: 1px solid #e1e1e1; }
    .sub-menu-hidden-mob ul li a {
      display: table-cell;
      vertical-align: middle;
      height: 43px;
      padding-left: 68px;
      color: #1c1c1c;
      text-decoration: none !important; }

.lang-ico-menu {
  width: 100%;
  float: left;
  margin-top: 20px; }
  .lang-ico-menu .menu-lang {
    float: left;
    padding-right: 0;
    padding-left: 4px; }
    .lang-ico-menu .menu-lang li {
      padding: 0 11px;
      line-height: 20px;
      font-size: 12px;
      text-transform: uppercase; }
      .lang-ico-menu .menu-lang li:before {
        display: none; }
      .lang-ico-menu .menu-lang li a.active {
        color: #f89b93; }

.m-tabs-cat {
  width: 100%;
  float: left;
  padding-left: 15px; }
  .m-tabs-cat ul li {
    margin-left: 25px;
    position: relative;
    color: #fff;
    float: left; }
    .m-tabs-cat ul li:first-child {
      margin-left: 0; }
    .m-tabs-cat ul li span {
      color: inherit;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 47px;
      cursor: pointer;
      display: block; }
    .m-tabs-cat ul li.active:before {
      width: 100%;
      float: left;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      background: #f89b93;
      content: '';
      padding-bottom: 2px; }

.mob-tab-menu-col {
  position: relative;
  width: 100%;
  float: left; }

.m-tabs-cat {
  position: absolute;
  left: 0;
  top: 86px; }

.img-m-tabs {
  width: 100%;
  float: left; }
  .img-m-tabs img {
    max-width: 100%; }

.m-hidden-list {
  padding-top: 15px;
  padding-bottom: 14px;
  width: 100%;
  float: left; }
  .m-hidden-list ul {
    width: 100%;
    float: left; }
    .m-hidden-list ul li:first-child {
      border-top: 0; }
    .m-hidden-list ul li a {
      display: block;
      text-decoration: none !important;
      color: #1c1c1c;
      text-transform: uppercase;
      font-weight: 700;
      padding: 7px 25px 6px 15px;
      font-size: 13px; }
      .m-hidden-list ul li a i {
        display: inline-block;
        width: 20px;
        height: 9px;
        position: relative;
        font-size: 0;
        color: #fff; }
        .m-hidden-list ul li a i:before {
          position: absolute;
          width: 14px;
          height: 14px;
          left: 50%;
          top: 50%;
          margin-left: -7px;
          margin-top: -7px;
          content: '';
          background: url(../images/heart.svg) 50% 50% no-repeat;
          background-size: 14px 14px; }
      .m-hidden-list ul li a .color {
        color: #f89b93; }
    .m-hidden-list ul li.active-mob > .sub-hidden {
      transition: 0.8s;
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -ms-transition: 0.8s;
      -o-transition: 0.8s;
      transition-timing-function: ease-in;
      max-height: 2500px; }
    .m-hidden-list ul li.active-mob > .has-list:before {
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg); }
    .m-hidden-list ul li .has-list {
      position: relative; }
      .m-hidden-list ul li .has-list:before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 10px;
        height: 6px;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        display: block;
        position: absolute;
        right: 15px;
        content: '\e900';
        color: #1c1c1c;
        font-size: 6px;
        line-height: 6px;
        top: 50%;
        margin-top: -3px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg); }

.sub-hidden {
  display: block;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition-timing-function: ease-out;
  max-height: 0;
  overflow: hidden; }
  .sub-hidden ul li a {
    padding-left: 25px;
    font-size: 11px; }
  .sub-hidden .sub-hidden ul li a {
    padding-left: 35px;
    font-size: 12px; }

.seti-mob-links {
  width: 100%;
  float: left;
  text-align: center; }
  .seti-mob-links div {
    display: inline-block;
    margin-left: 43px; }
    .seti-mob-links div:first-child {
      margin-left: 0; }

.seti-mob-menu {
  padding-top: 25px;
  width: 100%;
  float: left; }

@media (max-width: 991px) {
  .mobile-menu-hidden {
    display: block !important; }

  .off-scroll {
    position: fixed; }

  .menu_mob {
    background: #fff;
    height: auto;
    top: 0;
    bottom: 0;
    margin-left: 0;
    position: absolute;
    right: auto;
    left: 0;
    width: 48px; }
    .menu_mob div {
      width: 18px;
      margin-top: 38px;
      border-radius: 2px;
      margin-left: -9px; }
      .menu_mob div:first-child {
        margin-top: 24px; }
        .menu_mob div:first-child:before {
          margin-top: 7px;
          width: 14px;
          border-radius: 2px; } }
@media (max-width: 850px) {
  .hidden-tablet-850 {
    display: none !important; } }
@media (max-width: 380px) {
  #menu-mob-hidden {
    width: 347px;
    margin-left: -347px; }
    #menu-mob-hidden.opens.visible {
      margin-left: 0; } }
.section-slider-home {
  margin-bottom: 62px; }
  .section-slider-home .con-fl {
    width: 1920px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .section-slider-home .rw {
    margin-left: 0;
    margin-right: 0; }
    .section-slider-home .rw > * {
      padding-left: 0;
      padding-right: 0; }
  .section-slider-home.full-screen {
    margin-bottom: 0;
    height: 100vh;
    height: calc(100vh - 94px);
    min-height: 450px; }
    .section-slider-home.full-screen > .con-fl {
      height: 100%;
      width: 100%; }
      .section-slider-home.full-screen > .con-fl > .rw {
        height: 100%; }
        .section-slider-home.full-screen > .con-fl > .rw > .cl-12 {
          height: 100%; }
    .section-slider-home.full-screen .slider-first-screen-col, .section-slider-home.full-screen .owl-stage-outer, .section-slider-home.full-screen .owl-stage, .section-slider-home.full-screen .owl-item, .section-slider-home.full-screen .slider-first-wr {
      height: 100%; }
    .section-slider-home.full-screen .slider-first-wr a {
      display: block;
      height: 100%;
      position: relative; }
      .section-slider-home.full-screen .slider-first-wr a img {
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        max-width: none;
        width: 100%;
        height: 100%; }
    .section-slider-home.full-screen .owl-dots {
      bottom: 15px; }
  .section-slider-home .owl-nav.disabled .owl-prev, .section-slider-home .owl-nav.disabled .owl-next {
    display: none !important; }

.slider-first-wr {
  position: relative; }

.section-mosaic .con-fl {
  padding-left: 0;
  padding-right: 0;
  width: 1170px;
  max-width: 100%; }
.section-mosaic .rw {
  margin-left: 0;
  margin-right: 0; }
  .section-mosaic .rw > * {
    padding-left: 0;
    padding-right: 0; }
.section-mosaic a {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }
  .section-mosaic a span {
    color: #fff;
    position: absolute;
    font-size: 18px;
    left: 30px;
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s; }
  .section-mosaic a:hover {
    opacity: 0.9;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s; }
    .section-mosaic a:hover span {
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s; }
.section-mosaic .mosaic-1 a span {
  bottom: 26px; }
.section-mosaic .mosaic-2 a span {
  top: 25px; }
.section-mosaic .mosaic-3 a span {
  top: 25px;
  left: auto;
  right: 30px; }
.section-mosaic .mosaic-4 a span {
  bottom: 26px; }
.section-mosaic .mosaic-1 a:hover span {
  transform: translateY(-15px); }
.section-mosaic .mosaic-2 a:hover span {
  transform: translateX(15px); }
.section-mosaic .mosaic-3 a:hover span {
  transform: translateY(15px); }
.section-mosaic .mosaic-4 a:hover span {
  transform: translateY(-15px); }

.section-box-3 {
  margin-top: 120px;
  overflow: hidden;
  background: #f5f6f7; }
  .section-box-3 .con-fl {
    position: relative;
    height: 100%; }
    .section-box-3 .con-fl > .rw {
      height: 100%; }

.box-3-img-col__img {
  position: relative;
  height: 540px;
  overflow: hidden;
  margin-left: -30px; }
  .box-3-img-col__img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    max-width: none;
    width: 100%;
    height: 100%; }

.box3-img {
  position: absolute;
  right: 66.66666667%;
  top: 0;
  margin-right: 15px; }

.box3-text-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 31px; }

.for-hidden-mob {
  font-size: 15px;
  max-height: 400px; }
  .for-hidden-mob h1, .for-hidden-mob h2, .for-hidden-mob h3 {
    line-height: normal;
    margin-bottom: 24px; }
  .for-hidden-mob h1 {
    font-size: 18px; }
  .for-hidden-mob h2 {
    font-size: 17px; }
  .for-hidden-mob h3 {
    font-size: 16px; }
  .for-hidden-mob p {
    line-height: 23px;
    margin-bottom: 24px; }
  .for-hidden-mob *:last-child {
    margin-bottom: 0; }
  .for-hidden-mob ul {
    padding-left: 1px;
    margin-bottom: 24px; }
    .for-hidden-mob ul li {
      font-size: 15px;
      list-style-image: url(../images/list-img.png);
      list-style-position: inside; }
  .for-hidden-mob ol {
    margin-bottom: 24px;
    padding-left: 13px; }
    .for-hidden-mob ol li {
      font-size: 15px;
      list-style-position: inside;
      list-style: decimal; }

.section-about-two {
  margin-top: 80px; }
  .section-about-two .box3-text-title {
    margin-bottom: 30px; }

.about-two-txt h1, .about-two-txt h2, .about-two-txt h3 {
  line-height: normal;
  margin-bottom: 15px; }
.about-two-txt h1 {
  font-size: 18px; }
.about-two-txt h2 {
  font-size: 17px; }
.about-two-txt h3 {
  font-size: 16px; }
.about-two-txt p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px; }
.about-two-txt *:last-child {
  margin-bottom: 0; }
.about-two-txt ul {
  padding-left: 1px;
  margin-bottom: 15px; }
  .about-two-txt ul li {
    font-size: 15px;
    list-style-image: url(../images/list-img.png);
    list-style-position: inside; }
.about-two-txt ol {
  margin-bottom: 15px;
  padding-left: 13px; }
  .about-two-txt ol li {
    font-size: 15px;
    list-style-position: inside;
    list-style: decimal; }
.about-two-txt img {
  height: auto; }

.subscribe-form {
  width: 100%;
  float: left;
  border: 3px solid #f89b93;
  padding-top: 42px;
  padding-bottom: 47px;
  position: relative; }
  .subscribe-form form {
    margin-top: 50px;
    width: 100%;
    float: left; }
    .subscribe-form form .input-wr, .subscribe-form form .button-wr {
      position: relative;
      padding: 0 22px; }
      .subscribe-form form .input-wr input, .subscribe-form form .button-wr input, .subscribe-form form .input-wr textarea, .subscribe-form form .button-wr textarea, .subscribe-form form .input-wr select, .subscribe-form form .button-wr select, .subscribe-form form .input-wr .select2 .select2-selection, .input-wr .select2 .subscribe-form form .button-wr .select2-selection, .button-wr .select2 .subscribe-form form .input-wr .select2-selection, .subscribe-form form .button-wr .select2 .select2-selection {
        margin-top: 0;
        border: 0;
        border-bottom: 1px solid #e1e2e3;
        position: relative;
        z-index: 2;
        background: none !important;
        height: 32px;
        font-size: 14px;
        font-family: Circe;
        text-align: center;
        box-shadow: none !important; }
      .subscribe-form form .input-wr label, .subscribe-form form .button-wr label {
        z-index: 1;
        position: absolute;
        margin: 0;
        font-size: 14px;
        color: #737677;
        bottom: 6px;
        left: 0;
        text-align: center;
        width: 100%;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s; }
        .subscribe-form form .input-wr label.hide-label, .subscribe-form form .button-wr label.hide-label {
          transform: translateY(-20px);
          opacity: 0; }
    .subscribe-form form .button-wr {
      margin-top: 40px; }
      .subscribe-form form .button-wr button {
        width: 160px; }
    .subscribe-form form .has-error input, .subscribe-form form .has-error textarea, .subscribe-form form .has-error select, .subscribe-form form .has-error .input-wr .select2 .select2-selection, .input-wr .select2 .subscribe-form form .has-error .select2-selection, .subscribe-form form .has-error .button-wr .select2 .select2-selection, .button-wr .select2 .subscribe-form form .has-error .select2-selection {
      border-top: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important; }
    .subscribe-form form .has-error label {
      color: #f89b93; }

.subscribe-form-list {
  text-align: center; }
  .subscribe-form-list ul {
    display: inline-block; }
    .subscribe-form-list ul li {
      float: left;
      position: relative;
      text-transform: uppercase;
      color: #f89b93;
      font-size: 16px;
      margin-left: 15px; }
      .subscribe-form-list ul li:before {
        position: absolute;
        width: 5px;
        height: 5px;
        background: #e1e2e3;
        border-radius: 100%;
        top: 50%;
        margin-top: -4px;
        left: -10px;
        display: block;
        content: ''; }
      .subscribe-form-list ul li:first-child {
        margin-left: 0; }
        .subscribe-form-list ul li:first-child:before {
          display: none; }

.subscribe-form-txt {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin-top: 24px; }

.line-subscribe-form {
  width: 100%;
  height: 7px;
  position: absolute;
  padding: 0 11px;
  left: 0;
  bottom: -10px; }
  .line-subscribe-form:before {
    width: 100%;
    height: 100%;
    background: #f5f6f7;
    content: '';
    display: block; }

.subscribe-seti-col {
  margin-top: 57px;
  width: 100%;
  float: left; }
  .subscribe-seti-col .seti-mob-menu {
    padding-top: 0; }

.line-slider {
  position: absolute;
  width: 100%;
  height: 1px;
  padding: 0 30px;
  z-index: 1;
  bottom: 21px;
  left: 0; }
  .line-slider:before {
    display: block;
    width: 100%;
    height: 100%;
    background: #a8a8a8;
    content: ''; }

.tabs-link-slider-home {
  text-align: center; }
  .tabs-link-slider-home ul {
    display: inline-block;
    vertical-align: top; }
    .tabs-link-slider-home ul li {
      display: inline-block;
      margin: 0 16px 13px 16px;
      font-size: 18px;
      text-transform: uppercase;
      color: #f89b93; }
      .tabs-link-slider-home ul li span {
        color: #1c1c1c;
        cursor: pointer; }
      .tabs-link-slider-home ul li.active {
        text-decoration: underline; }

.slider-home {
  margin-top: 13px;
  padding-bottom: 88px; }

.slider-items {
  margin-top: 60px; }
  .slider-items > .container > .row {
    position: relative; }

.tab-slider-home {
  background: #f89b93;
  color: #fff;
  position: relative;
  height: 100%;
  margin-right: -15px; }

.tabs-circle {
  position: relative;
  margin-top: 35px;
  height: 20px; }
  .tabs-circle div {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
    background: #fff; }
    .tabs-circle div:before {
      position: absolute;
      width: 100%;
      height: 100%;
      top: -3px;
      left: -3px;
      content: '';
      padding: 3px;
      box-sizing: content-box;
      background: #fff;
      opacity: 0.3;
      border-radius: 100%; }

.tabs-logo {
  margin-top: 45px;
  text-align: center; }

.tab-sidebar-list {
  width: 100%;
  float: left; }

.tab-slider-title {
  width: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  margin-top: 21px; }

.tab-slider-txt {
  width: 100%;
  float: left;
  font-size: 15px;
  line-height: 24px;
  margin-top: 48px;
  padding-left: 20px;
  padding-right: 19px;
  min-height: 319px;
  max-height: 319px;
  overflow: hidden;
  position: relative; }
  .tab-slider-txt p {
    padding-bottom: 14px; }
  .tab-slider-txt:before {
    width: 100%;
    height: 25px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f89b93 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f89b93 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f89b93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color',GradientType=1 );
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3; }

.tab-slider-link {
  margin-top: 12px;
  width: 100%;
  float: left; }
  .tab-slider-link a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 40px;
    width: 160px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none; }
    .tab-slider-link a span {
      transition: 0.2s;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      display: block; }
    .tab-slider-link a:hover span {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transform: scale(1.08);
      -webkit-transform: scale(1.08);
      -moz-transform: scale(1.08);
      -ms-transition: scale(1.08);
      -o-transform: scale(1.08); }

.collection-slider-title-col {
  text-align: center;
  margin-bottom: 25px; }

.collection-slider-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  text-transform: uppercase; }

.scroll-about-two {
  height: 500px;
  overflow: hidden; }

.section-sliders-home {
  margin-top: 44px; }
  .section-sliders-home__title {
    font-size: 32px;
    font-weight: normal;
    line-height: 36px;
    text-transform: uppercase; }
    .section-sliders-home__title a {
      color: #1c1c1c; }

@media (max-width: 1681px) {
  .tab-slider-txt {
    min-height: 313px;
    max-height: 313px;
    margin-top: 33px; } }
@media (max-width: 1580px) {
  .tab-slider-txt {
    min-height: 280px;
    max-height: 280px;
    margin-top: 33px; } }
@media (max-width: 1499px) {
  .tab-slider-txt {
    min-height: 240px;
    max-height: 240px;
    margin-top: 33px; } }
@media (max-width: 1400px) {
  .tab-slider-txt {
    min-height: 253px;
    max-height: 253px;
    margin-top: 33px; } }
@media (max-width: 1199px) {
  .tab-slider-txt {
    min-height: 316px;
    max-height: 316px;
    padding-left: 5px;
    padding-right: 4px; }

  .tabs-logo {
    margin-top: 30px; }

  .tabs-circle {
    margin-top: 20px; }

  .tab-slider-title {
    margin-top: 15px; }

  .section-slider-home.full-screen {
    height: calc(100vh - 78px); } }
@media (max-width: 991px) {
  .tabs-link-slider-home ul li {
    font-size: 14px;
    margin-left: 12px;
    margin-right: 12px; }

  .tab-slider-txt {
    min-height: 370px;
    max-height: 370px;
    margin-top: 20px; }

  .line-slider {
    padding: 0 15px; }

  .section-slider-home.full-screen {
    height: calc(100vh - 101px); } }
@media (max-width: 830px) {
  .tab-slider-txt {
    min-height: 330px;
    max-height: 330px; } }
@media (min-width: 768px) and (max-width: 950px) {
  .subscribe-form-list ul li {
    font-size: 13px; } }
@media (max-width: 767px) {
  .slider-items {
    margin-top: 20px; }

  .scroll-about-two {
    height: auto; }

  .section-mosaic {
    text-align: center; }
    .section-mosaic .container {
      max-width: 390px; }

  .subscribe-form {
    margin-top: 28px; }

  .tabs-link-slider-home ul li {
    margin-left: 14px;
    margin-right: 14px; }

  .collection-slider-title {
    font-size: 16px; }

  .collection-slider-title-col {
    margin-bottom: 11px; }

  .line-slider {
    padding: 0 10px; }

  .section-mosaic .con-fl {
    width: 390px; } }
@media (max-width: 496px) {
  .slider-first-screen-col .owl-item.active {
    z-index: 2; }

  .slider-first-wr {
    overflow: hidden; }
    .slider-first-wr a {
      display: block;
      width: 496px;
      margin-left: calc((100% - 496px) / 2); }
    .slider-first-wr .main-banners-text__button a {
      width: auto;
      margin: 0; } }
.section-box-footer {
  padding-top: 95px;
  color: #fff; }
  .section-box-footer a {
    color: inherit; }

.studio_footer {
  background: #95827e;
  color: #fff;
  padding-top: 23px;
  padding-bottom: 30px; }

.copyright {
  margin-top: 21px;
  font-size: 12px;
  text-align: center; }

.artweb-wr {
  width: 100%;
  float: right;
  height: 52px;
  position: relative; }
  .artweb-wr a {
    height: 52px;
    line-height: 52px;
    font-size: 12px;
    float: right;
    margin-right: 36px;
    color: inherit; }

.artweb-img {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  cursor: default; }
  .artweb-img a {
    color: inherit;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 23px;
    display: block; }
    .artweb-img a div {
      width: 24px;
      height: 23px;
      position: relative;
      color: inherit; }
      .artweb-img a div:before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: inherit;
        font-size: 24px;
        content: '\e906';
        position: absolute;
        top: 0;
        left: 0; }

.c-f-title {
  text-transform: uppercase;
  font-size: 24px;
  font-family: Georgia;
  line-height: 26px;
  margin-top: 36px; }

.c-f-adress {
  font-size: 18px;
  line-height: 20px;
  margin-top: 22px; }

.c-f-phone {
  font-size: 24px;
  line-height: 26px;
  margin-top: 11px; }

.c-f-email {
  margin-top: 18px;
  font-size: 16px; }
  .c-f-email a {
    text-decoration: underline; }
    .c-f-email a:hover {
      text-decoration: none; }

.btn_call {
  z-index: 9;
  width: 74px;
  height: 74px;
  position: fixed;
  right: 15px;
  bottom: 50px;
  cursor: pointer;
  padding: 5px 5px;
  display: none; }
  .btn_call:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #64696d;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    animation-name: tocall1;
    -webkit-animation-name: tocall1;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; }
  .btn_call div, .btn_call a {
    width: 64px;
    height: 64px;
    position: relative;
    z-index: 2;
    background: #f89b93;
    transition: 0.05s;
    -webkit-transition: 0.05s;
    -moz-transition: 0.05s;
    -ms-transition: 0.05s;
    -o-transition: 0.05s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .btn_call div:before, .btn_call a:before {
      width: 64px;
      height: 64px;
      color: #fff;
      font-size: 24px;
      content: "";
      background: url("../images/ico-call-big.svg") 50% 50% no-repeat;
      background-size: 24px 24px;
      display: block;
      text-align: center;
      line-height: 64px;
      animation-name: tocall2;
      -webkit-animation-name: tocall2;
      animation-duration: 1.5s;
      -webkit-animation-duration: 1.5s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite; }
  .btn_call.close {
    z-index: 130; }
    .btn_call.close:before {
      animation: none !important; }
    .btn_call.close div:before, .btn_call.close a:before {
      content: '\e901';
      animation: none !important;
      background: none; }

.footer-nav li {
  margin-top: 7px; }
  .footer-nav li a {
    font-size: 15px;
    line-height: 18px; }

.footer-phone-mail {
  text-align: center;
  margin-top: 4px; }
  .footer-phone-mail p {
    font-size: 15px;
    line-height: 25px; }
  .footer-phone-mail a:hover {
    text-decoration: none; }
    .footer-phone-mail a:hover:before {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }

.footer-phone a {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px; }
  .footer-phone a:before {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 12px;
    height: 18px;
    margin-top: -9px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 12px 18px;
    background-image: url("../images/footer-phone.svg"); }

.footer-mail {
  margin-top: 15px; }
  .footer-mail a {
    margin-top: 4px;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    padding-left: 29px;
    display: inline-block;
    vertical-align: top; }
    .footer-mail a:hover:after {
      display: none; }
    .footer-mail a:after {
      position: absolute;
      content: '';
      left: 29px;
      right: 0;
      bottom: 1px;
      height: 1px;
      background: #fff;
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50); }
    .footer-mail a:before {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50);
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      width: 18px;
      height: 12px;
      margin-top: -6px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 18px 12px;
      background-image: url("../images/footer-mail.svg"); }

.footer-social {
  text-align: center;
  margin-top: 26px; }
  .footer-social div {
    display: inline-block;
    vertical-align: top; }
    .footer-social div:first-child a {
      margin-left: 0; }
    .footer-social div:last-child a {
      margin-right: 0; }
  .footer-social a {
    display: block;
    margin: 0 20px; }
    .footer-social a .st0 {
      fill: #c7bdba; }
    .footer-social a:hover .st0 {
      fill: #fff; }
    .footer-social a.inst {
      width: 28px;
      height: 28px; }
    .footer-social a.fb {
      width: 14px;
      height: 28px; }

.payment-system {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .payment-system__img {
    padding: 0 5px; }

@media (max-width: 767px) {
  .copyright {
    margin-top: 20px; }

  .btn_call {
    display: block; }

  .artweb-wr {
    width: 135px;
    margin: 0 auto;
    float: none;
    height: 40px; }
    .artweb-wr a {
      height: 40px;
      line-height: 40px; }

  .artweb-img {
    top: 0;
    margin-top: 0; }
    .artweb-img a div:before {
      line-height: 40px; }

  .contacts-footer-col.map_ {
    z-index: 2;
    background-position: -142px 50%;
    background-repeat: no-repeat; } }
@media (max-width: 690px) {
  .contacts-footer-col.map_ {
    display: none; }

  .contacts-footer-wr {
    height: 240px;
    padding-left: 10px;
    padding-right: 10px; }

  .contacts-footer-col.col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: auto; }

  .mob-maps-footer.hidden {
    display: block !important;
    background: url("../images/bg-map.jpg") 0 50% no-repeat;
    height: 260px; } }
@media (max-width: 580px) {
  .mob-maps-footer.hidden {
    background-position: -70px 50%;
    background-repeat: no-repeat; } }
@media (max-width: 450px) {
  .mob-maps-footer.hidden {
    background-position: -100px 50%;
    background-repeat: no-repeat; } }
@media (max-width: 400px) {
  .mob-maps-footer.hidden {
    background-position: -120px 50%;
    background-repeat: no-repeat; } }
@media (max-width: 360px) {
  .mob-maps-footer.hidden {
    background-position: -150px 50%;
    background-repeat: no-repeat; } }
@media (max-width: 345px) {
  .c-f-adress {
    font-size: 16px; } }
.btn_up {
  margin-right: -24px;
  width: 48px;
  height: 48px;
  position: fixed;
  right: 0;
  bottom: 21px;
  background: #f89b93;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.35);
  margin-bottom: 9%;
  z-index: 999999; }
  .btn_up:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: url("../images/ico-all/arrow-up-big.png") 50% 50% no-repeat;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    opacity: 0; }
  .btn_up:hover {
    background: #de8b84; }
    .btn_up:hover:before {
      margin-top: -6px; }
  .btn_up:active {
    background: #c97e78;
    box-shadow: 0px 0px 12px 0px rgba(149, 149, 149, 0.75); }
    .btn_up:active:before {
      margin-top: -9px; }
  .btn_up.visible {
    display: block !important; }
    .btn_up.visible:before {
      opacity: 1; }

.btn_call_close {
  width: 46px;
  height: 46px;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top-right-radius: 4px;
  background: #f89b93;
  z-index: 13;
  cursor: pointer;
  display: none;
  text-align: center; }
  .btn_call_close:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90f';
    color: #fff;
    line-height: 46px;
    font-size: 18px; }
  .btn_call_close.visible {
    display: block !important; }

.call-mobile-wr {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  overflow-y: scroll; }
  .call-mobile-wr.open {
    display: block !important; }

.call-mobile {
  width: 100%;
  height: 100%;
  display: table; }

.call-mobile-td {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 60px;
  padding-top: 15px; }

.button-call-mob {
  height: 34px;
  background: #fff;
  border-radius: 4px;
  width: 300px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: 4px; }
  .button-call-mob:first-child {
    margin-top: 0; }

.call-contact, .call-sms {
  text-decoration: none;
  position: relative;
  color: inherit;
  line-height: 34px; }
  .call-contact:before, .call-sms:before {
    width: 16px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -22px;
    content: ''; }

.button-call_ {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 34px;
  text-decoration: none;
  color: inherit;
  font-size: 13px; }
  .button-call_ div {
    width: 30px;
    height: 100%;
    float: left; }
    .button-call_ div span {
      width: 30px;
      height: 100%;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  .button-call_ p {
    margin-left: 35px;
    float: left;
    display: block; }
  .button-call_ span {
    font-size: 18px;
    font-family: Helvetica;
    float: left;
    display: block; }

.call-sms:before {
  background: url(../images/ico-call/ico-36.png) 50% 50% no-repeat; }

.call-contact:before {
  background: url(../images/ico-call/ico-37.png) 50% 50% no-repeat; }

.viber-footer {
  z-index: 9;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 9px;
  bottom: -30px;
  cursor: pointer;
  margin-bottom: 9%;
  display: none; }
  .viber-footer__link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
  .viber-footer.visible {
    display: block; }

@keyframes tocall2 {
  0% {
    transform: rotate(-8deg); }
  50% {
    transform: rotate(8deg); }
  100% {
    transform: rotate(-8deg); } }
@-webkit-keyframes tocall2 {
  0% {
    -webkit-transform: rotate(-8deg); }
  50% {
    -webkit-transform: rotate(8deg); }
  100% {
    -webkit-transform: rotate(-8deg); } }
@-moz-keyframes tocall2 {
  0% {
    -moz-transform: rotate(-8deg); }
  50% {
    -moz-transform: rotate(8deg); }
  100% {
    -moz-transform: rotate(-8deg); } }
@keyframes tocall1 {
  0% {
    transform: scale(0.7);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  100% {
    transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }
@-webkit-keyframes tocall1 {
  0% {
    -webkit-transform: scale(0.7);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }
@-moz-keyframes tocall1 {
  0% {
    -moz-transform: scale(0.7);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  100% {
    -moz-transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }
@media (max-width: 992px) {
  .btn_up {
    margin-right: -10px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .viber-footer {
    display: block; } }
@media (max-width: 767px) {
  .btn_up {
    right: 15px !important; }
    .btn_up.visible {
      display: none !important; }

  .viber-footer {
    display: block;
    bottom: 12px;
    margin-bottom: 0; } }
.photo-sticker {
  position: absolute;
  width: 90px;
  z-index: 1; }
  .photo-sticker img {
    max-height: 180px; }
  .photo-sticker.left {
    left: 6px;
    text-align: left; }
  .photo-sticker.right {
    right: 6px;
    text-align: right; }
  .photo-sticker.top {
    top: 0; }
  .photo-sticker.bottom {
    bottom: 0; }

@media (max-width: 767px) {
  .photo-sticker {
    width: 50px; }
    .photo-sticker img {
      max-height: 100px; }
    .photo-sticker.left {
      left: 3px; }
    .photo-sticker.right {
      right: 3px; }
    .photo-sticker.top {
      top: 0; }
    .photo-sticker.bottom {
      bottom: 0; } }
.items-wr {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 24px; }
  .items-wr:hover .items-img a {
    z-index: 2; }
    .items-wr:hover .items-img a:before {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      opacity: 0.5; }
  .items-wr:hover .hidden-sizes {
    transform: translateY(0);
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s; }
  .items-wr:hover .list_wish_card-wr {
    transform: translatex(0);
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s; }

.items-img {
  position: relative;
  width: 100%;
  float: left; }
  .items-img a {
    overflow: hidden;
    display: block;
    position: relative; }
    .items-img a:before {
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      background: #1c1c1c;
      transition: 0.2s;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      z-index: 2; }
    .items-img a > img {
      width: 100%; }
    .items-img a img.add-photo-img {
      display: none; }
    .items-img a.hidden-photo img {
      display: none; }
      .items-img a.hidden-photo img.add-photo-img {
        display: block; }
    .items-img a:hover .photo-sticker {
      display: none; }

.hidden-sizes {
  color: #fff;
  text-decoration: none !important;
  position: absolute;
  padding: 0 20px;
  width: 100%;
  left: 0;
  bottom: 28px;
  transform: translateY(60px);
  opacity: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  z-index: 3; }

.list_wish_card-wr {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  z-index: 3;
  transform: translateX(25px);
  opacity: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  z-index: 3; }

.list_wish_card {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  position: relative; }
  .list_wish_card:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #f89b93;
    width: 18px;
    height: 17px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -9px;
    content: '\e904'; }
  .list_wish_card.in_active {
    background: #f89b93; }
    .list_wish_card.in_active:before {
      color: #fff; }
  .list_wish_card:hover {
    background: #de8b84; }
    .list_wish_card:hover:before {
      color: #fff; }
  .list_wish_card:active {
    background: #c97e78; }
    .list_wish_card:active:before {
      color: #fff; }

.sizes-title {
  width: 100%;
  float: left;
  font-size: 15px; }

.sizes-size {
  width: 100%;
  float: left;
  font-size: 15px;
  text-transform: uppercase; }
  .sizes-size span {
    line-height: 18px; }

.items-titles {
  width: 100%;
  float: left; }

.items-cat, .items-title, .items-price {
  width: 100%;
  float: left;
  text-align: center; }

.items-cat {
  margin-top: 28px; }
  .items-cat span, .items-cat a {
    color: #1c1c1c;
    font-size: 14px; }

.items-title {
  margin-top: -1px; }
  .items-title span, .items-title a {
    font-size: 13px;
    color: #1c1c1c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block; }

.items-new-link .items-title {
  font-size: 13px;
  color: #1c1c1c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%; }

.items-price {
  font-weight: 700;
  font-size: 18px;
  margin-top: 21px; }
  .items-price.new-cost {
    color: #f89b93; }
    .items-price.new-cost i {
      margin-right: 10px;
      color: #1c1c1c;
      text-decoration: line-through;
      font-style: normal; }

.artbox_start-form .items-img a {
  pointer-events: none; }
  .artbox_start-form .items-img a:before {
    display: none !important; }

.items-event {
  position: absolute;
  left: 0;
  bottom: 20px;
  color: #fff;
  line-height: 20px;
  font-size: 11px;
  text-transform: uppercase;
  z-index: 1; }
  .items-event * {
    float: left; }
  .items-event div {
    background: #95827e;
    padding: 0 10px; }
  .items-event i {
    font-style: normal;
    background: #f89b92;
    padding: 0 5px; }

.status_items-wr {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 3; }
  .status_items-wr div {
    margin-top: 12px; }
    .status_items-wr div p {
      height: 20px;
      line-height: 22px;
      padding: 0 10px;
      font-size: 11px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top; }
      .status_items-wr div p.status_hit {
        background: #fdeadb;
        color: #f89b93; }
      .status_items-wr div p.status_new {
        background: #647da5;
        color: #fff; }
    .status_items-wr div:first-child {
      margin-top: 0; }

@media (max-width: 767px) {
  .items-price i {
    margin-right: 0 !important;
    width: 100%;
    display: inline-block; }

  .section-blog-items .items-col, .section-items-sale .items-col {
    text-align: center; }
    .section-blog-items .items-col:nth-child(4n + 5), .section-items-sale .items-col:nth-child(4n + 5) {
      clear: none; }
    .section-blog-items .items-col:nth-child(2n + 3), .section-items-sale .items-col:nth-child(2n + 3) {
      clear: both; } }
@media (max-width: 580px) {
  .section-catalog .items-col[class*="col-xs"] {
    width: 50%; }

  .catalog-wr .items-col:nth-child(3n + 4) {
    clear: none; }
  .catalog-wr .items-col:nth-child(2n + 3) {
    clear: both; } }
input, textarea, select, .input-wr .select2 .select2-selection, .button-wr .select2 .select2-selection {
  width: 100%;
  float: left;
  outline: none !important;
  height: 43px;
  background: #fff;
  border: 1px solid #d2d2d2;
  padding-left: 8px;
  margin-top: 8px;
  resize: none;
  box-shadow: none; }
  input:focus, textarea:focus, select:focus, .input-wr .select2 .select2-selection:focus, .button-wr .select2 .select2-selection:focus {
    box-shadow: 2px 3px 4px 0px rgba(238, 238, 238, 0.75) inset;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }

textarea {
  padding-top: 8px;
  min-height: 96px;
  max-height: 96px;
  max-width: 100%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/select-arrow.png) 98% 50% no-repeat !important; }

button[type="submit"] {
  display: block;
  outline: none !important;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  cursor: pointer; }

label {
  margin-top: 17px;
  float: left;
  font-size: 14px; }

.has-error input, .has-error textarea, .has-error select, .has-error .input-wr .select2 .select2-selection, .input-wr .select2 .has-error .select2-selection, .has-error .button-wr .select2 .select2-selection, .button-wr .select2 .has-error .select2-selection, .has-error textarea, .has-error select {
  border: 1px solid #f89b93 !important; }

.required label {
  position: relative; }
  .required label:before {
    display: block;
    content: "*";
    color: #f89b93 !important;
    position: absolute;
    top: 0px;
    right: -5px;
    font-size: 14px;
    font-family: Arial !important; }

.help-block {
  display: none;
  width: 100%;
  float: left;
  font-size: 13px;
  color: #888;
  margin-top: 5px; }

#overlay, #overlay-filters {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  top: 0;
  left: 0;
  cursor: default; }

#modal_close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -50px;
  cursor: pointer;
  display: block;
  z-index: 11;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #modal_close:before {
    display: block;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    content: "\e901";
    transition: 0.05s;
    -webkit-transition: 0.05s;
    -moz-transition: 0.05s;
    -ms-transition: 0.05s;
    -o-transition: 0.05s; }
  #modal_close:active:before {
    transform: scale(1.35);
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    -ms-transition: scale(1.35);
    -o-transform: scale(1.35); }

.forms_ {
  z-index: 10;
  display: none;
  position: absolute;
  width: 615px;
  border-radius: 4px;
  left: 50%;
  margin-left: -307px;
  top: 0;
  opacity: 0; }
  .forms_.forms_750 {
    width: 750px;
    margin-left: -375px; }
  .forms_.forms_556 {
    width: 556px;
    margin-left: -278px;
    left: 50%; }
  .forms_ form {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
    float: left;
    padding-top: 29px; }
  .forms_#table-sizes {
    padding: 0 68px; }
    .forms_#table-sizes #modal_close {
      color: #a0a0a0; }

.form-title {
  height: 77px;
  line-height: 77px;
  background: #fff;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  font-family: Georgia;
  border-bottom: 1px solid #d2d2d2; }

.input-wr, .button-wr {
  padding: 0 15px;
  width: 100%;
  float: left; }

.button-wr {
  margin-top: 20px; }
  .button-wr button {
    width: 165px;
    margin: 0 auto;
    float: none !important;
    border: 1px solid #f89b93;
    font-size: 11px;
    text-transform: uppercase; }
    .button-wr button:hover {
      border: 1px solid #de8b84; }

.login-wrapper {
  background: #fff;
  width: 100%;
  float: left; }

.login-wrapper form, .login-page-form form {
  padding-bottom: 0;
  padding-top: 0; }
.login-wrapper .btns_reg, .login-page-form .btns_reg {
  margin-top: 27px; }
.login-wrapper .sidebar_checks, .login-wrapper .filters_checks, .login-page-form .sidebar_checks, .login-page-form .filters_checks {
  margin-top: 18px; }
.login-wrapper .button-wr, .login-page-form .button-wr {
  position: relative;
  margin-top: 25px; }
  .login-wrapper .button-wr button, .login-page-form .button-wr button {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 1px solid #f89b93;
    background: #f89b93;
    height: 43px;
    line-height: 43px; }
    .login-wrapper .button-wr button:hover, .login-page-form .button-wr button:hover {
      background: none;
      color: #333; }
    .login-wrapper .button-wr button:active, .login-page-form .button-wr button:active {
      background: #c97e78;
      color: #fff;
      border: 1px solid #c97e78; }

.login-new-user-wr {
  background: #f6f6f6;
  padding-bottom: 41px; }

.forms_ .sidebar_checks input:checked + label:before, .forms_ .filters_checks input:checked + label:before, .forms_ .sidebar_checks textarea:checked + label:before, .forms_ .filters_checks textarea:checked + label:before, .forms_ .sidebar_checks select:checked + label:before, .forms_ .filters_checks select:checked + label:before, .forms_ .sidebar_checks .input-wr .select2 .select2-selection:checked + label:before, .input-wr .select2 .forms_ .sidebar_checks .select2-selection:checked + label:before, .forms_ .filters_checks .input-wr .select2 .select2-selection:checked + label:before, .input-wr .select2 .forms_ .filters_checks .select2-selection:checked + label:before, .forms_ .sidebar_checks .button-wr .select2 .select2-selection:checked + label:before, .button-wr .select2 .forms_ .sidebar_checks .select2-selection:checked + label:before, .forms_ .filters_checks .button-wr .select2 .select2-selection:checked + label:before, .button-wr .select2 .forms_ .filters_checks .select2-selection:checked + label:before {
  padding-left: 0; }

/*********login form restore/register************/
.btns_reg {
  width: 100%;
  text-align: center;
  margin-top: 27px;
  float: left; }
  .btns_reg a, .btns_reg span {
    width: 100%;
    float: left;
    font-size: 14px; }

.restore_password_ {
  text-decoration: none;
  margin-top: 37px;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #d4d4d4;
  margin-bottom: 49px;
  text-decoration: underline !important; }
  .restore_password_ span {
    color: #333; }

.no_account_yet {
  font-size: 17px !important;
  font-weight: 700;
  margin-top: 0; }

.to-register-link {
  font-size: 14px !important;
  width: 100%;
  display: block;
  border: 1px solid #333;
  color: #333;
  text-decoration: none !important;
  text-transform: uppercase;
  height: 43px;
  line-height: 43px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }
  .to-register-link:hover {
    background: #333;
    color: #fff; }

.register-fb {
  display: inline-block;
  margin-top: 55px;
  text-align: center;
  width: 100%; }
  .register-fb span {
    font-size: 14px;
    font-weight: 700;
    width: 100%; }
  .register-fb a {
    margin-top: 14px;
    display: inline-block;
    width: 122px;
    height: 33px;
    line-height: 33px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
    position: relative;
    padding-left: 63px;
    text-align: left; }
    .register-fb a span {
      width: 44px;
      height: 21px;
      border-right: 1px solid #d2d2d2;
      position: absolute;
      left: 1px;
      top: 50%;
      margin-top: -11px; }
      .register-fb a span:before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e905';
        color: #d2d2d2;
        font-size: 16px;
        line-height: 21px;
        position: absolute;
        text-align: center;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0; }

/**********************************/
/****************restore******************/
.email-remind-txt, .emails_txt, .txt_reg_page, .add_inform {
  font-size: 13px;
  color: #888;
  margin-top: 10px; }

/**********************************/
.button-left button {
  float: left !important; }

.button-right button {
  float: right; }

/**********************************/
/**********************************/
.txt-forms_ {
  background: #fff;
  width: 100%;
  padding: 15px;
  width: 100%;
  float: left; }

.txt-forms_overflow {
  height: 500px;
  overflow-x: hidden; }

/**********************************/
/**************success*******************/
#success_form {
  width: 420px;
  height: 152px;
  border-radius: 4px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -210px;
  display: none;
  z-index: 99998;
  background: #fff;
  padding: 0 15px; }

.txt-success {
  width: 420px;
  height: 152px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #363636; }
  .txt-success span {
    font-size: 20px; }
  .txt-success p {
    margin-top: 3px; }

/**********************************/
.modal-forms-wrapp {
  background: #fff;
  padding: 26px 15px 29px 15px; }

#hot_line {
  text-align: center; }

.model-name-test {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #333; }

[class*="hot_line-txt-"] {
  font-size: 15px;
  line-height: 15px; }

.hot_line-txt-1 {
  margin-top: 37px; }

.hot_line-txt-1, .hot_line-txt-5 {
  font-weight: 700; }

.hot_line-txt-2 {
  font-size: 24px;
  margin-top: 18px; }

.hot_line-txt-3 {
  margin-top: 12px; }

.hot_line-txt-4 {
  font-size: 13px;
  color: #898989;
  margin-top: 9px; }

.hot_line-txt-5 {
  margin-top: 28px; }

.hot_line-txt-6 {
  margin-top: 13px; }

.hot_line-txt-7 {
  font-size: 11px;
  color: #898989;
  margin-top: 49px; }

/*****************inform*****************/
/**********************************/
.help-block {
  display: none !important;
  width: 100%;
  float: left;
  font-size: 13px;
  color: #888;
  margin-top: 5px; }

.has-error .help-block {
  display: block !important; }

.forms_title {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  padding-top: 48px;
  padding-bottom: 14px; }

.login-fb {
  margin-top: 35px;
  text-align: center; }
  .login-fb a {
    display: inline-block; }
  .login-fb span {
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 28px; }
  .login-fb b {
    float: left;
    text-transform: uppercase;
    color: #3b579d;
    font-size: 14px;
    position: relative;
    line-height: 28px;
    padding-left: 37px;
    margin-left: 12px; }
    .login-fb b:before {
      position: absolute;
      width: 28px;
      height: 28px;
      display: block;
      top: 50%;
      margin-top: -14px;
      left: 0;
      background: url("../images/fb-icon.svg") 50% 50% no-repeat;
      background-size: 28px 28px;
      content: ''; }

.fb-login-btn {
  position: relative;
  margin-bottom: 31px;
  margin-top: 24px;
  width: 100%;
  float: left;
  display: block;
  height: 40px;
  background: #39549f;
  color: #fff;
  text-transform: uppercase;
  line-height: 42px;
  font-size: 14px;
  text-align: center;
  text-decoration: none !important; }
  .fb-login-btn:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #dddddd;
    display: block;
    position: absolute;
    left: 0;
    bottom: -30px; }
  .fb-login-btn span {
    position: relative;
    padding-right: 24px; }
    .fb-login-btn span:before {
      display: block;
      width: 8px;
      height: 18px;
      background: url("../images/fb-login.svg") 50% 50% no-repeat;
      background-size: 8px 18px;
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -11px;
      transition: 0.1s;
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      -ms-transition: 0.1s;
      -o-transition: 0.1s; }
  .fb-login-btn:hover span:before {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transition: scale(1.15);
    -o-transform: scale(1.15); }
  .fb-login-btn:active {
    color: #c2c2c2; }

@media (max-width: 767px) {
  .login-wrapper .btns_reg {
    margin-top: 20px; }
  .login-wrapper .button-wr button {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto; }

  .forms_ {
    width: 100%;
    left: 0;
    margin-left: 0;
    border-radius: 0;
    padding: 0 15px; }
    .forms_ label {
      font-size: 16px; }

  #modal_close {
    right: 15px; }
    #modal_close:before {
      color: #333; }

  .form-title {
    font-size: 20px; }

  .register-fb span {
    display: block; } }
@media (max-width: 360px) {
  .fb-login-btn {
    font-size: 13px; } }
@media (max-width: 575px) {
  .forms_.forms_556 {
    width: 100%;
    left: 0;
    margin-left: 0; } }
@media (max-height: 550px) {
  .txt-forms_overflow {
    height: 350px; } }
@media (max-height: 450px) {
  .txt-forms_overflow {
    height: 250px; }

  #success_form {
    width: 300px;
    margin-left: -150px; } }
@media (max-height: 350px) {
  .txt-forms_overflow {
    height: 200px; } }
@media (max-height: 300px) {
  .txt-forms_overflow {
    height: 150px; } }
@media (max-height: 250px) {
  .txt-forms_overflow {
    height: 100px; } }
@media (max-height: 200px) {
  .txt-forms_overflow {
    height: 50px; } }
@media (max-height: 150px) {
  .txt-forms_overflow {
    height: 30px; } }
.btn_, .button-wr button {
  display: block;
  float: left;
  height: 43px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  border: 1px solid #1c1c1c;
  background: #fff;
  padding: 0 11px 0 11px;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }
  .btn_:hover, .button-wr button:hover {
    text-decoration: none;
    background: #1c1c1c;
    border: 1px solid #1c1c1c;
    color: #fff; }
  .btn_:active, .button-wr button:active {
    color: #fff;
    background: #494949;
    border: 1px solid #494949; }
  .btn_.btn-bye-card.disabled, .button-wr button.btn-bye-card.disabled {
    background: #c6c6c6 !important;
    border: 1px solid #c6c6c6 !important;
    color: #1c1c1c !important;
    font-size: 11px;
    cursor: default;
    pointer-events: none; }

.sliders.slider-home {
  position: relative;
  overflow: hidden; }
  .sliders.slider-home .owl-stage-outer {
    float: left;
    padding-left: 0;
    padding-right: 0; }
  .sliders.slider-home .owl-controls {
    display: none; }
  .sliders.slider-home .owl-dots {
    position: relative;
    bottom: auto;
    left: auto;
    float: left;
    margin-top: 52px; }
    .sliders.slider-home .owl-dots.disabled {
      display: none; }
  .sliders.slider-home .owl-nav.disabled {
    display: none; }
.sliders.slider-modal .owl-stage-outer {
  float: left;
  padding-left: 0;
  padding-right: 0; }
.sliders.owl-carousel {
  overflow: hidden; }

.owl-video-play-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2; }
  .owl-video-play-icon:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
    content: '\e902';
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 32px;
    background: none;
    z-index: 2;
    font-weight: 700; }

.owl-video-tn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.owl-video-wrapper {
  height: 300px;
  float: left;
  width: 100%; }

.owl-video-frame {
  z-index: 3;
  position: relative;
  width: 100%;
  height: 100%;
  float: left; }
  .owl-video-frame iframe {
    width: 100% !important;
    max-height: 100% !important; }

.owl-height {
  transition: 0.35s;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s; }

.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  float: left; }

.owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-item {
  float: left;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  position: relative; }
  .owl-item [class*="cl-"] {
    width: 100% !important;
    padding: 0 15px; }

/*dots*/
.owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 15px; }
  .owl-dots .owl-dot {
    display: inline-block;
    width: 30px;
    height: 10px;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    position: relative;
    padding-top: 4px; }
    .owl-dots .owl-dot:before {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #d4d4d4; }
    .owl-dots .owl-dot.active:before {
      background: #f89b93; }
    .owl-dots .owl-dot:hover {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: alpha(opacity=90); }

/*******/
.slider-articles {
  overflow: hidden; }
  .slider-articles div.articles-items {
    margin-top: 18px;
    line-height: 18px; }
    .slider-articles div.articles-items .img-link {
      display: block;
      text-align: center;
      overflow: hidden; }
      .slider-articles div.articles-items .img-link img {
        vertical-align: top;
        max-width: 100%;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s; }
    .slider-articles div.articles-items .articles-link {
      margin-top: 11px;
      display: block; }
    .slider-articles div.articles-items p {
      margin-top: 18px; }
    .slider-articles div.articles-items:nth-child(3n+1) {
      clear: both; }
    .slider-articles div.articles-items .articles-excerpt {
      height: 252px;
      overflow: hidden;
      position: relative; }
      .slider-articles div.articles-items .articles-excerpt:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 45px;
        background: rgba(255, 255, 255, 0);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color',GradientType=1 ); }
    .slider-articles div.articles-items:hover .img-link img {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      filter: gray;
      -webkit-filter: grayscale(80%);
      -ms-filter: grayscale(80%);
      -o-filter: grayscale(80%);
      -moz-filter: grayscale(80%);
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transition: scale(1.05);
      -o-transform: scale(1.05); }
  .slider-articles.owl-carousel div {
    float: left; }
  .slider-articles.owl-carousel .owl-item {
    float: left;
    padding: 0 15px; }
    .slider-articles.owl-carousel .owl-item .articles-items {
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      clear: none !important; }

.arrows-sales-wr {
  padding-right: 0 !important; }

.row-sliders-home .arrows-sales-wr {
  padding-left: 22px; }

.btn-l_, .btn-r_ {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 54px;
  height: 44px;
  cursor: pointer;
  float: left;
  text-align: center;
  background: #fff;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .btn-l_.vis_, .btn-r_.vis_ {
    display: block !important; }
  .btn-l_:before, .btn-r_:before {
    color: #333;
    line-height: 44px;
    content: '\e907';
    font-size: 24px;
    position: relative;
    z-index: 2; }
  .btn-l_:after, .btn-r_:after {
    background: #fff;
    position: absolute;
    z-index: 1;
    padding-left: 10px;
    box-sizing: content-box;
    left: -10px;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block; }
  .btn-l_.lock, .btn-r_.lock {
    cursor: default; }
    .btn-l_.lock:before, .btn-r_.lock:before {
      color: #d4d4d4;
      opacity: 1 !important; }
  .btn-l_:hover:before, .btn-r_:hover:before {
    opacity: 0.7; }
  .btn-l_:active:before, .btn-r_:active:before {
    opacity: 0.5; }

.btn-l_ {
  left: 50%;
  margin-left: -54px; }

.btn-r_ {
  right: 50%;
  margin-right: -54px; }
  .btn-r_:before {
    content: '\e908'; }
  .btn-r_:after {
    left: 0; }

/***********slider-first***********/
.slider-first-wrapp {
  width: 100%;
  float: left; }

.slider-first {
  position: relative;
  overflow: hidden; }
  .slider-first .owl-stage-outer {
    float: left; }
  .slider-first .owl-controls-wr {
    min-height: 34px;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 69px;
    width: 100%; }
  .slider-first .owl-controls {
    display: inline-block;
    position: relative; }
  .slider-first .owl-dots {
    margin-top: 5px;
    float: none;
    padding: 0;
    position: relative;
    width: auto;
    right: auto;
    left: auto;
    left: auto;
    bottom: auto;
    margin-right: 0;
    margin-left: 0; }
    .slider-first .owl-dots:first-child {
      margin-left: 0; }
  .slider-first .owl-prev, .slider-first .owl-next {
    cursor: pointer;
    width: 36px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: -48px; }
    .slider-first .owl-prev:before, .slider-first .owl-next:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      font-size: 34px;
      line-height: 34px;
      content: '\e900'; }
    .slider-first .owl-prev.owl-next, .slider-first .owl-next.owl-next {
      left: auto;
      right: -48px; }
      .slider-first .owl-prev.owl-next:before, .slider-first .owl-next.owl-next:before {
        content: '\e901'; }
  .slider-first div.slider-first-items {
    width: 100%;
    float: left; }
    .slider-first div.slider-first-items img {
      max-width: 100%;
      vertical-align: top; }

.slider-texts-wrapp {
  display: table-cell;
  vertical-align: middle;
  height: 680px; }

.title-sl-h {
  font-size: 48px;
  color: #f89b93;
  line-height: normal;
  text-transform: uppercase;
  font-family: Georgia; }

.txt-sl-h {
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
  line-height: 24px; }

.link-si-h {
  margin-top: 36px; }
  .link-si-h a {
    width: 165px;
    line-height: 38px;
    height: 38px;
    text-align: center;
    float: left;
    border: 1px solid #fff;
    font-weight: 300;
    color: #fff;
    text-decoration: none !important; }

.section-slider-home .owl-stage-outer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden; }
.section-slider-home .owl-dots {
  bottom: -41px; }
.section-slider-home .owl-prev, .section-slider-home .owl-next {
  text-align: center;
  position: absolute;
  width: 18px;
  height: 32px;
  cursor: pointer;
  display: block;
  top: 50%;
  margin-top: -16px;
  left: 10%; }
  .section-slider-home .owl-prev:before, .section-slider-home .owl-next:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    line-height: 24px;
    content: '\e907';
    font-size: 24px;
    top: 50%;
    position: absolute;
    margin-top: -12px;
    left: 50%;
    margin-left: -6px; }
.section-slider-home .owl-next {
  left: auto;
  right: 10%; }
  .section-slider-home .owl-next:before {
    content: '\e908'; }

@media (max-width: 1600px) {
  .section-slider-home .owl-prev {
    left: 5%; }
  .section-slider-home .owl-next {
    right: 5%; } }
@media (max-width: 1400px) {
  .section-slider-home .owl-prev {
    left: 20px; }
  .section-slider-home .owl-next {
    right: 20px; } }
@media (max-width: 767px) {
  .section-slider-home .owl-prev, .section-slider-home .owl-next {
    display: none; }
  .section-slider-home .owl-dots {
    bottom: -30px; }

  .owl-item [class*="cl-"] {
    padding: 0 10px; } }
/***********slider-card************/
.slider-card {
  float: left;
  width: 100%; }
  .slider-card .card-slider-img {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center; }
    .slider-card .card-slider-img img {
      max-width: 100%;
      max-height: 100%; }
  .slider-card .card-slider-img, .slider-card .video-card-slider {
    height: 353px; }
  .slider-card .video-card-slider {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center; }
    .slider-card .video-card-slider iframe {
      width: 100% !important;
      max-height: 100% !important; }
  .slider-card .owl-nav {
    display: none; }
  .slider-card .owl-dots {
    padding-right: 0;
    margin-top: 6px;
    position: relative;
    bottom: auto;
    width: auto;
    padding-left: 0; }
    .slider-card .owl-dots .owl-dot {
      width: 12px;
      height: 12px;
      position: relative; }
      .slider-card .owl-dots .owl-dot:before {
        background: #ced0d6;
        border: 1px solid #ced0d6;
        transform: scale(1);
        width: 11px;
        height: 11px;
        position: absolute;
        top: 0;
        margin-top: 0;
        left: 0;
        margin-left: 0;
        border-radius: 100%; }
      .slider-card .owl-dots .owl-dot.active {
        background: #fff !important; }
        .slider-card .owl-dots .owl-dot.active:before {
          background: #50ae34;
          border: 1px solid #50ae34 !important;
          width: 8px;
          height: 8px;
          top: 50%;
          margin-top: -4px;
          left: 50%;
          margin-left: -4px; }

.gallery-card-wrapp .card-list-buttons {
  float: right;
  width: auto;
  margin-top: -28px; }

/***********slider-card************/
.mob-category .owl-nav {
  display: none; }
.mob-category .owl-stage-outer {
  float: left;
  width: 100%;
  overflow: hidden; }

@media (min-width: 992px) {
  .row.row-sliders-home {
    margin-left: -22px;
    margin-right: -22px; } }
/******tabs*******/
.title-blocks-home-tabs-wr {
  margin-top: 61px;
  z-index: 2;
  position: relative;
  text-align: center; }

.title-blocks-home-tabs {
  padding-left: 25px;
  margin-right: 25px;
  position: relative;
  float: left;
  display: inline-block; }
  .title-blocks-home-tabs:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background: #a3a3a3;
    top: 50%;
    margin-top: -5px;
    left: 0; }
  .title-blocks-home-tabs:first-child {
    padding-left: 0; }
    .title-blocks-home-tabs:first-child:before {
      display: none; }
  .title-blocks-home-tabs:last-child {
    margin-right: 0; }
  .title-blocks-home-tabs span {
    float: left;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    color: #a3a3a3; }
  .title-blocks-home-tabs.active span {
    color: #1c1c1c; }

.slider-tabs {
  margin-top: -21px; }
  .slider-tabs .btn-l_, .slider-tabs .btn-r_ {
    margin-top: 0; }

/******end tabs*******/
@media (max-width: 767px) {
  .arrows-sales-wr {
    text-align: center; }
    .arrows-sales-wr .btn-l_, .arrows-sales-wr .btn-r_ {
      display: none !important; }
    .arrows-sales-wr .title-blocks-home {
      float: none;
      margin-top: 4px; }

  .title-blocks-home-tabs {
    padding-left: 15px;
    margin-right: 15px;
    float: none; }

  .slider-tabs {
    margin-top: -4px; }

  .slider-first .owl-nav {
    display: none; }

  .slider-first-items {
    background: none !important; }

  .txt-sl-h {
    color: #333; }

  .link-si-h {
    text-align: center; }
    .link-si-h a {
      color: #a0a0a0;
      border: 1px solid #a0a0a0;
      display: inline-block;
      float: none; }

  .slider-texts-wrapp {
    height: auto; }

  .slider-first .owl-controls-wr {
    bottom: 0; }

  .slider-texts-wrapp {
    padding-bottom: 45px; }

  .slider-first .owl-dots .owl-dot {
    background: #a0a0a0; }
    .slider-first .owl-dots .owl-dot.active {
      background: #fff; }

  .title-sl-h {
    font-size: 22px;
    margin-top: 12px; }

  .txt-sl-h {
    line-height: 18px;
    font-size: 15px;
    margin-top: 7px; }

  .link-si-h {
    margin-top: 18px; }

  .sliders.slider-home .owl-dots {
    float: right;
    width: auto;
    padding: 0 10px 0 0; } }
@media (max-width: 550px) {
  .card-slider-img {
    max-height: 353px; }

  .slider-card {
    max-height: 394px;
    overflow: hidden; }
    .slider-card.owl-loaded {
      max-height: none; }

  .options-hide-blocks ul {
    max-width: 196px; }

  .more-hide-options {
    right: auto;
    left: 196px; } }
@media (max-width: 450px) {
  .slider-card .card-slider-img {
    height: auto; }

  .slider-card .video-card-slider {
    height: 300px; } }
@media (max-width: 400px) {
  .slider-card {
    max-height: 350px; } }
@media (max-width: 370px) {
  .slider-card {
    max-height: 327px; } }
@media (max-width: 360px) {
  .slider-card {
    max-height: 319px; } }
@media (max-width: 350px) {
  .slider-card {
    max-height: 310px; } }
@media (max-width: 340px) {
  .slider-card {
    max-height: 302px; } }
@media (max-width: 330px) {
  .slider-card {
    max-height: 293px; } }
@media (max-width: 325px) {
  .slider-card {
    max-height: 289px; } }
.label-fix {
  margin-top: 1px; }

.sidebar_checks, .filters_checks, .radio_custom {
  width: 100%;
  float: left;
  margin-top: 8px; }
  .sidebar_checks label, .filters_checks label, .radio_custom label {
    margin-top: 0;
    font-weight: normal;
    font-size: 13px; }
  .sidebar_checks input, .filters_checks input, .sidebar_checks textarea, .filters_checks textarea, .sidebar_checks select, .filters_checks select, .sidebar_checks .input-wr .select2 .select2-selection, .input-wr .select2 .sidebar_checks .select2-selection, .filters_checks .input-wr .select2 .select2-selection, .input-wr .select2 .filters_checks .select2-selection, .sidebar_checks .button-wr .select2 .select2-selection, .button-wr .select2 .sidebar_checks .select2-selection, .filters_checks .button-wr .select2 .select2-selection, .button-wr .select2 .filters_checks .select2-selection, .radio_custom input, .radio_custom textarea, .radio_custom select, .radio_custom .input-wr .select2 .select2-selection, .input-wr .select2 .radio_custom .select2-selection, .radio_custom .button-wr .select2 .select2-selection, .button-wr .select2 .radio_custom .select2-selection {
    display: none; }
    .sidebar_checks input + label, .filters_checks input + label, .sidebar_checks textarea + label, .filters_checks textarea + label, .sidebar_checks select + label, .filters_checks select + label, .sidebar_checks .input-wr .select2 .select2-selection + label, .input-wr .select2 .sidebar_checks .select2-selection + label, .filters_checks .input-wr .select2 .select2-selection + label, .input-wr .select2 .filters_checks .select2-selection + label, .sidebar_checks .button-wr .select2 .select2-selection + label, .button-wr .select2 .sidebar_checks .select2-selection + label, .filters_checks .button-wr .select2 .select2-selection + label, .button-wr .select2 .filters_checks .select2-selection + label, .radio_custom input + label, .radio_custom textarea + label, .radio_custom select + label, .radio_custom .input-wr .select2 .select2-selection + label, .input-wr .select2 .radio_custom .select2-selection + label, .radio_custom .button-wr .select2 .select2-selection + label, .button-wr .select2 .radio_custom .select2-selection + label {
      font-size: 15px;
      text-transform: none;
      color: #1c1c1c !important;
      position: relative;
      padding-left: 30px;
      cursor: pointer;
      line-height: 18px; }
      .sidebar_checks input + label:before, .filters_checks input + label:before, .sidebar_checks textarea + label:before, .filters_checks textarea + label:before, .sidebar_checks select + label:before, .filters_checks select + label:before, .sidebar_checks .input-wr .select2 .select2-selection + label:before, .input-wr .select2 .sidebar_checks .select2-selection + label:before, .filters_checks .input-wr .select2 .select2-selection + label:before, .input-wr .select2 .filters_checks .select2-selection + label:before, .sidebar_checks .button-wr .select2 .select2-selection + label:before, .button-wr .select2 .sidebar_checks .select2-selection + label:before, .filters_checks .button-wr .select2 .select2-selection + label:before, .button-wr .select2 .filters_checks .select2-selection + label:before, .radio_custom input + label:before, .radio_custom textarea + label:before, .radio_custom select + label:before, .radio_custom .input-wr .select2 .select2-selection + label:before, .input-wr .select2 .radio_custom .select2-selection + label:before, .radio_custom .button-wr .select2 .select2-selection + label:before, .button-wr .select2 .radio_custom .select2-selection + label:before {
        position: absolute;
        content: '';
        width: 16px;
        height: 16px;
        top: -1px;
        left: 0;
        background: #fff;
        border: 1px solid #dddddd;
        cursor: pointer; }
      .sidebar_checks input + label a, .filters_checks input + label a, .sidebar_checks textarea + label a, .filters_checks textarea + label a, .sidebar_checks select + label a, .filters_checks select + label a, .sidebar_checks .input-wr .select2 .select2-selection + label a, .input-wr .select2 .sidebar_checks .select2-selection + label a, .filters_checks .input-wr .select2 .select2-selection + label a, .input-wr .select2 .filters_checks .select2-selection + label a, .sidebar_checks .button-wr .select2 .select2-selection + label a, .button-wr .select2 .sidebar_checks .select2-selection + label a, .filters_checks .button-wr .select2 .select2-selection + label a, .button-wr .select2 .filters_checks .select2-selection + label a, .radio_custom input + label a, .radio_custom textarea + label a, .radio_custom select + label a, .radio_custom .input-wr .select2 .select2-selection + label a, .input-wr .select2 .radio_custom .select2-selection + label a, .radio_custom .button-wr .select2 .select2-selection + label a, .button-wr .select2 .radio_custom .select2-selection + label a {
        text-decoration: none !important;
        padding-left: 0;
        float: none; }
        .sidebar_checks input + label a:before, .filters_checks input + label a:before, .sidebar_checks textarea + label a:before, .filters_checks textarea + label a:before, .sidebar_checks select + label a:before, .filters_checks select + label a:before, .sidebar_checks .input-wr .select2 .select2-selection + label a:before, .input-wr .select2 .sidebar_checks .select2-selection + label a:before, .filters_checks .input-wr .select2 .select2-selection + label a:before, .input-wr .select2 .filters_checks .select2-selection + label a:before, .sidebar_checks .button-wr .select2 .select2-selection + label a:before, .button-wr .select2 .sidebar_checks .select2-selection + label a:before, .filters_checks .button-wr .select2 .select2-selection + label a:before, .button-wr .select2 .filters_checks .select2-selection + label a:before, .radio_custom input + label a:before, .radio_custom textarea + label a:before, .radio_custom select + label a:before, .radio_custom .input-wr .select2 .select2-selection + label a:before, .input-wr .select2 .radio_custom .select2-selection + label a:before, .radio_custom .button-wr .select2 .select2-selection + label a:before, .button-wr .select2 .radio_custom .select2-selection + label a:before {
          display: none; }
      .sidebar_checks input + label p, .filters_checks input + label p, .sidebar_checks textarea + label p, .filters_checks textarea + label p, .sidebar_checks select + label p, .filters_checks select + label p, .sidebar_checks .input-wr .select2 .select2-selection + label p, .input-wr .select2 .sidebar_checks .select2-selection + label p, .filters_checks .input-wr .select2 .select2-selection + label p, .input-wr .select2 .filters_checks .select2-selection + label p, .sidebar_checks .button-wr .select2 .select2-selection + label p, .button-wr .select2 .sidebar_checks .select2-selection + label p, .filters_checks .button-wr .select2 .select2-selection + label p, .button-wr .select2 .filters_checks .select2-selection + label p, .radio_custom input + label p, .radio_custom textarea + label p, .radio_custom select + label p, .radio_custom .input-wr .select2 .select2-selection + label p, .input-wr .select2 .radio_custom .select2-selection + label p, .radio_custom .button-wr .select2 .select2-selection + label p, .button-wr .select2 .radio_custom .select2-selection + label p {
        color: #1c1c1c;
        display: inline-block; }
        .sidebar_checks input + label p.disabled, .filters_checks input + label p.disabled, .sidebar_checks textarea + label p.disabled, .filters_checks textarea + label p.disabled, .sidebar_checks select + label p.disabled, .filters_checks select + label p.disabled, .sidebar_checks .input-wr .select2 .select2-selection + label p.disabled, .input-wr .select2 .sidebar_checks .select2-selection + label p.disabled, .filters_checks .input-wr .select2 .select2-selection + label p.disabled, .input-wr .select2 .filters_checks .select2-selection + label p.disabled, .sidebar_checks .button-wr .select2 .select2-selection + label p.disabled, .button-wr .select2 .sidebar_checks .select2-selection + label p.disabled, .filters_checks .button-wr .select2 .select2-selection + label p.disabled, .button-wr .select2 .filters_checks .select2-selection + label p.disabled, .radio_custom input + label p.disabled, .radio_custom textarea + label p.disabled, .radio_custom select + label p.disabled, .radio_custom .input-wr .select2 .select2-selection + label p.disabled, .input-wr .select2 .radio_custom .select2-selection + label p.disabled, .radio_custom .button-wr .select2 .select2-selection + label p.disabled, .button-wr .select2 .radio_custom .select2-selection + label p.disabled {
          opacity: 0.5;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          filter: alpha(opacity=50); }
    .sidebar_checks input:checked + label:before, .filters_checks input:checked + label:before, .sidebar_checks textarea:checked + label:before, .filters_checks textarea:checked + label:before, .sidebar_checks select:checked + label:before, .filters_checks select:checked + label:before, .sidebar_checks .input-wr .select2 .select2-selection:checked + label:before, .input-wr .select2 .sidebar_checks .select2-selection:checked + label:before, .filters_checks .input-wr .select2 .select2-selection:checked + label:before, .input-wr .select2 .filters_checks .select2-selection:checked + label:before, .sidebar_checks .button-wr .select2 .select2-selection:checked + label:before, .button-wr .select2 .sidebar_checks .select2-selection:checked + label:before, .filters_checks .button-wr .select2 .select2-selection:checked + label:before, .button-wr .select2 .filters_checks .select2-selection:checked + label:before, .radio_custom input:checked + label:before, .radio_custom textarea:checked + label:before, .radio_custom select:checked + label:before, .radio_custom .input-wr .select2 .select2-selection:checked + label:before, .input-wr .select2 .radio_custom .select2-selection:checked + label:before, .radio_custom .button-wr .select2 .select2-selection:checked + label:before, .button-wr .select2 .radio_custom .select2-selection:checked + label:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e909";
      color: #1c1c1c;
      font-size: 6px;
      text-align: center;
      line-height: 15px;
      font-weight: 700;
      padding-left: 1px; }
    .sidebar_checks input[disabled="disabled"] + label:before, .filters_checks input[disabled="disabled"] + label:before, .sidebar_checks textarea[disabled="disabled"] + label:before, .filters_checks textarea[disabled="disabled"] + label:before, .sidebar_checks select[disabled="disabled"] + label:before, .filters_checks select[disabled="disabled"] + label:before, .sidebar_checks .input-wr .select2 [disabled="disabled"].select2-selection + label:before, .input-wr .select2 .sidebar_checks [disabled="disabled"].select2-selection + label:before, .filters_checks .input-wr .select2 [disabled="disabled"].select2-selection + label:before, .input-wr .select2 .filters_checks [disabled="disabled"].select2-selection + label:before, .sidebar_checks .button-wr .select2 [disabled="disabled"].select2-selection + label:before, .button-wr .select2 .sidebar_checks [disabled="disabled"].select2-selection + label:before, .filters_checks .button-wr .select2 [disabled="disabled"].select2-selection + label:before, .button-wr .select2 .filters_checks [disabled="disabled"].select2-selection + label:before, .radio_custom input[disabled="disabled"] + label:before, .radio_custom textarea[disabled="disabled"] + label:before, .radio_custom select[disabled="disabled"] + label:before, .radio_custom .input-wr .select2 [disabled="disabled"].select2-selection + label:before, .input-wr .select2 .radio_custom [disabled="disabled"].select2-selection + label:before, .radio_custom .button-wr .select2 [disabled="disabled"].select2-selection + label:before, .button-wr .select2 .radio_custom [disabled="disabled"].select2-selection + label:before {
      cursor: default;
      border-color: #ddd !important;
      background: #ddd !important;
      color: #1c1c1c !important; }
  .sidebar_checks a, .filters_checks a, .radio_custom a {
    line-height: 16px;
    font-size: 15px;
    color: #1c1c1c;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    text-decoration: none !important;
    float: left; }
    .sidebar_checks a:before, .filters_checks a:before, .radio_custom a:before {
      position: absolute;
      content: '';
      width: 16px;
      height: 16px;
      top: -1px;
      left: 0;
      background: #fff;
      border: 1px solid #dddddd;
      cursor: pointer; }
    .sidebar_checks a p, .filters_checks a p, .radio_custom a p {
      display: inline-block;
      font-size: 13px;
      color: #858585;
      margin-left: 5px; }
      .sidebar_checks a p.disabled, .filters_checks a p.disabled, .radio_custom a p.disabled {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50); }

.radio_custom input + label, .radio_custom textarea + label, .radio_custom select + label, .radio_custom .input-wr .select2 .select2-selection + label, .input-wr .select2 .radio_custom .select2-selection + label, .radio_custom .button-wr .select2 .select2-selection + label, .button-wr .select2 .radio_custom .select2-selection + label {
  color: #777777;
  padding-left: 30px; }
  .radio_custom input + label:before, .radio_custom textarea + label:before, .radio_custom select + label:before, .radio_custom .input-wr .select2 .select2-selection + label:before, .input-wr .select2 .radio_custom .select2-selection + label:before, .radio_custom .button-wr .select2 .select2-selection + label:before, .button-wr .select2 .radio_custom .select2-selection + label:before {
    top: 1px;
    border-radius: 100%;
    border-top: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
    border-right: 1px solid #dddddd !important;
    border-left: 1px solid #dddddd !important; }
.radio_custom input:checked + label:before, .radio_custom textarea:checked + label:before, .radio_custom select:checked + label:before, .radio_custom .input-wr .select2 .select2-selection:checked + label:before, .input-wr .select2 .radio_custom .select2-selection:checked + label:before, .radio_custom .button-wr .select2 .select2-selection:checked + label:before, .button-wr .select2 .radio_custom .select2-selection:checked + label:before {
  background: none;
  content: ''; }
.radio_custom input:checked + label:after, .radio_custom textarea:checked + label:after, .radio_custom select:checked + label:after, .radio_custom .input-wr .select2 .select2-selection:checked + label:after, .input-wr .select2 .radio_custom .select2-selection:checked + label:after, .radio_custom .button-wr .select2 .select2-selection:checked + label:after, .button-wr .select2 .radio_custom .select2-selection:checked + label:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 5px;
  left: 4px;
  background: #f89b93;
  border-radius: 100%; }

.checked a:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #1c1c1c;
  font-size: 6px;
  text-align: center;
  line-height: 15px;
  font-weight: 700;
  padding-left: 1px; }

#login_modal .sidebar_checks input + label:before, #login_modal .filters_checks input + label:before, #login_modal .sidebar_checks textarea + label:before, #login_modal .filters_checks textarea + label:before, #login_modal .sidebar_checks select + label:before, #login_modal .filters_checks select + label:before, #login_modal .sidebar_checks .input-wr .select2 .select2-selection + label:before, .input-wr .select2 #login_modal .sidebar_checks .select2-selection + label:before, #login_modal .filters_checks .input-wr .select2 .select2-selection + label:before, .input-wr .select2 #login_modal .filters_checks .select2-selection + label:before, #login_modal .sidebar_checks .button-wr .select2 .select2-selection + label:before, .button-wr .select2 #login_modal .sidebar_checks .select2-selection + label:before, #login_modal .filters_checks .button-wr .select2 .select2-selection + label:before, .button-wr .select2 #login_modal .filters_checks .select2-selection + label:before {
  top: 0; }

.filters_checks {
  margin-top: 12px; }
  .filters_checks:first-child {
    margin-top: 0; }

.section-breadcrumb {
  margin-top: 17px;
  margin-bottom: 23px; }

.breadcrumb-wrapp {
  padding-left: 0 !important;
  padding-right: 0 !important; }

ul.breadcrumb {
  padding: 0 15px;
  border-top: 0;
  width: 100%;
  float: left;
  padding-top: 12px;
  padding-bottom: 14px;
  white-space: nowrap;
  position: relative;
  overflow: hidden; }
  ul.breadcrumb:before {
    position: absolute;
    height: 18px;
    right: 0;
    top: 50%;
    margin-top: -9px;
    content: '';
    width: 45px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color',GradientType=1 );
    z-index: 2; }
  ul.breadcrumb li {
    display: inline-block;
    color: #9f9f9f;
    margin-left: 19px;
    font-size: 13px;
    line-height: 14px; }
    ul.breadcrumb li:first-child {
      margin-left: 0; }
    ul.breadcrumb li a {
      color: inherit;
      position: relative;
      display: block;
      line-height: 14px; }
      ul.breadcrumb li a:before {
        content: '';
        width: 1px;
        height: 14px;
        background: #dddddd;
        position: absolute;
        right: -12px;
        top: 50%;
        margin-top: -7px;
        display: block; }
      ul.breadcrumb li a span {
        color: inherit;
        display: block;
        line-height: 14px; }
    ul.breadcrumb li span {
      color: inherit;
      display: block;
      line-height: 14px; }
    ul.breadcrumb li.active {
      cursor: default; }
      ul.breadcrumb li.active a {
        cursor: default; }

@media (max-width: 767px) {
  .section-breadcrumb {
    margin-bottom: 15px; }

  .breadcrumb {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 12px !important; }

  .breadcrumb-wrapp {
    padding-right: 0 !important;
    padding-left: 10px !important; } }
ul.pagination {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-top: 20px; }
  ul.pagination li {
    float: left;
    list-style: none;
    width: auto;
    height: 42px;
    border: 1px solid #dddddd;
    line-height: 42px;
    text-align: center;
    margin: 0 5px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    display: block; }
    ul.pagination li a {
      text-decoration: none;
      color: #333;
      font-size: 15px;
      display: block;
      height: 100%;
      padding: 0 2px;
      min-width: 42px; }
    ul.pagination li:active {
      background: #d4d4d4; }
      ul.pagination li:active a {
        transition: 0.05s;
        -webkit-transition: 0.05s;
        -moz-transition: 0.05s;
        -ms-transition: 0.05s;
        -o-transition: 0.05s;
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transition: scale(1.05);
        -o-transform: scale(1.05); }
    ul.pagination li.active {
      background: #dddddd !important;
      border: 1px solid #dddddd !important;
      box-shadow: none !important; }
      ul.pagination li.active a {
        cursor: default;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transition: scale(1);
        -o-transform: scale(1); }
    ul.pagination li.prev, ul.pagination li.next {
      cursor: pointer;
      border: 0 !important;
      width: 32px;
      box-shadow: none !important;
      background: #fff !important;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      ul.pagination li.prev span, ul.pagination li.prev a, ul.pagination li.next span, ul.pagination li.next a {
        width: 42px;
        font-size: 0;
        color: #fff; }
      ul.pagination li.prev a, ul.pagination li.next a {
        position: absolute;
        top: 0;
        left: 0; }
      ul.pagination li.prev:before, ul.pagination li.next:before {
        content: "\e907";
        font-size: 24px;
        line-height: 42px;
        color: #333; }
      ul.pagination li.prev.next:before, ul.pagination li.next.next:before {
        content: "\e908";
        font-size: 24px;
        line-height: 42px;
        color: #333; }
      ul.pagination li.prev.disabled, ul.pagination li.next.disabled {
        cursor: default; }
        ul.pagination li.prev.disabled:before, ul.pagination li.next.disabled:before {
          color: #d4d4d4 !important; }
        ul.pagination li.prev.disabled:hover:before, ul.pagination li.next.disabled:hover:before {
          color: #d4d4d4 !important; }
      ul.pagination li.prev:hover:before, ul.pagination li.next:hover:before {
        color: #f89b93 !important; }
    ul.pagination li:hover {
      border: 1px solid #fff;
      box-shadow: 0px 0px 15px 0px rgba(109, 109, 109, 0.15); }
      ul.pagination li:hover.prev:before, ul.pagination li:hover.next:before {
        color: #424446; }
      ul.pagination li:hover.prev.disabled:before, ul.pagination li:hover.next.disabled:before {
        color: #d4d4d4; }
    ul.pagination li:active.prev:before, ul.pagination li:active.next:before {
      color: #1f2021; }
    ul.pagination li:active.prev.disabled:before, ul.pagination li:active.next.disabled:before {
      color: #d4d4d4; }

.load-more-wr {
  border-top: 1px solid #dddddd;
  margin-top: 25px; }
  .load-more-wr div {
    width: 155px;
    height: 44px;
    margin: 31px auto 0 auto;
    cursor: pointer;
    color: #858585;
    font-size: 14px;
    padding-left: 53px;
    display: table;
    position: relative; }
    .load-more-wr div p {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 14px; }
      .load-more-wr div p b {
        font-size: 14px;
        color: #858585;
        font-weight: normal; }
    .load-more-wr div span {
      position: absolute;
      width: 53px;
      height: 100%;
      left: 0;
      top: 0;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      transition: 0.05s;
      -webkit-transition: 0.05s;
      -moz-transition: 0.05s;
      -ms-transition: 0.05s;
      -o-transition: 0.05s; }
      .load-more-wr div span:before {
        display: block;
        content: "\e90d";
        font-size: 39px;
        line-height: 44px;
        color: #333;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s; }
    .load-more-wr div:hover span:before {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transition: 0.5s;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s; }
    .load-more-wr div:active span {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transition: scale(1.1);
      -o-transform: scale(1.1); }
      .load-more-wr div:active span:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg); }
  .load-more-wr.more_anim span:before {
    animation-name: loadMore;
    animation-duration: 0.7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running; }

@keyframes loadMore {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media (max-width: 767px) {
  ul.pagination li {
    height: 28px;
    line-height: 26px; }
    ul.pagination li a {
      font-size: 13px;
      min-width: 26px; }

  ul.pagination li.prev.next:before, ul.pagination li.next.next:before, ul.pagination li.prev:before, ul.pagination li.next:before {
    line-height: 30px; } }
.section-catalog {
  padding-bottom: 6px; }

.sort-cat-wr {
  float: left;
  margin-top: 40px;
  height: 30px;
  font-size: 13px; }
  .sort-cat-wr p {
    font-size: 15px;
    color: #858585;
    float: left;
    line-height: 30px; }

.sort-cat {
  font-size: 15px;
  margin-left: -6px;
  float: left;
  position: relative;
  z-index: 3;
  padding: 6px 26px 9px 10px; }
  .sort-cat > a {
    color: #333;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    padding-left: 16px; }
    .sort-cat > a:before {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e908';
      color: #a0a0a0;
      font-size: 8px;
      transition: 0.2s;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      position: absolute;
      top: 9px;
      left: 4px; }
  .sort-cat ul {
    display: none; }
    .sort-cat ul li {
      list-style: none;
      margin-top: 9px; }
      .sort-cat ul li a {
        text-decoration: none;
        white-space: nowrap; }
  .sort-cat.active > a {
    color: #1c1c1c;
    cursor: default;
    z-index: 3; }
    .sort-cat.active > a:before {
      transform: rotate(270deg);
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg); }
  .sort-cat.active ul {
    display: block;
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(149, 149, 149, 0.75);
    left: 0;
    top: 0;
    padding-top: 22px;
    padding-left: 26px;
    padding-right: 12px;
    padding-bottom: 12px; }
    .sort-cat.active ul li a:hover {
      text-decoration: underline; }

.link-form-page {
  float: left;
  width: 100%;
  height: 53px;
  display: block;
  background: #fff2e7;
  text-align: center;
  color: #1c1c1c;
  text-decoration: none !important;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  overflow: hidden; }
  .link-form-page b {
    width: 47px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
  .link-form-page i {
    width: 47px;
    height: 53px;
    vertical-align: middle;
    display: table-cell; }
    .link-form-page i img {
      max-width: 100%;
      vertical-align: middle; }
  .link-form-page span {
    position: relative;
    padding-left: 64px;
    text-decoration: none !important;
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 53px; }
  .link-form-page:hover {
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s; }

.catalog-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  margin-top: -3px; }

.wrapp_clear-link {
  width: 100%;
  float: left;
  margin-left: -19px;
  margin-top: -11px; }
  .wrapp_clear-link a {
    margin-top: 11px;
    float: left;
    display: block;
    font-size: 15px;
    color: #1c1c1c;
    text-decoration: none !important;
    position: relative;
    padding-right: 12px;
    margin-left: 19px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }
    .wrapp_clear-link a:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      color: #9f9f9f;
      width: 7px;
      height: 7px;
      right: 0;
      top: 50%;
      margin-top: -5px;
      content: "\e901";
      font-size: 7px;
      display: block; }
    .wrapp_clear-link a:hover {
      transition: 0.2s;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      color: #9f9f9f; }

.clear_filters-wr {
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 18px;
  margin-bottom: 27px; }

.reset-btn-filters {
  margin-top: 11px; }
  .reset-btn-filters a {
    font-size: 14px;
    color: #858585;
    text-decoration: none !important;
    border-bottom: 1px dashed #858585;
    float: left; }
    .reset-btn-filters a:hover {
      border-color: transparent; }

.input-blocks-wrapper {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-top: 10px;
  width: 100%;
  float: left; }
  .input-blocks-wrapper:first-child {
    margin-top: 0; }
    .input-blocks-wrapper:first-child label {
      margin-top: 0; }
  .input-blocks-wrapper .input-blocks {
    width: 100%;
    float: left; }

.input-blocks label {
  color: #858585;
  font-size: 12px;
  text-transform: uppercase; }
.input-blocks.more_ .label-fix {
  max-height: 383px;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s; }
.input-blocks.show_ .label-fix {
  max-height: 4000px;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s; }
.input-blocks.show_ .more_btn span:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.label-fix {
  margin-top: 3px; }

.more_btn {
  float: left;
  margin-top: 8px; }
  .more_btn span {
    display: block;
    float: left;
    cursor: pointer;
    position: relative;
    padding-left: 18px; }
    .more_btn span:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #1c1c1c;
      font-size: 6px;
      width: 10px;
      height: 6px;
      line-height: 6px;
      display: block;
      content: '\e900';
      text-align: center;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -3px;
      transition: 0.2s;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }

.forms-filter .sidebar_checks a, .forms-filter .filters_checks a {
  padding-left: 67px; }
  .forms-filter .sidebar_checks a b, .forms-filter .filters_checks a b {
    display: block;
    position: absolute;
    width: 25px;
    height: 16px;
    left: 28px;
    top: -1px; }
    .forms-filter .sidebar_checks a b i, .forms-filter .filters_checks a b i {
      text-align: center;
      width: 26px;
      height: 16px;
      vertical-align: middle;
      display: table-cell;
      position: relative;
      z-index: 2; }
    .forms-filter .sidebar_checks a b img, .forms-filter .filters_checks a b img {
      vertical-align: middle; }
  .forms-filter .sidebar_checks a:hover i, .forms-filter .filters_checks a:hover i {
    transform: scale(2);
    background: #fff;
    transition: 0.2s;
    box-shadow: 0px 0px 24px 0px rgba(205, 208, 212, 0.35); }

.colors-filter {
  margin-top: 14px;
  width: 100%;
  float: left; }
  .colors-filter a {
    position: relative;
    padding-left: 33px;
    font-size: 15px;
    line-height: 16px;
    color: #1c1c1c; }
    .colors-filter a:before {
      display: none; }
    .colors-filter a b {
      width: 16px;
      height: 16px;
      display: block;
      position: absolute;
      left: 4px;
      top: 50%;
      margin-top: -8px;
      border-radius: 100%; }
  .colors-filter.checked a b:before {
    border: 1px solid #f89b93;
    width: 100%;
    height: 100%;
    content: '';
    box-sizing: content-box;
    padding: 3px;
    left: -4px;
    top: -4px;
    border-radius: 100%;
    display: block;
    position: absolute; }
  .colors-filter.white a b {
    border: 1px solid #dddddd; }
    .colors-filter.white a b:before {
      padding: 4px;
      left: -5px;
      top: -5px; }

.filter-link-forms {
  margin-top: 14px; }
  .filter-link-forms a {
    float: left;
    border-bottom: 1px dashed #858585;
    font-size: 14px;
    color: #858585;
    text-decoration: none !important;
    line-height: 14px; }
    .filter-link-forms a:hover {
      border-color: transparent; }

.filter-columns {
  width: 50%;
  float: left; }

.mob-filters-btn {
  margin-top: 40px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s; }
  .mob-filters-btn span {
    display: block;
    height: 30px;
    background: #95827e;
    color: #fff;
    font-weight: 700;
    width: 150px;
    text-align: center;
    line-height: 33px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }

.mob-clear-filters .clear_filters-wr {
  margin-top: 19px;
  padding-left: 15px;
  padding-right: 15px; }

.filters-mobile-txt {
  margin-bottom: -17px; }
  .filters-mobile-txt span {
    color: #1c1c1c;
    font-size: 20px;
    line-height: 40px; }
  .filters-mobile-txt div {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    cursor: pointer;
    text-align: center; }
    .filters-mobile-txt div:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e901';
      font-size: 18px;
      color: #1c1c1c;
      line-height: 40px; }

.sidebar-category li {
  margin-top: 7px;
  font-size: 15px;
  color: #1c1c1c; }
  .sidebar-category li:first-child {
    margin-top: 4px; }
  .sidebar-category li a {
    color: inherit; }
  .sidebar-category li.active {
    color: #95827e;
    font-weight: 700; }
    .sidebar-category li.active a {
      text-decoration: none;
      cursor: default; }

.filters-bar.fixed .mob-filters-center {
  position: fixed;
  left: 0;
  top: -30px;
  width: 100%;
  background: #fff;
  padding-bottom: 12px;
  z-index: 99;
  margin: 0 15px; }

#filters, .sidebar-filters .clear_filters-wr {
  margin-top: 20px; }

.sidebar-filters-change {
  display: flex;
  flex-wrap: wrap; }

.sidebar-filters {
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  background: #fff;
  width: 400px !important;
  position: fixed !important;
  left: 0;
  top: 0;
  margin-left: -400px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }
  .sidebar-filters.loading-filters .sidebar-filters-change {
    opacity: 0.7;
    filter: blur(2px); }
  .sidebar-filters.loading-filters:before {
    left: 0;
    right: 0;
    bottom: 0;
    top: 36px;
    content: '';
    position: absolute;
    z-index: 8; }
  .sidebar-filters.loading-filters .filters-preload {
    left: -242px;
    top: 50%;
    margin-top: -40px; }
  .sidebar-filters.filter-show-new-add .sidebar-filters-change {
    padding-bottom: 47px; }
  .sidebar-filters .filter-show-new {
    position: fixed;
    left: -400px;
    bottom: 0;
    width: 400px;
    z-index: 9; }
    .sidebar-filters .filter-show-new a {
      background: #f89b93;
      width: 100%;
      color: #fff;
      text-decoration: none;
      display: flex;
      flex-wrap: wrap;
      height: 48px;
      align-items: center;
      justify-content: center;
      text-transform: uppercase; }
      .sidebar-filters .filter-show-new a:hover {
        text-decoration: none; }

.filters-preload {
  z-index: 999;
  position: fixed;
  width: 80px;
  height: 80px; }
  .filters-preload.items {
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px; }
  .filters-preload div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #f89b93;
    border-radius: 50%;
    animation: filtersPreload 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #f89b93 transparent transparent transparent; }
    .filters-preload div:nth-child(1) {
      animation-delay: -0.45s; }
    .filters-preload div:nth-child(2) {
      animation-delay: -0.3s; }
    .filters-preload div:nth-child(3) {
      animation-delay: -0.15s; }

@keyframes filtersPreload {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.catalog-filters-loading .catalog-items-change {
  filter: blur(4px);
  opacity: 0.7; }
.catalog-filters-loading .section-breadcrumb {
  filter: blur(2px);
  opacity: 0.7; }

.catalog-wr.padding-filters, .mob-clear-filters.padding-filters {
  padding-top: 70px; }

@media (min-width: 768px) and (max-width: 991px) {
  .sort-cat-wr {
    width: auto !important; } }
@media (max-width: 991px) {
  .catalog-wr.has-mob-clear-filters.padding-filters {
    padding-top: 0; }

  .filters-bar.fixed .mob-filters-center {
    margin: 0 0;
    top: -30px; }

  .filters-bar.fixed .mob-filters-center {
    z-index: 9; } }
@media (min-width: 768px) and (max-width: 991px) {
  .rw .mob-filters-btn {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 767px) {
  .catalog-wr.padding-filters, .mob-clear-filters.padding-filters {
    padding-top: 95px; }

  .filters-bar.fixed .mob-filters-center {
    margin: 0 0;
    top: -48px;
    padding-bottom: 0; }
    .filters-bar.fixed .mob-filters-center .mob-filters-btn {
      padding-left: 0;
      padding-right: 0; }

  .mob-filters-btn {
    margin-top: 15px;
    padding: 0 10px;
    width: 100%; }
    .mob-filters-btn span {
      height: 48px;
      width: 100%;
      max-width: 100%;
      line-height: 50px; }

  .mob-clear-filters .clear_filters-wr {
    padding-left: 10px;
    padding-right: 10px; }

  .catalog-title {
    font-size: 20px;
    line-height: 20px; }

  .sort-cat-wr {
    margin-top: 3px; } }
@media (max-width: 450px) {
  .sidebar-filters {
    width: 320px !important;
    margin-left: -320px; }

  .sidebar-filters.loading-filters .filters-preload {
    left: -202px; }

  .filter-show-new {
    width: 320px;
    left: -320px; } }
@media (max-width: 575px) {
  .mob-filters-btn span {
    width: 100%; } }
.price_slider {
  margin-top: 14px;
  width: 100%;
  float: left; }
  .price_slider .irs {
    height: 18px; }
    .price_slider .irs .irs {
      margin-top: 0; }
  .price_slider .irs-line {
    background: #dddddd;
    border: 0;
    height: 4px;
    border-radius: 0;
    top: 50%;
    width: 100%;
    margin-top: -2px;
    position: absolute;
    overflow: visible; }
    .price_slider .irs-line .irs-line-left {
      position: relative; }
    .price_slider .irs-line .irs-line-right {
      position: relative; }
  .price_slider .irs-bar {
    height: 4px;
    background: #f89b93;
    border: 0;
    top: 50%;
    margin-top: -2px; }
  .price_slider .irs-slider {
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(82, 82, 82, 0.35);
    border: 0; }
    .price_slider .irs-slider.from {
      margin-left: -2px; }
    .price_slider .irs-slider.to {
      margin-left: 2px; }
    .price_slider .irs-slider:before {
      width: 8px;
      height: 8px;
      background: #dddddd;
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -4px;
      border-radius: 100%; }
    .price_slider .irs-slider:hover:before {
      background: #de8b84; }

#btn_ok {
  width: 98px;
  height: 40px;
  float: left;
  text-align: center;
  border: 1px solid #1c1c1c; }
  #btn_ok span {
    text-transform: uppercase;
    cursor: pointer;
    color: #1c1c1c;
    line-height: 40px;
    font-weight: 700;
    font-size: 12px;
    width: 100%;
    display: block;
    text-align: center; }

.separator-price {
  padding-left: 5px !important;
  padding-right: 5px !important;
  height: 40px;
  position: relative;
  width: 22px;
  float: left; }
  .separator-price:before {
    width: 100%;
    height: 2px;
    display: block;
    background: #dddddd;
    margin-top: 20px;
    content: ''; }

.price-input {
  width: 64px;
  float: left; }
  .price-input input, .price-input textarea, .price-input select, .price-input .input-wr .select2 .select2-selection, .input-wr .select2 .price-input .select2-selection, .price-input .button-wr .select2 .select2-selection, .button-wr .select2 .price-input .select2-selection {
    height: 40px;
    border: 1px solid #dddddd;
    text-align: center;
    padding: 0;
    margin: 0; }
  .price-input.to {
    margin-right: 14px; }

.price_inputs {
  margin-top: 20px; }

@media (max-width: 1200px) {
  #btn_ok {
    margin-top: 15px;
    width: 150px; }

  .price-input.to {
    margin-right: 0; } }
@media (max-width: 992px) {
  #btn_ok {
    margin-top: 0;
    margin-left: 15px; } }
@media (max-width: 450px) {
  .price-input {
    width: 50px;
    float: left; } }
.items-img .items-no-img {
  aspect-ratio: 436/657;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .items-img .items-no-img > img {
    aspect-ratio: auto; }

.card-min-img {
  width: 100%;
  float: left;
  margin-top: 10px; }
  .card-min-img:first-child {
    margin-top: 0; }
  .card-min-img span {
    text-align: center;
    width: 100%;
    float: left;
    display: block;
    max-width: 68px;
    position: relative;
    cursor: pointer; }
    .card-min-img span img {
      width: 100%; }
  .card-min-img.active span:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f89b93;
    content: ''; }

.my-gallery .status_items-wr {
  padding-left: 15px; }
.my-gallery figure {
  width: 100%;
  float: left;
  display: table; }
  .my-gallery figure a {
    display: table-cell;
    width: 100%; }
    .my-gallery figure a.active.off-active {
      display: none !important; }

.title-card {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase; }

.card-code {
  font-size: 12px;
  color: #858585;
  text-transform: uppercase; }

.card-top-desk {
  position: relative;
  padding-right: 15px;
  margin-top: 10px; }
  .card-top-desk table {
    margin-top: 9px; }
    .card-top-desk table tr td {
      font-size: 13px;
      text-transform: uppercase;
      color: #1c1c1c;
      line-height: 18px; }
      .card-top-desk table tr td:first-child {
        color: #858585;
        width: 160px;
        padding-right: 6px; }
      .card-top-desk table tr td i {
        color: #1c1c1c;
        font-style: normal;
        font-weight: 700; }

.card-form-img {
  margin-top: 12px;
  margin-bottom: -7px; }
  .card-form-img a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .card-form-img a:hover {
      text-decoration: none; }
  .card-form-img__text {
    padding-left: 8px; }
    .card-form-img__text span {
      position: relative;
      padding-left: 20px;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 700;
      color: #000; }
      .card-form-img__text span:before {
        color: #f89b93;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -7px;
        width: 12px;
        height: 12px;
        text-align: center;
        margin-left: 0;
        content: '';
        background: url(../images/heart.svg) 50% 50% no-repeat;
        background-size: 12px 11px; }

table .card-form-img {
  padding-bottom: 3px; }

.card-color-wr {
  margin-top: 25px; }

.card-color-title {
  font-size: 13px;
  text-transform: uppercase; }
  .card-color-title i {
    color: #1c1c1c;
    font-style: normal;
    font-weight: 700; }

.card-color-list ul {
  float: left;
  margin-top: 5px; }
  .card-color-list ul li {
    float: left;
    margin-left: 23px;
    margin-top: 10px; }
    .card-color-list ul li:first-child {
      margin-left: 0; }
    .card-color-list ul li span, .card-color-list ul li a {
      border-radius: 100%;
      width: 16px;
      height: 16px;
      display: block;
      float: left;
      position: relative;
      cursor: pointer;
      text-decoration: none !important; }
      .card-color-list ul li span:before, .card-color-list ul li a:before {
        border: 1px solid #f89b93;
        width: 100%;
        height: 100%;
        box-sizing: content-box;
        padding: 3px;
        left: -4px;
        top: -4px;
        border-radius: 100%;
        display: block;
        position: absolute; }
      .card-color-list ul li span.active, .card-color-list ul li a.active {
        cursor: default; }
        .card-color-list ul li span.active:before, .card-color-list ul li a.active:before {
          content: ''; }
      .card-color-list ul li span.white, .card-color-list ul li a.white {
        border: 1px solid #dddddd; }
        .card-color-list ul li span.white:before, .card-color-list ul li a.white:before {
          padding: 4px;
          left: -5px;
          top: -5px; }

.card-credit {
  margin-top: 1px;
  margin-bottom: 19px; }

.card-price {
  margin-top: 24px;
  font-size: 18px; }
  .card-price div {
    float: left;
    font-weight: 700; }
    .card-price div.gray {
      color: #d9d9d9; }
  .card-price.new-cost div {
    color: #1c1c1c;
    text-decoration: line-through; }
  .card-price b, .card-price i {
    float: left;
    font-weight: normal;
    font-style: normal;
    color: #f89b93; }
  .card-price i {
    margin-left: 10px; }

.wish-list-card {
  width: auto;
  float: left; }
  .wish-list-card .list_wish_card {
    cursor: pointer;
    display: block;
    float: left;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 17px;
    padding-left: 30px;
    color: #858585; }
    .wish-list-card .list_wish_card i {
      font-style: normal;
      text-decoration: underline;
      font-size: 12px;
      color: #858585; }
    .wish-list-card .list_wish_card:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #f89b93;
      font-size: 16px;
      line-height: 17px;
      content: '\e904';
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -9px;
      width: 18px;
      height: 17px;
      text-align: center;
      margin-left: 0; }
    .wish-list-card .list_wish_card.in_active {
      text-decoration: none !important; }
      .wish-list-card .list_wish_card.in_active i {
        color: #f89b93; }
      .wish-list-card .list_wish_card.in_active:before {
        color: #f89b93 !important; }
    .wish-list-card .list_wish_card:hover {
      background: none;
      text-decoration: none !important; }
      .wish-list-card .list_wish_card:hover i {
        text-decoration: none !important; }
    .wish-list-card .list_wish_card:active {
      background: none; }

.list-rating-wr {
  margin-top: 27px; }

.raiting-card {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 17px; }
  .raiting-card .rateit {
    width: auto; }

.raiting-b, .raiting-count {
  float: left;
  line-height: 17px;
  font-size: 11px;
  margin-left: 12px;
  text-transform: uppercase;
  position: relative;
  height: 14px;
  font-weight: normal; }

.raiting-b:before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #858585;
  content: ''; }

.card-bonus-link {
  float: left;
  text-decoration: underline;
  font-size: 12px;
  color: #858585;
  text-transform: uppercase;
  margin-left: 24px; }

.btns-card-wr {
  margin-top: 32px;
  margin-bottom: 8px; }
  .btns-card-wr span.dis_ {
    margin-top: 5px;
    line-height: 46px;
    height: 46px;
    display: inline-block; }
  .btns-card-wr.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 32px; }

.btn-bye-card {
  background: #f89b93;
  border: 1px solid #f89b93;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 48px;
  height: 48px;
  flex: 1 0 0%;
  font-size: 15px; }

.card-add-basket-ico {
  position: relative; }
  .card-add-basket-ico:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px; }

.btn-bye-one-click {
  margin-top: 20px;
  width: 165px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase; }

.card-collection-name {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 12px;
  color: #1c1c1c; }
  .card-collection-name a {
    color: #1c1c1c;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    position: relative; }
    .card-collection-name a:hover {
      text-decoration: none; }
      .card-collection-name a:hover:before {
        opacity: 0; }
    .card-collection-name a:before {
      content: '';
      left: 0;
      right: 0;
      bottom: 2px;
      height: 1px;
      background: #1c1c1c;
      position: absolute; }

.desks-tabs-list {
  float: left;
  position: relative; }
  .desks-tabs-list ul {
    float: left; }
    .desks-tabs-list ul li {
      float: left;
      text-transform: uppercase;
      font-size: 18px;
      color: #1c1c1c;
      cursor: pointer;
      margin-left: 32px;
      position: relative; }
      .desks-tabs-list ul li:first-child {
        margin-left: 0; }
      .desks-tabs-list ul li.active {
        cursor: default; }
  .desks-tabs-list > i {
    display: block;
    position: absolute;
    height: 1px;
    background: #f89b93;
    left: 0;
    bottom: 0; }

.desks-tabs-list > i, .desk-tabs {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s; }

.desk-tabs-wr {
  overflow: hidden;
  padding-bottom: 40px; }

.desk-tabs {
  width: 100%;
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 18px; }

.desk-tab {
  float: left;
  width: 100%;
  height: 100%;
  margin-top: 1px;
  border-bottom: 1px solid #d9d9d9; }
  .desk-tab:first-child {
    border-top: 1px solid #d9d9d9; }
  .desk-tab p, .desk-tab span, .desk-tab li {
    background: none !important; }

.desk-text > *:first-child {
  padding-top: 14px; }

.desk-text > *:last-child {
  padding-bottom: 25px; }

.desk-text, .desk-tb, .card-comments {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition-timing-function: ease-out;
  max-height: 0;
  overflow: hidden;
  height: auto; }

.show-mob-tabs .desk-text, .show-mob-tabs .desk-tb, .show-mob-tabs .card-comments {
  transition: 0.9s;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition-timing-function: ease-in;
  max-height: 3500px; }
.show-mob-tabs .btn-tab-mob span:before {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg); }

.btn-tab-mob span {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 15px;
  height: 40px;
  padding-top: 3px; }
  .btn-tab-mob span:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 5px;
    height: 8px;
    content: '\e908';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 4px;
    color: #a1a1a1;
    font-size: 8px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }

.desk-text {
  height: 100%;
  width: 100%;
  font-size: 12px;
  line-height: 15px; }
  .desk-text h1, .desk-text h2, .desk-text h4 {
    line-height: normal; }
  .desk-text p {
    margin-top: 8px; }
  .desk-text ul {
    margin-top: 13px; }
    .desk-text ul li {
      list-style-image: url("../images/list-img.png"); }
    .desk-text ul ol, .desk-text ul li {
      list-style-position: inside;
      font-size: 14px;
      margin-top: 8px; }
  .desk-text *:first-child {
    margin-top: 0; }

.desk-tb {
  height: 100%;
  width: 100%; }
  .desk-tb div {
    width: 100%;
    float: left;
    margin-top: 13px; }
    .desk-tb div:first-child {
      margin-top: 0; }
    .desk-tb div i {
      font-weight: 700;
      font-style: normal; }

.comments-row {
  color: #333;
  margin-top: 16px; }
  .comments-row:first-child {
    margin-top: 0; }

.comments-reply-row {
  margin-top: 16px;
  position: relative;
  padding-left: 16px; }
  .comments-reply-row:before {
    left: 0;
    top: 2px;
    bottom: 3px;
    width: 2px;
    background: #d9d9d9;
    position: absolute;
    content: ''; }

.comments-reply {
  margin-top: 8px; }
  .comments-reply:first-child {
    margin-top: 0; }

.comments-autor {
  font-weight: 700; }
  .comments-autor .admin {
    color: #f89b93; }

.comments-txt {
  margin-top: 1px;
  line-height: 20px; }

.card-comments {
  height: 100%;
  width: 100%; }

.comments-rating {
  position: relative;
  display: inline-block;
  padding-top: 4px;
  margin-bottom: -4px; }
  .comments-rating .rateit .rateit-range {
    margin: 0 0 0 -2px; }

.desk-text h2, .desk-tab h2, .card-comments h2 {
  font-size: 18px; }

.card-tabs-bg {
  height: auto; }
  .card-tabs-bg .mCSB_container {
    padding-right: 0; }

.comments-btn {
  margin-top: 40px;
  margin-bottom: 25px; }
  .comments-btn span {
    margin: 0 auto;
    width: 165px;
    font-size: 11px;
    color: #333;
    text-transform: uppercase;
    background: none;
    float: none; }
    .comments-btn span:hover {
      background: #1c1c1c !important; }

.card-tabs-img {
  width: 100%; }
  .card-tabs-img div {
    width: 100%; }

.desk-blocks-wrapp {
  margin-top: 21px; }
  .desk-blocks-wrapp div {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }

#comments-form {
  padding: 0;
  width: 556px !important;
  margin-left: -278px !important;
  left: 50%;
  color: #333; }
  #comments-form .form-comments-title {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    background: #fff;
    line-height: 30px;
    padding-top: 46px; }
  #comments-form #modal_close {
    right: -67px; }

.comments-card {
  background: #fff;
  padding: 45px 95px 40px 95px;
  float: left;
  width: 100%; }

.comments-card-img {
  display: inline-block;
  max-width: 98px;
  vertical-align: top; }

.comments-card-title-stars {
  vertical-align: top;
  display: inline-block;
  padding-left: 40px;
  width: 262px; }

.comments-card-title {
  font-size: 16px;
  line-height: 19px;
  margin-top: -3px; }

.comments-card-stars {
  margin-top: 23px; }

.comments-card-stars-title {
  font-size: 12px; }

.comments-form {
  width: 100%;
  float: left; }
  .comments-form form {
    width: 100%;
    float: left;
    padding: 0; }
    .comments-form form label {
      margin-top: 0; }
    .comments-form form textarea {
      margin-top: 8px;
      min-height: 123px;
      max-height: 123px;
      height: 123px; }

.comments-form-wr {
  width: 100%;
  float: left;
  margin-top: 47px; }

.comments-form-btn {
  margin-top: 30px;
  width: 100%;
  float: left; }
  .comments-form-btn button {
    width: 100%;
    float: left;
    color: #fff;
    background: #f89b93;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    height: 43px; }

.hidden-sizes-card {
  position: fixed;
  top: 0;
  width: 380px;
  height: 100%;
  max-width: 90%;
  padding-bottom: 135px;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  z-index: 11;
  right: 0;
  margin-right: -100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s; }
  .hidden-sizes-card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 56px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color',GradientType=1 );
    z-index: 3; }
  .hidden-sizes-card.table-active {
    width: 680px; }
    .hidden-sizes-card.table-active .size-card-list {
      display: none; }
    .hidden-sizes-card.table-active .size-table {
      display: block; }
    .hidden-sizes-card.table-active .sizes-table-title {
      display: block !important; }
    .hidden-sizes-card.table-active .sizes-card-title, .hidden-sizes-card.table-active .sizes-table-title {
      display: none; }

.sizes-card-close {
  position: absolute;
  right: 0;
  top: 28px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center; }
  .sizes-card-close:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e900';
    font-size: 14px;
    color: #333;
    line-height: 50px; }

.hidden-sizes-row {
  padding: 0 45px 0px 45px;
  overflow: hidden;
  height: 100%; }

.sizes-card-title, .sizes-table-title {
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 57px;
  margin-top: 45px;
  margin-bottom: 16px; }

.sizes-table-title {
  display: none; }

.size-card-list ul {
  width: 100%;
  float: left; }
  .size-card-list ul li {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    padding: 12px 12px 12px 12px; }
    .size-card-list ul li:hover {
      background: #f3f3f3; }

.hidden-sizes-col {
  margin-bottom: 39px; }

.btn-table-sizes {
  position: relative;
  float: right;
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-right: 8px; }
  .btn-table-sizes span {
    color: inherit;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #858585;
    line-height: 9px;
    float: left; }
    .btn-table-sizes span:hover {
      border-color: transparent; }

.size-table {
  display: none; }

.size-table table {
  cursor: default; }
  .size-table table tr td, .size-table table tr th {
    text-align: center;
    vertical-align: middle;
    height: 34px;
    font-size: 12px; }
  .size-table table tr th {
    color: #999;
    font-weight: 700;
    text-transform: uppercase; }
  .size-table table tr:nth-child(even) td {
    background: #f3f3f3; }

.card-size-wr {
  width: 100%;
  float: left;
  margin-top: 35px;
  position: relative; }

.card-size-col {
  width: 100%;
  float: left;
  max-width: 472px;
  position: relative;
  z-index: 1; }
  .card-size-col.table-sizes-col {
    max-width: 462px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: right; }

.card-size-title {
  font-size: 13px;
  text-transform: uppercase; }

.card-size-select {
  width: 100%;
  float: left;
  height: 32px;
  border: 1px solid #a8a8a8;
  position: relative;
  margin-top: 7px; }
  .card-size-select:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e900';
    color: #c6c6c6;
    font-size: 6px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    display: block;
    z-index: 4; }
  .card-size-select.active:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  .card-size-select.active .card-hidden-sizes {
    display: block; }

.card-size-select-selected {
  font-size: 15px;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  height: 30px;
  line-height: 34px;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  background: #fff; }

.card-hidden-sizes {
  display: none;
  max-height: 276px;
  border: 1px solid #a8a8a8;
  border-top: 0;
  background: #fff;
  width: 100%;
  position: absolute;
  left: -1px;
  top: 31px;
  box-sizing: content-box;
  overflow: hidden;
  box-shadow: 0px 0px 24px 0px rgba(109, 109, 109, 0.15);
  z-index: 2; }
  .card-hidden-sizes ul {
    margin-top: 22px;
    margin-bottom: 21px;
    width: 100%;
    float: left;
    max-height: 224px; }
    .card-hidden-sizes ul li {
      cursor: pointer;
      padding-left: 12px;
      font-size: 15px;
      margin-top: 21px;
      line-height: 14px;
      white-space: nowrap;
      overflow: hidden; }
      .card-hidden-sizes ul li:first-child {
        margin-top: 0; }
      .card-hidden-sizes ul li i {
        font-style: normal;
        font-weight: 700;
        color: inherit;
        padding-left: 25px; }
      .card-hidden-sizes ul li.disabled {
        color: #9f9f9f; }
      .card-hidden-sizes ul li span {
        line-height: 14px;
        display: inline-block;
        border-color: transparent; }
      .card-hidden-sizes ul li.active span {
        border-bottom: 1px solid #f89b93; }

.error-line {
  position: relative; }
  .error-line:before {
    content: '';
    position: absolute;
    width: 1px;
    top: 1px;
    bottom: -21px;
    left: -8px;
    background: #000000; }
  .error-line.btns-card-wr .sizes-notification.error-line:before {
    display: none; }

.card-visible-sizes, .check-availability-modal__sizes_items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -6px;
  padding-top: 8px;
  max-width: 472px; }
  .card-visible-sizes > div, .check-availability-modal__sizes_items > div {
    width: auto;
    padding: 8px 4px 0 4px; }
    .card-visible-sizes > div span, .check-availability-modal__sizes_items > div span {
      cursor: pointer;
      border: 1px solid #d9d9d9;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 700;
      line-height: 16px;
      padding: 3px 6px 0 6px;
      height: 34px;
      min-width: 50px;
      justify-content: center;
      position: relative; }
      .card-visible-sizes > div span.active, .check-availability-modal__sizes_items > div span.active {
        background: #000;
        border-color: #000;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        color: #fff; }
        .card-visible-sizes > div span.active:before, .check-availability-modal__sizes_items > div span.active:before {
          color: #fff; }
    .card-visible-sizes > div.disabled span, .check-availability-modal__sizes_items > div.disabled span {
      color: #d9d9d9; }
      .card-visible-sizes > div.disabled span:before, .check-availability-modal__sizes_items > div.disabled span:before {
        content: '';
        position: absolute;
        right: 1px;
        top: 1px;
        width: 12px;
        height: 9px;
        background: url("../images/card/email.svg") 50% 50% no-repeat; }
      .card-visible-sizes > div.disabled span:hover:after, .check-availability-modal__sizes_items > div.disabled span:hover:after {
        content: attr(data-text);
        position: absolute;
        background: #f89b93;
        text-transform: none;
        bottom: 100%;
        white-space: nowrap;
        margin-bottom: 5px;
        padding: 3px 6px;
        font-weight: normal;
        color: #fff;
        font-size: 14px; }
    .card-visible-sizes > div.last span:before, .check-availability-modal__sizes_items > div.last span:before {
      content: '1';
      color: #f89b93;
      font-size: 10px;
      line-height: 10px;
      position: absolute;
      right: 2px;
      top: 2px;
      font-weight: normal;
      font-family: Arial; }

.sizes-notification {
  height: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .sizes-notification.error-line:before {
    bottom: 5px;
    top: -4px;
    left: -12px; }
  .sizes-notification.error-line.error-line.show-notification {
    padding-left: 0; }
  .sizes-notification.show-notification {
    height: auto;
    margin-bottom: -26px;
    margin-top: 9px; }
  .sizes-notification span {
    display: block;
    font-size: 14px;
    font-weight: 700; }

.card-slider-items {
  margin-top: 50px; }
  .card-slider-items .slider-home {
    padding-bottom: 0; }
    .card-slider-items .slider-home.owl-loaded {
      padding-bottom: 88px; }

.subscribe-card {
  margin-top: 90px; }
  .subscribe-card .seti-mob-menu {
    padding-top: 0; }

.test-text-card {
  cursor: pointer;
  position: relative;
  border-bottom: 1px dashed #f89b93;
  line-height: 9px;
  float: left;
  font-style: normal;
  font-size: 12px;
  color: #f89b93;
  text-transform: uppercase;
  padding-top: 25px; }
  .test-text-card:hover {
    border-bottom: transparent; }

.testing-mode-form-text {
  background: #fff;
  text-align: center;
  padding: 11px 15px 30px 15px; }
  .testing-mode-form-text p {
    margin-top: 17px;
    font-size: 15px; }

#testmode {
  z-index: 11; }

.card-tabs-img-col {
  padding-top: 48px; }

.card-basket-button-wrapp {
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .card-basket-button-wrapp .list-rating-wr {
    padding-left: 26px;
    margin-top: 0; }
  .card-basket-button-wrapp .wish-list-card .list_wish_card {
    background: #f5f6f7; }

.my-gallery .wish-list-card .list_wish_card {
  background: rgba(245, 246, 247, 0.75); }

.card-basket-button-wrapp .wish-list-card .list_wish_card, .my-gallery .wish-list-card .list_wish_card {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  float: none; }
  .card-basket-button-wrapp .wish-list-card .list_wish_card:before, .my-gallery .wish-list-card .list_wish_card:before {
    color: #333;
    position: relative;
    left: auto;
    top: auto;
    margin: 0; }

@media (max-width: 1200px) {
  .card-min-img-wr {
    padding-right: 0 !important; }

  .card-hidden-sizes ul li i {
    font-style: normal;
    font-weight: 700;
    color: inherit;
    padding-left: 15px;
    font-size: 14px; }

  .card-top-desk {
    padding-right: 0; } }
@media (max-width: 991px) {
  .card-visible-sizes, .check-availability-modal__sizes_items {
    max-width: 100%; } }
@media (max-width: 767px) {
  .error-line:before {
    left: -5px; }

  .sizes-notification.error-line:before {
    left: -10px; }

  .card-comments {
    padding-left: 10px;
    padding-right: 10px; }

  .comments-btn {
    margin-bottom: 40px; }

  .card-tabs-bg-col {
    width: 100% !important; }

  .comments-row:first-child {
    margin-top: 16px; }

  .desk-text > *:first-child {
    padding-top: 25px; }
    .desk-text > *:first-child * {
      padding-top: 0; }
  .desk-text *:first-child * {
    padding-top: 0; }

  .card-tabs-bg-col[class*="col-xs"] {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .card-tabs-bg {
    height: auto;
    padding: 0 0 0 0;
    background: none; }

  .desk-tabs-wr {
    height: auto !important;
    padding-bottom: 0; }

  .desk-tabs {
    padding-top: 0;
    width: 100%; }

  .desk-tab {
    width: 100%; }

  .desk-blocks-wrapp {
    margin-top: 18px;
    margin-bottom: -7px; }

  .my-gallery {
    text-align: center; }
    .my-gallery figure {
      display: inline-block;
      float: none;
      width: 100%;
      max-width: 521px;
      padding-bottom: 31px; }
    .my-gallery .status_items-wr {
      padding-left: 10px;
      text-align: left; }
    .my-gallery .owl-loaded {
      position: relative;
      overflow: hidden; }
      .my-gallery .owl-loaded .owl-stage-outer {
        padding-left: 0;
        padding-right: 0; }
      .my-gallery .owl-loaded .owl-prev, .my-gallery .owl-loaded .owl-next {
        display: none;
        position: absolute;
        width: 40px;
        height: 40px;
        left: 0;
        top: 50%;
        margin-top: -15px;
        cursor: pointer;
        text-align: center; }
        .my-gallery .owl-loaded .owl-prev:before, .my-gallery .owl-loaded .owl-next:before {
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #333;
          line-height: 40px;
          content: '\e909';
          font-size: 16px; }
        .my-gallery .owl-loaded .owl-prev.owl-next, .my-gallery .owl-loaded .owl-next.owl-next {
          left: auto;
          right: 0; }
          .my-gallery .owl-loaded .owl-prev.owl-next:before, .my-gallery .owl-loaded .owl-next.owl-next:before {
            content: '\e90a'; }
      .my-gallery .owl-loaded a {
        display: block !important;
        cursor: default; }

  .card-breadcrumbs {
    background: none;
    margin-bottom: 0; }
    .card-breadcrumbs ul.breadcrumb:before {
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color',GradientType=1 ); }

  .img-colors.owl-loaded:before {
    display: none; }

  .card-tabs-img-col {
    height: auto;
    padding-top: 7px;
    margin-top: 1px; }
    .card-tabs-img-col[class*="col-xs"] {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .card-tabs-img-col .card-tabs-img-col {
      height: auto; }

  .card-tabs-img {
    height: 46px;
    display: flex;
    flex-wrap: wrap; }
    .card-tabs-img .new-iframe-card {
      padding: 0;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition-timing-function: ease-out; }
    .card-tabs-img.show-mob-tabs {
      height: auto; }
      .card-tabs-img.show-mob-tabs .new-iframe-card {
        padding: 0 0 56.25%; }
      .card-tabs-img.show-mob-tabs .btn-tab-mob {
        margin-bottom: 15px; }

  .card-collection-name {
    margin-top: 12px;
    margin-bottom: 9px; }
    .card-collection-name a {
      line-height: 1;
      position: relative; }
      .card-collection-name a:hover {
        text-decoration: none; }

  .card-code {
    margin-bottom: 6px; }

  .card-tabs-img-col {
    overflow: hidden; } }
.grid-card-img {
  padding-bottom: 24px; }
  .grid-card-img figure {
    position: relative; }

@media (min-width: 768px) {
  .my-gallery > .photo-sticker {
    display: none; } }
@media (max-width: 767px) {
  .my-gallery {
    position: relative; }

  .my-gallery > .photo-sticker.left {
    left: 13px; }
  .my-gallery > .photo-sticker.right {
    right: 13px; }
  .my-gallery > .photo-sticker.top {
    top: 13px; }
  .my-gallery > .photo-sticker.bottom {
    bottom: 13px; } }
.new-iframe-card {
  padding: 0 0 56.25%;
  width: 1920px !important;
  max-width: 100% !important;
  position: relative;
  height: auto !important; }
  .new-iframe-card iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: none;
    max-width: none;
    width: 100% !important;
    height: 100% !important; }

.card-grid-sep {
  width: 48px; }

.section-card .mCustomScrollBox {
  max-height: 382px; }

.popup-report-availability {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none; }
  .popup-report-availability__bg {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s; }
  .popup-report-availability__form {
    height: 100%;
    position: absolute;
    z-index: 2;
    background: #fff;
    right: 0;
    width: 460px;
    transform: translateX(460px);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s; }
    .popup-report-availability__form form {
      display: flex;
      flex-wrap: wrap;
      height: 100%;
      align-content: space-between;
      padding: 20px 15px;
      width: 100%;
      overflow-y: scroll;
      overflow-x: hidden;
      position: relative;
      transform: translateX(560px);
      transition: 0.6s;
      -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
      -ms-transition: 0.6s;
      -o-transition: 0.6s; }
      .popup-report-availability__form form > .rw {
        width: 100%;
        margin: 0; }
  .popup-report-availability__title {
    font-size: 24px;
    line-height: 24px; }
  .popup-report-availability__text {
    margin-top: 16px;
    font-size: 15px;
    line-height: 16px; }
  .popup-report-availability__close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 22px;
    right: 15px;
    cursor: pointer; }
    .popup-report-availability__close:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e901";
      font-size: 18px;
      line-height: 18px;
      color: #dddddd; }
  .popup-report-availability__back {
    position: absolute;
    top: 22px;
    left: 15px;
    cursor: pointer; }
    .popup-report-availability__back:before {
      content: '';
      position: absolute;
      left: -2px;
      bottom: -2px;
      right: -2px;
      top: -2px; }
  .popup-report-availability__loading {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 3; }
    .popup-report-availability__loading_bg {
      position: absolute;
      width: 460px;
      right: 0;
      top: 0;
      height: 200%;
      background: rgba(255, 255, 255, 0.6); }
    .popup-report-availability__loading .filters-preload {
      width: 80px;
      height: 80px;
      position: absolute;
      top: 25%;
      left: 50%;
      margin-top: -40px;
      margin-left: -40px; }
    .popup-report-availability__loading.load {
      display: block; }
  .popup-report-availability__success, .popup-report-availability__error, .popup-report-availability__send-error {
    width: 460px;
    transform: translateX(460px);
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    position: fixed;
    z-index: 4;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s; }
    .popup-report-availability__success_text, .popup-report-availability__error_text, .popup-report-availability__send-error_text {
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      font-size: 18px;
      line-height: 22px;
      font-weight: 700;
      padding: 38px 15px; }
    .popup-report-availability__success.show, .popup-report-availability__error.show, .popup-report-availability__send-error.show {
      transform: translateX(0); }

.popup-report-show-transition header, .popup-report-show-transition footer, .popup-report-show-transition .section-box-content > * {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }

.popup-report-show {
  overflow: hidden; }
  .popup-report-show header, .popup-report-show footer, .popup-report-show .section-box-content > * {
    filter: blur(4px); }
  .popup-report-show .popup-report-availability {
    filter: blur(0);
    display: block; }

.popup-report-visible .popup-report-availability__bg {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30); }
.popup-report-visible .popup-report-availability__form {
  transform: translateX(0); }
  .popup-report-visible .popup-report-availability__form form {
    transform: translateX(0); }

.icon-credit__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding-top: 5px; }
  .icon-credit__items_ico {
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap; }
    .icon-credit__items_ico svg {
      transition: 0.1s; }
      .icon-credit__items_ico svg:hover {
        transform: scale(1.2);
        transition: 0.25s; }

#credit_terms .form-title {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  align-items: center;
  text-align: left;
  padding: 0 32px;
  background: #95827e;
  color: #fff;
  font-size: 20px;
  font-family: 'Circe';
  align-content: center; }
#credit_terms .form-title > * {
  width: 100%; }
#credit_terms form {
  padding-top: 22px; }
#credit_terms .form-text {
  padding-left: 32px;
  padding-right: 32px; }
#credit_terms .form-text > * {
  margin-top: 10px; }
#credit_terms .form-text > *:first-child {
  margin-top: 0; }
#credit_terms .form-text h3 {
  font-size: 20px;
  font-weight: 700;
  padding-right: 7px; }
#credit_terms .form-text li {
  position: relative;
  padding-left: 14px;
  margin-top: 5px;
  list-style: none; }
#credit_terms .form-text li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  border: 1px solid #d2d2d2; }
#credit_terms .title-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid #d2d2d2;
  margin-left: -32px;
  margin-right: -32px;
  padding-left: 32px;
  padding-right: 32px; }
  #credit_terms .title-icons:first-child {
    border-top: 0;
    padding-top: 0; }
#credit_terms .ico-credit-privat, #credit_terms .ico-credit-mono {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 7px; }
#credit_terms .ico-credit-mono {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path d="M4.76,21.26c-2.39-.4-3.3-3.38-2.08-5.32.73-1.47,2.23-2.17,3.47-3.12s2-2.09,3.25-2.92c1.95-1.45,4.8-.23,5.59,1.95a28.19,28.19,0,0,0,3,5.4c1.51,2.82-.4,6.33-3.75,5.67-1.65-.38-3.06-1.54-4.77-1.71S6.32,21.59,4.76,21.26ZM17.5,2.33c3.71,1.44,1.11,8-2.52,7.37C11.08,8.38,13.79,1.48,17.5,2.33ZM1.13,7.7C2.52,3.51,7,6.66,6.27,10a2.39,2.39,0,0,1-4.46,1.14A4.17,4.17,0,0,1,1.13,7.7ZM6.49,3.92C7.62-1.2,12.76,1.1,12,5.57,10.91,10.76,5.7,8.43,6.49,3.92Zm16.42,7.91A4.13,4.13,0,0,1,19.74,15a2.34,2.34,0,0,1-2.64-3c.38-1.86,2.27-3.61,4.25-3.18A2.4,2.4,0,0,1,22.91,11.83Z"></path></svg>'); }

.card-free-shipping {
  width: 100%;
  float: left;
  margin-top: 24px; }
  .card-free-shipping__text {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .card-free-shipping__text b {
      display: flex;
      width: 26px; }
    .card-free-shipping__text i {
      font-style: normal;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      line-height: 1;
      font-size: 11px;
      text-transform: uppercase;
      padding-top: 3px;
      font-weight: normal; }

@media (min-width: 768px) {
  .title-card {
    font-size: 28px;
    line-height: 1;
    max-width: 500px; }

  .card-price {
    font-size: 22px; } }
@media (max-width: 767px) {
  #credit_terms #modal_close:before {
    color: #fff; }
  #credit_terms .form-title {
    padding-right: 48px; } }
@media (max-width: 360px) {
  #credit_terms .form-title {
    padding-left: 24px; }
  #credit_terms .form-text {
    padding-left: 24px;
    padding-right: 24px; }
  #credit_terms .title-icons {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px; }
    #credit_terms .title-icons:first-child {
      border-top: 0;
      padding-top: 0; } }
@media (min-width: 1500px) {
  .desk-tabs {
    max-width: 500px; } }
@media (min-width: 1921px) {
  .card-grid-sep {
    width: 75px; } }
@media (min-width: 2200px) {
  .card-grid-sep {
    width: 100px; } }
@media (max-width: 1240px) {
  .card-visible-sizes, .check-availability-modal__sizes_items, .check-availability-modal__sizes_items, .card-size-col.table-sizes-col {
    max-width: 406px; }

  .btn-table-sizes {
    padding-right: 10px; } }
@media (max-width: 1099px) {
  .card-visible-sizes, .check-availability-modal__sizes_items, .check-availability-modal__sizes_items, .card-size-col.table-sizes-col {
    max-width: 349px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .grid-card-img {
    padding-bottom: 12px; }

  .rw.grid-card-img-row {
    margin-left: -6px;
    margin-right: -6px; }
    .rw.grid-card-img-row > * {
      padding-left: 6px;
      padding-right: 6px; } }
@media (max-width: 991px) {
  .popup-report-availability__form {
    width: 400px;
    transform: translateX(400px); }
    .popup-report-availability__form form {
      transform: translateX(500px); }
  .popup-report-availability__loading_bg {
    width: 400px; }
  .popup-report-availability__success, .popup-report-availability__error, .popup-report-availability__send-error {
    width: 400px; }

  .card-visible-sizes > div.disabled span:hover:after, .check-availability-modal__sizes_items > div.disabled span:hover:after {
    content: '';
    display: none; } }
@media (max-width: 767px) {
  .popup-report-availability__form {
    width: 320px;
    max-width: 100%;
    transform: translateX(320px); }
    .popup-report-availability__form form {
      padding-left: 0;
      padding-right: 0;
      padding-top: 40px;
      transform: translateX(420px); }
  .popup-report-availability__close {
    top: 10px;
    right: 10px; }
  .popup-report-availability__loading_bg {
    width: 320px;
    max-width: 100%; }
  .popup-report-availability__success, .popup-report-availability__error, .popup-report-availability__send-error {
    width: 320px;
    max-width: 100%; }
    .popup-report-availability__success_text, .popup-report-availability__error_text, .popup-report-availability__send-error_text {
      font-size: 16px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; }

  .card-visible-sizes, .check-availability-modal__sizes_items, .check-availability-modal__sizes_items, .card-size-col.table-sizes-col {
    max-width: 100%; }

  .btn-table-sizes {
    padding-right: 0; }

  .title-card {
    font-size: 18px;
    line-height: 1; }

  .raiting-card {
    margin-top: 12px; }

  .card-price {
    margin-top: 17px; }

  .my-gallery {
    margin-top: 16px; }

  .card-color-wr {
    margin-top: 20px; }

  .card-basket-button-wrapp .list-rating-wr {
    display: none; }

  .card-basket-button-wrapp {
    max-width: 100%; }

  .card-top-desk table tr td:first-child {
    width: 137px; }

  .my-gallery .list-rating-wr {
    z-index: 2;
    position: absolute;
    right: 25px;
    bottom: 46px; }

  .fixed-button-card-scroll__to-size, .fixed-button-card-scroll__card-buy {
    background: #f89b93;
    border: 1px solid #f89b93;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    height: 48px;
    font-size: 15px;
    padding: 6px 12px 0 12px;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10; }
  .fixed-button-card-scroll.type-1 .fixed-button-card-scroll__to-size {
    transform: translateY(-48px);
    transition: transform 0.075s ease-in-out; }
  .fixed-button-card-scroll.type-1 .fixed-button-card-scroll__card-buy {
    transform: translateY(0);
    transition: transform 0s; }
  .fixed-button-card-scroll.type-2 .fixed-button-card-scroll__card-buy {
    transform: translateY(-48px);
    transition: transform 0.075s ease-in-out; }
  .fixed-button-card-scroll.type-2 .fixed-button-card-scroll__to-size {
    transform: translateY(0);
    transition: transform 0s; } }
@media (max-width: 550px) {
  .hidden-sizes-row, .sizes-card-title, .sizes-table-title, .sizes-table-title {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 494px) {
  .my-gallery .status_items-wr {
    padding-left: 20px;
    width: 100%;
    left: 0;
    margin-left: 0; } }
@media (max-width: 710px) {
  #comments-form {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important; }
    #comments-form #modal_close {
      right: 0px; } }
@media (max-width: 580px) {
  .comments-card {
    padding-left: 45px;
    padding-right: 45px; }

  .comments-card-title-stars {
    padding-left: 15px; } }
@media (max-width: 480px) {
  .comments-card {
    padding-left: 10px;
    padding-right: 10px; }

  .btn-bye-card.disabled {
    margin-right: 15px; } }
@media (max-width: 401px) {
  .comments-card-title-stars {
    padding-left: 0;
    width: 100%;
    margin-top: 25px; }

  .comments-card-img {
    width: 100%;
    text-align: center;
    /* display: block; */
    max-width: 100%; }

  #comments-form .form-comments-title {
    font-size: 22px; } }
.rateit {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none; }

.rateit .rateit-range * {
  display: block; }

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range {
  display: inline; }

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range {
  display: inline; }

.rateit .rateit-hover, .rateit .rateit-selected {
  position: absolute;
  left: 0px; }

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
  left: auto;
  right: 0px; }

.rateit .rateit-hover {
  background: url(../images/star.gif) left -32px; }

.rateit .rateit-hover-rtl {
  background-position: right -32px; }

.rateit .rateit-selected {
  background: url(../images/star.gif) left -16px; }

.rateit .rateit-selected-rtl {
  background-position: right -16px; }

.rateit .rateit-preset {
  background: url(../images/star.gif) left -48px; }

.rateit .rateit-preset-rtl {
  background: url(../images/star.gif) left -48px; }

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
  background-position: 0 -16px; }

.rateit {
  float: left;
  width: 100%; }
  .rateit button.rateit-reset {
    background: url(../images/delete.gif) 0 0;
    width: 16px;
    height: 16px;
    float: left;
    outline: none;
    border: none;
    padding: 0;
    display: none !important; }
  .rateit .rateit-range {
    position: relative;
    display: -moz-inline-box;
    display: block;
    background: url(../images/star-new.gif) !important;
    height: 14px !important;
    outline: none;
    margin: 0 auto;
    overflow: hidden; }
  .rateit .rateit-selected {
    background: url(../images/star-new.gif) left -14px; }
  .rateit .rateit-hover, .rateit .rateit-selected {
    position: absolute;
    left: 0; }
  .rateit .rateit-hover {
    background: url(../images/star-new.gif) left -28px; }

.comments-card-stars .rateit .rateit-range {
  float: left;
  margin: 0;
  cursor: pointer; }

.basket_modal {
  position: absolute;
  top: 134px;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(126, 126, 126, 0.35);
  z-index: 99;
  left: 30px;
  right: 30px; }

.btn-to-basket a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
  float: left;
  height: 39px;
  line-height: 39px;
  background: #f89b93;
  text-decoration: none !important; }

.btn-to-continue {
  text-align: center;
  margin-top: 22px; }
  .btn-to-continue span {
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    color: #858585; }
    .btn-to-continue span:before {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #858585;
      content: ''; }

.basket-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 34px;
  padding-right: 33px; }

.basket-img {
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: top;
  padding-top: 0; }

.basket-txts {
  width: 100%;
  padding-left: 111px; }
  .basket-txts .card-price {
    margin-top: 8px; }
    .basket-txts .card-price div {
      margin-right: 10px; }
    .basket-txts .card-price i {
      margin-left: 0; }

.basket-modal-title {
  font-size: 15px;
  display: table-cell;
  vertical-align: top;
  line-height: 15px; }
  .basket-modal-title a {
    color: #1c1c1c; }

.basket-modal-price {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  padding-top: 1px; }
  .basket-modal-price i {
    color: #ce3535;
    display: inline-block;
    font-style: normal; }
  .basket-modal-price b {
    display: inline-block; }
  .basket-modal-price.new-price {
    white-space: normal; }
    .basket-modal-price.new-price b {
      text-decoration: line-through; }

.basket-modal-t-p {
  display: table;
  width: 100%; }

.basket-goods-wr {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 19px;
  min-height: 157px;
  margin-top: 20px; }

.basket-modal-size {
  margin-top: 10px; }

.basket-modal-size, .basket-modal-count {
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  color: #858585; }
  .basket-modal-size span, .basket-modal-count span {
    color: #1c1c1c; }

.basket-modal-count {
  margin-top: 12px; }

.basket-modal-remove {
  float: left;
  margin-top: 8px; }
  .basket-modal-remove span {
    color: #858585;
    font-size: 12px;
    cursor: pointer; }
    .basket-modal-remove span:hover {
      text-decoration: underline; }

.basket-modal-shipping {
  margin-top: 26px; }
  .basket-modal-shipping table tr td {
    font-size: 15px; }
    .basket-modal-shipping table tr td b {
      color: #858585;
      font-weight: normal; }

.basket-modal-all-price {
  margin-top: 15px; }
  .basket-modal-all-price table tr:first-child td {
    font-size: 15px; }
  .basket-modal-all-price table tr td {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px; }
    .basket-modal-all-price table tr td b {
      color: #858585;
      font-weight: normal; }
    .basket-modal-all-price table tr td:last-child b {
      color: #1c1c1c; }

.btn-to-basket {
  margin-top: 26px; }

.basket-group .input-promocode {
  margin-top: 0; }

.input-promocode {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 11px; }
  .input-promocode input, .input-promocode textarea, .input-promocode select, .input-promocode .input-wr .select2 .select2-selection, .input-wr .select2 .input-promocode .select2-selection, .input-promocode .button-wr .select2 .select2-selection, .button-wr .select2 .input-promocode .select2-selection {
    margin-top: 0;
    padding-left: 13px;
    font-size: 15px;
    padding-right: 88px;
    border: 0;
    background: #f5f6f8;
    height: 40px;
    line-height: 40px; }
  .input-promocode input::placeholder, .input-promocode textarea::placeholder, .input-promocode select::placeholder, .input-promocode .input-wr .select2 .select2-selection::placeholder, .input-wr .select2 .input-promocode .select2-selection::placeholder, .input-promocode .button-wr .select2 .select2-selection::placeholder, .button-wr .select2 .input-promocode .select2-selection::placeholder {
    color: #1c1c1c; }
  .input-promocode .input-promocode__submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    color: #f89b93;
    font-size: 15px;
    cursor: pointer;
    z-index: 2;
    padding: 0 12px; }

.button-wr .send-order {
  max-width: 100%;
  width: 356px;
  height: 40px;
  border: 0 !important;
  color: #fff;
  background: #f89b93;
  text-transform: uppercase;
  text-align: center;
  line-height: 42px;
  font-weight: normal;
  font-size: 16px; }
  .button-wr .send-order:hover, .button-wr .send-order:active {
    background: #de8b84; }

.basket-login-register {
  margin-top: 56px;
  margin-bottom: 12px; }
  .basket-login-register input[readonly], .basket-login-register textarea[readonly], .basket-login-register select[readonly], .basket-login-register .input-wr .select2 [readonly].select2-selection, .input-wr .select2 .basket-login-register [readonly].select2-selection, .basket-login-register .button-wr .select2 [readonly].select2-selection, .button-wr .select2 .basket-login-register [readonly].select2-selection, .basket-login-register input[disabled], .basket-login-register textarea[disabled], .basket-login-register select[disabled], .basket-login-register .input-wr .select2 [disabled].select2-selection, .input-wr .select2 .basket-login-register [disabled].select2-selection, .basket-login-register .button-wr .select2 [disabled].select2-selection, .button-wr .select2 .basket-login-register [disabled].select2-selection {
    background: #f5f6f7;
    box-shadow: none !important;
    border: none !important; }
  .basket-login-register select {
    padding-right: 20px; }
  .basket-login-register .input-wr .select2 .select2-selection__arrow, .basket-login-register .button-wr .select2 .select2-selection__arrow, .basket-login-register .button-wr .select2 .select2-selection__arrow {
    height: 38px !important; }
  .basket-login-register .login-new-user-wr {
    background: none; }
  .basket-login-register .register-page-form .button-wr button {
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 42px;
    background: #f89b93;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #f89b93; }
    .basket-login-register .register-page-form .button-wr button:hover {
      background: #1c1c1c;
      border: 1px solid #1c1c1c; }
    .basket-login-register .register-page-form .button-wr button:active {
      background: #494949;
      border: 1px solid #494949; }
  .basket-login-register input, .basket-login-register textarea, .basket-login-register select, .basket-login-register .input-wr .select2 .select2-selection, .input-wr .select2 .basket-login-register .select2-selection, .basket-login-register .button-wr .select2 .select2-selection, .button-wr .select2 .basket-login-register .select2-selection {
    height: 40px;
    line-height: 40px; }

.line-reg-basket-1, .line-reg-basket-2 {
  width: 100%;
  float: left;
  height: 1px;
  background: #d4d4d4; }

.line-reg-basket-2 {
  margin-top: 50px; }

.form-basket-delivery-shops .button-wr, .form-np-wr .button-wr, .basket-pay-wrapp .button-wr, .form-basket-payment .button-wr {
  margin-top: 39px; }
  .form-basket-delivery-shops .button-wr button, .form-np-wr .button-wr button, .basket-pay-wrapp .button-wr button, .form-basket-payment .button-wr button {
    width: 100%; }

.basket-delivery-wrapp {
  margin-top: 54px;
  margin-bottom: 12px; }
  .basket-delivery-wrapp .radio_custom-col label {
    font-size: 15px;
    letter-spacing: -0.7px; }

.basket-delivery-title {
  text-align: center;
  font-size: 32px;
  line-height: 34px; }

.t-b-d-b {
  border: 1px solid #d4d4d4;
  height: 100px;
  text-align: center;
  cursor: pointer;
  margin-top: 34px;
  position: relative; }
  .t-b-d-b span {
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #777;
    padding-top: 53px;
    margin-top: 18px; }
    .t-b-d-b span:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #dddddd;
      font-size: 40px;
      text-align: center;
      width: 100%;
      height: 40px;
      line-height: 40px;
      left: 0;
      top: 0;
      font-size: 40px;
      content: '\e910';
      position: absolute; }
  .t-b-d-b.active {
    border-color: #f89b93;
    cursor: default; }
    .t-b-d-b.active span {
      color: #f89b93; }
      .t-b-d-b.active span:before {
        color: #f89b93; }

.t-b-d-right span:before {
  content: '\e90f'; }

.form-basket-delivery-shops .radio_custom, .pay-form-basket .radio_custom, .form-basket-payment .radio_custom {
  margin-top: 1px; }
.form-basket-delivery-shops .radio_custom-col, .pay-form-basket .radio_custom-col, .form-basket-payment .radio_custom-col {
  width: 100%;
  margin-top: 15px;
  float: left; }
  .form-basket-delivery-shops .radio_custom-col input + label, .form-basket-delivery-shops .radio_custom-col textarea + label, .form-basket-delivery-shops .radio_custom-col select + label, .form-basket-delivery-shops .radio_custom-col .input-wr .select2 .select2-selection + label, .input-wr .select2 .form-basket-delivery-shops .radio_custom-col .select2-selection + label, .form-basket-delivery-shops .radio_custom-col .button-wr .select2 .select2-selection + label, .button-wr .select2 .form-basket-delivery-shops .radio_custom-col .select2-selection + label, .pay-form-basket .radio_custom-col input + label, .pay-form-basket .radio_custom-col textarea + label, .pay-form-basket .radio_custom-col select + label, .pay-form-basket .radio_custom-col .input-wr .select2 .select2-selection + label, .input-wr .select2 .pay-form-basket .radio_custom-col .select2-selection + label, .pay-form-basket .radio_custom-col .button-wr .select2 .select2-selection + label, .button-wr .select2 .pay-form-basket .radio_custom-col .select2-selection + label, .form-basket-payment .radio_custom-col input + label, .form-basket-payment .radio_custom-col textarea + label, .form-basket-payment .radio_custom-col select + label, .form-basket-payment .radio_custom-col .input-wr .select2 .select2-selection + label, .input-wr .select2 .form-basket-payment .radio_custom-col .select2-selection + label, .form-basket-payment .radio_custom-col .button-wr .select2 .select2-selection + label, .button-wr .select2 .form-basket-payment .radio_custom-col .select2-selection + label {
    line-height: 16px; }
    .form-basket-delivery-shops .radio_custom-col input + label:before, .form-basket-delivery-shops .radio_custom-col textarea + label:before, .form-basket-delivery-shops .radio_custom-col select + label:before, .form-basket-delivery-shops .radio_custom-col .input-wr .select2 .select2-selection + label:before, .input-wr .select2 .form-basket-delivery-shops .radio_custom-col .select2-selection + label:before, .form-basket-delivery-shops .radio_custom-col .button-wr .select2 .select2-selection + label:before, .button-wr .select2 .form-basket-delivery-shops .radio_custom-col .select2-selection + label:before, .pay-form-basket .radio_custom-col input + label:before, .pay-form-basket .radio_custom-col textarea + label:before, .pay-form-basket .radio_custom-col select + label:before, .pay-form-basket .radio_custom-col .input-wr .select2 .select2-selection + label:before, .input-wr .select2 .pay-form-basket .radio_custom-col .select2-selection + label:before, .pay-form-basket .radio_custom-col .button-wr .select2 .select2-selection + label:before, .button-wr .select2 .pay-form-basket .radio_custom-col .select2-selection + label:before, .form-basket-payment .radio_custom-col input + label:before, .form-basket-payment .radio_custom-col textarea + label:before, .form-basket-payment .radio_custom-col select + label:before, .form-basket-payment .radio_custom-col .input-wr .select2 .select2-selection + label:before, .input-wr .select2 .form-basket-payment .radio_custom-col .select2-selection + label:before, .form-basket-payment .radio_custom-col .button-wr .select2 .select2-selection + label:before, .button-wr .select2 .form-basket-payment .radio_custom-col .select2-selection + label:before {
      top: 50%;
      margin-top: -9px; }
    .form-basket-delivery-shops .radio_custom-col input + label:after, .form-basket-delivery-shops .radio_custom-col textarea + label:after, .form-basket-delivery-shops .radio_custom-col select + label:after, .form-basket-delivery-shops .radio_custom-col .input-wr .select2 .select2-selection + label:after, .input-wr .select2 .form-basket-delivery-shops .radio_custom-col .select2-selection + label:after, .form-basket-delivery-shops .radio_custom-col .button-wr .select2 .select2-selection + label:after, .button-wr .select2 .form-basket-delivery-shops .radio_custom-col .select2-selection + label:after, .pay-form-basket .radio_custom-col input + label:after, .pay-form-basket .radio_custom-col textarea + label:after, .pay-form-basket .radio_custom-col select + label:after, .pay-form-basket .radio_custom-col .input-wr .select2 .select2-selection + label:after, .input-wr .select2 .pay-form-basket .radio_custom-col .select2-selection + label:after, .pay-form-basket .radio_custom-col .button-wr .select2 .select2-selection + label:after, .button-wr .select2 .pay-form-basket .radio_custom-col .select2-selection + label:after, .form-basket-payment .radio_custom-col input + label:after, .form-basket-payment .radio_custom-col textarea + label:after, .form-basket-payment .radio_custom-col select + label:after, .form-basket-payment .radio_custom-col .input-wr .select2 .select2-selection + label:after, .input-wr .select2 .form-basket-payment .radio_custom-col .select2-selection + label:after, .form-basket-payment .radio_custom-col .button-wr .select2 .select2-selection + label:after, .button-wr .select2 .form-basket-payment .radio_custom-col .select2-selection + label:after {
      top: 50%;
      margin-top: -5px; }
  .form-basket-delivery-shops .radio_custom-col input:checked + label, .form-basket-delivery-shops .radio_custom-col textarea:checked + label, .form-basket-delivery-shops .radio_custom-col select:checked + label, .form-basket-delivery-shops .radio_custom-col .input-wr .select2 .select2-selection:checked + label, .input-wr .select2 .form-basket-delivery-shops .radio_custom-col .select2-selection:checked + label, .form-basket-delivery-shops .radio_custom-col .button-wr .select2 .select2-selection:checked + label, .button-wr .select2 .form-basket-delivery-shops .radio_custom-col .select2-selection:checked + label, .pay-form-basket .radio_custom-col input:checked + label, .pay-form-basket .radio_custom-col textarea:checked + label, .pay-form-basket .radio_custom-col select:checked + label, .pay-form-basket .radio_custom-col .input-wr .select2 .select2-selection:checked + label, .input-wr .select2 .pay-form-basket .radio_custom-col .select2-selection:checked + label, .pay-form-basket .radio_custom-col .button-wr .select2 .select2-selection:checked + label, .button-wr .select2 .pay-form-basket .radio_custom-col .select2-selection:checked + label, .form-basket-payment .radio_custom-col input:checked + label, .form-basket-payment .radio_custom-col textarea:checked + label, .form-basket-payment .radio_custom-col select:checked + label, .form-basket-payment .radio_custom-col .input-wr .select2 .select2-selection:checked + label, .input-wr .select2 .form-basket-payment .radio_custom-col .select2-selection:checked + label, .form-basket-payment .radio_custom-col .button-wr .select2 .select2-selection:checked + label, .button-wr .select2 .form-basket-payment .radio_custom-col .select2-selection:checked + label {
    color: #f89b93; }

.tabs-basket-delivery-btns {
  margin-bottom: 57px; }

.basket-pay-wrapp {
  margin-top: 54px;
  padding-bottom: 10px; }

.basket-pay-title, .basket-totals-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  margin-bottom: 7px; }

.basket-step-pay {
  box-shadow: 0px 0px 12px 0px rgba(126, 126, 126, 0.35);
  padding: 27px 20px 28px 20px;
  margin-top: 27px; }

.basket-step-pay-txt {
  margin-top: 32px; }
  .basket-step-pay-txt p {
    line-height: 18px; }
  .basket-step-pay-txt a {
    width: 100%;
    background: #f89b93;
    border-color: #f89b93;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }

.basket-pay-wrapp .basket-modal-shipping, .basket-totals-wrapp .basket-modal-shipping {
  display: block !important;
  margin-top: 0; }
  .basket-pay-wrapp .basket-modal-shipping table tr td, .basket-totals-wrapp .basket-modal-shipping table tr td {
    font-size: 12px; }
.basket-pay-wrapp .basket-modal-all-price, .basket-totals-wrapp .basket-modal-all-price {
  display: block !important;
  margin-top: 12px; }
  .basket-pay-wrapp .basket-modal-all-price table tr td, .basket-totals-wrapp .basket-modal-all-price table tr td {
    font-size: 16px; }
    .basket-pay-wrapp .basket-modal-all-price table tr td:first-child, .basket-totals-wrapp .basket-modal-all-price table tr td:first-child {
      font-size: 14px; }

.basket-totals-wrapp {
  margin-top: 54px;
  padding-bottom: 10px; }

.basket-goods {
  position: relative;
  border-top: 1px solid #d4d4d4;
  padding-top: 18px;
  padding-bottom: 20px;
  min-height: 177px; }
  .basket-goods:last-child {
    border-bottom: 1px solid #d4d4d4;
    min-height: 178px; }

.basket-total-img {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 2; }
  .basket-total-img a {
    display: block; }
    .basket-total-img a img {
      width: 90px; }

.basket-totaol-txts {
  padding-left: 111px;
  position: relative; }
  .basket-totaol-txts .card-price {
    margin-top: 15px;
    display: inline-block; }
  .basket-totaol-txts .basket-modal-count-count {
    margin-top: 26px; }
  .basket-totaol-txts .basket-modal-size, .basket-totaol-txts .basket-modal-count {
    font-size: 13px; }

.basket-modal-count-count {
  position: relative; }
  .basket-modal-count-count i {
    font-style: normal; }
  .basket-modal-count-count span {
    font-size: 16px !important;
    position: relative;
    width: 30px;
    display: inline-block;
    text-align: center;
    margin-left: 14px; }
  .basket-modal-count-count b {
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    left: -12px;
    top: 50%;
    margin-top: -9px; }
    .basket-modal-count-count b:before, .basket-modal-count-count b:after {
      background: #a6a6a6;
      position: absolute; }
    .basket-modal-count-count b:before {
      width: 8px;
      height: 2px;
      left: 4px;
      top: 50%;
      margin-top: -1px;
      content: ''; }
    .basket-modal-count-count b.plus {
      left: auto;
      right: -12px; }
      .basket-modal-count-count b.plus:after {
        content: '';
        width: 2px;
        height: 8px;
        top: 4px;
        left: 50%;
        margin-left: -1px; }

.basket-total-title {
  padding-right: 20px;
  font-size: 15px;
  line-height: 19px; }
  .basket-total-title a {
    color: #1c1c1c; }

.basket-total-size {
  margin-top: 8px; }

.basket-total-size, .basket-total-count {
  line-height: 16px; }

.basket-total-price {
  margin-top: 9px; }
  .basket-total-price i {
    width: 100%;
    display: block;
    font-style: normal;
    color: #ce3535;
    font-weight: 700; }
  .basket-total-price b {
    width: 100%;
    display: block;
    text-decoration: line-through;
    font-weight: normal; }
  .basket-total-price.new-price b {
    text-decoration: none; }

.remove-goods {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  right: 0;
  cursor: pointer; }
  .remove-goods:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 18px;
    text-align: center;
    color: #333;
    font-size: 16px;
    content: '\e90a'; }

.basket-title-goods {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 24px;
  position: relative; }

.basket-total-check-title {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  font-weight: 700;
  padding-bottom: 6px;
  padding-right: 16px; }

.total-edit {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: -3px;
  cursor: pointer;
  text-decoration: none !important; }
  .total-edit:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #333;
    content: '\e90a'; }

.basket-total-check {
  position: relative;
  margin-top: 43px; }
  .basket-total-check:first-child {
    margin-top: 24px; }

.basket-total-check-address {
  margin-top: 27px;
  font-size: 15px;
  text-transform: uppercase; }

.basket-total-check-pay {
  font-size: 15px;
  margin-top: 27px;
  padding-right: 10px; }

.basket-total-check-del {
  line-height: 16px;
  margin-top: 17px;
  font-size: 15px; }

.basket-step-pay.basket-total-pay {
  margin-top: 59px; }
  .basket-step-pay.basket-total-pay .basket-modal-all-price table tr td:last-child b {
    color: #1c1c1c;
    font-weight: 700; }

.delivery-house {
  float: left;
  width: 50%;
  padding-right: 15px; }

.delivery-apartment {
  float: left;
  width: 50%;
  padding-left: 15px; }

.tab-basket-deliv .basket-modal-shipping {
  margin-top: 0; }
  .tab-basket-deliv .basket-modal-shipping table tr td {
    color: #1c1c1c; }
    .tab-basket-deliv .basket-modal-shipping table tr td b {
      color: #858585; }
.tab-basket-deliv .basket-modal-all-price table tr td {
  color: #858585; }
  .tab-basket-deliv .basket-modal-all-price table tr td b {
    color: #1c1c1c;
    font-weight: 700;
    font-size: 18px; }

.basket-pay-next-step {
  float: none;
  padding: 0;
  margin-top: 28px; }

.basket-total-remove {
  font-size: 12px;
  color: #858585;
  cursor: pointer;
  margin-top: 5px; }
  .basket-total-remove span:hover {
    text-decoration: underline; }

.basket-details-wr {
  padding: 0 22px; }

.details-select select {
  color: #858585;
  font-size: 15px; }

.form-city-shop-wr .shop-tab-adress input, .form-city-shop-wr .shop-tab-adress textarea, .form-city-shop-wr .shop-tab-adress select, .form-city-shop-wr .shop-tab-adress .input-wr .select2 .select2-selection, .input-wr .select2 .form-city-shop-wr .shop-tab-adress .select2-selection, .form-city-shop-wr .shop-tab-adress .button-wr .select2 .select2-selection, .button-wr .select2 .form-city-shop-wr .shop-tab-adress .select2-selection {
  display: none; }
  .form-city-shop-wr .shop-tab-adress input + label, .form-city-shop-wr .shop-tab-adress textarea + label, .form-city-shop-wr .shop-tab-adress select + label, .form-city-shop-wr .shop-tab-adress .input-wr .select2 .select2-selection + label, .input-wr .select2 .form-city-shop-wr .shop-tab-adress .select2-selection + label, .form-city-shop-wr .shop-tab-adress .button-wr .select2 .select2-selection + label, .button-wr .select2 .form-city-shop-wr .shop-tab-adress .select2-selection + label {
    line-height: 16px; }
    .form-city-shop-wr .shop-tab-adress input + label:before, .form-city-shop-wr .shop-tab-adress textarea + label:before, .form-city-shop-wr .shop-tab-adress select + label:before, .form-city-shop-wr .shop-tab-adress .input-wr .select2 .select2-selection + label:before, .input-wr .select2 .form-city-shop-wr .shop-tab-adress .select2-selection + label:before, .form-city-shop-wr .shop-tab-adress .button-wr .select2 .select2-selection + label:before, .button-wr .select2 .form-city-shop-wr .shop-tab-adress .select2-selection + label:before {
      top: 50%;
      margin-top: -9px; }
    .form-city-shop-wr .shop-tab-adress input + label:after, .form-city-shop-wr .shop-tab-adress textarea + label:after, .form-city-shop-wr .shop-tab-adress select + label:after, .form-city-shop-wr .shop-tab-adress .input-wr .select2 .select2-selection + label:after, .input-wr .select2 .form-city-shop-wr .shop-tab-adress .select2-selection + label:after, .form-city-shop-wr .shop-tab-adress .button-wr .select2 .select2-selection + label:after, .button-wr .select2 .form-city-shop-wr .shop-tab-adress .select2-selection + label:after {
      top: 50%;
      margin-top: -5px; }
  .form-city-shop-wr .shop-tab-adress input:checked + label, .form-city-shop-wr .shop-tab-adress textarea:checked + label, .form-city-shop-wr .shop-tab-adress select:checked + label, .form-city-shop-wr .shop-tab-adress .input-wr .select2 .select2-selection:checked + label, .input-wr .select2 .form-city-shop-wr .shop-tab-adress .select2-selection:checked + label, .form-city-shop-wr .shop-tab-adress .button-wr .select2 .select2-selection:checked + label, .button-wr .select2 .form-city-shop-wr .shop-tab-adress .select2-selection:checked + label {
    color: #f89b93; }

.basket-title-center {
  font-size: 32px;
  text-align: center; }

.basket-group-first {
  margin-top: 27px;
  padding-top: 29px; }

.basket-group {
  padding-top: 29px;
  padding-bottom: 30px;
  border-bottom: 1px solid #a8a8a8; }
  .basket-group:first-child {
    padding-top: 0; }
  .basket-group__title {
    font-size: 24px;
    line-height: 24px; }
  .basket-group__width {
    width: 335px;
    max-width: 100%; }
  .basket-group .details-txt {
    display: inline-block;
    width: 100%; }
  .basket-group .dont-call {
    display: inline-block;
    width: 100%;
    float: none;
    margin-top: 19px; }

.basket-user-tabs-name {
  margin-top: 22px;
  margin-left: -15px; }
  .basket-user-tabs-name span {
    text-transform: uppercase;
    color: #f89b92;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    padding: 0 15px;
    white-space: nowrap; }
    .basket-user-tabs-name span:last-child {
      padding-right: 0; }
    .basket-user-tabs-name span.active {
      color: #1c1c1c;
      cursor: default; }

.basket-user-tabs-blocks__item {
  display: none; }
  .basket-user-tabs-blocks__item.active {
    display: block; }

.edit-basket-goods {
  position: absolute;
  top: -1px;
  right: 0;
  cursor: pointer; }
  .edit-basket-goods:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    content: '\e90a'; }

.order-confirm-check {
  margin-top: 19px; }
  .order-confirm-check label {
    float: none;
    display: block;
    width: 270px;
    margin: 0 auto;
    max-width: 100%; }
    .order-confirm-check label:before {
      top: 0 !important; }
  .order-confirm-check a, .order-confirm-check span {
    color: #f89b93; }
  .order-confirm-check span {
    font-family: arial;
    font-size: 15px; }
  .order-confirm-check a:hover {
    text-decoration: underline !important; }

.order-total {
  box-shadow: 0px 0px 24px 0px rgba(109, 109, 109, 0.15);
  margin-top: 57px;
  padding: 4px 16px 25px 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .order-total .button-wr {
    margin-top: 30px; }

.order-total .basket-goods {
  display: flex;
  flex-wrap: wrap; }
  .order-total .basket-goods .basket-totaol-txts {
    min-height: 100%;
    padding-bottom: 40px;
    position: relative; }
    .order-total .basket-goods .basket-totaol-txts svg {
      position: absolute;
      left: 111px;
      bottom: 0;
      width: 24px;
      height: 24px; }

.basket_modal .modal-order-svg-gift-icon {
  position: relative;
  width: 100%;
  float: left;
  line-height: 1;
  padding-top: 17px; }
  .basket_modal .modal-order-svg-gift-icon:before {
    display: none; }
.basket_modal .order-svg-gift-icon {
  width: 24px;
  height: 24px; }



@media (min-width: 1400px) {
  .order-total .basket-goods .basket-totaol-txts svg {
    left: 140px; }}


@media (min-width: 1921px) {
  .order-total .basket-goods .basket-totaol-txts svg {
    left: 200px; } }
.tab-basket-deliv .shops-select-wr {
  margin-top: 0; }

.basket-modal-table {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 22px 15px 40px 15px; }
  .basket-modal-table__close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer; }
    .basket-modal-table__close:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e901";
      font-size: 18px;
      line-height: 18px;
      color: #dddddd; }

.new-basket-modal-table {
  margin-top: 14px;
  width: 100%; }
  .new-basket-modal-table th {
    border-bottom: 1px solid #a8a8a8;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    padding-bottom: 7px; }
  .new-basket-modal-table th, .new-basket-modal-table td {
    padding-left: 20px;
    text-align: center; }
    .new-basket-modal-table th:first-child, .new-basket-modal-table td:first-child {
      width: 90px;
      padding-left: 0; }
    .new-basket-modal-table th:first-child, .new-basket-modal-table th:nth-child(2), .new-basket-modal-table td:first-child, .new-basket-modal-table td:nth-child(2) {
      text-align: left; }
    .new-basket-modal-table th:last-child, .new-basket-modal-table td:last-child {
      text-align: right; }
  .new-basket-modal-table td {
    vertical-align: middle;
    border-bottom: 1px solid #a8a8a8;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 177px; }
  .new-basket-modal-table__img {
    display: block; }
  .new-basket-modal-table__title a {
    color: #1c1c1c;
    font-size: 15px;
    line-height: 18px; }
  .new-basket-modal-table__buttons {
    margin-top: 18px; }
    .new-basket-modal-table__buttons div {
      margin-top: 0;
      color: #858585;
      font-size: 12px;
      cursor: pointer;
      float: left;
      position: relative; }
      .new-basket-modal-table__buttons div:hover {
        text-decoration: underline; }
      .new-basket-modal-table__buttons div:before {
        content: '';
        position: absolute;
        left: -9px;
        width: 1px;
        height: 14px;
        background: #dddddd;
        top: 50%;
        margin-top: -7px; }
      .new-basket-modal-table__buttons div:first-child {
        margin-right: 16px; }
        .new-basket-modal-table__buttons div:first-child:before {
          display: none; }
  .new-basket-modal-table .basket-modal-size {
    margin-top: 0; }
  .new-basket-modal-table__price .card-price {
    margin: 0;
    padding: 0; }
    .new-basket-modal-table__price .card-price div {
      display: block;
      float: none;
      width: 100%;
      font-weight: normal;
      margin-bottom: 9px; }
    .new-basket-modal-table__price .card-price i {
      font-weight: normal;
      color: #1c1c1c;
      margin: 0;
      padding: 0;
      float: none; }
    .new-basket-modal-table__price .card-price.new-cost i {
      color: #f89b93; }
  .new-basket-modal-table__total {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    white-space: nowrap; }

.new-basket-modal-after {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 21px; }
  .new-basket-modal-after__left {
    width: 442px;
    max-width: 100%; }
    .new-basket-modal-after__left_shipping {
      width: 100%;
      font-size: 15px;
      line-height: 17px;
      text-align: center;
      padding: 24px 10px 19px 10px;
      color: #1c1c1c;
      font-weight: 700;
      background: #f5f6f8; }
      .new-basket-modal-after__left_shipping span {
        color: #1c1c1c; }
    .new-basket-modal-after__left_button .btn-to-continue {
      margin-top: 20px;
      text-align: center; }
      .new-basket-modal-after__left_button .btn-to-continue span {
        display: inline-block;
        vertical-align: middle;
        height: 40px;
        line-height: 44px; }
        .new-basket-modal-after__left_button .btn-to-continue span:before {
          bottom: 9px; }
  .new-basket-modal-after__right {
    width: 500px;
    max-width: 100%; }
    .new-basket-modal-after__right_table {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      .new-basket-modal-after__right_table .basket-modal-all-price {
        margin-top: 0; }
        .new-basket-modal-after__right_table .basket-modal-all-price table tr:last-child td {
          font-size: 18px; }
        .new-basket-modal-after__right_table .basket-modal-all-price table td {
          font-size: 15px; }
    .new-basket-modal-after__right_button {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      .new-basket-modal-after__right_button .btn-to-basket {
        margin-top: 23px; }
        .new-basket-modal-after__right_button .btn-to-basket a {
          height: 40px;
          line-height: 44px; }
          .new-basket-modal-after__right_button .btn-to-basket a:hover {
            background: #de8b84; }

.basket-modal-table__slider {
  position: relative;
  padding-bottom: 46px;
  margin-top: 56px; }
  .basket-modal-table__slider_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px; }
  .basket-modal-table__slider .owl-nav.disabled, .basket-modal-table__slider .owl-dots.disabled {
    display: none; }

.basket-register-hidden {
  overflow: hidden;
  height: 42px; }
  .basket-register-hidden.active {
    height: auto; }
    .basket-register-hidden.active .basket-register-hidden__button span:before {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg); }
  .basket-register-hidden__button {
    text-align: center;
    margin-top: 23px;
    margin-bottom: -2px; }
    .basket-register-hidden__button span {
      position: relative;
      font-size: 18px;
      line-height: 18px;
      cursor: pointer;
      padding-right: 21px;
      color: #f89b93; }
      .basket-register-hidden__button span:before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #a8a8a8;
        font-size: 6px;
        width: 10px;
        height: 6px;
        line-height: 6px;
        display: block;
        content: '\e900';
        text-align: center;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -3px;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s; }

.register-discount {
  text-align: center;
  font-size: 15px;
  color: #858585;
  padding-top: 9px; }

.notenough-delivery {
  text-align: center;
  padding: 0 16px;
  margin-top: 30px; }
  .notenough-delivery div {
    background: #f5f6f8;
    font-weight: 500;
    font-size: 15px;
    padding: 14px 10px 11px 10px; }
    .notenough-delivery div p {
      margin-bottom: 1px; }
      .notenough-delivery div p span {
        font-weight: 700;
        display: inline-block; }

.data-recipient {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  margin-top: 26px;
  margin-bottom: -8px; }

.recipient-other-person {
  margin-top: 24px; }

.payment-bottom-desc {
  padding-left: 30px;
  line-height: 14px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 3px;
  color: #858585; }

.order-total .basket-credit .icon-credit__items {
  justify-content: flex-end;
  padding-top: 0; }

@media (min-width: 768px) {
  .new-basket-modal-table__count .basket-modal-count {
    margin-top: 0; }
  .new-basket-modal-table__count .basket-modal-count-count div {
    display: none; }
  .new-basket-modal-table__count .basket-modal-count-count span {
    width: 120px; }
  .new-basket-modal-table__count .basket-modal-count-count i {
    display: block;
    width: 40px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #a8a8a8;
    margin: 0 auto;
    cursor: default; }
  .new-basket-modal-table__count .basket-modal-count-count b {
    width: 32px;
    height: 32px;
    left: 0;
    margin: 0;
    top: 0;
    background: #dddddd;
    transition: 0.15s;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -ms-transition: 0.15s;
    -o-transition: 0.15s; }
    .new-basket-modal-table__count .basket-modal-count-count b:hover {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80); }
    .new-basket-modal-table__count .basket-modal-count-count b:last-child {
      left: auto;
      right: 0; }
    .new-basket-modal-table__count .basket-modal-count-count b:before, .new-basket-modal-table__count .basket-modal-count-count b:after {
      background: #fff; }
    .new-basket-modal-table__count .basket-modal-count-count b:before {
      width: 14px;
      left: 50%;
      margin-left: -7px; }
    .new-basket-modal-table__count .basket-modal-count-count b:after {
      height: 14px;
      top: 50%;
      margin-top: -7px; } }
.button-register-in-basket button, .button-register-in-basket span {
  max-width: 100%;
  width: 335px;
  height: 40px;
  border: 0 !important;
  color: #fff;
  background: #f89b93;
  text-transform: uppercase;
  text-align: center;
  line-height: 42px;
  font-weight: normal;
  font-size: 16px;
  display: block;
  margin: 23px auto 6px auto; }
  .button-register-in-basket button:hover, .button-register-in-basket button:active, .button-register-in-basket span:hover, .button-register-in-basket span:active {
    background: #de8b84; }

.order-error-checkbox-text {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  font-style: normal;
  display: block;
  font-style: normal;
  color: #ff0000;
  font-size: 15px;
  line-height: 14px;
  width: 100%;
  max-width: 356px;
  text-align: center;
  margin: 5px auto -14px auto; }

.has-error .order-error-checkbox-text {
  height: 28px !important; }

.order-width {
  width: 100%; }
  .order-width__left {
    width: 500px;
    max-width: 100%; }
  .order-width__right .basket-content-class {
    width: 100%; }

.rw .basket-sep {
  flex: 0 0 auto;
  width: 8.33333333%; }

@media (min-width: 1200px) {
  .new-basket-modal-after__right .basket-modal-all-price table tr:first-child .basket-delivery-br {
    display: none; } }
@media (min-width: 1400px) {
  .order-width__right {
    width: 500px;
    max-width: 100%; }

  .new-basket-modal-table th:first-child, .new-basket-modal-table td:first-child {
    width: 120px; }

  .basket-goods, .basket-goods:last-child {
    min-height: 224px; }

  .basket-total-img a img {
    width: 120px; }

  .basket-totaol-txts {
    padding-left: 140px; } }
@media (min-width: 1681px) {
  .order-width__right {
    width: 700px; }
    .order-width__right .basket-delivery-br {
      display: none; }
    .order-width__right .order-confirm-check label {
      width: 356px; }

  .rw .basket-sep {
    flex: 0 0 auto;
    width: 6%; } }
@media (min-width: 1921px) {
  .order-width__right {
    width: 800px; }

  .new-basket-modal-table th:first-child, .new-basket-modal-table td:first-child {
    width: 180px; }

  .rw .basket-sep {
    flex: 0 0 auto;
    width: 4%; }

  .basket-goods, .basket-goods:last-child {
    min-height: 312px; }

  .basket-total-img a img {
    width: 180px; }

  .basket-totaol-txts {
    padding-left: 200px; } }
@media (min-width: 2561px) {
  .rw .basket-sep {
    flex: 0 0 auto;
    width: 3%; } }
@media (min-width: 3841px) {
  .basket_modal {
    left: 50%;
    margin-left: -1890px;
    width: 3780px;
    right: auto; } }
@media (max-width: 1199px) {
  .new-basket-modal-after__right {
    width: 334px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .new-basket-modal-table__count .basket-modal-count-count span {
    width: 96px; }
  .new-basket-modal-table__count .basket-modal-count-count b {
    width: 24px;
    height: 24px; }
  .new-basket-modal-table__count .basket-modal-count-count i {
    height: 24px;
    width: 32px;
    line-height: 24px; } }
@media (max-width: 991px) {
  .basket-user-tabs-name {
    margin-top: 5px; }
    .basket-user-tabs-name span {
      line-height: 27px;
      display: block;
      float: left; }

  .basket_modal {
    width: 100%;
    margin-left: 0;
    left: 0;
    top: 116px; }

  .new-basket-modal-table th, .new-basket-modal-table td {
    padding-left: 10px; }

  .new-basket-modal-table__total {
    font-size: 16px; }

  .new-basket-modal-table__price .card-price {
    font-size: 16px; }

  .new-basket-modal-after__left {
    width: 368px; }

  .index-basket .section-box-header {
    z-index: 9; } }
@media (max-width: 767px) {
  .basket_modal {
    top: 100px; }

  .basket-modal-table {
    padding: 22px 10px 30px 10px; }

  .btn-to-basket {
    margin-top: 12px; }

  .basket-title-center {
    font-size: 20px;
    text-transform: uppercase; }

  .basket-login-register {
    margin-top: 19px;
    margin-bottom: 0;
    padding-bottom: 25px; }

  .basket-group-first {
    margin-top: 26px;
    padding-top: 0; }

  .basket-user-tabs-name {
    margin-top: 7px; }
    .basket-user-tabs-name span {
      font-size: 14px; }

  .order-total {
    box-shadow: none;
    margin-top: 30px;
    padding: 4px 0 25px 0;
    position: relative; }
    .order-total:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -10px;
      right: -10px;
      box-shadow: 0px 0px 24px 0px rgba(109, 109, 109, 0.15); }

  .basket-title-goods {
    font-size: 20px; }

  .new-basket-modal-table {
    border-top: 1px solid #a8a8a8;
    margin-top: 3px; }
    .new-basket-modal-table tr, .new-basket-modal-table th, .new-basket-modal-table td {
      display: block;
      width: 100%;
      float: left; }
    .new-basket-modal-table tr {
      position: relative;
      padding-left: 110px;
      border-bottom: 1px solid #a8a8a8;
      padding-bottom: 17px;
      padding-top: 18px;
      min-height: 177px; }
      .new-basket-modal-table tr:first-child {
        display: none; }
    .new-basket-modal-table th {
      display: none; }
    .new-basket-modal-table td {
      padding: 0;
      border: 0;
      text-align: left;
      vertical-align: top;
      height: auto; }
      .new-basket-modal-table td:first-child {
        position: absolute;
        left: 0;
        top: 20px; }
      .new-basket-modal-table td:last-child {
        text-align: left; }
    .new-basket-modal-table__total {
      display: none; }
    .new-basket-modal-table__buttons {
      margin-top: 10px;
      width: 100%;
      display: inline-block;
      vertical-align: top; }
    .new-basket-modal-table__count .basket-modal-count-count {
      margin-top: 11px; }
      .new-basket-modal-table__count .basket-modal-count-count div {
        display: inline-block;
        vertical-align: top; }
    .new-basket-modal-table .basket-modal-size {
      margin-top: 8px; }
    .new-basket-modal-table .basket-modal-count {
      margin-top: 11px; }
    .new-basket-modal-table__price {
      margin-top: 12px;
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      .new-basket-modal-table__price .card-price div {
        float: left;
        width: auto;
        margin-bottom: 0;
        padding-right: 11px; }
      .new-basket-modal-table__price .card-price i {
        float: left; }

  .new-basket-modal-after {
    margin-top: 10px; }
    .new-basket-modal-after__left {
      order: 2;
      margin-top: 20px;
      width: 100%; }
      .new-basket-modal-after__left_shipping {
        width: auto;
        margin-left: -10px;
        margin-right: -10px; }
      .new-basket-modal-after__left_button .btn-to-continue {
        margin-top: 4px; }
    .new-basket-modal-after__right {
      order: 1;
      width: 100%; }
      .new-basket-modal-after__right_button .btn-to-basket {
        margin-top: 14px; }
        .new-basket-modal-after__right_button .btn-to-basket a {
          max-width: 334px;
          float: none;
          margin: 0 auto; }

  .basket-modal-table__slider {
    margin-top: 35px; }
    .basket-modal-table__slider_title {
      font-size: 14px; }

  .notenough-delivery {
    padding: 0 0; }
    .notenough-delivery div {
      margin: 0 -10px; } }
@media (max-width: 520px) {
  .basket-group__width {
    width: 100%;
    max-width: 100%; } }
@media (max-width: 390px) {
  .basket-details-wr {
    padding: 0 10px; } }
@media (max-width: 340px) {
  .new-basket-modal-table__buttons div {
    margin-right: 0;
    float: none; }
    .new-basket-modal-table__buttons div:before {
      display: none; } }
.register-page .button-wr button {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 42px;
  background: #f89b93;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #f89b93; }
  .register-page .button-wr button:hover {
    background: #1c1c1c;
    border: 1px solid #1c1c1c;
    color: #fff; }
  .register-page .button-wr button:active {
    background: #494949;
    border: 1px solid #494949;
    color: #fff; }

.txt-restore {
  font-weight: 700;
  margin-top: 20px; }

.register-page-form form {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.restore-text {
  margin-top: 15px; }

.restore-page .register-title {
  line-height: 32px; }

.new-login-page .fb-login-btn, .new-login-page .btns_reg {
  width: 500px;
  max-width: 100%; }

.modal-table-sizes {
  width: 1170px;
  margin-left: -585px;
  background: #fff;
  padding: 0 68px;
  border-radius: 0; }
  .modal-table-sizes #modal_close {
    right: 0; }
    .modal-table-sizes #modal_close:before {
      color: #a8a8a8; }
  .modal-table-sizes table {
    margin-top: 18px;
    margin-bottom: 22px;
    width: 100%; }
    .modal-table-sizes table .bold {
      font-weight: 700; }
    .modal-table-sizes table tr td {
      border-bottom: 1px solid #dddddd;
      padding: 4px 19px 0 19px;
      font-size: 15px;
      vertical-align: middle;
      height: 47px;
      text-align: center; }
      .modal-table-sizes table tr td:first-child {
        max-width: 130px;
        text-align: left; }
    .modal-table-sizes table tr:last-child td {
      border-bottom: 0; }

.table-sizes-title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px; }

.table-sizes-category {
  font-size: 15px;
  color: #858585;
  text-align: center;
  margin-top: 16px; }

@media (max-width: 1240px) {
  .modal-table-sizes {
    width: 970px;
    margin-left: -485px;
    padding: 0 20px; } }
@media (max-width: 991px) {
  #modal-table-sizes {
    width: 94% !important;
    margin-left: 3% !important;
    left: 0 !important;
    padding: 0 10px; }
    #modal-table-sizes table tr td {
      font-size: 13px;
      padding-left: 10px;
      padding-right: 10px; } }
@media (max-width: 767px) {
  #modal-table-sizes {
    width: 100% !important;
    margin-left: 0 !important;
    overflow: hidden; }
    #modal-table-sizes .tale-sizes-wr {
      position: relative; }
      #modal-table-sizes .tale-sizes-wr:before {
        width: 70px;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        right: -12px;
        background: rgba(255, 255, 255, 0);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color',GradientType=1 );
        z-index: 9; }
    #modal-table-sizes table {
      width: 730px; }

  .table-sizes-table {
    width: 100%;
    overflow-x: scroll; }

  .table-sizes-fix {
    width: 750px; } }
.collections-title {
  font-size: 32px;
  font-weight: normal;
  line-height: 36px;
  text-transform: uppercase;
  margin-top: -13px; }
  .collections-title i {
    display: inline-block;
    width: 39px;
    height: 24px;
    position: relative;
    font-size: 0;
    color: #fff; }
    .collections-title i:before {
      position: absolute;
      width: 27px;
      height: 27px;
      left: 50%;
      top: 50%;
      margin-left: -13px;
      margin-top: -13px;
      content: '';
      background: url(../images/heart.svg) 50% 50% no-repeat;
      background-size: 27px 27px; }

.tabs-collection-page {
  text-align: center;
  margin-top: 21px; }
  .tabs-collection-page ul {
    display: inline-block;
    vertical-align: top; }
    .tabs-collection-page ul li {
      display: inline-block;
      margin: 0 16px 5px 16px;
      font-size: 18px;
      text-transform: uppercase;
      cursor: pointer; }
      .tabs-collection-page ul li.active {
        cursor: default;
        text-decoration: underline solid #f89b93; }

.tabs-collection-page-blocks:first-child {
  padding-top: 10px; }

.collection-items-col {
  text-align: center;
  padding-top: 30px;
  position: relative;
  z-index: 2; }

.collection-items {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative; }
  .collection-items div {
    width: 100%;
    float: left; }
  .collection-items span {
    overflow: hidden;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    padding: 6px 12px 0 12px; }
  .collection-items:hover span {
    text-decoration: underline solid #ffffff; }

.coll-cat-links-wr {
  display: inline-block; }

.coll-cat-links-title {
  margin-top: 11px; }
  .coll-cat-links-title a, .coll-cat-links-title span {
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: underline solid #a8a8a8;
    color: #1c1c1c; }
    .coll-cat-links-title a:hover, .coll-cat-links-title span:hover {
      text-decoration: none; }

.coll-cat-links-columns {
  margin-top: 22px; }
  .coll-cat-links-columns ul {
    width: 50%;
    float: left; }
    .coll-cat-links-columns ul li {
      margin-top: 12px; }
      .coll-cat-links-columns ul li:first-child {
        margin-top: 0; }
      .coll-cat-links-columns ul li a {
        font-size: 15px;
        color: #1c1c1c;
        text-decoration: underline solid #a8a8a8;
        line-height: 18px; }
        .coll-cat-links-columns ul li a:hover {
          text-decoration: none; }

.collection-catalog-items-col {
  padding-top: 40px; }

@media (min-width: 2561px) {
  .col-cat-columns-fix-2 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 3600px) {
  .col-cat-columns-fix-2 {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
@media (max-width: 1200px) {
  .coll-cat-links-columns {
    margin-left: -15px;
    margin-top: 12px; }
    .coll-cat-links-columns ul li {
      margin-top: 10px; }

  .coll-cat-links-title {
    margin-left: -15px; } }
@media (max-width: 991px) {
  .collection-items span {
    font-size: 16px; } }
@media (max-width: 767px) {
  .collection-items span {
    font-size: 16px; }

  .tabs-collection-page ul li {
    font-size: 14px; }

  .coll-cat-img {
    width: 280px; }

  .coll-cat-links-title, .coll-cat-links-columns {
    margin-left: 0; }

  .collection-items-col {
    padding-top: 29px; } }
@media (max-width: 576px) {
  .coll-cat-links-columns {
    display: none !important; }

  .collection-catalog-items-col {
    padding-top: 29px;
    text-align: center; }

  .coll-cat-links-title {
    margin-top: 0; }
    .coll-cat-links-title a {
      font-size: 11px;
      overflow: hidden;
      padding-top: 17px;
      width: 100%;
      float: left; }

  .coll-cat-img {
    width: auto; }

  .tabs-collection-page {
    padding-bottom: 11px; } }
@media (max-width: 402px) {
  .collection-items span {
    font-size: 13px; } }
.title-pages {
  font-weight: normal;
  font-size: 32px; }

.shop-select {
  width: 100%;
  max-width: 335px;
  float: left; }
  .shop-select label {
    font-size: 15px; }

.shop-tab {
  width: 100%;
  float: left;
  font-size: 15px;
  line-height: 19px;
  margin-top: 31px;
  display: none; }
  .shop-tab.shop-tab-active {
    display: block; }

.shop-tab-city {
  width: 100%;
  float: left;
  font-weight: 700; }

.shop-tab-adress {
  margin-top: 7px;
  width: 100%;
  float: left;
  cursor: pointer; }
  .shop-tab-adress span:hover {
    text-decoration: underline; }

.map-shops-wr {
  width: 100%;
  height: 560px;
  position: relative;
  float: left; }
  .map-shops-wr.fixed {
    position: fixed;
    top: 40px !important; }

#map_canvas {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 1; }

.shops-select-wr {
  margin-top: 32px; }

.map-shops-col {
  margin-top: 74px; }

@media (min-width: 768px) {
  .map-shops-wr {
    height: 88vh; } }
@media (min-width: 768px) {
  .shops-container {
    max-width: 420px; } }
.blog-items-col {
  text-align: center; }
  .blog-items-col:nth-child(3n + 4) {
    clear: both; }

.blog-items {
  margin-top: 22px;
  display: inline-block;
  width: 100%;
  text-align: left; }

.blog-items-date-view {
  width: 100%;
  float: left;
  color: #858585;
  font-size: 12px;
  line-height: 14px; }
  .blog-items-date-view span {
    float: left;
    line-height: 14px; }
  .blog-items-date-view i {
    float: left;
    position: relative;
    padding-left: 23px;
    margin-left: 19px;
    font-style: normal;
    line-height: 14px; }
    .blog-items-date-view i.items-info-v {
      background: url("../images/ico-views.svg") 0 2px no-repeat;
      background-size: 16px 8px; }
    .blog-items-date-view i.items-info-c {
      background: url("../images/ico-comments.svg") 0 50% no-repeat;
      background-size: 16px 14px; }
    .blog-items-date-view i:first-child {
      margin-left: 0; }

.items-info {
  float: right; }

.blog-item-img {
  width: 100%;
  float: left;
  margin-top: 9px; }
  .blog-item-img a {
    display: block; }

.blog-item-texts {
  width: 100%;
  float: left;
  background: #f8f8f8;
  padding: 23px 15px 15px 15px;
  overflow: hidden;
  height: 243px;
  position: relative; }

.blog-item-title a {
  color: #1c1c1c;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline solid #a8a8a8;
  line-height: 22px; }
  .blog-item-title a:hover {
    text-decoration: none; }

.blog-item-txt {
  margin-top: 11px;
  font-size: 15px;
  line-height: 24px; }

.blog-item-tags {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  background: #f8f8f8;
  padding-left: 15px;
  padding-right: 15px; }
  .blog-item-tags:before {
    width: 100%;
    height: 20px;
    background: #f8f8f8;
    position: absolute;
    left: 0;
    bottom: -19px;
    content: ''; }
  .blog-item-tags a {
    text-transform: uppercase;
    font-size: 12px;
    color: #858585;
    margin-left: 10px;
    float: left;
    margin-top: 2px; }
  .blog-item-tags div {
    margin-top: 9px;
    float: left;
    margin-left: -10px; }

.img-blog-view {
  float: left;
  margin-right: 30px; }
  .img-blog-view img {
    max-width: 555px; }

.section-blog-view .blog-items-date-view {
  float: none; }

.tags-blog-view {
  overflow: hidden; }
  .tags-blog-view > div {
    padding-bottom: 25px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #a8a8a8; }
    .tags-blog-view > div div {
      margin-left: -10px; }
  .tags-blog-view a {
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #858585; }

.section-blog-items {
  margin-top: 26px; }

.section-blog-comments {
  background: #f5f6f7;
  padding-top: 50px;
  padding-bottom: 39px;
  margin-top: 73px; }

.blog-comments-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-top: 34px; }
  .blog-comments-title span {
    color: #858585; }

.section-blog-comments .card-comments {
  max-height: none; }
.section-blog-comments .comments-row {
  margin-top: 34px; }
  .section-blog-comments .comments-row:first-child {
    margin-top: 26px; }
  .section-blog-comments .comments-row .comments-row {
    padding-left: 18px; }
.section-blog-comments .comments-autor {
  font-size: 15px; }
.section-blog-comments .comments-txt {
  font-size: 15px;
  line-height: 24px;
  margin-top: 4px; }
.section-blog-comments .comments-answer {
  font-size: 12px;
  color: #858585;
  cursor: pointer;
  margin-top: 5px; }

.comments-more {
  margin-top: 36px;
  text-align: center; }
  .comments-more span {
    line-height: 9px;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
    color: #858585;
    border-bottom: 1px dashed #858585;
    display: inline-block; }
    .comments-more span:hover {
      border-color: transparent; }

.blog-comments-form {
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(109, 109, 109, 0.15);
  padding: 38px 15px 40px 15px; }
  .blog-comments-form input, .blog-comments-form textarea, .blog-comments-form select, .blog-comments-form .input-wr .select2 .select2-selection, .input-wr .select2 .blog-comments-form .select2-selection, .blog-comments-form .button-wr .select2 .select2-selection, .button-wr .select2 .blog-comments-form .select2-selection {
    border-color: #dddddd; }
  .blog-comments-form .button-wr {
    margin-top: 30px; }
    .blog-comments-form .button-wr button {
      background: #f89b93;
      border-color: #f89b93;
      color: #fff;
      font-size: 16px;
      height: 40px;
      line-height: 40px;
      width: 100%;
      max-width: 335px; }

.title-blog-form {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 24px; }

@media (max-width: 1200px) {
  .blog-item-texts {
    height: 285px; } }
@media (max-width: 991px) {
  .blog-item-texts {
    height: 308px; } }
@media (max-width: 850px) {
  .blog-items-col[class*="col-"] {
    width: 50% !important; }

  .blog-item-texts {
    height: 240px; }

  .blog-items-col:nth-child(3n + 4) {
    clear: none; }
  .blog-items-col:nth-child(2n + 3) {
    clear: both; } }
@media (max-width: 767px) {
  .blog-item-texts {
    height: 284px; }

  .blog-comments-title {
    margin-top: 0; }

  .blog-comments-form {
    margin-top: 50px; }

  .blog-item-title a {
    font-size: 16px; }

  .blog-items {
    max-width: 393px; } }
@media (max-width: 576px) {
  .blog-items-col[class*="col-"] {
    width: 100% !important; }

  .blog-item-texts {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; }

  .blog-item-tags {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0; }
    .blog-item-tags:before {
      display: none; } }
.blog-pagination {
  margin-top: 40px; }

.blog-list-tags {
  margin-top: 42px; }
  .blog-list-tags a {
    text-transform: uppercase;
    font-size: 14px;
    color: #858585;
    margin-left: 10px;
    float: left;
    margin-top: 2px; }
  .blog-list-tags div {
    float: left;
    margin-left: -10px; }

.editor-text {
  margin-top: 22px;
  position: relative; }
  .editor-text * {
    line-height: 24px; }
  .editor-text > img {
    margin-bottom: 15px; }
  .editor-text img {
    max-width: 100% !important;
    height: auto !important; }
    .editor-text img.margin-left {
      margin-left: 30px; }
    .editor-text img.margin-right {
      margin-right: 30px; }
  .editor-text p {
    font-size: 15px !important;
    margin-bottom: 24px; }
    .editor-text p.fix-editor {
      height: 0; }
    .editor-text p:first-child {
      margin-top: 0; }
  .editor-text h1, .editor-text h2, .editor-text h3, .editor-text h4, .editor-text h5, .editor-text h6 {
    margin-bottom: 24px;
    font-weight: 700; }
  .editor-text ul, .editor-text ol {
    font-size: 15px !important;
    margin-bottom: 24px; }
    .editor-text ul li, .editor-text ol li {
      margin-top: 24px; }
      .editor-text ul li:first-child, .editor-text ol li:first-child {
        margin-top: 0; }
  .editor-text ul li {
    padding-left: 14px;
    position: relative; }
    .editor-text ul li:before {
      position: absolute;
      background: #f89b93;
      width: 6px;
      height: 6px;
      top: 6px;
      left: 3px;
      content: '';
      border-radius: 100%; }
  .editor-text table {
    margin-top: 23px;
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0; }
  .editor-text .blog-item-calendar-views {
    display: block;
    height: 18px;
    margin-top: 0; }

.float-left {
  float: left; }

.blog-show-img {
  float: left;
  padding: 0 30px 15px 0; }

.desk-text * {
  margin-top: 5px; }
.desk-text ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #333;
  content: '';
  display: block;
  float: left;
  position: relative;
  top: 5px;
  margin-right: 6px; }

.card-tabs-bg .desk-text ul li:before {
  display: none; }

@media (max-width: 991px) {
  .editor-text .blog-show-img {
    max-width: 350px !important; } }
@media (max-width: 767px) {
  .editor-text {
    padding-top: 28px;
    margin-top: 10px; }
    .editor-text .blog-show-img {
      max-width: 100% !important;
      float: none;
      padding-right: 0; }

  .blog-item-calendar-views {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 18px; } }
.banner-events-all {
  margin-top: 47px; }

.events-items-col {
  text-align: center; }
  .events-items-col:nth-child(3n + 4) {
    clear: both; }

.events-items {
  margin-top: 30px;
  display: inline-block;
  width: 100%; }
  .events-items:hover {
    box-shadow: 0px 0px 24px 0px rgba(109, 109, 109, 0.15); }

.events-item-img a {
  display: block; }
  .events-item-img a img {
    width: 100%; }

.event-item-texts {
  width: 100%;
  float: left;
  background: #f8f8f8;
  padding: 23px 15px 15px 15px;
  overflow: hidden;
  height: 158px;
  position: relative; }

.event-item-title a {
  color: #1c1c1c;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline solid #a8a8a8;
  line-height: 22px; }
  .event-item-title a:hover {
    text-decoration: none; }

.event-item-txt {
  font-size: 15px;
  margin-top: 7px;
  width: 100%;
  float: left; }
  .event-item-txt p {
    margin-top: 7px; }

.event-item-date {
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 100%;
  background: #f8f8f8;
  padding-left: 15px;
  padding-right: 15px; }
  .event-item-date:before {
    width: 100%;
    height: 25px;
    background: #f8f8f8;
    position: absolute;
    left: 0;
    bottom: -23px;
    content: ''; }
  .event-item-date:after {
    content: '';
    width: 100%;
    height: 13px;
    position: absolute;
    left: 0;
    top: -11px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f8f8f8 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color',GradientType=1 ); }
  .event-item-date div span {
    font-size: 13px; }

.events-view-img div {
  height: 579px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative; }
  .events-view-img div:before {
    width: 15px;
    height: 100%;
    background: #f8f8f8;
    content: '';
    position: absolute;
    top: 0;
    right: -15px; }

.events-view-txt-col {
  background: #f8f8f8;
  position: relative; }

.events-view-txt {
  text-align: center;
  height: 100%; }

.events-view-title {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 44px; }

.events-view-title2 {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 2px; }

.events-view-date {
  margin-top: 25px;
  text-align: center; }
  .events-view-date span {
    display: inline-block;
    line-height: 28px;
    font-size: 15px;
    color: #fff;
    padding: 0 24px;
    background: #f89b93; }

.events-view-text-1 {
  font-size: 15px;
  padding-bottom: 18px;
  position: relative;
  margin-top: 33px; }
  .events-view-text-1:before {
    width: 206px;
    height: 1px;
    background: #a8a8a8;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -103px;
    bottom: 0; }

.events-view-text-2 {
  font-size: 15px;
  line-height: 23px;
  margin-top: 20px; }

.events-view-txt-col {
  padding-top: 42px;
  padding-bottom: 20px; }

.events-view-banner-wr {
  margin-top: 41px; }

.section-items-sale {
  margin-top: 26px; }

@media (max-width: 991px) {
  .events-view-img div {
    height: 385px; } }
@media (max-width: 850px) {
  .events-items-col[class*="col-"] {
    width: 50% !important; }
  .events-items-col:nth-child(3n + 4) {
    clear: none; }
  .events-items-col:nth-child(2n + 3) {
    clear: both; } }
@media (max-width: 767px) {
  .event-item-title a {
    font-size: 16px; }

  .events-view-img {
    text-align: center; }
    .events-view-img[class*="col-xs-"] {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .events-view-img div {
      display: inline-block;
      width: 100%;
      max-width: 555px;
      float: none;
      height: auto;
      vertical-align: top;
      background: none !important; }
      .events-view-img div img {
        display: block !important; }
      .events-view-img div:before {
        display: none; }

  .events-view-txt-col {
    background: none;
    padding-bottom: 0; }

  .events-view-txt {
    height: auto; } }
@media (max-width: 567px) {
  .events-items-col[class*="col-"] {
    width: 100% !important; }

  .event-item-texts {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; }

  .event-item-date {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
    float: left;
    margin-top: 18px;
    margin-bottom: 13px; }
    .event-item-date:before {
      display: none; }
    .event-item-date:after {
      display: none; } }
@media (min-width: 767px) and (max-width: 1200px) {
  .event-item-texts {
    height: 170px; } }
.bra-title-2 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 43px; }

.items-bra-col {
  text-align: center;
  position: relative;
  padding-bottom: 30px; }
  .items-bra-col.active {
    z-index: 4; }
    .items-bra-col.active .bra-hidden-text {
      display: block; }

.items-bra {
  display: inline-block;
  width: 100%;
  padding-top: 25px;
  text-decoration: none !important;
  color: #1c1c1c; }

.bra-img {
  display: table;
  width: 100%;
  position: relative;
  z-index: 3; }
  .bra-img span {
    display: table-cell;
    width: 100%;
    height: 110px;
    text-align: center;
    vertical-align: middle; }

.bra-name {
  text-align: center;
  font-size: 15px;
  margin-top: 14px;
  position: relative;
  z-index: 3; }

.bra-hidden-text {
  text-align: left;
  display: none;
  position: absolute;
  width: 100%;
  box-shadow: 0px 0px 24px 0px rgba(109, 109, 109, 0.15);
  left: 0;
  top: 0;
  padding: 186px 15px 26px 15px;
  background: #fff; }
  .bra-hidden-text p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px; }
    .bra-hidden-text p:first-child {
      margin-top: 0; }

.close-mob-bra {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 4;
  display: none;
  width: 18px;
  height: 18px; }
  .close-mob-bra:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e901';
    color: #f89b93;
    font-size: 18px;
    line-height: 20px; }
  .close-mob-bra:after {
    content: '';
    position: absolute;
    right: -8px;
    top: -8px;
    left: -8px;
    bottom: -8px; }
  .close-mob-bra:active:before {
    color: #c97e78;
    font-weight: 700; }

.items-bra-link {
  display: block;
  color: #1c1c1c; }

@media (max-width: 991px) {
  .items-bra-col.active .close-mob-bra {
    display: block; }

  .items-bra-link:hover {
    color: #1c1c1c;
    text-decoration: none; } }
.section-error {
  background: url("../images/404.jpg");
  min-height: 500px;
  text-align: center;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat; }

.text-1 {
  font-size: 276px;
  line-height: 276px;
  color: #9f9f9f;
  margin-top: 128px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20); }

.text-2 {
  font-size: 46px;
  line-height: 40px;
  margin-top: -142px; }

.text-3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 23px; }

.line-404 {
  margin-top: 19px;
  height: 1px; }
  .line-404 div {
    height: 1px;
    background: #dddddd;
    width: 555px;
    max-width: 100%;
    display: inline-block; }

.link-404 {
  margin-top: 48px;
  margin-bottom: 80px; }
  .link-404 a {
    display: inline-block;
    width: 335px;
    max-width: 100%;
    height: 40px;
    background: #f89b93;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    vertical-align: top;
    text-decoration: none; }
    .link-404 a:hover {
      background: #1c1c1c; }
    .link-404 a:active {
      background: #494949; }

@media (max-width: 768px) {
  .text-1 {
    font-size: 200px;
    line-height: 200px; }

  .text-2 {
    font-size: 30px;
    margin-top: -108px; }

  .text-3 {
    font-size: 18px;
    line-height: 16px;
    margin-top: 11px; } }
@media (max-width: 440px) {
  .text-2 {
    font-size: 25px;
    margin-top: -107px; }

  .text-3 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px; } }
@media (max-width: 370px) {
  .text-1 {
    font-size: 160px;
    line-height: 160px; }

  .text-2 {
    font-size: 22px;
    margin-top: -90px; }

  .text-3 {
    margin-top: 3px; } }
@media (max-height: 700px) {
  .text-1 {
    margin-top: 80px; } }
@media (max-height: 650px) {
  .text-1 {
    margin-top: 50px; } }
@media (max-height: 580px) {
  .text-1 {
    margin-top: 30px; } }
.select2-results__options {
  float: left; }

.input-wr .select2, .button-wr .select2 {
  float: left; }
  .input-wr .select2 .select2-selection, .button-wr .select2 .select2-selection {
    border-radius: 0;
    background: #fff !important;
    border: 1px solid #d2d2d2 !important;
    line-height: 43px !important;
    padding-top: 0;
    box-shadow: none !important; }
  .input-wr .select2 .select2-selection__arrow, .button-wr .select2 .select2-selection__arrow {
    border: 0 !important;
    background: #fff url(../images/select-arrow.png) 50% 50% no-repeat !important;
    top: 9px !important;
    height: 41px !important; }
    .input-wr .select2 .select2-selection__arrow b, .button-wr .select2 .select2-selection__arrow b {
      display: none !important; }

.select2-container--krajee .select2-dropdown {
  border-color: #d2d2d2 !important;
  box-shadow: none !important; }

.select2-search--dropdown {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0; }

.select2-search__field {
  border-radius: 0 !important;
  margin-top: 0 !important;
  background-position: right 9px top 14px !important;
  background-repeat: no-repeat !important; }

.select2-results__options {
  width: 100%;
  margin-top: 14px; }
  .select2-results__options li {
    border-radius: 0 !important; }

.select2-dropdown {
  border-radius: 0 !important; }

.contacts-page-list {
  margin-top: 54px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto; }
  .contacts-page-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .contacts-page-list ul li {
      width: 50%;
      text-align: center;
      position: relative; }
      .contacts-page-list ul li:before {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -25px;
        height: 50px;
        width: 1px;
        background: #a8a8a8;
        content: ''; }
      .contacts-page-list ul li:first-child:before {
        display: none; }
      .contacts-page-list ul li div {
        text-align: center; }
      .contacts-page-list ul li p {
        font-size: 15px; }
      .contacts-page-list ul li a.contacts-page-list-tel {
        margin-top: 15px;
        font-weight: 700;
        font-size: 28px;
        position: relative;
        padding-left: 24px;
        line-height: 24px;
        display: inline-block;
        color: #1c1c1c; }
        .contacts-page-list ul li a.contacts-page-list-tel:before {
          width: 12px;
          height: 18px;
          background-image: url("../images/contacts-phone.svg");
          background-size: 12px 18px;
          background-repeat: no-repeat;
          background-position: 0 0;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -10px;
          content: ''; }
      .contacts-page-list ul li a.contacts-page-list-mail {
        margin-top: 17px;
        line-height: 15px;
        display: inline-block;
        color: #1c1c1c;
        position: relative;
        font-size: 15px;
        text-decoration: #a8a8a8 underline;
        padding-left: 28px; }
        .contacts-page-list ul li a.contacts-page-list-mail:before {
          width: 17px;
          height: 12px;
          background-image: url("../images/contacts-mail.svg");
          background-size: 17px 12px;
          background-repeat: no-repeat;
          background-position: 0 0;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -7px;
          content: ''; }

.contact-page-form-wrapp {
  box-shadow: 0px 0px 24px 0px rgba(109, 109, 109, 0.15);
  padding: 40px 25px 40px 25px;
  margin-top: 74px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto; }
  .contact-page-form-wrapp .button-wr {
    margin-top: 30px; }

.contact-page-form-title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .contacts-page-list {
    margin-top: 24px; }
    .contacts-page-list ul li {
      width: 100%;
      margin-top: 20px; }
      .contacts-page-list ul li:before {
        display: none; }
      .contacts-page-list ul li:first-child {
        margin-top: 0; }
      .contacts-page-list ul li a.contacts-page-list-tel {
        margin-top: 7px; }
      .contacts-page-list ul li a.contacts-page-list-mail {
        margin-top: 7px; }

  .contact-page-form-wrapp {
    margin-top: 54px; } }
.cookie-modal {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #95827e;
  color: #fff;
  padding: 7px 0;
  text-align: center;
  z-index: 999999999; }
  .cookie-modal.hide-bl {
    bottom: -100%;
    transition: 2s; }
  .cookie-modal p {
    padding: 0 18px; }
  .cookie-modal a, .cookie-modal .links-span {
    color: inherit;
    text-decoration: underline; }
  .cookie-modal a:hover {
    text-decoration: none; }

.cokeis-close {
  position: absolute;
  width: 31px;
  height: 31px;
  cursor: pointer;
  top: -7px;
  right: 4px; }
  .cokeis-close:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 31px;
    text-align: center;
    font-size: 16px;
    content: "\e901";
    color: #fff; }

@media (max-width: 767px) {
  .cookie-modal p {
    font-size: 14px;
    line-height: 16px; }

  .cokeis-close {
    right: auto;
    left: 4px; } }
.section-bottom-text-tabs {
  background: #fff;
  padding-top: 44px; }

.bottom-text-tabs-wrapp h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px; }

.bottom-text-tabs {
  margin-top: 7px; }

.bottom-text-tabs-item {
  background: #dddddd;
  border: 1px solid #dddddd;
  box-shadow: 0px 1px 4px 0px rgba(221, 221, 221, 0.75);
  margin-top: 8px;
  overflow: hidden; }
  .bottom-text-tabs-item.active {
    background: none;
    border: 1px solid #dddddd;
    box-shadow: none; }
    .bottom-text-tabs-item.active .bottom-text-tabs-item__title:before {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg); }
    .bottom-text-tabs-item.active .bottom-text-tabs-item__desk {
      max-height: none;
      margin-bottom: 16px; }
  .bottom-text-tabs-item__title {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
    padding-right: 34px;
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 17px; }
    .bottom-text-tabs-item__title:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      content: '\e900';
      font-size: 6px;
      width: 10px;
      height: 6px;
      position: absolute;
      right: 13px;
      top: 50%;
      margin-top: -3px;
      transition: 0.2s;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }
  .bottom-text-tabs-item__desk {
    font-size: 15px;
    line-height: 17px;
    padding-left: 17px;
    max-height: 0;
    overflow: hidden; }
    .bottom-text-tabs-item__desk * {
      margin-top: 14px; }
      .bottom-text-tabs-item__desk *:first-child {
        margin-top: 0; }
    .bottom-text-tabs-item__desk a {
      font-weight: 500;
      color: #f89b93; }
    .bottom-text-tabs-item__desk tr, .bottom-text-tabs-item__desk td, .bottom-text-tabs-item__desk tbody, .bottom-text-tabs-item__desk thead, .bottom-text-tabs-item__desk a {
      margin-top: 0; }
    .bottom-text-tabs-item__desk ul, .bottom-text-tabs-item__desk ol {
      margin-top: 14px; }
      .bottom-text-tabs-item__desk ul li, .bottom-text-tabs-item__desk ol li {
        margin-top: 17px; }
    .bottom-text-tabs-item__desk ul li {
      position: relative;
      padding-left: 15px; }
      .bottom-text-tabs-item__desk ul li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        width: 6px;
        height: 6px;
        background: #f89b93;
        border-radius: 100%; }
      .bottom-text-tabs-item__desk ul li:first-child {
        margin-top: 0; }

.main-banners-text {
  display: flex !important;
  flex-wrap: wrap;
  color: #fff;
  position: absolute;
  z-index: 2;
  flex-direction: column;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
  .main-banners-text.align-left > * {
    justify-content: flex-start;
    text-align: left; }
  .main-banners-text.align-center > * {
    justify-content: center;
    text-align: center; }
  .main-banners-text.align-right > * {
    justify-content: flex-end;
    text-align: right; }
  .main-banners-text > * {
    box-sizing: border-box;
    max-width: 100%;
    display: flex;
    padding-right: 12px;
    padding-left: 12px; }
  .main-banners-text > div:last-child {
    margin-bottom: 0; }
  .main-banners-text.left {
    left: 5%; }
  .main-banners-text.center {
    left: 50%;
    transform: translateX(-50%); }
    .main-banners-text.center.center_ {
      transform: translateY(-50%) translateX(-50%); }
  .main-banners-text.right {
    right: 5%; }
  .main-banners-text.top_ {
    top: 5%; }
  .main-banners-text.center_ {
    top: 50%;
    transform: translateY(-50%); }
  .main-banners-text.bottom_ {
    bottom: 10%; }
  .main-banners-text__text {
    font-weight: 300;
    margin-bottom: 8px;
    line-height: 1; }
    .main-banners-text__text a {
      color: inherit;
      text-decoration: none; }
      .main-banners-text__text a:hover, .main-banners-text__text a:active {
        text-decoration: none; }
    .main-banners-text__text.mini {
      font-size: 47px; }
    .main-banners-text__text.small {
      font-size: 60px; }
    .main-banners-text__text.medium {
      font-size: 80px; }
    .main-banners-text__text.large {
      font-size: 106px;
      margin-bottom: 0; }
    .main-banners-text__text.maxi {
      font-size: 300px;
      margin-bottom: -3px;
      line-height: 0.8; }
    .main-banners-text__text.italic {
      font-style: italic; }
    .main-banners-text__text.weight-100 {
      font-weight: 100; }
    .main-banners-text__text.weight-300 {
      font-weight: 300; }
    .main-banners-text__text.weight-400 {
      font-weight: 400; }
    .main-banners-text__text.weight-500 {
      font-weight: 500; }
    .main-banners-text__text.weight-700 {
      font-weight: 700; }
    .main-banners-text__text.weight-900 {
      font-weight: 900; }
    .main-banners-text__text.font-arial {
      font-family: 'Arial', sans-serif; }
    .main-banners-text__text.font-helvetica {
      font-family: 'Helvetica', sans-serif; }
    .main-banners-text__text.font-times-new-roman {
      font-family: 'Times New Roman', serif; }
    .main-banners-text__text.font-georgia {
      font-family: 'Georgia', serif; }
  .main-banners-text__button:first-child {
    padding-top: 0; }
  .main-banners-text__button a, .main-banners-text__button span {
    display: flex !important;
    text-shadow: none;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 3px 12px 0;
    margin-top: 6px; }
    .main-banners-text__button a.small, .main-banners-text__button span.small {
      height: 34px !important;
      font-size: 10px;
      min-width: 120px;
      margin-top: 5px; }
      .main-banners-text__button a.small.radius, .main-banners-text__button span.small.radius {
        border-radius: 34px; }
    .main-banners-text__button a.medium, .main-banners-text__button span.medium {
      height: 43px !important;
      font-size: 12px;
      min-width: 180px;
      margin-top: 9px; }
      .main-banners-text__button a.medium.radius, .main-banners-text__button span.medium.radius {
        border-radius: 43px; }
    .main-banners-text__button a.large, .main-banners-text__button span.large {
      height: 50px !important;
      font-size: 16px;
      min-width: 196px;
      margin-top: 18px; }
      .main-banners-text__button a.large.radius, .main-banners-text__button span.large.radius {
        border-radius: 50px; }

@media (max-width: 1399px) {
  .main-banners-text__text.mini {
    font-size: 35px; }
  .main-banners-text__text.small {
    font-size: 44px; }
  .main-banners-text__text.medium {
    font-size: 58px; }
  .main-banners-text__text.large {
    font-size: 80px; }
  .main-banners-text__text.maxi {
    font-size: 220px; } }
@media (max-width: 1199px) {
  .main-banners-text__text.mini {
    font-size: 30px; }
  .main-banners-text__text.small {
    font-size: 39px; }
  .main-banners-text__text.medium {
    font-size: 50px; }
  .main-banners-text__text.large {
    font-size: 68px; }
  .main-banners-text__text.maxi {
    font-size: 160px; } }
@media (max-width: 991px) {
  .main-banners-text__text.mini {
    font-size: 24px; }
  .main-banners-text__text.small {
    font-size: 32px; }
  .main-banners-text__text.medium {
    font-size: 41px; }
  .main-banners-text__text.large {
    font-size: 54px; }
  .main-banners-text__text.maxi {
    font-size: 110px; }
  .main-banners-text__button a.small, .main-banners-text__button span.small {
    height: 34px !important;
    font-size: 10px;
    min-width: 120px;
    margin-top: 1px; }
    .main-banners-text__button a.small.radius, .main-banners-text__button span.small.radius {
      border-radius: 34px; }
  .main-banners-text__button a.medium, .main-banners-text__button span.medium {
    height: 43px !important;
    font-size: 11px;
    min-width: 150px;
    margin-top: 3px; }
    .main-banners-text__button a.medium.radius, .main-banners-text__button span.medium.radius {
      border-radius: 43px; }
  .main-banners-text__button a.large, .main-banners-text__button span.large {
    height: 48px !important;
    font-size: 15px;
    min-width: 182px;
    margin-top: 10px; }
    .main-banners-text__button a.large.radius, .main-banners-text__button span.large.radius {
      border-radius: 48px; } }
@media (min-width: 769px) {
  .section-slider-home .d-full-banner-block {
    display: block !important; }
  .section-slider-home .d-full-banner-flex {
    display: flex !important; }
  .section-slider-home .d-full-banner-none {
    display: none !important; } }
@media (max-width: 768px) {
  .main-banners-text__text.mini {
    font-size: 22px; }
  .main-banners-text__text.small {
    font-size: 28px; }
  .main-banners-text__text.medium {
    font-size: 38px; }
  .main-banners-text__text.large {
    font-size: 49px; }
  .main-banners-text__text.maxi {
    font-size: 74px; }
  .main-banners-text.left {
    left: 2%; }
  .main-banners-text.right {
    right: 2%; }

  .section-slider-home.full-screen {
    min-height: 600px; } }
@media (max-width: 768px) {
  .has-mb-settings-text.main-banners-text__text {
    color: var(--color-mb) !important; }

  .main-banners-text__button span.has-mb-settings-button {
    color: var(--color-mb) !important;
    border-color: var(--border-color-mb) !important;
    background-color: var(--background-color-mb) !important; }

  .main-banners-text.align-left_mb > * {
    justify-content: flex-start;
    text-align: left; }
  .main-banners-text.align-center_mb > * {
    justify-content: center;
    text-align: center; }
  .main-banners-text.align-right_mb > * {
    justify-content: flex-end;
    text-align: right; }
  .main-banners-text.left_mb {
    left: 2%;
    right: auto; }
  .main-banners-text.center_mb {
    left: 50%;
    transform: translateX(-50%) !important; }
    .main-banners-text.center_mb.top__mb {
      transform: translateY(0) translateX(-50%) !important; }
    .main-banners-text.center_mb.center__mb {
      transform: translateY(-50%) translateX(-50%) !important; }
    .main-banners-text.center_mb.bottom__mb {
      transform: translateY(0) translateX(-50%) !important; }
  .main-banners-text.right_mb {
    right: 2%;
    left: auto; }
  .main-banners-text.top__mb {
    top: 5%;
    bottom: auto;
    transform: translateY(0) !important; }
  .main-banners-text.center__mb {
    top: 50%;
    transform: translateX(0) translateY(-50%) !important; }
  .main-banners-text.bottom__mb {
    bottom: 10%;
    top: auto;
    transform: translateY(0) !important; }
  .main-banners-text__text.mini_mb {
    font-size: 18px; }
  .main-banners-text__text.small_mb {
    font-size: 22px; }
  .main-banners-text__text.medium_mb {
    font-size: 28px; }
  .main-banners-text__text.large_mb {
    font-size: 38px; }
  .main-banners-text__text.maxi_mb {
    font-size: 49px; }
  .main-banners-text__text.italic_mb {
    font-style: italic; }
  .main-banners-text__text.weight-100_mb {
    font-weight: 100; }
  .main-banners-text__text.weight-300_mb {
    font-weight: 300; }
  .main-banners-text__text.weight-400_mb {
    font-weight: 400; }
  .main-banners-text__text.weight-500_mb {
    font-weight: 500; }
  .main-banners-text__text.weight-700_mb {
    font-weight: 700; }
  .main-banners-text__text.weight-900_mb {
    font-weight: 900; }
  .main-banners-text__text.font-default_mb {
    font-family: Circe; }
  .main-banners-text__text.font-arial_mb {
    font-family: 'Arial', sans-serif; }
  .main-banners-text__text.font-helvetica_mb {
    font-family: 'Helvetica', sans-serif; }
  .main-banners-text__text.font-times-new-roman_mb {
    font-family: 'Times New Roman', serif; }
  .main-banners-text__text.font-georgia_mb {
    font-family: 'Georgia', serif; }
  .main-banners-text__button a.small_mb, .main-banners-text__button span.small_mb {
    height: 34px !important;
    font-size: 10px;
    min-width: 120px;
    margin-top: 5px; }
    .main-banners-text__button a.small_mb.radius_mb, .main-banners-text__button span.small_mb.radius_mb {
      border-radius: 34px; }
  .main-banners-text__button a.medium_mb, .main-banners-text__button span.medium_mb {
    height: 43px !important;
    font-size: 12px;
    min-width: 180px;
    margin-top: 9px; }
    .main-banners-text__button a.medium_mb.radius_mb, .main-banners-text__button span.medium_mb.radius_mb {
      border-radius: 43px; }
  .main-banners-text__button a.large_mb, .main-banners-text__button span.large_mb {
    height: 50px !important;
    font-size: 16px;
    min-width: 196px;
    margin-top: 18px; }
    .main-banners-text__button a.large_mb.radius_mb, .main-banners-text__button span.large_mb.radius_mb {
      border-radius: 50px; } }
.section-text-order_text1 {
  font-size: 32px;
  line-height: 1.1; }
  .section-text-order_text1.error {
    font-size: 46px;
    line-height: 0.86; }
.section-text-order_text2 {
  font-weight: 700;
  margin-top: 23px;
  font-size: 46px;
  line-height: 0.86; }
.section-text-order_text3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 23px; }
.section-text-order_line {
  height: 1px;
  background: #dddddd;
  width: 555px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 39px; }
.section-text-order_link {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .section-text-order_link a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 40px;
    background: #f89b93;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 24px 0 24px; }
    .section-text-order_link a:hover {
      background: #1c1c1c; }
    .section-text-order_link a:active {
      background: #494949; }

@media (max-width: 767px) {
  .section-text-order_text1 {
    font-size: 30px;
    line-height: 0.86; }
  .section-text-order_text2 {
    font-size: 18px;
    line-height: 0.9;
    margin-top: 11px; } }
@media (max-width: 440px) {
  .section-text-order_text1 {
    font-size: 22px; }
  .section-text-order_text2 {
    font-size: 16px;
    line-height: 1;
    margin-top: 10px; } }
@media (max-width: 370px) {
  .section-text-order_text2 {
    margin-top: 3px; } }
.check-availability {
  width: 100%;
  float: left;
  margin-top: 24px; }
  .check-availability__title_click {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .check-availability__title_click:hover i {
      text-decoration: none; }
    .check-availability__title_click b {
      display: flex;
      width: 26px; }
    .check-availability__title_click i {
      font-style: normal;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      line-height: 1;
      font-size: 11px;
      text-transform: uppercase;
      padding-top: 3px;
      font-weight: normal; }

.check-availability-modal-show {
  overflow: hidden; }
  .check-availability-modal-show header, .check-availability-modal-show footer, .check-availability-modal-show .section-box-content > * {
    filter: blur(4px); }
  .check-availability-modal-show .check-availability-modal {
    filter: blur(0);
    display: block; }

.check-availability-modal-visible .check-availability-modal__bg {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30); }
.check-availability-modal-visible .check-availability-modal__item {
  transform: translateX(0); }
.check-availability-modal-visible .check-availability-modal__main {
  transform: translateX(0); }

.check-availability-modal {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none; }
  .check-availability-modal__bg {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s; }
  .check-availability-modal__close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 22px;
    right: 15px;
    cursor: pointer; }
    .check-availability-modal__close:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e901";
      font-size: 18px;
      line-height: 18px;
      color: #dddddd; }
  .check-availability-modal__loading {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
    .check-availability-modal__loading.start-loading {
      display: block; }
    .check-availability-modal__loading_bg {
      position: absolute;
      width: 460px;
      right: 0;
      top: 0;
      height: 200%;
      background: rgba(255, 255, 255, 0.6); }
    .check-availability-modal__loading .filters-preload {
      width: 80px;
      height: 80px;
      position: absolute;
      top: 25%;
      left: 50%;
      margin-top: -40px;
      margin-left: -40px; }
    .check-availability-modal__loading.load {
      display: block; }
  .check-availability-modal__item {
    height: 100%;
    position: absolute;
    z-index: 2;
    background: #fff;
    right: 0;
    width: 460px;
    transform: translateX(460px);
    transition: 0.3s; }
  .check-availability-modal__title {
    font-size: 24px;
    line-height: 24px; }
  .check-availability-modal__text {
    margin-top: 16px;
    font-size: 15px;
    line-height: 16px; }
  .check-availability-modal__close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 22px;
    right: 15px;
    cursor: pointer; }
    .check-availability-modal__close:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e901";
      font-size: 18px;
      line-height: 18px;
      color: #dddddd; }
  .check-availability-modal__col {
    padding-top: 20px;
    padding-bottom: 20px; }
  .check-availability-modal__main {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
    padding: 0 15px;
    width: 100%;
    overflow: hidden;
    position: relative;
    transform: translateX(560px);
    transition: 0.6s; }
  .check-availability-modal__hidden-size-text {
    padding-top: 48px; }
    .check-availability-modal__hidden-size-text > div {
      position: relative;
      width: 100%;
      max-width: 250px;
      margin: 0 auto;
      padding-top: 50px; }
      .check-availability-modal__hidden-size-text > div div {
        position: absolute;
        left: 50%;
        top: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        width: 42px;
        height: 42px;
        margin-left: -21px;
        background: #f3f3f5; }
      .check-availability-modal__hidden-size-text > div span, .check-availability-modal__hidden-size-text > div i {
        display: block;
        text-align: center; }
      .check-availability-modal__hidden-size-text > div span {
        font-weight: 700;
        font-size: 18px; }
      .check-availability-modal__hidden-size-text > div i {
        padding-top: 3px;
        line-height: 1; }
  .check-availability-modal__search {
    margin-top: 14px; }
    .check-availability-modal__search_input {
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      .check-availability-modal__search_input:before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        content: '\e905';
        line-height: 43px;
        color: #333;
        position: absolute;
        left: 6px;
        top: 0; }
      .check-availability-modal__search_input input, .check-availability-modal__search_input textarea, .check-availability-modal__search_input select, .check-availability-modal__search_input .input-wr .select2 .select2-selection, .input-wr .select2 .check-availability-modal__search_input .select2-selection, .check-availability-modal__search_input .button-wr .select2 .select2-selection, .button-wr .select2 .check-availability-modal__search_input .select2-selection {
        width: 100%;
        background: #d9d9d9;
        padding-left: 30px;
        padding-right: 30px;
        color: #333;
        border: 0;
        margin: 0;
        box-shadow: none; }
      .check-availability-modal__search_input_clear {
        position: absolute;
        top: 0;
        right: 6px;
        width: 18px;
        height: 43px;
        cursor: pointer; }
        .check-availability-modal__search_input_clear:before {
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e901";
          font-size: 14px;
          line-height: 43px;
          color: #333; }

.check-availability-modal__bottom {
  margin-right: calc(var(--scroll-width) * -1); }
.check-availability-modal__hidden-items {
  font-size: 15px;
  overflow: hidden; }
  .check-availability-modal__hidden-items_info {
    margin-top: 28px;
    padding-bottom: 14px;
    color: #0451bb;
    position: relative;
    padding-left: 22px; }
    .check-availability-modal__hidden-items_info:before {
      content: 'i';
      font-style: italic;
      position: absolute;
      left: 0;
      top: -2px;
      width: 18px;
      height: 18px;
      border-radius: 100%;
      background: #0451bb;
      color: #fff;
      font-size: 15px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-family: 'Times New Roman';
      font-weight: 700; }
  .check-availability-modal__hidden-items_items {
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: calc(var(--scroll-width) * -1);
    padding-right: var(--scroll-width); }
  .check-availability-modal__hidden-items_item {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 10px; }
    .check-availability-modal__hidden-items_item:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .check-availability-modal__hidden-items_item_col-left {
      flex: 1 0 0%;
      padding-right: 14px; }
    .check-availability-modal__hidden-items_item_col-right {
      width: 84px;
      align-self: flex-end;
      text-align: right;
      padding-bottom: 3px; }
    .check-availability-modal__hidden-items_item_title {
      line-height: 1; }
    .check-availability-modal__hidden-items_item_city {
      line-height: 1;
      font-weight: 700;
      margin-top: 6px; }
    .check-availability-modal__hidden-items_item_phone {
      line-height: 1;
      margin-top: 6px; }
      .check-availability-modal__hidden-items_item_phone span {
        font-weight: 700; }
    .check-availability-modal__hidden-items_item_count {
      margin-top: 6px; }
      .check-availability-modal__hidden-items_item_count.type-count-1 {
        color: #bf0202; }
      .check-availability-modal__hidden-items_item_count.type-count-2 {
        color: #d97b03; }
      .check-availability-modal__hidden-items_item_count.type-count-3 {
        color: #50bd00; }
    .check-availability-modal__hidden-items_item_line {
      position: relative;
      height: 4px;
      margin-right: 0;
      background: #d9d9d9;
      border-radius: 4px;
      margin-top: 6px; }
      .check-availability-modal__hidden-items_item_line:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .check-availability-modal__hidden-items_item_line.type-count-1:before {
        background: #bf0202;
        right: 80%; }
      .check-availability-modal__hidden-items_item_line.type-count-2:before {
        background: #d97b03;
        right: 45%; }
      .check-availability-modal__hidden-items_item_line.type-count-3:before {
        background: #50bd00;
        right: 20%; }

@media (max-width: 500px) {
  .check-availability-modal__loading_bg {
    width: 320px; }

  .check-availability-modal__item {
    width: 320px; } }
.cursor-pointer {
  cursor: pointer; }

.modal-link {
  cursor: pointer; }

.padding-r-none {
  padding-right: 0 !important; }

.padding-l-none {
  padding-left: 0 !important; }

.empty {
  color: #707376;
  font-size: 16px;
  padding: 0 15px; }

.empty-15 .empty {
  padding-left: 15px; }

.section-box-content {
  overflow: hidden; }

@media (max-width: 991px) {
  .show-mobile-menu .mobile-menu-hidden {
    transform: translateX(0);
    opacity: 1; }

  .show-mobile-menu .section-box-header, .show-block-filters .section-box-header {
    box-shadow: none; }
    .show-mobile-menu .section-box-header:before, .show-block-filters .section-box-header:before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 2;
      background: #000;
      opacity: 0.7;
      transition: 0.1s; }

  .show-block-filters .section-box-header:before {
    z-index: 3; }

  .open-modal .section-box-header {
    z-index: 9; } }
@media (max-width: 767px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .row {
    margin-left: -10px !important;
    margin-right: -10px !important; }

  [class*="col-xs-"], [class*="col-sm-"], [class*="col-md-"], [class*="col-lg-"] {
    padding-left: 10px !important;
    padding-right: 10px !important; }
    [class*="col-xs-"].items_wr_full, [class*="col-sm-"].items_wr_full, [class*="col-md-"].items_wr_full, [class*="col-lg-"].items_wr_full {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
@media (max-width: 450px) {
  body.show-block-filters {
    transform: translate3d(320px, 0, 0); } }
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.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%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .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%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .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%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .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%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs, td.visible-xs {
    display: table-cell !important; }

  .visible-xs-block {
    display: block !important; }

  .visible-xs-inline {
    display: inline !important; }

  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm, .visible_all {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm, td.visible-sm {
    display: table-cell !important; }

  .visible-sm-block {
    display: block !important; }

  .visible-sm-inline {
    display: inline !important; }

  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 940px) {
  .visible_940 {
    display: block !important; } }
@media (max-width: 939px) {
  .visible-mobile {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md, .visible_all {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; }

  .visible-md-block {
    display: block !important; }

  .visible-md-inline {
    display: inline !important; }

  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg, .visible_all {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%; }

:root {
  --container-width:100%; }

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.con-fl {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 3840px; }

@media (min-width: 576px) {
  :root {
    --container-width:540px; }

  .container {
    max-width: var(--container-width); } }
@media (min-width: 768px) {
  :root {
    --container-width:720px; }

  .container {
    max-width: var(--container-width); } }
@media (min-width: 992px) {
  :root {
    --container-width:960px; }

  .container {
    max-width: var(--container-width); } }
@media (min-width: 1200px) {
  :root {
    --container-width:1140px; }

  .container {
    max-width: var(--container-width); } }
@media (min-width: 1400px) {
  :root {
    --container-width:1320px; }

  .container {
    max-width: var(--container-width); } }
.rw {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .rw.no-padding > * {
    padding-right: 0;
    padding-left: 0; }

.rw > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  .rw > * .list-view {
    padding: 0; }

.list-view {
  display: flex;
  flex-wrap: wrap;
  padding: 0; }
  .list-view > * {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%; }

.rw.justify-content-center > .list-view {
  justify-content: center; }

.cl {
  flex: 1 0 0%; }

.rw-cls-auto > * {
  flex: 0 0 auto;
  width: auto; }

.rw-cls-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.rw-cls-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.rw-cls-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.rw-cls-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.rw-cls-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.rw-cls-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.cl-auto {
  flex: 0 0 auto;
  width: auto; }

.cl-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.cl-c10 {
  flex: 0 0 auto;
  width: 10%; }

.cl-c9 {
  flex: 0 0 auto;
  width: 11.11111%; }

.cl-c8 {
  flex: 0 0 auto;
  width: 12.5%; }

.cl-c7 {
  flex: 0 0 auto;
  width: 14.2857%; }

.cl-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

.cl-20 {
  flex: 0 0 auto;
  width: 20%; }

.cl-3 {
  flex: 0 0 auto;
  width: 25%; }

.cl-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.cl-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

.cl-6 {
  flex: 0 0 auto;
  width: 50%; }

.cl-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.cl-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

.cl-9 {
  flex: 0 0 auto;
  width: 75%; }

.cl-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.cl-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

.cl-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333333%; }

.offset-2 {
  margin-left: 16.66666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333333%; }

.offset-5 {
  margin-left: 41.66666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333333%; }

.offset-8 {
  margin-left: 66.66666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333333%; }

.offset-11 {
  margin-left: 91.66666667%; }

@media (min-width: 576px) {
  .rw-cls-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .rw-cls-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .rw-cls-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .rw-cls-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .rw-cls-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .rw-cls-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .rw-cls-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }
@media (min-width: 768px) {
  .rw-cls-md-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .rw-cls-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .rw-cls-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .rw-cls-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .rw-cls-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .rw-cls-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .rw-cls-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }
@media (min-width: 992px) {
  .rw-cls-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .rw-cls-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .rw-cls-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .rw-cls-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .rw-cls-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .rw-cls-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .rw-cls-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }
@media (min-width: 1200px) {
  .rw-cls-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .rw-cls-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .rw-cls-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .rw-cls-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .rw-cls-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .rw-cls-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .rw-cls-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }
@media (min-width: 1400px) {
  .rw-cls-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .rw-cls-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .rw-cls-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .rw-cls-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .rw-cls-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .rw-cls-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .rw-cls-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }
@media (min-width: 576px) {
  .cl-sm {
    flex: 1 0 0%; }

  .cl-sm-auto {
    flex: 0 0 auto;
    width: auto; }

  .cl-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .cl-sm-c10 {
    flex: 0 0 auto;
    width: 10%; }

  .cl-sm-c9 {
    flex: 0 0 auto;
    width: 11.11111%; }

  .cl-sm-c8 {
    flex: 0 0 auto;
    width: 12.5%; }

  .cl-sm-c7 {
    flex: 0 0 auto;
    width: 14.2857%; }

  .cl-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .cl-sm-20 {
    flex: 0 0 auto;
    width: 20%; }

  .cl-sm-3 {
    flex: 0 0 auto;
    width: 25%; }

  .cl-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .cl-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .cl-sm-6 {
    flex: 0 0 auto;
    width: 50%; }

  .cl-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .cl-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .cl-sm-9 {
    flex: 0 0 auto;
    width: 75%; }

  .cl-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .cl-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .cl-sm-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333333%; }

  .offset-sm-2 {
    margin-left: 16.66666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333333%; }

  .offset-sm-5 {
    margin-left: 41.66666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333333%; }

  .offset-sm-8 {
    margin-left: 66.66666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333333%; }

  .offset-sm-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 768px) {
  .cl-md {
    flex: 1 0 0%; }

  .cl-md-auto {
    flex: 0 0 auto;
    width: auto; }

  .cl-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .cl-md-c10 {
    flex: 0 0 auto;
    width: 10%; }

  .cl-md-c9 {
    flex: 0 0 auto;
    width: 11.11111%; }

  .cl-md-c8 {
    flex: 0 0 auto;
    width: 12.5%; }

  .cl-md-c7 {
    flex: 0 0 auto;
    width: 14.2857%; }

  .cl-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .cl-md-20 {
    flex: 0 0 auto;
    width: 20%; }

  .cl-md-3 {
    flex: 0 0 auto;
    width: 25%; }

  .cl-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .cl-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .cl-md-6 {
    flex: 0 0 auto;
    width: 50%; }

  .cl-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .cl-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .cl-md-9 {
    flex: 0 0 auto;
    width: 75%; }

  .cl-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .cl-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .cl-md-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333333%; }

  .offset-md-2 {
    margin-left: 16.66666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333333%; }

  .offset-md-5 {
    margin-left: 41.66666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333333%; }

  .offset-md-8 {
    margin-left: 66.66666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333333%; }

  .offset-md-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 992px) {
  .cl-lg {
    flex: 1 0 0%; }

  .cl-lg-auto {
    flex: 0 0 auto;
    width: auto; }

  .cl-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .cl-lg-c10 {
    flex: 0 0 auto;
    width: 10%; }

  .cl-lg-c9 {
    flex: 0 0 auto;
    width: 11.11111%; }

  .cl-lg-c8 {
    flex: 0 0 auto;
    width: 12.5%; }

  .cl-lg-c7 {
    flex: 0 0 auto;
    width: 14.2857%; }

  .cl-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .cl-lg-20 {
    flex: 0 0 auto;
    width: 20%; }

  .cl-lg-3 {
    flex: 0 0 auto;
    width: 25%; }

  .cl-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .cl-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .cl-lg-6 {
    flex: 0 0 auto;
    width: 50%; }

  .cl-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .cl-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .cl-lg-9 {
    flex: 0 0 auto;
    width: 75%; }

  .cl-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .cl-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .cl-lg-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333333%; }

  .offset-lg-2 {
    margin-left: 16.66666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333333%; }

  .offset-lg-5 {
    margin-left: 41.66666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333333%; }

  .offset-lg-8 {
    margin-left: 66.66666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333333%; }

  .offset-lg-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 1200px) {
  .cl-xl {
    flex: 1 0 0%; }

  .cl-xl-auto {
    flex: 0 0 auto;
    width: auto; }

  .cl-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .cl-xl-c10 {
    flex: 0 0 auto;
    width: 10%; }

  .cl-xl-c9 {
    flex: 0 0 auto;
    width: 11.11111%; }

  .cl-xl-c8 {
    flex: 0 0 auto;
    width: 12.5%; }

  .cl-xl-c7 {
    flex: 0 0 auto;
    width: 14.2857%; }

  .cl-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .cl-xl-20 {
    flex: 0 0 auto;
    width: 20%; }

  .cl-xl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .cl-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .cl-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .cl-xl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .cl-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .cl-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .cl-xl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .cl-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .cl-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .cl-xl-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333333%; }

  .offset-xl-2 {
    margin-left: 16.66666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333333%; }

  .offset-xl-5 {
    margin-left: 41.66666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333333%; }

  .offset-xl-8 {
    margin-left: 66.66666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333333%; }

  .offset-xl-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 1400px) {
  .cl-xxl {
    flex: 1 0 0%; }

  .cl-xxl-auto {
    flex: 0 0 auto;
    width: auto; }

  .cl-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .cl-xxl-c10 {
    flex: 0 0 auto;
    width: 10%; }

  .cl-xxl-c9 {
    flex: 0 0 auto;
    width: 11.11111%; }

  .cl-xxl-c8 {
    flex: 0 0 auto;
    width: 12.5%; }

  .cl-xxl-c7 {
    flex: 0 0 auto;
    width: 14.2857%; }

  .cl-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .cl-xxl-20 {
    flex: 0 0 auto;
    width: 20%; }

  .cl-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .cl-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .cl-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .cl-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .cl-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .cl-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .cl-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .cl-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .cl-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .cl-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.33333333%; }

  .offset-xxl-2 {
    margin-left: 16.66666667%; }

  .offset-xxl-3 {
    margin-left: 25%; }

  .offset-xxl-4 {
    margin-left: 33.33333333%; }

  .offset-xxl-5 {
    margin-left: 41.66666667%; }

  .offset-xxl-6 {
    margin-left: 50%; }

  .offset-xxl-7 {
    margin-left: 58.33333333%; }

  .offset-xxl-8 {
    margin-left: 66.66666667%; }

  .offset-xxl-9 {
    margin-left: 75%; }

  .offset-xxl-10 {
    margin-left: 83.33333333%; }

  .offset-xxl-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 1681px) {
  .cl-xh {
    flex: 1 0 0%; }

  .cl-xh-auto {
    flex: 0 0 auto;
    width: auto; }

  .cl-xh-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .cl-xh-c10 {
    flex: 0 0 auto;
    width: 10%; }

  .cl-xh-c9 {
    flex: 0 0 auto;
    width: 11.11111%; }

  .cl-xh-c8 {
    flex: 0 0 auto;
    width: 12.5%; }

  .cl-xh-c7 {
    flex: 0 0 auto;
    width: 14.2857%; }

  .cl-xh-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .cl-xh-20 {
    flex: 0 0 auto;
    width: 20%; }

  .cl-xh-3 {
    flex: 0 0 auto;
    width: 25%; }

  .cl-xh-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .cl-xh-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .cl-xh-6 {
    flex: 0 0 auto;
    width: 50%; }

  .cl-xh-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .cl-xh-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .cl-xh-9 {
    flex: 0 0 auto;
    width: 75%; }

  .cl-xh-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .cl-xh-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .cl-xh-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xh-0 {
    margin-left: 0; }

  .offset-xh-1 {
    margin-left: 8.33333333%; }

  .offset-xh-2 {
    margin-left: 16.66666667%; }

  .offset-xh-3 {
    margin-left: 25%; }

  .offset-xh-4 {
    margin-left: 33.33333333%; }

  .offset-xh-5 {
    margin-left: 41.66666667%; }

  .offset-xh-6 {
    margin-left: 50%; }

  .offset-xh-7 {
    margin-left: 58.33333333%; }

  .offset-xh-8 {
    margin-left: 66.66666667%; }

  .offset-xh-9 {
    margin-left: 75%; }

  .offset-xh-10 {
    margin-left: 83.33333333%; }

  .offset-xh-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 1921px) {
  .cl-xxh {
    flex: 1 0 0%; }

  .cl-xxh-auto {
    flex: 0 0 auto;
    width: auto; }

  .cl-xxh-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .cl-xxh-c10 {
    flex: 0 0 auto;
    width: 10%; }

  .cl-xxh-c9 {
    flex: 0 0 auto;
    width: 11.11111%; }

  .cl-xxh-c8 {
    flex: 0 0 auto;
    width: 12.5%; }

  .cl-xxh-c7 {
    flex: 0 0 auto;
    width: 14.2857%; }

  .cl-xxh-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .cl-xxh-20 {
    flex: 0 0 auto;
    width: 20%; }

  .cl-xxh-3 {
    flex: 0 0 auto;
    width: 25%; }

  .cl-xxh-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .cl-xxh-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .cl-xxh-6 {
    flex: 0 0 auto;
    width: 50%; }

  .cl-xxh-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .cl-xxh-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .cl-xxh-9 {
    flex: 0 0 auto;
    width: 75%; }

  .cl-xxh-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .cl-xxh-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .cl-xxh-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xxh-0 {
    margin-left: 0; }

  .offset-xxh-1 {
    margin-left: 8.33333333%; }

  .offset-xxh-2 {
    margin-left: 16.66666667%; }

  .offset-xxh-3 {
    margin-left: 25%; }

  .offset-xxh-4 {
    margin-left: 33.33333333%; }

  .offset-xxh-5 {
    margin-left: 41.66666667%; }

  .offset-xxh-6 {
    margin-left: 50%; }

  .offset-xxh-7 {
    margin-left: 58.33333333%; }

  .offset-xxh-8 {
    margin-left: 66.66666667%; }

  .offset-xxh-9 {
    margin-left: 75%; }

  .offset-xxh-10 {
    margin-left: 83.33333333%; }

  .offset-xxh-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 2561px) {
  .cl-xxxh {
    flex: 1 0 0%; }

  .cl-xxxh-auto {
    flex: 0 0 auto;
    width: auto; }

  .cl-xxxh-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .cl-xxxh-c10 {
    flex: 0 0 auto;
    width: 10%; }

  .cl-xxxh-c9 {
    flex: 0 0 auto;
    width: 11.11111%; }

  .cl-xxxh-c8 {
    flex: 0 0 auto;
    width: 12.5%; }

  .cl-xxxh-c7 {
    flex: 0 0 auto;
    width: 14.2857%; }

  .cl-xxxh-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .cl-xxxh-20 {
    flex: 0 0 auto;
    width: 20%; }

  .cl-xxxh-3 {
    flex: 0 0 auto;
    width: 25%; }

  .cl-xxxh-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .cl-xxxh-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .cl-xxxh-6 {
    flex: 0 0 auto;
    width: 50%; }

  .cl-xxxh-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .cl-xxxh-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .cl-xxxh-9 {
    flex: 0 0 auto;
    width: 75%; }

  .cl-xxxh-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .cl-xxxh-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .cl-xxxh-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xxxh-0 {
    margin-left: 0; }

  .offset-xxxh-1 {
    margin-left: 8.33333333%; }

  .offset-xxxh-2 {
    margin-left: 16.66666667%; }

  .offset-xxxh-3 {
    margin-left: 25%; }

  .offset-xxxh-4 {
    margin-left: 33.33333333%; }

  .offset-xxxh-5 {
    margin-left: 41.66666667%; }

  .offset-xxxh-6 {
    margin-left: 50%; }

  .offset-xxxh-7 {
    margin-left: 58.33333333%; }

  .offset-xxxh-8 {
    margin-left: 66.66666667%; }

  .offset-xxxh-9 {
    margin-left: 75%; }

  .offset-xxxh-10 {
    margin-left: 83.33333333%; }

  .offset-xxxh-11 {
    margin-left: 91.66666667%; } }
.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-rw {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-grid {
    display: grid !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-rw {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; }

  .d-sm-none {
    display: none !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; }

  .order-sm-first {
    order: -1 !important; }

  .order-sm-0 {
    order: 0 !important; }

  .order-sm-1 {
    order: 1 !important; }

  .order-sm-2 {
    order: 2 !important; }

  .order-sm-3 {
    order: 3 !important; }

  .order-sm-4 {
    order: 4 !important; }

  .order-sm-5 {
    order: 5 !important; }

  .order-sm-last {
    order: 6 !important; }

  .text-sm-start {
    text-align: left !important; }

  .text-sm-end {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-grid {
    display: grid !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-rw {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; }

  .d-md-none {
    display: none !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .justify-content-md-evenly {
    justify-content: space-evenly !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; }

  .order-md-first {
    order: -1 !important; }

  .order-md-0 {
    order: 0 !important; }

  .order-md-1 {
    order: 1 !important; }

  .order-md-2 {
    order: 2 !important; }

  .order-md-3 {
    order: 3 !important; }

  .order-md-4 {
    order: 4 !important; }

  .order-md-5 {
    order: 5 !important; }

  .order-md-last {
    order: 6 !important; }

  .text-md-start {
    text-align: left !important; }

  .text-md-end {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-grid {
    display: grid !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-rw {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; }

  .d-lg-none {
    display: none !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; }

  .order-lg-first {
    order: -1 !important; }

  .order-lg-0 {
    order: 0 !important; }

  .order-lg-1 {
    order: 1 !important; }

  .order-lg-2 {
    order: 2 !important; }

  .order-lg-3 {
    order: 3 !important; }

  .order-lg-4 {
    order: 4 !important; }

  .order-lg-5 {
    order: 5 !important; }

  .order-lg-last {
    order: 6 !important; }

  .text-lg-start {
    text-align: left !important; }

  .text-lg-end {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-grid {
    display: grid !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-rw {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; }

  .d-xl-none {
    display: none !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; }

  .order-xl-first {
    order: -1 !important; }

  .order-xl-0 {
    order: 0 !important; }

  .order-xl-1 {
    order: 1 !important; }

  .order-xl-2 {
    order: 2 !important; }

  .order-xl-3 {
    order: 3 !important; }

  .order-xl-4 {
    order: 4 !important; }

  .order-xl-5 {
    order: 5 !important; }

  .order-xl-last {
    order: 6 !important; }

  .text-xl-start {
    text-align: left !important; }

  .text-xl-end {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !important; }

  .d-xxl-grid {
    display: grid !important; }

  .d-xxl-table {
    display: table !important; }

  .d-xxl-table-rw {
    display: table-row !important; }

  .d-xxl-table-cell {
    display: table-cell !important; }

  .d-xxl-flex {
    display: flex !important; }

  .d-xxl-inline-flex {
    display: inline-flex !important; }

  .d-xxl-none {
    display: none !important; }

  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxl-center {
    justify-content: center !important; }

  .justify-content-xxl-between {
    justify-content: space-between !important; }

  .justify-content-xxl-around {
    justify-content: space-around !important; }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }

  .align-items-xxl-start {
    align-items: flex-start !important; }

  .align-items-xxl-end {
    align-items: flex-end !important; }

  .align-items-xxl-center {
    align-items: center !important; }

  .align-items-xxl-baseline {
    align-items: baseline !important; }

  .align-items-xxl-stretch {
    align-items: stretch !important; }

  .align-content-xxl-start {
    align-content: flex-start !important; }

  .align-content-xxl-end {
    align-content: flex-end !important; }

  .align-content-xxl-center {
    align-content: center !important; }

  .align-content-xxl-between {
    align-content: space-between !important; }

  .align-content-xxl-around {
    align-content: space-around !important; }

  .align-content-xxl-stretch {
    align-content: stretch !important; }

  .align-self-xxl-auto {
    align-self: auto !important; }

  .align-self-xxl-start {
    align-self: flex-start !important; }

  .align-self-xxl-end {
    align-self: flex-end !important; }

  .align-self-xxl-center {
    align-self: center !important; }

  .align-self-xxl-baseline {
    align-self: baseline !important; }

  .align-self-xxl-stretch {
    align-self: stretch !important; }

  .order-xxl-first {
    order: -1 !important; }

  .order-xxl-0 {
    order: 0 !important; }

  .order-xxl-1 {
    order: 1 !important; }

  .order-xxl-2 {
    order: 2 !important; }

  .order-xxl-3 {
    order: 3 !important; }

  .order-xxl-4 {
    order: 4 !important; }

  .order-xxl-5 {
    order: 5 !important; }

  .order-xxl-last {
    order: 6 !important; }

  .text-xxl-start {
    text-align: left !important; }

  .text-xxl-end {
    text-align: right !important; }

  .text-xxl-center {
    text-align: center !important; } }
@media (min-width: 1681px) {
  .d-xh-inline {
    display: inline !important; }

  .d-xh-inline-block {
    display: inline-block !important; }

  .d-xh-block {
    display: block !important; }

  .d-xh-grid {
    display: grid !important; }

  .d-xh-table {
    display: table !important; }

  .d-xh-table-rw {
    display: table-row !important; }

  .d-xh-table-cell {
    display: table-cell !important; }

  .d-xh-flex {
    display: flex !important; }

  .d-xh-inline-flex {
    display: inline-flex !important; }

  .d-xh-none {
    display: none !important; } }
@media (min-width: 1921px) {
  .d-xxh-inline {
    display: inline !important; }

  .d-xxh-inline-block {
    display: inline-block !important; }

  .d-xxh-block {
    display: block !important; }

  .d-xxh-grid {
    display: grid !important; }

  .d-xxh-table {
    display: table !important; }

  .d-xxh-table-rw {
    display: table-row !important; }

  .d-xxh-table-cell {
    display: table-cell !important; }

  .d-xxh-flex {
    display: flex !important; }

  .d-xxh-inline-flex {
    display: inline-flex !important; }

  .d-xxh-none {
    display: none !important; } }
@media (min-width: 2561px) {
  .d-xxxh-inline {
    display: inline !important; }

  .d-xxxh-inline-block {
    display: inline-block !important; }

  .d-xxxh-block {
    display: block !important; }

  .d-xxxh-grid {
    display: grid !important; }

  .d-xxxh-table {
    display: table !important; }

  .d-xxxh-table-rw {
    display: table-row !important; }

  .d-xxxh-table-cell {
    display: table-cell !important; }

  .d-xxxh-flex {
    display: flex !important; }

  .d-xxxh-inline-flex {
    display: inline-flex !important; }

  .d-xxxh-none {
    display: none !important; } }
@media (max-width: 991px) {
  .con-fl {
    padding-right: 15px;
    padding-left: 15px; }

  .rw {
    margin-right: -15px;
    margin-left: -15px; }

  .rw > * {
    padding-right: 15px;
    padding-left: 15px; }

  .list-view > * {
    padding-right: 15px;
    padding-left: 15px; } }
@media (max-width: 768px) {
  .con-fl {
    padding-right: 10px;
    padding-left: 10px; }

  .rw {
    margin-right: -10px;
    margin-left: -10px; }

  .rw > * {
    padding-right: 10px;
    padding-left: 10px; }

  .list-view > * {
    padding-right: 10px;
    padding-left: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .padding-r-none-sm {
    padding-right: 0 !important; } }
@media (max-width: 767px) {
  .padding-r-none-xs {
    padding-right: 0 !important; } }

/*# sourceMappingURL=style.css.map */
