body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: url(/dist/site/main_bg.png) no-repeat;
  background-color: #eeeeee !important; }
  @media screen and (max-width: 576px) {
    body {
      background: url(/dist/site/main_bg.png) no-repeat; } }

.container-wrap {
  max-width: 1170px; }

.navbar-topmenu {
  padding: 0;
  border: none;
  margin-bottom: 2px;
  font-size: 12px;
  color: #223741;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (max-width: 992px) {
    .navbar-topmenu {
      padding-top: 5px; } }
  .navbar-topmenu .nav-item-custom {
    padding: 0 10px; }
    .navbar-topmenu .nav-item-custom .nav-link-custom {
      padding-left: 0;
      padding-right: 0;
      padding-top: 16px;
      padding-bottom: 16px;
      text-transform: uppercase; }
      @media screen and (max-width: 992px) {
        .navbar-topmenu .nav-item-custom .nav-link-custom {
          padding-top: 5px;
          padding-bottom: 5px; } }
  .navbar-topmenu a {
    font-size: 12px;
    color: #223741;
    font-weight: 700; }
    .navbar-topmenu a:hover {
      border-top: solid #108abb 2px;
      padding-top: 14px !important; }
  .navbar-topmenu .active {
    font-size: 12px;
    color: #223741;
    padding-left: 10px;
    padding-right: 10px; }
    .navbar-topmenu .active span {
      border-top: solid #108abb 2px;
      padding-top: 14px;
      padding-left: 0 !important;
      padding-right: 0 !important; }

.link-lang {
  padding-top: 10px; }
  @media screen and (min-width: 992px) {
    .link-lang {
      padding-top: 14px; } }
  .link-lang .lang-item {
    display: inline-block; }
    .link-lang .lang-item:first-child {
      padding-right: 10px; }
  .link-lang a {
    position: relative;
    float: left;
    display: block;
    width: 25px;
    height: 25px;
    color: #223741;
    font-weight: 500;
    text-decoration: underline;
    text-indent: -999999px; }
    .link-lang a:hover {
      text-decoration: none; }
    .link-lang a.active {
      pointer-events: none;
      font-weight: 700; }

.top-wrap {
  background: url(/dist/site/top_bg.png) no-repeat, url(/dist/site/top_bg.png) no-repeat 0 50px;
  min-height: 147px;
  height: 100%; }
  @media screen and (max-width: 576px) {
    .top-wrap {
      margin-top: 5px;
      background: none;
      background-color: #ffffff;
      min-height: 100px;
      margin-bottom: 10px; } }
  .top-wrap .top-info-block {
    min-height: 102px;
    max-width: 1140px;
    width: 100%;
    background: #ffffff;
    margin: 18px 0 0 15px;
    border-top-left-radius: 50px 50px;
    border-bottom-left-radius: 50px 50px;
    padding: 15px 0 0 15px; }
    @media screen and (max-width: 576px) {
      .top-wrap .top-info-block {
        margin: 5px 0 0 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 15px 0 15px 15px; } }
    .top-wrap .top-info-block .logo img {
      max-width: 100%;
      max-height: 100%; }
    .top-wrap .top-info-block .text {
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 400; }
    .top-wrap .top-info-block .phones {
      font-weight: bold;
      font-size: 18px; }
      .top-wrap .top-info-block .phones ul {
        list-style-type: none; }
        .top-wrap .top-info-block .phones ul .vodafone:before {
          content: url("/dist/site/vodafone.png");
          padding-right: 10px; }
        .top-wrap .top-info-block .phones ul .kyivstar:before {
          content: url("/dist/site/kyivstar.png");
          padding-right: 13px; }
        .top-wrap .top-info-block .phones ul .lifecell:before {
          content: url("/dist/site/lifecell.png");
          padding-right: 13px; }
    .top-wrap .top-info-block .cart-link:hover {
      text-decoration: none; }
    .top-wrap .top-info-block .cart-wraps {
      padding-top: 10px; }
      .top-wrap .top-info-block .cart-wraps:before {
        content: url("/dist/site/cart.png");
        display: block;
        float: left;
        height: 100%;
        padding-right: 13px; }
      .top-wrap .top-info-block .cart-wraps ul {
        list-style-type: none;
        padding-top: 5px; }
        .top-wrap .top-info-block .cart-wraps ul .goods {
          font-weight: bold;
          font-size: 14px;
          color: #25303d;
          text-transform: uppercase; }
        .top-wrap .top-info-block .cart-wraps ul .count {
          font-weight: bold;
          font-size: 14px;
          color: #e3145c; }
        .top-wrap .top-info-block .cart-wraps ul .cart-text {
          font-weight: 300;
          font-size: 13px;
          color: #6b7989; }
        .top-wrap .top-info-block .cart-wraps ul .summ {
          font-weight: 500;
          font-size: 13px;
          color: #6b7989; }

.main-block-wrap {
  max-width: 1170px;
  padding-top: 25px;
  min-height: 1050px;
  background-color: #ffffff;
  border-bottom-left-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px; }
  @media screen and (max-width: 992px) {
    .main-block-wrap {
      padding-top: 10px; } }

.btn-menu {
  margin: 10px 0 20px 0;
  background-color: #0e76bd;
  height: 52px;
  width: 285px;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .btn-menu {
      display: none; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .btn-menu {
      margin-left: 15px; } }
  .btn-menu:hover, .btn-menu:active, .btn-menu:focus {
    background-color: #0e76bd;
    border: none; }
  .btn-menu .btn-menu-text {
    padding-left: 20px; }

@media screen and (max-width: 576px) {
  .dropdowm-custom {
    text-align: center; } }

.menu-dropdown-custom {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .menu-dropdown-custom {
      display: block;
      border: none;
      margin: 0;
      padding: 0; } }
  @media screen and (max-width: 992px) {
    .menu-dropdown-custom {
      background-color: transparent;
      border: none;
      border-radius: 20px 20px; } }

#blockAccordion {
  max-width: 285px;
  background: url("/dist/site/sidebar_bg.png") no-repeat;
  background-color: #53bed0;
  border-top-right-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px; }
  @media screen and (max-width: 576px) {
    #blockAccordion {
      border-radius: 20px 20px; } }
  #blockAccordion ul {
    list-style-type: none;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media screen and (max-width: 576px) {
      #blockAccordion ul {
        padding-top: 10px;
        padding-bottom: 10px; } }
    #blockAccordion ul li {
      width: 185px;
      line-height: 1.5; }
      #blockAccordion ul li:before {
        /*content: "";
        height: 2px;
        width: 30px;
        left: 15px;
        border-bottom: 2px solid #febd11;
        transform: translateY(-50%);*/
        /*        display: inline-block;
        margin-left: -40px;
        margin-right: 10px;
        margin-bottom: 5px;*/
        position: absolute; }
      #blockAccordion ul li:after {
        /*content: ">";
        color: #ffffff;
        width: 18px;
        height: 18px;
        background-color: #67b2d1;
        border-radius: 8px 8px;
        position: absolute;
        right: 35px;*/ }
      #blockAccordion ul li a {
        color: #ffffff;
        font-size: 15px;
        font-weight: 600; }
        #blockAccordion ul li a:hover {
          text-decoration: none; }
      @media screen and (max-width: 576px) {
        #blockAccordion ul li {
          line-height: 1.5; } }
    #blockAccordion ul .activeLevel1 .L1 {
      color: #ffffff;
      font-size: 15px;
      font-weight: 600;
      position: relative;
      display: block; }
      #blockAccordion ul .activeLevel1 .L1:before {
        content: "";
        height: 2px;
        width: 30px;
        left: 15px;
        border-bottom: 2px solid #febd11;
        transform: translateY(-50%);
        display: inline-block;
        margin-left: -40px;
        margin-right: 10px;
        margin-bottom: 5px; }
      #blockAccordion ul .activeLevel1 .L1:after {
        content: ">";
        color: #ffffff;
        width: 18px;
        height: 18px;
        background-color: #67b2d1;
        border-radius: 8px 8px;
        position: absolute;
        right: -20px;
        top: 50%;
        line-height: 20px;
        text-align: center;
        transform: translate(0, -50%); }
    #blockAccordion ul .level-first {
      display: inline-block;
      border-bottom: 3px dotted #ffffff;
      padding-bottom: 10px;
      padding-top: 10px; }
    #blockAccordion ul .level-second {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 20px; }
      #blockAccordion ul .level-second li {
        width: 180px;
        line-height: 1.5; }
        #blockAccordion ul .level-second li a {
          color: #ffffff;
          font-size: 14px;
          font-weight: 500; }
          #blockAccordion ul .level-second li a:hover {
            color: #febd11; }
    #blockAccordion ul .activeLevel2 .L2 {
      color: #febd11;
      font-size: 14px;
      font-weight: 500; }
    #blockAccordion ul .activeLevel3 {
      color: #febd11;
      font-size: 14px;
      font-weight: 600; }

