@charset "UTF-8";
/* ==|====================
   Base
   ======================= */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

body .clearfix:after {
  clear: both; }

body .clearfix {
  *zoom: 1; }

body .clear-both {
  clear: both; }

body .visible-resp {
  display: none !important; }

.wrapper {
  width: auto !important;
  max-width: 962px; }

body #scrollerToTop {
  right: auto !important;
  left: 50%;
  margin-left: 540px;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

body .table-wrap {
  overflow: auto; }

body .old-price {
  font-size: 16px;
  color: #999999;
  text-decoration: line-through;
  display: inline-block; }

body .discount {
  color: #ff0001;
  font-size: 16px;
  display: inline-block; }

@media only screen and (max-width: 1210px) {
  body #scrollerToTop {
    width: auto !important;
    height: auto !important;
    right: 15px !important;
    left: auto;
    margin-left: 0;
    bottom: 50px !important; } }

@media only screen and (max-width: 1060px) {
  body #scrollerToTop {
    bottom: 10px !important; } }

@media only screen and (max-width: 991px) {
  body .visible-resp {
    display: block !important; }
  body .wrapper {
    padding: 0 15px; }
  body img {
    max-width: 100%; }
  body .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    max-width: 100% !important;
    max-height: 100% !important; } }

/* ==|====================
   Header
   ======================= */
.resp-header-search-icon {
  position: absolute;
  right: 102px;
  top: -8px;
  width: 50px;
  height: 38px;
  background: url("/local/templates/virastaika/images/resp-search-icon.svg") center no-repeat;
  -webkit-background-size: 19px 19px;
          background-size: 19px 19px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 11; }
  .resp-header-search-icon.opened {
    background-color: #fff;
    -webkit-box-shadow: -7px 0 5px -5px rgba(0, 0, 0, 0.1), 7px 0 5px -5px rgba(0, 0, 0, 0.1);
            box-shadow: -7px 0 5px -5px rgba(0, 0, 0, 0.1), 7px 0 5px -5px rgba(0, 0, 0, 0.1); }

