

/* Start:/bitrix/templates/oslo_FirstVersion/css/libs.min.css?175570326690002*/
/*!
 *  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/oslo_FirstVersion/css/../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/bitrix/templates/oslo_FirstVersion/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/bitrix/templates/oslo_FirstVersion/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/bitrix/templates/oslo_FirstVersion/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/bitrix/templates/oslo_FirstVersion/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/bitrix/templates/oslo_FirstVersion/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;
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border-top:var(--plyr-menu-arrow-size,4px) solid hsla(0,0%,100%,.9);border-width:var(--plyr-menu-arrow-size,4px);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px - -2);margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:transparent;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress__buffer,.plyr__progress input[type=range]{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:transparent;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin:-var(--plyr-range-track-height,5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius, 3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius, 3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
/* End */


/* Start:/bitrix/templates/oslo_FirstVersion/styles.css?175583538890*/
.footer-contacts{
    padding-left: 10px;
    border-left: 2px solid rgba(0, 0, 0, 0.6);
}
/* End */


/* Start:/bitrix/templates/oslo_FirstVersion/template_styles.css?175609496298084*/
@charset "UTF-8";
/*WidthDesktop-1700*/
/*WidthDesktop-1520*/
/*WidthDesktop-1400*/
/*WidthDesktop-1200*/
/*WidthDesktop-1024*/
/*WidthDesktop-992*/
/*WidthDesktop-768*/
/*WidthDesktop-580*/
/*WidthDesktop-420*/
@font-face {
  font-family: 'Facit-Regular';
  src: local("fonts/Facit-Regular"), local("fonts/Facit-Regular"), url("/bitrix/templates/oslo_FirstVersion/fonts/Facit-Regular.woff2") format("woff2"), url("/bitrix/templates/oslo_FirstVersion/fonts/Facit-Regular.woff") format("woff"), url("/bitrix/templates/oslo_FirstVersion/fonts/Facit-Regular.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

html,
body {
  min-height: 100%; }

body {
  color: #021533;
  font: 400 16px/24px "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 1023px) {
    body {
      font-size: 14px; } }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 64px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
  text-transform: uppercase; }
  @media screen and (max-width: 1023px) {
    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
      margin-bottom: 40px;
      line-height: 24px; } }
  @media screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
      margin-bottom: 32px; } }

h1,
.h1,
h1 a,
.h1 a {
  font-size: 64px;
  line-height: 64px; }
  @media screen and (max-width: 1023px) {
    h1,
    .h1,
    h1 a,
    .h1 a {
      font-size: 48px;
      line-height: 48px; } }
  @media screen and (max-width: 419px) {
    h1,
    .h1,
    h1 a,
    .h1 a {
      font-size: 32px;
      line-height: 32px; } }

h2,
.h2,
h2 a,
.h2 a {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: .02em; }
  @media screen and (max-width: 1023px) {
    h2,
    .h2,
    h2 a,
    .h2 a {
      font-size: 32px;
      line-height: 32px; } }
  @media screen and (max-width: 419px) {
    h2,
    .h2,
    h2 a,
    .h2 a {
      font-size: 24px;
      line-height: 24px; } }

h3,
.h3,
h3 a,
.h3 a {
  font-size: 24px;
  letter-spacing: .02em; }
  @media screen and (max-width: 1023px) {
    h3,
    .h3,
    h3 a,
    .h3 a {
      font-size: 20px; } }
  @media screen and (max-width: 419px) {
    h3,
    .h3,
    h3 a,
    .h3 a {
      font-size: 18px; } }

h4,
.h4,
h4 a,
.h4 a {
  font-size: 20px;
  letter-spacing: .02em; }
  @media screen and (max-width: 419px) {
    h4,
    .h4,
    h4 a,
    .h4 a {
      font-size: 18px; } }

h5,
.h5,
h5 a,
.h5 a {
  font-size: 18px;
  letter-spacing: .02em; }
  @media screen and (max-width: 419px) {
    h5,
    .h5,
    h5 a,
    .h5 a {
      font-size: 16px; } }

h6,
.h6,
h6 a,
.h6 a {
  font-size: 16px;
  letter-spacing: .02em; }

strong {
  font-family: "Jost", sans-serif;
  font-weight: 500; }

