

/* Start:/bitrix/templates/m-start/css/font-awesome.css?164275505337414*/
/*!
 *  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/m-start/css/../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/bitrix/templates/m-start/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/bitrix/templates/m-start/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/bitrix/templates/m-start/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/bitrix/templates/m-start/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/bitrix/templates/m-start/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-legal: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/m-start/fb/jquery.fancybox.css?16427550534929*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/m-start/fb/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/m-start/fb/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/m-start/fb/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    /*123overflow: hidden !important;*/
    width: auto;
}

.fancybox-lock body {
   /*123overflow: hidden !important;*/
}

.fancybox-lock-test {
   /*123 overflow-y: hidden !important;*/
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	/*123overflow: hidden;*/
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/m-start/fb/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	/*123overflow: auto;
	overflow-y: scroll;*/
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/m-start/fb/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/m-start/fb/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/m-start/slick/slick.css?16427550532977*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/bitrix/templates/m-start/components/bitrix/menu/main-mst/style.css?16427550533034*/
/*Основа*/
#top_navbar {
	padding:0px;
	font-family:'Source Sans Pro';
}
nav.navbar {
	margin-bottom:0px !important;
	border-bottom:none;
	min-height:initial;
}
.navbar-default {
	color:inherit;
	background:inherit;
	border:inherit;
}
ul.navbar-nav {
	width:100%;
	padding-left:0px;
}

.navbar-nav > li {
	display:inline-block;
	padding:0px 0px 0px 0px;
	text-align:left;	
	height:auto;
	float:initial;
}
.navbar-default .navbar-nav > li > a {
	color:#222222;
	font-size:18px;
	font-weight:600;
	padding:0px 0px 14px;  
	margin:auto;
	text-transform:uppercase;
	transition:all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-webkit-transition:all 0.1s ease-out;
	
}
	
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
	color:#12b9e4;
}
.navbar-default .navbar-nav > li.root-item-selected > a{
	color:#12b9e4;
	
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color:inherit;
	color:#12b9e4;
}

/*КНОПКА*/
.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background:none;
	border:none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#fff;
}
/*Custom*/
.navbar-nav > li > .dropdown-menu{
    background: #ffffff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.20);
	padding:20px;
}
.navbar-nav .dropdown .angle {
	display:inline-block;
	left:3px;
	top:-3px;
	width:13px;
	height:6px;
	position:relative;
	background:url(/bitrix/templates/m-start/components/bitrix/menu/main-mst/images/arrow.png) 0px 0px no-repeat;
}
.navbar-nav .dropdown.root-item-selected .angle,.navbar-nav .dropdown:hover .angle {
	background-position: 0px -7px;
}
.navbar-nav .dropdown-menu a{font-size:14px;
font-weight:400;padding:5px 0px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover, .dropdown-menu > li.item-selected > a{

	background:initial !important;
}
@media(max-width:991px){
	.navbar-nav .dropdown .angle {
		display:none;
	}
	.navbar-default .navbar-nav > li > a {font-size:14px;padding: 14px 0px 14px;}
	.navbar-nav > li{padding-left:20px;}
	header {background-size:cover;}
}
/*MOBILE*/
@media(max-width:767px){
	.navbar-nav > li {
		width:100%;
	}
	.navbar-default .navbar-nav > li > a {
		padding:11px 0px;
	}
	.navbar-default .navbar-nav > li > a,.navbar-default .navbar-nav > li.root-item-selected > a {
		border-top:0px;
	}
	ul.navbar-nav {
		margin:0px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu {
		padding:0px;
		margin-left:-15px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		
		    white-space: normal;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li.item-selected > a {
		
	}
	
}
/* End */


/* Start:/bitrix/templates/m-start/components/bitrix/news.list/slider-index-head/style.css?1642755053150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/m-start/components/master/m-feedback2/feedback-footer/style.css?16427550531008*/
#m-feedback-form2  {display:none; position:fixed; left:0; right:0; top:0; bottom:0; background: rgba(0,0,0,.7); z-index:9999;}
#m-feedback-form2 .modal-container{display:block; position:relative; width:320px; margin:75px auto 0 auto; padding:20px; background:#fff; border:0; border-radius:5px; 
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

#m-feedback-form2  .modal-title, #m-feedback-msg .modal-title{
font-family: "Roboto Condensed", Arial, Tahoma, Verdana, sans-serif;
font-weight: 400;
color: #ff7817;
font-size:130%;
padding-bottom:15px;
}

#m-feedback-msg .modal-title {padding-bottom:0px;}

#m-feedback-msg .error-text {color:red;}

#m-feedback-msg .close, #m-feedback-form2 .close {font-size:180%; margin-top:0px; outline:none;}

#m-feedback-form2 .capt-image {text-align:center; padding-bottom:10px;}

#m-feedback-form2 .sub-btn-row {margin-bottom:0px; text-align:center;}

.form-control.f_set{display:none;}
/* End */


/* Start:/bitrix/templates/m-start/styles.css?17479838691296*/
.name {
color: #000;
}

/*seo-text*/
.content-preview {
margin-top: 3em;
}
.collapsed-content {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  
  .fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.9));
  }
  
  .read-more-btn {
    display: block;
    margin: 15px auto 0;
    transform: none !important;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 20px;
    cursor: pointer;
  }
  
  .content-preview.expanded .collapsed-content {
    max-height: 2000px;
  }
  
  .content-preview.expanded .fade-overlay {
    display: none;
  }
.features-list {
    list-style: none !important;
    padding-left: 2.5em !important;
    margin: 1em 0 !important;
  }
  
  .feature-item {
    position: relative !important;
    padding-left: 1em !important;
    margin-bottom: 1em !important;
    line-height: 1.4 !important;
  }
  
  .feature-item:before {
    content: "" !important;
    position: absolute !important;
    left: -1.2em !important;
    top: 0.6em !important;
    width: 8px !important;
    height: 8px !important;
    background-color: #FF6B00 !important;
    border-radius: 50% !important;
  }
/* End */


/* Start:/bitrix/templates/m-start/template_styles.css?174765036471927*/
@font-face{font-family: 'GothamPro';font-weight: normal ;font-style: normal;src: url(/bitrix/templates/m-start/fonts/GothaProReg.otf)}
@font-face{font-family: 'GothamPro';font-weight: normal ;font-style: italic;src: url(/bitrix/templates/m-start/fonts/GothaProIta.otf)}
@font-face{font-family: 'GothamPro';font-weight: 300;font-style: normal;src: url(/bitrix/templates/m-start/fonts/GothaProLig.otf)}
@font-face{font-family: 'GothamPro';font-weight: 700;font-style: normal;src: url(/bitrix/templates/m-start/fonts/GothaProBol.otf)}
.flex,.flex-parent {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex; 
}
.flex-parent {
	align-content:stretch;
	flex-wrap:wrap;
}
@media screen\0 {
    .flex,.flex-parent {display: block; }
}
@media screen and (min-width:0\0) {
    .flex,.flex-parent {display: block; }/* backslash-9 removes ie11+ & old Safari 4 */
}
body {
	overflow-y:scroll;
	overflow-x: hidden;
	font-weight:400;
	color:#222;
	font-size:16px;
    font-family: 'GothamPro', Arial, Tahoma, sans-serif;
    font-size: 16px;
}
ul:not(.list-style) li{
	list-style:none;
}
a{
	color: #fd8128;
	transition: all .2s ease-in;
}
a:hover, a:focus{
	color: #f06502;
}
a, a:focus, a:hover {
	outline:none;
	cursor: pointer;
	text-decoration: none;
}
input:focus{
	outline:none;
}
.container-fluid{
    padding:0;
}
h1{
	margin-top: 0;
}
h1, h2, h3, h1 a, h2 a{
    font-size: 36px;
    font-weight: 700;
    color: #ff7817;
}
h1 a{
	word-wrap: break-word;
}
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus{
	color: #e36a14;
}
ul,ol, p{
    font-size: 14px;
}
.or{
    color: #ff7817;
}
.red{
    color: #fd544c;
}
.m-t-30{
	margin-top: 30px;
}
.m-b-0 {margin-bottom:0px;}
/* Кнопки */
button{
	border:0;
}
.button{
    transform: skew(-35deg);
    width:210px;
    height:45px;
    background-color: #fc1f15;
    line-height: 45px;
    text-align: center;
    display:block;
    color: #fff;
}

