@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
@font-face {
  font-family: "geometria";
  src: url("fonts/geometria.woff2") format("woff2"),
    url("fonts/geometria.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "geometria-light";
  src: url("fonts/geometria-light.woff2") format("woff2"),
    url("fonts/geometria-light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

html {
  min-height: 100%;
  height: 100%;
}

body {
  background: #000000;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background-size: cover;
  flex: 1;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

input {
  background: #303030;
  color: #ffffff;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

textarea::placeholder,
input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.hidden {
  display: none;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.layout {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 140px;
  min-height: 100%;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 120px;
  z-index: 17;
  background: #000000;
  transition: 0.5s;
}

.top-menu-container {
  transition: 0.5s;
}

.scroll header .top-menu-container {
  height: 0;
  overflow: hidden;
}

.scroll .top-menu-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.scroll header {
  height: 64px;
}

.page-background {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  overflow: hidden;
  z-index: -1;
}

.page-background::before {
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  display: none;
  width: 100%;
  height: 1080px;
  background: #000000 no-repeat center top url("img/body-bg.jpg");
  background-size: contain;
}

.page-background::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 440px;
  background: linear-gradient(to bottom, black 0%, transparent 100%),
    no-repeat center bottom url("img/footer-bg.jpg");
  background-size: cover;
}

.top-menu-container {
  height: 55px;
}

a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.65);
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

li {
  list-style-type: none;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

.top-menu-1 {
  padding-top: 24px;
}

.top-menu-1 > li {
  height: 20px !important;
}

.navbar-nav {
  display: inline-block;
}

ul.navbar-nav > li {
  display: inline-block;
  padding-right: 30px;
  line-height: 20px;
}

ul.navbar-nav > li.menu-language {
  padding-right: 0;
}

ul.navbar-nav > li > a {
  line-height: 20px;
}

.dropdown-menu {
  background: rgba(24, 24, 24, 0.8);
  font-size: 14px;
}

.dropdown-menu li {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.dropdown-menu.show {
  top: 7px !important;
}

li.vk-icon {
  border-right: 1px solid #5f5f5f;
}

li.vk-icon a {
  position: relative;
  top: -1px;
  opacity: 0.65;
}

li.vk-icon a:hover {
  opacity: 1;
}

.dropdown-toggle > .language-image {
  margin-left: 27px;
}

.language-image {
  margin-right: 7px;
}

.top-menu-2 {
  padding-top: 10px;
  padding-bottom: 32px;
}

.logo-container {
  position: relative;
  display: inline-block;
}

.logo-container img {
  width: 100%;
  max-height: 23px;
}

.shop-buttons-container {
  display: inline-block;
}

.catalog-menu-block__switcher {
  background-image: linear-gradient(
    to bottom,
    white 0%,
    white 12.5%,
    transparent 12.5%,
    transparent 43.75%,
    white 43.75%,
    white 56.25%,
    transparent 56.25%,
    transparent 87.5%,
    white 87.5%,
    white 100%
  );
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -43px;
  top: 4px;
  width: 24px;
  height: 16px;
  margin: auto;
  background-size: 24px 16px;
  cursor: pointer;
}

.top-menu-2-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 11;
  display: none;
}

.top-menu-2-content {
  position: absolute;
  left: 198px;
  top: -40px;
  width: 608px;
  /* min-height: 338px; */
  box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.5);
  padding: 84px 0 35px 35px;
  border-radius: 7px;
  background: #181818;
  font-family: "Geometria", sans-serif;
  font-size: 16px;
  overflow: hidden;
  z-index: 12;
  display: none;
  max-height: fit-content;
}

.top-menu-2-content img.catalog-menu-close {
  position: absolute;
  left: 35px;
  top: 42px;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s;
  width: fit-content;
}

.top-menu-2-content img.catalog-menu-close:hover {
  opacity: 1;
}

.top-menu-2-content .catalog-menu {
  position: relative;
  width: 140px;
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.top-menu-2-content .catalog-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.top-menu-2-content .catalog-menu > li > ul {
  position: absolute;
  top: 0;
  left: 180px;
  display: none;
}

.top-menu-2-content .catalog-menu > li.active > ul {
  display: block;
}

.top-menu-2-content .catalog-menu > li.active > a {
  color: #ffffff;
}

.top-menu-2-content ul.catalog-menu > li > ul {
  width: 170px;
}
/*
.top-menu-2-content ul.catalog-menu>li>ul>li>img {
    position: absolute;
    top: -90px;
    left: 140px;
    width: 320px;
    display: none;
    max-width: 100000px;
}*/

.top-menu-2-content ul.catalog-menu > li > ul > li > img {
  position: absolute;
  top: 0px;
  left: 188px;
  width: 320px;
  height: auto;
  max-height: 200px;
  opacity: 0;
}

.top-menu-2-content ul.catalog-menu > li > ul > li.active > img {
  display: block;
  opacity: 1;
}

.top-menu-2-content ul.catalog-menu > li > ul > li.active > a {
  color: #ffffff;
}

.shop-buttons-container > a {
  margin-right: 23px;
  opacity: 0.65;
}

.shop-buttons-container > a:hover {
  opacity: 1;
}

.cart-block__content {
  position: relative;
  display: inline-block;
}

.cart-block__content a img {
  margin-right: 17px;
  opacity: 0.65;
}

.cart-block__content a:hover img {
  opacity: 1;
}

.cart-block__count {
  position: absolute;
  left: 18px;
  top: -11px;
  width: auto;
  height: 17px;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  background: #de0900;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
}

.cart-block__total {
  font-weight: 600;
  font-size: 14px;
}

.pre-footer {
  height: 58px;
  color: #5a5a5a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  margin-top: 110px;
}

.pre-footer img {
  width: 163px;
}

.copyright-footer {
  height: 45px;
  color: rgba(255, 255, 255, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

.copyright-footer img {
  width: 163px;
}

.footer-content {
  padding: 28px 0;
  flex-wrap: wrap;
}

.menu-l1__item {
  margin-right: 45px;
}

.menu-l2__item {
  margin-bottom: 20px;
}

.menu-l2__link {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

.menu-l3 {
  margin-bottom: 5px;
}

.menu-l3 a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 24px;
}

.menu-l3 a:hover {
  color: #ffffff;
}

.helpdesk-block h3 {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 10px;
}

.helpdesk-block__phone {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.65);
}

.helpdesk-block__content p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 6px;
}

a.support-email {
  color: #1493ff;
}

.subscription-block__content {
  margin-top: 24px;
}

.subscription-form {
  position: relative;
}

.subscription-block__content .subscription-email-input {
  width: 280px;
  height: 34px;
  line-height: 34px;
  background: #373737;
  border: none;
  outline: none;
  padding: 0 48px 0 8px;
  color: #ffffff;
  font-size: 14px;
}

.subscription-form .form-submit-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: url(img/enter-icon.svg) center no-repeat;
  text-indent: -9999px;
  opacity: 0.3;
  transition: opacity 0.1s;
}

.subscription-form .form-submit-button:hover,
.subscription-form .form-submit-button:focus,
.subscription-form .form-submit-button:active {
  opacity: 1;
}

.subscription-block__content p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  padding-top: 10px;
}

.owl-carousel {
  overflow: hidden;
}

#owl-carousel-front {
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.owl-carousel-front-slide {
  display: inline-block;
}

.owl-carousel-front-slide img.full-screen {
  width: 100%;
  height: 720px;
  object-fit: cover;
  border-radius: 12px;
}

.owl-carousel-front-slide img.small-screen {
  width: 100%;
  height: 720px;
  object-fit: cover;
  display: none;
}

#owl-carousel-front .owl-nav {
  position: absolute;
  width: 100%;
  top: calc(50% - 22px);
  left: 0;
}

#owl-carousel-front .owl-nav .owl-prev {
  position: absolute;
  left: 00px;
  width: 64px;
  height: 900px;
  background: url(img/slideshow-arrow.svg);
  opacity: 0.3;
  transition: opacity 0.2s;
  outline: none;
  display: block;
  background-repeat: no-repeat;
  top: -450px;
  background-position: center;
}

#owl-carousel-front .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  width: 64px;
  height: 900px;
  background: url(img/slideshow-arrow.svg);
  transform: rotate(180deg);
  opacity: 0.3;
  transition: opacity 0.2s;
  outline: none;
  display: block;
  background-repeat: no-repeat;
  top: -450px;
  background-position: center;
}

#owl-carousel-front .owl-nav .owl-prev:hover,
#owl-carousel-front .owl-nav .owl-prev:focus,
#owl-carousel-front .owl-nav .owl-next:hover,
#owl-carousel-front .owl-nav .owl-next:focus {
  opacity: 1;
}

#owl-carousel-front .owl-nav .owl-prev span,
#owl-carousel-front .owl-nav .owl-next span {
  display: none;
}

#owl-carousel-front .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

#owl-carousel-front .owl-dot {
  width: 3px;
  height: 12px;
  background: #ffffff;
  opacity: 0.3;
  transition: all 0.3s;
  margin-right: 22px;
  outline: none;
}

#owl-carousel-front .owl-dot:last-child {
  margin-right: 0;
}

#owl-carousel-front .owl-dot.active {
  height: 22px;
  background: #115feb;
  opacity: 1;
}

#owl-carousel-front .owl-dot:hover {
  opacity: 0.5;
}

.front-slide-text {
  position: absolute;
  left: 152px;
  top: 195px;
  width: 521px;
}

.front-slide-text h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
}

.front-slide-text p {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.75;
  margin-top: 16px;
  margin-bottom: 30px;
}

a.button-link-blue {
  display: inline-block;
  height: 52px;
  line-height: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  padding: 0 38px;
  border: 2px solid #1378f5;
  border-radius: 26px;
  transition: all 0.3s;
}

a.button-link-blue:hover {
  border: 2px solid #1f90ff;
}

.products {
  flex-wrap: wrap;
  margin-top: 88px;
}

.product {
  position: relative;
  width: 390px;

  background: #151515;
  border-radius: 12px;
  margin-bottom: 40px;
  padding: 30px;
  margin-right: 40px;
}

.product:last-child {
  margin-right: 0;
}

.product:nth-child(4n) {
  margin-right: 0;
}

.product:hover {
  background: #191919;
}

.product-labels {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 10;
}

.product-labels span {
  display: inline-block;
  height: 23px;
  line-height: 23px;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  padding: 0 10px;
  text-transform: uppercase;
  border-radius: 17px;
  margin-right: 4px;
}

.product-labels span:last-child {
  margin-right: 0px;
}

.product-labels span.product-sale {
  background: #4bb54b;
}

.product-labels span.product-new {
  background: #1378f5;
}

.product-labels span.product-stock {
  background: #ffac00;
}

.product .product-like {
  position: absolute;
  top: 29px;
  right: 30px;
  opacity: 0;
  transition: all 0.3s;
  filter: grayscale(100%);
  cursor: pointer;
}

.product:hover .product-like {
  opacity: 0.4;
}

.product .product-like.active,
.product .product-like:hover {
  opacity: 1;
  filter: grayscale(0);
}

.product .add-to-cart {
  display: block;
  position: absolute;
  right: 92px;
  bottom: 34px;
  opacity: 0;
  transition: all 0.3s;
}

.product:hover .add-to-cart {
  opacity: 0.65;
}

.product .add-to-cart:hover {
  opacity: 1;
}

.product .add-to-cart img {
  width: 26px;
  height: 22px;
}

.product .read-more {
  display: block;
  position: absolute;
  right: 42px;
  bottom: 34px;
  opacity: 0;
  transition: all 0.3s;
}

.product:hover .read-more {
  opacity: 0.25;
}

.product .read-more:hover {
  opacity: 1;
}

.product .product-image {
  padding-top: 10px;
}

.product .product-image img {
  object-fit: cover;
  width: 330px;
  height: 330px;
}

.product .product-info h2 {
  font-family: "geometria-light", "Open Sans", sans-serif;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 5px;
  font-weight: 400;
  padding-top: 0;
}

.catalog_stocks .catalog {
  padding-top: 0 !important;
}

.product .product-info h2 sup {
  font-size: 20px;
}

.product .product-info span {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
}

