

/* Start:/bitrix/templates/courses/css/owl.carousel.css?16969457574614*/
/* 
 *  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/courses/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/courses/css/font-awesome.css?170487721737416*/
/*!
 *  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/courses/css/../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/bitrix/templates/courses/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/bitrix/templates/courses/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/bitrix/templates/courses/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/bitrix/templates/courses/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/bitrix/templates/courses/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-courses: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/courses/css/jquery.fancybox.css?169694575717624*/
@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/courses/css/reset.css?16969457571753*/
/* --------------- 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/courses/css/animate.css?169694575777749*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-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/courses/css/basket.css?170487712612773*/
.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/courses/css/style.css?1748349854129437*/
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.clear{
	clear: both;
}



.tiles-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	 margin-left: 20px;
    margin-bottom: 40px;
}

.tile {
    display: flex;
    align-items: center;
    width: calc(33.33% - 20px);
    margin: 10px;
}

.tile img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.tile span {
    font-size: 16px;
}


*::-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;
}
.top_headerr{
	padding-top:23px;	
}
.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;
	border:solid 1px #f26700;
}
.btn.btn_main{
	border-radius: 10px;
}
.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;
}
.about_row{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
	margin-bottom:10px;
}
.about_col1{
	display: flex;
	flex: 1 0 505px;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.about_col2{
	display: flex;
	flex: 1 0 247px;
}
.mar_bott{
	margin-bottom:51px;
}
.about_col {
    padding-top: 21px;
    padding-bottom: 21px;
	padding-left:19px;
	padding-right:19px;
	background: #F26700;
    border-radius: 20px;
    max-width: 247px;
    box-sizing: border-box;
    flex: 1 0 33%;
}
.about_col.no_fonn{
	background: #fff;
}
.about_col_big1{
	background: rgba(0,0,0,.2) url(/bitrix/templates/courses/css/../img/big1.png) top center no-repeat;
	background-size:cover;
    border-radius: 20px;
    max-width: 247px;
	min-height:270px;
    box-sizing: border-box;
    flex: 1 0 25%;
}
.about_col_big1_2{
	border-radius: 20px;
	padding-top: 21px;
    padding-bottom: 21px;
	padding-left:19px;
	padding-right:19px;
	background: linear-gradient(180deg, #F26700 0%, rgba(242, 103, 0, 0) 76.5%);
	min-height:100%;
}
.about_col_big2{
	background: rgba(0,0,0,.2) url(/bitrix/templates/courses/css/../img/big2.png) top center no-repeat;
	background-size:cover;
    border-radius: 20px;
    max-width: 505px;
	min-height:270px;
    box-sizing: border-box;
    flex: 1 0 505px;
}
.about_col_big2_2{
	border-radius: 20px;
	padding-top: 21px;
    padding-bottom: 21px;
	padding-left:19px;
	padding-right:19px;
	background: linear-gradient(180deg, #F26700 0%, rgba(242, 103, 0, 0) 76.5%);
	min-height:100%;
}
.about_col3{
	display: flex;
	flex: 1 0 247px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.about_col3 .about_col{
	
}

.about_col_title{
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 900;
	line-height: 18.15px;
	color:#fff;
	margin-bottom:5px;
}
.about_col_big1 .about_col_title{
	font-size: 20px;
	font-weight: 900;
	line-height: 29.05px;
}
.about_col_text{
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14.52px;
	text-align: left;
	color:#fff;
	display:none;
}

/*Header*/
.header{
   width: 100%; 
   display: block;
   padding-bottom: 10px;
   background: #fff;
   z-index: 5;
   /*position: absolute;
   top: 0px;
   left: 0px;*/

}

.header.sticky {
    padding-bottom: 0px;
}

.header .inner{
    padding-top: 25px;
    padding-bottom: 70px;
    position: relative;
	padding-left:0px;
	padding-right:0px;
}

.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/courses/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/courses/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: 15px;
    padding-right: 15px;
    border-radius: 3px;
}

.header.nosticky .bottom.dark {
    background: #3b3b3b;
}

.toggleMenu{
    display: none;
    font-size: 30px;
    padding: 2px 5px;
    border: 2px solid;

}

/*NAV*/
.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: 14px;
    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: 0 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;   
}

.top_headerr .nav > li{
	padding:0px 10px;
}
.top_headerr .nav > li:first-child{
	padding-left:0px;
}
.top_headerr .nav a{
	padding:0px;
	/*font-size: 15px;
	font-weight: 400;*/
	line-height: 24.15px;
	text-align: left;
	
	color: #3b3b3b;
    font-size: 15px;
    font-weight: 500;
	
}
.top_headerr .work{
	position:relative;
	padding-left:0px;
	padding-right:0px;
	border-bottom:solid 2px #ff7712;
	padding-bottom: 12px;
}
.header_rightt{
	position:absolute;
	toP:0px;
	right:0px;
	display:flex;
}
.header_rightt a.mail_headerr{
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #F38036;
	text-decoration:underline;
	margin-left:10px;
}
.header_rightt img{
	margin-right:10px;
}
/*****/

.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: 18px;
    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*/
.slider{
   width: 100%; 
   display: block;
   position: relative;
   z-index: 1;
   overflow: hidden;
}

.slider .inner{
    padding-top: 100px;
	padding-top: 90px;
}

.slider ul.bxslider > li {
  height: 600px;
  height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover!important;
}

.slider .container{
    width: 100%;
    height: 100%;
}
.advantages a{
	display:block;
}
.advantages a:hover span{
	color: #f26700;
}
.advantages a:hover .icon{
	color: #f26700;
}


.slider .col {
  width: 50%;
  height: 100%;
  padding-left: 30px;
  float: left;
  position: relative;
  padding: 50px;
  background: rgba(0, 0, 0, 0.3);
}

.slider .t_dark .col {
  background: rgba(255, 255, 255, 0.6);
}

.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-size: 20px;
    font-weight: 700;
    line-height: 42px;
	line-height: 22px;
}

.slider .title_slider.white{
    color: #fff;
}

.slider p{
    margin-top: 25px;
	margin-top: 22px;
    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 .img img{
    max-width: 100%;
}

.slider .col li {
  margin-bottom: 8px;
  padding-left: 23px;
  position: relative;
  color: #3b3b3b;
  font-size: 13px;
  line-height: 18px;
}

.slider .t_white .col li {
  color: #fff;
}

.slider .col ul {
  list-style: none;
  margin-bottom: 35px;
}

.slider .col ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: 0px;
}

.bx-wrapper {
    width: 100%;
    height: 100%;
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper .bx-viewport {
	background: transparent;
	height: auto;
	/*fix other elements on the page moving (on Chrome)*/
	-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;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev{
	left: 0px;
	background: rgba(0,0,0,.2) url(/bitrix/templates/courses/css/../img/slider/pre.png) 13px center no-repeat ;
}

.bx-wrapper .bx-next{
	right: 0px;
	background: rgba(0,0,0,.2) url(/bitrix/templates/courses/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;
}


/* PAGER */
.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*/
.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;
}
.content .sidebar.sidebar_new{
    width: 45%;
    float: left;
}
.content .main_block.main_block_new{
    width: 55%;
    float: left;
}


.content .sidebar_contact{
    width: 35%;
    float: left;
}
.main_block_contact{
	width: 65%;
    float: left;
    padding-left: 65px;
}
.contact_item{
	padding: 0 10px 0 60px;
    position: relative;
	margin-bottom:40px;
}
.contact_item span{
	display: block;
    margin-bottom: 15px;
    color: #3b3b3b;
    font-size: 19px;
    font-weight: 700;
}
.contact_item p {
    margin-bottom: 0;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 19px;
}
.aboute_block1{
	padding-left:73px;
	padding-right:30px;
	padding-top:26px;
	padding-bottom:34px;
	box-shadow: 0px 4px 10px 0px #00000040;
	margin-bottom:123px;
	text-align: center;
	background:url(/bitrix/templates/courses/css/../img/aboute_block1.png) top right no-repeat;
	
}
.aboute_block1 h2{
	display:inline-block;
	text-align:center;
	margin-bottom:16px;
	font-family: "Inter", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 36.8px;
	text-align: center;
	color: #F38036;
	padding-bottom:27px;
	border-bottom: 2px solid #F38036;
	padding-left:45px;
	padding-right:45px;
	margin-left:auto;
	margin-right:auto;
}
.aboute_block1 div{
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 18.15px;
	text-align: center;
	color: #494949;

}
.aboute_block2{
	margin-bottom:56px;
	background: #3F3F3F;
	padding-left:22px;
	padding-right:22px;
	padding-top:26px;
	padding-bottom:55px;
}
.aboute_block2_title{
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 27.6px;
	text-align: center;
	color: #F38036;
	margin-bottom:22px;
}
.aboute_block_row{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 46px 0px;
}
.aboute_block_iteam{
	width: 33.3%;
	box-sizing: border-box;
	text-align: center;
}
.aboute_block_iteam_title{
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16.94px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:14px;
	padding-left:15px;
	padding-right:15px;
}
.aboute_block_iteam_border{
	width:120px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 2px solid #F38036;
}
.aboute_block_iteam svg{
	margin-bottom:15px;
}

.aboute_block3{
	margin-bottom:107px;
}
.aboute_block3_title{
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 27.6px;
	text-align: center;
	margin-bottom:48px;
	color: #F38036;

}
.aboute_block3_row{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 70px 0px;
}
.aboute_block3_iteam{
	width: 231px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0px 0px 16.4px 0px #00000040;
	padding-bottom:38px;
}
.aboute_block3_iteam_title{
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16.94px;
	text-align: center;
	color: #F26700;
	margin-bottom:17px;
	display:block;
	padding-left:19px;
	padding-right:19px;
}
.aboute_block3_iteam_title a{
	text-decoration:none;
	font-size: 14px;
	font-weight: 700;
	line-height: 16.94px;
	color: #F26700;
}
.aboute_block3_iteam_text{
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.94px;
	text-align: center;
	color: #494949;
	padding-left:19px;
	padding-right:19px;

}
.aboute_block3_iteam_img{
	width:100%;
	height:94px;
	line-height:94px;
	text-align:Center;
	margin-bottom:16px;
	background:#3F3F3F url(/bitrix/templates/courses/css/../img/aboute_block3_iteam_img.png) center right no-repeat ;
}
.aboute_block3_iteam_img img{
	height:94px;
	width:100%;
	object-fit: cover;
}
.aboute_block4{
	margin-bottom:91px;
	box-shadow: 0px 4px 10px 0px #00000040;
	background:url(/bitrix/templates/courses/css/../img/aboute_block4_bg.png) top right no-repeat;
	padding-left:36px;
	padding-right:300px;
	padding-bottom:39px;
	text-align: center;
	padding-top:55px;
}
.aboute_block4_title{
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 27.6px;
	text-align: center;
	padding-bottom:22px;
	border-bottom: 2px solid #F38036;
	padding-left:26px;
	padding-right:26px;
	margin-bottom:22px;
	display:inline-block;
	color: #F38036;
}
.aboute_block4_text{
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 18.15px;
	text-align: center;
	color: #494949;

}
.aboute_block5{
	margin-bottom:121px;
}
.aboute_block5_title{

	font-size: 24px;
	font-weight: 700;
	line-height: 27.6px;
	text-align: center;
	margin-bottom:75px;
	color: #F38036;
}
.team_chema{
	position:relative;
	font-family: "Inter", sans-serif;
	width:908px;width:850px;
	margin-left:auto;
	margin-right:auto;
}
.team_chema_row0{
	width:168px;
	height:59px;
	line-height:59px;
	background: #494949;
	color:#F38036;
	text-align:center;
	font-size: 24px;
	font-weight: 700;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:90px;
	border-radius:12px;
	position:relative;
}
.team_chema_row5{
	width:168px;
	height:59px;
	line-height:59px;
	background: #494949;
	color:#F38036;
	text-align:center;
	font-size: 24px;
	font-weight: 700;
	margin-left:auto;
	margin-right:auto;
	border-radius:12px;
	position:relative;
}

.strelka1{
	position:absolute;
	toP: 25px;
    left: -109px;
	width:116px!important;
	z-index:7;
}
.strelka2{
	position:absolute;
	toP: 24px;
    right: -144px;
	width:150px!important;
	z-index:7;
}
.strelka3{
	position:absolute;
	toP: -31px;
    left: -24px;
	max-width:351px!important;
	z-index:7;
}
.strelka4{
	position:absolute;
	toP: 106px;
    left: -135px;
	max-width:440px!important;
	z-index:7;
}
.strelka5{
	position:absolute;
	toP: -87px;
    left: 27px;
	max-width:12px!important;
	z-index:7;
}
.strelka6{
	position:absolute;
	toP: -93px;
    left: 27px;
	max-width:12px!important;
	z-index:7;
}
.strelka7{
	position:absolute;
	toP: -26px;
    left: -25px;
	max-width:216px!important;
	z-index:7;
}
.strelka8{
	position:absolute;
	toP: 110px;
    left: 198px;
	max-width:171px!important;
	z-index:7;
}
.strelka9{
	position:absolute;
	toP: -534px;
    left: -360px;
	max-width:599px!important;
	z-index:7;
}
.strelka10{
	position:absolute;
	toP: -37px;
    left: -112px;
	max-width:350px!important;
	z-index:7;
}
.strelka11{
	position:absolute;
	toP: -116px;
    left: 155px;
	max-width:12px!important;
	z-index:7;
}
.strelka12{
	position:absolute;
	toP: -26px;
    left: -24px;
	max-width:351px!important;
	z-index:7;
}
.strelka13{
	position:absolute;
	toP: -33px;
    left: -228px;
	max-width:228px!important;
	z-index:7;
}
.team_chema_row1{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:0px 15px;
	margin-bottom:103px;
}
.hidden_pc{
	display:none;
}
.team_chema_iteam1{
	width: 200px;
	box-sizing: border-box;
	position:relative;
}
.team_chema_iteam1.chld2{
	margin-right:85px;
}
.team_chema_iteam_title{
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16.94px;
	text-align: left;
	color: #F26700;
}
.team_chema_iteam_title2{
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24.2px;
	text-align: left;
	color: #F26700;
}
.team_chema_row2{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-items: flex-end;
    gap:0px 37px;
	margin-bottom:41px;
}
.team_chema_iteam2{
	width: 338px;
	box-sizing: border-box;
	
	position:relative;
}
.content .team_chema_iteam1 img{
	max-width:100%;
	width:auto;
	margin-bottom:8px;
}
.team_chema_row2 .team_chema_iteam1 img{
	width:186px;
}
.line2{
	position:absolute;
	right:0px;
	top:-67px;
	z-index:7;
}
.line1{
	position:absolute;
	right:0px;
	top:-185px;
	width:44px!important;
	border-radius:0px!important;
	z-index:7;
}
.line3{
	position:absolute;
	right:0px;
	top:-60px;
	width:109px!important;
	border-radius:0px!important;
	z-index:7;
}
.line4{
	position:absolute;
	right:0px;
	top:0px;
	width:77px!important;
	border-radius:0px!important;
	z-index:7;
}
.line5{
	position:absolute;
	right:84px;
	top:-88px;
	width:109px!important;
	border-radius:0px!important;
	z-index:7;
}
.team_chema_row3{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:0px 15px;
	margin-bottom:54px;
}
.team_chema_row4{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:0px 15px;
	margin-bottom:61px;
}
.team_chema_iteam3{
	width: 186px;
	width: calc(25% - 22px);
	box-sizing: border-box;
	position:relative;
}
.team_chema_iteam3 img{
	max-width:100%;
	margin-bottom:9px;
}



.contact_item:before {
    /*content: url(/bitrix/templates/courses/css/../img/header/place.png);
    position: absolute;
    top: -2px;
    left: 0px;*/
}
.contact_item .icon{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 38px;
	color: #f26700;
}
.line_m1{
	display:none;
}
.line_m2{
	display:none;
}
.line_m3{
	display:none;
}
.line_m4{
	display:none;
}
.line_m5{
	display:none;
}
.team_chema_iteam_title.new{
	display:none;
}
.contact_item2{
	margin-bottom:20px;
	padding: 0 10px 0 60px;
}
.contact_item2 span{
	color: #3b3b3b;
    font-size: 15px;
    line-height: 19px;
    display: block;
    font-weight: 500;
	margin-bottom: 15px;
}
.content .contact_item2 p {
	color: #3b3b3b;
    font-size: 15px;
    line-height: 19px;
    display: block;
    font-weight: 600;
}
.contact_item3{
	padding: 0 10px 0 60px;
    position: relative;
	margin-bottom:40px;
}
.contact_item3 a{
	display: block;
    font-size: 16px;
    font-weight: 500;
	color: #f26700;
}
.contact_item3 a.tell{
	font-size: 20px;
	margin-bottom: 15px;
}


.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 .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/courses/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/courses/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/courses/css/../img/content/doc.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.csv:before{
    content: url(/bitrix/templates/courses/css/../img/content/csv.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.txt:before{
    content: url(/bitrix/templates/courses/css/../img/content/txt.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.pdf:before{
    content: url(/bitrix/templates/courses/css/../img/content/pdf.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.xls:before{
    content: url(/bitrix/templates/courses/css/../img/content/xls.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.jpg:before{
    content: url(/bitrix/templates/courses/css/../img/content/jpg.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.none:before{
    content: url(/bitrix/templates/courses/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 .text_block{
	padding-top:25px;
}

.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/courses/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*/
.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*/
.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: 30px 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*/
.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{
    
}

.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*/
.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*/
.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*/
.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.new .item .description{
	padding: 0px;
    background-color: transparent;
    border: none;
	
	padding-right:15px;
	padding-top:150px;
    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;*/
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.94px;
	text-align: left;
	color: #DFDFDF;
	margin-bottom:16px;
	padding-bottom:16px;
	border-bottom:solid 4px #F26700;
	width:187px;
	display:block;
	padding-left:25px;
}
.blog .item.item_big .date{
	padding-left:25px;
	margin-bottom:12px;
	padding-bottom:12px;
}
.blog .item .title{
    display: block;
    height: 55px;
    margin-top: 10px;
    color: #3b3b3b;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    overflow: hidden;
}
.blog.new .item .title{
    display: block;
    margin-top: 0px;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 24.2px;
	text-align: left;
	color:#fff;
	padding-left:11px;
	height: 72px;
	overflow: hidden;
	text-shadow: #000 1px 1px 10px;
}



.blog .item.item_big .title{
	padding-left:25px;
	font-size: 24px;
	font-weight: 900;
	line-height: 29.05px;
}
.title_sidebar{
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 29.05px;
	text-align: left;
	color: #494949;
	margin-bottom:24px;
	margin-top:79px;
}
.blog .item .title a{
    color: inherit;
}

/*Info_block*/
.info_block{
    width: 100%;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.info_block .left{
    width: 68%;
    float: left;
    padding-right: 33px;
}

.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;
}

.right .news{
    margin-bottom:60px;
}

.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;
}

/*ques*/
.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*/
.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*/
.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/courses/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/courses/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*/
.map_main {
    width: 100%;
    background-color: #ccc;
    height: 500px;
    position: relative;
}

.map_main .container{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.map_main .chisel{
    max-width: 340px;
    padding: 45px 15px 45px 55px;
    background: #fff;
}

.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/courses/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/courses/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/courses/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*/
.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{
    
}

.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{
    
}

.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_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%;
}

.list,
.services_detail_text ul,
.services_detail_text ol{
    list-style: none;
    margin-bottom: 35px;
}

.list li,
.services_detail_text ul li,
.services_detail_text ol li{
    margin-bottom: 8px;
    padding-left: 23px;
    position: relative;
    color: #3b3b3b;
    font-size: 13px;
    line-height: 18px;
}

.list li:before,
.services_detail_text ul li:before,
.services_detail_text ol li:before{
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 8px;
    left: 0px;
}


.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{
    
}

.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*/
.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);
}

.services_detail_text table{
    width: 100%;
}

.services_detail_text table tr td{
    padding: 20px 0;
    vertical-align: middle;
    
}

.services_detail_text table tr td:first-child{
    padding-right: 20px;
}

.services_detail_text table tr td:nth-child(3){
    width: 140px;
}

.services_detail_text table tr td:last-child{
    padding-right: 5px;
	padding-left: 5px;
    width: 196px;
	border-left: 2px solid #C6C6C6;
	text-align:center;
}

.services_detail_text table thead tr td{
    color: white;
    color: #494949;
    font-size: 15px;
    font-weight: 500;
    background: rgba(249,249,249,.8);
}

.services_detail_text table tbody tr td{
    color: #494949;
    font-size: 14px;
    font-weight: 400;  
    line-height: 20px;  
}

.services_detail_text table tbody tr:nth-child(odd){
    background: rgba(249,249,249,.25);
}

.services_detail_text 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{
    
}

.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/courses/css/../img/header/place.png);
    position: absolute;
    top: -2px;
    left: 0px;
}

.contacts_in .item.icon_2:before{
    content: url(/bitrix/templates/courses/css/../img/header/mail.png);
    position: absolute;
    top: -2px;
    left: 0px;
}

.contacts_in .item.icon_3:before{
    content: url(/bitrix/templates/courses/css/../img/header/phone.png);
    position: absolute;
    top: -2px;
    left: 0px;
}

.contacts_in .item.icon_4:before{
    content: url(/bitrix/templates/courses/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/courses/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*/
.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/courses/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/courses/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/courses/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/courses/css/../img/check.png) center center no-repeat;
    
}

.custom > input[type="checkbox"]:checked + span {
   background: url(/bitrix/templates/courses/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/courses/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/courses/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/courses/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;
}

/* New Style 1.0.0*/
.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!important; }
.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;/*position:fixed*/;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/courses/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/courses/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; }

/*Courses*/
@-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; /* Safari 4+ */
  -moz-animation: fade-in 1s linear; /* Fx 5+ */
  -o-animation: fade-in 1s linear; /* Opera 12+ */
  animation: fade-in 1s linear; /* IE 10+, Fx 29+ */
}

.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/courses/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/courses/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/courses/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/courses/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;
}


.banner_sidebar_new{
	font-family: "Inter", sans-serif;
	background:  url(/bitrix/templates/courses/css/../img/content/banner_sidebar_new.png) top left no-repeat;
	padding-toP:8px;
	box-sizing: border-box;
	width:271px;
	height:266px;
}
.banner_sidebar_new_text1{
	font-size: 32px;
	font-weight: 900;
	line-height: 38.73px;
	color: #3F3F3F;
	margin-bottom:1px;
	padding-left:8px;
}
.banner_sidebar_new_text2{
	font-size: 24px;
	font-weight: 400;
	line-height: 29.05px;
	letter-spacing: 0.04em;
	color: #3F3F3F;
	margin-bottom:1px;
	padding-left:8px;
}
.banner_sidebar_new_text3{
	font-size: 14px;
	font-weight: 700;
	line-height: 16.94px;
	letter-spacing: -0.02em;
	color: #3F3F3F;
	margin-bottom:15px;
	padding-left:8px;
}
.banner_sidebar_new_text4{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	line-height: 14.95px;
	letter-spacing: -0.01em;
	text-align: left;
	padding-left:10px;
	padding-toP:14px;
	padding-bottom:12px;
	background:  url(/bitrix/templates/courses/css/../img/content/banner_sidebar_new_text4.png) top left no-repeat;
}
.banner a:hover{
	text-decoration:none!important;
}

.form_uslugi_new{
	background: #3F3F3F;
	padding-toP:41px;
	padding-bottom:41px;
	padding-left:36px;
	padding-right:44px;
	 display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	justify-content:flex-start;
    gap: 0px 52px;
	position:relative;
}
.free_consult{
	background:  url(/bitrix/templates/courses/css/../img/free_consult.png) top left no-repeat;
	width:147px;
	height:120px;
	position:absolute;
	toP:-5px;
	right:-5px;
	z-index:77;
	box-sizing: border-box;
	text-align:center;
	font-size: 13px;
	font-weight: 600;
	line-height: 15.73px;
	color: #F38036;
	display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	padding-left: 18px;
	padding-top: 16px;
}
.free_consult svg{
	margin-bottom:2px;
}
.form_uslugi_new.top_form{
	margin-bottom:38px;
}
.form_uslugi_new_left{
	width:320px;
}
.form_uslugi_new_right{
	width:356px;
}
.form_uslugi_title{
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 18.15px;
	text-align: left;
	color:#fff;
	margin-bottom:19px;
}
.form_uslugi_new_right .input input[type="email"]{
	border:none;
	border-bottom:solid 1px #fff;
	margin-bottom:20px;
	background:none;
	padding-left:0px;
	height:20px;
	color:#fff;
	border-radius:0px!important;
}
.form_uslugi_new_right .input input[type="text"]{
	border:none;
	border-bottom:solid 1px #fff;
	margin-bottom:20px;
	background:none;
	padding-left:0px;
	height:20px;
	color:#fff;
	border-radius:0px!important;
}
.form_uslugi_new_right .form label{
	color:#fff;
}
.form_uslugi_title2{
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 15.73px;
	text-align: left;
	color:#fff;
	margin-toP:10px;
}
.form_uslugi_new_right .form .processing-block {
    padding: 0px;
    margin-bottom: 10px;
}
.form_uslugi_new_left{
	padding-top:7px;
}
.form_uslugi_new_left img{
	margin-bottom:38px;
}
.content .form_uslugi_new_left ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.main_block .form_uslugi_new_left ul li{
	padding-left:47px;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 31px;
	text-align: left;
	color:#fff;
	margin-bottom:26px;
}
.form_uslugi_new_left ul li:last-child{
	margin-bottom:0px;
}
.form_uslugi_new_left ul li:nth-child(1){
	background:url(/bitrix/templates/courses/css/../img/content/form_uslugi_li1.png) center left no-repeat;
}
.form_uslugi_new_left ul li:nth-child(2){
	background:url(/bitrix/templates/courses/css/../img/content/form_uslugi_li2.png) center left no-repeat;
}
.form_uslugi_new_left ul li:nth-child(3){
	background:url(/bitrix/templates/courses/css/../img/content/form_uslugi_li3.png) center left no-repeat;
}
.tabs_row{
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 11px 10px;
	margin-bottom:30px;
}
.tabs_iteam{
	width: calc(33.333% - 15px);
	height:58px;
	display:flex;
	background: #F26700;
	border-radius:10px;
	text-align:center;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 19.36px;
	color:#fff;
	align-items: center;
	padding-left:15px;
	padding-right:15px;
	 box-sizing: border-box;
}
.tabs_iteam.active{
	background: #3F3F3F;
}
.table_tabs{
	display:none;
}
.table_tabs.active{
	display:block;
}



.text_align_left{
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}
.text_bold{
	font-weight:bold;
}

.project_row_mob{
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0px 27px;
	margin-bottom:15px;
}
.project_left_mob{
	width:73px;
}
.project_right_mob{
	width: calc(100% - 100px);
	min-height:73px;
	display: flex;
    align-items: center;
}
.project_right_text1_mob{
	color: #3B3B3B;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
}
.project_title_mob{
	color: #F38036;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
}

.project_text_mob ul li{
	list-style-type:none!important;
}
.project_text_mob{
	margin-bottom:10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #3B3B3B;
}
.project_right_text1_mob span{	
	color: #767676;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 11px;
	display:block;
	margin-bottom:5px;
}
.project_row{
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0px 27px;
}
.project_left{
	width:410px;
}
.project_left img{
	max-width:100%;
}
.project_right{
	width: calc(100% - 437px);
}
.project_right_title{
	font-family: "Inter", sans-serif;
	font-size: 27px;
	font-weight: 600;
	line-height: 32.68px;
	text-align: left;
	margin-bottom:13px;
	color: #F38036;
}
.project_right_text1{
	color: #787878;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 15.73px;
	margin-bottom:13px;
}
.project_right_text2{
	color: #494949;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.36px;
	text-align: left;
	margin-bottom:13px;
}
.project_right ul{
	margin:0px;
	padding:0px;
}
.project_right ul li{
	color: #494949;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.36px;
	text-align: left;
	margin-bottom:0px;
}
.services_detail_text ul.bxslider li{
	padding-left:0px!important;
}
.services_detail_text ul li:before{
	/*display:none!important*/
}


.services_detail_text ul.bxslider li.slider_otzif_li{
	padding-left:21px!important;
	position:relative;
}

.slider_otzif{
	background: #D9D9D9;
	border-radius:25px;
	padding-left:33px;
	padding-top:33px;
	padding-right:18px;
	padding-bottom:24px;
	box-sizing: border-box;
	position:relative;
}
.slider_otzif_text{
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24.2px;
	text-align: left;
	color:#494949;
	margin-bottom:35px;
	
}
.slider_otzif_svg{
	margin-bottom:18px;
}
.show_all_otzif{
	
	text-align:right
}
.show_all_otzif a{
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.36px;
	text-align: left;
	text-decoration-line: underline;
	text-decoration-style: solid;
	color: #656565!important;
}
.show_all_otzif a:hover{
	text-decoration:none!important;
}
.slider.slider_otzif_new ul.bxslider > li{
	height:300px;
}
.slider.slider_otzif_new{
	margin-bottom:30px;
}
.slider_otzif_aftor{
	height:83px;
	width:397px;
	border-radius:25px;
	background: #fff;
	box-shadow: 0px 4px 4px 0px #00000040;
	padding-left:80px;
	padding-toP:16px;
	box-sizing: border-box;
	position:absolute;
	left:-14px;
	bottom:-18px;
}
.slider_otzif_aftor_inner{
	position:relative;
}
.after_titlee{
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.36px;
	color:#494949;
	margin-bottom:5px;
}
.after_titlee2{
	color:#F38036;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 15.73px;
	text-align: left;
}
.slider_otzif_aftor_inner svg{
	position:absolute;
	toP:0px;
	left:-58px;
}
.services_detail_text .slider ul li:before{
	display:none!important;
}

.project_detail_new{
	font-family: "Inter", sans-serif;
}
.content .project_detail_new h1{
	font-size: 27px;
	font-weight: 600!important;
	line-height: 32.68px;
	text-align: center;
	color: #494949;
	margin-bottom:35px;
}
.project_detail_new img{
	margin-bottom:30px;
	max-width:100%;
}
.project_detail_new_text1{
	box-shadow: 0px 0px 8px 0px #00000040;
	padding-top:45px;
	padding-left:38px;
	padding-right:38px;
	padding-bottom:44px;
	margin-bottom:30px;
	color: #494949;
	font-family: Inter;
	font-size: 15px;
	font-weight: 400;
	line-height: 18.15px;
	text-align: center;
}
.project_detail_new_text1 p:last-child{
	margin-bottom:0px;
}
.content .project_detail_new h2{
	font-size: 20px;
	font-weight: 600!important;
	line-height: 24px;
	text-align: center;
	color: #494949;
	margin-bottom:30px;
}
.content .project_detail_new ul{
	padding:0px;
	margin:0px;
	margin-bottom:30px;
	list-style-type:none;
}
.content .project_detail_new ul li{
	margin-bottom:21px;
	padding-left:48px;
	background: url(/bitrix/templates/courses/css/../img/li_bg_project.png) center left no-repeat;
	font-family: Inter;
	font-size: 15px;
	font-weight: 900;
	line-height: 18.27px;
	text-align: left;
	color: #494949;
	text-decoration:none;
	min-height:21px;	
}
.content .project_detail_new ul li span{
	display:block;
	color: #F38036;
	text-decoration-line: underline;
	text-decoration-style: solid;
}
.content .project_detail_new ul li a{
	display:block;
	color: #F38036;
	text-decoration-line: underline;
	text-decoration-style: solid;
}
.project_detail_new_citata{
	padding-left:37px;
	
	margin-bottom:30px;
	padding-toP:48px;
	position:relative;
}
.project_detail_new_citata_text{
	font-size: 20px;
	font-weight: 600;
	line-height: 24.2px;
	text-align: center;
	padding-right:37px;
	color: #494949;
	margin-bottom:15px;
}
.project_detail_new_citata img{
	position:absolute;
	top:0px;
	left:37px;
}
.project_detail_new_citata_aftor{
	width:265px;
	float:right;
}
.project_detail_new_citata_aftor2{
	font-size: 15px;
	font-weight: 900;
	line-height: 18.27px;
	text-align: left;
	color: #F38036;
}
.project_detail_new_citata_doljnost{
	color: #303030;
	font-size: 15px;
	font-weight: 400;
	line-height: 18.27px;
	text-align: left;
}
.project_detail_new_more{
	font-size: 15px;
	font-weight: 400;
	line-height: 18.15px;
	text-align: center;
	color: #494949;
}
.project_detail_new_more a{
	text-decoration-line: underline;
	text-decoration-style: solid;
	color: #494949;
}
.clear{
	clear:both;
}

.project_list_new{
	font-family: "Inter", sans-serif;
}
.project_list_iteam_inner{
	padding-toP:18px;
	padding-bottom:25px;
	padding-left:25px;
	padding-right:25px;
	background: url(/bitrix/templates/courses/css/../img/shadow.png) center left no-repeat;
	background-size:cover;
	box-sizing: border-box;
}	
.project_list_iteam{
	background: url(/bitrix/templates/courses/css/../img/project_iteam_bg.png) center left no-repeat;
	background-size:cover;
	min-height:407px;
	margin-bottom:30px;
}
.project_list_iteam_name{
	font-size: 20px;
	font-weight: 600;
	line-height: 24.2px;
	text-align: left;
	color:#fff;
	margin-bottom:8px;
}
.project_list_iteam_object{
	font-size: 25px;
	font-weight: 600;
	line-height: 30.26px;
	text-align: left;
	color: #F38036;
	margin-bottom:26px;
}	
.project_list_row{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0px;
	padding-left:22px;
	padding-right:22px;
	margin-bottom:16px;
}
.project_list_row_iteam{
	width: 229px;
	box-sizing: border-box;
	border-radius:25px;
	background: rgba(255, 255, 255, 0.72);
	position:relative;
}
.project_list_row_iteam_text{
	font-size: 15px;
	font-weight: 400;
	line-height: 18.15px;
	text-align: left;
	color: #494949;
	padding-left:12px;
	padding-right:17px;
	padding-top:31px;
	padding-bottom:20px;
}
.main_block .project_list_row_iteam_text ul li{
	font-size: 15px;
	font-weight: 400;
	line-height: 18.15px;
}
.project_list_cel{
	width:109px;
	height:39px;
	border-radius:25px;
	background:#fff;
	text-align:center;
	line-height:39px;
	font-size: 16px;
	font-weight: 700;
	color: #F38036;
	position:absolute;
	top:-18px;
	left:0px;
	z-index:7;
}
.project_list_iteam_next{
	width:204px;
	height:32px;
	background: #F38036;
	border-radius:5px;
	line-height:32px;
	text-align:Center;
	float:right;
	display:block;
	color:#fff!important;
	font-size: 12px;
	font-weight: 900;
	margin-right:22px;
}

@media only screen and (max-width : 767px) {
	.project_list_row_iteam{
		width:100%;
	}
	.project_list_row{
		padding-left:0px;
		padding-right:0px;
	}
	.project_list_iteam_next{
		margin-right:0px;
	}
	.project_list_iteam{
		margin-bottom:20px;
	}
	.project_list_iteam_name{
		font-size: 15px;
		font-weight: 600;
		line-height: 18.15px;
		margin-bottom:4px;
	}
	.project_list_iteam_object{
		font-size: 20px;
		font-weight: 600;
		line-height: 24px;
		margin-bottom:32px;
	}
	.project_list_cel {
		width: 91px;
		height: 31px;
		line-height: 31px;
		font-size: 15px;
	}
	.project_list_row_iteam_text{
		line-height: 14px;
		font-size: 12px;
	}
	
}






.aboute_block4_1{
	margin-bottom:91px;
	box-shadow: 0px 4px 10px 0px #00000040;
	background:url(/bitrix/templates/courses/css/../img/aboute_block4_1_bg.png) top left no-repeat;
	padding-right:19px;
	padding-left:383px;
	padding-bottom:37px;
	text-align: center;
	padding-top:38px;
}
.aboute_block4_2{
	margin-bottom:91px;
	box-shadow: 0px 4px 10px 0px #00000040;
	background:url(/bitrix/templates/courses/css/../img/aboute_block4_2_bg.png) top right no-repeat;
	padding-right:366px;
	padding-left:36px;
	padding-bottom:36px;
	text-align: center;
	padding-top:38px;
}
.aboute_block4_3{
	margin-bottom:91px;
	background:url(/bitrix/templates/courses/css/../img/aboute_block4_3_bg.png) bottom right no-repeat;
	padding-right:366px;
	padding-left:36px;
	padding-bottom:0px;
	text-align: center;
	padding-top:0px;
}
.aboute_block4_title_1{
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 27.6px;
    text-align: left;
    margin-bottom: 22px;
    color: #F38036;
}
.aboute_block4_1_border{
	border-bottom: 2px solid #F38036;
	width:180px;
	margin-bottom:22px;
}
.aboute_block4_1 .aboute_block4_text{
	text-align:left;
}
.aboute_block4_2 .aboute_block4_text{
	text-align:left;
}
.aboute_block4_3 .aboute_block4_text{
	text-align:left;
}
.main_block ul li span{
	font-weight:bold;
}


.iteams_home2{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0px 22px;
	margin-bottom:60px;
	margin-top:60px;
}
.iteams_home2_iteam_left{
	max-width:385px;
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
	align-content: center;
	gap: 20px 0px
}
.iteams_home2_iteam_right{
	max-width:385px;
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
	align-content: center;
	gap: 20px 0px
}
.iteams_home2_iteam{
	display:flex;
	padding-left:17px;
	padding-right:20px;
	padding-top:24px;
	padding-bottom:20px;
	background:url(/bitrix/templates/courses/css/../img/iteams_hame2_iteam_bg.png) bottom center no-repeat;
	border-radius:25px;
	max-width:385px;
	font-family: "Inter", sans-serif;
	position:relative;
	flex-direction: row;
    flex-wrap: wrap;
	min-height:212px;
}
.iteams_home2_iteam2{
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 27.6px;
	text-align: center;
	color:#F38036;
	padding-toP:0px;
	padding-left:33px;
	padding-right:33px;
	min-height:212px;
	display: flex;
	align-items: center;
}
.iteams_home2_iteam_name{
	font-size: 20px;
	font-weight: 600;
	line-height: 24.2px;
	text-align: left;
	margin-bottom:32px;
	color:#494949;
}
.iteams_home2_iteam_text{
	font-size: 13px;
	font-weight: 400;
	line-height: 15.73px;
	text-align: left;
	color:#494949;

}
.circle1{
	width:32px;
	height:32px;
	background:#F38036;
	position:absolute;
	right:20px;
	top:20px;
	z-index:7;
	border-radius:100%;
}
.circle2{
	width:32px;
	height:32px;
	line-height:32px;
	background:#fff;
	position:absolute;
	right:35px;
	top:20px;
	z-index:7;
	border-radius:100%;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color:#494949
}
.celi_home{
	padding-top:41px;
	padding-left:57px;
	padding-right:345px;
	padding-bottom:42px;
	font-family: "Inter", sans-serif;
	max-width:833px;
	background:url(/bitrix/templates/courses/css/../img/celi_home1.png) right center no-repeat;
}
.celi_home1{
	margin-bottom:60px;
	box-shadow: 0px 4px 10px 0px #00000040;
	display:flex;
	justify-content: center;
}
.celi_home_title{
	font-size: 24px;
	font-weight: 700;
	line-height: 27.6px;
	text-align: center;
	margin-bottom:22px;
	color:#F38036;
}
.celi_home_border{
	width:180px;
	border-bottom:solid 1px #F38036;
	margin-bottom:23px;
	margin-left:auto;
	margin-right:auto;
}
.celi_home ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.celi_home ul li{
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color:#494949;
	margin-bottom:22px;
	padding-left:48px;
	background:url(/bitrix/templates/courses/css/../img/celi_home_bg.png) left center no-repeat;
}
.celi_home ul li:last-child{
	margin-bottom:0px;
}
.home_title_new1{
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24.2px;
	text-align: center;
	margin-bottom:60px;
}
.content .sidebar_contact{
	box-shadow: 0px 4px 10px 0px #00000040;
	padding-toP:69px;
	padding-left:29px;
}
.main_block_contact{
	padding-left:0px;
}
.contact_title{
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 27.6px;
	text-align: center;
	margin-bottom:22px;
	color:#F38036;
}
.contact_border{
	margin-bottom:22px;
	width:231px;
	border-bottom:solid 2px #F38036;
	margin-left:auto;
	margin-right:auto;
}

.banner_new1{
	box-shadow: 0px 3px 7.8px 0px #00000040;
	margin-bottom:42px;
	padding-toP:32px;
	padding-left:18px;
	padding-right:219px;
	padding-bottom:32px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20.8px;
	letter-spacing: 0%;
	background:url(/bitrix/templates/courses/css/../img/banner_new1_bg.png) right center no-repeat;
}
.banner_text_row{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:0px 57px;
	margin-bottom:40px;
}
.banner_text_left{
	display: flex;
	width:257px;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #3B3B3B;
}
.banner_text_right{
	display: flex;
	width:533px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20.8px;
	letter-spacing: 0%;
	color: #3B3B3B;
	flex-wrap: wrap;
}
.banner_text_right h4{
	font-weight: 700;
	font-size: 16px;
	line-height: 20.8px;
	letter-spacing: 0%;
	color: #3B3B3B;
	margin-bottom:5px;
}
.banner_text_right a{
	font-weight: 700;
	font-size: 16px;
	line-height: 20.8px;
}
.banner_text_row .banner_text_right p{
	margin-bottom:10px;
}
.banner_text_row2{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:0px 0px;
	margin-bottom:65px;
}
.banner_iteam{
	background: #D9D9D9;
	width:25%;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0%;
	padding-left:14px;
	padding-right:35px;
	padding-top:17px;
	padding-left:17px;
	min-height:196px;
	position:relative;
}
.banner_iteam2{
	background: #F38036;
	width:25%;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0%;
	padding-left:14px;
	padding-right:35px;
	padding-top:17px;
	padding-left:17px;
	min-height:196px;
	position:relative;
}
.strelkaa1{
	background:url(/bitrix/templates/courses/css/../img/strelkaa1.png) center center no-repeat;
	width:77px;
	height:34px;
	position:absolute;
	right: -54px;
    z-index: 77;
    bottom: -13px;
}
.strelkaa2{
	background:url(/bitrix/templates/courses/css/../img/strelkaa2.png) center center no-repeat;
	width:77px;
	height:34px;
	position:absolute;
	right: -54px;
    z-index: 77;
    bottom: -13px;
}
.strelkaa3{
	background:url(/bitrix/templates/courses/css/../img/strelkaa3.png) center center no-repeat;
	width:39px;
	height:39px;
	position:absolute;
	right: 17px;
    z-index: 77;
    bottom: 16px;
}
.banner_title{
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #494949;
	text-align:center;
	margin-bottom:20px;
}



@media only screen and (max-width: 767px) {
    .aboute_block4_1{
		padding-bottom:315px;
		padding-left:24px;
		padding-right:24px;
		margin-bottom:67px;
		padding-top:31px;
		background:url(/bitrix/templates/courses/css/../img/aboute_block4_1_mob_bg.png) bottom center no-repeat;
	}
	.aboute_block4_2{
		padding-bottom:315px;
		padding-left:24px;
		padding-right:24px;
		margin-bottom:67px;
		padding-top:31px;
		background:url(/bitrix/templates/courses/css/../img/aboute_block4_1_mob_bg.png) bottom center no-repeat;
	}
	.aboute_block4_3{
		padding-bottom:315px;
		padding-left:24px;
		padding-right:24px;
		padding-top:31px;
		margin-bottom:67px;
		background:url(/bitrix/templates/courses/css/../img/aboute_block4_3_bg.png) bottom center no-repeat;
	}
	
	
	.aboute_block4_title_1{
		text-align:center;
	}
	.aboute_block4_1_border{
		margin-left:auto;
		margin-right:auto;
	}
	.aboute_block4_1 .aboute_block4_text{
		text-align:center;
	}
	.aboute_block4_2 .aboute_block4_text{
		text-align:center;
	}
	.aboute_block4_3 .aboute_block4_text{
		text-align:center;
	}
	
	.services .more, .services .title_block{
		padding-left:23px;
		padding-right:23px;
	}
	.iteams_home2{
		gap:20px 0px;
	}
	.iteams_home2_iteam_left{
		max-width:100%;
		padding-left:23px;
		padding-right:23px;
		justify-content: center;
	}
	.iteams_home2_iteam_right{
		max-width:100%;
		padding-left:23px;
		padding-right:23px;
		justify-content: center;
	}
	.iteams_home2_iteam2{
		padding-bottom:8px;
	}
	.iteams_home2_iteam{
		background-size:cover;
	}
	.celi_home{
		background:none;
		max-width:100%;
		padding-left:24px;
		padding-right:16px;
	}
	.celi_home2{
		padding-left:23px;
		padding-right:23px;
	}
	.info_block{
		padding-left:23px;
		padding-right:23px;
	}
	.partners{
		padding-left:23px;
		padding-right:23px;
	}
	.banner_new1{
		padding-toP: 17px;
		padding-left: 18px;
		padding-right: 149px;
		padding-bottom: 11px;
	}
	.banner_text_left{
		width:100%;
		display:block;
		margin-bottom:24px;
	}
	.banner_text_right{
		width:100%;
		display:block;
		padding-left:43px;
	}
	.banner_text_row{
		width:100%;
		display:block;
	}
	.banner_iteam{
		width:100%;
		min-height: 142px;	
		padding-right: 80px;
		padding-top: 21px;
		padding-left: 14px;
	}
	.banner_iteam2{
		width:100%;
		min-height: 142px;
		padding-right: 80px;
		padding-top: 21px;
		padding-left: 14px;
	}
	.banner_text_row2{
		padding-right:40px;
		margin-bottom: 41px;
	}
	.strelkaa1{
		background:url(/bitrix/templates/courses/css/../img/strelkaa1_mon.png) center center no-repeat;
		width:34px;
		height:77px;
		position:absolute;
		right: -18px;
        z-index: 77;
        bottom: -50px;
	}
	.strelkaa2{
		background:url(/bitrix/templates/courses/css/../img/strelkaa2_mon.png) center center no-repeat;
		width:34px;
		height:77px;
		position:absolute;
		right: -18px;
        z-index: 77;
        bottom: -50px;
	}
	.banner_title{
		text-align:left;
	}
	
}




/* End */


/* Start:/bitrix/templates/courses/css/media.css?174154319138684*/
/*==========  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;
    }
}



@media only screen and (max-width : 1280px) {
	.about_company .form h2{
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
	}
	.team_chema {
		width: 610px;
	}
	.team_chema_iteam1 {
		width: 139px;
	}
	.strelka4 {
		position: absolute;
        toP: 65px;
        left: -112px;
        max-width: 382px !important;
	}
	.team_chema_iteam1.chld2 {
		margin-right: 110px;
	}
	.strelka7 {
		max-width: 141px !important;
	}
	.strelka12 {
		position: absolute;
		toP: -26px;
		left: -24px;
		max-width: 255px !important;
		z-index: 7;
	}
	.strelka10 {
		position: absolute;
		toP: -37px;
		left: -112px;
		max-width: 290px !important;
		z-index: 7;
	}
	.team_chema_iteam_title {
		font-size: 12px;
	}
	.strelka11 {
		position: absolute;
		toP: -108px;
		left: 125px;
		max-width: 10px !important;
		z-index: 7;
	}
	.strelka13 {
		position: absolute;
		toP: -33px;
		left: -192px;
		max-width: 193px !important;
		z-index: 7;
	}
	.strelka9 {
		position: absolute;
		toP: -493px;
		left: -356px;
		max-width: 545px !important;
		z-index: 7;
	}
	.strelka8 {
		position: absolute;
		toP: 37px;
		left: 138px;
		max-width: 95px !important;
		z-index: 7;
	}
	.strelka10 {
        position: absolute;
        toP: -37px;
        left: -101px;
        max-width: 290px !important;
        z-index: 7;
    }
	
	
	

}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.form_uslugi_new_left{
		width:260px;
	}
	
	
	.top_headerr .work {
		padding-left: 15px;
		padding-right: 15px;
	}
    .header .inner{
		padding-left: 15px;
		padding-right: 15px;
	}
	.header_rightt{
		right:15px;
	}
	.content .inner{
		padding-left: 15px;
        padding-right: 15px;
	}
	.footer .inner{
		padding-left: 15px;
        padding-right: 15px;
	}
	.header_rightt a.mail_headerr{
		margin-left:0px;
	}
	.header .callback {
		padding: 0 5px;
	}
}

@media only screen and (max-width : 1100px) {
	.form_uslugi_new_left{
		
	}
	.form_uslugi_new_right{
		width:320px;
	}
	.form_uslugi_new{
		padding-left: 25px;
		padding-right: 25px;
	}
	
}
@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;
    }
    .top_headerr .toggleMenu{
		display:none!important;
	}
	.top_headerr{
		display:none!important;
	}
    .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) {
    .content .main_block.main_block_new{
		float:none;
		width:100%;
	}
}

@media only screen and (max-width : 991px){
    .tabs_iteam{
		width: calc(50% - 15px);
		font-size: 12px;
	}
	.team_chema{
		width:400px;
		box-sizing: border-box;
		padding-left:12px;
	}
	.line1, .line2 , .line3, .line4, .line5{
		display:none;
	}
	.strelka1, .strelka2, .strelka3, .strelka4, .strelka5, .strelka6, .strelka7, .strelka8, .strelka9, .strelka10, .strelka11, .strelka12, .strelka13{
		display:none!important;
	}
	.team_chema_row0{
		margin-bottom:61px;
	}
	.team_chema_iteam1 img{
		display:none;
	}
	.team_chema_iteam_title{

		font-size: 14px;
		font-weight: 700;
		line-height: 16.94px;
		text-align: left;
		color:#fff;
	}
	.team_chema_row1 .team_chema_iteam1:nth-child(1) {
		width:137px;
		margin-bottom:43px;
	}
	.team_chema_row1 .team_chema_iteam1:nth-child(2) {
		width:170px;
		margin-right:0px;
		margin-bottom:43px;
	}
	.team_chema_row1 .team_chema_iteam1:nth-child(3) {
		width:252px;
		padding:0px;
		margin-left:67px;
		
	}
	.team_chema_row1 .team_chema_iteam1:nth-child(3) img{
		display:block;
		width:100%;
		margin-bottom:8px;
	}
	.team_chema_row1 .team_chema_iteam1:nth-child(3) .team_chema_iteam_title{
		font-size: 20px;
		font-weight: 700;
		line-height: 22.07px;
		text-align: left;
		padding-left:12px;
		padding-right:12px;
		padding-bottom:11px;
	}
	.team_chema_row1{
		margin-bottom:43px;
	}
	.team_chema_row3{
		position:relative;
		margin-bottom:68px;
		height:198px;
	}
	.team_chema_row4{
		position:relative;
		margin-bottom:70px;
		height:176px;
		margin-left: 11px;
	}
	.team_chema_row3 .team_chema_iteam1:nth-child(1) {
		width:133px;
		height:130px;
		position:absolute;
		toP:0px;
		left:0px;
		display:flex;
		align-items: center;
	}
	.team_chema_row3 .team_chema_iteam1:nth-child(2) {
		width:193px;
		height:59px;
		position:absolute;
		toP:0px;
		left:142px;
	}
	.team_chema_row3 .team_chema_iteam1:nth-child(3) {
		width:193px;
		height:59px;
		position:absolute;
		toP:71px;
		left:142px;
	}
	.team_chema_row3 .team_chema_iteam1:nth-child(4) {
		width:338px;
		height:56px;
		display:flex;
		align-items: center;
		position:absolute;
		toP:142px;
		left:0px;
	}
	
	.team_chema_row4 .team_chema_iteam1:nth-child(1) {
		width:162px;
		height:83px;
		position:absolute;
		toP:0px;
		left:0px;
		display:flex;
		align-items: center;
	}
	.team_chema_row4 .team_chema_iteam1:nth-child(2) {
		width:186px;
		height:58px;
		position:absolute;
		toP:0px;
		left:175px;
		display:flex;
		align-items: center;
	}
	.team_chema_row4 .team_chema_iteam1:nth-child(3) {
		width:191px;
		height:81px;
		position:absolute;
		toP:95px;
		left:0px;
		display:flex;
		align-items: center;
	}
	.team_chema_row4 .team_chema_iteam1:nth-child(4) {
		width:156px;
		height:102px;
		position:absolute;
		toP:73px;
		left:205px;
		display:flex;
		align-items: center;
	}
	.strelka_mob1{
		position:absolute;
		display:block;
		toP: 30px;
        left: -86px;
		max-width:86px!important;
		z-index:7;
	}
	.strelka_mob2{
		position:absolute;
		display:block;
		toP: 25px;
        left: 161px;
		max-width:99px!important;
		z-index:7;
	}
	.strelka_mob3{
		position:absolute;
		display:block;
		toP: 109px;
        left: -125px;
		max-width:352px!important;
		z-index:7;
	}
	.strelka_mob4{
		position:absolute;
		display:block!important;
		toP: 73px;
        left: 32px;
		max-width:41px!important;
		z-index:7;
	}
	.strelka_mob5{
		position:absolute;
		display:block!important;
		toP: 73px;
        left: 13px;
		max-width:12px!important;
		z-index:7;
	}
	.strelka_mob6{
		position:absolute;
		display:block!important;
		toP: -20px;
        left: -16px;
		max-width:368px!important;
		z-index:7;
	}
	.strelka_mob7{
		position:absolute;
		display:block!important;
		toP: 300px;
        left: 191px;
		max-width:12px!important;
		z-index:7;
	}
	.strelka_mob8{
		position:absolute;
		display:block!important;
		toP: -18px;
        left: -17px;
		max-width:393px!important;
		z-index:7;
	}
	.strelka_mob9{
		position:absolute;
		display:block!important;
		toP: -53px;
        left: 66px;
		max-width:12px!important;
		z-index:7;
	}
	.strelka_mob10{
		position:absolute;
		display:block!important;
		toP: 171px;
        left: 246px;
		max-width:79px!important;
		z-index:7;
	}
	.strelka_mob11{
		position:absolute;
		display:block!important;
		toP: -51px;
        left: -58px;
		max-width:65px!important;
		z-index:7;
	}
	.team_chema_iteam1{
		background: #494949;
		padding-left:12px;
		padding-right:12px;
		padding-top:13px;
		padding-bottom:13px;
		border-radius:15px;
	}
	.form h2{
		margin-left: 0px; 
		margin-right: 0px;
	}
	.line_m2{
		display:block!important;
		position:absolute;
		left:21px;
		top:-29px;
		width:104px!important;
		border-radius:0px!important;
		z-index:7;
	}
	.line_m3{
		display:block!important;
		position:absolute;
		left: -78px;
        top: -28px;
		width:78px!important;
		border-radius:0px!important;
		z-index:7;
	}
	.line_m4{
		display:block!important;
		position:absolute;
		right: 30px;
        top: -46px;
		width:32px!important;
		border-radius:0px!important;
		z-index:7;
	}
	.line_m5{
		display:block!important;
		position:absolute;
		right: -53px;
        top: 34px;
		width:53px!important;
		border-radius:0px!important;
		z-index:7;
	}
	.team_chema_row4 .team_chema_iteam3{
		background: #494949;
		padding-bottom:13px;
		padding-top:12px;
		border-radius:12px;
		width:186px;
	}
	.team_chema_row4 .team_chema_iteam_title{
		font-size: 14px;
		font-weight: 700;
		line-height: 16.94px;
		letter-spacing: -0.01em;
		text-align: left;
		color:#fff;
		padding-left:12px;
	}
	.team_chema_row4 .team_chema_iteam_title.old{
		display:none;
	}
	.team_chema_row4 .team_chema_iteam_title.new{
		display:block;
	}
	
	
	
	.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 ul.bxslider > 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;
    }
	 .content .main_block_contact{
        width: 100%;
        padding-left: 0px;
        float: none;
    }
	.content .sidebar_contact {
		width: 100%;
		float: left;
	}

    .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) {
    .top_headerr{
		border-bottom:0px;
		display:block!important;
	}
	.header_rightt {
		toP: 148px;
		z-index:77;
	}
	.header .inner {
        padding-bottom: 60px;
	}	
	.header .logo{
        width: 100%;
        text-align: center;
		text-align: left;
        float: none;
        margin-bottom: 15px;
    }      
	.header .slogan{
		position:absolute;
		width:190px;
		float:none;
		top:0px;
		right:10px;
		display:block;
		padding-left:0px;
	}	
    .slider ul.bxslider > li{
		background-size:cover!important;
	}
    .header .phone{
        width: 100%;
        max-width: 215px;
        float: none;
        margin: 0 auto 15px;
		margin:0px;
		margin-bottom:20px;
    }

    .header .phone .big {
        font-size: 16px;
    }
    
    .header .callback_container{
        width: 150px;
        float: none;
        text-align: left;
    }
    
    .slider .bx-wrapper .bx-prev,
    .slider .bx-wrapper .bx-next{
        display: none;
    }
    
    .slider .col{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 20px;
        padding-top: 20px;
    }

    .slider .col ul li{
        height: auto;
    }


    .slider .btn_list {
        display: none;
    }

    
    .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;
    }
	.blog_in .item .pic{
		background-size:auto 100%;
	}

	.services_detail_new h2{
		font-size: 15px;
		font-weight: 700;
		line-height: 17.25px;
		margin-bottom:20px;
	}
	.services_detail_new h2.mob_color{
		color: #F38036;
	}
	.content .services_detail_new .text_uslugi_new{
		font-size: 16px;
		font-weight: 400;
		line-height: 19.36px;
		text-align: center;
		margin-bottom:51px;
	}
	.services__rent_item_img{
		margin-bottom:24px;
	}
	
}

@media only screen and (max-width : 767px) {
	.aboute_block4{
		padding-right:15px;
		padding-left:15px;
		background:none;
	}
	.team_chema_scroll{
		width:100%;
		max-width:100%;
		overflow-x:scroll;
	}
	.aboute_block_row{
		gap: 26px 26px;
	}
	.aboute_block_iteam {
		width: 100%;
	}
	.aboute_block1 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.popup.popup_no_pad h2{
		margin-left: 0px; 
		margin-right: 0px;
	}
}

@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: 100%;
		width:100%!important;
        /*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) {
    .about_row{
		display:block;
	}
	.about_col1{
		display:block;
		width:100%;
	}
	.about_col{
		display:block;
		width:100%;
		margin-bottom:20px;
		max-width:100%;
	}
	.about_col_big1{
		display:block;
		width:100%;
		margin-bottom:20px;
		max-width:100%;
	}
	.about_col_big2{
		display:block;
		width:100%;
		margin-bottom:20px;
		max-width:100%;
	}
	
	.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%;
    }
	.about__slider-wrap .bx-controls{
		display:none!important;
	}
	.aboute_block3_row{
		justify-content: center;
	}
	
}

@media only screen and (max-width : 400px){
    .team_chema_scroll{
		overflow-y: hidden;
	}
	.team_chema{
		width:290px;
	}
	.team_chema_iteam1{
		padding-left: 10px;
        padding-right: 10px;
	}
	.team_chema_row0 {
		width: 151px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.team_chema_row5{
		width: 151px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.team_chema_iteam_title {
        font-size: 10px;
	}
	.team_chema_row4 .team_chema_iteam_title{
		padding-left:0px;
		font-size: 10px;
	}
	.team_chema_row1 .team_chema_iteam1:nth-child(3) .team_chema_iteam_title {
		font-size: 16px;
	}
	.team_chema_iteam1 {
        padding-top: 9px;
        padding-bottom: 9px;
	}
	.team_chema_row1 .team_chema_iteam1:nth-child(1) {
        width: 100px;
        margin-bottom: 43px;
    }
	 .team_chema_row1 .team_chema_iteam1:nth-child(2) {
        width: 125px;
        margin-right: 0px;
        margin-bottom: 43px;
    }
	.team_chema_row1 .team_chema_iteam1:nth-child(3) {
        width: 180px;
        padding: 0px;
        margin-left: 63px;
    }
	.team_chema_row3 .team_chema_iteam1:nth-child(1) {
        width: 94px;
        height: 106px;
        position: absolute;
        toP: 0px;
        left: 0px;
        display: flex;
        align-items: center;
    }
	.team_chema_row3 .team_chema_iteam1:nth-child(2) {
        width: 131px;
        height: 50px;
        position: absolute;
        toP: 0px;
        left: 102px;
    }
	.team_chema_row3 .team_chema_iteam1:nth-child(3) {
        width: 131px;
        height: 49px;
        position: absolute;
        toP: 56px;
        left: 102px;
    }
	.team_chema_row3 .team_chema_iteam1:nth-child(4) {
        width: 233px;
        height: 39px;
        display: flex;
        align-items: center;
        position: absolute;
        toP: 111px;
        left: 0px;
    }
	.team_chema_row4 .team_chema_iteam1:nth-child(1) {
        width: 110px;
        height: 64px;
        position: absolute;
        toP: 0px;
        left: 0px;
        display: flex;
        align-items: center;
    }
	.team_chema_row4 .team_chema_iteam1:nth-child(2) {
        width: 125px;
        height: 58px;
        position: absolute;
        toP: 0px;
        left: 123px;
        display: flex;
        align-items: center;
    }
	.team_chema_row4 .team_chema_iteam1:nth-child(3) {
        width: 127px;
        height: 62px;
        position: absolute;
        toP: 70px;
        left: 0px;
        display: flex;
        align-items: center;
    }
	.team_chema_row4 .team_chema_iteam1:nth-child(4) {
        width: 110px;
        height: 66px;
        position: absolute;
        toP: 64px;
        left: 139px;
        display: flex;
        align-items: center;
    }
	
	.strelka_mob1 {
        position: absolute;
        display: block;
        toP: 30px;
        left: -56px;
        max-width: 56px !important;
        z-index: 7;
    }
	.strelka_mob3 {
        position: absolute;
        display: block;
        toP: 81px;
        left: -72px;
        max-width: 260px !important;
        z-index: 7;
    }
	.strelka_mob2 {
        position: absolute;
        display: block;
        toP: 25px;
        left: 147px;
        max-width: 66px !important;
        z-index: 7;
    }
	.strelka_mob4 {
        position: absolute;
        display: block !important;
        toP: 57px;
        left: 34px;
        max-width: 35px !important;
        z-index: 7;
    }
	.strelka_mob5 {
        position: absolute;
        display: block !important;
        toP: 58px;
        left: 4px;
        max-width: 10px !important;
        z-index: 7;
    }
	.strelka_mob6 {
        position: absolute;
        display: block !important;
        toP: -7px;
        left: -12px;
        max-width: 264px !important;
        z-index: 7;
    }
	.strelka_mob7 {
        position: absolute;
        display: block !important;
        toP: 231px;
        left: 136px;
        max-width: 12px !important;
        z-index: 7;
    }
	.strelka_mob8 {
        position: absolute;
        display: block !important;
        toP: -8px;
        left: -12px;
        max-width: 268px !important;
        z-index: 7;
    }
	.strelka_mob9 {
        position: absolute;
        display: block !important;
        toP: -38px;
        left: 66px;
        max-width: 10px !important;
        z-index: 7;
    }
	.strelka_mob11 {
        position: absolute;
        display: block !important;
        toP: -44px;
        left: -53px;
        max-width: 59px !important;
        z-index: 7;
    }
	.strelka_mob10{
		display:none!important;
	}
	.team_chema_row0 {
        margin-bottom: 36px;
    }
	.team_chema_row1 {
        margin-bottom: 32px;
    }
	.team_chema_row3 {
        position: relative;
        margin-bottom: 48px;
        height: 150px;
    }
	.team_chema_row4 {
        position: relative;
        margin-bottom: 50px;
        height: 132px;
        margin-left: 0px;
    }
	
	
	
}

@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/courses/css/custom.css?174153709542797*/
/*global */

.content {
  font-size: 16px;
  line-height: 1.3;
}

.content img {
  max-width: 100%;
}

.content p {
  font-size: 16px;
  line-height: 1.3;
}

.content ul,
.content ol {
  padding-left: 20px;
  margin: 15px 0;
}

.content .breadcrumbs {
  padding-left: 0;
  margin: 0;
}

.content li::marker {
  color: #f26700;
}

.content ul li {
  line-height: 1.4;
}

.main_block ul li {
  font-size: 16px;
  line-height: 1.4;
}

.content a {
  color: #f26700;
}

.content .btn_main {
  color: #fff;
}

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

.btn {
  border-radius: 3px;
}

.toggle_search {
  cursor: pointer;
}

.img-adaptive {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

/* sidebar */

.sidebar .menu {
  padding-left: 0;
}

.sidebar .banner img{
  border-radius: 5px;
}

/* info block main */

.info_block img {
  border-radius: 5px 5px 0 0;
}

/*Services*/

.services_detail_text ul {
  padding-left: 0;
}

/*Services - home items*/
.services__home_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
}

.services__home_items .services__home_item .pic {
  border-radius: 10px 10px 0 0;
}

.services__home_items .services__home_item .name {
  top: unset;
  bottom: calc(100% + 15px);
  border-radius: 5px;
}

.services__home_item {
  float: unset !important;
  display: flex;
  flex-direction: column;
  height: 100% !important;
  width: 100% !important;
  margin-bottom: 0px !important;
}

.services__home_item .description {
  flex-grow: 1;
  height: auto !important;
}

.services_in .items {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  row-gap: 20px;
}

.services_in .item {
  width: 100%;
  height: 100% !important;
  display: flex;
  flex-direction: column;
}

.services_in .item .description {
  height: auto !important;
  flex-grow: 1;
}

.services_in .item ul {
  padding-left: 0;
  margin: 0;
}

.services .item .name {
  top: unset;
  bottom: 50px;
  left: 0;
  border-radius: 5px;
}

.services .item .description a {
  position: relative;
  width: 100%;
  display: block;
}

.services .item ul {
  margin-bottom: 30px;
}

.services .items.clearfix::before {
  display: none;
}

.service_detail .description div {
  margin-bottom: 20px;
  color: white;
  font-size: 13px;
  line-height: 22px;
}

.service_detail .description p {
  margin: 10px 0;
}

/*Services - images 4fr*/
.services-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.services-images-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

.services-images-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

/*Service - images 3fr */

.services_detail_text .services-table-images {
  margin-top: -15px;
  margin-bottom: 10px;
}

.services_detail_text .services-table-images tbody tr td {
  width: 30%;
  padding: 0;
}

.services_detail_text .services-table-images tbody tr td a {
  display: block;
}

.services_detail_text .services-table-images img {
  width: 100%;
  max-width: 315px;
  margin: 0 auto;
  display: block;
}

/*Services - items 3fr*/
.services-notice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.services-notice.it_uslugi_new{
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 60px;
	gap: 40px;
}
.services-notice-elem {
  min-width: 0;
}

.services-notice-main {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid #f26700;
  padding-bottom: 10px;
  min-height: 70px;
}
.it_uslugi_new .services-notice-main{
	border-bottom:0px;
	gap: 25px;
	padding-bottom: 0px;
}


.services-notice-main a {
  color: inherit;
  font-weight: bold;
}
.it_uslugi_new .services-notice-main a {
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	color: #303030;
}	
.services-notice-main img {
  width: 60px;
}

.services-notice-bottom {
  margin-top: 15px;
}

/*Services - table prices*/
.services_detail_text .services-prices table {
  border-spacing: 10px;
  border-collapse: separate;
}

.services_detail_text .services-prices table tbody tr:first-child {
  background: #f26700;
  color: #fff;
  text-align: center;
}

.services_detail_text .services-prices table tbody tr:first-child th {
  padding: 20px;
}

.services_detail_text .services-prices table tbody tr:nth-child(3) {
  text-align: center;

}

.services_detail_text .services-prices table tr:nth-child(3) td {
  border: 2px solid #00a7d6;
  background-color: #00a7d6;
  color: #fff;
  transition: 100ms background-color,border-color;
}

.services_detail_text .services-prices table tr:nth-child(3):hover td {
  background-color: #f26700;
  border: 2px solid #f26700;
}

.services_detail_text .services-prices table tr td:first-child {
  padding-left: 5px;
}

.services_detail_text .services-prices table tr td:last-child {
  padding-right: 5px;
}

.services_detail_text .services-prices table tr:nth-child(4) td,
.services_detail_text .services-prices table tr:nth-child(5) td {
  border: 2px solid #00a7d6;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s background-color;
}

.services_detail_text .services-prices table tr:nth-child(4):hover td {
  background-color: #00a7d6;
  color: #fff;
}

.services_detail_text .services-prices table tr:nth-child(5) td:last-child {
  padding: 0px;
}

.services_detail_text .services-prices table tr:nth-child(5) td:first-child:hover {
  background-color: #00a7d6;
  color: #fff;
}

.services_detail_text .services-prices table tr:nth-child(5) td:last-child a {
  display: flex;
  color: #00a7d6;
  font-size: 16px;
  height: 62px;
  align-items: center;
  justify-content: center;
}

.services_detail_text
  .services-prices
  table
  tr:nth-child(5)
  td:last-child:hover {
  background-color: #00a7d6;
}

.services_detail_text
  .services-prices
  table
  tr:nth-child(5)
  td:last-child:hover
  a {
  color: #fff;
}

.services_detail_text
  .services-prices
  table
  tr:nth-child(n + 6)
  td:nth-child(n + 2) {
  text-align: center;
  font-size: 16px;
}

.services_detail_text .services-prices table tr:nth-child(n + 6) td  {
  transition: 300ms background-color;
}

.services_detail_text .services-prices table tr:nth-child(n + 6):hover td {
  border-radius: 5px;
  background-color: #3f3f3f;
  color: #f6f6f6;

}

/* services list image */

.services__list-image {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
  font-weight: bold;
}

.services__list-image img {
  max-width: 200px;
  border-radius: 20px;
}

/* services it support list */

.services__it-support-list {
  margin: 50px 0;
}

.services__it-support-list::after {
  content: "";
  display: block;
  clear: both;
}

.services__it-support-list img {
  width: 100%;
  border-radius: 5px;
  float: right;
  width: 42%;
  margin-left: 30px;
}

.services__it-support-list li {
  font-weight: 500;
}

/* services 3 images */

.services__triple-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 15px;
}

.services__triple-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

/* services 2 images */

.services__hulf-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 15px;
}

.services__hulf-images img {
  width: 100%;
  border-radius: 10px;
}

/* services 1c table */

.dot {
  cursor: pointer;
}

.services_1c-suport-table {
  border: 1px solid #3f3f3f;
  margin: 15px 0;
}

.services_detail_text .services_1c-suport-table tbody tr:first-child {
  background-color: #f26700;
}

.services_detail_text .services_1c-suport-table tbody tr:first-child td {
  color: #fff;
}

.services_detail_text
  .services_1c-suport-table
  tbody
  :is(tr:nth-child(2), tr:nth-child(8), tr:nth-child(13), tr:nth-child(16))
  td {
  color: #008000;
  font-weight: bold;
}

.services_1c-product-table {
  border: 1px solid #3f3f3f;
  margin: 15px 0;
}

.services_detail_text
  .services_1c-product-table
  tbody
  :is(tr:first-child, tr:nth-child(39)) {
  background-color: #f26700;
}

.services_detail_text
  .services_1c-product-table
  tbody
  :is(tr:first-child, tr:nth-child(39))
  td {
  color: #fff;
}

.services_detail_text
  .services_1c-product-table
  tbody
  :is(tr:nth-child(2), tr:nth-child(40))
  td {
  padding: 0;
}

.services_detail_text
  .services_1c-product-table
  tbody
  :is(
    tr:nth-child(3),
    tr:nth-child(11),
    tr:nth-child(16),
    tr:nth-child(20),
    tr:nth-child(29)
  ) {
  background-color: #ffd700;
}

.services_detail_text
  .services_1c-product-table
  tbody
  :is(
    tr:nth-child(3),
    tr:nth-child(11),
    tr:nth-child(16),
    tr:nth-child(20),
    tr:nth-child(29)
  )
  td {
  color: #ee0000;
  font-weight: bold;
}

/* services one-time it */
.tabel_rzdelitel{
	height:30px;
}
.services_detail_text table tr.tabel_rzdelitel td:last-child{
	border-left:none!important;
}

.services_one-time-it {
  border-bottom: 2px solid #F38036;
  margin-bottom: 60px;
}
.services_one-time-it.last{
	margin-bottom: 5px;
}
.offerta{
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	text-align: left;
	color: #494949;
	margin-bottom: 60px;
}
.prem_text{
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	text-align: left;
	color: #494949;
	padding-left:41px;
	padding-right:34px;
	margin-bottom:60px;
}
.prem_title{
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	text-align: left;
	color: #494949;
	margin-bottom:53px;
}
.prem_orgtehnika{
	margin-bottom:51px;
}
.services_detail_text .prem_orgtehnika ul li:before{
	display:none!important;
}
.prem_orgtehnika ul{
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px 44px;
	margin-bottom:0px;
}
.prem_orgtehnika ul li{
	width: calc(50% - 22px);
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	text-align: left;
	color: #494949;
	margin-bottom:20px;
	padding-left:83px;
	box-sizing: border-box;
	background: url(/bitrix/templates/courses/css/../img/fe_money.png) center left no-repeat;
}
.prem_orgtehnika.tip2 ul li{
	background: url(/bitrix/templates/courses/css/../img/tip2.png) center left no-repeat;
}
.services_detail_text .services_one-time-it table tr:first-child {
	background-color: #F38036;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 24.2px;
	text-align: left;
	margin-bottom:30px;
}

.services_detail_text .services_one-time-it table tr:first-child th {
  padding: 16px 20px;
}

.services_detail_text
  .services_one-time-it
  table
  tr:first-child
  :is(img, span) {
  vertical-align: middle;
  display: inline-block;
}

.services_detail_text .services_one-time-it table tr:first-child img {
  margin-right: 15px;
}

.services_detail_text .services_one-time-it table tr:first-child span {
  font-size: 18px;
}

.services_detail_text .services_one-time-it table tr td {
  font-weight: 500;
}

.services__anchor-offset {
  padding-top: 100px;
  margin-top: -100px;
  z-index: -1;
}

/* .services table 2fr */

.services__table-hulf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.services_detail_text .services__table-hulf table {
  border: 2px solid #f26700;
}

.services_detail_text .services__table-hulf table tr td {
  height: 80px;
  font-size: 14px;
  padding: 8px;
}

.services_detail_text .services__table-hulf table tr td:last-child {
  text-align: center;
}

.services_detail_text .services__table-hulf table tr:first-child th {
  background-color: #f26700;
  text-align: center;
  color: #fff;
  padding: 12px 14px;
}

/* .services list text */

.services__list-text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

/* services usligi free */

.services__usligifree {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: center;
}

.services__usligifree-title {
  color: #f26700;
  margin-bottom: 10px;
}

.services__usligifree-descr {
  font-weight: 500;
}

.services__usligifree-elem:first-child .services__usligifree-title::before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  background-image: url("/upload/medialibrary/c51/c51b8c5cccb9f8b3a2448faa950862b8.png");
  margin: 0 auto 10px;
}

.services__usligifree-elem:last-child .services__usligifree-title::before {
  content: "";
  height: 50px;
  width: 50px;
  display: block;
  background-image: url("/upload/medialibrary/f44/f44f4f6d3fe2815efa04011b318b0c56.png");
  margin: 0 auto 10px;
}

/* services list decor marker */

.services_detail_text .services__list-decor-marker > li {
  display: flex;
  align-items: center;
  font-weight: 600;
  padding-left: 0;
}

.services_detail_text
  .services__list-decor-marker
  > li.services__list-decor-marker--start {
  align-items: start;
}

.services_detail_text
  .services__list-decor-marker
  > li.services__list-decor-marker--start
  > div {
  margin-top: 16px;
}

.services_detail_text .services__list-decor-marker > li:before {
  background-color: unset;
  width: 80px;
  height: 53px;
  position: static;
  display: block;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}

.services_detail_text .services__list-decor-marker > li:nth-child(1)::before {
  background-image: url("/upload/medialibrary/aad/aad30c1d946575b520bf9bfd1163bbfd.png");
}

.services_detail_text .services__list-decor-marker > li:nth-child(2)::before {
  background-image: url("/upload/medialibrary/a11/a11399ad08ace61ec6872b4cc80dfad6.png");
}

.services_detail_text .services__list-decor-marker > li:nth-child(3)::before {
  background-image: url("/upload/medialibrary/c06/c06dfa3ac678e4037fa54924a50aba81.png");
}

.services_detail_text .services__list-decor-marker > li:nth-child(4)::before {
  background-image: url("/upload/medialibrary/79a/79ac455f763cd3e603ac7f47ded4e021.png");
}

.services_detail_text .services__list-decor-marker > li:nth-child(5)::before {
  background-image: url("/upload/medialibrary/21a/21a726066e1479d837ab310a91f09933.png");
}

.services_detail_text .services__list-decor-marker > li > div > ul {
  font-size: 14px;
  font-weight: 400;
}

/* services wi-fi authentication table */

.services__wi-fi-authentication-table thead tr:first-child th:first-child {
  background-color: #ddd;
}

.services__wi-fi-authentication-table thead tr:first-child th:last-child {
  background-color: #f26700;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

.services__wi-fi-authentication-table thead tr:nth-child(2) th {
  background-color: #3f3f3f;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
}

.services__wi-fi-authentication-table thead tr:last-child th {
  background-color: #ffc000;
  text-align: center;
}

.services__wi-fi-authentication-table tbody tr {
  width: 100%;
}

.services__wi-fi-authentication-table tbody tr td {
  padding: 5px 0;
  text-align: center;
  background-color: #ddd;
  border: 1px solid transparent;
  border-bottom: 1px solid #f26700;
}

.services__wi-fi-authentication-table tbody tr td:first-child {
  text-align: left;
  padding: 5px 10px;
  background-color: #3f3f3f;
  color: #fff;
  border-bottom: 1px solid transparent;
}

.services__wi-fi-authentication-table tbody tr td:nth-child(2) {
  border-right: 1px solid #f26700;;
}

.services__wi-fi-authentication-table tbody tr td:nth-child(3) {
  border-right: 1px solid #f26700;;
}

.services__wi-fi-authentication-table tbody tr td:last-child {
  padding-right: 0;
}

.services__wi-fi-authentication-table tbody tr:last-child td {
  border-bottom: 1px solid transparent;
}

/* services wi-fi sale */

.services__wi-fi-sale {
  display: flex;
  gap: 20px;
  align-items: center;
}

.services__wi-fi-sale-body {
  font-weight: 600;
}

.services__wi-fi-sale img {
  max-width: 200px;
}

/* services wi-fi authentication */

.services__wi-fi-authentication {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
}

.services__wi-fi-authentication-elem {
  display: flex;
  align-items: center;
  gap: 20px;
}

.services__wi-fi-authentication-elem h4 {
  max-width: 300px;
  margin: auto;
}

.services__wi-fi-authentication-elem:last-child h4 {
  max-width: unset;
}

/* services internet school list */
.services__internet-school-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.services__internet-school-elem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  min-width: 0;
}

.services__internet-school-elem img {
  width: 75px;
  height: 70px;
  object-position: center;
  object-fit: contain;
}

.services__internet-school-elem img.services__internet-school-img-small {
  width: 50px;
  height: 50px;
}

.services__internet-school-elem h4 {
  color: #f26700;
}

.services__internet-school-elem ul {
  width: 100%;
  text-align: left;
  margin: 0 0 auto;
}

.services__internet-school-count {
  font-weight: 700;
  color: #f26700;
  font-size: 24px;
}

.services__internet-school-bottom {
  min-height: 105px;
  font-weight: 500;
}

/* services internet school advantages */

.services__advantages-school {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}

.services__advantages-school-elem {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.services__advantages-school-elem img {
  width: 40px;
  height: 60px;
  object-fit: contain;
  object-position: top 0 left 50%;
  flex-shrink: 0;
}

.services__advantages-school h4 {
  font-weight: 700;
  color: #f26700;
  font-size: 18px;
}

.services__advantages-school p {
  margin: 0;
}

/* services accardion elem */

.content .services__accardion {
  padding-left: 0;
}

.services__accardion .services__accardion-elem {
  margin-bottom: 0;
  padding-left: 0;
}

.services__accardion .services__accardion-elem::before {
  display: none;
}

.services__accardion-title {
  background-color: #3f3f3f;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px;
  cursor: pointer;
}

.services__accardion-title::after {
  content: "\002B";
}

.services__accardion-title:hover {
  opacity: 0.8;
}

.services__accardion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 500ms;
  padding: 10px 0;
}

.services__accardion-list,
.services__accardion-body {
  overflow: hidden;
}

.content .services__accardion-list {
  margin: 0;
}

.services__accardion-elem.open .services__accardion-title::after {
  content: "\2212";
}

.services__accardion-elem.open .services__accardion-content {
  grid-template-rows: 1fr;
}

/*  services image and text list */

.services__table-list {
  margin-top: -15px;
}

.services_detail_text .services__table-list tbody tr td:first-child {
  padding-right: 10px;
}

.services_detail_text .services__table-list tbody tr td {
  padding: 10px 5px;
  font-weight: 600;
}

.services_detail_text .services__table-list tbody tr td:first-child img {
  max-width: 100%;
  display: block;
  margin-left: auto;
}

/* services rent list */

.services__rent-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    text-align: center;
	margin-bottom:60px;
}
.services__rent-list.neww {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  text-align: left;
  margin-bottom:60px;
}

.services__rent-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: left;
}

.services__rent-item h4 {
	margin-bottom: 20px;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	text-align: left;
	color: #303030;
}
.services__rent_item_row{
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    gap: 0px 57px;
}
.services__rent-list img {
	width:228px;
	max-width:100%;
}
.services__rent_item_img{
	width:228px;
}
.services__rent_item_text p{
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 200;
	line-height: 23px;
	text-align: left;
	color: #303030;
	margin-bottom:9px;
}
.services__rent_item_text{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
.services__rent_item_text p b{
	font-weight: 400;
}
.services__rent_item_text a{
	font-size: 20px;
	font-weight: 500;
	line-height: 23px;
	text-align: left;
	color: #F38036;
}
.services__rent-price {
  font-weight: 600;
  color: #f26700;
}
.services__rent_item_text a.services__rent_item_button{
	width: 148px;
	height: 32px;
	color:#fff;
	border-radius: 5px;
	background: #F38036;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 900;
	line-height: 32px;
	text-align: center;
	display:block;
}
.services__rent_item_text a.services__rent_item_button:hover{
	opacity:0.8;
}
/* services complects */

.content .services__complects {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content .services__complects-item {
  padding-left: 0;
}

.content .services__complects-item::before {
  display: none;
}

.services__complects-title {
  font-size: 20px;
  margin-bottom: 0;
}

.services__complects-body {
  display: flex;
  gap: 50px;
  align-items: center;
}

.services__complects-image {
  width: 250px;
}

.services__complects-table {
  border: 1px solid #f26700;
}

.services__complects-table tr:first-child th {
  background-color: #f26700;
  color: #fff;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
}

.services_detail_text .services__complects-table tr td:first-child {
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  width: 85%;
}

.services_detail_text .services__complects-table tr td:last-child {
  padding: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  width: 15%;
  white-space: nowrap;
}

/* services security */

.services__security {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.services__security-elem {
  display: flex;
  align-items: start;
  gap: 20px;
}

.services__security-elem img {
  flex-shrink: 0;
  width: 80px;
}

.services__security-elem :is(h3, h4) {
  margin-bottom: 15px;
  font-size: 20px;
  color: #f26700;
}

.services__security-elem b {
  color: #f26700;
}

.services__security-elem :is(p, ul) {
  margin: 15px 0;
}


/* services table complex */

.services-table-complex {
  width: 100%;
  border-collapse: collapse;
  margin-top: -30px;
}

.services_detail_text .services-table-complex tr td {
  padding: 20px;
  vertical-align: middle;
  width: 33.33%;
}

.services-table-complex a {
  display: block;
  text-decoration: none;
}

.services-table-complex a:hover img {
  box-shadow: 0px 2px 0px #f26700;
}


/* about page cats*/
.about_company a {
  color: #f26700;
}

.about_company .pic_main  img {
  border-radius: 5px 5px 0 0;
}

.about__services .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.about__services .items .pic {
  aspect-ratio: 370 / 220;
  position: relative;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.about__services .items .pic a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px;
  display: flex;
  align-items: flex-end;
}

.about__services .items .pic a .name {
  padding: 5px;
  background-color: #f26700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 42px;
  border-radius: 3px;
}

/* news */

.news_detail ul {
  padding-left: 20px;
}

.news_detail li::marker {
  color: #f26700;
}

.news__contacts {
  padding-left: 20px;
}

.news__contacts li::marker {
  color: #f26700;
}

.news__link-order {
  background-color: #3f3f3f;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news__link-order-text {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
  color: #fff;
}

/* advantages */

.advantages .icon {
  color: #3b3b3b;
}

/* processing */

.processing ol {
	counter-reset: processing;
	list-style-type: none;
	margin: 5px 0;
}

.processing > ol {
	padding-left: 0;
}

.processing ul {
	margin: 5px 0;
}

.processing ul li::before {
	display: none;
}

.processing li::before {
  counter-increment: processing;
  content: counters(processing, ".") " ";
  display: inline-block;
  margin-right: 5px;
  color: #f26700;
  font-weight: 500;
}

/* clients */

.clients {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.clients__column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.clients__column-img {
  width: 100%;
  height: 60px;
  display: flex;
}

.clients__column-img > * {
  width: 100%;
  height: 100%;
}

.clients__column-img > * > a {
  display: flex;
  width: 100%;
  height: 100%;
}

.clients__column-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto auto 0 auto;
}

.clients__column-header {
  text-align: center;
}

.clients__column-text {
  text-align: center;
  max-width: 250px;
  margin:  0 auto;
}

.content .clients__column-text p {
  font-size: 14px;
}

/* implemented projects */

.implemented-projects__row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}

.implemented-projects__row img {
  width: 120px;
  border-radius: 10px;
  flex-shrink: 0;
}
.implemented-projects__row .img_hreff {
  width: 120px;
  border-radius: 10px;
  flex-shrink: 0;
}


/* reviews */

.reviews_item .photo img {
  width: 100%;
}

@media (max-width: 900px) {
  .services__home_items {
    grid-template-columns: repeat(2,1fr);
  }

  .services__table-hulf {
    grid-template-columns: 1fr;
  }

  .services__complects-body {
    margin-top: 15px;
    gap: 20px;
    align-items: start;
  }

  .services__complects-image {
    width: 200px;
  }

  .about__services .items {
    grid-template-columns: repeat(2,1fr);
  }
}

@media only screen and (max-width: 768px) {
	.slider .btn_list {
		display: flex;
		justify-content: center;
	}

	.slider .col {
		padding-right: 20px;
	}
}

@media (max-width: 700px) {
  .services_in .items {
    grid-template-columns: 1fr;
  }

  .services_in .item {
    max-width: unset;
  }
}

@media (max-width: 600px) {
  .work {
    width: unset;
    min-width: unset;
  }

  .header .search {
    margin-right: -10px;
    margin-bottom: 5px;
  }

   .services .title_block {
     font-size: 24px;
     line-height: 1.3;
   }

  .services__home_items {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .services-images {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-notice {
    grid-template-columns: 1fr;
  }

  .services-prices {
    overflow: scroll;
  }

  .services_detail_text .services-prices table {
    border-spacing: 5px;
  }

  .services_detail_text .services-prices table tr td {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .services_detail_text .services-prices table tbody tr th {
    font-size: 14px;
    line-height: 1.3;
  }

  .services_detail_text .services-prices table tbody tr td {
    line-height: 1.3;
    font-size: 12px;
  }

  .services_detail_text .services-prices table tr:nth-child(5) td:last-child a {
    font-size: 12px;
    line-height: 1.3;
  }

  .services_detail_text
    .services-prices
    table
    tr:nth-child(n + 6)
    td:nth-child(n + 2) {
    font-size: 12px;
  }

  .services_detail_text .services-prices table tr:nth-child(3) td {
    white-space: nowrap;
  }

  .services__list-image {
    grid-template-columns: 1fr;
  }

  .services__list-image img {
    display: none;
  }

  .services__hulf-images {
    grid-template-columns: 1fr;
  }

  .services_detail_text
    :is(.services_1c-product-table, .services_1c-suport-table)
    tbody
    tr
    td {
    font-size: 12px;
    padding: 10px 0;
  }

  .services_detail_text
    :is(.services_1c-product-table, .services_1c-suport-table)
    tbody
    tr
    td:first-child {
    padding-left: 10px;
  }

  .services_detail_text
    :is(.services_1c-product-table, .services_1c-suport-table)
    tbody
    tr
    td:last-child {
    padding-right: 10px;
  }

  .services__list-text {
    grid-template-columns: 1fr;
  }

  .services__usligifree {
    grid-template-columns: 1fr;
  }

  .services__it-support-list {
    grid-template-columns: 1fr;
  }

  .services__it-support-list img {
    display: none;
  }

  .services_detail_text .services-table-images tbody tr {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .services_detail_text .services-table-images tbody tr td {
    display: block;
    width: 100%;
  }

  .services_detail_text .services__list-decor-marker > li:before {
    width: 48px;
    height: 32px;
  }

  .services_detail_text
    .services__list-decor-marker
    > li.services__list-decor-marker--start
    > div {
    margin-top: 6px;
  }

  .services__internet-school-list {
    grid-template-columns: 1fr 1fr;
  }

  .services__triple-images {
    grid-template-columns: repeat(2, 1fr);
  }

  .services__triple-image-full {
    grid-column: 1 / span 2;
  }

  .services__rent-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .services_detail_text .services_one-time-it table tr td {
    padding: 5px;
    font-size: 14px;
    word-break: break-all;
  }

  .services_detail_text .services_one-time-it table tr td:last-child {
    text-align: center;
  }

  .services_detail_text .services_one-time-it table tr:first-child th {
    font-size: 14px;
  }

  .services_detail_text .services_one-time-it table tr:first-child img {
    width: 25px;
    margin-right: 10px;
  }

  .services__complects-title {
    text-align: center;
  }

  .services__complects-body {
    display: block;
  }

  .services__complects-image {
    margin: auto;
    width: unset;
    display: block;
  }

  .services__security-elem {
    flex-direction: column;
    align-items: center;
  }

  .services__security-elem :is(h3, h4, p) {
    text-align: center;
  }

  .about__services .items {
    grid-template-columns: 1fr;
  }

  .clients {
    grid-template-columns: 1fr;
  }

  .implemented-projects__row {
    display: block;
  }

  .implemented-projects__row img {
    width: 100px;
    float :left;
    margin-right: 10px;
  }

  .implemented-projects__row::after {
    content: "";
    clear: both;
  }

  .services__wi-fi-authentication-elem {
    flex-direction: column;
  }

  .services__wi-fi-authentication-elem h4 {
    order: 1;
    max-width: unset;
  }

  .services__wi-fi-authentication-elem img {
    order: 2;
  }

  .services__wi-fi-authentication-table tbody tr td:first-child {
    font-size: 12px;
  }

  .services__wi-fi-sale img {
    display: none;
  }

 .services_detail_text .services-table-complex tr  {
    display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
  }

  .services_detail_text .services-table-complex tr td {
    width: 100%;
  }

.services_detail_text .services-table-complex tr td:last-child {
    width: 100%;
  }
}

@supports (grid-template-rows: subgrid) {
  @media (max-width: 600px) {
    .services_detail_text .services-prices {
      margin-bottom: 20px;
    }

    .services_detail_text .services-prices table {
      border-spacing: unset;
      border-collapse: unset;
      display: block;
    }

    .services-prices tbody {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(4, 25%);
      grid-auto-rows: min-content;
    }

    .services-prices tbody tr {
      grid-column: 1 / 5;
    }

    .services-prices tbody tr :is(th, td) {
      display: flex;
      padding: 10px 5px;
      min-width: 0;
    }

    .services-prices tbody tr:first-child {
      grid-column: 1 / 5;
      grid-row: 1 / 2;
      text-align: center;
    }

    .services-prices tbody tr:first-child th {
      display: flex;
      justify-content: center;
    }

    .services-prices tbody tr:nth-child(2) {
      grid-column: 1 / 2;
      grid-row: 2 / 7;
      display: grid;
      grid-template-columns: 100%;
      grid-template-rows: subgrid;
    }

    .services-prices tbody tr:nth-child(2) td {
      grid-column: 1 / -1;
      word-break: break-all;
      min-width: 0;
      width: unset;
    }

    .services-prices tbody tr:nth-child(2) td b {
      word-break: break-all;
    }

    .services-prices tbody tr:nth-child(2) td br {
      display: none;
    }

    .services-prices tbody tr:nth-child(3) {
      grid-column: 2 / 3;
      grid-row: 2 / 7;
      display: grid;
      grid-template-rows: subgrid;
    }

    .services_detail_text .services-prices table tr:nth-child(3) td {
      width: 100%;
      background-color: transparent !important;
      color: #000 !important;
      border: none;
      align-items: center;
      justify-content: center;
    }
    .services_detail_text .services-prices table tr:nth-child(3):hover td {
      background-color: transparent !important;
      color: #000 !important;
      border: none;
    }

    .services_detail_text .services-prices table tr:nth-child(3) td:hover {
      background-color: transparent !important;
      color: #000 !important;
      border: none;
    }

    .services_detail_text .services-prices tbody tr:nth-child(4) {
      grid-column: 3 / 4;
      grid-row: 2 / 7;
      display: grid;
      grid-template-rows: subgrid;
    }

    .services_detail_text .services-prices table tr:nth-child(4) td {
      width: 100%;
      border: none;
      align-items: center;
      justify-content: center;
    }

    .services_detail_text .services-prices tbody tr:nth-child(4):hover td {
      border: none;
      background-color: transparent;
      color: #000;
    }

    .services_detail_text .services-prices tbody tr:nth-child(4) td:hover {
      border: none;
      background-color: transparent;
      color: #000;
    }

    .services-prices tbody tr:nth-child(5) {
      grid-column: 4 / 5;
      grid-row: 2 / 7;
      display: grid;
      grid-template-rows: subgrid;
    }

    .services_detail_text .services-prices table tr:nth-child(5) td {
      width: 100%;
      align-items: center;
      justify-content: center;
      border: none;
    }

    .services_detail_text
      .services-prices
      table
      tr:nth-child(5)
      td:first-child:hover {
      border: none;
      background-color: transparent;
      color: #000;
    }

    .services_detail_text .services-prices table tr:nth-child(5) td:last-child {
      display: grid;
      grid-row: 2 / 6;
    }

    .services_detail_text
      .services-prices
      table
      tr:nth-child(5)
      td:last-child:hover {
      background-color: transparent;
    }

    .services_detail_text
      .services-prices
      table
      tr:nth-child(5)
      td:last-child
      a {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: transparent;
      border-radius: 5px;
      color: #00a7d6;
      text-decoration: none;
      writing-mode: vertical-lr;
      text-orientation: upright;
      width: inherit;
      height: min-content;
      letter-spacing: -5px;
      font-weight: 300;
    }

    .services_detail_text
      .services-prices
      table
      tr:nth-child(5)
      td:last-child
      a:hover {
      color: #00a7d6;
    }

    .services-prices tbody tr:nth-child(n + 6) {
      display: flex;
      flex-wrap: wrap;
    }

    .services-prices tbody tr:nth-child(n + 6) td {
      width: 100%;
      display: block;
    }

    .services-prices tbody tr:nth-child(n + 6) td:first-child {
      display: block;
      flex-shrink: 0;
      width: 100%;
      text-align: center;
    }

    .services_detail_text
      .services-prices
      table
      tr:nth-child(n + 6)
      td:nth-child(n + 2) {
      text-align: left;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .services_detail_text
      .services-prices
      table
      tr:nth-child(n + 6)
      td:nth-child(n + 2)::before {
      display: block;
      width: 50%;
      flex-shrink: 0;
    }

    .services_detail_text
      .services-prices
      tbody
      tr:nth-child(n + 6)
      td:nth-child(2):before {
      content: "\0423\0434\0430\043b\0435\043d\043d\044b\0439\0020\0440\0443\0431/\043c\0435\0441";
    }

    .services_detail_text
      .services-prices
      tbody
      tr:nth-child(n + 6)
      td:nth-child(3):before {
      content: "\041b\0435\0433\043a\0438\0439\0020\0440\0443\0431/\043c\0435\0441";
    }

    .services_detail_text
      .services-prices
      tbody
      tr:nth-child(n + 6)
      td:nth-child(4):before {
      content: "\041E\043F\0442\0438\043C\0430\043B\044C\043D\044B\0439\020\0440\0443\0431/\043C\0435\0441";
    }

    .services_detail_text
      .services-prices
      tbody
      tr:nth-child(n + 6)
      td:nth-child(5):before {
      content: "VIP\020\0440\0443\0431/\043C\0435\0441";
    }

    .services_detail_text .services-prices table tr:nth-child(n + 6):hover td {
      background-color: transparent;
      color: #000;
    }
  }
}

@media (max-width: 400px) {
  .services__wi-fi-authentication-table tbody tr td:first-child {
    font-size: 10px;
  }
  
  .services__wi-fi-authentication-table thead tr:nth-child(2) th {
    font-size: 8px;
  }
}






.it_uslugi_tex1{
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	text-align: center;
	color: #494949;
	margin-bottom:38px;
}

.services_detail_new h2{
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	text-align: center;
	color: #3B3B3B;
	border-bottom: 2px solid #F38036;
	padding-bottom:30px;
	margin-bottom:30px;
}
.services_detail_new h2 span{
	color: #3B3B3B!important;
	font-size: 20px!important;
}
.content .services_detail_new .text_uslugi_new{
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	text-align: center;
	color: #494949;
	margin-bottom:60px;
}
.content .services_detail_new p:last-child{
	margin-bottom:0px;
}
.content .services_detail_new h3{
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 27.6px;
	text-align: center;
	color: #F38036;
	margin-bottom:30px;
}
.services_detail_new .list-uslugi{
	margin-bottom:40px;
}
.services_detail_text table tbody tr td b{
	color: #F38036;
}
.it_uslugi_list{
	padding-left:30px;
}
.services_detail_text ul.it_uslugi_list{
	margin-bottom:37px;
}
.services_detail_text ul.it_uslugi_list li:before {
	background-color:#000;
	border-radius:100%;
}
.services_detail_new .services-images{
	margin-bottom:60px;
}
.it_uslugi_text2{
	margin-bottom:60px;
}



.slider_otzif_new .bx-wrapper .bx-pager{
	display:none;
}
.slider_otzif_new2 .bx-wrapper .bx-pager{
	display:none;
}
.slider_otzif_new{
	margin-toP:51px;
}
.slider_otzif_new ul.bxslider li.slider_otzif_li {
    padding-left: 21px !important;
    position: relative;
}
.section_text_top{
	margin-bottom:30px;
}

@media only screen and (max-width : 767px) {
	.content .services_detail_new p:last-child{
		margin-bottom:20px;
	}
	.services__rent-list.neww{
		padding-left:19px;
		padding-right:19px;
		gap: 28px;
		margin-bottom:78px;
	}
	.services__rent_item_text a.services__rent_item_button{
		height:38px;
		width:176px;
		line-height:38px;
		font-size: 15px;
	}
	.content .services_detail_new h3{
		font-size: 24px;
		font-weight: 700;
		line-height: 27.6px;
		text-align: center;
		margin-bottom:20px;
	}	
	.services_detail_text.services_detail_new table tr td:last-child{
		width:90px;
	}
	.services_detail_text.services_detail_new .services_one-time-it table tr:first-child th{
		padding: 8px 13px;
	}
	.services_detail_text.services_detail_new .services_one-time-it table tr:first-child th:first-child{
		position:relative;
		padding-left:60px;
	}
	.services_detail_text.services_detail_new .services_one-time-it table tr:first-child th:first-child img{
		position:absolute;
		toP:18px;
		left:13px;
		width:32px;
		/*display:block;
		float:left;*/
	}
	.services_detail_text.services_detail_new .services_one-time-it table tr:first-child th:first-child b{
		/*display:block;
		float:left;
		width:calc(100% - 47px);*/
	}
	.services_detail_text.services_detail_new .services_one-time-it table tr td{
		font-size: 15px;
		font-weight: 600;
		line-height: 18.27px;
		text-align: left;
		padding-left:0px;
		padding-right:20px;
		padding-bottom:23px;
	}
	.services_detail_text.services_detail_new .services_one-time-it table tr td b{
		font-weight: 900;

	}
	.services_detail_text.services_detail_new .services_one-time-it table tr td:last-child{
		text-align:center;
	}
	.prem_text{
		padding-left:0px;
		padding-right:0px;
		margin-bottom:51px;
	}
	.prem_orgtehnika ul{
		gap:0px;
	}
	.prem_orgtehnika ul li{
		width:100%;
	}
	.prem_title{
		margin-bottom: 23px;
	}
	.prem_orgtehnika ul li{
		min-height:38px;
		background:auto 38px;
	}
	.prem_orgtehnika ul li:nth-child(2), .prem_orgtehnika ul li:nth-child(4), .prem_orgtehnika ul li:nth-child(6), .prem_orgtehnika ul li:nth-child(8){
		background: url(/bitrix/templates/courses/css/../img/tip2.png) center right no-repeat;
		padding-left: 0px;
		padding-right: 83px;
		text-align:right;
	}
	.form_uslugi_new_left{
		width:100%;
		margin-bottom:79px;
	}
	.form_uslugi_new_right{
		width:100%;
	}
	.form_uslugi_new{
		padding-bottom:166px;
		padding-left: 29px;
		padding-right: 43px;
		padding-top: 48px;
	}
	.form_uslugi_new.top_form{
		padding-bottom:70px;
		margin-bottom:20px;
	}
	.it_uslugi_tex1{
		font-size: 16px;
		font-weight: 400;
		line-height: 19.36px;
		text-align: center;
		margin-bottom:36px;
	}	
	.services-notice.it_uslugi_new {
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 36px;
		gap: 40px;
	}	
	.it_uslugi_new .services-notice-main{
		gap: 13px;
	}	
		
	.slider.slider_otzif_new ul.bxslider > li {
		height: 462px;
	}	
	.slider_otzif {
		padding-left:23px;
		padding-top: 27px;
		padding-right: 23px;
		height: 362px;
		box-sizing: border-box;
	}
	.slider_otzif_text{
		max-height:120px;
		overflow-y:hidden;
	}
	.slider_otzif_new .bx-controls{
		display:none!important;
	}
	.slider_otzif_aftor {
		height: 83px;
		width: 90%;
	}
	.project_left{
		width:100%;
	}
	.project_row{
		display:block;
	}
	.project_right{
		width:100%;
	}
	.slider ul.bxslider.project_slider > li {
        height: 695px;
    }
	.project_left img{
		height:241px;
		width:100%;
		margin-bottom:8px;
		object-fit:cover;
	}
	.project_right_title{
		font-size: 24px;
		font-weight: 600;
		line-height: 29.05px;
	}
	
  
}


.boldd{
	font-weight:bold;
}

/* End */


/* Start:/bitrix/templates/courses/components/bitrix/menu/mobile/style.min.css?1696945757490*/
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/courses/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/courses/components/bitrix/search.title/head/style.css?1696945757581*/
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/components/bitrix/map.yandex.system/templates/.default/style.css?1654783856666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/courses/template_styles.css?1749533178163*/
.title_h1{
	font-size: 27px;
    font-weight: 600 !important;
    line-height: 32.68px;
    text-align: left;
    color: #494949;
    margin-bottom: 35px;
}
/* End */


/* Start:/bitrix/templates/courses/themes/1/colors.css?17176903443122*/
.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,
.services_detail_text ul li:before,
.services_detail_text ol li:before,
.slider .col ul 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: #f26700;
}
.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: #f26700;
}
.bx-wrapper .bx-pager.bx-default-pager a,
.owl-dot {
  border: 2px solid #f26700;
}
.tabs_caption li.active,
.style-switcher .options .link-item.current.block,
.toggleMenu {
  border-color: #f26700;
}
.services .item ul li a:hover {
  border-bottom: 1px solid #f26700;
}
.more span,
.basket_top .dropdown {
  border-bottom: 2px solid #f26700;
}
.blog_papers .item .pic,
.blog .item .pic {
  border-bottom: 4px solid #f26700;
}
.content .menu li a.active {
  background-color: #f26700;
  color: #fff !important;
}
.btn_white,
.filter .reset {
  border: 1px solid #f26700;
  color: #fff;
  border-radius:10px;
}
.on-off-switch-track-on {
  background-color: #f26700;
  border-color: #f26700;
}
span.toggle_search:hover .svg svg * {
  fill: #f26700;
}
.header.nosticky .bottom.colored {
  background: #f26700;
}
.header.nosticky .bottom.colored .nav > li:hover {
  background: #ff7712;
}
.btn_main:hover {
  background-color: #ff7712;
}
.jack .mail {
  color: #a04400;
}
.logo .s1 {
  fill: #f26700;
}
/* End */
/* /bitrix/templates/courses/css/owl.carousel.css?16969457574614 */
/* /bitrix/templates/courses/css/font-awesome.css?170487721737416 */
/* /bitrix/templates/courses/css/jquery.fancybox.css?169694575717624 */
/* /bitrix/templates/courses/css/reset.css?16969457571753 */
/* /bitrix/templates/courses/css/animate.css?169694575777749 */
/* /bitrix/templates/courses/css/basket.css?170487712612773 */
/* /bitrix/templates/courses/css/style.css?1748349854129437 */
/* /bitrix/templates/courses/css/media.css?174154319138684 */
/* /bitrix/templates/courses/css/custom.css?174153709542797 */
/* /bitrix/templates/courses/components/bitrix/menu/mobile/style.min.css?1696945757490 */
/* /bitrix/templates/courses/components/bitrix/search.title/head/style.css?1696945757581 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1654783856666 */
/* /bitrix/templates/courses/template_styles.css?1749533178163 */
/* /bitrix/templates/courses/themes/1/colors.css?17176903443122 */
