@charset "UTF-8";
/*=========================================
  THEME
=========================================*/
/* line 1, _layout.scss */
* {
  outline: none;
  -webkit-appearance: none; }

/* line 2, _layout.scss */
.main-header {
  color: #fff;
  background: #2f3034;
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  padding: 15px 0;
  z-index: 70;
  min-height: 71px; }
  @media (min-width: 1250px) {
    /* line 4, _layout.scss */
    .main-header .cell-logos {
      max-width: 20%;
      -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%; }
    /* line 5, _layout.scss */
    .main-header .cell-menu {
      max-width: 47%;
      -webkit-flex-basis: 47%;
      -ms-flex-preferred-size: 47%;
      flex-basis: 47%; }
    /* line 6, _layout.scss */
    .main-header .cell-socials {
      max-width: 17%;
      -webkit-flex-basis: 17%;
      -ms-flex-preferred-size: 17%;
      flex-basis: 17%; }
    /* line 7, _layout.scss */
    .main-header .cell-phones {
      max-width: 16%;
      -webkit-flex-basis: 16%;
      -ms-flex-preferred-size: 16%;
      flex-basis: 16%; } }
  /* line 9, _layout.scss */
  .main-header .bttn-burger {
    background: none;
    border: 0;
    border-bottom: 2px solid #fff;
    width: 30px;
    position: relative;
    padding: 0;
    margin: 0 29px 0 0;
    display: inline-block;
    vertical-align: middle;
    outline: none; }
    /* line 10, _layout.scss */
    .main-header .bttn-burger:before {
      content: "";
      border-top: 2px solid #fff;
      position: absolute;
      top: -10px;
      height: 10px;
      left: 0;
      width: 30px; }
    /* line 11, _layout.scss */
    .main-header .bttn-burger:after {
      content: "";
      border-bottom: 2px solid #fff;
      position: absolute;
      bottom: -12px;
      height: 10px;
      left: 0;
      width: 30px; }
    /* line 12, _layout.scss */
    .main-header .bttn-burger.active {
      border-bottom-color: #189ed9; }
      /* line 12, _layout.scss */
      .main-header .bttn-burger.active:before {
        border-top-color: #189ed9; }
      /* line 12, _layout.scss */
      .main-header .bttn-burger.active:after {
        border-bottom-color: #189ed9; }
  /* line 14, _layout.scss */
  .main-header .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 19px; }
    /* line 15, _layout.scss */
    .main-header .menu li {
      display: inline-block;
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 0 12px; }
    /* line 16, _layout.scss */
    .main-header .menu a {
      color: #bababa; }
      /* line 16, _layout.scss */
      .main-header .menu a:hover {
        color: #fff; }
    /* line 17, _layout.scss */
    .main-header .menu li.is-current a {
      color: #189ed9; }
  /* line 19, _layout.scss */
  .main-header .container {
    position: relative; }
  /* line 20, _layout.scss */
  .main-header .logotype img {
    vertical-align: middle; }
  /* line 21, _layout.scss */
  .main-header a {
    color: #fff; }
    /* line 21, _layout.scss */
    .main-header a:hover {
      color: #189ed9; }
  /* line 22, _layout.scss */
  .main-header .toggle_search {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px; }
  /* line 23, _layout.scss */
  .main-header .social-menu {
    display: inline-block;
    vertical-align: middle; }
    /* line 24, _layout.scss */
    .main-header .social-menu .social-menu-link {
      font-size: 20px;
      margin: 0 12px 0 0; }
  @media (max-width: 1090px) {
    /* line 27, _layout.scss */
    .main-header .menu li {
      text-transform: none;
      font-size: 12px;
      letter-spacing: 0; } }
  @media (max-width: 1024px) {
    /* line 30, _layout.scss */
    .main-header .social-menu {
      display: none; } }
  @media (max-width: 768px) {
    /* line 33, _layout.scss */
    .main-header .bttn-burger {
      margin: 0; } }
  /* line 35, _layout.scss */
  .main-header .phones {
    font-size: 14px;
    font-weight: 300;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 480px) {
    /* line 37, _layout.scss */
    .main-header .phones {
      display: none; }
    /* line 38, _layout.scss */
    .main-header .toggle_search {
      margin-right: 15px; }
    /* line 39, _layout.scss */
    .main-header .main-header {
      top: 45px; } }
  /* line 41, _layout.scss */
  .main-header .cart-widget {
    display: inline-block; }
  /* line 42, _layout.scss */
  .main-header .cart-widget-link {
    background: url(ico_cart.png) no-repeat;
    width: 23px;
    height: 20px;
    background-size: contain;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #fff !important; }
    /* line 43, _layout.scss */
    .main-header .cart-widget-link span {
      background: #f03;
      border-radius: 50%;
      position: absolute;
      top: -5px;
      left: 12px;
      min-width: 16px;
      height: 16px;
      text-align: center;
      font-size: 13px;
      font-weight: bold;
      line-height: 15px; }
  /* line 45, _layout.scss */
  .main-header .dynamic_basket-drop {
    right: 0;
    left: auto;
    padding-top: 7px;
    z-index: 70; }
  /* line 46, _layout.scss */
  .main-header .dynamic_basket-list {
    max-height: 185px;
    overflow: auto; }
  /* line 47, _layout.scss */
  .main-header .dynamic_basket {
    width: 270px;
    background: #f2f2f2;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    color: #191919; }
    /* line 48, _layout.scss */
    .main-header .dynamic_basket:before {
      top: -7px;
      content: "";
      position: absolute;
      right: 8px;
      border: 6px solid transparent;
      border-bottom: 8px solid #009fe3; }
    /* line 49, _layout.scss */
    .main-header .dynamic_basket-header {
      background: #009fe3;
      color: #fff;
      padding: 5px 22px; }
    /* line 50, _layout.scss */
    .main-header .dynamic_basket .dynamic_item {
      border-bottom: 1px solid #fff;
      padding: 12px 0; }
    /* line 51, _layout.scss */
    .main-header .dynamic_basket .dynamic_item-image {
      width: 50px; }
    /* line 52, _layout.scss */
    .main-header .dynamic_basket .dynamic_item-del {
      float: right;
      background: none;
      padding: 0;
      font-size: 18px;
      font-weight: bold; }
    /* line 53, _layout.scss */
    .main-header .dynamic_basket .dynamic_item-title {
      font-size: 14px;
      padding: 0 0 5px 20px; }
      /* line 53, _layout.scss */
      .main-header .dynamic_basket .dynamic_item-title .quantity {
        color: #009fe3; }
    /* line 54, _layout.scss */
    .main-header .dynamic_basket .dynamic_item-price {
      color: #189ed9;
      font-size: 18px;
      padding-left: 20px; }
    /* line 55, _layout.scss */
    .main-header .dynamic_basket form {
      padding: 2px 20px 20px; }
    /* line 56, _layout.scss */
    .main-header .dynamic_basket .dynamic_basket-empty {
      padding-top: 15px; }
    /* line 57, _layout.scss */
    .main-header .dynamic_basket-footer {
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      margin-top: 18px; }
      /* line 58, _layout.scss */
      .main-header .dynamic_basket-footer .price {
        color: #189ed9;
        font-size: 30px; }
      /* line 59, _layout.scss */
      .main-header .dynamic_basket-footer .dynamic_basket-submit {
        margin-top: 23px; }
    @media (max-width: 480px) {
      /* line 62, _layout.scss */
      .main-header .dynamic_basket form {
        padding: 2px 20px 15px; }
      /* line 63, _layout.scss */
      .main-header .dynamic_basket-footer {
        margin-top: 10px;
        font-size: 13px; }
        /* line 64, _layout.scss */
        .main-header .dynamic_basket-footer .price {
          font-size: 18px; }
        /* line 65, _layout.scss */
        .main-header .dynamic_basket-footer .dynamic_basket-submit {
          margin-top: 5px; }
        /* line 66, _layout.scss */
        .main-header .dynamic_basket-footer .bttn-prim {
          padding: 5px 10px; } }

/* line 71, _layout.scss */
.open_burger {
  overflow: hidden; }

/* line 72, _layout.scss */
.burger_menu {
  background: #f2f2f2;
  display: none;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  top: 116px;
  left: 0;
  right: 0;
  overflow: auto; }
  /* line 73, _layout.scss */
  .burger_menu.active {
    display: block; }
  /* line 74, _layout.scss */
  .burger_menu:before {
    top: -14px;
    content: "";
    position: absolute;
    left: 8px;
    border: 6px solid transparent;
    border-bottom: 8px solid #189ed9; }
  /* line 75, _layout.scss */
  .burger_menu .close {
    display: block;
    position: absolute;
    right: 8px;
    top: 9px;
    width: 15px;
    height: 15px; }
    /* line 76, _layout.scss */
    .burger_menu .close:before {
      content: "";
      border-top: 2px solid #fff;
      width: 15px;
      display: block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 7px;
      position: absolute; }
    /* line 77, _layout.scss */
    .burger_menu .close:after {
      content: "";
      border-top: 2px solid #fff;
      width: 15px;
      display: block;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 7px;
      position: absolute; }
  /* line 79, _layout.scss */
  .burger_menu .title {
    background: #189ed9;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 22px; }
  /* line 80, _layout.scss */
  .burger_menu ul {
    padding: 0;
    margin: 0 0 30px; }
  /* line 81, _layout.scss */
  .burger_menu ul ul {
    display: none; }
  /* line 82, _layout.scss */
  .burger_menu li.menu-item {
    display: block;
    font-size: 18px;
    padding: 0; }
    /* line 83, _layout.scss */
    .burger_menu li.menu-item a {
      color: #555;
      text-decoration: none;
      padding: 14px 15px;
      display: block;
      border-left: 14px solid transparent;
      border-bottom: 1px solid #ccc; }
      /* line 447, _mixins.scss */
      .burger_menu li.menu-item a:hover {
        color: #189ed9;
        text-decoration: none; }
    /* line 84, _layout.scss */
    .burger_menu li.menu-item a.js-link-submenu {
      font-weight: bold; }
    /* line 85, _layout.scss */
    .burger_menu li.menu-item .cart_total_price {
      color: #189ed9;
      margin-left: 10px; }
    /* line 86, _layout.scss */
    .burger_menu li.menu-item li.menu-item {
      margin-left: 15px; }
      /* line 86, _layout.scss */
      .burger_menu li.menu-item li.menu-item a {
        border-bottom: 1px solid #dedede; }
    /* line 87, _layout.scss */
    .burger_menu li.menu-item .ico_plus {
      margin-left: 20px;
      text-align: center;
      width: 25px; }
    /* line 88, _layout.scss */
    .burger_menu li.menu-item.is-current a {
      color: #189ed9;
      border-left-color: #189ed9; }
  /* line 90, _layout.scss */
  .burger_menu li.menu_collections a {
    color: #000;
    text-decoration: none; }
    /* line 447, _mixins.scss */
    .burger_menu li.menu_collections a:hover {
      color: #189ed9;
      text-decoration: none; }
  /* line 91, _layout.scss */
  .burger_menu .phones {
    text-align: center;
    padding: 35px 0 10px; }
    /* line 92, _layout.scss */
    .burger_menu .phones a {
      color: #000;
      text-decoration: none;
      display: inline-block !important;
      margin: 0 0 10px !important;
      font-size: 26px !important;
      font-weight: normal !important; }
  /* line 94, _layout.scss */
  .burger_menu .social-menu {
    text-align: center;
    display: block !important;
    margin-bottom: 20px; }
  /* line 95, _layout.scss */
  .burger_menu .social-menu-item {
    text-align: center; }
    /* line 96, _layout.scss */
    .burger_menu .social-menu-item a {
      color: #000;
      text-decoration: none;
      margin: 0 10px !important; }
  /* line 98, _layout.scss */
  .burger_menu .ico_dzen {
    margin-left: 0;
    background: url(ico_dzen_b_black.png) no-repeat; }

/* line 101, _layout.scss */
.top-search {
  background-color: white;
  border: 1px solid #d8d8d8;
  display: none;
  height: 48px;
  max-width: 1200px;
  padding: 10px 30px;
  position: fixed;
  top: 71px;
  width: 100%;
  z-index: 1002;
  text-align: center;
  left: 50%;
  transform: translateX(-50%); }

/* line 115, _layout.scss */
.top-search form {
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden; }

/* line 121, _layout.scss */
.top-search input {
  background-color: #d8d8d8;
  border: medium none;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  display: block;
  float: left;
  height: 28px;
  margin: 0;
  padding: 0 5px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px); }
  /* line 133, _layout.scss */
  .top-search input::placeholder {
    color: #000; }

/* line 136, _layout.scss */
.top-search button {
  background: #009fe3;
  border: medium none;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  color: white;
  height: 28px;
  padding: 4px 10px;
  display: block;
  float: left; }

/* line 150, _layout.scss */
.top-search button:hover {
  background: #191919; }

/* line 154, _layout.scss */
.top-search span {
  color: #666666;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 11px; }

/* line 162, _layout.scss */
.top-search span i {
  font-size: 16px; }

/* line 166, _layout.scss */
.lk-wrapper {
  background: #d3d4d9;
  position: fixed;
  left: 0;
  right: 0;
  top: 165px;
  height: 55px;
  z-index: 50; }

/* line 167, _layout.scss */
.topmenu {
  background: #191919;
  position: fixed;
  left: 0;
  right: 0;
  top: 122px;
  padding: 14px 0;
  z-index: 50; }
  /* line 168, _layout.scss */
  .topmenu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    text-align: left;
    text-align-last: left; }
    /* line 169, _layout.scss */
    .topmenu .menu li {
      display: inline-block;
      font-size: 14px;
      padding: 0 7px;
      position: relative; }
    /* line 170, _layout.scss */
    .topmenu .menu a {
      color: #bababa; }
      /* line 170, _layout.scss */
      .topmenu .menu a:hover {
        color: #fff; }
    /* line 171, _layout.scss */
    .topmenu .menu li.is-current a {
      color: #189ed9; }
    /* line 172, _layout.scss */
    .topmenu .menu ul {
      display: none;
      text-align: left;
      text-align-last: left; }
    /* line 173, _layout.scss */
    .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul {
      display: block;
      position: absolute;
      top: 100%;
      left: -18px;
      background: #191919;
      z-index: 10;
      min-width: 270px;
      padding: 20px 25px 15px; }
      /* line 174, _layout.scss */
      .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul li {
        display: block;
        padding: 5px 0;
        font-size: 12px; }
      /* line 175, _layout.scss */
      .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul a {
        color: #fff; }
        /* line 175, _layout.scss */
        .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul a:hover {
          color: #189ed9; }
      /* line 176, _layout.scss */
      .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul .list_dji {
        float: right;
        width: 40%;
        order: -1;
        border-left: 1px solid #fff;
        padding: 0; }
        /* line 176, _layout.scss */
        .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul .list_dji ul {
          margin: 0;
          display: block; }
        /* line 176, _layout.scss */
        .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul .list_dji ~ li {
          width: 50%; }
      /* line 177, _layout.scss */
      .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul .list_sp {
        float: right;
        width: 40%;
        order: -1;
        border-left: 1px solid #fff;
        padding: 0; }
        /* line 177, _layout.scss */
        .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul .list_sp ul {
          margin: 0;
          display: block; }
        /* line 177, _layout.scss */
        .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul .list_sp ~ li {
          width: 50%; }
      /* line 178, _layout.scss */
      .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul .list_hyp {
        float: right;
        width: 50%;
        order: -1;
        border-left: 1px solid #fff;
        padding: 0 0 30px 0;
        margin-top: 0; }
        /* line 178, _layout.scss */
        .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul .list_hyp ul {
          margin: 0;
          display: block; }
        /* line 178, _layout.scss */
        .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul .list_hyp ~ li {
          width: 50%; }
      /* line 179, _layout.scss */
      .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul .list_gopro {
        float: right;
        width: 45%;
        order: -1;
        border-left: 1px solid #fff;
        padding: 0 0 20px 0;
        margin-top: 0; }
        /* line 179, _layout.scss */
        .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul .list_gopro ul {
          margin: 0;
          display: block; }
        /* line 179, _layout.scss */
        .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul .list_gopro ~ li {
          width: 50%; }
    /* line 181, _layout.scss */
    .topmenu .menu .item-is-kvadrokoptery > ul, .topmenu .menu .item-is-dlya-smartfona > ul, .topmenu .menu .item-is-hyperice > ul, .topmenu .menu .item-is-dlya-ekshn-kamer > ul {
      width: 400px; }

/* line 184, _layout.scss */
body {
  padding-top: 165px; }
  /* line 185, _layout.scss */
  body:not(.template-is-index) {
    padding-top: 210px; }

/* line 187, _layout.scss */
.template-is-page_Actions.not-index-page {
  padding-top: 115px; }

/* line 191, _layout.scss */
.template-is-page_Actions .page-actions-wrapper {
  display: none; }

/* line 194, _layout.scss */
.template-is-page_Actions .item .toggling {
  cursor: pointer; }

/* line 197, _layout.scss */
.template-is-product .article_preview-title {
  height: 79px;
  overflow: hidden; }

/* line 202, _layout.scss */
.js-article-slider {
  background: #f2f2f2;
  padding: 60px 0 60px;
  margin-bottom: -40px; }

/* line 208, _layout.scss */
.articles-slider-wrapper {
  position: relative;
  padding: 24px 0 0;
  /*margin: 0 50px;*/ }

@media (max-width: 480px) {
  /* line 215, _layout.scss */
  .articles-slider-wrapper {
    margin: 0 25px; }

  /* line 219, _layout.scss */
  .articles-control-prev {
    left: -25px !important; }

  /* line 223, _layout.scss */
  .articles-control-next {
    right: -25px !important; } }
/* line 228, _layout.scss */
.promo-slider-wrapper {
  position: relative; }
  /* line 229, _layout.scss */
  .promo-slider-wrapper .slide-absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    width: 100%; }
  /* line 230, _layout.scss */
  .promo-slider-wrapper .slide-content {
    padding-top: 71px;
    text-align: center;
    color: #fff; }
  /* line 231, _layout.scss */
  .promo-slider-wrapper .slide-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px; }
  /* line 232, _layout.scss */
  .promo-slider-wrapper .slide-description {
    font-size: 18px; }
    /* line 232, _layout.scss */
    .promo-slider-wrapper .slide-description p {
      margin: 0; }
  /* line 233, _layout.scss */
  .promo-slider-wrapper .but_more {
    position: absolute;
    bottom: 102px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px; }
    /* line 234, _layout.scss */
    .promo-slider-wrapper .but_more:hover {
      opacity: 0.7; }
  /* line 236, _layout.scss */
  .promo-slider-wrapper .swiper-pagination {
    bottom: 17px;
    left: 0;
    right: 0; }
  /* line 237, _layout.scss */
  .promo-slider-wrapper .swiper-pagination-bullet {
    background: #acacac;
    opacity: 1;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    position: relative;
    top: -1px; }
  /* line 238, _layout.scss */
  .promo-slider-wrapper .swiper-pagination-bullet-active {
    background: #009fe3; }
  /* line 240, _layout.scss */
  .promo-slider-wrapper .swiper-button-next, .promo-slider-wrapper .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    background: url(arrows.png) no-repeat 100% 0 !important;
    background-size: cover !important;
    width: 18px;
    height: 40px; }
  /* line 241, _layout.scss */
  .promo-slider-wrapper .swiper-button-prev, .promo-slider-wrapper .swiper-container-rtl .swiper-button-next {
    left: 10px;
    background: url(arrows.png) no-repeat !important;
    background-size: cover !important;
    width: 18px;
    height: 40px; }
  /* line 242, _layout.scss */
  .promo-slider-wrapper .swiper-button-next:before, .promo-slider-wrapper .swiper-container-rtl .swiper-button-prev:before, .promo-slider-wrapper .swiper-button-prev:before, .promo-slider-wrapper .swiper-container-rtl .swiper-button-next:before {
    display: none; }

/*.wrap_main_categories {margin-bottom: 175px;}
.main_cats {background: #189ed9; position: relative; padding: 28px 70px 44px; margin: 150px auto 40px; max-width: 1170px; color: #fff;
	& ~ & {margin-top: 177px;}
	.title {font-size: 48px; font-weight: bold; margin-bottom: 8px;}
	img {position: absolute; top: -67px; right: 110px; max-height: none; z-index: 9;}
	p {margin: 0;}
	.button {min-width: 186px; text-align: center; margin-top: 24px;}
	&.item_even {text-align: right;
		img {left: -25px; top: -46px;}
	}
	&:nth-child(3) {
		img {top: -81px;}
	}
	&:before {content: '';position: absolute;top: -1px;left: 0; right: 0;padding-bottom: 18px;background: #fff;-webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);clip-path: polygon(0% 0%, 100% 0%, 50% 100%);}
	&:after {content: '';position: absolute;bottom: -1px;left: 0; right: 0;padding-bottom: 18px;background: #fff;-webkit-clip-path: polygon(50% 0%, 0 100%, 100% 100%);
clip-path: polygon(50% 0, 0 100%, 100% 100%);}
}*/
/* line 263, _layout.scss */
.main_categories .main_category {
  padding: 0 2px 4px;
  text-align: center; }
  /* line 264, _layout.scss */
  .main_categories .main_category:first-child {
    padding-left: 0; }
  /* line 265, _layout.scss */
  .main_categories .main_category:last-child {
    padding-right: 0; }
/* line 267, _layout.scss */
.main_categories .image {
  display: block;
  height: 170px;
  line-height: 170px;
  margin-bottom: 12px; }
  /* line 267, _layout.scss */
  .main_categories .image img {
    vertical-align: middle;
    max-width: 200px; }
/* line 268, _layout.scss */
.main_categories a {
  background: #ebebeb;
  padding: 15px;
  display: block;
  color: #2d2e30;
  text-decoration: none; }
  /* line 268, _layout.scss */
  .main_categories a:hover {
    color: #189ed9; }
@media (min-width: 1024px) {
  /* line 270, _layout.scss */
  .main_categories .main_category {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }

/* line 273, _layout.scss */
.icon_site {
  background: url(ico_site.png) no-repeat center;
  height: 43px;
  margin: 125px 0 35px; }

/* line 274, _layout.scss */
.about_main {
  background: #ebebeb;
  color: #000;
  padding: 25px 0 35px;
  position: relative; }
  /* line 275, _layout.scss */
  .about_main img {
    max-width: 230px; }
  /* line 276, _layout.scss */
  .about_main h1 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px; }
  /* line 277, _layout.scss */
  .about_main + footer {
    margin: 0; }

/*.news_main {
	.row {margin: 0 -15px;}
	[class*='cell-'] {padding: 0 15px;}
	.article_preview {padding: 20px 0; margin: 0; height: 100%;
		.date {font-size: 12px;}
		.title {font-size: 18px; font-weight: bold; margin-bottom: 6px; display: block; color: #189ed9; text-decoration: none; &:hover {color: #000;}}
		p {margin: 0 0 10px;}
	}
	[class*='cell-']:first-child .article_preview, [class*='cell-']:nth-child(2) .article_preview {border-bottom: 1px dotted #000;}
	.but_black {width: 190px; height: 34px; line-height: 24px; &:hover {background: #ccc; color: #000;}}
}*/
/* line 290, _layout.scss */
.news_main {
  padding: 30px 0; }
  /* line 291, _layout.scss */
  .news_main .cell_grid {
    padding: 0 4px 16px; }
  /* line 292, _layout.scss */
  .news_main .title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px; }
  /* line 293, _layout.scss */
  .news_main .subtitle {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px; }
  /* line 294, _layout.scss */
  .news_main .article_preview {
    padding-bottom: 8px; }
  /* line 295, _layout.scss */
  .news_main .article_preview .article_preview-image {
    overflow: hidden;
    margin-bottom: 10px; }
  /* line 296, _layout.scss */
  .news_main .article_preview .article_preview-image img {
    vertical-align: bottom;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  /* line 297, _layout.scss */
  .news_main .article_preview .article_preview-image a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  /* line 298, _layout.scss */
  .news_main .article_preview-title {
    font-size: 14px;
    max-width: 250px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 5px; }
  /* line 299, _layout.scss */
  .news_main .article-date {
    color: #959595; }
  @media screen and (min-width: 768px) {
    /* line 301, _layout.scss */
    .news_main .cell_first {
      max-width: 54.6%;
      -webkit-flex-basis: 54.6%;
      -ms-flex-preferred-size: 54.6%;
      flex-basis: 55%; }
    /* line 302, _layout.scss */
    .news_main .cell_other {
      max-width: 45.2%;
      -webkit-flex-basis: 45.2%;
      -ms-flex-preferred-size: 45.2%;
      flex-basis: 45.2%; } }

/* line 305, _layout.scss */
.title_next {
  margin-bottom: 7px; }

/* line 306, _layout.scss */
.title_next, .article_next {
  font-size: 14px; }

/* line 307, _layout.scss */
.form_newsletter p {
  font-size: 14px; }

/* line 308, _layout.scss */
footer {
  color: #bababa;
  background: #191919;
  position: relative;
  z-index: 10;
  padding: 60px 0 40px;
  font-size: 16px;
  margin-top: 40px; }
  /* line 309, _layout.scss */
  footer .menu {
    margin: 0 20px 0 0;
    list-style: none;
    padding: 0; }
    /* line 310, _layout.scss */
    footer .menu li {
      margin-bottom: 8px; }
    /* line 311, _layout.scss */
    footer .menu a {
      color: #bababa; }
      /* line 311, _layout.scss */
      footer .menu a:hover {
        color: #189ed9; }
  /* line 313, _layout.scss */
  footer .form_newsletter {
    border-left: 1px solid #189ed9;
    padding-left: 115px; }
    /* line 314, _layout.scss */
    footer .form_newsletter .title {
      font-size: 24px;
      font-weight: bold;
      color: #fff; }
    /* line 315, _layout.scss */
    footer .form_newsletter input[type="text"] {
      border: 0;
      background: none;
      border-bottom: 1px solid #474747;
      color: #fff;
      padding: 3px 0;
      margin: 20px 0 30px;
      font-style: italic;
      font-size: 18px;
      width: 270px;
      max-width: 100%; }
      /* line 316, _layout.scss */
      footer .form_newsletter input[type="text"]::placeholder {
        color: #474747; }
    /* line 318, _layout.scss */
    footer .form_newsletter .yandex {
      padding-top: 20px; }
    /* line 319, _layout.scss */
    footer .form_newsletter .button {
      padding: 3px 5px;
      width: 176px;
      height: 30px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold; }
      /* line 320, _layout.scss */
      footer .form_newsletter .button:hover {
        color: #fff;
        background: #189ed9; }
  /* line 324, _layout.scss */
  footer .phone.in-footer {
    font-weight: 300;
    font-size: 22px; }
  /* line 325, _layout.scss */
  footer .address {
    margin-top: 10px; }
  /* line 326, _layout.scss */
  footer .address p {
    font-size: 14px; }
  /* line 327, _layout.scss */
  footer a {
    color: #fff; }
    /* line 327, _layout.scss */
    footer a:hover {
      color: #189ed9; }
  /* line 328, _layout.scss */
  footer .copyright {
    color: #626262;
    font-size: 12px;
    margin-top: 30px; }

/* line 331, _layout.scss */
.blog_grid .cell_grid {
  padding: 0 8px 16px; }
/* line 332, _layout.scss */
.blog_grid .article_preview {
  padding: 0;
  margin-bottom: 0;
  border: 0;
  background: #23232a;
  height: 100%; }
/* line 333, _layout.scss */
.blog_grid .article_preview .article_preview-image {
  padding: 0;
  overflow: hidden; }
  /* line 334, _layout.scss */
  .blog_grid .article_preview .article_preview-image img {
    vertical-align: bottom;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  /* line 335, _layout.scss */
  .blog_grid .article_preview .article_preview-image a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
/* line 337, _layout.scss */
.blog_grid .article_preview-caption {
  background: #23232a;
  padding: 20px; }
/* line 338, _layout.scss */
.blog_grid .article_preview-title {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal; }
  /* line 339, _layout.scss */
  .blog_grid .article_preview-title a {
    color: #fff; }
/* line 341, _layout.scss */
.blog_grid .article-date {
  color: #5b5b66;
  font-size: 12px;
  font-style: italic; }

/* line 344, _layout.scss */
.pos_relative {
  position: relative; }

/* line 345, _layout.scss */
.social-menu-link {
  display: none;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 15px;
  font-size: 32px; }

/* line 351, _layout.scss */
.social-menu-item {
  vertical-align: middle; }

/* line 352, _layout.scss */
.social-menu-link.is-z {
  display: block; }

/* line 353, _layout.scss */
.fa-z {
  background: url(ico_dzen.png) center center no-repeat;
  display: inline-block;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: relative;
  top: 2px; }
  /* line 360, _layout.scss */
  .fa-z:hover {
    background-image: url(ico_dzen_blue.png); }

/* line 362, _layout.scss */
.ico_dzen {
  /*background: url(ico_dzen_b.png) no-repeat;;*/
  background: url(yandex_zen_logo1.png) no-repeat;
  display: inline-block;
  width: 100px;
  width: 130px;
  height: 19px;
  height: 25px;
  margin-bottom: 25px; }
  /* line 363, _layout.scss */
  .ico_dzen:hover {
    /*background-image: url(ico_dzen_b_blue.png);*/
    background-image: url(yandex_zen_logo_bl1.png); }

/* line 366, _layout.scss */
.social-menu-link.is-vk {
  background-image: url("vk.svg");
  display: inline-block; }

/* line 371, _layout.scss */
.social-menu-link.is-facebook {
  background-image: url("facebook.svg");
  display: inline-block; }

/* line 376, _layout.scss */
.social-menu-link.is-youtube {
  background-image: url("youtube.svg");
  display: inline-block; }

/* line 381, _layout.scss */
.social-menu-link.is-instagram {
  background-image: url("instagram.svg");
  display: inline-block; }

/* line 386, _layout.scss */
.social-menu-link.is-twitter {
  background-image: url("twitter.svg");
  display: inline-block; }

/* line 391, _layout.scss */
.social-menu-link.is-t_me {
  background-image: url("t_me.svg");
  display: inline-block; }

/* line 396, _layout.scss */
.social-menu-link.is-odnoklassniki {
  background-image: url("ok-social.svg");
  display: inline-block; }

/* line 401, _layout.scss */
.social-menu-link.is-google-plus {
  background-image: url("google-plus.svg");
  display: inline-block; }

/* line 406, _layout.scss */
.social-menu.is-icon-font .social-menu-link {
  background-image: none; }

/* line 410, _layout.scss */
.page_delivery {
  font-size: 14px; }
  /* line 411, _layout.scss */
  .page_delivery .delivery_title {
    text-align: center;
    background: #191919;
    color: #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 70px;
    font-size: 18px; }
    /* line 412, _layout.scss */
    .page_delivery .delivery_title:after {
      content: '';
      position: absolute;
      bottom: -17px;
      left: 0;
      right: 0;
      padding-bottom: 18px;
      background: #191919;
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 50% 100%); }
  /* line 414, _layout.scss */
  .page_delivery .content {
    padding-bottom: 60px; }
  /* line 415, _layout.scss */
  .page_delivery .delivery_price {
    text-align: center;
    margin-bottom: 45px;
    font-size: 20px; }
    /* line 416, _layout.scss */
    .page_delivery .delivery_price [class*='cell-'] {
      min-height: 190px;
      margin-bottom: 10px; }
      /* line 417, _layout.scss */
      .page_delivery .delivery_price [class*='cell-'] .price {
        display: inline-block;
        color: #fff;
        background: #189ed9;
        border-radius: 50%;
        width: 122px;
        height: 122px;
        line-height: 120px;
        font-size: 22px;
        margin-bottom: 12px; }
  /* line 422, _layout.scss */
  .page_delivery .delivery_free {
    color: #bababa;
    max-width: 770px;
    margin: 0 auto 48px;
    padding: 0 35px; }
  /* line 424, _layout.scss */
  .page_delivery .content > p:first-child > img {
    margin-bottom: 40px; }
  /* line 425, _layout.scss */
  .page_delivery .content .row {
    margin: 0 -25px; }
  /* line 426, _layout.scss */
  .page_delivery .content .row {
    margin: 0; }
  /* line 427, _layout.scss */
  .page_delivery .content [class*='cell-'] {
    padding: 0 25px; }
  /* line 429, _layout.scss */
  .page_delivery .payments {
    font-size: 14px; }
    /* line 430, _layout.scss */
    .page_delivery .payments .row {
      margin: 0 -15px; }
    /* line 431, _layout.scss */
    .page_delivery .payments [class*='cell-'] {
      padding: 0 15px 45px; }
    /* line 432, _layout.scss */
    .page_delivery .payments img {
      display: block;
      margin: 0 auto 10px; }
    /* line 433, _layout.scss */
    .page_delivery .payments .title {
      font-size: 20px;
      text-align: center; }
    /* line 434, _layout.scss */
    .page_delivery .payments span {
      font-size: 12px; }

/* line 437, _layout.scss */
.page_delivery .delivery_price [class*='cell-'] .price.little {
  font-size: 18px; }

/* line 441, _layout.scss */
.page_delivery .delivery_price [class*='cell-'] .price.littles {
  font-size: 24px;
  position: relative;
  padding-top: 10px; }

/* line 447, _layout.scss */
.page_delivery .delivery_price [class*='cell-'] .price.littles .upper {
  position: absolute;
  width: 100%;
  top: -20px; }

/* line 453, _layout.scss */
.page_delivery .delivery_price [class*='cell-'] .price.little .fa-ruble:before, .page_delivery .delivery_price [class*='cell-'] .price.little .fa-rouble:before, .page_delivery .delivery_price [class*='cell-'] .price.little .fa-rub:before {
  display: none; }

/* line 457, _layout.scss */
.page_delivery .delivery_price [class*='cell-'] .price.littles .fa-rub:before {
  margin-left: 5px; }

/* line 461, _layout.scss */
.our_team {
  background: #189ed9;
  padding: 55px 100px 65px;
  position: relative;
  color: #fff;
  margin: 105px auto 100px;
  max-width: 975px;
  text-align: center; }
  /* line 462, _layout.scss */
  .our_team:before {
    content: '';
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    height: 18px;
    background: #189ed9;
    -webkit-clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0); }
  /* line 464, _layout.scss */
  .our_team .title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: bold; }
  /* line 465, _layout.scss */
  .our_team .name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px; }
  /* line 466, _layout.scss */
  .our_team .content {
    font-size: 16px;
    text-align: left; }
  /* line 467, _layout.scss */
  .our_team .team-control-prev {
    position: absolute;
    top: 200px;
    left: 100px; }
    /* line 467, _layout.scss */
    .our_team .team-control-prev:before {
      content: "\f053";
      font: 30px 'FontAwesome'; }
  /* line 468, _layout.scss */
  .our_team .team-control-next {
    position: absolute;
    top: 200px;
    right: 100px; }
    /* line 468, _layout.scss */
    .our_team .team-control-next:before {
      content: "\f054";
      font: 30px 'FontAwesome'; }
  /* line 469, _layout.scss */
  .our_team:after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    padding-bottom: 18px;
    background: #189ed9;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%); }
  /* line 472, _layout.scss */
  .our_team .swiper-slide-next img {
    margin: 30px 0 0 -165%;
    max-width: 70px;
    opacity: 0.4; }
  /* line 473, _layout.scss */
  .our_team .swiper-slide-prev img {
    margin: 30px -165% 0 0;
    max-width: 70px;
    opacity: 0.4; }
  /* line 474, _layout.scss */
  .our_team .swiper-slide-next + div img {
    margin: 45px 0 0 -345%;
    max-width: 45px;
    opacity: 0.2; }

/* line 476, _layout.scss */
.page-about-us .news_main {
  padding: 40px 0 100px; }

/* line 477, _layout.scss */
.bg_grey {
  background: #f2f2f2;
  position: relative;
  padding-top: 85px; }
  /* line 478, _layout.scss */
  .bg_grey:before {
    content: '';
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    height: 18px;
    background: #f2f2f2;
    -webkit-clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0); }
  /* line 480, _layout.scss */
  .bg_grey .wrap_history {
    margin-bottom: 125px; }
    /* line 481, _layout.scss */
    .bg_grey .wrap_history p {
      margin: 0 0 8px; }
  /* line 483, _layout.scss */
  .bg_grey + footer {
    margin: 0; }

/* line 485, _layout.scss */
.wrap_mission {
  background: #189ed9;
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  padding: 50px 70px 82px; }
  /* line 486, _layout.scss */
  .wrap_mission:before {
    content: '';
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    padding-bottom: 18px;
    background: #189ed9;
    -webkit-clip-path: polygon(50% 0%, 0 100%, 100% 100%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%); }
  /* line 487, _layout.scss */
  .wrap_mission h2 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: bold; }

/* line 490, _layout.scss */
.page-contacts .phone {
  font-size: 36px;
  color: #009fe3 !important;
  text-decoration: none !important;
  margin-bottom: 12px;
  display: inline-block; }
/* line 491, _layout.scss */
.page-contacts address {
  font-size: 24px;
  font-style: normal;
  margin-top: 58px;
  padding-right: 50px; }
/* line 495, _layout.scss */
.page-contacts .requisites {
  font-size: 16px;
  line-height: 30px;
  color: #a2a2a2; }
  /* line 496, _layout.scss */
  .page-contacts .requisites h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 34px; }
/* line 498, _layout.scss */
.page-contacts .map {
  position: relative;
  padding-top: 75px;
  font-size: 24px; }

/* line 500, _layout.scss */
.page_contacts footer {
  margin: -5px 0 0; }

/* line 501, _layout.scss */
.return_description {
  margin-bottom: 45px; }

/* line 503, _layout.scss */
.return_blocks .title {
  margin-bottom: 35px; }
/* line 504, _layout.scss */
.return_blocks ul {
  margin-bottom: 35px; }

/*blog*/
/* line 508, _layout.scss */
.article_preview {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #000;
  font-size: 14px; }
  /* line 509, _layout.scss */
  .article_preview:last-child {
    border: 0;
    margin-bottom: 0; }
  /* line 510, _layout.scss */
  .article_preview .article_preview-bottom {
    margin-top: 25px; }
    /* line 511, _layout.scss */
    .article_preview .article_preview-bottom a {
      color: #009fe3;
      text-decoration: underline; }
      /* line 447, _mixins.scss */
      .article_preview .article_preview-bottom a:hover {
        color: #009fe3;
        text-decoration: none; }

/* line 514, _layout.scss */
.article-date {
  font-size: 12px; }

/* line 515, _layout.scss */
.article_preview-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 18px; }
  /* line 516, _layout.scss */
  .article_preview-title a {
    color: #191919;
    text-decoration: none; }
    /* line 447, _mixins.scss */
    .article_preview-title a:hover {
      color: #009fe3;
      text-decoration: none; }

/* line 518, _layout.scss */
.article-title {
  margin: 0; }

/* line 519, _layout.scss */
.article-content {
  font-size: 14px; }
  /* line 520, _layout.scss */
  .article-content img {
    margin: 33px 0; }

/* line 522, _layout.scss */
.back_blog {
  margin: 15px 0;
  /*margin: 75px 0 70px; padding-top: 20px; border-top: 1px dotted #000; text-align: center;*/ }

/*.burger_menu {width: 100%;height: 100%;position: fixed;left: 0;right: 0;top: 0;padding: 60px 20px 20px; box-sizing: border-box;background: #fff;z-index: 80;box-shadow: none;transform: translate(-100%,0%);-webkit-transform: translate(-100%,0%);transition: .5s ease 0s; overflow-y: scroll; -webkit-overflow-scrolling: touch;
	&.active {transform: translate(0%,0%);-webkit-transform: translate(0%,0%);}
	.close {position: absolute; top: 10px; right: 25px;}
	.main-menu {margin: 0; list-style: none; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: flex-start;
		li {width: 50%; display: flex;}
		a {width: 100%; min-height: 60px; font-size: 16px; color: #222; background: #fff; box-sizing: border-box; border-bottom: 1px solid #e5e5e5; display: flex; align-items: center; margin-right: 20px;}
	}
	.main-menu+.menu{list-style: none; margin: 20px 0 0; width: 100%; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: flex-start; a {display: block;font-size: 14px;line-height: 2.2;color: #666;padding-right: 25px;}}
}*/
/* line 537, _layout.scss */
.tags-list {
  margin: 0 0 35px;
  list-style: none;
  padding: 0; }
  /* line 539, _layout.scss */
  .tags-list li {
    display: inline-block; }
  /* line 540, _layout.scss */
  .tags-list a {
    display: inline-block;
    font-size: 13px;
    white-space: nowrap;
    padding: 2px 5px 3px;
    line-height: 18px;
    min-width: 25px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #191919;
    background: none;
    margin: 0 8px 8px 0;
    color: #191919; }
    /* line 541, _layout.scss */
    .tags-list a:hover, .tags-list a.is-active {
      color: #fff;
      background: #191919; }

/* line 544, _layout.scss */
.readtime {
  color: #009fdf;
  font-size: 16px;
  line-height: 18px;
  padding-left: 26px;
  display: inline-block;
  margin-top: 15px;
  background: url(readtime.png) left center no-repeat; }

@media (max-width: 800px) {
  /* line 555, _layout.scss */
  .m-hidden {
    display: none !important; } }
/* line 557, _layout.scss */
#where-modal {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10001;
  display: none;
  background-color: #fff;
  padding: 0;
  max-width: unset;
  width: 650px; }

/* line 571, _layout.scss */
#where-modal .closemsg {
  float: right;
  height: 21px;
  width: 21px;
  background: url(closew.png);
  margin-top: 15px;
  margin-right: 30px;
  font-size: 18px; }

/* line 580, _layout.scss */
#where-modal .feedback-title {
  font-size: 18px;
  background: #009ee2;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 35px;
  padding: 16px 30px 17px;
  font-family: 'PFDinTextPro-regular',Arial, Helvetica, sans-serif; }

/* line 590, _layout.scss */
#where-modal .feedback-title {
  margin-bottom: 25px; }

/* line 594, _layout.scss */
#where-modal .where-wrapper {
  padding: 0 35px 30px; }

/* line 598, _layout.scss */
.where-number-wrapper, .where-request-wrapper {
  width: 100%;
  clear: both;
  overflow: hidden; }

/* line 604, _layout.scss */
#where-modal .feedback-desc {
  background: #e8e8e8;
  padding: 15px;
  border-radius: 10px 10px 10px 0;
  float: left; }

/* line 611, _layout.scss */
#where-modal .where-number {
  float: right;
  clear: both;
  background: #009ee2;
  border-radius: 10px 10px 0 10px;
  color: #fff;
  line-height: 50px;
  padding: 0 20px;
  font-size: 20px; }

/* line 622, _layout.scss */
#where-modal .where-number.active {
  margin: 20px 0; }

/* line 623, _layout.scss */
#where-modal .where-request {
  background: #e8e8e8;
  padding: 0 15px;
  border-radius: 10px 10px 10px 0;
  font-size: 20px;
  float: left; }

/* line 631, _layout.scss */
#where-modal .where-request.ready {
  padding: 15px;
  text-align: left; }

/* line 636, _layout.scss */
#where-modal .feedback-desc p {
  font-size: 20px;
  margin: 0;
  line-height: 20px;
  text-align: left; }

/* line 643, _layout.scss */
#where-modal #where-form {
  position: relative; }

/* line 647, _layout.scss */
#where-modal #where-form .feedback-field-wrap {
  max-width: unset;
  margin: unset;
  text-align: left; }

/* line 653, _layout.scss */
#where-modal #where-form input {
  margin-top: 30px;
  line-height: 48px;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 20px;
  padding: 0;
  padding-left: 20px;
  font-family: 'PFDinTextPro-light',Arial,sans-serif; }

/* line 664, _layout.scss */
#where-modal #where-form input::-webkit-outer-spin-button,
#where-modal #where-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* line 669, _layout.scss */
#where-modal #where-form #submit-where {
  position: absolute;
  right: 0;
  top: 30px;
  line-height: 50px;
  background: #009ee2;
  color: #fff;
  padding: 0 35px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none; }

/* line 683, _layout.scss */
#where-modal #where-form #submit-where:hover {
  text-decoration: none; }

/* line 687, _layout.scss */
.form_shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 9998;
  top: 0px;
  left: 0px; }

/* line 697, _layout.scss */
.burger_menu li.menu-item .js-submenu .ico_plus {
  margin-left: -5px;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background: url(expand1.png);
  display: inline-block; }

/* line 698, _layout.scss */
.burger_menu li.menu-item .js-submenu .ico_plus.expand {
  background: url(expand.png); }

@media (max-width: 929px) {
  /* line 700, _layout.scss */
  #where-modal {
    min-width: auto !important; }

  /* line 704, _layout.scss */
  #where-modal #where-form #submit-where {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 30px !important; } }
/* line 713, _layout.scss */
body.template-is-page_tradein {
  padding-top: 115px; }

/* line 717, _layout.scss */
.template-is-page_tradein .header {
  text-align: center;
  position: relative; }

/* line 722, _layout.scss */
.template-is-page_tradein .header .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* line 729, _layout.scss */
.template-is-page_tradein .closen {
  display: none; }

/* line 733, _layout.scss */
.template-is-page_tradein .header .text h1, .template-is-page_tradein .header .text p {
  text-align: left;
  color: #fff; }

/* line 738, _layout.scss */
.template-is-page_tradein .header .text h1 {
  font-size: 52px;
  line-height: 48px;
  margin-bottom: 46px;
  margin-left: 20px; }

/* line 745, _layout.scss */
.template-is-page_tradein .header .text p {
  font-size: 36px;
  line-height: 48px;
  margin-left: 20px; }

/* line 751, _layout.scss */
.template-is-page_tradein .breadcrumbs-wrapper {
  display: none; }

/* line 755, _layout.scss */
.template-is-page_tradein .steps {
  background: #f5f5f5;
  padding: 80px 0 70px;
  margin-top: -2px; }

/* line 761, _layout.scss */
.template-is-page_tradein .steps .step {
  padding: 0 40px 0 20px; }

/* line 765, _layout.scss */
.template-is-page_tradein .steps .stepn {
  background: #009fdf;
  color: #fff;
  width: 70px;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 20px; }

/* line 775, _layout.scss */
.template-is-page_tradein .grid-4 h4 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 22px; }

/* line 781, _layout.scss */
.template-is-page_tradein h5 {
  color: #999999;
  font-size: 16px;
  margin-bottom: 24px; }

/* line 787, _layout.scss */
.template-is-page_tradein .total h6 {
  text-align: right;
  color: #333333;
  font-size: 18px;
  margin-bottom: 24px; }

/* line 794, _layout.scss */
.template-is-page_tradein .grid-4 p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 12px; }

/* line 800, _layout.scss */
.template-is-page_tradein .grid-4 .price, .template-is-page_tradein .give {
  padding: 0 50px 0 0; }

/* line 804, _layout.scss */
.template-is-page_tradein .price .site-padding {
  padding: 80px 10px 50px; }

/* line 808, _layout.scss */
.template-is-page_tradein .steps .site-padding {
  padding-top: 0;
  margin-top: -2px; }

/* line 813, _layout.scss */
.template-is-page_tradein .conditions .site-padding {
  position: relative; }

/* line 817, _layout.scss */
.template-is-page_tradein .conditions .site-padding:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #ccc;
  top: 0;
  left: 0;
  right: 0; }

/* line 827, _layout.scss */
.template-is-page_tradein .conditions .site-padding {
  padding: 30px 10px 80px; }

/* line 831, _layout.scss */
.template-is-page_tradein .conditions p, .template-is-page_tradein li {
  font-size: 12px;
  margin-bottom: 6px; }

/* line 836, _layout.scss */
.template-is-page_tradein .conditions h5 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 20px; }

/* line 845, _layout.scss */
.template-is-page_tradein .give li, .template-is-page_tradein .buy li {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 1px;
  margin-right: 20px;
  width: 100%;
  padding: 8px 0;
  display: inline-block;
  position: relative; }

/* line 856, _layout.scss */
.template-is-page_tradein .give li.active, .template-is-page_tradein .buy li.active {
  /*background: #0f9ae1;*/
  color: #fff;
  z-index: 1; }

/* line 861, _layout.scss */
.template-is-page_tradein .give li:hover, .template-is-page_tradein .buy li:hover {
  cursor: pointer; }

/* line 865, _layout.scss */
.template-is-page_tradein .give li:hover:before, .template-is-page_tradein .buy li:hover:before {
  content: "";
  position: absolute;
  left: -15px;
  background: #e6e6e6;
  top: 0;
  bottom: 0;
  right: 5px;
  z-index: -1;
  border-radius: 3px; }

/* line 877, _layout.scss */
.template-is-page_tradein .give li.active:before, .template-is-page_tradein .buy li.active:before {
  content: "";
  position: absolute;
  left: -15px;
  background: #0f9ae1;
  top: 0;
  bottom: 0;
  right: 5px;
  z-index: -1;
  border-radius: 3px; }

/* line 889, _layout.scss */
.template-is-page_tradein .form h5 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
  text-align: right;
  color: #333333; }

/* line 897, _layout.scss */
.template-is-page_tradein .form h5.ctr {
  text-align: center; }

/* line 901, _layout.scss */
.template-is-page_tradein .form input {
  width: 100%;
  padding: 0 0 0 3%;
  background: #f0f0f0;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #999999; }

/* line 913, _layout.scss */
.template-is-page_tradein .form button {
  background: #009ee2;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 30px;
  letter-spacing: normal;
  text-transform: uppercase;
  width: 100%; }

/* line 928, _layout.scss */
.template-is-page_tradein .form .confident {
  color: #666666;
  font-size: 14px;
  margin-bottom: 18px; }

/* line 934, _layout.scss */
.template-is-page_tradein .form .form-error {
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  margin-bottom: 10px; }

/* line 941, _layout.scss */
.template-is-page_tradein .total {
  position: relative;
  margin-bottom: 35px; }

/* line 946, _layout.scss */
.template-is-page_tradein .total:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #ccc;
  top: 0;
  left: 0;
  bottom: 0; }

/* line 957, _layout.scss */
.template-is-page_tradein .total #discount, .template-is-page_tradein .total #new_price, .template-is-page_tradein .total #old_price {
  font-size: 60px;
  color: #0f9ae1;
  text-align: right;
  margin-bottom: 35px;
  position: relative;
  padding-right: 32px; }

/* line 966, _layout.scss */
.template-is-page_tradein .total #new_price {
  font-size: 72px;
  margin-bottom: 45px;
  clear: both; }

/* line 972, _layout.scss */
.template-is-page_tradein .total #old_price {
  font-size: 42px;
  margin-bottom: 0;
  color: #cccccc;
  display: inline-block;
  float: right; }

/* line 980, _layout.scss */
.template-is-page_tradein .total #discount:after, .template-is-page_tradein .total #new_price:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 31px;
  background: url(rubb.png);
  bottom: 22px;
  right: 0; }

/* line 990, _layout.scss */
.template-is-page_tradein .total #old_price:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  height: 2px;
  background: #cccccc; }

/* line 1000, _layout.scss */
.template-is-page_tradein .total #old_price:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 29px;
  background: url(rubg.png);
  bottom: 11px;
  right: 0; }

/* line 1010, _layout.scss */
.template-is-page_tradein .mob, .template-is-page_tradein .full_cond, .char.mob {
  display: none; }

@media (max-width: 480px) {
  /* line 1015, _layout.scss */
  .template-is-page_tradein .mob {
    display: block; }

  /* line 1019, _layout.scss */
  .char.mob {
    display: table; } }
@media (max-width: 480px) and (max-width: 1023px) {
  /* line 1024, _layout.scss */
  .table-wrapper {
    position: relative; }

  /* line 1028, _layout.scss */
  .table-wrapper:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url(swipe_.png);
    top: 5px;
    right: 5px; } }
@media (max-width: 480px) {
  /* line 1039, _layout.scss */
  .tradein-mob h2 {
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc; }

  /* line 1045, _layout.scss */
  .tradein-mob .site-padding {
    padding-top: 0; }

  /* line 1048, _layout.scss */
  .tradein-mob .conditions {
    padding: 0; }

  /* line 1052, _layout.scss */
  .tradein-mob .conditions p, .tradein-mob .conditions li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 26px; }

  /* line 1058, _layout.scss */
  .tradein-mob .conditions strong {
    display: block;
    font-weight: bolder; }

  /* line 1063, _layout.scss */
  .tradein-mob .calculate .site-row {
    margin: 0;
    padding: 0; }

  /* line 1068, _layout.scss */
  .tradein-mob .calculate .site-row.dos {
    padding: 0; }

  /* line 1072, _layout.scss */
  .tradein-mob .calculate .site-row.dos h4 {
    text-align: left;
    font-size: 18px;
    padding-right: 36px;
    margin-bottom: 24px; }

  /* line 1079, _layout.scss */
  .tradein-mob .calculate .site-row.dos .price, .tradein-mob .calculate .site-row.dos .disc {
    position: relative;
    padding: 0; }

  /* line 1084, _layout.scss */
  .tradein-mob .calculate .site-row.dos .price {
    padding: 15px 0;
    text-align: left; }

  /* line 1089, _layout.scss */
  .tradein-mob .calculate .site-row.dos .price:after, .tradein-mob .calculate .site-row.dos .disc:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 1px;
    bottom: 0;
    background: #ccc; }

  /* line 1099, _layout.scss */
  .tradein-mob .calculate .site-row.dos .disc:after {
    right: 0; }

  /* line 1103, _layout.scss */
  .tradein-mob .calculate .site-row.dos .price:after {
    display: none; }

  /* line 1107, _layout.scss */
  .tradein-mob .calculate .site-row.dos .price h4 {
    padding-right: 21px; }

  /* line 1111, _layout.scss */
  .tradein-mob #discountm, .tradein-mob #new_pricem, .tradein-mob #old_pricem {
    text-align: center;
    font-size: 30px;
    color: #0f9ae1;
    /* text-align: right; */
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding-right: 15px; }

  /* line 1122, _layout.scss */
  .tradein-mob #new_pricem {
    padding-right: 35px; }

  /* line 1126, _layout.scss */
  .tradein-mob #old_pricem {
    font-size: 18px;
    color: #999999;
    padding-right: 35px;
    margin-bottom: 10px;
    display: inline-block; }

  /* line 1134, _layout.scss */
  .tradein-mob #old_pricem:before {
    content: "";
    position: absolute;
    left: 0;
    right: 20px;
    top: 8px;
    height: 2px;
    background: #cccccc; }

  /* line 1144, _layout.scss */
  .tradein-mob #discountm:after, .tradein-mob #new_pricem:after, .tradein-mob #old_pricem:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 13px;
    background: url(rubbm.png);
    bottom: 6px;
    right: 0; }

  /* line 1154, _layout.scss */
  .tradein-mob #old_pricem:after {
    background: url(rubgm.png);
    right: 20px;
    bottom: 2px; }

  /* line 1160, _layout.scss */
  .tradein-mob #new_pricem:after {
    right: 20px; }

  /* line 1164, _layout.scss */
  .tradein-mob .predv {
    font-size: 14px;
    color: #666666; }

  /* line 1169, _layout.scss */
  .tradein-mob .calculate .cell-12-sm {
    text-align: left;
    padding-right: 0; }

  /* line 1174, _layout.scss */
  .tradein-mob .calculate .buy {
    padding-right: 0;
    margin-top: 15px; }

  /*the container must be positioned relative:*/
  /* line 1180, _layout.scss */
  .tradein-mob .сlabel {
    display: inline-block;
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 5px;
    width: 40%; }

  /* line 1188, _layout.scss */
  .tradein-mob .custom-select {
    position: relative;
    width: 140px;
    display: inline-block;
    text-align: center;
    z-index: 1; }

  /* line 1195, _layout.scss */
  .tradein-mob .custom-select#give {
    z-index: 2; }

  /* line 1199, _layout.scss */
  .tradein-mob .custom-select select {
    display: none;
    /*hide original SELECT element:*/ }

  /* line 1203, _layout.scss */
  .tradein-mob .select-selected {
    background-color: #009fdf;
    border-radius: 5px; }

  /* line 1207, _layout.scss */
  .tradein-mob .select-selected.select-arrow-active {
    border-radius: 5px 5px 0 0; }

  /*style the arrow inside the select element:*/
  /* line 1212, _layout.scss */
  .tradein-mob .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent; }

  /*point the arrow upwards when the select box is open (active):*/
  /* line 1224, _layout.scss */
  .tradein-mob .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px; }

  /*style the items (options), including the selected item:*/
  /* line 1230, _layout.scss */
  .tradein-mob .select-items div, .tradein-mob .select-selected {
    color: #ffffff;
    padding: 7px 16px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none; }

  /*style items (options):*/
  /* line 1242, _layout.scss */
  .tradein-mob .select-items {
    position: absolute;
    background-color: #009fdf;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99; }

  /*hide the items when the select box is closed:*/
  /* line 1252, _layout.scss */
  .tradein-mob .select-hide {
    display: none; }

  /* line 1256, _layout.scss */
  .tradein-mob .select-items div:hover, .tradein-mob .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1); }

  /* line 1259, _layout.scss */
  .tradein-mob #reserve-formm {
    margin: 35px 0 5px; }

  /* line 1263, _layout.scss */
  .tradein-mob #reserve-formm .feedback-field-wrap {
    text-align: center;
    position: relative;
    margin-bottom: 0; }

  /* line 1270, _layout.scss */
  .tradein-mob #reserve-formm .feedback-field-wrap:after {
    /*content: "*";
    position:absolute;
    color:#999999;
    font-size:30px;
    top:-3px;
    padding-left:15px;*/ }

  /* line 1279, _layout.scss */
  .tradein-mob #reserve-formm .hide .feedback-field-wrap:after {
    display: none; }

  /* line 1283, _layout.scss */
  .tradein-mob #reserve-formm .feedback-field-wrap .clabel {
    position: absolute;
    text-align: right;
    width: 30%;
    padding-right: 30px;
    color: #999999;
    font-size: 18px;
    line-height: 30px; }

  /* line 1293, _layout.scss */
  .tradein-mob #reserve-formm .feedback-field-wrap input {
    width: 50%;
    background: #f0f0f0;
    line-height: 30px;
    border: none;
    border-radius: 5px; }

  /* line 1301, _layout.scss */
  .tradein-mob #reserve-formm button {
    background: #009ee2;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    margin: 30px auto 0;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 0 30px; }

  /* line 1316, _layout.scss */
  .tradein-mob #reserve-formm .confident {
    color: #666666;
    font-size: 14px;
    margin-bottom: 18px; }

  /* line 1322, _layout.scss */
  #reserve-formm .form-error {
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 10px; }

  /* line 1329, _layout.scss */
  .template-is-page_tradein .header {
    padding-top: 75px; }

  /* line 1333, _layout.scss */
  .template-is-page_tradein .text .site-padding {
    padding-top: 85px; }

  /* line 1337, _layout.scss */
  .template-is-page_tradein .header .text h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px; }

  /* line 1343, _layout.scss */
  .template-is-page_tradein .header .text p {
    font-size: 16px;
    line-height: 18px; }

  /* line 1347, _layout.scss */
  .template-is-page_tradein .feedback-field-wrap {
    max-width: none; }

  /* line 1351, _layout.scss */
  .tradein-mob .closem {
    display: none; }

  /* line 1355, _layout.scss */
  .page-delivery .description {
    border-bottom: 1px solid #ddd;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 35px;
    padding-bottom: 20px; } }