.product .product-info span.price {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

.product .product-info span.price-old {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 5px;
}

.product .product-info span.price-old::after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.product .product-info span.price-new {
  font-weight: 600;
  color: #4bde4b;
  margin-right: 2px;
}

.product .product-info span.price-currency {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

.product .product-info span.comments-count {
  color: rgba(255, 255, 255, 0.65);
}

.product .product-info img.comment-icon {
  display: inline-block;
  width: auto;
  position: relative;
  top: -1px;
  margin-left: 14px;
  margin-right: 3px;
}

.front-links-block a {
  display: inline-block;
  width: 320px;
  height: 100px;
  line-height: 100px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.65);
  font-family: "geometria", "Open Sans", sans-serif;
  font-size: 20px;
  border-radius: 12px;
  margin-top: 48px;
  margin-bottom: 0;
  margin-right: 30px;
  transition: all 0.3s;
}

.front-links-block a:last-child {
  margin-right: 0;
}

.front-links-block a:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 1);
}

.breadcrumb-container {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.breadcrumb-container a {
  font-size: 13px;
  line-height: 40px;
}

.footer-menu-arrow {
  display: none;
}

.fancybox-bg {
  background-color: rgba(0, 0, 0, 0.75);
}

span.error,
div.error {
  display: block;
  position: relative;
  top: -6px;
  line-height: 14px;
  font-size: 14px;
  color: #c12b2b;
}

#authPopup .success__form {
  text-align: center;
  padding-top: 128px;
}

#authPopup .modal-body .success__form input {
  padding: 0 28px;
}

div[id^="wait_comp_"] {
  display: none !important;
}

.products .owl-nav {
  display: none;
}

.products .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.products .owl-dots .owl-dot {
  width: 30px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  outline: none;
}

.products .owl-dots .owl-dot.active {
  position: relative;
  top: 1px;
  height: 5px;
  background: #115feb;
}

.news__l {
  width: 100%;
}

.news__e {
  float: left;
  width: 31.3%;
  height: 425px;
  margin-bottom: 30px;
  /*margin-right: 30px;*/
  position: relative;
}

.news__e.news-item-pad {
  margin-left: 3%;
}

.news__name a {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.news__name {
  padding-bottom: 20px;
}

.news__text {
  background: #151515;
  padding: 40px 45px;
  border-bottom-left-radius: 12px;
  height: 200px;
  border-bottom-right-radius: 12px;
}

.news__description {
  opacity: 0.5;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}

.news__date {
  font-size: 14px;
  line-height: 24px;
  padding-top: 18px;
  opacity: 0.5;
  position: absolute;
  bottom: 20px;
}

sup {
  letter-spacing: 0px;
}
.product-not {
  background: #333;
  color: #999 !important;
}

#tab-description {
  padding-top: 30px;
}
.news__e img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  max-width: 100%;
}

.main__news .news__name a {
  font-size: 40px;
  line-height: 48px;
}

.news__e_img {
  height: 225px;
}

.main__news .news__e_img {
  width: 65.666%;
  float: left;
  height: 463px;
}

.main__news {
  margin-bottom: 37px;
}

.main__news .news__text {
  width: 34.333%;
  height: 463px;
  float: right;
  padding-top: 100px;
  border-bottom-left-radius: 0;
}

.news__e_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}

.main__news .news__description {
  font-size: 17px;
  line-height: 24px;
}

.main__news .news__date {
  font-size: 14px;
  line-height: 24px;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
} /* IE < 8 */

img {
  max-width: 100%;
}

.news__detail {
  text-align: left;
  font-size: 17px;
  line-height: 1.5;
}

.news__detail h1,
.news__detail h2,
.news__detail h3,
.news__detail h4,
.news__detail h5,
.news__detail h6 {
  text-align: center;
}

.news__detail img {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.inner_news .news__date {
  text-align: center;
}

.news__d_image {
  text-align: center;
}

.news__detail hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 60px;
}

.news__detail .news__date {
  margin-top: 30px;
}

.text-transparent {
  opacity: 0.5;
}

.cart_full_name,
.main_title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.t-c {
  text-align: center;
}

.cart_full_block5 {
}

.cart_full_text_1,
.main_text {
  opacity: 0.5;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}

.cart_full_block8 .main_title {
  margin-top: 45px;
  margin-bottom: 8px;
}

.cart_bl6 {
  margin-top: 120px;
}

.cart_bl6 .main_title {
  margin-bottom: 10px;
}

.cart_bl6 .col-6 + .col-6 + .col-6 {
  margin-top: 70px;
}

.cart_full_block5 .main_title {
  margin-bottom: 10px;
}

.cart_full_block5 .main_text {
  margin-bottom: 35px;
}

.cart_full_block4 .main_title {
  font-size: 40px;
  margin-bottom: 30px;
}

.cart_full_block4 .main_text {
  font-size: 17px;
  margin-bottom: 128px;
}

.cart_bl3 {
  margin-bottom: 150px;
}

.cart_bl0 {
  margin-top: 128px;
}

.cart_full_block0 .cart_bl0_wp {
  padding-left: 104px;
}

.cart_full_block1 .cart_bl0_wp {
  padding-right: 104px;
}

.cart_bl0 .cart_full_name {
  font-size: 40px;
  line-height: normal;
}

.cart_bl0 .cart_full_text_1 {
  font-size: 17px;
  line-height: normal;
  margin-top: 30px;
}

.cart_bl3 .main_title {
  padding-top: 60px;
}
.downloadsPage {
  justify-content: center;
  display: flex;
  flex-flow: column;
}
.downloadsPage .downloads-section {
  margin-top: 65px;
}

.downloadsPage .downloads-section h3 {
  position: relative;
  font-family: "geometria";
  font-size: 24px;
}

.downloadsPage .downloads-section h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

.downloadsPage .downloads-section h3 span {
  display: inline-block;
  background: #000000;
  padding-right: 42px;
}

.downloadsPage .downloads-section .file {
  padding: 47px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.downloadsPage .downloads-section .file .file-link > img {
  vertical-align: middle;
  margin-right: 25px;
}

.downloadsPage .downloads-section .file .file-link > .file-link-container {
  display: inline-block;
  color: rgba(255, 255, 255, 0.35);
  font-size: 14px;
  vertical-align: middle;
}

.downloadsPage .downloads-section .file .file-link > .file-link-container a {
  color: #1493ff;
  font-size: 17px;
}

.downloadsPage .downloads-section .file-info {
  color: rgba(255, 255, 255, 0.35);
  font-size: 14px;
  line-height: 62px;
}

.downloadsPage .downloads-section .file-info > div {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  line-height: 22px;
  margin-right: 90px;
}

.downloadsPage .downloads-section .file-info .file-info-detail {
  color: rgba(255, 255, 255, 0.45);
  font-size: 17px;
}

.downloadsPage .downloads-section .file-info > div:last-child {
  margin-right: 0;
}

.selectric-hidden {
  display: none !important;
}

.selectric-downloads__select,
.selectric-select,
.selectric-select-category,
.selectric-select-model {
  width: 220px;
  text-align: left;
}

.selectric-downloads__model + .selectric-downloads__model,
.selectric-downloads__select + .selectric-downloads__model {
  margin-left: 15px;
}

.downloads__form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url("/img/search_off.png") no-repeat;
  font-size: 0;
  border: 0;
  float: right;
  margin-right: 15px;
  margin-top: 21px;
}

#tab-downloads .detail-product-container {
  position: relative;
  padding-top: 55px;
  min-height: 100px;
}

#downloads.detail-product-container .no-drivers-text {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  text-align: center;
}

.downloads__form:after {
  content: "";
  display: block;
  clear: both;
}

.downloads__form input[type="text"] {
  width: 90%;
  opacity: 1;
  float: left;
}

.downloads__form {
  text-align: left;
}

.downloads__list {
  opacity: 0.35;
  padding-bottom: 30px;
  padding-top: 35px;
}

.downloads__selectrik .selectric-downloads__select,
.downloads__selectrik .selectric-downloads__model {
  float: left;
}

.downloads__selectrik .selectric .button {
  background: #303030;
  border: #303030;
}

.downloads__selectrik .selectric-select .selectric,
.downloads__selectrik .selectric-select-model .selectric,
.downloads__selectrik .selectric-select-category .selectric {
  border: 0;
}

.downloads__center {
  text-align: center;
}

.downloads__selectrik {
  display: inline-block;
  *display: block;
  zoom: 1;
}

.downloads__selectrik .label {
  color: #fff;
  line-height: 41px;
  font-size: 14px;
  height: 41px;
  font-weight: 400;
}

.selectric-select .selectric,
.selectric-select-model .selectric,
.selectric-select-category .selectric {
  background: #303030;
  border-radius: 4px;
}

.header__title {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  font-family: "geometria";
  font-size: 48px;
  line-height: 50px;
  letter-spacing: 17px;
}

.downloads__form,
.tracking__form {
  max-width: 820px;
  width: 100%;
  border-bottom: 1px solid #707070;
  margin: 0 auto;
}

.downloads__form input[type="text"],
.tracking__form input[type="text"] {
  font-size: 24px;
  opacity: 0.6;
  height: auto;
  line-height: 60px;
  background: transparent;
}

.support {
  display: flex;
  background: #151515;
}

.support__right p {
  font-size: 17px;
  opacity: 0.45;
}

.selectric-theme_question {
  margin-bottom: 12px;
}

.selectric-theme_question .selectric {
  background: #303030;
  border: 0;
  font-size: 14px;
  color: #8a8c8a;
}

.selectric-theme_question label {
  font-size: 14px;
  opacity: 0.45;
}

.support__right p + p {
  font-size: 15px;
  padding-bottom: 5px;
  opacity: 0.35;
}

.line_2 {
  display: flex;
  justify-content: space-between;
}

form:not(.support_form) .line_2 input {
  width: 49% !important;
}

.error_support {
  display: none;
}

.support_twice {
  width: 49%;
}

.support_twice + .support_twice {
  width: 51%;
  margin-left: 2%;
}

.selectric-theme_question input[type="submit"] {
  position: relative;
  top: -4px;
  left: 10px;
  display: inline-block;
  width: 154px;
  height: 52px;
  line-height: 43px;
  color: #ffffff;
  background: none;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  text-align: center;
  border: 2px solid #1378f5;
  border-radius: 24px;
}

.support__right textarea {
  background: #303030;
  color: #ffffff;
  padding: 0 9px;
  border: 0;
  min-height: 107px;
  resize: none;
  padding-top: 10px;
}

.selectric-theme_question .selectric .button {
  background: transparent;
}

.theme_question {
  margin-bottom: 12px;
}

.support__left {
  width: 50% !important;
}

.selectric .label {
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
}

.support__left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

input,
textarea {
  border: 0;
  outline: none;
}

.support__right {
  width: 50%;
  padding: 60px;
}

.support__right input,
.support__right textarea {
  width: 100%;
  margin-bottom: 15px;
}

.header__title {
  margin-top: 85px;
  margin-bottom: 95px;
}

.product-variations-list {
  width: 764px;
}

.product-variation--list-item .product-variation__form {
  float: right;
  margin-top: 10px;
}

.product-variation--list-item .product-attribute__pane-top {
  display: flex;
  align-items: center;
}

.product-variation--list-item .product-attribute__image {
  float: left;
  width: 68px;
  height: 68px;
  margin: 0 20px 25px 0;
}

.product-variation--list-item .product-attribute__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-variation--list-item .product-attribute__name {
  margin-bottom: 25px;
}

.product-variation--list-item .field__label {
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}

.product-variation--list-item .product-attribute__name .field-item {
  font-size: 24px;
}

.help-tooltip {
  display: inline-block;
  margin-left: 5px;
}

.help-tooltip__link {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  text-indent: 1px;
  cursor: pointer;
}

.help-tooltip__content {
  display: none;
}

.product-variation--list-item .product-attribute__pane-bottom .field-item {
  color: rgba(255, 255, 255, 0.65);
}

.product-variation--list-item .product-attribute__pane-bottom > div {
  flex-grow: 1;
  flex-basis: 100%;
  margin-right: 20px;
}

.product-variation--list-item .product-attribute__pane-bottom > div {
  flex-grow: 1;
  flex-basis: 100%;
  margin-right: 20px;
}

.product-variation--list-item .product-attribute__pane-bottom > div:last-child {
  margin-right: initial;
}

#goods .modal-content .bg-gradient,
#dop_items .modal-content .bg-gradient {
  padding: 30px;
  min-height: 50px;
}