.button:hover, .button:focus, button:focus{
    color: #fff;
	outline: none;
}
.button.gr{
    background: -webkit-linear-gradient(45deg, #fc1f15 0%,#ff7817 100%);
    background: -webkit-linear-gradient(45deg, #fc1f15 0%,#ff7817 100%);
    background: -moz-linear-gradient(45deg, #fc1f15 0%,#ff7817 100%);
    background: linear-gradient(45deg, #fc1f15 0%,#ff7817 100%);
    text-transform: uppercase;
    font-size:13px;
}
.button.border{
    background: none;
    border: 2px solid #fc1f15;
    color: #fc1f15;
}
.button.border:hover, .button.border:focus{
    background-color: #fc1f15;
    color: #fff;
}
.button span{
    transform: skew(35deg);
    display: block;
    font-weight: 700;
    letter-spacing: .5px;
}
.button.small{
	font-size: 12px;
    width: 80px;
    height:20px;
    line-height: 20px;
}
.item-order-nosell {
 display:none;

}
.button.medium{
	width: 160px;
	height: 35px;
	line-height: 35px;
}
/* Дополнительные кнопки */
.product-item-detail-tab{
	background-color: #fff;
	border: 1px solid #f0f0f0;
    transform: skew(-35deg);
    line-height: 45px;
    text-align: center;
    width:210px;
	min-height: auto;
	padding:0;
    height:45px;
	margin-right: 15px;
}
.product-item-detail-tab a{
	color: #000;
}
.product-item-detail-tab.active, .product-item-detail-tab:hover{
    background-color: #ff7817;
}
.product-item-detail-tab.active a, .product-item-detail-tab:hover a{
	color: #fff;
}
.product-item-detail-tab a{
    transform: skew(35deg);
    display: block;
    font-weight: 700;
    letter-spacing: .5px;
}
.catalog-more{
	margin: 0 auto 50px;
}
/* Верхняя панель и меню */
.top-block{
    background-color: #000;
    width:100%;
    font-size: 14px;
    text-align: left;
    padding: 10px 0 13px;
    color: #fff;
}
.top-block a{
    color: #fff;
}
.head-address:before{
    color: #fff;
    font-family: 'FontAwesome';
    content: '\f041';
    font-size: 23px;
    position: relative;
    top: 1px;
    margin-right: 7px;
}
.head-schedule:before{
    color: #fff;
    font-family: 'FontAwesome';
    content: '\f017';
    font-size: 23px;
    position: relative;
    top: 2px;
    margin-right: 7px;
}
.head-phone:before{
    color: #fff;
    font-family: 'FontAwesome';
    content: '\f095';
    font-size: 23px;
    position: relative;
    top: 3px;
    margin-right: 7px;
}
.head-email:before{
    color: #fff;
    font-family: 'FontAwesome';
    content: '\f003';
    font-size: 23px;
    position: relative;
    top: 2px;
    margin-right: 7px;
}
.head-search:before{
    color: #ff8336;
    font-family: 'FontAwesome';
    content: '\f002';
    text-align: center;
    font-size: 25px;
    line-height: 80px;
	margin-left: -15px;
}
.header-top{
    width: 100%;
    padding: 15px 0;
    box-shadow: 0px 3px 15.2px 0.8px rgba(0, 0, 0, 0.1);
	position: relative;
    z-index: 11;
}
.head-menu{
    padding: 0;
}
.head-menu li{
    display: inline-block;
    text-align: center;
}
.head-menu li a{
    padding: 30px 17px 30px;
    vertical-align: middle;
    font-weight: 700;
    color: #000;
    font-size: 17px;
	display: inline-block;
}
.head-menu li a:hover, .head-menu li a:focus, .head-menu li.root-item-selected > a{
	background-color: inherit;
	color: #ff7817;
}
.head-sub-bg{
    background-image: url(/bitrix/templates/m-start/images/bg-head.jpg);
    width: 100%;
    height: 320px;
    background-position: center;
    background-size: cover;
}
.dropdown-menu{
	border-radius: 0;
	z-index: 25;
}
.dropdown-menu li{
	display: block;
	text-align: left;
}
/* Хлебные крошки */
.breadcrumbs, .breadcrumbs a{
    padding: 25px 0;
    font-size: 15px;
    color: #000;
	margin-bottom: 30px;
}
.breadcrumbs a:hover{
	color: #ff7817;
}
.breadcrumbs .or{
    font-weight: 700;
}
/* Левое меню */
.l-menu{
	padding: 0;
}
.l-menu li{
	text-decoration:none;
	list-style: none;
	position: relative;
}
.l-menu li:hover:after, .l-menu li.selected:after{
	content:'\f0da';
	font-family: 'FontAwesome';
	font-size: 36px;
	color: #ff7817;
	position: absolute;
	right: 0;
	top:0;
}
.l-menu li a{
	color: #000;
	font-size: 20px;
	padding: 10px 0;
	width: 100%;
	display: block;
}
.l-menu li:hover a, .l-menu li:focus a, .l-menu li.selected a {
	color: #ff7817;
	font-weight: 700;
}
.navbar-toggle .icon-bar{
	background-color: #fd8128;
	width: 30px;
	height: 4px;
	border-radius: 1px;
}
.navbar-toggle{
	float:none;
	margin-top: 20px;
	margin-right:10px;
	padding: 9px 0 9px 5px;
}
/* Промо в шапке*/
.header-promo{
	position: relative;
    padding: 180px 0 100px;
    color: #000;
    margin-bottom: 70px;
}
.head-title .button{
    margin:30px 0 0 50px;
}
.head-title .top{
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    padding-left:50px;
}
.head-title .bot{
    font-size: 22px;
    display: block;
    padding-left:240px;
    margin-bottom: 15px;
    line-height: 1;
}
.head-title .name span{
    font-size: 60px;
    font-weight: 700;
    line-height: 57px;
    background-color: #fff;
    padding-left: 4px;
    position: relative;
    z-index: 10;
}
.head-title .name span:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: -1;
	transform: skew(-35deg);
}
.head-title p{
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
    line-height: 1.15;
    padding-left:50px;
}
/* Слайдер в шапке */
.head-slider{
	top:0;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 700px;
}
.head-slider-item{
	background-position: center;
	width: 100%;
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
}
/* Категории товаров */
.first-blocks{
    background: url(/bitrix/templates/m-start/images/bg-blocks.png) no-repeat;
    background-position: right center;
    background-size: auto 100%;
}
.cat-card.big, .cat-card.small{
	transition: all .2s ease-in;
    border: 2px solid #fe5717;
    color: #303030;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    position: relative;
    background-color: #fff;
}
.cat-card.big{
    padding: 70px 10px 40px;
    font-size: 19px;
}
.cat-card.small{
    padding: 50px 10px 30px;
    font-size: 15px;
}
.cat-card-wrapper{
	margin-top: 30px;
	display:block;
	transition: all .2s ease-in;
}
.cat-card-wrapper:hover .cat-card{
    background-color: #fd8128;
    color: #fff;
    border-color: #fd8128;
}
.cat-card-wrapper:hover hr{
    opacity: 0;
}
.cat-card-wrapper:hover .cost{
    color: #fff;
}
.cat-card-wrapper:hover .order{
    opacity: 0;
}
.cat-card.big .title{
    display: block;
    height:30px;
    z-index: 10;
    position: relative;
	word-wrap: break-word;
}
.cat-card.small .title{
    display: block;
    height:20px;
    z-index: 10;
    position: relative;
}
.cat-card hr{
	transition: all .2s ease-in;
    width: 48px;
    color: #fc1f15;
    background-color: #fc1f15;
    height: 2px;
    border: 0;
    z-index: 10;
    position: relative;
}
.cat-card .cost{
	transition: all .2s ease-in;
    color: #fc1f15;
    z-index: 10;
    position: relative;
}
.cat-card .order{
	transition: all .2s ease-in;
    position: absolute;
    font-weight: 700;
    color: #e5e4e4;
    z-index: 0;
	width:100%;
	height:100%;
	background-size: auto 90%;
	background-position: center;
	opacity: .2;
	background-repeat: no-repeat;
    margin: 0 auto;
    right:0;
    left:0;
	top: 0;
    line-height: 0.75;
}
.cat-card.big .order{
    font-size: 124px;
}
.cat-card.small .order{
    font-size: 94px;
    top:25%;
}
/* О нашей компании */
.about-company{
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: right;
    background: url(/bitrix/templates/m-start/images/bg-about.png) left top no-repeat;
    background-size: auto 100%;
    height: 400px;
    padding-top: 40px;
}
.company-header{
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}
.company-header i{
    font-style: normal;
    color: #fc1f15;
}
.about-company p{
    font-size: 14px;
	margin: 15px 0;
}
.about-company .button{
	float:right;
	margin: 30px 15px 0 0;
}
/* Преимущества */
.advantages{
    background: url(/bitrix/templates/m-start/images/bg-advantages.jpg) center;
    padding: 50px 0 60px;
}
.advantages-title{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
.advantages-title i{
    color: #ff7817;
    font-style: normal;
}
.advantages-row{
    margin-top: 50px;
}
.advantages-block{
	word-wrap:break-word;
}
.advantages-block hr{
    color: #ff7817;
    height: 1px;
    background-color: #ff7817;
    border: 0;
}
.advantages-block p{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.advantages-i{
    width:90px;
    height: 90px;
    background-repeat: no-repeat;
}

/* Лучшие предложения */
.best-offers{
    padding: 50px 0;
    background-image: url(/bitrix/templates/m-start/images/bg-slider.png);
    background-position: 75% center;
    background-size: auto 100%;
    background-repeat: no-repeat;

}
.offers-title{
    font-size: 36px;
    font-weight: 700;
}
.offers-title i{
    color: #fc1f15;
    font-style: normal;
}
.carousel{
    height: 500px;
}
.carousel-caption{
    position: relative;
    left:0;
    right:0;
    text-align: left;
    color: #000;
    text-shadow: none;
}
.carousel-control.left, .carousel-control.right{
    background-image: none;
}
.carousel .item{
    background-position: right center;
    height: 420px;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.carousel-caption{
    width: 600px;
}
.carousel-caption h3{
    font-size: 30px;
    font-weight: 700;
	height: 50px;
}
.carousel-caption p{
    font-size: 14px;
    line-height: 24px;
	height: 190px;
	overflow: hidden;
}
.control-wrapper{
    height:inherit;
}
.carousel-control{
    width: 58px;
    height: 58px;
    display: block;
    top: 50%;
    opacity: 1;
    margin-top: 200px;
    overflow: visible;
}
.carousel-control.left{
    background-image: url(/bitrix/templates/m-start/images/arrow-left.png);
}
.carousel-control.right{
    background-image: url(/bitrix/templates/m-start/images/arrow-right.png);
}
.colors{
	width: 240px;
    display: inline-block;
}
.colors div{
    display: inline-block;
    margin-right: 20px;
}
.colors div svg.black{
    fill: #000;
}
.colors div svg.red{
    fill: #fc1f15;
}
.colors div svg.yellow{
    fill: #ffcc00;
}
.colors div svg.white{
    fill: #ccc;
}
.colors div svg.green{
    fill: #8ae100;
}
.carousel-caption .cost{
    font-size: 36px;
    font-weight: 700;
    color: #fc1f15;
    margin-left: 70px;
}
.carousel-caption .button{
    display: inline-block;
}
.carousel-caption .button.border{
    margin: 20px 30px 0 15px;
}
/* Подписка на новости */
.subscribe{
    background-image: -moz-linear-gradient( 90deg, #4c1815 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, #4c1815 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, #4c1815 0%, rgb(0,0,0) 100%);
    padding: 40px 0;
}
.subscribe{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.subscribe-form{
    height:64px;
}
.subscribe-form input{
	display: inline-block;
	height: 64px;
    color: #000;
    padding: 20px 30px 19px;
    box-sizing: border-box;
    border: 0;
    margin:0;
    width:490px;
    margin-top: 10px;
    border-radius: 8px 0 0 8px;
}
.subscribe-form input::placeholder{
    color: #acafb1;
}
.subscribe-form button{
	display: inline-block;
	height: 64px;
    background-color: #fc1f15;
    border:0;
    padding: 23px 18px 20px;
    border-radius: 0 8px 8px 0;
    font-size: 15px;
}
.subscribe-form-text{
	font-size: 12px;
	font-weight: 300;
	margin-top: 20px;
	color: #ddd;
}
/* Последние материалы*/
.last-updates{
    margin-top: 50px;
}
.last-updates-title{
    font-size: 36px;
    font-weight: 700;
    color: #000;
}
.news-block, .photo-block{
	display: block;
    width: 100%;
	padding: 0 20px;
    text-align: center;
    height: 200px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.photo-block {
	font-size:20px;
}
.news-block span, .article-block span, .photo-block span{
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 10px;
	transform: translateY(-50%);
    z-index: 10;
    position: absolute;
	text-shadow: 0px 1px 2px rgba(120, 120, 120, 1);
	word-wrap: break-word;
        max-height: 100%;

}
.news-block:hover, .news-block:focus, .photo-block:hover, .photo-block:focus{
    color: #fff;
}
.news-block:before, .article-block:before, .photo-block:before{
	transition: all .2s ease-in;
    /*background-image: -webkit-linear-gradient( 90deg, #b2160e 0%, #e56c15 100%);*/
	background-color: rgba(0, 0, 0, .4);
    content:'';
    width:100%;
    height: 100%;
    left:0;
    top:0;
    position:absolute;
	opacity: 1;
}
.news-block:hover:before, .article-block:hover:before, .photo-block:hover:before{
	opacity: 1;
	background-color: rgba(255, 120, 23, .7);
}
.photo-block{
    height: 350px;
}
.last-updates .button{
    margin-top: 25px;
}
/* Карта */
#map{
    width: 100%;
    height: 470px;
    margin-top: 90px;
}
/* Подвал */
.footer-line{
    background-color: #df0024;
    height: 10px;
}
.footer{
    background-color: #131313;
    padding: 65px 0 0px;
    color: #fff;
    background-image: url(/bitrix/templates/m-start/images/bg-footer.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.footer .left-col{
    text-align:right;
}
.footer .left-col p{
    margin-top: 15px;
    font-size: 9px;
}
.footer .social{
    margin-top: 20px;
}
.social-i{
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}
.social .social-i:not(:first-of-type){
    margin-left:25px;
}
.footer-contacts a{
    display: block;
    position: relative;
    padding-left: 35px;
    color: #fff;
    margin-bottom: 25px;
    font-size: 14px;
}
.footer-address:before{
    color: #fff;
    font-family: 'FontAwesome';
    content: '\f041';
    font-size: 30px;
    position: absolute;
    left: 0px;
	top: 0;
}
.footer-phone:before{
    color: #fff;
    font-family: 'FontAwesome';
    content: '\f095';
    font-size: 27px;
    position: absolute;
    left:0;
    top: -6px;
}
.footer-email:before{
    color: #fff;
    font-family: 'FontAwesome';
    content: '\f003';
    font-size: 25px;
    position: absolute;
    left: 0;
    top:-6px;
}
.footer .feedback{
    text-align: center;
    background-color: #fff;
    padding: 5px 35px 5px;
    width: 400px;
	max-width: 100%;
    margin: -150px auto 0;
}
.feedback .form-header{
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 2;
}
.feedback p{
    font-size: 13px;
    color: #303030;
}
.feedback input, textarea{
    margin: 5px 0;
    border: 0;
    width: 100%;
    background-color: #e8e8e8;
    border-radius: 5px;
    font-size: 12px;
    padding: 12px 15px;
    color: #000;
}
.feedback textarea{
    color: #8d8d8d;
    resize: none;
}
.feedback textarea:focus{
    color: #000;
	outline:none;
}
.feedback input::placeholder{
    color: #8d8d8d;
}
.feedback .button{
    margin:30px auto;
}
.copyright{
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}
.self-copyright{
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
}
/* О компании */

.page-about img.left{
    float:left;
    padding-right: 20px
}
.page-about img.right{
    float:right;
    padding: 10px 0 10px 20px;
}
.page-about h2, h3{
    margin-bottom: 30px;
}
.h3 {
    color: #ff7817;
    font-size: 30px;
    font-weight: 700;
    height: 50px;
    margin-bottom: 30px;
	font-family: inherit;
}
.h5 {
    font-size: 20px;
    color: #ff7817;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;

}
.h4 {
	font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.product-item-detail-tab-h2 {
    color: #000000;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 45px;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    top: -30%;
    left: 10%;
}
.product-item-detail-tab.active .product-item-detail-tab-h2 {
  color: #fff !important;

}
.advantages-i-small{
    width: 80px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: left top;
    position:relative;
}
.advantages-small-order{
    position:absolute;
    content:'';
    width: 17px;
    height: 17px;
    top:0;
    right: 0;
    border-radius: 9px;
    background-color: #ff7817;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}
.advantages-block-small hr{
    background-color: #ff7817;
    height: 1px;
    border:0;
    margin:15px 0;
}
.advantages-block-small h4{
    color: #ff7817;
    font-size: 14px;
    font-weight: 700;
}
.advantages-block-small p{
    font-size: 12px;
    color: #858585;
    margin-top: 5px;
}
/* О компании слайдер достижений */
.slick-slide:focus{
	outline:none;
}
.about-achievements img{
	max-height: 250px;
	width: 188px;
	display: block;
	margin: 0 auto;

}
.about-achievements a{
	position: relative;
}
.img-overlay{
	text-align:center;
	position:relative;
	display: inline-block;
}
.about-achievements a:hover .img-overlay:before{
	position: absolute;
	content: '\f00e';
	font-family: 'FontAwesome';
	text-align:center;
	font-size: 48px;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index:10;
}
.about-achievements a:hover .img-overlay:after{
	width: 100%;
	height: 100%;
	background-color: rgb(255, 120, 23, 0.6);
	position: absolute;
	content: '';
	bottom:0;
	left: 0;
	z-index:5;
}
.about-achievements .slick-dots{
	bottom: -35px;
}
.about-achievements .slick-dots li{
	width: 14px;
	height: 14px;
}
.about-achievements .slick-dots li button{
	width: 14px;
	height: 14px;
	border-radius: 7px;
	border: 2px solid #ff7817;
}
.about-achievements .slick-dots li.slick-active button{
	background-color: #ff7817;
}

/* Карточка товара */
.item-prop{
	font-size: 10px;
	font-weight: 700;
	color: #8a8a8a;
	position: relative;
	text-align:center;
	/*padding-left: 15px;*/
}
.item-prop.weight{
	padding-left: 10px;
}
.item-prop:before{
	/*position: absolute;*/
	content:'';
	width: 15px;
	height: 15px;
	left:0;
	top:0;
	background-repeat:no-repeat;
}
.product-props{
	text-align:center;
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
        display: flex;
    flex-direction: column;
}
.product-props-row{
	min-height: 15px;
}
.product-props .col-xs-3, .product-props .col-xs-4, .product-props .col-xs-5, .product-props .col-xs-7{
	padding: 0 0 5px 0;
}
.item-price{
	color: #ff7817;
	font-size: 21px;
	font-weight: 700;
	text-align:right;
}
.product-props .item-price {
	font-size:20px;
	letter-spacing:-0.5;
	white-space:nowrap;
}
.item-price i{
	font-style: normal;
	color: #fc1f15;
}
.item-price, .item-order{
	padding: 0;
}
.product-props .button{
	margin-left: 0px;
	position:relative;
	margin-top: 6px;
}
.product-item {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    border: 1px solid #dddddd;
    margin-bottom: 30px;
}
.product-item:hover {
    -webkit-animation: product-item-hover 300ms 1 ease;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
}
.product-item-image-wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-top: 116%;
    width: 100%;
    transition: all 300ms ease;
}
.product-item-image-original, .product-item-image-alternative {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 300ms linear;
}
.product-item-instruction{
	color: #fc1f15;
	font-size: 20px;
	font-weight: 700;
}
.section-list-description{
	margin: 20px 0;
}
/* Детальная карточка*/
.item-prop-big-price{
	font-size: 30px;
	color: #fc1f15;
	font-weight: 700;
	line-height: 35px;
}
.item-prop-preview-text{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	max-height: 300px;
	overflow: hidden;
	word-wrap: break-word;
	width: 100%;

}
.item-detail-info hr{
	border:0;
	height: 2px;
	background-color: #f0f0f0;
	margin: 20px -15px 20px -15px;
}
.item-detail-info{
	margin-bottom: 30px;
}
.item-prop-big{
	font-size: 17px;
	font-weight: 700;
	color: #8a8a8a;
	position: relative;
	padding-left: 30px;
	white-space:nowrap;
}
.item-prop-big.weight{
	padding-left: 25px;
}
.item-prop-big:before{
	width: 24px;
	height: 27px;
	position: absolute;
	top:0;
	left:0;
	background-repeat:no-repeat;
	content: '';
}
.cert-card{
	border: 1px solid #ddd;
	display: block;
	padding: 10px;
	color: #010101;
	height: 340px;
	margin-top: 20px;
}
.cert-card:hover{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
}
.cert-card h5{
	font-weight: 700;
	margin-top: 10px;
}
.cert-image-wrapper{
	width:100%;
	height:250px;
	background-size: contain;
	background-repeat:no-repeat;
	background-position: center;
}
.news-page-item{
	position:relative;
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 20px;
}
.news-page-item-text {
		margin-bottom:40px;
	}
.news-page-image-wrapper{
	float:left;
	display:inline-block;
	width:15%;
	overflow:hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.news-page-image-wrapper:before{
	content: "";
	padding-top: 100%;
	float:left;
}
.news-page-item-text{
	vertical-align: top;
	display: inline-block;
	width:85%;
	padding-left: 10px;
}
.news-page-item h5{
	font-size: 20px;
	color: #ff7817;
	font-weight: 700;
	line-height:1.2;
	margin:0;
}
.news-page-item .button{
	position:absolute;
	bottom:10px;right:10px;
	float:right;
	margin-right: 20px;
}
.news-page .post-date{
	font-size: 14px;
}
.news-page p{
	margin-top: 10px;
	word-wrap: break-word;
}
.news-detail-img-wrapper{
	float:right;
	display:inline-block;
	width:30%;
	overflow:hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding-left: 15px;
}
.news-detail-img-wrapper:before{
	content: "";
	padding-top: 100%;
	float:left;
}
.news-date-time{
	color: #444;
}
.news-detail p{
	margin-top: 20px;
}
.delivery-widgets iframe{
	margin: 20px auto;
	display:block;
}
.become-dealer-list li{
	list-style: disc;
}
/* bootstrap fix*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	border: 0;
	background-color: inherit;
}
.product-item-detail-tabs-container{
	border: 0;
}
.product-item-detail-tab-link:after{
	display: none;
}
/*SMALL PC (lg)*/

@media(min-width:1200px){
	.item-prop-first{
		margin-left: -10px;
	}
	.advantages-block{
		width: 20%;
	}
.item-prop-big-speed-col{
	padding-left: 30px;
}
}
@media(min-width:768px) and (max-width:1199px){
	.item-prop-first{
		margin-left: -15px;
	}
	.head-menu li a{
		padding:30px 8px;
		font-size: 16px;
	}
	.advantages-block{
		width: 20%;
	}
	.item-prop-big{
		font-size: 13px;
		padding-left:25px;
	}
	.item-prop-big-price{
		font-size: 26px;
	}
	.item-price{
		text-align:center;
		font-size: 26px;
		height: 40px;
	}
	.item-order-nosell {display:block;}
	.item-order .button.small,.button-spacer{
		margin: 10px auto 0;
		width: 120px;
		height: 30px;
		line-height: 30px;
	}
	.news-page-image-wrapper{
		width: 20%;
	}
	.news-page-item-text{
		width:80%;
	}
	.product-props-row {
    height: 22px;
	}
}
/*TABLET (md)*/
@media(max-width:991px){
	.advantages{
		background-size: auto 100%;
	}
	.head-menu li a{
		padding:25px 0px;
	}
	.best-offers{
		display:none;
	}
	.last-updates .button{
		margin: 25px auto;
	}
	.footer .left-col{
		text-align:center;
		margin: 35px 0;
	}
	.footer-address:before{
		top: -10px;
	}
	.item-detail-info .button{
		float: right;
	}
	.head-title .name span:before{
		transform: none;
	}
	.item-price{
		text-align:center;
		font-size: 26px;
	}.item-order-nosell {display:block;}
	.item-order .button.small,.button-spacer{
		margin: 10px auto 0;
		width: 120px;
		height: 30px;
		line-height: 30px;
	}

	.photo-block{
		height: 200px;
	}
	.news-page-image-wrapper{
		width: 30%;
	}
	.news-page-item-text{
		width:70%;
	}

	.news-detail-img-wrapper{
		float:none;
		margin: 0 auto;
		display: block;
	}
	
}
/*MOBILE (sm)*/
@media(max-width:767px){
	.advantages{
		background: #704e34;
	}
	.about-company, .first-blocks{
		background:none;
		height: auto;
	}
	.item-prop{
		font-size: 13px;
	}
	.item-prop-big{
		font-size: 15px;
		line-height: 25px;
		padding-left:25px;
	}
	.advantages-block{
		margin-top: 40px;
	}
	.head-title .top{
		padding-left:0;
		font-size:36px;
	}
	.head-title .bot{
		padding-left:0;
		font-size: 26px;
	}
	.head-title .button{
		margin: 30px auto;
	}
	.head-title .name span:before{
		display:none;
	}
	.subscribe-form input{
		width:65%;
		padding-left:10px;
		padding-right:10px;
	}
	.subscribe-form input::placeholder{

		font-size:14px;
	}
	.subscribe-form button{
		width: 35%;
		font-size:12px;
		padding:26px 10px 21px;
		height: 100%;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{
		padding: 5px 15px 5px 0;
	}
	h1{
		margin-top:40px;
	}
	.img-overlay{
		display:block;
	}
	.about-achievements a:hover .img-overlay:before{
		color: #ff7817;
	}
	.about-achievements a:hover .img-overlay:after{
		display:none;
	}
	.news-page-image-wrapper{
		display:block;
		width: 40%;
		margin: 0 auto;
		float: none;
	}
	.news-page-item-text{
		display: block;
		width:100%;
		margin-top: 20px;
	}
	.news-page .button{
		float: none;
		margin: 15px auto 0;
	}

	.news-detail-img-wrapper{
		width: 50%;
		margin: 0 auto;
		display: block;
	}
	
}
@media(max-width:500px){
	.news-page-image-wrapper{
		width: 60%;
	}
	.page-about img.right, .page-about img.left{
		float: none;
		width: 100%;
		padding: 10px;
	}
	.about-achievements img{
		width: auto;
	}
}
@media(max-width:400px){
	.item-prop-last{
		margin-left: -15px;
	}
	.item-prop-big{
		font-size: 14px;
	}
	.item-prop-big-price{
		font-size: 28px;
	}
}
.bx-filter{
	margin-top: 30px;
}

/* Иконки SVG*/
.advantages-i-small.second{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='url%28%23grad' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='52px' height='64px' viewBox='0 0 302.4 375.6' xml:space='preserve'%3E%3ClinearGradient id='grad' x1='50%25' y1='100%25' x2='50%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23da251c' class='stop-1'/%3E%3Cstop offset='100%25' stop-color='%23e67727' class='stop-2'/%3E%3C/linearGradient%3E%3Cg%3E%3Cpath d='M296.4,77.6c3.3,0,6-2.7,6-6v-42c0-16.3-13.5-29.6-30.1-29.6H29.9C13.1,0,0,13,0,29.6v268.1C0,314.4,13.4,328,29.9,328 h58.9v41.6c0,2.1,1.1,4,2.8,5.1c1.8,1.1,4,1.2,5.8,0.3l29.3-14.7l29.3,14.7c0.8,0.4,1.8,0.6,2.7,0.6c1.1,0,2.2-0.3,3.2-0.9 c1.8-1.1,2.8-3,2.8-5.1V328l107.5-0.2c16.6,0,30.1-13.5,30.1-30.2v-42c0-3.3-2.7-6-6-6h-42v-172H296.4z M290.4,29.6v36h-36V30 c0-9.9,8-17.9,17.9-18C282.3,12,290.4,19.9,290.4,29.6L290.4,29.6z M156,272.3c-0.8,0.5-1.6,1.1-2.1,1.9c-7.5,6.3-17,9.7-26.8,9.7 c-10.4,0-20.4-3.9-28.1-10.8c-8.8-8-13.9-19.3-13.9-31.2c0-23.2,18.8-42,42-42c23.2,0,42,18.8,42,42 C169.1,253.4,164.3,264.4,156,272.3L156,272.3z M152.8,359.9l-23.3-11.7c-1.7-0.8-3.7-0.8-5.4,0l-23.3,11.7V289 c8,4.5,17,6.8,26.3,6.8c9.1,0,17.9-2.3,25.7-6.5V359.9z M164.8,280.5c10.4-10.1,16.3-24.1,16.3-38.6c0-29.8-24.2-54-54-54 c-29.8,0-54,24.2-54,54c0,14.2,5.7,28,15.7,38.1V316H29.9C20,316,12,307.8,12,297.6V29.6C12,19.7,19.9,12,29.9,12h218.5 c-3.8,5-6,11.2-6,18v267.7c0,6.8,2.3,13.1,6.1,18.2l-83.7,0.1V280.5z M290.4,261.6v36c0,9.8-8.3,18.1-18.1,18.2 c-9.9,0-17.9-8.2-17.9-18.2v-36H290.4z M290.4,261.6'/%3E%3Cpath d='M127.1,211.9c-16.5,0-30,13.5-30,30c0,16.5,13.5,30,30,30c16.5,0,30-13.5,30-30C157.1,225.3,143.6,211.9,127.1,211.9 L127.1,211.9z M127.1,259.9c-9.9,0-18-8.1-18-18c0-9.9,8.1-18,18-18c9.9,0,18,8.1,18,18C145.1,251.8,137,259.9,127.1,259.9 L127.1,259.9z M127.1,259.9'/%3E%3Cpath d='M207.2,121.6h-160c-3.3,0-6,2.7-6,6c0,3.3,2.7,6,6,6h160c3.3,0,6-2.7,6-6C213.2,124.3,210.5,121.6,207.2,121.6L207.2,121.6 z M207.2,121.6'/%3E%3Cpath d='M183.2,145.6h-112c-3.3,0-6,2.7-6,6c0,3.3,2.7,6,6,6h112c3.3,0,6-2.7,6-6C189.2,148.3,186.5,145.6,183.2,145.6L183.2,145.6 z M183.2,145.6'/%3E%3Cpath d='M207.2,97.6h-24c-3.3,0-6,2.7-6,6c0,3.3,2.7,6,6,6h24c3.3,0,6-2.7,6-6C213.2,100.3,210.5,97.6,207.2,97.6L207.2,97.6z M207.2,97.6'/%3E%3Cpath d='M47.2,109.6h112c3.3,0,6-2.7,6-6c0-3.3-2.7-6-6-6h-112c-3.3,0-6,2.7-6,6C41.2,106.9,43.9,109.6,47.2,109.6L47.2,109.6z M47.2,109.6'/%3E%3Cpath d='M67.4,76.5c1.1,0.9,2.4,1.3,3.7,1.3c1.8,0,3.6-0.8,4.7-2.3l13.9-17.9l13.9,17.9c1.1,1.5,2.9,2.3,4.7,2.3s3.6-0.9,4.7-2.3 l13.9-17.9L141,75.4c1.1,1.5,2.9,2.3,4.7,2.3s3.6-0.9,4.7-2.3l13.9-17.9l13.9,17.9c2,2.6,5.8,3.1,8.4,1.1c2.6-2,3.1-5.8,1.1-8.4 l-18.7-24c-1.1-1.5-2.9-2.3-4.7-2.3c-1.9,0-3.6,0.9-4.7,2.3L145.7,62l-13.9-17.9c-1.1-1.5-2.9-2.3-4.7-2.3c-1.9,0-3.6,0.9-4.7,2.3 L108.4,62L94.5,44.1c-1.1-1.5-2.9-2.3-4.7-2.3c-1.9,0-3.6,0.9-4.7,2.3l-18.7,24C64.3,70.7,64.8,74.4,67.4,76.5L67.4,76.5z M67.4,76.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.advantages-i-small.first{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='url%28%23grad%29' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='52px' height='63px' viewBox='0 0 395.6 477.9' xml:space='preserve'%3E%3ClinearGradient id='grad' x1='50%25' y1='100%25' x2='50%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23da251c' class='stop-1'/%3E%3Cstop offset='100%25' stop-color='%23e67727' class='stop-2'/%3E%3C/linearGradient%3E%3Cpath d='M330.8,309.7c4.4-4.8,6.8-10.8,6.8-18l0,0v-33.6l26-14.4l0,0c0,0,0.4,0,0.4-0.4h0.4c0.4,0,0.8-0.4,0.8-0.4 c6-3.6,10.4-9.2,12-15.6c1.6-6.4,1.2-13.6-2.4-19.6c0-0.4-0.4-0.4-0.4-0.8L358,178.1l15.6-26l0.4-0.4l0,0l0,0l0,0c0,0,0-0.4,0.4-0.4 c3.6-6.4,4.4-13.6,2.8-20c-1.6-6.4-6-12.4-12.4-16l0,0L336,98.5l0.4-30.4c0-0.4,0-0.4,0-0.8l0,0l0,0c0-7.2-2.8-14-7.6-18.8l0,0 c-4.8-4.8-11.2-7.6-18.4-7.6l0,0h-33.6l-14.4-26c0-0.4,0-0.4-0.4-0.8c0-0.4-0.4-0.4-0.4-0.8l0,0c-3.6-6.4-9.6-10.4-16-12.4 c-6.4-1.6-13.6-1.2-20,2.4l0,0l-29.2,16.8L170.8,4.9h-0.4L170,4.5l0,0l0,0l0,0c0,0-0.4,0-0.4-0.4c-6.4-3.6-13.6-4.4-20-2.8 s-12.4,6-16,12.4l-16.8,28.8l-30.4-0.4c-0.4,0-0.4,0-0.8,0l0,0l0,0c-6.8,0-13.2,2.8-18,7.2l-0.4,0.4c-4.8,4.8-7.6,11.2-7.6,18.8l0,0 v33.6l-26,14.4h-0.4c0,0-0.4,0-0.4,0.4l-0.4,0.4l0,0l0,0l0,0l0,0l0,0l0,0l0,0c-6.4,3.6-10.4,9.6-12.4,16c-1.6,6.4-1.2,13.6,2.4,20 l0,0l16.8,29.2L24,208.1v0.4l-0.4,0.4l0,0l0,0l0,0c0,0,0,0.4-0.4,0.4c-3.6,6.4-4.4,13.6-2.8,20s6,12.4,12.4,16l28.8,16.8l-0.4,30.4 c0,0.4,0,0.4,0,0.8l0,0l0,0c0,5.6,1.6,10.4,4.4,14.8L1.2,419.3c-1.2,2-1.6,4.8-0.8,7.6c1.6,4.4,6.4,6.4,10.8,4.8l57.2-22.8l8.8,61.2 l0,0c0.4,2.4,1.6,4.8,4,6c4,2.4,9.2,0.8,11.6-3.2l64.8-112.4c4.4,0,9.2-0.8,13.2-3.2c0.4,0,0.4-0.4,0.8-0.4l28.8-16.4 c0.4,0.4,28,16.8,26.4,15.6l0,0c1.6,0.8,4.4,2.8,10,3.6l65.6,113.6c3.6,7.2,14.4,5.6,15.6-2.8l8.8-61.2l57.2,22.8l0,0 c7.2,2.8,14.4-5.2,10.4-12L330.8,309.7z M90.4,443.3l-7.2-47.6c-0.8-4.4-4.8-7.6-9.6-7.2c-0.8,0-1.6,0.4-2.4,0.8l-44.4,17.6 L78,318.1c2,0.8,4.4,1.2,6.4,1.2l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0H118 c18.8,34,13.2,23.2,14.8,26.8l0,0c0.8,1.6,3.2,5.2,6.4,8L90.4,443.3z M248.4,338.9c-0.4,0.4-0.8,1.2-0.4,0.8c-0.8,0.8-0.8,1.2-2.4,2 c-1.2,0.8-2.4,1.2-3.6,1.2l0,0c-0.4,0-0.4,0-0.8,0l0,0c-4.8,0.4-4-0.8-36.4-19.6c-2.8-1.6-6-1.6-8.4,0l0,0l-33.2,19.2l0,0 c-2.4,1.2-4.8,1.6-7.2,0.8c-4-1.2-5.2-4-5.6-4.4l0,0l0,0l0,0l0,0c-0.8-1.6-0.8-1.2-0.8-1.6l0,0l0,0l-16.8-30 c-1.6-2.8-4.4-4.4-7.6-4.4h-38l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0c-1.6,0-2.8-0.4-4.4-1.2l0,0l0,0 l0,0l0,0l0,0l0,0l0,0l0,0c-0.4-0.4-0.8-0.4-1.2-0.8l0,0c-0.4,0-0.4-0.4-0.4-0.4l0,0l0,0c-1.6-1.6-2.8-4-2.8-6.8c0-0.4,0-0.4,0-0.8 l0.4-35.6c0-3.2-1.6-6-4-7.2l0,0l-33.2-19.2c-2.4-1.2-4-3.6-4.4-5.6c-0.8-2.4-0.4-5.2,0.8-7.2l0,0l0,0l0.4-0.4 c0-0.4,0.4-0.4,0.4-0.8l17.6-29.6c1.6-2.8,1.6-6,0-8.4l0,0l-18.8-32.8c0-0.4-0.4-0.4-0.4-0.8c-1.2-2.4-1.6-4.8-0.8-7.2 c0.8-2.4,2-4.4,4.4-5.6c0.4,0,0.4-0.4,0.8-0.4H42l0,0c0,0,0.4,0,0.4-0.4l0,0l30.4-16.8c2.8-1.6,4.4-4.4,4.4-7.6v-38l0,0 c0-2.8,1.2-5.2,2.8-6.8l0.4-0.4c1.6-1.6,4-2.4,6.4-2.4c0.4,0,0.4,0,0.8,0l35.6,0.4c3.2,0,6-1.6,7.2-4l0,0l19.2-33.2 c1.2-2.4,3.6-4,5.6-4.4c2.4-0.8,5.2-0.4,7.2,0.8l0,0l0,0l-0.8-0.4c0.4,0,0.4,0.4,0.8,0.4L192,36.9c2.8,1.6,6,1.6,8.4,0l0,0 l33.2-18.8c0.4,0,0.4-0.4,0.8-0.4c2.4-1.2,4.8-1.6,7.2-0.8c2.4,0.8,4.4,2,5.6,4.4c0,0,0,0.4,0.4,0.4l0,0v0.4l0,0 c0,0.4,0.4,0.4,0.4,0.8l16.8,30c1.6,2.8,4.4,4.4,7.6,4.4h38l0,0c2.8,0,5.2,1.2,6.8,2.8l0,0l0,0c1.6,1.6,2.8,4,2.8,6.8 c0,0.4,0,0.4,0,0.8l-0.4,35.6c0,3.2,1.6,6,4,7.2l0,0l33.2,19.2l0,0c2.4,1.2,4,3.6,4.4,5.6c0.8,2.4,0.4,5.2-0.8,7.2l0,0l-0.4,0.4v0.4 l-18,30c-1.6,2.8-1.6,6,0,8.4l0,0l19.2,33.2l0,0c1.2,2.4,1.6,4.8,0.8,7.2c-0.8,2.4-2,4.4-4.4,5.6l0,0h-0.4h-0.4l0,0 c0,0-0.4,0-0.4,0.4l0,0l-30.8,18.4c-2.8,1.6-4.4,4.4-4.4,7.6v38l0,0c0,2.8-1.2,5.2-2.8,6.8c-2.8,2.8-5.6,2.8-7.6,2.8l0,0l0,0l0,0 l-34.8-0.4c-3.2-0.4-6.4,1.2-8,4C267.6,305.7,247.2,340.9,248.4,338.9z M323.2,390.1c-5.2-2-10.4,1.2-11.2,6.4l0,0l-7.2,47.6 l-50.8-88l0.4-0.4c2.4-1.6,4.8-3.6,6.8-6l0,0c0.8-1.2,20-34,18.8-32c8.8,0,19.6,0.4,32.8,0.4l0,0l0,0c1.2,0,2,0,3.2-0.4l52,90 L323.2,390.1z'/%3E%3Cpath d='M312.4,180.1c0-31.6-12.8-60-33.2-80.4c-20.8-20.8-49.2-33.2-80.4-33.2c-31.6,0-60,12.8-80.4,33.2 c-20.8,20.8-33.2,49.2-33.2,80.4c0,31.6,12.8,60,33.2,80.4c20.8,20.8,49.2,33.2,80.4,33.2s60-12.8,80.4-33.2 C299.6,240.1,312.4,211.7,312.4,180.1z M198.4,277.3c-26.8,0-51.2-10.8-68.8-28.4s-28.4-42-28.4-68.8s10.8-51.2,28.4-68.8 s42-28.4,68.8-28.4s51.2,10.8,68.8,28.4c17.6,17.6,28.4,42,28.4,68.8s-10.8,51.2-28.4,68.8C249.6,266.5,225.2,277.3,198.4,277.3z'/%3E%3Cpath d='M260.8,153.7L260.8,153.7L260.8,153.7c-3.2-3.2-7.2-4.8-12-4.8l0,0h-26.4l-8-24.4v-0.4c-0.8-2.4-2.4-4.8-4-6.8 c-1.6-1.6-3.6-2.8-6-4c-0.4-0.4-1.2-0.4-2-0.4c-4-1.2-8.4-0.4-12,1.2c-3.6,2-6.4,4.8-8,8.8c-0.4,0.4-0.4,1.2-0.4,1.6l-8,24.4h-25.2 l0,0c-2.8-0.4-5.6,0.4-8.4,1.6c-2.4,1.2-4.8,2.8-6.4,5.2c-2.8,3.6-3.6,8.4-2.8,12.4c0.8,4.4,2.8,8.4,6.8,11.2l21.2,15.6l-8,25.2l0,0 c0,0.4,0,0.4-0.4,0.8c-0.8,2.4-0.8,4.8-0.4,7.2c0.4,2.4,1.2,5.2,3.2,7.2c2.8,3.6,6.8,6,10.8,6.8c4.4,0.8,8.8-0.4,12.4-3.2l21.2-15.6 l20.4,14.8c2,2,4.8,3.2,7.6,3.6c2.8,0.4,5.6,0.4,8.4-0.4l0,0c4.4-1.6,8-4.4,10-8.4s2.4-8.4,1.2-12.8l0,0l-8-25.2l20.8-15.2l0,0 c0.4-0.4,0.8-0.4,1.2-0.8c1.6-1.6,3.2-3.2,4.4-5.2l0,0c1.2-2.4,2-4.8,2-7.6C265.6,160.9,264,156.9,260.8,153.7z M248.8,165.7 L248.8,165.7L248.8,165.7c-0.4,0-0.4,0.4-0.4,0.4l-25.6,18.8c-3.2,2.4-4.4,6.4-2.8,9.6l10,30v0.4l0,0l0,0l0,0l0,0l0,0 c-0.4-0.4-0.8-0.4-0.8-0.8L204,205.7c-3.2-2.4-7.2-2-10,0l-26,19.2l0,0l0,0l0,0l0,0v-0.4l10-30.4c1.2-3.6,0-7.2-3.2-9.2l0,0 l-26.4-18.8l0,0l0,0l0,0l0,0c0.4,0,0.8,0,1.2,0h31.2c3.6,0,6.8-2.4,8-6l0,0l10-30.8l0,0l0,0l0,0l0,0l0,0l0,0v0.4l9.6,30.4 c1.2,3.6,4.8,6,8.4,6L248.8,165.7L248.8,165.7L248.8,165.7L248.8,165.7L248.8,165.7L248.8,165.7L248.8,165.7z'/%3E%3C/svg%3E%0A");
}
.advantages-i-small.third{
background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='57px' height='69px' viewBox='0 0 45.1 45.1' style='enable-background:new 0 0 45.1 45.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);%7D .st1%7Bfill:url(%23SVGID_2_);%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='22.5665' y1='0' x2='22.5665' y2='45.133'%3E%3Cstop offset='0' style='stop-color:%23E67727'/%3E%3Cstop offset='1' style='stop-color:%23DA251C'/%3E%3C/linearGradient%3E%3Cpath class='st0' d='M45.1,8.9L36.2,0H25l-4.4,4.4c-11-0.9-19.8,5.3-20,5.3c-0.4,0.3-0.4,0.8-0.2,1.1c0.2,0.2,0.4,0.3,0.7,0.3 c0.2,0,0.3,0,0.5-0.1C1.7,11,9.4,5.6,19.1,5.9L4.8,20.2l0,0L0,25l20.1,20.2l8-8c1.6,0.9,3.6,1.3,5.5,1.3c2.8,0,5.5-0.9,7.3-2.6 c5.9-5.9,3.6-12.4,2.8-14.1l1.5-1.5L45.1,8.9L45.1,8.9z M35.6,1.6l8,7.9v10L27.9,35.1c-3.3-2.3-4.3-6.7-2.8-12.5 c0.1-0.4-0.1-0.9-0.6-1c-0.4-0.1-0.9,0.1-1,0.6c-2.1,8.1,0.7,12.1,3.2,14l-1.8,1.8L7.1,20.2L21.2,6.1c3.4,0.4,6.9,1.5,10.4,3.7 c0,0.2-0.1,0.4-0.1,0.5c0,1.7,1.4,3.1,3.1,3.1c1.7,0,3.1-1.4,3.1-3.1c0-1.7-1.4-3.1-3.1-3.1c-1,0-1.8,0.5-2.4,1.1 c-3.3-2-6.6-3.2-9.7-3.7l3.1-3.1H35.6z M33.5,11c0.4,0.3,0.9,0.2,1.1-0.2c0.3-0.4,0.2-0.9-0.2-1.1c-0.2-0.2-0.5-0.3-0.7-0.5 c0.3-0.3,0.7-0.4,1.1-0.4c0.9,0,1.6,0.7,1.6,1.5c0,0.9-0.7,1.6-1.6,1.6c-0.6,0-1.2-0.4-1.4-1C33.4,11,33.4,11,33.5,11L33.5,11z M2.3,25l3.7-3.7l17.9,17.9l-3.7,3.7L2.3,25z M39.8,34.6c-2.1,2.1-6.7,3-10.4,1.3l13.1-13.1C43.2,24.8,44.5,29.9,39.8,34.6 L39.8,34.6z M39.8,34.6'/%3E%3C/svg%3E%0A");
}
.advantages-i-small.fourth{
background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='55px' height='66px' viewBox='0 0 419.9 485.7' style='enable-background:new 0 0 419.9 485.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);%7D .st1%7Bfill:url(%23SVGID_2_);%7D .st2%7Bfill:url(%23SVGID_3_);%7D .st3%7Bfill:url(%23SVGID_4_);%7D .st4%7Bfill:url(%23SVGID_5_);%7D .st5%7Bfill:url(%23SVGID_6_);%7D .st6%7Bfill:url(%23SVGID_7_);%7D .st7%7Bfill:url(%23SVGID_8_);%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='154.828' y1='312' x2='154.828' y2='421.656'%3E%3Cstop offset='0' style='stop-color:%23E67727'/%3E%3Cstop offset='1' style='stop-color:%23DA251C'/%3E%3C/linearGradient%3E%3Cpath class='st0' d='M292.9,328c-1.7,9.5-6.9,24-23.2,24h-88v16h88c31.6,0,40-31.4,40-48c0-4.4-3.6-8-8-8h-200 c-2.1,0-4.2,0.8-5.7,2.3l-96,96l11.3,11.3L105,328H292.9z'/%3E%3ClinearGradient id='SVGID_2_' gradientUnits='userSpaceOnUse' x1='245.9716' y1='256.0017' x2='245.9716' y2='485.656'%3E%3Cstop offset='0' style='stop-color:%23E67727'/%3E%3Cstop offset='1' style='stop-color:%23DA251C'/%3E%3C/linearGradient%3E%3Cpath class='st1' d='M403.3,258.3c-3.1-3.1-8.2-3.1-11.3,0l-72,72l11.3,11.3l65.7-65.7c10.8,14.4,8.6,34.7-5,46.4L298.3,416H133.7 c-2.1,0-4.2,0.8-5.7,2.3l-56,56l11.3,11.3L137,432h164.7c2.1,0,4.2-0.8,5.7-2.3l96-96C433.1,303.9,416.3,271.4,403.3,258.3z'/%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='221.656' y1='0' x2='221.656' y2='288'%3E%3Cstop offset='0' style='stop-color:%23E67727'/%3E%3Cstop offset='1' style='stop-color:%23DA251C'/%3E%3C/linearGradient%3E%3Cpath class='st2' d='M85.7,176h28.8c2.2,7.3,5.1,14.4,8.8,21.2l-20.3,20.3c-3.1,3.1-3.1,8.2,0,11.3l34,34c3.2,3,8.1,3,11.3,0 l20.3-20.4c6.7,3.7,13.8,6.6,21.2,8.8V280c0,4.4,3.6,8,8,8h48c4.4,0,8-3.6,8-8v-28.8c7.3-2.2,14.4-5.1,21.2-8.8l20.3,20.3 c1.5,1.5,3.5,2.3,5.7,2.3s4.2-0.8,5.7-2.3l33.9-34c3.1-3.1,3.1-8.2,0-11.3l-20.3-20.3c3.7-6.7,6.6-13.8,8.8-21.2h28.8 c4.4,0,8-3.6,8-8v-48c0-4.4-3.6-8-8-8h-28.8c-2.2-7.3-5.1-14.4-8.8-21.2l20.3-20.3c3.1-3.1,3.1-8.2,0-11.3l-34-33.9 c-3.1-3.1-8.2-3.1-11.3,0l-20.3,20.3c-6.7-3.7-13.8-6.6-21.2-8.8V8c0-4.4-3.6-8-8-8h-48c-4.4,0-8,3.6-8,8v28.8 c-7.3,2.2-14.5,5.1-21.2,8.8l-20.3-20.3c-3.1-3.1-8.2-3.1-11.3,0l-34,33.9c-3.1,3.1-3.1,8.2,0,11.3l20.4,20.3 c-3.7,6.7-6.6,13.8-8.8,21.2H85.7c-4.4,0-8,3.6-8,8v48C77.7,172.4,81.2,176,85.7,176z M93.7,128h26.9c3.7,0,6.9-2.6,7.8-6.2 c2.4-9.9,6.3-19.4,11.7-28.1c1.9-3.2,1.5-7.2-1.2-9.9l-19-19l22.6-22.6l19,19c2.6,2.6,6.7,3.1,9.9,1.2c8.7-5.4,18.2-9.3,28.1-11.7 c3.6-0.9,6.2-4.1,6.2-7.8V16h32v26.9c0,3.7,2.6,6.9,6.2,7.8c9.9,2.4,19.5,6.3,28.1,11.7c3.2,1.9,7.2,1.5,9.9-1.2l19-19l22.6,22.6 l-19,19c-2.6,2.6-3.1,6.7-1.2,9.9c5.4,8.7,9.3,18.2,11.7,28.1c0.9,3.6,4.1,6.2,7.8,6.2h26.9v32h-26.9c-3.7,0-6.9,2.6-7.8,6.2 c-2.4,9.9-6.3,19.4-11.7,28.1c-2,3.2-1.5,7.2,1.2,9.9l19,19l-22.6,22.6l-19-19c-2.6-2.6-6.7-3.1-9.9-1.2 c-8.7,5.4-18.2,9.3-28.1,11.7c-3.6,0.9-6.2,4.1-6.2,7.8V272h-32v-26.9c0-3.7-2.6-6.9-6.2-7.8c-9.9-2.4-19.4-6.3-28.1-11.7 c-3.2-1.9-7.2-1.5-9.9,1.2l-19,19l-22.6-22.6l19-19c2.6-2.6,3.1-6.7,1.2-9.9c-5.4-8.7-9.3-18.2-11.7-28.1c-0.9-3.6-4.1-6.2-7.8-6.2 H93.7L93.7,128L93.7,128z'/%3E%3ClinearGradient id='SVGID_4_' gradientUnits='userSpaceOnUse' x1='221.656' y1='96' x2='221.656' y2='192'%3E%3Cstop offset='0' style='stop-color:%23E67727'/%3E%3Cstop offset='1' style='stop-color:%23DA251C'/%3E%3C/linearGradient%3E%3Cpath class='st3' d='M221.7,192c26.5,0,48-21.5,48-48c0-26.5-21.5-48-48-48s-48,21.5-48,48S195.1,192,221.7,192z M221.7,112 c17.7,0,32,14.3,32,32s-14.3,32-32,32s-32-14.3-32-32S204,112,221.7,112z'/%3E%3C/svg%3E%0A");
}
.advantages-i.first{
    background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='69px' height='83px' viewBox='0 0 395 477.7' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M330.3,309.8c4.4-4.8,6.8-10.8,6.8-18v-0.1v-33.6l26-14.4l0,0c0,0,0.4,0,0.4-0.8h0.4c0.4,0.4,0.8,0,0.8,0 c6-3.6,10.4-9.2,12-15.6c1.6-6.4,1.2-13.6-2.4-19.6c0-0.4-0.4-0.4-0.4-0.8l-16.4-28.8l15.6-26l0.4-0.4l0,0l0,0l0,0 c0,0,0-0.4,0.4-0.4c3.6-6.4,4.4-13.6,2.8-20c-1.6-6.4-6-12.4-12.4-16l0,0l-28.2-16.8V68.1v-0.8l0,0l0,0c-0.2-7.2-3-14-7.8-18.8l0,0 c-4.8-4.8-11.2-7.6-18.4-7.6l0,0h-33.6l-14.4-26c0-0.4,0-0.4-0.4-0.8c0-0.4-0.4-0.4-0.4-0.8l0,0c-3.6-6.4-9.6-10.4-16-12.4 c-6.4-1.6-13.6-1.2-20,2.4l0,0l-29.2,16.8L170.3,4.9h-0.8l-0.4-0.4l0,0l0,0l0,0c0,0-0.4,0-0.4-0.4c-6.3-3.5-13.4-4.3-19.7-2.8 s-12.2,5.9-15.7,12.2l-16.5,28.3H85.9c0,0-0.5,0-0.9,0l0,0l0,0c-6.8,0-13.1,2.8-17.9,7.2l-0.4,0.4c-4.8,4.8-7.6,11.1-7.6,18.7l0,0 v33.4l-25.9,14.3h-1.1c0,0-0.4,0-0.4,0.4l-0.4,0.4l0,0l0,0l0,0l0,0l0,0l0,0l0,0c-6.3,3.6-10.2,9.6-12.2,16c-1.6,6.4-1.2,13.6,2.4,20 l0,0l16.5,29.2l-15,25.6v0.4l-0.4,0.4l0,0l0,0l0,0c0,0,0,0.4-0.4,0.4c-3.5,6.4-4.3,13.6-2.8,20c1.6,6.4,5.9,12.4,12.2,16l28.3,16.8 l1,31c0,0,0,0.5,0,0.9l0,0l0,0c0,5.6,1.6,10.4,4.4,14.8l-64.3,111c-1.2,2-1.6,4.8-0.8,7.6c1.6,4.4,6.4,6.4,10.8,4.8l57.1-22.8 l8.8,61.1l0,0c0.4,2.4,1.6,4.8,4,6c4,2.4,9.2,0.8,11.6-3.2l64.7-112.2c4.4,0,9.2-0.8,13.2-3.2c0.4,0,0.4-0.4,0.8-0.4l28.8-16.4 c0.4,0.4,28,16.8,26.4,15.6l0,0c1.6,0.8,4.4,2.8,10,3.6L302,473.2c3.6,7.2,14.4,5.6,15.6-2.8l8.8-61.1l57.1,22.8l0,0 c7.2,2.8,14.4-5.2,10.4-12L330.3,309.8z M89.9,442.9l-7.2-47.6c-0.8-4.4-4.8-7.6-9.6-7.2c-0.8,0-1.6,0.4-2.4,0.8l-44.4,17.6 l51.2-88.8c2,0.8,4.4,1.2,6.4,1.2l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0h33.6 c18.8,34,13.2,23.2,14.8,26.8l0,0c0.8,1.6,3.2,5.2,6.4,8L89.9,442.9z M247.7,338.9c-0.4,0.4-0.8,1.2-0.4,0.8c-0.8,0.8-0.8,1.2-2.4,2 c-1.2,0.8-2.4,1.2-3.6,1.2h0.2c-0.4,0-0.4,0-0.8,0l0,0c-4.8,0.4-4-0.8-36.4-19.6c-2.8-1.6-6-1.6-8.4,0l0,0l-33.2,19.2l0,0 c-2.4,1.2-4.8,1.6-7.2,0.8c-4-1.2-5.2-4-5.6-4.4l0,0l0,0l0,0l0,0c-0.8-1.6-0.8-1.2-0.8-1.6l0,0l0,0l-16.8-30 c-1.6-2.8-4.4-4.4-7.6-4.4h-38l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0c-1.6,0-2.8-0.4-4.4-1.2l0,0l0,0 l0,0l0,0l0,0l0,0l0,0l0,0c-0.4-0.4-0.8-0.4-1.2-0.8l0,0c-0.4,0-0.4-0.4-0.4-0.4l0,0l0,0c-1.6-1.6-2.8-4-2.6-6.8v-0.8v-35.6 c0.2-3.2-1.4-6-3.8-7.2l0,0l-33.2-19.2c-2.4-1.2-4-3.6-4.4-5.6c-0.8-2.4-0.4-5.2,0.8-7.2l0,0l0,0l0.4-0.4c0-0.4,0.4-0.4,0.4-0.8 l17.6-29.6c1.6-2.8,1.6-6,0-8.4l0,0l-18.8-32.8c0-0.4-0.4-0.4-0.4-0.8c-1.2-2.4-1.6-4.8-0.8-7.2c0.8-2.4,2-4.4,4.4-5.6 c0.4,0,0.4-0.4,0.8-0.6h0.4l0,0c0,0.2,0.4,0.2,0.4-0.2l0,0l30.4-16.8c2.8-1.6,4.8-7.6,4.8-7.6v-38l0,0c-0.4-2.8,0.8-5.2,2.4-6.8 l0.4-0.4c1.6-1.6,4-2.4,6.4-2.2h0.8h35.6c3.2,0.2,6-1.4,7.2-3.8l0,0l19.2-33.2c1.2-2.4,3.6-4,5.6-4.4c2.4-0.8,5.2-0.4,7.2,0.8l0,0 l0,0l-0.8-0.4c0.4,0,0.4,0.4,0.8,0.4l29.6,17.6c2.8,1.6,6,1.6,8.4,0l0,0l33.2-18.8c0.4,0,0.4-0.4,0.8-0.4c2.4-1.2,4.8-1.6,7.2-0.8 c2.4,0.8,4.4,2,5.6,4.4c0,0,0,0.4,0.4,0.4l0,0v0.4l0,0c0,0.4,0.4,0.4,0.4,0.8l16.8,30c1.6,2.8,7.6,5,7.6,5h37.6l0,0 c2.8,0,5.2,1.2,6.8,2.8l0,0l0,0c1.6,1.6,2.8,4,2.8,6.8c0,0.4,0,0.4,0,0.8l-0.4,35.6c0,3.2,1.6,6,4,7.2l0,0l33.2,19.2l0,0 c2.4,1.2,4,3.6,4.4,5.6c0.8,2.4,0.4,5.2-0.8,7.2l0,0l-0.4,0.4v0l-18.1,30c-1.6,2.8-1.6,6,0,8.4l0,0l19.3,33.2l0,0 c1.2,2.4,1.6,4.8,0.8,7.2s-2,4.4-4.4,5.6l0,0h-0.4h-0.4l0,0c0,0-0.4,0-0.4,0.4l0,0l-31,18.4c-2.8,1.6-4.4,4.4-4.4,7.6v38l0,0 c0,2.8-1.2,5.2-2.8,6.8c-2.8,2.8-5.6,2.8-7.6,2.8l0,0l0,0l0,0l-34.6-0.4c-3.2-0.4-6.4,1.2-8,4C266.8,305.9,246.5,340.9,247.7,338.9z M322.7,390.1c-5.2-2-10.4,1.2-11.2,6.4l0,0l-7.2,47.6l-50.8-88l0.4-0.4c2.4-1.6,4.8-3.6,6.8-6l0,0c0.8-1.2,20-34,18.8-32 c8.8,0,19.6,0.4,32.8,0.4l0,0l0,0c1.2,0,2,0,3.2-0.4l52,90L322.7,390.1z'/%3E%3Cpath d='M311.9,180.1c0-31.6-12.8-60-33.2-80.4c-20.8-20.8-49.2-33.2-80.4-33.2c-31.6,0-60,12.8-80.4,33.2 c-20.8,20.8-33.2,49.2-33.2,80.4c0,31.6,12.8,60,33.2,80.4c20.8,20.8,49.2,33.2,80.4,33.2s60-12.8,80.4-33.2 C299.1,240.1,311.9,211.7,311.9,180.1z M197.9,277.3c-26.8,0-51.2-10.8-68.8-28.4s-28.4-42-28.4-68.8s10.8-51.2,28.4-68.8 c17.6-17.6,42-28.4,68.8-28.4s51.2,10.8,68.8,28.4s28.4,42,28.4,68.8s-10.8,51.2-28.4,68.8S224.7,277.3,197.9,277.3z'/%3E%3Cpath d='M260.5,153.7L260.5,153.7L260.5,153.7c-3.2-3.2-7.2-4.8-12-4.8l0,0h-26.4l-8-24.4v-0.4c-0.8-2.4-2.4-4.8-4-6.8 c-1.6-1.6-3.6-2.8-6-4c-0.4-0.4-1.2-0.4-2-0.4c-4-1.2-8.4-0.4-12,1.2c-3.6,2-6.4,4.8-8,8.8c-0.4,0.4-0.4,1.2-0.4,1.6l-8,24.4h-25.2 l0,0c-2.8-0.4-5.6,0.4-8.4,1.6c-2.4,1.2-4.8,2.8-6.4,5.2c-2.8,3.6-3.6,8.4-2.8,12.4c0.8,4.4,2.8,8.4,6.8,11.2l21.2,15.6l-8,25.2l0,0 c0,0.4,0,0.4-0.4,0.8c-0.8,2.4-0.8,4.8-0.4,7.2c0.4,2.4,1.2,5.2,3.2,7.2c2.8,3.6,6.8,6,10.8,6.8c4.4,0.8,8.8-0.4,12.4-3.2l21.2-15.6 l20.4,14.8c2,2,4.8,3.2,7.6,3.6c2.8,0.4,5.6,0.4,8.4-0.4l0,0c4.4-1.6,8-4.4,10-8.4s2.4-8.4,1.2-12.8l0,0l-8-25.2l20.8-15.2l0,0 c0.4-0.4,0.8-0.4,1.2-0.8c1.6-1.6,3.2-3.2,4.4-5.2l0,0c1.2-2.4,2-4.8,2-7.6C265.3,160.9,263.7,156.9,260.5,153.7z M248.3,166.9v-1.2 l0,0c-0.4,0-0.4,0.4-0.4,0.4l-25.6,18.8c-3.2,2.4-4.4,6.4-2.8,9.6l9.6,30v0.2l0,0l0,0l0,0l0,0l0,0c-0.4-0.4-0.8-0.4-0.8-0.8 l-25.2-18.4c-3.2-2.4-7.2-2-10,0l-26,19.2l0,0l0,0l0,0l0,0v-0.4l10-30.4c1.2-3.6,0-7.2-3.2-9.2l0,0l-26.4-18.8h0.4l0,0l0,0l0,0h1.2 h31.2c3.6,0.2,6.8-2.2,8-5.8l0,0l9.8-30.8l0,0l0,0l0,0l0,0l0,0l0,0v0.4l9.8,30.4c1.2,3.6,4.8,6,8.4,5.8L248.3,166.9L248.3,166.9 L248.3,166.9L248.3,166.9L248.3,166.9L248.3,166.9L248.3,166.9z'/%3E%3C/svg%3E%0A");
}
.advantages-i.second{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='61px' height='76px' viewBox='0 0 302.4 375.6' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cpath d='M296.4,77.6c3.3,0,6-2.7,6-6v-42c0-16.3-13.5-29.6-30.1-29.6H29.9C13.1,0,0,13,0,29.6v268.1C0,314.4,13.4,328,29.9,328 h58.9v41.6c0,2.1,1.1,4,2.8,5.1c1.8,1.1,4,1.2,5.8,0.3l29.3-14.7l29.3,14.7c0.8,0.4,1.8,0.6,2.7,0.6c1.1,0,2.2-0.3,3.2-0.9 c1.8-1.1,2.8-3,2.8-5.1V328l107.5-0.2c16.6,0,30.1-13.5,30.1-30.2v-42c0-3.3-2.7-6-6-6h-42v-172H296.4z M290.4,29.6v36h-36V30 c0-9.9,8-17.9,17.9-18C282.3,12,290.4,19.9,290.4,29.6L290.4,29.6z M156,272.3c-0.8,0.5-1.6,1.1-2.1,1.9c-7.5,6.3-17,9.7-26.8,9.7 c-10.4,0-20.4-3.9-28.1-10.8c-8.8-8-13.9-19.3-13.9-31.2c0-23.2,18.8-42,42-42c23.2,0,42,18.8,42,42 C169.1,253.4,164.3,264.4,156,272.3L156,272.3z M152.8,359.9l-23.3-11.7c-1.7-0.8-3.7-0.8-5.4,0l-23.3,11.7V289 c8,4.5,17,6.8,26.3,6.8c9.1,0,17.9-2.3,25.7-6.5V359.9z M164.8,280.5c10.4-10.1,16.3-24.1,16.3-38.6c0-29.8-24.2-54-54-54 c-29.8,0-54,24.2-54,54c0,14.2,5.7,28,15.7,38.1V316H29.9C20,316,12,307.8,12,297.6V29.6C12,19.7,19.9,12,29.9,12h218.5 c-3.8,5-6,11.2-6,18v267.7c0,6.8,2.3,13.1,6.1,18.2l-83.7,0.1V280.5z M290.4,261.6v36c0,9.8-8.3,18.1-18.1,18.2 c-9.9,0-17.9-8.2-17.9-18.2v-36H290.4z M290.4,261.6'/%3E%3Cpath d='M127.1,211.9c-16.5,0-30,13.5-30,30c0,16.5,13.5,30,30,30c16.5,0,30-13.5,30-30C157.1,225.3,143.6,211.9,127.1,211.9 L127.1,211.9z M127.1,259.9c-9.9,0-18-8.1-18-18c0-9.9,8.1-18,18-18c9.9,0,18,8.1,18,18C145.1,251.8,137,259.9,127.1,259.9 L127.1,259.9z M127.1,259.9'/%3E%3Cpath d='M207.2,121.6h-160c-3.3,0-6,2.7-6,6c0,3.3,2.7,6,6,6h160c3.3,0,6-2.7,6-6C213.2,124.3,210.5,121.6,207.2,121.6L207.2,121.6 z M207.2,121.6'/%3E%3Cpath d='M183.2,145.6h-112c-3.3,0-6,2.7-6,6c0,3.3,2.7,6,6,6h112c3.3,0,6-2.7,6-6C189.2,148.3,186.5,145.6,183.2,145.6L183.2,145.6 z M183.2,145.6'/%3E%3Cpath d='M207.2,97.6h-24c-3.3,0-6,2.7-6,6c0,3.3,2.7,6,6,6h24c3.3,0,6-2.7,6-6C213.2,100.3,210.5,97.6,207.2,97.6L207.2,97.6z M207.2,97.6'/%3E%3Cpath d='M47.2,109.6h112c3.3,0,6-2.7,6-6c0-3.3-2.7-6-6-6h-112c-3.3,0-6,2.7-6,6C41.2,106.9,43.9,109.6,47.2,109.6L47.2,109.6z M47.2,109.6'/%3E%3Cpath d='M67.4,76.5c1.1,0.9,2.4,1.3,3.7,1.3c1.8,0,3.6-0.8,4.7-2.3l13.9-17.9l13.9,17.9c1.1,1.5,2.9,2.3,4.7,2.3s3.6-0.9,4.7-2.3 l13.9-17.9L141,75.4c1.1,1.5,2.9,2.3,4.7,2.3s3.6-0.9,4.7-2.3l13.9-17.9l13.9,17.9c2,2.6,5.8,3.1,8.4,1.1c2.6-2,3.1-5.8,1.1-8.4 l-18.7-24c-1.1-1.5-2.9-2.3-4.7-2.3c-1.9,0-3.6,0.9-4.7,2.3L145.7,62l-13.9-17.9c-1.1-1.5-2.9-2.3-4.7-2.3c-1.9,0-3.6,0.9-4.7,2.3 L108.4,62L94.5,44.1c-1.1-1.5-2.9-2.3-4.7-2.3c-1.9,0-3.6,0.9-4.7,2.3l-18.7,24C64.3,70.7,64.8,74.4,67.4,76.5L67.4,76.5z M67.4,76.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.advantages-i.third{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='70px' height='70px' viewBox='0 0 45.8 46.8' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' width='45.8' height='46.8'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath class='st0' d='M45.1,9.6l-8.9-8.9H25l-4.4,4.4c-11-0.9-19.8,5.3-20,5.3c-0.4,0.3-0.4,0.8-0.2,1.1c0.2,0.2,0.4,0.3,0.7,0.3 c0.2,0,0.3,0,0.5-0.1c0.1-0.1,7.8-5.4,17.5-5.1L4.8,20.9l0,0L0,25.7l20.1,20.2l8-8c1.6,0.9,3.6,1.3,5.5,1.3c2.8,0,5.5-0.9,7.3-2.6 c5.9-5.9,3.6-12.4,2.8-14.1l1.5-1.5L45.1,9.6L45.1,9.6z M35.6,2.3l8,7.9v10L27.9,35.8c-3.3-2.3-4.3-6.7-2.8-12.5 c0.1-0.4-0.1-0.9-0.6-1c-0.4-0.1-0.9,0.1-1,0.6c-2.1,8.1,0.7,12.1,3.2,14l-1.8,1.8L7.1,20.9L21.2,6.8c3.4,0.4,6.9,1.5,10.4,3.7 c0,0.2-0.1,0.4-0.1,0.5c0,1.7,1.4,3.1,3.1,3.1c1.7,0,3.1-1.4,3.1-3.1c0-1.7-1.4-3.1-3.1-3.1c-1,0-1.8,0.5-2.4,1.1 c-3.3-2-6.6-3.2-9.7-3.7l3.1-3.1H35.6z M33.5,11.7c0.4,0.3,0.9,0.2,1.1-0.2c0.3-0.4,0.2-0.9-0.2-1.1c-0.2-0.2-0.5-0.3-0.7-0.5 c0.3-0.3,0.7-0.4,1.1-0.4c0.9,0,1.6,0.7,1.6,1.5c0,0.9-0.7,1.6-1.6,1.6c-0.6,0-1.2-0.4-1.4-1C33.4,11.7,33.4,11.7,33.5,11.7 L33.5,11.7z M2.3,25.7L5.9,22l17.9,17.9l-3.7,3.7L2.3,25.7z M39.8,35.3c-2.1,2.1-6.7,3-10.4,1.3l13.1-13.1 C43.2,25.6,44.5,30.6,39.8,35.3L39.8,35.3z M39.8,35.3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.advantages-i.fourth{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='68px' height='80px' viewBox='0 0 465.4 512' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M232.7,512c-0.7,0-1.4-0.1-2.1-0.2C165.5,497.5,106.6,461,64.8,409C23,357.1,0,291.8,0,225.1V94.2c0-4.9,3.5-9,8.3-9.8 l2-0.4C87.6,70.4,160.7,42.7,227.5,1.5c3.2-2,7.3-2,10.5,0c67.3,41.3,140.8,69.1,218.5,82.7l0.7,0.1c4.8,0.8,8.3,5,8.3,9.8v130.8 c0,66.7-23,132-64.8,184c-41.8,52-100.7,88.5-165.8,102.8C234.2,511.9,233.4,512,232.7,512z M20,102.6v122.5 c0,126.7,89.3,238.5,212.7,266.7c123.4-28.2,212.7-140.1,212.7-266.8V102.5C370,88.4,298.5,61.2,232.7,21.7 C167,61.4,95.5,88.6,20,102.6z'/%3E%3Cpath d='M232.7,465.4c-4.4,0-8.5-3-9.7-7.4c-1.4-5.3,1.8-10.8,7.1-12.2l0.4-0.1c5.3-1.4,10.8,1.8,12.2,7.1 c1.4,5.3-1.8,10.8-7.1,12.2l-0.4,0.1C234.4,465.3,233.6,465.4,232.7,465.4z M270.5,451.9c-3.8,0-7.4-2.2-9.1-5.8 c-2.3-5-0.1-11,4.9-13.3c81.3-37.3,133.8-118.9,133.8-207.8v-93.7c0-5.5,4.5-10,10-10s10,4.5,10,10v93.7 c0,47.7-13.9,94.4-40.3,134.8c-26,39.9-62.4,71.5-105.2,91.1C273.3,451.6,271.9,451.9,270.5,451.9z M57.3,266.1 c-4.9,0-9.2-3.6-9.9-8.7c-1.4-10.7-2.2-21.7-2.2-32.5v-93.7c0-4.7,3.2-8.7,7.8-9.7c46.7-10.8,92.3-26.7,135.4-47.3 c5-2.4,11-0.3,13.3,4.7c2.4,5,0.3,11-4.7,13.3c-42.1,20.1-86.4,35.8-131.8,46.9v85.8c0,9.9,0.7,20,2,29.9c0.7,5.5-3.1,10.5-8.6,11.2 C58.2,266.1,57.8,266.1,57.3,266.1z M232.5,72.7c-3.5,0-6.9-1.8-8.7-5.1c-2.7-4.8-1.1-10.9,3.7-13.6l0.2-0.1 c4.8-2.7,10.9-1,13.6,3.8c2.7,4.8,1,10.9-3.8,13.6c0,0-0.1,0-0.1,0.1l-0.1,0.1C235.9,72.2,234.2,72.7,232.5,72.7z'/%3E%3Cpath d='M205.9,394c-8.1,0-16.1-3.7-21.2-10.4l-8.7-11.4c-1.2-1.5-2.9-2.5-4.9-2.6l-14.3-0.7c-12.5-0.6-22.7-9.7-24.8-22l-2.4-14.4 c-0.3-1.9-1.4-3.5-3.1-4.5l-12.5-7.4c-10.7-6.4-15.5-19.1-11.7-30.9l4.5-14c0.6-1.8,0.3-3.8-0.7-5.4l-7.7-12.5 c-6.5-10.6-4.9-24.1,4-32.8l10.4-10.2c1.4-1.3,2.1-3.2,1.9-5.1l-1-14.6c-0.9-12.4,6.8-23.7,18.8-27.3l13.8-4.1 c1.8-0.6,3.3-1.9,4.1-3.6l5.8-13.3c4.9-11.3,17.3-17.8,29.4-15.5l14,2.7c1.9,0.4,3.8-0.1,5.3-1.3l11.1-9c9.6-7.8,23.6-7.8,33.3,0 l11.1,9c1.5,1.2,3.4,1.7,5.3,1.3l14-2.7c12.1-2.4,24.5,4.1,29.4,15.5l5.8,13.3c0.8,1.8,2.3,3.1,4.1,3.6l13.8,4.1 c11.9,3.6,19.7,14.8,18.8,27.3l-1,14.6c-0.1,1.9,0.6,3.8,1.9,5.1l10.4,10.2c8.8,8.7,10.5,22.2,4,32.8l-7.7,12.5 c-1,1.6-1.2,3.6-0.7,5.4l4.5,14c3.8,11.8-1,24.5-11.7,30.9l-12.5,7.4c-1.6,1-2.8,2.6-3.1,4.5l-2.5,14.4c-2.1,12.3-12.3,21.4-24.8,22 l-14.3,0.7c-1.9,0.1-3.7,1-4.9,2.6l-8.7,11.4c-7.5,9.9-21.1,13.2-32.3,8l-12.9-6c-1.7-0.8-3.8-0.8-5.5,0l0,0l-12.9,6 C213.5,393.2,209.7,394,205.9,394z M180.6,150.9c-2.5,0-4.9,1.5-6,3.9l-5.8,13.3c-3.1,7.2-9.2,12.6-16.7,14.8l-13.8,4.1 c-2.9,0.9-4.8,3.6-4.6,6.7l1,14.6c0.6,7.7-2.3,15.3-7.8,20.8l-10.4,10.2c-2.2,2.1-2.6,5.4-1,8l7.7,12.5c4.1,6.6,5,14.6,2.7,22 l-4.5,14c-0.9,2.9,0.2,6,2.9,7.6l12.5,7.4c6.7,4,11.3,10.7,12.6,18.3l2.4,14.4c0.5,3,3,5.2,6.1,5.4l14.3,0.7 c7.8,0.4,15,4.2,19.8,10.4l8.7,11.4c1.8,2.4,5.2,3.2,7.9,2l12.9-6c7.1-3.3,15.3-3.3,22.4,0l12.9,6c2.8,1.3,6.1,0.5,7.9-2l8.7-11.4 c4.7-6.2,12-10,19.8-10.4l14.3-0.7c3.1-0.2,5.6-2.4,6.1-5.4l2.5-14.4c1.3-7.7,5.9-14.4,12.6-18.3l12.5-7.4c2.6-1.6,3.8-4.7,2.9-7.6 l-4.5-14c-2.4-7.4-1.4-15.4,2.7-22l7.7-12.5c1.6-2.6,1.2-5.9-1-8l-10.4-10.2c-5.5-5.4-8.4-13-7.8-20.8l1-14.6 c0.2-3.1-1.7-5.8-4.6-6.7l-13.8-4.1c-7.5-2.3-13.6-7.7-16.7-14.8l-5.8-13.3c-1.2-2.8-4.2-4.4-7.2-3.8l-14,2.7 c-7.7,1.5-15.6-0.4-21.8-5.4l-11.1-9c-2.4-1.9-5.8-1.9-8.2,0l-11.1,9c-6.1,4.9-14,6.9-21.8,5.4l-14-2.7 C181.4,150.9,181,150.9,180.6,150.9z'/%3E%3C/svg%3E%0A");
}
.advantages-i.fifth{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='71px' height='83px' viewBox='0 0 419.9 485.7' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M292.9,328c-1.7,9.5-6.9,24-23.2,24h-88v16h88c31.6,0,40-31.4,40-48c0-4.4-3.6-8-8-8h-200c-2.1,0-4.2,0.8-5.7,2.3l-96,96 l11.3,11.3L105,328H292.9z'/%3E%3Cpath d='M403.3,258.3c-3.1-3.1-8.2-3.1-11.3,0l-72,72l11.3,11.3l65.7-65.7c10.8,14.4,8.6,34.7-5,46.4L298.3,416H133.7 c-2.1,0-4.2,0.8-5.7,2.3l-56,56l11.3,11.3L137,432h164.7c2.1,0,4.2-0.8,5.7-2.3l96-96C433.1,303.9,416.3,271.4,403.3,258.3z'/%3E%3Cpath d='M85.7,176h28.8c2.2,7.3,5.1,14.4,8.8,21.2l-20.3,20.3c-3.1,3.1-3.1,8.2,0,11.3l34,34c3.2,3,8.1,3,11.3,0l20.3-20.4 c6.7,3.7,13.8,6.6,21.2,8.8V280c0,4.4,3.6,8,8,8h48c4.4,0,8-3.6,8-8v-28.8c7.3-2.2,14.4-5.1,21.2-8.8l20.3,20.3 c1.5,1.5,3.5,2.3,5.7,2.3s4.2-0.8,5.7-2.3l33.9-34c3.1-3.1,3.1-8.2,0-11.3l-20.3-20.3c3.7-6.7,6.6-13.8,8.8-21.2h28.8 c4.4,0,8-3.6,8-8v-48c0-4.4-3.6-8-8-8h-28.8c-2.2-7.3-5.1-14.4-8.8-21.2l20.3-20.3c3.1-3.1,3.1-8.2,0-11.3l-34-33.9 c-3.1-3.1-8.2-3.1-11.3,0l-20.3,20.3c-6.7-3.7-13.8-6.6-21.2-8.8V8c0-4.4-3.6-8-8-8h-48c-4.4,0-8,3.6-8,8v28.8 c-7.3,2.2-14.5,5.1-21.2,8.8l-20.3-20.3c-3.1-3.1-8.2-3.1-11.3,0l-34,33.9c-3.1,3.1-3.1,8.2,0,11.3l20.4,20.3 c-3.7,6.7-6.6,13.8-8.8,21.2H85.7c-4.4,0-8,3.6-8,8v48C77.7,172.4,81.2,176,85.7,176z M93.7,128h26.9c3.7,0,6.9-2.6,7.8-6.2 c2.4-9.9,6.3-19.4,11.7-28.1c1.9-3.2,1.5-7.2-1.2-9.9l-19-19l22.6-22.6l19,19c2.6,2.6,6.7,3.1,9.9,1.2c8.7-5.4,18.2-9.3,28.1-11.7 c3.6-0.9,6.2-4.1,6.2-7.8V16h32v26.9c0,3.7,2.6,6.9,6.2,7.8c9.9,2.4,19.5,6.3,28.1,11.7c3.2,1.9,7.2,1.5,9.9-1.2l19-19l22.6,22.6 l-19,19c-2.6,2.6-3.1,6.7-1.2,9.9c5.4,8.7,9.3,18.2,11.7,28.1c0.9,3.6,4.1,6.2,7.8,6.2h26.9v32h-26.9c-3.7,0-6.9,2.6-7.8,6.2 c-2.4,9.9-6.3,19.4-11.7,28.1c-2,3.2-1.5,7.2,1.2,9.9l19,19l-22.6,22.6l-19-19c-2.6-2.6-6.7-3.1-9.9-1.2 c-8.7,5.4-18.2,9.3-28.1,11.7c-3.6,0.9-6.2,4.1-6.2,7.8V272h-32v-26.9c0-3.7-2.6-6.9-6.2-7.8c-9.9-2.4-19.4-6.3-28.1-11.7 c-3.2-1.9-7.2-1.5-9.9,1.2l-19,19l-22.6-22.6l19-19c2.6-2.6,3.1-6.7,1.2-9.9c-5.4-8.7-9.3-18.2-11.7-28.1c-0.9-3.6-4.1-6.2-7.8-6.2 H93.7L93.7,128L93.7,128z'/%3E%3Cpath d='M221.7,192c26.5,0,48-21.5,48-48c0-26.5-21.5-48-48-48s-48,21.5-48,48S195.1,192,221.7,192z M221.7,112 c17.7,0,32,14.3,32,32s-14.3,32-32,32s-32-14.3-32-32S204,112,221.7,112z'/%3E%3C/svg%3E%0A");
}
.social-i.vk{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='32' height='32' viewBox='0 0 78.2 78.2' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cpath class='st0' d='M39.1,0C17.5,0,0,17.5,0,39.1c0,21.6,17.5,39.1,39.1,39.1c21.6,0,39.1-17.5,39.1-39.1C78.2,17.5,60.7,0,39.1,0z M58.9,43.3c1.8,1.8,3.8,3.5,5.4,5.4c0.7,0.9,1.4,1.8,1.9,2.8c0.7,1.4,0.1,3-1.2,3.1l-8,0c-2.1,0.2-3.7-0.7-5.1-2.1 c-1.1-1.1-2.1-2.3-3.2-3.5c-0.4-0.5-0.9-0.9-1.4-1.3c-1.1-0.7-2-0.5-2.7,0.6c-0.6,1.2-0.8,2.4-0.8,3.7c-0.1,1.9-0.7,2.4-2.6,2.5 c-4.1,0.2-7.9-0.4-11.5-2.5c-3.1-1.8-5.6-4.3-7.7-7.2c-4.1-5.6-7.3-11.8-10.2-18.1c-0.6-1.4-0.2-2.2,1.4-2.2c2.6-0.1,5.2,0,7.8,0 c1.1,0,1.8,0.6,2.2,1.6c1.4,3.5,3.1,6.8,5.3,9.9c0.6,0.8,1.2,1.6,2,2.2c0.9,0.6,1.6,0.4,2.1-0.6c0.3-0.7,0.4-1.4,0.5-2.1 c0.2-2.4,0.2-4.8-0.1-7.2c-0.2-1.5-1.1-2.5-2.6-2.8c-0.8-0.1-0.7-0.4-0.3-0.9c0.6-0.8,1.3-1.2,2.5-1.2h9.1c1.4,0.3,1.7,0.9,1.9,2.4 l0,10.1c0,0.6,0.3,2.2,1.3,2.6c0.8,0.3,1.3-0.4,1.8-0.9c2.2-2.3,3.7-5,5.1-7.8c0.6-1.2,1.1-2.5,1.7-3.8c0.4-1,1-1.4,2-1.4l8.7,0 c0.3,0,0.5,0,0.8,0c1.5,0.3,1.9,0.9,1.4,2.3c-0.7,2.3-2.1,4.1-3.5,6c-1.5,2-3,4-4.4,6C57.2,40.8,57.3,41.7,58.9,43.3z'/%3E%3C/svg%3E%0A");
}
.social-i.fb{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill ='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='32px' height='32px' viewBox='0 0 39.7 39.7' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M19.9,0C8.9,0,0,8.9,0,19.9c0,11,8.9,19.9,19.9,19.9c11,0,19.9-8.9,19.9-19.9C39.7,8.9,30.8,0,19.9,0z M24.8,20.6h-3.2v11.5 h-4.8V20.6h-2.3v-4.1h2.3v-2.6c0-1.9,0.9-4.8,4.8-4.8l3.5,0v4h-2.6c-0.4,0-1,0.2-1,1.1v2.4h3.6L24.8,20.6z'/%3E%3C/svg%3E%0A");
}
.social-i.youtube {
	background:#fff url(/bitrix/templates/m-start/images/yt_icons.svg) center no-repeat;
	background-size:70%;
	border-radius:50%;
}
.social-i.in{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='32px' height='32px' viewBox='0 0 409.6 409.6' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Ccircle class='st0' cx='204.8' cy='204.8' r='37.1'/%3E%3Cpath class='st0' d='M252.2,111.2h-94.8c-25.5,0-46.3,20.7-46.3,46.3v94.8c0,25.5,20.7,46.3,46.3,46.3h94.8 c25.5,0,46.3-20.7,46.3-46.3v-94.8C298.4,131.9,277.7,111.2,252.2,111.2z M204.8,265.4c-33.4,0-60.6-27.2-60.6-60.6 c0-33.4,27.2-60.6,60.6-60.6c33.4,0,60.6,27.2,60.6,60.6C265.4,238.2,238.2,265.4,204.8,265.4z M265.6,159.1 c-8,0-14.5-6.5-14.5-14.5c0-8,6.5-14.5,14.5-14.5c8,0,14.5,6.5,14.5,14.5C280.1,152.6,273.6,159.1,265.6,159.1z'/%3E%3Cpath class='st0' d='M204.8,0C91.7,0,0,91.7,0,204.8c0,113.1,91.7,204.8,204.8,204.8c113.1,0,204.8-91.7,204.8-204.8 C409.6,91.7,317.9,0,204.8,0z M322,252.2c0,38.5-31.3,69.8-69.8,69.8h-94.8c-38.5,0-69.8-31.3-69.8-69.8v-94.8 c0-38.5,31.3-69.8,69.8-69.8h94.8c38.5,0,69.8,31.3,69.8,69.8V252.2z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.item-prop.power:before{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%23ff7817' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='12px' height='12px' viewBox='0 0 43.2 43.2' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M21.6,14.4c-4,0-7.2,3.2-7.2,7.2c0,4,3.2,7.2,7.2,7.2c4,0,7.2-3.2,7.2-7.2C28.8,17.6,25.6,14.4,21.6,14.4L21.6,14.4z M21.6,14.4'/%3E%3Cpath d='M41,16.8h-1.6c-0.4-1.5-1-3-1.8-4.4l1.1-1.1c0.4-0.4,0.6-1,0.6-1.6c0-0.6-0.2-1.2-0.6-1.6l-3.6-3.6c-0.8-0.8-2.3-0.8-3.1,0 l-1.1,1.1c-1.4-0.8-2.8-1.4-4.4-1.8V2.2c0-1.2-1-2.2-2.2-2.2H19c-1.2,0-2.2,1-2.2,2.2v1.6c-1.5,0.4-3,1-4.4,1.8l-1.1-1.1 c-0.8-0.8-2.3-0.8-3.1,0L4.5,8.1c-0.4,0.4-0.6,1-0.6,1.6c0,0.6,0.2,1.2,0.6,1.6l1.1,1.1c-0.8,1.4-1.4,2.8-1.8,4.4H2.2 C1,16.8,0,17.8,0,19v5.2c0,1.2,1,2.2,2.2,2.2h1.6c0.4,1.5,1,3,1.8,4.4l-1.1,1.1c-0.4,0.4-0.6,1-0.6,1.6c0,0.6,0.2,1.2,0.6,1.6 l3.6,3.6c0.8,0.8,2.3,0.8,3.1,0l1.1-1.1c1.4,0.8,2.8,1.4,4.4,1.8V41c0,1.2,1,2.2,2.2,2.2h5.2c1.2,0,2.2-1,2.2-2.2v-1.6 c1.5-0.4,3-1,4.4-1.8l1.1,1.1c0.8,0.8,2.3,0.8,3.1,0l3.6-3.6c0.4-0.4,0.6-1,0.6-1.6c0-0.6-0.2-1.1-0.6-1.6l-1.1-1.1 c0.8-1.4,1.4-2.8,1.8-4.4H41c1.2,0,2.2-1,2.2-2.2V19C43.2,17.8,42.2,16.8,41,16.8L41,16.8z M31.2,21.6c0,5.3-4.3,9.6-9.6,9.6 c-5.3,0-9.6-4.3-9.6-9.6c0-5.3,4.3-9.6,9.6-9.6C26.9,12,31.2,16.3,31.2,21.6L31.2,21.6z M31.2,21.6'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.item-prop.speed:before{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%23ff7817' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='14px' height='15px' viewBox='0 0 45.8 51' style='enable-background:new 0 0 45.8 51;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url%28%23SVGID_2_%29;%7D .st1%7Bclip-path:url%28%23SVGID_4_%29;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' x='0' y='0' width='40' height='50'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath class='st0' d='M24.9,8.8c3,3.8,9.1,2.1,9.7-2.8C35,2.8,32.4,0,29.2,0c-2.8,0-5.1,2.1-5.4,4.8C23.6,6.3,24,7.7,24.9,8.8 L24.9,8.8z M24.9,8.8'/%3E%3Cpath class='st0' d='M0.4,46c-1.6,3.3,2.1,5.7,4.2,4.1c1-0.8,1.1-1.2,3.9-5.9c0,0,0,0,0,0c0,0,0,0,0,0c1.4-2.4,3.3-5.8,6-10.4 c0.2,0.1,4.5,1.9,6.3,3.1c-2.1,1.3-4.8,3-6.8,4.2c-3.2,1.9-1.4,5.9,1.3,5.7c1.3-0.1,1.6-0.4,6.5-2.8c2.3-1.1,4.7-2.3,6.6-3.4 c1.5-0.9,3.5-3.9,1-6L22,29.4c1.9-3.6,3.7-6.9,5.5-10.1c6.3,1.8,12.7-0.2,17.5-6.9c1.8-2.5,0.4-4.8-1.6-4.8 c-3.3,0-3.2,5.5-10.4,5.5c-3.4,0-5.9-1.4-8.9-3.2c-6.9-4.1-15.8-1.3-20.2,5C1.2,18.6,5.3,22,8,18.4c2.5-3.4,5.6-4.8,9.2-3.8 C15.5,17.4,0.7,45.5,0.4,46L0.4,46z M0.4,46'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.item-prop.weight:before{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='7.9px' height='15px' viewBox='0 0 7.9 15' style='enable-background:new 0 0 7.9 15;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FF7817;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpath class='st0' d='M4,2.2C3,2.2,2.2,3,2.2,4S3,5.7,4,5.7S5.7,4.9,5.7,4S4.9,2.2,4,2.2z M4.4,4c0,0.2-0.2,0.4-0.4,0.4 S3.5,4.2,3.5,4V3.2c0-0.2,0.2-0.4,0.4-0.4s0.4,0.2,0.4,0.4V4z'/%3E%3Cpath class='st0' d='M7.9,4c0-2.2-1.8-4-4-4S0,1.8,0,4c0,1.2,0.5,2.2,1.3,3v1.6c0,0.6,0.5,1.1,1.1,1.1h1.1v1C3.5,10.8,3.7,11,4,11 c0.9,0,1.6,0.7,1.6,1.6c0,0.9-0.7,1.6-1.6,1.6c-0.9,0-1.6-0.7-1.6-1.6c0-0.2-0.2-0.4-0.4-0.4s-0.4,0.2-0.4,0.4C1.5,13.9,2.6,15,4,15 s2.4-1.1,2.4-2.4c0-1.2-0.9-2.2-2-2.4V9.6h1.1c0.6,0,1.1-0.5,1.1-1.1V6.9C7.4,6.2,7.9,5.1,7.9,4z M4,6.6C2.5,6.6,1.3,5.4,1.3,4 S2.5,1.3,4,1.3S6.6,2.5,6.6,4S5.4,6.6,4,6.6z'/%3E%3C/svg%3E%0A");
}
.item-prop-big.power:before{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%23ff7817' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='22px' height='22px' viewBox='0 0 43.2 43.2' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M21.6,14.4c-4,0-7.2,3.2-7.2,7.2c0,4,3.2,7.2,7.2,7.2c4,0,7.2-3.2,7.2-7.2C28.8,17.6,25.6,14.4,21.6,14.4L21.6,14.4z M21.6,14.4'/%3E%3Cpath d='M41,16.8h-1.6c-0.4-1.5-1-3-1.8-4.4l1.1-1.1c0.4-0.4,0.6-1,0.6-1.6c0-0.6-0.2-1.2-0.6-1.6l-3.6-3.6c-0.8-0.8-2.3-0.8-3.1,0 l-1.1,1.1c-1.4-0.8-2.8-1.4-4.4-1.8V2.2c0-1.2-1-2.2-2.2-2.2H19c-1.2,0-2.2,1-2.2,2.2v1.6c-1.5,0.4-3,1-4.4,1.8l-1.1-1.1 c-0.8-0.8-2.3-0.8-3.1,0L4.5,8.1c-0.4,0.4-0.6,1-0.6,1.6c0,0.6,0.2,1.2,0.6,1.6l1.1,1.1c-0.8,1.4-1.4,2.8-1.8,4.4H2.2 C1,16.8,0,17.8,0,19v5.2c0,1.2,1,2.2,2.2,2.2h1.6c0.4,1.5,1,3,1.8,4.4l-1.1,1.1c-0.4,0.4-0.6,1-0.6,1.6c0,0.6,0.2,1.2,0.6,1.6 l3.6,3.6c0.8,0.8,2.3,0.8,3.1,0l1.1-1.1c1.4,0.8,2.8,1.4,4.4,1.8V41c0,1.2,1,2.2,2.2,2.2h5.2c1.2,0,2.2-1,2.2-2.2v-1.6 c1.5-0.4,3-1,4.4-1.8l1.1,1.1c0.8,0.8,2.3,0.8,3.1,0l3.6-3.6c0.4-0.4,0.6-1,0.6-1.6c0-0.6-0.2-1.1-0.6-1.6l-1.1-1.1 c0.8-1.4,1.4-2.8,1.8-4.4H41c1.2,0,2.2-1,2.2-2.2V19C43.2,17.8,42.2,16.8,41,16.8L41,16.8z M31.2,21.6c0,5.3-4.3,9.6-9.6,9.6 c-5.3,0-9.6-4.3-9.6-9.6c0-5.3,4.3-9.6,9.6-9.6C26.9,12,31.2,16.3,31.2,21.6L31.2,21.6z M31.2,21.6'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.item-prop-big.speed:before{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%23ff7817' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='24px' height='27px' viewBox='0 0 45.8 51' style='enable-background:new 0 0 45.8 51;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url%28%23SVGID_2_%29;%7D .st1%7Bclip-path:url%28%23SVGID_4_%29;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' x='0' y='0' width='40' height='50'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath class='st0' d='M24.9,8.8c3,3.8,9.1,2.1,9.7-2.8C35,2.8,32.4,0,29.2,0c-2.8,0-5.1,2.1-5.4,4.8C23.6,6.3,24,7.7,24.9,8.8 L24.9,8.8z M24.9,8.8'/%3E%3Cpath class='st0' d='M0.4,46c-1.6,3.3,2.1,5.7,4.2,4.1c1-0.8,1.1-1.2,3.9-5.9c0,0,0,0,0,0c0,0,0,0,0,0c1.4-2.4,3.3-5.8,6-10.4 c0.2,0.1,4.5,1.9,6.3,3.1c-2.1,1.3-4.8,3-6.8,4.2c-3.2,1.9-1.4,5.9,1.3,5.7c1.3-0.1,1.6-0.4,6.5-2.8c2.3-1.1,4.7-2.3,6.6-3.4 c1.5-0.9,3.5-3.9,1-6L22,29.4c1.9-3.6,3.7-6.9,5.5-10.1c6.3,1.8,12.7-0.2,17.5-6.9c1.8-2.5,0.4-4.8-1.6-4.8 c-3.3,0-3.2,5.5-10.4,5.5c-3.4,0-5.9-1.4-8.9-3.2c-6.9-4.1-15.8-1.3-20.2,5C1.2,18.6,5.3,22,8,18.4c2.5-3.4,5.6-4.8,9.2-3.8 C15.5,17.4,0.7,45.5,0.4,46L0.4,46z M0.4,46'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.item-prop-big.weight:before{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='16px' height='26px' viewBox='0 0 216.4 512' style='enable-background:new 0 0 216.4 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FF7817;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Ccircle class='st0' cx='107.4' cy='43.1' r='43.1'/%3E%3Cpath class='st0' d='M122.4,106.7c-10.7-2.2-22.4-2.1-33,0.4c-71.6,8.4-94.9,91.3-88.3,154.6c2.8,27.3,45.9,27.6,43.1,0 c-2.4-23-1.4-57.8,10.9-82.5c0,30,0,60.1,0,90.1c0,1.1,0.1,2.1,0.2,3.1c0,0.5-0.1,0.9-0.1,1.4c0,71.5-0.1,143-3.1,214.5 c-1.3,31.8,47.9,31.6,49.2,0c2.3-56,2.9-112,3-168.1c2.3,0.2,4.7,0.2,7,0c0.1,56,0.7,112.1,3,168.1c1.3,31.6,50.6,31.8,49.2,0 c-3-71.5-3.1-142.9-3.1-214.5c0-2.2-0.3-4.2-0.7-6.2c-0.1-31-1.3-62.1-0.9-93.2c14.7,24.8,16,62.7,13.5,87.3 c-2.9,27.6,40.2,27.3,43.1,0C222,197.1,197.6,112.1,122.4,106.7z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.show-hidden-phone{
    background: #ff7817;
    color: #fff;
    padding: 2px 5px;
}

.file-label {
    width: 170px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    display: block;
    font-size: 14px;
	font-weight:400;
	line-height:35px;
    transition: all 0.18s ease-in-out;
    border: 1px solid #ff7817;
    background: #fff;
    color: #ff7817;
} 

.file-label:hover {
    color: white;
	background:#ff7817;
}
   
.file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.bx-iblock-add .form-group {
	position:relative;
}
.bx-iblock-add .form-group .calendar-icon {
	position:absolute;
	top:2px;
	right:17px;
}
#m-good-msg .modal-dialog {
	z-index:1111;
}
#m-error-msg .close, #m-error-form .close,
#m-good-msg .close, #m-good-form .close {font-size:180%; margin-top:0px; outline:none;
    position: absolute;
    right: 10px;
	z-index:1;}
.top-block a {
	display:block;
}
.head-sub-bg .container {
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.head-sub-bg__title {
    font-size: 24px;
    max-width: 500px;
    padding: 20px;
    border: 2px solid #fff;
    color: #fff;
    background: rgba(0, 0, 0, .2);
    width: 100%;
}

.my_youtube_block {
    position: fixed;
    right: 0px;
    z-index: 10;
    top: 50%;
    width: 1px;
    height: 1px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 99999;
}
.my_youtube_block .my_youtube {
    background-color: #990000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px 4px 0px 0px;
    padding: 7px 30px 7px 30px;
    font-size: 14px;
    white-space: nowrap;
    position: absolute;
    bottom: 0px;
    left: -70px;
    background-image: url(/img/youtube_dfb.png);
    background-size: auto 100%;
    background-position: 3px 0px;
    background-repeat: no-repeat;
    background: linear-gradient(45deg, #fc1f15 0%,#ff7817 100%);
}
del {
    color: #c4c4c4;
    font-size: 14px;
}
.discount_price {
    display: flex;
    flex-direction: column;
}
/* End */
/* /bitrix/templates/m-start/css/font-awesome.css?164275505337414 */
/* /bitrix/templates/m-start/fb/jquery.fancybox.css?16427550534929 */
/* /bitrix/templates/m-start/slick/slick.css?16427550532977 */
/* /bitrix/templates/m-start/components/bitrix/menu/main-mst/style.css?16427550533034 */
/* /bitrix/templates/m-start/components/bitrix/news.list/slider-index-head/style.css?1642755053150 */
/* /bitrix/templates/m-start/components/master/m-feedback2/feedback-footer/style.css?16427550531008 */
/* /bitrix/templates/m-start/styles.css?17479838691296 */
/* /bitrix/templates/m-start/template_styles.css?174765036471927 */