/* line 1364, _layout.scss */
.prepay {
  display: block;
  position: fixed;
  top: 0;
  z-index: 9997;
  left: 0;
  width: 400px; }

/* line 1373, _layout.scss */
.prepay p {
  text-align: left;
  font-size: 14px; }

/* line 1378, _layout.scss */
.prepay img {
  height: 88px;
  float: left;
  margin: 10px 10px 0 0; }

@media (max-width: 480px) {
  /* line 1385, _layout.scss */
  .prepay p {
    text-align: left;
    font-size: 10px; }

  /* line 1390, _layout.scss */
  .prepay img {
    height: 48px;
    float: left;
    margin: 5px 10px 0 0; }

  /* line 1396, _layout.scss */
  .prepay {
    display: block;
    position: fixed;
    top: 0;
    z-index: 99999 !important;
    left: 0;
    width: 100%; } }
/* line 1406, _layout.scss */
.form_newsletter .yandex_m {
  margin-top: 20px;
  font-size: 12px; }

/* line 1411, _layout.scss */
.form_newsletter iframe {
  margin-top: 20px; }

/* line 1415, _layout.scss */
.char td, .char th {
  width: 20%;
  text-align: center;
  border-left: 1px solid #ccc; }

/* line 1421, _layout.scss */
.char.mob td, .char.mob th {
  width: auto;
  text-align: left;
  font-size: 14px;
  padding-top: 35px; }

/* line 1428, _layout.scss */
.ttitle td, .char.mob .ttitle, table tbody > tr.ttitle > td {
  background: #818286;
  color: #fff; }

/* line 1434, _layout.scss */
.char.mob .th {
  font-weight: bold; }

/* line 1438, _layout.scss */
.tchar {
  background: #e7e7e7 !important;
  text-align: left !important; }

/* line 1443, _layout.scss */
.midd {
  text-align: center;
  color: #02ace0;
  font-size: 60px; }

/* line 1449, _layout.scss */
.char.mob .midd {
  text-align: center;
  color: #02ace0;
  font-size: 60px; }

/* line 1455, _layout.scss */
#lktop {
  float: right;
  text-align: right;
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #191919; }

/* line 1464, _layout.scss */
#lktop span {
  font-weight: normal; }

/* line 1468, _layout.scss */
span.rub {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif; }

/* line 1471, _layout.scss */
.about_main .content p {
  font-size: 14px; }

@media (min-width: 481px) {
  /* line 1476, _layout.scss */
  .collection-description {
    -webkit-columns: 200px 2;
    -moz-columns: 200px 2;
    columns: 200px 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; }

  /*
  .about_main .content
  {
  	-webkit-columns: 200px 2;
    -moz-columns: 200px 2;
    columns: 200px 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  */
  /* line 1496, _layout.scss */
  .about_main .content p:first-child, .collection-description p:first-child {
    margin-top: 0; }

  /* line 1500, _layout.scss */
  .collection-description h2 {
    margin-top: 0;
    margin-bottom: 8px; } }
@media (max-width: 480px) {
  /* line 1507, _layout.scss */
  .about_main .content p, .collection-description p {
    width: 100%;
    padding: 0; }

  /* line 1511, _layout.scss */
  .list_dji {
    display: none !important; }

  /* line 1512, _layout.scss */
  .list_sp, .list_gopro {
    padding: 0 !important; }

  /* line 1513, _layout.scss */
  .list_sp ul, .list_hyp ul, .list_gopro ul {
    display: block !important;
    margin: 0 !important; }

  /* line 1514, _layout.scss */
  .list_hyp ul li {
    margin-left: 0 !important; } }
/* line 1516, _layout.scss */
.js-prinart-slider {
  margin: 0 15px 30px; }

/* line 1520, _layout.scss */
.article-content .products-title {
  padding: 10px 0;
  border-top: 1px solid #f1f3f3;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin-top: 30px; }

/* line 1528, _layout.scss */
.article-content .collection-wrapper .card-rating {
  float: right;
  padding-top: 2px;
  margin-right: 20px; }

/* line 1534, _layout.scss */
.js-prinart-slider form.card {
  padding-bottom: 35px;
  position: relative; }

/* line 1539, _layout.scss */
.collection-wrapper .js-prinart-slider form.card .card-action {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 0; }

/* line 1546, _layout.scss */
.article-content .collection-wrapper .slick-prev, .article-content .collection-wrapper .slick-next {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0;
  line-height: 0;
  color: #191919;
  position: absolute;
  width: auto;
  height: auto; }

/* line 1556, _layout.scss */
.article-content .collection-wrapper .slick-prev, .article-content .collection-wrapper .slick-next {
  left: -15px;
  top: 50%;
  margin-top: -30px; }

/* line 1562, _layout.scss */
.article-content .collection-wrapper .slick-next {
  right: -15px;
  left: auto; }

/* line 1567, _layout.scss */
.article-content .collection-wrapper .slick-prev:before {
  content: "\f053";
  color: #000;
  font-size: 26px;
  z-index: 2;
  font-family: FontAwesome; }

/* line 1575, _layout.scss */
.article-content .collection-wrapper .slick-next:before {
  content: "\f054";
  color: #000;
  font-size: 26px;
  z-index: 2;
  font-family: FontAwesome; }

/* line 1583, _layout.scss */
.topmenu .container {
  position: relative; }

/* line 1587, _layout.scss */
#lktop {
  position: absolute;
  z-index: 53;
  right: 0;
  top: -7px;
  margin-top: 0;
  font-size: 14px;
  line-height: 28px;
  color: #191919; }

/* line 1598, _layout.scss */
#lktop a {
  color: #fff;
  text-decoration: none;
  font-weight: normal; }

/* line 1604, _layout.scss */
#lktop a:hover {
  color: #009fe3; }

/* line 1608, _layout.scss */
#lktop span {
  font-weight: normal; }