#goods .product-variations-list .product-variation + .product-variation,
#dop_items .product-variations-list .product-variation + .product-variation {
  margin-top: 30px;
}

#goods .modal-dialog,
#dop_items .modal-dialog {
  width: 100%;
  max-width: 824px;
  /* overflow-y: scroll; */
  height: auto;
  min-height: auto;
  max-height: 80%;
}
#goods .modal-dialog .bg-gradient {
  overflow-y: scroll;
  height: 700px;
}
.product-variation--list-item .field__label {
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}

.product-variation--list-item .product-attribute__pane-bottom > div {
  flex-grow: 1;
  flex-basis: 100%;
  margin-right: 20px;
}

.product-variation--list-item .product-attribute__pane-bottom {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 18px 20px;
  background: #141414;
}
.review-pictures input[type="file"] {
  display: none;
}

.review-add-pic {
}

.help-tooltip__link:hover {
  text-decoration: none;
  background: #1378f5;
  color: white;
}

#tab-review-add .review-add-pic.hidden {
  display: none !important;
}

.discount .products .add-new-item.hidden {
  display: none !important;
}

.discount .products .add-new-item {
  position: relative;
}

.discount .products .product:last-child {
  margin-right: 0 !important;
}

.discount__off {
  pointer-events: none;
}

.del_el {
  display: none;
  position: absolute;
  top: 32px;
  right: 32px;
  width: 20px;
  height: 20px;
  background: url("/img/close_off.png") no-repeat;
  z-index: 10;
  font-size: 0;
}

#discount {
  padding-top: 120px;
}

.discount .products .product:hover .del_el {
  display: block;
}

.discount .products .product {
  position: relative;
}

body .change_el {
  color: #1493ff !important;
  font-size: 15px;
  cursor: pointer;
  float: right;
}

.reviews__success {
  font-size: 24px;
  color: #fff;
  opacity: 0.45;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 73px;
}

#tab-review-add input.error {
  border: 1px solid red;
}

#tab-review-add textarea.review-text-area.error {
  border: 1px solid red;
}

.reviews-section {
  max-width: 100%;
}

#tab-review-add textarea.review-text-area {
  max-width: 100%;
}

.advantages-disadvantages-container > div {
  width: 48%;
}

.advantages-disadvantages-container > div input[type="text"] {
  width: 100% !important;
}

.fade:not(.show) {
  display: none !important;
}

#tab-review-add input.review-input-name {
  max-width: 48%;
  width: 100%;
}

.delimiter.mobile {
  display: none;
}

.detail-page-header-menu .selectric-select {
  display: none;
}

.small-pictures.mobile {
  display: none;
}

.discount .products .product {
  margin-right: 45px;
  position: relative;
}

.discount .products .product:after,
.discount .products .add-new-item[data-discount="7"]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -42px;
  width: 24px;
  height: 24px;
  background: url(/img/plus.png) no-repeat;
}

div[data-discount="10"] {
  margin-right: 0 !important;
}

.discount .products .product {
  margin-right: 60px;
  width: calc(25% - 45px);
}

.discount .products .add-new-item {
  width: calc(25% - 45px);
  margin-right: 60px;
}

#tab-review-add .reviews__center p {
  font-size: 15px;
  opacity: 0.45;
  padding-top: 14px;
}

#tab-review-add .detail-product-container,
#tab-reviews .detail-product-container {
  padding-top: 205px;
}

.www_hidden_review {
  display: none !important;
}

.reviews-images-container img,
.reviews-images-container img:nth-child(3n) {
  margin-right: 0;
}

.reviews-images-container img,
.reviews-images-container img:nth-child(4n) {
  margin-right: 12px;
}

.reviews-images-container {
  justify-content: left !important;
}

.reviews-images-container img {
  cursor: pointer;
}

.detail-product-container .small-pictures {
  margin-right: 12px;
}

.detail-page-header-buy-button button {
  display: inline-block;
  height: 48px;
  line-height: 43px;
  color: #ffffff;
  background: none;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  text-align: center;
  border: 2px solid #1378f5;
  border-radius: 24px;
  padding-left: 30px;
  padding-right: 30px;
}

.add_carts {
  display: inline-block;
  height: 48px;
  line-height: 43px;
  color: #ffffff;
  background: none;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  text-align: center;
  border: 2px solid #1378f5;
  border-radius: 24px;
  padding-left: 30px;
  padding-right: 30px;
}
.detail-page-header-buy-button .add_carts {
  display: inline-block;
  height: 48px;
  line-height: 43px;
  color: #ffffff;
  background: none;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  text-align: center;
  border: 2px solid #1378f5;
  border-radius: 24px;
  padding-left: 30px;
  padding-right: 30px;
}

#goods .detail-page-header-buy-button button,
#dop_items .detail-page-header-buy-button button {
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
}

.disable-click {
  pointer-events: none;
}

#goods .modal-content,
#dop_items .modal-content {
  height: 100%;
}

#goods .bg-gradient,
#dop_items .bg-gradient {
  flex-grow: 1;
  overflow-y: auto;
  max-height: initial !important;
}

#goods .modal-dialog,
#dop_items .modal-dialog {
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.review-gray {
  border: 2px solid rgba(255, 255, 255, 0.35) !important;
  cursor: default;
}

.contacts_title {
  font-size: 32px;
  border-left: 3px solid #1493ff;
  padding-left: 23px;
  line-height: 25px;
}

.contacts_item {
  width: 48.5%;
  background: #151515;
  color: #ffffff;
  border-radius: 10px;
  margin-top: 50px;
}

.contacts_mg {
  padding: 50px;
}

.contacts_item + .contacts_item .contacts_title {
  border-left: 3px solid #ffbd00;
}

.contacts_item + .contacts_item + .contacts_item .contacts_title {
  border-left: 3px solid #07c202;
}

.contacts_text {
  opacity: 0.45;
  font-size: 15px;
  font-weight: 400;
  padding-top: 22px;
}

.contacts_adress {
  opacity: 0.45;
  font-size: 15px;
  padding: 16px 0;
}

.contacts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contacts_email {
  font-size: 15px;
}

.contacts_email i {
  opacity: 0.45;
  font-style: normal;
}

.contacts_email a {
  color: #1493ff;
}

.contacts_phone {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 30px;
  font-size: 24px;
  opacity: 0.65;
}

.review-pic.hidden {
  display: none !important;
}

.bx-authform-starrequired {
  color: #fff !important;
}

.bx-soa-editstep {
  color: #000 !important;
}

/*.product-variations-list {*/
/*    height: 400px;*/
/*}*/

.discount .products .product {
  padding: 40px;
}

.tracking {
  background: #151515;
  border-radius: 10px;
  padding: 60px 60px;
  text-align: center;
}

.tracking_title {
  font-size: 32px;
  margin-bottom: 40px;
}

.tracking_desc {
  font-size: 17px;
  opacity: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  margin-bottom: 25px;
}

.tracking_desc span i {
  opacity: 0.65;
  font-style: normal;
}

.tracking_desc:before {
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
  color: #fff;
  opacity: 0.25;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  white-space: nowrap;
}

.tracking {
  max-width: 610px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 70px;
}

.tracking_wp {
  overflow: hidden;
}

.link {
  color: #1493ff;
}

.tracking_desc span {
  background: #151515;
  z-index: 1;
  padding-right: 10px;
}

.tracking_desc span + span {
  padding-left: 10px;
  padding-right: 0;
  text-align: right;
}

.tracking_desc span + span i {
  opacity: 0.65;
  font-style: normal;
}

.tracking_info {
  margin-top: 50px;
  font-size: 15px;
  color: #707070;
}

.tracking__list {
  opacity: 0.35;
  font-size: 14px;
  color: #fff;
  margin-top: 35px;
}

.tracking__form {
  display: flex;
  justify-content: space-between;
}

.tracking__form input[type="text"] {
  width: 80%;
}

.detail-product-container .product-detail .product-detail-content > ul li,
.plus-blue li li {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.65);
}

.news__detail ul.plus-blue > li ul li {
  list-style-type: disc;
  margin-bottom: 14px;
}

.scroll-pane-search {
  max-height: 432px;
}

.jspDrag {
  background: #252525 !important;
  border-radius: 4px !important;
}

.jspVerticalBar {
  width: 10px !important;
}

.jspContainer,
.scroll-pane-search,
.jspPane {
  max-width: 100%;
}

/* .top-menu-2-content .catalog-menu {
  max-height: 223px;
} */

.sale_order_full_table td br + br * {
  display: none;
}

.modal-dialog {
  max-width: 100%;
}

.jspTrack {
  padding: 0 2px;
  background: #101010 !important;
}

.news__detail ul.plus-blue > li ul {
  margin-top: 14px;
  margin-left: 39px !important;
}

.detail-product-container
  .product-detail
  .product-detail-content
  > ul
  li:before,
.plus-blue li:before {
  font-size: 24px;
  position: relative;
  margin-right: 15px;
  top: 2px;
}

.detail-product-container .product-detail .product-detail-content > ul li li,
.plus-blue li li {
  color: rgba(255, 255, 255, 0.45);
}

ul.plus-blue > li:before {
  content: "+";
  color: #115feb;
  font-weight: 600;
  margin-right: 16px;
}

.bx-soa .bx-soa-custom-label,
.bx-soa .form-group label {
  color: rgba(255, 255, 255, 0.65);
}

.top-menu-container .caret {
  display: none !important;
}

.top-menu-container .navbar-nav {
  float: none !important;
}

.top-menu-container .navbar-nav > li > a {
  padding: 0 !important;
}

.top-menu-container .navbar-nav > li {
  float: none !important;
}

.basket-item-block-properties {
  display: none;
}

/* */

