@charset "UTF-8";
/*!
 *  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("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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: #fff;
}

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

@font-face {
  font-family: Cormorant_bold;
  font-display: swap;
  src: url("../fonts/CormorantUpright-Bold.woff2") format("woff2"), url("../fonts/CormorantUpright-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Cormorant_regular;
  font-display: swap;
  src: url("../fonts/CormorantUpright-Regular.woff2") format("woff2"), url("../fonts/CormorantUpright-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSans_italic;
  font-display: swap;
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSans_semibold;
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Cormorant_semibold;
  font-display: swap;
  src: url("../fonts/CormorantUpright-SemiBold.woff2") format("woff2"), url("../fonts/CormorantUpright-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: OpenSans_regular;
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.block-header__sub-title::after, [class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-facebook:before {
  content: "\e900";
}

._icon-instagram:before {
  content: "\e901";
}

._icon-twitter:before {
  content: "\e902";
}

._icon-quote:before {
  content: "\e903";
}

._icon-select-arrow:before {
  content: "\e904";
}

._icon-spoon:before {
  content: "\e905";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #666666;
  line-height: 1;
  font-family: "OpenSans_regular";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "OpenSans_regular";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #666666;
  background-color: #dadada;
}
.lock body {
  overflow: hidden;
  touch-action: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
[class*=__container] {
  position: relative;
  z-index: 2;
  max-width: 81.25rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=__container_wide] {
  max-width: 75rem;
}

.form {
  position: relative;
}
.form__error {
  color: red;
  padding-bottom: 10px;
}

.button {
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 5px;
  line-height: 175%;
  background-color: #5ca02f;
  color: #dadada;
  text-align: center;
  transition: background-color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .button:hover {
    background: rgb(94, 92, 62);
  }
}
.button._fw {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
  border: 1px solid #eee;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.input-dark {
  font-size: 1.4375rem;
  text-align: left;
  border: 1px solid #F5EFDB;
  width: 100%;
  height: 60px;
  color: inherit;
  padding: 0px 1rem;
  background-color: transparent;
}

.select {
  position: relative;
}
.select__body {
  position: relative;
}
.select__title {
  color: inherit;
  text-align: left;
  border: 1px solid #F5EFDB;
  cursor: pointer;
  width: 100%;
  height: 60px;
}
.select__value {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0px 16px;
  justify-content: space-between;
  flex-direction: row-reverse;
  font-size: 1.4375rem;
}
.select__value:before {
  content: "";
  background: url("../img/iconsfont/select-arrow.svg") 0 0 no-repeat;
  width: 18px;
  height: 10px;
  font-size: 0.8125rem;
  flex: 0 0 18px;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
._select-open .select__value:before {
  transform: rotate(-180deg);
}
.select__text {
  flex: 1 1 auto;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  position: absolute;
  top: calc(100% - 2px);
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #dadada;
  border: 1px solid #F5EFDB;
  border-top: 0;
  padding: 0px 0px 10px 0px;
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.select__option {
  font-size: 1.4375rem;
  width: 100%;
  display: block;
  text-align: left;
  cursor: pointer;
  padding: 10px 15px;
  color: inherit;
}
.select__option._select-selected {
  background-color: #eee;
}
@media (any-hover: hover) {
  .select__option:hover {
    color: #000;
    background-color: rgb(94, 92, 62);
  }
}
.select__row {
  display: inline-flex;
  align-items: center;
}
.select._select-open {
  z-index: 5;
}
._select-tag {
  cursor: pointer;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

body.popup-show::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  transform: scale(1);
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
}
.lock .popup__content {
  visibility: visible;
}

[data-fullscreen] {
  min-height: 100vh;
}
.touch [data-fullscreen] {
  min-height: calc(var(--vh, 1vh) * 100);
}
@media (max-width: 47.99875em) {
  .touch [data-fullscreen] {
    transition: height 0.2s;
  }
}

@font-face {
  font-family: "lg";
  src: url("data:font/woff2;base64,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") format("woff2"), url("data:font/woff;base64,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") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("data:image/gif;base64,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") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: contain;
}

.video-module__item {
  transition: all 0.3s ease 0s;
  filter: grayscale(1);
}
@media (any-hover: hover) {
  .video-module__item:hover {
    filter: grayscale(0);
  }
}

.header__logo, .button {
  font-family: Cormorant_bold;
}

.info-AboutUs__title, .input-dark, .select__value, .select__option {
  font-family: Cormorant_regular;
}

.body-main-slider__controll, .block-header {
  font-family: Cormorant_semibold;
}

.AboutUs__text {
  font-family: OpenSans_italic;
}

.qs-datepicker-container {
  margin: 5px;
  font-size: 1rem;
  font-family: sans-serif;
  color: #000;
  position: absolute;
  width: 15.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  background: #000;
  -webkit-box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
  border-right: 1px solid #fff;
  border-left: 1px solid #f1ad70;
  padding: 5px;
}
.qs-datepicker-container:before, .qs-datepicker-container:after {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  z-index: 2;
  position: absolute;
  background-image: linear-gradient(to right, #f1ad70 0%, #fffdf2 100%);
}
.qs-datepicker-container:before {
  top: 0;
}
.qs-datepicker-container:after {
  bottom: 0;
}

.qs-datepicker-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qs-datepicker-container.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qs-datepicker-container.qs-hidden {
  display: none;
}

.qs-datepicker .qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.qs-datepicker .qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}

.qs-datepicker .qs-overlay .qs-overlay-year {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.qs-datepicker .qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.qs-datepicker .qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: 0.26392em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: hsla(0deg, 0%, 50.2%, 0.4);
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed;
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.qs-datepicker .qs-overlay .qs-overlay-month {
  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;
  width: 33.33333%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-datepicker .qs-controls {
  width: 100%;
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #000;
  color: #fff;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-controls.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.26392em;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.qs-datepicker .qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}

.qs-datepicker .qs-arrow:hover.qs-left:after {
  border-right-color: #000;
}

.qs-datepicker .qs-arrow:hover.qs-right:after {
  border-left-color: #000;
}

.qs-datepicker .qs-arrow:after {
  content: "";
  border: 0.39062em solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}

.qs-datepicker .qs-arrow.qs-left:after {
  border-right-color: grey;
  right: 50%;
  -webkit-transform: translate(25%, -50%);
  -ms-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
}

.qs-datepicker .qs-arrow.qs-right:after {
  border-left-color: grey;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}

.qs-datepicker .qs-month-year {
  font-weight: 700;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.qs-datepicker .qs-month-year:hover {
  border-bottom: 1px solid grey;
}

.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
  outline: none;
}

.qs-datepicker .qs-month {
  padding-right: 0.5ex;
}

.qs-datepicker .qs-year {
  padding-left: 0.5ex;
}

.qs-datepicker .qs-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.3125em;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-squares.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-square {
  width: 14.28571%;
  height: 1.5625em;
  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;
  cursor: pointer;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  border-radius: 0.26392em;
}

.qs-datepicker .qs-square.qs-current {
  font-weight: 700;
}

.qs-datepicker .qs-square.qs-current span {
  text-decoration: underline;
}

.qs-datepicker .qs-square.qs-active {
  background: #fff;
  color: #000;
}

.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle {
  background: #d4ebf2;
}

.qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
  border-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-datepicker .qs-square.qs-disabled span {
  opacity: 0.2;
}

.qs-datepicker .qs-square.qs-empty {
  cursor: default;
}

.qs-datepicker .qs-square.qs-disabled {
  cursor: not-allowed;
}

.qs-datepicker .qs-square.qs-day {
  cursor: default;
  font-weight: 700;
  color: grey;
}

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}

.qs-datepicker .qs-event {
  position: relative;
}

.qs-datepicker .qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
  background: #cce4ff;
}

[data-bg] {
  overflow: hidden;
  position: relative;
}

.bg-item {
  content: "";
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 160%;
  background: url("../img/odonata/bg/bg.jpg") center/cover no-repeat;
  opacity: 0.2;
}

.block-header {
  display: grid;
  gap: 3px;
  justify-items: center;
}
.block-header__sub-title {
  color: #666666;
  line-height: 130%;
  letter-spacing: 0.04em;
  display: grid;
  gap: 8px;
  justify-items: center;
}
@media (min-width: 83.125em) {
  .block-header__sub-title {
    font-size: 2.125rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .block-header__sub-title {
    font-size: clamp( 1.75rem , 1.6311881188rem  +  0.5940594059vw , 2.125rem );
  }
}
@media (max-width: 20em) {
  .block-header__sub-title {
    font-size: 1.75rem;
  }
}
.block-header__sub-title::after {
  content: "";
  color: #5ca02f;
  width: 140px;
  height: 40px;
  background: url("../img/odonata/ic/1.png") 0 0 no-repeat;
  background-size: contain;
  font-size: 0.3913043478em;
}
.block-header__title {
  color: #5ca02f;
  line-height: 130%;
  letter-spacing: 0.04em;
}
@media (min-width: 83.125em) {
  .block-header__title {
    font-size: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .block-header__title {
    font-size: clamp( 2.1875rem , 1.0983910891rem  +  5.4455445545vw , 5.625rem );
  }
}
@media (max-width: 20em) {
  .block-header__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 83.125em) {
  .block-header_big .block-header__title {
    font-size: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .block-header_big .block-header__title {
    font-size: clamp( 2.5rem , 1.5099009901rem  +  4.9504950495vw , 5.625rem );
  }
}
@media (max-width: 20em) {
  .block-header_big .block-header__title {
    font-size: 2.5rem;
  }
}
.block-header_left {
  justify-items: stretch;
}
.block-header_left .block-header__sub-title {
  justify-items: stretch;
}

[class*=__text] {
  line-height: 175%;
}

._anim-show {
  transform: translate(0px, 120%);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
._anim-show._active {
  opacity: 1;
  transform: translate(0px, 0px);
}

.icon-menu {
  display: none;
}
@media (max-width: 893px) {
  .icon-menu {
    display: block;
    position: relative;
    flex: 0 0 40px;
    height: 22.5px;
    cursor: pointer;
    z-index: 500;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.2s ease 0s;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .icon-menu::before {
    top: 0px;
  }
  .icon-menu::after {
    bottom: 0px;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu span {
    transform: scale(0);
  }
  .menu-open .icon-menu::before {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu::after {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  color: #666666;
  z-index: 50;
}
.header._header-scroll {
  position: fixed;
  background: linear-gradient(to bottom, #dadada 80%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.95;
}
.header__container {
  align-items: center;
  position: relative;
  display: flex;
  gap: 10px;
}
@media (min-width: 83.125em) {
  .header__container {
    min-height: 7.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .header__container {
    min-height: clamp( 6.25rem , 5.8341584158rem  +  2.0792079208vw , 7.5625rem );
  }
}
@media (max-width: 20em) {
  .header__container {
    min-height: 6.25rem;
  }
}
@media (max-width: 47.99875em) {
  .header__container {
    gap: 25px;
  }
}
@media (max-width: 893px) {
  .header__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.header__column {
  flex-grow: 0;
  flex-shrink: 0;
}
.header__column_wide {
  flex: 1 1 auto;
}
.header__column_auth {
  align-self: stretch;
}
@media (max-width: 893px) {
  .header__column_logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -5px);
    z-index: 10;
  }
}
.header__logo {
  position: relative;
  z-index: 2;
}
.header__logo img {
  max-width: 159px;
  height: 120px;
}

.auth-header {
  height: 100%;
  display: flex;
  align-self: stretch;
  row-gap: 5px;
  justify-content: center;
}
@media (min-width: 83.125em) {
  .auth-header {
    column-gap: 0.625rem;
  }
}
@media (min-width: 71.875em) and (max-width: 83.125em) {
  .auth-header {
    column-gap: clamp( 0.375rem , -1.2222222222rem  +  2.2222222222vw , 0.625rem );
  }
}
@media (max-width: 71.875em) {
  .auth-header {
    column-gap: 0.375rem;
  }
}
@media (min-width: 71.875em) {
  .auth-header {
    padding: 12px 0;
    justify-content: flex-end;
  }
}
@media (max-width: 47.99875em) {
  .auth-header {
    align-items: center;
  }
}
.auth-header__item {
  display: flex;
  align-items: center;
  position: relative;
}
.auth-header__item img {
  max-width: 40px;
}
.auth-header__link {
  text-align: center;
  line-height: 140%;
}
@media (max-width: 479.98px) {
  .auth-header__link {
    font-size: 1.875rem;
  }
}

.menu-open .menu__list {
  justify-content: flex-start;
}

@media (max-width: 893px) {
  .menu__body {
    position: fixed;
    overflow: auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
    top: -100%;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    background-color: #dadada;
    padding-bottom: 1.875rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (max-width: 893px) and (min-width: 83.125em) {
  .menu__body {
    padding-top: 10.625rem;
  }
}
@media (max-width: 893px) and (min-width: 20em) and (max-width: 83.125em) {
  .menu__body {
    padding-top: clamp( 6.25rem , 4.8638613861rem  +  6.9306930693vw , 10.625rem );
  }
}
@media (max-width: 893px) and (max-width: 20em) {
  .menu__body {
    padding-top: 6.25rem;
  }
}
@media (max-width: 893px) {
  .menu__body::before {
    content: "";
    top: -100%;
    position: fixed;
    transition: all 0.2s ease;
    width: 100%;
    z-index: 100;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 893px) and (min-width: 83.125em) {
  .menu__body::before {
    height: 7.5625rem;
  }
}
@media (max-width: 893px) and (min-width: 20em) and (max-width: 83.125em) {
  .menu__body::before {
    height: clamp( 6.25rem , 5.8341584158rem  +  2.0792079208vw , 7.5625rem );
  }
}
@media (max-width: 893px) and (max-width: 20em) {
  .menu__body::before {
    height: 6.25rem;
  }
}
@media (max-width: 893px) {
  .menu-open .menu__body {
    top: 0;
    opacity: 1;
  }
  .menu-open .menu__body::before {
    top: 0;
  }
}
.menu__list {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 83.125em) {
  .menu__list {
    column-gap: 1.5625rem;
  }
}
@media (min-width: 48em) and (max-width: 83.125em) {
  .menu__list {
    column-gap: clamp( 0.375rem , -1.2477758007rem  +  3.3807829181vw , 1.5625rem );
  }
}
@media (max-width: 48em) {
  .menu__list {
    column-gap: 0.375rem;
  }
}
@media (max-width: 893px) {
  .menu__list {
    flex-direction: column;
  }
  .menu__list:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
.menu__item {
  text-align: center;
  position: relative;
}
.menu__link {
  line-height: 175%;
  letter-spacing: 0.04em;
}
@media (min-width: 83.125em) {
  .menu__link {
    font-size: 1.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .menu__link {
    font-size: clamp( 0.90625rem , 0.7775371287rem  +  0.6435643564vw , 1.3125rem );
  }
}
@media (max-width: 20em) {
  .menu__link {
    font-size: 0.90625rem;
  }
}
@media (any-hover: hover) {
  .menu__link:hover {
    color: #fff;
  }
}
@media (max-width: 893px) {
  .menu__link {
    font-size: 1.875rem;
  }
}
.menu__arrow {
  display: none;
}
.menu__lang {
  display: flex;
  justify-content: center;
  column-gap: 6px;
  align-items: center;
}
@media (min-width: 83.125em) {
  .menu__lang span {
    font-size: 1.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .menu__lang span {
    font-size: clamp( 0.90625rem , 0.7775371287rem  +  0.6435643564vw , 1.3125rem );
  }
}
@media (max-width: 20em) {
  .menu__lang span {
    font-size: 0.90625rem;
  }
}
.menu__valute {
  display: flex;
  justify-content: center;
  column-gap: 6px;
  align-items: center;
}
@media (min-width: 83.125em) {
  .menu__valute span {
    font-size: 1.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .menu__valute span {
    font-size: clamp( 0.90625rem , 0.7775371287rem  +  0.6435643564vw , 1.3125rem );
  }
}
@media (max-width: 20em) {
  .menu__valute span {
    font-size: 0.90625rem;
  }
}

.change-language {
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 6px;
  padding: 10px 0;
}
@media (max-width: 893px) {
  .change-language {
    justify-content: center;
    row-gap: 10px;
  }
  .change-language__sublist {
    min-width: 100%;
  }
}
.change-language__sublist {
  padding: 10px;
}

.change-valute {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 6px;
  padding: 0 0 10px 0;
  transform: translateY(5px);
}
@media (max-width: 893px) {
  .change-valute {
    justify-content: center;
    row-gap: 5px;
  }
  .change-valute__sublist {
    min-width: 100%;
  }
}
.change-valute__sublist {
  padding: 10px;
  align-self: center;
}

.item-lang {
  box-shadow: 8px 10px 15px #666666;
  visibility: hidden;
  transform: translate(0px, -30px);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  z-index: 5;
  min-width: 160px;
  background-color: #dadada;
  border-radius: 8px;
}
@media (min-width: 893px) {
  .item-lang {
    transition: all 0.4s ease 0s;
  }
}
@media (max-width: 893px) {
  .item-lang {
    flex: 1 1 100%;
    top: 0;
    width: 100%;
    max-width: 180px;
  }
}
.item-val {
  box-shadow: 8px 10px 15px #666666;
  visibility: hidden;
  transform: translate(0px, -30px);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  z-index: 5;
  min-width: 220px;
  background-color: #dadada;
  border-radius: 8px;
}
@media (min-width: 893px) {
  .item-val {
    transition: all 0.4s ease 0s;
  }
}
@media (max-width: 893px) {
  .item-val {
    flex: 1 1 100%;
    top: 0;
    width: 100%;
    min-width: 20px;
  }
}
.item-val li {
  text-align: left;
}

body._pc .menu__list > li:hover .change-language__sublist {
  transform: translate(0px, 0px);
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease 0s;
  pointer-events: all;
}

body._touch .menu__list > li._active .change-language__sublist {
  transform: translate(0px, 0px);
  visibility: visible;
  transition: all 0.4s ease 0s;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 893px) {
  body._touch .menu__list > li._active .change-language__sublist {
    position: relative;
  }
}

body._touch .menu__list > li._active .menu__arrow {
  transform: rotate(-180deg);
}

body._touch .menu__arrow {
  transition: all 0.3s ease 0s;
  border-left: 5px solid transparent;
  display: block;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  width: 0;
  height: 0;
}

body._pc .menu__list > li:hover .change-valute__sublist {
  transform: translate(0px, 0px);
  visibility: visible;
  transition: all 0.4s ease 0s;
  opacity: 1;
  pointer-events: all;
}

body._touch .menu__list > li._active .change-valute__sublist {
  transform: translate(0px, 0px);
  transition: all 0.4s ease 0s;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 893px) {
  body._touch .menu__list > li._active .change-valute__sublist {
    position: relative;
  }
}

.img-circle {
  overflow: hidden;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
}
.img-circle img {
  object-fit: cover;
  position: absolute;
  top: -11px;
  left: -11px;
}

.translate {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.change-val {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.valute-flag {
  width: 35px;
  height: 35px;
}

.header__phone {
  display: none;
}
@media (max-width: 893px) {
  .header__phone {
    display: block;
    z-index: 10;
  }
}
.header__phone .header__p {
  width: 40px;
  height: 40px;
}
.header__phone .header__p img {
  width: 50px;
  height: 50px;
}

.phone-body {
  display: none;
}
@media (max-width: 893px) {
  .phone-body {
    display: flex;
    align-items: center;
    position: fixed;
    font-size: 1.875rem;
    overflow: auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
    top: -100%;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    background-color: #dadada;
    padding-bottom: 1.875rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (max-width: 893px) and (min-width: 83.125em) {
  .phone-body {
    padding-top: 10.625rem;
  }
}
@media (max-width: 893px) and (min-width: 20em) and (max-width: 83.125em) {
  .phone-body {
    padding-top: clamp( 6.25rem , 4.8638613861rem  +  6.9306930693vw , 10.625rem );
  }
}
@media (max-width: 893px) and (max-width: 20em) {
  .phone-body {
    padding-top: 6.25rem;
  }
}
@media (max-width: 893px) {
  .phone-body::before {
    content: "";
    top: -100%;
    top: 0;
    position: fixed;
    transition: all 0.2s ease;
    width: 100%;
    z-index: 100;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 893px) and (min-width: 83.125em) {
  .phone-body::before {
    height: 7.5625rem;
  }
}
@media (max-width: 893px) and (min-width: 20em) and (max-width: 83.125em) {
  .phone-body::before {
    height: clamp( 6.25rem , 5.8341584158rem  +  2.0792079208vw , 7.5625rem );
  }
}
@media (max-width: 893px) and (max-width: 20em) {
  .phone-body::before {
    height: 6.25rem;
  }
}
@media (max-width: 893px) {
  .phone-body._active {
    top: 0;
    opacity: 1;
  }
  .phone-body._active::before {
    top: 0;
  }
}

.phone-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.phone-a1 {
  margin-top: 50px;
}

@media (max-width: 893px) {
  .item-lang .menu__link {
    font-size: 1.25rem;
  }
}

@media (max-width: 893px) {
  .item-val .menu__link {
    font-size: 1.25rem;
  }
}

.footer {
  position: relative;
  z-index: 1;
}

@media (min-width: 83.125em) {
  .footer {
    padding-top: 8.125rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .footer {
    padding-top: clamp( 2.5rem , 0.7178217822rem  +  8.9108910891vw , 8.125rem );
  }
}
@media (max-width: 20em) {
  .footer {
    padding-top: 2.5rem;
  }
}
@media (min-width: 83.125em) {
  .footer {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .footer {
    padding-bottom: clamp( 1.875rem , 1.478960396rem  +  1.9801980198vw , 3.125rem );
  }
}
@media (max-width: 20em) {
  .footer {
    padding-bottom: 1.875rem;
  }
}
.footer__title {
  text-align: center;
  margin-bottom: 70px;
}
@media (min-width: 83.125em) {
  .footer__title {
    font-size: 3.375rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .footer__title {
    font-size: clamp( 2.25rem , 1.8935643564rem  +  1.7821782178vw , 3.375rem );
  }
}
@media (max-width: 20em) {
  .footer__title {
    font-size: 2.25rem;
  }
}
.footer__pay {
  max-width: 920px;
  margin: 30px auto;
}
.footer__pay img {
  width: 100%;
}
.footer__copy {
  text-align: center;
}
.footer__copy p {
  font-size: 1.125rem;
  line-height: 140%;
}

.footer__content {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 61.99875em) {
  .footer__content {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 520px) {
  .footer__content {
    grid-template-columns: repeat(1, minmax(230px, 480px));
  }
}
.column-data__numbers {
  line-height: 160%;
  margin-bottom: 25px;
}
@media (min-width: 83.125em) {
  .column-data__numbers {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .column-data__numbers {
    font-size: clamp( 1.125rem , 1.0061881188rem  +  0.5940594059vw , 1.5rem );
  }
}
@media (max-width: 20em) {
  .column-data__numbers {
    font-size: 1.125rem;
  }
}
.column-data__email {
  line-height: 160%;
  margin-bottom: 25px;
}
@media (min-width: 83.125em) {
  .column-data__email {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .column-data__email {
    font-size: clamp( 1.125rem , 1.0061881188rem  +  0.5940594059vw , 1.5rem );
  }
}
@media (max-width: 20em) {
  .column-data__email {
    font-size: 1.125rem;
  }
}
.column-data__adress {
  line-height: 160%;
  margin-bottom: 25px;
}
@media (min-width: 83.125em) {
  .column-data__adress {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .column-data__adress {
    font-size: clamp( 1.125rem , 1.0061881188rem  +  0.5940594059vw , 1.5rem );
  }
}
@media (max-width: 20em) {
  .column-data__adress {
    font-size: 1.125rem;
  }
}
.column-data__media {
  justify-content: flex-start;
}
.column-data__media .footer-media {
  justify-content: flex-start;
}

.form {
  max-width: 100%;
}
.form__input {
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  height: 3.125rem;
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .form__input {
    width: 100%;
  }
}
.form__textarea {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 10px;
}
@media (max-width: 520px) {
  .form__textarea {
    width: 100%;
  }
}

.mainpage__body {
  position: relative;
}

@media (max-width: 61.99875em) {
  .touch .main-slider[data-fullscreen] {
    min-height: 0;
  }
}
.main-slider {
  display: flex;
}
@media (min-width: 83.125em) {
  .main-slider {
    padding-top: 11.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .main-slider {
    padding-top: clamp( 5rem , 2.9207920792rem  +  10.396039604vw , 11.5625rem );
  }
}
@media (max-width: 20em) {
  .main-slider {
    padding-top: 5rem;
  }
}
@media (min-width: 83.125em) {
  .main-slider {
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .main-slider {
    padding-bottom: clamp( 1.875rem , 1.0829207921rem  +  3.9603960396vw , 4.375rem );
  }
}
@media (max-width: 20em) {
  .main-slider {
    padding-bottom: 1.875rem;
  }
}
.main-slider__container:not(.main-slider__container_wide) {
  padding: 0;
}
.main-slider__container_wide {
  flex: 1 1 auto;
  position: relative;
  min-width: 0;
}

@media (min-width: 61.99875em) {
  .body-main-slider {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.body-main-slider.swiper {
  overflow: visible;
}
.body-main-slider__swiper {
  flex: 1 1 auto;
  align-items: center;
}
@media (min-width: 61.99875em) {
  .body-main-slider__slide {
    height: 100%;
  }
}
.body-main-slider__controll {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}
@media (min-width: 61.99875em) {
  .body-main-slider__controll {
    padding-top: 5.5rem;
  }
}
@media (max-width: 90.3125em) and (min-width: 61.99875em) {
  .body-main-slider__controll {
    padding-top: 0.9375rem;
  }
}
.body-main-slider__controll .swiper-pagination-bullet {
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 175%;
  transition: gap 0.7s ease 0s;
  display: flex;
  gap: 0px;
  align-items: center;
}
.body-main-slider__controll .swiper-pagination-bullet::before {
  content: "";
  width: 0;
  transition: all 0.7s ease 0s;
  background: #dcca87;
  height: 1px;
  flex: 0 0 0px;
}
.body-main-slider__controll .swiper-pagination-bullet-active {
  gap: 8px;
}
.body-main-slider__controll .swiper-pagination-bullet-active::before {
  content: "";
  width: 12px;
  flex: 0 0 12px;
}

.slide-main-slider {
  opacity: 0 !important;
  padding: 25px 0px 0px 0px;
  pointer-events: none;
  gap: 30px;
}
.slide-main-slider__button {
  color: #fff;
}
@media (max-width: 90.3125em) {
  .slide-main-slider {
    padding: 2.5rem 0 1.875rem 0;
  }
}
@media (min-width: 61.99875em) {
  .slide-main-slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.slide-main-slider.swiper-slide-active {
  pointer-events: auto;
  opacity: 1 !important;
}
.slide-main-slider__content {
  align-self: center;
  display: grid;
  gap: 32px;
  justify-items: start;
}
@media (min-width: 61.99875em) {
  .slide-main-slider__content {
    max-width: 31.25rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 61.99875em) {
  .slide-main-slider__content:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 47.99875em) {
  .slide-main-slider__content {
    justify-items: stretch;
  }
}
.slide-main-slider__image-ibg {
  position: relative;
  align-self: center;
  padding-bottom: 89.9709302326%;
}
@media (min-width: 61.99875em) {
  .slide-main-slider__image-ibg {
    max-height: 736px;
    height: 100%;
    margin-right: 3.8461538462%;
  }
}
@media (max-width: 61.99875em) {
  .slide-main-slider__image-ibg {
    margin: 0px -0.9375rem;
    display: block;
  }
}
.slide-main-slider__image-ibg::before, .slide-main-slider__image-ibg::after {
  content: "";
  position: absolute;
  background-color: rgba(92, 160, 47, 0.65);
  transition: transform 0.3s ease 0s;
  width: 70.2746365105%;
  height: 63.226744186%;
}
@media (max-width: 61.99875em) {
  .slide-main-slider__image-ibg::before, .slide-main-slider__image-ibg::after {
    display: none;
  }
}
.slide-main-slider__image-ibg::before {
  transform: translate(25px, -25px);
  top: 0;
  right: 0;
}
.slide-main-slider__image-ibg::after {
  left: 0;
  bottom: 0;
  transform: translate(-25px, 25px);
}
.slide-main-slider__image-ibg img {
  transition: transform 0.3s ease 0s;
  z-index: 2;
}
@media (any-hover: hover) {
  .slide-main-slider__image-ibg:hover::before {
    transform: translate(30px, -30px);
  }
  .slide-main-slider__image-ibg:hover::after {
    transform: translate(-30px, 30px);
  }
  .slide-main-slider__image-ibg:hover img {
    transform: scale(1.05);
  }
}

.menu-main-slider {
  gap: 2.5rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0.9375rem;
}
@media (min-width: 90.3125em) {
  .menu-main-slider {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
}
.menu-main-slider__link {
  letter-spacing: 0.04em;
  font-size: 1.125rem;
  line-height: 175%;
  color: #fff;
  transition: color 0.3s ease 0s;
}
@media (min-width: 90.3125em) {
  .menu-main-slider__link {
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
  }
}
@media (any-hover: hover) {
  .menu-main-slider__link:hover {
    color: #5ca02f;
  }
}
.menu-main-slider__link_current {
  color: #5ca02f;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.AboutUs {
  font-size: 1.375rem;
}
@media (min-width: 83.125em) {
  .AboutUs {
    padding-top: 6.25rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .AboutUs {
    padding-top: clamp( 2.5rem , 1.3118811881rem  +  5.9405940594vw , 6.25rem );
  }
}
@media (max-width: 20em) {
  .AboutUs {
    padding-top: 2.5rem;
  }
}
@media (min-width: 83.125em) {
  .AboutUs {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .AboutUs {
    padding-bottom: clamp( 2.5rem , 1.3118811881rem  +  5.9405940594vw , 6.25rem );
  }
}
@media (max-width: 20em) {
  .AboutUs {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 61.99875em) {
  .AboutUs__container {
    column-gap: 80px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.AboutUs .block-header__sub-title::after {
  margin: 0 auto;
}
.AboutUs .block-header__title {
  margin-bottom: -30px;
}
.AboutUs__column:first-child {
  text-align: center;
}
.AboutUs__column:last-child {
  align-self: center;
}
.AboutUs__content {
  display: grid;
}
@media (min-width: 83.125em) {
  .AboutUs__content {
    padding-left: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .AboutUs__content {
    padding-left: clamp( 0rem , -0.7920792079rem  +  3.9603960396vw , 2.5rem );
  }
}
@media (max-width: 20em) {
  .AboutUs__content {
    padding-left: 0rem;
  }
}
@media (min-width: 83.125em) {
  .AboutUs__content {
    gap: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .AboutUs__content {
    gap: clamp( 2.5rem , 2.103960396rem  +  1.9801980198vw , 3.75rem );
  }
}
@media (max-width: 20em) {
  .AboutUs__content {
    gap: 2.5rem;
  }
}
.info-AboutUs__title {
  color: rgb(94, 92, 62);
  font-size: 2rem;
  line-height: 130%;
}

@media (min-width: 83.125em) {
  .catalog {
    padding-top: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .catalog {
    padding-top: clamp( 0rem , -0.9900990099rem  +  4.9504950495vw , 3.125rem );
  }
}
@media (max-width: 20em) {
  .catalog {
    padding-top: 0rem;
  }
}
@media (min-width: 83.125em) {
  .catalog {
    padding-bottom: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .catalog {
    padding-bottom: clamp( 0rem , -1.5841584158rem  +  7.9207920792vw , 5rem );
  }
}
@media (max-width: 20em) {
  .catalog {
    padding-bottom: 0rem;
  }
}
.catalog__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 83.125em) {
  .catalog__body {
    gap: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .catalog__body {
    gap: clamp( 1.25rem , 0.853960396rem  +  1.9801980198vw , 2.5rem );
  }
}
@media (max-width: 20em) {
  .catalog__body {
    gap: 1.25rem;
  }
}
@media (min-width: 86.875em) {
  .catalog__body {
    margin: 0 -2rem;
  }
}
@media (min-width: 83.125em) {
  .catalog__body {
    padding-top: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .catalog__body {
    padding-top: clamp( 2.5rem , 2.3415841584rem  +  0.7920792079vw , 3rem );
  }
}
@media (max-width: 20em) {
  .catalog__body {
    padding-top: 2.5rem;
  }
}
@media (min-width: 83.125em) {
  .catalog__body {
    padding-bottom: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .catalog__body {
    padding-bottom: clamp( 2.5rem , 2.3415841584rem  +  0.7920792079vw , 3rem );
  }
}
@media (max-width: 20em) {
  .catalog__body {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 61.99875em) {
  .catalog__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 47.99875em) {
  .catalog__body {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog__item {
  opacity: 0;
  transform: translate(20%, 20%);
  position: relative;
  padding: 0 0 68% 0;
  overflow: hidden;
}
.catalog__item:hover img {
  transform: scale(1.1) rotate(2deg);
}
.catalog__item::after {
  content: "";
  background: linear-gradient(0deg, #658c4b 0%, rgba(136, 63, 32, 0.0144258387) 65%);
  z-index: 1;
  position: absolute;
  width: 100%;
  opacity: 0.6;
  height: 100%;
}
.catalog__item::after:hover {
  display: none;
}
.catalog__item-hover {
  position: absolute;
  z-index: 12;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 12.5rem;
}
.catalog__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.catalog__item img:hover {
  transform: scale(1.1) rotate(3deg);
}
.catalog__subtitle {
  justify-items: start;
}

.catalog__body._active a.catalog__item {
  transform: translate(0px, 0px);
  opacity: 1;
}

.catalog__body._active .catalog__item:nth-child(1) {
  transition: all 0.8s ease 0s;
}
.catalog__body._active .catalog__item:nth-child(2) {
  transition: all 0.8s ease 0.4s;
}
.catalog__body._active .catalog__item:nth-child(3) {
  transition: all 0.8s ease 0.6s;
}
.catalog__body._active .catalog__item:nth-child(4) {
  transition: all 0.8s ease 0.8s;
}
.catalog__body._active .catalog__item:nth-child(5) {
  transition: all 0.8s ease 1s;
}
.catalog__body._active .catalog__item:nth-child(6) {
  transition: all 0.8s ease 1.2s;
}
.catalog__body._active .catalog__item:nth-child(7) {
  transition: all 0.8s ease 1.4s;
}
.catalog__body._active .catalog__item:nth-child(8) {
  transition: all 0.8s ease 1.6s;
}
.catalog__body._active .catalog__item:nth-child(9) {
  transition: all 0.8s ease 1.8s;
}

.video-module {
  position: relative;
  padding-bottom: 39.7395833333%;
}
.video-module__item {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 61.99875em) {
  .video-module {
    display: none;
  }
}

.gallery {
  position: relative;
}
@media (min-width: 83.125em) {
  .gallery {
    padding-top: 8rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .gallery {
    padding-top: clamp( 2.5rem , 0.7574257426rem  +  8.7128712871vw , 8rem );
  }
}
@media (max-width: 20em) {
  .gallery {
    padding-top: 2.5rem;
  }
}
@media (min-width: 83.125em) {
  .gallery {
    padding-bottom: 8rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .gallery {
    padding-bottom: clamp( 2.5rem , 0.7574257426rem  +  8.7128712871vw , 8rem );
  }
}
@media (max-width: 20em) {
  .gallery {
    padding-bottom: 2.5rem;
  }
}
.gallery__body {
  min-width: 0;
}
.gallery__container {
  z-index: 5;
  display: grid;
  row-gap: 30px;
}
@media (min-width: 61.99875em) {
  .gallery__container {
    column-gap: 4rem;
    grid-template-columns: 28.75rem 1fr;
  }
}
.gallery__content {
  align-self: center;
  gap: 1.5rem;
  display: grid;
}
.gallery__text {
  line-height: 1.4;
}
.gallery__button {
  justify-self: start;
}
.gallery__slider.swiper {
  margin: 0px -100vw 0px 0px;
}
.gallery__slide-ibg {
  height: 447px;
  flex: 0 0 300px;
  width: 300px;
  border: 2px solid rgba(220, 202, 135, 0.2);
  position: relative;
}
.gallery__slide-ibg::before {
  content: "";
  background: url("../img/odonata/iconsfont/instagram.svg") 0 0 no-repeat;
  color: #fff;
  z-index: 6;
  background-size: contain;
  width: 2.6875rem;
  height: 2.6875rem;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2.6875rem;
  opacity: 0;
  transition: all 0.3s ease 0s;
  transform: translate(-50%, -50%);
}
.gallery__slide-ibg::after {
  content: "";
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
  z-index: 5;
  background: linear-gradient(207.55deg, rgba(0, 0, 0, 0.75) 1.5%, rgba(0, 0, 0, 0.64) 98.62%);
}
@media (any-hover: hover) {
  .gallery__slide-ibg:hover::after {
    opacity: 1;
  }
  .gallery__slide-ibg:hover::before {
    opacity: 1;
  }
}
@media (max-width: 29.99875em) {
  .gallery__slide-ibg {
    height: 400px;
    flex: 0 0 250px;
    width: 250px;
  }
}

@media (min-width: 83.125em) {
  .delivery {
    padding-top: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .delivery {
    padding-top: clamp( 0rem , -1.1881188119rem  +  5.9405940594vw , 3.75rem );
  }
}
@media (max-width: 20em) {
  .delivery {
    padding-top: 0rem;
  }
}
@media (min-width: 83.125em) {
  .delivery {
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .delivery {
    padding-bottom: clamp( 2.5rem , 1.9059405941rem  +  2.9702970297vw , 4.375rem );
  }
}
@media (max-width: 20em) {
  .delivery {
    padding-bottom: 2.5rem;
  }
}
.delivery__title {
  text-align: center;
  font-weight: 800;
  opacity: 0;
  transform: translate(0px, 170%);
}
@media (min-width: 83.125em) {
  .delivery__title {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .delivery__title {
    margin-bottom: clamp( 1.5625rem , 0.8694306931rem  +  3.4653465347vw , 3.75rem );
  }
}
@media (max-width: 20em) {
  .delivery__title {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 83.125em) {
  .delivery__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .delivery__title {
    font-size: clamp( 2.375rem , 1.9393564356rem  +  2.1782178218vw , 3.75rem );
  }
}
@media (max-width: 20em) {
  .delivery__title {
    font-size: 2.375rem;
  }
}
._active .delivery__title {
  transition: all 0.8s ease-in-out;
  opacity: 1;
  transform: translate(0, 0);
}
.delivery__text {
  font-weight: 600;
  font-size: 1.5rem;
  opacity: 0;
  transform: translate(300px, 0);
}
._active .delivery__text {
  transition: all 0.8s ease-in-out 0.255s;
  opacity: 1;
  transform: translate(0, 0);
}
.delivery__subtitle {
  text-align: center;
  font-weight: 600;
  opacity: 0;
  transform: translate(0px, 270%);
}
@media (min-width: 83.125em) {
  .delivery__subtitle {
    margin-top: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .delivery__subtitle {
    margin-top: clamp( 1.5625rem , 0.8694306931rem  +  3.4653465347vw , 3.75rem );
  }
}
@media (max-width: 20em) {
  .delivery__subtitle {
    margin-top: 1.5625rem;
  }
}
@media (min-width: 83.125em) {
  .delivery__subtitle {
    font-size: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .delivery__subtitle {
    font-size: clamp( 1.75rem , 1.5123762376rem  +  1.1881188119vw , 2.5rem );
  }
}
@media (max-width: 20em) {
  .delivery__subtitle {
    font-size: 1.75rem;
  }
}
._active .delivery__subtitle {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.8s ease-in-out 0.5s;
}
.delivery__map {
  margin-top: 30px;
  opacity: 0;
}
._active .delivery__map {
  opacity: 1;
  transition: all 1.3s ease-in 0.9s;
}
.delivery .delivery__condition {
  margin-top: 30px;
}
.delivery .condition-subtitle {
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 83.125em) {
  .delivery .condition-subtitle {
    font-size: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .delivery .condition-subtitle {
    font-size: clamp( 1.375rem , 1.2165841584rem  +  0.7920792079vw , 1.875rem );
  }
}
@media (max-width: 20em) {
  .delivery .condition-subtitle {
    font-size: 1.375rem;
  }
}
.delivery .condition-text {
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 83.125em) {
  .delivery .condition-text {
    font-size: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .delivery .condition-text {
    font-size: clamp( 1.125rem , 1.0457920792rem  +  0.396039604vw , 1.375rem );
  }
}
@media (max-width: 20em) {
  .delivery .condition-text {
    font-size: 1.125rem;
  }
}
.delivery__purple {
  margin-top: 30px;
}
.delivery__out, .delivery__possible {
  font-weight: 600;
  line-height: 1.5;
  margin-top: 30px;
  opacity: 0;
  transform: translate(300px, 0);
}
@media (min-width: 83.125em) {
  .delivery__out, .delivery__possible {
    font-size: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .delivery__out, .delivery__possible {
    font-size: clamp( 1.125rem , 1.0457920792rem  +  0.396039604vw , 1.375rem );
  }
}
@media (max-width: 20em) {
  .delivery__out, .delivery__possible {
    font-size: 1.125rem;
  }
}
.delivery .green-condition__subtitle,
.delivery .green-condition__text,
.delivery .purple-condition__subtitle,
.delivery .purple-condition__text {
  opacity: 0;
  transform: translate(300px, 0);
}
.delivery ._active .green-condition__subtitle {
  transition: all 0.8s ease-in-out 1.455s;
  opacity: 1;
  transform: translate(0, 0);
}
.delivery ._active .green-condition__text {
  transition: all 0.8s ease-in-out 1.655s;
  opacity: 1;
  transform: translate(0, 0);
}
.delivery ._active .purple-condition__subtitle {
  transition: all 0.8s ease-in-out 1.855s;
  opacity: 1;
  transform: translate(0, 0);
}
.delivery ._active .purple-condition__text {
  transition: all 0.8s ease-in-out 2.055s;
  opacity: 1;
  transform: translate(0, 0);
}
._active .delivery__out {
  transition: all 0.8s ease-in-out 2.255s;
  opacity: 1;
  transform: translate(0, 0);
}
._active .delivery__possible {
  transition: all 0.8s ease-in-out 2.455s;
  opacity: 1;
  transform: translate(0, 0);
}

@media (min-width: 83.125em) {
  .payment-method {
    padding-top: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .payment-method {
    padding-top: clamp( 0rem , -1.1881188119rem  +  5.9405940594vw , 3.75rem );
  }
}
@media (max-width: 20em) {
  .payment-method {
    padding-top: 0rem;
  }
}
@media (min-width: 83.125em) {
  .payment-method {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .payment-method {
    padding-bottom: clamp( 2.5rem , 1.5099009901rem  +  4.9504950495vw , 5.625rem );
  }
}
@media (max-width: 20em) {
  .payment-method {
    padding-bottom: 2.5rem;
  }
}
.payment-method__title {
  text-align: center;
  font-weight: 800;
  margin-bottom: 60px;
  opacity: 0;
  transform: translate(0px, 170%);
}
@media (min-width: 83.125em) {
  .payment-method__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .payment-method__title {
    font-size: clamp( 2.375rem , 1.9393564356rem  +  2.1782178218vw , 3.75rem );
  }
}
@media (max-width: 20em) {
  .payment-method__title {
    font-size: 2.375rem;
  }
}
._active .payment-method__title {
  transition: all 0.8s ease-in-out;
  opacity: 1;
  transform: translate(0, 0);
}
.payment-method__text {
  font-weight: 600;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 100px;
  opacity: 0;
  transform: translate(0px, 170%);
}
._active .payment-method__text {
  transition: all 0.8s ease-in-out 0.155s;
  opacity: 1;
  transform: translate(0, 0);
}
.payment-method__body {
  display: grid;
  margin: 0 auto;
  max-width: 66.25rem;
}
@media (min-width: 47.99875em) {
  .payment-method__body {
    grid-template-columns: 1fr 50px 1fr;
  }
}
.payment-method__subtitle {
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 0.9375rem;
}
.payment-method li {
  padding-left: 40px;
}
.payment-method .colThree {
  opacity: 0;
  margin-top: 40px;
  opacity: 0;
  transform: translate(-20%);
}
@media (min-width: 47.99875em) {
  .payment-method .colThree {
    margin-top: 9.375rem;
  }
}
._active .payment-method__column.colThree {
  opacity: 1;
  transform: translatex(0);
  transition: 0.9s ease-in 2.8s;
}
.payment-method .colOne {
  opacity: 0;
  transform: translate(35%);
}
._active .payment-method__column.colOne {
  opacity: 1;
  transform: translatex(0);
  transition: 0.9s ease-in 2s;
}
@media (max-width: 47.99875em) {
  .payment-method .colTwo {
    display: none;
  }
}
.payment-method .colTwo__one, .payment-method .colTwo__two {
  position: relative;
  width: 50px;
  opacity: 0;
  height: 50px;
  background: #dadada;
  border-radius: 50%;
  text-align: center;
}
.payment-method .colTwo__one p, .payment-method .colTwo__two p {
  color: #dadada;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.payment-method .colTwo__line {
  margin: 0 auto;
  height: 0px;
  opacity: 0;
  width: 2px;
  background: #666666;
}
.payment-method .colTwo__one {
  transform: translateY(25px);
}
.payment-method .colTwo__two {
  transform: translateY(-25px);
}
._active .payment-method__column .colTwo__line {
  margin: 3px auto;
  height: 100px;
  width: 2px;
  opacity: 1;
  transition: 1s ease 1.2s;
}
._active .payment-method__column .colTwo__one {
  transform: translateY(0);
  opacity: 1;
  transition: 0.85s ease-in 0.8s;
  background: #666666;
}
._active .payment-method__column .colTwo__one p {
  opacity: 1;
  transition: 0.8s ease 1.8s;
}
._active .payment-method__column .colTwo__two {
  transform: translateY(0);
  opacity: 1;
  background: #666666;
  transition: 0.85s ease-in 0.8s;
}
._active .payment-method__column .colTwo__two p {
  opacity: 1;
  transition: 0.8s ease 2.5s;
}

.example {
  margin: 0 auto;
  line-height: 140%;
  font-weight: 600;
}
.example ._narrow {
  max-width: 66.25rem;
}
@media (min-width: 83.125em) {
  .example {
    padding-top: 8.75rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .example {
    padding-top: clamp( 5rem , 3.8118811881rem  +  5.9405940594vw , 8.75rem );
  }
}
@media (max-width: 20em) {
  .example {
    padding-top: 5rem;
  }
}
@media (min-width: 83.125em) {
  .example {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .example {
    padding-bottom: clamp( 2.5rem , 1.5099009901rem  +  4.9504950495vw , 5.625rem );
  }
}
@media (max-width: 20em) {
  .example {
    padding-bottom: 2.5rem;
  }
}
.example h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.example .rowOne,
.example .rowThree {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr;
}
.example .rowOne__body,
.example .rowThree__body {
  order: 0;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(50%);
}
.example .rowOne__check,
.example .rowThree__check {
  opacity: 0;
  transform: translateX(-50%);
  order: 2;
  text-align: center;
}
.example .rowOne__check img,
.example .rowThree__check img {
  width: 260px;
}
.example .rowOne__subtitle h3,
.example .rowThree__subtitle h3 {
  margin-top: 2.5rem;
  text-align: center;
  line-height: 130%;
}
@media (min-width: 47.99875em) {
  .example .rowOne,
  .example .rowThree {
    grid-template-columns: 260px 1fr;
  }
}
@media (min-width: 47.99875em) and (min-width: 83.125em) {
  .example .rowOne,
  .example .rowThree {
    column-gap: 3.125rem;
  }
}
@media (min-width: 47.99875em) and (min-width: 20em) and (max-width: 83.125em) {
  .example .rowOne,
  .example .rowThree {
    column-gap: clamp( 1.25rem , 0.6559405941rem  +  2.9702970297vw , 3.125rem );
  }
}
@media (min-width: 47.99875em) and (max-width: 20em) {
  .example .rowOne,
  .example .rowThree {
    column-gap: 1.25rem;
  }
}
@media (min-width: 47.99875em) {
  .example .rowOne__check,
  .example .rowThree__check {
    width: 260px;
    order: 0;
  }
  .example .rowOne__check img,
  .example .rowThree__check img {
    width: 100%;
  }
}
@media (min-width: 47.99875em) {
  .example .rowOne__body,
  .example .rowThree__body {
    order: 2;
  }
}
._active .example__row .rowOne__body {
  opacity: 1;
  transform: translateX(0);
  transition: 0.8s ease 0.4s;
}
._active .example__row .rowOne__check {
  opacity: 1;
  transform: translateX(0);
  transition: 0.8s ease;
}
.example .rowTwo,
.example .rowFour {
  display: grid;
  margin-bottom: 40px;
  grid-template-columns: 1fr;
}
@media (min-width: 47.99875em) {
  .example .rowTwo,
  .example .rowFour {
    grid-template-columns: 1fr 260px;
  }
}
@media (min-width: 47.99875em) and (min-width: 83.125em) {
  .example .rowTwo,
  .example .rowFour {
    column-gap: 3.125rem;
  }
}
@media (min-width: 47.99875em) and (min-width: 20em) and (max-width: 83.125em) {
  .example .rowTwo,
  .example .rowFour {
    column-gap: clamp( 1.25rem , 0.6559405941rem  +  2.9702970297vw , 3.125rem );
  }
}
@media (min-width: 47.99875em) and (max-width: 20em) {
  .example .rowTwo,
  .example .rowFour {
    column-gap: 1.25rem;
  }
}
@media (min-width: 47.99875em) {
  .example .rowTwo__check,
  .example .rowFour__check {
    opacity: 0;
    transform: translateX(50%);
  }
  .example .rowTwo__check img,
  .example .rowFour__check img {
    width: 100%;
  }
}
.example .rowTwo__check,
.example .rowFour__check {
  text-align: center;
}
.example .rowTwo__check img,
.example .rowFour__check img {
  width: 260px;
}
.example .rowTwo__subtitle h3,
.example .rowFour__subtitle h3 {
  margin-top: 2.5rem;
  text-align: center;
  line-height: 130%;
}
.example .rowTwo__subtitle {
  opacity: 0;
  transform: translateX(-50%);
}
._active .example__row .rowTwo__check {
  opacity: 1;
  transform: translateX(0);
  transition: 0.8s ease 0.9s;
}
._active .example__row .rowTwo__subtitle {
  opacity: 1;
  transform: translateX(0);
  transition: 0.8s ease 1.2s;
}
._active .example__row .rowThree__check {
  opacity: 1;
  transform: translateX(0);
  transition: 0.8s ease 1.9s;
}
.example .rowThree__subtitle {
  opacity: 0;
  transform: translateX(50%);
}
._active .example__row .rowThree__subtitle {
  opacity: 1;
  transform: translateX(0);
  transition: 0.8s ease 2.1s;
}
.example .rowFour__subtitle {
  opacity: 0;
  transform: translateX(-50%);
}
._active .example__row .rowFour__subtitle {
  opacity: 1;
  transform: translateX(0);
  transition: 0.8s ease 3.15s;
}
._active .example__row .rowFour__check {
  opacity: 1;
  transform: translateX(0);
  transition: 0.8s ease 2.9s;
}

@media (min-width: 83.125em) {
  .pay {
    padding-top: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .pay {
    padding-top: clamp( 2.5rem , 1.7079207921rem  +  3.9603960396vw , 5rem );
  }
}
@media (max-width: 20em) {
  .pay {
    padding-top: 2.5rem;
  }
}
@media (min-width: 83.125em) {
  .pay {
    padding-bottom: 8rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .pay {
    padding-bottom: clamp( 2.5rem , 0.7574257426rem  +  8.7128712871vw , 8rem );
  }
}
@media (max-width: 20em) {
  .pay {
    padding-bottom: 2.5rem;
  }
}
.pay__title {
  text-align: center;
  margin-bottom: 100px;
  opacity: 0;
  transform: translate(0px, 170%);
}
@media (min-width: 83.125em) {
  .pay__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .pay__title {
    font-size: clamp( 1.875rem , 1.2809405941rem  +  2.9702970297vw , 3.75rem );
  }
}
@media (max-width: 20em) {
  .pay__title {
    font-size: 1.875rem;
  }
}
._active .pay__title {
  transition: all 0.8s ease;
  opacity: 1;
  transform: translate(0, 0);
}
.pay__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 83.125em) {
  .pay__container {
    gap: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .pay__container {
    gap: clamp( 0.625rem , 0.228960396rem  +  1.9801980198vw , 1.875rem );
  }
}
@media (max-width: 20em) {
  .pay__container {
    gap: 0.625rem;
  }
}
@media (max-width: 61.99875em) {
  .pay__container {
    grid-template-columns: 1fr;
    row-gap: 70px;
    margin: 0px 20px 0px 20px;
  }
}
.pay .one {
  opacity: 0;
  transform: translateX(-20%);
}
.pay .one::before {
  content: "1";
  font-size: 1.875rem;
  padding: 15px;
  text-align: center;
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  border-radius: 50%;
  background: #dadada;
  border: 2px solid #666666;
  transform: translate(-50%, -50%);
}
.pay._active .one {
  transition: 0.8s ease 0.4s;
  opacity: 1;
  transform: translateX(0);
}
.pay .two {
  opacity: 0;
  transform: translateX(20%);
}
.pay .two::before {
  content: "2";
  font-size: 1.875rem;
  padding: 15px;
  text-align: center;
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  border-radius: 50%;
  background: #dadada;
  border: 2px solid #666666;
  transform: translate(-50%, -50%);
}
.pay._active .two {
  transition: 0.8s ease 0.4s;
  opacity: 1;
  transform: translateX(0);
}
.pay__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border: 2px solid #666666;
  border-radius: 10px;
}
.pay__body {
  font-size: 1rem;
  font-weight: 600;
  margin: 70px 30px 50px 30px;
}
.pay__body a {
  text-decoration: underline;
  color: blue;
}
.pay__body ul {
  margin-bottom: 5px;
}
.pay__body ul li {
  position: relative;
  padding-left: 15px;
}
.pay__body ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #666666;
  border-radius: 50%;
  top: 6px;
  left: 5px;
}
.pay__body ul li:not(:last-child) {
  margin-bottom: 2px;
}
.pay__footer {
  padding: 0 30px;
  align-self: center;
  margin-bottom: 40px;
}
.pay__footer .billing {
  width: 100px;
}
.pay__footer .webpay {
  width: 200px;
}
.pay__footer img {
  width: 100%;
}
.pay__subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.pay__text {
  padding: 10px 0px 10px 0px;
  line-height: 140%;
}
.pay__sub {
  margin: 20px 0px;
}

.map {
  position: relative;
  position: relative;
  z-index: 1000;
}
.map:hover::before {
  display: none;
}
.map::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.3;
}
.map::before:hover {
  display: none;
}
.map__container {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

@media (min-width: 83.125em) {
  .product__container {
    padding-top: 11.25rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .product__container {
    padding-top: clamp( 8.75rem , 7.9579207921rem  +  3.9603960396vw , 11.25rem );
  }
}
@media (max-width: 20em) {
  .product__container {
    padding-top: 8.75rem;
  }
}
@media (min-width: 83.125em) {
  .product__container {
    padding-bottom: 8rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .product__container {
    padding-bottom: clamp( 2.5rem , 0.7574257426rem  +  8.7128712871vw , 8rem );
  }
}
@media (max-width: 20em) {
  .product__container {
    padding-bottom: 2.5rem;
  }
}
.product__header {
  text-align: center;
}
.product__title {
  margin-bottom: 25px;
  line-height: 150%;
}
@media (min-width: 83.125em) {
  .product__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .product__title {
    font-size: clamp( 1.75rem , 1.1163366337rem  +  3.1683168317vw , 3.75rem );
  }
}
@media (max-width: 20em) {
  .product__title {
    font-size: 1.75rem;
  }
}
.product__title::after {
  content: "";
  display: block;
  width: 140px;
  height: 40px;
  margin: 0 auto;
  background: url("../img/odonata/ic/1.png") 0 0 no-repeat;
  background-size: contain;
  font-size: 0.3913043478em;
}
.product__quote {
  line-height: 1.4;
}
@media (min-width: 83.125em) {
  .product__quote {
    font-size: 1.75rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .product__quote {
    font-size: clamp( 1.125rem , 0.926980198rem  +  0.9900990099vw , 1.75rem );
  }
}
@media (max-width: 20em) {
  .product__quote {
    font-size: 1.125rem;
  }
}
.product__body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (min-width: 83.125em) {
  .product__body {
    margin-top: 5.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 83.125em) {
  .product__body {
    margin-top: clamp( 2.1875rem , 1.1974009901rem  +  4.9504950495vw , 5.3125rem );
  }
}
@media (max-width: 20em) {
  .product__body {
    margin-top: 2.1875rem;
  }
}
@media (max-width: 61.99875em) {
  .product__body {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
@media (max-width: 47.99875em) {
  .product__body {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 29.99875em) {
  .product__body {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    row-gap: 30px;
  }
}
.product__body .card {
  opacity: 0;
  transform: translate(20%, 20%);
  border-radius: 10px;
  transition: all 0.6s ease;
}
.product__body .card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
.product__body .card__number {
  margin-top: 15px;
  text-align: center;
}
.product__body .card__imagerwrapper {
  position: relative;
  /* padding: 0 0 68% 0; */
  padding: 50% 0 65% 0;
  border-radius: 10px;
  overflow: hidden;
}
.product__body .card__price {
  text-align: center;
  margin: 10px 0;
}
.product__body .card:hover {
  box-shadow: 4px 4px 20px #434040;
}
.product__body .card:hover img {
  scale: 1.1;
}

