

/* Start:/bitrix/templates/production/css/owl.carousel.css?17180996724614*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.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 Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.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("/bitrix/templates/production/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: 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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/bitrix/templates/production/css/font-awesome.css?171809967237419*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/bitrix/templates/production/css/../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/bitrix/templates/production/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/bitrix/templates/production/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/bitrix/templates/production/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/bitrix/templates/production/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/bitrix/templates/production/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-production:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* End */


/* Start:/bitrix/templates/production/css/jquery.fancybox.css?171809967217624*/
@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: 'Г—';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

/* End */


/* Start:/bitrix/templates/production/css/reset.css?17180996721753*/
/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;

}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;
} 
input, select, button, textarea {
	margin: 0; 
	font-size: 100%;
}
input[type="text"], input[type="password"], textarea {
	padding: 0;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}
/* --------------- /reset.css --------------- */
/* --------------- базовые настройки ---------*/
html {
	overflow-y: scroll;
}
body {
	line-height: 1;
	background: #fff;
	color: #666;
	text-align: left;
}
input, select, button, textarea {
	font-family: Arial, Verdana, sans-serif;
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}
a, a:visited {
    text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus, a:active {
	
}
/* --------------- /базовые настройки ---------*/
/* End */


/* Start:/bitrix/templates/production/css/animate.min.css?171809967265964*/
@charset "UTF-8";@-webkit-keyframes bounce {from, 20%, 53%, 80%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}40%, 43% {-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -30px, 0);transform: translate3d(0, -30px, 0);}70% {-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -15px, 0);transform: translate3d(0, -15px, 0);}90% {-webkit-transform: translate3d(0, -4px, 0);transform: translate3d(0, -4px, 0);}}@keyframes bounce {from, 20%, 53%, 80%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}40%, 43% {-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -30px, 0);transform: translate3d(0, -30px, 0);}70% {-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -15px, 0);transform: translate3d(0, -15px, 0);}90% {-webkit-transform: translate3d(0, -4px, 0);transform: translate3d(0, -4px, 0);}}.bounce {-webkit-animation-name: bounce;animation-name: bounce;-webkit-transform-origin: center bottom;transform-origin: center bottom;}@-webkit-keyframes flash {from, 50%, to {opacity: 1;}25%, 75% {opacity: 0;}}@keyframes flash {from, 50%, to {opacity: 1;}25%, 75% {opacity: 0;}}.flash {-webkit-animation-name: flash;animation-name: flash;}@-webkit-keyframes pulse {from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}@keyframes pulse {from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}.pulse {-webkit-animation-name: pulse;animation-name: pulse;}@-webkit-keyframes rubberBand {from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}30% {-webkit-transform: scale3d(1.25, 0.75, 1);transform: scale3d(1.25, 0.75, 1);}40% {-webkit-transform: scale3d(0.75, 1.25, 1);transform: scale3d(0.75, 1.25, 1);}50% {-webkit-transform: scale3d(1.15, 0.85, 1);transform: scale3d(1.15, 0.85, 1);}65% {-webkit-transform: scale3d(0.95, 1.05, 1);transform: scale3d(0.95, 1.05, 1);}75% {-webkit-transform: scale3d(1.05, 0.95, 1);transform: scale3d(1.05, 0.95, 1);}to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}@keyframes rubberBand {from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}30% {-webkit-transform: scale3d(1.25, 0.75, 1);transform: scale3d(1.25, 0.75, 1);}40% {-webkit-transform: scale3d(0.75, 1.25, 1);transform: scale3d(0.75, 1.25, 1);}50% {-webkit-transform: scale3d(1.15, 0.85, 1);transform: scale3d(1.15, 0.85, 1);}65% {-webkit-transform: scale3d(0.95, 1.05, 1);transform: scale3d(0.95, 1.05, 1);}75% {-webkit-transform: scale3d(1.05, 0.95, 1);transform: scale3d(1.05, 0.95, 1);}to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}.rubberBand {-webkit-animation-name: rubberBand;animation-name: rubberBand;}@-webkit-keyframes shake {from, to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0);}20%, 40%, 60%, 80% {-webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}}@keyframes shake {from, to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0);}20%, 40%, 60%, 80% {-webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}}.shake {-webkit-animation-name: shake;animation-name: shake;}@-webkit-keyframes headShake {0% {-webkit-transform: translateX(0);transform: translateX(0);}6.5% {-webkit-transform: translateX(-6px) rotateY(-9deg);transform: translateX(-6px) rotateY(-9deg);}18.5% {-webkit-transform: translateX(5px) rotateY(7deg);transform: translateX(5px) rotateY(7deg);}31.5% {-webkit-transform: translateX(-3px) rotateY(-5deg);transform: translateX(-3px) rotateY(-5deg);}43.5% {-webkit-transform: translateX(2px) rotateY(3deg);transform: translateX(2px) rotateY(3deg);}50% {-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes headShake {0% {-webkit-transform: translateX(0);transform: translateX(0);}6.5% {-webkit-transform: translateX(-6px) rotateY(-9deg);transform: translateX(-6px) rotateY(-9deg);}18.5% {-webkit-transform: translateX(5px) rotateY(7deg);transform: translateX(5px) rotateY(7deg);}31.5% {-webkit-transform: translateX(-3px) rotateY(-5deg);transform: translateX(-3px) rotateY(-5deg);}43.5% {-webkit-transform: translateX(2px) rotateY(3deg);transform: translateX(2px) rotateY(3deg);}50% {-webkit-transform: translateX(0);transform: translateX(0);}}.headShake {-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-animation-name: headShake;animation-name: headShake;}@-webkit-keyframes swing {20% {-webkit-transform: rotate3d(0, 0, 1, 15deg);transform: rotate3d(0, 0, 1, 15deg);}40% {-webkit-transform: rotate3d(0, 0, 1, -10deg);transform: rotate3d(0, 0, 1, -10deg);}60% {-webkit-transform: rotate3d(0, 0, 1, 5deg);transform: rotate3d(0, 0, 1, 5deg);}80% {-webkit-transform: rotate3d(0, 0, 1, -5deg);transform: rotate3d(0, 0, 1, -5deg);}to {-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}}@keyframes swing {20% {-webkit-transform: rotate3d(0, 0, 1, 15deg);transform: rotate3d(0, 0, 1, 15deg);}40% {-webkit-transform: rotate3d(0, 0, 1, -10deg);transform: rotate3d(0, 0, 1, -10deg);}60% {-webkit-transform: rotate3d(0, 0, 1, 5deg);transform: rotate3d(0, 0, 1, 5deg);}80% {-webkit-transform: rotate3d(0, 0, 1, -5deg);transform: rotate3d(0, 0, 1, -5deg);}to {-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}}.swing {-webkit-transform-origin: top center;transform-origin: top center;-webkit-animation-name: swing;animation-name: swing;}@-webkit-keyframes tada {from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}10%, 20% {-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);}30%, 50%, 70%, 90% {-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);}40%, 60%, 80% {-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);}to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}@keyframes tada {from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}10%, 20% {-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);}30%, 50%, 70%, 90% {-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);}40%, 60%, 80% {-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);}to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}.tada {-webkit-animation-name: tada;animation-name: tada;}@-webkit-keyframes wobble {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}15% {-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);}30% {-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);}45% {-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);}60% {-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);}75% {-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes wobble {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}15% {-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);}30% {-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);}45% {-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);}60% {-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);}75% {-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.wobble {-webkit-animation-name: wobble;animation-name: wobble;}@-webkit-keyframes jello {from, 11.1%, to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}22.2% {-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);transform: skewX(-12.5deg) skewY(-12.5deg);}33.3% {-webkit-transform: skewX(6.25deg) skewY(6.25deg);transform: skewX(6.25deg) skewY(6.25deg);}44.4% {-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);transform: skewX(-3.125deg) skewY(-3.125deg);}55.5% {-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);transform: skewX(1.5625deg) skewY(1.5625deg);}66.6% {-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);transform: skewX(-0.78125deg) skewY(-0.78125deg);}77.7% {-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);transform: skewX(0.390625deg) skewY(0.390625deg);}88.8% {-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);transform: skewX(-0.1953125deg) skewY(-0.1953125deg);}}@keyframes jello {from, 11.1%, to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}22.2% {-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);transform: skewX(-12.5deg) skewY(-12.5deg);}33.3% {-webkit-transform: skewX(6.25deg) skewY(6.25deg);transform: skewX(6.25deg) skewY(6.25deg);}44.4% {-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);transform: skewX(-3.125deg) skewY(-3.125deg);}55.5% {-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);transform: skewX(1.5625deg) skewY(1.5625deg);}66.6% {-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);transform: skewX(-0.78125deg) skewY(-0.78125deg);}77.7% {-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);transform: skewX(0.390625deg) skewY(0.390625deg);}88.8% {-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);transform: skewX(-0.1953125deg) skewY(-0.1953125deg);}}.jello {-webkit-animation-name: jello;animation-name: jello;-webkit-transform-origin: center;transform-origin: center;}@-webkit-keyframes heartBeat {0% {-webkit-transform: scale(1);transform: scale(1);}14% {-webkit-transform: scale(1.3);transform: scale(1.3);}28% {-webkit-transform: scale(1);transform: scale(1);}42% {-webkit-transform: scale(1.3);transform: scale(1.3);}70% {-webkit-transform: scale(1);transform: scale(1);}}@keyframes heartBeat {0% {-webkit-transform: scale(1);transform: scale(1);}14% {-webkit-transform: scale(1.3);transform: scale(1.3);}28% {-webkit-transform: scale(1);transform: scale(1);}42% {-webkit-transform: scale(1.3);transform: scale(1.3);}70% {-webkit-transform: scale(1);transform: scale(1);}}.heartBeat {-webkit-animation-name: heartBeat;animation-name: heartBeat;-webkit-animation-duration: 1.3s;animation-duration: 1.3s;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}@-webkit-keyframes bounceIn {from, 20%, 40%, 60%, 80%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}20% {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}40% {-webkit-transform: scale3d(0.9, 0.9, 0.9);transform: scale3d(0.9, 0.9, 0.9);}60% {opacity: 1;-webkit-transform: scale3d(1.03, 1.03, 1.03);transform: scale3d(1.03, 1.03, 1.03);}80% {-webkit-transform: scale3d(0.97, 0.97, 0.97);transform: scale3d(0.97, 0.97, 0.97);}to {opacity: 1;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}@keyframes bounceIn {from, 20%, 40%, 60%, 80%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}20% {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}40% {-webkit-transform: scale3d(0.9, 0.9, 0.9);transform: scale3d(0.9, 0.9, 0.9);}60% {opacity: 1;-webkit-transform: scale3d(1.03, 1.03, 1.03);transform: scale3d(1.03, 1.03, 1.03);}80% {-webkit-transform: scale3d(0.97, 0.97, 0.97);transform: scale3d(0.97, 0.97, 0.97);}to {opacity: 1;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}.bounceIn {-webkit-animation-duration: 0.75s;animation-duration: 0.75s;-webkit-animation-name: bounceIn;animation-name: bounceIn;}@-webkit-keyframes bounceInDown {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(0, -3000px, 0);transform: translate3d(0, -3000px, 0);}60% {opacity: 1;-webkit-transform: translate3d(0, 25px, 0);transform: translate3d(0, 25px, 0);}75% {-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}90% {-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes bounceInDown {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(0, -3000px, 0);transform: translate3d(0, -3000px, 0);}60% {opacity: 1;-webkit-transform: translate3d(0, 25px, 0);transform: translate3d(0, 25px, 0);}75% {-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}90% {-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.bounceInDown {-webkit-animation-name: bounceInDown;animation-name: bounceInDown;}@-webkit-keyframes bounceInLeft {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(-3000px, 0, 0);transform: translate3d(-3000px, 0, 0);}60% {opacity: 1;-webkit-transform: translate3d(25px, 0, 0);transform: translate3d(25px, 0, 0);}75% {-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0);}90% {-webkit-transform: translate3d(5px, 0, 0);transform: translate3d(5px, 0, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes bounceInLeft {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(-3000px, 0, 0);transform: translate3d(-3000px, 0, 0);}60% {opacity: 1;-webkit-transform: translate3d(25px, 0, 0);transform: translate3d(25px, 0, 0);}75% {-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0);}90% {-webkit-transform: translate3d(5px, 0, 0);transform: translate3d(5px, 0, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.bounceInLeft {-webkit-animation-name: bounceInLeft;animation-name: bounceInLeft;}@-webkit-keyframes bounceInRight {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}from {opacity: 0;-webkit-transform: translate3d(3000px, 0, 0);transform: translate3d(3000px, 0, 0);}60% {opacity: 1;-webkit-transform: translate3d(-25px, 0, 0);transform: translate3d(-25px, 0, 0);}75% {-webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}90% {-webkit-transform: translate3d(-5px, 0, 0);transform: translate3d(-5px, 0, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes bounceInRight {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}from {opacity: 0;-webkit-transform: translate3d(3000px, 0, 0);transform: translate3d(3000px, 0, 0);}60% {opacity: 1;-webkit-transform: translate3d(-25px, 0, 0);transform: translate3d(-25px, 0, 0);}75% {-webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}90% {-webkit-transform: translate3d(-5px, 0, 0);transform: translate3d(-5px, 0, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.bounceInRight {-webkit-animation-name: bounceInRight;animation-name: bounceInRight;}@-webkit-keyframes bounceInUp {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}from {opacity: 0;-webkit-transform: translate3d(0, 3000px, 0);transform: translate3d(0, 3000px, 0);}60% {opacity: 1;-webkit-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0);}75% {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0);}90% {-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes bounceInUp {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}from {opacity: 0;-webkit-transform: translate3d(0, 3000px, 0);transform: translate3d(0, 3000px, 0);}60% {opacity: 1;-webkit-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0);}75% {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0);}90% {-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.bounceInUp {-webkit-animation-name: bounceInUp;animation-name: bounceInUp;}@-webkit-keyframes bounceOut {20% {-webkit-transform: scale3d(0.9, 0.9, 0.9);transform: scale3d(0.9, 0.9, 0.9);}50%, 55% {opacity: 1;-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}to {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}}@keyframes bounceOut {20% {-webkit-transform: scale3d(0.9, 0.9, 0.9);transform: scale3d(0.9, 0.9, 0.9);}50%, 55% {opacity: 1;-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}to {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}}.bounceOut {-webkit-animation-duration: 0.75s;animation-duration: 0.75s;-webkit-animation-name: bounceOut;animation-name: bounceOut;}@-webkit-keyframes bounceOutDown {20% {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0);}40%, 45% {opacity: 1;-webkit-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0);}to {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}}@keyframes bounceOutDown {20% {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0);}40%, 45% {opacity: 1;-webkit-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0);}to {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}}.bounceOutDown {-webkit-animation-name: bounceOutDown;animation-name: bounceOutDown;}@-webkit-keyframes bounceOutLeft {20% {opacity: 1;-webkit-transform: translate3d(20px, 0, 0);transform: translate3d(20px, 0, 0);}to {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}}@keyframes bounceOutLeft {20% {opacity: 1;-webkit-transform: translate3d(20px, 0, 0);transform: translate3d(20px, 0, 0);}to {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}}.bounceOutLeft {-webkit-animation-name: bounceOutLeft;animation-name: bounceOutLeft;}@-webkit-keyframes bounceOutRight {20% {opacity: 1;-webkit-transform: translate3d(-20px, 0, 0);transform: translate3d(-20px, 0, 0);}to {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}}@keyframes bounceOutRight {20% {opacity: 1;-webkit-transform: translate3d(-20px, 0, 0);transform: translate3d(-20px, 0, 0);}to {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}}.bounceOutRight {-webkit-animation-name: bounceOutRight;animation-name: bounceOutRight;}@-webkit-keyframes bounceOutUp {20% {-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}40%, 45% {opacity: 1;-webkit-transform: translate3d(0, 20px, 0);transform: translate3d(0, 20px, 0);}to {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}}@keyframes bounceOutUp {20% {-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}40%, 45% {opacity: 1;-webkit-transform: translate3d(0, 20px, 0);transform: translate3d(0, 20px, 0);}to {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}}.bounceOutUp {-webkit-animation-name: bounceOutUp;animation-name: bounceOutUp;}@-webkit-keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}.fadeIn {-webkit-animation-name: fadeIn;animation-name: fadeIn;}@-webkit-keyframes fadeInDown {from {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInDown {from {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInDown {-webkit-animation-name: fadeInDown;animation-name: fadeInDown;}@-webkit-keyframes fadeInDownBig {from {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInDownBig {from {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInDownBig {-webkit-animation-name: fadeInDownBig;animation-name: fadeInDownBig;}@-webkit-keyframes fadeInLeft {from {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInLeft {from {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInLeft {-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;}@-webkit-keyframes fadeInLeftBig {from {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInLeftBig {from {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInLeftBig {-webkit-animation-name: fadeInLeftBig;animation-name: fadeInLeftBig;}@-webkit-keyframes fadeInRight {from {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInRight {from {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInRight {-webkit-animation-name: fadeInRight;animation-name: fadeInRight;}@-webkit-keyframes fadeInRightBig {from {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInRightBig {from {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInRightBig {-webkit-animation-name: fadeInRightBig;animation-name: fadeInRightBig;}@-webkit-keyframes fadeInUp {from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInUp {from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInUp {-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}@-webkit-keyframes fadeInUpBig {from {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInUpBig {from {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInUpBig {-webkit-animation-name: fadeInUpBig;animation-name: fadeInUpBig;}@-webkit-keyframes fadeOut {from {opacity: 1;}to {opacity: 0;}}@keyframes fadeOut {from {opacity: 1;}to {opacity: 0;}}.fadeOut {-webkit-animation-name: fadeOut;animation-name: fadeOut;}@-webkit-keyframes fadeOutDown {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}}@keyframes fadeOutDown {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}}.fadeOutDown {-webkit-animation-name: fadeOutDown;animation-name: fadeOutDown;}@-webkit-keyframes fadeOutDownBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}}@keyframes fadeOutDownBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}}.fadeOutDownBig {-webkit-animation-name: fadeOutDownBig;animation-name: fadeOutDownBig;}@-webkit-keyframes fadeOutLeft {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}}@keyframes fadeOutLeft {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}}.fadeOutLeft {-webkit-animation-name: fadeOutLeft;animation-name: fadeOutLeft;}@-webkit-keyframes fadeOutLeftBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}}@keyframes fadeOutLeftBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}}.fadeOutLeftBig {-webkit-animation-name: fadeOutLeftBig;animation-name: fadeOutLeftBig;}@-webkit-keyframes fadeOutRight {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}}@keyframes fadeOutRight {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}}.fadeOutRight {-webkit-animation-name: fadeOutRight;animation-name: fadeOutRight;}@-webkit-keyframes fadeOutRightBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}}@keyframes fadeOutRightBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}}.fadeOutRightBig {-webkit-animation-name: fadeOutRightBig;animation-name: fadeOutRightBig;}@-webkit-keyframes fadeOutUp {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}}@keyframes fadeOutUp {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}}.fadeOutUp {-webkit-animation-name: fadeOutUp;animation-name: fadeOutUp;}@-webkit-keyframes fadeOutUpBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}}@keyframes fadeOutUpBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}}.fadeOutUpBig {-webkit-animation-name: fadeOutUpBig;animation-name: fadeOutUpBig;}@-webkit-keyframes flip {from {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}40% {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}50% {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}80% {-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}to {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}}@keyframes flip {from {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}40% {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}50% {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}80% {-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}to {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}}.animated.flip {-webkit-backface-visibility: visible;backface-visibility: visible;-webkit-animation-name: flip;animation-name: flip;}@-webkit-keyframes flipInX {from {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}40% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}60% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}80% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}to {-webkit-transform: perspective(400px);transform: perspective(400px);}}@keyframes flipInX {from {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}40% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}60% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}80% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}to {-webkit-transform: perspective(400px);transform: perspective(400px);}}.flipInX {-webkit-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipInX;animation-name: flipInX;}@-webkit-keyframes flipInY {from {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}40% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);transform: perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}60% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);transform: perspective(400px) rotate3d(0, 1, 0, 10deg);opacity: 1;}80% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}to {-webkit-transform: perspective(400px);transform: perspective(400px);}}@keyframes flipInY {from {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}40% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);transform: perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}60% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);transform: perspective(400px) rotate3d(0, 1, 0, 10deg);opacity: 1;}80% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}to {-webkit-transform: perspective(400px);transform: perspective(400px);}}.flipInY {-webkit-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipInY;animation-name: flipInY;}@-webkit-keyframes flipOutX {from {-webkit-transform: perspective(400px);transform: perspective(400px);}30% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);opacity: 1;}to {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);opacity: 0;}}@keyframes flipOutX {from {-webkit-transform: perspective(400px);transform: perspective(400px);}30% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);opacity: 1;}to {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);opacity: 0;}}.flipOutX {-webkit-animation-duration: 0.75s;animation-duration: 0.75s;-webkit-animation-name: flipOutX;animation-name: flipOutX;-webkit-backface-visibility: visible !important;backface-visibility: visible !important;}@-webkit-keyframes flipOutY {from {-webkit-transform: perspective(400px);transform: perspective(400px);}30% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);transform: perspective(400px) rotate3d(0, 1, 0, -15deg);opacity: 1;}to {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);opacity: 0;}}@keyframes flipOutY {from {-webkit-transform: perspective(400px);transform: perspective(400px);}30% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);transform: perspective(400px) rotate3d(0, 1, 0, -15deg);opacity: 1;}to {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);opacity: 0;}}.flipOutY {-webkit-animation-duration: 0.75s;animation-duration: 0.75s;-webkit-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipOutY;animation-name: flipOutY;}@-webkit-keyframes lightSpeedIn {from {-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);transform: translate3d(100%, 0, 0) skewX(-30deg);opacity: 0;}60% {-webkit-transform: skewX(20deg);transform: skewX(20deg);opacity: 1;}80% {-webkit-transform: skewX(-5deg);transform: skewX(-5deg);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes lightSpeedIn {from {-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);transform: translate3d(100%, 0, 0) skewX(-30deg);opacity: 0;}60% {-webkit-transform: skewX(20deg);transform: skewX(20deg);opacity: 1;}80% {-webkit-transform: skewX(-5deg);transform: skewX(-5deg);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.lightSpeedIn {-webkit-animation-name: lightSpeedIn;animation-name: lightSpeedIn;-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}@-webkit-keyframes lightSpeedOut {from {opacity: 1;}to {-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);transform: translate3d(100%, 0, 0) skewX(30deg);opacity: 0;}}@keyframes lightSpeedOut {from {opacity: 1;}to {-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);transform: translate3d(100%, 0, 0) skewX(30deg);opacity: 0;}}.lightSpeedOut {-webkit-animation-name: lightSpeedOut;animation-name: lightSpeedOut;-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}@-webkit-keyframes rotateIn {from {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, -200deg);transform: rotate3d(0, 0, 1, -200deg);opacity: 0;}to {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}@keyframes rotateIn {from {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, -200deg);transform: rotate3d(0, 0, 1, -200deg);opacity: 0;}to {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}.rotateIn {-webkit-animation-name: rotateIn;animation-name: rotateIn;}@-webkit-keyframes rotateInDownLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}@keyframes rotateInDownLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}.rotateInDownLeft {-webkit-animation-name: rotateInDownLeft;animation-name: rotateInDownLeft;}@-webkit-keyframes rotateInDownRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}@keyframes rotateInDownRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}.rotateInDownRight {-webkit-animation-name: rotateInDownRight;animation-name: rotateInDownRight;}@-webkit-keyframes rotateInUpLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}@keyframes rotateInUpLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}.rotateInUpLeft {-webkit-animation-name: rotateInUpLeft;animation-name: rotateInUpLeft;}@-webkit-keyframes rotateInUpRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, -90deg);transform: rotate3d(0, 0, 1, -90deg);opacity: 0;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}@keyframes rotateInUpRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, -90deg);transform: rotate3d(0, 0, 1, -90deg);opacity: 0;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}.rotateInUpRight {-webkit-animation-name: rotateInUpRight;animation-name: rotateInUpRight;}@-webkit-keyframes rotateOut {from {-webkit-transform-origin: center;transform-origin: center;opacity: 1;}to {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, 200deg);transform: rotate3d(0, 0, 1, 200deg);opacity: 0;}}@keyframes rotateOut {from {-webkit-transform-origin: center;transform-origin: center;opacity: 1;}to {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, 200deg);transform: rotate3d(0, 0, 1, 200deg);opacity: 0;}}.rotateOut {-webkit-animation-name: rotateOut;animation-name: rotateOut;}@-webkit-keyframes rotateOutDownLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;opacity: 1;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}}@keyframes rotateOutDownLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;opacity: 1;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}}.rotateOutDownLeft {-webkit-animation-name: rotateOutDownLeft;animation-name: rotateOutDownLeft;}@-webkit-keyframes rotateOutDownRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;opacity: 1;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}}@keyframes rotateOutDownRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;opacity: 1;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}}.rotateOutDownRight {-webkit-animation-name: rotateOutDownRight;animation-name: rotateOutDownRight;}@-webkit-keyframes rotateOutUpLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;opacity: 1;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}}@keyframes rotateOutUpLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;opacity: 1;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}}.rotateOutUpLeft {-webkit-animation-name: rotateOutUpLeft;animation-name: rotateOutUpLeft;}@-webkit-keyframes rotateOutUpRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;opacity: 1;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, 90deg);transform: rotate3d(0, 0, 1, 90deg);opacity: 0;}}@keyframes rotateOutUpRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;opacity: 1;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, 90deg);transform: rotate3d(0, 0, 1, 90deg);opacity: 0;}}.rotateOutUpRight {-webkit-animation-name: rotateOutUpRight;animation-name: rotateOutUpRight;}@-webkit-keyframes hinge {0% {-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}20%, 60% {-webkit-transform: rotate3d(0, 0, 1, 80deg);transform: rotate3d(0, 0, 1, 80deg);-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}40%, 80% {-webkit-transform: rotate3d(0, 0, 1, 60deg);transform: rotate3d(0, 0, 1, 60deg);-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;opacity: 1;}to {-webkit-transform: translate3d(0, 700px, 0);transform: translate3d(0, 700px, 0);opacity: 0;}}@keyframes hinge {0% {-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}20%, 60% {-webkit-transform: rotate3d(0, 0, 1, 80deg);transform: rotate3d(0, 0, 1, 80deg);-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}40%, 80% {-webkit-transform: rotate3d(0, 0, 1, 60deg);transform: rotate3d(0, 0, 1, 60deg);-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;opacity: 1;}to {-webkit-transform: translate3d(0, 700px, 0);transform: translate3d(0, 700px, 0);opacity: 0;}}.hinge {-webkit-animation-duration: 2s;animation-duration: 2s;-webkit-animation-name: hinge;animation-name: hinge;}@-webkit-keyframes jackInTheBox {from {opacity: 0;-webkit-transform: scale(0.1) rotate(30deg);transform: scale(0.1) rotate(30deg);-webkit-transform-origin: center bottom;transform-origin: center bottom;}50% {-webkit-transform: rotate(-10deg);transform: rotate(-10deg);}70% {-webkit-transform: rotate(3deg);transform: rotate(3deg);}to {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}}@keyframes jackInTheBox {from {opacity: 0;-webkit-transform: scale(0.1) rotate(30deg);transform: scale(0.1) rotate(30deg);-webkit-transform-origin: center bottom;transform-origin: center bottom;}50% {-webkit-transform: rotate(-10deg);transform: rotate(-10deg);}70% {-webkit-transform: rotate(3deg);transform: rotate(3deg);}to {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}}.jackInTheBox {-webkit-animation-name: jackInTheBox;animation-name: jackInTheBox;}@-webkit-keyframes rollIn {from {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes rollIn {from {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.rollIn {-webkit-animation-name: rollIn;animation-name: rollIn;}@-webkit-keyframes rollOut {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}}@keyframes rollOut {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}}.rollOut {-webkit-animation-name: rollOut;animation-name: rollOut;}@-webkit-keyframes zoomIn {from {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}50% {opacity: 1;}}@keyframes zoomIn {from {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}50% {opacity: 1;}}.zoomIn {-webkit-animation-name: zoomIn;animation-name: zoomIn;}@-webkit-keyframes zoomInDown {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInDown {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInDown {-webkit-animation-name: zoomInDown;animation-name: zoomInDown;}@-webkit-keyframes zoomInLeft {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInLeft {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInLeft {-webkit-animation-name: zoomInLeft;animation-name: zoomInLeft;}@-webkit-keyframes zoomInRight {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInRight {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInRight {-webkit-animation-name: zoomInRight;animation-name: zoomInRight;}@-webkit-keyframes zoomInUp {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInUp {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInUp {-webkit-animation-name: zoomInUp;animation-name: zoomInUp;}@-webkit-keyframes zoomOut {from {opacity: 1;}50% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}to {opacity: 0;}}@keyframes zoomOut {from {opacity: 1;}50% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}to {opacity: 0;}}.zoomOut {-webkit-animation-name: zoomOut;animation-name: zoomOut;}@-webkit-keyframes zoomOutDown {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}to {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomOutDown {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}to {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomOutDown {-webkit-animation-name: zoomOutDown;animation-name: zoomOutDown;}@-webkit-keyframes zoomOutLeft {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);}to {opacity: 0;-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);transform: scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin: left center;transform-origin: left center;}}@keyframes zoomOutLeft {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);}to {opacity: 0;-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);transform: scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin: left center;transform-origin: left center;}}.zoomOutLeft {-webkit-animation-name: zoomOutLeft;animation-name: zoomOutLeft;}@-webkit-keyframes zoomOutRight {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);}to {opacity: 0;-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);transform: scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin: right center;transform-origin: right center;}}@keyframes zoomOutRight {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);}to {opacity: 0;-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);transform: scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin: right center;transform-origin: right center;}}.zoomOutRight {-webkit-animation-name: zoomOutRight;animation-name: zoomOutRight;}@-webkit-keyframes zoomOutUp {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}to {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomOutUp {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}to {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomOutUp {-webkit-animation-name: zoomOutUp;animation-name: zoomOutUp;}@-webkit-keyframes slideInDown {from {-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes slideInDown {from {-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.slideInDown {-webkit-animation-name: slideInDown;animation-name: slideInDown;}@-webkit-keyframes slideInLeft {from {-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes slideInLeft {from {-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.slideInLeft {-webkit-animation-name: slideInLeft;animation-name: slideInLeft;}@-webkit-keyframes slideInRight {from {-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes slideInRight {from {-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.slideInRight {-webkit-animation-name: slideInRight;animation-name: slideInRight;}@-webkit-keyframes slideInUp {from {-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes slideInUp {from {-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.slideInUp {-webkit-animation-name: slideInUp;animation-name: slideInUp;}@-webkit-keyframes slideOutDown {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}}@keyframes slideOutDown {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}}.slideOutDown {-webkit-animation-name: slideOutDown;animation-name: slideOutDown;}@-webkit-keyframes slideOutLeft {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}}@keyframes slideOutLeft {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}}.slideOutLeft {-webkit-animation-name: slideOutLeft;animation-name: slideOutLeft;}@-webkit-keyframes slideOutRight {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}}@keyframes slideOutRight {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}}.slideOutRight {-webkit-animation-name: slideOutRight;animation-name: slideOutRight;}@-webkit-keyframes slideOutUp {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}}@keyframes slideOutUp {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}}.slideOutUp {-webkit-animation-name: slideOutUp;animation-name: slideOutUp;}.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}.animated.infinite {-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}.animated.delay-1s {-webkit-animation-delay: 1s;animation-delay: 1s;}.animated.delay-2s {-webkit-animation-delay: 2s;animation-delay: 2s;}.animated.delay-3s {-webkit-animation-delay: 3s;animation-delay: 3s;}.animated.delay-4s {-webkit-animation-delay: 4s;animation-delay: 4s;}.animated.delay-5s {-webkit-animation-delay: 5s;animation-delay: 5s;}.animated.fast {-webkit-animation-duration: 800ms;animation-duration: 800ms;}.animated.faster {-webkit-animation-duration: 500ms;animation-duration: 500ms;}.animated.slow {-webkit-animation-duration: 2s;animation-duration: 2s;}.animated.slower {-webkit-animation-duration: 3s;animation-duration: 3s;}@media (prefers-reduced-motion) {.animated {-webkit-animation: unset !important;animation: unset !important;-webkit-transition: none !important;transition: none !important;}}
/* End */


/* Start:/bitrix/templates/production/css/basket.css?171809967212773*/
.basket{margin:0 0 55px;}
.basket .clearfix{display:block;height:0;clear:both;}
.basket .items{border:1px solid #eaf0f2;}
.basket .items .box{display:table-cell;padding:0 15px;vertical-align:top;}
.basket .items .head{display:table;width:100%;margin:0 0 -1px;border-bottom:1px solid #eaf0f2;}
.basket .items .head .box{vertical-align:middle;padding-top:10px;padding-bottom:10px;}
.basket .items .head .title.prices{width:150px;}
.basket .items .head .title.prices.summ{width:175px;}
.basket .items .head .title.counter_t{width:185px;}
.basket .items .head .title{font-size:15px;line-height:16px;color:#494949;font-weight:500;}
.basket .items .head .title:first-of-type{padding-left:169px;}
.basket .items .item>.wrap{display:table;width:100%;border-spacing:0;border-collapse:collapse;}
.basket .items .item{border-top:1px solid #eaf0f2;}
.basket .items .item .box{padding-top:29px;padding-bottom:29px;}
.basket .items .item .box:first-of-type{padding-left:29px;}
.basket .items .item .box.buy_block{width:185px;}
.basket .items .item .image{float:left;width:110px;height:110px;line-height:110px;}
.basket .items .item .description{margin:14px 0 0;padding:0 0 0 140px;}
.basket .items .item .description .name{font-size:16px;font-weight:500;line-height:22px;}
.basket .items .item .description .label{margin-right:10px;}
.basket .items .item .description .article{color:#777777;display: inherit;font-size:12px;line-height:21px;vertical-align:top;}
.basket .items .item .description .article>span{color:#2f383d;}
.basket .items .item .description .props{margin:8px 0 0;}
.basket .items .item .prices{width:150px;}
.basket .items .item .summ{width:170px;}
.basket .items .item .price_new{margin:14px 0 0;font-size:16px;font-weight:500;line-height:22px;color:#333333;}
.basket .items .item .price_old{margin:-1px 0 0;font-size:13px;line-height:18px;color:#777777;text-decoration:line-through;}
.basket .items .item .counter{display:block!important;margin:9px 25px 0 0;width:100px;}
.basket .items .remove_bl{width:0;height:0;padding:0;}
.basket .items .item .remove_bl>.wrap{position:relative;float:right;}
.basket .items .item .remove{top:-19px;right:10px;}
.basket.default .items .item>.clearfix{display:none;}
.basket .buttons .btn.print{position:relative;margin-right:20px;}
.basket .buttons .btn.print:not(:hover){color:#333!important;}
.basket .buttons .btn.print>span{position:relative;padding-left:27px;}
.basket .buttons .btn.print>span:before{content:"";position:absolute;left:0;top:50%;margin-top:-6px;width:16px;height:14px;}
.basket .buttons .btn.print:hover>span:before{background-position:-141px 0;}
.basket .foot{margin:0 0 35px;padding:32px 0 28px;border-bottom:1px solid #eaf0f2;}
.basket .foot .remove{margin:-2px 0 0 ;padding-left:12px;font-size:12px;cursor:pointer;}
.basket .foot .remove:not(:hover){background:transparent;border-color:transparent;color:#333333!important;}
.basket .foot .remove>span{position:relative;padding:0 0 0 18px;}
.basket .foot .remove>span:before{content:"";position:absolute;left:0;top:50%;margin:-4px 0 0;width:8px;height:8px;}
.basket .foot .remove:hover>span:before{background-position:-58px -9px;}
.basket .foot .total{font-size:20px;font-weight:500;width:236px;}
.basket .foot .total>span{margin:0 0 0 12px;}
.basket .buttons .btn{margin:0;padding: 0px 10px;}
.basket .basket_empty{padding:44px;min-height:178px;border:1px solid #ebeef1;}
.basket.page .basket_empty img { width: 100px; display: inline-block; float: left; }
.basket .basket_empty>.wrap{position:relative;padding:2px 0 0 134px;}
.basket .basket_empty>.wrap:before{content:"";position:absolute;left:0;top:0;width:90px;height:90px;}
.basket .basket_empty .description{margin:0 0 25px;font-size:14px;}
.basket .basket_empty h4{margin-bottom:17px;}
.basket .basket_empty .btn{margin:0;}

.ajax_basket{opacity:0;transition:opacity ease-in-out 0.15s;-moz-transition:opacity ease-in-out 0.15s;-ms-transition:opacity ease-in-out 0.15s;-o-transition:opacity ease-in-out 0.15s;-webkit-transition:opacity ease-in-out 0.15s;}
.ajax_basket.ready{opacity:1; display: inline-block;}
.basket.fly{position:fixed;width:710px;display:block!important;right:-710px;top:130px;background:#FFF;z-index:100;transition:right ease-in-out 0.3s;-moz-transition:right ease-in-out 0.3s;-ms-transition:right ease-in-out 0.3s;-o-transition:right ease-in-out 0.3s;-webkit-transition:right ease-in-out 0.3s;}
.ajax_basket.opened .basket.fly{right:0;}
.basket.fly>.wrap{-webkit-box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.15);box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.15);}
.basket.fly .opener{position:absolute;left:-58px;top:0;width:58px;height:76px;-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;cursor:pointer;border-right:none;}
.basket.fly .opener i{content:"";position:absolute;left:50%;top:18px;margin:0 0 0 -10px;width:18px;height:17px;color:#fff;}
.basket.fly .opener .count{position:absolute;left:50%;top:40px;margin:0 0 0 -9px;width:19px;height:18px;line-height:18px;white-space:nowrap;font-size:12px;color:#FFF;border-radius:100%;text-align:center;background: #3b3b3b;}
.basket.fly .opener .count.empted{background:#969ba5;}
.basket.fly .opener:hover{box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);}
.basket.fly.DARK .opener{background:#424f60;border-color:#424f60;}
.basket.fly.DARK .opener:before{background-position:-105px 0;}
.basket.fly.DARK .opener:hover{background:#556170;border-color:#556170;}
.basket.fly.COLOR .opener:before{background-position:-105px 0;}
.basket.fly.COLOR .opener .count{background:#FFF;color:#333;}
.basket.fly>.wrap>h4{margin:0;padding:27px 30px 28px;border-bottom:1px solid #eaf0f2;}
.basket.fly .items_wrap{max-height:258px;overflow-y:auto;}
.basket.fly .items{border-top:none;}
.basket.fly .items .item .name a { color: #494949; font-weight: 600; }
.basket.fly .items .item .image{width:70px;height:70px;line-height:70px;}
.basket.fly .items .item .description{padding-left:90px;width:258px;}
.basket.fly .items .head .title:first-of-type{padding-left:109px;}
.basket.fly .items .item .box{padding-top:20px;padding-bottom:20px;}
.basket.fly .items .item .box:first-of-type{padding-left:20px;}
.basket.fly .items .item .description{margin-top:9px;}
.basket.fly .items .item .description .name{font-size:14px;font-weight:normal;line-height:20px;}
.basket.fly .items .item .description .props{margin-top:6px;}
.basket.fly .items .head .title.prices{width:115px;}
.basket.fly .items .head .title.prices.summ{width:150px;}
.basket.fly .items .item .prices{width:115px;}
.basket.fly .items .item .summ{width:150px;}
.basket.fly .items .item .price_new{margin-top:7px;}
.basket.fly .items .item .counter{margin-top:6px;margin-right:15px;width:78px;}
.basket.fly .items .item .remove{top:-10px;}
.basket.fly .foot{margin:-1px 0 30px;padding:25px 19px 22px;border-top:1px solid #eaf0f2;background:#fcfcfd;}
.basket.fly .foot .total{font-size:16px;width:188px;}
.basket.fly .buttons{padding:0 30px 30px;}
.basket.fly .buttons .btn{margin:0 30px 0 0;padding: 0px 10px;}
.basket.fly .buttons .btn:first-of-type{margin-right:0;}
.basket.fly .basket_empty{padding:28px 30px 40px;border-top:none;}
.basket.fly .basket_empty img { width: 100px; display: inline-block; float: left; }
.basket.fly .basket_empty h4{font-size:18px;}
.basket.fly .basket_empty>.wrap{padding-left:120px;}
.basket.fly .basket_empty>.wrap:before{top:1px;}
.basket.fly .items .item .buy_block{width:133px;}
.basket.fly .items .head .title.counter_t{width:133px;}
.basket.fly .items .head{border-bottom}
.bx-firefox .basket.fly .opener .count{line-height:16px;}


.form.order .btn{margin-bottom:0;}
.basket_order{margin:0 0 55px;border:1px solid #ebeef1;}
.basket_order .clearfix{display:block;}
.basket_order .description{position:relative;margin:0 0 33px;padding:0 0 0 27px;font-size:14px;line-height:22px;}
.basket_order .description:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:2px;}
.basket_order .items{margin:-1px;border:1px solid #ebeef1;border-right:none;border-bottom:none;}
.basket_order .items>.head{padding:17px 20px;background:#fcfcfd;border-bottom:1px solid #ebeef1;}
.basket_order .items>.head .title{margin:2px 0 0;font-size:16px;font-weight:500;}
.basket_order .items>.head .btn{margin:0;font-size:10px;}
/*.basket_order .items>.head .btn:not(:hover){background:transparent;border-color:transparent;color:#333333!important;}*/
.order_head a.btn.color { padding: 0px 10px; float: right;}
.basket_order .items>.wrap{border-bottom:1px solid #ebeef1;}
.basket_order .items .item{margin:0 20px;padding:30px 0px;font-size:14px;line-height:20px;border-top:1px solid #eceff2;}
.basket_order .items .item:first-of-type{border-top:none;}
.basket_order .items .item .name{margin:0 0 3px;}
.basket_order .items .item .price{color:#666;}
.basket_order .items .foot{padding:18px 20px 30px;background:#fcfcfd;border-bottom:1px solid #ebeef1;}
.basket_order .items .foot .title{margin:1px 0 0;font-size:14px;line-height:20px;}
.basket_order .items .foot .summ{font-size:16px;font-weight:500;line-height:20px;}
.basket_order .confirm{padding:45px 44px 46px;}
.basket_order .confirm .description{margin:0;padding:0 0 0 135px;position:relative;}
.basket_order .confirm .description:before{content:"";position:absolute;left:0;top:-1px;width:90px;height:90px;}
.basket_order .confirm .description h4{margin-bottom:17px;line-height:24px;}
.basket_order .confirm .description p{margin-bottom:22px;}
.basket_order .confirm .description .btn{margin-bottom:0;}

.buy_block{display:block;}
.catalog.detail .head.wti .buy_block{max-width:338px;}
.buy_block .in_cart{display:none;}
.good .buy.to_cart {float: left; margin-right: 1%; }
.basket.default span.ctrl.bgtransition {margin-top: 8px;}
.buy_block.in .counter{display:none;}
.buy_block.in .to_cart{display:none;}
.buy_block.in .in_cart { display: inline-block; }
.buy_block.in .in_cart>span{position:relative;padding:0 0 0 20px;}
.catalog_items .buy_block.in .in_cart>span { padding: 0px; }
.buy_block.lg .counter input{font-size:14px;padding:7px 8px;}
.buy_block.lg .counter .ctrl{width:30px;}
.buy_block.in > div { width: 100% !important; margin-bottom: 10px; padding: 0px !important;}
.right_col .buy_block.lg .counter .ctrl { width: 30px; padding-top: 6px; }
.order_head { position: fixed; top: 22%; right: 0; z-index: 100; width: 100%; max-width: 400px; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); }

.basket_top .dropdown{opacity:0;visibility:hidden;position:absolute;margin:0;padding:0;right:0;top:auto;width:420px;border-top:2px solid transparent;background:#FFF;text-align:left;-webkit-box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.15);box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.15);-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;z-index: 10;margin-top: 7px;}
.ajax_basket:hover .basket_top .dropdown,.basket_top .dropdown.expanded{opacity:1;visibility:visible;}
.basket_top .dropdown:before{content:"";position:absolute;right:40px;top:-13px;border:6px solid transparent;border-bottom:6px solid transparent;}
.basket_top .dropdown ul{margin:0;padding:0;}
.basket_top .dropdown li{display:block;margin:0;list-style:none;}
.basket_top .items{max-height:332px;overflow-y:auto;position:relative;}
.basket_top .item{position:relative;padding:20px;border-top:1px solid #ebeef1;}
.basket_top .item:first-of-type{border-top:none;}
.basket_top .item .remove { cursor: pointer; position: absolute; top: 10px; right: 10px; }
.basket_top .item .image{float:left;width:70px;height:70px;line-height:70px;overflow:hidden;}
.basket_top .item .foot{margin:-5px 0;padding:0 0 0 90px;}
.basket_top .item .title{padding:0 18px 0 0;font-size:14px;line-height:20px;}
.basket_top .item .title a { white-space: normal; color: #3b3b3b; font-weight: 500; }
.basket_top .item .prices{margin-top:3px;}
.basket_top .item .price{font-size:14px;line-height:20px;color:#666666;}
.basket_top .item .summ{font-size:14px;line-height:20px;color:#222222;font-weight: 500;}
.basket_top .buttons{padding:23px 20px;border-top:1px solid #ebeef1;text-align:center;background:#f9fafb;}
.basket_top .buttons .btn{margin:0;display:inline-block;width:auto;}
.logo-row .top-callback .basket_top{display:none;}
header.fixed .logo-row .top-callback .basket_top{display:block;}
header.fixed .logo-row .top-callback .basket_top>.b_wrap{margin:-11px 0 0  18px;}
header.fixed .logo_and_menu-row{overflow:visible;}
.overlay_basket{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:rgba(255,255,255,0.5);}

/* End */


/* Start:/bitrix/templates/production/css/style.min.css?171809967273863*/
.clearfix:before, .clearfix:after {content: '';display: table;}.clearfix:after {clear: both;}*::-webkit-input-placeholder {color: #6f6f6f;opacity: 1;}*:-moz-placeholder {color: #6f6f6f;opacity: 1;}*::-moz-placeholder {color: #6f6f6f;opacity: 1;}*:-ms-input-placeholder {color: #6f6f6f;opacity: 1;}body {font-family: 'Montserrat', sans-serif;font-size: 16px;color: #3b3b3b;}p{font-size: 14px;}*{box-sizing: border-box;-moz-box-sizing: border-box;}pre {display: block;padding: 9.5px;margin: 0 0 10px;font-size: 13px;word-break: break-all;word-wrap: break-word;background-color: #f5f5f5;border: 1px solid #ccc;border-radius: 4px;}.work{width: 100%;max-width: 1200px;min-width: 320px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}.maxwidth-theme {width: 100%;max-width: 1200px;position: relative;margin: 0 auto;}.helper{width: 100%!important;height: 0!important;visibility: hidden;margin: 0!important;padding: 0!important;}.hidden {display: none !important;}input[type="text"], input[type="password"], input[type="email"], input[type="number"], select.form_control, textarea{width: 100%;height: 38px;margin-bottom: 15px;padding: 0 15px;color: #6f6f6f;font-size: 13px;background-color: #fbfbfb;border: 1px solid #d7d7d7;font-family: 'Montserrat', sans-serif;}textarea{height: 110px;padding: 10px 15px;resize: none;}.form_white input[type="text"], .form_white input[type="password"], .form_white textarea{background: #fff;}.form label{display: block;margin-bottom: 8px;font-size: 12px;font-weight: 700;color: #494949;}.form label span{}input:focus{outline: none;}textarea:focus{outline: none;}.btn{display: inline-block;padding: 0px 10px;border: medium none;background: transparent;cursor: pointer;transition: .3s;-moz-transition: .3s;text-align: center;font-family: 'Montserrat', sans-serif;font-size: 13px;font-weight: 700;line-height: 36px;border-radius: 1px;transition: background-color 500ms;}.btn_main{color: white;}.btn_white {background-color: transparent;}.btn_white:hover {color: #fff;}.btnradius .btn{border-radius: 30px;}.btnscale .btn:hover {-o-transform: scale(1.05);-ms-transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);}button:focus{outline: none;}.transition{transition: .3s;-webkit-transition: .3s;-moz-transition: .3s;-o-transition: .3s;-ms-transition: .3s;}.title_block{display: block;margin-bottom: 65px;color: #494949;font-size: 36px;font-weight: 700;line-height: 38px;}.header{width: 100%;display: block;padding-bottom: 10px;background: #fff;z-index: 5;}.header.sticky {padding-bottom: 0px;}.header .inner{padding-top: 25px;padding-bottom: 70px;position: relative;}.header .logo{width: 15%;float: left;}.header.sticky .logo {display: none;}.header .logo a{display: inline-block;vertical-align: middle;}.header .logo img{max-width: 100%;}.header .logo > span{display: inline-block;vertical-align: middle;margin-left: 15px;font-size: 15px;font-weight: 700;line-height: 19px;text-align: left;}.header .logo > span span{display: block;font-size: 22px;}.header .slogan{width: 25%;float: left;margin-top: 7px;padding-bottom: 5px;padding-left: 25px;font-size: 12px;font-weight: 500;line-height: 16px;}.header .slogan span {max-width: 210px;display: inline-block;}.header .place{width: 24%;float: left;margin-top: 5px;padding-left: 50px;position: relative;font-size: 13px;font-weight: 500;line-height: 16px;}.header .place span {max-width: 95%;display: inline-block;}.header .place:before{content: url(/bitrix/templates/production/css/../img/header/place.png);position: absolute;top: 0px;left: 0px;}.header .phone{width: 19%;float: left;margin-top: 5px;padding-left: 50px;position: relative;text-align: left;}.header .phone:before{content: url(/bitrix/templates/production/css/../img/header/phone.png);position: absolute;top: 0px;left: 0px;}.header .phone .big{display: block;margin-bottom: 5px;font-size: 16px;font-weight: 500;color: #202020;}.header .phone .big span{color: #b3b3b3;}.header .phone .small{display: block;font-size: 13px;font-weight: 500;color: #202020;}.header .phone .small span{color: #b3b3b3;}.header .callback_container{width: 17%;float: left;text-align: right;padding-top: 5px;}.header .callback{padding: 0 20px;}.header .bottom{width: 100%;position: absolute;bottom: 0;left: 0px;padding-left: 0px;padding-right: 0px;border-radius: 3px;}.header .bottom.full_menu {width: 100vw;margin-left: calc(-50vw + 50%);bottom: -10px;border-radius: 0;}.header.nosticky .bottom.dark {background: #3b3b3b;}.toggleMenu{display: none;font-size: 30px;padding: 2px 5px;border: 2px solid;}.nav {display: inline-block;vertical-align: middle;list-style: none;*zoom: 1;}.nav:before, .nav:after {content: " ";display: table;}.nav:after {clear: both;}.nav ul {list-style: none;width: 210px;background: #f8f8f8;z-index: 9;}.nav ul ul{background: #ededed;}.nav a {padding: 13px 5px;color: #3b3b3b;font-size: 15px;font-weight: 700;transition: .3s;-moz-transition: .3s;}.header.nosticky .bottom.colored .nav > li > a, .header.nosticky .bottom.dark .nav > li > a, .header.nosticky .bottom.colored .fa, .header.nosticky .bottom.dark .fa {color: #fff;}.header.nosticky .bottom.colored .svg.inline svg *, .header.nosticky .bottom.dark .svg.inline svg * {fill: #fff;}.nav li {position: relative;}.nav > li {float: left;padding: 1px 15px;}.nav > li > .parent {}.nav li a .fa{margin-left: 5px;font-size: 11px;}.nav > li > a {display: block;}.nav li ul {min-width: 260px;padding: 10px 0;position: absolute;left: -9999px;background-color: white;box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);z-index: -1;}.nav > li.hover > ul {left: 0px;z-index: 2;}.nav li li.hover > ul {left: 100%;top: -10px;z-index: 2;}.nav li li a {display: block;padding-left: 25px;padding-right: 35px;position: relative;z-index:100;font-weight: 500;}.nav li li li a{padding-right: 20px;}.nav li li:hover > a{background-color: #f3f3f3;}.nav li li li:hover > a{background: transparent;}.nav li li a .fa{position: absolute;top: 50%;right: 20px;margin-top: -5px;}.nav li li li a {border-color: transparent;z-index:200;}.header .bottom_right{display: inline-block;float: right;padding-top: 10px;}.header .search{display: inline-block;vertical-align: middle;text-align: left;padding-left: 20px;padding-right: 10px;margin-right: 10px;border-left: 1px solid #f0f0f0;position: relative;}.toggle_search.active{opacity: .6;}.search_drop{width: 544px;padding: 10px;background-color: #d5d5d6;position: absolute;top: 100%;right: 0px;display: none;z-index: 9;margin-top: 14px;}.search_drop input{width: 100%;margin-bottom: 0;padding-left: 12px;padding-right: 100px;height: 40px;background-color: white;border: none;color: #323538;font-size: 16px;font-weight: 300;}.search_drop button{width: 84px;height: 40px;background-color: white;border: none;border-left: 1px solid #f2f2f2;color: #323538;font-size: 16px;font-weight: 600;text-align: center;position: absolute;top: 10px;right: 10px;}.header .cart{display: inline-block;vertical-align: middle;text-align: left;padding-left: 20px;border-left: 1px solid #f0f0f0;}.header .cart a {color: inherit;}.header .cart i.fa {font-size: 20px;padding-top: 2px;}.header .cart img{display: inline-block;vertical-align: middle;}.header .cart span{display: inline-block;vertical-align: middle;margin-left: 3px;font-size: 13px;font-weight: 700;color: #fff;padding: 3px;width: auto;min-width: 20px;border-radius: 100%;height: 20px;text-align: center;margin-top: -3px;}.header .cart i.fa.fa-times {font-size: 14px;padding-top: 0px;}.slider{width: 100%;display: block;position: relative;z-index: 1;overflow: hidden;}.slider .inner{padding-top: 100px;}.slider li{height: 500px;background-position: center center;background-repeat: no-repeat;background-size: cover;}.slider .container{width: 100%;height: 100%;}.slider .col{width: 50%;height: 100%;float: left;position: relative;}.slider .col.center {float: none;text-align: center;width: 100%;padding-top: 50px;padding-left: 0px;}.slider .col.right {float: right;}.slider .title_slider{display: block;font-size: 32px;font-weight: 700;line-height: 42px;}.slider .title_slider.white{color: #fff;}.slider p{margin-top: 25px;font-size: 15px;font-weight: 500;line-height: 24px;}.slider p.white{color: #fff;}.slider .btn_list{margin-top: 35px;}.btn_list > div{display: inline-block;vertical-align: top;margin-right: 7px;}.slider .btn{width: 145px;}.slider .img img{max-width: 100%;}.bx-wrapper {width: 100%;height: 100%;position: relative;margin: 0 auto 0;padding: 0;*zoom: 1;}.bx-wrapper .bx-viewport {background: transparent;height: auto;-webkit-transform: translatez(0);-moz-transform: translatez(0);-ms-transform: translatez(0);-o-transform: translatez(0);transform: translatez(0);}.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {position: absolute;bottom: 30px;width: 100%;z-index: 999;}.bx-wrapper .bx-prev{left: 0px;background: rgba(0,0,0,.2) url(/bitrix/templates/production/css/../img/slider/pre.png) 13px center no-repeat ;}.bx-wrapper .bx-next{right: 0px;background: rgba(0,0,0,.2) url(/bitrix/templates/production/css/../img/slider/next.png) 15px center no-repeat ;}.bx-wrapper .bx-prev:hover{}.bx-wrapper .bx-next:hover{}.slider .bx-wrapper .bx-prev{left: 6%;}.slider .bx-wrapper .bx-next{right: 6%;}.bx-wrapper .bx-controls-direction a{position: absolute;top: 50%;outline: 0;width: 38px;height: 38px;text-indent: -9999px;z-index: 999;transition: all 0.3s ease;border-radius: 50%;margin-top: -19px;}.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;color: #666;padding-top: 20px;}.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}.bx-wrapper .bx-pager.bx-default-pager a {text-indent: -9999px;display: block;width: 25px;height: 10px;margin: 0 5px;outline: 0;overflow: hidden;background-color: transparent;border-radius: 1px;}.bx-wrapper .bx-pager.bx-default-pager a.active {}.owl-carousel {touch-action: manipulation;}.content{width: 100%;display: block;position: relative;z-index: 1;}.content .inner{padding-top: 70px;padding-bottom: 150px;}.content_top{background: rgba(249,249,249,.5);}.content_top .inner{padding-top: 35px;padding-bottom: 35px;}.content h1{color: #494949;font-size: 36px;font-weight: 400;line-height: 42px;}body.bold .content h1{font-weight: 700;}.content h2{margin-bottom: 30px;color: #494949;font-size: 18px;font-weight: 700;line-height: 24px;}.content h3{margin-bottom: 20px;color: #494949;font-size: 15px;font-weight: 700;line-height: 19px;}.content p, .news-detail{margin-bottom: 25px;font-size: 13px;line-height: 22px;}.breadcrumbs{padding-bottom: 15px;}.breadcrumbs li{display: inline-block;vertical-align: middle;opacity: 0.4;font-size: 11px;font-weight: 500;margin-right: 3px;}.breadcrumbs li.active{opacity: 1;}.breadcrumbs li:after{content: "-";margin-left: 5px;}.breadcrumbs li:last-child:after{content: none;}.breadcrumbs li a{color: inherit;}.content .sidebar{width: 24%;float: left;}.sidebar_right .content .sidebar {float: right;}.content .main_block{width: 76%;float: left;padding-left: 65px;}.sidebar_right .content .main_block {padding-right: 65px;padding-left: 0px;}.content .sidebar .sidebar_title{display: block;padding-bottom: 18px;margin-bottom: 18px;color: #494949;font-size: 18px;font-weight: 700;border-bottom: 1px solid #efefef;}.content .menu{margin-bottom: 30px;}.content .menu li{list-style: none;border-bottom: 1px solid #f5f5f5;}.content .menu li a{display: block;color: #3b3b3b;padding: 15px 30px 15px 15px;font-size: 15px;font-weight: 500;position: relative;}.content .menu > li > a{}.content .menu li li a{color: #767676;font-size: 13px;}.content .menu li .open{cursor: pointer;}.content .menu li .open .fa{font-size: 12px;position: absolute;top: 18px;right: 15px;transition: .3s;-moz-transition: .3s;}.content .menu li .open.active{border: none;}.content .menu li .open.active .fa{transform: rotate(45deg);-moz-transform: rotate(45deg);}.content .menu .dropdown{display: none;background: rgba(249,249,249,.5);padding-left: 15px;}.banner{margin-bottom: 60px;}.banner img{width: 100%;}.show_more{display: inline-block;width: 100%;padding: 8px 0;margin-top: 50px;margin-bottom: 140px;margin-left: auto;margin-right: auto;background-color: #fbfbfb;border: 1px solid #d7d7d7;border-radius: 19px;text-align: center;}.show_more span{color: #494949;font-size: 13px;font-weight: 700;display: inline-block;vertical-align: middle;}.show_more span .fa{font-size: 22px;color: #494949;display: inline-block;vertical-align: middle;margin-right: 10px;}.show_more:hover{cursor: pointer;}.pag{margin-bottom: 20px;text-align: center;}.pag li{display: inline-block;vertical-align: middle;margin: 0 1px;color: #3b3b3b;font-size: 13px;font-weight: 700;transition: .3s;-moz-transition: .3s;}.pag li a{width: 38px;height: 38px;display: block;line-height: 38px;color: inherit;}.pag li.first, .pag li.right{background-color: #f0f0f0;border-radius: 50%;font-size: 18px;}.pag li.first:hover, .pag li.right:hover{color: #fff;}.pag li a.active{color: #fff;}.content_item{margin-bottom: 60px;}.content_item .photo{width: 220px;float: left;}.content_item .photo img{width: 100%;}.content_item .right{margin-left: 254px;}.content_item h3{}.content_item p {min-height: 40px;text-shadow: 0 0 15px rgba(0, 0, 0, 0.05);font-size: 13px;line-height: 19px;}.content_item .more{}.services_list > p{text-shadow: 0 0 15px rgba(0, 0, 0, 0.05);}.good{}.good .good_top{margin-bottom: 30px;}.good_top .left{width: 340px;float: left;}.good_top .right{margin-left: 385px;padding-top: 5px;}.good .detail ul{list-style: none;margin-bottom: 35px;}.good .detail ul li{margin-bottom: 8px;padding-left: 23px;position: relative;color: #3b3b3b;font-size: 13px;line-height: 18px;}.good .detail ul li:before{content: "";width: 4px;height: 4px;position: absolute;top: 8px;left: 0px;}a.news_back {margin-top: 30px;}.slider_good_top{position: relative;border: 1px solid #efefef;margin-bottom: 10px;padding: 55px 20px;}.projects_good .slider_good_top{padding: 0;}.projects_good .slider_good_top img{width: 100%;}.slider_good_top li{width: 0px;position: relative;text-align: center;}.slider_good_top .top{width: 100%;padding: 20px;position: absolute;top: 0px;left: 0px;z-index: 2;text-align: left;}.slider_good_bottom{}.detail_photo img {max-width: 100%;max-height: 100%;height: auto;width: auto;}.slider_good .bx-wrapper .bx-prev {left: -26px;margin-left: 0;background: #fbfbfb url(/bitrix/templates/production/css/../img/content/pre.png) center center no-repeat ;}.slider_good .bx-wrapper .bx-next {right: -26px;margin-right: 0;background: #fbfbfb url(/bitrix/templates/production/css/../img/content/next.png) center center no-repeat ;}.slider_good .bx-wrapper .bx-prev:hover {opacity: .7;background-color: inherit;}.slider_good .bx-wrapper .bx-next:hover{opacity: .7;background-color: inherit;}.slider_good .bx-wrapper .bx-controls-direction a {position: absolute;top: 0;bottom: auto;outline: 0;width: 26px;height: 80px;text-indent: -9999px;z-index: 999;transition: all 0.3s ease;margin-top: 0px;border-radius: 0;}#bx-pager a{display: block;height: 90px;}#bx-pager img{width: 100%;border: 1px solid #fff;}#bx-pager .active img{border: 1px solid #e20613;}.good .quantity{display: inline-block;vertical-align: middle;min-width: 91px;padding: 12px 15px;text-align: center;color: white;font-size: 22px;margin-bottom: 40px;}.good .cost{display: inline-block;vertical-align: middle;padding-left: 18px;color: #494949;font-size: 32px;margin-bottom: 40px;}.good .price{color: #494949;font-size: 36px;margin-bottom: 20px;}.good .price .old_price{color: #767676;font-size: 18px;}.good .description {margin-bottom: 30px;font-size: 13px;line-height: 20px;}.good .description > span{display: block;margin-bottom: 20px;color: #494949;font-size: 18px;font-weight: 700;}.good .description p{font-size: 13px;line-height: 20px;}.good .btn_container{max-width: 270px;margin: 0 -5px;}.projects_good .btn_container{max-width: 320px;}.good .btn_container > div{width: 49%;display: inline-block;vertical-align: top;padding: 0 5px;}.good .btn_container .btn{width: 100%;}.good .btn_container .btn.order {margin-left: 5px;margin-bottom: 5px;}.good .btn_container .btn_white{margin-left: 5px;}.good .widget{margin-top: 40px;}.good .widget img{max-width: 100%;}.good .detail {margin-bottom: 25px;font-size: 13px;line-height: 22px;}.good .detail span{display: block;margin-bottom: 15px;font-size: 13px;font-weight: 700;text-transform: uppercase;}.good .detail p{margin-bottom: 25px;font-size: 13px;line-height: 22px;}.characteristic{margin-bottom: 20px;}.characteristic > span{display: block;margin-bottom: 35px;font-size: 13px;font-weight: 700;text-transform: uppercase;}.characteristic ul{list-style: none;}.characteristic ul li{margin-bottom: 15px;font-size: 13px;line-height: 15px;}.characteristic ul li:last-child{margin-bottom: 0;}.characteristic ul li span{display: inline-block;vertical-align: top;}.characteristic ul li span:first-child{width: 285px;}.docs{}.docs .item{width: 32%;display: inline-block;vertical-align: top;}.docs.page .item {width: 49%;}.doc{margin-bottom: 50px;padding-top: 15px;padding-left: 75px;position: relative;}.doc.doc:before{content: url(/bitrix/templates/production/css/../img/content/doc.png);position: absolute;top: 0px;left: 0px;}.doc.csv:before{content: url(/bitrix/templates/production/css/../img/content/csv.png);position: absolute;top: 0px;left: 0px;}.doc.txt:before{content: url(/bitrix/templates/production/css/../img/content/txt.png);position: absolute;top: 0px;left: 0px;}.doc.pdf:before{content: url(/bitrix/templates/production/css/../img/content/pdf.png);position: absolute;top: 0px;left: 0px;}.doc.xls:before{content: url(/bitrix/templates/production/css/../img/content/xls.png);position: absolute;top: 0px;left: 0px;}.doc.jpg:before{content: url(/bitrix/templates/production/css/../img/content/jpg.png);position: absolute;top: 0px;left: 0px;}.doc.none:before{content: url(/bitrix/templates/production/css/../img/content/none.png);position: absolute;top: 0px;left: 0px;}.doc a{display: block;margin-bottom: 8px;color: #3b3b3b;font-size: 14px;font-weight: 700;}.doc span{display: block;color: #3b3b3b;font-size: 11px;}.picking{margin-top: 80px;}.picking .title_block{padding-bottom: 25px;margin-bottom: 50px;border-bottom: 1px solid #efefef;}.service_detail{margin-bottom: 65px;background-color: #3f3f3f;}.service_detail .pic{}.service_detail .pic img{width: 100%;}.service_detail .bottom{padding: 32px 30px 30px;}.service_detail .description{}.service_detail .description > span{display: block;margin-bottom: 25px;color: white;font-size: 20px;font-weight: 700;line-height: 24px;}.service_detail .description p{margin-bottom: 30px;text-shadow: 0 0 15px rgba(0, 0, 0, 0.05);color: white;font-size: 13px;line-height: 22px;}.service_detail .action{border-top: 2px solid #fff;}.service_detail .action .col{min-height: 125px;float: left;padding-top: 30px;}.service_detail .action .col:first-child{width: 75%;}.service_detail .action .col:nth-child(2){width: 25%;border-left: 2px solid #fff;text-align: right;padding-top: 50px;}.profit{padding-left: 90px;padding-right: 15px;position: relative;}.service_detail .action .btn{width: 150px;height: 38px;}.profit .circle{width: 70px;height: 70px;display: table;border-radius: 50%;overflow: hidden;position: absolute;top: 0;left: 0px;background: url(/bitrix/templates/production/css/../img/circle.png) center center no-repeat;text-align: center;}.profit .circle > span{display: table-cell;vertical-align: middle;font-size: 38px;}.profit > span{display: block;margin-bottom: 10px;color: white;font-size: 20px;font-weight: 700;}.profit p{margin-bottom: 0;color: white;font-size: 13px;line-height: 20px;}.text_block {margin-bottom: 0;color: white;font-size: 13px;line-height: 20px;}.action .price{display: inline-block;color: #fff;text-align: left;font-size: 24px;}.action .price .old_price{display: block;margin-top: 15px;margin-left: 0;font-size: 18px;}.gallery, .reviews_in{margin-top: 60px;}.gallery .title, .reviews_in .title, .docs .title, .title_block_small{display: block;color: #494949;font-size: 28px;font-weight: 700;padding-bottom: 25px;margin-bottom: 50px;border-bottom: 1px solid #efefef;}.gallery .pic{height: 159px;background-position: center center;background-repeat: no-repeat;background-size: cover;border-bottom: 1px solid #efefef;}.jack{margin-top: 40px;margin-bottom: 70px;padding: 30px 30px 30px 45px;background-color: #3f3f3f;}.jack .left{width: 220px;float: left;}.jack .right{margin-left: 220px;padding-left: 60px;border-left: 2px solid #fff;}.jack .left span{display: block;padding-top: 25px;color: white;font-size: 20px;font-weight: 700;line-height: 30px;}.jack .photo{width: 115px;height: 115px;overflow: hidden;border-radius: 50%;float: left;}.jack .photo img{width: 100%;}.jack .description{margin-left: 148px;padding-right: 70px;position: relative;}.jack .name{display: block;margin-bottom: 5px;color: white;font-size: 15px;font-weight: 700;line-height: 22px;}.jack .post{display: block;margin-bottom: 15px;color: white;font-size: 11px;}.jack .phone{display: block;margin-bottom: 5px;color: white;font-size: 19px;}.jack .mail{display: block;font-size: 12px;}.jack .soc{display: inline-block;vertical-align: middle;position: absolute;top: 0px;right: 0px;}.jack .soc li{display: inline-block;vertical-align: middle;margin-left: 9px;}.jack .soc li:first-child{margin-left: 0;}.jack .soc li a{width: 30px;height: 30px;display: block;border-radius: 50%;transition: .3s;-moz-transition: .3s;color: white;font-size: 15px;text-align: center;line-height: 30px;}.jack .soc li a:hover{color: #3f3f3f;background: #fff;}.comments{margin-top: 65px;}.comments .title{display: block;color: #494949;font-size: 28px;font-weight: 700;margin-bottom: 50px;}.comments form{max-width: 675px;}.comments .btn{margin-top: 25px;padding: 0 25px;height: 38px;}.advantages{width: 100%;background-color: #f9f9f9;margin-bottom: 10px;}.advantages_in{background-color: #fff;margin-bottom: 55px;border: 1px solid #efefef;}.advantages .item{width: 25%;height: 118px;float: left;border-left: 1px solid #efefef;}.advantages_in .item{width: 33.33%;border: none;}.advantages .item > div{width: 100%;height: 100%;display: table;}.advantages .item > div > div{display: table-cell;vertical-align: middle;}.advantages .item .icon{display: inline-block;vertical-align: middle;width: 37%;text-align: center;font-size: 3em;}.advantages .item .icon img{}.advantages .item span{width: 61%;display: inline-block;vertical-align: middle;color: #3b3b3b;font-size: 15px;font-weight: 700;line-height: 20px;}.services{width: 100%;background-color: #fff;padding-top: 55px;}.services_in{padding-top: 0;}.services .title_block{display: inline-block;vertical-align: top;}.more{display: inline-block;font-size: 13px;font-weight: 700;line-height: 19px;}.more span{padding-bottom: 2px;transition: .3s;-moz-transition: .3s;color: #494949;}.more:hover span{border-color: transparent;}.services .more{margin-top: 10px;float: right;}.services .items{margin: 0 -15px;}.services_in .items{margin: 0 -10px;}.services .item{width: 33.33%;float: left;padding: 0 15px;margin-bottom: 30px;}.services_in .item{width: 50%;padding: 0 10px;margin-bottom: 20px;}.services .item .pic{height: 220px;background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;z-index: 1;}.services .item .description{height: 105px;padding: 40px 25px 20px;position: relative;z-index: 2;background: #fff;transition: .3s;-moz-transition: .3s;border: 1px solid #efefef;}.services_in .item .description{min-height: 225px;}.services_in.detail_list .item .description {min-height: 150px;}.services .item:hover .description{box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);}.services .item .name{display: block;padding: 10px 0 10px 15px;width: 100%;max-width: 80%;color: white;font-size: 16px;font-weight: 700;line-height: 20px;position: absolute;top: -45px;left: 10px;z-index: 2;}.services .item p{font-size: 13px;line-height: 20px;overflow: hidden;color: #494949;margin-bottom: 10px;}.services .item ul{width: 100%;display: inline-block;vertical-align: top;list-style: none;}.services .item ul li{margin-top: 10px;color: #767676;font-size: 13px;font-weight: 400;display: block;}.services .item ul li a{font-weight: 500;}.services .item .more {float: none;bottom: 20px;position: absolute;}.projects{padding-top: 0;}.projects .title_block{display: inline-block;vertical-align: top;}.projects .items{margin: 0 -10px;}.projects .item{width: 50%;float: left;padding: 0 10px;margin-bottom: 20px;}.projects .item .pic{height: 220px;background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;z-index: 1;}.projects .item .description{height: 155px;padding: 30px 25px 20px;position: relative;z-index: 2;background: #fff;transition: .3s;-moz-transition: .3s;border: 1px solid #efefef;}.projects .item:hover .description{box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);}.projects .item .name{display: block;padding: 10px 0 10px 15px;width: 100%;max-width: 260px;color: white;font-size: 16px;font-weight: 700;line-height: 20px;position: absolute;top: -45px;left: 10px;z-index: 2;}.projects .item p{height: 57px;font-size: 13px;line-height: 20px;overflow: hidden;}.projects .item ul{width: 49%;display: inline-block;vertical-align: top;height: 65px;list-style: none;}.projects .item ul li{margin-top: 15px;color: #767676;font-size: 13px;font-weight: 400;}.projects .item ul li a{color: inherit;}.projects .item .more{float: none;}.projects_list{}.projects_list .items{margin: 0 -10px;}.projects_list .item{width: 33.33%;float: left;padding: 0 10px;margin-bottom: 20px;}.picking .projects_list .item{width: 100%;padding: 0;}.projects_list .item .pic{height: 178px;}.projects_list .item .description{min-height: 140px;padding: 20px;position: relative;z-index: 2;background: #fff;transition: .3s;-moz-transition: .3s;border: 1px solid #efefef;}.projects_list .item:hover .description{box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);}.projects_list .item .title{display: block;height: 35px;margin-bottom: 15px;font-size: 14px;font-weight: 700;line-height: 20px;color: #3b3b3b;}.projects_list .item .title a{color: inherit;}.projects_list .item .quantity {display: block;vertical-align: middle;min-width: 91px;padding: 12px 15px;text-align: center;color: white;font-size: 19px;margin: 0 -20px;}.projects_list .item .cost {display: block;vertical-align: middle;padding-left: 18px;color: #3b3b3b;font-size: 20px;text-align: center;margin-top: 15px;}.catalog_list{width: 100%;background-color: #fff;padding-top: 50px;padding-bottom: 40px;}.catalog_list .title_block{display: inline-block;vertical-align: top;}.catalog_list .more{margin-top: 10px;float: right;}.catalog_list .items{}.catalog_list .item{width: 50%;float: left;padding: 30px 30px 30px 40px;-moz-transition: .3s;border: 1px solid #efefef;transition: box-shadow ease .3s,border ease-out .3s;zoom: 1;margin: 0 0 -1px -1px;min-height: 220px;}.catalog_list .item:hover{box-shadow: 0 0 20px rgba(0,0,0,.1);}.catalog_list .item:nth-child(even){border-left: 1px solid #efefef;}.catalog_list .item .left{width: 165px;float: left;}.catalog_list_in .item .left{width: 125px;}.catalog_list .item .right{margin-left: 165px;}.catalog_list_in .item .right{margin-left: 150px;}.catalog_list .item .pic {padding-right: 20px;}.index_page .catalog_list .item .pic {padding-right: 0px;}.catalog_list .item .pic > div{}.catalog_list .item .pic img{max-width: 100%;}.catalog_list .item .title{display: block;margin-bottom: 18px;font-size: 15px;font-weight: 700;line-height: 21px;}.catalog_list .item .title a{color: inherit;}.catalog_list .item ul{list-style: none;width: 49%;display: inline-block;vertical-align: top;}.catalog_list_in .item ul{width: 100%;}.catalog_list .item ul li{margin-bottom: 14px;font-size: 14px;line-height: 16px;color: #767676;transition: .3s;-moz-transition: .3s;}.catalog_list .item p{margin-bottom: 14px;font-size: 14px;line-height: 16px;color: #767676;transition: .3s;-moz-transition: .3s;}.catalog_list_in .item ul li{font-size: 13px;margin-bottom: 12px;}.catalog_list .item ul li a{color: inherit;}.catalog_list .item ul li a:hover{}.catalog_list.line .items {border: none;}.catalog_list.line .item {width: 25%;height: auto;border: 1px solid #f2f2f2;transition: box-shadow ease .2s,border ease-out .2s;zoom: 1;margin: 0 0 -1px -1px;min-height: 240px;}.catalog_list.line .top {width: 100%;text-align: center;margin: 0px auto;min-height: 130px;}.catalog_list.line .item .pic img {max-height: 130px;}.catalog_list.line .item:hover .pic img {transform: scale(1.1);transition-duration: 0.5s;}.catalog_list.line .bottom {text-align: center;}.catalog_list.line .item .title {margin-bottom: 0px;margin-top: 18px;font-size: 16px;font-weight: 500;}.catalog_list.line .description {margin-top: 10px;font-size: 13px;text-align: left;color: #767676;}.popular{width: 100%;background-color: #fff;padding-top: 50px;padding-bottom: 40px;}.tabs_caption{margin-bottom: 50px;border-bottom: 1px solid #efefef;}.tabs_caption li {display: inline-block;line-height: 20px;vertical-align: middle;padding-bottom: 5px;margin-bottom: 10px;margin-right: 35px;cursor: pointer;border-bottom: 2px solid transparent;font-size: 18px;font-weight: 700;transition: .3s;-moz-transition: .3s;}.tabs_caption li.active {padding-bottom: 15px;margin-bottom: 0px;}.tabs_caption li:first-child{margin-left: 0;}.tabs_caption li a {color: #3b3b3b;}.tabs_content{display: none;}.tabs_content.active{display: block;}.catalog_items{}.tile{margin: 0 -15px;}.tile_in{margin: 0 -10px;}.catalog_items_list .tile, .catalog_items_table .tile{margin: 0;}.tile .item{width: 25%;float: left;height: 410px;padding: 0;margin: 0 0 -1px -1px;position: relative;}.catalog_items .item{}.catalog_items_list .tile .item{width: 100%;float: none;height: 210px;margin-bottom: 20px;}.catalog_items_table .tile .item{width: 100%;float: none;height: 98px;margin-bottom: 0px;}.tile_in .item{width: 33.33%;padding: 0px;}.catalog_items .item:hover{z-index: 3;}.catalog_items .item > div{height: 410px;border: 1px solid #efefef;overflow: hidden;transition: .3s;-moz-transition: .3s;position: relative;}.catalog_items .item:hover > div {box-shadow: 0 0 20px rgba(0,0,0,.1);}.catalog_items_table .item > div{border-bottom: 0;}.catalog_items_table .item:last-of-type > div{border-bottom: 1px solid #efefef;}.catalog_items_list .item > div{height: 210px;overflow: visible;}.catalog_items_table .item > div{height: 98px;overflow: visible;}.catalog_items .item > div:hover{height: auto;overflow: visible;}.catalog_items_list .item > div:hover{height: 210px;}.catalog_items_table .item > div:hover{height: 98px;}.slider_catalog .item > div:hover{height: 385px;overflow: hidden;}.catalog_items .top{width: 100%;padding: 20px;position: absolute;top: 0px;left: 0px;z-index: 2;}.catalog_items_list .top{max-width: 228px;}.shild{display: inline-block;vertical-align: middle;padding: 5px 5px;margin-bottom: 5px;margin-right: 5px;color: white;font-size: 12px;font-weight: 700;}.shild.blue{background-color: #f1bc1a;}.shild.red{background-color: #f4484c;}.shild.sky{background-color: #393fcb;}.catalog_items .item .pic {height: 264px;padding: 20px 20px 20px;background-color: white;line-height: 230px;margin: 0 auto;position: relative;background: #fff;max-height: 264px;}.catalog_items .item:hover .pic img {transform: scale(1.1);transition-duration: 0.5s;}.catalog_items_list .item .pic{width: 228px;height: 100%;float: left;}.catalog_items_table .item .pic{width: 110px;height: 100%;float: left;padding: 15px;}.catalog_items .item .pic a {text-align: center;margin: auto;display: block;}.catalog_items .item .pic img {max-width: 100%;vertical-align: middle;max-height: 100%;display: inline-block;zoom: 1;height: auto;width: auto;}.catalog_items_list .item .pic img, .catalog_items_table .item .pic img{width: 100%;}.catalog_items .item .description{padding: 20px;background-color: white;position: relative;}.catalog_items_list .item .description{padding: 27px 175px 10px 27px;border-top: none;border-left: 1px solid #efefef;margin-left: 228px;height: 100%;}.catalog_items_table .item .description{padding: 15px;border-top: none;border-left: 1px solid #efefef;margin-left: 110px;height: 100%;}.catalog_items .item .name{display: block;height: 60px;margin-bottom: 10px;font-size: 14px;font-weight: 700;line-height: 20px;overflow: hidden;}.catalog_items_table .item .name{width: 48%;display: inline-block;vertical-align: top;padding-top: 15px;height: auto;}.catalog_items .item .name a{color: inherit;}.catalog_items .item p{font-size: 11px;line-height: 18px;padding-right: 25px;}.catalog_items .item .bottom{margin: 0 -5px;z-index: 2;}.catalog_items_list .item .bottom{width: 175px;height: 100%;position: absolute;top: 0px;right: 0px;padding-top: 95px;text-align: center;border-left: 1px solid #efefef;}.catalog_items_table .item .bottom{width: 33%;display: inline-block;vertical-align: top;padding-top: 15px;}.catalog_items .item .bottom > div{width: 49%;display: inline-block;vertical-align: top;padding: 0 5px;}.catalog_items_list .item .bottom > div{width: 100%;max-width: 116px;margin: 0 auto;display: block;padding: 0;}.catalog_items .item .bottom .btn{width: 100%;}.availability{display: block;margin-bottom: 15px;padding-left: 15px;position: relative;font-size: 11px;}.catalog_items_table .availability{position: absolute;top: 15px;left: 15px;}.availability.presence:before{content: "";width: 8px;height: 8px;background-color: #36e373;border-radius: 50%;position: absolute;top: 1px;left: 0px;}.availability.nostock:before{content: "";width: 8px;height: 8px;background-color: #f4484c;border-radius: 50%;position: absolute;top: 1px;left: 0px;}.availability.pending:before{content: "";width: 8px;height: 8px;background-color: turquoise;border-radius: 50%;position: absolute;top: 1px;left: 0px;}.availability.un_order:before{content: "";width: 8px;height: 8px;background-color: #ccc;border-radius: 50%;position: absolute;top: 1px;left: 0px;}.availability.discontinued:before{content: "";width: 8px;height: 8px;background-color: red;border-radius: 50%;position: absolute;top: 1px;left: 0px;}.price{display: block;margin-bottom: 19px;font-size: 19px;}.catalog_items_list .price{position: absolute;top: 0px;right: 0px;width: 170px;padding-top: 27px;text-align: center;}.catalog_items_table .price{width: 18%;display: inline-block;vertical-align: top;padding-top: 15px;}.price .old_price{margin-left: 10px;color: red;font-size: 13px;text-decoration: line-through;}.catalog_items_list .price .old_price{display: block;}.amount{width: 100%;position: relative;}.amount input{width: 100%;padding: 0 30px;height: 38px;color: #494949;font-size: 16px;font-weight: 700;text-align: center;background-color: #efefef;border-radius: 3px;}.amount .act{border: none;background: none;display: inline-block;color: #494949;font-size: 14px;position: absolute;}.amount .minus{left: 8px;top: 10px;}.amount .plus{right: 8px;top: 10px;}.blog{width: 100%;background-color: #f9f9f9;padding-top: 60px;padding-bottom: 10px;}.blog_in, .blog_papers{padding-top: 0;padding-bottom: 0;background: #fff;}.blog .title_block{display: inline-block;vertical-align: top;}.blog .more{margin-top: 10px;float: right;}.blog .border{border-top: 1px solid #efefef;}.blog .items{margin: 0 -15px;padding-top: 50px;}.blog_in .items{margin: 0 -10px;padding-top: 0;}.blog .item{width: 25%;float: left;padding: 0 15px;margin-bottom: 30px;}.blog_in .item{width: 33.33%;padding: 0 10px;margin-bottom: 20px;}.blog .item .pic{height: 160px;background-position: center center;background-repeat: no-repeat;background-size: cover;}.blog_in .item .pic{height: 190px;}.blog_papers .item .pic{height: 220px;}.blog .item .pic a{display: block;width: 100%;height: 100%;}.blog .item .description{padding: 15px 20px;background-color: white;border: 1px solid #efefef;transition: .3s;-moz-transition: .3s;}.blog .item:hover .description{box-shadow: 0 0 20px rgba(0,0,0,.1);}.blog .item .theme{display: inline-block;vertical-align: top;font-size: 11px;text-transform: uppercase;}.blog .item .theme a{color: inherit;}.blog .item .date{display: inline-block;float: right;color: #767676;font-size: 11px;}.blog .item .title{display: block;height: 55px;margin-top: 10px;color: #3b3b3b;font-size: 13px;font-weight: 700;line-height: 18px;overflow: hidden;}.blog .item .title a{color: inherit;}.info_block{width: 100%;background-color: #fff;padding-top: 30px;padding-bottom: 30px;}.info_block .left{width: 68%;float: left;padding-right: 130px;}.info_block .right{width: 32%;float: left;}.about{}.about .pic{}.about .pic img{width: 100%;}.about p{margin-top: 30px;font-size: 13px;line-height: 20px;}.about p:last-of-type{margin-bottom: 0;}.news{}.news .title_block{display: inline-block;vertical-align: top;}.news .more{margin-top: 10px;float: right;}.news .items{background-color: white;border: 1px solid #efefef;}.news .item{padding: 15px;border-bottom: 1px solid #efefef;}.news .item:hover {box-shadow: 0 0 20px rgba(0,0,0,.1);}.news .item:last-child{border-bottom: none;}.news .item .photo{width: 80px;height: 80px;float: left;border-radius: 50%;overflow: hidden;}.news .item .photo img{}.news .item .description{margin-left: 100px;padding-top: 10px;}.news .item .date{display: block;margin-bottom: 10px;color: #767676;font-size: 11px;}.news .item .title{display: block;color: #3b3b3b;font-size: 13px;font-weight: 700;line-height: 18px;}.news .item .title a{color: inherit;}.news_detail {font-size: 13px;line-height: 22px;margin-bottom: 25px;}.home_form {padding-bottom: 60px;padding-top: 30px;}.ques{padding: 40px 130px;background-color: #3f3f3f;}.ques_in{padding: 40px;}.ques .left{width: 70%;float: left;border-right: 2px solid #fff;}.ques_in .left{width: 65%;}.ques .right{width: 30%;float: left;padding-left: 80px;padding-top: 20px;}.ques_in .right{width: 35%;padding-left: 50px;}.ques .sign{width: 75px;height: 75px;display: table;background-color: #f9f9f9;border-radius: 50%;text-align: center;float: left;}.ques .sign span{display: table-cell;vertical-align: middle;color: #393fcb;font-family: Lucida Sans Unicode, Lucida Grande, sans-seri;font-size: 55px;}.ques .description{margin-left: 100px;color: white;}.ques .title{display: block;margin-bottom: 5px;color: white;font-size: 28px;font-weight: 700;line-height: 32px;}.ques p{margin-bottom: 0;color: white;font-size: 13px;line-height: 20px;}.ques .btn{width: 180px;}.reviews{padding-top: 80px;padding-bottom: 125px;background-color: #fff;}.reviews_in{padding-top: 0;padding-bottom: 0;}.reviews_items{padding-top: 50px;border-top: 1px solid #efefef;}.reviews_nonslider .reviews_item{margin-bottom: 30px;}.reviews_item .top{padding: 0 35px 20px;position: relative;}.reviews .soc{display: inline-block;position: absolute;top: 10px;right: 10px;}.reviews .soc li{display: inline-block;vertical-align: middle;margin-left: 5px;}.reviews .soc li:first-child{margin-left: 0;}.reviews .soc li a{width: 30px;height: 30px;display: block;border-radius: 50%;transition: .3s;-moz-transition: .3s;color: white;font-size: 15px;text-align: center;line-height: 30px;}.reviews .soc li a:hover{color: #3f3f3f;background-color: #f0f0f0;}.reviews_item .photo{width: 68px;height: 68px;border-radius: 50%;float: left;overflow: hidden;}.reviews_item .photo img{}.reviews_item .right{margin-left: 90px;padding-top: 10px;}.reviews_item .name{display: block;margin-bottom: 5px;font-size: 15px;font-weight: 700;line-height: 18px;}.reviews_item .post{display: block;color: #767676;font-size: 11px;}.reviews_item .bottom{min-height: 180px;padding: 35px 35px 15px 85px;position: relative;background-color: white;border: 1px solid #efefef;}.reviews_item .quote{font-size: 34px;position: absolute;top: 35px;left: 32px;}.reviews_item p{margin-bottom: 20px;color: #767676;font-size: 13px;line-height: 20px;}.reviews_item p:last-child{margin-bottom: 0;}.partners {width: 100%;background-color: #fff;padding-top: 65px;padding-bottom: 70px;position: relative;}.partners_item{width: 100%;height: 125px;display: table;text-align: center;background-color: white;border: 1px solid #efefef;}.partners_item > div{display: table-cell;vertical-align: middle;}.owl-carousel .owl-stage-outer{padding-left: 5px;margin-right: -10px;}.reviews_in .owl-carousel .owl-stage-outer, .gallery .owl-carousel .owl-stage-outer{padding-left: 0;margin-right: 0;}.owl-controls{width: 85px;z-index: 9;}.owl-controls .owl-prev{width: 38px;height: 38px;border-radius: 50%;position: absolute;top: -154px;right: 50px;background-color: rgba(0,0,0,.2);background-image: url(/bitrix/templates/production/css/../img/slider/pre.png);background-position: 13px center;background-repeat: no-repeat;text-indent: -9999px!important;transition: .3s;-moz-transition: .3s;}.owl-controls .owl-next{width: 38px;height: 38px;border-radius: 50%;position: absolute;top: -154px;right: 0px;background-color: rgba(0,0,0,.2);background-image: url(/bitrix/templates/production/css/../img/slider/next.png);background-position: 15px center;background-repeat: no-repeat;text-indent: -9999px!important;transition: .3s;-moz-transition: .3s;}.partners .owl-controls .owl-prev, .partners .owl-controls .owl-next{top: -103px;}.picking .owl-controls .owl-prev, .picking .owl-controls .owl-next{top: -115px;}.gallery .owl-controls .owl-prev, .gallery .owl-controls .owl-next, .reviews_in .owl-controls .owl-prev, .reviews_in .owl-controls .owl-next{top: -110px;}.owl-dots{width: 100%;position: absolute;bottom: -58px;text-align: center;}.owl-dot{width: 25px;height: 10px;display: inline-block;vertical-align: middle;border-radius: 1px;margin: 0 5px;}.owl-carousel .owl-item img{width: auto;display: inline-block;}.map_main {width: 100%;background-color: #ccc;height: 700px;position: relative;}.map_main .container{width: 100%;position: absolute;top: 0px;left: 0px;}.map_main .chisel{max-width: 340px;padding: 45px 30px 45px 55px;background: #fff;position: absolute;}.map_contacts .chisel{padding: 30px;max-width: 345px;margin-top: 50px;}.map_main .chisel h2{margin-bottom: 35px;color: #494949;font-size: 28px;font-weight: 700;}.map_contacts .chisel h2{font-size: 24px;}.map_main .chisel .place{padding-left: 55px;margin-bottom: 35px;position: relative;font-size: 13px;line-height: 20px;}.map_main .btn{width: 100%;}.map_main .chisel .place:before{content: url(/bitrix/templates/production/css/../img/header/place.png);position: absolute;top: 0px;left: 0px;}.map_main .chisel .mail{padding-left: 55px;margin-bottom: 35px;position: relative;font-size: 13px;line-height: 16px;}.map_main .chisel .mail a{color: #494949;}.map_main .chisel .mail:before{content: url(/bitrix/templates/production/css/../img/header/mail.png);position: absolute;top: -10px;left: 0px;}.map_main .chisel .phone{padding-left: 55px;position: relative;}.map_main .chisel .phone:before{content: url(/bitrix/templates/production/css/../img/header/phone.png);position: absolute;top: 0px;left: 0px;}.map_main .chisel .phone .big{display: block;margin-bottom: 5px;font-size: 19px;font-weight: 500;color: #202020;}.map_main .chisel .phone .big span{color: #b3b3b3;}.map_main .chisel .phone .small{display: block;font-size: 14px;font-weight: 500;color: #202020;}.map_main .chisel .phone .small span{color: #b3b3b3;}.about_company{}.news_detail .pic_main, .about_company .pic_main{margin-bottom: 20px;padding-top: 10px;}.about_company .pic_main img, .news_detail .pic_main img{width: 100%;border: 1px solid #efefef;}.news_detail h2, .about_company h2, .why h2{margin-bottom: 25px;}.why{margin-bottom: 55px;background-color: #fcfcfc;}.why .top{padding: 30px;border-bottom: 1px solid #efefef;}.why .bottom{padding: 30px 30px 5px 30px;}.why .items{}.why .item{width: 49%;display: inline-block;vertical-align: top;margin-bottom: 30px;}.why .item .icon{width: 19%;display: inline-block;vertical-align: middle;}.why .item span{width: 70%;display: inline-block;vertical-align: middle;font-size: 14px;font-weight: 500;line-height: 20px;}.progress{}.progress .items{margin: 0 -10px;}.progress .item{width: 25%;float: left;padding: 0 10px;margin-bottom: 30px;text-align: center;}.progress .item .num{width: 90px;height: 90px;display: inline-block;margin-bottom: 20px;background-color: white;border-radius: 50%;box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);font-size: 36px;font-weight: 700;text-transform: uppercase;position: relative;}.progress .item .num:before{content: "";width: 90px;height: 1px;border-bottom: 1px dashed #efefef;position: absolute;top: 50%;left: 100%;margin-left: 15px;}.progress .item:last-child .num:before{content: none;}.progress .item .num > div{width: 100%;height: 100%;display: table;}.progress .item .num span{display: table-cell;vertical-align: middle;}.progress .item > span{display: block;color: #3b3b3b;font-size: 14px;font-weight: 500;line-height: 20px;}.partners_list{}.partners_list .items{}.partners_list .item{width: 33.33%;height: 350px;float: left;transition: .3s;-moz-transition: .3s;border: 1px solid #efefef;}.partners_list .item:hover {box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);}.partners_list .item .pic{width: 100%;height: 100px;display: table;border-bottom: 1px solid #efefef;text-align: center;}.partners_list .item .pic > div{display: table-cell;vertical-align: middle;}.partners_list .item .pic img{max-width: 100%;}.partners_list .item .description{padding: 20px;}.partners_list .item .name{display: block;margin-bottom: 10px;color: #3b3b3b;font-size: 14px;font-weight: 700;line-height: 20px;}.partners_list .item .name a{color: inherit;}.partners_list .item p{height: 85px;margin-bottom: 5px;overflow: hidden;color: #767676;font-size: 11px;line-height: 17px;}.partners_list .item .partners_contacts{padding: 15px;background-color: #fcfcfc;margin-right: -20px;}.partners_list .item .mail{display: block;margin-bottom: 3px;font-size: 11px;line-height: 14px;}.partners_list .item .partners_contacts span{display: block;font-size: 11px;color: #3b3b3b;line-height: 14px;}.partners_list .item .partners_contacts .phone{margin-bottom: 3px;}.worker{}.worker .items{}.worker .item{width: 33.33%;height: 360px;float: left;padding: 25px;transition: .3s;-moz-transition: .3s;border: 1px solid #efefef;position: relative;}.worker .item:hover {box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);}.worker .soc{display: inline-block;position: absolute;top: 20px;right: 20px;}.worker .soc li{display: inline-block;vertical-align: middle;margin-left: 5px;}.worker .soc li:first-child{margin-left: 0;}.worker .soc li a{width: 30px;height: 30px;display: block;border-radius: 50%;transition: .3s;-moz-transition: .3s;color: white;font-size: 15px;text-align: center;line-height: 30px;}.worker .soc li a:hover{color: #3f3f3f;background-color: #f0f0f0;}.worker .item .photo{width: 110px;height: 110px;border-radius: 50%;overflow: hidden;margin-bottom: 20px;}.worker .item .photo img{width: 100%;}.worker .item .name{display: block;margin-bottom: 10px;font-size: 15px;font-weight: 700;line-height: 22px;}.worker .item .post{display: block;margin-bottom: 15px;color: #767676;font-size: 11px;}.worker .item p{height: 55px;margin-bottom: 15px;color: #3b3b3b;font-size: 11px;line-height: 17px;}.worker .item .phone{display: block;margin-bottom: 5px;color: #3b3b3b;font-size: 19px;}.worker .item .mail{display: block;color: #494fcf;font-size: 12px;}.vacancy{}.accardion_item .full{padding-left: 35px;display: none;}.accardion_item:first-of-type .full{display: block;}.accardion{margin-bottom: 65px;}.accardion_item{}.accardion_item .top{padding-top: 20px;padding-bottom: 20px;padding-left: 35px;position: relative;}.accardion_item .plus{width: 35px;height: 100%;position: absolute;top: 0px;left: 0px;}.accardion_item .plus > div{width: 100%;height: 100%;display: table;}.accardion_item .plus > div > div{display: table-cell;vertical-align: middle;}.accardion_item .plus .fa{font-size: 14px;transition: .3s;-moz-transition: .3s;}.accardion_item.active .plus .fa{transform: rotate(45deg);-moz-transform: rotate(45deg);}.accardion .title{display: inline-block;vertical-align: middle;color: #3b3b3b;font-size: 14px;font-weight: 700;line-height: 16px;}.accardion .salary{display: inline-block;float: right;color: #3b3b3b;font-size: 16px;}.accardion_item .description{padding: 25px;background-color: rgba(249,249,249,.5);font-size: 13px;line-height: 22px;}.accardion_item .sub{display: block;margin-bottom: 15px;font-size: 13px;font-weight: 700;text-transform: uppercase;}.list{list-style: none;margin-bottom: 35px;}.list li{margin-bottom: 8px;padding-left: 23px;position: relative;color: #3b3b3b;font-size: 13px;line-height: 18px;}.list li:before{content: "";width: 4px;height: 4px;position: absolute;top: 8px;left: 0px;}.list_disk{list-style: none;margin-bottom: 35px;}.list_disk li{margin-bottom: 20px;padding-left: 23px;position: relative;color: #3b3b3b;font-size: 13px;line-height: 20px;}.list_disk li:before{content: "";width: 8px;height: 8px;position: absolute;top: 8px;left: 0px;border-radius: 50%;}.accardion_item .btn{padding-left: 22px;padding-right: 22px;margin-top: 25px;color: #fff !important;}.basket.page table{width: 100%;}.basket.page table thead{background-color: rgba(249,249,249,.8);}.basket.page table thead tr{}.basket.page table thead tr td{padding: 25px 35px;color: #494949;font-size: 16px;font-weight: 500;vertical-align: middle;}.basket.page table tbody tr td{padding: 25px 35px;vertical-align: middle;border-left: none;border-right: none;font-weight: 400;}.basket.page table tbody tr:hover td{background-color: rgba(249,249,249,.35);}.basket.page table tbody tr td:first-child{max-width: 450px;text-align: left;}.basket.page table tbody .basket_item td{position: relative;}.basket.page table tbody .basket_item td.buy_block {display: table-cell;}.basket.page .photo {width: 90px;height: 90px;padding: 0 10px;background-color: white;border: 1px solid #efefef;float: left;text-align: center;display: block;vertical-align: middle;line-height: 85px;}.basket.page .photo img {width: 100%;display: inline-block;vertical-align: middle;}.basket.page .description{padding-top: 15px;text-align: left;}.basket.page .description .name{display: block;margin-bottom: 5px;color: #3b3b3b;font-size: 16px;font-weight: 700;text-align: left;line-height: 22px;line-height: 20px;padding: 0;}.basket.page .price{font-family: Montserrat;}.basket.page .amount{width: 109px;}.basket.page .del{font-size: 22px;display: inline-block;padding: 0;text-align: center;}.basket.page .total{margin-bottom: 45px;padding: 35px 0px;border-bottom: 1px solid #efefef;text-align: right;}.basket.page .total span{display: inline-block;color: #494949;font-size: 16px;font-weight: 700;text-transform: uppercase;}.basket.page .total .sum{min-width: 180px;margin-left: 40px;color: #3b3b3b;font-size: 24px;font-weight: 700;text-transform: none;text-align: left;}.basket.page .btn_container > div{display: inline-block;vertical-align: top;}.basket.page .btn_container > div:last-child{float: right;}.basket.page .btn_container .btn{width: 180px;height: 38px;}.offices{}.offices .map_in{height: 230px;margin-bottom: 40px;background: #ccc;border: 1px solid #efefef;}.offices .items{}.offices .item{width: 50%;height: 260px;float: left;padding: 30px;transition: .3s;-moz-transition: .3s;border: 1px solid #efefef;position: relative;}.offices .item:hover {box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);}.offices .item .place{position: relative;padding-left: 50px;}.offices .item .place .icon{position: absolute;top: 0px;left: 0px;font-size: 38px;}.offices .item .name{margin-bottom: 10px;display: block;color: #494949;font-size: 18px;font-weight: 700;}.offices .item .place p{height: 60px;margin-bottom: 10px;color: #767676;font-size: 11px;line-height: 18px;}.offices .item .time{display: block;margin-bottom: 25px;color: #767676;font-size: 11px;line-height: 18px;text-transform: uppercase;padding-left: 50px;}.offices .item .time span{display: block;color: #494949;font-size: 15px;text-transform: none;}.offices .item .phone{display: block;margin-bottom: 5px;color: #3b3b3b;font-size: 19px;padding-left: 50px;}.offices .item .mail{display: block;font-size: 12px;padding-left: 50px;}.price_list h2{margin-bottom: 30px;}.price_list .item{margin-bottom: 65px;}.table_price table{width: 100%;}.table_price table tr td{padding: 20px 0;vertical-align: middle;}.table_price table tr td:first-child{padding-left: 20px;}.table_price table tr td:nth-child(3){width: 140px;}.table_price table tr td:last-child{padding-right: 20px;width: 140px;}.table_price table thead tr td{color: white;color: #494949;font-size: 15px;font-weight: 500;background: rgba(249,249,249,.8);}.table_price table tbody tr td{color: #494949;font-size: 14px;font-weight: 400;line-height: 20px;}.table_price table tbody tr:nth-child(odd){background: rgba(249,249,249,.25);}.table_price table tbody tr .top{font-weight: 500;text-transform: uppercase;text-align: center;background: rgba(239,239,239,.6);}.reference{margin-bottom: 30px;}.reference li{display: inline-block;vertical-align: top;margin-right: 10px;margin-bottom: 10px;background-color: #fcfcfc;border-radius: 3px;color: #7f7f7f;font-size: 11px;font-weight: 500;text-transform: uppercase;}.reference li a{display: block;padding: 10px;border-radius: 3px;color: inherit;transition: .3s;-moz-transition: .3s;}.reference li.active a, .reference li:hover a{color: #fff;}.paper{margin-bottom: 65px;margin-top: -30px;}.paper .pic_main{margin-bottom: 27px;}.paper .pic_main img{max-width: 100%;}.paper .widget {float: right;}.paper .gallery {margin-top: 20px;margin-bottom: 20px;}.detail_text {margin-bottom: 25px;font-size: 13px;line-height: 22px;}.detail_text ul {list-style: none;margin-bottom: 30px;padding-left: 10px;}.detail_text li {margin-bottom: 8px;padding-left: 10px;position: relative;color: #3b3b3b;font-size: 13px;line-height: 18px;}.detail_text li:before {content: "";width: 5px;height: 5px;position: absolute;top: 8px;left: 0px;}.detail_text h2 {margin-bottom: 20px;}.detail_text h4 {margin-bottom: 15px;color: #494949;font-size: 14px;}.published {display: block;margin-top: 10px;color: #7f7f7f;font-size: 11px;font-weight: 500;text-transform: uppercase;float: left;width: 50%;}.contacts_in{}.contacts_in .items{margin: 0 -10px;}.contacts_in .item{width: 25%;float: left;padding: 0 10px 0 60px;position: relative;}.contacts_in .item.icon_1:before{content: url(/bitrix/templates/production/css/../img/header/place.png);position: absolute;top: -2px;left: 0px;}.contacts_in .item.icon_2:before{content: url(/bitrix/templates/production/css/../img/header/mail.png);position: absolute;top: -2px;left: 0px;}.contacts_in .item.icon_3:before{content: url(/bitrix/templates/production/css/../img/header/phone.png);position: absolute;top: -2px;left: 0px;}.contacts_in .item.icon_4:before{content: url(/bitrix/templates/production/css/../img/header/time.png);position: absolute;top: -2px;left: 0px;}.contacts_in .item span{display: block;margin-bottom: 15px;color: #3b3b3b;font-size: 16px;font-weight: 700;}.contacts_in .item .phone span {margin-bottom: 0;color: #3b3b3b;font-size: 15px;line-height: 19px;display: inline-block;font-weight: 500;}.contacts_in .item p{margin-bottom: 0;color: #3b3b3b;font-size: 14px;line-height: 19px;}.contacts_in .item a{display: block;font-size: 14px;line-height: 19px;}.error_404{background: url(/bitrix/templates/production/css/../img/content/404.png) top center no-repeat;padding-top: 320px;padding-bottom: 140px;text-align: center;}.error_404 > span{display: block;font-size: 36px;font-weight: 700;color: #494949;}.error_404 > span span{}.error_404 p{margin: 35px 0;color: #3b3b3b;font-size: 14px;font-weight: 500;line-height: 24px;}.error_404 .btn{width: 136px;height: 38px;}.content_error .inner{padding-top: 0;padding-bottom: 0;}.order{}.order .left{width: 66%;float: left;padding-right: 80px;}.order .right{width: 34%;float: left;}.order .btn{padding-left: 15px;padding-right: 15px;}.order .form .btn{margin-top: 45px;}.half_50{max-width: 50%;padding-right: 15px;}.right .your_order .head {padding: 0 !important;background: none !important;}.your_order{background-color: white;border: 1px solid #efefef;}.your_order .top{padding: 30px 25px;border-bottom: 1px solid #efefef;color: #3b3b3b;font-size: 20px;font-weight: 700;}.your_order .items{padding: 0 25px;}.your_order .item{padding: 15px 0;border-bottom: 1px solid #efefef;}.your_order .item:last-child{border: none;}.your_order .item .name{display: block;margin-bottom: 5px;color: #3b3b3b;font-size: 12px;font-weight: 700;line-height: 18px;}.your_order .item .name a{color: inherit;}.your_order .item .sum{display: inline-block;color: #3b3b3b;font-size: 16px;}.your_order .item .price{display: inline-block;margin-bottom: 0;color: #3b3b3b;font-size: 16px;float: right;}.order .total{margin-top: 20px;}.order .total > span{display: inline-block;margin-top: 12px;float: right;color: #494949;font-size: 16px;font-weight: 700;}.order .total > span span{color: #3b3b3b;font-size: 19px;font-weight: 700;margin-left: 10px;}.footer{width: 100%;padding-top: 50px;padding-bottom: 10px;background-color: #f9f9f9;position: relative;border-top: 8px solid #e3e3e3;}.footer.footer_type_2 {background-color: #fff;}.footer.footer_type_3 {background-color: #24292d;}.footer .left{width: 80%;float: left;}.footer .right{width: 20%;float: left;}.footer .links{width: 24%;display: inline-block;vertical-align: top;}.footer .links .sub{display: block;margin-bottom: 25px;color: #494949;font-size: 15px;font-weight: 700;}.footer .links .sub a{color: inherit;}.footer .links ul{list-style: none;}.footer .links ul li{margin-bottom: 15px;color: #494949;font-size: 11px;}.footer .links ul li a{color: inherit;}.footer .place{padding-left: 55px;margin-bottom: 25px;position: relative;color: #494949;font-size: 13px;line-height: 16px;}.footer .place:before{content: url(/bitrix/templates/production/css/../img/footer/place.png);position: absolute;top: -1px;left: 0px;}.footer .mail{padding-left: 55px;margin-bottom: 25px;position: relative;color: #494949;font-size: 14px;line-height: 40px;}.footer .mail:before{content: url(/bitrix/templates/production/css/../img/footer/mail.png);position: absolute;top: -1px;left: 0px;}.footer .mail a {color: #494949;}.footer .phone{padding-left: 55px;margin-bottom: 25px;position: relative;}.footer .phone:before{content: url(/bitrix/templates/production/css/../img/footer/phone.png);position: absolute;top: 0px;left: 0px;}.footer .phone .big{display: block;margin-bottom: 5px;color: #494949;font-size: 17px;font-weight: 500;}.footer .phone .big span{color: #494949;}.footer .phone .small{display: block;font-size: 14px;font-weight: 500;color: #494949;}.footer .phone .small span{color: #494949;}.footer .phone a {color: #494949;}.footer .bottom {border-top: 1px solid #e3e3e3;}.footer .copyright {margin-top: 20px;float: left;padding-top: 10px;font-size: 13px;}.footer .social {margin-top: 20px;float: right;}.footer .social span{display: inline-block;vertical-align: middle;color: #494949;font-size: 15px;font-weight: 700;margin-right: 20px;}.footer .social ul{display: inline-block;vertical-align: middle;}.footer .social li {display: inline-block;vertical-align: middle;margin-right: 9px;margin-bottom: 10px;line-height: 36px;}.footer .social a{width: 36px;height: 36px;background-color: transparent;display: block;border-radius: 3px;transition: .3s;-moz-transition: .3s;color: #535457;font-size: 16px;text-align: center;line-height: 36px;border: 1px solid #575859;}.footer .social a:hover{color: #fff;}.footer.footer_type_3 .links .sub {color: #fff;}.footer.footer_type_3 .phone .big {color: #fff;}.footer.footer_type_3 .phone .big span {color: #fff;}.footer.footer_type_3 .phone .small span {color: #fff;}.footer.footer_type_3 .phone .small {color: #fff;}.footer.footer_type_3 .place {color: #fff;}.footer.footer_type_3 .mail {color: #fff;}.footer.footer_type_3 .mail a {color: inherit;}.footer.footer_type_3 .links ul li {color: #a7a7a7;}.footer.footer_type_3 .copyright {color: #a7a7a7;}.footer.footer_type_3 .bottom {border-top: 1px solid #41474e;}.footer.footer_type_3 .social a {border: 1px solid #41474e;color: #fff;}.agree{margin-bottom: 8px;}.agree p{margin-left: 24px;font-size: 12px;font-weight: 400;line-height: 16px;}.agree p a{}.custom > input[type="checkbox"] {display: none;}.custom > span {float: left;width: 15px;height: 15px;background: url(/bitrix/templates/production/css/../img/check.png) center center no-repeat;}.custom > input[type="checkbox"]:checked + span {background: url(/bitrix/templates/production/css/../img/checked.png) center center no-repeat;}.fotnote{display: block;margin-bottom: 20px;padding-left: 24px;font-size: 12px;padding-top: 3px;font-weight: 400;}.map_contacts .fotnote{padding-left: 0;}.filter{border: 1px solid #efefef;margin-bottom: 30px;}.filter-action {display: none;vertical-align: top;width: 36px;height: 36px;border: 1px solid #e8e8e8;text-align: center;line-height: 36px;font-size: 18px;width: 100%;margin-top: -20px;margin-bottom: 10px;}.filter .item{padding: 15px 20px;}.filter .range span{display: inline-block;vertical-align: middle;}.filter .range input[type='text']{width: 95px;height: 38px;padding: 0 10px;color: #3b3b3b;font-size: 12px;}.filter .range .dash{width: 8px;height: 1px;margin: 0 3px;background-color: #d7d7d7;}.filter .toddler{position: relative;}.filter .toddler .line{position: relative;height: 3px;background: #d7d7d7;}.filter .toddler .fill{width: 80%;height: 100%;position: absolute;top: 0px;left: 0px;}.nums{margin-top: 12px;}.nums span{width: 33.33%;display: block;float: left;color: #494949;font-size: 12px;}.nums span:first-child{text-align: left;}.nums span:nth-child(2){text-align: center;}.nums span:last-child{text-align: right;}.custom_checkbox{width: 100%;display:inline-block;margin-bottom: 10px;}.custom_checkbox:last-of-type{margin-bottom: 0;}.custom_checkbox > input[type="checkbox"] {display: none;}.custom_checkbox > span {background-color: white;border: 1px solid #393fcb;display:inline-block;vertical-align: middle;width:16px;height: 16px;}.custom_checkbox > input[type="checkbox"]:checked + span {background: url(/bitrix/templates/production/css/../img/content/check.png) center center no-repeat;}.custom_checkbox p{display: inline-block;vertical-align: middle;margin-left: 10px;margin-bottom: 0;color: #494949;font-size: 12px;line-height: 12px;}.custom_radio{width: 100%;display:inline-block;margin-bottom: 10px;}.custom_radio:last-of-type{margin-bottom: 0;}.custom_radio > input[type="radio"] {display: none;}.custom_radio > span {background-color: white;background: url(/bitrix/templates/production/css/../img/content/radio_check.png);display:inline-block;vertical-align: middle;width:16px;height: 16px;border-radius: 50%;}.custom_radio > input[type="radio"]:checked + span {background: url(/bitrix/templates/production/css/../img/content/radio_checked.png);}.custom_radio p{display: inline-block;vertical-align: middle;margin-left: 10px;margin-bottom: 0;color: #494949;font-size: 12px;line-height: 12px;}.filter .btn{width: 105px;height: 38px;display: inline-block;vertical-align: middle;}.filter .reset{margin-left: 5px;opacity: 0.8;color: #3b3b3b;font-size: 12px;font-weight: 700;}.filter .reset:hover{color: #fff;}.select{color: #494949;font-size: 12px;font-weight: 400;height: 38px;position: relative;}.sorting .select{color: #494949;font-size: 16px;}.select .checked{height: 100%;padding-left: 12px;padding-right: 35px;position: relative;background-color: #fbfbfb;border: 1px solid #d7d7d7;}select.sort.checked {border: none;}.select .checked span{line-height: 36px;}.select .arrow{width: 35px;height: 34px;position: absolute;top: 0px;right: 0px;text-align: center;line-height: 33px;}.select .arrow .fa{font-size: 12px;}.select .select_list{width: 100%;position: absolute;top: 100%;left: 0px;background: #fff;border: 1px solid #e8e8e8;border-top: 0px;}.select .select_list li{padding: 10px 12px;list-style: none;border-bottom: 1px solid #e8e8e8;}.select .select_list li:last-child{border-bottom: 0px;}.select .select_list li:hover{background: #f5f5f5;}.select .select_list li.active{color: #fff;}.sorting{margin-bottom: 15px;}.sorting .left{display: inline-block;vertical-align: top;}.sorting .right{display: inline-block;float: right;}.sorting > span{display: inline-block;vertical-align: middle;margin-right: 10px;color: #494949;font-size: 18px;font-weight: 700;}.sorting .select{display: inline-block;vertical-align: middle;}.catalog_items_view{}.catalog_items_view li{display: inline-block;vertical-align: top;padding: 5px;border: 1px solid #efefef;margin-left: 8px;text-align: center;cursor: pointer;font-size: 24px;}.catalog_items_view li:first-child{margin-left: 0;}.catalog_items_view li.active{color: #fff;}.vbf-requisites-table {margin: 25px 0;font-size: 16px;}.vbf-requisites-table td:first-child {background: rgba(245,245,245,.3);}.vbf-requisites-table td {border: 1px solid #e6e6e6;padding: 8px 18px;}.vbf-button-up {width: 48px;height: 48px;position: fixed;border: none;box-shadow: none;z-index: 1999;bottom: 0;display: none;opacity: 0.5;filter: alpha(opacity=50);}.vbf-button-up i {color:#fff }.vbf-button-up:hover {opacity: 1;}.select{color: #3c3f42;font-size: 14px;font-weight: 300;height: 38px;position: relative;}.select .checked{height: 100%;padding-left: 12px;padding-right: 35px;position: relative;background-color: #fcfcfc;border: 1px solid whitesmoke;border-radius: 3px;}.select .checked span{line-height: 36px;}.select .arrow{width: 35px;height: 34px;position: absolute;top: 0px;right: 0px;text-align: center;line-height: 33px;}.select .arrow:before{content: "";width: 1px;height: 12px;background-color: #3c3f42;position: absolute;left: 0px;top: 50%;margin-top: -6px;}.select .arrow .fa{font-size: 12px;}.select .select_list{width: 100%;position: absolute;top: 100%;left: 0px;background: #fff;border: 1px solid whitesmoke;border-top: 0px;z-index: 9;}.select .select_list li{padding: 10px 12px;list-style: none;border-bottom: 1px solid whitesmoke;}.select .select_list li:last-child{border-bottom: 0px;}.select .select_list li:hover{color: #fff;}.select .select_list li.active{}.select .checked {height: 100%;padding-left: 12px;padding-right: 12px;position: relative;background-color: #fcfcfc;border: 1px solid whitesmoke;border-radius: 3px;}.jqmOverlay.waiting {z-index: 997;}.jqmOverlay {background: #3a3f44;opacity: .7!important;height: 100%;width: 100%;position: fixed;left: 0;top: 0;z-index: 2999;}.banners-content .text {padding-top: 40px;padding-bottom: 30px;padding-left: 40px;}.banners-content span {font-size: 2.133em;font-weight: 500;line-height: 46px;padding-bottom: 20px;}.banners-content .btn-default.white {background: none;margin-bottom: 10px;}.banners-content .intro-text {margin-top: 10px;font-size: 15px;margin-bottom: 20px;}.slider_good_bottom a {height: 90px;position: relative;}.slider_good_bottom a img {background-color: white;border: 1px solid #e8e8e8;position: absolute;margin: auto;top: 0;left: 0;bottom: 0;right: 0;}.reviews_nonslider{margin-top:0;}.gallery_standart {width: 100%;}.gallery_standart .item {width: 24%;display: inline-block;margin-top: 10px;}.gallery_standart .item img {max-width: 100%;}.gallery_standart .item .name {text-align: center;display: block;color: #3b3b3b;font-size: 13px;font-weight: 700;line-height: 18px;}.filial.map {height: 500px;}.popup{padding:30px;}.form h2{padding-bottom: 25px;border-bottom: 1px solid #f7f7f7;font-size: 28px;font-weight: 300;margin-bottom: 25px;margin-left: -30px;margin-right: -30px;padding-left: 30px;}.form input[type="text"].form_control, input[type="email"].form_control, input[type="number"].form_control, .form input[type="password"].form_control, .form textarea.form_control, select.form_control{margin-bottom: 18px;}.form input[type="checkbox"] {float: left;margin-right: 5px;}.form label.error {color: red;}.form .send{width: 116px;height: 40px;float: right;}.form input#processing_approval {position: absolute;}.form .processing-block label:not(.error) {display: inline-block;margin-left: 20px;font-weight: 500;}.form .processing-block {padding: 10px 0px;margin-bottom: 18px;}.uploader {border: 1px solid #3c3f42;padding: 5px;border-radius: 0;height: 45px;position: relative;margin-bottom: 10px;}.row.recaptcha-row {margin-bottom: 18px;}.uploader .action {position: absolute;top: 3px;left: 3px;background: #3c3f42;border-bottom: 1px solid #3c3f42;border-radius: 3px;color: #fff;padding: 10px;font-size: 15px;line-height: 15px;margin-right: 10px;}.uploader input[type=file] {z-index: 10;opacity: 0;border: none;background: 0 0;position: absolute;top: 0;right: 0;float: right;cursor: default;width: 100%;height: 100%;}.uploader .filename {overflow: hidden;display: inline-block;width: 100%;white-space: nowrap;font-size: 16px;color: #9aa6ae;position: relative;top: -3px;padding: 11px 9px 9px 145px;text-overflow: ellipsis;}input.form_control.captcha.required {margin-top: 10px;border: 1px solid #c7c6c6;}.input.error input,.input.error textarea{border-color:#e02222;}.form .recaptcha-row .input.error .g-recaptcha>div {border: 1px solid #e02222;}.form-control{border-radius:2px;box-shadow:none;border:1px solid #d7dee3;height:34px;padding:6px 12px;}.form-control:focus{box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;border-color:#CCC;}.jqmOverlay{background:#000;}.jqmWindow{position:absolute;display:none;;left:50%;width:100%;background:white;top:0px;max-width:500px}.jqmWindow{display:block;opacity:0;visibility:hidden;transition:opacity 0.2s ease;-moz-transition:opacity 0.2s ease;-ms-transition:opacity 0.2s ease;-o-transition:opacity 0.2s ease;-webkit-transition:opacity 0.2s ease;}.jqmWindow.show{display:block;visibility:visible;opacity:1;}.jqmClose.top-close{width:20px;height:20px;line-height:20px;text-align:center;color:#c2cbd2;position:absolute;top:32px;right:32px;font-size:25px;cursor:pointer;}.form.popup .form-error {padding-bottom: 15px;font-weight: 500;}.popup .bottom{padding: 20px 40px;margin: 0 -40px;border-top: 1px solid #efefef;}.popup .bottom > div{display: inline-block;vertical-align: top;margin-right: 8px;}.popup .form .btn{padding: 0px 15px;height: 38px;}.affix{}.affix .fa {margin-right: 5px;}.popup h2{color: #494949;margin-bottom: 30px;font-size: 32px;font-weight: 700;line-height: 38px;}.form .cols{margin: 0 -15px;}.form .col{width: 50%;float: left;padding: 0 15px;}.fancybox-slide > *{padding: 0;background: transparent;}.fancybox-close-small:after{background: transparent;font-size: 39px;color: #000;background: #fff;top: 8px;right: 8px;}.fancybox-bg{background: rgba(14,14,14,.35);}.thank {padding: 25px 20px 20px 100px;}.thank .left{width: 75px;height: 100%;background: #f3f3f3;position: absolute;top: 0px;left: 0px;}.thank .circle{width: 70px;height: 70px;display: table;border-radius: 50%;overflow: hidden;position: absolute;top: 35%;right: -35px;background: url(/bitrix/templates/production/css/../img/circle.png) center center no-repeat;text-align: center;}.thank .circle span{display: table-cell;vertical-align: middle;font-size: 38px;}.thank h2{margin-bottom: 15px;color: #494949;font-size: 32px;font-weight: 700;line-height: 32px;}.thank_close{width: 20px;height: 20px;position: absolute;top: 18px;right: 18px;background-position: center center;background-repeat: no-repeat;background-image: url(/bitrix/templates/production/css/../img/close.png);cursor: pointer;}.thank p{font-size: 13px;line-height: 20px;}.thank p .fa {position: absolute;top: 0px;left: 0px;font-size: 39px;}.capcha img{max-width: 100%;}div[id^=wait_comp], .bx-core-waitwindow {display: none;}.header div[id^=bx_incl] {display: inline-block;}.crp-button-up {width: 48px;height: 48px;position: fixed;border: none;box-shadow: none;z-index: 1999;bottom: 0;display: none;opacity: 0.5;filter: alpha(opacity=50);}.crp-button-up i {color:#fff }.crp-button-up:hover {opacity: 1;}.crp-button-up {margin-bottom: 30px;display: inline-block;background: #3c3f42 }.crp-button-up.left {left: 30px;}.crp-button-up.right {right: 30px;}.crp-button-up.round {border-radius: 30px;}@-webkit-keyframes fade-in {0% {opacity: 0.1;}100% {opacity: 1;}}@-moz-keyframes fade-in {0% {opacity: 0.1;}100% {opacity: 1;}}@-o-keyframes fade-in {0% {opacity: 0.1;}100% {opacity: 1;}}@keyframes fade-in {0% {opacity: 0.1;}100% {opacity: 1;}}body .main_block {-webkit-animation: fade-in 1s linear;-moz-animation: fade-in 1s linear;-o-animation: fade-in 1s linear;animation: fade-in 1s linear;}.svg.inline svg * {fill: #3b3b3b;}#scroll {position: fixed;z-index: 10000;left: 0px;top: -1px;display: table;width: 100%;height: auto;}#scroll > span {display: table;height: 4px;}.catalog_list .item .pic img {padding-right: 10px;}.mobile_menu_overlay, .mobile_menu_container{position: fixed;top: 0;left: 0;width: 100%;height: 100%;}.mobile_menu_container, .mobile_menu_container ul li ul{-webkit-transition: all 200ms;-moz-transition: all 200ms;transition: all 200ms;}.mobile_menu_overlay{display: none;cursor: pointer;z-index: 10200;background: rgba(0, 0, 0, 0.5);}.mobile_menu_container{-webkit-transform: translateX(-300px);transform: translateX(-300px);width: 300px;overflow: hidden;z-index: 10201;background: #fff;overflow: auto;}.mobile_menu_container.loaded{-webkit-transform: translateX(0px);transform: translateX(0px);}.mobile_menu_container .mobile_menu_content{max-height: 100%;padding-bottom: 30px;}.mobile_menu_container ul{margin: 0;padding: 0;}.mobile_menu_container ul li{list-style: none;}.mobile_menu_container ul li a {display: block;padding: 15px 20px;line-height: 20px;font-size: 17px;color: #fff;text-decoration: none;font-weight: 500;}.mobile_menu_container ul li a.parent{padding-right: 50px;background: url('/bitrix/templates/production/css/../img/arrow_right.svg') right 20px center no-repeat;background-size: 20px;}.mobile_menu_container ul li a.parent:hover{background: #3c3f42 url("/bitrix/templates/production/css/../img/arrow_right.svg") right 20px center no-repeat;background-size: 20px;}.mobile_menu_container ul li a.back{padding-left: 50px;background: #3c3f42 url("/bitrix/templates/production/css/../img/arrow_left.svg") left 20px center no-repeat;background-size: 20px;box-sizing: border-box;min-height: 50px;}.mobile_menu_container ul li a.back:hover{background: #3c3f42 url("/bitrix/templates/production/css/../img/arrow_left.svg") left 20px center no-repeat;background-size: 20px;}.mobile_menu_container ul li a:hover{background: #3c3f42;}.mobile_menu_container ul li ul{-webkit-transform: translateX(300px);transform: translateX(300px);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;}.mobile_menu_container ul li ul.loaded{-webkit-transform: translateX(0px);transform: translateX(0px);}.mobile_menu_container ul li ul.activity{overflow-y: auto;overflow-x: hidden;}.mobile_menu_container li.parent_head {background-color: rgba(0,0,0,.2);}.mobile_menu_container .item {width: 100%;display: inline-block;padding: 0 15px;color: #fff;font-size: 18px;margin-bottom: 10px;}.mobile_menu_container .item span {display: inline-block;width: 100%;padding: 7px 0px;font-size: 20px;}.mobile_menu_container .item a {color: #fff;}.mobile_menu_container span.phone, .mobile_menu_container a.mail, .mobile_menu_container .adress {padding: 8px 0;display: block;}.mobile_menu_container.loaded {overflow: hidden;}
/* End */


/* Start:/bitrix/templates/production/css/media.css?171809967223878*/
/*==========  Desktop First Method  ==========*/
/* Small Devices, Tablets */
@media only screen and (min-width : 992px) {
    .toggleMenu{
        display: none!important;
    }
    
    body.active{
        padding-top: 151px;
    }
    
    .nav{
        display: inline-block!important;
    }
    
    .sticky.header{
        position: fixed;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
    
    .sticky .inner{
        padding-bottom: 15px;
        padding-top: 5px;
        padding-left: 0px;
    }
    
    .nosticky{
        
    }
    
    .sticky .slogan,
    .sticky .phone,
    .sticky .callback_container,
    .sticky .place{
        display: none;
    }
    
    .sticky .bottom{
        position: static;
        float: left;
        padding-top: 10px;
        padding-left: 0px;
    }
}

@media only screen and (max-width : 1600px){
    
}

@media only screen and (max-width : 1440px){
    
    .slider .bx-wrapper .bx-prev{
        left: 2%;
    }
    
    .slider .bx-wrapper .bx-next{
        right: 2%;
    }
    
    .slider .col{
        padding-left: 60px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
 
    

}

@media only screen and (max-width : 1199px) {
    .header .place{
        display: none;
    }
    
    .header .logo{
        width: 19%;
    }
    
    .sticky .logo{
        width: 14%;
    }
    
    .sticky .bottom{
        width: 86%;
        padding-top: 0px;
        margin-top: -3px;
    }
    
    .sticky .logo > span{
        margin-left: 10px;
    }
    
    .sticky .nav > li{
        margin-left: 11px;
    }
    
    .header .slogan{
        width: 31%;
    }
    
    .header .phone{
        width: 23%;
    }
    
    .header .callback_container{
        width: 27%;
    }
    
    .services,
    .blog{
        padding-top: 30px;
    }
    
    .catalog_list,
    .popular,
    .info_block,
    .content_top .inner{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .title_block{
        margin-bottom: 30px;
    }
    
    .catalog_list .item{
        padding: 25px;
    }
    
    .catalog_list_in .item{
        width: 100%;
        float: none;
        height: auto;
    }
    
    .catalog_list_in .item, 
    .catalog_list_in .item:nth-child(2){
        border-top: 1px solid #efefef;
        border-left: none!important;
    }
    
    .catalog_list_in .item:first-of-type{
        border-top: 0!important;
    }
    
    .catalog_list .item .left{
        width: 135px;
    }
    
    
    
    .catalog_list .item .right{
        margin-left: 155px;
    }
    
    .reviews{
        padding-top: 55px;
        padding-bottom: 90px;
    }
    
    .reviews_in{
        margin-top: 25px;
        padding-bottom: 35px;
    }
    
    .owl-controls .owl-prev,
    .owl-controls .owl-next{
        top: -117px;
    }
    
    .partners{
        padding-bottom: 40px;
    }
    
    .footer .left{
        width: 80%;
    }
    
    .footer .right{
        width: 20%;
    }
    
    .content .sidebar{
        width: 27%;
    }
    
    .content .main_block{
        width: 73%;
        padding-left: 30px;
    }
    
    .catalog_items .item .bottom > div{
        width: 48%;
    }
    
    .catalog_items .item .pic{
        
    }
    
    .catalog_items_list .item .bottom > div{
        width: 66%;
    }
    
    .catalog_items_table .item .name{
        width: 38%;
    }
    
    .catalog_items_table .price{
        width: 23%;
    }
    
    .catalog_items_table .item .bottom{
        width: 39%;
    }
    
    .picking .owl-controls .owl-prev, .picking .owl-controls .owl-next {
        top: -45px;
    }
    
    .service_detail .action .btn{
        width: auto;
    }
    
    .service_detail{
        margin-bottom: 30px;
    }
    
    .jack .right{
        padding-left: 15px;
    }
    
    .jack .left{
        width: 195px;
    }
    
    .jack .right{
        margin-left: 195px;
    }

    .projects_list .item{
        width: 50%;
    }
}

@media only screen and (max-width : 1024px){
    .services .items{
        margin: 0 -10px;
    }
    
    .services .item{
        padding: 0 10px;
    }
    
    .tile{
        margin: 0 -10px;
    }

    .blog .items{
        margin: 0 -10px;
        padding-top: 30px;
    }
    
    .blog .item{
        padding: 0 10px;
    }
    
    .info_block .left{
        padding-right: 60px;
    }
    
    .ques{
        padding: 30px 45px;
    }
    
    .ques .right{
        padding-left: 30px;
    }
    
    .tile_in .item{
        width: 50%;
    }
    
    .show_more{
        margin-top: 35px;
        margin-bottom: 35px;
    }
    
    .catalog_items_list .item .pic{
        width: 180px;
    }
    
    .catalog_items_list .item .description{
        margin-left: 180px;
    }
    
    .advantages_in,
    .good .good_top{
        margin-bottom: 35px;
    }
    
    .picking{
        margin-top: 30px;
    }
    
    .basket table tbody tr td:first-child{
        max-width: 0;
    }
    
    .basket .description .name{
        font-size: 12px;
    }
    
    .basket .price{
        font-size: 13px;
    }
    
    .basket .photo{
        width: 50px;
        height: 50px;
    }
    
    .basket .description{
        margin-left: 60px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    
}

@media only screen and (max-width : 991px){
    .header .inner{
        padding-bottom: 45px;
        padding-top: 10px;
    }

    .sticky .bottom {
        width: 100%;
    }

    .sticky .nav > li {
        margin-left: 0px;
    }
    
    .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    
    .nav {
        width: 100%;
        position: absolute;
        top: 102%;
        left: 0px;
        background: #fff;
        z-index: 9;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        display: none;
    }
    
    .nav > li{
        margin-left: 0;
        float: none;
        text-align: center;
    }
    
    .nav > li.hover > ul{
        width: 100%;
        left: 0;
    }
    
    .nav a{
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
    }

    .header.nosticky .bottom.colored .nav > li > a,
    .header.nosticky .bottom.dark .nav > li > a,
    .header.nosticky .bottom.colored .fa,{
        color: #3b3b3b;
    }

    .header.nosticky .bottom.dark .fa {
        color: #fff;
    }

    .toggleMenu i.fa.fa-bars {
        color: #fff !important;
    }

    .header .bottom.light a.toggleMenu i.fa.fa-bars {
        color: #494949 !important;
    }
    .header .bottom.light a.toggleMenu {
        border-color: #494949;
    }

    .header.nosticky .bottom.colored .nav > li:hover {
        background: #c80909;
    }
    
    .nav li ul{
        min-width: 0;
        width: 100%;
        
    }
    
    .nav li ul ul{
        background: #f9f9f9;
    }
    
    .header .slogan{
        display: none;
    }
    
    .header .logo{
        width: 37%;
    }        
    
    .header .phone{
        width: 30%;
    }
    
    .header .callback_container{
        width: 33%;
    }
    
    .slider .col{
        width: 90%;
    }
    
    .slider .inner{
        padding-top: 40px;
    }
    
    .slider li{
        height: 345px;
    }
    
    .advantages .item{
        width: 50%;
        border: none;
    }
            
    .advantages .item:last-child{
        border: none;
    }
    
    .catalog_list .item,
    .catalog_list.line .item{
        width: 50%;
        float: left;
    }

    .tile .item{
        width: 33.33%;
    }
    
    .blog .item{
        width: 50%;
        margin-bottom: 20px;
    }
    
    .info_block .left{
        width: 100%;
        float: none;
        padding-right: 0;
    }
    
    .info_block .right{
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    
    .map_main .chisel{
        padding: 25px 15px;
        max-width: 267px;
    }
    
    .footer .left{
        width: 100%;
        float: none;
    }
    
    .footer .right{
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    
    .footer .links{
        width: 32%;
    }
    
    .content .sidebar{
        display: none;
    }
    
    .content .main_block{
        width: 100%;
        padding-left: 0px;
        float: none;
    }

    .sidebar_right .content .main_block {
        padding-right: 0px;
    }
    
    .content .inner{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .good_top .right{
        margin-left: 370px;
    }
    
    .progress .item .num:before{
        display: none;
    }
    
    .contacts_in .item{
        width: 50%;
        margin-bottom: 20px;
    }

    .content .filter-action {
        display: inline-block;
    }

    .content .bx-filter {
        display: none;
    }

    div#modef {
        display: none;
    }
    
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .header .logo{
        width: 100%;
        text-align: center;
        float: none;
        margin-bottom: 15px;
    }        
    
    .header .phone{
        width: 100%;
        max-width: 215px;
        float: none;
        margin: 0 auto 15px;
    }

    .header .phone .big {
        font-size: 16px;
    }
    
    .header .callback_container{
        width: 100%;
        float: none;
        text-align: center;
    }
    
    .slider .bx-wrapper .bx-prev,
    .slider .bx-wrapper .bx-next{
        display: none;
    }
    
    .slider .col{
        padding-left: 0;
        width: 100%;
    }
    
    .bx-wrapper .bx-pager{
        bottom: 20px;
    }
    
    .services .items{
        margin: 0px;
    }
    
    .services .item {
        width: 50%;
        max-width: 360px;
        float: left;
        margin: 0 auto 20px;
    }
    
    .services .title_block{
        display: block;
    }
    
    .services .more,
    .catalog_list .more,
    .blog .more,
    .news .more{
        float: none;
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    .title_block,
    .news .title_block{
        display: block;
        font-size: 32px;
        line-height: 36px;
    }
    
    .blog .title_block{
        display: block;
    }
    
    .tabs_caption{
        margin-bottom: 25px;
    }
    
    .tabs_caption li{
        margin-left: 0px;
        font-size: 14px;
    }

    .tabs_caption li.active {
        padding-bottom: 0px;
        margin-bottom: 15px;
    }
    
    .tile{
        margin: 10px 0;
    }

    .tile .item {
        width: 50%;
        max-width: 100%;
        float: left;
        margin: 0 auto;
        padding: 0;
    }

    .ques .left{
        width: 100%;
        float: none;
        padding-bottom: 20px;
        border-right: none;
        border-bottom: 2px solid #fff;
    }
    
    .ques .right{
        width: 100%;
        float: none;
        padding-left: 0;
        text-align: center;
    }
    
    .reviews_item .top{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .reviews_item .quote{
        left: 15px;
    }
    
    .reviews_item .bottom{
        padding: 25px 15px 15px 55px;
    }
    
    .map_main{
        height: 430px;
    }
    
    .footer .links{
        width: 32%;
        margin-bottom: 10px;
    }
    
    .footer{
        padding-bottom: 50px;
    }
    
    .footer .social{
        margin-top: 30px;
        float: none;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    
    .footer .social span{
        display: none;
    }
    
    .form .cols{
        margin: 0;
    }
    
    .form .col{
        width: 100%;
        float: none;
        padding: 0;
    }
    
    .form .select{
        margin-bottom: 15px;
    }
    
    .popup{
        width: 410px;
    }
    
    .content h1{
        font-size: 26px;
        line-height: 34px;
    }
    
    .sorting .right{
        width: 100%;
        float: none;
    }
    
    .pag li a{
        width: 18px;
        height: 18px;
        line-height: 18px;
    }
    
    
    .pag li.first, .pag li.right{
        font-size: 11px;
    }

    .catalog_list .item,
    .catalog_list.line .item{
        width: 100%;
        float: none;
    }

    .catalog_items .item .pic a {
        display: inherit;
        height: inherit;
    }

    .catalog_items_list .item .pic{
        width: 100%;
        float: none;
        border-bottom: 1px solid #efefef;
    }
    
    .catalog_items_list .item .description{
        margin-left: 0;
        padding: 25px;
        
        border-left: 0;
    }
    
    .catalog_items_list .tile .item,
    .catalog_items_list .item > div{
        height: auto;    
    }

    .catalog_items_list .item .bottom{
        position: static;
        width: 100%;
        border-left: 0;
        padding-top: 15px;
        border-top: 1px solid #efefef;
    }
    
    .catalog_items_table .item .pic{
        width: 100%;
        float: none;
    }
    
    .catalog_items_table .tile .item,
    .catalog_items_table .item > div{
        height: auto;
    }
    
    .catalog_items_table .item .pic{
        
    }
    
    .catalog_items_table .item .description{
        margin-left: 0;
        height: auto;
    }
    
    .catalog_items_table .item .name,
    .catalog_items_table .price,
    .catalog_items_table .item .bottom{
        width: 100%;
    }
    
    .catalog_items_list .item > div:hover{
        height: auto;
    }

    .catalog_items_table .item > div:hover{
        height: auto;
    }

    .good_top .left{
        width: 100% !important;
        float: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .good_top .right{
        margin-left: 0 !important;
        text-align: center;
    }

    .good .btn_container .btn_white {
        margin-left: 0px;
        margin-top: 10px;
    }
    .good .price{
        font-size: 28px;
    }

    .good .btn_container {
        margin: 0 auto;
    }
    
    .services_in .item .description{
        height: auto;
    }
    
    .services .item ul{
        width: 100%;
    }

    .services .item .description {
        height: 120px;
    }

    .services .item .name {
        max-width: 100%;
        font-size: 15px;
        left: 0px;
    }
    
    .content_item .photo{
        float: none;
        width: 100%;
    }
    
    .content_item .right{
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }
    
    .service_detail .action .col{
        width: 100%!important;
        float: none;
        border: none!important;
        height: auto;
        min-height: 0;
    }
    
    .service_detail .action .col:last-child{
        text-align: center;
    }
    
    .jack .left{
        width: 100%;
        float: none;
    }
    
    .jack .right{
        margin-left: 0;
        border: none;
        position: relative;
    }
    
    .jack .left span{
        padding-top: 0;
        margin-bottom: 25px;
    }
    
    .jack{
        padding: 30px 15px;
    }
    
    .jack .photo{
        float: none;
    }
    
    .jack .description{
        margin-left: 0;
        position: static;
    }
    
    .projects .items{
        margin: 0;
    }
    
    .projects .item{
        width: 100%;
        max-width: 320px;
        float: none;
        padding: 0;
        margin: 0 auto 20px;
    }
    
    .projects_list .items{
        margin: 0;
    }
    
    .projects_list  .item{
        width: 100%;
        max-width: 320px;
        float: none;
        padding: 0;
        margin: 0 auto 20px;
    }
    
    .sorting .left > span{
        display: none;
    }
    
    .good .cost{
        font-size: 26px;
    }
    
    .characteristic ul li span:first-child{
        width: 50%;
    }

    .docs .item {
        width: 49%;
    }

    .docs.page .item{
        width: 100%;
    }
    
    .why .top{
        padding: 15px;
    }
    
    .why .item{
        width: 100%;
    }
    
    .why .bottom{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .progress .item{
        width: 50%;
    }
    
    .partners_list .item{
        width: 50%;
    }
    
    .reviews .soc{
        top: 47px;
    }
    
    .worker .item{
        width: 50%;
    }
    
    .accardion_item .top{
        padding-left: 25px;
    }
    
    .accardion_item .full{
        padding-left: 25px;
    }
    
    .accardion_item .description{
        padding: 15px;
    }
    
    .accardion .salary{
        display: block;
        float: none;
        margin-top: 15px;
    }
    
    .basket.page table tbody tr,
    .basket.page table tbody tr td{
        width: 100%;
        display: block !important;
        max-width: 100%!important;
        text-align: center;
        padding: 5px;
    }
    
    .basket.page table tbody tr{
        border-bottom: 1px solid #efefef;
    }
        
    
    .basket.page table,
    .basket.page table tbody{
        display: block;
    }
    
    .basket.page .photo {
        width: 100px;
        height: 100px;
        float: none;
        margin: 0 auto;
    }
    
    .basket.page .availability{
        display: inline-block;
    }
    
    .basket.page .description{
        margin-left: 0;
    }
    
    .basket.page .description{
        text-align: center;
    }
    
    .basket.page .description .name{
        text-align: center;
    }
    
    .basket.page .amount{
        margin: 0 auto;
    }
    
    .basket.page table thead{
        display: none;
    }
    
    .basket.page .btn_container > div{
        display: block;
    }
    
    .basket.page .btn_container > div:last-child{
        float: none;
        margin-top: 25px;
    }
    .basket.page .clearfix {
        height: auto; 
        text-align: center;
    }
    .offices .item{
        width: 100%;
        float: none;
        height: auto;
    }
    
    .reference{
        margin-bottom: 20px;
    }
    
    .map_contacts .chisel{
        margin-top: 20px;
        position: relative;
        top: -170px;
    }
    
    .map_contacts{
        margin-top: 120px;
    }

    .gallery_standart .item {
        width: 49%;
    }

    .services .item ul { 
        padding-bottom: 20px; 
    }

    .catalog_list .item, .catalog_list.line .item {
        width: 50%;
        float: left;
    }

  
}

@media only screen and (max-width : 767px) {

}

@media only screen and (max-width : 600px){
  
}


@media only screen and (max-width : 599px) {
    .advantages .item{
        width: 100%;
        float: none;
    }
    
    .catalog_list .item .left{
        width: 100%;
        float: none;
    }
    
    .catalog_list .item .right{
        margin-left: 0;
        text-align: center;
    }
    
    .catalog_list .item{
        height: auto;
    }
    
    .catalog_list .item .pic{
        text-align: center;
        margin-bottom: 20px;
    }

    .tabs_caption li {
        margin-right: 20px;
    }
    
    .blog .items{
        margin: 0;
    }
    
    .blog .item{
        width: 100%;
        max-width: 320px;
        float: none;
        padding: 0;
        margin: 0 auto 20px;
    }
    
    .contacts_in .items{
        margin: 0;
    }
    
    .contacts_in .item{
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .order .left {
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .order .right {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .good .btn_container > div {
        width: 100%;
    }


	.catalog_list .item, .catalog_list.line .item {
	    width: 100%;
	    float: none;
	}

    .tile .item{
        width: 100%;
        max-width: 320px;
        float: none;
        margin: 0 auto 20px;
        padding: 0;
    }

    .docs .item{
        width: 100%;
    }

    .services .item{
        padding: 0;
        width: 100%;
        max-width: 360px;
        float: none;
        margin: 0 auto 20px;
    }

    .footer .links{
        width: 100%;
        margin-bottom: 10px;
    }
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .slider .title_slider{
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }
    
    .slider p{
        margin-top: 15px;
        line-height: 20px;
    }
    
    .slider .title_slider br,
    .slider p br{
        display: none;
    }
    
    .slider .btn{
        width: 100%;
    }

    .basket_top .dropdown {
        width: 100%;
    }
    
    .catalog_list .item ul{
        width: 100%;
    }
    
    .catalog_list .item{
        padding: 15px;
    }
    
    .ques{
        padding: 30px 25px;
    }
    
    .ques .sign{
        display: none;
    }
    
    .ques .description{
        margin-left: 0;
    }

    .jqmWindow.show {
        width: 100% !important;
        margin-left: 0px !important;
        left: 0 !important;
    }

    .jqmClose.top-close {
        top: 10px;
        right: 10px;
    }
    
    .popup{
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .popup h2{
        font-size: 28px;
        line-height: 34px;
    }
    
    .popup .bottom > div{
        display: block;
        margin-right: 0;
    }
    
    .popup .bottom{
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    
    .popup .form .btn{
        width: 100%;
        max-width: 180px;
    }
    
    .popup .form .btn_main{
        margin-top: 25px;
    }
    
    .profit .circle{
        display: none;
    }
    
    .profit{
        padding-left: 15px;
    }
    
    .partners_list .item{
        width: 100%;
        float: none;
    }
    
    .worker .item{
        width: 100%;
        float: none;
    }
    
    .table_price table tbody tr td,
    .table_price table thead tr td{
        font-size: 10px;
        line-height: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .table_price table tr td:first-child{
        padding-left: 10px;
    }
    
    .table_price table tr td:last-child{
        padding-right: 10px;
    }
    
    .table_price table tr td:last-child{
        width: auto;
    }
    
    .error_404{
        background-size: 260%;
    }
    
    .error_404{
        padding-top: 260px;
    }

    .gallery_standart .item {
        width: 100%;
    }
    .vbf-requisites-table td {
        padding: 8px 0px;
    }
    .good .btn_container {
        margin: 0 auto;
        text-align: center;
    }
    .good .description {
        font-size: 14px;
        text-align: center;
    }
    .select .checked {
        width: 100%;
    }
    .banners-content span {
        font-size: 2em;
        padding-bottom: 15px;
    }
    .banners-content .text {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        text-align: center;
    }
    .service_detail .action .btn {
        width: 100%;
    }
    .search_drop {
        width: 250px;
    }
    .basket .basket_empty {
        padding: 10px;
    }
    .basket .basket_empty>.wrap {
        padding: 10px;
    }
    .order .total {
        text-align: center;
    }
    .order .total > span {
        width: 100%;
    }
}

@media only screen and (max-width : 380px){
    
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .jqmWindow.show .g-recaptcha.rendered {
        margin-left: -15px;
    }
    .search_drop {
        width: 240px;
    }

	.mobile_menu_container{
		width: 240px;
	}
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
/* End */


/* Start:/bitrix/templates/production/css/custom.css?1749034803131*/
.agreement{
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
}

.agreement a{
  color: #a7a7a7;
}
/* End */


/* Start:/bitrix/templates/production/components/bitrix/menu/mobile/style.min.css?1718099672490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/production/components/bitrix/menu/mobile/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/production/components/bitrix/search.title/head/style.css?1718099672581*/
div.title-search-result { border: 0px; display: none; overflow: hidden; z-index: 205; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); padding: 5px; font-size: 14px; background: #fff; padding: 10px; }
a.search_results__listing__block_heading { padding: 0px 10px; font-size: 15px; color: #3c3f42;}
.search_results__listing__block_image img { max-width: 15%; float: left; padding: 0px 10px; }
.search_results__listing__block { clear: both; margin-top: 15px; padding-bottom: 10px; min-height: 35px; border-bottom: 1px solid #efefef; display: inline-block; width: 100%; vertical-align: middle; }
/* End */


/* Start:/bitrix/templates/production/template_styles.css?17180996721314*/
.mail_header{
    width: 22%;
    float: left;
    position: relative;
    padding-left: 50px;
}
.mail_header:before{
    content: url(/bitrix/templates/production/img/header/mail.png);
    position: absolute;
    top: -7px;
    left: 0px;
}
.fixed.sticky .mail_header{
    display: none;
}
.mail_header a{
    font-size: 16px;
    font-weight: 500;
    color: #202020;
}
.header .phone {
    width: 26%;
}
.new_header_container{
    display: flex;
    justify-content: flex-end;   
    align-items: center;
    margin-top: 20px;
}
@media(max-width: 991px){
    .new_header_container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .header .phone {
        width: 37%;
    }
    .mail_header{
        width: 37%;
        margin: 15px auto;
    }
    .header .callback_container{
        text-align: center;
    }
}
@media(max-width: 576px){
    .header .phone {
        width: 70%;
    }
    .mail_header:before{
       display: none;
    }
    .mail_header{
        padding-left: 0;
        width: 100%;
    }
}
.partners_list .item{
    height: 295px;  
}
.services .item .description ul{
    display: none;
}


.header .tel2{
    display: none !important;
}
/* End */


/* Start:/bitrix/templates/production/themes/1/colors.min.css?17180996722755*/
.color,.btn_main,.header .cart span,.services .item .name,.projects .item .name,.footer .social a:hover,.filter .toddler .fill,.filter .toddler .point,.filter .bx-ui-slider-pricebar-v,.catalog_items_view li.active,.pag li.first:hover,.pag li.right:hover,.jack .soc li a,.projects_list .item .quantity,.good .quantity,.reviews .soc li a,.worker .soc li a,.reference li.active a,.reference li:hover a,.good .detail ul li:before,.detail_text ul li:before,.list li:before,.list_disk li:before,.header .logo.color_logo img,.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-next:hover,.owl-controls .owl-prev:hover,.owl-controls .owl-next:hover,.bx-wrapper .bx-pager.bx-default-pager a.active,.owl-dot.active,.btn_white:hover,.style-switcher .headers .header-inner,.style-switcher .options .link-item.current:not(.block),.custom_checkbox:hover>span,#scroll>span{background-color:#1a99c7;}.color_text,.catalog_list .item ul li a:hover,.catalog_items .item .name a:hover,.services .item ul li a,.blog .item .theme,.blog .item .title a:hover,.news .item .title a:hover,.ques .sign span,.about_company .why a,.reviews_item .quote,.footer .links .sub a:hover,.footer .links ul li a:hover,.form label span,.agree p a,.fotnote span,.select .arrow .fa,.thank .circle span,.breadcrumbs li.active,.content .menu li .open .fa,.content .menu li a:hover,.content .menu li a.dropdown_active,.content .menu li .open.active,.catalog_items_view li,.pag li a.active,.doc a:hover,.services .item ul li a:hover,.profit .circle>span,.progress .item .num,.partners_list .item .mail,.partners_list .item .name a:hover,.worker .item .mail,.accardion_item .plus .fa,.basket .del,.offices .item .mail,.offices .item .place .icon,.contacts_in .item a,.error_404>span span,.toggleMenu,.nav>li>a .fa,.nav li li a .fa,.nav li li li:hover>a,.form .processing-block a,.accardion_item .description a,.show_more:hover span,.show_more:hover span .fa{color:#1a99c7;}.bx-wrapper .bx-pager.bx-default-pager a,.owl-dot{border:2px solid #1a99c7;}.tabs_caption li.active,.style-switcher .options .link-item.current.block,.toggleMenu{border-color:#1a99c7;}.services .item ul li a:hover{border-bottom:1px solid #1a99c7;}.more span,.basket_top .dropdown{border-bottom:2px solid #1a99c7;}.blog_papers .item .pic,.blog .item .pic{border-bottom:4px solid #1a99c7;}.content .menu li a.active{background-color:#1a99c7;color:#fff !important;}.btn_white,.filter .reset{border:1px solid #1a99c7;color:#1a99c7;}.on-off-switch-track-on{background-color:#1a99c7;border-color:#1a99c7;}span.toggle_search:hover .svg svg *{fill:#1a99c7;}.header.nosticky .bottom.colored{background:#1a99c7;}.header.nosticky .bottom.colored .nav>li:hover{background:#1eaee2;}.btn_main:hover{background-color:#1eaee2;}.jack .mail{color:#11627f;}
/* End */
/* /bitrix/templates/production/css/owl.carousel.css?17180996724614 */
/* /bitrix/templates/production/css/font-awesome.css?171809967237419 */
/* /bitrix/templates/production/css/jquery.fancybox.css?171809967217624 */
/* /bitrix/templates/production/css/reset.css?17180996721753 */
/* /bitrix/templates/production/css/animate.min.css?171809967265964 */
/* /bitrix/templates/production/css/basket.css?171809967212773 */
/* /bitrix/templates/production/css/style.min.css?171809967273863 */
/* /bitrix/templates/production/css/media.css?171809967223878 */
/* /bitrix/templates/production/css/custom.css?1749034803131 */
/* /bitrix/templates/production/components/bitrix/menu/mobile/style.min.css?1718099672490 */
/* /bitrix/templates/production/components/bitrix/search.title/head/style.css?1718099672581 */
/* /bitrix/templates/production/template_styles.css?17180996721314 */
/* /bitrix/templates/production/themes/1/colors.min.css?17180996722755 */