.paragraph--image-40-content .paragraph__title,
.paragraph--image-40-content .paragraph__text {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph--image-and-text .paragraph__title {
  margin-bottom: 1em;
  font-size: 40px;
  line-height: 1.1;
  color: white;
}

.paragraph--image-40-content .paragraph__image,
.paragraph--image-40-content .paragraph__text-wrapper {
  width: 48%;
}

.paragraph--image-40-content .paragraph__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paragraph--image-40-content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph img {
  display: block;
  max-width: 100%;
  height: auto;
}

.paragraph--image-and-text .paragraph__text {
  font-size: 17px;
}

.paragraph--with-text:not(.paragraph--with-image) .paragraph__title {
  margin-bottom: 0.6em;
}

.paragraph--with-text:not(.paragraph--with-image) {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.paragraph--columns-4 {
  flex-wrap: wrap;
  justify-content: space-between;
}

.paragraph--columns {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.paragraph--columns .paragraph:first-child {
  margin-left: 0;
}

.paragraph--columns-4 .paragraph {
  width: 23%;
}

.paragraph--columns .paragraph {
  margin-bottom: 0;
}

.paragraph--columns-4 .paragraph__image img {
  width: 100%;
}

.paragraph--columns-4 .paragraph__title {
  margin-bottom: 0.5em;
  font-size: 24px;
}

.paragraph--image-50-screen.paragraph--image-after .paragraph__text-wrapper {
  /*margin-left: var(--page-padding);*/
  padding-right: 5%;
}

.paragraph--image-50-screen .paragraph__image {
  width: 50%;
  flex-shrink: 0;
}

.paragraph--image-50-screen .paragraph__inner {
  display: flex;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph--image-50-screen.paragraph--image-after .paragraph__inner {
  justify-content: flex-end;
}

.paragraph--image-50-screen .paragraph__text-wrapper {
  box-sizing: border-box;
  width: 50%;
  max-width: 840px;
}

.paragraph--image-50-screen {
  /*margin-left: calc(50% - 50vw + var(--page-scrollbar-width)/2);*/
  /*margin-right: calc(50% - 50vw + var(--page-scrollbar-width)/2);*/
}

.paragraph--image-and-text p + .text-grid {
  margin-top: 60px;
}

.paragraph--image-and-text .paragraph__grid-item-title {
  margin-bottom: 0.6em;
  font-size: 24px;
  color: white;
}

.text-grid--two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8%;
  align-items: start;
}

blockquote {
  box-sizing: border-box;
  margin: 0;
  padding: 70px 80px;
  font-size: 24px;
  font-style: italic;
  color: white;
  position: relative;
}

blockquote:before {
  left: 0;
}

blockquote:before,
blockquote:after {
  content: "";
  position: absolute;
  top: 3em;
  width: 30px;
  height: 32px;
  opacity: 0.32;
  background-image: url(http://testdp.ontop.by/themes/xtheme/img/icons/blockquote-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

figure.blockquote figcaption {
  margin-top: 20px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.45);
}

.gray-text {
  color: rgba(255, 255, 255, 0.45);
}

blockquote:after {
  right: 0;
  transform: rotate(180deg);
}

.com_11 {
  margin-top: 0px;
}

.com_10 {
  margin-bottom: 110px;
}

.com_12 {
  margin-top: 135px;
}

.paragraph--image-50-screen.paragraph--image-before .paragraph__text-wrapper {
  /*margin-right: var(--page-padding);*/
  padding-left: 6%;
}

.product--long-l .paragraph {
  margin-bottom: 125px;
}

.paragraph--image-100-screen .paragraph__inner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph img {
  display: block;
  max-width: 100%;
  height: auto;
}

.com_10 img {
  margin-right: auto;
  margin-left: auto;
}

.paragraph--columns-4 .paragraph__text {
  font-size: 15px;
}

.paragraph--columns-4 .paragraph--image-before .paragraph__image {
  margin-bottom: 40px;
}

.com-15 {
  max-width: 1680px;
  margin: 15px auto 0 !important;
}

.support__left {
  width: 100%;
}

.supportPage {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.teamPage {
}

.col-12-off {
  max-width: 1980px;
  margin: 0 auto;
}

.fancybox-button svg path {
  fill: #4a4646;
}

.detail-product-container .product-detail {
  margin-left: 55px;
}

.detail-product-container {
  justify-content: left !important;
  /* padding-left: 150px; */
}

.basket-clear {
  display: none;
}

.fancybox-stage img {
  max-height: 100vh;
}

/* these styles are for the demo, but are not required for the plugin */
.zoom {
  display: inline-block;
  position: relative;
}

/* magnifying glass icon */
.zoom:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(icon.png);
}

.zoom img {
  display: block;
}
img.zoomImg {
  background: #000;
}
.zoom img::selection {
  background-color: transparent;
}

#ex2 img:hover {
  cursor: url(grab.cur), default;
}
#ex2 img:active {
  cursor: url(grabbed.cur), default;
}

.detail-product-container div.big-picture .image-zoom {
  z-index: 10;
}

.product-detail-content ul.plus-blue > li ul {
  margin-left: 45px;
}

.news__detail a {
  color: #1493ff;
}

.news__detail a:hover {
  text-decoration: underline;
}

.discount .products .product + .product + .product + .product:after {
  display: none !important;
}

.discount .products .product + .product + .product + .product {
  margin-right: 0 !important;
}

.discount .products .product + .product .del_el {
  opacity: 0;
}

.discount .products .product + .product + .product .del_el {
  opacity: 1;
}

.error_support {
  display: none;
}

.buttons {
  display: inline-block;
  width: auto;
  height: 46px;
  line-height: 44px;
  color: #ffffff;
  background: #181818;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  padding: 0 33px;
  border-radius: 23px;
  transition: all 0.3s;
  margin-top: 8px;
  margin-bottom: 28px;
  border: 2px solid #1378f5;
}

.support .buttons {
  width: auto;
}

.bx-soa .form-group label {
  color: #fff !important;
}

.basket-item-info-name-link span {
  color: #fff;
}

.no_discount {
  color: rgba(255, 255, 255, 0.65) !important;
}

.detail-page-header-prices .price-new.no_discount span,
.detail-product-container span.new-price.no_discount {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* полоса прокрутки (скроллбар) */
#goods .modal-dialog::-webkit-scrollbar,
#dop_items .modal-dialog::-webkit-scrollbar,
#goods::-webkit-scrollbar,
#dop_items::-webkit-scrollbar,
.bg-gradient::-webkit-scrollbar {
  width: 10px;
  background-color: #151515;
}

/* ползунок скроллбара */
#goods .modal-dialog::-webkit-scrollbar-thumb,
#dop_items .modal-dialog::-webkit-scrollbar-thumb,
#goods::-webkit-scrollbar-thumb,
#dop_items::-webkit-scrollbar-thumb,
.bg-gradient::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #484848;
}

/* Стрелки */

/* ::-webkit-scrollbar-button:vertical:start:decrement {
    background: linear-gradient(120deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(240deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(0deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:vertical:end:increment {
    background:
        linear-gradient(300deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(60deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(180deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
    background:
        linear-gradient(30deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(150deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(270deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:end:increment {
    background:
        linear-gradient(210deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(330deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(90deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
} */

/*
#goods .modal-dialog::-webkit-scrollbar,
#dop_items .modal-dialog::-webkit-scrollbar,
#goods::-webkit-scrollbar,
#dop_items::-webkit-scrollbar,
.bg-gradient::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
} */

.dropdown-menu > li > a {
  padding: 0;
  color: rgba(255, 255, 255, 0.65);
}

.top-menu-container .show {
  display: inline-block !important;
  *display: block;
  zoom: 1;
}

.top-menu-container .nav > li > a:hover,
.top-menu-container .nav > li > a:focus {
  background: none !important;
}

.politicePage h3 {
  padding-bottom: 10px;
}

.downloads__center .selectric-items li,
.selectric-theme_question .selectric-items li {
  background: #303030;
  color: #cec9c9;
  font-size: 13px;
  text-align: left;
}

.support_form .error_support {
  text-align: left;
}

.support_send {
  display: none;
  font-size: 24px;
  color: #fff;
  opacity: 0.45;
}

.support_send.show {
  display: block;
  font-weight: 500;
}

.downloads__center .selectric-items,
.selectric-theme_question .selectric-items {
  border: 0 !important;
  box-shadow: none;
}

#bx-soa-region .radio-inline input[name="PERSON_TYPE"] {
  appearance: auto;
  vertical-align: top;
  margin: 0;
  height: auto;
  margin-left: 0 !important;
  position: relative;
  margin-right: 10px;
}

#bx-soa-region .radio-inline {
  padding-left: 0 !important;
}

#tab-downloads {
  padding-top: 50px;
}

.sw {
  display: inline-block !important;
  *display: block;
  zoom: 1;
  font-weight: normal !important;
  padding-bottom: 20px !important;
}

#bx-soa-basket {
  display: none !important;
}

.basket-item-price-current-text {
  color: #fff;
}

.basket-item-block-info .basket-item-actions-remove {
  display: none !important;
}

.bx-soa-coupon-label label {
  color: #fff !important;
}

.basket-checkout-block-total-title,
.basket-checkout-block-total-description,
.basket-coupon-block-field-description,
.basket-coupon-block-total-price-current {
  color: rgba(255, 255, 255, 0.65);
}

.basket-checkout-container {
  background: #151515;
  border: none;
}

.basket-items-list-header {
  background: #151515;
  border: 0;
}

.basket-items-list-header-filter-item.active {
  color: rgba(255, 255, 255, 0.65);
}

.basket-items-list-wrapper {
  /*border: none!important;*/
  border-color: rgba(255, 255, 255, 0.1);
}

.basket-items-list-item-container > td {
  /*border: none!important;*/
  border-color: rgba(255, 255, 255, 0.1);
}

.btn-order-save {
  border: 2px solid #1378f5 !important;
  border-radius: 24px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  outline: none !important;
  text-align: center;
  background: transparent !important;
}

.basket-btn-checkout {
  border: 2px solid #1378f5 !important;
  border-radius: 24px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  outline: none !important;
  text-align: center;
  background: transparent !important;
}

.bx-changepass-table tr td {
  padding-bottom: 20px;
}

.bx-changepass-table tr + tr td {
  display: none;
}

.bx-changepass-table tr + tr + tr td {
  display: table-cell;
}

/*.bx-changepass-table input[name="USER_CHECKWORD"] {*/
/*    display: none!important;*/
/*}*/

.scroll-pane-search .search-line-block:hover {
  background: #1c1c1c !important;
  cursor: pointer;
}

#searchPopup .modal-content .bg-gradient {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#searchPopup .search-line-block {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.search-msg-first {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#searchPopup .search-line-block:hover .search-product span:first-child {
  color: #fff;
}

#searchPopup .modal-dialog {
  margin-top: 194px;
}

#searchPopup .modal-header {
  padding: 0;
}

#searchPopup input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  padding: 0 24px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
#searchPopup input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#searchPopup input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#searchPopup input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#searchPopup input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#searchPopup input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

#searchPopup .modal-content .bg-gradient {
  min-height: 0;
  max-height: 432px;
  padding: 0 24px 0 24px;
}

#searchPopup .search-line-block {
  height: 54px;
  line-height: 54px;
  color: rgba(255, 255, 255, 0.65);
}

#searchPopup .no-results {
  height: 54px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 20px;
  padding: 18px 0;
}

#searchPopup .search-line-block .search-product span {
  vertical-align: middle;
}

#searchPopup .search-line-block .search-product span:first-child {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.65);
  padding-right: 26px;
}

#searchPopup .search-line-block .search-product span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

#searchPopup .search-product-colors span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 8px;
}

#searchPopup .search-msg-preloader {
  margin: 0 auto;
}

.basket-checkout-container .form-group {
  background: #303030 !important;
  border: none !important;
}

.basket-checkout-container .form-control,
.basket-items-list-header .form-control,
.bx-soa-coupon-input input[type="text"].form-control {
  background: #303030 !important;
  border: none !important;
}

.bx-soa-section-title-container {
  background: #303030 !important;
  border: none !important;
  color: rgba(255, 255, 255, 0.45) !important;
}

.bx-soa-editstep {
  color: rgba(255, 255, 255, 0.45) !important;
}

.bx-soa-section-title {
  color: rgba(255, 255, 255, 0.45) !important;
}

.order_title {
  letter-spacing: 8px !important;
  margin-bottom: 50px;
  margin-top: 50px;
}

.footer-menu {
  width: 100% !important;
}

.bx-soa-section {
  border: 0 !important;
}

.sale-order-detail-section-title {
  background: #151515;
  border: none;
  margin-bottom: 20px;
}

.sale-order-detail-card .table thead th {
  color: rgba(255, 255, 255, 0.65);
}

.sale-order-list-payment-title-element {
  color: #fff;
}

.sale-order-detail-prop-value
  .sale-order-detail-payment-options-info-order-number,
.sale-order-detail-payment-options-info-total-price,
.sale-order-detail-payment-options-info-order-number,
.sale-order-detail-methods-title,
.sale-order-detail-prop-value,
.sale-order-detail-payment-options-methods-shipment-list-item-title {
  color: #fff !important;
}

.sale-order-detail-payment-options-methods-info-title-status-success {
  margin-left: 10px;
}

.sale-order-detail td,
.sale-order-detail th,
.sale-order-detail-order-item-title {
  color: #fff;
}

.sale-order-detail-card .sale-order-detail th,
.sale-order-detail-card .sale-order-detail td {
  color: #fff;
}

.sale-order-detail-card .btn-primary {
  border: 2px solid #1378f5 !important;
  border-radius: 24px !important;
  font-size: 16px !important;
  padding: 0.5rem 1rem;
  font-weight: 600 !important;
  outline: none !important;
  text-align: center;
  background: transparent !important;
}

.sale-order-list-accomplished-title-container {
  background: #303030 !important;
  border: none !important;
}

.sale-order-list-accomplished-title-container h3,
.sale-order-list-accomplished-title-container .h3 {
  font-size: 1rem;
  padding: 5px 15px;
}

.sale-order-title {
  padding-bottom: 20px;
}

.contacts_img img {
  width: 100%;
  object-fit: cover;
}

.sale-order-list-payment-title,
.sale-order-list-shipment-title {
  color: #fff;
}

.bx_profile .form-control {
  background: #303030 !important;
  border: none !important;
  color: #fff;
}

.sale-order-detail-card .row.mb-3 .col {
  border-color: rgba(255, 255, 255, 0.1);
}

