@charset "UTF-8";
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.where-from .choice-city {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }

.catalog-groups .one-group__img {
  border-style: solid;
  border-width: 7px;
  border-color: #eeeeee;
  border-radius: 50%;
  background-color: white;
  width: 160px;
  height: 160px;
  overflow: hidden; }

.features-block .features .one-feature__img, .features2-block .features2 .one-feature__img {
  border-style: solid;
  border-width: 7px;
  border-color: #e5e5e5;
  border-radius: 50%;
  background-color: white;
  width: 160px;
  height: 160px;
  overflow: hidden; }

.news-block .news .one-news__img, .news-list .one-news__img {
  border-style: solid;
  border-width: 7px;
  border-color: #e5e5e5;
  border-radius: 50%;
  background-color: white;
  width: 144px;
  height: 144px;
  overflow: hidden; }

.left-sidebar .one-group__img {
  border-style: solid;
  border-width: 2px;
  border-color: #b7b7b7;
  border-radius: 50%;
  background-color: white;
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 2px; }

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

.container {
  max-width: 1100px;
  min-width: 360px;
  position: relative; }

.header__top-block {
  border-bottom: 1px solid #e5e5e5;
  height: 41px;
  line-height: 41px; }

.top_menu > li {
  position: relative; }

.top-menu {
  background-color: #e61d13;
  height: 41px;
  text-align: justify;
  text-align-last: justify;
  z-index: 500 !important; }
  .top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .top-menu ul li {
      display: inline-block; }
      .top-menu ul li:hover .top-menu__submenu {
        display: block; }
    .top-menu ul ul {
      margin-left: 10px; }
  .top-menu a {
    color: white;
    font-family: "Muller", serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 45px;
    text-transform: uppercase; }
    .top-menu a:hover {
      color: #fff; }
    @media (max-width: 1023px) {
      .top-menu a {
        display: none; } }
  .top-menu__submenu {
    background-color: #f4f4f4;
    box-shadow: 0 9px 26.19px 0.81px rgba(0, 0, 0, 0.29);
    display: none;
    left: -20px;
    position: absolute;
    text-align: left;
    text-align-last: left;
    top: 41px;
    width: 584px;
    z-index: 165; }
    .top-menu__submenu.top-menu__submenu--mini {
      width: auto; }
      .top-menu__submenu.top-menu__submenu--mini > ul {
        border: 0; }
    .top-menu__submenu > ul {
      margin: 12px 0;
      padding: 0 0 0 12px;
      width: 280px; }
      .top-menu__submenu > ul li {
        border-right: 1px solid #bbb;
        display: block;
        padding: 0 0 0 15px; }
        .top-menu__submenu > ul li.has-submenu a {
          position: relative; }
        .top-menu__submenu > ul li.has-submenu > a:after {
          border-color: transparent transparent transparent #010101;
          border-style: solid;
          border-width: 4px 0 4px 8px;
          bottom: 0;
          content: "";
          display: inline-block;
          height: 0;
          margin: auto;
          position: absolute;
          right: 12px;
          top: -5px;
          width: 0; }
        .top-menu__submenu > ul li:hover.has-submenu:after {
          border-color: transparent transparent transparent #e41d13; }
        .top-menu__submenu > ul li a {
          color: #010101;
          display: block;
          font-size: 11px;
          line-height: 2.364;
          text-align: left;
          text-transform: uppercase; }
          .top-menu__submenu > ul li a:hover {
            color: #e61d13;
            text-decoration: none; }
        .top-menu__submenu > ul li ul {
          display: none;
          height: 100%;
          left: 269px;
          padding-left: 11px;
          position: absolute;
          top: 13px;
          width: 270px; }
          .top-menu__submenu > ul li ul li {
            border: 0; }
            .top-menu__submenu > ul li ul li a {
              line-height: 1.8; }
        .top-menu__submenu > ul li:hover ul {
          display: block; }
  .top-menu .hamburger-box {
    display: inline-block;
    height: 24px;
    margin-left: 3px;
    margin-top: -7px;
    position: relative;
    vertical-align: top;
    width: 23px; }
  .top-menu .hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .top-menu .hamburger .hamburger-inner, .top-menu .hamburger .hamburger-inner:after, .top-menu .hamburger .hamburger-inner:before {
    background-color: #074990; }
  .top-menu .hamburger--spin .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .top-menu .hamburger-inner, .top-menu .hamburger-inner:after, .top-menu .hamburger-inner:before {
    background-color: #fff;
    border-radius: 4px;
    height: 2px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 20px; }
  .top-menu .hamburger-inner {
    display: block;
    margin-top: -2px;
    top: 50%; }
  .top-menu .hamburger--spin.is-active .hamburger-inner:before {
    opacity: 0;
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s; }
  .top-menu .hamburger .hamburger-inner, .top-menu .hamburger .hamburger-inner:after, .top-menu .hamburger .hamburger-inner:before {
    background-color: #fff; }
  .top-menu .hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in; }
  .top-menu .hamburger-inner:before {
    top: -7px; }
  .top-menu .hamburger-inner:after, .top-menu .hamburger-inner:before {
    content: "";
    display: block; }
  .top-menu .hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; }
  .top-menu .hamburger--spin .hamburger-inner:after {
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .top-menu .hamburger-inner:after {
    bottom: -7px; }
  .top-menu .hamburger-inner:after, .top-menu .hamburger-inner:before {
    content: "";
    display: block; }

.mobile-menu {
  background-color: #e61d13;
  display: none;
  height: 100%;
  margin: 0;
  opacity: 0;
  overflow: auto;
  padding: 0;
  position: fixed;
  top: 41px;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1000; }
  .mobile-menu ul {
    margin-left: 0;
    overflow: hidden;
    padding-left: 0;
    width: 100%; }
  .mobile-menu li {
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%; }
  .mobile-menu.is-active {
    display: block;
    opacity: 1; }
  .mobile-menu > li a {
    padding: 0 20px 0; }
  .mobile-menu a {
    color: white;
    display: block;
    font-family: "Muller", serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin-left: 5px;
    text-align: left;
    text-align-last: left;
    text-transform: uppercase; }
    .mobile-menu a:hover {
      color: #fff; }
  .mobile-menu .mobile-menu__submenu {
    background: #d11913;
    display: none;
    overflow: hidden;
    padding-top: 5px;
    width: 100%; }
    .mobile-menu .mobile-menu__submenu .mobile-menu__submenu {
      background-color: #292929; }
  .mobile-menu span {
    background: url("/local/templates/perfo/img/adown.png") 50% 50% #eb4d45 no-repeat;
    float: right;
    height: 32px;
    margin-right: 10px;
    width: 32px; }

.where-from {
  display: none;
  left: 423px;
  max-width: 97%;
  position: absolute;
  top: 15px;
  z-index: 1000; }
  @media (max-width: 1100px) {
    .where-from {
      left: auto;
      margin-right: 10px; } }
  .where-from__guess {
    background-color: #1b1b1b;
    display: inline-block;
    min-height: 73px;
    padding-left: 27px;
    padding-right: 40px;
    padding-top: 24px;
    position: relative;
    vertical-align: top; }
    @media (max-width: 1100px) {
      .where-from__guess {
        left: auto; } }
    @media (max-width: 440px) {
      .where-from__guess {
        min-height: 95px; } }
  .where-from__close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M13.353,12.646 L12.646,13.353 L7.000,7.707 L1.353,13.353 L0.646,12.646 L6.293,7.000 L0.646,1.354 L1.353,0.646 L7.000,6.293 L12.646,0.646 L13.353,1.354 L7.707,7.000 L13.353,12.646 Z'/%3E%3C/svg%3E");
    background-size: cover;
    cursor: pointer;
    height: 14px;
    position: absolute;
    right: 7px;
    top: 10px;
    width: 14px; }
  .where-from__current-city {
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    text-align: left;
    text-transform: uppercase; }
    .where-from__current-city:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='24px'%3E%3Cpath fill-rule='evenodd' stroke-width='2px' stroke='rgb(230, 29, 19)' fill-opacity='0' fill='rgb(255, 255, 255)' d='M10.500,5.000 C13.538,5.000 16.000,7.388 16.000,10.333 C16.000,13.279 10.500,19.000 10.500,19.000 C10.500,19.000 5.000,13.279 5.000,10.333 C5.000,7.388 7.462,5.000 10.500,5.000 Z'/%3E%3C/svg%3E");
      background-size: cover;
      content: "";
      display: inline-block;
      height: 20px;
      margin-right: 5px;
      vertical-align: top;
      width: 18px; }
  .where-from__other-city {
    border-bottom: 1px dashed;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.714;
    margin-left: 24px;
    text-align: left; }
    .where-from__other-city:hover {
      border-bottom: transparent; }
  .where-from .choice-city {
    background-color: #1b1b1b;
    display: none;
    margin-left: 5px;
    max-width: 100%;
    padding: 40px 40px 34px 47px;
    position: relative;
    width: 753px; }
    .where-from .choice-city--visible {
      animation: fade 0.3s;
      display: block;
      opacity: 1;
      visibility: visible; }
    .where-from .choice-city a {
      color: white;
      display: block;
      font-size: 12px;
      font-weight: bold;
      line-height: 2;
      margin-bottom: 10px;
      margin-right: 15px;
      text-align: left;
      text-transform: uppercase; }
      .where-from .choice-city a:before {
        border-color: white;
        border-radius: 50%;
        border-style: solid;
        border-width: 2px;
        content: "";
        display: inline-block;
        height: 10px;
        margin-right: 13px;
        margin-top: -2px;
        vertical-align: middle;
        width: 10px; }
      .where-from .choice-city a:hover:before, .where-from .choice-city a.active:before {
        background-color: #e61d13; }
    .where-from .choice-city__close {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M13.353,12.646 L12.646,13.353 L7.000,7.707 L1.353,13.353 L0.646,12.646 L6.293,7.000 L0.646,1.354 L1.353,0.646 L7.000,6.293 L12.646,0.646 L13.353,1.354 L7.707,7.000 L13.353,12.646 Z'/%3E%3C/svg%3E");
      background-size: cover;
      cursor: pointer;
      height: 14px;
      position: absolute;
      right: 7px;
      top: 10px;
      width: 14px; }

.personal-block {
  float: right;
  margin-left: 61px;
  margin-top: -1px;
  text-align: left;
  text-align-last: left; }
  .personal-block a {
    display: inline-block;
    margin-right: 15px;
    text-transform: none; }
    .personal-block a img {
      display: inline-block; }
    .personal-block a span {
      background-color: #1b1b1b;
      border-radius: 50%;
      display: inline-block;
      font-size: 13px;
      font-weight: bold;
      height: 22px;
      line-height: 24px;
      margin-right: 4px;
      text-align: center;
      text-align-last: center;
      vertical-align: middle;
      width: 22px; }

.header__logo {
  /* position: absolute;
   margin: auto;
   left: 0; right: 0;
   width: 158px;*/
  display: block;
  margin: 3px auto auto;
  text-align: center;
  width: 198px; }

.header {
  margin-top: 29px; }
  @media (max-width: 767px) {
    .header {
      text-align: center; } }
  .header .logo {
    display: inline-block;
    margin-right: 25px; }
    @media (max-width: 575px) {
      .header .logo {
        display: block; } }
  .header .logo2 {
    display: inline-block;
    margin-right: 18px;
    position: relative;
    top: -3px; }
  .header .phone-block {
    background: url("../img/phone.png") 0 0 no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    margin-right: 12px;
    margin-top: 5px;
    min-height: 45px;
    padding-left: 57px;
    vertical-align: top; }
    .header .phone-block span {
      border-bottom: 1px dashed; }
      .header .phone-block span:hover {
        border-bottom-color: transparent; }
    .header .phone-block a {
      border-bottom: 2px dashed;
      color: #000;
      cursor: pointer;
      display: inline-block;
      font-size: 19px;
      font-weight: bold;
      margin-top: 8px; }
      .header .phone-block a:hover {
        border-bottom-color: transparent;
        text-decoration: none; }
  .header .top-city {
    display: inline-block;
    vertical-align: top; }
  .header .address-block {
    background: url("../img/map.png") 0 0 no-repeat;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    margin-right: 29px;
    margin-top: 5px;
    max-width: 225px;
    min-height: 45px;
    padding-left: 57px;
    vertical-align: top; }
    .header .address-block a {
      border-bottom: 1px dashed; }
      .header .address-block a:hover {
        border-bottom-color: transparent;
        color: #000;
        text-decoration: none; }
  .header .flag-block {
    display: inline-block;
    margin-top: 6px;
    vertical-align: top; }
    .header .flag-block a {
      display: inline-block;
      margin-right: 3px; }
  @media (max-width: 1023px) {
    .header .phone-block, .header .address-block, .header .flag-block {
      margin-top: 25px; } }
  @media (max-width: 766px) {
    .header .phone-block, .header .address-block, .header .flag-block {
      font-size: 13px; } }

.main-slider {
  margin-top: 25px;
  max-height: 508px;
  overflow: hidden; }
  .main-slider .slick-arrow {
    background: url("../img/slider-arrow.png");
    border: 0;
    bottom: 0;
    font-size: 0;
    height: 98px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 31px;
    z-index: 100; }
    @media (max-width: 767px) {
      .main-slider .slick-arrow {
        display: none !important; } }
  .main-slider .slick-prev {
    left: 100px; }
    @media (max-width: 575px) {
      .main-slider .slick-prev {
        left: 10px; } }
  .main-slider .slick-next {
    background-position: 100% 0;
    right: 100px; }
    @media (max-width: 575px) {
      .main-slider .slick-next {
        right: 10px; } }
  .main-slider a {
    display: block;
    position: relative; }
    .main-slider a img {
      width: 100%; }
  .main-slider__text {
    color: #fefefe;
    font-family: "Muller", serif;
    font-size: 16px;
    left: 0;
    line-height: 1.5;
    margin: auto;
    max-width: 500px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 65px; }
    @media (max-width: 1023px) {
      .main-slider__text {
        top: 25px; } }
    @media (max-width: 767px) {
      .main-slider__text {
        font-size: 14px;
        top: 44px; } }
    .main-slider__text span {
      color: #fefefe;
      display: block;
      font-family: "Muller", serif;
      font-size: 55px;
      font-weight: bold;
      letter-spacing: 11px;
      line-height: 1.091;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 1023px) {
        .main-slider__text span {
          font-size: 44px;
          line-height: 0.95; } }
      .main-slider__text span:after {
        background-color: white;
        content: "";
        display: block;
        height: 1px;
        margin: 18px auto 30px;
        width: 94px; }
        @media (max-width: 1023px) {
          .main-slider__text span:after {
            margin: 14px auto 17px; } }
      @media (max-width: 767px) {
        .main-slider__text span {
          font-size: 32px; } }
      @media (max-width: 575px) {
        .main-slider__text span {
          font-size: 22px;
          line-height: 1.491;
          margin: 0 15%; }
          .main-slider__text span:after {
            display: none; } }
    .main-slider__text__mini {
      margin: auto;
      max-width: 456px; }
    .main-slider__text__button {
      background-color: rgba(254, 32, 21, 0);
      border-color: white;
      border-radius: 18px;
      border-style: solid;
      border-width: 2px;
      color: #fefefe;
      font-size: 16px;
      height: 37px;
      line-height: 37px;
      margin: 42px auto 0;
      text-transform: uppercase;
      width: 189px; }
      @media (max-width: 1023px) {
        .main-slider__text__button {
          margin-top: 25px; } }
      @media (max-width: 767px) {
        .main-slider__text__button {
          margin-top: 10px; } }

.title {
  color: black;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 34px;
  margin-top: 40px;
  text-align: left;
  text-transform: uppercase; }
  @media (max-width: 575px) {
    .title {
      font-size: 36px;
      letter-spacing: 0; } }
  .title.with-line:after {
    background-color: black;
    content: "";
    display: block;
    height: 1px;
    margin-top: 11px;
    width: 94px; }

.catalog-groups .one-group {
  cursor: pointer;
  display: block;
  margin-bottom: 91px;
  min-height: 312px;
  padding: 14px 12px 6px;
  /*@extend %background-transition;*/ }
  .catalog-groups .one-group.is-active, .catalog-groups .one-group:hover {
    background: #e61d13;
    text-decoration: none; }
    .catalog-groups .one-group.is-active > *, .catalog-groups .one-group:hover > * {
      color: #fff; }
    .catalog-groups .one-group.is-active .one-group__text, .catalog-groups .one-group:hover .one-group__text {
      display: none; }
    .catalog-groups .one-group.is-active .one-group__subgroups, .catalog-groups .one-group:hover .one-group__subgroups {
      display: block; }
  @media (max-width: 1023px) {
    .catalog-groups .one-group {
      margin-bottom: 0;
      min-height: 276px; } }
  .catalog-groups .one-group__name {
    margin-bottom: -38px;
    min-height: 50px;
    position: relative;
    top: -50px; }
    .catalog-groups .one-group__name span {
      background-color: #212121;
      border-radius: 11px;
      color: white;
      display: inline-block;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 1px;
      line-height: 1.7;
      margin-bottom: 2px;
      padding: 3px 10px 0;
      text-align: left;
      text-transform: uppercase; }
      @media (max-width: 575px) {
        .catalog-groups .one-group__name span {
          font-size: 11px; } }
  .catalog-groups .one-group__text {
    color: black;
    font-size: 12px;
    line-height: 1.4;
    margin-right: 20px;
    text-align: left; }
  .catalog-groups .one-group__subgroups {
    background: #e61d13;
    display: none;
    left: 0;
    padding: 0 5px 0 17px;
    position: absolute;
    width: 100%;
    z-index: 100; }
    .catalog-groups .one-group__subgroups a {
      color: #fff;
      display: block;
      font-size: 13px;
      line-height: 1.3;
      margin-bottom: 6px;
      text-align: left; }

.features-block {
  background: url("../img/wave.png") 0 0 repeat;
  margin-bottom: 50px;
  margin-top: -50px;
  min-height: 474px;
  padding-top: 34px; }
  @media (max-width: 575px) {
    .features-block {
      margin-top: 0; } }
  .features-block .title {
    margin-top: 0; }
  .features-block .features .one-feature {
    margin-bottom: 91px; }
    @media (max-width: 1023px) {
      .features-block .features .one-feature {
        margin-bottom: 44px; } }
    .features-block .features .one-feature__name {
      min-height: 50px;
      position: relative;
      top: -20px; }
      .features-block .features .one-feature__name span {
        background-color: #fe2015;
        border-radius: 16px;
        color: white;
        display: inline-block;
        font-size: 13px;
        font-weight: 900;
        letter-spacing: 2px;
        line-height: 1.9;
        margin-bottom: 3px;
        padding: 4px 14px 0;
        text-align: left;
        text-transform: uppercase; }
        @media (min-width: 1200px) {
          .features-block .features .one-feature__name span {
            font-size: 16px; } }
        @media (max-width: 575px) {
          .features-block .features .one-feature__name span {
            font-size: 11px;
            letter-spacing: 0;
            line-height: 1.4; } }
    .features-block .features .one-feature__text {
      color: black;
      font-size: 14px;
      line-height: 1.5;
      margin-left: 15px;
      margin-right: 20px;
      margin-top: -6px;
      text-align: left; }

.news-block {
  padding-top: 4px; }
  .news-block .news .one-news {
    border-radius: 100px;
    height: 169px;
    margin-bottom: 41px;
    padding: 14px 0 14px 14px; }
    @media (max-width: 575px) {
      .news-block .news .one-news {
        margin-bottom: 10px; } }
    .news-block .news .one-news:hover {
      background-color: #eeeeee; }
      .news-block .news .one-news:hover .one-news__img {
        border-color: #fe2015; }
      .news-block .news .one-news:hover .one-news__date span {
        background: #fe2015; }
    .news-block .news .one-news__img {
      float: left;
      vertical-align: top; }
      .news-block .news .one-news__img img {
        width: 101%; }
    .news-block .news .one-news__date {
      display: inline-block;
      margin-left: 15px;
      margin-top: 5px; }
      .news-block .news .one-news__date span {
        background-color: black;
        border-radius: 16px;
        color: white;
        display: inline-block;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 1.9;
        margin-bottom: 3px;
        padding: 1px 7px 0;
        text-align: left;
        text-transform: uppercase; }
    .news-block .news .one-news__name {
      color: black;
      display: inline-block;
      font-size: 12px;
      line-height: 1.4;
      margin-left: 15px;
      margin-top: 16px;
      max-width: 190px;
      text-align: left;
      vertical-align: top; }
      @media (max-width: 575px) {
        .news-block .news .one-news__name {
          max-width: 160px; } }

.news-list .one-news {
  border-radius: 100px;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 14px 0 14px 0; }
  @media (max-width: 575px) {
    .news-list .one-news {
      margin-bottom: 10px; } }
  .news-list .one-news:hover {
    background-color: #eeeeee; }
    .news-list .one-news:hover .one-news__img {
      border-color: #fe2015; }
    .news-list .one-news:hover .one-news__date span {
      background: #fe2015; }
  .news-list .one-news__img {
    float: left;
    vertical-align: top; }
    .news-list .one-news__img img {
      width: 101%; }
  .news-list .one-news__date {
    display: inline-block;
    margin-left: 15px;
    margin-top: 5px; }
    .news-list .one-news__date span {
      background-color: black;
      border-radius: 16px;
      color: white;
      display: inline-block;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 1px;
      line-height: 1.9;
      margin-bottom: 3px;
      padding: 1px 7px 0;
      text-align: left;
      text-transform: uppercase; }
  .news-list .one-news__name {
    color: black;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin-left: 15px;
    margin-top: 16px;
    text-align: left;
    vertical-align: top;
    width: calc(100% - 170px); }

.customer-slider {
  margin-top: 40px; }
  .customer-slider div {
    line-height: 80px;
    text-align: center; }
    .customer-slider div img {
      display: inline-block;
      vertical-align: middle; }
  .customer-slider .slick-arrow {
    background: url("../img/slider-arrow-mini.png");
    border: 0;
    bottom: 0;
    display: none !important;
    font-size: 0;
    height: 25px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 25px;
    z-index: 100; }
    @media (min-width: 1200px) {
      .customer-slider .slick-arrow {
        display: block !important; } }
  .customer-slider .slick-prev {
    left: -52px; }
  .customer-slider .slick-next {
    background-position: 100% 0;
    right: -52px; }

footer {
  background: url("../img/footer.png") 0 0 repeat;
  margin-top: 62px;
  min-height: 235px; }
  footer .city-list {
    padding-top: 28px; }
    @media (max-width: 766px) {
      footer .city-list .col-3 {
        margin-bottom: 25px; } }
    footer .city-list a {
      color: white;
      display: inline-block;
      font-size: 11px;
      font-weight: bold;
      height: 25px;
      letter-spacing: 0.6px;
      line-height: 1.714;
      padding: 5px 6px 0 6px;
      text-align: left;
      text-transform: uppercase; }
      footer .city-list a.active {
        background: #000; }
      @media (min-width: 1200px) {
        footer .city-list a {
          font-size: 14px;
          padding-top: 2px; } }

.footer-bottom {
  color: white;
  font-size: 12px;
  line-height: 1.60;
  margin-top: 45px;
  text-align: left; }
  .footer-bottom a {
    color: #fff; }
    .footer-bottom a:hover {
      color: #fff; }
  @media (min-width: 1200px) {
    .footer-bottom {
      font-size: 14px; } }
  @media (max-width: 766px) {
    .footer-bottom {
      font-size: 9px;
      margin-top: 0;
      padding-bottom: 15px; } }
  @media (max-width: 575px) {
    .footer-bottom > * {
      font-size: 12px;
      margin-top: 15px; } }

.main-container {
  /*padding-top: 52px;*/
  padding-top: 4px; }

.left-sidebar {
  margin-bottom: 22px;
  margin-left: 8px;
  width: 297px; }
  .left-sidebar__bg {
    background: url("../img/sidebar.png") 0 0 repeat;
    padding-bottom: 12px;
    padding-top: 18px;
    position: relative; }
    .left-sidebar__bg:before {
      background: url("../img/sidebar.png") 0 0 repeat;
      content: "";
      display: block;
      height: 100%;
      left: -1500px;
      position: absolute;
      top: 0;
      width: 1500px; }
  .left-sidebar .title {
    font-size: 37px;
    letter-spacing: 3px;
    margin-bottom: 22px;
    margin-top: 0; }
    @media (max-width: 575px) {
      .left-sidebar .title {
        font-size: 26px;
        letter-spacing: 0; } }
    .left-sidebar .title.with-line:after {
      background-color: black;
      content: "";
      display: block;
      height: 1px;
      margin-top: 13px;
      width: 88px; }
  .left-sidebar .one-group {
    cursor: pointer;
    display: block; }
    .left-sidebar .one-group__img {
      display: inline-block;
      margin-right: 1px;
      vertical-align: middle; }
    .left-sidebar .one-group__name {
      display: inline-block;
      margin-left: 4px;
      text-decoration: none;
      vertical-align: middle; }
      .left-sidebar .one-group__name span {
        background-color: #e61d13;
        border-radius: 11px;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.2px;
        line-height: 1.7;
        margin-bottom: 2px;
        padding: 3px 7px 1px;
        text-align: left;
        text-transform: uppercase;
        max-width: 240px; }
        @media (max-width: 575px) {
          .left-sidebar .one-group__name span {
            font-size: 11px; } }
    .left-sidebar .one-group.is-active .one-group__name span, .left-sidebar .one-group:hover .one-group__name span {
      background-color: #212121;
      color: white; }
    .left-sidebar .one-group.is-active + .one-group__sub {
      display: block; }
    .left-sidebar .one-group__sub {
      display: none;
      margin-bottom: 10px;
      margin-left: 56px; }
      .left-sidebar .one-group__sub a {
        color: black;
        display: block;
        font-size: 14px;
        font-weight: 900;
        line-height: 1.797;
        text-align: left;
        text-decoration: none; }
        .left-sidebar .one-group__sub a:hover {
          text-decoration: underline; }
  .left-sidebar__banner {
    background-color: white;
    border-color: #e61d13;
    border-style: solid;
    border-width: 2px;
    display: block;
    float: right;
    height: 230px;
    margin-top: 17px;
    width: 289px;
    z-index: 4; }
  .left-sidebar__choose {
    font-size: 0;
    overflow: hidden; }
    .left-sidebar__choose span {
      color: black;
      cursor: pointer;
      display: inline-block;
      float: right;
      font-size: 25px;
      font-weight: bold;
      left: -7px;
      line-height: 1.074;
      margin-left: -7px;
      padding: 19px 20px 10px;
      position: relative;
      text-align: left;
      text-transform: uppercase; }
      .left-sidebar__choose span:first-child {
        left: 0; }
      .left-sidebar__choose span.is-active {
        background: url("../img/sidebar.png") 0 0 repeat; }

.breadcrumb {
  background: transparent !important;
  color: black;
  font-size: 12px;
  font-weight: 200;
  line-height: 2.333;
  padding: 0 !important; }
  .breadcrumb a {
    color: black;
    margin: 0 3px;
    text-decoration: underline; }
    .breadcrumb a:hover {
      text-decoration: none; }

.right-container {
  margin-top: -5px;
  max-width: 820px;
  padding-left: 34px;
  width: 100%; }
  @media (max-width: 600px) {
    .right-container {
      padding: 0 10px; } }
  .right-container .title {
    font-size: 37px;
    letter-spacing: 0;
    text-transform: none; }
    @media (max-width: 600px) {
      .right-container .title {
        font-size: 31px; } }
    .right-container .title:after {
      margin-top: 8px; }

.contacts__item {
  background-position: 0 2px;
  background-repeat: no-repeat;
  color: black;
  font-size: 16px;
  line-height: 1.188;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-top: 5px;
  min-height: 30px;
  padding-left: 30px !important;
  text-align: left; }
  @media (max-width: 766px) {
    .contacts__item {
      margin-left: 0; } }
  .contacts__item a {
    color: black;
    display: block;
    font-weight: bold; }

.news-list2 {
  margin-top: -14px; }
  .news-list2 .news-item {
    display: block;
    margin-bottom: 11px; }
    .news-list2 .news-item:hover {
      text-decoration: none; }
    .news-list2 .news-item__img {
      border: 5px solid #eee;
      display: inline-block;
      font-size: 0;
      margin-right: 5px;
      vertical-align: top; }
    .news-list2 .news-item__info {
      border: 5px solid #eee;
      color: #444444;
      display: inline-block;
      max-width: 610px;
      min-height: 150px;
      padding: 9px 9px;
      vertical-align: top; }
      .news-list2 .news-item__info__date {
        font-size: 14px;
        line-height: 2;
        text-align: left; }
      .news-list2 .news-item__info__name {
        font-size: 16px;
        font-weight: bold;
        line-height: 21px; }
      .news-list2 .news-item__info__text {
        color: #444444;
        font-size: 13px;
        line-height: 1.385;
        margin-top: 10px;
        text-align: left; }

.navigation {
  border-top: 2px solid #f0f0f0;
  margin: 43px auto auto;
  max-width: 430px;
  padding-top: 10px;
  text-align: justify;
  text-align-last: justify; }
  .navigation a {
    color: black;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 2;
    margin: 0 2px;
    min-width: 25px;
    text-align: center;
    text-align-last: center;
    text-decoration: underline; }
    .navigation a:hover {
      text-decoration: none; }
    .navigation a.is-active {
      background-color: #f0f0f0;
      border-radius: 10px;
      color: #e61d13; }

.reviews-list {
  margin-top: -10px;
  text-align: justify; }
  .reviews-list .review-item {
    display: inline-block;
    margin: 0 15px 34px;
    text-align: left;
    text-align-last: left;
    vertical-align: top;
    width: 162px; }
    @media (max-width: 991px) {
      .reviews-list .review-item {
        margin: 0 0 34px; } }
    .reviews-list .review-item:hover {
      font-weight: bold;
      text-decoration: none; }
    .reviews-list .review-item__img {
      border: 17px solid #eee;
      display: inline-block;
      font-size: 0;
      margin-right: 5px;
      vertical-align: top; }
    .reviews-list .review-item:hover .review-item__img {
      border-color: #e61d13; }
    .reviews-list .review-item__name {
      color: #444444;
      font-size: 12px;
      line-height: 1.2;
      margin-top: 13px; }

.catalog-type {
  font-size: 0;
  margin-top: -17px; }
  .catalog-type a {
    background: url("../img/catalog/type.png");
    display: inline-block;
    -webkit-filter: grayscale(100%) brightness(2) contrast(300%);
    filter: grayscale(100%) brightness(5) contrast(200%);
    height: 20px;
    margin-right: 8px;
    width: 20px; }
    .catalog-type a:hover, .catalog-type a.is-active {
      -webkit-filter: none;
      filter: none; }
    .catalog-type a.type-img-text {
      background-position: -28px 0; }
    .catalog-type a.type-text {
      background-position: -55px 0; }
  .catalog-type:before {
    background-color: black;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 13px;
    width: 94px; }
  .catalog-type:after {
    background-color: black;
    content: "";
    display: block;
    height: 1px;
    margin-top: 13px;
    width: 94px; }

.catalog-list {
  margin-top: 15px; }
  .catalog-list a {
    color: black;
    cursor: pointer; }
    .catalog-list a.catalog-item__img {
      line-height: 130px;
      text-decoration: none; }
      .catalog-list a.catalog-item__img:after {
        content: ".";
        font-size: 0; }
      .catalog-list a.catalog-item__img img {
        vertical-align: middle; }
  .catalog-list .catalog-item__buy {
    display: block;
    padding-top: 2px;
    text-align: center;
    visibility: visible; }
    .catalog-list .catalog-item__buy .quantity_block {
      margin-bottom: 5px; }
  .catalog-list .col-sm-4:hover, .catalog-list .col-sm-4.is-active, .catalog-list .col-12:hover, .catalog-list .col-12.is-active {
    background: url("../img/wave-prod.png") 0 0 repeat;
    box-shadow: 0 11px 24px 0 rgba(0, 0, 0, 0.28);
    text-decoration: none; }

.catalog-item {
  color: black;
  display: block;
  padding: 23px 10px 30px;
  text-align: center; }
  .catalog-item.catalog-item--type2 {
    overflow: hidden; }
  .catalog-item:hover .catalog-item__img, .catalog-item.is-active .catalog-item__img {
    border-color: #e61d13; }
  .catalog-item:hover .catalog-item__buy, .catalog-item.is-active .catalog-item__buy {
    visibility: visible; }
  .catalog-item:hover .catalog-item__table__row span, .catalog-item.is-active .catalog-item__table__row span {
    background: #fff; }
  .catalog-item:hover .catalog-item__buy, .catalog-item.is-active .catalog-item__buy {
    border-color: #fff; }
  .catalog-item__img {
    background-color: white;
    border-color: #eeeeee;
    border-radius: 50%;
    border-style: solid;
    border-width: 9px;
    display: inline-block;
    height: 147px;
    overflow: hidden;
    width: 148px;
    z-index: 131;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -ms-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
  .catalog-item__text {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.11;
    padding: 9px 10px 11px;
    text-align: center;
    word-break: break-word; }
  .catalog-item__price {
    color: #e61d13;
    font-size: 24px;
    font-weight: bold;
    line-height: 0.75;
    margin-bottom: 7px;
    text-align: center; }
    .catalog-item__price span {
      color: black;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.286;
      text-align: center; }
      .catalog-item__price span sup {
        font-size: 9px; }
  .catalog-item__tocart {
    background-color: #e31d13;
    border-color: #ff625a;
    border-radius: 14px;
    border-style: solid;
    border-width: 2px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    height: 29px;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 124px; }
    @media (max-width: 991px) {
      .catalog-item__tocart {
        margin-top: 15px; } }
  .catalog-item__tocart-mini {
    background: url(../img/cart_white.png) 45% 50% no-repeat #e11c13;
    border-bottom: 2px solid #dd4000;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    font-weight: bold;
    height: 23px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 27px; }
  .catalog-item__go {
    background-color: #e31d13;
    border-color: #ff625a;
    border-radius: 14px;
    border-style: solid;
    border-width: 2px;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    height: 29px;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: top;
    width: 124px; }
    @media (max-width: 991px) {
      .catalog-item__go {
        margin-top: 15px; } }
  .catalog-item:hover .catalog-item__quickorder {
    visibility: visible; }
  .catalog-item__quickorder {
    background-color: #e31d13;
    border-color: #ff625a;
    border-radius: 14px;
    border-style: solid;
    border-width: 2px;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    height: 29px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: 4px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: top;
    visibility: hidden;
    width: 146px; }
    @media (max-width: 991px) {
      .catalog-item__quickorder {
        margin-top: 15px;
        visibility: visible; } }
  .catalog-item__intouch {
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 2px;
    margin-top: 5px; }
  .catalog-item__buy {
    padding-top: 18px;
    text-align: left;
    visibility: hidden; }
  .catalog-item--type2 {
    text-align: left; }
    .catalog-item--type2 .catalog-item__img {
      float: left; }
    .catalog-item--type2 .catalog-item__text, .catalog-item--type2 .catalog-item__buy {
      display: inline-block;
      vertical-align: top; }
    .catalog-item--type2 .catalog-item__buy {
      border-color: #f4f4f4;
      border-style: solid;
      border-width: 4px;
      min-height: 111px;
      padding: 18px;
      visibility: visible;
      width: 274px; }
      @media (max-width: 991px) {
        .catalog-item--type2 .catalog-item__buy {
          padding: 8px 0; } }
      .catalog-item--type2 .catalog-item__buy .catalog-item__price {
        margin: 15px auto auto;
        /*height: 95px;*/
        width: 132px; }
        .catalog-item--type2 .catalog-item__buy .catalog-item__price span {
          display: block;
          margin-top: 5px; }
      .catalog-item--type2 .catalog-item__buy .quantity_block {
        width: 124px; }
        .catalog-item--type2 .catalog-item__buy .quantity_block input {
          width: 74px; }
      .catalog-item--type2 .catalog-item__buy .catalog-item__tocart {
        margin-top: 11px; }
    @media (max-width: 991px) {
      .catalog-item--type2 {
        text-align: center; }
        .catalog-item--type2 .catalog-item__img {
          float: none; }
        .catalog-item--type2 .catalog-item__table {
          margin-left: 0;
          width: 100%; }
          .catalog-item--type2 .catalog-item__table__row span {
            width: 49%; }
        .catalog-item--type2 .catalog-item__buy {
          margin-top: 5px;
          width: 100%; }
          .catalog-item--type2 .catalog-item__buy .catalog-item__price {
            width: 55%; } }
  .catalog-item__table {
    display: inline-block;
    margin-left: 11px;
    width: 329px; }
    .catalog-item__table__row {
      display: flex;
      margin-bottom: 2px; }
      .catalog-item__table__row span {
        background-color: #f4f4f4;
        color: black;
        display: inline-block;
        font-size: 14px;
        line-height: 23px;
        margin-right: 2px;
        min-height: 20px;
        padding-left: 6px;
        vertical-align: top;
        width: 205px; }
      .catalog-item__table__row span + span {
        background-color: #f4f4f4;
        min-height: 20px;
        padding-left: 8px;
        vertical-align: top;
        width: 112px;
        word-break: break-word; }

.catalog-filter {
  padding-bottom: 21px;
  padding-left: 12px;
  padding-right: 28px; }
  .catalog-filter__title {
    color: black;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.797;
    margin-bottom: 14px;
    padding-top: 10px;
    text-align: left;
    text-transform: uppercase; }
    .catalog-filter__title:after {
      background-color: black;
      content: "";
      display: block;
      height: 1px;
      margin-top: 3px;
      width: 86px; }
  .catalog-filter__row {
    margin-bottom: 20px; }
  .catalog-filter label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px; }
    .catalog-filter label .jq-checkbox {
      margin-right: 5px; }
  .catalog-filter__clear {
    border-top: 1px solid black;
    display: inline-block;
    margin-top: 5px;
    text-align: center;
    text-decoration: dashed;
    width: 264px; }
    .catalog-filter__clear span {
      border-bottom: 1px dashed;
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      margin-top: 14px; }
      .catalog-filter__clear span:hover {
        border-bottom-color: transparent; }

.catalog-list table .quantity_block {
  margin: 0 0 5px; }

.catalog-list table .catalog-item__quickorder {
  visibility: visible; }

blockquote {
  background: url(../img/remark.png) 21px 50% #f6f6f6 no-repeat;
  border-radius: 50px 0 0 50px;
  color: black;
  font-size: 14px;
  line-height: 1.286;
  margin-bottom: 40px;
  min-height: 88px;
  padding: 17px 15px 17px 102px;
  text-align: left;
  width: 100%; }
  @media (max-width: 700px) {
    blockquote {
      border-radius: 50px;
      margin: 0; } }

.quantity_block {
  background-color: white;
  border-color: #c9c9c9;
  border-radius: 15px;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  font-size: 0;
  height: 28px;
  overflow: hidden;
  vertical-align: top;
  width: 82px; }
  .quantity_block input {
    border: 0;
    color: #444444;
    font-size: 13px;
    height: 24px;
    padding-top: 3px;
    text-align: center;
    vertical-align: top;
    width: 32px; }
  .quantity_block span {
    background-color: #eeeeee;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 25px;
    text-align: center;
    vertical-align: top;
    width: 23px; }
  .quantity_block__minus {
    position: relative; }
  .quantity_block span.quantity_block__plus {
    line-height: 29px; }

.price-slider .uislider {
  margin-top: 19px; }

.features2-block {
  margin-top: -50px;
  padding-top: 34px; }
  @media (max-width: 575px) {
    .features2-block {
      margin-top: 0; } }
  .features2-block .title {
    margin-top: 0; }
  .features2-block .features2 .one-feature {
    margin-bottom: 103px;
    position: relative; }
    @media (max-width: 1023px) {
      .features2-block .features2 .one-feature {
        margin-bottom: 60px; } }
    .features2-block .features2 .one-feature__img {
      height: 170px;
      line-height: 148px;
      max-width: 95%;
      text-align: center;
      width: 170px; }
      .features2-block .features2 .one-feature__img:after {
        content: ".";
        font-size: 0; }
      .features2-block .features2 .one-feature__img img {
        vertical-align: middle; }
    .features2-block .features2 .one-feature__name {
      bottom: -48px;
      min-height: 68px;
      position: absolute; }
      .features2-block .features2 .one-feature__name span {
        background-color: #fe2015;
        border-radius: 16px;
        color: white;
        display: inline-block;
        font-size: 13px;
        font-weight: 900;
        line-height: 1.9;
        margin-bottom: 4px;
        padding: 4px 8px 0;
        text-align: left;
        text-transform: uppercase; }
        @media (min-width: 1200px) {
          .features2-block .features2 .one-feature__name span {
            font-size: 14px; } }
        @media (max-width: 575px) {
          .features2-block .features2 .one-feature__name span {
            font-size: 11px;
            letter-spacing: 0;
            line-height: 1.4; } }
    .features2-block .features2 .one-feature__text {
      color: black;
      font-size: 14px;
      line-height: 1.5;
      margin-left: 15px;
      margin-right: 20px;
      margin-top: -6px;
      text-align: left; }

.contacts-remark {
  background: 21px 50% #efefef no-repeat;
  border-radius: 70px 0 0 70px;
  color: black;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 40px;
  min-height: 88px;
  overflow: hidden;
  padding: 8px 15px 7px 9px;
  text-align: left;
  width: 100%; }
  .contacts-remark img {
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 17px;
    overflow: hidden; }
  .contacts-remark p {
    margin-bottom: 0;
    overflow: hidden; }

.contacts__text {
  font-size: 14px;
  line-height: 19px; }
  .contacts__text b {
    font-size: 21px;
    line-height: 33px; }

.contacts-city {
  display: inline-block;
  margin-bottom: 55px;
  vertical-align: top;
  width: 163px; }
  .contacts-city a {
    color: black;
    display: block;
    font-size: 14px;
    line-height: 1.714;
    text-decoration: underline; }
    .contacts-city a:hover {
      color: #e61d13; }

.product {
  margin-top: 25px; }
  .product .title {
    font-size: 29px;
    margin-right: 10px;
    margin-top: 10px !important; }
    .product .title:after {
      margin-top: 18px; }
  .product__img {
    border: 5px solid #e7e7e7;
    font-size: 0;
    height: 360px;
    line-height: 350px;
    text-align: center;
    width: 360px; }
    @media screen and (max-width: 610px) {
      .product__img {
        max-width: 340px; } }
    .product__img:after {
      content: ".";
      font-size: 0; }
    .product__img img {
      vertical-align: middle; }
  .product__mini-img {
    font-size: 0;
    padding-top: 11px; }
    .product__mini-img img {
      border: 2px solid #e1e1e1;
      cursor: pointer;
      margin-right: 9px;
      max-width: 75px; }
      .product__mini-img img:hover {
        border-color: #e93c33; }
  .product__tabs {
    margin-top: 40px; }
    .product__tabs .tab {
      background-color: #eeeeee;
      border-radius: 12px;
      color: black;
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      height: 27px;
      line-height: 29px;
      margin-bottom: 11px;
      margin-right: 5px;
      padding: 0 15px;
      text-align: center;
      text-transform: uppercase; }
      .product__tabs .tab:hover, .product__tabs .tab.is-active {
        background-color: #e61d13;
        color: #fff; }
    .product__tabs .tab-content {
      border-top: 2px solid #eee;
      font-size: 14px;
      line-height: 19px;
      margin-top: 4px;
      padding-top: 15px; }
      .product__tabs .tab-content.hider {
        border: 0;
        height: 0;
        margin: 0;
        overflow: hidden;
        padding: 0; }
  .product-item__price {
    color: #e61d13;
    display: inline-block;
    font-size: 30px !important;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left; }
    .product-item__price span {
      color: black;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.286;
      text-align: center; }
      .product-item__price span sup {
        font-size: 9px; }
  .product-item__noprice {
    font-size: 14px;
    margin-top: -10px; }
    .product-item__noprice span {
      border-bottom: 1px dashed;
      color: #e61d13;
      cursor: pointer; }
      .product-item__noprice span:hover {
        border-bottom-color: transparent; }
  .product-item__tocart {
    background-color: #e31d13;
    border-color: #ff625a;
    border-radius: 14px;
    border-style: solid;
    border-width: 2px;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    height: 29px;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 124px; }
    @media (max-width: 991px) {
      .product-item__tocart {
        margin-top: 15px; } }
  .product-item__tocart {
    background-color: #e31d13;
    border-color: #ff625a;
    border-radius: 19px;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    font-size: 14px;
    height: 41px;
    letter-spacing: 1px;
    line-height: 38px;
    width: 310px; }
  .product-item__quickorder {
    background-color: #e31d13;
    border-color: #ff625a;
    border-radius: 19px;
    border-style: solid;
    border-width: 2px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    height: 41px;
    letter-spacing: 1px;
    line-height: 38px;
    margin-top: 14px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 310px; }
    @media (max-width: 991px) {
      .product-item__quickorder {
        margin-top: 15px; } }
  .product-item__tocart-offer {
    background-color: #e31d13;
    border-color: #ff625a;
    border-radius: 14px;
    border-style: solid;
    border-width: 2px;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    height: 29px;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 124px; }
    @media (max-width: 991px) {
      .product-item__tocart-offer {
        margin-top: 15px; } }
  .product-item__tocart-offer {
    background-color: #e31d13;
    border-color: #ff625a;
    border-radius: 19px;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    font-size: 14px;
    height: 41px;
    letter-spacing: 1px;
    line-height: 38px;
    width: 310px; }
  .product-item__tocart-offer2 {
    background-color: #e31d13;
    border-color: #ff625a;
    border-radius: 15px;
    border-style: solid;
    border-width: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    height: 36px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 129px; }
    @media (max-width: 991px) {
      .product-item__tocart-offer2 {
        margin-top: 15px; } }
    .product-item__tocart-offer2:disabled {
      background-color: #cfcfcf;
      border-color: #e9e9e9;
      color: #fff; }
  .product .catalog-item__buy .quantity_block {
    margin-left: 0; }
  .product .quantity_block {
    margin-left: 18px;
    width: 135px; }
    .product .quantity_block input {
      width: 85px; }
  .product .quantity_block.quantity_block-mini {
    margin-left: 18px;
    width: 127px; }
    .product .quantity_block.quantity_block-mini input {
      width: 77px; }
  .product .before-buy {
    color: #a0a0a0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.2px;
    line-height: 2.167;
    margin-top: -14px; }
  .product .product-stock {
    color: #000;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.2px;
    line-height: 2.167;
    margin-bottom: 5px;
    margin-top: -7px; }
  .product .before-offer-param {
    color: black;
    font-family: "Muller";
    font-size: 14px;
    font-weight: bold;
    line-height: 1.857;
    margin-bottom: 25px;
    margin-top: 12px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    z-index: 223; }
    .product .before-offer-param.active:after {
      border-color: #000000 transparent transparent transparent;
      border-width: 5px 3px 0 3px; }
    .product .before-offer-param:after {
      border-color: transparent transparent #000000 transparent;
      border-style: solid;
      border-width: 0 3px 5px 3px;
      content: "";
      display: inline-block;
      height: 0;
      margin-left: 4px;
      vertical-align: middle;
      width: 0; }
    .product .before-offer-param:before {
      background-color: black;
      bottom: -10px;
      content: "";
      display: block;
      height: 1px;
      margin-top: 11px;
      position: absolute;
      width: 94px; }
  .product p + .quantity_block {
    margin-bottom: 20px;
    margin-left: 0; }
  .product .order-now__title {
    font-size: 22px;
    font-weight: bold;
    padding: 12px 0 8px; }
    .product .order-now__title small {
      display: block;
      font-weight: normal;
      margin-top: -10px; }
  .product .order-now input[type="text"] {
    background-color: white;
    border-color: #e7e7e7;
    border-radius: 16px;
    border-style: solid;
    border-width: 4px;
    color: #444444;
    font-family: "Muller", serif;
    font-size: 16px;
    height: 34px;
    margin-bottom: 5px;
    padding-top: 2px;
    text-align: left;
    text-indent: 10px;
    width: 312px; }
  .product .order-now textarea {
    background-color: white;
    border-color: #e7e7e7;
    border-radius: 16px;
    border-style: solid;
    border-width: 4px;
    color: #444444;
    font-family: "Muller", serif;
    font-size: 16px;
    height: 66px;
    margin-bottom: 5px;
    padding-top: 7px;
    text-align: left;
    text-indent: 10px;
    width: 312px; }

.quickorder {
  background-color: #e31d13;
  border-color: #ff625a;
  border-radius: 19px;
  border-style: solid;
  border-width: 2px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  height: 41px;
  letter-spacing: 1px;
  line-height: 38px;
  margin-top: 14px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  width: 215px; }
  @media (max-width: 991px) {
    .quickorder {
      margin-top: 15px; } }

.catalog-slider .slick-track, .prod-slider .slick-track {
  padding: 0 30px 40px; }

.catalog-slider .slick-arrow, .prod-slider .slick-arrow {
  background: url("../img/arrow.png?v=2");
  border: 0;
  bottom: 0;
  font-size: 0;
  height: 76px;
  margin: auto;
  position: absolute;
  top: -40px;
  width: 14px;
  z-index: 100; }

.catalog-slider .slick-prev, .prod-slider .slick-prev {
  left: 0px;
  width: 70px; }
  @media (max-width: 575px) {
    .catalog-slider .slick-prev, .prod-slider .slick-prev {
      left: 10px; } }

.catalog-slider .slick-next, .prod-slider .slick-next {
  background-position: 100% 0;
  right: 0px;
  width: 70px; }
  @media (max-width: 575px) {
    .catalog-slider .slick-next, .prod-slider .slick-next {
      right: 10px; } }

.prod-slider .slick-prev {
  left: -12px; }
  @media (max-width: 575px) {
    .prod-slider .slick-prev {
      bottom: auto;
      display: block;
      left: 20px;
      top: 60px;
      width: 70px; } }

.prod-slider .slick-next {
  right: -12x; }
  @media (max-width: 575px) {
    .prod-slider .slick-next {
      bottom: auto;
      display: block;
      right: 20px;
      top: 60px;
      width: 70px; } }

.prod-slider .slick-track {
  padding: 0 0 0px 0; }

.selector {
  background: 100% 42% no-repeat;
  color: #2d2d2d;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.333;
  margin-right: 12px;
  padding-right: 20px;
  text-align: left;
  /*  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='rgb(45, 45, 45)' d='M14.707,1.707 L7.707,8.707 L7.500,8.500 L7.293,8.707 L0.293,1.707 L1.707,0.293 L7.500,6.086 L13.293,0.293 L14.707,1.707 Z'/%3E%3C/svg%3E") 100% 42% no-repeat;
  */
  text-transform: uppercase; }
  .selector.is-active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='rgb(230, 29, 19)' d='M14.707,1.707 L7.707,8.707 L7.500,8.500 L7.293,8.707 L0.293,1.707 L1.707,0.293 L7.500,6.086 L13.293,0.293 L14.707,1.707 Z'/%3E%3C/svg%3E");
    color: #e61d13; }

.product-table + .product-table {
  display: none; }

.product-table table {
  border-collapse: collapse;
  margin-top: 17px;
  width: 100%; }
  @media (max-width: 767px) {
    .product-table table thead {
      display: none; } }
  .product-table table th {
    background-color: #f4f4f4;
    border-left: 5px solid #fff;
    color: black;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 1.833;
    padding-left: 5px;
    text-align: left; }
    .product-table table th:first-child {
      border-left: 5px solid #f4f4f4; }
    .product-table table th:last-child {
      border-right: 5px solid #f4f4f4; }
  .product-table table td {
    border-bottom: 3px solid #f4f4f4;
    border-left: 5px solid #f4f4f4;
    color: black;
    font-size: 14px;
    line-height: 1.295;
    padding-bottom: 11px;
    padding-top: 12px;
    text-align: left;
    vertical-align: top; }
    .product-table table td:last-child {
      border-right: 5px solid #f4f4f4; }

.basket-items-list-table {
  /*background: #ececec;*/ }
  .basket-items-list-table thead td {
    background: #ececec;
    color: #262626;
    font-size: 11px;
    font-weight: bold;
    height: 45px;
    line-height: 3.017;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap; }
  .basket-items-list-table tbody td {
    background: #fff;
    padding-top: 19px; }

.basket-item-info-name-link {
  font-size: 14px; }

.sale-order-list-title-container, .sale-order-detail-general-head {
  background: #f2f5f7 !important; }

.sale-order-detail-general-item {
  color: #000 !important; }

.sale-personal-section-index-block-link h2 {
  color: #fff; }

.sale-order-detail-about-order-inner-container-repeat-button {
  background: #e61d13 !important; }

@media (max-width: 1199px) {
  .container {
    position: static; }
  .left-sidebar {
    background: #fff;
    height: 100%;
    left: 0;
    margin-left: 0;
    position: absolute;
    transform: translateX(-100%);
    transition: transform 0.7s;
    z-index: 999;
    /*-webkit-box-shadow: 6px 0px 5px 0px rgba(204,204,204,0.75);
    -moz-box-shadow: 6px 0px 5px 0px rgba(204,204,204,0.75);
    box-shadow: 6px 0px 5px 0px rgba(204,204,204,0.75);
*/ }
    .left-sidebar.active {
      transform: translateX(0); }
    .left-sidebar__bg {
      height: 100%;
      overflow-y: scroll;
      padding-left: 8px;
      position: absolute;
      width: 100%; }
    .left-sidebar__shower {
      background: url("../img/line-center-big.svg") 100% 0;
      background-size: cover;
      bottom: 0;
      cursor: pointer;
      display: block;
      height: 50px;
      margin: auto;
      position: absolute;
      right: -25px;
      text-align: center;
      text-decoration: none;
      top: 0;
      width: 25px; }
    .left-sidebar .left-sidebar__banner, .left-sidebar .main-slider {
      display: none !important; }
  .right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

.buy_offer .jq-selectbox__select {
  border: 1px solid #ccc; }

.color-list {
  font-size: 0;
  padding-top: 10px; }

.color-select {
  border: 1px solid #eee;
  color: #000;
  display: inline-block;
  font-size: 8px;
  height: 20px;
  line-height: 21px;
  margin-bottom: 5px;
  margin-right: 5px;
  text-align: center;
  text-indent: -5000px;
  width: 20px; }

input:checked + .color-select {
  border: 1px solid #000; }

.text .slick-arrow {
  background: url("../img/slider-arrow.png");
  border: 0;
  bottom: 0;
  font-size: 0;
  height: 95px;
  margin: auto;
  position: absolute;
  top: -40px;
  width: 28px;
  z-index: 100; }
  @media (max-width: 767px) {
    .text .slick-arrow {
      display: none !important; } }

.text .slick-prev {
  left: 20px; }

.text .slick-next {
  background-position: 100% 0;
  right: 20px; }

.har-list__item {
  padding: 4px 0 3px 9px; }
  .har-list__item b {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
  .har-list__item span {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 40%; }

.har-list__item:nth-child(even) {
  background: #f3f3f3; }

.prod-slider .slick-list {
  width: 100%; }

div.bx-yandex-map {
  box-sizing: content-box; }

#map2 {
  box-sizing: content-box; }

.skiptranslate {
  display: none; }

.page_fix {
  top: 0 !important; }

.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

.ov_form, .ov_popup {
  background-color: white;
  border: 10px solid #e61d13;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  margin: auto;
  max-width: 535px;
  padding-bottom: 40px;
  position: absolute;
  right: 0;
  top: 150px;
  z-index: 10001; }

.ov_form .close, .ov_popup .close {
  cursor: pointer;
  height: 32px;
  opacity: 0.3;
  position: absolute;
  right: 11px;
  top: 11px;
  width: 32px; }

.ov_form .close:hover, .ov_popup .close:hover {
  opacity: 1; }

.ov_form .close:before, .ov_popup .close:before, .close:after {
  background-color: #333;
  content: " ";
  height: 33px;
  left: 15px;
  position: absolute;
  width: 2px; }

.ov_form .close:before, .ov_popup .close:before {
  transform: rotate(45deg); }

.ov_form .close:after, .ov_popup .close:after {
  transform: rotate(-45deg); }

.ov_wr .xheader {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
  text-transform: uppercase; }

.ov_form .ov_wr, .ov_popup .ov_wr {
  color: #7b3c28;
  font-size: 16px;
  line-height: 20px;
  margin: 54px auto auto;
  max-width: 416px; }

.ov_wr span {
  color: #2d2d2d;
  display: block;
  font-size: 14px;
  margin-bottom: 28px;
  text-align: center; }

.ov_wr .inputer {
  margin-top: 16px; }

.ov_wr input[type="text"], .ov_wr input[type="email"], .ov_wr input[type="password"], .ov_wr input[type="city"] {
  background-color: white;
  border-color: #eaeaea;
  border-style: solid;
  border-width: 3px;
  color: #a8a8a8;
  font-family: "pt_sans", sans-serif;
  font-size: 14px;
  height: 37px;
  margin-bottom: 5px;
  max-width: 95%;
  text-indent: 9px;
  width: 405px; }
  @media screen and (max-width: 610px) {
    .ov_wr input[type="text"], .ov_wr input[type="email"], .ov_wr input[type="password"], .ov_wr input[type="city"] {
      margin-left: 5%;
      max-width: 90%; } }

.ov_wr textarea {
  background-color: white;
  border-color: #eaeaea;
  border-style: solid;
  border-width: 3px;
  color: #a8a8a8;
  font-family: "pt_sans", sans-serif;
  font-size: 14px;
  height: 136px;
  margin-bottom: 20px;
  max-width: 95%;
  padding-left: 9px;
  padding-top: 5px;
  width: 396px;
  z-index: 176; }
  @media screen and (max-width: 610px) {
    .ov_wr textarea {
      margin-left: 5%;
      max-width: 90%; } }

.ov_wr2 {
  margin-top: 30px; }
  .ov_wr2 textarea {
    height: 212px; }

.ov_form .center {
  margin-top: 8px;
  text-align: center; }

.center {
  text-align: center; }

.ov_form .button, .ov_popup .button {
  background-color: #e31d13;
  border-color: #ff625a;
  border-radius: 14px;
  border-style: solid;
  border-width: 2px;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  height: 39px;
  letter-spacing: 1px;
  line-height: 28px;
  margin: 0 5px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: top;
  width: 224px; }

.ov_form .button.white {
  padding: 10px 30px; }

.ov_form .button.big {
  padding: 10px 35px; }

.calc_big_red {
  color: #e61d13;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.273;
  margin-top: 3px;
  text-align: left;
  text-transform: uppercase; }

.calc_result {
  font-size: 21px;
  font-weight: bold; }

.price-hide {
  height: 61px;
  width: 126px; }

.price-hide1 {
  padding-top: 21px; }

.price-hide2 {
  display: none; }

.price-hide:hover .price-hide1 {
  display: none; }

.price-hide:hover .price-hide2 {
  display: block; }

.input_city-search input {
  border: 0;
  font-size: 14px;
  height: 28px;
  margin-bottom: 17px;
  padding-left: 10px;
  width: 100%; }

.city-list-filter {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-fill: balance;
  -webkit-column-fill: balance;
  column-fill: balance;
  width: 100%; }
  @media screen and (max-width: 610px) {
    .city-list-filter {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }

.calc2__perf-head {
  color: #444444;
  font-size: 18px;
  line-height: 1.556;
  margin-bottom: 12px;
  margin-top: -18px;
  text-align: left; }

.calc2__perf-type {
  background-color: #e7e7e7;
  border-radius: 12px;
  display: inline-block;
  height: 98px;
  margin-right: 3px;
  width: 71px; }
  .calc2__perf-type:hover .calc2__perf-type__name, .calc2__perf-type.active .calc2__perf-type__name {
    background-color: #e61d13; }
  .calc2__perf-type:hover .calc2__perf-type__img, .calc2__perf-type.active .calc2__perf-type__img {
    border-color: #e61d13; }
  .calc2__perf-type__img {
    border-bottom: 0;
    border-color: transparent;
    border-radius: 12px 12px 0 0;
    border-style: solid;
    border-width: 2px;
    display: block;
    height: 70px;
    line-height: 64px;
    text-align: center; }
    .calc2__perf-type__img img {
      vertical-align: middle; }
  .calc2__perf-type__name {
    background-color: #767676;
    border-radius: 0 0 12px 12px;
    color: white;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 26px;
    line-height: 28px;
    text-align: center;
    width: 100%; }
  .calc2__perf-type input {
    display: none; }

.calc2__big_block {
  background-color: #f4f4f4;
  border-radius: 5px;
  margin-top: 49px;
  max-width: 777px;
  min-height: 269px;
  padding: 48px 26px;
  z-index: 183; }
  .calc2__big_block img {
    vertical-align: top; }
  .calc2__big_block__title {
    color: #444444;
    font-size: 18px;
    line-height: 1.556;
    text-align: left; }
  .calc2__big_block .fields {
    float: left;
    margin-top: 30px; }
  .calc2__big_block .fields + .fields {
    margin-right: 22px;
    margin-top: 134px; }
  .calc2__big_block .big_img {
    display: inline-block;
    vertical-align: top; }

.calc2__post-text {
  color: #0a0a0a;
  display: inline-block;
  float: right;
  font-size: 14px;
  line-height: 1.286;
  margin-top: 100px;
  text-align: left; }

@media screen and (max-width: 1000px) {
  .calc2__big_block .big_img {
    display: block;
    text-align: center;
    vertical-align: top; }
  .calc2__big_block .middle_img {
    display: block !important;
    margin-top: 28px;
    text-align: center;
    width: 100% !important; }
  .calc2__post-text {
    display: none; } }

.agree {
  font-size: 13px;
  margin-bottom: 17px; }
  .agree a {
    text-decoration: underline; }
    .agree a:hover {
      text-decoration: none; }

@media screen and (max-width: 610px) {
  .ov_wr .agree {
    margin-left: 5%;
    max-width: 90%; } }

.table-wrap {
  overflow-x: auto; }

table.table-1 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

table.table-1 th {
  font-weight: bold; }

table.table-2 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

table.table-2 th {
  font-weight: bold; }

@media screen and (max-width: 600px) {
  table.table-2 tr {
    display: block; }
  table.table-2 tr {
    margin-bottom: 30px; }
  table.table-2 th, table.table-2 td {
    display: block;
    text-align: center; } }

table.table-3 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

@media screen and (max-width: 600px) {
  table.table-3 {
    border: 0; }
  table.table-3 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  table.table-3 tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 30px; }
  table.table-3 td {
    display: block;
    text-align: right; }
  table.table-3 td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }
  table.table-3 td:last-child {
    border-bottom: 0; } }

/*кнопка звонка*/
.callback-bt {
  background: #38a3fd;
  border: 2px solid #38a3fd;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
  cursor: pointer;
  height: 68px;
  text-align: center;
  width: 71px;
  position: fixed;
  right: 8%;
  bottom: 18%;
  z-index: 999;
  transition: .3s;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite; }

.callback-bt .text-call {
  height: 68px;
  width: 68px;
  border-radius: 50%;
  position: relative;
  overflow: hidden; }

.callback-bt .text-call span {
  text-align: center;
  color: #38a3fd;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity .3s linear; }

.callback-bt .text-call:hover span {
  opacity: 1;
  font-size: 11px; }

.callback-bt:hover i {
  display: none; }

.callback-bt:hover {
  z-index: 1;
  background: #fff;
  color: transparent;
  transition: .3s; }

.callback-bt:hover i {
  color: #38a3fd;
  font-size: 40px;
  transition: .3s; }

.callback-bt i {
  color: #fff;
  font-size: 34px;
  line-height: 66px;
  transition: .5s ease-in-out; }

.callback-bt i {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2); }
  40% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2); }
  80% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067); }
  100% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0); } }

@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2); }
  40% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2); }
  80% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067); }
  100% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0); } }

/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg); }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg); }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg); }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg); }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg); }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg); }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg); }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg); }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg); }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg); }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg); } }

@-webkit-keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg); }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg); }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg); }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg); }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg); }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg); }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg); }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg); }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg); }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg); }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg); } }

/* конец кнопки звонка */

/*# sourceMappingURL=site.css.map */
