@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);
body header .wrap-whiteline, section.search .wrapper-search, .search-results, .wraptop-section-list, .wraptop-zag, .one-news, section.content .main-page-content, section.content .text, footer .wrapper-footer, .developer, section.card .wrapper-card, .wrap-products, .wrapper-list-products, .katalog, .diploms, .mapcont .text {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex; }

@font-face {
  font-family: 'Russo One';
  src: url("../fonts/RussoOne/RussoOne-Regular.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Exo2';
  src: url("../fonts/Exo2/Exo2-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Exo2';
  src: url("../fonts/Exo2/Exo2-Bold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Exo2';
  src: url("../fonts/Exo2/Exo2-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-Light.ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-Regular.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-Medium.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-SemiBold.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-Bold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-ExtraBold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-Black.ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-LightItalic.ttf");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }
/* ╤Б╨▒╤А╨╛╤Б ╤Б╤В╨╕╨╗╨╡╨╣ ╨▒╤А╨░╤Г╨╖╨╡╤А╨░ */
* {
  box-sizing: border-box; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  outline: 0 !important; }

button::-moz-focus-inner {
  border: 0; }

body {
  line-height: 1.2; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol {
  padding-left: 1.4em;
  list-style: decimal; }

ul {
  padding-left: 1.4em;
  list-style: square; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* ╨║╨╛╨╜╨╡╤Ж ╨║╨╛╨┤╨░ ╤Б╨▒╤А╨╛╤Б╨░ ╤Б╤В╨╕╨╗╨╡╨╣ ╨▒╤А╨░╤Г╨╖╨╡╤А╨░ */
.button {
  background: transparent;
  color: #333333;
  font-size: 1rem;
  font-weight: 300;
  padding: 15px 70px;
  transition: .5s;
  text-align: left;
  position: relative;
  border: 1px solid #333333;
  border-radius: 4px;
  font-family: "Rubik", sans-serif; }
  .button:hover {
    background: #66281d;
    color: #ffffff;
    cursor: pointer; }
  .button:before {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    background: #333333;
    position: absolute;
    top: 50%;
    right: 20px;
    transition: .5s; }
  .button::after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    border: 1px solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: black;
    border-bottom-color: black;
    position: absolute;
    top: 31%;
    right: 24px;
    margin-top: 1px;
    transform: rotate(-45deg);
    transition: .5s; }

.button:hover::before {
  right: 12px;
  background: #ffffff; }

.button:hover::after {
  right: 16px;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff; }

.withoout-border {
  border: none; }
  .withoout-border:hover {
    border: none;
    background: transparent;
    color: inherit; }
  .withoout-border a {
    text-decoration: none;
    color: #333333; }

.button-bordo {
  background: #66281d;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  padding: 15px 70px;
  transition: .5s;
  position: relative;
  border: 2px solid #66281d;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
  margin-top: 20px; }
  .button-bordo:hover {
    border: 2px solid #333333;
    background: transparent;
    color: #333333;
    cursor: pointer; }

.button-light {
  background: transparent;
  color: #333333;
  font-size: 1rem;
  font-weight: 300;
  padding: 15px 70px;
  transition: .5s;
  position: relative;
  border: 1px solid #333333;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
  margin-top: 20px; }
  .button-light:hover {
    background: #66281d;
    color: #ffffff;
    cursor: pointer; }

button.bordo, input.bordo {
  padding: 15px 85px;
  background: #66281d;
  color: #ffffff;
  border-radius: 4px;
  border: 2px solid #66281d;
  transition: all .2s;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 1rem; }
  button.bordo:hover, input.bordo:hover {
    cursor: pointer;
    background: transparent;
    color: #333333;
    border: 2px solid #333333; }

a.button-bordo {
  text-decoration: none; }

body {
  font-family: "Rubik", sans-serif;
  background: #ffffff;
  color: #333333; }
  body header {
    display: flex;
    flex-flow: column nowrap;
    background: #ffffff;
    z-index: 2; }
    body header .wrap-whiteline {
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center;
      height: 130px; }
      body header .wrap-whiteline a {
        text-decoration: none; }
    body header nav {
      background: #ffffff;
      text-transform: uppercase;
      font-weight: 300;
      padding: 10px 20px;
      border-left: 1px solid #d8d8d8;
      border-right: 1px solid #d8d8d8; }
    body header .enter span {
      text-transform: uppercase;
      font-weight: 300;
      padding: 0 10px; }
    body header .enter a {
      display: flex;
      align-items: center;
      color: #333333; }

.logo {
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }
  .logo img {
    width: 82px;
    height: auto; }
  .logo .wrap-span {
    display: flex;
    flex-flow: column nowrap;
    color: #333333;
    padding: 10px 20px; }

.phones {
  display: flex;
  align-items: center; }

.info {
  display: flex;
  transition: all .3s; }
  .info .wrap-phones {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    padding-left: 20px;
    line-height: 1.6;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    transition: .5s; }
    .info .wrap-phones a {
      color: #333333;
      text-decoration: none; }
  .info .wrap-phones-dop {
    display: none;
    transition: .5s; }

.opennumber {
  display: none;
  width: 40px;
  height: 40px; }

.h2span {
  font-size: 2rem;
  padding-bottom: 20px;
  font-weight: 600; }

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9960;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left; }

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right; }

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0; }

.sm ul {
  display: none; }

.sm li, .sm a {
  position: relative; }

.sm a {
  display: block; }

.sm a.disabled {
  cursor: default; }

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden; }

.sm *, .sm *::before, .sm *::after {
  box-sizing: inherit; }

.main-nav {
  position: relative;
  background: #3092c0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4f4e79), color-stop(100%, #4b4a73));
  background-image: -webkit-linear-gradient(top, #4f4e79, #4b4a73);
  background-image: -moz-linear-gradient(to bottom, #4f4e79, #4b4a73);
  background-image: -o-linear-gradient(to bottom, #4f4e79, #4b4a73);
  background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden; }

.nav-brand {
  float: left;
  margin: 0; }

.nav-brand a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  text-decoration: none; }

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none; } }
/* Mega menus */
/* make mega menus take the full width of .main-nav */
#main-menu,
#main-menu > .has-mega-menu {
  position: static; }

#main-menu .mega-menu {
  margin: 30px auto !important;
  right: 0 !important;
  width: auto !important;
  max-width: 1280px !important; }

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important; }

/* clear any floats inside the mega menus */
#main-menu .mega-menu > li {
  overflow: auto;
  padding: 20px 50px;
  display: flex;
  flex-flow: column wrap;
  max-height: 430px;
  background-color: #fafafa; }

/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */
#main-menu .mega-menu {
  color: #353451; }

#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0.83em 0;
  border: 0;
  padding: 0 0 0 20px;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#main-menu .mega-menu ul li {
  display: list-item;
  list-style-type: disc;
  border: 0; }

#main-menu .mega-menu a {
  display: inline;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit; }

/* simple columns inside the mega menus */
#main-menu .mega-menu .column-1-3 {
  padding: 10px; }
  #main-menu .mega-menu .column-1-3 a.beforelastchild {
    color: white;
    background-color: red;
    padding: 0 3px;
    border-radius: 2px; }
  #main-menu .mega-menu .column-1-3 a.lastchild {
    color: white;
    background-color: green;
    padding: 0 3px;
    border-radius: 2px; }