.resp-header-search-form {
  position: absolute;
  top: 30px;
  height: 81px;
  left: 0;
  right: 0;
  padding: 23px 15px;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden; }
  .resp-header-search-form.opened {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 -4px 10px -2px rgba(0, 0, 0, 0.1), 0 4px 10px -2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -4px 10px -2px rgba(0, 0, 0, 0.1), 0 4px 10px -2px rgba(0, 0, 0, 0.1); }
  .resp-header-search-form * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.resp-header-search-box {
  height: 36px;
  position: relative;
  border: 1px solid #09aae5;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden; }
  .resp-header-search-box input {
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 32px;
    font-family: "PT Sans", sans-serif;
    border: none;
    font-size: 14px;
    outline: none !important; }
  .resp-header-search-box button {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    width: 71px;
    font-size: 12px;
    padding-bottom: 2px;
    background: #45b3ec;
    background: -webkit-linear-gradient(top, #45b3ec 0%, #2198d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#45b3ec), to(#2198d8));
    background: -o-linear-gradient(top, #45b3ec 0%, #2198d8 100%);
    background: linear-gradient(to bottom, #45b3ec 0%, #2198d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45b3ec', endColorstr='#2198d8',GradientType=0 );
    color: #fff;
    border: none;
    outline: none !important;
    font-family: "PT Sans", sans-serif;
    -webkit-border-radius: 0 10px 10px 0;
            border-radius: 0 10px 10px 0;
    text-align: center; }

.resp-header-user-icon {
  position: absolute;
  right: 52px;
  top: -8px;
  width: 50px;
  height: 38px;
  background: url("/local/templates/virastaika/images/resp-user-icon.png") center no-repeat; }

.resp-nav-switcher {
  position: absolute;
  right: 15px;
  top: -8px;
  width: 50px;
  height: 38px;
  z-index: 99991; }

.resp-nav-switcher__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  right: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .resp-nav-switcher__icon:before {
    content: "";
    position: absolute;
    left: -15px;
    width: 50px;
    top: -9px;
    height: 38px;
    background-color: #e8f2f6;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s; }
  .resp-nav-switcher__icon.open:before {
    background-color: #fff;
    -webkit-box-shadow: -7px 0 5px -5px rgba(0, 0, 0, 0.1), 7px 0 5px -5px rgba(0, 0, 0, 0.1);
            box-shadow: -7px 0 5px -5px rgba(0, 0, 0, 0.1), 7px 0 5px -5px rgba(0, 0, 0, 0.1); }

.resp-nav-switcher__icon span {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #898989;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.resp-nav-switcher__icon span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center; }

.resp-nav-switcher__icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center; }

.resp-nav-switcher__icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center; }

.resp-nav-switcher__icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 25px;
  top: 2px;
  left: 1px; }

.resp-nav-switcher__icon.open span:nth-child(2) {
  width: 0;
  opacity: 0; }

.resp-nav-switcher__icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
  left: 1px;
  width: 25px; }

.resp-header-nav {
  position: fixed;
  height: -webkit-calc(100vh - 38px);
  height: calc(100vh - 38px);
  left: 0;
  right: 0;
  top: 38px;
  background-color: #fff;
  z-index: 9999;
  overflow: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "PT Sans", sans-serif; }
  .resp-header-nav.opened {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 -4px 10px -2px rgba(0, 0, 0, 0.1), 0 4px 10px -2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -4px 10px -2px rgba(0, 0, 0, 0.1), 0 4px 10px -2px rgba(0, 0, 0, 0.1); }
  .resp-header-nav * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .resp-header-nav a {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

.resp-header-nav-main {
  padding: 25px 15px 16px; }

.resp-nav-discounts {
  margin-bottom: 12px; }
  .resp-nav-discounts a {
    display: inline-block;
    padding: 9px 33px 10px;
    color: #fff;
    background-color: #ff0000;
    text-decoration: none !important;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    line-height: 1em;
    font-size: 13px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .resp-nav-discounts a:hover {
      background-color: #ffe200;
      color: #4546b3; }

ul.resp-nav-ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.resp-nav-ul li {
    position: relative;    
  }
  ul.resp-nav-ul > li {
    position: relative;
    margin: 0;
    padding-right: 55px; }
    ul.resp-nav-ul > li > a {
      display: block;
      padding: 14px 0 17px;
      font-size: 16px;
      line-height: 1.1em;
      font-weight: bold;
      color: #4546b3; }
      ul.resp-nav-ul > li > a:hover {
        color: #00aeee; }
    ul.resp-nav-ul > li:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: url("/local/templates/virastaika/images/dot-border.png") repeat-x; }
    ul.resp-nav-ul > li:last-child:after {
      display: none; }
    ul.resp-nav-ul > li.has-submenu i {
      position: absolute;
      width: 55px;
      height: 45px;
      right: 0;
      top: 0;
      cursor: pointer; }
      ul.resp-nav-ul > li.has-submenu i:before {
        content: "";
        width: 8px;
        height: 14px;
        position: absolute;
        left: 25px;
        top: 15px;
        background: url("/local/templates/virastaika/images/nav-arrow.svg") no-repeat;
        -webkit-background-size: 8px 14px;
                background-size: 8px 14px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-filter: grayscale(1);
                filter: grayscale(1); }
      ul.resp-nav-ul > li.has-submenu i:hover:before {
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }
    ul.resp-nav-ul > li.has-submenu > ul.nav-2-lvl {
      display: none;
      margin: 0;
      padding: 0;
      position: relative;
      top: -10px;
      padding-left: 10px;
      padding-bottom: 7px;
      list-style: none; }
      ul.resp-nav-ul > li.has-submenu > ul.nav-2-lvl > li > a {
        display: block;
        padding: 6px 0;
        font-size: 14px;
        color: #4546b3;
        line-height: 1.2em; }
        ul.resp-nav-ul > li.has-submenu > ul.nav-2-lvl > li > a:hover {
          color: #00aeee; }
      ul.resp-nav-ul > li.has-submenu > ul.nav-2-lvl > li.current > a {
        color: #00aeee; }
    ul.resp-nav-ul > li.has-submenu ul.nav-3-lvl {
      display: none;
      margin: 0;
      padding: 0;
      position: relative;
      top: 0;
      padding-left: 10px;
      padding-bottom: 7px;
      list-style: none;
        transition: 3s;}
      ul.resp-nav-ul > li.has-submenu ul.nav-3-lvl > li > a {
        display: block;
        padding: 6px 0;
        font-size: 14px;
        color: #4546b3;
        line-height: 1.2em; }
        ul.resp-nav-ul > li.has-submenu ul.nav-3-lvl > li > a:hover {
          color: #00aeee; }
      ul.resp-nav-ul > li.has-submenu ul.nav-3-lvl > li.current > a {
        color: #00aeee; }
      ul.resp-nav-ul .nav-2-lvl li.has-submenu.opened ul{
          display: block;
      }
    ul.resp-nav-ul ul.nav-2-lvl li.has-submenu.opened > i:before {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
              
    ul.resp-nav-ul > li.has-submenu.opened > a {
      color: #00aeee; }
    ul.resp-nav-ul > li.has-submenu.opened > i:before {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
    ul.resp-nav-ul > li.current > a {
      color: #00aeee; }

.resp-header-nav-bottom {
  padding: 20px 15px 10px;
  background-color: #e6f1f5;
  overflow: hidden; }

.border_wrap{
    height: 20px;
}
.resp-nav-bottom-links {
  margin-right: -40px; }

.resp-nav-bottom-link {
  display: inline-block;
  width: 110px;
  margin-right: 40px;
  margin-bottom: 15px;
  vertical-align: top;
  text-decoration: none !important;
  color: #4546b3; }
  .resp-nav-bottom-link__icon {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
    background: url("/local/templates/virastaika/images/resp-nav-icons.png") no-repeat; }
    .resp-nav-bottom-link__icon.icon-1 {
      background-position: 0 0; }
    .resp-nav-bottom-link__icon.icon-2 {
      background-position: -20px 0; }
    .resp-nav-bottom-link__icon.icon-3 {
      background-position: -40px 0; }
    .resp-nav-bottom-link__icon.icon-4 {
      background-position: -60px 0; }
    .resp-nav-bottom-link__icon.icon-5 {
      background-position: -80px 0; }
  .resp-nav-bottom-link__name {
    font-size: 12px;
    line-height: 1.1em; }
  .resp-nav-bottom-link:hover {
    color: #00aeee; }

.responsive-header-cart {
  display: block;
  width: 47px;
  height: 47px;
  text-decoration: none !important;
  position: absolute;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("/local/templates/virastaika/images/resp-cart.png") center no-repeat #e6f1f5;
  -webkit-background-size: 35px 27px;
          background-size: 35px 27px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-family: "PT Sans", sans-serif; }
  .responsive-header-cart span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 6px;
    top: 14px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    color: #3641b0;
    line-height: 1em; }
  .responsive-header-cart:hover {
    background-color: #cbe2eb; }

.responsive-header-info {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  width: 120px;
  font-family: "PT Sans Narrow", sans-serif; }
  .responsive-header-info .resp-header-phone {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1em; }
    .responsive-header-info .resp-header-phone a {
      font-weight: bold;
      color: #0000ee; }
  .responsive-header-info .resp-header-desc {
    font-size: 13px;
    line-height: 1em;
    color: #4546b3; }

@media only screen and (max-width: 991px) {
  header {
    padding-top: 38px;
    position: relative; }
    header:after {
      content: "";
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: -3px;
      height: 5px;
      background: url("/local/templates/virastaika/images/blue-dot-border.png") repeat-x; }
  FOOTER .contacts_link{
      margin-top: 0;
      padding-left: 0;
  }
  header .top-head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999; }
.border_wrap{
    height: 32px;
}
  body header .top-head .header-links {
    display: none; }
  body .change-city {
    max-height: -webkit-calc(100vh - 110px);
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    z-index: 999991; }
  header .main-menu {
    display: none; }
  header .middle-head {
    position: relative;
    margin-top: 12px;
    padding-bottom: 19px; }
  header .middle-head .logo {
    width: auto;
    margin: 0;
    margin-left: -10px;
    font-size: 12px;
    line-height: 1em; }
    header .middle-head .logo a {
      display: inline-block;
      width: 128px; }
    header .middle-head .logo .name {
      display: none; }
  header .middle-head .center {
    display: none; }
  #headerCart {
    display: none; } }

/* ==|====================
   Footer
   ======================= */
body footer .footer-wrapper {
  width: auto !important;
  max-width: 1025px; }

@media only screen and (max-width: 1060px) {
  body footer {
    position: static;
    display: block; }
  body footer .footer-wrapper {
    max-width: 962px;
    height: auto !important;
    padding: 0 15px;
    position: relative;
    padding-bottom: 57px;
    padding-top: 13px; }
  body footer .footer_links {
    display: inline;
    float: none;
    margin: 0; }
    body footer .footer_links a {
      padding: 0;
      margin-bottom: 15px;
      margin-right: 25px;
      font-size: 12px;
      white-space: nowrap; }
  body footer .offer_link {
    display: inline;
    padding: 0;
    margin: 0;
    float: none;
    font-size: 12px; }
  body footer .copyright {
    max-width: 175px;
    position: absolute;
    bottom: 17px;
    left: 15px;
    font-size: 12px;
    line-height: 14px; } }

/* ==|====================
   Main Page
   ======================= */
/* main slider */
.responsive-main-slider-box {
  margin: 0 -15px 20px;
  min-height: 226px;
  font-family: "PT Sans", sans-serif;
  position: relative;
  z-index: 10;
  background-color: #fff; }
  .responsive-main-slider-box:before {
    content: "";
    position: absolute;
    top: -3px;
    height: 3px;
    left: 0;
    right: 0;
    background-color: #fff; }

.responsive-main-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .responsive-main-slider * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .responsive-main-slider .slick-arrow {
    position: absolute;
    top: 172px !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    width: 45px;
    height: 54px;
    z-index: 10;
    cursor: pointer; }
    .responsive-main-slider .slick-arrow:before {
      display: none; }
    .responsive-main-slider .slick-arrow:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 16px;
      background: url("/local/templates/virastaika/images/nav-arrow.svg") no-repeat;
      -webkit-background-size: 10px 16px;
              background-size: 10px 16px;
      top: 19px; }
    .responsive-main-slider .slick-arrow.slick-prev {
      left: 0; }
      .responsive-main-slider .slick-arrow.slick-prev:after {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);
        left: 16px; }
    .responsive-main-slider .slick-arrow.slick-next {
      right: 0; }
      .responsive-main-slider .slick-arrow.slick-next:after {
        left: 19px; }

.resp-main-slider-item {
  display: none;
  text-align: center; }
  .resp-main-slider-item__pic {
    display: block;
    height: 172px;
    padding: 12px;
    background-color: #009fe3; }
    .resp-main-slider-item__pic img {
      display: inline-block !important;
      max-width: 100%;
      max-height: 100%; }
  .resp-main-slider-item__name {
    display: table;
    height: 54px;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    background: #fff100;
    background: -webkit-linear-gradient(top, #fff100 0%, #ffd700 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff100), to(#ffd700));
    background: -o-linear-gradient(top, #fff100 0%, #ffd700 100%);
    background: linear-gradient(to bottom, #fff100 0%, #ffd700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff100', endColorstr='#ffd700',GradientType=0 ); }
    .resp-main-slider-item__name span {
      display: table-cell;
      padding: 10px 45px;
      vertical-align: middle;
      color: #4546b3;
      font-size: 16px;
      font-weight: bold;
      line-height: 1em; }

.slick-initialized .resp-main-slider-item {
  display: block; }

@media only screen and (max-width: 991px) {
  .main-slider {
    display: none; }
  .separator {
    position: relative;
    margin: 10px 0; }
    .separator:before, .separator:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #b7dbe6;
      bottom: 12px; }
    .separator:before {
      left: 0; }
    .separator::after {
      right: 0; }
    .separator.bottom:before, .separator.bottom:after {
      bottom: 8px; }
  .popular-section {
    padding: 0; }
  .popular-section .title, .sale_section .title {
    margin-right: 0;
    margin-bottom: 8px; }
  .popular-section .title.home h1 {
    font-size: 16px;
    line-height: 1em; }
  .popular-section .text {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 17px; }
    .popular-section .text ul {
      padding-left: 15px; }
      .popular-section .text ul > li {
        margin-bottom: 5px; }
  .popular-section .title.home h2, .sale_section .title.home h2 {
    display: block;
    font-size: 16px;
    line-height: 1.2em; }
  .popular-section .columns {
    width: 32%;
    margin: 7px 1px 0; }
  .popular-section .columns .image {
    width: auto; }
  .popular-section .columns .image img {
    max-width: 100%;
    max-height: none; }
  body .catalog_category {
    float: none;
    width: auto;
    margin-bottom: 0;
    margin-top: 15px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    body .catalog_category + br {
      display: none; }
    body .catalog_category * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    body .catalog_category:before, body .catalog_category:after {
      content: " ";
      display: table; }
    body .catalog_category:after {
      clear: both; }
    body .catalog_category > a {
      display: block;
      padding: 0 7px;
      float: left;
      width: 33.333333%;
      margin-bottom: 14px; }
  .category_main {
    width: auto; }
    .category_main .category {
      margin: 0;
      float: none;
      width: auto; }
  body .catalog_category .category span {
    font-size: 18px;
    line-height: 1em; }
  .pager-box-bottom {
    float: none;
    margin-left: 0; }
  body .text-page .news-page {
    float: none;
    margin-top: 5px;
    position: relative; }
  body .text-page .new-main {
    height: auto; }
  body .text-page .news-page .text_detail {
    height: auto; }
  .title .title-left, .title .title-right {
    display: block;
    width: auto; }
  body .text-page .news-page .title h2 {
    font-size: 16px;
    line-height: 1em; }
  body .text-page .new-main .content {
    height: auto;
    width: auto;
    margin: 0; }
  body .text-page .news-page .text {
    font-size: 12px;
    line-height: 15px; }
  .title .title-right {
    margin-top: -15px; }
  .search-news-block {
    margin-left: 0;
    padding: 0; }
  .search-news-block ul li .title, .text-page .news-page a.title {
    font-size: 14px !important;
    line-height: 1em !important; }
  .new-main .search-news-block .image img {
    margin-left: 20px;
    width: 66px;
    height: 66px;
    border-width: 2px; }
  body .text-page .news-page .date {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1em; }
  body .text-page .news-page .slider .slick-next {
    right: 0;
    top: 40px; }
    body .text-page .news-page .slider .slick-next:before {
      display: none; }
    body .text-page .news-page .slider .slick-next:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 10px;
      height: 16px;
      background: url("/local/templates/virastaika/images/nav-arrow.svg") no-repeat;
      -webkit-background-size: 10px 16px;
              background-size: 10px 16px; }
  body .text-page .news-page .slider .slick-prev {
    left: 0;
    top: 40px;
    z-index: 10; }
    body .text-page .news-page .slider .slick-prev:before {
      display: none; }
    body .text-page .news-page .slider .slick-prev:after {
      content: "";
      position: absolute;
      left: 5px;
      top: 0;
      width: 10px;
      height: 16px;
      background: url("/local/templates/virastaika/images/nav-arrow.svg") no-repeat;
      -webkit-background-size: 10px 16px;
              background-size: 10px 16px;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .why-we {
    margin-top: 10px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden; }
    .why-we * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .why-we .wrapper {
    padding-bottom: 0; }
  .why-we h1, .why-we h2 {
    position: static;
    padding-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1em; }
  .why-we .columns {
    width: 50%;
    min-height: 265px;
    margin: 0;
    margin-bottom: 25px;
    padding: 0 10px;
    -webkit-background-size: 120px 120px;
            background-size: 120px 120px;
    background-position: top center; }
  .why-we .columns .title {
    margin-top: 135px;
    font-size: 14px;
    line-height: 1em;
    font-family: "PT Sans", sans-serif; }
  .why-we .columns .text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px; } }

@media only screen and (max-width: 767px) {
  .popular-section .columns {
    width: 48.5%;
    min-height: 0;
    padding-bottom: 10px;
    position: relative; }
  .popular-section .columns .image {
    height: 120px;
    padding: 10px;
    margin: 0; }
  .popular-section .columns .image img {
    max-height: 100%; }
  .popular-section .columns .text {
    height: auto;
    min-height: 42px;
    margin: 0;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 14px; }
  .item-product .in-stock {
    font-size: 12px;
    line-height: 14px; }
  .item-product .not-available {
    font-size: 12px;
    line-height: 14px; }
  .popular-section .columns .price {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1em; }
  .popular-section .columns .item-bonus {
    margin-right: 10px;
    font-size: 11px !important;
    line-height: 1em; }
  .popular-section .columns .cart {
    float: none;
    position: absolute;
    bottom: 28px;
    margin: 0;
    right: 0;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    margin-top: -10px; }
  body .catalog_category {
    margin: 0 -3px; }
  body .catalog_category > a {
    width: 50%;
    margin-bottom: 6px;
    padding: 0 3px; }
  body .catalog_category .category {
    height: 125px; }
  body .catalog_category .category span {
    font-size: 14px; } }

@media only screen and (max-width: 600px) {
  .popular-section .columns {
    width: 47.1%; }
  .why-we {
    padding-bottom: 10px; }
  .why-we .columns {
    width: 100%;
    padding: 0;
    min-height: 0; } }

@media only screen and (max-width: 330px) {
  .popular-section .columns {
    width: 46.8%; } }

/* ==|====================
   Catalog
   ======================= */
.responsive-breadcrumbs {
  margin-top: 15px;
  font-family: "PT Sans", sans-serif;
  font-size: 14px; }
  .responsive-breadcrumbs a {
    display: inline-block;
    padding-left: 14px;
    position: relative;
    color: #878787; }
    .responsive-breadcrumbs a:before {
      content: "";
      position: absolute;
      width: 4px;
      height: 8px;
      background: url("/local/templates/virastaika/images/nav-arrow.svg") no-repeat;
      -webkit-background-size: 4px 8px;
              background-size: 4px 8px;
      left: 0;
      top: 6px;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }
    .responsive-breadcrumbs a:hover {
      color: #00aeee; }
      .responsive-breadcrumbs a:hover:before {
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }

.responsive-internal-nav {
  margin-bottom: 10px;
  margin-top: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "PT Sans", sans-serif; }
  .responsive-internal-nav * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .responsive-internal-nav .current-page-title {
    margin-bottom: 2px; }
    .responsive-internal-nav .current-page-title a {
      display: inline-block;
      padding-right: 32px;
      position: relative;
      font-size: 20px;
      font-weight: bold;
      line-height: 1em;
      color: #4546b3;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .responsive-internal-nav .current-page-title a:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 14px;
        background: url("/local/templates/virastaika/images/nav-arrow.svg") no-repeat;
        -webkit-background-size: 8px 14px;
                background-size: 8px 14px;
        right: 0;
        top: 5px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-filter: grayscale(1);
                filter: grayscale(1); }
      .responsive-internal-nav .current-page-title a:hover {
        color: #11b3ef; }
  .responsive-internal-nav ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    .responsive-internal-nav ul > li {
      position: relative; }
      .responsive-internal-nav ul > li:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: url("/local/templates/virastaika/images/dot-border.png") repeat-x; }
      .responsive-internal-nav ul > li > a {
        display: block;
        padding: 12px 0 16px;
        font-size: 16px;
        color: #4546b3;
        line-height: 1.1em;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        .responsive-internal-nav ul > li > a:hover {
          color: #00aeee; }
      .responsive-internal-nav ul > li:last-child:after {
        display: none; }
      .responsive-internal-nav ul > li.current > a {
        color: #00aeee; }
  .responsive-internal-nav.opened .current-page-title a {
    color: #11b3ef; }
    .responsive-internal-nav.opened .current-page-title a:after {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

.item-list-page .filter .filer-group .separator:before,
.item-list-page .filter .filer-group .separator:after {
  display: none; }   
  
.responsive-filter-title{
    display: none;
}
.item-list-page .show-item{
    position: relative;
}
body .item-list-page .filter{
    position: absolute;
    top: 0;
    left: -200px; 
    display: block;
    height: auto;
}
@media only screen and (max-width: 991px) {
    body .item-list-page .filter{
        position: relative;
        top: auto;
        left: 0; 
    }
    .responsive-filter-title{
        display: block;
    }
.responsive-catalog-filter {
  margin-bottom: 20px; }
  .responsive-catalog-filter .responsive-filter-title {
    margin-bottom: 0;
    font-family: "PT Sans", sans-serif; }
    .responsive-catalog-filter .responsive-filter-title a {
        display: inline-block;
        padding-right: 32px;
        position: relative;
        font-size: 16px;
        line-height: 1em;
        color: #000;
        background: url(/images/filter.png) 7% 50% no-repeat;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        padding: 10px 35px 12px 33px;
        border: 2px solid #11b3ef;
        border-radius: 6px;
        position: relative;
        top: 3px;
    }
      .responsive-catalog-filter .responsive-filter-title a:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 14px;
        background: url("/local/templates/virastaika/images/nav-arrow.svg") no-repeat;
        -webkit-background-size: 8px 14px;
                background-size: 8px 14px;
        right: 10px;
        top: 12px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-filter: grayscale(1);
                filter: grayscale(1); 
      }
      .responsive-catalog-filter .responsive-filter-title a:hover {
        color: #11b3ef; }
  body .responsive-catalog-filter .filter {
    display: none;
    width: auto;
    margin: 0 -15px;
    border-top: 2px solid #11b3ef;
    overflow: hidden;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding-top: 0;
    padding-bottom: 10px; }
    body .responsive-catalog-filter .filter .filer-group {
      width: auto;
      margin: 0;
      padding: 15px 15px; }
      body .responsive-catalog-filter .filter .filer-group .group-title {
        font-size: 13px;
        line-height: 1.1em; }
      body .responsive-catalog-filter .filter .filer-group.age input[type="text"] {
        width: -webkit-calc(50% - 21px);
        width: calc(50% - 21px); }
    body .responsive-catalog-filter .filter label {
      width: 38%;
      display: inline-block;
      vertical-align: top;
      font-size: 12px; }
      body .responsive-catalog-filter .filter label + br {
        display: none; }
    body .responsive-catalog-filter .filter input[type="submit"] {
      display: block;
      width: 90%;
      margin: 23px auto 20px;
      text-align: center; }
   body .responsive-catalog-filter .filter .ui-slider-horizontal {
      width: 100%; }
    body .responsive-catalog-filter .filter .floatButton {
      display: none !important; }
  .responsive-catalog-filter.opened .responsive-filter-title a {
    color: #11b3ef;
    border: 2px solid;
    border-radius: 6px 6px 0 0;
    border-bottom: none;
    position: relative;
    top: 2px;
    z-index: 2;
    background-color: #fff;
  }
    .responsive-catalog-filter.opened .responsive-filter-title a:after {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .breadcrumbs {
    display: none; }
  .breadcrumbs_bottom {
    display: none; }
  .item-list-page .left-column {
    display: none; }
  body .catalog_category .title h1 {
    display: none;
    margin-left: 0; }
  body .catalog_category .category {
    margin: 0;
    width: auto;
    float: none; }
  .description-text {
    margin: 0;
    padding-bottom: 30px;
    font-size: 12px;
    line-height: 15px; }
  .description-text h2 {
    font-size: 16px;
    line-height: 20px; }
  .description-text ul {
    padding-left: 15px; }
    .description-text ul > li {
      margin-bottom: 5px; }
  body .spoiler > input + label {
    margin-left: 0;
    margin-right: 0; }
  body .spoiler > input + label .spoiler-btn {
    margin-right: 0; }
  #footwearSizes {
    margin: 10px 0;
    width: 100%; }
  body .item-list-page .show-item {
    width: auto;
    float: none;
    padding: 0; }
  body .item-list-page .show-item .sort-item {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-border-radius: 0;
            border-radius: 0;
    margin-bottom: 10px; }
  body .item-list-page .show-item .sort-item .label_sort {
    margin-left: 30px; }
  body .item-list-page .show-item .pager-box-bottom {
    float: none;
    margin-bottom: 50px; }
  body .item-list-page .show-item .columns {
    width: 32%;
    margin: 7px 1px 0; }
  body .item-list-page .show-item .columns .image {
    width: auto; }
  body .item-list-page .show-item .columns .image img {
    max-width: 100%;
    max-height: none; }
  body .item-list-page .show-item h1 {
    margin-left: 0;
    font-size: 20px;
    line-height: 1.1em; }
  body .item-list-page .show-item .availability-hint {
    margin-left: 0;
    font-size: 12px;
    line-height: 14px;
    font-family: "PT Sans", sans-serif; }
    body .item-list-page .show-item .availability-hint p {
      font-size: 12px;
      line-height: 14px; }
  .products-description-text {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 30px; }
    .products-description-text h2 {
      font-size: 20px;
      line-height: 1.1em; }
    .products-description-text ul, .products-description-text ol {
      padding-left: 15px; }
      .products-description-text ul > li, .products-description-text ol > li {
        margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  body .item-list-page .show-item .sort-item label[for="instock"] {
    display: block; }
  body .item-list-page .show-item .sort-item .label_sort {
    margin-left: 10px; }
  body .item-list-page .show-item .pager-box {
    float: none;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px; }
  body .item-list-page .show-item .pager-box-bottom {
    float: none;
    margin-bottom: 30px; }
  body .item-list-page .show-item .columns {
    width: 48.5%;
    min-height: 0;
    padding-bottom: 10px;
    position: relative; }
  body .item-list-page .show-item .columns .image {
    height: 120px;
    padding: 10px;
    margin: 0; }
  body .item-list-page .show-item .columns .image img {
    max-height: 100%; }
  body .item-list-page .show-item .columns .text {
    height: auto;
    min-height: 42px;
    margin: 0;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 14px; }
  body .item-list-page .show-item .columns .price {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1em; }
  body .item-list-page .show-item .columns .item-bonus {
    font-size: 11px !important;
    line-height: 1em; 
    width: 270px;
  }
  body .item-list-page .show-item .columns .cart {
    float: none;
    position: absolute;
    bottom: 28px;
    margin: 0;
    right: 0;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    margin-top: -10px; } }

@media only screen and (max-width: 600px) {
  body .item-list-page .show-item .columns {
    width: 47.1%; }
  body .item-list-page .show-item .columns .text {
    max-height: 44px;
    overflow: hidden; } 
body .item-list-page .show-item .columns .item-bonus {
     width: 200px;
}
}

@media only screen and (max-width: 510px) {
    #deliveryPayment tr td{
        padding: 5px 2px 5px 2px;    
    } 
}
@media only screen and (max-width: 330px) {
    #deliveryPayment{
        margin-left: -14px;    
    }
    #deliveryPayment tr td{
        padding: 5px 0 5px 0;    
    } 
  body .item-list-page .show-item .columns {
    width: 46.8%; } }

/* ==|====================
   Card
   ======================= */
@media only screen and (max-width: 991px) {
  .item-short-info {
    padding: 0 !important; }
  .item-short-info h1 {
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 24px; }
  .item-short-info .image-section {
    float: none;
    width: auto;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto; }
  .item-short-info .info-section {
    float: none;
    width: auto;
    margin-top: 15px;
    position: relative; }
    .item-short-info .info-section:before {
      content: "";
      position: absolute;
      top: -10px;
      left: 0;
      right: 0;
      height: 3px;
      background: url("/local/templates/virastaika/images/small-blue-dot.png") repeat-x; }
  .item-short-info .info-section .add-to-cart {
    display: none; }
  .item-short-info .info-section .price {
    padding-top: 4px;
    font-size: 30px;
    line-height: 1em;
    color: #4546b3; }
    .item-short-info .info-section .price .old-price {
      display: block;
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 1.1em;
      font-weight: normal;
      color: #999; }
  .info-section .not-available,
  .info-section .in-stock {
    position: absolute;
    left: 50%;
    top: 4px;
    font-size: 14px;
    line-height: 1.1em; }
  .info-section .bonus {
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 30px;
    width: 145px;
    left: 50%;
    margin-top: 0;
    top: 28px;
    font-size: 12px;
    line-height: 15px;
    font-family: "PT Sans", sans-serif; }
    .info-section .bonus .quest-helper {
      position: absolute;
      right: 0;
      top: 6px;
      width: 22px;
      height: 22px;
      -webkit-background-size: contain;
              background-size: contain; }
    .info-section .bonus .quest-helper-popup {
      left: auto;
      right: 11px;
      top: 11px;
      padding: 5px;
      font-size: 12px;
      line-height: 1.1em; }
      .info-section .bonus .quest-helper-popup:before {
        display: none; }
  .item-short-info .info-section .offers {
    margin-top: 0;
    padding: 15px 0 5px; }
    .item-short-info .info-section .offers li {
      display: inline-block;
      vertical-align: top;
      margin: 0 7px 7px 0; }
  .item-short-info .info-section .selectArea {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 145px !important;
    overflow: visible !important; }
    .item-short-info .info-section .selectArea:before {
      content: "Выберите размер:";
      width: 120px;
      left: -147px;
      top: 8px;
      font-family: "PT Sans", sans-serif;
      font-weight: bold;
      font-size: 14px;
      line-height: 1em;
      position: absolute; }
  .item-short-info .info-section .short-block {
    padding-top: 14px;
    font-size: 14px;
    line-height: 20px; }
  .item-short-info .info-section .short-block LI .label {
    font-size: 14px;
    line-height: 20px; }
  .responsive-add-to-cart {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
    padding-top: 18px; }
    .responsive-add-to-cart:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: url("/local/templates/virastaika/images/small-blue-dot.png") repeat-x; }
    .responsive-add-to-cart .add-to-cart {
      display: block !important;
      height: 44px;
      padding: 11px 15px !important;
      -webkit-border-radius: 10px !important;
              border-radius: 10px !important;
      font-size: 18px !important;
      line-height: 1em !important;
      float: none !important;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .responsive-add-to-cart .add-to-cart:hover {
        opacity: 0.8; }
  .item-info .info {
    width: auto;
    float: none; }
  .item-info .info .item-title {
    font-size: 16px;
    line-height: 1.1em; }
  .item-short-info .info-section .recive-order {
    margin-top: 15px;
    padding-top: 25px;
    padding-bottom: 5px; }
  .item-short-info .info-section .recive-order .title {
    font-size: 16px;
    line-height: 1.1em; }
  .item-short-info .info-section .recive-order .order-layer {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    -webkit-border-radius: 0;
            border-radius: 0;
    margin-top: 17px;
    font-family: "PT Sans", sans-serif; }
  .item-short-info .info-section .recive-order .order-layer .item {
    font-size: 14px;
    line-height: 20px; }
  .item-short-info .info-section .recive-order .order-layer .item.delivery-info {
    font-size: 14px;
    line-height: 20px; }
  .item-short-info .info-section .recive-order .socials {
    margin-top: 25px;
    text-align: center; }
    .item-short-info .info-section .recive-order .socials .pluso {
      display: block !important;
      width: 100%;
      padding: 0 !important; }
    .item-short-info .info-section .recive-order .socials .pluso-wrap {
      display: block;
      text-align: center; }
      .item-short-info .info-section .recive-order .socials .pluso-wrap a {
        margin: 0 4%; }
    .item-short-info .info-section .recive-order .socials .pluso-more {
      display: none; }
  .item-info .description {
    font-size: 14px;
    line-height: 20px; }
  .item-info .characteristics {
    margin-top: 10px !important;
    font-size: 14px;
    line-height: 20px; }
  .reviews {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin-top: 24px; }
    .reviews * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .reviews .feedback-form input {
    display: block;
    width: 100%;
    margin-left: 0 !important; }
  .reviews .feedback-form .title {
    margin-bottom: 67px;
    font-size: 16px;
    line-height: 1.1em; }
  .reviews .feedback-form .header {
    display: block;
    width: 100%; }
  .reviews .feedback-form textarea {
    display: block;
    width: 100%;
    height: 65px !important;
    line-height: 1.1em; }
  .reviews .feedback-form .rating {
    position: absolute;
    padding-left: 62px;
    left: 0;
    top: 42px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    .reviews .feedback-form .rating * {
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .reviews .feedback-form .rating:before {
      content: "Оценка:";
      width: 60px;
      position: absolute;
      left: 0;
      top: 4px;
      font-size: 14px;
      font-weight: bold;
      font-family: "PT Sans", sans-serif;
      color: #4546b3; }
  .reviews .feedback-form span {
    display: none; }
  .reviews .feedback-form input[type="submit"] {
    margin-top: 23px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    height: 44px;
    padding: 7px 10px 11px;
    font-size: 18px; }
  .interesting-block {
    margin-top: 60px;
    padding-bottom: 30px; }
  .interesting-block .head {
    font-size: 16px;
    line-height: 1.1em; }
    .interesting-block .head span {
      margin-top: 20px;
      font-size: 16px;
      line-height: 1.1em; }
  .interesting-block .columns {
    width: 32%;
    margin: 7px 1px 0; }
  .interesting-block .columns .image {
    width: auto; }
  .interesting-block .columns .image img {
    max-width: 100%;
    max-height: none; } }

@media only screen and (max-width: 767px) {
  .item-short-info .image-section {
    max-width: 290px; }
  .item-short-info .image-section #slideshow-1 {
    width: 290px;
    height: 290px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .item-short-info .image-section #slideshow-1 #cycle-1 {
    width: 100%;
    height: 100%;
    min-height: 0;
    min-width: 0; }
    .item-short-info .image-section #slideshow-1 #cycle-1 a {
      width: 100%;
      height: 100%; }
  .item-short-info .image-section #cycle-2 {
    height: 80px;
    margin-top: 5px; }
  .item-short-info .image-section #cycle-2 .wrap {
    width: 68px !important;
    height: 68px !important;
    margin-right: 6px;
    border: 2px solid #bfdfe9;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .item-short-info .active {
    width: 68px;
    height: 68px;
    right: 148px;
    border: 2px solid #ffd500;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 6px; }
  .item-short-info .cycle-prev,
  .item-short-info .cycle-next {
    width: 68px;
    height: 68px;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 6px;
    background: url("/local/templates/virastaika/images/card-slider-resp-arrows.png") no-repeat rgba(255, 255, 255, 0.85);
    background-position: left; }
  .item-short-info .cycle-next {
    width: 141px;
    background: transparent; }
    .item-short-info .cycle-next:after {
      content: "";
      position: absolute;
      right: -2px;
      top: -2px;
      height: 68px;
      width: 68px;
      background: url("/local/templates/virastaika/images/card-slider-resp-arrows.png") no-repeat rgba(255, 255, 255, 0.85);
      background-position: right; }
  .interesting-block .columns {
    width: 48.5%;
    min-height: 0;
    padding-bottom: 10px;
    position: relative; }
  .interesting-block .columns .image {
    height: 120px;
    padding: 10px;
    margin: 0; }
  .interesting-block .columns .image img {
    max-height: 100%; }
  .interesting-block .columns .text {
    height: auto;
    min-height: 42px;
    margin: 0;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 14px; }
    .interesting-block .columns .text a{
        text-decoration: none;
    }
  .interesting-block .columns .price {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1em; }
  .interesting-block .columns .item-bonus {
    font-size: 11px !important;
    line-height: 1em; }
  .interesting-block .columns .cart {
    float: none;
    position: absolute;
    bottom: 20px;
    margin: 0;
    right: 0;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    margin-top: -10px; } }

@media only screen and (max-width: 600px) {
  .interesting-block .columns {
    width: 47.1%; }
  .interesting-block .columns .text {
    max-height: 44px;
    overflow: hidden; } }

@media only screen and (max-width: 400px) {
  .item-short-info .info-section .price {
    font-size: 24px;
    padding-top: 8px; } }

@media only screen and (max-width: 330px) {
  .interesting-block .columns {
    width: 46.8%; } }

/* ==|====================
   Cart
   ======================= */
@media only screen and (max-width: 991px) {
  .cart {
    position: relative; }
    .cart #warning_message {
      padding-top: 8px; }
  .cart h1 {
    margin-top: 18px;
    margin-bottom: 120px;
    font-size: 20px;
    line-height: 1.1em; }
  .full-cart-count-freeDel {
    display: block;
    position: absolute;
    top: 80px;
    left: 0; }
  .full-cart-count-freeDel .cart-count-freeDel-shell {
    top: 0;
    left: 15px;
    right: 15px;
    width: auto;
    padding: 8px 20px;
    background-color: #fff; }
    .full-cart-count-freeDel .cart-count-freeDel-shell.cart-count-freeDel-shell-full {
      margin-top: 35px; }
    .full-cart-count-freeDel .cart-count-freeDel-shell:before {
      display: none; }
  .full-cart-count-freeDel .cart-count-freeDel-desc {
    font-size: 14px !important;
    line-height: 1em; }
  .cart-count-freeDel-desc .cart-count-freeDel-desc__element {
    margin-left: 15px; }
  .cart .continue-shopping {
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    width: auto;
    float: none;
    top: 113px;
    text-align: center; }
  .cart .show-order .item-order-list .item-order-list-head {
    display: none; }
  .cart .show-order .item-order {
    position: relative;
    min-height: 115px;
    padding-left: 100px;
    padding-bottom: 30px;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden; }
  .cart .show-order .item-order-list .item-order .image {
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
    top: 0;
    width: 84px;
    height: 84px;
    -webkit-background-size: contain;
            background-size: contain;
    background-color: #fff;
    overflow: hidden;
    background-position: center; }
  .cart .show-order .item-order-list UL LI {
    padding-bottom: 25px;
    margin-top: 25px; }
  .cart .show-order .item-order-list UL LI .info {
    display: block;
    position: relative;
    top: -1px;
    width: auto !important;
    max-width: 300px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 17px; }
  .cart .show-order .item-order-list .item-order .amount {
    display: block;
    width: 97px;
    position: absolute;
    right: 0;
    bottom: 30px; }
  .cart .show-order .item-order-list .item-order .delete-wrap {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: auto; }
  .cart .show-order .item-order-list .item-order .count-per-peace {
    position: relative;
    margin-top: 23px;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    line-height: 1.1em;
    white-space: nowrap; }
    .cart .show-order .item-order-list .item-order .count-per-peace span.old-price {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 12px;
      line-height: 1.1em;
      font-weight: normal;
      color: #999;
      white-space: nowrap; }
  .cart .show-order .item-order-list .item-order .price {
    position: absolute;
    width: 250px;
    padding-left: 99px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 1.1em; }
    .cart .show-order .item-order-list .item-order .price:before {
      content: "Стоимость:";
      position: absolute;
      left: 7px;
      bottom: 0;
      color: #bfdfe9;
      font-size: 16px; }
  .cart .show-order .item-order-list .result-block {
    padding-top: 15px; }
  .cart .show-order .item-order-list .result-block label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.1em; }
  .cart .show-order .item-order-list .result-block #coupon {
    margin-left: 0; }
  .cart .show-order .item-order-list .result-block .result {
    display: block !important;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    line-height: 1em;
    margin-top: 20px !important; }
    .cart .show-order .item-order-list .result-block .result span:before {
      content: "Товаров на сумму:";
      margin-right: 15px;
      font-size: 14px; }
  .cart .show-order .item-order-list .result-block .result, .cart .show-order .item-order-list .result-block .labels {
    display: none;
    float: none;
    margin: 0;
    text-align: center; }
  .cart #map {
    width: auto;
    float: none; }
  .cart .checkout-block {
    margin-bottom: 30px; }
  .cart .checkout-block .title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.1em; }
  .cart .checkout-block .autorization {
    display: block !important;
    width: 100%;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important; }
  .cart .select-delevery-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.1em; }
  .cart .select-delevery-type {
    margin-top: 0; }
  .cart .select-delevery-type > a {
    float: none !important;
    display: block !important;
    padding: 10px 15px !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px !important;
    border: 2px solid #bfdfe9 !important;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.2em;
    -webkit-border-radius: 10px !important;
            border-radius: 10px !important; }
    .cart .select-delevery-type > a.active {
      border-color: #4546b3 !important; }
  .cart .select-delevery-type .content-develery {
    height: auto !important;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 35px 15px 25px;
    overflow: hidden;
    background-color: #fff; }
    .cart .select-delevery-type .content-develery:before, .cart .select-delevery-type .content-develery:after {
      content: " ";
      display: table; }
    .cart .select-delevery-type .content-develery:after {
      clear: both; }
    .cart .select-delevery-type .content-develery.home {
      padding-bottom: 50px; }
      .cart .select-delevery-type .content-develery.home .labels {
        margin: 0;
        width: 50%; }
        .cart .select-delevery-type .content-develery.home .labels span {
          max-width: 150px; }
      .cart .select-delevery-type .content-develery.home .delivery-fields {
        margin: 0;
        width: 50%; }
    .cart .select-delevery-type .content-develery.regions .labels {
      margin: 0;
      width: 50%; }
      .cart .select-delevery-type .content-develery.regions .labels span {
        max-width: 150px; }
    .cart .select-delevery-type .content-develery.regions .delivery-fields {
      margin: 0;
      width: 50%; }
  .cart .select-delevery-type .delivery-fields select {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cart .select-delevery-type .delivery-fields input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cart .select-delevery-type .delivery-fields textarea {
    width: 100%;
    line-height: 1.2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cart .select-delevery-type .delivery-fields .datatime {
    width: 100% !important;
    margin: 5px 0; }
  .cart .select-delevery-type .result-price {
    position: absolute;
    right: 20px;
    bottom: 10px; }
    .cart .select-delevery-type .result-price pre {
      margin: 0; }
  .cart .select-delevery-type .market .adress-list {
    float: none;
    width: auto;
    margin-bottom: 20px; }
  .cart .select-delevery-type .market .date-shipment {
    font-family: "PT Sans", sans-serif;
    line-height: 14px; }
  .cart .client-contact .title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.1em; }
  .cart .client-contact .label-to-client-contact {
    
    width: 50%;
    margin: 0;
    margin-top: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cart .client-contact .label-to-client-contact span {
    width: 100% !important;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.1em; }
  .cart .client-contact .contact-data {
    
    width: 50%;
    margin: 0; }
  .cart .client-contact .contact-data input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .responsive-client-contacts {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .responsive-client-contacts * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .responsive-client-contacts .input-box {
      margin-bottom: 10px; }
      .responsive-client-contacts .input-box input {
        width: 100%;
        height: 34px;
        border: 1px solid #4546b3;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        padding: 0 11px;
        font-family: "PT Sans", sans-serif;
        font-size: 14px;
        color: #111; }
    .responsive-client-contacts .checkbox-label {
      display: block;
      min-height: 20px;
      padding-left: 30px;
      position: relative;
      margin-top: 10px;
      font-family: "PT Sans", sans-serif;
      font-size: 12px;
      line-height: 14px;
      color: #4546b3;
      cursor: pointer; }
      .responsive-client-contacts .checkbox-label span {
        display: inline-block;
        padding-top: 3px; }
      .responsive-client-contacts .checkbox-label a {
        text-decoration: underline; }
      .responsive-client-contacts .checkbox-label input[type="checkbox"] {
        display: none; }
        .responsive-client-contacts .checkbox-label input[type="checkbox"] + i {
          position: absolute;
          left: 0;
          top: 0;
          width: 20px;
          height: 20px;
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          border: 1px solid #4546b3;
          overflow: hidden; }
        .responsive-client-contacts .checkbox-label input[type="checkbox"]:checked + i:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 20px;
          height: 20px;
          background: url("/local/templates/virastaika/images/checkbox-icon.png") no-repeat;
          -webkit-background-size: contain;
                  background-size: contain; }
      .responsive-client-contacts .checkbox-label:first-of-type {
        margin-top: 17px; }
  .cart .pay-type {
    padding-top: 25px; }
  .cart .pay-type .title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.1em; }
  .cart .pay-type .item {
    display: block;
    margin: 0;
    margin-bottom: 18px; }
  .cart .pay-type label {
    margin-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.1em; }
    .cart .pay-type label:before {
      position: relative;
      top: 2px; }
    .cart .pay-type label br {
      display: none; }
  .cart .order-info {
    margin-top: -15px; }
  .cart .order-info .title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.1em; }
  .cart .order-info .order-main {
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 10px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cart .order-info .order-main .in-section {
    float: none;
    width: 100%;
    height: auto;
    background: transparent;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .cart .order-info .order-main .in-section table {
    width: 100%;
    border: none;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    border-spacing: 0; }
    .cart .order-info .order-main .in-section table .label {
      min-width: 0; }
  .cart .order-info .order-main .in-section table tr td {
    border: none;
    padding: 7px 0;
    vertical-align: top; }
    .cart .order-info .order-main .in-section table tr td:first-child {
      width: 130px; }
    .cart .order-info .order-main .in-section table tr td:last-child {
      padding-left: 10px; }
  .cart .order-info .order-main .in-section table .count {
    min-width: 0;
    text-align: left;
    font-size: 14px; }
  .cart .order-info .order-main .in-section table .total {
    font-size: 18px;
    padding-top: 15px; }
  .cart .order-info .order-main .in-section INPUT[type="submit"] {
    display: block;
    height: 44px;
    padding: 10px 15px !important;
    font-size: 18px !important;
    line-height: 1em;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cart .checkout-block .checkout-operator, .cart .order-info .checkout-operator {
    display: block;
    padding: 14px 15px !important;
    min-height: 44px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-size: 14px !important;
    line-height: 1em !important; }
  .cart .order-info .order-main .in-section .hint {
    margin: 12px 0;
    font-size: 12px;
    line-height: 14px;
    color: #939393; } }

@media only screen and (max-width: 500px) {
    body .item-list-page .show-item .columns .item-bonus {
         width: 130px;
    }
  .cart .show-order .item-order-list .result-block #coupon {
    display: block;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; }
  .cart .show-order .item-order-list .result-block [name="submit_discount"] {
    display: block;
    margin: 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    font-family: "PT Sans", sans-serif !important; }
  .login-popup {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: -180px;
    left: 0;
    right: 0;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .login-popup .login-head {
    margin-left: 0;
    margin-bottom: 20px; }
  .login-popup form {
    margin: 0; }
  .login-popup .login-head span {
    display: block;
    line-height: 1.1em;
    margin-right: 0; }
  .login-popup FORM input[type="email"], .login-popup FORM input[type="password"] {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 35px; }
  .login-popup .social {
    left: 50%;
    width: 170px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 230px; }
  .login-popup FORM input[type="submit"] {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .login-popup FORM label {
    margin-left: 0; }
  .login-popup .recovery-pass {
    right: 20px;
    top: 190px; }
  .call-popup {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: -220px;
    left: 0;
    right: 0;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .call-popup .head {
      display: block;
      line-height: 1.1em;
      margin: 0;
      margin-bottom: 15px;
      text-align: center; }
    .call-popup form {
      margin: 0; }
      .call-popup form label {
        display: block;
        margin-bottom: 10px; }
      .call-popup form input[type="submit"] {
        display: block;
        height: 45px;
        width: 100%;
        padding: 0 !important;
        text-align: center;
        background-image: none !important; }
      .call-popup form input[type="text"] {
        display: block;
        width: 100% !important;
        margin: 0;
        margin-bottom: 10px; }
        .call-popup form input[type="text"] + br {
          display: none; } }

@media only screen and (max-width: 330px) {
  .cart .checkout-block .checkout-operator, .cart .order-info .checkout-operator {
    padding: 7px 15px 5px 53px !important;
    text-align: left; } }

/* ==|====================
   Text Page
   ======================= */
@media only screen and (max-width: 1100px) {
  .shop-list #adres-list {
    font-size: 14px; } }

@media only screen and (max-width: 991px) {
  body .text-page {
    min-height: -webkit-calc(100vh - 270px);
    min-height: calc(100vh - 270px);
    padding-bottom: 30px; }
    body .text-page .title {
      font-family: "PT Sans", sans-serif; }
      body .text-page .title h1 {
        font-size: 20px;
        line-height: 1em;
        font-family: "PT Sans", sans-serif; }
  body .text-page .news-page .text h2 {
    line-height: 1.1em; }
  body .text-page .news-page .text ul {
    padding-left: 15px; }
  body .text-page .left-column {
    display: none; }
  body .text-page .news-page {
    width: auto;
    margin: 0; }
  .shop-list .contacts {
    float: none;
    width: auto;
    padding: 0;
    margin: 0; }
  .shop-list .contacts .page-title {
    font-size: 20px;
    line-height: 1em;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 20px; }
    .shop-list .contacts .page-title h1 {
      font-size: 20px;
      line-height: 1em;
      margin: 0; }
  .shop-list #adres-list {
    font-size: 12px;
    display: block;
    width: auto; }
    .shop-list #adres-list tbody {
      display: block; }
    .shop-list #adres-list tr {
      display: block;
      padding: 10px 0; }
      .shop-list #adres-list tr td {
        padding: 5px 0;
        display: block;
        margin: 0;
        white-space: normal; }
  .shop-list .contacts #map {
    width: auto;
    height: 300px; }
  .shop-section .shop-section-item {
    width: auto;
    height: auto; }
    .shop-section .shop-section-item a.fancybox {
      display: block; }
      .shop-section .shop-section-item a.fancybox img {
        display: block; }
  .contact-page .page-sep {
    margin-top: 0;
    background-position: top center; }
  .contact-page .contacts .feedback {
    width: auto;
    padding: 30px 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .contact-page .contacts .feedback * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .contact-page .contacts .feedback .title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1em; }
  .contact-page .contacts .feedback input[type="text"] {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 10px;
    font-family: "PT Sans", sans-serif; }
  .contact-page .contacts .feedback textarea {
    display: block;
    width: 100%;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    padding: 5px 10px;
    line-height: 1.2em; }
  .contact-page .contacts .feedback .hint {
    display: block;
    bottom: 120px; }
  .contact-page .contacts .feedback input[type="submit"] {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 8px 20px;
    text-align: center; }
  .search-news-block ul li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding-bottom: 30px; }
  .search-news-block ul li .image, .search-news-block .image img {
    margin-right: 10px; }
  .search-news-block ul li .content, .text-page .news-page .content {
    width: auto;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-family: "PT Sans", sans-serif; }
  .search-news-block ul li .anounce {
    font-size: 14px;
    line-height: 16px;
    font-family: "PT Sans", sans-serif; }
  .search-news-block .pager-box-bottom {
    float: none;
    margin-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    .search-news-block .pager-box-bottom * {
      -webkit-box-sizing: inherit;
              box-sizing: inherit; }
  body .text-page .news-page .date {
    margin-bottom: 5px; }
  .contact-page .left-column {
    display: none; }
  .contact-page .contacts {
    float: none;
    width: auto;
    padding: 0; }
  .contact-page .contacts .adress {
    font-size: 12px;
    line-height: 15px; }
  .contact-page .contacts .page-title h1 {
    font-size: 20px;
    line-height: 1.1em; }
  .contact-page .contacts #map {
    width: auto;
    height: 300px; }
  .contact-page .page-sep {
    margin-top: 20px; } }

/* ==|====================
   Personal
   ======================= */
@media only screen and (max-width: 991px) {
  .login-page {
    margin-top: 20px;
    width: auto;
    max-width: 490px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 20px; }
    .login-page * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .login-page .login-head {
    margin: 0;
    margin-bottom: 20px; }
  .login-page .login-head span {
    margin-right: 20px; }
  .login-page form {
    margin: 0; }
  .login-page FORM input[type="email"], .login-page FORM input[type="password"] {
    display: block;
    margin-bottom: 0;
    width: 100%; }
  .login-page .social {
    left: 50%;
    width: 170px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .login-page FORM input[type="submit"] {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
  .regisrtation-page h1 {
    font-size: 20px;
    line-height: 1.1em; }
  .regisrtation-page .kenguru {
    display: none; } }

@media only screen and (max-width: 600px) {
  .regisrtation-page .register-block {
    width: 100%;
    padding: 10px 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .regisrtation-page .register-block * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .regisrtation-page .form_agree {
    margin: 0 !important; }
  .regisrtation-page .register-block FORM input[type="text"], .regisrtation-page .register-block FORM input[type="password"], .regisrtation-page .register-block FORM input[type="email"] {
    width: 100%;
    margin: 0 0 20px; }
  .regisrtation-page .register-block FORM input[type="submit"] {
    display: block;
    width: 100%;
    margin: 30px 0 0;
    padding: 10px;
    text-align: center; } }

/*
     */
/*
*/