.carousel-wrap {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (max-width: 576px) {
    .carousel-wrap .carousel-main {
      padding-left: 0;
      padding-right: 0; } }
  .carousel-wrap #mainCarousel img {
    border-radius: 20px 20px; }
    @media screen and (max-width: 576px) {
      .carousel-wrap #mainCarousel img {
        border-radius: 0; } }
  .carousel-wrap #mainCarousel .carousel-indicators-custom {
    bottom: -27px; }
    .carousel-wrap #mainCarousel .carousel-indicators-custom li {
      width: 25px;
      height: 25px;
      background-color: #e3145c;
      border: 5px solid #ffffff;
      border-radius: 12px 12px; }
    .carousel-wrap #mainCarousel .carousel-indicators-custom .active {
      background-color: #0578a7; }
  .carousel-wrap #mainCarousel .caption-wrap {
    padding-left: 30px;
    left: inherit;
    right: inherit;
    color: #ffffff;
    text-align: left; }
    .carousel-wrap #mainCarousel .caption-wrap .t1 {
      font-weight: 600;
      font-size: 30px;
      height: 50px;
      overflow: hidden; }
    .carousel-wrap #mainCarousel .caption-wrap .t2 {
      font-weight: 900;
      font-size: 48px;
      height: 120px;
      max-width: 410px;
      overflow: hidden;
      line-height: 1.1; }
    .carousel-wrap #mainCarousel .caption-wrap .line {
      border: 4px solid #ffffff;
      width: 70px; }
    .carousel-wrap #mainCarousel .caption-wrap .t3 {
      padding-top: 25px;
      font-weight: 700;
      font-size: 24px;
      height: 65px;
      overflow: hidden; }
    @media (max-width: 767.98px) {
      .carousel-wrap #mainCarousel .caption-wrap {
        top: 50%;
        transform: translate(0, -50%);
        bottom: unset; }
      .carousel-wrap #mainCarousel .caption-wrap .t1 {
        font-weight: 600;
        font-size: 20px;
        height: auto;
        overflow: hidden; }
      .carousel-wrap #mainCarousel .caption-wrap .t2 {
        font-weight: 900;
        font-size: 32px;
        height: auto; }
      .carousel-wrap #mainCarousel .caption-wrap .line {
        border: 3px solid #ffffff; }
      .carousel-wrap #mainCarousel .caption-wrap .t3 {
        padding-top: 10px;
        font-size: 16px;
        height: auto;
        overflow: hidden; } }
    @media (max-width: 575.98px) {
      .carousel-wrap #mainCarousel .caption-wrap {
        top: 50%;
        transform: translate(0, -50%);
        bottom: unset; }
      .carousel-wrap #mainCarousel .caption-wrap .t1 {
        font-weight: 600;
        font-size: 15px;
        height: auto;
        overflow: hidden; }
      .carousel-wrap #mainCarousel .caption-wrap .t2 {
        font-weight: 900;
        font-size: 24px;
        height: auto; }
      .carousel-wrap #mainCarousel .caption-wrap .line {
        border: 1px solid #ffffff; }
      .carousel-wrap #mainCarousel .caption-wrap .t3 {
        padding-top: 10px;
        font-size: 12px;
        height: auto;
        overflow: hidden; } }