/* line 1612, _layout.scss */
#lktop .lkname {
  margin-bottom: 5px; }

@media (max-width: 1023px) {
  /* line 1617, _layout.scss */
  #lktop {
    display: none; }

  /* line 1621, _layout.scss */
  #lktop.mob {
    display: block; }

  /* line 1625, _layout.scss */
  #lktop.mob {
    position: relative;
    z-index: 53;
    right: auto;
    top: auto; }

  /* line 1632, _layout.scss */
  #lktop.mob a, #lktop span {
    color: #555;
    font-size: 18px;
    padding: 14px 15px;
    display: block;
    border-left: 14px solid transparent;
    border-bottom: 1px solid #ccc; }

  /* line 1640, _layout.scss */
  .article-text.editor video {
    max-width: 100%; } }
/* line 1643, _layout.scss */
#artsearch {
  line-height: 27px;
  width: 50%;
  border-radius: 100px; }

/* line 1644, _layout.scss */
#searchinart {
  padding-top: 11px;
  margin-left: -40px;
  background: none; }

/* line 1645, _layout.scss */
.row.loading {
  background: url(Pulse-1s-94px.gif) center center no-repeat;
  height: 100px; }

/* line 1646, _layout.scss */
.search_cat_title {
  padding-top: 20px;
  border-top: 1px solid #ddd; }

/* line 1651, _layout.scss */
.search-cat img {
  max-width: 50%;
  margin: 10px auto;
  display: block; }

/* line 1652, _layout.scss */
.not-available .card-action .notav {
  font-size: 8px; }

/* line 1654, _layout.scss */
.search-cat span {
  display: block;
  text-align: center;
  width: 100%; }

@media (max-width: 480px) {
  /* line 1656, _layout.scss */
  .search-cat {
    text-align: center; }

  /* line 1657, _layout.scss */
  .search-cat img {
    max-width: 50%;
    margin: 10px auto;
    display: block; } }
/* line 1659, _layout.scss */
.notavail {
  font-size: 8px;
  text-align: right; }

/* line 1661, _layout.scss */
.fancybox-is-open .fancybox-caption {
  border-top: 0;
  text-align: center; }

/* line 1662, _layout.scss */
.mob {
  display: none; }

@media (max-width: 1023px) {
  /* line 1664, _layout.scss */
  .mob {
    display: block; }

  /* line 1665, _layout.scss */
  .main_categories.mob {
    display: flex; }

  /* line 1666, _layout.scss */
  .main_categories a {
    height: 100%; }

  /* line 1669, _layout.scss */
  .main_categories .image img {
    max-width: 100%; } }
/* line 1673, _layout.scss */
.jur {
  color: #000;
  padding-top: 30px;
  display: block; }

/* line 1674, _layout.scss */
span.from {
  font-size: 14px; }

/* line 1675, _layout.scss */
.checksn-bot {
  border: 1px solid #acacac;
  width: 100%;
  height: 638px;
  position: relative; }

/* line 1682, _layout.scss */
.checksn-title {
  font-size: 18px;
  background: #009ee2;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 35px;
  padding: 16px 30px 17px;
  font-family: 'PFDinTextPro-regular',Arial, Helvetica, sans-serif; }

/* line 1693, _layout.scss */
.checksn-wrapper {
  padding: 0 35px 30px; }

/* line 1696, _layout.scss */
.checksn-wrapper .feedback-desc {
  background: #e8e8e8;
  padding: 15px;
  border-radius: 10px 10px 10px 0;
  float: left; }

/* line 1702, _layout.scss */
.checksn-wrapper .feedback-desc p, .checksn-request-wrapper p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0; }

/* line 1708, _layout.scss */
.checksn-number-wrapper, .checksn-request-wrapper {
  width: 100%;
  clear: both;
  overflow: hidden; }

/* line 1713, _layout.scss */
.checksn-number {
  float: right;
  clear: both;
  margin: 20px 0;
  background: #009ee2;
  border-radius: 10px 10px 0 10px;
  color: #fff;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px; }

/* line 1724, _layout.scss */
.checksn-request {
  background: #e8e8e8;
  padding: 0 15px;
  border-radius: 10px 10px 10px 0;
  font-size: 16px;
  float: left; }

/* line 1731, _layout.scss */
.checksn-request.ready {
  padding: 15px; }

/* line 1734, _layout.scss */
#checksn-form {
  margin-top: 30px;
  border-top: 1px solid #cccccc;
  position: absolute;
  bottom: 30px;
  left: 35px;
  right: 25px; }

/* line 1742, _layout.scss */
#checksn-form input {
  margin-top: 30px;
  line-height: 48px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  color: #999999;
  font-size: 16px;
  padding-left: 20px;
  width: 50%;
  font-family: 'PFDinTextPro-light',Arial,sans-serif; }

/* line 1753, _layout.scss */
#checksn-form .feedback-field-wrap {
  max-width: unset; }

/* line 1754, _layout.scss */
#checksn-form #submit-checksn {
  position: absolute;
  right: 0;
  top: 30px;
  line-height: 50px;
  background: #009ee2;
  color: #fff;
  padding: 0 35px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none; }

/* line 1767, _layout.scss */
.check-camers-help-item {
  max-width: 271px;
  margin-bottom: 32px; }

/* line 1771, _layout.scss */
.check-camers-help {
  margin-top: 30px; }

/* line 1774, _layout.scss */
.check-camers-help-img img {
  display: block;
  max-width: 95%; }

/* line 1778, _layout.scss */
.check-camers-help-img {
  border: 1px solid #959595;
  margin-bottom: 21px; }

/* line 1782, _layout.scss */
.check-camers-help-title {
  color: #636363;
  font-size: 14px; }

/* line 1786, _layout.scss */
.site-row-check {
  margin: 41px 0; }

@media (max-width: 480px) {
  /* line 1790, _layout.scss */
  .checksn-bot {
    height: auto; }

  /* line 1794, _layout.scss */
  #checksn-form {
    text-align: center; }

  /* line 1798, _layout.scss */
  #checksn-form, #checksn-form #submit-checksn {
    position: relative;
    left: auto;
    right: auto;
    top: auto; }

  /* line 1805, _layout.scss */
  #checksn-form #submit-checksn {
    padding: 0;
    width: 100%; }

  /* line 1810, _layout.scss */
  #checksn-form input {
    width: 100%;
    margin-bottom: 30px; }

  /* line 1815, _layout.scss */
  footer iframe {
    height: 50px; }

  /* line 1819, _layout.scss */
  .check-camers-help-title {
    word-break: break-all; } }
/* line 1824, _layout.scss */
li.apps {
  display: none !important; }

@media (min-width: 1024px) {
  /* line 1826, _layout.scss */
  .main-header .menu {
    margin-right: -120px;
    margin-left: 20px; }

  /* line 1828, _layout.scss */
  .js-submenu.level-2 {
    position: relative;
    display: inline-block;
    width: 100%; }

  /* line 1829, _layout.scss */
  .js-submenu.level-2:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 3px;
    margin-left: -5px;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    background: url(expand2.png);
    display: inline-block; }

  /* line 1841, _layout.scss */
  li.apps {
    display: inline-block !important;
    border-left: 1px solid #ccc;
    margin-left: 50px;
    padding-left: 50px !important; }

  /* line 1842, _layout.scss */
  li.appsm {
    display: none !important; } }
/* line 1844, _layout.scss */
.main-header .menu li {
  padding: 0 10px; }

/* line 1845, _layout.scss */
.topmenu .menu ul.level-3 {
  position: absolute;
  margin-left: 100%;
  margin-top: -20px; }

/* new main page */
/* line 1848, _layout.scss */
.main-page .main-page-mobile {
  display: none;
  margin-top: 80px;
  text-align: center;
  padding-bottom: 30px; }

/* line 1854, _layout.scss */
.main-page-foto-item img {
  width: 100%;
  display: block; }

/* line 1858, _layout.scss */
.main-page-foto-descr {
  position: absolute;
  left: 50px;
  bottom: 20px;
  width: 100%; }

/* line 1864, _layout.scss */
.main-page-foto-item {
  position: relative;
  overflow: hidden;
  background-size: cover; }

/* line 1869, _layout.scss */
.main-page-foto-descr-link {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  background: #009fdf;
  color: #fff !important;
  width: 170px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  border: none;
  cursor: pointer; }

/* line 1884, _layout.scss */
.main-page .descr-link-hide {
  opacity: 0; }

/* line 1887, _layout.scss */
.main-page-foto-item a:hover .descr-link-hide {
  opacity: 1; }

/* line 1890, _layout.scss */
.main-page-foto-descr-title {
  text-transform: uppercase;
  color: #000000;
  font-size: 28px;
  position: relative;
  margin-bottom: 17px; }