.sale-order-detail-card .row.mb-3 > .col {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.sale-order-detail-card .row.mb-3 > .col .m-0 {
  padding: 10px 0px;
}

.sale-order-detail-more-info-details-title {
  padding-bottom: 10px;
}

.sale-order-detail-card .row.mb-3 > .col .col {
  border: 0;
}

.sale-order-detail-card .row.mb-3 .table td,
.sale-order-detail-card .row.mb-3 .table th {
  border-color: rgba(255, 255, 255, 0.1);
}

.sale-order-detail-card
  .row.mb-3
  .table:not(.sale-order-detail-more-info-details-table)
  th {
  border: 0 !important;
}

.sale-order-list-button-container .btn-primary {
  border: 2px solid #1378f5 !important;
  border-radius: 24px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  outline: none !important;
  text-align: center;
  background: transparent !important;
  padding: 0.5rem 1rem;
}

.bx_profile .main-profile-submit,
.bx_profile input[name="reset"] {
  border: 2px solid #1378f5 !important;
  border-radius: 24px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  outline: none !important;
  text-align: center;
  background: transparent !important;
  padding: 0 40px;
  height: 50px;
}

.sale-order-list-inner-container {
  border-color: rgba(255, 255, 255, 0.1);
}

.bx_profile input[name="reset"] {
  margin-left: 20px;
  text-decoration: none !important;
  border: 2px solid rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
}

#bx-soa-order .bx-soa-more-btn .btn.btn-default,
#bx-soa-orderSave .pull-right {
  padding: 10px 40px;
  border-radius: 24px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  outline: none !important;
  border: 2px solid rgba(255, 255, 255, 0.35) !important;
  text-align: center;
  background: transparent !important;
}

#bx-soa-orderSave .pull-right {
  border: 2px solid #1378f5 !important;
}

.sale-personal-section-index-block-link {
  background: #151515;
  color: rgba(255, 255, 255, 0.65);
}

.sale-personal-section-index-block {
  height: auto;
}

.bx-sls .form-control.dropdown-block,
.bx-slst .form-control.dropdown-block {
  background: #303030 !important;
  border: none !important;
  color: #495057;
  box-shadow: none;
}

.bx-soa-pp .bx-soa-pp-company {
  /*background: #151515;*/
  background: none;
  color: #495057;
  border-color: rgba(255, 255, 255, 0.1);
}

.bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company {
  background: #151515;
  color: #495057;
  border-color: rgba(255, 255, 255, 0.1);
}

.bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company * {
  /*color: #495057;*/
  color: #fff;
}

.bx-soa-pp-company-subTitle {
  color: #495057;
}

#bx-soa-properties .form-control[type="text"],
#bx-soa-properties textarea.form-control,
#bx-soa-region .form-control {
  background: #303030 !important;
  border: none !important;
  color: #fff;
}

.alert-warning {
  background: rgb(12, 12, 12);
  background: -moz-linear-gradient(
    top,
    rgba(12, 12, 12, 1) 0%,
    rgba(24, 24, 24, 1) 10%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(12, 12, 12, 1) 0%,
    rgba(24, 24, 24, 1) 10%
  );
  background: linear-gradient(
    to bottom,
    rgba(12, 12, 12, 1) 0%,
    rgba(24, 24, 24, 1) 10%
  );
  color: rgba(255, 255, 255, 0.45) !important;
}

#bx-soa-region .bx-soa-location-input-container * {
  color: #fff !important;
}

.dropdown-fade2white {
  display: none !important;
}

#dropdown-fade2white .dropdown-fade2white {
  background: none !important;
}

#bx-soa-region .bx-ui-sls-pane {
  background: rgb(12, 12, 12);
  background: -moz-linear-gradient(
    top,
    rgba(12, 12, 12, 1) 0%,
    rgba(24, 24, 24, 1) 10%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(12, 12, 12, 1) 0%,
    rgba(24, 24, 24, 1) 10%
  );
  background: linear-gradient(
    to bottom,
    rgba(12, 12, 12, 1) 0%,
    rgba(24, 24, 24, 1) 10%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0c0c', endColorstr='#181818',GradientType=0 );
  border: 0;
}

.news__detail .news__date {
  font-size: 15px;
  padding-bottom: 65px;
}

.news__detail {
  color: #eae1e1;
}

.news__detail .news__d_image img {
  border-radius: 10px;
}

.news__detail p {
  color: #807c7c;
}

.news__detail hr {
  padding: 0;
  margin-top: 70px;
}

.inner_news h1,
.inner_news h2,
.inner_news h3,
.inner_news h4,
.inner_news h5,
.inner_news h6 {
  padding-top: 70px;
  color: #fff;
  padding-bottom: 20px;
}

.news__detail h1 {
  padding-top: 5px;
}

.status {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  line-height: 25px;
  padding: 0 12px;
  position: absolute;
  top: 30px;
  z-index: 10;
  right: 30px;
  border-radius: 100px;
}

.news__e_img {
  position: relative;
}

.news__text {
  position: relative;
}

.during_stock .status {
  background: #ffac00;
}

.end_stock .status {
  background: #151515;
  color: rgba(255, 255, 255, 0.5);
}

.near_stock .status {
  background: #c12b2b;
}

.end_stock .news__e_img img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.news__detail p,
.news__detail blockquote,
.news__detail hr,
.news__detail .col-12 *:not(img) {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.catalog_stocks .checkbox-container {
  display: none !important;
}

.detail-page-header-menu h2 {
  padding-top: 0;
  padding-bottom: 0;
}

.sale_order_full_table form input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 2px solid #1378f5 !important;
  border-radius: 24px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  outline: none !important;
  text-align: center;
  background: transparent !important;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.product .product-info h2 {
  padding-bottom: 0;
}

.basket-coupon-block-total-price-current small {
  font-size: 70%;
  color: #fff;
}

.basket-item-price-current-text small {
  color: rgba(255, 255, 255, 0.65);
}

@media (min-width: 1200px) {
  .bx-soa-pp-company.col-lg-4 {
    width: 25% !important;
    clear: unset !important;
    min-height: 145px;
  }
}

@media (max-width: 1680px) {
  .stocks_list .show-more-container a {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .stocks_list .show-more-container {
    border: 0;
  }

  .stocks_list .show-more-container a {
    margin-top: 75px;
  }

  .stocks_list .news__e {
    height: 500px;
  }

  .stocks_list .news__e {
    margin-bottom: 37px;
  }

  .news__text {
    padding: 30px 40px;
  }

  .stocks_list .news__text {
    height: 270px;
  }

  /*.container-fluid>.row>.col-12 {*/
  /*    width: 100%!important;*/
  /*    padding-right: 55px!important;*/
  /*    padding-left: 55px!important;*/
  /*}*/

  .detail-product-container {
    padding-left: 95px !important;
  }

  .news__text {
    height: 220px;
  }

  .news__e {
    height: 445px;
  }

  .main__news .news__e_img {
    height: 445px;
  }

  .main__news .news__text {
    padding-top: 90px;
  }

  .main__news .news__text {
    height: 445px;
  }
}

@media (max-width: 1600px) {
  .discount .products .product {
    margin-right: 40px;
    width: calc(25% - 30px);
  }

  .discount .products .add-new-item {
    width: calc(25% - 30px);
    margin-right: 40px;
  }

  .discount .products .product:after,
  .discount .products .add-new-item[data-discount="7"]:after {
    right: -32px;
  }

  .discount .products .product .product-image img {
    height: 220px;
  }

  .discount .products .product .product-info h3 {
    margin-top: 12px;
  }
}

@media (max-width: 1366px) {
  .stocks_list .news__text {
    padding-top: 22px;
  }

  .stocks_list .news__e {
    height: 431px;
  }

  .main__news .news__description {
    font-size: 15px;
    line-height: 21px;
  }

  .stocks_list .news__e {
    width: 32%;
  }

  .stocks_list .main__news .news__name a {
    font-size: 20px;
    line-height: normal;
  }

  .stocks_list .news__e.news-item-pad {
    margin-left: 2%;
  }

  .com_20 .paragraph--image-and-text p + .text-grid {
    padding-top: 40px;
  }

  .com_20 .paragraph--image-and-text p + .text-grid {
    display: block;
    width: 100%;
  }

  .com_20 .paragraph--image-and-text p + .text-grid .gray-text {
    font-size: 15px;
  }

  .paragraph--image-and-text
    p
    + .text-grid
    .text-grid__item
    + .text-grid__item {
  }

  .support__left {
    width: 42% !important;
  }

  .detail-product-container .product-detail {
    margin-left: 45px;
  }

  .support__right {
    width: 58% !important;
  }

  .support_twice {
    width: 48%;
  }

  .support_twice + .support_twice {
    width: 52%;
    margin-left: 3%;
  }

  .discount .products .product,
  .discount .products .add-new-item {
    padding-right: 30px;
    padding-left: 30px;
    height: 359px;
  }

  .discount .products .product .product-image img {
    height: 200px;
  }

  .news__name {
    font-size: 20px;
    line-height: 26px;
  }

  .main__news .news__e_img {
    height: 330px;
  }

  .main__news .news__text {
    height: 240px;
  }

  .news__e_img {
    height: 160px;
  }

  .news__text {
    padding: 30px 40px;
  }

  .news__name a {
    font-size: 20px;
    line-height: 26px;
  }

  .main__news .news__text {
    height: 330px;
  }

  .main__news .news__text {
    padding-top: 73px;
  }

  .main__news .news__name a {
    font-size: 24px;
    line-height: 32px;
  }

  .news__e {
    height: 380px;
  }
}

@media (max-width: 1366px) {
  .news__text {
    height: 240px;
  }

  .news__e {
    height: 400px;
  }
}

@media (max-width: 1280px) {
  .stocks_list .news__e {
    margin-bottom: 27px;
  }
}

@media (max-width: 1200px) {
  .discount .products .product {
    margin-bottom: 60px;
  }

  .discount .products .product:before {
    content: "";
    position: absolute;
    bottom: -42px;
    right: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background: url(/img/plus.png) no-repeat;
  }

  .discount .products .product + .product + .product:before {
    display: none;
  }

  .discount .products .add-new-item {
    margin-bottom: 40px;
  }

  .discount .products .product + product + product + product {
    margin-bottom: 40px;
  }

  .discount .products .product {
    margin-right: 55px;
    width: calc(50% - 55px);
  }

  .discount .products .add-new-item {
    margin-right: 55px;
    width: calc(50% - 55px);
  }

  .discount .products .product:nth-child(even) {
    margin-right: 0;
  }

  .discount .products .product:nth-child(even):after {
    display: none;
  }

  .discount .products .product:after,
  .discount .products .add-new-item[data-discount="7"]:after {
    right: -41px;
  }
}

@media (max-width: 1024px) {
  .stocks_list .news__e {
    width: 100%;
  }

  .stocks_list .news__e.news-item-pad {
    margin-left: 0;
  }

  .news__e_img {
    height: 310px;
  }

  .main__news .news__e_img {
    width: 100% !important;
    float: none;
  }

  .stocks_list .news__text {
    height: auto;
  }

  .main__news .news__text {
    width: 100% !important;
    height: auto !important;
  }

  .stocks_list .news__e {
    height: auto;
    margin-bottom: 25px !important;
  }

  .support__right {
    margin: 0 auto;
  }

  .header__title {
    font-size: 40px;
  }

  .support__left {
    display: none;
  }

  .support__right textarea {
    max-height: 140px;
  }

  .support__right {
    width: 100%;
    padding: 50px 40px;
    text-align: center;
  }

  .selectric-theme_question .selectric {
    text-align: left;
  }

  #goods .modal-content .bg-gradient,
  #dop_items .modal-content .bg-gradient {
    display: flex;
  }

  #goods .product-variations-list,
  #dop_items .product-variations-list {
    margin: auto !important;
  }

  .product-variations-list {
    width: 100%;
  }

  #goods .modal-dialog,
  #dop_items .modal-dialog {
    max-height: 100%;
  }

  #goods .modal-dialog,
  #dop_items .modal-dialog,
  #dop_items .modal-dialog {
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    max-width: 100%;
  }

  #goods .product-variations-list,
  #dop_items .product-variations-list {
    margin-left: auto;
    margin-right: auto;
  }

  #goods,
  #dop_items {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    min-width: initial;
    max-width: initial;
    display: flex;
    flex-direction: column;
    border-radius: 0;
  }

  #goods .modal-header,
  #dop_items .modal-header {
    flex-grow: 0;
    flex-shrink: 0;
    height: 66px;
  }

  #goods #modal-dialog {
    flex-grow: 1;
    overflow-y: auto;
    max-height: initial !important;
  }

  #goods .modal-dialog {
    max-height: 100%;
  }
}