@media (min-width: 768px) {
  #main-menu .mega-menu .column-1-3 {
    float: left;
    width: 33.33%; } }
/* Sample image placeholder */
.mega-menu-sample-image {
  margin: 0.83em 0;
  border: 1px solid;
  height: 80px;
  line-height: 80px;
  text-align: center; }

/* Mobile menu top separator */
#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #4b4a73; }

@media (min-width: 768px) {
  #main-menu:before {
    display: none; } }
/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0; }

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0; }

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none; }

#main-menu-state:checked ~ #main-menu {
  display: block; }

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px; }

  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block; } }
/* IGNORE: Unrelated generic demo styles */
.sm-simple {
  background: #ffffff; }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
    padding: 13px 20px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 44px;
    color: #555555;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: none; }
  .sm-simple a {
    font-weight: 300; }
  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
    border-bottom: 1px solid #efefef; }
  .sm-simple a.current {
    background: #555555;
    color: #ffffff; }
  .sm-simple a.disabled {
    color: #cccccc; }
  .sm-simple a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: auto;
    right: 2px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    font: bold 14px/22px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.08); }
  .sm-simple a .sub-arrow::before {
    content: '+'; }
  .sm-simple a.highlighted .sub-arrow::before {
    content: '-'; }
  .sm-simple li {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .sm-simple > li:first-child {
    border-top: 0; }
  .sm-simple ul {
    background: rgba(179, 179, 179, 0.1); }
    .sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
      font-size: 14px;
      border-left: 1px solid transparent; }

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em; }

  .sm-simple li {
    float: left; }

  .sm-simple.sm-rtl li {
    float: right; }

  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none; }

  .sm-simple a {
    white-space: nowrap; }

  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal; }

  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }

  /* ...end */
  .sm-simple {
    background: #ffffff;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
    .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
      padding: 11px 20px;
      color: #444444; }
    .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
      background: transparent; }
    .sm-simple a.current {
      background: #555555;
      color: #ffffff; }
    .sm-simple a.disabled {
      background: #ffffff;
      color: #cccccc; }
    .sm-simple a.has-submenu {
      padding-right: 32px; }
    .sm-simple a .sub-arrow {
      top: 50%;
      margin-top: -2px;
      right: 10px;
      width: 8px;
      height: 16px;
      font: 14px/16px monospace !important;
      background: transparent;
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #66281d;
      transform: rotateZ(0deg);
      transition: .2s; }
    .sm-simple a.highlighted .sub-arrow::before {
      content: '+'; }
    .sm-simple a.highlighted .sub-arrow {
      width: 0;
      height: 0;
      transform: rotateZ(180deg); }
    .sm-simple > li {
      border-top: 0;
      /*border-left: $sm-simple__desktop-separators-size solid $sm-simple__desktop-separators-color;*/ }
      .sm-simple > li:first-child {
        border-left: 0; }
    .sm-simple ul {
      border: 0;
      background: #ffffff;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
      .sm-simple ul a {
        border: 0 !important; }
        .sm-simple ul a.has-submenu {
          padding-right: 20px; }
        .sm-simple ul a .sub-arrow {
          left: 8px;
          right: auto; }
      .sm-simple ul > li {
        border-left: 0;
        border-top: 1px solid #eeeeee; }
        .sm-simple ul > li:first-child {
          border-top: 0; }
    .sm-simple .scroll-up,
    .sm-simple .scroll-down {
      position: absolute;
      display: none;
      visibility: hidden;
      overflow: hidden;
      background: #ffffff;
      height: 20px; }
    .sm-simple .scroll-up-arrow,
    .sm-simple .scroll-down-arrow {
      position: absolute;
      top: -2px;
      left: 50%;
      margin-left: -8px;
      width: 0;
      height: 0;
      overflow: hidden;
      border-width: 8px;
      border-style: dashed dashed solid dashed;
      border-color: transparent transparent #444444 transparent; }
    .sm-simple .scroll-down-arrow {
      top: 6px;
      border-style: solid dashed dashed dashed;
      border-color: #444444 transparent transparent transparent; }
    .sm-simple.sm-rtl a.has-submenu {
      padding-right: 20px;
      padding-left: 32px; }
    .sm-simple.sm-rtl a .sub-arrow {
      left: 20px;
      right: auto; }
    .sm-simple.sm-rtl.sm-vertical a.has-submenu {
      padding: 11px 20px; }
    .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
      left: auto;
      right: 8px; }
    .sm-simple.sm-rtl > li:first-child {
      border-left: 1px solid #eeeeee; }
    .sm-simple.sm-rtl > li:last-child {
      border-left: 0; }
    .sm-simple.sm-rtl ul a.has-submenu {
      padding: 11px 20px; }
    .sm-simple.sm-rtl ul a .sub-arrow {
      left: auto;
      right: 8px; }
    .sm-simple.sm-vertical a .sub-arrow {
      left: 8px;
      right: auto; }
    .sm-simple.sm-vertical li {
      border-left: 0;
      border-top: 1px solid #eeeeee; }
    .sm-simple.sm-vertical > li:first-child {
      border-top: 0; } }
/*Hamburger menu start*/
.icon {
  /*position: absolute;
  right: 5px;*/
  width: 60px;
  height: 40px;
  cursor: pointer;
  display: none;
  align-items: center; }
  .icon .hamburger {
    width: 36px;
    height: 2px;
    background: #333333;
    position: absolute;
    left: 20px;
    right: 30px;
    transform: translate(-20%, -50%);
    transition: .5s; }
    .icon .hamburger:before, .icon .hamburger:after {
      content: '';
      position: absolute;
      width: 36px;
      height: 2px;
      background: #333333;
      transition: .5s; }
    .icon .hamburger:before {
      top: -10px; }
    .icon .hamburger:after {
      top: 10px; }

.icon .hamburger.open {
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0); }
  .icon .hamburger.open:before {
    transform: rotate(45deg);
    top: 0; }
  .icon .hamburger.open:after {
    transform: rotate(135deg);
    top: 0; }

nav .topmenu.cop {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  height: 1400px;
  padding: 60px 20px 0 20px;
  background: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  width: 100%; }

nav .topmenu li ul.cop {
  background-color: #eeeeee; }

.slider {
  position: relative; }

.wrapper-slider {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

.catalog-slider {
  background: #ffffff;
  position: absolute;
  transform: translate(0, 6%);
  z-index: 2;
  border-radius: 4px;
  width: 100%;
  max-width: 300px; }
  .catalog-slider .divcat {
    text-transform: uppercase;
    font-size: 1.8rem;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 26px; }
  .catalog-slider .sliderul {
    margin: 0;
    list-style: none;
    padding: 20px 0;
    font-weight: 200; }
    .catalog-slider .sliderul li {
      padding: 10px 26px; }
      .catalog-slider .sliderul li a {
        text-decoration: none;
        color: #333333;
        transition: all .2s; }
        .catalog-slider .sliderul li a:hover {
          color: #66281d; }
      .catalog-slider .sliderul li:hover {
        background-color: #f0f0f0; }
    .catalog-slider .sliderul li.all {
      font-weight: 400; }
      .catalog-slider .sliderul li.all a {
        color: #66281d; }

.slider-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 530px;
  position: relative; }
  .slider-block .wrapper {
    width: 100%;
    max-width: 1200px;
    display: flex; }
  .slider-block .wrap-desc {
    display: flex;
    flex-flow: column nowrap; }
  .slider-block .slidetext {
    display: flex;
    flex-flow: column nowrap;
    border-bottom: 1px solid white;
    padding-bottom: 20px; }
  .slider-block .description {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    height: 500px; }
    .slider-block .description a {
      padding: 20px 0; }
  .slider-block img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.goto {
  padding: 15px 50px;
  background: #ffffff;
  color: #333333;
  border: 2px solid #ffffff;
  font-family: "Rubik", sans-serif;
  transition: .3s;
  font-size: 1rem;
  border-radius: 4px;
  font-weight: 300; }
  .goto:hover {
    cursor: pointer;
    background: #66281d;
    color: #ffffff;
    border: 2px solid #66281d; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color: #ffffff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: flex;
  align-items: center;
  justify-content: center; }
  .swiper-slide .posAbs {
    position: absolute;
    top: 50%;
    left: 40%; }
    .swiper-slide .posAbs .slidetext {
      display: flex;
      flex-flow: column nowrap;
      margin-bottom: 20px;
      line-height: 1.6; }
      .swiper-slide .posAbs .slidetext span {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 2rem;
        font-weight: 400; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: 70px;
  left: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #ffffff;
  opacity: 1; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #66281d; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 7%;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 24px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

section.search .wrapper-search {
  justify-content: space-between;
  padding: 70px 0; }
  section.search .wrapper-search .searchspan {
    font-weight: 200;
    flex: 1 200px;
    align-self: center; }
section.search form {
  display: flex;
  width: 100%; }
  section.search form .input-group {
    display: flex;
    flex-flow: row nowrap;
    width: 100%; }
    section.search form .input-group input {
      width: 100%;
      font-style: italic;
      border-radius: 4px;
      border: 1px solid #ffffff;
      box-shadow: 0px 0 32px 0 #d8d8d8;
      padding-left: 20px; }
    section.search form .input-group .input-group-append {
      padding: 0 0 0 50px; }
    section.search form .input-group input::-webkit-input-placeholder {
      color: #dfdfdf;
      font-size: 1rem;
      font-weight: 200; }
    section.search form .input-group ::-moz-placeholder {
      color: #dfdfdf;
      font-size: 1rem;
      font-weight: 200; }
    section.search form .input-group :-ms-input-placeholder {
      color: #dfdfdf;
      font-size: 1rem;
      font-weight: 200; }
    section.search form .input-group ::-webkit-input-placeholder {
      color: #dfdfdf;
      font-size: 1rem;
      font-weight: 200; }
    section.search form .input-group ::placeholder {
      color: #dfdfdf;
      font-size: 1rem;
      font-weight: 200; }

.search-results {
  flex-flow: row wrap;
  justify-content: space-between; }
  .search-results .ms2_product {
    margin: 15px 0; }

section.sales {
  background-color: #fafafa; }

.wraptop-section-list {
  padding: 0 0 60px 0; }

.wraptop-zag {
  justify-content: space-between;
  padding: 60px 0; }
  .wraptop-zag .h2 {
    text-transform: uppercase;
    color: #66281d;
    font-size: 2rem;
    font-weight: 400;
    border-bottom: 1px solid #66281d; }
  .wraptop-zag .alt {
    border: 2px solid #333333;
    color: #333333; }

.sales-products {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%; }

.main-news {
  flex: 1 500px;
  padding: 0;
  box-shadow: 3.527px 4.854px 32px 0px rgba(218, 218, 218, 0.69);
  transition: all .2s;
  margin-bottom: 40px;
  border-radius: 4px; }
  .main-news .news-description {
    padding-left: 30px; }
    .main-news .news-description h3 {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 1.4rem;
      line-height: 1.6; }
    .main-news .news-description p {
      padding: 10px 0;
      font-weight: 200;
      color: #aaaaaa; }
    .main-news .news-description .vvod {
      font-weight: 200;
      line-height: 1.6; }
    .main-news .news-description .but-news {
      margin: 20px 0; }
  .main-news:hover {
    cursor: pointer;
    transform: scale(1.01);
    box-shadow: 3.527px 4.854px 32px 0px rgba(163, 163, 163, 0.69); }
  .main-news a {
    margin: 0;
    text-decoration: none;
    color: #333333; }
    .main-news a img {
      width: 100%;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .main-news a .news-description {
      padding: 30px; }

.old-news {
  flex: 2 700px;
  display: flex;
  flex-flow: column nowrap;
  list-style: none;
  padding: 0;
  margin-left: 40px; }
  .old-news .news-list-one {
    margin-bottom: 40px;
    box-shadow: 3.527px 4.854px 32px 0px rgba(218, 218, 218, 0.69);
    border-radius: 4px; }
    .old-news .news-list-one a {
      display: flex;
      text-decoration: none;
      color: #333333; }
      .old-news .news-list-one a img {
        width: 100%;
        max-width: 235px; }
      .old-news .news-list-one a .news-description {
        padding: 30px; }
        .old-news .news-list-one a .news-description h3 {
          text-transform: uppercase;
          font-weight: 400;
          font-size: 1.4rem;
          line-height: 1.6; }
        .old-news .news-list-one a .news-description p {
          padding: 10px 0;
          font-weight: 200;
          color: #aaaaaa; }
        .old-news .news-list-one a .news-description .vvod {
          font-weight: 200;
          line-height: 1.6; }
        .old-news .news-list-one a .news-description .but-news {
          margin: 20px 0;
          border: 0;
          background: transparent;
          font-family: "Rubik", sans-serif;
          font-size: 1rem;
          color: #333333; }
          .old-news .news-list-one a .news-description .but-news:hover {
            cursor: pointer;
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 10px; }

.secpart {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 60px 0 0; }
  .secpart img {
    width: 100%; }
  .secpart .information {
    padding: 20px; }

.one-news {
  flex-flow: row nowrap;
  padding-top: 30px;
  line-height: 1.6; }
  .one-news .text {
    max-width: 800px;
    flex: 4 1 800px;
    font-weight: 200; }
    .one-news .text .datecolor {
      color: #aaaaaa; }
    .one-news .text ul {
      padding: 30px 0;
      margin-left: 30px; }
      .one-news .text ul li {
        line-height: 1.6; }
    .one-news .text .div-content {
      line-height: 1.6; }
      .one-news .text .div-content img {
        padding: 20px; }
  .one-news .other-news {
    flex: 1 400px; }
    .one-news .other-news .news-list-one {
      padding-top: 25px; }
      .one-news .other-news .news-list-one a {
        text-decoration: none;
        color: #333333;
        font-weight: 200;
        line-height: 1.6; }
        .one-news .other-news .news-list-one a .wrapy {
          display: flex; }
          .one-news .other-news .news-list-one a .wrapy p {
            color: #aaaaaa; }
        .one-news .other-news .news-list-one a h3 {
          text-transform: uppercase;
          font-weight: 400;
          padding-left: 15px; }
        .one-news .other-news .news-list-one a .vvod {
          padding-top: 15px; }
    .one-news .other-news .somemore {
      text-transform: uppercase;
      color: #66281d;
      font-size: 2rem;
      font-weight: 400;
      border-bottom: 1px solid #66281d;
      padding-bottom: 12px; }

.wraparrows {
  position: relative; }

section.vacancy {
  background-color: #fafafa;
  justify-content: space-between; }
  section.vacancy .vcc {
    justify-content: flex-start;
    flex-flow: row wrap; }
  section.vacancy .job {
    width: 100%;
    max-width: 400px;
    background: #ffffff;
    margin-right: 25px;
    display: flex;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    transition: all .2s;
    box-shadow: 3.527px 4.854px 32px 0px rgba(218, 218, 218, 0.69);
    margin-top: 25px; }
    section.vacancy .job a {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      text-decoration: none;
      color: #333333;
      line-height: 1.6; }
      section.vacancy .job a h4 {
        text-transform: uppercase; }
    section.vacancy .job .job-description {
      padding-left: 20px; }
      section.vacancy .job .job-description h4 {
        font-weight: 400;
        font-size: 1rem; }
      section.vacancy .job .job-description span {
        font-weight: 200; }
    section.vacancy .job:hover {
      cursor: pointer;
      transform: scale(1.02);
      box-shadow: 3.527px 4.854px 32px 0px rgba(163, 163, 163, 0.69); }
  section.vacancy .cv {
    background: #66281d; }
    section.vacancy .cv a {
      color: #ffffff;
      padding: 20px 80px; }

section.content .text .vacancy-item {
  display: flex;
  padding: 30px 0 0 0; }
  section.content .text .vacancy-item img {
    width: 100%;
    max-width: 200px;
    height: 100%; }
  section.content .text .vacancy-item .vacancy-item-text {
    padding: 20px 0 0 50px; }

.vacancy-item-dop {
  max-width: 1280px;
  margin: 0 auto;
  display: flex; }
  .vacancy-item-dop span {
    padding-left: 20px; }

.resume {
  max-width: 600px;
  background-color: #fafafa; }
  .resume .zagres {
    text-transform: uppercase;
    color: #333333;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    padding: 20px; }
  .resume form .form-group {
    padding-bottom: 20px; }
    .resume form .form-group label span {
      color: gray;
      font-weight: 200;
      font-size: 0.7rem; }
    .resume form .form-group input, .resume form .form-group textarea {
      width: 100%;
      height: 45px;
      border-radius: 4px;
      border: 0;
      box-shadow: 3.527px 4.854px 32px 0px rgba(218, 218, 218, 0.69); }
    .resume form .form-group input, .resume form .form-group input:before, .resume form .form-group input:after {
      -webkit-user-select: initial;
      -khtml-user-select: initial;
      -moz-user-select: initial;
      -ms-user-select: initial;
      user-select: initial; }
    .resume form .form-group [type="file"] {
      box-shadow: none; }
    .resume form .form-group textarea {
      height: 100px; }
    .resume form .form-group span.bord {
      font-size: 1rem;
      color: red; }
  .resume form .ec-error {
    color: brown; }
  .resume form .form-politics-conf a {
    color: #333333;
    font-size: 0.8rem;
    font-weight: 200;
    text-decoration: none;
    border-bottom: 1px solid; }

section.main-page-content {
  background-color: #fafafa; }

section.content .main-page-content {
  justify-content: space-between;
  padding: 60px 0 40px 0; }
  section.content .main-page-content h1, section.content .main-page-content h2, section.content .main-page-content .zagh1 {
    text-transform: uppercase;
    color: #333333;
    font-size: 1.4rem;
    font-weight: 400; }
  section.content .main-page-content h2 {
    font-size: 1.2rem; }
section.content .text {
  line-height: 1.6;
  font-weight: 200;
  font-size: 1rem;
  padding-bottom: 40px;
  flex-flow: column nowrap; }
  section.content .text p, section.content .text ul {
    padding-bottom: 20px; }
  section.content .text .intronews {
    padding: 30px 0; }
  section.content .text strong {
    font-weight: 400; }
  section.content .text .datecolor {
    color: #bcbcbc; }
  section.content .text img {
    width: 100%;
    height: auto; }
  section.content .text a {
    color: #66281d;
    text-decoration: none;
    border-bottom: 1px solid; }

.ms2_product {
  width: 100%;
  max-width: 300px;
  transition: all .2s;
  box-shadow: 3.527px 4.854px 32px 0px rgba(218, 218, 218, 0.69);
  background-color: #ffffff; }
  .ms2_product:hover {
    cursor: pointer;
    transform: scale(1.02);
    box-shadow: 3.527px 4.854px 32px 0px rgba(163, 163, 163, 0.69); }
  .ms2_product form {
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    flex-flow: column nowrap; }
    .ms2_product form img {
      width: 100%; }
  .ms2_product .descripwrap {
    padding: 20px;
    background: transparent; }
    .ms2_product .descripwrap .descrip-product a {
      font-weight: 400;
      color: #333333;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1rem; }
    .ms2_product .descripwrap .descrip-coll {
      padding: 4px 0;
      font-weight: 200; }

footer {
  background: #333333; }

.footer-menu {
  padding: 50px 0;
  width: 100%; }
  .footer-menu ul {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.6;
    text-transform: uppercase; }
    .footer-menu ul li a {
      color: #ffffff;
      text-decoration: none; }
    .footer-menu ul ul {
      max-height: 375px;
      display: flex;
      flex-flow: column wrap;
      justify-content: flex-start;
      padding: 20px 0;
      text-transform: lowercase;
      font-weight: 200;
      font-size: 1rem; }
      .footer-menu ul ul li a {
        text-decoration: none;
        padding-bottom: 5px;
        transition: all .2s;
        text-transform: capitalize; }
        .footer-menu ul ul li a:hover {
          border-bottom: 1px solid #d8d8d8; }

.footer-contacts {
  padding: 50px 0;
  width: 100%;
  color: #ffffff;
  font-weight: 200;
  line-height: 1.6; }
  .footer-contacts p {
    padding-left: 20px; }

.footer-contacts-wrap {
  border-left: 1px solid #ffffff;
  padding-left: 50px; }

.footer-contacts-one {
  display: flex; }
  .footer-contacts-one img {
    align-self: flex-start; }

.footer-contacts-two {
  display: flex;
  padding: 20px 0; }
  .footer-contacts-two .part-one {
    flex: 1; }
  .footer-contacts-two ul {
    padding: 0; }
  .footer-contacts-two li {
    list-style-type: none; }
    .footer-contacts-two li a {
      text-decoration: none;
      color: #ffffff; }
  .footer-contacts-two .conf a {
    color: #ffffff;
    text-decoration: none; }
    .footer-contacts-two .conf a:hover {
      border-bottom: 1px solid; }

.developer {
  justify-content: flex-end;
  padding-bottom: 20px; }
  .developer a {
    color: #b5b5b5;
    text-decoration: none;
    font-weight: 200;
    font-size: 0.8rem; }
    .developer a:hover {
      text-decoration: underline; }

.info {
  flex-flow: column nowrap; }
  .info .alt {
    display: flex;
    flex-flow: column nowrap;
    line-height: 1.6; }
    .info .alt a {
      font-weight: 300;
      color: #333333;
      text-decoration: none; }
  .info .all-phones {
    color: #b7b7b7;
    font-weight: 200;
    font-size: 0.8rem;
    font-style: italic; }
    .info .all-phones:hover span {
      border-bottom: 1px solid #66281d;
      padding-bottom: 5px; }

.jquery-modal ul {
  list-style: none;
  padding: 0; }
  .jquery-modal ul li {
    padding: 0 0 6px 0;
    display: flex;
    flex-flow: column; }
    .jquery-modal ul li a {
      padding: 5px;
      text-decoration: none;
      color: #333333; }
  .jquery-modal ul span {
    padding: 10px 0; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 600px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=="); }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
section.card {
  background-color: #fafafa; }
  section.card .wrapper-card {
    flex-flow: column nowrap;
    padding: 40px 0; }

#msProduct {
  display: flex;
  flex-flow: row nowrap;
  padding-top: 40px; }
  #msProduct .gallery {
    max-width: 600px;
    width: 100%; }
    #msProduct .gallery img {
      width: 100%; }
  #msProduct .descrip-card {
    background-color: #ffffff;
    width: 100%;
    padding: 40px;
    line-height: 1.6; }
    #msProduct .descrip-card h1 {
      font-size: 2rem;
      font-weight: 500;
      text-transform: uppercase; }
    #msProduct .descrip-card .intro-card-text {
      font-weight: 200;
      font-size: 1.4rem;
      text-transform: uppercase; }
  #msProduct .short-description {
    padding: 30px 0;
    font-weight: 200; }
    #msProduct .short-description .short-description-wrap {
      display: flex;
      justify-content: space-between; }
      #msProduct .short-description .short-description-wrap .col-form-label {
        padding-right: 20px;
        text-align: left; }
      #msProduct .short-description .short-description-wrap .znach {
        text-align: right; }
  #msProduct .snoska {
    padding: 40px 0;
    font-weight: 200; }
    #msProduct .snoska p {
      padding-top: 30px; }

.prod-img {
  position: relative; }

.flags span {
  position: absolute;
  z-index: 3;
  top: 20px;
  /* left: 10px; */
  background: #ffffff;
  padding: 10px; }

.flags span.brandnew {
  position: absolute;
  z-index: 3;
  top: 70px;
  /* left: 10px; */
  background: #ffffff;
  color: #01cd81;
  padding: 10px; }

.flags span.sales {
  position: absolute;
  z-index: 3;
  top: 70px;
  /* left: 10px; */
  background: red;
  color: #ffffff;
  padding: 10px; }

div.gallery {
  position: relative; }

#breadcrumbs {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  font-family: "Rubik", sans-serif;
  font-weight: 200;
  padding: 0; }
  #breadcrumbs li {
    padding: 5px;
    color: #66281d; }
    #breadcrumbs li a {
      text-decoration: none;
      color: #bcbcbc;
      transition-duration: 0.5s; }
      #breadcrumbs li a span {
        border-bottom: 1px solid #bcbcbc; }
      #breadcrumbs li a:hover {
        color: #66281d; }
    #breadcrumbs li:first-child {
      padding: 5px 5px 5px 0; }

.breadcrumbs {
  background-color: #ffffff;
  color: #66281d;
  padding: 15px;
  background-color: transparent;
  transition-duration: 0.5s; }
  .breadcrumbs span {
    font-weight: 300;
    font-size: 12px; }

.list-products {
  background-color: #fafafa;
  padding-bottom: 20px; }

.wrapper-list-products {
  flex-flow: column nowrap;
  padding: 40px 0 20px 0; }
  .wrapper-list-products h1 {
    text-transform: uppercase;
    color: #66281d;
    font-size: 2rem;
    font-weight: 400;
    /*border-bottom: 1px solid $bordo-color;*/
    padding: 30px 0 0 0; }

.wraptop-zag-text {
  padding-bottom: 20px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  .wraptop-zag-text h1 {
    text-transform: uppercase;
    color: #66281d;
    font-size: 2rem;
    font-weight: 400;
    border-bottom: 1px solid #66281d;
    padding-bottom: 12px; }

.wrap-links {
  display: flex; }
  .wrap-links .instructions {
    display: flex;
    flex-flow: row;
    padding-right: 12px;
    align-self: center; }
    .wrap-links .instructions .wrapp {
      display: flex;
      flex-flow: column;
      align-self: center;
      line-height: 1.6;
      padding: 0 30px 0 10px; }
    .wrap-links .instructions a {
      text-decoration: none;
      color: #66281d;
      font-weight: 200;
      transition: all 0.3s; }
      .wrap-links .instructions a:hover {
        border-bottom: 1px solid; }

#mse2_mfilter {
  width: 100%;
  display: flex;
  flex-flow: row nowrap; }
  #mse2_mfilter .button-filter {
    display: none;
    width: 100%;
    height: 50px; }
  #mse2_mfilter .filt {
    font-family: "Rubik", sans-serif;
    border: 0;
    background-color: #efefef;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px; }
  #mse2_mfilter .col-md-3 {
    width: 100%;
    max-width: 300px;
    padding-top: 20px; }
    #mse2_mfilter .col-md-3 .two-buttons {
      display: flex;
      flex-flow: column nowrap; }
  #mse2_mfilter .col-md-9 {
    width: 100%;
    max-width: 980px;
    padding: 20px; }
    #mse2_mfilter .col-md-9 .subi-cat {
      display: flex;
      list-style: none;
      flex-flow: row wrap;
      /*padding: 10px 15px;*/
      padding-left: 10px; }
      #mse2_mfilter .col-md-9 .subi-cat li {
        padding: 10px 5px;
        margin: 10px 0;
        margin-bottom: 10px; }
        #mse2_mfilter .col-md-9 .subi-cat li a {
          text-decoration: none;
          color: #333333;
          padding: 15px;
          background: transparent;
          border: 1px solid #333333;
          border-radius: 4px;
          transition: all .2s; }
          #mse2_mfilter .col-md-9 .subi-cat li a:hover {
            background-color: #66281d;
            border: 1px solid #66281d;
            color: #ffffff; }
    #mse2_mfilter .col-md-9 #mse2_sort {
      color: #b3b3b3;
      font-weight: 200;
      margin: 20px 15px 10px 15px; }
      #mse2_mfilter .col-md-9 #mse2_sort a {
        color: #66281d;
        text-decoration: none; }
    #mse2_mfilter .col-md-9 .instructions {
      margin: 20px 15px 10px 15px; }
      #mse2_mfilter .col-md-9 .instructions a {
        color: #66281d;
        text-decoration: none;
        font-weight: 200; }
    #mse2_mfilter .col-md-9 #mse2_results {
      display: flex;
      flex-flow: row wrap; }
      #mse2_mfilter .col-md-9 #mse2_results .ms2_product {
        margin: 15px;
        width: 100%;
        max-width: 205px;
        transition: all .2s;
        box-shadow: 3.527px 4.854px 32px 0px rgba(218, 218, 218, 0.69); }

.catalog-filter {
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
  max-width: 300px; }
  .catalog-filter .divcat {
    text-transform: uppercase;
    font-size: 1.8rem;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 26px; }
  .catalog-filter .catalog-slider-menu {
    margin: 0;
    list-style: none;
    padding: 20px 0;
    font-weight: 200; }
    .catalog-filter .catalog-slider-menu fieldset {
      padding: 10px 26px; }
      .catalog-filter .catalog-slider-menu fieldset select {
        padding: 10px;
        width: 100%;
        color: #333333;
        border: 1px solid #333333;
        border-radius: 4px; }
      .catalog-filter .catalog-slider-menu fieldset h4 {
        text-decoration: none;
        color: #333333;
        transition: all .2s;
        font-weight: 400;
        padding: 0 0 10px 0; }
        .catalog-filter .catalog-slider-menu fieldset h4:hover {
          color: #66281d; }
      .catalog-filter .catalog-slider-menu fieldset label sup {
        font-size: 0.7rem;
        vertical-align: top;
        color: #66281d; }
      .catalog-filter .catalog-slider-menu fieldset:hover {
        background-color: #f0f0f0; }
    .catalog-filter .catalog-slider-menu li.all {
      font-weight: 400; }
      .catalog-filter .catalog-slider-menu li.all a {
        color: #66281d; }

#mse2_selected_wrapper {
  display: flex;
  flex-flow: column nowrap; }
  #mse2_selected_wrapper #mse2_selected strong {
    font-weight: 400;
    padding: 0 10px; }
    #mse2_selected_wrapper #mse2_selected strong:first-child {
      padding: 0 10px 0 0; }
  #mse2_selected_wrapper #mse2_selected a {
    text-decoration: none; }
    #mse2_selected_wrapper #mse2_selected a sup {
      vertical-align: top;
      font-size: 0.8rem;
      color: red; }

.mse2_pagination {
  display: flex;
  justify-content: flex-start;
  margin-left: 15px; }
  .mse2_pagination ul.pagination {
    display: flex;
    list-style: none;
    padding: 20px; }
    .mse2_pagination ul.pagination li {
      padding: 2px; }
      .mse2_pagination ul.pagination li a {
        text-decoration: none;
        color: #333333;
        border-radius: 4px;
        padding: 20px; }
      .mse2_pagination ul.pagination li:hover {
        background-color: transparent; }
        .mse2_pagination ul.pagination li:hover a {
          color: #d8d8d8; }
    .mse2_pagination ul.pagination .active a {
      color: #ffffff;
      background-color: #66281d; }

section.catalog {
  background-color: #fafafa; }

.katalog {
  flex-flow: column nowrap; }
  .katalog .lines {
    padding-top: 20px;
    display: flex;
    flex-flow: column nowrap;
    width: 100%; }
  .katalog button.bordo {
    padding: 15px 107px; }

.two, .three, .four {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .two .catalog-part, .three .catalog-part, .four .catalog-part {
    flex: 1;
    width: 50%;
    margin-right: 40px;
    transition: all .2s;
    box-shadow: 3.527px 4.854px 32px 0px rgba(218, 218, 218, 0.69); }
    .two .catalog-part:hover, .three .catalog-part:hover, .four .catalog-part:hover {
      cursor: pointer;
      transform: scale(1.02);
      box-shadow: 3.527px 4.854px 32px 0px rgba(163, 163, 163, 0.69); }
    .two .catalog-part:last-child, .three .catalog-part:last-child, .four .catalog-part:last-child {
      margin: 0; }
    .two .catalog-part img, .three .catalog-part img, .four .catalog-part img {
      width: 100%; }
    .two .catalog-part .descripwrap, .three .catalog-part .descripwrap, .four .catalog-part .descripwrap {
      padding: 30px 40px;
      background: transparent;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center; }
      .two .catalog-part .descripwrap .descrip-product a, .three .catalog-part .descripwrap .descrip-product a, .four .catalog-part .descripwrap .descrip-product a {
        font-weight: 400;
        color: #333333;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.4rem; }
      .two .catalog-part .descripwrap .descrip-coll, .three .catalog-part .descripwrap .descrip-coll, .four .catalog-part .descripwrap .descrip-coll {
        padding: 4px 0;
        font-weight: 200; }

.three .catalog-part {
  width: 31%; }

.four .catalog-part {
  width: 20%; }
  .four .catalog-part .descripwrap {
    flex-flow: row wrap; }

.wrap-products {
  flex-flow: row wrap; }
  .wrap-products .ms2_product {
    margin: 15px;
    max-width: 290px; }

section.content .list-razdel {
  line-height: 1.6;
  font-weight: 200;
  font-size: 1rem;
  padding-bottom: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }

.list-vol {
  margin: 0 40px 0 0;
  max-width: 300px;
  transition: all .2s;
  box-shadow: 3.527px 4.854px 32px 0px rgba(218, 218, 218, 0.69);
  background-color: #ffffff; }
  .list-vol:hover {
    cursor: pointer;
    transform: scale(1.02);
    box-shadow: 3.527px 4.854px 32px 0px rgba(163, 163, 163, 0.69); }
  .list-vol a {
    display: flex;
    flex-flow: column wrap;
    color: #333333;
    text-decoration: none; }
    .list-vol a h3 {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 1.4rem;
      line-height: 1.6; }
    .list-vol a img {
      width: 100%;
      max-width: 300px; }
    .list-vol a .list-description {
      width: 100%;
      display: flex;
      flex-flow: column;
      justify-content: center;
      padding: 40px;
      border-radius: 4px; }

.about .list-vol {
  border-radius: 4px; }
  .about .list-vol:first-child {
    background-color: #66281d; }
    .about .list-vol:first-child a {
      color: #ffffff; }

.wrap-diploms {
  background-color: #fafafa; }

.diploms {
  flex-flow: row wrap;
  padding: 40px 0 20px; }
  .diploms .images-item {
    width: 100%;
    max-width: 300px;
    margin: 0 30px 30px 0;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 3.527px 4.854px 32px 0px rgba(218, 218, 218, 0.69); }
    .diploms .images-item .image {
      display: flex;
      justify-content: center; }
    .diploms .images-item img {
      height: 200px; }
    .diploms .images-item .title {
      padding: 20px; }

.wrapmapcont {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-flow: column nowrap; }

.mapcont {
  max-width: 1280px;
  width: 100%;
  display: flex;
  box-shadow: 3.527px 4.854px 32px 0px rgba(218, 218, 218, 0.69);
  margin: 0 0 40px 0; }
  .mapcont .text-map {
    padding: 30px; }
  .mapcont .map {
    max-width: 640px;
    width: 100%; }
    .mapcont .map img {
      width: 100%;
      height: 100%; }
  .mapcont .text {
    line-height: 1.6;
    font-weight: 200;
    font-size: 1rem;
    flex-flow: column nowrap; }
    .mapcont .text p, .mapcont .text ul {
      padding-bottom: 20px; }
    .mapcont .text strong {
      font-weight: 400; }

.contacts-zag {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-bottom: 20px; }

.contactli {
  display: flex;
  flex-flow: column wrap;
  max-height: 100px;
  list-style: none;
  padding: 0 0 20px 0; }
  .contactli a {
    text-decoration: none;
    color: #333333;
    transition: all .2s; }
    .contactli a:hover {
      color: #66281d; }

.cookie-banner-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center; }

.cookie-wrap {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center; }

.cookie-banner {
  position: fixed;
  z-index: 22;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 0rem 0rem;
  background: #627678;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  font-weight: 200; }
  .cookie-banner a {
    color: white;
    text-decoration: none; }

.cookie-banner--hide {
  opacity: 0;
  bottom: -100%; }

.cookie-banner .cookie-banner-button {
  display: inline-block;
  cursor: pointer;
  padding: 0.85rem 1rem;
  margin-left: 0.45rem;
  color: #000;
  font-size: 0.75rem;
  text-decoration: none;
  letter-spacing: 1px;
  background: #fff; }

.cookie-banner-button-two {
  cursor: pointer;
  border-bottom: 1px dotted; }

.cookie-banner-button-three {
  margin: 20px;
  border: 2px solid;
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer; }

@media only screen and (max-width: 600px) {
  .cookie-banner span {
    display: inline-block;
    padding: 10px; } }
.column {
  display: block;
  padding: 0;
  width: 100%; }

h2 {
  color: #bc505c;
  text-align: center;
  margin: 20px 0; }

.accordion {
  display: block;
  font-size: inherit;
  margin: 0px;
  position: relative; }

.accordion input {
  display: none;
  position: absolute;
  visibility: hidden;
  left: 50%;
  top: 50%;
  z-index: 1; }

.accordion__header {
  background-color: #f0f0f0;
  border: 1px solid #d8d8d8;
  border-bottom-width: 0px;
  color: #333333;
  cursor: pointer;
  transition: background 0.2s;
  padding: 20px;
  position: relative;
  z-index: 2; }

.accordion__header:hover {
  background-color: #66281d;
  color: white; }

.accordion__header:hover:before, .accordion__header:hover:after {
  background-color: white; }

.accordion__header:before, .accordion__header:after {
  background-color: #333333;
  content: '';
  display: block;
  position: absolute;
  z-index: 3; }

.accordion__header:before {
  height: 2px;
  margin-top: -1px;
  top: 50%;
  right: 20px;
  width: 8px; }

.accordion__header:after {
  height: 8px;
  margin-top: -4px;
  top: 50%;
  right: 23px;
  width: 2px; }

.accordion input:checked ~ .accordion__header {
  background: #96404a;
  border-color: #96404a;
  color: white; }

.accordion input:checked ~ .accordion__header:hover {
  background-color: #a1535c;
  border-color: #96404a;
  color: white; }

.accordion input:checked ~ .accordion__header:before {
  background-color: white; }

.accordion input:checked ~ .accordion__header:after {
  display: none; }

.accordion:first-child .accordion__header {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion:last-child .accordion__header {
  border-bottom-width: 1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.accordion:last-child input:checked ~ .accordion__header {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.accordion__content {
  background-color: white;
  border-width: 0px 1px;
  display: none;
  padding: 0; }

.accordion input:checked ~ .accordion__content {
  display: block; }

.accordion:last-child .accordion__content {
  border-bottom-width: 1px;
  border-radius: 0px 0px 4px 4px; }

.accordion__content h6 {
  color: #bc505c;
  font-size: 18px;
  margin-bottom: 5px; }

table {
  border: 1px solid #bebebe;
  border-collapse: collapse;
  font-size: 1rem;
  width: 100%;
  color: #636363; }

table thead {
  background-color: #bebebe; }

table td, table th {
  padding: 5px;
  text-align: center; }

table td li, table th li {
  list-style-type: none; }

table td {
  position: relative; }

table td:first-child {
  color: #bc505c; }

table td a {
  text-decoration: none;
  color: #636363; }

table td a:hover {
  color: #bc505c;
  text-decoration: underline; }

table tr:nth-child(even) {
  background-color: #ededed; }

table tbody > tr:hover {
  background-color: #dcdcdc; }

@media screen and (max-width: 845px) {
  table tr {
    border-bottom: 3px dotted #595959; }

  thead {
    display: none; }

  table tr td {
    display: block;
    padding-left: 30%; }

  table tr td:before {
    content: attr(data-label);
    position: absolute;
    left: 2%; } }
@media screen and (max-width: 600px) {
  table tr {
    border-bottom: 3px dotted #595959; }

  table tr td {
    display: block;
    padding-left: 0;
    background-color: #ededed; }

  table tr td:before {
    position: static;
    display: block;
    color: #747474;
    font-style: italic;
    font-size: 0.8rem; }

  table tr td:nth-child(odd) {
    background-color: #fff; }

  table tr td:first-child {
    color: #bc505c; } }
/*# sourceMappingURL=main-checkbox.css.map */
.wrapper {
  width: 100%;
  margin: 20px auto;
  max-width: 1280px; }

.wrapper .vkladki {
  cursor: pointer;
  padding: 10px 40px;
  background-color: #bebebe;
  border-radius: 5px 5px 0 0;
  display: block;
  float: left;
  margin-right: 5px; }

.wrapper input {
  display: none; }

.wrapper input:checked + .vkladki {
  background-color: #66281d;
  color: #fff; }

.wrapper input[id="tab-1"]:checked ~ .content .tab-1,
.wrapper input[id="tab-2"]:checked ~ .content .tab-2,
.wrapper input[id="tab-3"]:checked ~ .content .tab-3,
.wrapper input[id="tab-4"]:checked ~ .content .tab-4,
.wrapper input[id="tab-5"]:checked ~ .content .tab-5 {
  display: block; }

.content {
  position: relative;
  clear: both;
  width: 100%; }

article {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 5px solid #66281d;
  display: none; }

/*# sourceMappingURL=main-radio.css.map */
@media screen and (max-width: 1000px) {
  body header .wrap-whiteline {
    height: 80px;
    box-shadow: 0px 0px 15px lightgrey; }
  body .logo {
    padding-left: 20px; }
    body .logo .wrap-span {
      padding: 5px 10px; }
      body .logo .wrap-span .cubicon {
        font-size: 1.2rem; }
      body .logo .wrap-span .slogan {
        font-size: 0.46rem; }
    body .logo img {
      width: 60px;
      height: auto; }
  body .basket img {
    width: 30px; }
  body nav .topmenu {
    position: absolute;
    flex-flow: column nowrap;
    justify-content: space-around;
    left: -1420px;
    top: 0;
    bottom: 0;
    transition: .3s; }
  body #main-menu {
    position: absolute; }

  #main-menu .mega-menu > li {
    padding: 20px;
    flex-flow: column nowrap;
    max-height: unset; }

  .icon {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 6; }

  .info {
    /*position: absolute;*/
    flex-flow: column nowrap;
    justify-content: space-around;
    left: -1420px; }
    .info .alt {
      display: none; }

  .all-phones span {
    display: none; }

  .opennumber {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /*position: absolute;
    right: 70px;*/ }
    .opennumber img {
      transition: all .3s; }
    .opennumber img.rotate {
      transform: rotate(45deg); }

  .show {
    position: absolute;
    z-index: 6;
    background: #ffffff;
    top: 81px;
    left: 0;
    width: 100%; }
    .show .location {
      padding: 20px 40px 40px 40px; }
    .show .phones {
      padding: 40px 40px 20px 40px;
      border-right: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

  .slider-block .description {
    padding: 20px;
    font-size: 2rem;
    position: absolute; }
  .slider-block img {
    width: 100%;
    padding: 20px; }

  body header nav {
    padding: 0;
    border: 0; }

  body header .enter {
    margin: 0; }

  .diploms {
    justify-content: center; }
    .diploms .images-item {
      margin: 20px 0; }

  section.vacancy .job {
    margin: 10px 0; }

  .footer-contacts-wrap {
    border-left: none; }

  .developer {
    justify-content: center; } }
@media screen and (max-width: 1000px) {
  .catalog-slider {
    display: none; }

  .wraptop-section-list {
    flex-flow: column nowrap;
    padding: 0; }

  .old-news .news-list-one a {
    flex-flow: column nowrap; }
    .old-news .news-list-one a img {
      max-width: 350px; }

  .wraptop-zag {
    flex-flow: column nowrap;
    padding: 20px; }
    .wraptop-zag h2 {
      font-size: 1.2rem;
      padding: 20px 0; }

  section.search form .input-group {
    flex-flow: column nowrap; }
    section.search form .input-group input {
      padding: 20px; }
    section.search form .input-group .input-group-append {
      padding: 20px 0; }
  section.search form button {
    width: 100%;
    padding: 15px 30px; }
  section.search .wrapper-search {
    flex-flow: column nowrap;
    padding: 20px 0; }
    section.search .wrapper-search .searchspan {
      flex: 1 30px; }

  .wrapper-footer {
    flex-flow: column nowrap; }

  .footer-menu ul ul {
    max-height: 100%; }

  .main-news {
    margin: 20px; }

  .old-news {
    margin: 20px; }
    .old-news .news-list-one a img {
      max-width: 100%; }

  section.content {
    padding: 20px; }
    section.content .main-page-content {
      padding: 0 0 20px 0; }

  section.vacancy {
    padding-bottom: 30px; }
    section.vacancy .vcc {
      padding: 0 20px; }

  .footer-menu {
    padding: 20px; }

  .footer-contacts-wrap {
    padding: 20px; }

  .ms2_product {
    max-width: 400px;
    margin-bottom: 20px; } }
@media screen and (max-width: 1000px) {
  #mse2_mfilter {
    flex-flow: column nowrap;
    padding: 20px; }
    #mse2_mfilter .col-md-3 {
      display: none;
      max-width: 100%; }
    #mse2_mfilter .button-filter {
      display: flex; }
    #mse2_mfilter .activate {
      background: #66281d;
      border: none; }
    #mse2_mfilter .activate-mob {
      display: flex; }
      #mse2_mfilter .activate-mob form {
        width: 100%; }
        #mse2_mfilter .activate-mob form .catalog-filter {
          max-width: 500px; }

  .list-products {
    margin-bottom: 30px; }

  #mse2_mfilter .col-md-9 {
    padding: 0; }
    #mse2_mfilter .col-md-9 #mse2_results .ms2_product {
      margin: 15px 0;
      max-width: 450px; }

  .mse2_pagination {
    margin-left: 0;
    justify-content: center; }
    .mse2_pagination ul.pagination {
      display: flex;
      flex-flow: column;
      align-items: center; }
      .mse2_pagination ul.pagination li {
        padding: 8px; }
        .mse2_pagination ul.pagination li a {
          padding: 8px; } }
@media screen and (max-width: 1000px) {
  .wrapper-list-products {
    padding: 20px; }

  .wraptop-zag-text {
    flex-flow: column nowrap;
    padding: 20px; }
    .wraptop-zag-text .button {
      margin-top: 20px; }

  .wraptop-zag .button {
    margin-top: 20px; }

  .katalog .lines {
    padding: 10px; }

  .two .catalog-part, .three .catalog-part, .four .catalog-part {
    margin: 10px; }
    .two .catalog-part:last-child, .three .catalog-part:last-child, .four .catalog-part:last-child {
      margin: 10px; }
    .two .catalog-part .descripwrap, .three .catalog-part .descripwrap, .four .catalog-part .descripwrap {
      flex-flow: column nowrap; }
      .two .catalog-part .descripwrap .descrip-coll, .three .catalog-part .descripwrap .descrip-coll, .four .catalog-part .descripwrap .descrip-coll {
        display: none; }
      .two .catalog-part .descripwrap .descrip-product a, .three .catalog-part .descripwrap .descrip-product a, .four .catalog-part .descripwrap .descrip-product a {
        font-size: 1rem; } }
@media screen and (max-width: 1000px) {
  .mapcont {
    flex-flow: column nowrap; }

  .contactli {
    flex-flow: row wrap;
    max-height: 100%; } }
@media screen and (max-width: 1000px) {
  #mse2_mfilter .col-md-9 .subi-cat {
    padding: 15px 0;
    margin: 15px 0; } }
@media screen and (max-width: 1000px) {
  .card {
    padding: 0 20px; }

  #msProduct {
    flex-flow: column nowrap; }
    #msProduct .descrip-card {
      padding: 20px; }

  .sales {
    margin-bottom: 40px; }

  .sales-products {
    padding: 20px; }
    .sales-products #msProduct {
      padding: 0;
      max-width: 350px; } }
@media (min-width: 1005px) and (max-width: 1300px) {
  body header, .wrapper-slider, section.sales,
  section.news, section.vacancy,
  section.content, footer, section.catalog,
  .list-products, section.card,
  .wrapmapcont {
    padding-right: 20px;
    padding-left: 20px; }

  #mse2_mfilter .col-md-9 #mse2_results .ms2_product {
    max-width: 265px; } }
@media (min-width: 1023px) and (max-width: 1040px) {
  .ms2_product {
    max-width: 230px; } }
@media screen and (max-width: 1000px) {
  .one-news {
    padding: 30px; }
    .one-news .text {
      width: 100%; }
      .one-news .text .div-content img {
        padding: 0;
        width: 100%;
        height: auto; }

  .secpart {
    padding: 30px 0; } }
@media (min-width: 300px) and (max-width: 600px) {
  .cookie-banner .cookie-banner-button {
    margin-bottom: 10px; }

  .list-vol {
    max-width: 600px;
    width: 100%;
    margin: 0 0 20px 0; }

  section.content .list-razdel {
    padding-bottom: 0; } }
@media (min-width: 300px) and (max-width: 768px) {
  section.search {
    padding: 0 20px; } }
@media screen and (max-width: 420px) {
  .button {
    width: 100%; } }
@media screen and (max-width: 500px) {
  .resume .zagres {
    font-size: 1.4rem; }

  .form-actions {
    width: 100%; }
    .form-actions .button-light, .form-actions button.bordo, .form-actions input.bordo {
      width: 100%;
      padding: 15px; }

  button.bordo, input.bordo {
    margin-top: 20px; }

  .controls {
    display: flex;
    flex-flow: column nowrap; }
    .controls .button-light, .controls button.bordo, .controls input.bordo {
      padding: 15px; }

  .g-recaptcha, .ec-captcha {
    transform: scale(0.77);
    transform-origin: 0 0; }

  .recapchavision {
    max-width: 160px; }

  section.vacancy .job a {
    padding: 20px; }

  .swiper-slide .posAbs {
    top: 35%;
    left: 30%; }
    .swiper-slide .posAbs button.goto {
      padding: 4px 10px;
      font-size: 0.8rem; } }
@media screen and (max-width: 325px) {
  .g-recaptcha, .ec-captcha {
    transform: scale(0.65);
    transform-origin: 0 0; } }

/*# sourceMappingURL=style.css.map */