/* line 1897, _layout.scss */
.main-page .color-white * {
  color: #fff; }

/* line 1900, _layout.scss */
.main-page-foto-descr-title:after {
  position: absolute;
  content: "";
  display: block;
  top: -20px;
  left: 0;
  width: 63px;
  height: 1px;
  background: #009fdf; }

@media (min-width: 480px) {
  /* line 1911, _layout.scss */
  .topmenu .menu > li:not(.list_dji):not(.list_sp):not(.list_hyp):not(.list_gopro):hover > ul .list_gopro {
    height: 320px; } }
/* line 1913, _layout.scss */
.bold {
  font-weight: bold; }

/* line 1915, _layout.scss */
.slick-dots {
  display: none; }

/* line 1916, _layout.scss */
.slides .slick-next:before, .slides .slick-prev:before {
  content: ""; }

/* line 1917, _layout.scss */
.slides .slick-next.slick-arrow {
  right: 10px;
  background: url(arrows.png) no-repeat 100% 0 !important;
  background-size: cover !important;
  width: 18px;
  height: 40px; }

/* line 1918, _layout.scss */
.slides .slick-prev.slick-arrow {
  left: 10px;
  background: url(arrows.png) no-repeat 0% 0 !important;
  background-size: cover !important;
  width: 18px;
  height: 40px;
  z-index: 1; }

/* line 1919, _layout.scss */
.new-year {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #009fdf; }

/* line 1920, _layout.scss */
.new-year .small {
  font-size: 16px; }

/* line 1921, _layout.scss */
.grey {
  color: #a2a2a2; }

/*contacts page*/
/* line 1924, _layout.scss */
.page-content.page-contacts {
  background: #f5f5f5; }

/* line 1925, _layout.scss */
.page-content.page-contacts h3 {
  background: #191919;
  margin: 30px 15px;
  padding: 10px;
  color: #fff; }

/* line 1926, _layout.scss */
.page-content.page-contacts .content {
  margin: 0 15px; }

/* line 1927, _layout.scss */
.page-content.page-contacts p {
  margin: 2px 0; }

/* line 1928, _layout.scss */
.page-contacts .phone {
  font-size: 20px;
  color: #666666 !important;
  text-decoration: none !important;
  margin-bottom: 2px;
  display: inline-block; }

/* line 1935, _layout.scss */
.page-content.page-contacts .jur {
  margin: 15px 0;
  padding: 0; }

/* line 1936, _layout.scss */
footer .menu a.bold {
  color: #fff; }

/* line 1937, _layout.scss */
.main-menu.level-1.item-is-lending-gopro, .main-menu.level-1.item-is-cameras {
  display: none; }

/* line 1938, _layout.scss */
#cookie-popup {
  position: fixed;
  max-width: 500px;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  width: 100%;
  padding: 16px;
  display: none;
  z-index: 10; }

/* line 1939, _layout.scss */
#cookie-popup .closemsg {
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  height: 14px;
  margin: 5px 15px 0 0; }

/* line 1940, _layout.scss */
#cookie-more {
  position: absolute;
  top: 50%;
  width: 700px;
  margin-left: -350px;
  margin-top: -150px;
  left: 50%;
  z-index: 9999;
  background: #fff;
  min-height: 300px;
  display: none;
  padding: 45px;
  border-radius: 21px; }

/* line 1941, _layout.scss */
#cookie-more p {
  font-size: 16px;
  line-height: 20px;
  font-family: 'PFDinTextPro-regular',Arial, Helvetica, sans-serif; }

/* line 1945, _layout.scss */
#cookie-more .agree {
  background: #009ee2;
  box-shadow: none;
  font-size: 16px;
  padding: 15px 20px 10px;
  min-width: 100%;
  border-radius: 0;
  color: #fff;
  border: 1px solid #009fdf;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin: 40px 0 0; }

/* line 1953, _layout.scss */
#cookie-more .fancybox-close-small {
  display: none; }

/* line 1954, _layout.scss */
#cookie-more .closemsg {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  margin: 5px 15px 0 0; }

/* line 1955, _layout.scss */
.announce {
  background: url(https://static.insales-cdn.com/files/1/7081/38099881/original/1920х52-3.png) center;
  position: fixed;
  top: 0;
  height: 52px;
  left: 0;
  right: 0;
  z-index: 11; }

/* line 1964, _layout.scss */
.announce.mob {
  background: url(https://static.insales-cdn.com/files/1/7082/38099882/original/600х52-1.png) center;
  position: fixed;
  top: 0;
  height: 45px;
  left: 0;
  right: 0;
  z-index: 11;
  background-size: cover; }

@media (max-width: 480px) {
  /* line 1975, _layout.scss */
  .main-header {
    top: 45px; } }
/* line 1, _collection.scss */
.collection-title {
  margin-bottom: 42px; }

/* line 2, _collection.scss */
.collection_filters {
  background: #f2f2f2;
  line-height: 40px;
  margin-bottom: 25px; }

/* line 3, _collection.scss */
.filter {
  position: relative;
  display: inline-block; }
  /* line 5, _collection.scss */
  .filter.is-active-container .filter-title {
    background: #191919;
    color: #fff; }

/* line 8, _collection.scss */
.collection-filter-header {
  font-size: 22px;
  line-height: 1.5; }

/* line 13, _collection.scss */
.filter-items-list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 19, _collection.scss */
.filter-label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 20px; }

/* line 26, _collection.scss */
.checkbox-field {
  display: none; }

/* line 30, _collection.scss */
.filter-checkbox {
  width: 12px;
  height: 12px;
  position: absolute;
  border: 1px solid #3a4145;
  left: 0;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px); }

/* line 40, _collection.scss */
.checkbox-field + .filter-checkbox:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  background-color: #3a4145;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 55, _collection.scss */
.checkbox-field:checked + .filter-checkbox:after {
  opacity: 1; }

/* line 59, _collection.scss */
.filter-items-wrapper {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 310px;
  z-index: 50;
  padding: 0 27px 0 12px;
  max-height: 0;
  background: #191919;
  color: #fff;
  font-size: 13px;
  line-height: normal;
  -webkit-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1); }

/* line 67, _collection.scss */
.filter-items-wrapper.is-tab-active {
  max-height: 10000px;
  -webkit-transition: max-height 1.8s ease-in-out;
  -o-transition: max-height 1.8s ease-in-out;
  transition: max-height 1.8s ease-in-out;
  visibility: visible; }

/* line 74, _collection.scss */
.filter-item {
  margin-bottom: 10px; }
  /* line 75, _collection.scss */
  .filter-item .chkbx-label {
    line-height: 16px; }
    /* line 75, _collection.scss */
    .filter-item .chkbx-label:hover {
      color: #009fe3; }
  /* line 76, _collection.scss */
  .filter-item .chkbx:checked ~ span {
    color: #009fe3; }

/* line 78, _collection.scss */
.filter-toggle {
  background: none;
  outline: none;
  border: 4px solid transparent;
  border-top: 7px solid #000;
  border-bottom: 0;
  padding: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 89, _collection.scss */
.filter-toggle.is-button-active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border-top-color: #fff; }

/* line 95, _collection.scss */
.filter-title {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0 12px;
  font-size: 13px; }

/* line 96, _collection.scss */
.filter-title span {
  cursor: pointer; }

/* line 97, _collection.scss */
.filter-title .count {
  color: #189ed9; }

/* line 98, _collection.scss */
.filter-body {
  margin: 17px 0; }

/* line 99, _collection.scss */
.filter-items-list {
  margin: 17px 0 17px; }

/* line 100, _collection.scss */
.filter_inputs_clear {
  margin-top: 33px;
  border-top: 1px solid #333;
  padding: 15px 0 17px;
  font-weight: bold;
  font-size: 14px; }
  /* line 101, _collection.scss */
  .filter_inputs_clear a {
    color: #009fe3; }

/* line 103, _collection.scss */
.filters-clear {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #009fe3; }

/* line 105, _collection.scss */
.filter-items-list.is-span .filter-item,
.filter-items-list.is-color .filter-item {
  display: inline-block;
  vertical-align: top; }

/* line 111, _collection.scss */
.filter-span {
  vertical-align: top; }

/* line 115, _collection.scss */
.filter-span-control {
  display: inline-block;
  vertical-align: top;
  border: 1px solid color-border-primary;
  padding: 5px;
  min-width: 30px;
  text-align: center; }

/* line 124, _collection.scss */
input[type="checkbox"]:checked + .filter-span-control {
  border-color: #009fe3; }

/* line 128, _collection.scss */
.filter-color {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 7px;
  margin-right: 2px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none; }

/* line 143, _collection.scss */
.filter-color[title="белый"],
.filter-color[title="Прозрачный"],
.filter-color[title="Белый"] {
  border: 1px solid #cccccc; }

/* line 149, _collection.scss */
input[type="checkbox"]:checked + .filter-color,
input[type="checkbox"]:checked + .filter-color[title="Белый"],
input[type="checkbox"]:checked + .filter-color[title="Прозрачный"],
input[type="checkbox"]:checked + .filter-color[title="белый"] {
  border: 1px solid #009fe3; }

/* line 156, _collection.scss */
.collection-filter .range-slider input {
  height: 50px;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
  width: 100%; }

/* line 163, _collection.scss */
.collection-filter .range-slider .irs-slider.from,
.collection-filter .range-slider .irs-slider.to {
  background: #009fe3;
  width: 17px;
  height: 15px;
  top: 26px; }

/* line 171, _collection.scss */
.collection-filter .range-slider .irs {
  height: 48px; }

/* line 175, _collection.scss */
.collection-filter .range-slider .irs-bar {
  height: 4px;
  top: 26px;
  background: #009fe3; }

/* line 181, _collection.scss */
.collection-filter .range-slider .irs-line {
  height: 4px;
  top: 26px; }

/* line 186, _collection.scss */
.collection-filter .range-slider .irs-line-mid,
.collection-filter .range-slider .irs-line-left,
.collection-filter .range-slider .irs-line-right {
  height: 4px;
  background: #009fe3; }

/* line 193, _collection.scss */
.collection-order.is-page-size .label-field {
  vertical-align: middle; }

/* line 197, _collection.scss */
.collection-order.is-page-size .select-field {
  vertical-align: middle; }

/* line 201, _collection.scss */
.collection-order select {
  border-color: transparent; }

/* line 205, _collection.scss */
.page_size_drop-item [type="radio"]:checked + .page_size_drop-control {
  color: #009fe3; }

/* line 209, _collection.scss */
.page_size_drop-item {
  display: block; }

/* line 213, _collection.scss */
.page_size_drop-target {
  background-color: #ffffff;
  width: 100%; }

/* line 218, _collection.scss */
.collection-products_count {
  margin-bottom: 10px; }

/* line 222, _collection.scss */
.page_size-radio [type="radio"]:checked + .page_size-radio-control {
  color: #009fe3;
  font-weight: bold; }

/* line 227, _collection.scss */
.page_size-radio {
  vertical-align: bottom; }

/* line 230, _collection.scss */
.card {
  padding: 30px;
  position: relative;
  border: 1px solid transparent;
  text-align: center; }
  /* line 231, _collection.scss */
  .card:hover {
    border-color: #ddd; }
  /* line 232, _collection.scss */
  .card .hover_img {
    display: none; }
  /* line 234, _collection.scss */
  .card a.image-inner:hover .hover_img {
    display: block; }
    /* line 234, _collection.scss */
    .card a.image-inner:hover .hover_img + .image-wraps {
      display: none; }

@media (min-width: 480px) {
  /* line 238, _collection.scss */
  form.card {
    padding-bottom: 110px; }
    /* line 240, _collection.scss */
    form.card .card-prices {
      position: absolute;
      bottom: 65px;
      left: 0;
      right: 0; }
    /* line 241, _collection.scss */
    form.card .card-action {
      position: absolute;
      bottom: 25px;
      left: 0;
      right: 0; } }
/* line 244, _collection.scss */
.card-prices {
  margin-bottom: 10px; }

/* line 245, _collection.scss */
.card-price {
  color: #189ed9;
  font-size: 18px; }

/* line 246, _collection.scss */
.card-old_price {
  text-decoration: line-through;
  font-size: 18px;
  color: #555555;
  margin-right: 10px; }

/* line 247, _collection.scss */
.card-title {
  font-size: 16px; }
  /* line 248, _collection.scss */
  .card-title a {
    color: #191919;
    text-decoration: none; }
    /* line 248, _collection.scss */
    .card-title a:hover {
      color: #189ed9; }

/* line 251, _collection.scss */
.collection-wrapper .card {
  text-align: left;
  padding: 35px 10px 15px; }
/* line 252, _collection.scss */
.collection-wrapper .card-image {
  text-align: center; }
/* line 253, _collection.scss */
.collection-wrapper .card-title {
  font-size: 12px;
  overflow: hidden;
  max-height: 61px; }
/* line 254, _collection.scss */
.collection-wrapper .card-description {
  font-size: 12px;
  line-height: 12px;
  height: 37px;
  overflow: hidden;
  color: #999;
  margin: 10px 0; }
  /* line 254, _collection.scss */
  .collection-wrapper .card-description p {
    margin: 0; }
/* line 255, _collection.scss */
.collection-wrapper form.card .card-action {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px; }
/* line 256, _collection.scss */
.collection-wrapper form.card .card-prices {
  position: static;
  display: inline-block;
  margin: 2px 0 0;
  max-width: 115px;
  vertical-align: top; }
  /* line 257, _collection.scss */
  .collection-wrapper form.card .card-prices > span {
    display: block; }
/* line 259, _collection.scss */
.collection-wrapper .bttn-prim {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  text-indent: -3000px;
  background: #009fdf url(but_buy.png) no-repeat 4px 5px;
  padding: 0;
  border: none;
  margin-right: 8px; }
  /* line 260, _collection.scss */
  .collection-wrapper .bttn-prim:hover {
    background-color: #555; }
/* line 262, _collection.scss */
.collection-wrapper .card-rating {
  float: right;
  padding-top: 2px; }
/* line 263, _collection.scss */
.collection-wrapper .review-rating {
  font-size: 10px;
  line-height: 25px;
  margin: 0; }
/* line 265, _collection.scss */
.collection-wrapper .card:hover .card-prices > span {
  color: #333; }

/* line 268, _collection.scss */
.template-is-collection .info, .collection-wrapper .info {
  position: relative;
  padding-bottom: 40px; }

/* line 270, _collection.scss */
.description {
  border-top: 1px solid #ddd;
  margin-top: 35px;
  padding-top: 20px; }

/* line 271, _collection.scss */
.collection-wrapper .description {
  padding-top: 60px;
  padding-bottom: 30px; }

/* line 272, _collection.scss */
.collection-description {
  font-size: 14px; }
  /* line 273, _collection.scss */
  .collection-description .column3 {
    columns: 3; }

/* line 275, _collection.scss */
.wrapper_pagination {
  background: #f2f2f2;
  position: relative;
  padding: 15px 0 70px;
  text-align: center;
  margin-top: 60px;
  font-size: 14px;
  font-weight: bold; }
  /* line 276, _collection.scss */
  .wrapper_pagination ul {
    margin: 10px 0 0;
    list-style: none;
    padding: 0; }
    /* line 277, _collection.scss */
    .wrapper_pagination ul .pagination-item:not(.pagination-arrow) {
      display: inline-block;
      margin: 0 19px;
      vertical-align: middle; }
      /* line 278, _collection.scss */
      .wrapper_pagination ul .pagination-item:not(.pagination-arrow) a, .wrapper_pagination ul .pagination-item:not(.pagination-arrow) span {
        color: #fff !important;
        display: inline-block;
        text-decoration: none !important;
        background: #191919;
        border-radius: 50%;
        min-width: 25px;
        heigth: 25px;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        font-weight: bold; }
        /* line 279, _collection.scss */
        .wrapper_pagination ul .pagination-item:not(.pagination-arrow) a:hover, .wrapper_pagination ul .pagination-item:not(.pagination-arrow) span:hover {
          background: #009fe3; }
      /* line 281, _collection.scss */
      .wrapper_pagination ul .pagination-item:not(.pagination-arrow).is-current span {
        background: #189ed9; }
    /* line 283, _collection.scss */
    .wrapper_pagination ul .pagination-arrow {
      display: inline-block;
      margin: 0 30px;
      font-size: 34px;
      line-height: 25px;
      vertical-align: middle; }
      /* line 284, _collection.scss */
      .wrapper_pagination ul .pagination-arrow a {
        color: #191919; }
        /* line 284, _collection.scss */
        .wrapper_pagination ul .pagination-arrow a:hover {
          color: #009fe3; }
  /* line 287, _collection.scss */
  .wrapper_pagination + .container .description {
    margin: 0;
    border: 0; }
  /* line 288, _collection.scss */
  .wrapper_pagination + footer {
    margin-top: 0; }

@media (max-width: 480px) {
  /* line 291, _collection.scss */
  .collection-wrapper .card {
    padding: 15px 10px; }

  /* line 292, _collection.scss */
  .collection-wrapper .card-rating {
    float: none;
    padding-top: 12px; }

  /* line 293, _collection.scss */
  .template-is-page_sber-rassrochka .collection-wrapper .card-rating {
    float: none;
    padding-top: 0; }

  /* line 294, _collection.scss */
  .template-is-page_sber-rassrochka .collection-wrapper .card-title {
    margin-top: 26px; }

  /* line 295, _collection.scss */
  .template-is-page_sber-rassrochka #rassrochka-sticker {
    top: 0; }

  /* line 296, _collection.scss */
  .cards-row .cell-3 {
    position: relative; }

  /* line 297, _collection.scss */
  .cards-row .cell-3:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 20px;
    right: 20px;
    background: #ddd;
    bottom: 0; }

  /* line 298, _collection.scss */
  .cards-row .cell-3:last-child:after {
    display: none; }

  	/*.collection-wrapper .card-title {font-size: 16px;position:relative; height: 120px; overflow:hidden;}
  	.collection-wrapper .card-title:before {content:"";display:block;position:absolute;height: 40px; width: 100%;
      bottom: 0; left: 0;background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%)} */ }
@media (min-width: 480px) {
  /* line 304, _collection.scss */
  .card-title {
    text-align: center; }

  /* line 307, _collection.scss */
  .in-collection .card-title {
    text-align: left; } }
/* line 311, _collection.scss */
.card-image .sticker {
  position: absolute;
  left: -1em;
  top: 1em;
  z-index: 1;
  padding: 3px 10px;
  background: #f64444;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center; }

/* line 324, _collection.scss */
.card-image .sticker.blue {
  background: #009fdf; }

/* line 328, _collection.scss */
.card-image .sticker.transparent {
  background: none;
  padding: 0; }

/* line 333, _collection.scss */
.card-image .sticker.transparent img {
  width: 150px; }

@media (max-width: 480px) {
  /* line 335, _collection.scss */
  .card-image .sticker.transparent {
    left: 0; }

  /* line 336, _collection.scss */
  .card-image .sticker.transparent img {
    width: 100px; } }
@media (min-width: 480px) {
  /* line 339, _collection.scss */
  .collection-wrapper .cell-3 {
    width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
/* line 348, _collection.scss */
.phone_model {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #009fdf;
  border-radius: 50%;
  font-size: 10px; }

/* new template camers */
/* line 354, _collection.scss */
.new-camers-wrapper .category-cameras-product-param-item-img {
  margin-top: 0;
  height: 50px;
  text-align: center; }
/* line 361, _collection.scss */
.new-camers-wrapper .category-cameras-product-body-img img {
  position: static;
  max-width: 223px;
  height: auto; }
/* line 368, _collection.scss */
.new-camers-wrapper .category-cameras-product-body-img {
  height: 210px; }
/* line 374, _collection.scss */
.new-camers-wrapper .category-cameras-product .btn {
  background: #009ee2;
  box-shadow: none;
  font-size: 14px;
  padding: 10px;
  min-width: 130px;
  border-radius: 0; }
/* line 382, _collection.scss */
.new-camers-wrapper .category-cameras-product .not-available .btn, .new-camers-wrapper .category-cameras-product .btn.not-available {
  background: #ccc;
  border: #ccc; }
/* line 383, _collection.scss */
.new-camers-wrapper .category-camers-img-wrap, .new-camers-wrapper .category-camers-header-wrap {
  display: inline-block;
  vertical-align: top;
  text-align: left; }
/* line 396, _collection.scss */
.new-camers-wrapper .category-product-item {
  float: left; }
/* line 400, _collection.scss */
.new-camers-wrapper .category-product-item-1 {
  width: 100%; }
  /* line 402, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-item {
    color: #fff; }
  /* line 405, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-1 {
    background: #6ecff6; }
  /* line 408, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-2 {
    background: #00aeef; }
  /* line 411, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-3 {
    background: #0089d0; }
  /* line 414, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-4 {
    background: #0078b7; }
  /* line 417, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-5 {
    background: #004c91; }
  /* line 420, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-6 {
    background: #00366f; }
  /* line 423, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-7 {
    background: #003168; }
  /* line 426, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-8 {
    background: #002153; }
  /* line 429, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-9 {
    background-color: #0072ba; }
  /* line 432, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-10 {
    background-color: #0067b7; }
  /* line 435, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-11 {
    background-color: #005dab; }
  /* line 438, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-12 {
    background-color: #034d8e; }
  /* line 441, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-13 {
    background-color: #01356f; }
  /* line 444, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-14 {
    background-color: #003169; }
  /* line 447, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-15 {
    background-color: #002156; }
  /* line 450, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-16 {
    background-color: #001e4c; }
  /* line 453, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-17 {
    background-color: #005faf; }
  /* line 456, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-18 {
    background-color: #0051ad; }
  /* line 459, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-19 {
    background-color: #074594; }
  /* line 462, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-20 {
    background-color: #063c80; }
  /* line 465, _collection.scss */
  .new-camers-wrapper .category-product-item-1 .category-cameras-product-param-bg-21 {
    background-color: #043168; }
/* line 469, _collection.scss */
.new-camers-wrapper .category-product-item-2 {
  width: 100%; }
  /* line 472, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-item {
    color: #fff; }
  /* line 476, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-bg-1 {
    background: #ffffff;
    color: #58595c; }
  /* line 480, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-bg-2 {
    background: #f3f3f4;
    color: #58595c; }
  /* line 484, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-bg-3 {
    background: #e7e7e8;
    color: #58595c; }
  /* line 488, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-bg-4 {
    background: #d1d2d4;
    color: #58595c; }
  /* line 492, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-bg-5 {
    background: #bcbdc0;
    color: #58595c; }
  /* line 496, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-bg-6 {
    background: #a7a9ac;
    color: #58595c; }
  /* line 500, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-bg-7 {
    background: #6ecff6; }
  /* line 503, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-bg-8 {
    background: #00aeef; }
  /* line 507, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-bg-9 {
    background: #0089d0; }
  /* line 510, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-bg-10 {
    background: #0078b7; }
  /* line 513, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-bg-11 {
    background: #005dac; }
  /* line 516, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-bg-12 {
    background: #004c91c; }
  /* line 519, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-bg-13 {
    background: #00366f; }
  /* line 522, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-bg-14 {
    background: #003168; }
  /* line 525, _collection.scss */
  .new-camers-wrapper .category-product-item-2 .category-cameras-product-param-bg-15 {
    background: #002153; }
/* line 531, _collection.scss */
.new-camers-wrapper .category-cameras-product-param-item {
  width: 110px;
  height: 116px;
  padding: 10px 5px 0 5px;
  float: left;
  text-align: left;
  letter-spacing: 0;
  font-size: 10px; }
/* line 542, _collection.scss */
.new-camers-wrapper .category-cameras-product-param-item-text {
  margin-top: 5px;
  font-size: 10px;
  text-align: center;
  line-height: 10px; }

/* line 549, _collection.scss */
.category-cameras-product-body-img {
  height: 275px;
  position: relative;
  text-align: center; }

/* line 554, _collection.scss */
.category-cameras-product-title {
  margin-bottom: 30px;
  margin-top: 20px; }

/* line 557, _collection.scss */
.category-cameras-product-title a {
  color: #333;
  text-transform: uppercase;
  font-size: 36px;
  line-height: normal;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

/* line 566, _collection.scss */
.category-cameras-product-price {
  font-size: 24px;
  margin-bottom: 40px;
  float: left;
  min-width: 135px;
  line-height: 36px;
  position: relative; }

/* line 574, _collection.scss */
.category-cameras-product-price .prod-old-price {
  position: absolute;
  right: 0;
  top: -30px;
  text-decoration: line-through;
  font-size: 16px; }

/* line 575, _collection.scss */
.new-camers-wrapper .category-cameras-product .btn {
  background: #009ee2;
  box-shadow: none;
  font-size: 14px;
  padding: 10px;
  min-width: 130px;
  border-radius: 0;
  cursor: pointer; }

/* line 584, _collection.scss */
.category-cameras-product-body {
  position: relative;
  clear: both; }

/* line 588, _collection.scss */
.category-cameras-more-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 10px; }

/* line 594, _collection.scss */
.category-cameras-product {
  margin: 30px 0 20px 0; }

/* line 597, _collection.scss */
.category-cameras-product .category-product-item {
  margin-bottom: 15px;
  position: relative;
  line-height: 120%; }

/* line 602, _collection.scss */
.category-cameras-product-body-img img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 225px;
  position: absolute;
  right: 0;
  width: inherit; }

@media (max-width: 500px) {
  /* line 612, _collection.scss */
  .category-cameras-product-param-item {
    width: 25%; } }
@media (max-width: 480px) {
  /* line 617, _collection.scss */
  .category-cameras-product-price {
    float: none;
    margin-bottom: 20px; }

  /* line 622, _collection.scss */
  .category-cameras-product-title {
    position: relative;
    left: auto;
    top: auto;
    text-align: center; }

  /* line 629, _collection.scss */
  .category-cameras-product-buy {
    position: relative;
    left: auto;
    top: auto;
    text-align: center; }

  /* line 636, _collection.scss */
  .category-cameras-product-param.slick-slider {
    margin: 0 25px; }

  /* line 639, _collection.scss */
  .category-cameras-product-param .slick-prev, .category-cameras-product-param .slick-next {
    width: 15px;
    height: 29px;
    margin-top: -15px;
    position: absolute; }

  /* line 647, _collection.scss */
  .category-cameras-product-param .slick-prev:focus, .category-cameras-product-param .slick-next:focus {
    box-shadow: none;
    -webkit-box-shadow: none; }

  /* line 653, _collection.scss */
  .category-cameras-product-param .slick-prev:before, .category-cameras-product-param .slick-next:before {
    content: ""; }

  /* line 658, _collection.scss */
  .category-cameras-product-param .slick-prev {
    left: -25px;
    background: url(prev.png);
    z-index: 1; }

  /* line 665, _collection.scss */
  .category-cameras-product-param.slick-slider {
    margin: 0 25px; }

  /* line 669, _collection.scss */
  .category-cameras-product-param .slick-next {
    right: -25px;
    background: url(next.png); } }
@media (max-width: 1200px) {
  /* line 676, _collection.scss */
  .new-camers-wrapper .category-cameras-product-body-img img {
    max-width: 100%; } }
@media (max-width: 1024px) {
  /* line 682, _collection.scss */
  .category-cameras-product-param-item {
    border: 1px solid #fff; } }
@media (max-width: 1024px) {
  /* line 695, _collection.scss */
  .category-product-item {
    width: 100%;
    float: none;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px; }

  /* line 703, _collection.scss */
  .category-product-item-2.hero7 {
    width: 100% !important; }

  /* line 707, _collection.scss */
  .category-camers-img-wrap {
    margin-bottom: 20px; }

  /* line 712, _collection.scss */
  .category-cameras-product-body {
    margin-top: 20px; }

  /* line 716, _collection.scss */
  .category-cameras-product-param-item {
    width: 33.33333%; } }
/* landing gopro */
/* line 722, _collection.scss */
.category-product-item {
  margin-bottom: 15px;
  position: relative;
  line-height: 120%; }

/* line 727, _collection.scss */
.category-product-item-img {
  margin-bottom: 12px;
  /* overflow: hidden; */
  position: relative;
  text-align: center;
  height: 270px;
  line-height: 270px; }

/* line 735, _collection.scss */
.category-product-item-img img {
  vertical-align: middle;
  max-height: 90%; }

/* line 739, _collection.scss */
.image-is-1 + .image-is-2 {
  display: none; }

/* line 742, _collection.scss */
.category-product-item-img:hover .image-is-2 {
  display: inline-block;
  vertical-align: middle; }

/* line 746, _collection.scss */
.category-product-item-img:hover .image-is-1 {
  display: none; }

/* line 749, _collection.scss */
.common-category-item .cell-3 .category-product-item-img {
  height: 220px !important;
  line-height: 220px !important; }

/* line 750, _collection.scss */
.template-is-collection_gopro .cell-3, .template-is-collection_gopro .cell-6 {
  position: relative; }

/* line 753, _collection.scss */
.template-is-collection_gopro .cell-3 {
  margin: 0;
  clear: none;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 754, _collection.scss */
.template-is-collection_gopro .cell-3 .biga, .template-is-collection_gopro .cell-6 .biga {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

/* line 755, _collection.scss */
.common-category-item-title {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center; }

/* line 761, _collection.scss */
.category.is-accessories .common-category-item-title {
  padding-top: 40px;
  border-top: none;
  margin-top: 0; }

/* line 766, _collection.scss */
.common-category-item .cell-3 {
  height: 320px !important; }

@media (min-width: 481px) {
  /* line 768, _collection.scss */
  .common-category-item .block-13 .cell-3:nth-child(4), .common-category-item .block-13 .cell-3:nth-child(5), .common-category-item .block-13 .cell-3:nth-child(9) {
    height: 640px !important;
    display: inline-block;
    vertical-align: middle; } }
/* line 774, _collection.scss */
.common-category-item .cell-3 img {
  height: 200px !important; }

/* line 775, _collection.scss */
.common-category-item .cell-4, .common-category-item .cell-6, .common-category-item .cell-3 {
  display: none;
  border: 1px solid #f5f5f5; }

/* line 779, _collection.scss */
.common-category-item .cell-4.is-active, .common-category-item .cell-6.is-active, .common-category-item .cell-3.is-active {
  display: block; }

/* line 782, _collection.scss */
.template-is-collection_gopro .category-product-item-title {
  text-align: center; }

/* line 785, _collection.scss */
.category-product-item-title {
  margin-bottom: 10px;
  height: 40px;
  overflow: hidden; }

/* line 790, _collection.scss */
.template-is-collection_gopro .category-product-item-title a {
  color: #999999;
  font-size: 14px;
  line-height: 20px; }

/* line 795, _collection.scss */
.template-is-collection_gopro .category-product-item-raiting, .template-is-collection_gopro .category-product-buy-button, .template-is-collection_gopro .category-product-item-description {
  display: none; }

/* line 796, _collection.scss */
.center {
  text-align: center; }

/* line 799, _collection.scss */
.common-category-item-show {
  padding-top: 50px;
  margin-bottom: 40px;
  clear: both; }

/* line 804, _collection.scss */
.common-category-item-show-all {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  background: #009fdf;
  color: #fff;
  width: auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  display: inline-block; }

/* line 818, _collection.scss */
.common-category-item .cell-3 .category-product-item-img {
  height: 220px !important;
  line-height: 220px !important; }

@media (min-width: 481px) {
  /* line 820, _collection.scss */
  .common-category-item .block-13 .cell-3:nth-child(4) .category-product-item-img, .common-category-item .block-13 .cell-3:nth-child(5) .category-product-item-img, .common-category-item .block-13 .cell-3:nth-child(9) .category-product-item-img {
    height: 540px !important;
    line-height: 540px !important; } }
@media (min-width: 481px) {
  /* line 826, _collection.scss */
  .common-category-item .block-13 .cell-3:nth-child(5), .common-category-item .block-13 .cell-3:nth-child(6), .common-category-item .block-13 .cell-3:nth-child(7), .common-category-item .block-13 .cell-3:nth-child(11), .common-category-item .block-13 .cell-3:nth-child(12) {
    margin-top: -320px; }

  /* line 827, _collection.scss */
  .common-category-item .block-13 .cell-3:nth-child(8) {
    margin-left: -50%; }

  /* line 828, _collection.scss */
  .common-category-item .block-13 .cell-3:nth-child(13) {
    margin-left: 25%;
    margin-top: -320px; } }
/*.common-category-item.krepleniya-gopro .cell-3:nth-child(5), .common-category-item.krepleniya-gopro .cell-3:nth-child(6), .common-category-item.krepleniya-gopro .cell-3:nth-child(7), .common-category-item.krepleniya-gopro .cell-3:nth-child(12), .common-category-item.krepleniya-gopro .cell-3:nth-child(13) {
    margin-top: -320px;
}*/
@media (min-width: 481px) {
  /* line 834, _collection.scss */
  .mobile-common-category-item-show {
    display: none; } }
/* line 838, _collection.scss */
.template-is-collection_gopro .category-product-item-price {
  position: relative;
  top: auto;
  float: none;
  left: auto;
  text-align: center;
  width: 100%; }

/* line 846, _collection.scss */
.template-is-collection_gopro .category-product-item-price span {
  font-size: 20px;
  color: #999999; }

/* line 850, _collection.scss */
.common-category-item .cell-3:nth-child(4), .common-category-item .cell-3:nth-child(5), .common-category-item .cell-3:nth-child(6), .common-category-item .cell-3:nth-child(7), .common-category-item .cell-3:nth-child(8), .common-category-item .cell-3:nth-child(9), .common-category-item .cell-3:nth-child(10), .common-category-item .cell-12.first-three [data-main-id].nth-child-3 ~ [data-main-id] {
  width: 16.66%;
  padding: 0 0.5rem; }

/* line 854, _collection.scss */
.cell-3:nth-child(11), .common-category-item .cell-3:nth-child(12), .common-category-item .cell-3:nth-child(13) {
  width: 25% !important; }

@media (max-width: 480px) {
  /* line 858, _collection.scss */
  .common-category-item .cell-3:nth-child(n) {
    width: 100%;
    max-width: unset;
    height: auto !important;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 859, _collection.scss */
  .category.is-accessories .mobile-common-category-item-show {
    display: none; } }
@media (max-width: 480px) {
  /* line 862, _collection.scss */
  .new-camers-wrapper .category-cameras-product-param .slick-prev {
    left: -25px;
    background: url(prevgp.png);
    z-index: 1; }

  /* line 867, _collection.scss */
  .new-camers-wrapper .category-cameras-product-param .slick-next {
    right: -25px;
    background: url(nextgp.png); }

  /* line 871, _collection.scss */
  .new-camers-wrapper .slick-slide img {
    margin: 0 auto; } }
/* line 873, _collection.scss */
.common-category-item .group {
  position: relative;
  z-index: 1; }

/* line 874, _collection.scss */
.template-is-collection_gopro .category-product-buy-button {
  display: block;
  position: absolute;
  left: 10px; }

/* line 875, _collection.scss */
.common-category-item .bttn-prim {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  text-indent: -3000px;
  background: #009fdf url(but_buy.png) no-repeat 4px 5px;
  padding: 0;
  border: none;
  margin-right: 8px;
  display: block;
  position: absolute;
  left: 10px;
  z-index: 1;
  bottom: -3px; }

@media (max-width: 480px) {
  /* line 886, _collection.scss */
  .common-category-item .bttn-prim {
    bottom: 0; } }
@font-face {
  font-family: 'GothamPro';
  src: url("GothamPro.ttf"); }
/* line 5, _product.scss */
.template-is-product .breadcrumb {
  margin: 0; }

/* line 6, _product.scss */
.product_title {
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 0 3px;
  margin-bottom: 25px;
  background: #fff;
  z-index: 20; }
  @media (min-width: 768px) {
    /* line 6, _product.scss */
    .product_title {
      position: -webkit-sticky;
      position: sticky;
      top: 115px; } }
  /* line 10, _product.scss */
  .product_title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 400; }
  /* line 11, _product.scss */
  .product_title .product_info {
    padding-top: 23px;
    color: #aeaeae;
    font-size: 12px; }

/* line 13, _product.scss */
.gallery-wrapper {
  max-width: 672px;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 13, _product.scss */
    .gallery-wrapper {
      position: -webkit-sticky;
      position: sticky;
      top: 200px; } }
  /* line 17, _product.scss */
  .gallery-wrapper iframe {
    max-width: 100%; }

/* line 19, _product.scss */
.gallery-top img {
  max-width: 100% !important; }

/* line 21, _product.scss */
.swiper-slide .gallery-thumb {
  border-bottom: 2px solid transparent; }

/* line 22, _product.scss */
.swiper-slide.is-active .gallery-thumb {
  border-bottom: 2px solid #189ed9; }

/* line 24, _product.scss */
.gallery-wrapper .swiper-container-android .swiper-slide,
.gallery-wrapper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 32, _product.scss */
.gallery-thumb {
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid transparent;
  overflow: hidden;
  padding-bottom: -webkit-calc(100% - 2px);
  padding-bottom: calc(100% - 2px); }

/* line 45, _product.scss */
.gallery-thumb.video-thumb {
  padding: 0; }

/* line 47, _product.scss */
.image-container.is-cover.gallery-thumb > img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50%;
  object-position: 50%; }

/* line 53, _product.scss */
.predzakaz {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #189ed9;
  font-weight: bold; }

/* line 69, _product.scss */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -50px;
  background: none !important;
  width: auto;
  height: auto; }
  /* line 71, _product.scss */
  .swiper-button-prev:before,
  .swiper-container-rtl .swiper-button-next:before {
    content: "\f053";
    font: 16px 'FontAwesome'; }

/* line 74, _product.scss */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -50px;
  background: none !important;
  width: auto;
  height: auto; }
  /* line 76, _product.scss */
  .swiper-button-next:before,
  .swiper-container-rtl .swiper-button-prev:before {
    content: "\f054";
    font: 16px 'FontAwesome'; }

/* line 79, _product.scss */
.gallery-thumbs-wrap {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  position: relative;
  margin: auto; }
  /* line 84, _product.scss */
  .gallery-thumbs-wrap .video-thumb {
    padding: 0;
    line-height: 60px; }
  /* line 85, _product.scss */
  .gallery-thumbs-wrap .fa {
    font-size: 60px; }

/* line 88, _product.scss */
.products-slider-wrapper {
  position: relative;
  padding: 24px 0 0; }

/* line 90, _product.scss */
.slide-inner {
  display: block;
  position: relative; }

/* line 95, _product.scss */
.slide-inner img {
  width: 100%; }

/* line 99, _product.scss */
.gallery-wrapper .js-product-gallery-main {
  max-width: 100% !important; }

/* line 100, _product.scss */
.js-main-product-foto .slick-slide {
  text-align: center; }
  /* line 101, _product.scss */
  .js-main-product-foto .slick-slide img {
    vertical-align: middle;
    display: inline-block; }
  /* line 102, _product.scss */
  .js-main-product-foto .slick-slide.video {
    line-height: normal;
    text-align: left; }
  @media (min-width: 768px) {
    /* line 100, _product.scss */
    .js-main-product-foto .slick-slide {
      min-height: 350px;
      line-height: 350px; } }

/* line 107, _product.scss */
.product-page-thumbnails .slick-prev, .product-page-thumbnails .slick-next {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0;
  line-height: 0;
  color: #191919;
  position: absolute;
  width: auto;
  height: auto; }

/* line 117, _product.scss */
.product-page-thumbnails .slick-prev, .product-page-thumbnails .slick-next {
  left: -20px;
  top: 50%;
  margin-top: -30px; }

/* line 123, _product.scss */
.product-page-thumbnails .slick-next {
  right: -20px;
  left: auto; }

/* line 128, _product.scss */
#thumbnails.product-page-thumbnails .slick-prev:before {
  content: "\f104";
  color: #191919;
  font-size: 41px;
  z-index: 2;
  font-family: FontAwesome; }

/* line 136, _product.scss */
.product-page-thumbnails .slick-next:before {
  content: "\f105";
  color: #191919;
  font-size: 41px;
  z-index: 2;
  font-family: FontAwesome; }

/* line 144, _product.scss */
.product-page-thumbnails {
  margin: 30px 20px;
  position: relative; }
  /* line 145, _product.scss */
  .product-page-thumbnails .slick-slide {
    text-align: center;
    min-height: 70px; }
  /* line 146, _product.scss */
  .product-page-thumbnails .slick-current {
    outline: none;
    border-bottom: 1px solid #009ee2; }
  /* line 147, _product.scss */
  .product-page-thumbnails .productthumbnail {
    padding: 0 15px 15px;
    cursor: pointer; }
  /* line 148, _product.scss */
  .product-page-thumbnails .fa {
    font-size: 50px; }

/* line 151, _product.scss */
.product-info {
  max-width: 370px;
  margin-left: auto;
  font-size: 14px; }
  /* line 152, _product.scss */
  .product-info form {
    margin-bottom: 30px; }
  /* line 153, _product.scss */
  .product-info .product-prices {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px; }
    /* line 154, _product.scss */
    .product-info .product-prices .product-price {
      color: #189ed9;
      font-size: 34px; }
  /* line 156, _product.scss */
  .product-info .product_activer {
    border-bottom: 1px solid #e6e6e6;
    line-height: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  /* line 157, _product.scss */
  .product-info .option-selector {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 25px; }
    /* line 158, _product.scss */
    .product-info .option-selector .option {
      margin-bottom: 12px;
      /*&.option-cvet, &.option-razmer {width: 48%; display: inline-block; vertical-align: top;}
      &:last-child:first-child {width: auto; display: block;}*/ }
      /* line 161, _product.scss */
      .product-info .option-selector .option .option-label {
        margin-bottom: 8px;
        font-size: 14px;
        color: #999; }
      /* line 162, _product.scss */
      .product-info .option-selector .option .option-value.is-span {
        padding: 3px 5px;
        line-height: 17px;
        min-width: 25px;
        text-align: center;
        border-radius: 12px;
        border: 1px solid #191919;
        background: none;
        margin: 0 8px 8px 0;
        height: 25px;
        cursor: pointer; }
        /* line 163, _product.scss */
        .product-info .option-selector .option .option-value.is-span.is-active {
          background: #191919;
          color: #fff; }
        /* line 164, _product.scss */
        .product-info .option-selector .option .option-value.is-span.is-disabled {
          opacity: 0.5; }
        /* line 165, _product.scss */
        .product-info .option-selector .option .option-value.is-span[data-color="красный"] {
          background: #e14d4d;
          border-color: #e14d4d; }
        /* line 166, _product.scss */
        .product-info .option-selector .option .option-value.is-span[data-color="серый"] {
          background: #d9d9d9;
          border-color: #d9d9d9; }
        /* line 167, _product.scss */
        .product-info .option-selector .option .option-value.is-span[data-color="белый"] {
          background: #fff;
          border-color: #3d3d3d; }
        /* line 168, _product.scss */
        .product-info .option-selector .option .option-value.is-span[data-color="черный"] {
          background: #3d3d3d;
          border-color: #3d3d3d; }
        /* line 169, _product.scss */
        .product-info .option-selector .option .option-value.is-span[data-color="зеленый"] {
          background: #32c07f;
          border-color: #32c07f; }
      /* line 171, _product.scss */
      .product-info .option-selector .option .option-image {
        min-width: 25px;
        text-align: center;
        border-radius: 12px;
        margin: 0 8px 8px 0;
        height: 25px;
        overflow: hidden;
        display: inline-block; }
        /* line 172, _product.scss */
        .product-info .option-selector .option .option-image.is-active {
          border: 1px solid #000; }
        /* line 173, _product.scss */
        .product-info .option-selector .option .option-image.is-disabled {
          opacity: 0.5; }
  /* line 177, _product.scss */
  .product-info .product-buy {
    text-align: center;
    font-size: 12px; }
    /* line 178, _product.scss */
    .product-info .product-buy .bttn-prim {
      border-radius: 0;
      font-size: 18px;
      font-weight: normal;
      width: 100%;
      height: 46px; }
    /* line 179, _product.scss */
    .product-info .product-buy .bttn-grey {
      width: auto;
      font-size: 14px;
      line-height: 34px;
      padding: 3px 14px; }
    /* line 180, _product.scss */
    .product-info .product-buy p {
      margin: 15px 0 0; }
  /* line 182, _product.scss */
  .product-info .product-city-change {
    display: none; }
  /* line 183, _product.scss */
  .product-info .product-short_description {
    font-size: 12px; }
    /* line 184, _product.scss */
    .product-info .product-short_description ul {
      margin: 15px 0 0;
      padding: 0;
      list-style: none; }
    /* line 185, _product.scss */
    .product-info .product-short_description li {
      border-bottom: 1px dotted #ccc;
      padding: 10px 0 5px;
      font-size: 14px; }
      /* line 185, _product.scss */
      .product-info .product-short_description li em {
        font-style: normal;
        float: right; }
  /* line 187, _product.scss */
  .product-info .product_links ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 188, _product.scss */
    .product-info .product_links ul li > a {
      padding-left: 45px;
      line-height: 28px;
      margin-bottom: 10px;
      position: relative;
      display: block;
      font-size: 14px; }
      /* line 189, _product.scss */
      .product-info .product_links ul li > a:before {
        content: "";
        display: block;
        width: 26px;
        height: 17px;
        position: absolute;
        top: 8px;
        left: 0;
        background: url(icons_product.png) no-repeat; }
      /* line 190, _product.scss */
      .product-info .product_links ul li > a span {
        color: #009fe3; }
      /* line 191, _product.scss */
      .product-info .product_links ul li > a div {
        font-size: 14px; }
    /* line 193, _product.scss */
    .product-info .product_links ul .product-delivery-widjet {
      margin-bottom: 10px; }
    /* line 194, _product.scss */
    .product-info .product_links ul .delivery {
      padding-left: 45px;
      line-height: 28px;
      margin-bottom: 10px;
      position: relative;
      display: block;
      font-size: 14px; }
      /* line 195, _product.scss */
      .product-info .product_links ul .delivery:before {
        content: "";
        display: block;
        width: 26px;
        height: 17px;
        position: absolute;
        top: 8px;
        left: 0;
        background: url(icons_product.png) no-repeat; }
      /* line 196, _product.scss */
      .product-info .product_links ul .delivery .product-delivery-style {
        font-size: 12px; }
      /* line 197, _product.scss */
      .product-info .product_links ul .delivery .product-delivery-style-price {
        color: #009fe3; }
    /* line 199, _product.scss */
    .product-info .product_links ul li.return a:before {
      background-position: 2px -17px;
      height: 24px;
      top: 0; }
    /* line 200, _product.scss */
    .product-info .product_links ul li.pickup a:before {
      background-position: 3px -41px;
      height: 24px;
      top: 0; }
    /* line 201, _product.scss */
    .product-info .product_links ul li.payment a:before {
      background-position: 2px -65px;
      height: 22px;
      top: 0; }
    /* line 202, _product.scss */
    .product-info .product_links ul li.service a:before {
      background-position: 0 -87px;
      height: 24px;
      top: 0; }
    /* line 203, _product.scss */
    .product-info .product_links ul li.help a:before {
      background-position: 1px -111px;
      height: 23px;
      top: 0; }
    /* line 204, _product.scss */
    .product-info .product_links ul a {
      color: #000;
      text-decoration: none; }
      /* line 447, _mixins.scss */
      .product-info .product_links ul a:hover {
        color: #009fe3;
        text-decoration: underline; }
    /* line 205, _product.scss */
    .product-info .product_links ul li.return a:hover:before {
      background-position: -24px -17px;
      height: 24px;
      top: 0; }
    /* line 206, _product.scss */
    .product-info .product_links ul li.pickup a:hover:before {
      background-position: -23px -41px;
      height: 24px;
      top: 0; }
    /* line 207, _product.scss */
    .product-info .product_links ul li.payment a:hover:before {
      background-position: -25px -65px;
      height: 22px;
      top: 0; }
    /* line 208, _product.scss */
    .product-info .product_links ul li.service a:hover:before {
      background-position: -26px -87px;
      height: 24px;
      top: 0; }
    /* line 209, _product.scss */
    .product-info .product_links ul li.help a:hover:before {
      background-position: -25px -111px;
      height: 23px;
      top: 0; }
  /* line 211, _product.scss */
  .product-info .dop_text {
    padding: 10px 0;
    font-size: 11px;
    color: #777; }

/* line 213, _product.scss */
.review-rating {
  color: #c3c3c3;
  font-size: 22px;
  margin-bottom: 15px; }
  /* line 214, _product.scss */
  .review-rating i {
    margin-right: 4px; }
  /* line 215, _product.scss */
  .review-rating .yellow {
    color: #009fe3; }

/* line 217, _product.scss */
.product-old_price span {
  text-decoration: line-through;
  color: #555555; }

/* line 218, _product.scss */
.product-available {
  margin-bottom: 15px; }
  /* line 219, _product.scss */
  .product-available:before {
    content: '';
    width: 24px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    background: url(ico_ava.png); }
  /* line 220, _product.scss */
  .product-available.not_available:before {
    width: 23px;
    height: 24px;
    background: url(ico_ava_no.gif); }

/* line 222, _product.scss */
.product_oneclick a {
  background: url(ico_hand.png) no-repeat 0 50%;
  padding-left: 35px;
  line-height: 27px;
  display: inline-block;
  color: #000;
  text-decoration: none; }
  /* line 447, _mixins.scss */
  .product_oneclick a:hover {
    color: #009fe3;
    text-decoration: underline; }

/* line 223, _product.scss */
.product_surprice {
  background: url(ico_surprice.png) no-repeat 0 50%;
  padding-left: 35px;
  display: inline-block;
  color: #000;
  text-decoration: none; }
  /* line 447, _mixins.scss */
  .product_surprice:hover {
    color: #009fe3;
    text-decoration: underline; }

/* line 224, _product.scss */
.products-is-related {
  /*padding-top: 85px*/ }

/* line 225, _product.scss */
.product_tabs.tabs {
  background: #189ed9;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 60px;
  padding-top: 10px; }
  /* line 226, _product.scss */
  .product_tabs.tabs .tabs-item {
    height: 57px;
    border: 1px solid transparent;
    border-bottom: 0;
    padding: 12px;
    text-align: center;
    border-radius: 0;
    font-weight: normal;
    text-transform: none;
    color: #f2f2f2;
    margin-right: 2px; }
    /* line 227, _product.scss */
    .product_tabs.tabs .tabs-item:hover {
      border-color: #f2f2f2; }
    /* line 228, _product.scss */
    .product_tabs.tabs .tabs-item.is-button-active {
      background: #f2f2f2;
      color: #189ed9;
      border-bottom: 0; }
  /* line 230, _product.scss */
  .product_tabs.tabs .tabs-box {
    background: #f2f2f2;
    position: relative;
    padding-top: 35px;
    padding-bottom: 60px; }
  /* line 232, _product.scss */
  .product_tabs.tabs [data-tab-target="include"] li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    font-size: 14px; }
  /* line 233, _product.scss */
  .product_tabs.tabs [data-tab-target="include"] li:before {
    content: "\00B7";
    font-size: 60px;
    line-height: 18px;
    position: absolute;
    left: 0; }
  /* line 236, _product.scss */
  .product_tabs.tabs [data-tab-target="spec"] .row {
    margin: 0 -15px; }
  /* line 237, _product.scss */
  .product_tabs.tabs [data-tab-target="spec"] [class*='cell-'] {
    padding: 0 15px;
    width: 80%;
    flex-basis: auto;
    max-width: 100%; }
  /* line 238, _product.scss */
  .product_tabs.tabs [data-tab-target="spec"] p > strong {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal; }
  /* line 239, _product.scss */
  .product_tabs.tabs [data-tab-target="spec"] ul {
    padding: 0;
    margin: 10px 0 40px;
    list-style: none; }
  /* line 240, _product.scss */
  .product_tabs.tabs [data-tab-target="spec"] li {
    padding: 5px 0 7px;
    font-size: 14px;
    display: flex;
    border-bottom: 1px solid #e7e7e7; }
    /* line 241, _product.scss */
    .product_tabs.tabs [data-tab-target="spec"] li strong {
      flex: 0 0 285px;
      padding-right: 5px;
      font-weight: normal;
      max-width: 100%;
      font-weight: 600 !important; }
  /* line 243, _product.scss */
  .product_tabs.tabs [data-tab-target="spec"] li:last-child {
    border: none; }
  @media (max-width: 768px) {
    /* line 245, _product.scss */
    .product_tabs.tabs [data-tab-target="spec"] li {
      margin-bottom: 10px; }
      /* line 245, _product.scss */
      .product_tabs.tabs [data-tab-target="spec"] li strong {
        flex: 0 0 50%; } }

/* line 249, _product.scss */
.products-title {
  text-align: center;
  font-size: 30px;
  font-weight: normal; }

/* line 250, _product.scss */
.product_tabs.tabs.bottom {
  margin-bottom: -40px; }

/* line 252, _product.scss */
.form-row {
  margin-bottom: 1rem; }

/* line 256, _product.scss */
.form-label {
  width: 100%;
  margin-bottom: 0.5rem; }

/* line 261, _product.scss */
.form-field {
  width: 100%; }

/* line 265, _product.scss */
.form-field.text-field.is-textarea {
  width: 100%; }

/* line 269, _product.scss */
.reviews-form {
  margin-bottom: 20px; }

/* line 273, _product.scss */
.reviews-toggle-wrapper {
  margin-bottom: 20px; }

/* line 277, _product.scss */
.form-field.text-field.is-captcha {
  margin-top: 10px; }

/* line 281, _product.scss */
.reviews-wrapper {
  max-width: 600px; }

/* line 285, _product.scss */
.reviews-item {
  padding: 5px 0; }

/* line 286, _product.scss */
.shadow_modal {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 98;
  display: none; }

/* line 287, _product.scss */
.prodmodal {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 267px;
  width: 600px;
  z-index: 99;
  padding: 20px 105px 35px 32px;
  transform: translateX(-50%);
  display: none;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25); }
  /* line 288, _product.scss */
  .prodmodal .close {
    background: #191919;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px; }
    /* line 289, _product.scss */
    .prodmodal .close:before {
      content: "";
      display: block;
      border-top: 2px solid #fff;
      width: 27px;
      position: absolute;
      top: 24px;
      left: 24px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    /* line 290, _product.scss */
    .prodmodal .close:after {
      content: "";
      display: block;
      border-top: 2px solid #fff;
      width: 27px;
      position: absolute;
      top: 24px;
      left: 24px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  /* line 292, _product.scss */
  .prodmodal .title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 30px; }
  /* line 293, _product.scss */
  .prodmodal .bttn-prim {
    background: #189ed9;
    width: 205px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    margin-top: 30px; }
    /* line 294, _product.scss */
    .prodmodal .bttn-prim:hover {
      background: #191919; }

/* line 298, _product.scss */
.kladr-error {
  color: #cb3e27; }

/* line 298, _product.scss */
#kladr_autocomplete ul {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 200px;
  max-height: 420px;
  color: #313131;
  font-size: 12px; }

/* line 298, _product.scss */
#kladr_autocomplete li {
  display: list-item;
  list-style-type: none;
  margin: 0;
  padding: 8px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* line 298, _product.scss */
#kladr_autocomplete li + li {
  border-top: 1px solid #ededed; }

/* line 298, _product.scss */
#kladr_autocomplete li:hover {
  background-color: #f2f2f2;
  cursor: pointer; }

/* line 298, _product.scss */
#kladr_autocomplete li.active {
  background-color: #e9e9e9; }

/* line 298, _product.scss */
#kladr_autocomplete a {
  text-decoration: none; }

/* line 298, _product.scss */
#kladr_autocomplete strong {
  color: #038ebd; }

/* line 298, _product.scss */
#kladr_autocomplete .spinner {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url("./images/spinner.png") center center no-repeat;
  z-index: 9999; }

/* line 300, _product.scss */
.product-new-city {
  text-decoration: none !important;
  display: inline-block;
  border-bottom: 1px dashed;
  color: #009ee2;
  font-size: 16px; }

/* line 309, _product.scss */
.product-city-change {
  display: none; }
  /* line 311, _product.scss */
  .product-city-change input {
    width: 100%;
    height: 30px;
    border: 2px solid #009ee2;
    padding-left: 5px;
    font-size: 14px;
    margin-top: 10px; }

/* line 321, _product.scss */
.review-manager_reply__title {
  color: #189ed9;
  margin-top: 15px; }

/* line 322, _product.scss */
.review-replied_at {
  margin: 15px 30px; }

/* line 323, _product.scss */
.sovmestimost-wrapper {
  margin-bottom: 25px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e8e8e8;
  order: -1; }
  /* line 324, _product.scss */
  .sovmestimost-wrapper p {
    display: inline-block;
    line-height: 25px;
    margin: 0 4px 0 0;
    color: #999999; }
  /* line 325, _product.scss */
  .sovmestimost-wrapper span {
    color: #000;
    font-size: 11px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    line-height: 16px;
    margin-right: 4px;
    margin-bottom: 2px;
    border-radius: 10px; }

@media (min-width: 480px) {
  /* line 330, _product.scss */
  .products-is-related form.card, .products-is-similar form.card {
    padding-bottom: 40px; }
    /* line 331, _product.scss */
    .products-is-related form.card .card-prices, .products-is-similar form.card .card-prices {
      bottom: 0px; } }
/* line 334, _product.scss */
.products-is-related .card-title, .products-is-similar .card-title {
  font-size: 14px;
  max-height: 75px;
  overflow: hidden; }

/* line 336, _product.scss */
[data-discounts] {
  margin-top: 20px; }

/* line 338, _product.scss */
.reviews-items-wrap {
  /*.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {position: static; top: auto; left: auto; color: #fff; background: #189ed9!important; margin: 0 10px; display: inline-block; width: 40px; height: 40px; border-radius: 50%; text-align: center; line-height: 42px;
  	&:hover {background: #222;}
  	&.swiper-button-disabled {background: #b7b7b7!important; opacity: 1;}
  }
  .swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before {content:"\f104"; font-size: 22px;}
  .swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before {content:"\f105"; font-size: 22px;}*/ }
  /* line 339, _product.scss */
  .reviews-items-wrap .reviews-item {
    font-size: 14px;
    border-top: 1px solid #e6e6e6;
    padding: 15px 0 20px; }

/* line 348, _product.scss */
.reviews-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99;
  background: #fff;
  color: #000;
  padding: 40px 80px;
  box-shadow: 0 0 32px rgba(161, 161, 161, 0.4);
  width: 530px;
  max-width: 80%;
  max-height: 80%;
  overflow: auto; }
  /* line 349, _product.scss */
  .reviews-form .close {
    position: absolute;
    top: 20px;
    right: 22px;
    display: block;
    cursor: pointer;
    text-indent: -3000px;
    width: 20px;
    height: 20px; }
    /* line 350, _product.scss */
    .reviews-form .close:before {
      border-top: 2px solid #c3c3c3;
      width: 26px;
      transform: rotate(45deg);
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: -3px; }
    /* line 351, _product.scss */
    .reviews-form .close:after {
      border-top: 2px solid #c3c3c3;
      width: 26px;
      transform: rotate(-45deg);
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: -3px; }
  /* line 353, _product.scss */
  .reviews-form input, .reviews-form textarea {
    width: 100%;
    border: 1px solid #c3c3c3;
    height: 42px;
    padding: 5px 10px; }
  /* line 354, _product.scss */
  .reviews-form textarea {
    height: 136px; }
  /* line 355, _product.scss */
  .reviews-form .form-row {
    margin-bottom: 27px; }
  /* line 356, _product.scss */
  .reviews-form .star-rating .star-label {
    color: #c3c3c3; }
    /* line 357, _product.scss */
    .reviews-form .star-rating .star-label:after {
      display: none; }
  /* line 359, _product.scss */
  .reviews-form .star-rating .star-radio:hover ~ .star-label, .reviews-form .star-rating .star-radio:checked ~ .star-label {
    color: #189ed9; }
  /* line 360, _product.scss */
  .reviews-form .bttn-prim {
    width: 100%;
    height: 46px;
    border-radius: 0;
    font: 18px 'Open Sans', Arial;
    text-transform: none;
    margin-bottom: 15px; }
  /* line 361, _product.scss */
  .reviews-form .notice.notice-info {
    background: none;
    border: none;
    padding: 0;
    font: 12px 'Open Sans', Arial; }
    /* line 361, _product.scss */
    .reviews-form .notice.notice-info .fa {
      display: none; }

@media (max-width: 768px) {
  /* line 365, _product.scss */
  [data-tab-target="review_form"] {
    background: #fff;
    color: #000;
    padding: 20px; }

  /* line 366, _product.scss */
  .reviews-form {
    padding: 20px 40px; }

  /* line 367, _product.scss */
  .product-info .product-buy .bttn-prim {
    /*line-height: 44px;*/
    margin-top: 15px;
    height: 60px; } }
/* line 369, _product.scss */
.gift-wrap {
  width: 64%;
  position: absolute;
  top: 0;
  right: 0; }

/* line 376, _product.scss */
.gift-wrap.ya {
  top: 35px; }

/* line 377, _product.scss */
.gift-wrapm {
  display: none; }

/* line 380, _product.scss */
.gift-sticker, .gift-wrap span, .gift-wrapm span {
  position: absolute;
  z-index: 1;
  top: 27px;
  right: -10px;
  line-height: 70px;
  background: #ff0033;
  border: 2px solid #ff0033;
  color: #ffffff;
  padding: 0 18px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  display: block; }

/* line 396, _product.scss */
.gift-wrap span.transparent, .gift-wrapm span.transparent {
  background: none;
  border: none;
  padding: 0; }

/* line 397, _product.scss */
.gift-wrap span {
  z-index: 1; }

/* line 401, _product.scss */
.gift-sticker:after, .gift-wrap span:after {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 1px;
  height: 145px;
  right: -2px;
  top: -32px; }

/* line 411, _product.scss */
.gift-sticker:hover {
  text-decoration: none; }

/* line 415, _product.scss */
#gift-modal {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -30px;
  background: #fff;
  display: none;
  z-index: 20000;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

/* line 430, _product.scss */
#gift-modal .buttons {
  margin-left: 30px; }

/* line 434, _product.scss */
#gift-modal .fancybox-close-small {
  width: 52px;
  height: 52px;
  background: url(closef.png);
  top: 25px;
  right: 25px; }

/* line 442, _product.scss */
#gift-modal .fancybox-close-small:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 447, _product.scss */
#gift-modal .fancybox-close-small svg {
  display: none; }

/* line 451, _product.scss */
#gift-modal .row {
  margin: auto !important; }

/* line 455, _product.scss */
#gift-modal .title {
  background: #000000;
  padding: 20px 0;
  margin-bottom: 70px; }

/* line 461, _product.scss */
#gift-modal .title h1 {
  font-size: 40px;
  color: #fff;
  margin: -0; }

/* line 467, _product.scss */
#gift-modal.fancybox-content {
  margin: 0;
  padding: 0; }

/* line 471, _product.scss */
#gift-modal .description {
  margin: 0px 0 47px 0;
  font-size: 14px;
  line-height: 18px; }

/* line 477, _product.scss */
#gift-modal .btn-yes, #gift-modal .btn-no {
  line-height: 70px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  background: #009fdf;
  margin: 13px 0;
  text-align: center;
  cursor: pointer; }

/* line 488, _product.scss */
#gift-modal .btn-no {
  background: #b7b7b7; }

/* line 492, _product.scss */
.gift-slider {
  text-align: center;
  width: 230px;
  margin: 30px auto 0; }

/* line 498, _product.scss */
.gift-slider .slick-prev, .gift-slider .slick-next {
  width: 15px;
  height: 29px;
  margin-top: -15px; }

/* line 504, _product.scss */
.gift-slider .slick-prev:focus, .gift-slider .slick-next:focus {
  box-shadow: none;
  -webkit-box-shadow: none; }

/* line 509, _product.scss */
.gift-slider .slick-prev:before, .gift-slider .slick-next:before {
  content: ""; }

/* line 513, _product.scss */
.gift-slider .slick-prev {
  left: -35px;
  background: url(prevgp.png); }

/* line 518, _product.scss */
.gift-slider .slick-next {
  right: -20px;
  background: url(nextgp.png); }

/* line 523, _product.scss */
.gift-slider-main img, .gift-slider-main iframe {
  max-width: 100%;
  /*height:410px;*/
  height: 250px;
  margin: 0 auto; }

/* line 530, _product.scss */
.cell-4 .gift-slider-main img, .cell-4 .gift-slider-main iframe {
  max-width: 100%;
  /*height:410px;*/
  height: 190px;
  margin: 0 auto; }

/* line 537, _product.scss */
.gift-slider-main iframe {
  width: 100%; }

@media (max-width: 800px) {
  /* line 543, _product.scss */
  .gift-wrapm {
    display: block; }

  /* line 547, _product.scss */
  .gift-wrapm span {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    margin: 20px 20px 0;
    border: none; }

  /* line 556, _product.scss */
  .gift-sticker.mob, .gift-wrapm span {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    margin: 20px 20px 0;
    border: none; }

  /* line 565, _product.scss */
  .gift-sticker.mob:after, .gift-wrapm span:after {
    position: absolute;
    content: "";
    background: #e8e8e8;
    width: auto;
    height: 1px;
    right: -20px;
    top: 0;
    left: -20px; }

  /* line 576, _product.scss */
  #gift-modal .title {
    padding: 30px 10px;
    margin-bottom: 20px; }

  /* line 581, _product.scss */
  #gift-modal .title h1 {
    font-size: 20px;
    line-height: 25px;
    padding-right: 0; }

  /* line 587, _product.scss */
  #gift-modal .fancybox-close-small {
    width: 45px;
    height: 45px;
    background: none;
    top: 0;
    right: 0; }

  /* line 595, _product.scss */
  #gift-modal .fancybox-close-small svg {
    display: block; }

  /* line 599, _product.scss */
  .gift-slider-main img, .gift-slider-main iframe {
    max-width: 100%;
    height: 190px; }

  /* line 603, _product.scss */
  #gift-modal .description {
    margin-top: 30px; }

  /* line 607, _product.scss */
  #gift-modal .buttons {
    margin-left: 25px;
    margin-right: 25px; }

  /* line 612, _product.scss */
  .product-prices .product-price {
    text-align: center; } }
/* line 615, _product.scss */
.tabs-box p, li {
  font-size: 14px; }

/*.tabs-box li
{
	list-style: none;
	position: relative;
	padding-left: 20px;
	padding-right: 5px;
	text-transform: lowercase;
}
.tabs-box li:before
{
	content: "·";
	font-size:48px;
	line-height: 18px;
	position: absolute;
	left:0;
}
.tabs-box li:after
{
	content: ";";
	font-size:14px;
	line-height: 18px;
}*/
/* line 641, _product.scss */
.trade-in {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px; }

/* line 649, _product.scss */
.trade-in a {
  color: #189ed9;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed; }

/* line 656, _product.scss */
.tradein-modal {
  width: 630px; }

@media (max-width: 480px) {
  /* line 662, _product.scss */
  .tradein-modal {
    width: auto; } }
/* line 667, _product.scss */
.tradein-modal h2 {
  font-size: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc; }

/* line 673, _product.scss */
.tradein-modal .conditions {
  padding: 40px 0 0; }

/* line 677, _product.scss */
.tradein-modal .conditions p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 26px; }

/* line 683, _product.scss */
.tradein-modal .conditions strong {
  display: block;
  font-weight: normal; }

/* line 688, _product.scss */
.tradein-modal .calculate .row {
  margin: 0;
  padding: 30px 0 15px; }

/* line 693, _product.scss */
.tradein-modal .calculate .row.dos {
  padding: 30px 0 15px; }

/* line 697, _product.scss */
.tradein-modal .calculate .site-row.dos h4 {
  text-align: right;
  font-size: 18px;
  padding-right: 36px;
  margin-bottom: 24px; }

/* line 704, _product.scss */
.tradein-modal .calculate .site-row.dos .price, .tradein-modal .calculate .site-row.dos .disc {
  position: relative;
  padding: 15px 0 40px; }

/* line 709, _product.scss */
.tradein-modal .calculate .site-row.dos .price {
  padding: 15px 0;
  text-align: right; }

/* line 714, _product.scss */
.tradein-modal .calculate .site-row.dos .price:after, .tradein-modal .calculate .site-row.dos .disc:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  bottom: 0;
  background: #ccc; }

/* line 724, _product.scss */
.tradein-modal .calculate .site-row.dos .disc:after {
  right: 15px; }

/* line 728, _product.scss */
.tradein-modal .calculate .site-row.dos .price h4 {
  padding-right: 21px; }

/* line 732, _product.scss */
.tradein-modal #discountm, .tradein-modal #new_pricem, .tradein-modal #old_pricem {
  font-size: 30px;
  color: #0f9ae1;
  text-align: right;
  margin-bottom: 0;
  position: relative;
  padding-right: 50px; }

/* line 741, _product.scss */
.tradein-modal #new_pricem {
  padding-right: 35px; }

/* line 745, _product.scss */
.tradein-modal #old_pricem {
  font-size: 18px;
  color: #999999;
  padding-right: 35px;
  margin-bottom: 10px;
  display: inline-block;
  position: absolute; }

/* line 754, _product.scss */
.tradein-modal #old_pricem:before {
  content: "";
  position: absolute;
  left: 0;
  right: 20px;
  top: 8px;
  height: 2px;
  background: #cccccc; }

/* line 764, _product.scss */
.tradein-modal #discountm:after, .tradein-modal #new_pricem:after, .tradein-modal #old_pricem:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  background: url(rubbm.png);
  bottom: 8px;
  right: 35px; }

/* line 774, _product.scss */
.tradein-modal #old_pricem:after {
  background: url(rubgm.png);
  right: 20px;
  bottom: 2px; }

/* line 780, _product.scss */
.tradein-modal #new_pricem:after {
  right: 20px; }

/* line 784, _product.scss */
.tradein-modal .predv {
  font-size: 14px;
  color: #666666; }

/* line 789, _product.scss */
.tradein-modal .calculate .buy {
  text-align: right; }

/*the container must be positioned relative:*/
/* line 794, _product.scss */
.tradein-modal .сlabel {
  display: inline-block;
  font-size: 18px;
  margin-right: 15px; }

/* line 800, _product.scss */
.tradein-modal .custom-select {
  position: relative;
  width: 170px;
  display: inline-block;
  text-align: center; }

/* line 807, _product.scss */
.tradein-modal .custom-select select {
  display: none;
  /*hide original SELECT element:*/ }

/* line 811, _product.scss */
.tradein-modal .select-selected {
  background-color: #009fdf;
  border-radius: 5px; }

/* line 815, _product.scss */
.tradein-modal .select-selected.select-arrow-active {
  border-radius: 5px 5px 0 0; }

/*style the arrow inside the select element:*/
/* line 820, _product.scss */
.tradein-modal .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent; }

/*point the arrow upwards when the select box is open (active):*/
/* line 832, _product.scss */
.tradein-modal .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px; }

/*style the items (options), including the selected item:*/
/* line 838, _product.scss */
.tradein-modal .select-items div, .tradein-modal .select-selected {
  color: #ffffff;
  padding: 7px 16px;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none; }

/*style items (options):*/
/* line 850, _product.scss */
.tradein-modal .select-items {
  position: absolute;
  background-color: #009fdf;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

/*hide the items when the select box is closed:*/
/* line 860, _product.scss */
.tradein-modal .select-hide {
  display: none; }

/* line 864, _product.scss */
.tradein-modal .select-items div:hover, .tradein-modal .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

/* line 867, _product.scss */
.tradein-modal #reserve-formm {
  margin: 35px 0 5px; }

/* line 871, _product.scss */
.tradein-modal #reserve-formm .feedback-field-wrap {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  max-width: none; }

/* line 879, _product.scss */
.tradein-modal #reserve-formm .feedback-field-wrap:after {
  content: "*";
  position: absolute;
  color: #999999;
  font-size: 30px;
  top: -3px;
  padding-left: 15px; }

/* line 888, _product.scss */
.tradein-modal #reserve-formm .hide .feedback-field-wrap:after {
  display: none; }

/* line 892, _product.scss */
.tradein-modal #reserve-formm .feedback-field-wrap .clabel {
  position: absolute;
  text-align: left;
  width: 50%;
  padding-right: 30px;
  color: #999999;
  font-size: 18px;
  line-height: 48px; }

/* line 902, _product.scss */
.tradein-modal #reserve-formm .feedback-field-wrap input {
  width: 50%;
  background: #f0f0f0;
  line-height: 30px;
  border: none;
  border-radius: 5px; }

/* line 910, _product.scss */
.tradein-modal #reserve-formm button {
  background: #009ee2;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  margin: 30px auto 0;
  letter-spacing: normal;
  text-transform: uppercase;
  padding: 0 30px; }

/* line 925, _product.scss */
.tradein-modal #reserve-formm .confident {
  color: #666666;
  font-size: 14px;
  margin-bottom: 18px; }

@media (min-width: 481px) {
  /* line 932, _product.scss */
  .pr-description {
    -webkit-columns: 200px 2;
    -moz-columns: 200px 2;
    columns: 200px 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; }

  /* line 941, _product.scss */
  .pr-description p:first-child {
    margin-top: 0; } }
@media (max-width: 480px) {
  /* line 947, _product.scss */
  .pr-description p {
    width: 100%;
    padding: 0; }

  /* line 951, _product.scss */
  .pr-description a {
    color: #fff; } }
/* line 956, _product.scss */
.js-products-slider .card-image .sticker {
  left: 0; }

/* line 959, _product.scss */
.js-products-slider .card-image img {
  height: 150px; }

/* line 963, _product.scss */
.in-product .card-image.cell-12.cell-6-xs {
  height: 160px; }

/* line 966, _product.scss */
.in-product .card-title-wrapper.cell-12.cell-6-xs {
  height: 110px;
  position: relative; }

/* line 972, _product.scss */
.in-product .card-title-wrapper .card-prices {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

/* line 978, _product.scss */
.in-product .card-title-wrapper .card-title {
  overflow: hidden; }

@media (max-width: 1024px) {
  /* line 983, _product.scss */
  .in-product .card-title-wrapper.cell-12.cell-6-xs {
    height: 140px; }

  /* line 987, _product.scss */
  .in-product .card-title-wrapper .card-title {
    margin-top: 15px;
    min-height: 85px; }

  /* line 992, _product.scss */
  .products-is-related .in-product .card-title-wrapper .card-title {
    min-height: 80px;
    height: 80px; } }
/* line 999, _product.scss */
.bonuses {
  color: #808285;
  font-size: 14px; }

/* line 1004, _product.scss */
.bonuses span {
  color: #189ed9;
  font-weight: bold; }

/* line 1010, _product.scss */
.product-page-nostock {
  /*display: none;*/ }

/* line 1014, _product.scss */
.posrel {
  position: relative; }

/* line 1018, _product.scss */
.best2019 {
  position: absolute;
  top: -25px;
  left: 10px;
  padding: 0 !important;
  margin: 0;
  width: 100px;
  z-index: 1; }

/* line 1029, _product.scss */
.best2019 img {
  margin: 0;
  padding: 0;
  width: 100px;
  max-height: unset; }

/* line 1036, _product.scss */
.best2019 img:last-child {
  margin-top: 5px; }

@media (max-width: 1023px) {
  /* line 1041, _product.scss */
  .best2019 {
    top: 0;
    width: 90px; } }
/* line 1048, _product.scss */
.discontinued {
  font-size: 12px;
  padding-left: 29px;
  background: url(not_avail_icon.png) left top no-repeat;
  line-height: 19px !important; }

@media (max-width: 480px) {
  /* line 1056, _product.scss */
  .discontinued {
    margin-left: 20px; } }
/* line 1061, _product.scss */
.product_analog {
  margin: 20px 0 40px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  display: block; }

/* line 1068, _product.scss */
#choose-modal, #choose-modal1 {
  width: 500px;
  display: none; }

@media (max-width: 1023px) {
  /* line 1074, _product.scss */
  #choose-modal, #choose-modal1 {
    width: 100%; } }
/* line 1079, _product.scss */
#choose-modal img, #choose-modal1 img {
  height: 200px; }

/* line 1082, _product.scss */
#choose-modal .title, #choose-modal1 .title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px; }

/* line 1083, _product.scss */
#choose-modal #choose-confirm, #choose-modal1 #choose-confirm1 {
  display: block;
  width: 150px;
  margin: 0 auto;
  color: #fff;
  background-color: #009ee2;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "PFDinTextPro-medium"; }

/* The container */
/* line 1097, _product.scss */
.box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 1109, _product.scss */
.box.color {
  width: 25px;
  height: 25px;
  display: inline-block; }

/* Hide the browser's default radio button */
/* line 1111, _product.scss */
.box input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
/* line 1118, _product.scss */
.mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%; }

/* line 1127, _product.scss */
.box.color .mark {
  border-radius: 0%; }

/* line 1128, _product.scss */
.box.color .mark.black {
  background-color: black; }

/* line 1131, _product.scss */
.box.color .mark.blue {
  background-color: #009fdf; }

/* line 1134, _product.scss */
.box.color .mark.white {
  background-color: #fff;
  outline: 1px solid #ccc; }

/* line 1138, _product.scss */
.box.color .mark.pink {
  background-color: #e0918c; }

/* line 1141, _product.scss */
.box.color .mark.orange {
  background-color: #f2933d; }

/* line 1144, _product.scss */
.box.color .mark.sand {
  background-color: #fad479; }

/* line 1147, _product.scss */
.box.color .mark.green {
  background-color: #40811e; }

/* line 1150, _product.scss */
.box.color .mark.red {
  background-color: #ed3833; }

/* On mouse-over, add a grey background color */
/* line 1155, _product.scss */
.box:hover input ~ .mark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
/* line 1160, _product.scss */
.box input:checked ~ .mark {
  background-color: #009ee2; }

/* Create the indicator (the dot/circle - hidden when not checked) */
/* line 1165, _product.scss */
.mark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
/* line 1172, _product.scss */
.box input:checked ~ .mark:after {
  display: block; }

/* Style the indicator (dot/circle) */
/* line 1177, _product.scss */
.box .mark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

/* line 1185, _product.scss */
#kredit-sticker, #rassrochka-sticker {
  position: absolute;
  right: 0;
  z-index: 10; }

/* line 1186, _product.scss */
#kredit-sticker {
  top: 55px; }

/* line 1187, _product.scss */
.template-is-product #rassrochka-sticker {
  top: -10px; }

/* line 1188, _product.scss */
.template-is-page_sber-rassrochka .cell-3 {
  position: relative; }

/* line 1189, _product.scss */
#rassrochka-sticker {
  top: 10px;
  width: 169px;
  height: 49px;
  background: url(rassrochka.png);
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  padding-top: 15px;
  padding-right: 10px;
  font-family: 'GothamPro'; }

@media (max-width: 480px) {
  /* line 1191, _product.scss */
  #kredit-sticker, #rassrochka-sticker {
    right: 10px; }

  /* line 1192, _product.scss */
  #kredit-sticker img, #rassrochka-sticker img {
    height: 40px; }

  /* line 1193, _product.scss */
  #kredit-sticker {
    top: 45px; } }
/* line 1195, _product.scss */
.lines-2 {
  padding: 3px 40px;
  font-size: 16px !important;
  line-height: 18px; }

@media (max-width: 480px) {
  /* line 1201, _product.scss */
  .lines-2 {
    font-size: 18px !important; }

  /* line 1202, _product.scss */
  .product-rating .fa {
    font-size: 18px; } }
/* line 1204, _product.scss */
.gift-wrap span:after {
  display: none; }

/* line 1205, _product.scss */
.gift-wrap span {
  right: unset;
  top: -10px; }

/* line 1206, _product.scss */
.gift-wrap {
  width: unset;
  position: absolute;
  top: 0;
  left: 0; }

/* line 1207, _product.scss */
.template-is-collection .review-rating i {
  margin-right: 0; }

/* line 1209, _product.scss */
#pnn_button {
  line-height: 18px !important; }

/* line 1, _user.scss */
.block_lk {
  margin: 0 15px 30px;
  border: 1px solid #d3d4d9;
  display: none; }

/* line 7, _user.scss */
.block_lk h2 {
  background: #d3d4d9;
  font-size: 18px;
  line-height: 48px;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding-left: 30px;
  position: relative; }

/* line 17, _user.scss */
#logout {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  float: right;
  width: 30px;
  height: 30px;
  background: url(logoutlk.png);
  display: none; }

/* line 29, _user.scss */
.login a {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  float: right;
  padding-right: 40px;
  height: 30px;
  background: url(signin.svg) right center no-repeat;
  background-size: 30px 30px; }

/* line 41, _user.scss */
.block_lk .info {
  padding: 0 30px 15px; }

/* line 45, _user.scss */
.block_lk .info > div {
  font-size: 14px;
  line-height: 22px; }

/* line 53, _user.scss */
.block_lk .info > div.bonus {
  color: #009fe3;
  font-size: 24px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px; }

/* line 61, _user.scss */
.block_lk .info > div.change {
  color: #707070;
  line-height: 18px;
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid #707070;
  cursor: pointer; }

/* line 70, _user.scss */
.block_lk .info .total {
  text-align: right;
  font-size: 18px; }

/* line 75, _user.scss */
.block_lk .info .number {
  color: #707070;
  font-size: 18px; }

/* line 80, _user.scss */
.block_lk .info.current .number {
  color: #009fe3; }

/* line 84, _user.scss */
.block_lk .info .number a {
  color: #707070;
  text-decoration: none;
  border-bottom: 1px solid #707070; }

/* line 90, _user.scss */
.block_lk .info.current .number a {
  color: #009fe3;
  border-bottom: 1px solid #009fe3; }

/* line 95, _user.scss */
.block_lk .info .state, .block_lk .info > div.money_available {
  color: #707070;
  font-size: 14px;
  margin-top: 10px; }

/* line 101, _user.scss */
.order_details {
  padding: 25px 0; }

/* line 105, _user.scss */
.user_code, #user-form {
  display: none; }

/* line 109, _user.scss */
.block_lk .info > div.change.edited, .block_lk .info > div.edited {
  display: none;
  cursor: pointer; }

/* line 114, _user.scss */
.info span.edit {
  position: relative;
  background: url(edit-solid.svg);
  background-size: 10px 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  cursor: pointer; }

/* line 125, _user.scss */
.info input {
  font-size: inherit;
  padding: 0;
  border: none; }

/* line 131, _user.scss */
.info input.active {
  border-bottom: 1px solid #ccc;
  width: 50%; }

/* line 136, _user.scss */
#user-form input {
  border: 1px solid #222222;
  line-height: 50px;
  font-size: 18px;
  min-width: 300px; }

/* line 144, _user.scss */
#user-form input#sendem, #user-form input#show_info {
  background: #009fe3;
  line-height: 50px;
  text-align: center;
  min-width: 300px;
  color: #fff;
  border-radius: 0;
  font-size: 18px;
  margin-top: 35px;
  border: 1px solid #009fe3; }

@media (max-width: 1023px) {
  /* line 157, _user.scss */
  .info input.active {
    width: 100%; }

  /* line 158, _user.scss */
  .pointsblock {
    order: 1; }

  /* line 159, _user.scss */
  .customer {
    order: 2; } }
/* line 161, _user.scss */
.lktop .lkinfo {
  margin-right: 55px;
  color: #fff;
  line-height: 14px;
  text-align: right; }

/* line 168, _user.scss */
.lkinfo .lkbonus span {
  color: #009fe3; }

/* line 172, _user.scss */
span.rub {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif; }

/* line 175, _user.scss */
a.small {
  font-size: 10px; }

/* line 1, _cart.scss */
.page-title.cart-title {
  margin-bottom: 50px; }

/* line 2, _cart.scss */
.cart-items {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 18px; }
  /* line 3, _cart.scss */
  .cart-items [class*='cell-'] {
    padding: 0 15px; }
    @media (min-width: 1024px) {
      /* line 5, _cart.scss */
      .cart-items [class*='cell-']:first-child {
        max-width: 12%;
        -webkit-flex-basis: 12%;
        -ms-flex-preferred-size: 12%;
        flex-basis: 12%; }
      /* line 6, _cart.scss */
      .cart-items [class*='cell-']:nth-child(2) {
        max-width: 44%;
        -webkit-flex-basis: 44%;
        -ms-flex-preferred-size: 44%;
        flex-basis: 44%; }
      /* line 7, _cart.scss */
      .cart-items [class*='cell-']:nth-child(4) {
        max-width: 20%;
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
      /* line 8, _cart.scss */
      .cart-items [class*='cell-']:nth-child(5) {
        max-width: 10%;
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%; }
      /* line 9, _cart.scss */
      .cart-items [class*='cell-']:nth-child(6) {
        max-width: 14%;
        -webkit-flex-basis: 14%;
        -ms-flex-preferred-size: 14%;
        flex-basis: 14%; } }
  /* line 12, _cart.scss */
  .cart-items .cart-head {
    font-size: 12px;
    color: #999;
    margin-bottom: 18px;
    padding: 0 15px; }

/* line 14, _cart.scss */
.uslugi-inner {
  padding: 0 15px;
  margin-top: -40px; }

/* line 15, _cart.scss */
.cart-item {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px 15px;
  border-top: 1px solid #e6e6e6; }
  /* line 17, _cart.scss */
  .cart-item .item-title {
    font-size: 16px; }
    /* line 18, _cart.scss */
    .cart-item .item-title .count {
      color: #009fe3; }
    /* line 19, _cart.scss */
    .cart-item .item-title a {
      color: #191919;
      text-decoration: none; }
      /* line 447, _mixins.scss */
      .cart-item .item-title a:hover {
        color: #009fe3;
        text-decoration: underline; }
  /* line 21, _cart.scss */
  .cart-item .item-total_price {
    color: #189ed9;
    font-size: 20px;
    position: relative;
    top: 25px; }
  /* line 23, _cart.scss */
  .cart-item .quantity-input {
    width: 30px;
    background: none;
    border: none;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle; }
  /* line 24, _cart.scss */
  .cart-item .but_delete {
    background: #e14747;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    padding: 0;
    text-indent: -5000px; }
    /* line 25, _cart.scss */
    .cart-item .but_delete:before {
      content: "";
      position: absolute;
      left: 1px;
      top: 7px;
      border-top: 1px solid #fff;
      width: 14px;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      display: block; }
    /* line 26, _cart.scss */
    .cart-item .but_delete:after {
      content: "";
      position: absolute;
      left: 1px;
      top: 7px;
      border-top: 1px solid #fff;
      width: 14px;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      display: block; }
    /* line 27, _cart.scss */
    .cart-item .but_delete:hover {
      /*&:before, &:after {display: none;}
      width: auto; color: #fff; text-indent: 0; padding: 0 14px; text-transform: uppercase;*/ }

/* line 33, _cart.scss */
.cart-footer {
  background: #189ed9;
  color: #fff;
  margin: 0 0 30px 0;
  position: relative;
  padding: 25px 70px 25px; }
  /* line 35, _cart.scss */
  .cart-footer .discounts-wrap label {
    font-size: 24px;
    margin-bottom: 28px;
    display: block; }
  /* line 36, _cart.scss */
  .cart-footer .discounts-wrap .discounts-coupon {
    background: none;
    padding: 5px 0;
    color: #fff;
    border: 1px solid #e6e6e6;
    width: 260px;
    margin-right: 30px;
    padding-left: 10px; }
    /* line 37, _cart.scss */
    .cart-footer .discounts-wrap .discounts-coupon::placeholder {
      color: #81caea; }
  /* line 39, _cart.scss */
  .cart-footer .discounts-wrap .discounts-coupon.blue {
    color: #189ed9; }
  /* line 40, _cart.scss */
  .cart-footer .discounts-wrap .button {
    background: #fff;
    color: #189ed9;
    padding: 3px 21px;
    height: 30px;
    font-size: 16px;
    font-family: "Open Sans", Arial;
    width: 260px;
    text-transform: none; }
    /* line 41, _cart.scss */
    .cart-footer .discounts-wrap .button:hover {
      color: #fff;
      background: #000; }
  /* line 44, _cart.scss */
  .cart-footer .cell-cart_total > .summ-caption {
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 14px; }
  /* line 45, _cart.scss */
  .cart-footer .cart-total-capture {
    font-size: 24px;
    margin-bottom: 12px;
    padding-left: 14px; }
  /* line 46, _cart.scss */
  .cart-footer .cart-total {
    font-size: 24px;
    padding-left: 14px;
    line-height: 24px; }

/* line 48, _cart.scss */
.cart-footer h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 28px;
  display: block;
  line-height: 36px; }

/* line 49, _cart.scss */
.discounts-rows .notice.is-info {
  background: none;
  border: none;
  padding: 0;
  color: #fff; }

/* line 56, _cart.scss */
.cart_buttons {
  text-align: center;
  padding-bottom: 70px; }
  /* line 57, _cart.scss */
  .cart_buttons .cart-submit {
    width: 270px;
    height: 47px;
    margin-bottom: 23px;
    border-radius: 0;
    font-size: 18px; }
  /* line 58, _cart.scss */
  .cart_buttons a {
    color: #189ed9;
    text-decoration: underline;
    font-size: 16px; }
    /* line 447, _mixins.scss */
    .cart_buttons a:hover {
      color: #189ed9;
      text-decoration: none; }

/* line 63, _cart.scss */
.container_checkout {
  position: relative;
  margin-bottom: 100px; }
  /* line 64, _cart.scss */
  .container_checkout a {
    color: #189ed9;
    text-decoration: underline; }
    /* line 447, _mixins.scss */
    .container_checkout a:hover {
      color: #189ed9;
      text-decoration: none; }
  /* line 65, _cart.scss */
  .container_checkout > .co-notice--danger {
    width: 50%;
    margin: 0; }
  /* line 66, _cart.scss */
  .container_checkout .link, .container_checkout .co-link {
    text-decoration: none !important; }
    /* line 66, _cart.scss */
    .container_checkout .link:hover, .container_checkout .co-link:hover {
      border-bottom-color: transparent; }
  /* line 67, _cart.scss */
  .container_checkout .co-toggable_field {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
  /* line 68, _cart.scss */
  .container_checkout .co-checkout-order_form {
    padding: 0;
    margin: 65px 0 0;
    width: 50%; }
    /* line 69, _cart.scss */
    .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block {
      /*background: #189ed9; color: #fff; padding: 35px 52px 0;*/
      position: relative;
      /*a {@include link-decor(#fff, #fff, underline, none);}*/ }
      /* line 71, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .title {
        text-align: center;
        font-size: 30px;
        margin-bottom: 70px; }
      /* line 72, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-checkout-block {
        margin-bottom: 40px; }
      /* line 74, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-tabs-controls.co-tabs-controls--customer button {
        width: 50%;
        background: #ebebeb;
        border: none;
        padding: 15px 20px;
        position: relative;
        font-size: 18px;
        text-align: left;
        /*&.co-tabs-node--active:after {content: ""; background: #fff; border-radius: 50%; width: 12px; height: 12px; display: block; position: absolute; top: 4px; left: 4px;}*/ }
        /* line 76, _cart.scss */
        .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-tabs-controls.co-tabs-controls--customer button.co-tabs-node--active {
          background: #009fe3;
          color: #fff; }
      /* line 81, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block #delivery_variants .co-toggable_field {
        border: none !important;
        padding: 0;
        margin-bottom: 20px; }
        /* line 82, _cart.scss */
        .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block #delivery_variants .co-toggable_field .co-input-title {
          position: relative;
          line-height: 20px;
          font-size: 16px; }
        /* line 83, _cart.scss */
        .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block #delivery_variants .co-toggable_field span {
          padding: 0;
          margin: 0; }
        /* line 84, _cart.scss */
        .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block #delivery_variants .co-toggable_field .co-toggable_field-description {
          font-size: 13px; }
        /* line 85, _cart.scss */
        .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block #delivery_variants .co-toggable_field .co-link {
          font-size: 13px; }
        /* line 86, _cart.scss */
        .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block #delivery_variants .co-toggable_field .co-toggable_field-information {
          -ms-flex: 1 1 100px;
          flex: 1 1 100px; }
      /* line 88, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block #delivery_variants .co-price--current {
        font-size: 16px;
        padding-left: 20px !important; }
      /* line 90, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block #client_registered ~ .co-input, .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-social_login-box {
        display: none !important; }
      /* line 91, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-customer h3 {
        display: none; }
      /* line 92, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-input .co-input-label {
        display: none; }
      /* line 93, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-tabs .co-input .co-input-label {
        display: block; }
      /* line 94, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-tabs #checkout_buyer_fields .co-input-label {
        display: none; }
      /* line 95, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-input-label.co-title.co-title--h2 {
        display: block;
        background: #009fe3;
        margin: 0;
        font-size: 18px;
        color: #fff;
        padding: 15px 20px; }
      /* line 96, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-input-label.co-title.co-title--h2.border {
        border: 2px solid #d3d4d9;
        border-bottom: 0; }
      /* line 97, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-input .co-input-field {
        padding: 5px;
        font-size: 14px; }
        /* line 97, _cart.scss */
        .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-input .co-input-field::placeholder {
          color: #707070; }
      /* line 98, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-customer .co-tabs-content--active {
        display: flex;
        flex-grow: 2;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 -15px; }
        /* line 99, _cart.scss */
        .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-customer .co-tabs-content--active .co-input {
          margin-top: 40px; }
        /* line 100, _cart.scss */
        .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-customer .co-tabs-content--active .co-input {
          -ms-flex: 1 0 50%;
          flex: 1 0 50%;
          padding: 0 15px; }
      /* line 102, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .delivery_description {
        padding-top: 35px; }
      /* line 103, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .payment_variants {
        position: relative;
        /*a {@include link-decor(#bababa, #bababa, underline, none);}*/ }
        /* line 104, _cart.scss */
        .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .payment_variants .co-input {
          display: flex;
          flex-grow: 2;
          flex-wrap: wrap;
          flex-direction: row;
          justify-content: space-between; }
        /* line 105, _cart.scss */
        .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .payment_variants h3 {
          width: 100%;
          display: block !important; }
          /* line 106, _cart.scss */
          .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .payment_variants h3:after {
            display: none; }
        /* line 108, _cart.scss */
        .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .payment_variants label {
          padding: 20px 25px 0;
          margin-bottom: 0; }
          /* line 109, _cart.scss */
          .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .payment_variants label span {
            padding: 0; }
            /* line 109, _cart.scss */
            .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .payment_variants label span.co-toggable_field-input--radio {
              padding-top: 5px; }
            /* line 109, _cart.scss */
            .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .payment_variants label span.co-toggable_field-description {
              font-size: 13px; }
        /* line 111, _cart.scss */
        .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .payment_variants .link_about_payment {
          padding: 0 0 5px 30px;
          font-size: 14px;
          margin: 25px 0; }
          /* line 112, _cart.scss */
          .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .payment_variants .link_about_payment a {
            color: #707070; }
      /* line 115, _cart.scss */
      .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block input, .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block textarea {
        background: none;
        border: 2px solid #d3d4d9; }
    /* line 117, _cart.scss */
    .container_checkout .co-checkout-order_form .radio, .container_checkout .co-checkout-order_form .co-toggable_field-input--radio {
      /*input:checked + span:before {content: ""; background: #fff; width: 12px; height: 12px; display: block; position: absolute; top: 2px; left: 2px;}*/ }
      /* line 118, _cart.scss */
      .container_checkout .co-checkout-order_form .radio span, .container_checkout .co-checkout-order_form .co-toggable_field-input--radio span {
        background: #d7d7d7;
        width: 20px;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        height: 20px;
        display: block;
        position: relative;
        box-shadow: none;
        border-radius: 0; }
      /* line 119, _cart.scss */
      .container_checkout .co-checkout-order_form .radio input:checked + span, .container_checkout .co-checkout-order_form .co-toggable_field-input--radio input:checked + span {
        background: #189ed9; }
    /* line 122, _cart.scss */
    .container_checkout .co-checkout-order_form .tt-dropdown-menu {
      color: #191919; }
    /* line 123, _cart.scss */
    .container_checkout .co-checkout-order_form #payment_gateways .co-input-title {
      font-size: 16px; }
  /* line 125, _cart.scss */
  .container_checkout #shipping_address .co-title {
    display: none; }
  /* line 126, _cart.scss */
  .container_checkout #checkout_buyer_fields {
    margin: 35px 0 0;
    width: 100%; }
  /* line 128, _cart.scss */
  .container_checkout textarea, .container_checkout #order_comment {
    border: 1px solid #fafafa;
    text-align: left;
    padding: 10px 12px;
    height: 85px; }
    /* line 129, _cart.scss */
    .container_checkout textarea::placeholder, .container_checkout #order_comment::placeholder {
      color: #707070; }
  /* line 130, _cart.scss */
  .container_checkout .co-sidebar {
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 50%;
    left: 50%; }
    /* line 132, _cart.scss */
    .container_checkout .co-sidebar .co-checkout-block--padded {
      padding: 138px 0 130px 30px; }
    /* line 133, _cart.scss */
    .container_checkout .co-sidebar .co-basket_item {
      background: #f2f2f2;
      margin-bottom: 2px;
      padding: 10px 15px;
      font-size: 16px; }
    /* line 134, _cart.scss */
    .container_checkout .co-sidebar .co-basket_item-image_container {
      -ms-flex: 0 1 55px;
      flex: 0 1 55px; }
    /* line 135, _cart.scss */
    .container_checkout .co-sidebar .co-basket_item-count {
      color: #009fe3;
      font-size: 18px; }
    /* line 136, _cart.scss */
    .container_checkout .co-sidebar .co-basket_item-price {
      color: #189ed9;
      font-size: 18px; }
    /* line 137, _cart.scss */
    .container_checkout .co-sidebar .co-basket_subtotal-list {
      border: 0;
      display: block;
      padding-right: 15px; }
      /* line 138, _cart.scss */
      .container_checkout .co-sidebar .co-basket_subtotal-list [class*="co-price"] {
        color: #189ed9;
        font-size: 18px; }
    /* line 141, _cart.scss */
    .container_checkout .co-sidebar .co-basket_total {
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      padding-right: 15px;
      padding-bottom: 30px;
      border-bottom: 2px solid #d3d4d9; }
      /* line 142, _cart.scss */
      .container_checkout .co-sidebar .co-basket_total .co-basket_total-title {
        font-weight: bold;
        font-size: 16px;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
      /* line 143, _cart.scss */
      .container_checkout .co-sidebar .co-basket_total div#total_price.co-basket_total-price {
        color: #189ed9;
        font-size: 18px; }
  /* line 146, _cart.scss */
  .container_checkout .confirm_description {
    width: 270px;
    margin: 30px auto 30px;
    font-size: 12px;
    max-width: 100%; }
  /* line 147, _cart.scss */
  .container_checkout #create_order {
    width: 270px;
    height: 46px;
    margin: 30px auto 0;
    display: block;
    font-size: 18px;
    letter-spacing: 1px; }

/* line 149, _cart.scss */
.co-button {
  font-weight: 300; }

/* line 150, _cart.scss */
.discounts-notice {
  margin-top: 20px; }

@media (max-width: 480px) {
  /* line 153, _cart.scss */
  .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-input .co-input-field {
    font-size: 14px; }

  /* line 154, _cart.scss */
  .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .title {
    font-size: 18px; }

  /* line 155, _cart.scss */
  .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-tabs-controls.co-tabs-controls--customer button {
    width: 100%; }

  /* line 156, _cart.scss */
  .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-tabs-controls.co-tabs-controls--customer {
    top: 70px; }

  /* line 157, _cart.scss */
  .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .title {
    margin-bottom: 100px; }

  /* line 158, _cart.scss */
  .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-customer .co-tabs-content--active .co-input {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }

  /* line 159, _cart.scss */
  .adaptive .co-table--to_card .co-table-row--body {
    margin: 0;
    padding: 0; }

  /* line 160, _cart.scss */
  table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
    background: none; }

  /* line 161, _cart.scss */
  .adaptive .co-table--to_card .co-table-cell--body + .co-table-cell {
    display: inline-block; }

  /* line 162, _cart.scss */
  .adaptive .co-table--to_card .co-table-cell:before {
    display: none; }

  /* line 163, _cart.scss */
  .adaptive .co-table--to_card tr td:nth-child(2).co-table-cell:before {
    display: none; }

  /* line 164, _cart.scss */
  .adaptive .co-table--to_card tr td:nth-child(2).co-table-cell:before {
    display: none; }

  /* line 165, _cart.scss */
  .cart-footer .discounts-wrap .discounts-coupon {
    border: 1px solid #81caea; } }
/* line 168, _cart.scss */
.product-page-uslugi-title {
  font-size: 14px;
  display: block;
  margin: 0 0 20px 0;
  color: #189ed9;
  font-weight: normal;
  line-height: 1.2; }

/* line 177, _cart.scss */
.uslugi-inner .item-title {
  font-size: 14px;
  position: relative; }

/* line 182, _cart.scss */
.info-popup-button {
  width: 18px;
  position: absolute;
  margin-left: 6px;
  height: 18px;
  background: url(question.png);
  cursor: pointer; }

/* line 191, _cart.scss */
.info-popup-button:hover ~ .info-popup {
  display: block; }

/* line 195, _cart.scss */
.uslugi-inner .uslugi-price {
  margin-top: 20px; }

/* line 199, _cart.scss */
.uslugi-inner .uslugi-price .item-total_price {
  margin: 7px 0;
  color: #808285; }

/* line 204, _cart.scss */
.uslugi-inner .item-total_price.blue {
  color: #189ed9; }

/* Customize the label (the container) */
/* line 209, _cart.scss */
.box_cont {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #808285; }

/* line 222, _cart.scss */
.box_cont.blue {
  color: #191919; }

/* Hide the browser's default checkbox */
/* line 227, _cart.scss */
.box_cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
/* line 236, _cart.scss */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #d7d7d7; }

/* On mouse-over, add a grey background color */
/* line 246, _cart.scss */
.box_cont:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
/* line 251, _cart.scss */
.box_cont input:checked ~ .checkmark {
  background: #189ed9 url(check-mark.png) center center; }

/* line 254, _cart.scss */
.dop .item-total_price {
  top: 0; }

/* line 255, _cart.scss */
.info-popup {
  display: none;
  z-index: 10;
  position: absolute;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 10px 40px 40px 10px #d3d4d9;
  -moz-box-shadow: 10px 40px 40px 10px #d3d4d9;
  box-shadow: 10px 40px 40px 10px #d3d4d9; }

/* line 266, _cart.scss */
.uslugi-inner .but_delete {
  background: #e14747;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  padding: 0;
  text-indent: -5000px;
  margin: 12px auto 5px;
  visibility: hidden; }
  /* line 267, _cart.scss */
  .uslugi-inner .but_delete:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    border-top: 1px solid #fff;
    width: 14px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block; }
  /* line 268, _cart.scss */
  .uslugi-inner .but_delete:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    border-top: 1px solid #fff;
    width: 14px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block; }
  /* line 269, _cart.scss */
  .uslugi-inner .but_delete:hover {
    /*&:before, &:after {display: none;}
    width: auto; color: #fff; text-indent: 0; padding: 0 14px; text-transform: uppercase;*/ }

/* line 274, _cart.scss */
.uslugi-inner .but_delete.show {
  visibility: visible;
  cursor: pointer; }

/* line 275, _cart.scss */
.uslugi-inner .cart-cell-delete {
  padding-top: 20px; }

/* line 279, _cart.scss */
#bonusbalance a {
  color: #fff; }

/* line 280, _cart.scss */
#bonustopay, #paywithbonus {
  display: none;
  width: 80%; }

/* line 281, _cart.scss */
#paywithbonus {
  background: #fff;
  color: #189ed9;
  padding: 3px 21px;
  height: 30px;
  font-size: 16px;
  font-family: "Open Sans", Arial;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc; }

/* line 282, _cart.scss */
#paywithbonus:hover {
  color: #fff;
  background: #000; }

/* line 283, _cart.scss */
.co-input.main {
  border: 2px solid #d3d4d9;
  padding-bottom: 30px; }

/* line 284, _cart.scss */
.co-tabs {
  border: 2px solid #d3d4d9;
  padding: 0 25px; }

/* line 285, _cart.scss */
.delivery_variants.co-tabs {
  padding: 30px 25px 0; }

/* line 286, _cart.scss */
.co-tabs .co-tabs-controls {
  margin: 0 -25px; }

/* line 287, _cart.scss */
.co-input-field {
  border: 2px solid #d3d4d9 !important; }

/* line 288, _cart.scss */
.payment_variants {
  border: 2px solid #d3d4d9; }

/* line 289, _cart.scss */
.co-delivery_adress-form, .co-input--comment, .comment-block {
  width: 100%; }

/* line 291, _cart.scss */
.co-input-description {
  /*display:none! important; */ }

/* line 292, _cart.scss */
.co-input--phone .co-input-description {
  display: none !important; }

/* line 293, _cart.scss */
.co-tabs .co-input--nested .co-input-label {
  position: relative !important;
  padding: 0 0 0.5rem 0 !important;
  top: unset;
  color: #333;
  font-size: 1em;
  transform: unset;
  -webkit-transform: unset; }

/* line 294, _cart.scss */
.js-co-sidebar-toggler {
  display: none !important; }

/* line 295, _cart.scss */
.container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block #client_registered ~ .co-input.co-input--textarea.co-input--comment.co-input--nested.co-input--empty_nested {
  display: block !important;
  margin-bottom: 25px; }

/* line 296, _cart.scss */
.container_checkout a.co-button {
  color: #fff !important; }

/* line 1, _giftcards.scss */
.template-is-page_giftcard .header {
  margin-top: -40px;
  text-align: center; }

/* line 6, _giftcards.scss */
.template-is-page_giftcard .mob {
  display: none; }

/* line 10, _giftcards.scss */
.template-is-page_giftcard .card-form {
  margin-top: 50px; }

/* line 14, _giftcards.scss */
.template-is-page_giftcard .rules {
  border: 1px solid #cccccc;
  padding: 20px; }

/* line 19, _giftcards.scss */
.template-is-page_giftcard .rules h5, .template-is-page_giftcard h2 {
  font-size: 24px;
  font-family: 'PFDinTextPro-Medium';
  margin: 20px 0 30px; }

/* line 25, _giftcards.scss */
.template-is-page_giftcard .summ {
  padding-bottom: 25px;
  padding-left: 0; }

/* line 30, _giftcards.scss */
.template-is-page_giftcard .summ li {
  display: inline-block;
  border: 1px solid #cccccc;
  width: 15%;
  color: #010101;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  cursor: pointer; }

/* line 41, _giftcards.scss */
.template-is-page_giftcard .summ li.active {
  border: 1px solid #009ee2; }

/* line 45, _giftcards.scss */
.template-is-page_giftcard .summ li:last-child {
  width: 35%; }

/* line 49, _giftcards.scss */
.template-is-page_giftcard .card-form input {
  margin-bottom: 25px;
  line-height: 14px;
  padding: 13px 0 13px 20px;
  border: 1px solid #cccccc;
  font-size: 14px;
  width: 70%; }

/* line 58, _giftcards.scss */
.template-is-page_giftcard .summ li input {
  font-size: 14px;
  border: none;
  width: 100%;
  border: none;
  text-align: center;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 0 13px; }

/* line 70, _giftcards.scss */
.template-is-page_giftcard textarea {
  height: 135px;
  padding: 20px;
  font-size: 18px;
  width: 96%;
  border: 1px solid #cccccc; }

/* line 78, _giftcards.scss */
.template-is-page_giftcard .card-form h5 {
  font-size: 18px;
  font-family: 'PFDinTextPro-Medium';
  margin-bottom: 25px; }

/* line 84, _giftcards.scss */
.chbxct {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 97, _giftcards.scss */
.chbxct input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* line 104, _giftcards.scss */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #ccc; }

/* line 112, _giftcards.scss */
.chbxct:hover input ~ .checkmark {
  border: 2px solid #2196F3; }

/* line 115, _giftcards.scss */
.chbxct input:checked ~ .checkmark {
  border: 2px solid #2196F3; }

/* line 118, _giftcards.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* line 123, _giftcards.scss */
.chbxct input:checked ~ .checkmark:after {
  display: block;
  content: ""; }

/* line 126, _giftcards.scss */
.chbxct .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #2196F3;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 137, _giftcards.scss */
.template-is-page_giftcard .rules p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #000; }

/* line 144, _giftcards.scss */
.template-is-page_giftcard .rules p.note {
  color: #636363;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 15px; }

/* line 151, _giftcards.scss */
#giftcard_send {
  width: 100%;
  background: #005bae;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  cursor: pointer; }

/* line 163, _giftcards.scss */
.sticky1 {
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  display: block;
  top: 110px;
  z-index: 5;
  background: #fff; }

/* line 173, _giftcards.scss */
.template-is-page_giftcard .design img {
  border-radius: 35px;
  border: 1px solid #fff;
  cursor: pointer;
  width: 240px; }

/* line 180, _giftcards.scss */
.template-is-page_giftcard .design img:hover, .template-is-page_giftcard .design img.active {
  border: 1px solid #009ee2; }

/* line 184, _giftcards.scss */
.template-is-page_giftcard .slick-prev:before, .template-is-page_giftcard .slick-next:before {
  display: none; }

/* line 188, _giftcards.scss */
.template-is-page_giftcard .slick-prev, .template-is-page_giftcard .slick-next {
  width: 12px;
  height: 22px;
  background: url(totheright.png);
  right: 10px; }

/* line 195, _giftcards.scss */
.template-is-page_giftcard .slick-prev {
  background: url(totheleft.png);
  left: 10px;
  z-index: 1; }

/* line 201, _giftcards.scss */
#other {
  position: relative; }

/* line 205, _giftcards.scss */
#other p {
  position: absolute;
  right: 0;
  top: -62px;
  font-size: 14px;
  line-height: 16px; }

@media (max-width: 480px) {
  /* line 214, _giftcards.scss */
  .template-is-page_giftcard .mob {
    display: block; }

  /* line 218, _giftcards.scss */
  .template-is-page_giftcard .card-form {
    margin-top: 10px; }

  /* line 221, _giftcards.scss */
  .template-is-page_giftcard .mob .header {
    text-align: left;
    overflow: hidden;
    margin-top: 55px; }

  /* line 227, _giftcards.scss */
  .template-is-page_giftcard .summ li {
    width: 49%;
    margin: 5px 0; }

  /* line 232, _giftcards.scss */
  .template-is-page_giftcard .summ li:last-child {
    width: 99%; }

  /* line 236, _giftcards.scss */
  .template-is-page_giftcard .card-form input[type=text] {
    width: 99%; }

  /* line 240, _giftcards.scss */
  .template-is-page_giftcard .card-form input#anonim {
    width: 10%; }

  /* line 244, _giftcards.scss */
  .template-is-page_giftcard .rules {
    background: #ebebeb;
    border: 2px solid #ebebeb; }

  /* line 249, _giftcards.scss */
  .template-is-page_giftcard .design img {
    width: 100%; }

  /* line 253, _giftcards.scss */
  #other p {
    top: -152px; } }
/* line 259, _giftcards.scss */
#alert-modal {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10001;
  display: none;
  background-color: #fff;
  padding: 0;
  font-size: 16px;
  min-width: 400px;
  padding: 20px 30px; }

/* line 275, _giftcards.scss */
#alert-modal .closemsg {
  float: right;
  margin-top: 2px;
  height: 14px;
  width: 14px;
  background: url(close.png);
  font-size: 18px; }

/* line 284, _giftcards.scss */
.mob {
  display: none; }

/* line 285, _giftcards.scss */
.template-is-page_sber-rassrochka {
  padding-top: 100px !important; }

/* line 286, _giftcards.scss */
.template-is-page_sber-rassrochka .card-form .header {
  font-size: 43px;
  margin-bottom: 60px; }

/* line 287, _giftcards.scss */
.template-is-page_sber-rassrochka .card-form h2 {
  font-size: 24px;
  margin-bottom: 20px; }

/* line 288, _giftcards.scss */
.template-is-page_sber-rassrochka .card-form ul {
  padding-right: 30px;
  padding-left: 0;
  margin-bottom: 30px; }

/* line 289, _giftcards.scss */
.template-is-page_sber-rassrochka .card-form li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  list-style: none; }

/* line 290, _giftcards.scss */
.template-is-page_sber-rassrochka .sticky1 {
  padding: 20px 25px;
  border: 1px solid #cccccc; }

/* line 291, _giftcards.scss */
.template-is-page_sber-rassrochka .sticky1 p {
  font-size: 18px;
  line-height: 24px; }

/* line 292, _giftcards.scss */
.template-is-page_sber-rassrochka .page-wrapper {
  margin-top: 50px; }

@media (max-width: 480px) {
  /* line 294, _giftcards.scss */
  .template-is-page_sber-rassrochka {
    padding-top: 70px !important; }

  /* line 295, _giftcards.scss */
  .template-is-page_sber-rassrochka .card-form .header {
    font-size: 24px; }

  /* line 296, _giftcards.scss */
  .template-is-page_sber-rassrochka .card-form h2 {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px; }

  /* line 297, _giftcards.scss */
  .mob {
    display: block; }

  /* line 298, _giftcards.scss */
  .template-is-page_sber-rassrochka .card-form .padd {
    padding: 0; }

  /* line 299, _giftcards.scss */
  .template-is-page_sber-rassrochka .card-form .header, .template-is-page_sber-rassrochka .card-form .grid-8 {
    padding: 0 20px; }

  /* line 300, _giftcards.scss */
  .template-is-page_sber-rassrochka .sticky1 {
    border: 0;
    padding: 20px; }

  /* line 301, _giftcards.scss */
  .template-is-page_sber-rassrochka .sticky1 p {
    color: #636363;
    font-size: 14px;
    line-height: 18px; }

  /* line 302, _giftcards.scss */
  .template-is-page_sber-rassrochka .card-form ul {
    padding: 0 20px; }

  /* line 303, _giftcards.scss */
  .template-is-page_sber-rassrochka .card-form li {
    font-size: 14px;
    line-height: 18px; } }
/* line 305, _giftcards.scss */
#rassrochka-sticker {
  top: 40px;
  width: 175px;
  background: #82d238;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  padding: 10px;
  font-family: 'Gotham Pro Medium';
  position: absolute;
  right: 0;
  z-index: 1; }

/* line 320, _giftcards.scss */
#rassrochka-sticker {
  width: 70px;
  height: auto;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0;
  left: -3px;
  text-align: center; }

/* line 329, _giftcards.scss */
.template-is-page_sber-rassrochka .review-rating i {
  margin-right: 0; }

/* line 332, _giftcards.scss */
.template-is-page_sber-rassrochka .bullet {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px; }

/* line 2, apps.scss */
.row {
  width: 100%;
  margin: 0 !important; }

/* line 7, apps.scss */
.scroll {
  padding-bottom: 2%; }

/* line 8, apps.scss */
.software-header-main-statement {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3.5em; }

/* line 9, apps.scss */
.software-header-main-flavor-copy {
  font-size: 1.25em;
  padding: 1% 0% 3% 0%; }

/* line 12, apps.scss */
.software-wrapper .main-page-foto-descr {
  text-align: left;
  left: 0; }
  @media only screen and (min-width: 768px) {
    /* line 12, apps.scss */
    .software-wrapper .main-page-foto-descr {
      bottom: 20px;
      left: 50px; } }
  @media only screen and (min-width: 1024px) {
    /* line 12, apps.scss */
    .software-wrapper .main-page-foto-descr {
      bottom: 80px; } }
  @media only screen and (min-width: 1810px) {
    /* line 12, apps.scss */
    .software-wrapper .main-page-foto-descr {
      bottom: 320px;
      left: 0; } }
/* line 40, apps.scss */
.software-wrapper .main-page-foto-descr-title:after {
  display: none; }
/* line 45, apps.scss */
.software-wrapper .main-page-foto-descr-title {
  font-weight: bold;
  text-align: left;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    /* line 45, apps.scss */
    .software-wrapper .main-page-foto-descr-title {
      font-size: 24px;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1024px) {
    /* line 45, apps.scss */
    .software-wrapper .main-page-foto-descr-title {
      font-size: 84px; } }
  @media only screen and (min-width: 1810px) {
    /* line 45, apps.scss */
    .software-wrapper .main-page-foto-descr-title {
      font-size: 84px; } }
/* line 65, apps.scss */
.software-wrapper .main-page-foto-descr-text {
  font-size: 24px;
  margin: 0 0 35px;
  line-height: 150%; }
  @media only screen and (min-width: 768px) {
    /* line 65, apps.scss */
    .software-wrapper .main-page-foto-descr-text {
      font-size: 16px;
      margin: 20px 0; } }
  @media only screen and (min-width: 1024px) {
    /* line 65, apps.scss */
    .software-wrapper .main-page-foto-descr-text {
      font-size: 24px;
      margin: 0 0 35px; } }
/* line 87, apps.scss */
.software-wrapper #passenger-desktop {
  min-height: 500px;
  padding-bottom: 40px; }

@media only screen and (min-width: 768px) {
  /* line 96, apps.scss */
  .desktop {
    display: block;
    padding-bottom: 100px; }

  /* line 97, apps.scss */
  .mobile {
    display: none; }

  /* line 98, apps.scss */
  .primary-content {
    padding: 0px !important; }

  /* line 99, apps.scss */
  .image-overlay-left {
    float: left;
    margin-top: 4%;
    margin-left: 16%;
    max-width: 35%; }

  /* line 100, apps.scss */
  .image-overlay-right {
    float: right;
    margin-top: 11%; }

  /* line 101, apps.scss */
  .quick .image-overlay-right {
    margin-top: 8%;
    margin-right: 10%;
    max-width: 25%; }

  /* line 102, apps.scss */
  .quick-desktop .left-secondary-pad {
    width: 40%; }

  /* line 103, apps.scss */
  .quick-desktop .image-overlay-right {
    margin-top: 18%;
    float: right;
    max-width: 39%; }

  /* line 104, apps.scss */
  .quick-desktop .left-overlay {
    width: 40% !important; }

  /* line 105, apps.scss */
  .image-overlay.r, .image-overlay.l {
    position: relative; }

  /* line 109, apps.scss */
  .image-overlay.r:after {
    position: absolute;
    width: 136px;
    height: 348px;
    content: "";
    background: url(softwarer.png) top; }

  /* line 117, apps.scss */
  .player .image-overlay.r:after {
    position: absolute;
    width: 136px;
    height: 443px;
    content: "";
    background: url(softwarer1.png) top; }

  /* line 125, apps.scss */
  .fusion .image-overlay.r:after {
    position: absolute;
    width: 136px;
    height: 366px;
    content: "";
    background: url(softwarer2.png) top right; }

  /* line 133, apps.scss */
  .image-overlay.l:before {
    position: absolute;
    width: 135px;
    height: 368px;
    content: "";
    left: -135px;
    background: url(softwarel.png) top right; }

  /* line 142, apps.scss */
  .max .image-overlay.l:before {
    position: absolute;
    width: 135px;
    height: 401px;
    content: "";
    left: -135px;
    background: url(softwarel1.png) top right; }

  /* line 151, apps.scss */
  .pass .image-overlay.l:before {
    position: absolute;
    width: 135px;
    height: 377px;
    content: "";
    left: -135px;
    background: url(softwarel2.png) top right; }

  /* line 160, apps.scss */
  .image-overlay img {
    cursor: pointer;
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0; }

  /* line 167, apps.scss */
  .fusion .image-overlay img {
    max-width: none; }

  /* line 172, apps.scss */
  #passenger-desktop .image-overlay-right {
    margin-top: 10%;
    max-width: 100%;
    margin-right: 1%; }

  /* line 179, apps.scss */
  .software-wrapper {
    width: 100%;
    color: #000; }

  /* line 180, apps.scss */
  .software-wrapper .capture {
    overflow: hidden;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 690px; }

  /* line 181, apps.scss */
  .software-wrapper .quick {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 30px; }

  /* line 182, apps.scss */
  .software-wrapper .quick-desktop {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-size: 100%;
    /*background-image: url("quick-desk-background.png?$staticlink$");*/
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px; }

  /* line 183, apps.scss */
  .software-wrapper .vr {
    overflow: hidden;
    width: 100%;
    background-size: 100%;
    background-image: url("vr-background.png?$staticlink$");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 872px; }

  /* line 184, apps.scss */
  .software-wrapper .software-header {
    background-image: url("header-background.png"); }

  /* line 187, apps.scss */
  .software-wrapper .software-header .down-arrows {
    padding-bottom: 1%; }

  /* line 188, apps.scss */
  .software-wrapper .software-header .icons {
    padding: 2% 0%;
    /* text-align: center; */ }

  /* line 189, apps.scss */
  .software-wrapper .software-header .icons .icon-centering {
    padding: 0% 28% 0% 28%; }

  /* line 191, apps.scss */
  .software-wrapper .right-overlay {
    color: #333;
    float: right;
    margin-top: 5%;
    text-align: left;
    width: 45%; }

  /* line 192, apps.scss */
  .software-wrapper .left-overlay {
    color: #333;
    float: left;
    margin-left: 7%;
    margin-top: 5%;
    text-align: left;
    width: 47%; }

  /* line 193, apps.scss */
  .software-wrapper .left-secondary-pad {
    margin-left: 15% !important; }

  /* line 195, apps.scss */
  .software-wrapper .bullets ul {
    list-style-image: url("bullet.png?$staticlink$"); }

  /* line 196, apps.scss */
  .software-wrapper .bullets ul li {
    font-size: 1.1em;
    padding-top: 1.5%; }

  /* line 197, apps.scss */
  .software-wrapper .bullets {
    padding: 1% 0%;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    width: 70%; }

  /* line 198, apps.scss */
  .software-wrapper .compatibility {
    color: #777777;
    padding: 3% 0%; }

  /* line 199, apps.scss */
  .software-wrapper .compatibility a {
    color: #009fdf;
    text-decoration: none; }

  /* line 201, apps.scss */
  .software-wrapper .downloads img:last-child {
    padding-left: 1%; }

  /* line 202, apps.scss */
  .software-wrapper .downloads button {
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    width: 129px;
    height: 38px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    border: none; }

  /* line 218, apps.scss */
  .software-wrapper .downloads {
    position: absolute;
    bottom: 0;
    min-width: 500px; }

  /* line 219, apps.scss */
  .software-wrapper .downloads span {
    padding-left: 1%;
    font-weight: bold; }

  /* line 220, apps.scss */
  .software-wrapper .flavor {
    font-weight: bold;
    /*font-family:"PFDinTextPro-bold";*/
    font-size: 24px;
    line-height: 1;
    margin: 25px 0; }

  /* line 221, apps.scss */
  .software-wrapper .plus {
    color: #000;
    padding: 3% 0%; }

  /* line 222, apps.scss */
  .software-wrapper .plus img {
    margin-top: -0.5%; }

  /* line 223, apps.scss */
  .software-wrapper .plus .coming-soon {
    color: #d9d9d9; }

  /* line 224, apps.scss */
  .software-wrapper .quick-desktop .compatibility a {
    font-weight: bold;
    text-transform: uppercase;
    margin-left: -1%; }

  /* line 225, apps.scss */
  .software-wrapper .secondary-flavor {
    font-size: 1.25em;
    padding: 0% 0% 2% 0%; }

  /* line 226, apps.scss */
  .software-wrapper .secondary-flavor p {
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 24px; }

  /* line 227, apps.scss */
  .software-wrapper .side-bar {
    float: left;
    text-align: left;
    padding-top: 20%;
    height: 100%;
    top: 0;
    position: fixed;
    margin-bottom: 25%;
    width: 11%; }

  /* line 228, apps.scss */
  .software-wrapper .side-bar ul a {
    padding: 15%; }

  /* line 229, apps.scss */
  .software-wrapper .side-bar ul a li {
    padding: 1% 0% 0% 10%;
    color: #838383; }

  /* line 230, apps.scss */
  .highlighted {
    font-weight: bold;
    border-left: 2px solid #009fdf !important;
    padding-bottom: 3%;
    color: #000 !important; }

  /* line 231, apps.scss */
  .software-wrapper .title {
    font-weight: bold;
    /*font-family:"PFDinTextPro-bold";*/
    font-size: 64px;
    text-transform: uppercase;
    padding: 0; } }
/* line 233, apps.scss */
.software-wrapper .quick .title {
  padding-top: 20px; }

/* line 234, apps.scss */
.software-wrapper .max .title, .software-wrapper .pass .title {
  padding-top: 0; }

/* line 235, apps.scss */
.software-wrapper .pass .title {
  font-size: 64px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 237, apps.scss */
  .software-wrapper .left-overlay {
    margin-top: 10%; }

  /* line 238, apps.scss */
  .software-wrapper .right-overlay {
    margin-top: 10%; }

  /* line 239, apps.scss */
  .software-wrapper .capture {
    background-size: contain; }

  /* line 240, apps.scss */
  .software-wrapper .quick {
    background-size: contain;
    position: relative; }

  /* line 241, apps.scss */
  .software-wrapper .quick-desktop {
    background-size: contain; }

  /* line 242, apps.scss */
  .software-wrapper .vr {
    background-size: contain; }

  /* line 243, apps.scss */
  .side-bar {
    display: none !important; }

  /* line 244, apps.scss */
  .software-wrapper .left-secondary-pad {
    margin-left: 7% !important; } }
@media only screen and (max-width: 767px) {
  /* line 249, apps.scss */
  .desktop {
    display: none; }

  /* line 250, apps.scss */
  .mobile {
    display: inline; }

  /* line 251, apps.scss */
  .software-header-main-statement {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    padding-top: 10%;
    color: #fff; }

  /* line 252, apps.scss */
  .software-header-main-flavor-copy {
    font-size: 24px;
    color: #fff;
    padding-right: 30px; }

  /* line 253, apps.scss */
  .software-wrapper-mobile .mobile-header {
    padding: 70px 10px 25px;
    background: #00adee; }

  /* line 254, apps.scss */
  .software-wrapper-mobile .mobile-header img {
    width: 100%;
    text-align: center;
    vertical-align: bottom; }

  /* line 255, apps.scss */
  .software-wrapper-mobile .mobile-header .tabs {
    width: 100%; }

  /* line 256, apps.scss */
  .software-wrapper-mobile .mobile-header .tabs .active {
    background-color: #19a0df !important; }

  /* line 257, apps.scss */
  .software-wrapper-mobile .mobile-header .tabs .tab {
    float: left;
    cursor: pointer;
    text-align: center;
    padding: 4% 0%;
    background-color: #999;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    width: 32.9%; }

  /* line 258, apps.scss */
  .software-wrapper-mobile .mobile-header .tabs .tab-center {
    border-left: 2px solid #000;
    border-right: 2px solid #000; }

  /* line 260, apps.scss */
  .software-wrapper-mobile .capture {
    background-image: url("capture-mobile-background.png?$staticlink$");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px; }

  /* line 261, apps.scss */
  .software-wrapper-mobile .quick {
    background-image: url("quick-mobile-background.png?$staticlink$");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px; }

  /* line 262, apps.scss */
  .software-wrapper-mobile .vr {
    background-image: url("vr-mobile-background.png?$staticlink$");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px; }

  /* line 263, apps.scss */
  .software-wrapper-mobile .quick-desktop {
    background-image: url("quick-desktop-mobile.png?$staticlink$");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px; }

  /* line 265, apps.scss */
  .software-wrapper-mobile .text-wrapper {
    margin-left: 7%; }

  /* line 266, apps.scss */
  .software-wrapper-mobile .text-wrapper .download button {
    border-radius: 6px;
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: #19a0df;
    color: #fff;
    text-transform: uppercase;
    width: 50%;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    padding: 3% 0.5%;
    border: none; }

  /* line 267, apps.scss */
  .software-wrapper-mobile .text-wrapper .compatibility {
    color: #777;
    font-size: 0.85em; }

  /* line 268, apps.scss */
  .software-wrapper-mobile .text-wrapper .flavor {
    font-weight: bold;
    font-size: 1.5em; }

  /* line 269, apps.scss */
  .software-wrapper-mobile .text-wrapper .mobile-icon {
    width: 13%;
    margin-top: 6%; }

  /* line 270, apps.scss */
  .software-wrapper-mobile .text-wrapper .plus img {
    padding: 6% 0% 2%;
    width: 23%; }

  /* line 271, apps.scss */
  .software-wrapper-mobile .text-wrapper .plus span {
    color: #a5a5a5; }

  /* line 272, apps.scss */
  .software-wrapper-mobile .text-wrapper .secondary-flavor {
    padding: 4% 0%;
    border-bottom: 2px solid #b6b6b6;
    width: 90%;
    font-size: 1.25em; }

  /* line 273, apps.scss */
  .software-wrapper-mobile .text-wrapper .title {
    font-weight: bold;
    font-size: 3em;
    padding: 2% 0% 1%; } }
/*bounce animation */
/* line 277, apps.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
/* line 293, apps.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* line 300, apps.scss */
.software-wrapper-mobile .download {
  margin-top: 10px; }

/* line 304, apps.scss */
#passenger-desktop {
  background: #efefef; }

/* line 308, apps.scss */
#passenger-desktop .left-overlay {
  width: 100% !important; }

/* line 311, apps.scss */
.template-is-page_Приложения .site-padding-blog {
  padding-top: 30px; }

@media only screen and (max-width: 767px) {
  /* line 316, apps.scss */
  .software-wrapper .title {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    padding: 0 0 30px;
    text-transform: uppercase; }

  /* line 324, apps.scss */
  .software-wrapper .flavor {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 0 30px; }

  /* line 331, apps.scss */
  .software-wrapper .secondary-flavor {
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0 0; }

  /* line 337, apps.scss */
  .software-wrapper .downloads {
    margin: 30px 0; }

  /* line 341, apps.scss */
  .software-wrapper .desc-header {
    color: #009ee2;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    padding: 0 40px 30px 10px;
    text-transform: uppercase; }

  /* line 350, apps.scss */
  .software-wrapper .downloads button {
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    width: 129px;
    height: 38px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    border: none; }

  /* line 366, apps.scss */
  .quick-desktop .site-padding-blog {
    padding-top: 30px; }

  /* line 370, apps.scss */
  .software-wrapper .pass .title {
    font-size: 40px; } }
/* line 376, apps.scss */
.software-wrapper.desktop .main-page {
  margin-top: 0; }

/* line 380, apps.scss */
body.template-is-page_apps.not-index-page {
  padding-top: 118px; }

/* line 383, apps.scss */
body.template-is-page_apps .main-page-foto-item {
  text-align: center; }

/* line 384, apps.scss */
body.template-is-page_apps .main-page-foto-item img {
  width: 100%; }

/* line 385, apps.scss */
body.template-is-page_apps .main-page-foto-descr {
  color: white;
  position: absolute;
  left: 50px;
  bottom: 80px;
  width: 100%; }

/* line 392, apps.scss */
body.template-is-page_apps .main-page-foto-descr-link {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  background: #005bae;
  color: #fff !important;
  width: 170px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  border: none;
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  /* line 408, apps.scss */
  body.template-is-page_apps.not-index-page {
    padding-top: 70px; } }
/* line 17, theme.scss */
#comment_form {
  max-width: 600px; }

/* line 20, theme.scss */
.alertify .ajs-commands button.ajs-close {
  background-image: url("delete.svg");
  display: inline-block !important; }

/* line 25, theme.scss */
.alertify .ajs-commands {
  top: 20px; }

/* line 29, theme.scss */
.feedback-modal {
  position: relative;
  max-width: 450px;
  background: #fff;
  margin: auto;
  padding: 30px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 40, theme.scss */
.feedback-title {
  font-size: 24px;
  margin-bottom: 1.5rem; }

/* line 45, theme.scss */
.feedback-row {
  margin-bottom: 1rem; }

/* line 49, theme.scss */
.feedback-field-wrap {
  max-width: 300px;
  margin: auto; }

/* line 54, theme.scss */
.feedback-field {
  width: 100%;
  font-size: 16px;
  padding: 8px 12px; }

/* line 60, theme.scss */
.form-error {
  color: red; }

/* line 64, theme.scss */
.form-done {
  color: #009fe3; }

/* line 68, theme.scss */
.feedback-agree {
  margin: 0.5rem auto 0.5rem; }

/* line 72, theme.scss */
.mfp-bg {
  background: rgba(11, 11, 11, 0.3); }

/* line 76, theme.scss */
.added-modal {
  max-width: 500px;
  min-width: 300px;
  background: #fff;
  padding: 20px;
  margin: auto;
  position: relative; }

/* line 85, theme.scss */
.added-title {
  text-align: center;
  margin-bottom: 1rem; }

/* line 90, theme.scss */
.added-content {
  text-align: center; }
  /* line 92, theme.scss */
  .added-content .bttn-transparent, .added-content .bttn-prim {
    margin: 0 7px 10px;
    display: block; }

/* line 95, theme.scss */
.modal-hide {
  display: none; }

/* line 99, theme.scss */
#close-njs-alert:target {
  display: none; }

/* line 103, theme.scss */
.njs-alert-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 99999;
  top: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); }

/* line 118, theme.scss */
.njs-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  font-size: 40px;
  line-height: 1;
  font-weight: normal; }

/* line 128, theme.scss */
.njs-alert-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -75px; }

@media (max-width: 640px) {
  /* line 137, theme.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 146, theme.scss */
.njs-alert {
  background-color: #fff;
  width: 400px;
  height: 200px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

/* line 166, theme.scss */
.njs-alert p {
  font-size: 18px;
  line-height: 23px; }

@media (max-width: 640px) {
  /* line 172, theme.scss */
  .njs-alert {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0; } }
/* line 180, theme.scss */
.tabs-box {
  padding: 1em 0px; }

/* line 184, theme.scss */
.tabs-head.tabs-head {
  position: relative;
  padding-right: 50px;
  min-height: 34px; }

/* line 190, theme.scss */
.tabs-icon {
  display: inline-block;
  height: 34px;
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 25px);
  width: 41px; }

/* line 200, theme.scss */
.tabs-target {
  display: none; }

/* line 204, theme.scss */
.tabs {
  padding-top: 25px;
  margin-top: 25px;
  padding-bottom: 25px; }

/* line 210, theme.scss */
.tabs-item {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b4b4b4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  padding: 0 5px 8px 5px; }

/* line 229, theme.scss */
.tabs-item.is-button-active {
  color: #444;
  border-bottom: 3px solid #009fe3; }

/* line 234, theme.scss */
.reviews-item {
  padding-bottom: 35px;
  font-weight: 300; }
  /* line 235, theme.scss */
  .reviews-item .review-header {
    padding-right: 30px; }
  /* line 236, theme.scss */
  .reviews-item .author {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold; }
  /* line 237, theme.scss */
  .reviews-item .date {
    color: #898989;
    font-weight: 400; }
  /* line 238, theme.scss */
  .reviews-item .star-rating-wrapper {
    margin-bottom: 12px; }
  /* line 239, theme.scss */
  .reviews-item .star-rating .star--item {
    color: #c3c3c3;
    float: right;
    margin-right: 3px; }
  /* line 240, theme.scss */
  .reviews-item .star-rating .star--item.active, .reviews-item .star-rating .star--item.active ~ .star--item {
    color: #189ed9; }

/* line 243, theme.scss */
.lnk_reviews_form {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 12px;
  width: 270px;
  max-width: 100%;
  margin-bottom: 35px;
  border-radius: 0;
  text-align: center; }

/* line 245, theme.scss */
.scroll_top {
  color: #fff;
  display: block;
  position: fixed;
  background: #009fe3;
  bottom: 10px;
  font-size: 2em;
  cursor: pointer;
  padding: 0 10px;
  right: 10px;
  height: 40px;
  opacity: 0;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: right .25s ease, all .25s ease;
  -o-transition: right .25s ease, all .25s ease;
  transition: right .25s ease, all .25s ease;
  text-decoration: none;
  z-index: 1000;
  text-transform: uppercase;
  font-size: 20px;
  outline: none; }

@media (max-width: 1200px) {
  /* line 271, theme.scss */
  .scroll_top {
    display: none; } }
/* line 276, theme.scss */
.scroll_top:focus {
  text-decoration: none; }

/* line 280, theme.scss */
.scroll_top.is-enabled {
  opacity: 1;
  right: 25px;
  text-decoration: none; }

/* line 286, theme.scss */
.scroll_top.is-enabled:hover,
.scroll_top.is-enabled:focus {
  text-decoration: none; }

/* line 291, theme.scss */
.search_widget {
  position: relative; }

/* line 295, theme.scss */
.ajax-search-results {
  position: absolute;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  background: #fff;
  -webkit-box-shadow: 0 1px 3px -1px #000;
  box-shadow: 0 1px 3px -1px #000;
  width: 100%;
  left: 0;
  z-index: 10;
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 0;
  list-style: none;
  text-align: left;
  margin: 0; }

/* line 312, theme.scss */
.ajax-search-item {
  margin-bottom: 2px; }

/* line 316, theme.scss */
.ajax-search-link {
  padding: 5px 10px;
  display: block; }

/* line 321, theme.scss */
.ajax_search-marked {
  font-weight: bold; }

/* line 325, theme.scss */
.social_share-title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem; }

/* line 330, theme.scss */
.social_share {
  margin: 0.5rem 0; }

/* line 334, theme.scss */
.social_share-list a {
  color: #009fe3;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle; }

/* line 341, theme.scss */
.social_share-list a:not(:last-child) {
  margin-right: 10px; }

@media (min-width: 768px) {
  /* line 346, theme.scss */
  .delivery_price .cell-2 {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media (max-width: 1400px) {
  /* line 349, theme.scss */
  .products-is-related .container {
    padding: 0 50px; } }
@media (max-width: 1024px) {
  /* line 352, theme.scss */
  .main_cats_text {
    text-align: center;
    font-size: 18px;
    margin-top: 100px; }
    /* line 353, theme.scss */
    .main_cats_text .title {
      font-size: 48px;
      font-weight: bold; }

  /* line 355, theme.scss */
  .main_cats {
    margin: 115px 0 0;
    padding: 0;
    height: 155px; }
    /* line 356, theme.scss */
    .main_cats > * {
      display: none; }
    /* line 357, theme.scss */
    .main_cats > img {
      left: 50% !important;
      right: auto;
      transform: translateX(-50%);
      display: block;
      max-height: 275px; }
    /* line 359, theme.scss */
    .main_cats:nth-child(2) > img {
      top: -77px; }
    /* line 360, theme.scss */
    .main_cats:nth-child(2):after {
      z-index: 20; }
    /* line 361, theme.scss */
    .main_cats:nth-child(2) + .main_cats_button {
      background: #fff;
      position: relative;
      z-index: 9; }
    /* line 363, theme.scss */
    .main_cats:nth-child(8) > img {
      top: -85px; }
    /* line 364, theme.scss */
    .main_cats.item_even img {
      max-height: 260px;
      top: -60px; }

  /* line 366, theme.scss */
  .main_cats_button {
    text-align: center;
    padding-top: 30px; }

  /* line 367, theme.scss */
  .icon_site {
    margin: 60px 0 50px; }

  /* line 368, theme.scss */
  .news_main {
    padding: 65px 40px 70px; }

  /* line 370, theme.scss */
  footer .container {
    padding-left: 40px;
    padding-right: 40px; }
  /* line 371, theme.scss */
  footer .footer_menu-wrap {
    order: 1; }
  /* line 372, theme.scss */
  footer .form_newsletter_wrapper {
    order: 2; }
  /* line 373, theme.scss */
  footer .form_newsletter {
    border: none;
    padding: 0; }
  /* line 374, theme.scss */
  footer .footer_menu-wrap + .footer_menu-wrap {
    order: 3; }
  /* line 375, theme.scss */
  footer .footer_contacts {
    order: 4;
    margin-top: 55px; } }
@media (max-width: 768px) {
  /* line 379, theme.scss */
  .main-header {
    background: #191919; }

  /* line 380, theme.scss */
  .topmenu {
    padding: 0; }
    /* line 380, theme.scss */
    .topmenu:after {
      background: #191919;
      bottom: -24px; }

  /* line 381, theme.scss */
  body {
    padding-top: 116px; }
    /* line 382, theme.scss */
    body:not(.template-is-index) {
      padding-top: 135px; }

  /* line 385, theme.scss */
  .collection-description .column3 {
    columns: 2; }

  /* line 386, theme.scss */
  .news_main .article_preview {
    margin: 0 auto;
    max-width: 350px; }
    /* line 387, theme.scss */
    .news_main .article_preview .article_preview-image {
      padding: 0 !important; }

  /* line 389, theme.scss */
  .img_logo {
    margin-bottom: 20px; }

  /* line 390, theme.scss */
  .form_newsletter input[type="text"] {
    width: 100%;
    text-align: center; }

  /* line 393, theme.scss */
  .promo-slider-wrapper .promo-slide img {
    max-width: 1000px;
    max-height: none;
    width: auto; }
  /* line 394, theme.scss */
  .promo-slider-wrapper .promo-slide:after {
    height: 20px; }

  /* line 397, theme.scss */
  .gallery-wrapper {
    margin: 0 auto; }

  /* line 398, theme.scss */
  .product-info {
    max-width: none;
    margin: 0 -10px; }
    /* line 399, theme.scss */
    .product-info form {
      background: none;
      padding: 0 10px;
      display: flex;
      flex-direction: column; }
    /* line 400, theme.scss */
    .product-info .product_variants {
      order: -1; }
    /* line 401, theme.scss */
    .product-info .product-buy {
      font-size: 16px; }
      /* line 401, theme.scss */
      .product-info .product-buy p {
        margin: 25px 0 50px; }
      /* line 401, theme.scss */
      .product-info .product-buy a {
        white-space: nowrap; }
    /* line 402, theme.scss */
    .product-info .product-short_description {
      padding: 15px 20px;
      color: #555;
      margin: 0;
      text-align: left; }
    /* line 403, theme.scss */
    .product-info .product_activer {
      text-align: left; }
    /* line 404, theme.scss */
    .product-info .product_links, .product-info .dop_text {
      display: none; }

  /* line 406, theme.scss */
  .product_tabs.tabs {
    color: #fff;
    margin: 0 0 20px;
    padding: 35px 10px 0;
    font-size: 13px; }
    /* line 407, theme.scss */
    .product_tabs.tabs .tab_select_items {
      position: relative; }
    /* line 408, theme.scss */
    .product_tabs.tabs .tab_select {
      text-align: center;
      font-size: 24px;
      font-weight: bold; }
      /* line 409, theme.scss */
      .product_tabs.tabs .tab_select a {
        color: #fff !important;
        display: block;
        padding: 10px 0; }
        /* line 409, theme.scss */
        .product_tabs.tabs .tab_select a:after {
          content: '';
          font-size: 2px;
          margin-left: 12px;
          border: 5px solid transparent;
          border-top: 10px solid #fff;
          display: inline-block; }
      /* line 410, theme.scss */
      .product_tabs.tabs .tab_select .active {
        background: #009fe3; }
        /* line 410, theme.scss */
        .product_tabs.tabs .tab_select .active:after {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
    /* line 412, theme.scss */
    .product_tabs.tabs .tabs-head {
      padding: 0; }
      /* line 413, theme.scss */
      .product_tabs.tabs .tabs-head .tabs-item {
        padding: 0;
        height: auto;
        border: 0;
        display: block;
        padding: 7px 12px;
        border-bottom: 1px solid #fff;
        color: #191919;
        text-align: left;
        font-size: 18px;
        position: relative;
        cursor: pointer; }
        /* line 414, theme.scss */
        .product_tabs.tabs .tabs-head .tabs-item:after {
          content: "";
          position: absolute;
          top: 17px;
          right: 20px;
          border: 5px solid transparent;
          border-top-color: #fff; }
        /* line 415, theme.scss */
        .product_tabs.tabs .tabs-head .tabs-item:hover {
          color: #009fe3; }
        /* line 416, theme.scss */
        .product_tabs.tabs .tabs-head .tabs-item.is-button-active {
          color: #fff;
          background: none; }
          /* line 417, theme.scss */
          .product_tabs.tabs .tabs-head .tabs-item.is-button-active:after {
            border-top-color: transparent;
            border-bottom-color: #fff;
            top: 12px; }
    /* line 421, theme.scss */
    .product_tabs.tabs:before {
      -webkit-clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
      clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
      top: -17px; }
    /* line 422, theme.scss */
    .product_tabs.tabs .tabs-box {
      background: none;
      padding-top: 20px; }
      /* line 422, theme.scss */
      .product_tabs.tabs .tabs-box:before {
        display: none; }
    /* line 423, theme.scss */
    .product_tabs.tabs [data-tab-target="spec"] p > strong {
      background: #2eb0e9;
      text-align: center;
      padding: 4px;
      text-transform: none;
      display: block; }
    /* line 424, theme.scss */
    .product_tabs.tabs [data-tab-target="spec"] li strong {
      color: #fff; }
    /* line 425, theme.scss */
    .product_tabs.tabs:after {
      background: #189ed9; }

  /* line 427, theme.scss */
  .products-is-related .container {
    padding: 0 80px; }

  /* line 429, theme.scss */
  .container_checkout .co-checkout-order_form {
    width: auto; }

  /* line 430, theme.scss */
  .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block {
    width: auto; }
    /* line 431, theme.scss */
    .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block .co-customer .co-tabs-content {
      columns: 1; }

  /* line 433, theme.scss */
  .container_checkout .co-sidebar {
    width: auto;
    left: auto; }
    /* line 434, theme.scss */
    .container_checkout .co-sidebar .co-basket_subtotal-list, .container_checkout .co-sidebar .co-basket_total {
      width: auto;
      float: none; }
    /* line 435, theme.scss */
    .container_checkout .co-sidebar .co-checkout-block--padded {
      padding: 0; }

  /*cart*/
  /* line 440, theme.scss */
  .cart-item .item-title {
    font-size: 16px; }
  /* line 441, theme.scss */
  .cart-item .item-total_price {
    font-size: 18px;
    top: 0; }

  /* line 443, theme.scss */
  .cart-footer {
    background: none;
    color: #191919;
    padding: 0;
    margin: 30px 0 0; }
    /* line 444, theme.scss */
    .cart-footer .cart-total {
      color: #189ed9; }
    /* line 445, theme.scss */
    .cart-footer .cell-discounts {
      order: 2; }
    /* line 446, theme.scss */
    .cart-footer .cart-total-capture {
      font-size: 24px; }
    /* line 447, theme.scss */
    .cart-footer .cart-total {
      font-size: 36px; }
    /* line 448, theme.scss */
    .cart-footer .discounts-wrap {
      background: #189ed9;
      color: #fff;
      margin: 50px -35px 70px;
      position: relative;
      padding: 35px 70px 40px; }
      /* line 449, theme.scss */
      .cart-footer .discounts-wrap:before {
        content: '';
        position: absolute;
        top: -17px;
        left: 0;
        right: 0;
        height: 18px;
        background: #189ed9;
        -webkit-clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0); }
      /* line 450, theme.scss */
      .cart-footer .discounts-wrap .discounts-coupon {
        width: 430px;
        max-width: 100%;
        margin: 0 auto 23px;
        text-align: center;
        display: block; }
      /* line 451, theme.scss */
      .cart-footer .discounts-wrap:after {
        content: '';
        position: absolute;
        bottom: -17px;
        left: 0;
        right: 0;
        height: 18px;
        background: #189ed9;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%); }
    /* line 453, theme.scss */
    .cart-footer:before, .cart-footer:after {
      display: none; }

  /*pages*/
  /* line 456, theme.scss */
  .article_preview-title {
    font-size: 18px;
    margin-bottom: 25px; }

  /* line 457, theme.scss */
  .article_preview-inner {
    padding-top: 25px;
    font-size: 16px; }

  /* line 458, theme.scss */
  .article_preview-bottom {
    display: none; }

  /* line 459, theme.scss */
  .article-title {
    font-size: 24px;
    margin-bottom: 10px; }

  /* line 460, theme.scss */
  .article-date {
    color: #aeaeae; }

  /* line 461, theme.scss */
  .article-content {
    font-size: 16px; }
    /* line 461, theme.scss */
    .article-content img {
      margin: 22px 0; }

  /* line 462, theme.scss */
  .page .description {
    margin: 0 auto;
    max-width: 230px; }

  /* line 463, theme.scss */
  .page_delivery .delivery_title {
    margin-left: -40px;
    margin-right: -40px; }

  /* line 464, theme.scss */
  .page-contacts {
    text-align: center; }
    /* line 465, theme.scss */
    .page-contacts .requisites {
      order: 2; }
    /* line 466, theme.scss */
    .page-contacts .phone {
      font-size: 30px; }
    /* line 467, theme.scss */
    .page-contacts address {
      margin-top: 15px;
      font-size: 16px;
      padding-right: 0; }
    /* line 468, theme.scss */
    .page-contacts .map {
      margin: 30px 0 -10px;
      padding: 0;
      max-width: calc(100% + 70px);
      -webkit-flex-basis: calc(100% + 70px);
      -ms-flex-preferred-size: calc(100% + 70px);
      flex-basis: calc(100% + 70px); }
    /* line 469, theme.scss */
    .page-contacts .requisites {
      background: #189fd9;
      color: #fff;
      padding: 55px 35px 80px;
      position: relative;
      margin: 0 -35px;
      max-width: calc(100% + 70px);
      -webkit-flex-basis: calc(100% + 70px);
      -ms-flex-preferred-size: calc(100% + 70px);
      flex-basis: calc(100% + 70px);
      text-align: left; }
      /* line 470, theme.scss */
      .page-contacts .requisites h3 {
        text-align: center; }
      /* line 471, theme.scss */
      .page-contacts .requisites a {
        color: #fff; }

  /* line 474, theme.scss */
  .collection_filters {
    position: relative;
    height: 41px; }
    /* line 475, theme.scss */
    .collection_filters form.collection-filter {
      position: absolute;
      overflow-x: auto;
      white-space: nowrap;
      left: 0;
      right: 0; }
      /* line 475, theme.scss */
      .collection_filters form.collection-filter:hover {
        height: 1000px; }
    /* line 476, theme.scss */
    .collection_filters .filters-clear {
      float: none;
      display: inline-block; }
    /* line 477, theme.scss */
    .collection_filters .filter-items-wrapper {
      white-space: none; }

  /* line 479, theme.scss */
  .our_team {
    margin: 50px -35px 70px; }
    /* line 480, theme.scss */
    .our_team .swiper-slide-next img {
      margin-left: -150%; }
    /* line 481, theme.scss */
    .our_team .swiper-slide-prev img {
      margin-right: -150%; }
    /* line 482, theme.scss */
    .our_team .swiper-slide-next + div img {
      margin: 0;
      max-width: none;
      opacity: 1; }

  /* line 484, theme.scss */
  .page-content .article_preview {
    margin-bottom: 10px; }

  /* line 485, theme.scss */
  .bg_grey .wrap_history {
    margin-bottom: 70px; }

  /* line 486, theme.scss */
  .wrap_mission {
    margin: 0 -35px;
    padding-top: 20px; }

  /* line 487, theme.scss */
  .container_checkout .co-sidebar .co-basket_total {
    border-top: 1px solid #ccc;
    padding-top: 20px; }
    /* line 488, theme.scss */
    .container_checkout .co-sidebar .co-basket_total div#total_price.co-basket_total-price {
      margin: 10px 0 0; }

  /* line 490, theme.scss */
  .link_about_payment {
    padding-top: 20px; }

  /* line 492, theme.scss */
  .footer-logo {
    margin-bottom: 10px; }

  /* line 493, theme.scss */
  .products-is-related .container, .products-is-similar .container {
    padding: 0 30px; }
    /* line 494, theme.scss */
    .products-is-related .container .swiper-button-prev, .products-is-related .container .swiper-container-rtl .swiper-button-next, .products-is-similar .container .swiper-button-prev, .products-is-similar .container .swiper-container-rtl .swiper-button-next {
      left: -20px; }
    /* line 495, theme.scss */
    .products-is-related .container .swiper-button-next, .products-is-related .container .swiper-container-rtl .swiper-button-prev, .products-is-similar .container .swiper-button-next, .products-is-similar .container .swiper-container-rtl .swiper-button-prev {
      right: -20px; }

  /* line 497, theme.scss */
  .products-is-related .card-title, .products-is-similar .card-title {
    max-height: none;
    overflow: visible; } }
@media (min-width: 480px) and (max-width: 768px) {
  /* line 502, theme.scss */
  .product-info .option-selector .option {
    display: inline-block;
    width: 37%; }
  /* line 503, theme.scss */
  .product-info .option-selector .option.option-cvet, .product-info .option-selector .option.option-razmer {
    width: 30%; } }
@media (max-width: 480px) {
  /* line 508, theme.scss */
  .desktop {
    display: none; }

  /* line 509, theme.scss */
  .promo-slider-wrapper .promo-slide img {
    width: 100%; }

  /* line 510, theme.scss */
  .added-content {
    display: flex;
    flex-direction: column; }
    /* line 511, theme.scss */
    .added-content .bttn-prim {
      order: -1;
      margin: 10px 0 20px; }

  /*.promo-slider-wrapper {display: none;}*/
  /* line 514, theme.scss */
  .wrapper_pagination ul .pagination-arrow {
    margin: 0 20px; }
    /* line 515, theme.scss */
    .wrapper_pagination ul .pagination-arrow:first-child {
      margin-left: 0; }
    /* line 516, theme.scss */
    .wrapper_pagination ul .pagination-arrow:last-child {
      margin-right: 0; }

  /* line 518, theme.scss */
  .wrapper_pagination ul .pagination-item:not(.pagination-arrow) {
    margin: 0 4px; }

  /* line 519, theme.scss */
  .container {
    padding-right: 10px;
    padding-left: 10px; }

  /* line 520, theme.scss */
  .card {
    padding: 25px; }

  /* line 521, theme.scss */
  .card-action {
    padding-top: 10px; }

  /* line 522, theme.scss */
  .card:hover {
    border-color: transparent; }

  /* line 523, theme.scss */
  .collection-wrapper .description img {
    max-width: 70%; }

  /* line 524, theme.scss */
  .product_title {
    margin-bottom: 10px; }

  /* line 525, theme.scss */
  .product_title h1 {
    font-size: 20px; }

  /* line 526, theme.scss */
  .page_delivery .delivery_title {
    margin: 0 -10px 70px; }

  /* line 528, theme.scss */
  footer .form_newsletter_wrapper {
    order: 2;
    padding-top: 50px; }
  /* line 529, theme.scss */
  footer .form_newsletter input[type="text"] {
    width: 100%;
    text-align: center; }
  /* line 530, theme.scss */
  footer .footer_menu-wrap + .footer_menu-wrap {
    order: 1; }
  /* line 531, theme.scss */
  footer .menu {
    margin-right: 0; }

  /* line 534, theme.scss */
  .our_team .swiper-slide-next img, .our_team .swiper-slide-prev img {
    margin: 0;
    max-width: none;
    opacity: 1; }

  /* line 535, theme.scss */
  .cart-footer {
    text-align: left; }

  /* line 536, theme.scss */
  .cart-footer .discounts-wrap {
    /*margin: 45px -10px 70px;*/
    margin: 0;
    background: none;
    padding: 0; }

  /* line 537, theme.scss */
  .cart-footer .discounts-wrap:before, .cart-footer .discounts-wrap:after, .cart-footer .discounts-wrap label {
    display: none; }

  /* line 538, theme.scss */
  .cart-footer .discounts-wrap .button {
    width: 100%;
    display: none; }

  /* line 539, theme.scss */
  .cart-footer .discounts-wrap .discounts-coupon, .discounts-rows .notice.is-info {
    color: #000; }

  /* line 540, theme.scss */
  .discounts-rows .notice.is-info {
    text-align: center; }

  /* line 541, theme.scss */
  [data-discounts] {
    margin: 20px 0; }

  /* line 542, theme.scss */
  .cart-footer .cell-discounts {
    order: unset; }

  /* line 543, theme.scss */
  .cart-footer .cell-cart_total > .summ-caption, .cart-footer .cart-total-capture, .cart-footer .cart-total {
    padding-left: 0; }

  /* line 544, theme.scss */
  .cart-footer .cell-cart_total > .summ-caption {
    margin-bottom: 0; }

  /* line 545, theme.scss */
  .cart-footer .cart-total-capture, .cart-footer .cart-total {
    font-size: 16px;
    font-weight: normal;
    color: #000; }

  /* line 546, theme.scss */
  .cart_buttons {
    padding: 0; }

  /* line 547, theme.scss */
  .cart_buttons .cart-submit {
    margin: 23px auto; }

  /* line 548, theme.scss */
  .cart-item {
    padding: 5px 0 15px; }
    /* line 549, theme.scss */
    .cart-item .toggle_qty {
      border: 2px solid #ccc;
      color: #ccc;
      border-radius: 50%;
      line-height: 28px;
      height: 30px;
      width: 30px;
      text-align: center; }
      /* line 550, theme.scss */
      .cart-item .toggle_qty.active {
        border-color: #191919;
        color: #191919;
        transform: rotate(180deg); }
    /* line 552, theme.scss */
    .cart-item .cart-cell-quantity {
      flex-direction: column;
      padding-top: 10px;
      position: relative; }
    /* line 553, theme.scss */
    .cart-item .cart-cell-delete {
      padding-top: 10px; }
      /* line 554, theme.scss */
      .cart-item .cart-cell-delete .but_delete {
        width: auto;
        color: #fff;
        text-indent: 0;
        padding: 0 14px;
        text-transform: uppercase; }
        /* line 554, theme.scss */
        .cart-item .cart-cell-delete .but_delete:before, .cart-item .cart-cell-delete .but_delete:after {
          display: none; }
    /* line 556, theme.scss */
    .cart-item .but_delete {
      position: absolute;
      right: 0;
      bottom: 2px;
      text-indent: unset;
      width: auto;
      height: auto;
      background: none; }
      /* line 557, theme.scss */
      .cart-item .but_delete:before, .cart-item .but_delete:after {
        display: none; }
    /* line 559, theme.scss */
    .cart-item .cart-cell-quantity:not(.visible), .cart-item .cart-cell-delete:not(.visible) {
      /*display: none!important;*/
      align-items: normal; }

  /* line 561, theme.scss */
  .about_main, .collection-description, .collection-description li {
    font-size: 16px; }

  /* line 563, theme.scss */
  .container_checkout .co-checkout-order_form > .co-delivery_method-list.co-checkout-block #delivery_variants {
    left: auto;
    top: auto;
    position: static;
    width: auto; }

  /* line 564, theme.scss */
  .added-close {
    margin-bottom: 10px; }

  /* line 565, theme.scss */
  .uslugi-inner {
    margin-top: 0;
    padding: 0; }

  /* line 566, theme.scss */
  .uslugi-inner .dopwrap {
    position: relative; }

  /* line 567, theme.scss */
  .uslugi-inner .item-title {
    padding-right: 85px; }

  /* line 568, theme.scss */
  .uslugi-inner .item-total_price {
    padding-left: 35px;
    position: absolute;
    top: 0;
    right: 0; }

  /* line 569, theme.scss */
  .uslugi-inner .item-total_price .but_delete {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0; }

  /* line 570, theme.scss */
  .info-popup-button {
    top: 2px;
    right: 60px; }

  /* line 571, theme.scss */
  .discounts-notice.notice.is-warning {
    background-color: unset;
    border-color: unset;
    color: #189ed9;
    border: none;
    padding: 0.5rem 0; } }
/* line 579, theme.scss */
iframe {
  max-width: 100%; }

/* line 580, theme.scss */
.news_main .main-page-foto-descr-link {
  margin: 20px auto;
  background: #009fdf; }

/* line 581, theme.scss */
.logotype label {
  display: none !important; }

/* line 582, theme.scss */
.page_delivery p.note {
  position: relative;
  padding-left: 20px; }

/* line 586, theme.scss */
.page_delivery p.note span {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 10px;
  height: 9px;
  background: url(starb.png) left no-repeat; }

/* line 595, theme.scss */
.container_checkout .co-button a {
  color: #fff; }