@media (max-width: 1000px) {
  .news__detail h1 {
    font-size: 32px;
  }

  .small-pictures.mobile .small-picture {
    width: 88px;
    height: 88px;
    float: left;
    margin: 0 5px;
  }

  .detail-product-container .small-pictures {
    margin-top: 10px;
  }

  .detail-product-container .product-detail {
    width: 100%;
    margin-left: 0;
  }

  .detail-product-container {
    display: block !important;
  }

  .small-pictures.mobile {
    display: block !important;
  }

  .small-pictures.mobile {
    text-align: center;
  }

  .detail-product-container div.big-picture {
    width: 100%;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: auto;
  }

  .small-pictures-center {
    display: inline-block;
    *display: block;
    zoom: 1;
  }

  .detail-product-container div.small-picture img {
    vertical-align: top;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .detail-product-container div.big-picture img {
    display: block;
    margin-bottom: 15px;
  }

  .small-pictures.www {
    display: none !important;
  }

  .small-pictures.mobile {
    text-align: center;
  }

  .small-pictures.mobile .small-picture {
    display: inline-block;
    *display: block;
    zoom: 1;
  }

  .small-pictures.mobile {
    display: block !important;
  }

  .detail-product-container .small-pictures {
    display: none;
  }

  .support__right {
    max-width: 650px !important;
    width: 100% !important;
    padding-bottom: 20px;
  }

  .header__title {
    margin-bottom: 110px;
    padding-top: 60px;
  }
}

@media (max-width: 900px) {
  .support_twice {
    float: left;
  }

  .support_twice + .support_twice {
    width: 49%;
  }

  .product-variations-list {
    width: 100%;
  }

  .contacts_item + .contacts_item {
    margin-top: 20px;
  }

  .contacts_item {
    width: 100%;
  }

  .contacts__list {
    display: block !important;
  }

  .contacts_img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .contacts_phone {
    font-size: 18px;
  }

  .contacts_title {
    font-size: 28px;
  }

  .header__title {
    margin-bottom: 60px;
  }

  #reviews {
    text-align: center;
  }

  #tab-downloads #downloads {
    text-align: center;
  }

  #tab-downloads .downloads-section {
    text-align: left;
  }

  div.product-detail-content {
    font-size: 17px;
  }

  .detail-product-container p.detail-product-container-prices {
    font-size: 28px;
  }

  .detail-product-container > h2 {
    font-size: 32px;
  }

  .reviews__center h2 span {
    display: block;
  }

  .product-detail-content {
    padding-top: 30px;
    font-size: 17px;
    opacity: 0.45;
  }

  .stocks_list .show-more-container a {
    margin-top: 10px;
  }

  .reviews__center h2 {
    margin-bottom: 23px;
  }

  .reviews__center p {
    opacity: 0.45;
  }

  .reviews__center p span {
    display: block;
  }

  .reviews__success {
    text-align: center;
  }

  #tab-review-add #detail-product-container {
    text-align: center;
  }

  .news__e {
    width: 100%;
    margin-left: 0 !important;
    height: auto;
    margin-bottom: 33px;
  }

  .news__text,
  .main__news .news__text {
    height: auto;
    min-height: 195px;
  }

  .main__news .news__text {
    padding-top: 30px;
  }

  .show-more-container a {
    margin-top: 50px;
  }

  .main__news .news__text {
    width: 100%;
    margin-left: 0 !important;
    height: auto;
  }

  .main__news .news__e_img {
    width: 100%;
    margin-left: 0 !important;
    height: 30vh;
  }

  .news__e_img {
    height: 300px;
  }
}

@media (max-width: 680px) {
  .tracking_desc span i {
    font-size: 14px;
  }

  .news__description {
    padding-bottom: 20px;
  }

  .tracking_title {
    font-size: 24px;
  }

  .tracking_info {
    font-size: 14px;
  }

  .tracking {
    padding: 30px;
  }

  #discount {
    padding-top: 90px;
  }

  .discount .discount-total span.price-old {
    padding-left: 0;
    padding-right: 0;
  }

  #discount .product + .product + .product + .product:before {
    display: none !important;
  }

  #discount .product:after {
    display: none !important;
  }

  .del_el {
    width: 18px;
    height: 18px;
  }

  .discount .products .add-new-item .add-new-item-small-text {
    float: left;
    text-align: left;
  }

  .discount .products .add-new-item .add-new-item-big-text {
    float: right;
    text-align: right;
  }

  .discount .products .product:before {
    bottom: -27px;
  }

  .discount .products .product:before {
    bottom: -27px;
  }

  .discount .products .add-new-item:before {
    content: "";
    position: absolute;
    bottom: -26px;
    right: 50%;
    background: url(/img/plus.png) no-repeat;
    width: 14px;
    height: 14px;
    background-size: contain;
  }

  .discount .products .product .product-info h3 {
    margin-bottom: 0;
  }

  .discount .products .add-new-item + .add-new-item:before {
    display: none;
  }

  .discount .products .product + .product + .product:before {
    display: block;
  }

  .discount .products .product + .product + .product + product:before {
    display: none;
  }

  body .change_el {
    display: block;
  }

  .reviews-images-container img {
    width: 102px;
    height: 102px;
  }

  .discount .products .product {
    margin-bottom: 40px;
  }

  .discount .products .product:before {
    width: 14px;
    height: 14px;
    background-size: contain;
  }

  .discount .products .product,
  .discount .products .add-new-item {
    width: 100%;
    margin-right: 0;
  }

  .detail-product-container > h2 {
    font-size: 34px;
    line-height: normal;
  }

  .detail-product-container > p br {
    display: none;
  }

  .discount .products .add-new-item .add-new-item-big-text {
    font-size: 40px;
    line-height: 22px;
  }

  .discount .discount-total {
    font-size: 20px;
    line-height: 32px;
  }

  .discount .products .product .product-image {
    width: 35%;
    float: left;
  }

  .discount .product-info {
    width: 65%;
    float: left;
  }

  .discount .products .product {
    height: auto;
  }

  .discount .products .product .product-image img {
    width: 80px;
    height: 80px;
  }

  body .change_el {
    float: none;
  }

  .discount .products .product .product-info h3 {
    font-size: 24px;
    line-height: 29px;
  }

  .discount .products .add-new-item {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .discount .products .add-new-item {
    height: 120px;
  }

  .discount .products .product {
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .support_send.show {
    font-size: 20px;
  }

  .support_twice {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .header__title {
    margin-top: 50px;
  }

  .contacts_mg {
    padding: 50px 30px;
  }

  .contacts_title {
    font-size: 25px;
  }

  .contacts_text,
  .contacts_adress {
    font-size: 13px;
  }

  .contacts_phone {
    font-size: 16px;
    padding-top: 20px;
  }

  .downloadsPage .header__title {
    margin-bottom: 65px;
  }

  .downloads__form input[type="text"] {
    width: 78% !important;
    font-size: 19px !important;
  }

  .header__title {
    font-size: 26px;
    line-height: normal;
  }

  .selectric-downloads__select,
  .selectric-downloads__model {
    float: none !important;
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .selectric-downloads__model {
    margin-top: 15px !important;
  }

  .downloads__selectrik {
    display: block;
  }

  .support__right {
    font-size: 15px;
    padding: 30px 18px;
  }

  .support__right p {
    font-size: 15px;
  }

  .support__right p br {
    display: none !important;
  }

  .line_2 input {
    width: 100% !important;
  }

  .line_2 {
    width: 100%;
    display: block;
  }

  .support__right p + p {
    font-size: 14px;
  }

  .mobile__hr {
    display: block !important;
    margin-bottom: 25px;
  }

  .detail-product-container-prices {
    text-align: center;
  }

  #goods .bg-gradient,
  #dop_items .bg-gradient {
    padding: 20px !important;
  }

  .product-variations-list .product-variation:first-child {
    margin-top: 0;
  }

  div.product-detail-content {
    font-size: 15px;
  }

  .detail-product-container p.detail-product-container-prices {
    font-size: 24px;
  }

  .specifications h2 span {
    font-size: 20px;
  }

  .detail-page-header-menu .selectric .label {
    font-size: 0 !important;
    padding: 0 !important;
    width: 0px;
  }

  .detail-page-header-menu h2 {
    vertical-align: middle;
    max-width: 50%;
  }

  .detail-page-header-menu .selectric-select {
    vertical-align: middle !important;
  }

  #specifications ul.accordion {
    margin-top: 20px;
  }

  ul.accordion ul.minus-blue > li {
    font-size: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  #discount .product {
    border-radius: 7px;
  }

  .discount .products .product:after,
  .discount .products .add-new-item[data-discount="7"]:after {
    top: auto;
    bottom: -26px;
    left: 50%;
    margin-left: -12px;
    background-size: contain;
    width: 17px;
    height: 17px;
  }

  body .change_el {
    display: block;
  }

  .discount .products .add-new-item .add-new-item-small-text {
    padding-top: 16px;
  }

  .discount .products .add-new-item .add-new-item-big-text {
    padding-top: 30px;
  }

  .discount-total-wp {
    text-align: center;
  }

  .discount .discount-total {
    display: inline-block;
    *display: block;
    zoom: 1;
  }

  .discount .discount-total span.percent {
    margin-right: 0;
  }

  .discount .discount-total span.price-old::after {
    top: 14px;
  }

  .detail-page-header-buy-button button {
    height: 42px;
    line-height: 36px;
    width: 94px;
    padding: 0px;
  }

  .detail-page-header-prices .price-new {
    font-size: 15px;
  }

  .discount .discount-total span.percent:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
  }

  .discount .products .add-new-item {
    display: block !important;
    padding: 20px;
  }

  .detail-product-container {
    padding-top: 65px;
  }

  ul.accordion > li > div:not(.specifications-inside) {
    font-size: 17px;
    line-height: 55px;
    height: 55px;
    padding-left: 23px;
  }

  .detail-product-container .product-detail h1 {
    font-size: 40px;
  }

  .product-variation--list-item .product-attribute__image {
    width: 48px;
    height: 48px;
  }

  .product-variation--list-item .product-attribute__pane-bottom {
    display: block;
  }

  .product-variation--list-item
    .product-attribute__pane-bottom
    > div:first-child {
    margin-top: initial;
  }

  .product-variation--list-item .product-attribute__pane-bottom > div {
    margin: 20px 0 0 0;
  }

  .product-variation--list-item .product-attribute__pane-bottom .field__label {
    display: flex;
  }

  .product-variation--list-item .help-tooltip {
    margin-left: auto;
  }

  .product-variation--list-item .help-tooltip__link {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 17px;
  }

  .product-variation--list-item .product-attribute__pane-bottom > div {
    margin: 20px 0 0 0;
  }

  .product-variation--list-item .product-attribute__pane-bottom .field__label {
    display: flex;
  }

  .product-variation--list-item .help-tooltip {
    margin-left: auto;
  }
}

@media (max-width: 500px) {
  blockquote {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 17px;
  }

  .news__detail h1 {
    font-size: 24px;
  }

  #searchPopup .modal-dialog {
    margin-top: 71px;
  }

  .inner_news .news__date {
    margin-top: 0;
    padding-bottom: 0;
  }

  body .inner_news h1 {
    font-size: 24px;
  }

  .inner_news h2 {
    font-size: 24px;
  }

  .inner_news h3 {
    font-size: 20px;
  }

  .inner_news h4 {
    font-size: 20px;
  }

  .inner_news h5 {
    font-size: 17px;
  }

  .inner_news h6 {
    font-size: 15px;
  }

  blockquote {
    font-size: 19px;
  }

  blockquote:before,
  blockquote:after {
    width: 16px;
    height: 20px;
  }

  .inner_news {
    font-size: 15px;
  }

  .inner_news hr {
    padding-top: 38px;
    margin-top: 45px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .inner_news h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding-top: 35px;
  }

  .container-fluid.inner_news > .row > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .inner_news .news__d_image img {
    border-radius: 0;
  }

  blockquote {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  blockquote:before,
  blockquote:after {
    top: 2em;
  }
}

