/* OWL & BOOTSTRAP & FONTS */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
* {
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:after {
  content: '';
  display: block;
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@font-face {
  font-family: 'FranklinGothic-DemiCond';
  src: url("../fonts/FranklinGothic-DemiCond.eot?#iefix") format("embedded-opentype"), url("../fonts/FranklinGothic-DemiCond.woff") format("woff"), url("../fonts/FranklinGothic-DemiCond.ttf") format("truetype"), url("../fonts/FranklinGothic-DemiCond.svg#FranklinGothic-DemiCond") format("svg");
  font-weight: normal;
  font-style: normal; }
/* OWL & BOOTSTRAP & FONTS */
body, html {
  height: 100%; }

body {
  margin: 0;
  line-height: 32px;
  font-size: 16px;
  color: #727272;
  font-family: "Roboto"; }

input, textarea, select, button {
  outline: none;
  box-sizing: border-box;
  font-family: "Roboto"; }

button {
  cursor: pointer; }

img {
  max-width: 100%; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.1;
  font-family: "FranklinGothic-DemiCond";
  font-weight: normal; }

h1 {
  text-transform: uppercase;
  font-size: 50px;
  color: #732a93; }
  h1.min {
    text-transform: none; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 26px; } }

h2 {
  font-size: 40px;
  color: #732a93; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 23px; } }

h3 {
  font-size: 26px;
  color: #383838;
  margin-bottom: 15px; }

.tablewrapper {
  width: 100%;
  overflow: auto; }

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .wrapper {
      padding-top: 60px; } }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex.inline {
    display: inline-flex; }
  .flex.jcsb {
    justify-content: space-between; }
  .flex.ais {
    align-items: flex-start; }
  .flex.aic {
    align-items: center; }
  .flex.jcc {
    justify-content: center; }
  .flex.aib {
    align-items: flex-end; }
  .flex.aif {
    align-items: flex-start; }
  .flex.nowrap {
    flex-wrap: nowrap; }

.blockin {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px; }

.logo {
  font-size: 0;
  line-height: 0; }
.header .top {
  padding: 20px 0;
  line-height: 1;
  font-family: "Roboto Condensed"; }
  .header .top .logo {
    min-width: 135px; }
    .header .top .logo img {
      display: block; }
      .header .top .logo img + img {
        display: none; }
  .header .top .right {
    max-width: 970px;
    width: 100%;
    margin-left: 20px; }
  .header .top .left {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #dadada;
    width: 100%; }
    .header .top .left .l_top {
      margin-bottom: 11px;
      border-bottom: 1px solid #dadada;
      padding: 0 15px 13px 0; }
  .header .top .r_right {
    white-space: nowrap;
    text-align: right; }
    .header .top .r_right .r_top {
      padding-bottom: 13px;
      margin-bottom: 16px;
      border-bottom: 1px solid #dadada; }
    .header .top .r_right .openmodal {
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
      color: #732a93;
      border-bottom: 1px solid #b994c9; }
      .header .top .r_right .openmodal:hover {
        border-color: transparent; }
  .header .top .city {
    padding-left: 30px;
    line-height: 22px;
    color: #000;
    background: url(../images/address.png) 0 0 no-repeat; }
    .header .top .city a {
      color: #6b6b6b;
      padding-right: 15px;
      background: url(../images/cityarrow.png) 100% 50% no-repeat; }
      .header .top .city a span {
        border-bottom: 1px dotted #81409e; }
      .header .top .city a:hover span {
        border-color: transparent; }
  .header .top .mail {
    color: #000000;
    line-height: 22px;
    padding-left: 36px;
    background: url(../images/mail.png) 0 50% no-repeat; }
    .header .top .mail a {
      border-bottom: 1px solid #732a93;
      color: #6b6b6b; }
      .header .top .mail a:hover {
        border-color: transparent; }
  .header .top .youtube {
    line-height: 22px;
    padding-left: 40px;
    background: url(../images/toutube.png) 0 50% no-repeat;
    color: #6b6b6b; }
    .header .top .youtube span {
      border-bottom: 1px solid #732a93; }
    .header .top .youtube:hover span {
      border-color: transparent; }
  .header .top .tel {
    padding-left: 42px;
    color: #000000;
    background: url(../images/tel.png) 0 0 no-repeat;
    font: bold 18px/22px "Roboto Condensed"; }
.header .phonemob {
  display: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-family: "Roboto Condensed"; }
.header .mobblock {
  display: none;
  margin-right: -15px; }
@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; }
    .header .top {
      display: flex;
      align-items: center;
      height: 60px;
      padding: 0;
      background: #732a93; }
      .header .top .logo {
        max-width: 60px;
        min-width: 60px;
        width: 60px; }
        .header .top .logo img {
          display: none; }
          .header .top .logo img + img {
            display: block; }
      .header .top .right {
        display: none; }
    .header .phonemob {
      display: block; }
    .header .mobblock {
      display: flex;
      align-items: center; }
    .header .topmenu_wrap {
      display: none; } }

.burgerwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #894ca5;
  cursor: pointer; }

.burger {
  width: 19px;
  position: relative;
  height: 14px; }
  .burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .burger span:nth-child(1) {
    top: 0px; }
  .burger span:nth-child(2), .burger span:nth-child(3) {
    top: 6px; }
  .burger span:nth-child(4) {
    top: 12px; }
  .burger.open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%; }
  .burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .burger.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%; }

.search {
  position: relative; }
  .search input {
    border: 0;
    display: block;
    line-height: 25px;
    padding: 0 0 0 30px;
    width: 100%;
    font-size: 16px;
    font-family: "Roboto Condensed"; }
  .search button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 22px;
    background: url(../images/search.png) 0 50% no-repeat;
    border: 0; }

.mobsearchmain {
  position: absolute;
  top: 75px;
  left: 10px;
  right: 10px;
  z-index: 4;
  display: none; }
  .mobsearchmain input {
    line-height: 48px;
    height: 50px;
    border: 0;
    border-radius: 2px;
    padding-left: 41px; }
  .mobsearchmain button {
    width: 41px;
    background-position: 50% 50%; }
  @media screen and (max-width: 767px) {
    .mobsearchmain {
      display: block; } }

.topmenu_wrap {
  background: #732a93;
  position: relative;
  z-index: 3; }
  .topmenu_wrap .topmenu {
    margin: 0 0 0 -25px; }
    .topmenu_wrap .topmenu > ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .topmenu_wrap .topmenu > ul > li {
        position: relative; }
        .topmenu_wrap .topmenu > ul > li:hover > a {
          color: #d7b8e4; }
        .topmenu_wrap .topmenu > ul > li:hover > ul {
          display: flex; }
        .topmenu_wrap .topmenu > ul > li.first > a {
          text-transform: uppercase;
          background: #894ca5;
          padding: 0 40px 0 25px;
          color: #fff !important; }
        .topmenu_wrap .topmenu > ul > li > a {
          line-height: 60px;
          font-size: 20px;
          color: #ffffff;
          font-family: "FranklinGothic-DemiCond";
          display: flex;
          align-items: center; }
          .topmenu_wrap .topmenu > ul > li > a .arrow {
            width: 9px;
            min-width: 9px;
            height: 5px;
            background: url(../images/topmenuarrow.png) 0 0 no-repeat;
            margin-left: 10px; }
          .topmenu_wrap .topmenu > ul > li > a .burger {
            min-width: 19px;
            height: 14px;
            background: url(../images/burger.png) 0 0 no-repeat;
            margin-right: 20px; }
          .topmenu_wrap .topmenu > ul > li > a:hover {
            color: #d7b8e4; }
        .topmenu_wrap .topmenu > ul > li.r > ul {
          left: auto;
          right: 0; }
        .topmenu_wrap .topmenu > ul > li > ul {
          position: absolute;
          top: 100%;
          left: 0;
          width: 875px;
          display: none;
          justify-content: space-between;
          padding: 25px;
          background: #fff;
          border-bottom: 4px solid #a577ba;
          list-style: none;
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25); }
          .topmenu_wrap .topmenu > ul > li > ul > li {
            flex-basis: 33%; }
            .topmenu_wrap .topmenu > ul > li > ul > li ul {
              padding: 0;
              margin: 0;
              list-style: none; }
              .topmenu_wrap .topmenu > ul > li > ul > li ul li {
                line-height: 20px;
                margin-top: 22px; }
                .topmenu_wrap .topmenu > ul > li > ul > li ul li:first-child {
                  margin-top: 0; }
                .topmenu_wrap .topmenu > ul > li > ul > li ul li a {
                  font-family: "FranklinGothic-DemiCond";
                  color: #727272;
                  font-size: 20px;
                  border-bottom: 1px solid transparent; }
                  .topmenu_wrap .topmenu > ul > li > ul > li ul li a:hover {
                    color: #732a93;
                    border-color: #965fae; }
          @media screen and (max-width: 1024px) {
            .topmenu_wrap .topmenu > ul > li > ul {
              width: 700px; } }

.mobmenu {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  background: #fcf6ff;
  z-index: 5;
  line-height: 1.3;
  font-family: "Roboto Condensed";
  display: none; }
  .mobmenu .wrap {
    min-height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 13px; }
    .mobmenu .wrap > div {
      height: 100%; }
  .mobmenu .city {
    padding-left: 30px;
    line-height: 22px;
    color: #000;
    background: url(../images/address.png) 0 0 no-repeat;
    margin-left: 12px; }
    .mobmenu .city a {
      color: #6b6b6b;
      padding-right: 15px;
      background: url(../images/cityarrow.png) 100% 50% no-repeat; }
      .mobmenu .city a span {
        border-bottom: 1px dotted #81409e; }
      .mobmenu .city a:hover span {
        border-color: transparent; }
  .mobmenu .search {
    margin: 11px 0 30px; }
    .mobmenu .search input {
      line-height: 48px;
      height: 50px;
      border: 1px solid #acacac;
      border-radius: 2px;
      padding-left: 41px; }
    .mobmenu .search button {
      width: 41px;
      background-position: 50% 50%; }
  .mobmenu .phone {
    text-align: center;
    padding-top: 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8; }
    .mobmenu .phone .tel a {
      color: #000000; }
    .mobmenu .phone .openmodal {
      color: #732a93;
      border-bottom: 1px solid #b790c9; }
  .mobmenu .menu {
    padding-left: 40px; }
    .mobmenu .menu > ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .mobmenu .menu > ul > li {
        margin-top: 13px; }
        .mobmenu .menu > ul > li:first-child {
          margin: 0; }
        .mobmenu .menu > ul > li > a {
          display: inline-flex;
          align-items: center;
          font-size: 20px;
          font-weight: bold;
          color: #727272; }
          .mobmenu .menu > ul > li > a > span {
            width: 9px;
            height: 5px;
            background: url(../images/cityarrow.png);
            transform: rotate(0deg);
            margin-left: 11px; }
          .mobmenu .menu > ul > li > a.active > span {
            transform: rotate(-180deg); }
        .mobmenu .menu > ul > li ul {
          padding: 15px 0 0 20px;
          margin: 0;
          list-style: none;
          display: none; }
          .mobmenu .menu > ul > li ul li {
            margin-top: 10px; }
            .mobmenu .menu > ul > li ul li:first-child {
              margin: 0; }
            .mobmenu .menu > ul > li ul li a {
              font-size: 16px;
              font-family: "Roboto";
              color: #727272; }

.headerfix {
  position: fixed;
  top: -60px;
  left: 0;
  right: 0;
  z-index: 5;
  background: #732a93;
  padding: 9px 0;
  white-space: nowrap;
  transition: all 0.4s ease 0s; }
  .headerfix.fixed {
    top: 0; }
  .headerfix .logo {
    min-width: 72px; }
  .headerfix .openmenu {
    margin-left: 25px;
    color: #fff;
    font-size: 20px;
    font-family: "FranklinGothic-DemiCond";
    display: flex;
    align-items: center; }
    .headerfix .openmenu span {
      margin-left: 10px;
      width: 9px;
      min-width: 9px;
      height: 5px;
      background: url(../images/topmenuarrow.png); }
    .headerfix .openmenu.active span {
      transform: rotate(180deg); }
  .headerfix .search {
    margin: 0 25px;
    width: 100%;
    padding: 0 25px;
    border-left: 1px solid #8f55a9;
    border-right: 1px solid #8f55a9; }
    .headerfix .search input {
      line-height: 40px;
      padding-left: 30px;
      background: none;
      color: #fff; }
      .headerfix .search input::placeholder {
        color: #b995c9; }
    .headerfix .search button {
      background-image: url(../images/search_w.png);
      left: 25px; }
  .headerfix .phone {
    font: bold 18px/22px "Roboto Condensed";
    color: #ffffff;
    background: url(../images/phone_w.png) 0 0 no-repeat;
    padding-left: 42px; }
  .headerfix .topmenu_wrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    border-top: 1px solid #a170b7; }
  @media screen and (max-width: 991px) {
    .headerfix {
      display: none; } }
.site_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  min-height: 55px;
  background: #238994;
  font-size: 18px;
  font-family: "FranklinGothic-DemiCond";
  color: #fff;
  border: 0;
  border-radius: 2px; }
  .site_button.maxbut {
    max-width: 270px;
    width: 100%; }
  .site_button:hover {
    background: #289ca9; }
  .site_button.block {
    display: flex;
    width: 100%; }
  .site_button.padding {
    padding: 0 28px; }
  .site_button .dot {
    width: 25px;
    height: 5px;
    background: url(../images/but_dot.png) 0 0 no-repeat;
    margin-left: 15px; }
  .site_button.minbut {
    max-width: 200px;
    width: 100%; }
  .site_button.border {
    border: 2px solid #238994;
    background: none; }
    .site_button.border:hover {
      background: #238994; }
  .site_button .arrow {
    margin-left: 15px;
    width: 6px;
    height: 10px;
    background: url(../images/arrowbut.png) 0 0 no-repeat; }

.slider {
  position: relative; }
  .slider:before, .slider:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 787px);
    width: 12px;
    height: 438px;
    background: url(../images/slider_b.png) 0 0 no-repeat;
    z-index: 3;
    margin: auto; }
  .slider:after {
    left: auto;
    right: calc(50% - 787px); }
  .slider .item {
    position: relative;
    min-height: calc(100vh - 179px);
    color: #ffffff;
    padding: 25px 0; }
    .slider .item img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      object-fit: cover; }
    .slider .item .title {
      font: 50px/56px "FranklinGothic-DemiCond";
      text-transform: uppercase; }
    .slider .item .text {
      min-height: 145px;
      margin: 25px 0;
      max-width: 575px;
      font-size: 16px;
      line-height: 32px;
      font-weight: 300; }
  .slider .owl-dots {
    position: absolute;
    bottom: 140px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    max-width: 1200px;
    display: flex;
    justify-content: flex-end; }
    .slider .owl-dots div {
      width: 30px;
      height: 5px;
      background: #238994;
      margin-left: 20px; }
      .slider .owl-dots div:first-child {
        margin: 0; }
      .slider .owl-dots div.active {
        width: 70px;
        background: #47c1ce; }
  @media screen and (max-width: 1370px) {
    .slider .item .text {
      min-height: auto;
      margin-bottom: 30px; }
    .slider .owl-dots {
      bottom: 85px; } }
  @media screen and (max-width: 767px) {
    .slider .item {
      min-height: calc(100vh - 60px);
      text-align: center;
      padding: 80px 0 50px;
      height: auto; }
      .slider .item .title {
        margin-bottom: 60px;
        font-size: 32px;
        line-height: 38px; }
        .slider .item .title span {
          display: block; }
          .slider .item .title span + br {
            display: none; }
      .slider .item .text {
        display: none; }
    .slider .owl-dots {
      justify-content: center;
      bottom: 30px; } }

.mainfolder {
  padding: 80px 0 150px;
  background: url(../images/mainfolderbg.png) 50% 0 no-repeat;
  background-size: contain;
  position: relative; }
  .mainfolder:before, .mainfolder:after {
    content: '';
    position: absolute;
    top: 86px;
    bottom: 150px;
    left: calc(50% - 780px);
    width: 1px;
    background: #e3d4e9; }
  .mainfolder:after {
    left: auto;
    right: calc(50% - 780px); }
  .mainfolder h2 {
    text-transform: uppercase;
    margin-bottom: 20px; }
  .mainfolder .text {
    max-width: 675px; }
  .mainfolder .folder .block {
    border: 0;
    background: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.15); }
  .mainfolder .popular {
    margin-top: 140px; }
    .mainfolder .popular h2 {
      margin-bottom: 40px; }
    .mainfolder .popular a {
      border: 1px solid #dfdfdf;
      display: block; }
    .mainfolder .popular .owl-nav {
      top: 50%; }
  @media screen and (max-width: 1024px) {
    .mainfolder {
      padding: 50px 0; }
      .mainfolder .popular {
        margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .mainfolder {
      padding: 30px 0;
      background: none; }
      .mainfolder h2 {
        font-size: 26px;
        text-align: center; }
      .mainfolder .text {
        text-align: center;
        line-height: 27px; }
        .mainfolder .text br {
          display: none; }
      .mainfolder .popular h2 {
        margin-bottom: 30px; }
      .mainfolder .popular .pageslider {
        padding: 0 50px; }
      .mainfolder .popular .owl-nav {
        display: flex; }
      .mainfolder .popular .owl-dots {
        display: none; } }

.mainservice {
  padding: 110px 0;
  position: relative; }
  .mainservice:after, .mainservice .border {
    content: '';
    position: absolute;
    top: 110px;
    bottom: 110px;
    left: calc(50% - 782px);
    width: 1px;
    background: #e3d4e9; }
  .mainservice .border {
    left: auto;
    right: calc(50% - 782px);
    background: #8e959c; }
  .mainservice:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(50% - 215px);
    background: url(../images/mainsbg.jpg) 50% 0 no-repeat;
    background-size: cover; }
  .mainservice h2 {
    text-transform: uppercase; }
  .mainservice .text {
    max-width: 655px; }
  .mainservice ul {
    margin: 30px 0 0; }
  .mainservice .icon {
    padding-top: 90px; }
    .mainservice .icon .block {
      display: flex;
      align-items: center;
      padding-left: 65px;
      margin-top: 90px;
      line-height: 28px;
      color: #ffffff; }
      .mainservice .icon .block:first-child {
        margin: 0; }
      .mainservice .icon .block img {
        min-width: 75px;
        margin-right: 25px; }
  @media screen and (max-width: 991px) {
    .mainservice {
      padding: 45px 0; }
      .mainservice:before, .mainservice .hidemob {
        display: none; } }
  @media screen and (max-width: 767px) {
    .mainservice h2 {
      text-align: center; } }

.maincompany {
  background: url(../images/maincompanybg.jpg) 0 0 no-repeat;
  padding: 110px 0 20px;
  min-height: 730px;
  color: #fff;
  position: relative; }
  .maincompany:after, .maincompany .border_b {
    content: '';
    position: absolute;
    top: 110px;
    bottom: 110px;
    left: calc(50% - 782px);
    width: 1px;
    background: #afb1b2; }
  .maincompany .border_b {
    left: auto;
    right: calc(50% - 782px);
    background: #af93bf; }
  .maincompany:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(50% - 215px);
    background: #5e267f; }
  .maincompany h2 {
    color: #fff;
    text-transform: uppercase; }
  .maincompany .text {
    max-width: 700px;
    margin-bottom: 40px; }
  .maincompany .icon {
    padding-top: 90px; }
    .maincompany .icon .block {
      display: flex;
      align-items: center;
      padding-left: 65px;
      margin-top: 90px;
      line-height: 28px;
      color: #ffffff; }
      .maincompany .icon .block:first-child {
        margin: 0; }
      .maincompany .icon .block img {
        min-width: 75px;
        margin-right: 25px; }
  @media screen and (max-width: 991px) {
    .maincompany {
      background-size: cover;
      padding: 50px 0;
      min-height: auto;
      background-position: -200px 0;
      line-height: 24px; }
      .maincompany:before, .maincompany .hidemob {
        display: none; }
      .maincompany .text {
        margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .maincompany h2 {
      text-align: center; }
    .maincompany .site_button {
      display: flex;
      margin-left: auto;
      margin-right: auto; } }

.path {
  min-height: 50px;
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
  font-size: 14px;
  color: #727272; }
  .path a {
    color: #9f9f9f;
    border-bottom: 1px solid transparent; }
    .path a:hover {
      border-color: #c9c9c9; }
  .path span {
    margin: 0 10px; }

.content {
  padding: 55px 0 100px; }
  .content.min {
    padding-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .content {
      padding: 35px 0; } }

.actionpage {
  margin-top: -30px; }
  .actionpage > div {
    margin-top: 30px; }
  .actionpage a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    border: 1px solid #dadada; }
    .actionpage a > span {
      width: 100%; }
    .actionpage a .img {
      display: block; }
      .actionpage a .img img {
        display: block;
        width: 100%; }
    .actionpage a .title {
      display: block;
      padding: 15px 20px 0;
      font-size: 16px;
      font-weight: bold;
      color: #727272;
      display: block;
      line-height: 28px; }
    .actionpage a .bottom {
      padding: 15px 20px;
      text-align: right; }
      .actionpage a .bottom > span {
        font-size: 14px;
        color: #732a93;
        padding-right: 13px;
        background: url(../images/action_arrow.png) 100% 50% no-repeat; }
        .actionpage a .bottom > span span {
          border-bottom: 1px solid #732a93; }
    .actionpage a:hover {
      border-color: #732a93;
      box-shadow: 0 0 20px rgba(67, 20, 88, 0.3); }
      .actionpage a:hover .title {
        color: #732a93; }

.actiondetail {
  padding-bottom: 60px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 80px; }
  .actiondetail .site_button {
    margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .actiondetail {
      padding-bottom: 35px;
      margin-bottom: 35px; }
      .actiondetail .site_button {
        margin: 0 auto;
        display: flex; } }

.pageslider > div {
  margin: 0; }
.pageslider.actionpage {
  margin-top: 0px; }
.pageslider.productslider .owl-nav {
  top: 50%; }
.pageslider .owl-stage {
  display: flex;
  flex-wrap: wrap; }
.pageslider a:hover {
  box-shadow: none; }
.pageslider .owl-nav {
  position: absolute;
  top: calc(50% - 30px);
  left: -60px;
  right: -60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0;
  font-size: 0;
  line-height: 0; }
  .pageslider .owl-nav div {
    cursor: pointer;
    width: 17px;
    height: 30px;
    background: url(../images/pagesliderarrow.png) 0 0 no-repeat; }
    .pageslider .owl-nav div:last-child {
      transform: rotate(180deg); }
.pageslider .owl-dots {
  margin: 20px 0 0;
  display: none;
  justify-content: center;
  align-items: center; }
  .pageslider .owl-dots div {
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #dadada;
    margin-left: 10px; }
    .pageslider .owl-dots div:first-child {
      margin: 0; }
    .pageslider .owl-dots div.active {
      background: #732a93; }
@media screen and (max-width: 1320px) {
  .pageslider {
    padding: 0 40px; }
    .pageslider .owl-nav {
      left: 0;
      right: 0; } }
@media screen and (max-width: 767px) {
  .pageslider {
    padding: 0; }
    .pageslider .owl-nav {
      display: none; }
    .pageslider .owl-dots {
      display: flex; } }

.folder_text {
  max-width: 675px; }

.folder > div {
  margin-top: 30px; }
.folder .block {
  height: 100%;
  min-height: 300px;
  position: relative;
  border: 1px solid #eaeaea;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }
  .folder .block:hover {
    border-color: #732a93;
    box-shadow: 0 0 20px rgba(67, 20, 88, 0.3); }
  .folder .block.big {
    min-height: 350px; }
  .folder .block.first {
    min-height: 370px; }
  .folder .block .top {
    width: 100%; }
  .folder .block .title {
    font-size: 21px;
    color: #732a93;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: "FranklinGothic-DemiCond";
    position: relative; }
  .folder .block .flex {
    max-width: 480px;
    width: 100%; }
    .folder .block .flex.max {
      max-width: 455px; }
  .folder .block ul {
    padding: 0;
    margin: 15px 0 20px;
    list-style: none;
    position: relative; }
    .folder .block ul li {
      line-height: 19px;
      margin-top: 12px; }
      .folder .block ul li:first-child {
        margin: 0; }
      .folder .block ul li a {
        font-size: 14px;
        color: #727272;
        border-bottom: 1px solid #959595; }
        .folder .block ul li a:hover {
          color: #732a93;
          border-color: #965fae; }
  .folder .block .img {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    line-height: 0; }
    .folder .block .img img {
      display: block; }
  .folder .block .all {
    padding-right: 16px;
    font-size: 14px;
    color: #732a93;
    line-height: 1.2;
    background: url(../images/action_arrow.png) 100% 50% no-repeat; }
    .folder .block .all span {
      border-bottom: 1px solid #965fae; }
    .folder .block .all:hover span {
      border-color: transparent; }
@media screen and (max-width: 767px) {
  .folder .block {
    min-height: 265px !important;
    padding: 20px;
    justify-content: flex-start;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
    .folder .block:hover {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
    .folder .block .top, .folder .block .all {
      position: relative; }
    .folder .block .flex, .folder .block ul {
      display: none; }
    .folder .block .title {
      font-size: 21px;
      margin-bottom: 20px; }
      .folder .block .title span {
        display: block; }
    .folder .block .img img {
      max-width: 260px;
      max-height: 185px; } }

.certificates_text {
  max-width: 580px; }

.certificates > div {
  margin-top: 30px; }
.certificates a {
  display: block;
  font-size: 0;
  line-height: 0; }
  .certificates a img {
    display: block;
    width: 100%; }

.references_text {
  max-width: 890px; }

.references > div {
  margin-top: 30px; }
.references a {
  display: block;
  min-height: 100%;
  background: #fcf6ff;
  border: 1px solid transparent;
  font-size: 16px;
  color: #727272; }
  .references a:hover {
    overflow: hidden;
    border-color: #732a93;
    box-shadow: 0 0 21px rgba(67, 20, 80, 0.3); }
  .references a .img {
    margin: -1px -1px 0;
    display: block; }
    .references a .img img {
      display: block;
      width: 100%; }
  .references a .body {
    padding: 20px;
    display: block; }
  .references a .title {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #383838;
    line-height: 28px; }

.pagebut {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .pagebut {
      margin-top: 40px; } }

.price .block {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #dadada; }
  .price .block:first-child {
    padding: 0;
    border: 0; }
  .price .block h2 {
    color: #383838; }
  .price .block ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .price .block ul li {
      line-height: 23px;
      margin-top: 23px;
      padding-left: 35px;
      background: url(../images/document.png) 0 0 no-repeat; }
      .price .block ul li:first-child {
        margin: 0; }
      .price .block ul li a {
        font-size: 16px;
        color: #727272;
        border-bottom: 1px solid #b8b8b8; }
        .price .block ul li a:hover {
          color: #732a93;
          border-color: transparent; }
@media screen and (max-width: 767px) {
  .price .block {
    padding-top: 30px;
    margin-top: 30px; }
    .price .block .row > div:last-child {
      margin-top: 15px; } }

.reviews .block {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #dadada; }
  .reviews .block:first-child {
    margin: 0;
    padding: 0;
    border: 0; }
.reviews .date {
  font-size: 16px; }
.reviews .title {
  margin: 15px 0 20px;
  font-size: 16px; }
  .reviews .title strong {
    color: #732a93; }
.reviews .text a {
  border-bottom: 1px solid #b994c9; }
  .reviews .text a:hover {
    border-color: transparent; }
.reviews .img {
  display: block;
  border: 1px solid #dcdcdc; }
  .reviews .img img {
    display: block;
    width: 100%; }
.reviews .but .site_button {
  margin-right: 45px; }
.reviews .but .add_r {
  font-family: "FranklinGothic-DemiCond";
  font-size: 18px;
  border-bottom: 1px solid #965fae; }
  .reviews .but .add_r:hover {
    border-color: transparent; }
@media screen and (max-width: 767px) {
  .reviews .but {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .reviews .but .site_button {
      margin: 0 0 15px; } }

.companyblock {
  position: relative;
  height: 650px;
  padding: 70px 0;
  background: url(../images/companyimg.jpg) 50% 0 no-repeat;
  background-size: cover; }
  .companyblock blockquote {
    margin: 0;
    padding: 15px 0 0 15px;
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    font-style: italic;
    font-weight: 300;
    background: url(../images/blockquote.png) 0 0 no-repeat; }
  @media screen and (max-width: 767px) {
    .companyblock {
      background-position: calc(50% + 325px) 0;
      height: auto;
      height: 460px;
      padding: 30px 0; }
      .companyblock blockquote br {
        display: none; } }

.premium h2 {
  color: #383838; }
.premium .row > div {
  margin-top: 43px; }
.premium .title {
  padding-top: 10px;
  line-height: 28px; }
@media screen and (max-width: 767px) {
  .premium .row > div {
    margin-top: 20px;
    text-align: center; }
  .premium .title {
    font-size: 14px;
    line-height: 1.5; } }

.diplombkicj {
  padding-top: 60px; }
  .diplombkicj h2 {
    color: #383838;
    margin-bottom: 40px; }
  .diplombkicj .pageslider .owl-nav {
    top: 50%; }

.news .block {
  margin-top: 30px;
  border: 1px solid #dadada; }
  .news .block:hover {
    border-color: #732a93;
    box-shadow: 0 0 20px rgba(67, 20, 88, 0.3); }
  .news .block:nth-child(even) .row {
    display: flex;
    flex-direction: row-reverse; }
  .news .block:nth-child(even) .padding {
    padding: 20px 20px 20px 30px; }
  .news .block .img {
    height: 100%; }
    .news .block .img img {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .news .block .padding {
    padding: 25px 49px 20px 0px; }
  .news .block .text a {
    border-bottom: 1px solid #b994c9; }
    .news .block .text a:hover {
      border-color: transparent; }
  .news .block .title a {
    font: 20px/30px "FranklinGothic-DemiCond";
    color: #732a93;
    display: block; }
  .news .block .news_date {
    margin: 10px 0 15px; }
@media screen and (max-width: 767px) {
  .news .block .row {
    display: block !important; }
  .news .block .padding {
    padding: 15px !important; } }

.news_date {
  font-style: italic;
  color: #a6a6a6; }

.page ul {
  padding: 0;
  list-style: none; }
  .page ul li {
    padding-left: 30px;
    line-height: 22px;
    margin-top: 24px;
    background: url(../images/page_ul.png) 0 2px no-repeat; }
    .page ul li:first-child {
      margin: 0; }

.detailnews {
  padding-bottom: 20px; }
  .detailnews > div {
    margin-top: 35px; }

.gallery {
  padding-bottom: 40px; }
  .gallery > div {
    margin-top: 30px; }
  .gallery a {
    display: block; }
    .gallery a img {
      display: block;
      width: 100%; }

.share {
  margin-top: 50px; }
  .share .title {
    margin-right: 17px;
    font-size: 18px;
    color: #732a93;
    font-family: "FranklinGothic-DemiCond"; }
  .share .body {
    display: flex;
    align-items: center; }
    .share .body a {
      margin-left: 10px; }
      .share .body a img {
        display: block; }
        .share .body a img + img {
          display: none; }
      .share .body a:hover img {
        display: none; }
        .share .body a:hover img + img {
          display: block; }
  @media screen and (max-width: 767px) {
    .share {
      flex-direction: column;
      margin-top: 30px; }
      .share .title {
        margin: 0 0 10px; } }

.mapwrap {
  height: 650px;
  background: #ccc;
  position: relative;
  margin-top: 20px; }
  .mapwrap .map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none; }
    .mapwrap .map.active {
      display: block; }
  .mapwrap .maptab {
    position: absolute;
    top: 65px;
    left: 15px;
    right: 15px;
    margin: 0 auto;
    max-width: 630px;
    padding: 25px 40px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24); }
    .mapwrap .maptab ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .mapwrap .maptab ul li {
        cursor: pointer;
        font-size: 20px;
        font-family: "FranklinGothic-DemiCond";
        color: #acacac; }
        .mapwrap .maptab ul li span {
          border-bottom: 1px dotted #8749a3; }
        .mapwrap .maptab ul li.active {
          color: #8749a3; }
          .mapwrap .maptab ul li.active span {
            border-color: transparent; }
  @media screen and (max-width: 767px) {
    .mapwrap {
      height: 450px; }
      .mapwrap .maptab {
        top: 0;
        left: 0;
        right: 0;
        padding: 15px; }
        .mapwrap .maptab ul li {
          font-size: 17px; } }

.requisites h2 {
  color: #383838; }
.requisites .row > div {
  margin-bottom: 15px; }
.requisites ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .requisites ul li {
    margin-top: 10px; }
    .requisites ul li:first-child {
      margin-top: 0; }
.requisites .download {
  display: inline-block;
  line-height: 23px;
  padding-left: 35px;
  background: url(../images/download.png) 0 0 no-repeat; }
  .requisites .download span {
    border-bottom: 1px solid #b994c9; }
  .requisites .download:hover span {
    border-color: transparent; }

.contacts .b_block {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #dadada; }
  .contacts .b_block:first-child {
    padding: 0;
    margin: 0;
    border: 0; }
.contacts h2 {
  color: #383838;
  margin: 0; }
.contacts .row > div {
  margin-top: 30px; }
.contacts .block {
  line-height: 26px; }
  .contacts .block .title {
    font-size: 20px;
    font-family: "FranklinGothic-DemiCond";
    color: #383838;
    padding-bottom: 7px; }
  .contacts .block .mail {
    font-weight: bold;
    color: #727272;
    border-bottom: 1px solid #732a93; }
    .contacts .block .mail:hover {
      border-color: transparent; }
  .contacts .block .scroll {
    color: #732a93;
    border-bottom: 1px solid #b994c9; }
    .contacts .block .scroll:hover {
      border-color: transparent; }

.product {
  display: block;
  padding: 20px;
  border: 1px solid #dadada; }
  .product:hover {
    border-color: #732a93; }
  .product .title {
    display: block;
    padding-top: 5px;
    font: 18px/24px "Roboto Condensed";
    color: #727272; }

.detail_refer {
  padding-bottom: 20px; }
  .detail_refer > div {
    margin-bottom: 30px; }
  .detail_refer .left {
    margin-right: -30px;
    line-height: 26px;
    padding: 0 15px 20px 0;
    border-bottom: 1px solid #dadada; }
    .detail_refer .left .block {
      margin-top: 29px; }
      .detail_refer .left .block:first-child {
        margin: 0; }
    .detail_refer .left .title {
      font: 20px "FranklinGothic-DemiCond";
      color: #383838;
      padding-bottom: 7px; }
  .detail_refer .galwrap {
    margin-left: 20px;
    display: flex; }
    .detail_refer .galwrap .bigimg {
      position: relative;
      width: calc(100% - 150px); }
      .detail_refer .galwrap .bigimg .detaiminslider {
        height: 100%; }
      .detail_refer .galwrap .bigimg .slick-list {
        width: 100%;
        overflow: hidden;
        height: 100%; }
      .detail_refer .galwrap .bigimg .slick-track {
        display: flex;
        height: 100%; }
      .detail_refer .galwrap .bigimg a {
        display: block;
        outline: none;
        height: 100%; }
        .detail_refer .galwrap .bigimg a img {
          width: 100%;
          display: block;
          height: 100%;
          object-fit: cover; }
      .detail_refer .galwrap .bigimg .arrow {
        position: absolute;
        bottom: 20px;
        right: 20px;
        left: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0;
        line-height: 0; }
        .detail_refer .galwrap .bigimg .arrow div {
          cursor: pointer;
          background: url(../images/arrow_detail.png) 0 0 no-repeat;
          width: 9px;
          height: 15px; }
          .detail_refer .galwrap .bigimg .arrow div:first-child {
            transform: rotate(180deg); }
    .detail_refer .galwrap .minimg {
      min-width: 140px;
      margin-left: 10px;
      width: 140px; }
      .detail_refer .galwrap .minimg .slick-arrow {
        display: none !important; }
      .detail_refer .galwrap .minimg .slick-list {
        margin-top: -10px;
        overflow: hidden; }
      .detail_refer .galwrap .minimg .item {
        font-size: 0;
        line-height: 0;
        margin-top: 10px;
        outline: none;
        border: 2px solid #bbbabc;
        cursor: pointer; }
        .detail_refer .galwrap .minimg .item img {
          display: block; }
        .detail_refer .galwrap .minimg .item.slick-current {
          border-color: #732a93; }
  @media screen and (max-width: 991px) {
    .detail_refer .left {
      margin: 0; }
    .detail_refer .galwrap {
      margin: 0;
      display: block; }
      .detail_refer .galwrap .bigimg {
        width: 100%; }
      .detail_refer .galwrap .minimg {
        display: none; } }

.seeslider {
  padding-top: 80px;
  border-top: 1px solid #dadada; }
  @media screen and (max-width: 767px) {
    .seeslider {
      padding-top: 30px; } }

.tab_detail {
  padding-bottom: 40px; }
  .tab_detail .tab_title {
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada; }
    .tab_detail .tab_title ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex; }
      .tab_detail .tab_title ul li {
        margin-left: 50px;
        padding-left: 50px;
        border-left: 1px solid #dadada;
        font-size: 26px;
        color: #acacac;
        font-family: "FranklinGothic-DemiCond"; }
        .tab_detail .tab_title ul li.active {
          color: #732a93; }
          .tab_detail .tab_title ul li.active span {
            border-color: transparent; }
        .tab_detail .tab_title ul li:first-child {
          border: 0;
          margin: 0;
          padding: 0; }
        .tab_detail .tab_title ul li span {
          cursor: pointer;
          border-bottom: 1px dotted #9158aa; }
  .tab_detail .tab_body {
    padding-top: 40px; }
    .tab_detail .tab_body .t_block {
      display: none; }
      .tab_detail .tab_body .t_block.active {
        display: block; }
    .tab_detail .tab_body .m_title {
      display: none;
      font: 25px "FranklinGothic-DemiCond";
      color: #732a93;
      margin-bottom: 15px; }
    .tab_detail .tab_body .tablewrapper {
      padding-top: 10px; }
    .tab_detail .tab_body table {
      width: 100%;
      border-spacing: 0; }
      .tab_detail .tab_body table tr:first-child th:first-child {
        border-left: 0; }
      .tab_detail .tab_body table tr:nth-child(2) th {
        border-top: 1px solid #8f55a9; }
      .tab_detail .tab_body table th {
        width: 5%;
        line-height: 1;
        font-size: 20px;
        text-align: center;
        background: #732a93;
        color: #fefefe;
        border-left: 1px solid #8f55a9; }
        .tab_detail .tab_body table th.min {
          font-size: 14px;
          line-height: 15px;
          font-family: "FranklinGothic-DemiCond";
          font-weight: normal;
          min-width: 50px; }
      .tab_detail .tab_body table td {
        height: 40px;
        border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        min-width: 35px;
        text-align: center; }
        .tab_detail .tab_body table td:first-child {
          font-weight: bold;
          color: #732a93; }
        .tab_detail .tab_body table td:last-child {
          border-right: 1px solid #e6e6e6; }
        .tab_detail .tab_body table td:nth-child(even) {
          background: #f4eef7; }
  .tab_detail .param .p_block {
    margin-top: 30px; }
    .tab_detail .param .p_block:first-child {
      margin: 0; }
  .tab_detail .param ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  @media screen and (max-width: 767px) {
    .tab_detail .tab_title {
      display: none; }
    .tab_detail .tab_body {
      padding-top: 0; }
      .tab_detail .tab_body .t_block {
        display: block !important;
        margin-top: 30px; }
        .tab_detail .tab_body .t_block:first-child {
          margin: 0; }
      .tab_detail .tab_body .m_title {
        display: block; } }

.detail {
  padding: 10px 0 40px; }
  .detail > div {
    margin-bottom: 40px; }
  .detail .d_title {
    font-size: 20px;
    font-family: "FranklinGothic-DemiCond";
    color: #732a93; }
  .detail ul {
    margin: 15px 0 30px; }
    .detail ul li {
      margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .detail {
      padding-bottom: 1px; }
      .detail ul {
        margin: 20px 0; }
      .detail .site_button {
        display: flex;
        margin-left: auto;
        margin-right: auto; } }

.detailgal {
  max-width: 500px;
  display: flex; }
  .detailgal .bigimg {
    position: relative;
    width: calc(100% - 105px);
    border-bottom: 1px solid #dadada; }
    .detailgal .bigimg .detaiminslider {
      height: 100%; }
    .detailgal .bigimg .slick-list {
      width: 100%;
      overflow: hidden;
      height: 100%; }
    .detailgal .bigimg .slick-track {
      display: flex;
      height: 100%; }
    .detailgal .bigimg a {
      display: block;
      outline: none;
      height: 100%; }
      .detailgal .bigimg a img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover; }
    .detailgal .bigimg .arrow {
      position: absolute;
      bottom: 15px;
      right: 8px;
      left: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 0;
      line-height: 0; }
      .detailgal .bigimg .arrow div {
        cursor: pointer;
        background: url(../images/arrow_detail_b.png) 0 0 no-repeat;
        width: 8px;
        height: 15px; }
        .detailgal .bigimg .arrow div:first-child {
          transform: rotate(180deg); }
  .detailgal .minimg {
    min-width: 95px;
    margin-right: 10px;
    width: 95px; }
    .detailgal .minimg .slick-arrow {
      display: none !important; }
    .detailgal .minimg .slick-list {
      margin-top: -10px;
      overflow: hidden; }
    .detailgal .minimg .item {
      font-size: 0;
      line-height: 0;
      margin-top: 10px;
      outline: none;
      border: 1px solid transparent;
      cursor: pointer; }
      .detailgal .minimg .item img {
        display: block; }
      .detailgal .minimg .item.slick-current {
        border-color: #732a93; }
  @media screen and (max-width: 767px) {
    .detailgal {
      display: block; }
      .detailgal .bigimg {
        width: 100%; }
      .detailgal .minimg {
        display: none; } }

.seotext {
  margin-top: 30px;
  padding-top: 50px;
  border-top: 1px solid #eeeeee; }
  .seotext h2 {
    color: #727272; }
  @media screen and (max-width: 767px) {
    .seotext {
      margin-top: 0;
      padding-top: 30px; } }

.foldermenu .title {
  padding: 0 20px;
  background: #732a93;
  color: #fff;
  font: 20px/60px "FranklinGothic-DemiCond";
  text-transform: uppercase; }
.foldermenu .body {
  border: 1px solid #dadada; }
  .foldermenu .body > ul {
    padding: 8px 20px;
    margin: 0;
    list-style: none; }
    .foldermenu .body > ul > li {
      padding: 15px 0;
      border-top: 1px solid #e6e6e6; }
      .foldermenu .body > ul > li:first-child {
        border: 0; }
      .foldermenu .body > ul > li > a {
        display: block;
        font: 20px/22px "FranklinGothic-DemiCond";
        color: #727272;
        padding-right: 15px;
        position: relative; }
        .foldermenu .body > ul > li > a span {
          position: absolute;
          top: 8px;
          right: 0;
          width: 5px;
          height: 9px;
          background: url(../images/arrowfolder.png) 0 0 no-repeat; }
        .foldermenu .body > ul > li > a:hover {
          color: #732a93; }
        .foldermenu .body > ul > li > a.active {
          color: #732a93; }
          .foldermenu .body > ul > li > a.active span {
            transform: rotate(-90deg); }
      .foldermenu .body > ul > li ul {
        display: none;
        padding: 10px 0 0;
        margin: 0;
        list-style: none; }
        .foldermenu .body > ul > li ul li a {
          margin: 0 -20px;
          display: block;
          line-height: 22px;
          padding: 7px 10px 7px 38px;
          font-size: 16px;
          color: #727272; }
          .foldermenu .body > ul > li ul li a:hover {
            color: #732a93;
            background: #f4eef7; }
@media screen and (max-width: 767px) {
  .foldermenu {
    display: none; } }

.catalog > div {
  margin-bottom: 30px; }
.catalog a {
  border: 1px solid #dadada;
  display: block;
  padding: 18px 10px 20px;
  text-align: center;
  line-height: 1;
  height: 100%; }
  .catalog a span {
    display: block;
    padding-top: 10px;
    font-size: 20px;
    color: #732a93;
    font-family: "FranklinGothic-DemiCond";
    text-transform: uppercase; }
  .catalog a:hover {
    border-color: #732a93;
    box-shadow: 0 0 21px rgba(67, 20, 88, 0.3); }

.filter {
  border: 1px solid #dadada;
  margin-bottom: 30px; }
  .filter .title {
    padding: 20px;
    font-family: "FranklinGothic-DemiCond";
    font-size: 20px;
    line-height: 1.2; }
    .filter .title a {
      color: #732a93; }
  .filter .openfilter {
    position: relative;
    padding-right: 20px; }
    .filter .openfilter:before {
      content: '';
      position: absolute;
      top: calc(50% - 2px);
      right: 0;
      width: 9px;
      height: 5px;
      transform: rotate(-90deg);
      background: url(../images/cityarrow.png); }
    .filter .openfilter span {
      display: block; }
      .filter .openfilter span + span {
        display: none; }
    .filter .openfilter.active span {
      display: none; }
      .filter .openfilter.active span + span {
        display: block; }
    .filter .openfilter.active:before {
      transform: rotate(0); }
  .filter .clear {
    padding-right: 27px;
    background: url(../images/clear.png) 100% 50% no-repeat;
    text-transform: uppercase; }
  .filter .body {
    padding: 20px;
    border-top: 1px solid #e6e6e6;
    display: none; }
    .filter .body .clear {
      display: none; }
  .filter .m_title {
    font: 20px/1.2 "FranklinGothic-DemiCond";
    color: #727272;
    padding-bottom: 12px; }
  .filter .f_block {
    margin-top: 20px; }
    .filter .f_block:first-child {
      margin-top: 0; }
  .filter .center {
    padding: 0 20px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    height: 100%; }
  .filter .baron_global {
    position: relative; }
    .filter .baron_global .baron__scroller_global {
      height: 180px; }
    .filter .baron_global .baron__track_global {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 5px;
      background: #f0f0f0; }
    .filter .baron_global .baron__free_global {
      position: relative;
      height: 100%; }
    .filter .baron_global .baron__bar_global {
      position: absolute;
      width: 100%;
      background: #732a93; }
  .filter .baron__scroller_global > div {
    margin-top: 12px;
    line-height: 0; }
    .filter .baron__scroller_global > div label {
      display: inline-flex;
      align-items: center;
      cursor: pointer; }
      .filter .baron__scroller_global > div label input {
        display: none; }
        .filter .baron__scroller_global > div label input:checked + span {
          background: url(../images/check.png) 50% 50% no-repeat; }
      .filter .baron__scroller_global > div label span {
        width: 20px;
        height: 20px;
        border: 1px solid #e0e0e0;
        margin-right: 14px; }
    .filter .baron__scroller_global > div:first-child {
      margin: 0; }
  .filter .price {
    padding-bottom: 10px; }
    .filter .price .flex {
      flex-wrap: nowrap; }
      .filter .price .flex > div {
        background: #fff;
        display: flex;
        align-items: center;
        padding: 0 15px;
        border: 1px solid #d7dfe8;
        color: #000; }
        .filter .price .flex > div input {
          width: 100%;
          padding: 0 8px;
          border: 0;
          line-height: 33px;
          font-size: 14px;
          color: #888888; }
      .filter .price .flex > span {
        margin: 0 10px; }
  @media screen and (max-width: 991px) {
    .filter .title {
      padding: 0;
      display: block; }
      .filter .title a {
        line-height: 50px;
        padding: 0 20px;
        display: block; }
        .filter .title a:before {
          right: 15px; }
    .filter .clear {
      display: none !important; }
    .filter .center {
      padding: 20px 0;
      border: 0;
      margin: 20px 0;
      border-top: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
      height: auto; }
    .filter .body .clear {
      margin-top: 20px;
      display: block !important; } }

.nstSlider {
  position: relative;
  height: 4px;
  background: #f0f0f0;
  margin-top: 20px; }
  .nstSlider .bar {
    position: absolute;
    top: 0;
    background: #732a93;
    bottom: 0; }
  .nstSlider .leftGrip, .nstSlider .rightGrip {
    position: absolute;
    width: 9px;
    height: 14px;
    margin-top: -4px;
    background: url(../images/drag.png); }

.pagination {
  margin: 0 0 20px; }
  .pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pagination ul li {
      margin-left: 10px; }
      .pagination ul li a img {
        display: block; }
      .pagination ul li.prev + li {
        margin-left: 14px; }
      .pagination ul li.next {
        margin-left: 14px;
        transform: rotate(180deg); }
      .pagination ul li:first-child {
        margin-left: 0; }
      .pagination ul li a {
        font-size: 14px;
        color: #7e7e7e; }
      .pagination ul li span {
        display: block;
        width: 25px;
        line-height: 23px;
        border: 1px solid #732a93;
        text-align: center;
        color: #732a93;
        font-weight: bold; }
      .pagination ul li.border a {
        display: block;
        width: 25px;
        line-height: 23px;
        border: 1px solid #e5e5e5;
        text-align: center;
        color: #7e7e7e; }
        .pagination ul li.border a:hover {
          color: #732a93;
          border-color: #732a93; }
  @media screen and (max-width: 767px) {
    .pagination {
      margin: 1px 0 30px; } }

.listproduct {
  margin-bottom: 30px;
  border: 1px solid #dadada;
  padding: 22px; }
  .listproduct:hover {
    border-color: #732a93;
    box-shadow: 0 0 21px rgba(67, 20, 88, 0.3); }
  .listproduct .img {
    font-size: 0;
    line-height: 0;
    text-align: center; }
    .listproduct .img img {
      display: block; }
  .listproduct .title {
    line-height: 24px; }
    .listproduct .title a {
      font: 20px "FranklinGothic-DemiCond";
      color: #732a93;
      border-bottom: 1px solid transparent; }
      .listproduct .title a:hover {
        border-color: #be9ccd; }
  .listproduct ul {
    padding: 15px 0 25px;
    margin: 0;
    list-style: none;
    line-height: 26px; }
  .listproduct .button .site_button {
    min-height: 50px;
    margin-right: 45px; }
  .listproduct .button .all {
    padding-right: 15px;
    font-size: 18px;
    font-family: "FranklinGothic-DemiCond";
    color: #732a93;
    background: url(../images/action_arrow.png) 100% 50% no-repeat; }
    .listproduct .button .all span {
      border-bottom: 1px solid #965fae; }
    .listproduct .button .all:hover span {
      border-color: transparent; }
  @media screen and (max-width: 767px) {
    .listproduct {
      padding: 15px;
      text-align: center; }
      .listproduct img {
        margin: 0 auto; }
      .listproduct ul {
        padding: 15px 0; }
      .listproduct .button {
        flex-direction: column; }
        .listproduct .button .site_button {
          margin: 0 0 5px; } }

.page_form {
  padding: 55px 0 75px;
  background: url(../images/pageformbg.jpg) 50% 50% no-repeat;
  background-size: cover; }
  .page_form .title {
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    font-family: "FranklinGothic-DemiCond";
    margin-bottom: 30px;
    line-height: 1.2; }
  .page_form .text {
    text-align: center; }
  .page_form .row > div {
    margin-top: 15px; }
  .page_form .bg {
    padding: 30px 70px 45px;
    background: #ffffff;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 767px) {
    .page_form {
      padding: 35px 0; }
      .page_form .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px; }
      .page_form .bg {
        padding: 19px; }
        .page_form .bg .row {
          display: flex;
          flex-direction: column; }
          .page_form .bg .row > div {
            width: 100%;
            order: 0; }
            .page_form .bg .row > div.col-sm-12 {
              order: 1; }
            .page_form .bg .row > div.order2 {
              order: 2; }
      .page_form .text {
        line-height: 24px; }
        .page_form .text br {
          display: none; } }

.formlabel {
  display: block;
  position: relative;
  cursor: text; }
  .formlabel input {
    display: block;
    width: 100%;
    line-height: 35px;
    border: 1px solid #eaeaea;
    color: #000;
    border-radius: 2px;
    background: #faf7fb;
    padding: 15px 20px 0;
    font-size: 16px; }
    .formlabel input:focus + span, .formlabel input.focus + span {
      line-height: 29px;
      font-size: 14px; }
  .formlabel span {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 55px;
    padding: 0 20px;
    font-size: 16px;
    color: #9f9f9f;
    transition: all 0.4s ease 0s; }
    .formlabel span em {
      color: #f00;
      font-style: normal; }

.footer {
  padding: 40px 0;
  color: #fff;
  background: #1c0c23;
  line-height: 1; }
  .footer .top {
    font-family: "Roboto Condensed";
    padding-bottom: 40px;
    line-height: 28px; }
    .footer .top .left {
      max-width: 740px;
      width: 100%;
      margin-right: 20px; }
    .footer .top a {
      color: #fff; }
    .footer .top .mail a {
      border-bottom: 1px solid #c7c3c9; }
      .footer .top .mail a:hover {
        border-color: transparent; }
    .footer .top .phone {
      text-align: right; }
      .footer .top .phone .tel a {
        font-weight: bold; }
      .footer .top .phone > a {
        border-bottom: 1px solid #c7c3c9; }
        .footer .top .phone > a:hover {
          border-color: transparent; }
  .footer .center {
    padding: 40px 0;
    border-top: 1px solid #493d4f; }
    .footer .center .left {
      width: 100%;
      max-width: 600px; }
  .footer .bottom {
    padding-top: 40px;
    border-top: 1px solid #493d4f;
    font-size: 14px;
    color: #ad93b8; }
    .footer .bottom .left {
      max-width: 587px;
      width: 100%; }
  .footer .insite a {
    color: #238994;
    font-weight: bold;
    border-bottom: 1px solid transparent; }
    .footer .insite a:hover {
      border-color: #238994; }
  .footer .title {
    font-family: "FranklinGothic-DemiCond";
    text-transform: uppercase;
    font-size: 20px; }
  .footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer ul li {
      margin-top: 20px; }
      .footer ul li a {
        font-size: 14px;
        color: #ffffff;
        border-bottom: 1px solid transparent;
        font-weight: 300; }
        .footer ul li a:hover {
          border-color: #c2bec4; }
  .footer .f_link {
    color: #ad93b8;
    border-bottom: 1px solid transparent; }
    .footer .f_link:hover {
      border-color: #ad93b8; }
  .footer .right {
    max-width: 325px;
    width: 100%; }
  @media screen and (max-width: 991px) {
    .footer {
      text-align: center; }
      .footer .center {
        display: none; }
      .footer .top, .footer .bottom {
        flex-direction: column; }
        .footer .top .left, .footer .bottom .left {
          margin: 0; }
        .footer .top .flex, .footer .bottom .flex {
          flex-direction: column; }
          .footer .top .flex > div, .footer .bottom .flex > div {
            margin-top: 30px; }
      .footer .copyright {
        margin: 0 !important; }
      .footer .f_link {
        margin: 20px 0; } }

.popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none; }
  .popup_wrap .wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: 695px;
    width: 100%;
    padding: 20px 35px 35px;
    background: #ffffff;
    position: relative;
    line-height: 1.3;
    font-size: 14px;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    border-radius: 2px; }
  .popup_wrap .closebut {
    position: absolute;
    top: 0;
    right: -37px;
    width: 22px;
    height: 22px;
    background: url(../images/closebut.png) 0 0 no-repeat;
    cursor: pointer; }
  .popup_wrap .p_title {
    font-size: 50px;
    font-family: "FranklinGothic-DemiCond";
    color: #732a93;
    text-align: center; }
  .popup_wrap .form + .success {
    display: none; }
  .popup_wrap .success {
    text-align: center; }
  .popup_wrap .text {
    margin-top: 10px; }
  .popup_wrap .row > div {
    margin-top: 25px; }
  .popup_wrap label span {
    display: block;
    margin-bottom: 6px; }
    .popup_wrap label span em {
      color: #f00;
      font-style: normal; }
  .popup_wrap label input, .popup_wrap label textarea {
    display: block;
    width: 100%;
    line-height: 58px;
    padding: 0 20px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    font-size: 16px;
    background: #faf7fb; }
  .popup_wrap label textarea {
    line-height: 1.5;
    padding: 20px;
    height: 150px;
    resize: none; }
  .popup_wrap:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  .popup_wrap.citypopup .wrap {
    max-width: 360px;
    padding: 20px; }
  .popup_wrap.citypopup .c_title {
    font-size: 20px;
    font-weight: bold;
    color: #732a93;
    padding-bottom: 25px; }
  .popup_wrap.citypopup .formlabel span {
    padding-right: 0; }
  .popup_wrap.citypopup .formlabel input {
    line-height: 40px;
    padding-top: 20px; }
  .popup_wrap.citypopup .block {
    margin-top: 35px; }
    .popup_wrap.citypopup .block:first-child {
      margin-top: 0; }
  .popup_wrap.citypopup .title {
    margin-bottom: 20px;
    font-size: 14px;
    color: #4f4f52;
    font-weight: bold; }
  .popup_wrap.citypopup ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .popup_wrap.citypopup ul li {
      margin-top: 15px; }
      .popup_wrap.citypopup ul li:first-child {
        margin-top: 0; }
      .popup_wrap.citypopup ul li a {
        font-size: 16px;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid transparent; }
        .popup_wrap.citypopup ul li a:hover {
          border-color: #838383; }
  .popup_wrap.citypopup .scroll {
    position: relative; }
    .popup_wrap.citypopup .scroll .baron__scroller {
      height: 270px;
      overflow: hidden; }
    .popup_wrap.citypopup .scroll .baron__track {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 5px;
      background: #faf7fb;
      border-radius: 3px; }
      .popup_wrap.citypopup .scroll .baron__track .baron__free {
        position: relative;
        height: 100%; }
      .popup_wrap.citypopup .scroll .baron__track .baron__bar {
        border-radius: 3px;
        width: 5px;
        background: #732a93;
        position: absolute; }
  @media screen and (max-width: 767px) {
    .popup_wrap.citypopup .wrapp_in {
      padding-top: 0; }
    .popup_wrap.citypopup .wrap {
      padding: 20px; }
    .popup_wrap.citypopup .block, .popup_wrap.citypopup .c_title {
      padding-left: 0 !important; } }
  @media screen and (max-width: 767px) {
    .popup_wrap .wrap {
      padding: 12px 15px 15px; }
    .popup_wrap .closebut {
      right: 15px;
      top: 15px;
      background-position: 0 100%; }
    .popup_wrap .p_title {
      font-size: 25px;
      text-align: left;
      padding-right: 30px; }
    .popup_wrap .success {
      text-align: left; }
    .popup_wrap .oferta br {
      display: none; } }

.oferta {
  display: flex;
  align-items: center;
  padding-left: 33px;
  font-size: 13px;
  line-height: 16px;
  color: #9f9f9f;
  position: relative; }
  .oferta a {
    color: #732a93;
    border-bottom: 1px solid transparent; }
    .oferta a:hover {
      border-color: #732a93; }
  .oferta label {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    cursor: pointer; }
    .oferta label input {
      display: none; }
      .oferta label input:checked + span {
        background: #faf7fb url(../images/check.png) 50% 50% no-repeat; }
    .oferta label span {
      display: block;
      width: 20px;
      height: 20px;
      border: 1px solid #d7dfe8;
      background: #faf7fb;
      padding: 0; }

#gotop {
  display: none;
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../images/gotop.png) 0 0 no-repeat; }

/*# sourceMappingURL=styles.css.map */

#tovar_out {
    display: inline-block;
    margin: 30px 0 20px;
}
.tovar_hide{
    display: none;
}


    .foldermenu .body > ul > li.active ul {display: block;}
    .foldermenu .body > ul > li ul li a.active {color:#732a93; background:#f4eef7;}
    .listproduct .info {padding: 15px 0 25px;}
    #citysearch {margin-top: 20px;}
    .error_v, .validate.error, span.error {border: 1px solid #ff0000 !important;}
    .topmenu_wrap .topmenu > ul > li > ul.block{width: 285px;} 
    .topmenu_wrap .topmenu > ul > li > ul.block li{margin-top: 22px;} 
    .topmenu_wrap .topmenu > ul > li > ul.block li:first-child{margin-top:0;} 
    .topmenu_wrap .topmenu > ul > li:hover > ul.block {display:block;} 
    .product {min-height:100%;} 
    .topmenu_wrap .topmenu > ul > li > a.active{color:#d7b8e4;}
    .topmenu_wrap .topmenu > ul > li > ul > li ul li a.active {color:#732a93;border-color:#965fae;}
    .slider h1.title {color: #ffffff;}
    .mainservice.inerserv { padding: 0 0 110px;}
    
    .wrapper{
 /*           overflow: visible;  */
            overflow: hidden;
        }
        .foldermenu{
            position: sticky;
            top: 80px;
        }
		.sizeblock{
			max-width:430px;
		}
		.sizeblock .row > div{
			margin-bottom:25px;
		}
		.sizeblock .mtitle{
			font-size:14px;
			color:#000;
			font-weight: bold;
		}

		.sizeblock .size_wrap{
			position: relative;
		}
		.sizeblock .site_title{
			line-height: 50px;
			padding:0 35px 0 17px;
			font-size:16px;
			color:#888888;
			background: #faf7fb;
			border:1px solid #e0e0e0;
			cursor: pointer;
			border-radius: 3px;
		}
		.sizeblock .site_title:before{
			content:'';
			position: absolute;	top:21px;
			right:16px;
			width:6px;
			height:10px;
			background:url(/tmpl/images/action_arrow.png) 0 0 no-repeat;
			transform:rotate(90deg);
		}
		.sizeblock .size_body{
			position: absolute;
			top:100%;
			left:0;
			right:0;
			height:145px;
			padding:15px;
			background: #fff;
			box-shadow:0 4px 21px rgba(0,0,0,0.1);
			z-index:3;
			display: none;
		}
		.sizeblock .size_body ul{
			padding:0;
			margin:0;
			list-style: none;
			line-height: 1;
			font-size:16px;
			height:116px;
			overflow-y: auto;
		}
		.sizeblock .size_body ul::-webkit-scrollbar {
			width: 5px;
		}

		.sizeblock .size_body ul::-webkit-scrollbar-track {
			background:#f0f0f0;
		}

		.sizeblock .size_body ul::-webkit-scrollbar-thumb {
			background: #732a93;
		}

		.sizeblock .size_body ul::-webkit-scrollbar-thumb:hover {
			background: #555;
		}
		.sizeblock .size_body ul li{
			margin-top:9px;
			cursor: pointer;
		}
		.sizeblock .size_body ul li:first-child{
			margin:0;
		}
        .site_button.minminbut {width: 100%; min-height: 35px;margin: 5px;max-width: 150px;}
        .mainservice:before {background: url(/tmpl/images/mainsbg.webp)}
        .maincompany {background: url(/tmpl/images/maincompanybg.webp) 0 0 no-repeat;}
        .page_form {background: url(/tmpl/images/pageformbg.webp) 50% 50% no-repeat;}
        
        
        