* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.container-fluid {
  max-width: 1470px;
  min-width: 320px; }

.wrap {
  width: calc(100% - 30px);
  padding-left: 16.666667%;
  margin: 0 15px; }

header {
  height: 100vh;
  width: 16.666667%;
  background: #242424;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  header .logo {
    display: block;
    padding: 0.5rem  1.875rem;
    margin-top: 3vh;
    height: 63px; }
    header .logo img {
      max-width: 100%;
      height: auto; }
  header .nav-bottom {
    width: 100%;
    padding: 0  1.875rem;
    position: absolute;
    bottom: 7vh; }
    header .nav-bottom li {
      padding: 0.375rem 0; }
      header .nav-bottom li a {
        color: #ffffff;
        font-size: 0.875rem; }
        header .nav-bottom li a:hover {
          text-decoration: none; }
    header .nav-bottom .nav-search-login {
      margin-bottom: 7vh; }
      header .nav-bottom .nav-search-login a {
        text-transform: uppercase; }
    header .nav-bottom .nav-search-login li a:hover {
      color: #3e8dda; }
  header nav.navbar {
    margin-top: 20vh;
    padding: 0.5rem 1.875rem; }
    header nav.navbar .nav-item {
      padding: 0.5rem 0; }
      header nav.navbar .nav-item a {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 1.125rem; }
        header nav.navbar .nav-item a:hover {
          color: #3e8dda;
          text-decoration: none; }
        header nav.navbar .nav-item a:after {
          display: none; }
    header nav.navbar .dropdown-menu {
      height: 100vh;
      background: #242424;
      position: fixed !important;
      top: 0;
      left: 15%;
      width: 23%;
      z-index: 101;
      border-radius: 0;
      margin: 0;
      border-left: 1px solid #4e4e4e;
      padding-top: calc(23vh + 76px); }
      header nav.navbar .dropdown-menu ul {
        height: 100%; }
        header nav.navbar .dropdown-menu ul .dropdown-item {
          white-space: normal;
          width: auto;
          display: inline-block;
          padding-bottom: 11px; }
          header nav.navbar .dropdown-menu ul .dropdown-item:hover {
            background-color: transparent; }
        header nav.navbar .dropdown-menu ul .download {
          margin-top: 7vh; }
          header nav.navbar .dropdown-menu ul .download a {
            font-size: 0.875rem;
            text-transform: none; }
  header .icon-search {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(../img/search_icon_gray.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 10px 0 2px;
    position: relative;
    top: 1px; }
  header .icon-login {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(../img/user_icon_gray.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 11px 0 2px;
    position: relative;
    top: 1px; }
  header .icon-contacts {
    display: inline-block;
    width: 15px;
    background-repeat: no-repeat;
    margin: 0px 8px 0 2px;
    position: relative;
    top: 0; }
    header .icon-contacts.icon-tel {
      background-image: url(../img/phone_icon.svg);
      background-position: 0 0;
      height: 12px; }
    header .icon-contacts.icon-mobile {
      background-image: url(../img/mobile_phone_icon.svg);
      background-position: 3px 0;
      height: 13px; }
    header .icon-contacts.icon-email {
      background-image: url(../img/mail_icon.svg);
      background-position: 0 0;
      height: 12px;
      top: 1px; }
  header .icon-pdf {
    margin: 0 31px 0 2px; }
  header a:hover .icon-search {
    background-image: url(../img/search_icon_blue.svg); }
  header a:hover .icon-login {
    background-image: url(../img/user_icon_blue.svg); }

a .icon-pdf {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/pdf_gray.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  top: 3px; }
a .icon-print {
  display: inline-block;
  width: 15px;
  height: 13px;
  background-image: url(../img/print_gray.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  top: 1px; }
a .icon-consultation {
  display: inline-block;
  width: 15px;
  height: 13px;
  background-image: url(../img/headphones.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  top: 1px;
  margin-right: 12px; }
a:hover .icon-pdf {
  background-image: url(../img/pdf_blue.svg); }
a:hover .icon-print {
  background-image: url(../img/print_gray.svg); }

.navbar-toggler span {
  background: #ffffff;
  height: 2px;
  width: 20px;
  display: block;
  margin-bottom: 5px;
  transition: .3s;
  position: relative;
  top: 7px; }
  .navbar-toggler span::before, .navbar-toggler span::after {
    content: '';
    background: #ffffff;
    height: 2px;
    width: 20px;
    display: block;
    transition: .3s;
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; }
  .navbar-toggler span::before {
    top: 8px; }
  .navbar-toggler span::after {
    top: -8px; }
.navbar-toggler:not(.collapsed) span {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8); }
  .navbar-toggler:not(.collapsed) span::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 2px;
    width: 12px; }
  .navbar-toggler:not(.collapsed) span::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -2px;
    width: 12px; }

.banner {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .banner img {
    min-width: 100%;
    height: auto;
    min-height: 100%;
    width: auto;
    float: right; }
  .banner .caption {
    position: absolute;
    color: #242424;
    z-index: 1;
    padding: 0 1.875rem;
    top: 29%;
    transform: translateY(-50%);
    line-height: 1.2;
    left: 16.666667%;
    width: 33.333333%;
    font-size: 48px; }

.novelties-slider .slick-slide .col-xl-4 {
  padding-right: 0;
  display: flex; }
  .novelties-slider .slick-slide .col-xl-4 .image {
    border: 1px solid #e8e8e8;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center; }
    .novelties-slider .slick-slide .col-xl-4 .image img {
      width: 100%;
      height: auto; }
.novelties-slider .slick-slide .col-xl-8 {
  padding-left: 0;
  display: flex; }
  .novelties-slider .slick-slide .col-xl-8 .description {
    height: 100%;
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-left: -1px;
    background: #f5f5f5;
    padding: 3.563rem 1.875rem; }
    .novelties-slider .slick-slide .col-xl-8 .description h4 {
      font-size: 1.125rem;
      margin-bottom: 1.125rem; }
    .novelties-slider .slick-slide .col-xl-8 .description a.btn {
      margin-top: 2.125rem; }
    .novelties-slider .slick-slide .col-xl-8 .description p {
      font-size: 1rem;
      margin-bottom: 0.188rem; }

.news-slider {
  margin: 0 -15px; }
  .news-slider .slick-slide {
    padding: 0 15px;
    text-decoration: none; }
    .news-slider .slick-slide p.caption {
      font-size: 1.125rem;
      color: #333333;
      margin: 0.938rem 0 0.438em 0;
      line-height: 1.2; }
    .news-slider .slick-slide p.date {
      color: #777777;
      font-size: 0.75rem; }
    .news-slider .slick-slide .image img {
      width: auto;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      display: block; }

.btn-block {
  display: block;
  width: 100%;
  margin: 11px 0; }
  .btn-block .btn {
    padding: 0.750em 2.125em; }

h1 {
  font-size: 1.875rem;
  margin-bottom: 1.563rem;
  color: #333333; }

h3 {
  font-size: 1.875rem;
  margin-top: 3.125rem;
  margin-bottom: 1.563rem;
  color: #333333; }

p {
  color: #444444; }

.btn {
  color: #ffffff;
  background: #3e8dda;
  font-size: 1rem;
  border-radius: 0;
  padding: 0.750em 3.750em; }
  .btn:hover {
    background: #367abf;
    color: #ffffff; }
  .btn.btn2 {
    background-color: transparent;
    border: 1px solid #3e8dda;
    color: #3e8dda; }
    .btn.btn2.gray {
      border: 1px solid #e2e2e2;
      color: #333333;
      margin: 3px 0px;
      padding: 9px 15px;
      min-width: 220px;
      font-size: 14px; }
      .btn.btn2.gray:hover {
        border: 1px solid #3e8dda;
        background: #3e8dda;
        color: #ffffff; }

.image {
  border: 1px solid #e8e8e8;
  height: 100%;
  width: 100%; }
  .image img {
    width: 100%;
    height: auto; }
  .image.auto-height {
    height: auto; }
    .image.auto-height img {
      max-width: 100%;
      height: auto; }
  .image.image-auto {
    display: flex;
    align-items: center; }
    .image.image-auto img {
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto;
      display: block;
      margin: 0 auto; }

footer {
  width: 100%;
  background: #f5f5f5;
  color: #777777;
  font-size: 12px;
  margin-top: 50px;
  padding: 22px 0 20px 0; }
  footer .col-xxl-6 {
    text-align: right; }
  footer a {
    color: #777777;
    text-decoration: underline; }
    footer a:hover {
      color: #3e8dda; }

.visible-lg {
  display: none; }

.xxl-hidden {
  display: none; }

a {
  color: #333333; }
  a:hover, a.active {
    color: #3e8dda;
    text-decoration: none; }

.breadcrumb {
  margin: 0 -15px;
  border: none;
  border-radius: 0;
  background: #f5f5f5;
  font-size: 0.875rem;
  padding: 12px 30px; }
  .breadcrumb a {
    color: #333333; }
    .breadcrumb a:hover {
      color: #3e8dda;
      text-decoration: none; }
    .breadcrumb a .home {
      display: block;
      height: 14px;
      width: 14px;
      background-image: url(../img/home_gray.svg);
      margin-top: 5px;
      margin-right: -4px;
      background-position: 0 0;
      background-repeat: no-repeat; }
      .breadcrumb a .home:hover {
        background-image: url(../img/home_blue.svg); }

.link-block {
  font-size: 1rem;
  margin: 32px 0 39px 0; }
  .link-block a {
    margin-right: 16px;
    margin-bottom: 16px;
    display: inline-block; }
    .link-block a:hover {
      text-decoration: underline; }

.product-slider .slider-for {
  margin: 8px 0 0 0; }
  .product-slider .slider-for .slick-arrow {
    bottom: -98px;
    top: auto;
    height: 78px;
    width: 45px; }
    .product-slider .slider-for .slick-arrow.slick-prev {
      right: auto;
      left: 0; }
    .product-slider .slider-for .slick-arrow.slick-next {
      right: 0; }
.product-slider .slick-slide .image {
  width: calc(100% - 1px); }
  .product-slider .slick-slide .image img {
    width: 100%;
    height: auto; }
.product-slider .slider-nav {
  margin: 20px 53px; }
  .product-slider .slider-nav .slick-slide {
    margin: 0 7px;
    cursor: pointer; }
    .product-slider .slider-nav .slick-slide .image {
      height: 78px;
      display: flex; }
      .product-slider .slider-nav .slick-slide .image img {
        max-width: 100%;
        width: auto;
        max-height: 100%;
        height: auto;
        display: block;
        margin: 0 auto; }
    .product-slider .slider-nav .slick-slide:hover .image {
      border-color: #3e8dda; }

.product-tabs > ul {
  margin-top: 14px;
  margin: 18px -1em; }
  .product-tabs > ul .nav-link {
    padding: 0.188rem 1rem;
    border-radius: 20px;
    margin-bottom: 6px;
    line-height: 23px; }
    .product-tabs > ul .nav-link:hover {
      text-decoration: underline; }
    .product-tabs > ul .nav-link.active {
      color: #ffffff;
      background: #3e8dda; }
      .product-tabs > ul .nav-link.active:hover {
        text-decoration: none; }
.product-tabs.login-tabs {
  border: none;
  /*max-width: 340px; */
  max-width: 360px;}
.product-tabs.login-tabs .tab-content form {
  max-width: unset;
}
  .product-tabs.login-tabs > ul {
    margin: 18px 0; }
.product-tabs.contact-tabs {
  border: none; }
  .product-tabs.contact-tabs > ul {
    margin: 18px 0; }

.video-container {
  position: relative;
  padding-bottom: 55%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-caption {
  font-size: 1.125rem;
  margin: 1.250rem 0; }

aside {
  padding-left: 15px; }
  aside h4 {
    font-size: 16px;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #333333;
    margin-bottom: 1.563rem; }
  aside .btn-block .btn {
    margin-top: 1.313rem;
    width: 100%;
    padding: 1.063rem 0;
    margin-bottom: 1.625rem; }
  aside .image {
    height: auto; }
  aside .product-recommend {
    margin-bottom: 1.313rem; }
    aside .product-recommend .col-xxl-6 {
      padding-left: 0;
      align-items: center;
      display: flex; }
      aside .product-recommend .col-xxl-6 a {
        font-size: 14px; }
        aside .product-recommend .col-xxl-6 a:hover {
          text-decoration: underline; }
    aside .product-recommend:last-of-type {
      margin-bottom: 1.750rem; }
  aside.sorting {
    padding: 0; }

p.download {
  font-size: 14px;
  margin-bottom: 1.063rem; }
  p.download a span {
    margin-right: 9px; }
  p.download a:hover {
    text-decoration: underline; }

.product-description h4 {
  font-size: 16px;
  font-weight: 600;
  padding: 17px 0 3px 0; }
  .product-description h4 i {
    font-weight: 400;
    font-style: italic; }
.product-description p b {
  font-weight: 600; }
.product-description table {
  margin-top: 13px;
  margin-bottom: 7px;
  min-width: 80%; }
  .product-description table tr:not(:last-of-type) {
    border-bottom: 1px solid #dcdcdc; }
  .product-description table td, .product-description table th {
    padding: 9px 25px 9px 0; }
.product-description ul {
  list-style: none;
  margin-bottom: 2px; }
  .product-description ul li {
    padding-left: 13px;
    position: relative;
    margin-bottom: 6px; }
    .product-description ul li:before {
      content: '';
      display: block;
      height: 3px;
      width: 3px;
      border-radius: 3px;
      background: #444444;
      position: absolute;
      top: 11px;
      left: 0; }
  .product-description ul ul {
    margin-left: 36px; }
.product-description .col-xxl-3 .image {
  margin-top: 21px; }

table {
  margin-top: 13px;
  margin-bottom: 7px;
  min-width: 80%; }
  table tr:not(:last-of-type) {
    border-bottom: 1px solid #dcdcdc; }
  table td, table th {
    padding: 9px 25px 9px 0; }

#certificates .image, .certificates .image {
  padding: 20px 30px;
  border: 1px solid #dcdcdc; }

.catalog-row {
  min-height: calc(100vh - 155px); }
  .catalog-row .catalog-block {
    border: 1px solid #e8e8e8;
    display: block;
    margin-top: 30px;
    text-align: center; }
    .catalog-row .catalog-block .catalog-image {
      width: 100%;
      height: auto;
      height: 210px;
      overflow: hidden;
      display: flex;
      align-items: center; }
      .catalog-row .catalog-block .catalog-image img {
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        display: block; }
    .catalog-row .catalog-block h4 {
      font-size: 16px;
      font-weight: 400;
      margin: 0 40px;
      height: 60px;
      overflow: hidden;
      margin-bottom: 8px; }
    .catalog-row .catalog-block:hover {
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
      .catalog-row .catalog-block:hover h4 {
        color: #3e8dda; }

.page {
  min-height: calc(100vh - 155px);
  padding-top: 30px; }

.error-page p:first-of-type {
  font-size: 28px;
  margin: 0; }

.certificates .image {
  height: auto;
  padding: 30px 30px;
  margin: 0 0 20px 0; }
.certificates h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 40px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 8px;
  text-align: center; }

.submenu {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin: 2px 0 42px 0; }
  .submenu li {
    float: left;
    margin-right: 23px;
    font-size: 18px; }
    .submenu li .active {
      color: #3e8dda; }

.tab-content form {
  max-width: 340px; }
  .tab-content form .btn {
    padding: 0.438rem 2.125rem;
    min-width: 220px; }
  .tab-content form a {
    font-size: 14px;
    text-decoration: underline; }
  .tab-content form span {
    font-size: 14px; }

.form-control {
  border-radius: 0;
  border-color: #d8d8d8;
  color: #333333;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem; }
  .form-control:focus {
    box-shadow: none;
    border-color: #d8d8d8; }
  .form-control:disabled {
    background-color: #e8e8e8;
    border-color: #e8e8e8; }

.form-group {
  margin-bottom: 1.250rem; }

.profile {
  max-width: 470px;
  margin: 16px 0; }
  .profile form h4 {
    font-size: 1rem;
    margin-bottom: 2rem; }
  .profile form .form-group + h4 {
    margin-top: 2.5rem; }
  .profile form .btn {
    padding: 0.438rem 2.125rem;
    min-width: 220px; }
  .profile form label {
    font-size: 0.875rem;
    align-items: center;
    display: flex; }

.contacts-row {
  border-bottom: 1px solid #d8d8d8;
  padding: 12px 0 13px 0; }
  .contacts-row:last-of-type {
    border: none; }
  .contacts-row p {
    margin: 0;
    padding: 0;
    line-height: 1.2; }

.contact-tabs form {
  max-width: 340px; }
  .contact-tabs form .btn {
    padding: 0.438rem 2.125rem;
    min-width: 220px; }
  .contact-tabs form h4 {
    font-size: 1.125rem;
    margin: 3.188rem 0 1.563rem 0; }

.news-row a {
  text-decoration: none;
  margin-bottom: 2.063rem;
  display: inline-block;
  width: 100%; }
  .news-row a .image {
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center; }
    .news-row a .image img {
      width: auto;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      display: block; }
  .news-row a p.caption {
    font-size: 1.125rem;
    color: #333333;
    margin: 0.938rem 0 0.438em 0;
    line-height: 1.2; }
  .news-row a p.date {
    color: #777777;
    font-size: 0.75rem; }
.news-row .btn-block {
  margin-top: 0;
  padding: 0; }
  .news-row .btn-block a {
    width: auto; }
.news-row .row .col-xxl-4 a {
  display: inline-block; }

.pagination .page-item {
  position: relative; }
  .pagination .page-item .page-link {
    height: 40px;
    width: 40px;
    border-radius: 0 !important;
    margin-bottom: 0;
    line-height: 24px;
    text-align: center;
    font-size: 0.875rem;
    color: #333333;
    z-index: 2;
    border: 1px solid #e8e8e8; }
    .pagination .page-item .page-link:hover {
      background: #c5ddf4;
      border-color: #c5ddf4; }
    .pagination .page-item .page-link.disabled:hover {
      background: transparent;
      border-color: #e8e8e8;
      cursor: default; }
    .pagination .page-item .page-link.disabled span {
      border-right-color: #82809e; }
  .pagination .page-item.active .page-link, .pagination .page-item.active .page-link:hover {
    background: #3e8dda;
    border-color: #3e8dda;
    cursor: default;
    color: #ffffff; }
  .pagination .page-item span {
    position: absolute;
    border: 5px solid transparent;
    top: 50%;
    margin-top: -5px; }
  .pagination .page-item:first-of-type span {
    border-right: 5px solid #333333;
    left: 50%;
    margin-left: -7px; }
  .pagination .page-item:last-of-type span {
    border-left: 5px solid #333333;
    right: 50%;
    margin-right: -7px; }

.accordion {
  margin: 31px 0 0 0; }
  .accordion .card {
    border: 1px solid #3e8dda;
    border-radius: 0;
    margin-bottom: 21px;
    border-bottom: 0; }
    .accordion .card .card-header {
      background: #3e8dda;
      padding: 0;
      border: none; }
      .accordion .card .card-header:first-of-type {
        border-radius: 0; }
      .accordion .card .card-header a {
        color: #ffffff;
        display: inline-block;
        width: 100%;
        padding: 8px 20px 6px 20px;
        background: #3e8dda;
        -webkit-appearance: none; }
        .accordion .card .card-header a::before {
          content: '';
          position: absolute;
          float: right;
          border: 5px solid transparent;
          border-bottom: 5px solid #ffffff;
          top: 11px;
          right: 17px; }
        .accordion .card .card-header a.collapsed::before {
          border: 5px solid transparent;
          border-top: 5px solid #ffffff;
          opacity: 0.5;
          top: 16px; }
        .accordion .card .card-header a:hover, .accordion .card .card-header a:focus {
          text-decoration: none; }
    .accordion .card .card-body {
      padding: 0 1.25rem 2.188rem 1.25rem;
      border-bottom: 1px solid #3e8dda; }

.partners h4 {
  padding: 9px 0 3px 0; }
.partners .row {
  margin-bottom: 30px; }
.partners .image {
  min-height: 150px;
  padding: 20px 0; }

.category-block {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin: 30px 0 20px 0;
  padding: 40px 0 0 0; }
  .category-block .image {
    min-height: 220px; }
  .category-block .row {
    margin-bottom: 30px; }
    .category-block .row > div {
      display: flex;
      align-items: center; }
      .category-block .row > div div > a {
        font-size: 1.125rem;
        margin-bottom: 0.938rem;
        display: inline-block; }
        .category-block .row > div div > a:hover {
          color: #3e8dda;
          text-decoration: underline; }
      .category-block .row > div p.download {
        margin-top: 0.938rem; }

table.category-table {
  margin-bottom: 25px; }
  table.category-table tr:last-of-type {
    border-bottom: 1px solid #dcdcdc; }

h4.mb {
  margin-bottom: 30px; }

.category-image {
  margin-top: 32px;
  border: none; }

.search-page {
  padding-top: 40px; }
  .search-page h1 {
    font-size: 28px; }
  .search-page form {
    max-width: 340px; }
    .search-page form .btn {
      padding: 0.438rem 2.125rem;
      min-width: 220px; }
  .search-page p + form {
    margin-top: 27px; }
  .search-page .pagination {
    margin-top: 20px; }

.search-block {
  padding-bottom: 17px; }
  .search-block a {
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 10px; }
  .search-block:not(:first-of-type) {
    padding-top: 27px;
    border-top: 1px solid #e8e8e8; }

.modal h5 {
  font-size: 24px; }
.modal .modal-header {
  display: block;
  text-align: center;
  padding: 3.063rem 4.313rem 0.688rem 4.313rem; }
  .modal .modal-header button.close {
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 18px;
    margin: 0; }
    .modal .modal-header button.close::before {
      content: '';
      display: block;
      width: 1px;
      height: 24px;
      position: absolute;
      transform: rotate(45deg);
      background: #494949;
      right: 10px;
      top: 0; }
    .modal .modal-header button.close::after {
      content: '';
      display: block;
      width: 1px;
      height: 24px;
      position: absolute;
      transform: rotate(-45deg);
      background: #494949;
      left: 10px;
      top: 0; }
    .modal .modal-header button.close:hover::before, .modal .modal-header button.close:hover::after {
      background: #4d96dd; }
.modal .modal-body {
  padding: 1rem 4.313rem; }
  .modal .modal-body .form-check label {
    font-size: 12px; }
    .modal .modal-body .form-check label a {
      text-decoration: underline; }
.modal .modal-footer {
  padding: 0 4.313rem 3.625rem 4.313rem;
  text-align: center; }
  .modal .modal-footer .btn-block {
    margin-top: 0.313rem; }
    .modal .modal-footer .btn-block .btn {
      padding: 0.438rem 4.188rem; }

.form-check {
  padding-left: 0;
  text-align: left; }
  .form-check label {
    padding-left: 28px;
    position: relative; }
    .form-check label input[type="checkbox"] {
      display: none; }
      .form-check label input[type="checkbox"] + span {
        display: block;
        width: 18px;
        height: 18px;
        border: 1px solid #d8d8d8;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -9px; }
      .form-check label input[type="checkbox"]:checked + span {
        background-image: url(../img/check.png);
        background-repeat: no-repeat;
        background-position: center; }
.hide{display: none;}
.cookies_container{
  align-items: flex-start;
  background-color: #242424;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  padding: 20px;
  position: fixed;
  right: 0;
  width: 420px;
  z-index: 99;
}
.cookies_text{
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
  width: 100%;
}
.cookies_btn{
  align-items: center;
  border: 1px #fff solid;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 12px;
  height: 26px;
  justify-content: center;
  line-height: 16px;
  transition: all .3s linear;
  width: calc(50% - 15px);
}
.cookies_btn:hover{
  background-color: #fff;
  color: #242424;
}
@media (max-height: 720px) and (min-width: 768px) {
  body header nav.navbar {
    margin-top: 7vh; }

  body header .nav-bottom {
    bottom: 2vh; }

  body header .nav-bottom .nav-search-login {
    margin-bottom: 3vh; }

  body header nav.navbar .dropdown-menu {
    padding-top: 50px; }

  body header nav.navbar .dropdown-menu ul .download {
    margin-top: 20px; } }
@media (max-height: 530px) {
  body header nav.navbar #navbar, header nav.navbar .dropdown-menu, body header nav.navbar .dropdown-menu {
    padding-top: 65px !important; }

}
@media (max-width: 1499px) {
  .xxl-hidden {
    display: block; }

  .xxl-visible {
    display: none; }

  .wrap {
    padding-left: 25%; }

  header {
    width: 25%; }
    header nav.navbar .nav-item a {
      font-size: 1rem; }

  .banner .caption {
    left: 25%;
    width: 50%; }

  .novelties-slider .slick-slide .col-xl-8 .description {
    padding: 1.563rem 1.875rem; }
    .novelties-slider .slick-slide .col-xl-8 .description h4 {
      font-size: 1.125rem;
      margin-bottom: 0.813em; }
    .novelties-slider .slick-slide .col-xl-8 .description a.btn {
      margin-top: 1.125rem; }

  .link-block {
    margin-top: 23px; }

  .product-tabs {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 16px;
    padding-top: 14px;
    padding-bottom: 6px; }

  .col-xxl-3 aside {
    padding-left: 0;
    padding-top: 37px; }

  .catalog-row .catalog-block .catalog-image {
    height: 165px; }
  .catalog-row .catalog-block h4 {
    font-size: 14px;
    height: 50px;
    margin-bottom: 5px; }

  aside.sorting {
    border-top: 1px solid #e8e8e8;
    margin: 19px 0 0 0;
    padding: 26px 0 0 0; }

  .category-block {
    border-top: none;
    margin: 0;
    padding: 14px 0 0 0; } }
@media (min-width: 1200px) {
  header .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column; } }
@media (max-width: 1199px) {
  .hidden-lg {
    display: none; }

  .visible-lg {
    display: block; }

  .wrap {
    padding-left: 8.333333%; }

  header {
    width: 8.333333%; }
    header nav.navbar .nav-item a {
      font-size: 1rem; }
    header .logo {
      padding: 0.5rem 0; }
      header .logo a {
        display: block; }
        header .logo a img {
          margin: 0 auto; }
    header nav.navbar {
      padding: 0.5rem 0; }
      header nav.navbar .navbar-toggler {
        margin: 0 auto; }
      header nav.navbar #navbar {
        position: fixed;
        top: 0;
        left: 8.333333%;
        background: #242424;
        border-left: 1px solid #4e4e4e;
        height: 100vh;
        padding: 0 0 0 30px;
        width: 25%;
        padding-top: calc(23vh + 65px); }
      header nav.navbar .dropdown-menu {
        left: 33.333333%;
        padding-top: calc(23vh + 65px);
        width: 33.333333%; }
    header .nav-bottom li a span:first-of-type {
      margin: 0 auto;
      display: block; }

  .banner .caption {
    left: 8.333333%;
    width: 50%; }

  .novelties-slider .slick-slide .col-xl-8 .description {
    padding: 1.563rem 1.875rem; }
    .novelties-slider .slick-slide .col-xl-8 .description h4 {
      font-size: 1.125rem;
      margin-bottom: 0.813em; }
    .novelties-slider .slick-slide .col-xl-8 .description a.btn {
      margin-top: 1.125rem; }

  .catalog-row, .page {
    min-height: calc(100vh - 148px); } }
@media (max-height: 720px) and (max-width: 1199px) {
  header nav.navbar #navbar, header nav.navbar .dropdown-menu {
    padding-top: calc(10vh + 65px) !important; } }
@media (max-width: 991px) {
  .wrap {
    margin: 0 5px;
    width: calc(100% - 10px); }

  header nav.navbar .dropdown-menu {
    width: 50%; }

  .banner .caption {
    font-size: 2.500rem; }

  h3 {
    font-size: 1.625rem; }

  .novelties-slider .slick-slide .col-xl-8 .description p {
    font-size: 0.875rem; }
  .novelties-slider .slick-slide .col-xl-8 .description h4 {
    font-size: 1rem; }

  a.btn {
    font-size: 0.875rem; }

  .news-slider .slick-slide p.caption {
    font-size: 1rem; }

  .breadcrumb {
    font-size: 0.750rem;
    padding: 10px 22px;
    margin: 0px -5px;
    box-sizing: content-box; }

  .link-block {
    font-size: 0.875rem;
    margin: 18px 0 44px 0; }
    .link-block a {
      margin-bottom: 9px; }

  h1 {
    font-size: 1.5rem; }

  aside h4 {
    font-size: 0.875rem;
    margin-bottom: 1.063rem; }
  aside p.download {
    margin-bottom: 0.563rem; }
  aside .btn-block .btn {
    margin-top: 10px;
    padding: 12px 0;
    margin-bottom: 10px;
    font-size: 1rem; }

  .xxl-hidden aside {
    padding-top: 15px;
    padding-left: 0; }

  .product-slider .slider-for .slick-arrow {
    bottom: -82px;
    height: 62px;
    width: 36px; }
  .product-slider .slider-nav {
    margin: 20px 40px; }
    .product-slider .slider-nav .slick-slide .image {
      height: 62px;
      display: flex; }

  .product-description {
    font-size: 14px;
    margin: 5px 0 0 0;
    line-height: 1.7; }

  .video-caption {
    font-size: 0.850rem;
    margin: 0.850rem 0; }

  .product-tabs {
    padding-bottom: 15px;
    font-size: 14px; }

  .map {
    margin-top: 10px; }

  .contact-tabs form {
    margin: 0 auto;
    text-align: center; } }
@media (max-width: 767px) {
  .wrap {
    padding-left: 0;
    margin: 0;
    width: 100%; }

  header {
    height: 60px;
    width: 100%;
    padding-top: 8px;
    position: relative; }
    header .logo {
      max-width: 160px;
      float: left;
      height: auto;
      padding: 0;
      margin: 0 0.938rem;
      position: absolute;
      top: 8px;
      left: 0;
      z-index: 1000; }
      header .logo .visible-lg {
        display: none; }
      header .logo .hidden-lg {
        display: block; }
    header nav.navbar {
      display: inline-block;
      margin: 0;
      width: 100%; }
      header nav.navbar .navbar-toggler {
        float: right;
        margin: 0;
        position: relative;
        z-index: 1000;
        margin-right: 0.938rem; }
      header nav.navbar #navbar {
        position: relative;
        top: auto;
        left: auto;
        background: #242424;
        border-left: 1px solid #4e4e4e;
        height: auto;
        /* padding: 2.688rem 0 0.313rem 0 !important; */
        padding: 0 0 0.313rem 0 !important;
        margin-top: 2.688rem;
        width: 100%; }
        header nav.navbar #navbar.collapsing {
          position: relative;
          height: 0;
          overflow: hidden;
          transition: height .35s ease;
        }
        header nav.navbar #navbar ul {
          padding: 0.313rem 0.875rem;
          border-top: 1px solid #3a3a3a;
          margin-bottom: 0.875rem; }
          header nav.navbar #navbar ul li {
            padding: 0.313rem 0; }
            header nav.navbar #navbar ul li.dropdown .dropdown-toggle::after {
              content: '';
              display: inline-block;
              border: 4px solid transparent;
              border-top: 4px solid #ffffff;
              top: 5px;
              position: relative;
              margin-left: 5px; }
            header nav.navbar #navbar ul li.dropdown.show .dropdown-toggle::after {
              border: 4px solid transparent;
              border-bottom: 4px solid #ffffff;
              top: 0; }
      header nav.navbar .nav-item {
        padding: 0.313rem 0; }
        header nav.navbar .nav-item a {
          font-size: 0.875rem; }
      header nav.navbar .dropdown-menu {
        height: auto;
        background: #242424;
        position: relative !important;
        top: auto;
        left: 0;
        width: 100%;
        z-index: 101;
        border-left: none;
        padding-top: 0 !important; }
        header nav.navbar .dropdown-menu ul {
          border: none !important; }
          header nav.navbar .dropdown-menu ul .download {
            margin-top: 15px; }
          header nav.navbar .dropdown-menu ul .dropdown-item {
            padding-left: 0;
            padding-bottom: 0; }
    header #navbar .ul-search-login .hidden-lg, header #navbar .ul-contacts .hidden-lg {
      display: inline; }
    header #navbar .ul-search-login a, header #navbar .ul-contacts a {
      color: #ffffff;
      font-size: 0.875rem; }
      header #navbar .ul-search-login a:hover, header #navbar .ul-contacts a:hover {
        color: #3e8dda;
        text-decoration: none; }
    header #navbar .ul-contacts a:hover {
      color: #ffffff; }

  .banner {
    height: auto; }
    .banner img {
      width: 100%;
      height: auto; }
    .banner .caption {
      left: 0;
      font-size: 2.250rem;
      padding: 0 0.938rem; }

  footer {
    font-size: 10px; }

  .link-block {
    margin: 18px 0 25px 0; }

  h1 {
    margin-bottom: 1rem; }

  .product-slider .slider-for .slick-arrow {
    width: 32px; }
  .product-slider .slider-nav {
    margin: 20px 37px; }

  .breadcrumb {
    margin: 0px 0; }

  .product-tabs > ul {
    margin: 18px 0; }

  .product-tabs.login-tabs {
    margin: 0 auto;
    text-align: center; }

  .form-control {
    font-size: 0.875rem; }

  .product-tabs.login-tabs > ul {
    display: block; }
    .product-tabs.login-tabs > ul li {
      display: inline-block; }

  .search-page form {
    margin-left: auto;
    margin-right: auto;
    text-align: center; } }
@media (max-width: 575px) {
  .banner .caption {
    width: 100%;
    font-size: 1.875rem; }

  .novelties-slider .slick-slide .col-xl-4 {
    padding-right: 15px;
    display: block; }
  .novelties-slider .slick-slide .col-xl-8 {
    display: block;
    padding-left: 15px; }
    .novelties-slider .slick-slide .col-xl-8 .description {
      margin-left: 0;
      margin-top: -1px; }
      .novelties-slider .slick-slide .col-xl-8 .description h4 {
        font-size: 1.125rem;
        margin-bottom: 1.125rem; }
      .novelties-slider .slick-slide .col-xl-8 .description a.btn {
        margin-top: 2.125rem; }
      .novelties-slider .slick-slide .col-xl-8 .description p {
        font-size: 1rem;
        margin-bottom: 0.188rem; }

  footer {
    font-size: 12px; }
    footer .col-xxl-6 {
      text-align: left; }

  #productTab {
    display: inline-block; }

  .catalog-row .catalog-block .catalog-image {
    height: auto;
    min-height: 150px; }
  .catalog-row .catalog-block h4 {
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px; }

  .profile {
    margin: 0 0; }
    .profile form h4 {
      margin-bottom: 1.563rem; }

  .page {
    padding-top: 0; }
    .page .contact-tabs {
      margin-top: 0; }
    .page .product-description h3 {
      margin-top: 20px; }
    .page .contacts-row p {
      line-height: 1.5; }

  .form-check {
    margin-bottom: 10px; }
  .cookies_container{width: 100%;}
}
@media print {
  body {
    overflow: visible !important; }

  .row {
    display: block; }

  header, .breadcrumb, .link-block, .col-xxl-3.col-12, footer, aside {
    display: none; }

  .wrap {
    width: 100%;
    padding: 0;
    margin: 0; }

  .col-xxl-9.col-12 {
    width: 100%; } }
.novelties-slider h4{
    font-weight: bold;
}
.novelties-slider ul{
   margin-left: 20px
}
ol,.product-tabs .tab-content ul{
	margin-left:20px;
}

img {
	max-width: 100%;
	height: auto;
}

@media (min-width: 767px) {
  .dropdown-menu__info-gradient {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(0deg, #242424 80%, rgba(36, 36, 36, 0));
    opacity: 0;
    visibility: collapse;
    pointer-events: none;
    transition: all .5s linear;
  }

  .dropdown-menu__info-gradient--show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .dropdown-menu__info-gradient::after {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
  }
}