@charset "UTF-8";
.row-mini0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-mini0 > [class*="col-"],
.row-mini0 > [class*="col15-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.row-mini {
  margin-left: -6px;
  margin-right: -6px;
}

.row-mini > [class*="col-"],
.row-mini > [class*="col15-"] {
  padding-left: 6px;
  padding-right: 6px;
}

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

.row-mini10 > [class*="col-"],
.row-mini10 > [class*="col15-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.flex-vertical-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Large screen */
@media only screen and (max-width: 1379px) {
  .index-slider .index-slider-wrapper {
    height: 360px !important;
  }
  .index-slider .owl-carousel .item .item-wrapper {
    height: 360px !important;
  }
  .index-slider .owl-carousel .item .text-container .title {
    font-size: 28px;
  }
  .index-slider .owl-carousel .item.left .text-container {
    margin-top: 30px;
  }
  .index-slider .owl-carousel .item.right .text-container {
    margin-top: 30px;
  }
  .index-slider .owl-carousel .item .table .table-cell .text-container .title {
    font-size: 38px;
  }
  .index-slider .owl-carousel .item .table .table-cell .text-container .text {
    font-size: 16px;
  }
  .fullwidth-slider {
    height: 450px !important;
  }
  .fullwidth-slider .owl-carousel .item .item-wrapper {
    height: 450px !important;
  }
  .fullwidth-slider .owl-carousel .item .text-container .title {
    font-size: 28px;
  }
  .fullwidth-slider .owl-carousel .item.left .text-container {
    margin-top: 30px;
  }
  .fullwidth-slider .owl-carousel .item.right .text-container {
    margin-top: 30px;
  }
  .fullwidth-slider .owl-carousel .item .table .table-cell .text-container .title {
    font-size: 38px;
  }
  .fullwidth-slider .owl-carousel .item .table .table-cell .text-container .text {
    font-size: 16px;
  }
  .basic-slider .owl-carousel .item .name {
    font-size: 22px;
  }
  .basic-slider .owl-carousel .item .text {
    margin-top: 15px;
  }
  .basic-slider .owl-carousel .item .button {
    margin-top: 15px;
  }
  .reviews-slider .owl-carousel .item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .reviews-slider .owl-carousel .owl-nav [class*=owl-].owl-prev {
    left: -24px;
  }
  .reviews-slider .owl-carousel .owl-nav [class*=owl-].owl-next {
    right: -24px;
  }
  .vertical-menu {
    font-size: 14px;
  }
}

/* /Large screen */
/**/
/**/
/* Medium screen */
@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 28px;
  }
  h1:before, .h1:before {
    width: 150px;
    margin-left: -75px;
  }
  h2, .h2 {
    font-size: 20px;
  }
  .block-margin-bottom {
    margin-bottom: 30px !important;
  }
  .block-margin-bottom-small {
    margin-bottom: 15px !important;
  }
  .block-margin-bottom-row {
    margin-bottom: 0 !important;
  }
  .block-margin-bottom-disabled {
    margin-bottom: 0 !important;
  }
  .block-padding {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .block-padding-row {
    padding-top: 40px !important;
    padding-bottom: 10px !important;
  }
  .block-padding-disabled {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .menu-top:not(.mm-menu) ul.level1 > li > a {
    font-size: 16px;
    padding: 13px 20px;
  }
  .table-responsive {
    position: relative;
    overflow: hidden;
  }
  .table-responsive .table-responsive-arrow {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    background: url("../img/arrow.svg") center no-repeat;
    -webkit-transition: left .5s ease-in-out, right .5s ease-in-out;
    -o-transition: left .5s ease-in-out, right .5s ease-in-out;
    transition: left .5s ease-in-out, right .5s ease-in-out;
  }
  .table-responsive .table-responsive-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  }
  .table-responsive .table-responsive-arrow.left {
    left: -100%;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .table-responsive .table-responsive-arrow.left:before {
    right: 0;
  }
  .table-responsive .table-responsive-arrow.right {
    right: -100%;
  }
  .table-responsive .table-responsive-arrow.right:before {
    right: 0;
  }
  .table-responsive.table-responsive-arrow-left-on .table-responsive-arrow.left {
    left: 0;
    -webkit-transition: left .5s ease-in-out;
    -o-transition: left .5s ease-in-out;
    transition: left .5s ease-in-out;
  }
  .table-responsive.table-responsive-arrow-right-on .table-responsive-arrow.right {
    right: 0;
    -webkit-transition: right .5s ease-in-out;
    -o-transition: right .5s ease-in-out;
    transition: right .5s ease-in-out;
  }
  .form-in-page .form-container .form-group,
  .form-fullpage-columns .form-container .form-group {
    margin-bottom: 15px;
  }
  .form-in-page .button-container,
  .form-fullpage-columns .button-container {
    text-align: center;
  }
  .form-in-page .button-container .button,
  .form-fullpage-columns .button-container .button {
    display: inline-block;
  }
  .menu-top:not(.mm-menu) ul.level1 > li {
    font-size: 14px;
  }
  .text-block-two-columns .text-container,
  .text-block-three-columns .text-container {
    margin-bottom: 15px;
  }
  .index-slider .index-slider-wrapper {
    height: 300px !important;
  }
  .index-slider .owl-carousel .item .item-wrapper {
    height: 300px !important;
  }
  .index-slider .owl-carousel .item .text-container .title {
    font-size: 26px;
  }
  .index-slider .owl-carousel .item .text-container .text {
    margin-top: 15px;
    font-size: 14px;
  }
  .index-slider .owl-carousel .item .text-container .button {
    margin-top: 15px;
  }
  .index-slider .owl-carousel .item.left .text-container {
    margin-top: 20px;
  }
  .index-slider .owl-carousel .item.right .text-container {
    margin-top: 20px;
  }
  .index-slider .owl-carousel .item.text-container-bg-enable .text-container {
    padding: 15px;
  }
  .index-slider .owl-carousel .item .table .table-cell .text-container .title {
    font-size: 26px;
  }
  .index-slider .owl-carousel .item .table .table-cell .text-container .text {
    font-size: 14px;
  }
  .fullwidth-slider {
    height: 350px !important;
  }
  .fullwidth-slider .owl-carousel .item .item-wrapper {
    height: 350px !important;
  }
  .fullwidth-slider .owl-carousel .item .text-container .title {
    font-size: 26px;
  }
  .fullwidth-slider .owl-carousel .item .text-container .text {
    margin-top: 15px;
    font-size: 14px;
  }
  .fullwidth-slider .owl-carousel .item .text-container .button {
    margin-top: 15px;
  }
  .fullwidth-slider .owl-carousel .item.text-container-bg-enable .text-container {
    padding: 15px;
  }
  .fullwidth-slider .owl-carousel .item .table .table-cell .text-container .title {
    font-size: 26px;
  }
  .fullwidth-slider .owl-carousel .item .table .table-cell .text-container .text {
    font-size: 14px;
  }
  .basic-slider .owl-carousel .item .button {
    float: right;
  }
  .basic-slider .owl-carousel .item.item-bg .text-container {
    padding: 15px;
  }
  .wherebuy-block .wherebuy-block-map,
  .wherebuy-block-inner .map-container .wherebuy-block-inner-map {
    height: 400px;
  }
}

/* /Medium screen */
/**/
/**/
/* Small screen / phone */
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h1, .h1 {
    font-size: 24px;
  }
  h1:before, .h1:before {
    width: 100px;
    margin-left: -50px;
  }
  h2, .h2 {
    font-size: 18px;
  }
  .content-wrapper {
    padding-top: 10px;
  }
  .block-margin-bottom-disabled {
    margin-bottom: 0 !important;
  }
  .block-padding {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .block-padding-row {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
  }
  .content-column .block-padding,
  .content-column .block-padding-row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-padding-disabled {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* fancybox */
  body.fancybox-active > * {
    -webkit-filter: none;
            filter: none;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  /*==========  HEADER MOBILE  ==========*/
  #overflow_div {
    display: block;
    padding-top: 40px;
    min-height: inherit;
  }
  .menu-top-container {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .mm-menu .fa.cart {
    position: relative;
    display: block;
  }
  .mm-menu .fa.cart .count {
    display: block;
    position: absolute;
    top: 7px;
    right: 5px;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #f4a70b;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 24px;
  }
  .mm-menu.mm-menu_theme-dark {
    background: #4B7AE4;
  }
  .mm-menu .mm-searchfield .placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  .mm-menu .mm-searchfield *::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
  }
  .mm-menu .mm-searchfield *:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
  }
  .mm-menu .mm-searchfield *::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
  }
  .mm-menu .mm-searchfield *:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
  }
  .mh-head {
    background: #4B7AE4;
    color: #fff;
  }
  .mh-head .mh-text {
    padding: 5px 10px;
  }
  .mh-head .mh-text a {
    display: inline-block;
    text-decoration: none;
  }
  .mh-head .mh-text .logo1 {
    font-size: 16px;
    display: inline-block;
  }
  .mh-head .mh-text .logo2 {
    font-size: 30px;
    font-family: 'lobster';
    line-height: 30px;
    display: inline-block;
  }
  .mh-head .header-mobile-buttons .header-mobile-button {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .mh-head .header-mobile-buttons .header-mobile-button.active {
    color: #fff;
  }
  .mh-head .header-mobile-button-container {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    padding: 10px 15px;
    background: #ccc;
  }
  .mh-head .header-mobile-button-container[data-button-name='search'] input[type=search] {
    border: none;
    width: 100%;
    padding: 6px 35px 6px 12px;
  }
  .mh-head .header-mobile-button-container[data-button-name='search'] input[type=submit] {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 31px;
    height: 31px;
    background: transparent;
    border: none;
    font-family: 'FontAwesome';
    font-size: 1.3333333333333333em;
    color: #cccccc;
  }
  .mh-head .header-mobile-button-container[data-button-name='search'] input[type=submit]:focus {
    outline: none;
  }
  .mh-head .header-mobile-button-container[data-button-name='search'] .advancedlink {
    display: none;
  }
  /* Настройки мобильного хедера mmenu */
  .mh-head {
    position: fixed !important;
    width: 100%;
  }
  .mh-head.mh-btns-left {
    padding-left: 40px;
  }
  .mh-head.mh-btns-right {
    padding-right: 0px;
  }
  .mh-head .mh-btns-left {
    left: 0;
  }
  .mh-head .mh-btns-right {
    right: 0;
  }
  .mh-head .hamburger:focus {
    outline: none;
  }
  /* Настройки самого меню mmenu */
  .mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) {
    width: 52px;
  }
  .mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + a, .mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + span {
    margin-right: 52px;
  }
  .mm-btn_next:after {
    right: 12px;
  }
  .mm-counter {
    right: 28px;
  }
  .mm-listitem.mm-listitem_divider:empty {
    display: none;
  }
  .mm-listitem.selected > a {
    background: rgba(255, 255, 255, 0.4);
  }
  /*==========  Hamburger  ==========*/
  .hamburger {
    padding: 20px 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -10px;
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
  /*
     * Squeeze
     */
  .hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 0.075s;
         -o-transition-duration: 0.075s;
            transition-duration: 0.075s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
         -o-transition-delay: 0.12s;
            transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #fff;
  }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    background-color: #fff;
  }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #fff;
  }
  /*==========  /Hamburger  ==========*/
  /*==========  /HEADER MOBILE  ==========*/
  .modal.modal-zakaz .img-container {
    margin-top: 10px;
  }
  .modal.modal-slide .modal-slide-container .text-container .title {
    font-size: 20px;
  }
  .synced-slider2 {
    display: none;
  }
  .index-slider,
  .fullwidth-slider {
    height: auto !important;
  }
  .index-slider .index-slider-wrapper,
  .fullwidth-slider .index-slider-wrapper {
    height: auto !important;
  }
  .index-slider .owl-carousel .item .item-wrapper,
  .fullwidth-slider .owl-carousel .item .item-wrapper {
    height: 280px !important;
  }
  .index-slider .owl-carousel .item .mobile-title,
  .fullwidth-slider .owl-carousel .item .mobile-title {
    font-size: 18px;
    padding: 10px;
    text-align: center;
    background: #f3f3f3;
    color: #333 !important;
  }
  .index-slider .owl-carousel .item .mobile-title div,
  .index-slider .owl-carousel .item .mobile-title span,
  .fullwidth-slider .owl-carousel .item .mobile-title div,
  .fullwidth-slider .owl-carousel .item .mobile-title span {
    color: #333 !important;
  }
  .index-slider .owl-carousel .owl-dots,
  .fullwidth-slider .owl-carousel .owl-dots {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .index-slider .owl-carousel .owl-dots .owl-dot span,
  .fullwidth-slider .owl-carousel .owl-dots .owl-dot span {
    background: #b7b1b7;
  }
  .index-slider .owl-carousel .owl-dots .owl-dot.active span,
  .fullwidth-slider .owl-carousel .owl-dots .owl-dot.active span {
    border: 3px solid #b7b1b7;
  }
  .index-slider .owl-carousel .owl-dots .owl-dot:hover span,
  .fullwidth-slider .owl-carousel .owl-dots .owl-dot:hover span {
    border: 3px solid #b7b1b7;
  }
  .index-slider.fullheight,
  .fullwidth-slider.fullheight {
    height: auto !important;
  }
  .basic-slider .owl-carousel .item .text-container {
    margin-top: 15px;
  }
  .basic-slider .owl-carousel .item.item-bg .img-container {
    height: 200px;
  }
  .basic-slider .owl-carousel .item.item-bg .text-container {
    margin-top: 0;
  }
  .basic-slider .owl-carousel .item.item-bg > .row > [class*="col-"]:nth-child(1) {
    padding-left: 15px;
  }
  .basic-slider .owl-carousel .item.item-bg > .row > [class*="col-"]:nth-child(2) {
    padding-left: 15px;
  }
  .reviews-slider .owl-carousel .item {
    padding: 20px;
  }
  .reviews-slider .owl-carousel .item .date {
    font-size: 14px;
  }
  .reviews-slider .owl-carousel .item .name {
    font-size: 16px;
  }
  .reviews-slider .owl-carousel .item .text {
    font-size: 14px;
  }
  .reviews-slider .button-container {
    margin-top: 30px;
  }
  footer {
    position: relative;
  }
  footer .footer-mobile .copyright {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .toTop,
  .widget-phone,
  .breadcrumb,
  .mini-cart,
  .mini-cart2,
  .mini-cart3 {
    display: none !important;
  }
  .map {
    height: 250px;
  }
  .wherebuy-block .wherebuy-block-map,
  .wherebuy-block-inner .map-container .wherebuy-block-inner-map {
    height: 250px;
  }
  .wherebuy-block-inner .img-container {
    float: none;
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }
  .table > tbody > tr > td, .table > tbody > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th {
    padding: 6px 12px;
  }
  .table > tbody > tr > th,
  .table > thead > tr > th,
  .table > tfoot > tr > th {
    height: 40px;
  }
  .catalog-advantage.variant5 .item .text-container {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4B7AE4;
  }
  .catalog-advantage.variant5 .item .text-container .text-container2 {
    position: relative;
  }
  .catalog-advantage.variant5 .item .text-container .name {
    display: block;
    font-size: 16px;
  }
  .cart-table .cart-name-td {
    min-width: 250px;
  }
  .text-block-center .block-center {
    padding: 30px 15px;
  }
  .text-block-center .block-center .text1 {
    font-size: 18px;
  }
  .text-block-center .block-center .text2 {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 0;
  }
  .text-block-center .block-center .text3 {
    font-size: 18px;
    margin-top: 5px;
  }
  .text-block-center .block-center .button {
    margin-top: 20px;
  }
  .tabs .tabs-controls > .item {
    margin-right: 0;
    width: 50%;
    border: 1px solid #f9fafb;
    -webkit-border-radius: 0;
            border-radius: 0;
    text-align: center;
  }
  .tabs .tabs-controls > .item.active {
    border: 1px solid #ebeced;
  }
  .catalog-sections-rubric .item {
    padding: 15px;
  }
}

/* /Small screen / phone*/
/**/
/**/
/* Extra small screen / phone */
@media only screen and (max-width: 575px) {
  .modal {
    min-width: inherit;
    width: 95%;
  }
  .modal.modal-success {
    min-width: 300px;
    width: auto;
  }
  .modal.modal-widget-phone {
    min-width: 300px;
    width: 300px;
  }
  .news.list.line .item, .news.list.rows .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaebec;
  }
  .news.list.line .item .img-container, .news.list.rows .item .img-container {
    text-align: center;
    margin-bottom: 15px;
  }
  .news.list.line .item .text-container .title, .news.list.rows .item .text-container .title {
    margin-top: 0;
  }
  .news.one .img-container {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: inherit;
    display: block;
    text-align: center;
  }
  .faq .faq-container .item .item-text {
    padding: 20px;
  }
  .faq .faq-container .item .item-text.text2 {
    margin-left: 0;
  }
  .faq-mini .item .answer {
    padding-left: 15px;
  }
  .cart-page .cart-page-order .cart-page-order-container {
    padding: 15px;
  }
  .order-page .order-page-text .print-button-container {
    text-align: center;
  }
  .order-page .zakaz-table-container .total {
    font-size: 16px;
  }
  .order-page .buyer .buyer-container {
    font-size: 14px;
    padding: 15px;
  }
  .catalog-products .item .tovars-counter {
    margin-bottom: 10px;
  }
  .catalog-top .catalog-view {
    margin-top: 15px;
    text-align: left;
  }
  .index-slider .index-slider-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  .block-margin-bottom-row {
    margin-bottom: 0 !important;
  }
  .tabs .tabs-controls > .item {
    width: 100%;
  }
  .catalog-advantage.variant5 .item .name {
    font-size: 16px;
  }
  .catalog-advantage.variant5 .item .text {
    padding-top: 0;
  }
  .catalog-advantage.variant6 .item .text-container .name, .catalog-advantage.variant7 .item .text-container .name {
    font-size: 16px;
  }
  .catalog-advantage.variant8 .item .text-container .name {
    font-size: 16px;
    padding: 10px;
  }
  .catalog-advantage.variant8 .item .text-container .text {
    padding: 10px;
  }
  .catalog-sections-rubric .item {
    text-align: center;
    padding: 20px;
  }
  .catalog-sections-rubric .item .sections-container {
    margin-top: 15px;
  }
  .catalog-sections-rubric .item .sections-container .rubric-container {
    text-align: left;
  }
  .catalog-sections-rubric .item .text {
    text-align: left;
  }
}

/**/
/**/
/* Extra small screen / phone */
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .test-block {
    display: block;
  }
}

/* /Custom, iPhone Retina */