a {
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    color: #CC8A47;
    border-bottom-color: #CC8A47; }

ul, p, ol {
  padding: 0;
  margin-bottom: 24px; }
  ul:last-child, p:last-child, ol:last-child {
    margin-bottom: 0; }

p:empty {
  display: none; }

ul,
ol {
  margin-left: 24px; }
  ul ul, ul ol,
  ol ul,
  ol ol {
    margin: 8px 0 8px 24px; }
  ul li,
  ol li {
    margin: 0 0 8px; }

img {
  outline: none;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  display: inline-block; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 32px;
  table-layout: fixed; }
  table td, table th {
    border-bottom: 1px solid #f7f7fa;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    padding: 8px;
    background-color: transparent; }
    table td strong, table th strong {
      font-size: 18px;
      font-weight: 500;
      font-family: "Montserrat", sans-serif; }
  table th {
    padding: 4px;
    background-color: #f7f7fa; }
  table td:not(:last-child) {
    border-right: 1px solid #f7f7fa; }
  table tr:last-child td {
    border-bottom: none; }

.table-responsive {
  overflow-x: auto; }

sup,
.sup {
  font-size: 12px;
  position: relative;
  top: -4px; }

blockquote,
.blockquote {
  margin-left: 32px;
  padding-left: 16px;
  font-style: italic;
  margin-bottom: 32px;
  border-left: 1px solid rgba(0, 0, 0, 0.2); }

q,
.q {
  quotes: "\00ab" "\00bb";
  margin-bottom: 24px;
  display: block; }
  q q,
  .q q {
    quotes: "\201e" "\201c"; }

@media (max-width: 1440px) {
  .display-big-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-big-desktop-block {
    display: block !important; } }

@media (max-width: 1200px) {
  .display-middle-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-middle-desktop-block {
    display: block !important; } }

@media screen and (max-width: 1023px) {
  .display-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-desktop-block {
    display: block !important; } }

@media screen and (max-width: 991px) {
  .display-tab-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-tab-block {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .display-mob-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-mob-block {
    display: block !important; } }

@media screen and (max-width: 579px) {
  .display-mob-p-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-mob-p-block {
    display: block !important; } }

.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.display-block {
  display: block !important; }

.container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 16px; }
  @media screen and (max-width: 1023px) {
    .container {
      max-width: calc(100% - 120px); } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: calc(100% - 16px);
      padding: 0 8px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 32px);
  margin: 0 -16px; }
  .row.row_justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .row {
      width: calc(100% + 16px);
      margin: 0 -8px; } }

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .col {
      padding: 0 8px; } }
  .col.col_1 {
    width: 8.3333%; }
  .col.col_2 {
    width: 16.666%; }
  .col.col_3 {
    width: 25%; }
  .col.col_4 {
    width: 33.3%; }
  .col.col_5 {
    width: 41.666667%; }
  .col.col_6 {
    width: 50%; }
  .col.col_7 {
    width: 58.333333%; }
  .col.col_8 {
    width: 66.666667%; }
  .col.col_9 {
    width: 75%; }
  .col.col_10 {
    width: 83.333333%; }
  .col.col_11 {
    width: 91.666667%; }
  .col.col_12 {
    width: 100%; }
  @media (max-width: 1440px) {
    .col.col_big-desktop-2 {
      width: 16.66%; }
    .col.col_big-desktop-3 {
      width: 25%; }
    .col.col_big-desktop-4 {
      width: 33.3%; }
    .col.col_big-desktop-5 {
      width: 41.666667%; }
    .col.col_big-desktop-6 {
      width: 50%; }
    .col.col_big-desktop-7 {
      width: 58.333333%; }
    .col.col_big-desktop-8 {
      width: 66.666667%; }
    .col.col_big-desktop-9 {
      width: 75%; }
    .col.col_big-desktop-10 {
      width: 83.333333%; }
    .col.col_big-desktop-11 {
      width: 91.666667%; }
    .col.col_big-desktop-12 {
      width: 100%; } }
  @media (max-width: 1200px) {
    .col.col_middle-desktop-2 {
      width: 16.66%; }
    .col.col_middle-desktop-3 {
      width: 25%; }
    .col.col_middle-desktop-4 {
      width: 33.3%; }
    .col.col_middle-desktop-5 {
      width: 41.666667%; }
    .col.col_middle-desktop-6 {
      width: 50%; }
    .col.col_middle-desktop-7 {
      width: 58.333333%; }
    .col.col_middle-desktop-8 {
      width: 66.666667%; }
    .col.col_middle-desktop-9 {
      width: 75%; }
    .col.col_middle-desktop-10 {
      width: 83.333333%; }
    .col.col_middle-desktop-11 {
      width: 91.666667%; }
    .col.col_middle-desktop-12 {
      width: 100%; } }
  @media screen and (max-width: 1023px) {
    .col.col_desktop-2 {
      width: 16.66%; }
    .col.col_desktop-3 {
      width: 25%; }
    .col.col_desktop-4 {
      width: 33.3%; }
    .col.col_desktop-5 {
      width: 41.666667%; }
    .col.col_desktop-6 {
      width: 50%; }
    .col.col_desktop-7 {
      width: 58.333333%; }
    .col.col_desktop-8 {
      width: 66.666667%; }
    .col.col_desktop-9 {
      width: 75%; }
    .col.col_desktop-10 {
      width: 83.333333%; }
    .col.col_desktop-11 {
      width: 91.666667%; }
    .col.col_desktop-12 {
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .col.col_tab-3 {
      width: 25%; }
    .col.col_tab-4 {
      width: 33.3%; }
    .col.col_tab-5 {
      width: 41.666667%; }
    .col.col_tab-6 {
      width: 50%; }
    .col.col_tab-7 {
      width: 58.333333%; }
    .col.col_tab-8 {
      width: 66.666667%; }
    .col.col_tab-9 {
      width: 75%; }
    .col.col_tab-10 {
      width: 83.333333%; }
    .col.col_tab-11 {
      width: 91.666667%; }
    .col.col_tab-12 {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .col.col_mob-3 {
      width: 25%; }
    .col.col_mob-4 {
      width: 33.3%; }
    .col.col_mob-6 {
      width: 50%; }
    .col.col_mob-8 {
      width: 66.666667%; }
    .col.col_mob-12 {
      width: 100%; } }
  @media screen and (max-width: 579px) {
    .col.col_mob-p-12 {
      width: 100%; } }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

@media (max-width: 1440px) {
  .text-big-desktop-center {
    text-align: center; }
  .text-big-desktop-left {
    text-align: left; }
  .text-big-desktop-right {
    text-align: right; } }

@media (max-width: 1200px) {
  .text-middle-desktop-center {
    text-align: center; }
  .text-middle-desktop-left {
    text-align: left; }
  .text-middle-desktop-right {
    text-align: right; } }

@media screen and (max-width: 1023px) {
  .text-desktop-center {
    text-align: center; }
  .text-desktop-left {
    text-align: left; }
  .text-desktop-right {
    text-align: right; } }

@media screen and (max-width: 991px) {
  .text-tab-center {
    text-align: center; }
  .text-tab-left {
    text-align: left; }
  .text-tab-right {
    text-align: right; } }

@media screen and (max-width: 767px) {
  .text-mob-center {
    text-align: center; }
  .text-mob-left {
    text-align: left; }
  .text-mob-right {
    text-align: right; } }

@media screen and (max-width: 579px) {
  .text-mob-p-center {
    text-align: center; }
  .text-mob-p-left {
    text-align: left; }
  .text-mob-p-right {
    text-align: right; } }

.text-uppercase {
  text-transform: uppercase; }

/*flex-direction */
.direction-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
  @media screen and (min-width: 1024px) {
    .direction-row-desktop {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important; } }
  @media screen and (min-width: 992px) {
    .direction-row-tab {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important; } }
  @media screen and (min-width: 768px) {
    .direction-row-mob {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important; } }
  @media screen and (min-width: 580px) {
    .direction-row-mob-p {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important; } }

.direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
  @media screen and (min-width: 1024px) {
    .direction-column-desktop {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }
  @media screen and (min-width: 992px) {
    .direction-column-tab {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }
  @media screen and (min-width: 768px) {
    .direction-column-mob {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }
  @media screen and (min-width: 580px) {
    .direction-column-mob-p {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }

.direction-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }
  @media screen and (min-width: 1024px) {
    .direction-row-reverse-desktop {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important; } }
  @media screen and (min-width: 992px) {
    .direction-row-reverse-tab {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important; } }
  @media screen and (min-width: 768px) {
    .direction-row-reverse-mob {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important; } }
  @media screen and (min-width: 580px) {
    .direction-row-reverse-mob-p {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important; } }

.direction-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
  @media screen and (min-width: 1024px) {
    .direction-column-reverse-desktop {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important; } }
  @media screen and (min-width: 992px) {
    .direction-column-reverse-tab {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important; } }
  @media screen and (min-width: 768px) {
    .direction-column-reverse-mob {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important; } }
  @media screen and (min-width: 580px) {
    .direction-column-reverse-mob-p {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: column-reverse !important;
              flex-direction: column-reverse !important; } }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
  @media (max-width: 1200px) {
    .flex-wrap-desktop {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; } }
  @media screen and (min-width: 1024px) {
    .flex-wrap-tab {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; } }
  @media screen and (min-width: 992px) {
    .flex-wrap-mob {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; } }
  @media screen and (min-width: 768px) {
    .flex-wrap-mob-p {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; } }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
  @media screen and (min-width: 1024px) {
    .flex-nowrap-desktop {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; } }
  @media screen and (min-width: 992px) {
    .flex-nowrap-tab {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; } }
  @media screen and (min-width: 768px) {
    .flex-nowrap-mob {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; } }
  @media screen and (min-width: 580px) {
    .flex-nowrap-mob-p {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; } }

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }
  @media screen and (min-width: 1024px) {
    .justify-center-desktop {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; } }
  @media screen and (min-width: 992px) {
    .justify-center-tab {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; } }
  @media screen and (min-width: 768px) {
    .justify-center-mob {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; } }
  @media screen and (min-width: 580px) {
    .justify-center-mob-p {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; } }

.justify-left {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
  @media screen and (min-width: 1024px) {
    .justify-left-desktop {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important; } }
  @media screen and (min-width: 992px) {
    .justify-left-tab {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important; } }
  @media screen and (min-width: 768px) {
    .justify-left-mob {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important; } }
  @media screen and (min-width: 580px) {
    .justify-left-mob-p {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important; } }

.justify-right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }
  @media screen and (min-width: 1024px) {
    .justify-right-desktop {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important; } }
  @media screen and (min-width: 992px) {
    .justify-right-tab {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important; } }
  @media screen and (min-width: 768px) {
    .justify-right-mob {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important; } }
  @media screen and (min-width: 580px) {
    .justify-right-mob-p {
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important; } }

.justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
  @media screen and (min-width: 1024px) {
    .justify-between-desktop {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important; } }
  @media screen and (min-width: 992px) {
    .justify-between-tab {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important; } }
  @media screen and (min-width: 768px) {
    .justify-between-mob {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important; } }
  @media screen and (min-width: 580px) {
    .justify-between-mob-p {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important; } }

.justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
  @media screen and (min-width: 1024px) {
    .justify-around-desktop {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; } }
  @media screen and (min-width: 992px) {
    .justify-around-tab {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; } }
  @media screen and (min-width: 768px) {
    .justify-around-mob {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; } }
  @media screen and (min-width: 580px) {
    .justify-around-mob-p {
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; } }

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }
  @media screen and (min-width: 1024px) {
    .align-center-desktop {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important; } }
  @media screen and (min-width: 992px) {
    .align-center-tab {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important; } }
  @media screen and (min-width: 768px) {
    .align-center-mob {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important; } }
  @media screen and (min-width: 580px) {
    .align-center-mob-p {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important; } }

.align-left {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
  @media screen and (min-width: 1024px) {
    .align-left-desktop {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; } }
  @media screen and (min-width: 992px) {
    .align-left-tab {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; } }
  @media screen and (min-width: 768px) {
    .align-left-mob {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; } }
  @media screen and (min-width: 580px) {
    .align-left-mob-p {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; } }

.align-right {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }
  @media screen and (min-width: 1024px) {
    .align-right-desktop {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important; } }
  @media screen and (min-width: 992px) {
    .align-right-tab {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important; } }
  @media screen and (min-width: 768px) {
    .align-right-mob {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important; } }
  @media screen and (min-width: 580px) {
    .align-right-mob-p {
      -webkit-box-align: end !important;
          -ms-flex-align: end !important;
              align-items: flex-end !important; } }

.align-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
  @media screen and (min-width: 1024px) {
    .align-between-desktop {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; } }
  @media screen and (min-width: 992px) {
    .align-between-tab {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; } }
  @media screen and (min-width: 768px) {
    .align-between-mob {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; } }
  @media screen and (min-width: 580px) {
    .align-between-mob-p {
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; } }

.align-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
  @media screen and (min-width: 1024px) {
    .align-around-desktop {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; } }
  @media screen and (min-width: 992px) {
    .align-around-tab {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; } }
  @media screen and (min-width: 768px) {
    .align-around-mob {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; } }
  @media screen and (min-width: 580px) {
    .align-around-mob-p {
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; } }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

@media (max-width: 1200px) {
  .order_middle-desktop-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order_middle-desktop-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order_middle-desktop-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order_middle-desktop-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order_middle-desktop-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order_middle-desktop-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order_middle-desktop-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order_middle-desktop-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order_middle-desktop-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order_middle-desktop-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order_middle-desktop-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order_middle-desktop-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (max-width: 1023px) {
  .order-desktop-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-desktop-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-desktop-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-desktop-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-desktop-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-desktop-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-desktop-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-desktop-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-desktop-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-desktop-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-desktop-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-desktop-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (max-width: 991px) {
  .order-tab-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-tab-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-tab-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-tab-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-tab-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-tab-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-tab-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-tab-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-tab-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-tab-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-tab-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-tab-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (max-width: 767px) {
  .order-mob-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-mob-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-mob-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-mob-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-mob-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-mob-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-mob-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-mob-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-mob-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-mob-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-mob-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-mob-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (max-width: 579px) {
  .order-mob-p-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-mob-p-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-mob-p-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-mob-p-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-mob-p-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-mob-p-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-mob-p-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-mob-p-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-mob-p-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-mob-p-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-mob-p-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-mob-p-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

.padding-bottom-96 {
  padding-bottom: 96px; }

.padding-bottom-64 {
  padding-bottom: 64px; }

.padding-bottom-48 {
  padding-bottom: 48px; }

.padding-bottom-32 {
  padding-bottom: 32px; }

.padding-bottom-24 {
  padding-bottom: 24px; }

.padding-bottom-16 {
  padding-bottom: 16px; }

.padding-bottom-12 {
  padding-bottom: 12px; }

.padding-bottom-8 {
  padding-bottom: 8px; }

.padding-bottom-4 {
  padding-bottom: 4px; }

.padding-bottom-0 {
  padding-bottom: 0; }

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .padding-bottom-96 {
    padding-bottom: 64px; }
  .padding-bottom-64 {
    padding-bottom: 48px; }
  .padding-bottom-48 {
    padding-bottom: 32px; }
  .padding-bottom-32 {
    padding-bottom: 24px; }
  .padding-bottom-24 {
    padding-bottom: 16px; }
  .padding-bottom-16 {
    padding-bottom: 12px; }
  .padding-bottom-12 {
    padding-bottom: 8px; } }

@media screen and (max-width: 767px) {
  .padding-bottom-96 {
    padding-bottom: 64px; }
  .padding-bottom-64 {
    padding-bottom: 48px; }
  .padding-bottom-48 {
    padding-bottom: 32px; }
  .padding-bottom-32 {
    padding-bottom: 24px; }
  .padding-bottom-24 {
    padding-bottom: 16px; }
  .padding-bottom-16 {
    padding-bottom: 12px; }
  .padding-bottom-12 {
    padding-bottom: 8px; } }

.padding-top-96 {
  padding-top: 96px; }

.padding-top-64 {
  padding-top: 64px; }

.padding-top-48 {
  padding-top: 48px; }

.padding-top-32 {
  padding-top: 32px; }

.padding-top-24 {
  padding-top: 24px; }

.padding-top-16 {
  padding-top: 16px; }

.padding-top-12 {
  padding-top: 12px; }

.padding-top-8 {
  padding-top: 8px; }

.padding-top-4 {
  padding-top: 4px; }

.padding-top-0 {
  padding-top: 0; }

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .padding-top-96 {
    padding-top: 64px; }
  .padding-top-64 {
    padding-top: 48px; }
  .padding-top-48 {
    padding-top: 32px; }
  .padding-top-32 {
    padding-top: 24px; }
  .padding-top-24 {
    padding-top: 16px; }
  .padding-top-16 {
    padding-top: 12px; }
  .padding-top-12 {
    padding-top: 8px; } }

@media screen and (max-width: 767px) {
  .padding-top-96 {
    padding-top: 64px; }
  .padding-top-64 {
    padding-top: 48px; }
  .padding-top-48 {
    padding-top: 32px; }
  .padding-top-32 {
    padding-top: 24px; }
  .padding-top-24 {
    padding-top: 16px; }
  .padding-top-16 {
    padding-top: 12px; }
  .padding-top-12 {
    padding-top: 8px; } }

.margin-bottom-96 {
  margin-bottom: 96px; }

.margin-bottom-64 {
  margin-bottom: 64px; }

.margin-bottom-48 {
  margin-bottom: 48px; }

.margin-bottom-32 {
  margin-bottom: 32px; }

.margin-bottom-24 {
  margin-bottom: 24px; }

.margin-bottom-16 {
  margin-bottom: 16px; }

.margin-bottom-12 {
  margin-bottom: 12px; }

.margin-bottom-8 {
  margin-bottom: 8px; }

.margin-bottom-4 {
  margin-bottom: 4px; }

.margin-bottom-0 {
  margin-bottom: 0; }

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .margin-bottom-96 {
    margin-bottom: 64px; }
  .margin-bottom-64 {
    margin-bottom: 48px; }
  .margin-bottom-48 {
    margin-bottom: 32px; }
  .margin-bottom-32 {
    margin-bottom: 24px; }
  .margin-bottom-24 {
    margin-bottom: 16px; }
  .margin-bottom-16 {
    margin-bottom: 12px; }
  .margin-bottom-12 {
    margin-bottom: 8px; } }

@media screen and (max-width: 767px) {
  .margin-bottom-96 {
    margin-bottom: 64px; }
  .margin-bottom-64 {
    margin-bottom: 48px; }
  .margin-bottom-48 {
    margin-bottom: 32px; }
  .margin-bottom-32 {
    margin-bottom: 24px; }
  .margin-bottom-24 {
    margin-bottom: 16px; }
  .margin-bottom-16 {
    margin-bottom: 12px; }
  .margin-bottom-12 {
    margin-bottom: 8px; } }

.margin-top-96 {
  margin-top: 96px; }

.margin-top-64 {
  margin-top: 64px; }

.margin-top-48 {
  margin-top: 48px; }

.margin-top-32 {
  margin-top: 32px; }

.margin-top-24 {
  margin-top: 24px; }

.margin-top-16 {
  margin-top: 16px; }

.margin-top-12 {
  margin-top: 12px; }

.margin-top-8 {
  margin-top: 8px; }

.margin-top-4 {
  margin-top: 4px; }

.margin-top-0 {
  margin-top: 0; }

@media screen and (max-width: 1023px) and (max-height: 420px) {
  .margin-top-96 {
    margin-top: 64px; }
  .margin-top-64 {
    margin-top: 48px; }
  .margin-top-48 {
    margin-top: 32px; }
  .margin-top-32 {
    margin-top: 24px; }
  .margin-top-24 {
    margin-top: 16px; }
  .margin-top-16 {
    margin-top: 12px; }
  .margin-top-12 {
    margin-top: 8px; } }

@media screen and (max-width: 767px) {
  .margin-top-96 {
    margin-top: 64px; }
  .margin-top-64 {
    margin-top: 48px; }
  .margin-top-48 {
    margin-top: 32px; }
  .margin-top-32 {
    margin-top: 24px; }
  .margin-top-24 {
    margin-top: 16px; }
  .margin-top-16 {
    margin-top: 12px; }
  .margin-top-12 {
    margin-top: 8px; } }

.margin-left-auto {
  margin-left: auto !important; }
  @media screen and (min-width: 1024px) {
    .margin-left-auto__desktop {
      margin-left: auto !important; } }
  @media screen and (min-width: 992px) {
    .margin-left-auto__tab {
      margin-left: auto !important; } }
  @media screen and (min-width: 768px) {
    .margin-left-auto__mob {
      margin-left: auto !important; } }
  @media screen and (min-width: 580px) {
    .margin-left-auto__mob-p {
      margin-left: auto !important; } }

.margin-right-auto {
  margin-right: auto !important; }
  @media screen and (min-width: 1024px) {
    .margin-right-auto__desktop {
      margin-right: auto !important; } }
  @media screen and (min-width: 992px) {
    .margin-right-auto__tab {
      margin-right: auto !important; } }
  @media screen and (min-width: 768px) {
    .margin-right-auto__mob {
      margin-right: auto !important; } }
  @media screen and (min-width: 580px) {
    .margin-right-auto__mob-p {
      margin-right: auto !important; } }

svg {
  fill: #000000; }

.icon {
  width: 40px;
  height: 40px; }
  @media screen and (max-width: 419px) {
    .icon {
      width: 32px;
      height: 32px; } }
  .icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .icon-position-left .icon {
    margin-right: 16px; }
  .icon-position-right .icon {
    margin-left: 16px; }
  @media screen and (max-width: 419px) {
    .icon-position-left .icon {
      margin-right: 8px; }
    .icon-position-right .icon {
      margin-left: 8px; } }

.label-icon {
  position: relative; }
  .label-icon .icon-label {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 12px);
    left: auto;
    right: 12px;
    fill: #000000; }
  .label-icon-position-right input[type="text"],
  .label-icon-position-right input[type="password"],
  .label-icon-position-right input[type="tel"],
  .label-icon-position-right input[type="email"] {
    padding-right: 28px; }
  .label-icon-position-right .icon-label {
    left: auto;
    right: 0; }
  .label-icon-position-left input[type="text"],
  .label-icon-position-left input[type="password"],
  .label-icon-position-left input[type="tel"],
  .label-icon-position-left input[type="email"] {
    padding-left: 28px; }
  .label-icon-position-left .icon-label {
    right: auto;
    left: 0; }
  @media screen and (max-width: 767px) {
    .label-icon .icon {
      right: 8px; }
      .label-icon .icon-position-right {
        left: auto;
        right: 8px; }
      .label-icon .icon-position-left {
        right: auto;
        left: 8px; } }

.btn.icon-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn .icon {
  fill: #ffffff;
  display: block; }

.btn:hover {
  fill: #ffffff; }

.btn:disabled .icon {
  fill: #ffffff; }

.btn.btn_secondary .icon {
  fill: #000000; }

.btn.btn_secondary:hover .icon {
  fill: #ffffff; }

.btn.btn_secondary:disabled .icon {
  fill: rgba(0, 0, 0, 0.2); }

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form textarea {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px;
  font-size: 16px;
  width: 100%;
  line-height: 24px;
  background-color: transparent;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  form input[type="text"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder, form input[type="tel"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000000; }
  form input[type="text"]::-moz-placeholder, form input[type="password"]::-moz-placeholder, form input[type="tel"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form textarea::-moz-placeholder {
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000000; }
  form input[type="text"]:-ms-input-placeholder, form input[type="password"]:-ms-input-placeholder, form input[type="tel"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000000; }
  form input[type="text"]::-ms-input-placeholder, form input[type="password"]::-ms-input-placeholder, form input[type="tel"]::-ms-input-placeholder, form input[type="email"]::-ms-input-placeholder, form textarea::-ms-input-placeholder {
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000000; }
  form input[type="text"]::placeholder,
  form input[type="password"]::placeholder,
  form input[type="tel"]::placeholder,
  form input[type="email"]::placeholder,
  form textarea::placeholder {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000000; }
  form input[type="text"]:hover,
  form input[type="password"]:hover,
  form input[type="tel"]:hover,
  form input[type="email"]:hover,
  form textarea:hover {
    border-bottom-color: #CC8A47; }
    form input[type="text"]:hover::-webkit-input-placeholder, form input[type="password"]:hover::-webkit-input-placeholder, form input[type="tel"]:hover::-webkit-input-placeholder, form input[type="email"]:hover::-webkit-input-placeholder, form textarea:hover::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.2); }
    form input[type="text"]:hover::-moz-placeholder, form input[type="password"]:hover::-moz-placeholder, form input[type="tel"]:hover::-moz-placeholder, form input[type="email"]:hover::-moz-placeholder, form textarea:hover::-moz-placeholder {
      color: rgba(0, 0, 0, 0.2); }
    form input[type="text"]:hover:-ms-input-placeholder, form input[type="password"]:hover:-ms-input-placeholder, form input[type="tel"]:hover:-ms-input-placeholder, form input[type="email"]:hover:-ms-input-placeholder, form textarea:hover:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.2); }
    form input[type="text"]:hover::-ms-input-placeholder, form input[type="password"]:hover::-ms-input-placeholder, form input[type="tel"]:hover::-ms-input-placeholder, form input[type="email"]:hover::-ms-input-placeholder, form textarea:hover::-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.2); }
    form input[type="text"]:hover::placeholder,
    form input[type="password"]:hover::placeholder,
    form input[type="tel"]:hover::placeholder,
    form input[type="email"]:hover::placeholder,
    form textarea:hover::placeholder {
      color: rgba(0, 0, 0, 0.2); }
  form input[type="text"]:focus,
  form input[type="password"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus,
  form textarea:focus {
    border-bottom-color: #CC8A47; }
  form input[type="text"]:disabled,
  form input[type="password"]:disabled,
  form input[type="tel"]:disabled,
  form input[type="email"]:disabled,
  form textarea:disabled {
    border-bottom-color: rgba(0, 0, 0, 0.2); }
    form input[type="text"]:disabled::-webkit-input-placeholder, form input[type="password"]:disabled::-webkit-input-placeholder, form input[type="tel"]:disabled::-webkit-input-placeholder, form input[type="email"]:disabled::-webkit-input-placeholder, form textarea:disabled::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.2); }
    form input[type="text"]:disabled::placeholder, form input[type="text"]:disabled::-webkit-input-placeholder,
    form input[type="password"]:disabled::placeholder,
    form input[type="password"]:disabled::-webkit-input-placeholder,
    form input[type="tel"]:disabled::placeholder,
    form input[type="tel"]:disabled::-webkit-input-placeholder,
    form input[type="email"]:disabled::placeholder,
    form input[type="email"]:disabled::-webkit-input-placeholder,
    form textarea:disabled::placeholder,
    form textarea:disabled::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.2); }
  form input[type="text"].error,
  form input[type="password"].error,
  form input[type="tel"].error,
  form input[type="email"].error,
  form textarea.error {
    border-bottom-color: #E52E2E; }
  form input[type="text"].success,
  form input[type="password"].success,
  form input[type="tel"].success,
  form input[type="email"].success,
  form textarea.success {
    border-bottom-color: #29CC5F; }

form textarea {
  width: 100%;
  height: 120px;
  resize: none; }

@media screen and (max-width: 767px) {
  form .btn {
    width: 100%; }
    form .btn.icon-btn {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.form-field {
  margin-bottom: 24px;
  position: relative; }
  .form-field .label-wrap {
    display: block;
    height: 100%; }
  .form-field .form-field__title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    cursor: pointer;
    color: #021533;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .form-field .form-field__title:hover {
      color: #1f6c40; }
  .form-field .form-field__textarea {
    width: 100%;
    height: 120px;
    position: relative; }
    .form-field .form-field__textarea_container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: linear-gradient(transparent, transparent 39px, rgba(0, 0, 0, 0.2) 39px);
      background-size: 40px 40px; }
      .form-field .form-field__textarea_container textarea {
        border-bottom: none;
        line-height: 40px;
        padding: 0 8px; }
  .form-field .form-field__group {
    position: relative; }
    .form-field .form-field__group_btn {
      position: absolute;
      background-color: transparent;
      width: 24px;
      height: 24px;
      padding: 0;
      right: 0;
      top: calc(50% - 12px); }
      .form-field .form-field__group_btn .icon {
        fill: #000000; }
      .form-field .form-field__group_btn:hover, .form-field .form-field__group_btn:focus {
        background-color: transparent; }
    .form-field .form-field__group .error ~ .form-field__group_btn .icon {
      fill: #E52E2E; }
    .form-field .form-field__group .success ~ .form-field__group_btn .icon {
      fill: #29CC5F; }

label.error {
  color: #E52E2E;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  line-height: 16px;
  font-style: italic; }

.custom-check {
  display: block;
  position: relative; }
  .custom-check .custom-check__input {
    position: absolute;
    opacity: 0; }
    .custom-check .custom-check__input:checked ~ .custom-check__text:before {
      opacity: 1; }
    .custom-check .custom-check__input:checked ~ .custom-check__text:after {
      -webkit-box-shadow: 0 0 0 1px #000000;
              box-shadow: 0 0 0 1px #000000; }
    .custom-check .custom-check__input:disabled ~ .custom-check__text {
      color: rgba(0, 0, 0, 0.2); }
      .custom-check .custom-check__input:disabled ~ .custom-check__text:after {
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); }
      .custom-check .custom-check__input:disabled ~ .custom-check__text:before {
        opacity: 1;
        left: 2px;
        background-image: url("/bitrix/templates/oslo_FirstVersion/images/icon/checkbox-disabled.svg"); }
      .custom-check .custom-check__input:disabled ~ .custom-check__text:hover:after {
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); }
  .custom-check .custom-check__text {
    position: relative;
    padding-left: 32px;
    display: block;
    cursor: pointer; }
    .custom-check .custom-check__text:before, .custom-check .custom-check__text:after {
      content: '';
      position: absolute;
      left: 0;
      top: 4px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .custom-check .custom-check__text:before {
      opacity: 0; }
    .custom-check .custom-check__text:after {
      width: 16px;
      height: 16px;
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
              box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6); }
    .custom-check .custom-check__text:hover:after {
      -webkit-box-shadow: 0 0 0 1.5px #CC8A47;
              box-shadow: 0 0 0 1.5px #CC8A47; }
  .custom-check input[type='checkbox'] ~ .custom-check__text:before {
    width: 11px;
    height: 8px;
    top: 8px;
    left: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url("/bitrix/templates/oslo_FirstVersion/images/icon/checkbox.svg");
    background-position: center;
    background-repeat: no-repeat; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2); }

@-webkit-keyframes autofill {
  to {
    background: transparent; } }

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-thumb {
  background-color: #000000; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5); }

.btn,
button,
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #000000;
  border: none;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  padding: 16px 32px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  outline: none;
  font-weight: 500;
  text-align: center;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 419px) {
    .btn,
    button,
    input[type="submit"],
    input[type="reset"] {
      font-size: 14px;
      line-height: 18px;
      padding: 16px; } }
  .btn:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    background-color: #CC8A47;
    color: #ffffff;
    text-decoration: none; }
  .btn:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus {
    color: #ffffff;
    background-color: #CC8A47;
    opacity: .8; }
  .btn:disabled,
  button:disabled,
  input[type="submit"]:disabled,
  input[type="reset"]:disabled {
    background-color: rgba(0, 0, 0, 0.2); }
  .btn.btn_secondary,
  button.btn_secondary,
  input[type="submit"].btn_secondary,
  input[type="reset"].btn_secondary {
    background-color: #ffffff;
    color: #000000;
    position: relative; }
    .btn.btn_secondary:after,
    button.btn_secondary:after,
    input[type="submit"].btn_secondary:after,
    input[type="reset"].btn_secondary:after {
      content: '';
      position: absolute;
      top: 50%;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      -webkit-filter: blur(50px);
              filter: blur(50px);
      background-color: #000000;
      opacity: .2; }
    .btn.btn_secondary:hover,
    button.btn_secondary:hover,
    input[type="submit"].btn_secondary:hover,
    input[type="reset"].btn_secondary:hover {
      background-color: #CC8A47;
      color: #ffffff; }
      .btn.btn_secondary:hover:after,
      button.btn_secondary:hover:after,
      input[type="submit"].btn_secondary:hover:after,
      input[type="reset"].btn_secondary:hover:after {
        display: none; }
    .btn.btn_secondary:focus,
    button.btn_secondary:focus,
    input[type="submit"].btn_secondary:focus,
    input[type="reset"].btn_secondary:focus {
      background-color: #CC8A47;
      color: #ffffff; }
      .btn.btn_secondary:focus:after,
      button.btn_secondary:focus:after,
      input[type="submit"].btn_secondary:focus:after,
      input[type="reset"].btn_secondary:focus:after {
        display: none; }
    .btn.btn_secondary:disabled,
    button.btn_secondary:disabled,
    input[type="submit"].btn_secondary:disabled,
    input[type="reset"].btn_secondary:disabled {
      background-color: #ffffff;
      color: rgba(0, 0, 0, 0.2); }
      .btn.btn_secondary:disabled:after,
      button.btn_secondary:disabled:after,
      input[type="submit"].btn_secondary:disabled:after,
      input[type="reset"].btn_secondary:disabled:after {
        display: none; }

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6,
.wysiwyg .h1, .wysiwyg .h2, .wysiwyg .h3, .wysiwyg .h4, .wysiwyg .h5, .wysiwyg .h6 {
  margin-bottom: 32px; }
  @media screen and (max-width: 1023px) {
    .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6,
    .wysiwyg .h1, .wysiwyg .h2, .wysiwyg .h3, .wysiwyg .h4, .wysiwyg .h5, .wysiwyg .h6 {
      margin-bottom: 24px; } }
  @media screen and (max-width: 767px) {
    .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6,
    .wysiwyg .h1, .wysiwyg .h2, .wysiwyg .h3, .wysiwyg .h4, .wysiwyg .h5, .wysiwyg .h6 {
      margin-bottom: 16px; } }

.wysiwyg img {
  display: block;
  margin: 0 auto 24px; }

.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 8px; }
  @media screen and (max-width: 991px) {
    .wysiwyg ul li, .wysiwyg ol li {
      padding-left: 24px; } }

.wysiwyg ul {
  list-style: none; }
  .wysiwyg ul ul {
    margin-left: 0; }
  .wysiwyg ul li {
    position: relative;
    padding-left: 32px; }
    .wysiwyg ul li:before {
      content: "—";
      left: 8px;
      top: -2px;
      position: absolute; }
      @media screen and (max-width: 991px) {
        .wysiwyg ul li:before {
          top: 0;
          left: 0; } }

.site-header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 20px 0; }
  @media screen and (max-width: 1023px) {
    .site-header {
      padding: 16px 0; } }
  .site-header.site-header_menu-active .header-mobile {
    width: 100%;
    left: 0; }
  .site-header.site-header_menu-active .nav-toggle__open {
    display: none; }
  .site-header.site-header_menu-active .nav-toggle__close {
    display: block; }

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.site-logo .site-logo__link {
  height: 100%;
  display: block;
  border-bottom: none; }

.nav-toggle {
  display: none;
  width: 32px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  @media screen and (max-width: 1023px) {
    .nav-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.nav .nav__list {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .nav .nav__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .nav .nav__list {
      margin-bottom: 40px; } }

.nav .nav__item {
  margin: 0; }
  .nav .nav__item.nav__item_active .nav__link {
    color: #CC8A47; }
  @media screen and (max-width: 1023px) {
    .nav .nav__item:not(:last-child) {
      margin-bottom: 24px; } }

.nav .nav__link {
  display: block;
  text-decoration: none;
  font-size: 16px;
  padding: 4px 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: none; }
  @media screen and (max-width: 1023px) {
    .nav .nav__link {
      font-family: "Jost", sans-serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 32px;
      color: #ffffff;
      letter-spacing: .02em;
      padding: 0;
      text-align: right;
      text-transform: uppercase; }
      .nav .nav__link:hover {
        color: #CC8A47; } }

@media screen and (max-width: 1023px) {
  .header-mobile {
    position: fixed;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.2);
    width: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; } }

@media screen and (max-width: 1023px) {
  .header-mobile__block {
    padding: 160px 0;
    width: 100%;
    background-color: #000000;
    color: #ffffff; } }

@media screen and (max-width: 767px) {
  .header-mobile__block {
    padding: 112px 0; } }

@media screen and (max-width: 1023px) {
  .header-mobile__container {
    width: 100%;
    margin: 0 auto;
    max-width: calc(100% - 120px); } }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .header-mobile__rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .header-mobile__rows > div {
      width: 50%; } }

.header-mobile__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 1024px) {
    .header-mobile__col {
      display: none; } }

.header-mobile .nav-toggle {
  position: absolute;
  right: 20px;
  top: 16px; }
  .header-mobile .nav-toggle .icon-svg {
    fill: #ffffff;
    width: 24px;
    height: 24px; }
  .header-mobile .nav-toggle:hover .icon-svg {
    fill: #CC8A47; }

@media screen and (max-width: 767px) {
  .header-mobile .site-logo {
    display: none; } }

/*soc-menu*/
.soc-menu ul {
  list-style-type: none;
  margin: 0; }
  .soc-menu ul li {
    margin-bottom: 24px; }
    .soc-menu ul li:last-child {
      margin-bottom: 0; }
    .soc-menu ul li a {
      border-bottom: none;
      text-transform: uppercase;
      color: #CC8A47;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: .02em; }
      .soc-menu ul li a:hover {
        color: #ffffff; }
    @media screen and (max-width: 767px) {
      .soc-menu ul li {
        text-align: right; } }

/*soc-menu*/
.footer {
  margin-top: auto; }
  .footer-container {
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    padding: 96px 0 72px; }
    @media screen and (max-width: 1023px) {
      .footer-container {
        padding: 40px 0 16px; } }
  .footer-form__title {
    margin-bottom: 40px; }
  .footer-form .form {
    max-width: 70%; }
  @media screen and (max-width: 1023px) {
    .footer-form {
      margin-bottom: 24px; }
      .footer-form__title {
        text-align: center; }
      .footer-form .form {
        margin: 0 auto;
        text-align: center; }
        .footer-form .form .custom-check {
          display: inline-block; } }
  @media screen and (max-width: 767px) {
    .footer-form {
      margin-bottom: 16px; }
      .footer-form .form {
        max-width: 100%; } }
  .footer-menu ul {
    list-style-type: none;
    margin: 0; }
  .footer-menu li {
    text-align: right;
    margin-bottom: 32px; }
    .footer-menu li:last-child {
      margin-bottom: 0; }
    .footer-menu li a {
      border-bottom: none;
      text-transform: uppercase;
      font-size: 24px;
      line-height: 32px;
      font-weight: 400;
      font-family: "Jost", sans-serif;
      letter-spacing: .02em; }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -16px; }
  .footer-menu li {
    margin: 0 16px 24px; } }
  @media screen and (max-width: 767px) {
    .footer-menu li {
      margin-bottom: 24px;
      text-align: center; } }

.main-slider .slider__item {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .main-slider .slider__item {
      height: 240px; } }

.popup-init {
  cursor: pointer; }

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.popup-wrap,
.popup {
  visibility: hidden;
  opacity: 0; }

.popup-visible .popup-wrap {
  visibility: visible;
  opacity: 1; }

@media screen and (max-width: 767px) {
  .popup-visible .site-header,
  .popup-visible .site-main,
  .popup-visible .site-footer {
    opacity: 0;
    visibility: hidden; } }

.popup {
  position: fixed;
  top: 0;
  right: 0;
  cursor: auto;
  overflow: auto;
  padding: 64px 112px;
  width: 75%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 100px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 100px rgba(255, 255, 255, 0.1);
  background-color: #ffffff;
  z-index: 111;
  overflow-y: auto; }
  @media screen and (max-width: 1023px) {
    .popup {
      padding: 40px 60px 40px 40px; } }
  .popup.active {
    visibility: visible;
    opacity: 1; }
  .popup .popup-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 64px; }
    @media screen and (max-width: 1023px) {
      .popup .popup-header {
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .popup .popup-header {
        margin-bottom: 32px; } }
    .popup .popup-header .popup-header__title {
      margin-right: 24px; }
      .popup .popup-header .popup-header__title .title-text {
        margin-bottom: 0; }
  .popup .popup-remove {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 40px;
    right: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 1023px) {
      .popup .popup-remove {
        top: 16px;
        right: 10px; }
        .popup .popup-remove .icon-svg {
          width: 24px;
          height: 24px; } }
    @media screen and (max-width: 767px) {
      .popup .popup-remove {
        top: 8px;
        right: 0; } }
    .popup .popup-remove:hover .icon-svg {
      fill: #CC8A47; }
  .popup .popup-content .wysiwyg:not(:last-child) {
    margin-bottom: 64px; }
  .popup .popup-content .wysiwyg h1, .popup .popup-content .wysiwyg h2, .popup .popup-content .wysiwyg h3, .popup .popup-content .wysiwyg h4, .popup .popup-content .wysiwyg h5, .popup .popup-content .wysiwyg h6,
  .popup .popup-content .wysiwyg .h1, .popup .popup-content .wysiwyg .h2, .popup .popup-content .wysiwyg .h3, .popup .popup-content .wysiwyg .h4, .popup .popup-content .wysiwyg .h5, .popup .popup-content .wysiwyg .h6 {
    margin-bottom: 40px; }
    @media screen and (max-width: 1023px) {
      .popup .popup-content .wysiwyg h1, .popup .popup-content .wysiwyg h2, .popup .popup-content .wysiwyg h3, .popup .popup-content .wysiwyg h4, .popup .popup-content .wysiwyg h5, .popup .popup-content .wysiwyg h6,
      .popup .popup-content .wysiwyg .h1, .popup .popup-content .wysiwyg .h2, .popup .popup-content .wysiwyg .h3, .popup .popup-content .wysiwyg .h4, .popup .popup-content .wysiwyg .h5, .popup .popup-content .wysiwyg .h6 {
        margin-bottom: 24px; } }
    @media screen and (max-width: 767px) {
      .popup .popup-content .wysiwyg h1, .popup .popup-content .wysiwyg h2, .popup .popup-content .wysiwyg h3, .popup .popup-content .wysiwyg h4, .popup .popup-content .wysiwyg h5, .popup .popup-content .wysiwyg h6,
      .popup .popup-content .wysiwyg .h1, .popup .popup-content .wysiwyg .h2, .popup .popup-content .wysiwyg .h3, .popup .popup-content .wysiwyg .h4, .popup .popup-content .wysiwyg .h5, .popup .popup-content .wysiwyg .h6 {
        margin-bottom: 16px; } }
  .popup .popup-content .wysiwyg ul, .popup .popup-content .wysiwyg p, .popup .popup-content .wysiwyg ol {
    padding: 0;
    margin-bottom: 40px; }
    .popup .popup-content .wysiwyg ul:last-child, .popup .popup-content .wysiwyg p:last-child, .popup .popup-content .wysiwyg ol:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .popup .popup-content .wysiwyg ul, .popup .popup-content .wysiwyg p, .popup .popup-content .wysiwyg ol {
        margin-bottom: 24px; } }

.modal-open {
  overflow: hidden; }

.section {
  padding: 100px 0;
}
.section + .section{
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
    .section {
      padding: 80px 0; } }
  @media screen and (max-width: 767px) {
    .section {
      padding: 56px 0; } }
  .section-banner {
    padding-top: 0; }
  .section:last-child {
    padding-bottom: 200px; }
    @media screen and (max-width: 1023px) {
      .section:last-child {
        padding-bottom: 160px; } }
    @media screen and (max-width: 767px) {
      .section:last-child {
        padding-bottom: 112px; } }

.bg-rows {
  position: relative; }
  .bg-rows:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #f7f7fa;
    z-index: -1; }
  .bg-rows__4:before {
    max-width: 33.333%;
    width: 100%; }
  @media screen and (max-width: 767px) {
    .bg-rows__4:before {
      display: none; } }
  .bg-rows__6:before {
    max-width: 50%;
    width: 100%; }
  @media screen and (max-width: 767px) {
    .bg-rows__6.bg-rows__bottom:before {
      bottom: 25%; } }
  .bg-rows__left:before {
    left: 0; }
  .bg-rows__right:before {
    right: 0; }
  .bg-rows__top:before {
    top: 312px;
    bottom: 0; }
    @media screen and (max-width: 1023px) {
      .bg-rows__top:before {
        top: 192px; } }
    @media screen and (max-width: 767px) {
      .bg-rows__top:before {
        top: 192px; } }
  .bg-rows__bottom:before {
    bottom: 408px;
    top: 0; }
    @media screen and (max-width: 1023px) {
      .bg-rows__bottom:before {
        bottom: 192px; } }
    @media screen and (max-width: 767px) {
      .bg-rows__bottom:before {
        bottom: 192px; } }
  .bg-rows__section {
    padding: 64px 0; }
    .bg-rows__section_top {
      padding-top: 64px; }
    .bg-rows__section_bottom {
      padding-bottom: 64px; }
    @media screen and (max-width: 1023px) {
      .bg-rows__section {
        padding: 40px 0; }
        .bg-rows__section_top {
          padding-top: 40px; }
        .bg-rows__section_bottom {
          padding-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .bg-rows__section {
        padding: 32px 0; }
        .bg-rows__section_top {
          padding-top: 32px; }
        .bg-rows__section_bottom {
          padding-bottom: 32px; } }

.slider-navigation .slider-btn {
  width: 72px;
  height: 72px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 1023px) {
    .slider-navigation .slider-btn {
      width: 56px;
      height: 56px; } }
  @media screen and (max-width: 767px) {
    .slider-navigation .slider-btn {
      width: 40px;
      height: 40px; } }
  .slider-navigation .slider-btn svg {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    fill: #000000; }
    @media screen and (max-width: 1023px) {
      .slider-navigation .slider-btn svg {
        width: 32px;
        height: 32px; } }
    @media screen and (max-width: 767px) {
      .slider-navigation .slider-btn svg {
        width: 24px;
        height: 24px; } }
  .slider-navigation .slider-btn__prev svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .slider-navigation .slider-btn:hover {
    background-color: #CC8A47; }
    .slider-navigation .slider-btn:hover svg {
      fill: #ffffff; }
  .slider-navigation .slider-btn:focus {
    background-color: #CC8A47;
    opacity: .8; }
    .slider-navigation .slider-btn:focus svg {
      fill: #ffffff; }
  .slider-navigation .slider-btn.swiper-button-disabled:hover, .slider-navigation .slider-btn.swiper-button-disabled:focus {
    background-color: #ffffff; }
  .slider-navigation .slider-btn.swiper-button-disabled svg {
    fill: rgba(0, 0, 0, 0.2); }
  .slider-navigation .slider-btn__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .slider-navigation .slider-btn__group + .slider-scrollbar__container {
      margin-top: 32px; }
      @media screen and (max-width: 1023px) {
        .slider-navigation .slider-btn__group + .slider-scrollbar__container {
          margin-top: 24px; } }

.slider-navigation .slider-scrollbar {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2); }
  .slider-navigation .slider-scrollbar .swiper-scrollbar-drag {
    background-color: #000000; }

.slider-navigation .dark-btn .slider-btn {
  background-color: #000000; }
  .slider-navigation .dark-btn .slider-btn svg {
    fill: #ffffff; }
  .slider-navigation .dark-btn .slider-btn:hover {
    background-color: #CC8A47; }
    .slider-navigation .dark-btn .slider-btn:hover svg {
      fill: #ffffff; }
  .slider-navigation .dark-btn .slider-btn:focus {
    background-color: #CC8A47;
    opacity: 1; }
    .slider-navigation .dark-btn .slider-btn:focus svg {
      fill: #ffffff; }
  .slider-navigation .dark-btn .slider-btn.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.2);
    position: relative; }
    .slider-navigation .dark-btn .slider-btn.swiper-button-disabled:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: #ffffff;
      z-index: -1; }
    .slider-navigation .dark-btn .slider-btn.swiper-button-disabled:hover, .slider-navigation .dark-btn .slider-btn.swiper-button-disabled:focus {
      background-color: rgba(0, 0, 0, 0.2); }
    .slider-navigation .dark-btn .slider-btn.swiper-button-disabled svg {
      fill: #ffffff; }

.product-img img {
  display: block;
  width: 100%; }

.product-img + .product-info {
  margin-top: 32px; }

.product-info + .product-img {
  margin-top: 64px; }

.product-description {
  color: rgba(0, 0, 0, 0.6); }

.product-name {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: .02em; }

.product-prise {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500; }

.catalog-section:not(:last-child) {
  margin-bottom: 200px; }
  @media screen and (max-width: 1023px) {
    .catalog-section:not(:last-child) {
      margin-bottom: 160px; } }
  @media screen and (max-width: 767px) {
    .catalog-section:not(:last-child) {
      margin-bottom: 72px; } }

.catalog-section:nth-child(2n) .catalog-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    .catalog-section:nth-child(2n) .catalog-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.catalog-section:last-child .catalog-item:last-child .product-item {
  margin-bottom: 0; }

.catalog-description {
  margin-bottom: 64px; }
  @media screen and (max-width: 1023px) {
    .catalog-description {
      margin-bottom: 160px; } }
  @media screen and (max-width: 767px) {
    .catalog-description {
      margin-bottom: 40px; } }

@media screen and (min-width: 1024px) {
  .catalog-list {
    margin: 0 -88px;
    width: calc(100% + 176px); } }

@media screen and (min-width: 1024px) {
  .catalog-item {
    padding: 0 88px; } }

@media screen and (max-width: 767px) {
  .catalog-item .product-item {
    margin-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .catalog-item .product-second {
    width: 66.666667%;
    margin-left: auto; } }

.shadow-container {
  background-color: #ffffff;
  position: relative; }
  .shadow-container:after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 40px;
    left: 80px;
    right: 80px;
    z-index: -1;
    -webkit-filter: blur(80px);
            filter: blur(80px);
    background-color: #000000;
    opacity: .15; }
    @media screen and (max-width: 1023px) {
      .shadow-container:after {
        left: 64px;
        right: 64px; } }
    @media screen and (max-width: 767px) {
      .shadow-container:after {
        left: 48px;
        right: 48px; } }

/*main-banner*/
.main-banner {
  padding-bottom: 100px;
  position: relative; }
  .main-banner__image img {
    width: 100%;
    display: block; }
  .main-banner__container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .main-banner__description {
    padding: 40px; }
    .main-banner__description_footer {
      padding-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .main-banner__description_footer .btn {
        margin-right: -126px; }
  @media screen and (max-width: 1023px) {
    .main-banner {
      padding-bottom: 80px; }
      .main-banner__description {
        padding: 24px; }
        .main-banner__description_footer {
          padding-top: 24px; }
          .main-banner__description_footer .btn {
            margin-right: -118px; } }
  @media screen and (max-width: 767px) {
    .main-banner__description_footer {
      padding-top: 16px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .main-banner__description_footer .btn {
        margin-right: auto;
        margin-bottom: -54px;
        width: 100%; }
        .main-banner__description_footer .btn.icon-btn {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  @media screen and (max-width: 419px) {
    .main-banner__container {
      position: relative;
      margin-top: -75%; } }

/*main-banner*/
/*product-new*/
.product-new {
  position: relative; }
  .product-new .product-description {
    margin-bottom: 64px; }
    @media (max-width: 1200px) {
      .product-new .product-description {
        margin-bottom: 40px; } }
  .product-new .product-prise {
    font-size: 24px;
    line-height: 32px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    letter-spacing: .02em; }
  .product-new .product-slider__nav_container {
    max-width: 58.333333%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 64px;
    z-index: 10; }
    .product-new .product-slider__nav_container .shadow-container {
      padding: 40px; }
    .product-new .product-slider__nav_container .product-title {
      margin-bottom: 32px; }
    @media (max-width: 1200px) {
      .product-new .product-slider__nav_container {
        bottom: 40px; } }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .product-new .product-slider__nav_container {
    position: relative;
    margin-left: auto;
    bottom: auto;
    left: auto;
    margin-top: -64px; } }
    @media screen and (max-width: 1023px) {
      .product-new .product-slider__nav_container .shadow-container {
        padding: 24px; }
      .product-new .product-slider__nav_container .product-title {
        margin-bottom: 16px; }
      .product-new .product-slider__nav_container .slider-btn__group + .slider-scrollbar__container {
        margin-top: 16px; } }
    @media screen and (max-width: 767px) {
      .product-new .product-slider__nav_container {
        bottom: 200px;
        max-width: 100%; }
        .product-new .product-slider__nav_container .shadow-container {
          padding: 16px; }
        .product-new .product-slider__nav_container .slider-btn__group + .slider-scrollbar__container {
          display: none; } }
    @media screen and (max-width: 579px) {
      .product-new .product-slider__nav_container {
        bottom: 252px; } }
  @media screen and (max-width: 767px) {
    .product-new .product-info {
      margin-top: 108px; } }

/*product-new*/
/*slider-dubble*/
.slider-dubble .slider-1 .product-slider__item {
  position: relative; }
  .slider-dubble .slider-1 .product-slider__item .btn {
    position: absolute;
    bottom: -36px;
    left: 32px; }
  @media screen and (max-width: 1023px) {
    .slider-dubble .slider-1 .product-slider__item {
      margin-bottom: 72px; } }
  @media screen and (max-width: 767px) {
    .slider-dubble .slider-1 .product-slider__item {
      margin-bottom: 68px; } }

/*slider-dubble*/
/*slider-banner*/
.slider-banner {
  position: relative;
  margin-bottom: 64px; }
  .slider-banner .slider-navigation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -36px;
    padding: 0 32px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  @media screen and (max-width: 1023px) {
    .slider-banner {
      margin-bottom: 40px; }
      .slider-banner .slider-navigation {
        bottom: -28px; } }
  @media screen and (max-width: 767px) {
    .slider-banner {
      margin-bottom: 32px; }
      .slider-banner .slider-navigation {
        bottom: -20px; } }
  .slider-banner__description h1, .slider-banner__description h2, .slider-banner__description h3, .slider-banner__description h4, .slider-banner__description h5, .slider-banner__description h6,
  .slider-banner__description .h1, .slider-banner__description .h2, .slider-banner__description .h3, .slider-banner__description .h4, .slider-banner__description .h5, .slider-banner__description .h6 {
    margin-bottom: 32px; }
    @media screen and (max-width: 1023px) {
      .slider-banner__description h1, .slider-banner__description h2, .slider-banner__description h3, .slider-banner__description h4, .slider-banner__description h5, .slider-banner__description h6,
      .slider-banner__description .h1, .slider-banner__description .h2, .slider-banner__description .h3, .slider-banner__description .h4, .slider-banner__description .h5, .slider-banner__description .h6 {
        margin-bottom: 24px; } }
    @media screen and (max-width: 767px) {
      .slider-banner__description h1, .slider-banner__description h2, .slider-banner__description h3, .slider-banner__description h4, .slider-banner__description h5, .slider-banner__description h6,
      .slider-banner__description .h1, .slider-banner__description .h2, .slider-banner__description .h3, .slider-banner__description .h4, .slider-banner__description .h5, .slider-banner__description .h6 {
        margin-bottom: 16px; } }

/*slider-banner*/
/*shop*/
.shop-slider {
  position: relative; }
  .shop-slider .swiper-slide {
    padding-bottom: 100px; }
    @media screen and (max-width: 1023px) {
      .shop-slider .swiper-slide {
        padding-bottom: 80px; } }
  .shop-slider__image {
    width: 100%; }
  .shop-slider .slider-navigation {
    position: absolute;
    left: 0;
    z-index: 10;
    right: 0;
    bottom: 76px; }
    .shop-slider .slider-navigation .slider-btn__group {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    @media screen and (max-width: 1023px) {
      .shop-slider .slider-navigation {
        bottom: 60px; } }
    @media screen and (max-width: 767px) {
      .shop-slider .slider-navigation {
        bottom: auto;
        top: -20px; } }

.shop-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.shop-list {
  padding: 40px;
  padding-bottom: 24px; }
  @media screen and (max-width: 1023px) {
    .shop-list {
      padding: 24px;
      padding-bottom: 8px; } }
  @media screen and (max-width: 767px) {
    .shop-list {
      padding: 24px 18px;
      padding-bottom: 8px; } }

.shop-item {
  margin-bottom: 16px; }
  @media screen and (max-width: 1023px) {
    .shop-item {
      margin-bottom: 24px; } }
  .shop-item a {
    border-bottom: 0; }
  .shop-item p {
    margin-bottom: 0; }

/*shop*/
/*social*/
.social-image img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  display: block; }

.social-image__block {
  width: 50%;
  padding: 0 16px;
  margin-bottom: 32px; }
  @media screen and (max-width: 1023px) {
    .social-image__block {
      padding: 0 8px;
      margin-bottom: 16px; } }

.social-description {
  background-color: #CC8A47;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50%;
  padding: 32px; }
  .social-description h1, .social-description h2, .social-description h3, .social-description h4, .social-description h5, .social-description h6,
  .social-description .h1, .social-description .h2, .social-description .h3, .social-description .h4, .social-description .h5, .social-description .h6 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .social-description a {
    color: #ffffff;
    border-bottom-color: #ffffff; }
  @media screen and (max-width: 1023px) {
    .social-description {
      max-height: 200px;
      height: 100%; } }
  @media screen and (max-width: 767px) {
    .social-description {
      max-height: 160px; } }

.social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px; }
  @media screen and (max-width: 1023px) {
    .social-container {
      margin: 0 -8px; } }

.social-block {
  padding: 0 16px;
  width: 100%;
  max-width: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  .social-block.big {
    max-width: calc(100% - 552px); }
  @media (max-width: 1200px) {
    .social-block {
      max-width: 50%; }
      .social-block.big {
        max-width: 50%; } }
  @media screen and (max-width: 1023px) {
    .social-block {
      max-width: 100%;
      padding: 0 8px; }
      .social-block.big {
        max-width: 100%;
        margin-bottom: 16px; } }

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px; }
  @media screen and (max-width: 1023px) {
    .social-list {
      margin: 0 -8px; } }

/*social*/
/*contact-form*/
.form .form-field {
  margin-bottom: 48px; }
  @media screen and (max-width: 1023px) {
    .form .form-field {
      margin-bottom: 40px; } }

.form-banner {
  position: relative; }
  .form-banner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.form-container {
  padding: 64px 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 66.667%; }
  @media (max-width: 1440px) {
    .form-container {
      background-size: 66.667% 100%;
      background-position: left top; } }
  @media screen and (max-width: 1023px) {
    .form-container {
      padding: 40px 0; } }

.form-block {
  padding: 40px; }
  @media screen and (max-width: 1023px) {
    .form-block {
      padding: 32px; } }
  @media screen and (max-width: 767px) {
    .form-block {
      padding: 24px; } }

.form .form-success {
  position: fixed;
  bottom: -100%;
  right: 40px;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden; }
  .form .form-success.show {
    opacity: 1;
    visibility: visible;
    bottom: 40px; }
  @media screen and (max-width: 1023px) {
    .form .form-success {
      right: 32px; }
      .form .form-success.show {
        bottom: 32px; } }
  @media screen and (max-width: 767px) {
    .form .form-success {
      right: 0;
      left: 0; }
      .form .form-success.show {
        bottom: 0; } }

/*contact-form*/
/*video*/
.video {
  --plyr-range-fill-background: #222222;
  --plyr-video-progress-buffered-background: #222222; }
  .video .plyr {
    overflow: hidden; }
    .video .plyr .plyr__controls {
      position: absolute;
      bottom: -77px;
      left: 0;
      right: 0; }
    .video .plyr.plyr--playing .plyr__controls {
      bottom: 0; }
    .video .plyr--video:not(:-webkit-full-screen).plyr--hide-controls .plyr__controls, .video .plyr--video:not(:-webkit-full-screen).plyr--hide-controls .plyr__controls {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .video .plyr--video:not(:-ms-fullscreen).plyr--hide-controls .plyr__controls, .video .plyr--video:not(:-ms-fullscreen).plyr--hide-controls .plyr__controls {
      opacity: 1;
      transform: translateY(0); }
    .video .plyr--video:not(:fullscreen).plyr--hide-controls .plyr__controls, .video .plyr--video:not(:fullscreen).plyr--hide-controls .plyr__controls {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .video .plyr--video:-webkit-full-screen .plyr__progress__container {
      position: relative;
      bottom: initial; }
    .video .plyr--video:fullscreen .plyr__progress__container, .video .plyr--video:-webkit-full-screen .plyr__progress__container {
      position: relative;
      bottom: initial; }
  .video .plyr__control--overlaid {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 56px;
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px); }
    .video .plyr__control--overlaid svg {
      width: 42px;
      height: 42px; }
    .video .plyr__control--overlaid:hover {
      background: rgba(255, 255, 255, 0.4); }
    @media screen and (max-width: 1023px) {
      .video .plyr__control--overlaid {
        padding: 42px; }
        .video .plyr__control--overlaid svg {
          width: 28px;
          height: 28px; } }
    @media screen and (max-width: 767px) {
      .video .plyr__control--overlaid {
        padding: 30px; }
        .video .plyr__control--overlaid svg {
          width: 20px;
          height: 20px; } }

/*video*/
/*404*/
.no-page__container {
  margin-top: -30px; }
  .no-page__container h1, .no-page__container h2, .no-page__container h3, .no-page__container h4, .no-page__container h5, .no-page__container h6,
  .no-page__container .h1, .no-page__container .h2, .no-page__container .h3, .no-page__container .h4, .no-page__container .h5, .no-page__container .h6 {
    margin-bottom: 16px; }

/*404*/
/*back-to*/
.back-to.top {
  bottom: 32px;
  right: 32px;
  position: fixed;
  display: none;
  z-index: 100; }

.back-to__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 72px;
  background-color: #ffffff;
  border-color: #ffffff;
  padding: 0; }
  .back-to__btn svg,
  .back-to__btn .icon {
    width: 40px;
    height: 40px;
    fill: #000; }
  .back-to__btn:hover {
    background-color: #000;
    border-color: #000; }
    .back-to__btn:hover svg,
    .back-to__btn:hover .icon {
      fill: #ffffff; }

@media screen and (max-width: 1023px) {
  .back-to__btn {
    width: 40px;
    height: 40px; }
    .back-to__btn svg,
    .back-to__btn .icon {
      width: 24px;
      height: 24px; } }

@media screen and (max-width: 767px) {
  .back-to.top {
    right: 0; } }

/*back-to*/

/* End */
/* /bitrix/templates/oslo_FirstVersion/css/libs.min.css?175570326690002 */
/* /bitrix/templates/oslo_FirstVersion/styles.css?175583538890 */
/* /bitrix/templates/oslo_FirstVersion/template_styles.css?175609496298084 */