.new-goods {
  margin-top: 45px;
  margin-bottom: 20px; }
  @media screen and (min-width: 992px) {
    .new-goods {
      display: none; } }
  .new-goods .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #e3145c; }
  .new-goods .h2-wrap {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #e3145c; }
  .new-goods .arrows .left-arrow {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("/dist/site/left_arrow.png");
    cursor: pointer; }
  .new-goods .arrows .right-arrow {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("/dist/site/right_arrow.png");
    cursor: pointer; }
  .new-goods .new-slider {
    height: 300px;
    padding-top: 10px; }
    .new-goods .new-slider .new-item {
      border: 1px solid #cfdee4;
      border-radius: 10px 10px;
      background-color: #ffffff;
      padding: 20px 15px; }
      @media screen and (min-width: 576px) {
        .new-goods .new-slider .new-item {
          margin: 0 10px; } }
      .new-goods .new-slider .new-item .img-wrap {
        height: 140px;
        position: relative;
        overflow: hidden;
        text-align: center; }
        .new-goods .new-slider .new-item .img-wrap a {
          display: inline-block; }
          .new-goods .new-slider .new-item .img-wrap a .img-custom {
            max-width: 100%;
            position: relative; }
      .new-goods .new-slider .new-item .info-wrap {
        height: 105px;
        position: relative; }
        .new-goods .new-slider .new-item .info-wrap .new-title {
          padding-top: 15px;
          padding-bottom: 15px;
          text-align: center;
          line-height: 1.2;
          height: 70px; }
          .new-goods .new-slider .new-item .info-wrap .new-title a {
            font-weight: 700;
            font-size: 16px;
            color: #223741; }
            .new-goods .new-slider .new-item .info-wrap .new-title a:hover {
              text-decoration: none; }
        .new-goods .new-slider .new-item .info-wrap .price {
          height: 35px;
          padding-top: 5px;
          padding-bottom: 5px;
          font-weight: 700;
          text-align: center;
          font-size: 18px;
          color: #e3145c; }

.new-goods-2 {
  margin-top: 45px; }
  @media screen and (max-width: 991px) {
    .new-goods-2 {
      display: none; } }
  .new-goods-2 .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #e3145c; }
  .new-goods-2 .h2-wrap {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #e3145c; }
  .new-goods-2 .new-item {
    height: 300px;
    border: 1px solid #cfdee4;
    border-radius: 10px 10px;
    background-color: #ffffff;
    padding: 20px 15px; }
    .new-goods-2 .new-item .img-wrap {
      height: 140px;
      position: relative;
      overflow: hidden;
      text-align: center; }
      .new-goods-2 .new-item .img-wrap a {
        display: inline-block; }
        .new-goods-2 .new-item .img-wrap a .img-custom {
          max-width: 100%;
          position: relative; }
    .new-goods-2 .new-item .info-wrap {
      height: 105px;
      position: relative; }
      .new-goods-2 .new-item .info-wrap .new-title {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        line-height: 1.2;
        height: 70px; }
        .new-goods-2 .new-item .info-wrap .new-title a {
          font-weight: 700;
          font-size: 16px;
          color: #223741; }
          .new-goods-2 .new-item .info-wrap .new-title a:hover {
            text-decoration: none; }
      .new-goods-2 .new-item .info-wrap .price {
        height: 35px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: 700;
        text-align: center;
        font-size: 18px;
        color: #e3145c; }

.new-goods-product {
  margin-top: 45px;
  margin-bottom: 20px; }
  .new-goods-product .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #e3145c; }
  .new-goods-product .h2-wrap {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #e3145c; }
  .new-goods-product .arrows .left-arrow {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("/dist/site/left_arrow.png");
    cursor: pointer; }
  .new-goods-product .arrows .right-arrow {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("/dist/site/right_arrow.png");
    cursor: pointer; }
  .new-goods-product .new-slider {
    height: 300px;
    padding-top: 10px; }
    .new-goods-product .new-slider .new-item {
      border: 1px solid #cfdee4;
      border-radius: 10px 10px;
      background-color: #ffffff;
      padding: 20px 15px; }
      @media screen and (min-width: 576px) {
        .new-goods-product .new-slider .new-item {
          margin: 0 10px; } }
      .new-goods-product .new-slider .new-item .img-wrap {
        height: 140px;
        position: relative;
        overflow: hidden;
        text-align: center; }
        .new-goods-product .new-slider .new-item .img-wrap a {
          display: inline-block;
          height: 100%;
          text-align: center; }
          .new-goods-product .new-slider .new-item .img-wrap a .img-custom {
            max-height: 100%;
            max-width: 100%;
            position: relative; }
      .new-goods-product .new-slider .new-item .info-wrap {
        height: 105px;
        position: relative; }
        .new-goods-product .new-slider .new-item .info-wrap .new-title {
          padding-top: 15px;
          padding-bottom: 15px;
          text-align: center;
          line-height: 1.2;
          height: 70px; }
          .new-goods-product .new-slider .new-item .info-wrap .new-title a {
            font-weight: 700;
            font-size: 16px;
            color: #223741; }
            .new-goods-product .new-slider .new-item .info-wrap .new-title a:hover {
              text-decoration: none; }
        .new-goods-product .new-slider .new-item .info-wrap .price {
          height: 35px;
          padding-top: 5px;
          padding-bottom: 5px;
          font-weight: 700;
          text-align: center;
          font-size: 18px;
          color: #e3145c; }

.home-pills {
  padding: 30px 0;
  text-align: center;
  background-image: url("/dist/site/tab_bg.png"); }
  .home-pills .nav-custom {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: transparent;
    padding: .5rem 1rem; }
    .home-pills .nav-custom a {
      color: #53bed1;
      background-color: transparent;
      padding: 0; }
    .home-pills .nav-custom .active {
      color: #0e76bc !important;
      background-color: transparent !important;
      padding: 0;
      border-bottom: 2px solid #53bed1;
      border-radius: 0; }
  .home-pills .slider-class-wrap {
    height: 350px;
    padding: 5px 15px; }
    .home-pills .slider-class-wrap .new2-item {
      /*      &:first-child {
        margin: 5px 0;
      }*/
      background-color: transparent;
      padding: 15px 5px; }
      .home-pills .slider-class-wrap .new2-item .img2-wrap {
        height: 190px;
        position: relative;
        overflow: hidden;
        text-align: center;
        border-radius: 10px 10px; }
        .home-pills .slider-class-wrap .new2-item .img2-wrap a {
          display: inline-block;
          border-radius: 10px 10px; }
          .home-pills .slider-class-wrap .new2-item .img2-wrap a .img2-custom {
            border-radius: 10px 10px;
            max-width: 100%;
            position: relative; }
      .home-pills .slider-class-wrap .new2-item .info2-wrap {
        height: 140px;
        position: relative; }
        .home-pills .slider-class-wrap .new2-item .info2-wrap .new2-title {
          padding-left: 15px;
          padding-right: 15px;
          padding-top: 20px;
          padding-bottom: 15px;
          text-align: left;
          line-height: 1.2;
          height: 77px;
          text-transform: uppercase;
          overflow: hidden; }
          .home-pills .slider-class-wrap .new2-item .info2-wrap .new2-title a {
            font-weight: 700;
            font-size: 16px;
            color: #223741; }
            .home-pills .slider-class-wrap .new2-item .info2-wrap .new2-title a:hover {
              text-decoration: none; }
        .home-pills .slider-class-wrap .new2-item .info2-wrap .new2-text {
          height: 54px;
          padding-left: 15px;
          padding-right: 15px;
          padding-top: 5px;
          text-align: left;
          font-size: 15px;
          color: #223741;
          line-height: 1.1;
          overflow: hidden; }

.footer-wrap {
  max-width: 1170px;
  min-height: 200px;
  padding-top: 25px;
  background-color: #eeeeee; }
  @media screen and (max-width: 576px) {
    .footer-wrap {
      min-height: 100px; } }
  .footer-wrap .copyright-text {
    color: #223741;
    font-size: 12px;
    font-weight: bold; }
    .footer-wrap .copyright-text span {
      font-weight: 400; }
  .footer-wrap .footer-menu a, .footer-wrap .footer-menu span {
    font-size: 12px;
    font-weight: bold;
    color: #223741;
    text-transform: uppercase; }
  .footer-wrap .btn.button-newsletter-send, .footer-wrap .btn.button-newsletter-send:active {
    background-color: #7aae22;
    color: #ffffff;
    font-size: 16px;
    border-radius: 20px;
    border-color: #7aae22;
    box-shadow: none; }
  .footer-wrap .btn.button-newsletter-send:active {
    box-shadow: 0 0 0 1px rgba(59, 191, 56, 0.5); }

.category #breadcrumbs {
  padding-bottom: 15px; }
  .category #breadcrumbs .image {
    display: inline-block;
    padding-right: 10px; }
  .category #breadcrumbs .line {
    display: inline-block;
    color: #0c80ae; }
  .category #breadcrumbs .text {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    font-size: 12px;
    color: #0c80ae;
    text-transform: uppercase; }

.category h1 {
  color: #e3145c;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  overflow: hidden; }

.category .text-category {
  margin-top: 10px;
  margin-bottom: 20px; }
  .category .text-category img {
    width: 100%;
    max-height: 100%; }
  .category .text-category .info {
    padding-right: 50px;
    color: #223741;
    font-size: 15px;
    font-weight: 400; }

.category .title-category-product {
  margin-bottom: 20px; }
  .category .title-category-product img {
    width: 40px;
    max-height: 100%; }
  .category .title-category-product .name-category {
    padding-left: 5px;
    color: #223741;
    font-size: 15px;
    font-weight: 400; }
  .category .title-category-product .name-company {
    padding-left: 5px;
    color: #e3145c;
    font-size: 15px;
    font-weight: 400; }
  .category .title-category-product .name-country {
    padding-left: 5px;
    color: #b6babd;
    font-size: 15px;
    font-weight: 400; }

.category .list-category-product .product-wrap {
  position: relative;
  min-height: 237px;
  max-height: 283px;
  margin-bottom: 30px; }
  .category .list-category-product .product-wrap .product {
    position: relative;
    border: 1px solid #cfdee4;
    border-radius: 20px; }
    .category .list-category-product .product-wrap .product .img-wrap {
      margin: 25px 0;
      height: 135px;
      position: relative;
      overflow: hidden;
      text-align: center; }
      .category .list-category-product .product-wrap .product .img-wrap a {
        display: inline-block;
        height: 100%; }
      .category .list-category-product .product-wrap .product .img-wrap img {
        max-width: 100%;
        max-height: 100%;
        position: relative; }
    .category .list-category-product .product-wrap .product .information-block {
      margin: 10px 0 10px;
      padding: 0 10px;
      cursor: default;
      height: 40px;
      text-align: center;
      line-height: 1.2; }
      .category .list-category-product .product-wrap .product .information-block a {
        color: #223741;
        font-size: 16px;
        font-weight: bold; }
    .category .list-category-product .product-wrap .product .price {
      height: 20px;
      color: #e3145c;
      font-size: 18px;
      text-align: center;
      margin: 15px 0;
      padding: 0 5px;
      font-weight: 700;
      text-align: center;
      font-size: 18px;
      color: #e3145c; }

.category .info-category-product {
  margin-bottom: 20px;
  font-size: 15px;
  color: #223741; }

.category .filter-product-category {
  background-color: #e9f0f2;
  min-height: 85px;
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 20px;
  font-size: 15px;
  padding-top: 15px; }
  .category .filter-product-category .filter-company {
    padding-left: 30px; }
    .category .filter-product-category .filter-company .title {
      color: #818a91;
      display: inline-block;
      padding-right: 10px; }
    .category .filter-product-category .filter-company label {
      padding: 0 5px;
      cursor: pointer; }
      .category .filter-product-category .filter-company label input span {
        color: #223741; }
      .category .filter-product-category .filter-company label input:checked + span {
        color: #e3145c; }

.category .description-text {
  margin-bottom: 30px; }

.category .news-wrap {
  margin-top: 20px;
  margin-bottom: 20px; }
  .category .news-wrap .news-one-wrap {
    height: 330px;
    margin-bottom: 35px; }
    .category .news-wrap .news-one-wrap .img-news-wrap {
      height: 190px;
      overflow: hidden;
      border-radius: 15px;
      border-bottom-left-radius: 0;
      position: relative;
      margin-bottom: 15px; }
      .category .news-wrap .news-one-wrap .img-news-wrap a {
        display: inline-block;
        overflow: hidden;
        height: 100%;
        position: relative; }
        .category .news-wrap .news-one-wrap .img-news-wrap a img {
          max-width: 100%;
          height: 100%;
          position: relative;
          vertical-align: middle; }
      .category .news-wrap .news-one-wrap .img-news-wrap .news-date {
        position: absolute;
        background-color: #ffffff;
        height: 25px;
        width: 75px;
        top: 88%;
        border-top-right-radius: 10px;
        border-top: 1px solid #cfdee4;
        border-right: 1px solid #cfdee4;
        padding-top: 4px;
        color: #223741;
        font-size: 12px; }
    .category .news-wrap .news-one-wrap .news-title {
      height: 50px;
      margin-bottom: 15px;
      overflow: hidden;
      line-height: 1.125; }
      .category .news-wrap .news-one-wrap .news-title a {
        font-size: 16px;
        color: #223741;
        font-weight: bold;
        text-transform: uppercase; }
    .category .news-wrap .news-one-wrap .news-description {
      height: 55px;
      font-size: 15px;
      color: #223741;
      overflow: hidden;
      line-height: 1.2;
      text-align: left;
      margin-bottom: 5px; }

.category #TextPage .img {
  max-width: 100%; }
  @media screen and (max-width: 320px) {
    .category #TextPage .img {
      width: 300px; } }

.category .blockPageNav .pstrnav {
  padding: 10px 0; }
  .category .blockPageNav .pstrnav .page-btn {
    background-color: #7aae22;
    color: #ffffff;
    font-size: 16px;
    border-radius: 20px;
    padding: 10px; }
  .category .blockPageNav .pstrnav .NavigationLink {
    padding: 10px;
    color: #223741; }
  .category .blockPageNav .pstrnav .ActiveNav {
    color: #cfdee4; }

.product #breadcrumbs {
  padding-bottom: 15px; }
  .product #breadcrumbs .image {
    display: inline-block;
    padding-right: 10px; }
  .product #breadcrumbs .line {
    display: inline-block;
    color: #0c80ae; }
  .product #breadcrumbs .text {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    font-size: 12px;
    color: #0c80ae;
    text-transform: uppercase; }

.product .img-prod-wrap a {
  border: 1px solid #cfdee4;
  border-radius: 5px;
  padding: 5px; }
  .product .img-prod-wrap a img {
    max-width: 100%;
    max-height: 100%; }

.product .img-prod-wrap .main-image {
  margin-bottom: 15px; }

.product .img-prod-wrap .mini-images {
  height: 65px;
  padding: 0 10px 0 10px;
  text-align: center; }
  .product .img-prod-wrap .mini-images a {
    height: 100%;
    position: relative;
    padding: 2px; }
    .product .img-prod-wrap .mini-images a img {
      height: 100%;
      max-width: 100%;
      overflow: hidden; }

.product .info-wrap .code {
  color: #788180;
  font-size: 12px; }

.product .info-wrap .title {
  color: #223741;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 10px; }

.product .info-wrap .rate {
  padding: 10px 0; }

.product .info-wrap .price {
  color: #e3145c;
  font-weight: bold;
  font-size: 24px; }
  .product .info-wrap .price .old-price {
    font-size: 20px;
    text-decoration: line-through; }

.product .info-wrap .price-sale-text {
  color: #e3145c; }

.product .info-wrap .buy-cerdit-wrap {
  height: 36px; }
  .product .info-wrap .buy-cerdit-wrap .buy-credit {
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    color: #fdaa11;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #fdaa11; }

.product .info-wrap .line {
  width: 65px; }
  .product .info-wrap .line hr {
    border: 0;
    color: #cfdee4;
    background-color: #cfdee4;
    height: 2px; }

.product .buy-quick-wrap {
  padding-top: 10px;
  padding-bottom: 20px; }
  .product .buy-quick-wrap .buy-quick-btn {
    background-color: #7aae22;
    color: #ffffff;
    font-size: 16px;
    border-radius: 20px; }

.product .producer-product {
  color: #788180;
  font-size: 15px;
  margin-bottom: 10px; }
  .product .producer-product img {
    width: 20px;
    height: 13px;
    margin-left: 5px;
    margin-right: 5px; }
  .product .producer-product .name-company {
    font-size: 15px;
    color: #ed217c;
    border-bottom: 1px solid #ed217c;
    text-decoration: none; }

.product .current-rating {
  color: #788180;
  font-size: 15px; }
  .product .current-rating .comments {
    color: #ed217c;
    border-bottom: 1px solid #ed217c;
    text-decoration: none;
    margin-left: 15px; }

.product .textCurrentRating {
  padding: 0 100px 0 0; }

.product .current-rating[data-rating="0"] .textCurrentRating {
  background: url(/dist/site/rating-star-user.png) no-repeat right 0; }

.product .current-rating[data-rating="1"] .textCurrentRating {
  background: url(/dist/site/rating-star-user.png) no-repeat right -18px; }

.product .current-rating[data-rating="2"] .textCurrentRating {
  background: url(/dist/site/rating-star-user.png) no-repeat right -36px; }

.product .current-rating[data-rating="3"] .textCurrentRating {
  background: url(/dist/site/rating-star-user.png) no-repeat right -54px; }

.product .current-rating[data-rating="4"] .textCurrentRating {
  background: url(/dist/site/rating-star-user.png) no-repeat right -72px; }

.product .current-rating[data-rating="5"] .textCurrentRating {
  background: url(/dist/site/rating-star-user.png) no-repeat right -90px; }

.product .description {
  padding-top: 20px; }

.product .socialLink {
  position: relative;
  float: left;
  width: 100% !important;
  height: auto;
  padding: 0;
  margin: 10px 0; }

.product .socialLink * {
  float: left; }

.product .socialLink table {
  margin: 0 10px 0 0; }

.product .tabs-block-wrap {
  margin: 15px 0 25px; }

.product .product-pills li a {
  color: #223741;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  background-color: #e3e6e8;
  border: 1px solid #e3e6e8;
  margin-right: 10px; }

.product .product-pills li .active {
  background-color: #ffffff;
  border: 1px solid #e3145c;
  color: #223741;
  font-size: 18px;
  font-weight: 600; }

@media screen and (max-width: 576px) {
  .product .product-pills li {
    padding-bottom: 10px; } }

.product .product-pills .images-wrap .mini-images {
  height: 100px;
  padding-right: 0;
  border: 1px solid #cfdee4;
  border-radius: 5px;
  text-align: center; }
  .product .product-pills .images-wrap .mini-images a {
    height: 100%;
    position: relative; }
    .product .product-pills .images-wrap .mini-images a img {
      height: 100%;
      max-width: 100%;
      overflow: hidden;
      padding: 2px; }

.product .product-tab {
  min-height: 200px;
  margin-top: 30px; }
  .product .product-tab iframe {
    max-width: 100%;
    max-height: 500px; }
  @media screen and (max-device-width: 576px) {
    .product .product-tab iframe {
      max-width: 100%;
      max-height: 200px; } }
  @media screen and (max-device-width: 767px) {
    .product .product-tab iframe {
      max-width: 100%;
      max-height: 250px; } }

.product .response-wrap .title {
  font-weight: 600;
  font-size: 18px;
  color: #223741; }
  .product .response-wrap .title span {
    color: #fdaa11; }

.product .response-wrap .response-text-wrap {
  padding-top: 20px; }
  .product .response-wrap .response-text-wrap .rating-wrap {
    border-right: 1px solid #e6e7e8;
    display: inline-block;
    padding-right: 20px; }
  .product .response-wrap .response-text-wrap .name-wrap {
    font-weight: 600;
    font-size: 14px;
    color: #e3145c; }
  .product .response-wrap .response-text-wrap .date-wrap {
    text-align: left;
    color: #959b9e;
    font-size: 14px;
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid #e6e7e8;
    width: 120px; }
  .product .response-wrap .response-text-wrap .time-wrap {
    text-align: right;
    color: #959b9e;
    font-size: 14px;
    display: inline-block;
    padding-left: 15px; }
  .product .response-wrap .response-text-wrap .text-wrap {
    padding-top: 10px;
    border-bottom: 1px solid #e6e7e8;
    color: #223741;
    font-size: 15px;
    line-height: 1.6; }

.product .response-wrap .response-form {
  margin-top: 20px;
  background-color: #e9f0f2;
  border-radius: 15px;
  padding: 20px 30px; }
  .product .response-wrap .response-form .title {
    font-weight: 600;
    font-size: 18px;
    color: #223741;
    padding-bottom: 15px; }
  .product .response-wrap .response-form .response-block {
    padding-top: 10px; }
    .product .response-wrap .response-form .response-block ul.ratingStar {
      position: relative;
      float: left;
      list-style: none;
      padding: 0;
      margin: 0; }
      .product .response-wrap .response-form .response-block ul.ratingStar li {
        float: left;
        color: transparent;
        width: 24px;
        height: 24px;
        margin: 0 2px 0 0;
        cursor: pointer;
        background: url(/dist/site/rating-star.png) no-repeat -25px 0; }
      .product .response-wrap .response-form .response-block ul.ratingStar li.active {
        background: url(/dist/site/rating-star.png) no-repeat 0 0; }
  .product .response-wrap .response-form .submit-block {
    display: flex;
    justify-content: center;
    position: relative; }
    .product .response-wrap .response-form .submit-block .btn-response {
      position: absolute;
      background-color: #e3145c;
      border-color: #e3145c;
      text-transform: uppercase;
      width: 240px;
      border-radius: 20px; }
  .product .response-wrap .response-form input {
    height: 45px;
    border-radius: 10px; }
  .product .response-wrap .response-form textarea {
    height: 75px;
    border-radius: 10px; }

.product .response-wrap div#blockComments article.comment div.name span.rating {
  float: left;
  display: block;
  height: 17px;
  width: 95px; }

.product .response-wrap div#blockComments article.comment div.name span.rating[data-rating-user="0"] {
  background: url(/dist/site/rating-star-user.png) no-repeat right 0px; }

.product .response-wrap div#blockComments article.comment div.name span.rating[data-rating-user="1"] {
  background: url(/dist/site/rating-star-user.png) no-repeat right -18px; }

.product .response-wrap div#blockComments article.comment div.name span.rating[data-rating-user="2"] {
  background: url(/dist/site/rating-star-user.png) no-repeat right -36px; }

.product .response-wrap div#blockComments article.comment div.name span.rating[data-rating-user="3"] {
  background: url(/dist/site/rating-star-user.png) no-repeat right -54px; }

.product .response-wrap div#blockComments article.comment div.name span.rating[data-rating-user="4"] {
  background: url(/dist/site/rating-star-user.png) no-repeat right -72px; }

.product .response-wrap div#blockComments article.comment div.name span.rating[data-rating-user="5"] {
  background: url(/dist/site/rating-star-user.png) no-repeat right -90px; }

.price-specify-the-price {
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  color: #e3145c;
  line-height: 1.2;
  padding: 5px;
  height: 20px;
  margin: 15px 0; }

.price-wrap {
  text-align: left; }
  .price-wrap h1 {
    color: #e3145c;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900; }
  .price-wrap .price-accordion .price-card {
    border: none; }
    .price-wrap .price-accordion .price-card .fa-caret-down {
      float: right;
      color: #9da4a7; }
    .price-wrap .price-accordion .price-card .card-header-custom {
      background-color: transparent;
      border-bottom: 1px solid #94c642;
      padding-left: 0; }
    .price-wrap .price-accordion .price-card .cart-body-custom {
      padding: 0; }
      .price-wrap .price-accordion .price-card .cart-body-custom .price-table .title2 {
        background-color: transparent; }
        .price-wrap .price-accordion .price-card .cart-body-custom .price-table .title2 th {
          border: none;
          font-size: 15px;
          font-weight: 600;
          color: #0e76bc;
          padding-left: 25px; }
      .price-wrap .price-accordion .price-card .cart-body-custom .price-table .title3 {
        background-color: transparent; }
        .price-wrap .price-accordion .price-card .cart-body-custom .price-table .title3 td {
          border: none;
          font-size: 15px;
          font-weight: 600;
          color: #0e76bc;
          padding-left: 45px; }
      .price-wrap .price-accordion .price-card .cart-body-custom .price-table .string1 td {
        border: none;
        font-size: 15px;
        font-weight: 400; }
        .price-wrap .price-accordion .price-card .cart-body-custom .price-table .string1 td a {
          color: #223741; }
          .price-wrap .price-accordion .price-card .cart-body-custom .price-table .string1 td a:hover {
            color: #223741; }
      .price-wrap .price-accordion .price-card .cart-body-custom .price-table .string2 td {
        border: none;
        font-size: 15px;
        font-weight: 400; }
        .price-wrap .price-accordion .price-card .cart-body-custom .price-table .string2 td:first-child {
          padding-left: 40px; }
        .price-wrap .price-accordion .price-card .cart-body-custom .price-table .string2 td a {
          color: #223741; }
          .price-wrap .price-accordion .price-card .cart-body-custom .price-table .string2 td a:hover {
            color: #223741; }
      .price-wrap .price-accordion .price-card .cart-body-custom .price-table .string3 td {
        border: none;
        font-size: 15px;
        font-weight: 400; }
        .price-wrap .price-accordion .price-card .cart-body-custom .price-table .string3 td:first-child {
          padding-left: 60px; }
        .price-wrap .price-accordion .price-card .cart-body-custom .price-table .string3 td a {
          color: #223741; }
          .price-wrap .price-accordion .price-card .cart-body-custom .price-table .string3 td a:hover {
            color: #223741; }
  .price-wrap .price-accordion h5 {
    font-size: 18px;
    color: #0e76bc;
    font-weight: 600; }

.modal-credit {
  width: 750px; }
  .modal-credit .modal-title {
    color: #e3145c;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center; }
  .modal-credit .text {
    font-size: 14px;
    color: #223741; }
  .modal-credit .credit-one {
    width: 200px;
    display: inline-block;
    text-align: center; }
    .modal-credit .credit-one .rowTitle {
      color: #e3145c;
      font-size: 15px;
      font-weight: 600; }
    .modal-credit .credit-one b {
      color: #223741;
      font-weight: 600;
      font-size: 15px; }
    .modal-credit .credit-one .textPrice {
      color: #223741;
      font-weight: 600;
      font-size: 20px;
      padding-bottom: 15px; }
    .modal-credit .credit-one .btn-draw {
      width: 150px;
      border-radius: 15px;
      background-color: #7aae22;
      color: #ffffff;
      text-transform: uppercase; }
    .modal-credit .credit-one .text {
      margin: 0; }
  .modal-credit .comments {
    color: #223741;
    font-size: 12px;
    font-style: italic; }

.modal-cart .btn-cart {
  background-color: #7aae22;
  color: #ffffff;
  font-size: 16px;
  border-radius: 20px; }

.questionnaire-wrap .response-form {
  margin-top: 20px;
  background-color: #e9f0f2;
  border-radius: 15px;
  padding: 20px 30px;
  margin-bottom: 30px; }
  .questionnaire-wrap .response-form .title {
    font-weight: 600;
    font-size: 18px;
    color: #223741;
    padding-bottom: 15px; }
  .questionnaire-wrap .response-form .response-block {
    padding-left: 15px;
    padding-top: 10px; }
    .questionnaire-wrap .response-form .response-block ul.ratingStar {
      position: relative;
      float: left;
      list-style: none;
      padding: 0;
      margin: 0; }
      .questionnaire-wrap .response-form .response-block ul.ratingStar li {
        float: left;
        color: transparent;
        width: 24px;
        height: 24px;
        margin: 0 2px 0 0;
        cursor: pointer;
        background: url(/dist/site/rating-star.png) no-repeat -25px 0; }
      .questionnaire-wrap .response-form .response-block ul.ratingStar li.active {
        background: url(/dist/site/rating-star.png) no-repeat 0 0; }
  .questionnaire-wrap .response-form .submit-block {
    display: flex;
    justify-content: center;
    position: relative; }
    .questionnaire-wrap .response-form .submit-block .btn-response {
      position: absolute;
      background-color: #e3145c;
      border-color: #e3145c;
      text-transform: uppercase;
      width: 240px;
      border-radius: 20px; }
  .questionnaire-wrap .response-form input {
    height: 45px;
    border-radius: 10px; }
  .questionnaire-wrap .response-form select {
    height: 45px !important;
    border-radius: 10px; }
  .questionnaire-wrap .response-form textarea {
    height: 75px;
    border-radius: 10px; }

.cart-wrap h1 {
  color: #e3145c;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900; }

.cart-wrap .cart-product {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0;
  min-height: 120px; }
  .cart-wrap .cart-product .number {
    padding-right: 10px;
    display: inline-block; }
  .cart-wrap .cart-product .article {
    display: inline-block; }
  .cart-wrap .cart-product .name a {
    color: #223741;
    font-size: 16px;
    font-weight: bold; }
  .cart-wrap .cart-product .trash-icon {
    color: #e3145c;
    cursor: pointer; }

.cart-wrap .cart-empty {
  color: #223741;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0; }

.cart-wrap .image-wrap {
  width: 100%;
  height: 70px; }
  .cart-wrap .image-wrap a {
    width: 100%;
    height: 100%; }
    .cart-wrap .image-wrap a img {
      max-width: 100%;
      max-height: 100%; }

.cart-wrap .cart-price {
  min-width: 95px; }

.cart-wrap .cart-quantity {
  width: 60px;
  padding: 0; }

.cookies-box {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1788b0;
  box-shadow: 5px 2px 11px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition-delay: .22s;
  z-index: 9999; }
  .cookies-box.active {
    opacity: 1;
    visibility: visible; }
  .cookies-box__container {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px; }
  .cookies-box__text {
    width: 320px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300;
    color: #fff;
    margin-bottom: 10px; }
  .cookies-box__link {
    display: inline;
    color: #fff;
    text-decoration: underline; }
  .cookies-box__btn {
    width: 120px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #1788b0;
    margin: 0 auto;
    outline: none;
    cursor: pointer;
    transition-duration: .3s; }
    .cookies-box__btn:hover {
      background-color: #e8e8e8; }
    .cookies-box__btn:active, .cookies-box__btn:focus {
      outline: none; }

@media screen and (min-width: 360px) {
  .cookies-box__text {
    width: 100%;
    font-size: 16px; }
  .cookies-box__btn {
    font-size: 16px; } }

@media screen and (min-width: 992px) {
  .cookies-box__container {
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center; }
  .cookies-box__text {
    width: calc(100% - 200px);
    margin-bottom: 0; } }

.requisite {
  position: relative;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border: 1px solid #53bed0;
  border-radius: 6px;
  padding: 15px;
  margin: 30px 0; }
  .requisite__title {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px; }
  .requisite__subtitle {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px; }
  .requisite__box {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
  .requisite__label {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #838383;
    margin-bottom: 5px; }
  .requisite__number {
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .requisite {
    width: 70%; }
    .requisite__title {
      font-size: 20px; } }

@media screen and (min-width: 1200px) {
  .requisite {
    margin-top: 70px;
    width: 650px;
    max-width: 650px; } }

@media screen and (min-width: 1560px) {
  .requisite {
    width: 600px;
    max-width: 600px; } }