@media (max-width: 380px) {
  #specifications h2 {
    letter-spacing: 7px;
  }

  .reviews-section .review-section h2 {
    font-size: 24px;
    line-height: 24px;
  }

  .reviews-section .review-section h2 span.review-my.mob_hidden {
    display: none !important;
  }

  .www_hidden_review {
    display: inline-block !important;
    position: relative;
    top: 0;
    left: 0;
    width: 93px;
    height: 23px;
    line-height: 24px;
    background: #1378f5;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    border-radius: 12px;
  }

  .advantages-disadvantages-container > ul.plus-blue {
    width: 100%;
  }

  .detail-product-container-prices button {
    width: 128px;
  }

  .advantages-disadvantages-container > ul.minus-red {
    width: 100%;
    margin-bottom: 23px;
  }

  .detail-page-header-buy-button button.add_more {
    width: 115px;
  }

  .reviews-section .review-section h2 span.review-my {
    display: block;
    left: 0;
  }

  .reviews-section .review-section h2 span.review-date {
    position: relative;
  }

  .reviews-section .review-section .review-pictures img {
    width: 30%;
    margin-right: 3.5%;
    height: 105px;
    object-fit: cover;
  }

  .reviews-section .review-section .review-pictures img:nth-child(3n + 3) {
    margin-right: 0;
  }

  .reviews-section .review-section {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  #tab-review-add .review-pictures > div {
    margin-right: 3.5%;
    width: 31%;
  }

  .review-add-button {
    margin-left: 0;
  }

  #tab-review-add .review-pictures > div:last-child {
    margin-right: 0;
  }

  .news__e_img,
  .main__news .news__e_img {
    height: 140px;
  }

  .main__news .news__text {
    padding: 33px;
  }

  #tab-review-add input.review-input-name {
    max-width: 100%;
  }

  .advantages-disadvantages-container > div {
    width: 100%;
  }

  .advantages-disadvantages-container {
    display: block !important;
  }

  .reviews__btn {
    text-align: center;
  }

  #goods .modal-content .bg-gradient,
  #dop_items .modal-content .bg-gradient {
    padding: 0;
  }

  .product-variation--list-item .product-attribute__pane-top {
    padding-left: 18px;
  }

  #dop_items .product-variation--list-item .product-attribute__pane-top,
  #goods .product-variation--list-item .product-attribute__pane-top {
    padding-left: 0;
  }

  #dop_items .detail-page-header-buy-button {
    margin-right: 20px;
  }

  .discount .products .add-new-item[data-discount="7"]:after {
    display: none !important;
  }
}

@media (min-width: 1790px) {
  .container-fluid > .row > .col-12 {
    width: 1680px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    flex: 0 1 auto;
  }
  .owl-carousel .owl-item .product-image img {
    display: inline-block;
  }
  .owl-carousel .owl-item img.comment-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 0;
  }
  .products .owl-nav {
    display: none;
  }
  .products .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .products .owl-dots .owl-dot {
    width: 30px;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    outline: none;
  }
  .products .owl-dots .owl-dot.active {
    position: relative;
    top: 1px;
    height: 5px;
    background: #115feb;
  }
}

@media (max-width: 1789px) {
  .pre-footer {
    margin-top: 70px;
  }
  .container-fluid > .row > .col-12 {
    width: 1570px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    flex: 0 1 auto;
  }
  #owl-carousel-front {
    height: 673px;
  }
  .owl-carousel-front-slide img.full-screen {
    height: 673px;
  }
  .front-slide-text {
    left: 152px;
    top: 171px;
  }
  .product {
    width: 370px;
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .product:nth-child(4n) {
    margin-right: 0;
  }
  .product:nth-child(3n) {
    margin-right: 30px;
  }
  .product:last-child {
    margin-right: 0;
  }
  .product .product-image img {
    width: 310px;
    height: 310px;
  }
}

