/* font-family: "PlayRegular"; */
@font-face {
  font-family: "PlayRegular";
  src: url("../fonts/PlayRegular/PlayRegular.eot");
  src: url("../fonts/PlayRegular/PlayRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayRegular/PlayRegular.woff") format("woff"), url("../fonts/PlayRegular/PlayRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
/* font-family: "PlayBold"; */
@font-face {
  font-family: "PlayBold";
  src: url("../fonts/PlayBold/PlayBold.eot");
  src: url("../fonts/PlayBold/PlayBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayBold/PlayBold.woff") format("woff"), url("../fonts/PlayBold/PlayBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
/* font-family: "RobotoRegular"; */
@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
/* font-family: "RobotoLight"; */
@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/RobotoLight/RobotoLight.eot");
  src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoLight/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
/* font-family: "RobotoMedium"; */
@font-face {
  font-family: "RobotoMedium";
  src: url("../fonts/RobotoMedium/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
/* font-family: "RobotoBold"; */
@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
body {
  font-family: "RobotoRegular", Arial, san-serif;
  line-height: 1.5em;
  color: #727477; }

h1, h2, h3, .price_total p, h4, h5, h6 {
  text-transform: uppercase;
  color: #2c3e50;
  font-family: "PlayBold", Arial, sans-serif; }
h1 {
    font-size: 1.86em;
	margin-top: 20px;
	margin-bottom: 10px;
    text-transform: none;
}
h1.equipment-title {
	margin: 0 0 20px 30px;
}
h1.catalog-title {
	margin: 0 0 20px 20px;
}

h2 {
  font-size: 1.5em; }

h3, .price_total p {
  font-size: 1.25em; }

h4 {
  font-size: 1.13em; }

.hr {
  border-bottom: 1px solid #ebeef0; }

a {
  font-size: 0.86em;
  outline: 0 !important;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #2c3e50;
  cursor: pointer; }
  a p {
    color: #727477;
    font-size: 1.14em; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #30abfd; }

small, .order-summary p time {
  font-size: 0.69em;
  text-transform: none; }

a small, a .order-summary p time, .order-summary p a time {
  font-size: .84em; }

@media screen and (min-width: 300px) {
  h2 {
    font-size: 1.3em; }

  h3, .price_total p {
    font-size: 1.2em; } }
@media screen and (min-width: 824px) {
  h2 {
    font-size: 1.6em; }

  h3, .price_total p {
    font-size: 1.36em; } }
.light-icon svg {
  fill: white; }

.dark-icon svg {
  fill: #2c3e50; }
.dark-icon:hover svg {
  fill: #30abfd; }

.icon-facebook {
  width: 10px; }
  .icon-facebook:hover svg {
    fill: #30abfd; }

.icon-youtube {
  width: 24px;
  height: 17px; }
  .icon-youtube:hover svg {
    fill: #30abfd; }
.icon-instagram {
  width: 20px;
  height: auto; }
  .icon-instagram:hover svg {
    fill: #30abfd; }
.icon-cart {
  width: 20px; }
  .icon-cart:hover svg {
    fill: #30abfd; }

.icon-search {
  width: 26px;
  height: 26px; }
  .icon-search:hover svg {
    fill: #30abfd; }

.icon-logIn,
.icon-logOut {
  width: 18px;
  height: 26px; }
  .icon-logIn:hover svg,
  .icon-logOut:hover svg {
    fill: #30abfd; }

.icon-popular,
.icon-discount {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 15px;
  z-index: 11;
  background-size: cover;
  display: none; }

.icon-close {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 90%;
  bottom: 90%;
  transform: translateX(-50%) rotate(45deg); }
  .icon-close .line {
    width: 100%;
    height: 2px;
    background: white; }
    .icon-close .line:first-of-type {
      transform: translateY(1px) rotate(90deg); }
  .icon-close:hover {
    cursor: pointer; }

.hamburger {
  display: block;
  outline: none;
  border: none;
  margin-top: 7px;
  padding: 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out; }
  .hamburger:hover {
    cursor: pointer; }
    .hamburger:hover .line {
      background-color: #30abfd; }

.hamburger .line {
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background-color: #2c3e50;
  transition: all 0.3s ease-in-out; }
  .hamburger .line:nth-of-type(2) {
    margin: 6px auto; }

.hamburger.clicked .line {
  opacity: 0;
  width: 27px; }
  .hamburger.clicked .line:first-of-type {
    opacity: 1;
    transform: translateY(6px) rotate(45deg); }
  .hamburger.clicked .line:last-of-type {
    opacity: 1;
    transform: translateY(-10px) rotate(-45deg); }

.icon-arrow-up {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #2c3e50;
  border-bottom: 2px solid #2c3e50;
  transform: rotate(135deg);
  float: right; }

.icon-arrow-down {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #2c3e50;
  border-bottom: 2px solid #2c3e50;
  transform: rotate(-45deg);
  float: right;
  cursor: pointer; }

.icon-delete {
  width: 12px;
  height: 12px;
  display: block;
  transform: rotate(45deg); }
  .icon-delete span {
    display: block;
    width: 12px;
    height: 2px;
    background: #2c3e50; }
    .icon-delete span:last-of-type {
      transform: translateY(-2px) rotate(90deg); }

* {
  box-sizing: border-box; }

html {
  font-size: 1em; }

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px; }

.clear {
  clear: both; }

.container_wrap {
  padding: 40px 0; }

.cover {
  object-fit: cover;
  width: 100%;
  min-height: 480px; }
  .cover__more-btn {
    position: absolute;
    right: 15%;
    bottom: 15%;
    background: #297fb9;
    color: #fff;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 2px;
    z-index: 2;
    display: inline-block;
    box-shadow: 1px 3px 9px #2c3e50;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .cover__more-btn:hover {
      background: #30abfd;
      color: #fff; }
    @media (max-width: 825px) {
      .cover__more-btn {
        right: 50%;
        transform: translateX(50%); } }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.in-stock {
  color: #30abfd;
  text-transform: uppercase;
  font-weight: bold; }

.out-of-stock {
  color: #e74c3c; }

@media screen and (min-width: 824px) {
  .container {
    padding: 0 20px; } }
@media screen and (min-width: 1100px) {
  .container {
    padding: 0 60px; } }
iframe,
img,
table {
  width: 100%; }

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-content {
  position: relative;
  z-index: 10;
  background: #fff; }

.view_btn {
  display: block;
  margin: 0 auto;
  max-width: 270px;
  padding: 15px 30px;
  border-radius: 3px;
  background: #2980b9;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-family: "RobotoBold", Arial, sans-serif; }

.view_btn:hover,
.view_btn:active {
  background: #30abfd;
  color: white; }

.btn_group {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-flow: row nowrap; }

.more_btn, .secondary-btn,
.cart_btn,
.primary-btn {
  width: 50%;
  display: block;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: "RobotoBold", Arial, sans-serif; }

.more_btn, .secondary-btn {
  color: #99a0a3;
  border: 1px solid #99a0a3; }

.more_btn:hover, .secondary-btn:hover,
.more_btn:active,
.secondary-btn:active {
  color: #30abfd;
  border: 2px solid #30abfd;
  padding: 9px; }

.cart_btn, .primary-btn {
  background: #2980b9;
  color: white; }

.cart_btn:hover, .primary-btn:hover,
.cart_btn:active,
.primary-btn:active {
  background: #30abfd;
  color: white; }

.primary-btn {
  width: 100%; }

.secondary-btn {
  width: 100%; }

#carousel_main .owl-nav .owl-next, #carousel_main .owl-nav .owl-prev,
#carousel_product .owl-nav .owl-next,
#carousel_product .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: transparent !important;
  border-right: 4px solid #30abfd;
  border-top: 4px solid #30abfd;
  transition: all 200ms ease;
  font-size: 0;
  box-shadow: inset -3px 3px 3px #297fb9; }
  @media (max-width: 824px) {
    #carousel_main .owl-nav .owl-next, #carousel_main .owl-nav .owl-prev,
    #carousel_product .owl-nav .owl-next,
    #carousel_product .owl-nav .owl-prev {
      width: 30px;
      height: 30px; } }
#carousel_main .owl-nav .owl-next,
#carousel_product .owl-nav .owl-next {
  right: 1%;
  transform: translate3d(0, -100%, 0) rotate(45deg); }
#carousel_main .owl-nav .owl-prev,
#carousel_product .owl-nav .owl-prev {
  left: 1%;
  transform: translate3d(0, -100%, 0) rotate(-135deg); }
#carousel_main .owl-nav .owl-next:hover,
#carousel_product .owl-nav .owl-next:hover {
  border-color: #2980b9;
  transition: all 0.3s ease 0s; }
#carousel_main .owl-nav .owl-prev:hover,
#carousel_product .owl-nav .owl-prev:hover {
  border-color: #2980b9;
  transition: all 0.3s ease 0s; }

#carousel_main .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #30abfd; }

.owl-theme .owl-dots .owl-dot span {
  background: rgba(44, 62, 80, 0.5); }

.item_news {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .item_news:hover .img_news img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .item_news:hover .img_news:after {
    background: none; }
  .item_news:hover h3, .item_news:hover .price_total p, .price_total .item_news:hover p {
    color: #2980b9; }
  .item_news:hover .read-more_btn {
    color: #30abfd; }
    .item_news:hover .read-more_btn:after {
      border-color: #30abfd; }

.block_news {
  width: 100%;
  padding: 0; }

.data_news {
  font-size: 11px;
  display: block; }

.item_news h3, .item_news .price_total p, .price_total .item_news p {
  text-transform: none;
  font-family: "RobotoBold", Arial, sans-serif;
  font-size: 18px;
  margin: 5px 0 15px;
  line-height: 24px;
  transition: .3s ease; }

.img_news {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #99a0a3; }
  .img_news:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(41, 127, 185, 0.25);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

.content_news {
  width: 100%;
  padding-bottom: 20px; }

.img_news img {
  object-fit: cover;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  will-change: transform; }

.text_news {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  max-height: 75px;
  margin: 0 auto 15px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.read-more_btn {
  float: right;
  color: #2c3e50;
  font-family: "RobotoMedium", Arial, sans-serif;
  position: relative; }
  .read-more_btn .more {
    padding-right: 20px; }
  .read-more_btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    top: 50%;
    border-right: 2px solid #2c3e50;
    border-bottom: 2px solid #2c3e50;
    transform: translateY(-50%) rotate(-45deg);
    vertical-align: middle;
    transition: .2s ease; }
  .read-more_btn:hover::after {
    border-color: #30abfd; }

@media (max-width: 768px) {
  .cover {
    object-fit: cover;
    width: 768px;
    min-height: 300px; }

  #carousel_main .owl-dots {
    bottom: 10px; } }
@media (max-width: 480px) {
  .cover {
    object-fit: cover;
    width: 480px;
    height: 300px; }

  .item_news {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px; }

  .content_news {
    max-width: 100%;
    width: 100%; }

  .img_news {
    margin-right: 0;
    margin-bottom: 20px; }

  .img_news img {
    object-fit: cover; } }
input, textarea {
  border: 1px solid #ebeef0;
  padding: 5px 10px;
  font-size: 1em;
  color: #727477; }
  input ::placeholder, textarea ::placeholder {
    color: #99a0a3; }
  input :focus, textarea :focus {
    border: 1px solid #727477; }
  input.error, textarea.error {
    border: 1px solid #e74c3c; }

select {
  /*reset*/
  margin: 0;
  box-sizing: border-box;
  /*syle*/
  background-color: white;
  border: 1px solid #ebeef0;
  display: inline-block;
  padding: 5px 25px 5px 5px;
  /*arrow*/ }

label {
  font-family: "RobotoBold", Arial, sans-serif;
  color: #2c3e50;
  margin-right: 10px; }

input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px #fff; }

header {
  min-height: 63px; }

#header {
  display: none; }

#header_mobile {
  display: block;
  padding: 10px 20px;
  height: 63px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.1); }

#header_mobile > div {
  float: left; }

#header_mobile .header_mobile_block {
  display: flex;
  align-items: center; }
  #header_mobile .header_mobile_block .cart_total {
    font-family: "RobotoMedium", Arial, sans-serif;
    font-size: 12px;
    color: white;
    position: relative;
    text-align: center;
    line-height: 11px; }
    #header_mobile .header_mobile_block .cart_total .quantity {
      background: #e74c3c;
      width: 15px;
      height: 15px;
      padding: 2px;
      border-radius: 100%;
      position: absolute;
      top: -5px;
      right: -8px; }
      #header_mobile .header_mobile_block .cart_total .quantity p {
        color: white; }

#header_mobile .drop_nav {
  float: right; }

.dropdown {
  display: block;
  position: absolute;
  top: 63px;
  left: 0;
  max-height: 0;
  margin-left: -100%;
  opacity: 0;
  transition: .5s ease;
  width: 100%;
  z-index: -10; }
  .dropdown #navsearch {
    width: 100%;
    padding: 5px;
    background: #2980b9; }
  .dropdown #search {
    width: 100%; }
    .dropdown #search div {
      display: inline-block; }
    .dropdown #search .text_field {
      width: 100%;
      background: white;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      padding: 10px 20px; }
      @media (max-width: 824px) {
        .dropdown #search .text_field {
          padding: 7px 10px; } }
    .dropdown #search #search_q {
      width: 100%;
      border: none; }
      .dropdown #search #search_q::placeholder {
        color: #99a0a3; }
    .dropdown #search button[type="submit"] {
      width: 26px;
      height: 26px;
      background: transparent;
      color: rgba(0, 0, 0, 0);
      border: none; }
  .dropdown .dropdown-list {
    padding: 0 10px;
    background: white;
    width: 100%;
    height: calc(100% - 115px);
    min-height: 440px; }
    .dropdown .dropdown-list:first-of-type {
      border-bottom: 5px solid #ebeef0; }
    .dropdown .dropdown-list li {
      border-bottom: 1px solid #ebeef0;
      padding: 20px 10px; }
      @media (max-width: 824px) {
        .dropdown .dropdown-list li {
          padding: 14px 10px; } }
      .dropdown .dropdown-list li:last-of-type {
        border-bottom: none; }
      .dropdown .dropdown-list li a {
        font-family: "RobotoMedium", Arial, sans-serif;
        text-transform: uppercase;
        color: #2c3e50; }
        .dropdown .dropdown-list li a:hover {
          color: #30abfd; }
  .dropdown .dropdown-footer {
    width: 100%;
    background: #ebeef0;
    padding: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 824px) {
      .dropdown .dropdown-footer {
        padding: 15px; } }
    .dropdown .dropdown-footer .social {
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
      .dropdown .dropdown-footer .social .icon-facebook {
        margin-right: 20px; }
    .dropdown .dropdown-footer .language li {
      display: inline-block;
      margin: 0 10px; }
      .dropdown .dropdown-footer .language li a {
        font-family: "RobotoMedium", Arial, sans-serif;
        text-transform: uppercase;
        color: #2c3e50; }
        .dropdown .dropdown-footer .language li a:hover {
          color: #30abfd; }

.dropdown.active {
  opacity: 1;
  z-index: 10;
  min-height: 100vh;
  height: 100%;
  margin-left: 0; }

#header_mobile .logo {
  width: 100%;
  max-width: 140px;
  height: 45px; }

#header_mobile .logo img {
  width: 100%; }

.header_mobile_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 82%; }

.container_wrap {
  padding: 20px; }

@media screen and (min-width: 824px) {
  #header {
    display: block;
    width: 100%; }

  .header-top {
    background-color: #2c3e50; }
    .header-top ul li {
      display: inline-block;
      margin-right: 20px; }
      .header-top ul li:last-of-type {
        margin-right: 0; }

  .header-top > .container {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .header-top-menu {
    flex-grow: 2; }

  .language {
    margin-right: 20px; }

  #header .social {
    margin-left: 20px; }

  .header-top a {
    font-family: "RobotoMedium", Arial, sans-serif;
    color: white; }

  .header-top a:hover,
  .header-top a:active {
    color: #30abfd; }

  .header_middle {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header_middle .logo img {
      max-width: 160px;
      height: auto; }
    .header_middle .phone {
      flex-grow: 2;
      max-width: 360px;
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-end; }
      .header_middle .phone a {
        display: block;
        color: #2c3e50;
        font-family: "RobotoBold", Arial, sans-serif;
        margin: 5px 10px 0 0; }
        .header_middle .phone a:hover {
          color: #30abfd; }
    .header_middle #search {
      flex-grow: 2;
      max-width: 350px;
      min-width: 320px; }
      .header_middle #search .text_field {
        width: 100%;
        background: white;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        padding: 10px 20px;
        border: 1px solid #ebeef0; }
      .header_middle #search #search_q {
        width: 100%;
        border: none; }
        .header_middle #search #search_q::placeholder {
          color: #99a0a3; }
      .header_middle #search button[type="submit"] {
        width: 26px;
        height: 26px;
        background: transparent;
        color: rgba(0, 0, 0, 0);
        border: none; }
    .header_middle .cart_total {
      margin: 0 20px 0 40px;
      font-family: "RobotoMedium", Arial, sans-serif;
      font-size: 12px;
      color: white;
      position: relative;
      text-align: center;
      line-height: 11px; }
      .header_middle .cart_total .quantity {
        background: #e74c3c;
        width: 15px;
        height: 15px;
        padding: 2px;
        border-radius: 100%;
        position: absolute;
        top: -5px;
        right: -8px; }
        .header_middle .cart_total .quantity p {
          color: white; }

  .header_bottom {
    background-color: #2980b9;
    margin-left: -10px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10; }
    .header_bottom ul li {
      display: inline-block;
      padding: 17px 0; }
    .header_bottom a {
      padding: 20px 10px;
      color: #fff;
      font-family: "RobotoMedium", Arial, sans-serif;
      text-transform: uppercase; }
      .header_bottom a:hover, .header_bottom a:focus {
        background: #30abfd; }

  #header_mobile {
    display: none; } }
@media screen and (min-width: 1100px) {
  #header {
    display: block;
    width: 100%; }

  .header-top {
    background-color: #2c3e50; }
    .header-top ul li {
      margin-right: 40px; }

  .header-top > .container {
    padding: 10px 60px; }

  .header-top-menu {
    flex-grow: 2; }

  .language {
    margin-right: 40px; }

  #header .social {
    margin-left: 40px; }

  .header_middle .logo img {
    width: 190px;
    height: auto; }
  .header_middle .phone {
    margin-left: 40px; }
    .header_middle .phone a {
      margin-right: 20px; }
  .header_middle #search {
    min-width: 290px; }

  .header_bottom {
    background-color: #2980b9;
    display: flex;
    align-items: center; }
    .header_bottom ul li {
      display: inline-block;
      padding: 17px 0; }
      .header_bottom ul li:first-of-type {
        margin-left: -20px; }
    .header_bottom a {
      padding: 20px 20px;
      color: #fff;
      text-transform: uppercase; }
      .header_bottom a:hover, .header_bottom a:focus {
        background: #30abfd; } }
.input-border {
  -webkit-box-shadow: 0px 0px 5px #2980b9;
  -moz-box-shadow: 0px 0px 5px #2980b9;
  box-shadow: 0px 0px 5px #2980b9;
  border: 1px solid #96b4d3 !important; }

.footer {
  padding: 20px 0;
  width: 100%;
  background: #2c3e50;
  z-index: 1;
}
  
@media (max-width: 768px) {
	body {
		padding-bottom: 0px;
	}
	.footer {
		position: relative;
	}
}
  .footer a {
    color: white;
    transition: .3s ease; }
    .footer a:hover {
      color: #30abfd; }
  .footer ul li {
    margin-bottom: 8px;
    line-height: 18px; }
    .footer ul li:last-of-type {
      margin-bottom: 0; }

  .footer .contacts .logo img {
    width: 100px;
    height: auto; }
  .footer .contacts .phone {
    margin: 40px 0; }
    @media (max-width: 420px) {
      .footer .contacts .phone {
        margin: 30px 0; } }
  .footer .contacts .social li {
    display: inline-block;
    margin: 0 20px 0 0; }
    @media (max-width: 420px) {
      .footer .contacts .social li {
        margin: 0 10px; } }
  @media (max-width: 420px) {
    .footer .contacts {
      width: 100%;
      text-align: center; } }

  .footer .site-map .categories li:not(:nth-of-type(2)),
  .footer .site-map .catalog li:not(:nth-of-type(2)) {
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}	
  .footer .site-map .legal-info {
    margin-top: 40px; }
    .footer .site-map .legal-info li a {
      font-size: 12px; }
  @media (max-width: 420px) {
    .footer .site-map {
      display: none; } }

.footer .copyright {
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(204, 204, 204, 0.3); }
  .footer .copyright p {
    display: inline-block;
    margin-right: 20px;
    color: white; }
  .footer .copyright a {
    font-size: 12px; }
	
  .footer .footer-title {
	display: block;
    color: white;
    margin-bottom: 10px;
	font-size: 1.13em;
	text-transform: uppercase;
	font-family: "PlayBold", Arial, sans-serif;
	}

@media screen and (min-width: 1100px) {
  .footer {
    padding: 40px 0; }

  .footer .contacts {
    padding-right: 10px; }
    .footer .contacts .logo img {
      width: 175px;
      height: auto; }
    .footer .contacts .phone {
      margin: 40px 0; }
    .footer .contacts .social li {
      display: inline-block;
      margin: 0 20px 0 0; }

  .footer .site-map {
    display: block;
    text-align: left;
    max-height: 280px; }
    .footer .site-map > ul {
      padding: 0 20px;
      overflow-y: hidden; }
      .footer .site-map > ul:last-of-type {
        margin-right: 0; }
    .footer .site-map .categories li:not(:nth-of-type(2)),
    .footer .site-map .catalog li:not(:nth-of-type(2)),
    .footer .site-map .info .footer-title {
      display: block; }
    .footer .site-map .legal-info {
      margin-top: 40px; }
      .footer .site-map .legal-info li a {
        font-size: 12px; } 
}

@media screen and (min-width: 767px) {
	.footer .info {
		float:right;
	}
}

@media screen and (max-width: 768px) {
  .footer .footer-title {
	margin-top: 30px;
	}
}
.item_solution {
  width: 130px;
  border-top: 3px solid transparent;
  padding-top: 20px;
  margin-bottom: 20px; }

.item_solution:hover {
  border-top: 3px solid #30abfd; }

.title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #2c3e50;
  font-size: .81em;
  font-family: "RobotoMedium", Arial, sans-serif; }

.item_solution:hover .title {
  color: #30abfd; }

.item_solution img {
  display: block;
  margin: 0 auto 20px;
  object-fit: cover;
  width: 100%;
  height: auto; }

@media screen and (min-width: 1100px) {
  .item_solution {
    width: 190px; }
    .item_solution img {
      width: 150px;
      height: 150px; }

  .title {
    font-size: .87em; } }
.item_promotional_products,
.item_popular_products {
  position: relative;
  display: flex;
  padding: 0; }
  .item_promotional_products .image-wrap,
  .item_popular_products .image-wrap {
    overflow: hidden;
    position: relative;
    border: 1px solid #99a0a3; }
    .item_promotional_products .image-wrap::after,
    .item_popular_products .image-wrap::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(41, 127, 185, 0.25);
      transition: .3s ease-in-out; }
  .item_promotional_products .item_popular_products_wrap,
  .item_popular_products .item_popular_products_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    margin: 0 10px 40px;
    position: relative;
    box-shadow: 0 0 20px 0 #c4c9cc;
    transition: .3s ease; }
  .item_promotional_products img,
  .item_popular_products img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
    height: auto;
    transition: .2s linear;
    will-change: transform; }
  .item_promotional_products .item-product-title,
  .item_popular_products .item-product-title {
    text-transform: none;
    margin-top: 20px;
    min-height: 51px;
    transition: .2s linear;
    display: flex;
    align-items: center;
	font-size: 1.13em;
	color: #2c3e50;
	line-height: 1.1;
	font-family: "PlayBold", Arial, sans-serif;
	}
  .item_promotional_products:hover .item-product-title,
  .item_popular_products:hover .item-product-title {
    color: #2980b9; }
  .item_promotional_products:hover img,
  .item_popular_products:hover img {
    transform: scale(1.05); }
  .item_promotional_products:hover .item_popular_products_wrap,
  .item_popular_products:hover .item_popular_products_wrap {
    box-shadow: 0px 5px 20px 6px #c4c9cc; }
  .item_promotional_products:hover .image-wrap::after,
  .item_popular_products:hover .image-wrap::after {
    background: none; }

.equip_prod {
  min-height: 200px; }

.title_stock,
.title_stock_out {
  display: block;
  text-transform: uppercase;
  font-family: "RobotoMedium", Arial, sans-serif; }

.title_stock {
  color: #30abfd; }

.title_stock_out {
  color: #e74c3c; }

.title_oldPrice {
  display: block;
  color: #99a0a3;
  font-family: "PlayRegular", Arial, sans-serif;
  text-decoration: line-through;
  margin-top: 10px; }

.title_newPrice, .title_price, .title_price_out {
  display: block;
  font-size: 1.38em;
  color: #1db8aa;
  font-family: "PlayBold", Arial, sans-serif; }

.title_price {
  color: #1db8aa;
  margin-top: 10px; }

.title_price_out {
  color: #99a0a3;
  margin-top: 10px; }

.item_projects {
  width: 32%;
  position: relative; }

.img_projects {
  position: relative; }

.img_projects img {
  max-width: 405px;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative; }

.img_projects h2 {
  position: absolute;
  padding: 0 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-transform: none; }

.item_projects_description {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 0;
  background: #fff;
  color: #30abfd;
  border-top: 3px solid #30abfd;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s; }

.item_projects:hover .item_projects_description {
  opacity: 1; }

.item_projects_description h2 {
  text-transform: none;
  margin-bottom: 20px; }

.item_projects_description > div {
  width: 100%;
  padding: 20px; }

.item_projects_description ul li {
  margin-bottom: 12px;
  margin-left: 18px; }

.sign-in-popup {
  width: 100%;
  height: 100%;
  background-color: #2980b9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }
  .sign-in-popup form {
    width: 90%;
    max-width: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(200px) translateY(-50%);
    background: white;
    padding: 20px;
    transition: transform .5s ease; }
    .sign-in-popup form.active {
      max-width: 400px;
      opacity: 1;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
    .sign-in-popup form input, .sign-in-popup form textarea {
      width: 100%;
      border: 1px solid #ebeef0;
      padding: 10px;
      color: #727477; }
      .sign-in-popup form input::placeholder, .sign-in-popup form textarea::placeholder {
        color: #99a0a3; }
      .sign-in-popup form input:focus, .sign-in-popup form textarea:focus {
        border: 1px solid #99a0a3; }
      .sign-in-popup form input.error, .sign-in-popup form textarea.error {
        border: 1px solid #e74c3c;
        color: #e74c3c; }
  .sign-in-popup .buttons {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    margin-top: 30px; }
  .sign-in-popup .primary-btn {
    order: -1;
    margin-bottom: 20px;
    border: none;
    width: 100%;
    background: #2980b9;
    color: white;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: "RobotoBold", Arial, sans-serif; }
    .sign-in-popup .primary-btn:hover, .sign-in-popup .primary-btn:active {
      background: #30abfd;
      color: white;
      cursor: pointer; }
  .sign-in-popup .secondary-btn {
    width: 100%;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
    background: white;
    text-align: center;
    text-transform: uppercase;
    font-family: "RobotoBold", Arial, sans-serif;
    color: #99a0a3;
    border: 1px solid #99a0a3; }
    .sign-in-popup .secondary-btn:hover, .sign-in-popup .secondary-btn:active {
      color: #30abfd;
      border: 2px solid #30abfd;
      padding: 9px;
      background: white; }
  .sign-in-popup .control-label {
    font-family: "RobotoRegular", Arial, san-serif;
    color: #727477;
    font-size: 1em; }
  .sign-in-popup .form-group {
    margin: 0; }
  .sign-in-popup input.form-control, .sign-in-popup textarea.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 1em;
    line-height: inherit;
    color: #727477;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebeef0;
    border-radius: 0;
    box-shadow: none;
    transition: none; }
    .sign-in-popup input.form-control:focus, .sign-in-popup textarea.form-control:focus {
      box-shadow: none;
      border-color: #727477; }
  .sign-in-popup .has-error .form-control {
    border-color: #e74c3c; }
  .sign-in-popup .has-error .help-block {
    color: .sign-in-popup .has-error .help-block red;
    font-size: 0.75em; }

@media screen and (min-width: 824px) {
  .sign-in-popup form.active {
    max-width: 600px; }
  .sign-in-popup .buttons {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin-top: 40px; }
  .sign-in-popup .primary-btn {
    order: 2; } }
.filters {
  width: 100%;
  background: #ebeef0;
  padding: 30px 20px; }
  .filters .filters-title {
    margin-bottom: 30px;
	font-size: 1.13em;
	text-transform: uppercase;
	color: #2c3e50;
	font-family: "PlayBold", Arial, sans-serif;}
  .filters .sorting {
    width: 100%;
    background: white;
    padding: 20px 20px 0;
    margin-bottom: 30px; }
  .filters .primary-btn {
    margin: 0 auto; }
.side-menu-list {
	float: left;
	width: 320px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
}
.side-menu-list + div {
	float: left;
	width: calc(100% - 320px);
	position: relative;
	min-height: 1px;
	padding-right: 15px;
}
.side-menu-list + div h1{
	margin-top: 20px;
	margin-bottom: 30px;
}
.side-menu-list ul {
	padding: 20px 20px 0 0;
}
.side-menu-list ul li {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 0.81em;
	font-family: "RobotoRegular", Arial, sans-serif;
	color: #2c3e50;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 3px 25px 3px 10px;
	position: relative;
}
.side-menu-list ul li:hover {
	background-color: #ebeef0;
}
.side-menu-list ul li:hover a {
	color: #30abfd;
	text-decoration: none;
}
.side-menu-list ul li i {
	font-size: 12px;
	font-weight: 300;
	color: #2c3e50;
	position: absolute;
	right: 10px;
	top: 9px;
}
.side-menu-list ul li:hover i {
	color: #30abfd;
}
@media screen and (max-width: 824px) {
	.side-menu-list {
		display: none;
	}
	.side-menu-list + div {
		width: 100%;
		padding: 0 20px;
	}	
}
.sorting .switch-title {
  text-transform: none;
  padding-bottom: 20px;
  line-height: 1.1;
  color: #2c3e50;
  font-family: "PlayBold", Arial, sans-serif;}
.sorting ul {
  padding: 20px 0;
  border-top: 1px solid #ebeef0; }
  .sorting ul li {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 0.81em;
    font-family: "RobotoRegular", Arial, sans-serif;
    color: #2c3e50; }
    .sorting ul li span {
      color: #99a0a3; }
      .sorting ul li span:hover {
        color: #2980b9;
        transition: color .3s ease; }
    .sorting ul li .check-field {
      display: inline-block;
      margin-right: 10px;
      width: 16px;
      height: 16px;
      border: 1px solid #ebeef0;
      position: relative; }
      .sorting ul li .check-field:after {
        content: '';
        width: 8px;
        height: 6px;
        border-left: 2px solid #30abfd;
        border-bottom: 2px solid #30abfd;
        transform: rotate(-45deg);
        position: absolute;
        top: 24%;
        left: 25%;
        opacity: 0; }
      .sorting ul li .check-field.active:after {
        opacity: 1; }
    .sorting ul li:hover {
      cursor: pointer; }

.filters .filters-title,
.sorting h5 {
  cursor: pointer; }
  .filters .filters-title .icon-arrow-up,
  .sorting h5 .icon-arrow-up {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #2c3e50;
    border-bottom: 2px solid #2c3e50;
    transform: rotate(135deg);
    float: right; }
  .filters .filters-title:hover .icon-arrow-up,
  .sorting h5:hover .icon-arrow-up {
    border-left: 2px solid #30abfd;
    border-bottom: 2px solid #30abfd; }

.price-range {
  padding: 20px 0 25px;
  border-top: 1px solid #ebeef0; }
  .price-range input, .price-range textarea {
    max-width: 100px;
    display: inline-block; }

.noUi-target {
  background: white;
  border-radius: 0;
  border: 1px solid #ebeef0;
  box-shadow: none;
  margin-top: 20px; }

.noUi-horizontal {
  height: 10px; }

.noUi-connect {
  background: #30abfd;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-horizontal .noUi-handle {
  width: 10px;
  height: 15px;
  left: -5px;
  top: -1px; }

.noUi-handle {
  border: none;
  border-radius: 0;
  background: url("../images/icons/point.png") no-repeat center;
  cursor: pointer;
  box-shadow: none; }
  .noUi-handle:before, .noUi-handle:after {
    display: none; }

.catalog_product .sort {
  display: flex;
  border-top: 1px solid #ebeef0;
  border-bottom: 1px solid #ebeef0;
  padding: 20px;
  margin-bottom: 30px; }
  .catalog_product .sort .sort-title {
	color: #2c3e50;
	font-weight: 600;
    margin-top: 5px;
    margin-right: 40px;
    display: inline-block;
    text-transform: none; }
    @media (max-width: 425px) {
      .catalog_product .sort .sort-title {
        margin-right: 15px; } }
  .catalog_product .sort .sort-dropdown {
    border: 1px solid #ebeef0;
    padding: 5px 10px;
    margin-top: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
    .catalog_product .sort .sort-dropdown p {
      font-size: 0.86em;
      font-family: "RobotoMedium", Arial, sans-serif;
      color: #2c3e50; }
    .catalog_product .sort .sort-dropdown:hover {
      cursor: pointer; }
  .catalog_product .sort .sort-dropdown-list {
    border-left: 1px solid #ebeef0;
    border-right: 1px solid #ebeef0;
    border-bottom: 1px solid #ebeef0;
    padding: 5px 10px; }
    .catalog_product .sort .sort-dropdown-list li {
      font-size: 0.86em;
      color: #99a0a3; }
      .catalog_product .sort .sort-dropdown-list li:hover {
        cursor: pointer;
        color: #727477; }

.sort_list {
  display: flex;
  flex-flow: row wrap;
  width: 350px;
  justify-content: space-between; }
  .sort_list select {
    width: 170px;
    padding: 5px 15px 5px 5px; }
    @media (max-width: 898px) {
      .sort_list select {
        margin-bottom: 5px; } }
  @media (max-width: 898px) {
    .sort_list {
      flex-flow: column wrap;
      width: auto; } }
  @media (max-width: 824px) {
    .sort_list {
      flex-flow: row wrap;
      width: 350px; } }

@media screen and (min-width: 824px) {
  .catalog_product .sort {
    justify-content: flex-end; }
    .catalog_product .sort .sort-title {
      margin-top: 5px;
      margin-right: 20px;
      display: inline-block;
      text-transform: none; }
    .catalog_product .sort .sort_list {
      margin-right: 20px; }
      .catalog_product .sort > div:last-of-type {
        margin-right: 0; }
    .catalog_product .sort .sort-dropdown {
      border: 1px solid #ebeef0;
      padding: 5px 10px;
      margin-top: 10px;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center;
      max-width: 300px; }
      .catalog_product .sort .sort-dropdown p {
        font-size: 0.86em;
        font-family: "RobotoMedium", Arial, sans-serif;
        color: #2c3e50;
        margin-right: 10px; }
    .catalog_product .sort .sort-dropdown-list {
      max-width: 300px;
      border-left: 1px solid #ebeef0;
      border-right: 1px solid #ebeef0;
      border-bottom: 1px solid #ebeef0;
      padding: 5px 10px; }
      .catalog_product .sort .sort-dropdown-list li {
        font-size: 0.86em;
        color: #99a0a3; } }
.breadcrumb {
  width: 100%;
  margin: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  padding: 30px 20px; }
  .breadcrumb a {
    color: #2c3e50; }
    .breadcrumb a:hover {
      color: #30abfd; }
  .breadcrumb li {
    display: inline-block; }
    .breadcrumb li.active {
      font-size: 0.86em; }
  .breadcrumb li + li:before {
    padding: 0 5px;
    color: #2c3e50;
    content: "\203A";
    font-size: 18px;
    display: inline-block; }
  @media (max-width: 990px) {
    .breadcrumb {
      font-size: 15px; } }
  @media (max-width: 425px) {
    .breadcrumb {
      font-size: 13px; } }

.product-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin: 30px 0; }
  .product-carousel .owl-dots .owl-dot {
    display: inline-block; }
    .product-carousel .owl-dots .owl-dot span {
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background: #297fb9;
      opacity: .5; }
    .product-carousel .owl-dots .owl-dot.active span {
      opacity: 1;
      background: #30abfd; }
.product-carousel .carousel-previews {
  width: 100%;
  display: flex; }
  .product-carousel .carousel-previews .preview {
    max-width: 150px;
    padding: 20px;
    border-top: 5px solid transparent; }
    .product-carousel .carousel-previews .preview img {
      width: 100%;
      height: auto; }
    .product-carousel .carousel-previews .preview:hover, .product-carousel .carousel-previews .preview:active {
      border-top: 5px solid #30abfd; }
.product-carousel .cover_product {
  max-height: 460px;
  width: auto !important;
  max-width: 100%;
  margin: 0 auto; }
.product-carousel .owl-stage {
  display: flex;
  align-items: center; }
.product-carousel .owl-nav {
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .product-carousel .owl-nav .owl-prev,
  .product-carousel .owl-nav .owl-next {
    background: #297fb9 !important;
    transition: .2s ease !important; }
    .product-carousel .owl-nav .owl-prev:hover, .product-carousel .owl-nav .owl-prev:focus,
    .product-carousel .owl-nav .owl-next:hover,
    .product-carousel .owl-nav .owl-next:focus {
      background: #30abfd !important; }

.specs-nav {
  border-top: 1px solid #ebeef0; }
  .specs-nav .nav-item {
    border-bottom: 1px solid #ebeef0; }
    .specs-nav .nav-item a {
      display: block;
      text-transform: uppercase;
      color: #2c3e50;
      padding: 20px 0; }

.specs-info-small .hidden-item {
  padding-bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: visibility .1s ease-out, opacity .1s ease-out; }
  .specs-info-small .hidden-item.active {
    padding-bottom: 20px;
    opacity: 1;
    visibility: visible;
    transition: visibility .3s ease-in, opacity .3s ease-in; }

.specs-info {
  display: none; }

.delivery-info {
  display: none; }

.specs-info-small .characteristics dl {
  display: flex;
  flex-flow: row wrap; }
.specs-info-small .characteristics dt {
  width: 60%;
  font-weight: inherit;
  margin-top: 10px;
  font-family: "RobotoMedium", Arial, sans-serif; }
.specs-info-small .characteristics dd {
  margin-top: 10px;
  width: 40%; }
  
a.prominent-link {
	font-size: inherit;
	color: #30abfd;
}

@media screen and (min-width: 1100px) {
  .specs-info-small {
    display: none; }

  .specs-nav {
    display: flex;
    flex-flow: row wrap;
    width: 100%; }
    .specs-nav .nav-item {
      border-bottom: none; }
    .specs-nav .nav-item a {
      padding: 20px; }
      .specs-nav .nav-item a.active {
        color: #30abfd; }

  .specs-info {
    border-top: 1px solid #ebeef0;
    display: block;
    width: 70%;
    padding: 20px 0; }
    .specs-info .hidden-item {
      display: none; }
      .specs-info .hidden-item.active {
        display: block; }
    .specs-info .characteristics dl {
      display: flex;
      flex-flow: row wrap; }
    .specs-info .characteristics dt {
      width: 60%;
      font-weight: inherit;
      margin-top: 5px;
      font-family: "RobotoMedium", Arial, sans-serif; }
    .specs-info .characteristics dd {
      margin-top: 5px;
      width: 40%; }

  .delivery-info {
    display: block;
    width: 30%;
    padding-left: 5%; }
    .delivery-info__title {
      font-size: 1.1em;
      text-transform: none;
      padding-bottom: 7px;
      padding-top: 22px; } }
.pagination {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center; }
  .pagination .icon-double-arrow-left, .pagination .icon-double-arrow-right,
  .pagination .icon-arrow-left,
  .pagination .icon-arrow-right,
  .pagination input,
  .pagination textarea,
  .pagination p,
  .pagination .icon-arrow-right {
    margin-right: 10px; }
  .pagination input, .pagination textarea {
    width: 50px;
    text-align: center; }
  .pagination .icon-double-arrow-left, .pagination .icon-double-arrow-right {
    cursor: pointer;
    margin-top: -5px; }
    .pagination .icon-double-arrow-left span, .pagination .icon-double-arrow-right span {
      width: 8px;
      height: 8px;
      display: inline-block;
      border-bottom: 2px solid #2c3e50;
      border-right: 2px solid #2c3e50;
      transform: rotate(135deg); }
      .pagination .icon-double-arrow-left span:first-of-type, .pagination .icon-double-arrow-right span:first-of-type {
        margin-right: -6px; }
  .pagination .icon-arrow-left, .pagination .icon-arrow-right {
    cursor: pointer;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-bottom: 2px solid #2c3e50;
    border-right: 2px solid #2c3e50;
    transform: rotate(135deg); }
  .pagination .icon-arrow-right {
    transform: rotate(-45deg); }
  .pagination .icon-double-arrow-right span {
    transform: rotate(-45deg); }

.qty-filter {
  text-align: center;
  margin-bottom: 20px; }

.news-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin: 30px 0; }
  .news-carousel .owl-dots .owl-dot {
    display: inline-block; }
    .news-carousel .owl-dots .owl-dot span {
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background: #297fb9;
      opacity: .5; }
    .news-carousel .owl-dots .owl-dot.active span {
      opacity: 1;
      background: #30abfd; }
.news-carousel .carousel-previews {
  display: flex;
  margin-top: 30px;
  justify-content: center; }
  .news-carousel .carousel-previews .preview {
    max-width: 150px;
    padding: 20px;
    border-top: 5px solid transparent; }
    .news-carousel .carousel-previews .preview img {
      width: 100%;
      height: auto; }
    .news-carousel .carousel-previews .preview:hover, .news-carousel .carousel-previews .preview:active {
      border-top: 5px solid #30abfd; }
.news-carousel .cover_news-image {
  max-height: 460px;
  width: auto !important;
  max-width: 100%;
  margin: 0 auto; }
.news-carousel .owl-stage {
  display: flex;
  align-items: center; }
.news-carousel .owl-dots {
  display: none; }
.news-carousel .owl-nav {
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .news-carousel .owl-nav .owl-prev,
  .news-carousel .owl-nav .owl-next {
    background: #297fb9 !important;
    transition: .2s ease !important; }
    .news-carousel .owl-nav .owl-prev:hover, .news-carousel .owl-nav .owl-prev:focus,
    .news-carousel .owl-nav .owl-next:hover,
    .news-carousel .owl-nav .owl-next:focus {
      background: #30abfd !important; }

.item_topic {
  color: #2980b9;
  float: right;
  border-top: 2px solid #2980b9;
  border-bottom: 2px solid #2980b9;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  padding: 0 8px;
  margin-top: 20px; }
@media screen and (max-width: 768px) {
  .item_topic {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 0;
    border-top: 1px solid #2980b9;
    border-bottom: 1px solid #2980b9; } }
.item_topic:hover {
  color: #30abfd;
  border-top: 2px solid #30abfd;
  border-bottom: 2px solid #30abfd;
  transition: all 0.3s ease 0s; }
.item_post-title {
  padding: 40px 0 10px;
  font-size: 1.86em;
  text-transform: none; }
  @media screen and (max-width: 768px) {
    .item_post-title {
      font-size: 1.26em; } }
.item_post-image {
  margin: 20px auto;
  padding: 0 20px;
  max-width: 700px;
  float: none; }
  .item_post-image img {
    width: 100%;
    height: auto; }
.item_post-date {
  color: #b2a7b5; }
.item_post-promo-date {
  padding: 10px 0;
  font-size: smaller; }
.item_post-description {
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 40px; }
.item_post-social {
  padding-top: 30px;
  padding-bottom: 20px;
  color: #2980b9;
  text-align: right; }
  .item_post-social ul li {
    display: inline-block;
    margin: 5px 2px; }
    .item_post-social ul li a i {
      font-size: 20px;
      padding: 3px; }

.popular_solutions,
.popular_products,
.promotional_products,
.popular_news,
.projects,
.our_advantages {
  padding: 30px 0;
  border-bottom: 1px solid #ebeef0; }
  .popular_solutions h2,
  .popular_products h2,
  .promotional_products h2,
  .popular_news h2,
  .projects h2 {
    margin-bottom: 20px; }

.popular_products,
.promotional_products,
.popular_news {
  padding-bottom: 0; }

.popular_solutions .all_solutions {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap; }

.block_promotional_products,
.block_popular_products,
.block_projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  padding: 10px 0 40px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.block_promotional_products .icon-popular {
  display: none; }

.block_promotional_products .icon-discount {
  display: block; }

.block_promotional_products.similar_products .icon-discount {
  display: none; }

.block_popular_products .icon-popular {
  display: block; }

.block_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 40px; }

.item_popular_news {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.item_popular_news_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  margin: 0 10px 40px;
  position: relative;
  box-shadow: 0 0 20px 0 #c4c9cc;
  transition: .3s ease; }
  .item_popular_news_wrap:hover {
    box-shadow: 0 5px 20px 6px #c4c9cc; }

.our_advantages {
	background: #ebeef0;
}
.our_advantages img {
	display: block;
	width: 100%;
	max-width: 80px;
	color: transparent;
	margin: 0 auto;
	transition: transform .2s;
}
.our_advantages p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin: 12px auto 0 auto;
	max-width: 140px;
	min-height: 54px;
	color: #2c3e50;
}
.our_advantages .advantage-item:hover img {
	transform: scale(1.2);
}
.our_advantages .advantage-item:hover p {
	color: #30abfd;
}

@media screen and (min-width: 824px) {
  .popular_solutions,
  .popular_products,
  .promotional_products,
  .popular_news,
  .our_advantages  {
    padding: 30px 0; }
    .popular_solutions h2,
    .popular_products h2,
    .promotional_products h2,
    .popular_news h2 {
      margin-bottom: 40px; }
    .popular_solutions .all_solutions,
    .popular_products .all_solutions,
    .promotional_products .all_solutions,
    .popular_news .all_solutions {
      margin-bottom: 20px; }

  .popular_products,
  .promotional_products,
  .popular_news {
    padding-bottom: 0; } }
/*
#carousel_main {
  box-shadow: 0 -2px 19px #2c3e50; }
*/
  #carousel_main .item {
    display: block;
    position: relative;
	cursor: pointer;}
    #carousel_main .item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -moz-linear-gradient(318deg, rgba(255, 255, 255, 0.1) 0%, rgba(54, 173, 253, 0.15) 97%, rgba(48, 171, 253, 0.15) 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(97%, rgba(54, 173, 253, 0.15)), color-stop(100%, rgba(48, 171, 253, 0.15)));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(318deg, rgba(255, 255, 255, 0.1) 0%, rgba(54, 173, 253, 0.15) 97%, rgba(48, 171, 253, 0.15) 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(318deg, rgba(255, 255, 255, 0.1) 0%, rgba(54, 173, 253, 0.15) 97%, rgba(48, 171, 253, 0.15) 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(318deg, rgba(255, 255, 255, 0.1) 0%, rgba(54, 173, 253, 0.15) 97%, rgba(48, 171, 253, 0.15) 100%);
      /* ie10+ */
      background: linear-gradient(132deg, rgba(255, 255, 255, 0.1) 0%, rgba(54, 173, 253, 0.15) 97%, rgba(48, 171, 253, 0.15) 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#30abfd',GradientType=1 );
      /* ie6-9 */ }

.catalog_product {
  width: 100%; }

.product_gallery {
  width: 100%;
  padding: 0 20px;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap; }
  
 .error_404 {
  width: 100%;
  padding: 0 20px;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 16px;
  display: flex;
  flex-flow: row wrap; }

@media screen and (min-width: 824px) {
  .catalog_product {
    display: flex;
    max-width: 1400px;
    padding: 0;
    margin: 0 auto; }
    .catalog_product .filters {
      width: 25%;
      min-width: 330px; }
    .catalog_product main {
      width: 100%; }
    .catalog_product .item_popular_products .image-wrap {
      overflow: hidden; } }
@media screen and (min-width: 1100px) {
  .catalog_product {
    padding: 0 60px; } }
.product-carousel {
  width: 100%; }
  .product-carousel .carousel-previews {
    display: none; }

.inner-product .product-description {
  width: 100%; }
  .inner-product .product-description h1 {
    text-transform: none;
	font-size: 1.6em;	}
    @media screen and (max-width: 768px) {
      .inner-product .product-description h1 {
        width: 100%;
		font-size: 1.3em;		} }
  .inner-product .product-description p small, .inner-product .product-description .order-summary p time, .order-summary .inner-product .product-description p time {
    text-transform: uppercase;
    display: block; }
  .inner-product .product-description .stock-info {
    margin: 10px 0; }
  .inner-product .product-description .code {
    color: #99a0a3;
    margin-top: -5px; }
  .inner-product .product-description .prices {
    margin: 20px 0; }
    .inner-product .product-description .prices .old-price {
      color: #99a0a3;
      text-decoration: line-through;
      font-family: "PlayRegular", Arial, sans-serif; }
    .inner-product .product-description .prices .sale-price {
      color: #1db8aa;
      font-size: 1.25em;
      font-family: "PlayBold", Arial, sans-serif; }
    .inner-product .product-description .prices .diff-price {
      color: #1e887e;
      font-size: 1em;
      font-family: "PlayBold", Arial, sans-serif; }
    .inner-product .product-description .prices .price {
      color: #1db8aa;
      font-size: 1.25em;
      font-family: "PlayBold", Arial, sans-serif; }
  @media screen and (max-width: 768px) {
    .inner-product .product-description .cart_btn, .inner-product .product-description .primary-btn {
      width: 100%; } }
  .inner-product .product-description .primary-btn {
    max-width: 320px; }
  .inner-product .product-description .icons {
    margin: 20px 0; }
    .inner-product .product-description .icons .icon-facebook {
      display: inline-block;
      width: 9px;
      height: 18px;
      margin-right: 10px; }
    .inner-product .product-description .icons .icon-delivery {
      display: inline-block;
      width: 20px;
      height: 14px;
      margin-right: 10px; }
    .inner-product .product-description .icons small, .inner-product .product-description .icons .order-summary p time, .order-summary p .inner-product .product-description .icons time {
      display: inline-block;
      color: #2c3e50;
      font-size: 0.81em;
      text-transform: uppercase;
      font-family: "RobotoMedium", Arial, sans-serif; }
    .inner-product .product-description .icons a {
      display: inline-block; }
    .inner-product .product-description .icons a:hover .icon-facebook svg,
    .inner-product .product-description .icons a:hover .icon-delivery .cls-1 {
      fill: #30abfd; }
    .inner-product .product-description .icons a:hover small, .inner-product .product-description .icons a:hover .order-summary p time, .order-summary p .inner-product .product-description .icons a:hover time {
      color: #30abfd; }

.product-specs {
  margin-top: 30px; }

@media screen and (min-width: 1100px) {
  .inner-product {
    display: flex; }

  .product-carousel {
    width: 100%;
    max-width: 800px;
    margin-right: 30px; }
    .product-carousel .owl-carousel {
      width: 100%; }
    .product-carousel .owl-item {
      width: 840px;
      max-width: 840px; }
    .product-carousel .owl-dots {
      display: none; }
    .product-carousel .carousel-previews {
      display: flex;
      margin-top: 30px; }

  .product-specs {
    margin-top: 40px; } }
.block_cart {
  margin: 30px 0; }

.title_cart {
  display: none; }

.cart_item {
  display: flex;
  flex-flow: column nowrap;
  padding: 30px 0;
  border-bottom: 1px solid #ebeef0; }
  .cart_item img {
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .cart_item .product_about {
    margin: 20px 5px; }
  .cart_item small, .cart_item .order-summary p time, .order-summary p .cart_item time {
    text-transform: uppercase;
    color: #99a0a3;
    font-family: "RobotoMedium", Arial, sans-serif; }

.product_amt,
.product_price,
.product_priceTotal,
.product_remove {
  margin-top: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline; }

.product_amt input, .product_amt textarea {
  max-width: 50px; }

.price_total {
  margin-top: 30px; }
  .price_total p {
    text-transform: none; }

.block_cart .buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }
  .block_cart .buttons .primary-btn,
  .block_cart .buttons .secondary-btn {
    margin-top: 20px;
    max-width: 250px; }

@media screen and (min-width: 824px) {
  .block_cart {
    margin: 40px 0; }

  .title_cart {
    display: flex;
    justify-content: space-between;
    background: #ebeef0;
    padding: 10px 0;
    text-align: center; }
    .title_cart p {
      width: 16%; }
    .title_cart p:first-of-type {
      width: 36%; }
    .title_cart small, .title_cart .order-summary p time, .order-summary p .title_cart time {
      text-transform: uppercase;
      color: #99a0a3; }

  .cart_item {
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 40px 0; }
    .cart_item > a {
      width: 36%;
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start; }
    .cart_item img {
      max-width: 100px;
      width: 100%;
      float: left;
      margin-right: 10px;
      object-fit: cover; }

  .title_cart_item_mobile {
    display: none; }

  .product_amt,
  .product_price,
  .product_priceTotal,
  .product_remove {
    width: 15%;
    margin-top: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center; }

  .price_total {
    margin-top: 40px;
    text-align: right; }

  .block_cart .buttons {
    justify-content: flex-end; } }
.news {
  max-width: 1400px;
  display: flex;
  flex-flow: column nowrap; }
  .news aside {
    width: 100%;
    background: #ebeef0;
    padding: 20px; }
  .news main h2 {
    margin: 30px 20px 0;
    text-transform: none; }

.side-menu a,
.news-time-filter a {
  text-transform: uppercase;
  font-family: "RobotoMedium", Arial, sans-serif; }

.news-time-filter {
  margin-top: 30px;
  padding: 10px 20px;
  border-top: 1px solid #ebeef0;
  border-bottom: 1px solid #ebeef0; }
  .news-time-filter li {
    display: inline-block;
    margin-right: 40px; }

.news-card {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-top: 30px;
  padding: 15px;
  box-shadow: 0 7px 60px rgba(44, 62, 80, 0.1);
  transition: .3s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .news-card:hover {
    box-shadow: 0 7px 60px rgba(44, 62, 80, 0.2); }

.news-image {
  width: 100%; }

.news-img {
  width: 100%;
  height: auto;
  max-width: 220px; }

.news-desc {
  width: 100%; }
  .news-desc small, .news-desc .order-summary p time, .order-summary p .news-desc time {
    color: #99a0a3; }
  .news-desc p {
    margin: 10px 0; }
  .news-desc .more-btn {
    display: inline-block;
    float: right;
    font-family: "RobotoMedium", Arial, sans-serif;
    padding: 10px 15px;
    position: relative; }
    .news-desc .more-btn:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      width: 6px;
      height: 6px;
      margin: 0 10px;
      border-right: 2px solid #2c3e50;
      border-bottom: 2px solid #2c3e50;
      transform: rotate(-45deg) translateY(-50%);
      vertical-align: middle; }
  .news-desc:hover .more-btn:after {
    border-right: 2px solid #30abfd;
    border-bottom: 2px solid #30abfd; }

.news footer {
  margin-top: 30px;
  padding: 30px 20px;
  border-top: 1px solid #ebeef0; }

@media screen and (min-width: 1100px) {
  .news {
    flex-flow: row nowrap; }
    .news aside {
      width: 25%;
      min-width: 330px;
      padding: 40px 30px; }
    .news_main-news {
      width: 75%;
      padding: 0 30px; }
      .news_main-news h2 {
        margin: 40px 0 0; }

  .news-time-filter {
    margin-top: 40px;
    padding: 20px 0; }

  .news-card {
    flex-flow: row nowrap;
    margin-top: 40px; }

  .news-desc {
    margin-left: 30px; }

  .news-image {
    width: 30%; }

  .news footer {
    margin-top: 40px;
    padding: 40px 0;
    flex-flow: row nowrap;
    justify-content: center; } }
.payment h2 {
  text-align: center; }

.payment-form {
  width: 100%;
  margin-top: 30px; }
  .payment-form label,
  .payment-form input,
  .payment-form textarea,
  .payment-form textarea {
    display: block;
    width: 100%; }
  .payment-form label {
    font-family: "RobotoRegular", Arial, san-serif;
    color: #727477; }
    .payment-form label span {
      color: #e74c3c; }
  .payment-form input, .payment-form textarea,
  .payment-form textarea {
    margin-bottom: 20px; }
  .payment-form .primary-btn {
    margin: 30px auto;
    max-width: 350px; }

@media screen and (min-width: 824px) {
  .payment-form {
    max-width: 800px;
    margin: 40px auto; }
    .payment-form > div {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      .payment-form > div div {
        width: 45%; }
    .payment-form > div:first-of-type {
      border-bottom: 1px solid #ebeef0;
      margin-bottom: 20px; } }
.account {
  max-width: 1400px;
  margin: 0 auto; }
  .account main h2 {
    padding: 30px 20px 0; }

.order-summary {
  padding: 20px;
  background: #ebeef0;
  position: relative;
  cursor: pointer; }
  .order-summary h4 {
    margin-top: -5px;
    text-transform: none; }
  .order-summary p time {
    font-family: "RobotoMedium", Arial, sans-serif;
    color: #99a0a3; }
  .order-summary .status-done {
    color: #30abfd;
    text-transform: uppercase;
    font-family: "RobotoMedium", Arial, sans-serif; }
  .order-summary p {
    margin-top: -5px; }
  .order-summary .icon-arrow-down {
    position: absolute;
    top: calc(50% - 5px);
    right: 20px; }

.order {
  margin: 30px 0; }
  .order header {
    display: none; }
  .order ul {
    padding: 0 20px; }
    .order ul li {
      border-bottom: 1px solid #ebeef0;
      padding: 10px 0; }
    .order ul div {
      margin: 10px 0; }
    .order ul li > div {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: baseline; }
  .order small, .order .order-summary p time, .order-summary p .order time {
    color: #99a0a3;
    font-family: "RobotoMedium", Arial, sans-serif;
    text-transform: uppercase; }
  .order ul li a img {
    width: 100%;
    max-width: 300px;
    height: auto; }
  .order ul li a div h5 {
    margin-bottom: -5px; }
  .order footer {
    margin: 30px 20px; }
    .order footer p {
      font-family: "PlayBold", Arial, sans-serif;
      font-size: 1.25em;
      color: #2c3e50; }

.account aside {
  width: 100%; }
  .account aside div {
    padding: 30px 20px;
    background: #ebeef0; }
    .account aside div h3, .account aside div .price_total p, .price_total .account aside div p {
      margin-bottom: 20px; }
    .account aside div .primary-btn {
      margin-top: 30px; }

@media screen and (min-width: 824px) {
  .account {
    display: flex;
    flex-flow: row nowrap; }
    .account main {
      margin-right: 30px;
      width: 75%; }
      .account main h2 {
        padding: 40px 20px 0; }

  .order {
    margin: 40px 0; }

  .order header {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    padding: 20px;
    border-bottom: 1px solid #ebeef0; }
    .order header small, .order header .order-summary p time, .order-summary p .order header time {
      display: block;
      width: 20%;
      margin: 0 30px 0 0;
      text-align: center; }
      .order header small:first-of-type, .order header .order-summary p time:first-of-type, .order-summary p .order header time:first-of-type {
        width: 40%; }
      .order header small:last-of-type, .order header .order-summary p time:last-of-type, .order-summary p .order header time:last-of-type {
        margin: 0; }

  .order-summary {
    display: flex;
    flex-flow: row nowrap; }
    .order-summary h4 {
      margin: 0 40px 0 0;
      order: -1; }
    .order-summary p time {
      margin: 0 40px 0 0; }
    .order-summary p {
      margin-top: 0; }

  .order ul li {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
    .order ul li > div small, .order ul li > div .order-summary p time, .order-summary p .order ul li > div time {
      display: none; }
    .order ul li a {
      width: 40%;
      margin-right: 30px;
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
      .order ul li a img {
        max-width: 250px;
        margin: 0 30px 0 0; }
    .order ul li > div {
      width: 20%;
      margin: 0 30px 0 0; }
      .order ul li > div p {
        width: 100%;
        text-align: center; }
      .order ul li > div:last-of-type {
        margin-right: 0; }

  .order footer {
    text-align: right; }

  .account aside {
    width: 25%;
    margin: 40px 0; } }
.static {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }
  .static aside {
    display: none; }
  .static main {
    padding: 0 20px; }
    .static main h2 {
      margin: 0 0 30px 0; }
    .static main p:first-of-type,
    .static main p + p {
      margin-bottom: 20px; }

@media screen and (min-width: 824px) {
  .static {
    display: flex;
    flex-flow: row wrap; }
    .static aside {
      display: block;
      width: 25%; }
      .static aside .icon-delivery {
        width: 100%; }
        .static aside .icon-delivery svg {
          fill: #ebeef0; }
    .static main {
      width: 75%;
      padding: 0 30px; }
      .static main h2 {
        margin: 20px 0 40px 0; } }
.solution_desc {
  padding-top: 40px;
  border-top: 1px solid #eee; }

.solution-inner {
  padding-top: 40px; }
  .solution-inner h2 {
    padding-bottom: 20px; }
  .solution-inner .icons {
    margin-top: 20px;
    display: inline-block;
    cursor: pointer; }
    .solution-inner .icons:hover svg {
      fill: #30abfd; }
    .solution-inner .icons:hover small, .solution-inner .icons:hover .order-summary p time, .order-summary p .solution-inner .icons:hover time {
      color: #30abfd; }
  .solution-inner .icons .icon-facebook {
    display: inline-block;
    width: 9px;
    height: 18px;
    margin-right: 10px; }
  .solution-inner .icons small, .solution-inner .icons .order-summary p time, .order-summary p .solution-inner .icons time {
    display: inline-block;
    color: #2c3e50;
    font-size: 0.81em;
    text-transform: uppercase;
    font-family: "RobotoMedium", Arial, sans-serif;
    transition: 0.2s ease; }

@media screen and (min-width: 1100px) {
  .solution-inner {
    padding-top: 0; } }

.dialog-modal {
    display: none;
    height: auto;
    max-height: none;
}

.dialog-modal.open {
    display: block;
}

.dialog-modal.open .dialog-shadow {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	outline: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	background: rgba(0, 0, 0, 0.5);
}

.dialog-modal .dialog-header {
	min-height: 57px;
	color: #fff;
	font-weight: 500;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #2c3e50;
}
.dialog-modal .dialog-header h4 {
	color: #fff;
	font-size: 16px;
	margin: 0;
	line-height: 26px;
}
.dialog-modal .dialog-header .close {
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	opacity: 1;
}
	
.dialog-modal .dialog-body  {
	padding: 8px 20px 23px 20px;
	background-color: #fff;
}

.dialog-modal .dialog-body.loading {
	position: relative;
	min-height: 120px;
}

.dialog-modal .dialog-body.loading > * {
	visibility: hidden;
}
.dialog-modal .dialog-footer  {
	padding: 8px 20px;
	background-color: #E4F1FE
}

.dialog-modal .dialog-body button  {
	width: 100%;
	padding: 12px 18px;
	margin: 0 0 15px 0;
}

.dialog-modal .dialog-footer button  {
	min-width: 150px;
	padding: 12px 18px;
	
}
.dialog-modal .dialog-container .dialog-brand {
	display: block;
	width: 100%;
	max-width: 210px;
	min-height: 30px;
	margin: 0 auto 15px auto;
	background-image: url(../img/logo-dark.svg);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.dialog-modal .dialog-container .dialog-nav {
	display: block;
	width: 100%;
	margin: 0 auto 15px auto;
	text-align: center;
}

.dialog-modal .dialog-container form {
	max-width: 420px;
	padding: 20px 0;
	margin: 0 auto;
}
.dialog-modal .dialog-body .dialog-loader {
	display: none;
	width: 100%;
	line-height: 20px;
    text-align: center;
}
.dialog-modal .dialog-body.loading > .dialog-loader {
	display: block;
	position: absolute;
	top: 45%;
	visibility: visible;
}
.dialog-modal .dialog-body.loading .dialog-loader > span {
	display: inline-block;
	text-align: center;
	line-height: inherit;
}
.dialog-modal .dialog-body .dialog-loader > span > i {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
    border: 4px double;
    border-radius: 50%;
    border-color: transparent rgba(41, 128, 185, .9) rgba(41, 128, 185, .9);
    animation: cssload-spin 690ms infinite linear;
    -o-animation: cssload-spin 690ms infinite linear;
    -ms-animation: cssload-spin 690ms infinite linear;
    -webkit-animation: cssload-spin 690ms infinite linear;
    -moz-animation: cssload-spin 690ms infinite linear;
    background-image: none
}
.dialog-modal .dialog-body .dialog-loader > span > i ::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    margin: 2px 0 0 0;
    background: 0 0;
    background-size: contain
}
@keyframes cssload-spin {
    to {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes cssload-spin {
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes cssload-spin {
    to {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes cssload-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes cssload-spin {
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.overflow::after,.overflow::before {
    display: table;
    content: " ";
    box-sizing: border-box
}

.overflow::after {
    clear: both
}
.cart-item-wrapper {
    position: relative;
    border: 1px solid #eaedf2;
    padding: 7px;
    margin: 0 0 12px 0
}

.cart-item-wrapper .item-image {
    position: relative;
    float: left;
    width: 30%;
    max-height: 90px;
    overflow: hidden
}

.cart-item-wrapper .item-image img {
	width: auto;
	height: 100%;
	max-height: 90px;
}

.cart-item-wrapper .item-details {
    float: left;
    padding: 0 0 0 15px;
    width: 70%
}

.cart-item-wrapper .item-name {
    display: block;
	color: #2c3e50;
    max-width: calc(100% - 25px);
    height: 45px;
    padding: 10px 0 5px 0;
    font-size: 13px;
    font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    line-height: 20px
}

.cart-item-wrapper .item-remove {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    color: #9199a9;
    border-radius: 15px;
    text-decoration: none;
    background-color: #fff;
    z-index: 2;
	transform: rotate(45deg);
}

.cart-item-wrapper .item-remove:hover {
    background-color: #e1e7ed
}

.cart-item-wrapper .item-remove span {
    display: block;
    width: 12px;
    height: 2px;
    background: #2c3e50;
    position: absolute;
	left: 7px;
	top: 12px;
}

.cart-item-wrapper .item-remove span:last-of-type {
    transform: translateY(-2px) rotate(90deg);
	left: 7px;
	top: 14px;
}

.cart-item-wrapper .item-control {
    position: relative
}

.cart-item-wrapper .item-quantity {
    display: inline-block;
    float: left;
    width: 100%;
    max-width: 60%;
    min-height: 40px;
    padding: 5px 0 0 0
}

.cart-item-wrapper .item-quantity .input-group {
    max-width: 100px
}

.cart-items-form .form-control {
	border-radius: 0px;
}

.cart-item-wrapper .item-quantity .form-control {
    height: 34px;
    padding: 6px 8px;
    font-size: 14px;
    text-align: center;
    line-height: 1.42857143;
    border-color: #99a0a3;
	border-left: none;
	border-right: none;
}

.cart-item-wrapper .item-quantity .input-group-btn:first-child>.btn,
.cart-item-wrapper .item-quantity .input-group-btn:last-child>.btn,
.cart-item-wrapper .item-quantity .input-group-btn:last-child>.btn:not(:last-child),
.cart-item-wrapper .item-quantity .input-group-btn:first-child>.btn:not(:first-child) {
	margin: 0;
    border-radius: 0;
    background-color: #fff;
    border-color: #99a0a3;
    background-image: none
}

.cart-item-wrapper .item-quantity .input-group-btn:first-child>.btn,
.cart-item-wrapper .item-quantity .input-group-btn:last-child>.btn:not(:last-child) {
    padding: 6px 9px 6px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.cart-item-wrapper .item-quantity .input-group-btn:last-child>.btn,
.cart-item-wrapper .item-quantity .input-group-btn:first-child>.btn:not(:first-child) {
    padding: 6px 10px 6px 9px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.cart-item-wrapper .item-quantity .input-group-btn:hover>.btn {
    background-color: #ecf1f7
}

.cart-item-wrapper .item-quantity .icon-minus,
.cart-item-wrapper .item-quantity .icon-plus {
	font-style: normal;
	font-size: 15px;
	line-height: 15px;
	color: #30abfd;
    display: inline-block;
    width: 11px;
    height: 14px;
}

.cart-item-wrapper .item-quantity .icon-minus {

}

.cart-item-wrapper .item-quantity .icon-plus {

}

.cart-item-wrapper .item-price {
    display: inline-block;
    float: left;
    width: 100%;
    max-width: 40%;
    min-height: 40px;
    padding: 5px 0 0 0
}

.cart-item-wrapper .item-price .item-price-number,
.cart-item-wrapper .item-price .item-price-currency {
    display: inline-block;
    line-height: 20px;
    color: #1db8aa;
    font-size: 18px;
    font-weight: 600
}

.cart-item-wrapper .item-price .available {
    display: block;
    line-height: 15px;
    font-size: 12px;
    font-weight: 300;
	text-transform: uppercase;
}

.cart-item-wrapper .item-price .available.outofstock {
	color: #f48043
}

.cart-item-wrapper .item-price .available.instock {
	color: #30abfd;
}

.cart-items-good .cart-summ {
    color: #939aac;
    padding: 10px 0;
    font-size: 14px;
    text-align: right
}

.cart-items-good .cart-summ .cart-summ-number {
    color: #26272c;
    font-size: 27px;
    font-weight: 700
}

.cart-items-good .cart-summ .cart-summ-currency {
    color: #26272c;
    font-size: 16px;
    vertical-align: top;
    font-weight: 600
}

.cart-items-form {
    counter-reset: section-count
}

.cart-items-form .info-section {
    margin: 0 0 30px 0
}

.cart-items-form .info-section .info-section-title {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 0 0 45px;
    margin: 0 0 20px 0
}

.cart-items-form .info-section .info-section-title::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    background-color: #edf0f5
}

.cart-items-form .info-section .info-section-title::before {
    position: absolute;
    width: 30px;
    left: 0;
    font-size: 16px;
    color: #0e5e8f;
    text-align: center;
    content: counter(section-count);
    counter-increment: section-count;
    z-index: 1
}

.cart-items-form .cart-form-actions {
	text-align: center;
}

.cart-items-form .cart-form-actions .btn {
	width: 100%;
	padding: 10px;
	text-align: center;
	color: #99a0a3;
	border-radius: 0;
	border: 1px solid #99a0a3;
	text-transform: uppercase;
}

.cart-items-form .cart-form-actions .btn.cart-form-submit {
	color: #fff;
	background: #2980b9;
	border: 1px solid #2980b9;
}

.cart-items-form .cart-form-actions .btn:hover,
.cart-items-form .cart-form-actions .btn:active {
    color: #30abfd;
	border: 1px solid #30abfd;
	background-color: #fff;
}

.cart-items-form .cart-form-actions .btn.cart-form-submit:hover,
.cart-items-form .cart-form-actions .btn.cart-form-submit:active {
	color: #fff;
    background-color: #30abfd;
}

.cart-items-form .form-horizontal .control-label {
	margin: 0;
	font-size: 13px;
    font-weight: 400;
	text-align: left;
    padding: 6px 15px;
    line-height: 22px;
}

.cart-items-form .radio-inline {
    margin: 0 0 10px 0
}

.cart-items-form .radio-inline label {
    color: #929aa7
}

.cart-items-form .radio-inline input[type=radio]:checked+label {
    color: #26272c
}

.cart-items-form .radio-inline label::before {
    width: 20px;
    height: 20px
}

.cart-items-form .radio-inline label::after {
    width: 14px;
    height: 14px
}

.cart-items-form .radio-inline+.radio-inline {
    margin-left: 20px
}

.cart-items-empty {
    min-height: 200px;
    min-height: 25vh;
    line-height: 200px;
    line-height: 25vh;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.cart-items-send {
	position: relative;
    height: 200px;
    height: 25vh;
    line-height: 200px;
    line-height: 25vh;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.cart-items-send p {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
}

.cart-form-error {
	color: #a94442;
	font-size: 15px;
	text-align: center;
}

.cart-form-error p {
	margin-bottom: 15px;
}

.container.content-text {
    width: 100%;
    padding: 0 30px;
    max-width: 1440px;
    margin: 0 auto;
}

.content-text-container.always {
	font-size: 14px;
	line-height: 1.42857143;
}

.readable-text p {
	margin: 0 0 10px;
	font-size: inherit;
}

.readable-text ol,
.readable-text ul {
	font-size: inherit;
	padding-left: 30px;
	margin-bottom: 10px;
}

.readable-text ol{
	list-style-type: decimal;
}

.readable-text ul {
	font-size: inherit;
	padding-left: 40px;
	list-style-type: disc;
}

.readable-text ol > li,
.readable-text ul > li {
	font-size: inherit;
}

.readable-text a {
	font-size: inherit;
}

.content-text-container.short {
    position: relative;
    margin: 0 0 10px 0;
}

.content-text-container.always.short {
    max-height: 200px;
    overflow: hidden;
}

.content-text-container.always.short::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
    background-image: -moz-linear-gradient(top,rgba(255,255,255,0),#fff);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0),#fff);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
}
.content-text-show {
	display: block;
    visibility: hidden;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}
.content-text-container.always.short ~ .content-text-show {
	visibility: visible;
}

@media (min-width:768px) {
	.dialog-modal .dialog-container {
		max-width: 1140px;
		margin: 30px auto;
	}
	
	.dialog-modal .dialog-footer .row > div:nth-child(1)  {
		text-align: left;
	}
	
	.dialog-modal .dialog-footer .row > div:nth-child(2)  {
		text-align: right;
	}
	
	.cart-items-form .cart-form-actions .btn {
		float: right;
		max-width: 50%;
	}

	.cart-items-form .cart-form-actions .btn.cart-form-submit {
		float: left;
	}
}
@media (min-width:768px) and (max-height:768px) {
	.dialog-modal .dialog-container {
		margin: 5px auto;
	}
}
@media (max-width:767px) {
	.dialog-modal {
		min-height: 640px;
		min-height: 100vh;
	}
		
	.dialog-modal .dialog-body.white  {
		padding: 0;
		background-color: #fff;
	}
	
	.dialog-modal .dialog-container {
		overflow-y: auto;
		overflow-x: hidden;
		height: 100vh;
	}
	
	.dialog-modal .dialog-container form.settings-form {
		padding: 0 10px 10px 10px;
	}

	.dialog-modal .dialog-container .dialog-body {
		height: auto;
		max-height: none;
		min-height: 640px;
		min-height: 100vh;
		padding-left: 10px;
		padding-right: 10px;
	}
	.dialog-modal .dialog-container .dialog-body.loading {
		max-height: 640px;
		max-height: 100%;
		max-height: 100vh;
	}
	.cart-items-form .cart-form-actions .btn.cart-form-submit {
		margin-bottom: 20px;
	}
	.cart-item-wrapper .item-image {
		width: 25%;
		max-height: 90px;
	}
	.cart-item-wrapper .item-details {
		width: 75%;
	}
	.cart-items-form .info-section .info-section-title {
		display: none;
	}
}
@media screen and (max-width: 1099px) {
	.header_bottom ul li:last-of-type {
		display: none;
	}	
}
/*# sourceMappingURL=style.css.map */


.avexpert-message {
 z-index:15151;
 right:50px;
 bottom:25px;
 position:fixed!important;
 width:70px;
 height: 70px;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}

.avexpert-message .avexpert-message-button {
 width:70px;
 position:absolute;
 height:70px;
 background-color:#2980b9;
 border-radius:50px;
 box-sizing:border-box;
 display:flex;
 align-items:center;
 justify-content:center;
 cursor:pointer
}
.avexpert-message .avexpert-message-button .static-message {
 position:absolute;
 -webkit-animation: show-stat 6s infinite;
 animation:show-stat 6s infinite;
 display:flex;
 flex-direction:column;
 justify-content:center;
 align-items:center
}
.avexpert-message .avexpert-message-button .static-message img {
 display:inline;
 max-width: 20px;
}
.avexpert-message .avexpert-message-button p {
 color:#fff;
 font-weight:400;
 font-size:13px;
 line-height:11px;
 margin:0;
}
.avexpert-message .avexpert-message-button .pulsation {
 width:84px;
 height:84px;
 background-color:#2980b9;
 border-radius:50px;
 position:absolute;
 left:-7px;
 top:-7px;
 z-index:-1;
 transform:scale(0);
 -webkit-animation:pulse 2s infinite;
 animation:pulse 2s infinite
}
.avexpert-message .avexpert-message-button .pulsation:nth-of-type(2n) {
 -webkit-animation-delay:.5s;
 animation-delay:.5s
}
.avexpert-message.open .pulsation {
 -webkit-animation:none;
 animation:none
}
.avexpert-message .close,
.avexpert-message .icons,
.avexpert-message .static-message {
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}
.avexpert-message .avexpert-message-button .icons {
 background-color:#fff;
 width:44px;
 height:44px;
 border-radius:50px;
 position:absolute;
 overflow:hidden;
 -webkit-animation:show-icons 6s infinite;
 animation:show-icons 6s infinite
}
.avexpert-message .icons-line {
 top:10px;
 left:12px;
 height:24px;
 display:flex;
 position:absolute;
 -webkit-animation:icon-change 6s infinite;
 animation:icon-change 6s infinite;
 transition:cubic-bezier(.13,1.49,.14,-.4);
 -webkit-animation-delay:0s;
 animation-delay:0s;
 transform:translateX(30px)
}
.avexpert-message .icons-line.stop {
 -webkit-animation-play-state:paused;
 animation-play-state:paused
}
.avexpert-message .icons-line img {
width: 24px;
height: 24px;
 margin-right:50px;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}
.avexpert-message.open .icons,
.avexpert-message.open .static-message {
 display:none
}
@keyframes pulse {
 0% {
  transform:scale(0);
  opacity:1
 }
 50% {
  opacity:.5
 }
 to {
  transform:scale(1);
  opacity:0
 }
}
@keyframes show-stat {
 0%,
 20% {
  transform:scale(1)
 }
 21%,
 84% {
  transform:scale(0)
 }
 85%,
 to {
  transform:scale(1)
 }
}
@keyframes show-icons {
 0%,
 20% {
  transform:scale(0)
 }
 21%,
 84% {
 transform:scale(1)
 }
 85%,
 to {
  transform:scale(0)
 }
}
@keyframes icon-change {
 0%,5% {
  transform:translateX(30px);
 }
 10%,25% {
  transform:translateX(0);
 }
 30%,40% {
  transform:translateX(-76px);
 }
 45%,55% {
  transform:translateX(-150px);
 }
 60%,70% {
  transform:translateX(-224px);
 }
 75%,85% {
  transform:translateX(-298px);
 }
 90%,to {
  transform:translateX(-480px);
  transform:translateX(-370px);
 }
}
.avexpert-message .icons .icon:first-of-type {
 margin-left:0
}
.avexpert-message .close {
	display: none;
}
.avexpert-message.open .close {
display: block;
position: absolute;
top: 28%;
left: 39%;
color: #fff;
opacity: 1;
font-size: 28px;
font-weight: 400;
}
.avexpert-message.open .close img {
 transform:rotate(0) scale(1)
}
.avexpert-message .messangers-block {
 width:235px;
 height:330px;
 background-image: url('../images/icons/contact-background.svg');
 background-size: contain;
 background-repeat: no-repeat;
 background-position: 50% center;
 position:absolute;
 bottom:60px;
 left:-150px;
 display:flex;
 flex-direction:column;
 align-items:flex-start;
 padding-left:30px;
 padding-top:14px;
 box-sizing:border-box;
 border-radius:7px;
 transform-origin:80% 105%;
 transform:scale(0);
 transition:all .12s ease-out;
 z-index:9
}
.avexpert-message.open .messangers-block {
 transform:scale(1)
}
.avexpert-message .messanger-item {
 align-items:center;
 margin:8px 0;
 cursor:pointer;
 text-decoration:none
}
.avexpert-message .messanger-item:before {
content:"";
display:block;
width:40px;
height:40px;
border-radius:50px;
margin-right:10px;
float: left;
}
.avexpert-message .messanger-item p {
margin:0;
font-size:14px;
color:rgba(0,0,0,.87);
float: left;
line-height: 40px;
}
.avexpert-message .messanger-item.facebook:before {
/* background-color: #0084ff; */
background-image: url('../images/icons/contact-fb.svg');
background-repeat: no-repeat;
background-position: 50% center;
}
.avexpert-message .messanger-item.viber:before {
/* background:#7c529d; */
background-image: url('../images/icons/contact-viber.svg');
background-repeat: no-repeat;
background-position: 50% center;
}
.avexpert-message .messanger-item.telegram:before {
/* background-color: #2ca5e0; */
background-image: url('../images/icons/contact-telegram.svg');
background-repeat: no-repeat;
background-position: 43%;
}
.avexpert-message .messanger-item.skype:before {
/* background-color: #31c4ed; */
background-image: url('../images/icons/contact-skype.svg');
background-repeat: no-repeat;
background-position: 45%;
}
.avexpert-message .messanger-item.email:before {
/* background-color: #ff8400; */
background-image: url('../images/icons/contact-email.svg');
background-repeat: no-repeat;
background-position: 50% center;
}
.avexpert-message .animation-pause {
 -webkit-animation-play-state:paused;
 animation-play-state:paused
}
@media only screen and (max-width:1023px) {
 .avexpert-message {
  display:none
 }
}

@media (max-width: 825px) {
	.filters > * {
		display: none;
	}

	.filters.active > *,
	.filters > *:nth-child(1) {
		display: block;
	}
	
	.filters:not(.active) .filters-title {
		margin: 0;
	}
	
	.filters .filters-title i {
		display: block;
		float: right;
		height: 24px;
		width: 24px;
		padding: 2px;
	}
	
	.filters .filters-title i:before {
		content: '';
		display: block;
		height: 20px;
		width: 20px;
		vertical-align: top;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-image: url('../images/icons/arrow-down-blue.svg');
	}
	
	.filters.active .filters-title i:before {
		background-image: url('../images/icons/arrow-up-blue.svg');
	}
}
