@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/OpenSans-Bold/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold/OpenSans-Bold.svg") format("svg");
    src-font-weight: normal;
    src-font-style: normal; }

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("../fonts/OpenSans-Semibold/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans-Semibold/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/OpenSans-Semibold/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans-Semibold/OpenSans-Semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-Regular';
  src: url("../fonts/OpenSans-Regular/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular/OpenSans-Regular.svg") format("svg");
    src-font-weight: normal;
    src-font-style: normal; }

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/OpenSans-Light/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light/OpenSans-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url("../fonts/OpenSans-ExtraBold/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans-ExtraBold/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold/OpenSans-ExtraBold.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold/OpenSans-ExtraBold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

a:focus {
  text-decoration: none; }

ul {
  padding-left: 0; }

li {
  list-style-type: none; }

.sticky {
  position: fixed;
  z-index: 10; }

.stop,
.relative {
  position: relative; }

input::-ms-clear {
  display: none; }

.marcer-blue {
  padding-left: 15px !important; }
  .marcer-blue li {
    list-style-type: square !important;
    color: #55aee6; }
    .marcer-blue li span {
      color: #222;
      font-size: 14px;
      font-family: 'OpenSans-Regular'; }

p {
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  color: #222222;
  margin-bottom: 20px; }

h4 {
  font-size: 14px;
  font-family: 'OpenSans-Bold';
  color: #222; }

.text-blue, h5 {
  font-size: 16px;
  font-family: 'OpenSans-Bold';
  color: #0171b8; }

h5 {
  font-size: 14px;
  font-style: italic; }

.navbar-bottom .btn-ms {
  margin-left: 15px;
  margin-right: 15px; }

.bg-nav {
  background: url(../img/border-shadow.png) no-repeat 50% 0;
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: -25px;
  pointer-events: none; }

.bg-footer {
  background: url(../img/border-shadow.png) no-repeat 50% 0;
  width: 100%;
  height: 25px;
  position: absolute;
  top: -25px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.btn-text {
  position: relative;
  pointer-events: none;
  z-index: 2; }

.btn-ms {
  color: #fff;
  -webkit-border-radius: 0 11px;
          border-radius: 0 11px;
  padding: 10px;
  padding-bottom: 11px;
  font-size: 14px;
  font-family: 'OpenSans-Bold';
  position: relative;
  -webkit-box-shadow: 4px 4px 7px rgba(160, 160, 160, 0.5);
          box-shadow: 4px 4px 7px rgba(160, 160, 160, 0.5);
  -webkit-transition: 0s;
  transition: 0s; }
  .btn-ms:hover {
    color: #fff; }
  .btn-ms:focus {
    color: #fff; }
  .btn-ms .btn-bg {
    -webkit-border-radius: 0 10px;
            border-radius: 0 10px; }

.btn-blue {
  background: #0360cb url(../img/btn-blue.png) no-repeat;
  background-size: 100%;
  -webkit-transition: 0s !important;
  transition: 0s !important; }
  .btn-blue:hover {
    background: #030dab url(../img/btn-blue.png) no-repeat 0 -60px;
    background-size: 100%;
    -webkit-transition: 0s !important;
    transition: 0s !important; }

.btn-blue-green {
  background: #0360cb url(../img/btn-blue-green.png) no-repeat 0 1px;
  -webkit-transition: 0s !important;
  transition: 0s !important;
  padding: 9px; }
  .btn-blue-green:hover {
    background: #00c700 url(../img/btn-blue-green.png) no-repeat 0 100%;
    -webkit-transition: 0s !important;
    transition: 0s !important; }

input:focus {
  outline: none !important;
  border-color: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.btn-group .dropdown-toggle {
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important; }

.container-fluid {
  max-width: 1180px; }

.container-height {
  min-height: 500px; }

.relative {
  position: relative; }

.sidebar {
  margin-top: -80px;
  padding-top: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.sidebar-content {
  position: relative;
  z-index: 2;
  color: #fff; }
  .sidebar-content .btn-group .dropdown-toggle {
    background: #268fd2;
    border-color: #5aafe5;
    color: #fff; }

.bootstrap-select button[aria-expanded="true"] .caret {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.bootstrap-select.btn-group .dropdown-menu li a {
  font-family: 'OpenSans-Regular';
  font-size: 12px;
  color: #444;
  outline: none; }
  .bootstrap-select.btn-group .dropdown-menu li a:hover {
    color: #0b3856;
    font-family: 'OpenSans-Bold'; }

.categories-list {
  width: 100%; }

.subcategory {
  width: 320px;
  position: absolute;
  top: -23px;
  left: 100%;
  margin-left: -1px;
  padding: 0;
  line-height: 1;
  color: #000; }
  .subcategory-header {
    color: #fff;
    width: 100%;
    height: 80px;
    background: #0070bc url(../img/subcategory-header.jpg) no-repeat; }
    .subcategory-header h3 {
      margin: 0;
      padding: 15px; }

.categories-content {
  color: #fff;
  position: relative;
  z-index: 1000; }

.categories-gradient {
  background: #1091e4;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: -60px;
  left: -500px;
  background: -webkit-gradient(linear, right top, left top, from(#0477bf), color-stop(50%, #169ff7));
  background: -webkit-linear-gradient(right, #0477bf, #169ff7 50%);
  background: linear-gradient(to left, #0477bf, #169ff7 50%); }

.categories-link {
  color: #c9eaff;
  line-height: 1; }
  .categories-link:hover {
    color: #fff; }
  .categories-link:focus {
    color: #fff; }

.categories-item {
  padding-left: 30px;
  padding-right: 15px;
  height: 27px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 0;
  position: relative; }

.categories-item:nth-child(1) {
  background: url(../img/categories-icon.png) no-repeat; }
  .categories-item:nth-child(1):hover {
    background-position: 0 -162px;
    -webkit-transition: none !important;
    transition: none !important; }

.categories-item:nth-child(2) {
  background: url(../img/categories-icon.png) no-repeat 0 -27px; }
  .categories-item:nth-child(2):hover {
    background-position: 0 -189px;
    -webkit-transition: none !important;
    transition: none !important; }

.categories-item:nth-child(3) {
  background: url(../img/categories-icon.png) no-repeat 0 -54px; }
  .categories-item:nth-child(3):hover {
    background-position: 0 -216px;
    -webkit-transition: none !important;
    transition: none !important; }

.categories-item:nth-child(4) {
  background: url(../img/categories-icon.png) no-repeat 0 -81px; }
  .categories-item:nth-child(4):hover {
    background-position: 0 -243px;
    -webkit-transition: none !important;
    transition: none !important; }

.categories-item:nth-child(5) {
  background: url(../img/categories-icon.png) no-repeat 0 -108px; }
  .categories-item:nth-child(5):hover {
    background-position: 0 -270px;
    -webkit-transition: none !important;
    transition: none !important; }

.categories-item:nth-child(6) {
  background: url(../img/categories-icon.png) no-repeat 0 -135px; }
  .categories-item:nth-child(6):hover {
    background-position: 0 -297px;
    -webkit-transition: none !important;
    transition: none !important; }

#sticky .sticky-content.fixed {
  position: fixed;
  top: 80px;
  bottom: 0;
  z-index: 2; }

#sticky-navbar .sticky-content.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11; }

.navbar {
  min-height: initial; }

h1 {
  font-family: 'OpenSans-Regular'; }

a:hover {
  text-decoration: none; }

:hover {
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important; }

.navbar-top {
  background: #f2f2f2;
  border: none;
  margin-bottom: 0; }
  .navbar-top a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-family: 'OpenSans-Regular';
    font-size: 14px; }
  .navbar-top_link {
    text-transform: uppercase; }
    .navbar-top_link a {
      color: #57758a !important;
      padding: 8px !important;
      padding-top: 9px !important;
      padding-bottom: 9px !important; }
      .navbar-top_link a:hover {
        color: #0171b8 !important; }
    .navbar-top_link li:first-child > a {
      padding-left: 0 !important; }
  .navbar-top_email a, .navbar-top_number a {
    color: #127cc1 !important; }
  .navbar-top_number a {
    font-family: 'OpenSans-Bold';
    font-size: 17px; }

.navbar-top + .sticky-element .sidebar-content {
  z-index: 4; }

.basket-quantity {
  width: 30px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: -10px; }

.basket-icon {
  position: relative;
  top: 7px;
  left: -3px; }

.tcon-transform + .live-search-active + .live-search {
  display: block; }

.live-search {
  background: #fff;
  border: 1px solid #f1f1f1;
  max-width: 360px;
  width: 100%;
  position: absolute;
  top: 62px;
  z-index: 20;
  display: none;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3); }
  .live-search--itm {
    position: relative;
    display: block;
    padding: 18px;
    padding-bottom: 34px;
    padding-left: 79px;
    border-bottom: 1px solid #f1f1f1; }
    .live-search--itm:hover {
      background: #e6edf2; }
    .live-search--itm .likes,
    .live-search--itm .comments,
    .live-search--itm .share,
    .live-search--itm .views {
      margin-right: 8px; }
  .live-search-category {
    position: relative;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    font-family: 'OpenSans-Bold', sans-serif;
    color: #333;
    text-align: left; }
    .live-search-category:hover {
      background: #eee; }
  .live-search--img {
    position: absolute;
    top: 19px;
    left: 11px;
    width: 55px;
    height: 55px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    overflow: hidden; }
    .live-search--img img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 95%;
      max-height: 95%;
      margin: auto; }
  .live-search--title {
    color: #333;
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
    font-family: 'OpenSans-Regular', sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .live-search--show-all {
    display: block;
    padding: 10px;
    text-align: center;
    color: #3b3c42; }
    .live-search--show-all:hover {
      background: #eee; }
  .live-search .live-price {
    margin-bottom: 0;
    display: inline-block;
    float: left;
    color: #666;
    line-height: 1;
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 15px; }

.navbar-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  position: relative;
  z-index: 2;
  opacity: .99; }
  .navbar-bottom_btn-group {
    position: relative; }
  .navbar-bottom_btn {
    color: #0171b8;
    font-family: 'OpenSans-Bold';
    margin-left: 15px;
    margin-right: 15px;
    position: relative; }
    .navbar-bottom_btn:hover {
      color: #0b3856; }
    .navbar-bottom_btn i {
      font-size: 16px;
      padding-right: 4px; }
  .navbar-bottom_search {
    position: absolute !important;
    right: 0;
    top: -11px;
    padding-right: 0; }
    .navbar-bottom_search input {
      width: 0px !important;
      padding: 0;
      float: right !important;
      position: absolute !important;
      border: none;
      -webkit-border-radius: 0;
              border-radius: 0;
      height: 50px;
      -webkit-transition: 0.5s !important;
      transition: 0.5s !important;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-bottom_search input.focus {
        width: 100% !important;
        border-left: 2px solid #000;
        padding-left: 15px;
        right: 0;
        z-index: 2; }
    .navbar-bottom_search label {
      margin-top: 5px !important;
      margin-right: 8px;
      position: relative;
      z-index: 3; }

.navbar-bottom_btn-group {
  margin-top: 10px;
  text-align: right;
  padding-right: 100px; }

.logo img {
  padding-right: 15px; }

.logo h3 {
  font-size: 12px;
  color: #7396ad;
  font-family: 'OpenSans-Regular';
  margin: 0;
  display: inline-block; }

.logo_footer {
  margin-bottom: 25px; }
  .logo_footer img {
    padding-right: 0; }
  .logo_footer h3 {
    display: block !important;
    margin-top: 15px; }

.menu-itm {
  position: static;
  display: table-cell;
  vertical-align: top; }
  .menu-itm:hover > .dropdown-menu {
    display: block; }
  .menu-itm .dropdown-menu {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    margin-top: 0;
    padding-left: 10px; }
    .menu-itm .dropdown-menu a {
      font-family: 'OpenSans-Semibold';
      font-size: 14px;
      color: #337ab7; }
      .menu-itm .dropdown-menu a:hover {
        background: inherit; }

.menu {
  padding: 0;
  z-index: 3;
  display: table; }
  .menu_link {
    font-family: 'OpenSans-Semibold';
    font-size: 11px;
    text-align: center;
    line-height: 1.2;
    border: 1px solid #cddfec;
    height: 80px;
    background: #e6edf2;
    border-collapse: collapse;
    padding: 15px;
    display: inline-block;
    z-index: 1; }
    .menu_link:hover {
      background: #fff; }
    .menu_link--active {
      background: #0b3856;
      color: #fff;
      z-index: 5;
      border-color: #0b3856; }
      .menu_link--active:hover {
        background: #0b3856;
        color: #fff; }

.menu-subcategory {
  margin-bottom: 5px;
  display: inline-block;
  color: #016fb5 !important; }
  .menu-subcategory:hover {
    color: #045b91 !important; }

.menu-subcategory-list {
  margin-bottom: 15px; }
  .menu-subcategory-list a {
    font-family: 'OpenSans-Regular';
    font-size: 12px !important;
    color: #444 !important;
    line-height: 2; }
    .menu-subcategory-list a:hover {
      font-family: 'OpenSans-Bold';
      color: #0b3856; }

.masonry-layout {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0; }
  .masonry-layout:hover + .menu_link {
    background: #fff;
    color: #23527c; }
  .masonry-layout__panel {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
    margin: 3px;
    padding-bottom: 0;
    overflow: hidden; }

.header {
  position: relative; }
  .header-controls {
    position: relative;
    top: -70px; }
    .header-controls a {
      font-size: 35px;
      color: #4282ab; }
      .header-controls a:hover {
        color: #274f68; }
  .header-indicators {
    bottom: 75px !important; }
    .header-indicators li {
      background: #31c5f2; }
    .header-indicators .active {
      border: 2px solid #035487; }
  .header .carousel-inner {
    top: -83px; }

.header-item {
  height: 460px;
  -webkit-box-shadow: inset 0px -40px 60px #fff;
          box-shadow: inset 0px -40px 60px #fff; }
  .header-item_title {
    margin-top: 100px;
    margin-bottom: 40px; }
  .header-item h1, .header-item h2 {
    text-transform: uppercase;
    color: #fff;
    line-height: 0.9; }
  .header-item p {
    color: #fff; }
  .header-item h1 {
    font-family: 'OpenSans-ExtraBold';
    font-size: 87px; }
  .header-item h2 {
    font-family: 'OpenSans-Light';
    font-size: 61px; }
  .header-item .price {
    font-family: 'OpenSans-Light';
    font-size: 25px;
    color: #fff;
    display: inline-block; }
    .header-item .price span {
      font-family: 'OpenSans-ExtraBold';
      font-size: 40px;
      color: #5aff00;
      padding-right: 4px; }
  .header-item .more_btn {
    margin-top: 13px;
    margin-left: 15px;
    display: inline-block; }

.header-item-1 {
  background: url(../img/header-item-1.jpg) 50% no-repeat; }

.pagination {
  text-align: center; }
  .pagination .previous a,
  .pagination .next a {
    background: #55aee6;
    color: #fff;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
    min-width: 45px; }
    .pagination .previous a:hover,
    .pagination .next a:hover {
      background: #0171b8;
      color: #fff; }
  .pagination .page-link {
    background: #f6f6f6;
    color: #666;
    min-width: 112px; }
    .pagination .page-link:hover {
      color: #222;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .pagination .page-link.active {
    background: #fff;
    color: #0171b8; }
    .pagination .page-link.active:hover {
      color: #0171b8; }
  .pagination--center {
    text-align: center; }

.categories-item:hover > .dropdown-menu.subcategory {
  display: block; }

#sticky .sticky-content.fixed .categories-list br {
  display: block; }

.categories-list br {
  display: none; }

#sticky .sticky-content.fixed .categories-list {
  width: 239px; }

#sticky .sticky-content.fixed .subcategory {
  top: -3px; }

.article-catalog {
  position: relative; }

.panel-title a {
  font-family: 'OpenSans-Semibold';
  font-size: 14px;
  color: #016fb5; }

.panel-body a {
  font-family: 'OpenSans-Regular';
  font-size: 12px;
  color: #444;
  line-height: 2; }
  .panel-body a.active, .panel-body a:hover {
    color: #0b3856;
    font-family: 'OpenSans-Bold'; }

.panel-default {
  border: none !important; }

.panel {
  -webkit-box-shadow: none;
          box-shadow: none; }

.panel-default > .panel-heading {
  background: #fff;
  border: none !important; }

.breadcrumb {
  margin-top: 10px;
  padding-left: 0;
  background: #fff; }
  .breadcrumb-item {
    font-family: 'OpenSans-Light'; }
    .breadcrumb-item a {
      color: #222222 !important;
      font-size: 14px;
      text-decoration: underline; }
    .breadcrumb-item.active {
      color: #999999; }
  .breadcrumb > li + li:before {
    content: '\203A';
    font-size: 20px; }

.sorting-products p,
.number-products p {
  color: #666;
  font-size: 14px; }

.sorting-products button[aria-expanded="true"] {
  background: #0171b8 !important;
  color: #fff !important; }
  .sorting-products button[aria-expanded="true"] .caret {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.sorting-products .selectpicker {
  float: right; }

.sorting-products p {
  display: inline-block;
  margin-right: 15px; }

.sorting-products .btn-group .dropdown-toggle {
  background: #fbfbfb;
  margin-top: -7px; }

.wrapper {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  margin-bottom: 20px; }
  .wrapper_content {
    margin-top: 1px;
    zoom: 1;
    word-spacing: -0.35em; }
    .wrapper_content .product {
      text-align: center;
      vertical-align: top;
      word-spacing: normal;
      display: inline-block;
      border: 1px solid #eaeaea;
      background: #fbfbfb;
      width: 33.3%;
      height: 340px;
      margin-top: -1px;
      position: relative; }
      .wrapper_content .product:hover {
        background: #fff;
        -webkit-box-shadow: 2px 2px 4px #eaeaea;
                box-shadow: 2px 2px 4px #eaeaea;
        z-index: 1;
        -webkit-transition: none !important;
        transition: none !important; }
      .wrapper_content .product .btn-basket {
        width: 168px;
        display: block;
        margin: 0 auto;
        float: none;
        color: #fff;
        -webkit-box-shadow: 5px 5px 10px rgba(160, 160, 160, 0.5);
                box-shadow: 5px 5px 10px rgba(160, 160, 160, 0.5);
        background-size: 100%; }
        .wrapper_content .product .btn-basket-block {
          position: absolute;
          bottom: 14px;
          left: 0;
          right: 0;
          z-index: -1; }
      .wrapper_content .product .price {
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0;
        text-align: center; }
        .wrapper_content .product .price p {
          font-family: 'OpenSans-Semibold';
          font-size: 18px;
          color: #0171b8;
          display: inline-block;
          position: relative; }
          .wrapper_content .product .price p span {
            font-size: 24px;
            font-family: 'OpenSans-ExtraBold'; }
        .wrapper_content .product .price-old {
          position: absolute;
          top: 28px;
          right: -27px;
          color: #0b3856 !important;
          font-size: 15px !important;
          text-decoration: line-through; }
      .wrapper_content .product a {
        font-family: 'OpenSans-Bold';
        color: #222;
        font-size: 14px; }
      .wrapper_content .product-new {
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 65px;
        background: -webkit-gradient(linear, left bottom, left top, from(#0023b9), color-stop(40%, #006acf));
        background: -webkit-linear-gradient(bottom, #0023b9, #006acf 40%);
        background: linear-gradient(to top, #0023b9, #006acf 40%); }
        .wrapper_content .product-new span {
          color: #fff;
          font-family: 'OpenSans-Bold';
          font-size: 14px;
          display: inline-block;
          padding: 0;
          margin-top: 15px;
          margin-left: -3px;
          -moz-transform: rotate(270deg);
          -webkit-transform: rotate(270deg);
          -o-transform: rotate(270deg);
          -ms-transform: rotate(270deg); }
        .wrapper_content .product-new::before {
          content: '';
          display: inline-block;
          position: absolute;
          width: 0;
          height: 0;
          bottom: -1px;
          border-left: 13px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 20px solid white; }

.product:hover .product-description {
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 1;
  -webkit-transition: none !important;
  transition: none !important; }
  .product:hover .product-description-drop--content {
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #eaeaea;
    -webkit-transition: bottom .3s;
    transition: bottom .3s; }

.product:hover .btn-basket-block {
  z-index: 1; }

.product:hover .price-old {
  display: none; }

.product-top {
  background: #fff;
  display: block; }

.product-bottom {
  border-top: 1px solid #eaeaea; }

.product-img {
  height: 195px;
  max-width: 215px;
  margin: 0 auto;
  overflow: hidden; }

.product-description {
  padding-top: 20px;
  height: 60px;
  overflow: hidden;
  -webkit-transition: none !important;
  transition: none !important; }
  .product-description-drop p {
    font-family: 'OpenSans-Regular';
    color: #222;
    font-size: 14px;
    padding-top: 20px;
    max-height: 80px; }

.product-description-drop--content {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  bottom: 0; }
  .product-description-drop--content a {
    overflow-wrap: break-word;
    word-break: break-word;
    max-height: 120px;
    overflow: hidden;
    display: inline-block; }

.product-description-drop--content p:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.35em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); }

.show-all a {
  color: #999999;
  font-size: 18px;
  background: #f2f2f2;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding-top: 17px;
  padding-bottom: 17px; }
  .show-all a:hover {
    color: #277dbd;
    background: #fff;
    -webkit-box-shadow: 5px 5px 20px 0px #edf0f2;
            box-shadow: 5px 5px 20px 0px #edf0f2; }

.card-product_slide {
  border: 1px solid #eaeaea; }
  .card-product_slide .item {
    text-align: center;
    line-height: 295px; }
    .card-product_slide .item img {
      display: inline; }
  .card-product_slide .carousel-indicators {
    display: table; }
    .card-product_slide .carousel-indicators li {
      display: table-cell !important;
      border: 1px solid #eaeaea;
      position: relative; }
      .card-product_slide .carousel-indicators li img {
        margin: 0 auto;
        padding: 5px; }
    .card-product_slide .carousel-indicators .active {
      border-color: #5aade2; }
      .card-product_slide .carousel-indicators .active .carousel-indicators_bg {
        opacity: 1;
        background: rgba(90, 173, 226, 0.4);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
    .card-product_slide .carousel-indicators_bg {
      opacity: 0;
      background: rgba(90, 173, 226, 0.4);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .card-product_slide .carousel-indicators_bg:hover {
        opacity: 1 !important;
        background: rgba(90, 173, 226, 0.1); }

.card-product_tabs {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px; }
  .card-product_tabs ul {
    margin-bottom: -1px; }
  .card-product_tabs li {
    display: inline-block;
    padding: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0); }
  .card-product_tabs a {
    color: #222;
    font-family: 'OpenSans-Semibold';
    font-size: 16px; }
  .card-product_tabs .active {
    border-bottom: 2px solid #3889bd; }
    .card-product_tabs .active a {
      color: #0171b8; }
  .card-product_tabs-content p,
  .card-product_tabs-content span {
    font-size: 14px;
    font-family: 'OpenSans-Regular';
    color: #222; }
  .card-product_tabs-content ul {
    padding-left: 25px; }
  .card-product_tabs-content li {
    color: #16b416;
    list-style-type: disc;
    font-size: 18px; }
  .card-product_tabs-content td {
    width: 50%; }

.compatible-products .product {
  width: 25%; }

.title-product {
  font-family: 'OpenSans-Bold';
  color: #0b3856;
  font-size: 22px; }

.not-available,
.available {
  background: #0076c1;
  display: inline-block;
  padding: 5px 10px; }
  .not-available span,
  .available span {
    font-family: 'OpenSans-Regular';
    color: #fff; }

.not-available {
  background: #ccc; }

.product-price {
  margin-top: 30px;
  margin-bottom: 30px; }
  .product-price p {
    font-family: 'OpenSans-Semibold';
    font-size: 22px;
    color: #0171b8; }
  .product-price span {
    font-size: 32px;
    font-family: 'OpenSans-ExtraBold'; }

.vendor-code p {
  font-size: 12px;
  color: #999; }

.vendor-code span {
  font-size: 14px;
  color: #222;
  padding-left: 5px; }

.minus,
.plus {
  font-size: 26px;
  text-align: center;
  background: #55aee6;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer; }

.number {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  float: left; }
  .number p {
    font-size: 14px;
    color: #999; }
  .number input {
    text-align: center;
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    color: #222;
    height: 40px;
    margin: 0;
    margin-left: -4px;
    margin-right: -4px;
    border: 1px solid #eaeaea !important; }

.btn-green {
  color: #fff;
  font-size: 18px;
  font-family: 'OpenSans-SemiBold';
  padding: 13px 26px;
  margin-top: 20px;
  -webkit-border-radius: 0 10px;
          border-radius: 0 10px;
  background: #00b500 url(../img/btn-green.png) no-repeat;
  background-size: cover;
  float: right;
  -webkit-transition: 0s !important;
  transition: 0s !important; }
  .btn-green:hover {
    background: #007200 url(../img/btn-green.png) no-repeat 0 100%;
    background-size: cover; }
  .btn-green span {
    padding-left: 10px; }
  .btn-green:hover {
    color: #fff; }

.download-doc {
  margin-top: 50px; }
  .download-doc i {
    padding-right: 5px; }
  .download-doc a {
    font-size: 14px;
    color: #55aee6; }
    .download-doc a:hover {
      color: #0171b8;
      text-decoration: underline; }
    .download-doc a:nth-child(1) {
      margin-right: 30px; }

.carousel-inner {
  position: relative;
  width: 100%;
  min-height: 295px; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  background-repeat: repeat-x; }

.carousel-control.left {
  left: 0;
  right: auto;
  background-image: none !important;
  background-repeat: repeat-x; }

#carousel-example-generic {
  margin: 20px auto;
  width: 100%; }

#carousel-custom {
  margin: 20px auto; }

#carousel-custom .carousel-indicators {
  margin: 0;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%; }

#carousel-custom .carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto; }

#carousel-custom .carousel-indicators li img {
  display: block;
  opacity: 0.5; }

#carousel-custom .carousel-indicators li.active img {
  opacity: 1; }

#carousel-custom .carousel-indicators li:hover img {
  opacity: 0.75; }

#carousel-custom .carousel-outer {
  position: relative; }

.carousel-indicators li img {
  height: 66px;
  width: 52px; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition: .5s;
  transition: .5s; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

.checkout {
  float: right;
  margin-top: -50px;
  margin-bottom: 25px; }

.btn-checkout {
  padding: 13px 20px;
  float: none; }
  .btn-checkout span {
    padding-left: 0; }

.checkout_btn {
  display: inline-block; }

.sum {
  display: inline-block;
  margin-right: 35px; }
  .sum > p {
    color: #222; }
  .sum p {
    display: inline-block;
    font-size: 22px !important; }
  .sum span {
    font-size: 22px; }
  .sum .product-price {
    display: inline-block;
    margin: 0; }

.basket-product {
  background: #fbfbfb;
  border: 1px solid #eaeaea;
  padding: 0;
  margin-top: -1px; }
  .basket-product > div {
    padding: 25px;
    display: inline-block; }
  .basket-product .header {
    font-size: 14px;
    color: #999;
    font-family: 'OpenSans-Regular'; }
  .basket-product_image {
    text-align: center;
    background: #fff;
    border-right: 1px solid #eaeaea;
    height: 138px; }
    .basket-product_image img {
      height: 100%; }
  .basket-product_description a {
    font-family: 'OpenSans-Bold';
    color: #222;
    font-size: 14px;
    display: block; }
    .basket-product_description a:hover {
      text-decoration: underline; }
  .basket-product_price span, .basket-product_sum span {
    font-family: 'OpenSans-Bold';
    color: #222;
    font-size: 14px; }
  .basket-product_price p, .basket-product_sum p {
    font-size: 14px; }
  .basket-product_sum p {
    color: #0171b8; }
  .basket-product_sum span {
    color: #0171b8; }
  .basket-product_delete {
    line-height: 88px;
    vertical-align: middle;
    text-align: right; }
    .basket-product_delete button {
      font-size: 20px;
      color: #999;
      background: none !important; }
      .basket-product_delete button:hover {
        color: #d54444 !important; }
  .basket-product_quantity .minus,
  .basket-product_quantity .plus {
    width: 30px;
    height: 30px;
    font-size: 21px; }
  .basket-product_quantity .number input {
    height: 30px;
    width: 40px; }

.minus:hover,
.plus:hover {
  background: #0171b8; }

.order-padding {
  padding: 0; }

.order_link {
  border: 1px solid #1c83c5;
  height: 62px; }
  .order_link li {
    text-align: center;
    margin-right: -4px;
    display: inline-block;
    width: 25%;
    background: #5eb6ee;
    position: relative;
    -webkit-transition: none !important;
    transition: none !important; }
    .order_link li:last-child {
      margin-left: 0; }
    .order_link li a {
      font-family: 'OpenSans-Semibold';
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      padding-top: 19px;
      padding-bottom: 19px;
      width: 100%;
      display: inline-block;
      -webkit-transition-duration: 0ms !important;
              transition-duration: 0ms !important;
      -webkit-transition-delay: 0ms;
              transition-delay: 0ms; }
  .order_link--border {
    background: #5eb6ee;
    -webkit-border-radius: 27px / 80px;
            border-radius: 27px / 80px;
    width: 20px;
    position: absolute;
    right: -8px;
    top: 0;
    bottom: 0;
    border-right: 1px solid #1c83c5;
    -webkit-transition: none !important;
    transition: none !important;
    pointer-events: none; }
  .order_link--border-left {
    left: -8px;
    border-left: 1px solid #1c83c5;
    border-right: none;
    -webkit-transition: none !important;
    transition: none !important; }
  .order_link .active {
    background: #0171b8 !important;
    z-index: 9 !important; }
    .order_link .active .order_link--border {
      background: #0171b8 !important; }
    .order_link .active .order_link--border-left {
      background: #0171b8 !important; }
  .order_link .active-neighbor {
    background: #2c92d3;
    z-index: 8; }
    .order_link .active-neighbor .order_link--border,
    .order_link .active-neighbor .order_link--border-left {
      background: #2c92d3; }
  .order_link .active-neighbor-neighbor {
    background: #3fa1e0;
    z-index: 7; }
    .order_link .active-neighbor-neighbor .order_link--border,
    .order_link .active-neighbor-neighbor .order_link--border-left {
      background: #3fa1e0; }

.order-form {
  background: #fbfbfb;
  margin-top: -10px;
  padding-top: 25px;
  border: 1px solid #eaeaea; }
  .order-form p {
    font-size: 18px;
    margin-bottom: 15px; }

.input-ms {
  -webkit-border-radius: 0;
          border-radius: 0;
  border-color: #dbe4e9;
  height: 50px;
  margin-bottom: 15px; }
  .input-ms:hover {
    border-color: #99b6c9; }
  .input-ms:focus:invalid {
    border-color: #ffa0a0;
    color: #ffa0a0; }
    .input-ms:focus:invalid:hover {
      border-color: #dd3131;
      color: #dd3131; }
  .input-ms:valid {
    background: #0171b8;
    color: #fff; }
    .input-ms:valid:hover {
      background: #00568c; }
  .input-ms + label {
    position: relative;
    right: 0px;
    left: 80%;
    top: -50px;
    cursor: text;
    font-size: 12px;
    font-weight: normal;
    pointer-events: none;
    -webkit-transition: .4s;
    transition: .4s; }

input:not(:focus) + label:not(.valid) {
  font-weight: normal;
  top: -50px;
  left: 0; }

label.animate {
  color: #a1a1a1; }

.form-btn {
  margin: 0;
  margin-bottom: 35px;
  float: left;
  border: none; }

.footer {
  background: #fff;
  padding-top: 30px;
  margin-top: 20px;
  margin-top: 60px;
  position: relative;
  z-index: 4; }

.copyright {
  font-size: 14px;
  font-family: 'OpenSans-Regular';
  color: #222;
  margin-top: 40px; }

.catalog,
.section {
  margin-bottom: 25px; }
  .catalog h4,
  .section h4 {
    font-family: 'OpenSans-Semibold';
    font-size: 15px;
    color: #0b3856;
    margin-top: 0;
    margin-bottom: 20px; }
  .catalog ul,
  .section ul {
    margin-bottom: 0; }
  .catalog_link,
  .section_link {
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    color: #666;
    line-height: 1.7; }
    .catalog_link:hover,
    .section_link:hover {
      color: #0171b8; }

.social {
  text-align: right; }
  .social_number a {
    font-size: 22px !important; }
  .social_email a {
    font-size: 16px !important; }
  .social_address {
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    color: #222;
    margin-top: 10px; }
  .social_icon a {
    color: #55aee6;
    font-size: 22px;
    padding-left: 7px; }
    .social_icon a:hover {
      color: #0b3856 !important; }

section {
  margin-top: 40px; }

.section-title {
  font-family: 'OpenSans-Bold';
  font-size: 32px;
  color: #0b3856;
  margin-bottom: 40px; }

.assortiment {
  display: table; }

.tile {
  text-align: center;
  display: block;
  background: #fbfbfb;
  border: 1px solid #eaeaea;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 160px;
  position: relative; }
  .tile:hover {
    background: #fff;
    -webkit-box-shadow: 2px 2px 10px 0px #dfdfe1;
            box-shadow: 2px 2px 10px 0px #dfdfe1;
    z-index: 1; }
  .tile p {
    font-family: 'OpenSans-Bold';
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 8px;
    margin: 0;
    vertical-align: bottom; }

.partners-logo {
  background: #fbfbfb;
  border: 1px solid #eaeaea;
  text-align: center; }
  .partners-logo-tile {
    height: 150px;
    line-height: 150px; }
  .partners-logo img {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%; }

.order-form .form-btn {
  background-size: inherit;
  background-position: 50% 0; }
  .order-form .form-btn:hover {
    background-position: 50% 100%; }
  .order-form .form-btn i {
    padding-left: 5px; }

.card-product_tabs-content .reviews {
  padding-top: 15px;
  border-bottom: 1px solid #eaeaea; }

.card-product_tabs-content .show-all a {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 250px;
  margin: 0 auto;
  margin-top: 15px; }

.card-product_tabs-content .user-reviews span {
  font-size: 20px;
  color: #0171b8;
  font-family: 'OpenSans-semiBold'; }

.card-product_tabs-content .user-reviews i {
  font-size: 12px;
  padding-right: 5px; }

.modal-header,
.modal-footer {
  border: none; }

.modal-footer {
  text-align: center;
  padding-top: 0; }

.modal-title {
  font-family: OpenSans-Regular; }

.tomat-agency {
  font-size: 15px;
  color: #888;
  font-family: 'OpenSans-Regular', sans-serif;
  margin-top: 30px;
  margin-bottom: 30px; }
  .tomat-agency a {
    color: #222;
    font-family: 'OpenSans-Semibold', sans-serif;
    border-bottom: 2px solid #ddd; }
  .tomat-agency img {
    padding-left: 5px;
    padding-right: 5px; }

@media (max-width: 1200px) {
  .header-item {
    background-size: 163% !important; }
  .navbar-bottom_btn, .navbar-bottom_btn-blue {
    margin-left: 5px;
    margin-right: 5px; }
  .navbar-bottom_btn {
    font-size: 14px; } }

@media (max-width: 991px) {
  .navbar-bottom_btn-group .icon {
    display: inline !important;
    padding-top: 20px;
    padding-bottom: 20px; }
  .navbar-bottom_btn-group .btn-blue {
    background-size: auto; }
  .navbar-bottom_btn-group .btn-ms {
    margin-right: 5px;
    margin-left: 5px; }
    .navbar-bottom_btn-group .btn-ms:hover {
      background-position: 0 100%; }
  .header-item p {
    color: #222; }
  .partners-logo img {
    width: initial; }
  .navbar-top_link a {
    font-size: 12px;
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .navbar-top_number a {
    font-size: 14px; }
  .navbar-top_link li:first-child > a {
    padding-left: 5px !important; }
  .navbar-top_email a,
  .navbar-top_number a {
    padding-left: 5px !important; }
  #sticky .sticky-content.fixed {
    width: 33.33333333%; }
  .navbar-bottom_btn-group {
    margin-top: 10px; }
  .navbar-bottom_search {
    top: -10px;
    padding: 0; }
  .navbar-bottom_btn-blue {
    width: 40px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px; }
    .navbar-bottom_btn-blue span {
      display: none; }
  .navbar-bottom_btn {
    margin-left: 5px;
    margin-right: 5px; }
    .navbar-bottom_btn span {
      display: none; }
  .navbar-bottom_search label {
    margin-top: 5px !important; }
  .menu-itm {
    display: block; }
  .menu {
    display: block; }
    .menu_link {
      width: 100%;
      height: 40px;
      padding-top: 0px;
      vertical-align: middle;
      line-height: 40px;
      display: inline-block; }
    .menu .menu-hidden {
      margin-top: -150px; }
  .wrapper_content .product {
    width: 50%; }
  .btn-basket {
    display: block;
    float: left; }
  .number {
    float: none; }
  .basket-product_image, .basket-product_description {
    border-bottom: 1px solid #eaeaea; }
  .basket-product > div {
    height: 120px; }
  .basket-product_delete {
    line-height: initial; }
  .menu-itm {
    position: relative; } }

@media (max-width: 768px) {
  .header-item h1 {
    font-size: 66px; }
  .subcategory-header h3 {
    font-size: 22px; }
  .section-title {
    text-align: center; }
  .social {
    text-align: left; }
  #sticky .sticky-content.fixed {
    position: static;
    width: 100%; }
  .sidebar {
    position: relative; }
  .categories-gradient {
    bottom: 0;
    right: 0;
    z-index: -1; }
  .sidebar {
    margin-top: 0;
    padding: 20px 15px;
    position: relative; }
  #sticky-navbar .sticky-content.fixed .logo {
    display: none; }
  #sticky-navbar .sticky-content.fixed .navbar-bottom {
    height: 60px !important; }
  #sticky-navbar .sticky-content.fixed .navbar-bottom_btn-group {
    margin-top: 0; }
  .sidebar .subcategory {
    margin-left: 0;
    top: 25px !important;
    left: -15px; }
  .sorting-products .selectpicker {
    float: left !important; }
  .wrapper_content .product {
    width: 100%; }
  .checkout {
    float: none;
    margin-top: 0;
    margin-bottom: 25px; }
    .checkout_btn {
      float: right; }
  .basket-product > div {
    padding: 15px 15px;
    height: 100px; }
  .basket-product_price, .basket-product_quantity, .basket-product_sum, .basket-product_delete {
    height: 80px !important; }
  .order_link {
    -webkit-border-radius: 0;
            border-radius: 0; }
    .order_link li {
      width: 13.49%;
      -webkit-transition: 0s;
      transition: 0s; }
    .order_link--title {
      display: none; }
    .order_link .active {
      -webkit-transition: 0s !important;
      transition: 0s !important;
      width: 60%; }
      .order_link .active .order_link--title {
        display: inline-block; }
    .order_link .order_link--border {
      -webkit-transition: 0s !important;
      transition: 0s !important; }
  .order-form input + label {
    left: 70%; }
  .categories-list br {
    display: none; }
  .order-form {
    padding-left: 0;
    padding-right: 0; }
  .navbar-bottom {
    height: 150px !important; }
  .navbar-bottom_btn-group {
    padding-right: 0;
    margin-top: 40px;
    text-align: left; }
    .navbar-bottom_btn-group .btn-ms {
      margin-left: 0 !important; }
  .navbar-bottom_search {
    top: -11px; }
  .navbar-bottom_search label {
    margin-top: 4px !important; }
  .basket-product_quantity .number p {
    margin-bottom: 5px; }
  .categories-item {
    position: relative; }
  .pagination .page-link {
    min-width: 45px; }
  .sticky,
  .stop {
    position: static; }
  .live-search {
    top: 59px; } }

@media (max-width: 570px) {
  .sorting-products {
    margin-bottom: 20px; }
  .checkout_btn {
    float: none;
    margin-top: 10px; }
  .download-doc a {
    display: block;
    margin: 5px 0; }
  .card-product_tabs li {
    padding: 14px; }
  .card-product_tabs a {
    font-size: 15px; } }

@media (max-width: 480px) {
  .partners-logo img {
    width: 80%; } }

.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.tcon > * {
  display: block; }

.tcon:hover,
.tcon:focus {
  outline: none; }

.tcon::-moz-focus-inner {
  border: 0; }

.tcon-search__item {
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.tcon-search__item::before,
.tcon-search__item::after {
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto; }

.tcon-search__item::before {
  height: 4px;
  left: 0;
  background: #0171b8;
  -webkit-border-radius: 2.85714px;
          border-radius: 2.85714px; }

.tcon-search__item::after {
  right: 0;
  background: white;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #0171b8;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.tcon-search--xcross.tcon-transform {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8); }

.tcon-search--xcross.tcon-transform .tcon-search__item::before,
.tcon-search--xcross.tcon-transform .tcon-search__item::after {
  -webkit-border-radius: 2.85714px;
          border-radius: 2.85714px;
  background: #0171b8; }

.tcon-search--xcross.tcon-transform .tcon-search__item::after {
  height: 4px;
  width: 100%;
  top: 0;
  right: 0;
  border: 0;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