@media (max-width: 1589px) {
  .detail-product-container .product-detail {
    padding-right: 0px;
  }
  .paragraph--image-40-content,
  .com_10,
  .com-15,
  .com-11,
  .com_11,
  .com_20 {
    width: 1170px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }

  .detail-product-container {
    padding-left: 0 !important;
  }

  .reviews-section {
    padding-right: 5%;
  }

  .container-fluid > .row > .col-12 {
    width: 1170px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    flex: 0 1 auto;
  }
  #owl-carousel-front {
    height: 502px;
  }
  .owl-carousel-front-slide img.full-screen {
    height: 502px;
  }
  .front-slide-text {
    left: 108px;
    top: 107px;
    width: 414px;
  }
  .front-slide-text h2 {
    font-size: 38px;
    line-height: 49px;
  }
  .front-slide-text p {
    font-size: 16px;
    line-height: 21px;
  }
  .products {
    margin-top: 80px;
  }
  .product {
    width: 370px;
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .product:nth-child(4n) {
    margin-right: 30px;
  }
  .product:nth-child(3n) {
    margin-right: 0;
  }
  .product:last-child {
    margin-right: 0;
  }
  .product .product-image img {
    width: 310px;
    height: 310px;
  }
  .product:nth-child(n + 7) {
    display: none;
  }
  .front-links-block a {
    display: inline-block;
    width: 282px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    border-radius: 12px;
    margin-top: 40px;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .menu-l1__item {
    margin-right: 41px;
  }
}

@media (max-width: 1189px) {
  .paragraph--image-40-content,
  .com_10,
  .com-15,
  .com-11,
  .com_11,
  .com_20 {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }

  .paragraph--columns-4 .paragraph {
    width: 47%;
    margin-bottom: 10%;
  }

  .paragraph--image-50-screen .paragraph__image {
    order: -1;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
  }

  .paragraph--image-50-screen .paragraph__text-wrapper {
    width: 100%;
    max-width: initial;
    margin: 0 !important;
    padding: 0 !important;
  }

  .col-12-off {
    max-width: 100%;
  }

  .paragraph--image-50-screen .paragraph__image {
    order: -1;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
  }

  .paragraph--image-50-screen .paragraph__text-wrapper {
    width: 100%;
    max-width: initial;
    margin: 0 !important;
    padding: 0 !important;
  }

  .paragraph--image-50-screen .paragraph__inner {
    flex-direction: column;
  }

  .paragraph--image-50-screen {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph--image-50-screen .paragraph__inner {
    flex-direction: column;
  }

  .paragraph--image-50-screen .paragraph__image {
    order: -1;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
  }

  .paragraph--image-50-screen .text-grid {
    display: block;
  }

  .paragraph--image-50-screen .text-grid__item:first-child {
    margin-top: initial;
  }

  .paragraph--image-50-screen .text-grid__item {
    margin-top: 8%;
  }

  .paragraph--image-50-screen {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph--image-40-content .paragraph__inner {
    flex-direction: column;
  }

  .paragraph--image-40-content .paragraph__text-wrapper {
    width: 100%;
    max-width: 600px;
    text-align: center;
  }

  .paragraph--image-40-content .paragraph__image {
    order: -1;
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px;
  }

  .reviews-section {
    padding-right: 0;
  }

  #tab-reviews .review-add-button {
    margin-left: 22px !important;
  }

  .review-add-button {
    margin-left: 0 !important;
  }

  #reviews {
    text-align: center;
  }

  #reviews-container {
    text-align: left;
  }

  .reviews-container {
    text-align: left;
  }

  .reviews-section .review-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .reviews-images .reviews-images-container {
    text-align: left !important;
  }

  .reviews-images {
    width: 100%;
  }

  .reviews-section {
    width: 100%;
  }

  .reviews-container {
    display: block !important;
  }

  .reviews-images-container img {
    width: 125px;
    height: 125px;
  }

  .reviews-images-container img:last-child,
  .reviews-images-container img:nth-child(4n) {
    margin-right: 12px;
  }

  .show-more-reviews-images {
    margin-top: 16px;
  }

  .show-more-container a {
    max-width: 324px;
    margin-right: auto;
    margin-left: auto;
  }

  .reviews__center {
    text-align: center;
  }

  .downloads-section .file {
    display: block !important;
  }

  .delimiter.mobile {
    margin-left: 20px;
    margin-right: 10px;
    display: inline-block;
    *display: block;
    zoom: 1;
  }

  .delimiter.www {
    display: none;
  }
  .tab-menu-detail {
    display: none !important;
  }

  .detail-page-header-menu .selectric-select {
    vertical-align: top;
    width: auto;
  }

  .detail-page-header-menu .selectric-select .selectric {
    background: transparent;
    border: 0;
  }

  .detail-page-header-menu .selectric .button:after {
    background: url("/img/arrow_e.png") no-repeat;
    border: 0;
    width: 10px;
    top: 27px;
    height: 6px;
  }

  .detail-page-header-menu .selectric-open .selectric-items {
    z-index: 15;
  }

  .detail-page-header-menu .selectric .label {
    border-bottom: 2px solid #1378f5;
    color: #ffffff;
    position: relative;
    top: 0px;
    display: inline-block;
    line-height: 65px;
    font-size: 15px;
    padding: 0 18px;
    height: auto;
  }

  .detail-page-header-menu .selectric-select {
    display: inline-block;
    *display: block;
    zoom: 1;
  }

  .detail-page-header-menu .selectric .button {
    background: transparent;
  }

  .detail-page-header {
    top: 71px;
  }

  .layout {
    padding-top: 0;
  }
  header {
    position: fixed;
    height: 71px;
  }
  .container-fluid > .row > .col-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-fluid > .row > .col-12.front-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .page-background {
    display: none;
  }
  .top-menu-container {
    display: none;
  }
  body {
    padding-top: 66px;
  }
  .top-menu-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000;
    padding-top: 22px;
    padding-bottom: 22px;
    z-index: 20;
  }
  .logo-container {
    padding-left: 42px;
  }
  .logo-container > img.logo {
    width: 190px;
  }
  footer .logo-container {
    padding-left: 0px;
  }
  footer .logo-container > img.logo {
    width: 163px;
  }
  .catalog-menu-block__switcher {
    left: 0;
    right: auto;
  }
  .owl-carousel-front-slide img.full-screen {
    display: none;
  }
  .owl-carousel-front-slide img.small-screen {
    display: block;
    height: 682px;
  }
  .front-slider.col-12 {
    padding: 0;
  }
  #owl-carousel-front {
    height: 1024px;
  }
  #owl-carousel-front .owl-carousel-front-slide {
    height: 1024px;
  }
  #owl-carousel-front .owl-nav {
    display: none;
  }
  .front-slide-text {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 120px;
    width: 100%;
    padding-top: 120px;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 30%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 30%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 30%
    );
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  }
  .front-slide-text-inside {
    width: 466px;
    text-align: center;
    margin: 0 auto;
  }
  .front-slide-text h2 {
    font-size: 38px;
    line-height: 49px;
  }
  .front-slide-text p {
    font-size: 16px;
    line-height: 21px;
  }
  .products {
    flex-wrap: wrap;
    margin-top: 52px;
  }
  .product {
    position: relative;
    /*width: 100%;*/
    width: 344px;

    padding: 20px;
    margin-bottom: 35px;
  }

  /*добавил*/

  .product:nth-child(3n) {
    margin-right: 30px;
  }

  .product .product-image {
    padding-top: 21px;
  }
  .product .product-image img {
    display: inline-block;
    width: 296px;
    height: 296px;
  }
  .product-info {
    padding-left: 16px;
  }
  .product .product-info h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .front-links-block a {
    display: inline-block;
    width: 222px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    border-radius: 12px;
    margin-top: 72px;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .footer-content {
    padding: 0;
  }
  .footer-content .menu-l1__item {
    display: block;
    width: 100%;
    margin: 0;
  }
  .footer-content .menu-l2__link {
    margin: 0;
    font-size: 14px;
    line-height: 49px;
  }
  .footer-content .footer-menu-arrow {
    display: block;
    float: right;
    transform: rotate(180deg);
    margin-top: 22px;
    margin-right: 11px;
    transition: all 0.3s;
  }
  .footer-content .menu-l2__item.active .footer-menu-arrow {
    transform: rotate(0deg);
  }
  .footer-content .menu-l2__item {
    margin-bottom: 0;
  }
  .footer-content .menu-l2 {
    margin-bottom: 0;
  }
  .footer-content .menu-l3 {
    display: none;
    padding-left: 20px;
    margin-bottom: 8px;
  }
  .footer-content .menu-l3 a {
    line-height: 32px;
  }
  .footer-content .menu-l2__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-content .footer-helpdesk {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .footer-content .helpdesk-block {
    display: flex;
    justify-content: space-between;
  }
  .footer-content .helpdesk-block__content {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .footer-content .subscription-block__content {
    display: inline-block;
    margin: 0;
    vertical-align: top;
  }
  .footer-content .helpdesk-block h3 {
    font-size: 13px;
  }
  .helpdesk-block__phone {
    font-size: 20px;
  }
  .helpdesk-block__content p {
    font-size: 12px;
  }
  .owl-carousel .owl-item img.comment-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 0;
  }
  a.comments-link {
    display: block;
    margin-top: 2px;
  }
}

@media (max-width: 767px) {
  .news__detail img {
    width: calc(100% + 40px);
    max-width: 1000px;
    margin-left: -20px;
  }

  .inner_news hr {
    padding-top: 0;
  }

  #tab-review-add .detail-product-container,
  #tab-reviews .detail-product-container {
    padding-top: 165px;
  }

  .downloads-section .file .file-link > img {
    width: 47px;
  }

  .downloads-section .file .file-link > img {
    margin-right: 17px;
  }

  .downloads-section .file-info {
    margin-left: 72px;
  }

  .file-link {
    margin-bottom: 16px;
  }

  .downloads-section .file-info > div {
    display: block !important;
    text-align: left !important;
  }

  .downloads-section .file-info > div {
    margin-bottom: 16px;
  }

  .detail-product-container .product-detail h1 {
    font-size: 40px;
  }

  .downloads-section h3 span {
    font-size: 20px;
  }

  #tab-downloads .detail-product-container {
    padding-top: 165px;
  }

  .downloads-section h3 span {
    padding-right: 23px;
  }

  .downloads-section .file {
    padding-bottom: 31px;
  }

  #tab-downloads .downloads-section {
    margin-top: 47px;
  }

  .detail-page-header-menu h2 {
    font-size: 24px;
    line-height: 24px;
  }

  .detail-page-header-menu .selectric-open .selectric-items {
    width: auto !important;
  }

  .delimiter.mobile {
    display: none;
  }

  .container-fluid > .row > .col-12 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .news__text {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .status {
    top: 22px;
  }
  .news__e_img {
    height: 25vh;
  }

  ul.top-menu-level1 {
    padding-left: 20px;
    padding-right: 11px;
  }
  .container-fluid > .row > .col-12.front-slider {
    display: block;
  }
  .page-background {
    display: none;
  }
  .top-menu-container {
    display: none;
  }
  body {
    padding-top: 66px;
  }
  .top-menu-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #191919;
    padding-top: 22px;
    padding-bottom: 22px;
    z-index: 20;
  }
  .logo-container {
    padding-left: 42px;
  }
  .logo-container img.logo {
    width: 150px;
  }
  .shop-buttons-container > a {
    margin-right: 30px;
  }
  .shop-buttons-container > a {
    display: none;
  }
  .open_menu .shop-buttons-container > a {
    display: inline-block;
  }

  .open_menu .cart-block__content {
    display: none;
  }

  .cart-block__total {
    display: none;
  }
  footer .logo-container {
    padding-left: 0px;
  }
  footer .logo-container > img.logo {
    width: 163px;
  }
  .catalog-menu-block__switcher {
    left: 0;
    right: auto;
  }
  .owl-carousel-front-slide img.full-screen {
    display: none;
  }
  .owl-carousel-front-slide img.small-screen {
    display: block;
    height: 682px;
  }
  .front-slider.col-12 {
    padding: 0;
  }
  #owl-carousel-front {
    height: 1024px;
  }
  #owl-carousel-front .owl-carousel-front-slide {
    height: 1024px;
  }
  #owl-carousel-front .owl-nav {
    display: none;
  }
  .front-slide-text {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 120px;
    width: 100%;
    padding-top: 120px;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 30%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 30%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 30%
    );
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  }
  .front-slide-text-inside {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .front-slide-text h2 {
    font-size: 29px;
    line-height: 38px;
  }
  .front-slide-text p {
    font-size: 16px;
    line-height: 21px;
  }
  .products {
    flex-wrap: wrap;
    margin-top: 52px;
  }
  .product {
    position: relative;
    width: 100%;

    padding: 20px;
    margin-bottom: 35px;
  }
  .product .product-image {
    padding-top: 21px;
  }
  .product-info {
    padding-left: 16px;
  }
  .product .product-info h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .owl-carousel .owl-item .product-image img {
    display: inline-block;
    width: 280px;
    height: 280px;
  }
  .front-links-block {
    padding-top: 60px;
  }
  .front-links-block a {
    display: block;
    width: 280px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    border-radius: 12px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .front-links-block a:last-child {
    margin: 0 auto;
    margin-bottom: 0;
  }
  .pre-footer {
    margin-top: 50px;
  }
  .footer-content {
    padding: 0;
  }
  .footer-content .menu-l1__item {
    display: block;
    width: 100%;
    margin: 0;
  }
  .footer-content .menu-l2__link {
    margin: 0;
    font-size: 14px;
    line-height: 49px;
  }
  .footer-content .footer-menu-arrow {
    display: block;
    float: right;
    transform: rotate(180deg);
    margin-top: 22px;
    margin-right: 11px;
    transition: all 0.3s;
  }
  .footer-content .menu-l2__item.active .footer-menu-arrow {
    transform: rotate(0deg);
  }
  .footer-content .menu-l2__item {
    margin-bottom: 0;
  }
  .footer-content .menu-l2 {
    margin-bottom: 0;
  }
  .footer-content .menu-l3 {
    display: none;
    padding-left: 20px;
    margin-bottom: 8px;
  }
  .footer-content .menu-l3 a {
    line-height: 32px;
  }
  .footer-content .menu-l2__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-content .footer-helpdesk {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .footer-content .helpdesk-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-content .helpdesk-block__content {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .footer-content .subscription-block__content {
    width: 100%;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    text-align: left;
    margin-top: 25px;
  }
  .footer-content .helpdesk-block h3 {
    font-size: 13px;
  }
  .footer-content .helpdesk-block__phone {
    font-size: 20px;
  }
  .footer-content .helpdesk-block__content p {
    font-size: 12px;
  }
  .subscription-block__content .subscription-email-input,
  .subscription-form {
    width: 100%;
    max-width: 350px;
  }
  .copyright-footer {
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .copyright-footer div {
    width: 100%;
    padding: 5px 0;
  }

  .product {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #owl-carousel-front {
    height: 600px;
  }
  #owl-carousel-front .owl-carousel-front-slide {
    height: 618px;
  }
  .owl-carousel-front-slide img.small-screen {
    height: 352px;
    width: auto;
  }
  .container-fluid > .row > .col-12.front-slider {
    padding: 0 !important;
  }
}

@media (max-width: 580px) {
  .sale_order_full_table form input[type="submit"] {
    width: 100%;
  }

  .basket-items-list-item-remove {
    position: absolute;
    top: 0;
    right: 0;
  }

  .sale_order_full_table {
    width: 100%;
  }
}

/* // mobile versions */

/* mobile top menu */

.top-menu-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  font-size: 17px;
  display: none;
  z-index: 20;
  background: rgb(12, 12, 12);
  background: -moz-linear-gradient(
    top,
    rgba(12, 12, 12, 1) 0%,
    rgba(24, 24, 24, 1) 10%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(12, 12, 12, 1) 0%,
    rgba(24, 24, 24, 1) 10%
  );
  background: linear-gradient(
    to bottom,
    rgba(12, 12, 12, 1) 0%,
    rgba(24, 24, 24, 1) 10%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0c0c0c', endColorstr='#181818', GradientType=0);
}

@media (max-width: 1189px) {
  .top-menu-2-content {
    display: none;
  }
  .catalog-menu-block__switcher {
    display: none;
  }
  .menu-switcher-mobile {
    background-image: linear-gradient(
      to bottom,
      white 0%,
      white 12.5%,
      transparent 12.5%,
      transparent 43.75%,
      white 43.75%,
      white 56.25%,
      transparent 56.25%,
      transparent 87.5%,
      white 87.5%,
      white 100%
    );
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
    width: 24px;
    height: 16px;
    margin: auto;
    background-size: 24px 16px;
    cursor: pointer;
  }
  .menu-switcher-mobile.close {
    background-image: url("img/cross-icon.svg");
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 5px;
    opacity: 1 !important;
  }
  .menu-switcher-mobile.close.back {
    background-image: url("img/back.svg");
    background-size: 11px 20px;
    top: 4px;
  }
  .logo-container span {
    font-size: 18px;
  }
  ul.top-menu-level1 {
    padding: 0;
    padding-left: 30px;
    padding-right: 21px;
    min-height: 100vh;
  }
  ul.top-menu-level1 > li {
    color: rgba(255, 255, 255, 0.65);
    line-height: 17px;
    padding-top: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  ul.top-menu-level1 > li:last-child {
    border-bottom: none;
  }
  ul.top-menu-level1 > li > ul {
    display: none;
  }
  ul.top-menu-level1 li.have-childs.active {
    padding: 0;
    border: none;
  }
  ul.top-menu-level1 li.have-childs.active > span {
    display: none;
  }
  ul.top-menu-level1 li.have-childs.active > ul {
    display: block;
  }
  ul.top-menu-level1 > li > ul > li {
    position: relative;
    padding-top: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  ul.top-menu-level1 > li > ul > li > img {
    position: absolute;
    right: 20px;
    top: 30px;
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  ul.top-menu-level1 > li > ul > li > ul {
    padding-top: 10px;
    display: none;
  }
  ul.top-menu-level1 > li > ul > li.active > img {
    transform: rotate(0deg);
  }
  ul.top-menu-level1 > li > ul > li > ul > li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 15px;
  }
  ul.top-menu-level1 > li > ul > li > ul > li > a {
    line-height: 15px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.45);
  }
  .scroll-pane:focus {
    border: none;
    outline: none;
  }
  .scroll-pane .jspVerticalBar {
    position: absolute;
    right: 0;
    top: 0;
    width: 9px;
  }
  .scroll-pane .jspTrack {
    background: #101010;
  }
  .scroll-pane .jspDrag {
    position: relative;
    left: 2px;
    background: #1c1c1c;
    width: 5px;
    border-radius: 3px;
  }
}

@media (max-width: 420px) {
  .shop-buttons-container > a {
    margin-right: 18px;
  }
  .shop-buttons-container img {
    height: 17px;
  }
  .cart-block__content a img {
    margin-right: 10px;
  }
  .cart-block__content a img {
    margin-right: 10px;
  }
  .logo-container img.logo {
    width: 145px;
  }
  .logo-container {
    padding-left: 40px;
  }
}

/* // mobile top menu */

/* Vremennie fix */
/* Hidden tooltipe (vremenno) */
.product-variation__attribute-switch .help-tooltip span.help-tooltip__link {
  display: none;
}

.detail-product-container {
  overflow: hidden;
}

.top-menu-2 {
  z-index: 2;
}

.top-menu-mobile {
  z-index: 1;
  padding-top: 66px !important;
}


.page_error {
  padding-top: 108px;
  padding-bottom: 128px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.page_error__title {
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 64px;
  line-height: 76px;
  display: block;
  font-family: 'geometria-500',
  sans-serif;
}
.page_error p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.page_error__links {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}
.page_error__links a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  border-radius: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  background-color: #151515;
  transition: 250ms ease;

}
.page_error__links a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  pointer-events: none;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjUwMjMgMEwxMi41MDIzIDEuMDVMMTcuMDgwOCA1LjI3ODVIMFY2LjcxOTI1SDE3LjA4MjNMMTIuNTAzOCAxMC45NDc3TDEzLjUwMzggMTEuOTk3N0wyMC4wMDE1IDUuOTk3NzVMMTMuNTAyMyAwWiIgZmlsbD0iIzU1NTU1NSIvPgo8L3N2Zz4K);
  width: 20px;
  height: 12px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0;
}
.page_error__links a:hover {
  background-color: #222121;
}
.page_error__links a:hover::before {
  opacity: 1;
}
.page_error__links a:not(:last-child) {
  margin-bottom: 8px;
}

@media (min-width:992px) {
  .page_error__links {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;

  }
  .page_error__links a {
    margin-right: 12px;
    margin-bottom: 12px;
    flex: 0 0 calc((100% - 12px) / 2);
    max-width: calc((100% - 12px) / 2);
  }
  .page_error__links a:nth-child(2n) {
    margin-right: 0;
  }
  .page_error__title {
    margin-bottom: 16px;
    font-size: 108px;
    line-height: 116px;
  }
  .page_error {
    font-size: 18px;
  }
  .page_error p {
    font-size: 18px;
  }
}