.product__body._active a.card {
  transform: translate(0px, 0px);
  opacity: 1;
}

.product__body._active .card:nth-child(1) {
  transition: transform 0.8s ease 0s, opacity 0.8s ease 0s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(2) {
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(3) {
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(4) {
  transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(5) {
  transition: transform 0.8s ease 1s, opacity 0.8s ease 1s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(6) {
  transition: transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(7) {
  transition: transform 0.8s ease 1.4s, opacity 0.8s ease 1.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(8) {
  transition: transform 0.8s ease 1.6s, opacity 0.8s ease 1.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(9) {
  transition: transform 0.8s ease 1.8s, opacity 0.8s ease 1.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(10) {
  transition: transform 0.8s ease 2s, opacity 0.8s ease 2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(11) {
  transition: transform 0.8s ease 2.2s, opacity 0.8s ease 2.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(12) {
  transition: transform 0.8s ease 2.4s, opacity 0.8s ease 2.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(13) {
  transition: transform 0.8s ease 2.6s, opacity 0.8s ease 2.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(14) {
  transition: transform 0.8s ease 2.8s, opacity 0.8s ease 2.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(15) {
  transition: transform 0.8s ease 3s, opacity 0.8s ease 3s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(16) {
  transition: transform 0.8s ease 3.2s, opacity 0.8s ease 3.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(17) {
  transition: transform 0.8s ease 3.4s, opacity 0.8s ease 3.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(18) {
  transition: transform 0.8s ease 3.6s, opacity 0.8s ease 3.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(19) {
  transition: transform 0.8s ease 3.8s, opacity 0.8s ease 3.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(20) {
  transition: transform 0.8s ease 4s, opacity 0.8s ease 4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(21) {
  transition: transform 0.8s ease 4.2s, opacity 0.8s ease 4.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(22) {
  transition: transform 0.8s ease 4.4s, opacity 0.8s ease 4.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(23) {
  transition: transform 0.8s ease 4.6s, opacity 0.8s ease 4.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(24) {
  transition: transform 0.8s ease 4.8s, opacity 0.8s ease 4.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(25) {
  transition: transform 0.8s ease 5s, opacity 0.8s ease 5s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(26) {
  transition: transform 0.8s ease 5.2s, opacity 0.8s ease 5.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(27) {
  transition: transform 0.8s ease 5.4s, opacity 0.8s ease 5.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(28) {
  transition: transform 0.8s ease 5.6s, opacity 0.8s ease 5.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(29) {
  transition: transform 0.8s ease 5.8s, opacity 0.8s ease 5.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(30) {
  transition: transform 0.8s ease 6s, opacity 0.8s ease 6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(31) {
  transition: transform 0.8s ease 6.2s, opacity 0.8s ease 6.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(32) {
  transition: transform 0.8s ease 6.4s, opacity 0.8s ease 6.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(33) {
  transition: transform 0.8s ease 6.6s, opacity 0.8s ease 6.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(34) {
  transition: transform 0.8s ease 6.8s, opacity 0.8s ease 6.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(35) {
  transition: transform 0.8s ease 7s, opacity 0.8s ease 7s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(36) {
  transition: transform 0.8s ease 7.2s, opacity 0.8s ease 7.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(37) {
  transition: transform 0.8s ease 7.4s, opacity 0.8s ease 7.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(38) {
  transition: transform 0.8s ease 7.6s, opacity 0.8s ease 7.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(39) {
  transition: transform 0.8s ease 7.8s, opacity 0.8s ease 7.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(40) {
  transition: transform 0.8s ease 8s, opacity 0.8s ease 8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(41) {
  transition: transform 0.8s ease 8.2s, opacity 0.8s ease 8.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(42) {
  transition: transform 0.8s ease 8.4s, opacity 0.8s ease 8.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(43) {
  transition: transform 0.8s ease 8.6s, opacity 0.8s ease 8.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(44) {
  transition: transform 0.8s ease 8.8s, opacity 0.8s ease 8.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(45) {
  transition: transform 0.8s ease 9s, opacity 0.8s ease 9s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(46) {
  transition: transform 0.8s ease 9.2s, opacity 0.8s ease 9.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(47) {
  transition: transform 0.8s ease 9.4s, opacity 0.8s ease 9.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(48) {
  transition: transform 0.8s ease 9.6s, opacity 0.8s ease 9.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(49) {
  transition: transform 0.8s ease 9.8s, opacity 0.8s ease 9.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(50) {
  transition: transform 0.8s ease 10s, opacity 0.8s ease 10s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(51) {
  transition: transform 0.8s ease 10.2s, opacity 0.8s ease 10.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(52) {
  transition: transform 0.8s ease 10.4s, opacity 0.8s ease 10.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(53) {
  transition: transform 0.8s ease 10.6s, opacity 0.8s ease 10.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(54) {
  transition: transform 0.8s ease 10.8s, opacity 0.8s ease 10.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(55) {
  transition: transform 0.8s ease 11s, opacity 0.8s ease 11s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(56) {
  transition: transform 0.8s ease 11.2s, opacity 0.8s ease 11.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(57) {
  transition: transform 0.8s ease 11.4s, opacity 0.8s ease 11.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(58) {
  transition: transform 0.8s ease 11.6s, opacity 0.8s ease 11.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(59) {
  transition: transform 0.8s ease 11.8s, opacity 0.8s ease 11.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(60) {
  transition: transform 0.8s ease 12s, opacity 0.8s ease 12s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(61) {
  transition: transform 0.8s ease 12.2s, opacity 0.8s ease 12.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(62) {
  transition: transform 0.8s ease 12.4s, opacity 0.8s ease 12.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(63) {
  transition: transform 0.8s ease 12.6s, opacity 0.8s ease 12.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(64) {
  transition: transform 0.8s ease 12.8s, opacity 0.8s ease 12.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(65) {
  transition: transform 0.8s ease 13s, opacity 0.8s ease 13s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(66) {
  transition: transform 0.8s ease 13.2s, opacity 0.8s ease 13.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(67) {
  transition: transform 0.8s ease 13.4s, opacity 0.8s ease 13.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(68) {
  transition: transform 0.8s ease 13.6s, opacity 0.8s ease 13.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(69) {
  transition: transform 0.8s ease 13.8s, opacity 0.8s ease 13.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(70) {
  transition: transform 0.8s ease 14s, opacity 0.8s ease 14s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(71) {
  transition: transform 0.8s ease 14.2s, opacity 0.8s ease 14.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(72) {
  transition: transform 0.8s ease 14.4s, opacity 0.8s ease 14.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(73) {
  transition: transform 0.8s ease 14.6s, opacity 0.8s ease 14.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(74) {
  transition: transform 0.8s ease 14.8s, opacity 0.8s ease 14.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(75) {
  transition: transform 0.8s ease 15s, opacity 0.8s ease 15s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(76) {
  transition: transform 0.8s ease 15.2s, opacity 0.8s ease 15.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(77) {
  transition: transform 0.8s ease 15.4s, opacity 0.8s ease 15.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(78) {
  transition: transform 0.8s ease 15.6s, opacity 0.8s ease 15.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(79) {
  transition: transform 0.8s ease 15.8s, opacity 0.8s ease 15.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(80) {
  transition: transform 0.8s ease 16s, opacity 0.8s ease 16s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(81) {
  transition: transform 0.8s ease 16.2s, opacity 0.8s ease 16.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(82) {
  transition: transform 0.8s ease 16.4s, opacity 0.8s ease 16.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(83) {
  transition: transform 0.8s ease 16.6s, opacity 0.8s ease 16.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(84) {
  transition: transform 0.8s ease 16.8s, opacity 0.8s ease 16.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(85) {
  transition: transform 0.8s ease 17s, opacity 0.8s ease 17s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(86) {
  transition: transform 0.8s ease 17.2s, opacity 0.8s ease 17.2s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(87) {
  transition: transform 0.8s ease 17.4s, opacity 0.8s ease 17.4s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(88) {
  transition: transform 0.8s ease 17.6s, opacity 0.8s ease 17.6s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(89) {
  transition: transform 0.8s ease 17.8s, opacity 0.8s ease 17.8s, box-shadow 0.4s ease 0ms;
}
.product__body._active .card:nth-child(90) {
  transition: transform 0.8s ease 18s, opacity 0.8s ease 18s, box-shadow 0.4s ease 0ms;
}

.popupa {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 555;
  display: grid;
  grid-template-columns: 1fr;
  opacity: 0;
  visibility: hidden;
}
.popupa:target {
  opacity: 1;
  visibility: visible;
}
.popupa__container {
  max-width: 65rem;
  width: 100%;
  height: 100%;
  margin: auto;
}
.popupa__body {
  margin: 200px auto;
  max-width: 70%;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 30px 35px 30px 35px;
  position: relative;
}
.popupa__close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 1.25rem;
}
.popupa__image {
  position: relative;
  padding: 0px 0px 88% 0px;
}
.popupa__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  border-radius: 8px;
}
.popupa__number {
  margin: 20px 0px 10px 0px;
}

footer {
  z-index: 0;
}

.poopupq__close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.page {
  min-width: 0;
}