

/* Start:/local/templates/alma-okna-new/css/font-awesome.css?168510277135134*/
/*!
 *  Font Awesome 4.6.3 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('/local/templates/alma-okna-new/css/../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('/local/templates/alma-okna-new/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/local/templates/alma-okna-new/css/../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/local/templates/alma-okna-new/css/../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/local/templates/alma-okna-new/css/../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/local/templates/alma-okna-new/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-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";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* End */


/* Start:/local/templates/alma-okna-new/fonts/iconfontcustom/icon-font-custom.css?168510277129170*/
@font-face{font-family:'iconfontcustom';src:url('/local/templates/alma-okna-new/fonts/iconfontcustom/fonts/iconfontcustom.eot?jzaet');src:url('/local/templates/alma-okna-new/fonts/iconfontcustom/fonts/iconfontcustom.eot?#iefixjzaet') format('embedded-opentype'),
url('/local/templates/alma-okna-new/fonts/iconfontcustom/fonts/iconfontcustom.woff?jzaet') format('woff'),
url('/local/templates/alma-okna-new/fonts/iconfontcustom/fonts/iconfontcustom.ttf?jzaet') format('truetype'),
url('/local/templates/alma-okna-new/fonts/iconfontcustom/fonts/iconfontcustom.svg?jzaet#iconfontcustom') format('svg');font-weight:normal;font-style:normal;}
[class^="ifc-"], [class*=" ifc-"]{font-family:'iconfontcustom';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.ifc-zoom_out:before{content:"\e600";}
.ifc-zoom_in:before{content:"\e601";}
.ifc-zip:before{content:"\e602";}
.ifc-xls:before{content:"\e608";}
.ifc-xlarge_icons:before{content:"\e609";}
.ifc-workstation:before{content:"\e60a";}
.ifc-workflow:before{content:"\e60b";}
.ifc-word:before{content:"\e60f";}
.ifc-windows_client:before{content:"\e616";}
.ifc-wifi_logo:before{content:"\e619";}
.ifc-wifi_direct:before{content:"\e61a";}
.ifc-wifi:before{content:"\e61b";}
.ifc-whole_hand:before{content:"\e61c";}
.ifc-week_view:before{content:"\e625";}
.ifc-wedding_rings:before{content:"\e626";}
.ifc-wedding_photo:before{content:"\e627";}
.ifc-wedding_day:before{content:"\e628";}
.ifc-web_shield:before{content:"\e62b";}
.ifc-web_camera:before{content:"\e62c";}
.ifc-waypoint_map:before{content:"\e62d";}
.ifc-waxing_gibbous:before{content:"\e62e";}
.ifc-waxing_crescent:before{content:"\e62f";}
.ifc-wav:before{content:"\e630";}
.ifc-water:before{content:"\e636";}
.ifc-watch:before{content:"\e637";}
.ifc-washing_machine:before{content:"\e638";}
.ifc-warning_shield:before{content:"\e639";}
.ifc-waning_gibbous:before{content:"\e63b";}
.ifc-waning_crescent:before{content:"\e63c";}
.ifc-wallet:before{content:"\e63e";}
.ifc-wacom_tablet:before{content:"\e644";}
.ifc-vpn:before{content:"\e645";}
.ifc-volleyball:before{content:"\e648";}
.ifc-voip_gateway:before{content:"\e649";}
.ifc-vkontakte:before{content:"\e64c";}
.ifc-visa:before{content:"\e64e";}
.ifc-virtual_mashine:before{content:"\e64f";}
.ifc-virtual_machine:before{content:"\e650";}
.ifc-video_camera:before{content:"\e655";}
.ifc-vector:before{content:"\e659";}
.ifc-variable:before{content:"\e65a";}
.ifc-user_male4:before{content:"\e65e";}
.ifc-user_male3:before{content:"\e65f";}
.ifc-user_male2:before{content:"\e660";}
.ifc-user_male:before{content:"\e661";}
.ifc-user_female4:before{content:"\e662";}
.ifc-user_female3:before{content:"\e663";}
.ifc-user_female2:before{content:"\e664";}
.ifc-user_female:before{content:"\e665";}
.ifc-USD:before{content:"\e666";}
.ifc-uppercase:before{content:"\e667";}
.ifc-upload2_filled:before{content:"\e668";}
.ifc-upload2:before{content:"\e669";}
.ifc-upload_filled:before{content:"\e66a";}
.ifc-upload:before{content:"\e66b";}
.ifc-update:before{content:"\e66c";}
.ifc-up4:before{content:"\e66d";}
.ifc-up3:before{content:"\e66e";}
.ifc-up2:before{content:"\e66f";}
.ifc-up_right:before{content:"\e670";}
.ifc-up_left:before{content:"\e671";}
.ifc-up:before{content:"\e672";}
.ifc-unlock:before{content:"\e673";}
.ifc-unicast:before{content:"\e675";}
.ifc-undo:before{content:"\e676";}
.ifc-underline:before{content:"\e679";}
.ifc-umbrella_filled:before{content:"\e67a";}
.ifc-umbrella:before{content:"\e67b";}
.ifc-type:before{content:"\e67c";}
.ifc-txt:before{content:"\e67d";}
.ifc-two_smartphones:before{content:"\e67e";}
.ifc-twitter:before{content:"\e681";}
.ifc-tv_show:before{content:"\e682";}
.ifc-tv:before{content:"\e683";}
.ifc-tumbler:before{content:"\e685";}
.ifc-ttf:before{content:"\e687";}
.ifc-trophy:before{content:"\e68a";}
.ifc-treasury_map:before{content:"\e695";}
.ifc-trash2:before{content:"\e696";}
.ifc-trash:before{content:"\e697";}
.ifc-transistor:before{content:"\e698";}
.ifc-torah:before{content:"\e6a3";}
.ifc-toolbox:before{content:"\e6a6";}
.ifc-tones:before{content:"\e6a9";}
.ifc-today:before{content:"\e6ad";}
.ifc-timezone-12:before{content:"\e6af";}
.ifc-timezone-11:before{content:"\e6b0";}
.ifc-timezone-10:before{content:"\e6b1";}
.ifc-timezone-9:before{content:"\e6b2";}
.ifc-timezone-8:before{content:"\e6b3";}
.ifc-timezone-7:before{content:"\e6b4";}
.ifc-timezone-6:before{content:"\e6b5";}
.ifc-timezone-5:before{content:"\e6b6";}
.ifc-timezone-4:before{content:"\e6b7";}
.ifc-timezone-3:before{content:"\e6b8";}
.ifc-timezone-2:before{content:"\e6b9";}
.ifc-timezone-1:before{content:"\e6ba";}
.ifc-timezone_utc:before{content:"\e6bb";}
.ifc-timezone_12:before{content:"\e6bc";}
.ifc-timezone_11:before{content:"\e6bd";}
.ifc-timezone_10:before{content:"\e6be";}
.ifc-timezone_9:before{content:"\e6bf";}
.ifc-timezone_8:before{content:"\e6c0";}
.ifc-timezone_7:before{content:"\e6c1";}
.ifc-timezone_6:before{content:"\e6c2";}
.ifc-timezone_5:before{content:"\e6c3";}
.ifc-timezone_4:before{content:"\e6c4";}
.ifc-timezone_3:before{content:"\e6c5";}
.ifc-timezone_2:before{content:"\e6c6";}
.ifc-timezone_1:before{content:"\e6c7";}
.ifc-timezone:before{content:"\e6c8";}
.ifc-timer:before{content:"\e6c9";}
.ifc-tif:before{content:"\e6cb";}
.ifc-thumb_up:before{content:"\e6cd";}
.ifc-thumb_down:before{content:"\e6ce";}
.ifc-this_way_up:before{content:"\e6d2";}
.ifc-text_color:before{content:"\e6d5";}
.ifc-temperature:before{content:"\e6db";}
.ifc-tea:before{content:"\e6de";}
.ifc-tar:before{content:"\e6e1";}
.ifc-talk:before{content:"\e6e6";}
.ifc-tails:before{content:"\e6e7";}
.ifc-table:before{content:"\e6ea";}
.ifc-switch_camera_filled:before{content:"\e6f2";}
.ifc-switch_camera:before{content:"\e6f3";}
.ifc-switch:before{content:"\e6f4";}
.ifc-swipe_up:before{content:"\e6f6";}
.ifc-swipe_right:before{content:"\e6f7";}
.ifc-swipe_left:before{content:"\e6f8";}
.ifc-swipe_down:before{content:"\e6f9";}
.ifc-swimming:before{content:"\e6fa";}
.ifc-surface:before{content:"\e6ff";}
.ifc-sun:before{content:"\e700";}
.ifc-summer:before{content:"\e701";}
.ifc-student:before{content:"\e705";}
.ifc-strikethrough:before{content:"\e708";}
.ifc-storm:before{content:"\e70b";}
.ifc-stopwatch:before{content:"\e70c";}
.ifc-stepper_motor:before{content:"\e70f";}
.ifc-stack_of_photos:before{content:"\e717";}
.ifc-stack:before{content:"\e718";}
.ifc-ssd:before{content:"\e719";}
.ifc-speedometer:before{content:"\e722";}
.ifc-speech_bubble:before{content:"\e724";}
.ifc-south_direction:before{content:"\e729";}
.ifc-smartphone_tablet:before{content:"\e733";}
.ifc-small_lens:before{content:"\e735";}
.ifc-small_icons:before{content:"\e736";}
.ifc-slr_small_lens:before{content:"\e739";}
.ifc-slr_large_lens:before{content:"\e73b";}
.ifc-slr_camera2_filled:before{content:"\e73c";}
.ifc-slr_camera2:before{content:"\e73d";}
.ifc-slr_camera_body:before{content:"\e740";}
.ifc-slr_camera:before{content:"\e741";}
.ifc-slr_back_side:before{content:"\e743";}
.ifc-sling_here:before{content:"\e744";}
.ifc-sleet:before{content:"\e745";}
.ifc-slave:before{content:"\e749";}
.ifc-skype:before{content:"\e74a";}
.ifc-skip_to_start:before{content:"\e74c";}
.ifc-shuffle:before{content:"\e752";}
.ifc-shopping_cart_loaded:before{content:"\e759";}
.ifc-shopping_cart_empty:before{content:"\e75a";}
.ifc-shopping_basket:before{content:"\e75b";}
.ifc-shop:before{content:"\e75c";}
.ifc-shield:before{content:"\e761";}
.ifc-shared:before{content:"\e766";}
.ifc-settings3:before{content:"\e767";}
.ifc-settings2:before{content:"\e769";}
.ifc-settings:before{content:"\e76b";}
.ifc-server:before{content:"\e76c";}
.ifc-sent:before{content:"\e76d";}
.ifc-sensor:before{content:"\e76e";}
.ifc-sell:before{content:"\e76f";}
.ifc-SEK:before{content:"\e771";}
.ifc-security_ssl:before{content:"\e772";}
.ifc-security_checked:before{content:"\e773";}
.ifc-security_aes:before{content:"\e774";}
.ifc-search:before{content:"\e775";}
.ifc-sea_waves:before{content:"\e777";}
.ifc-scrolling:before{content:"\e77a";}
.ifc-screwdriver:before{content:"\e77b";}
.ifc-scales_of_Balance:before{content:"\e783";}
.ifc-sale:before{content:"\e78c";}
.ifc-sagittarius:before{content:"\e78f";}
.ifc-safari:before{content:"\e791";}
.ifc-sad:before{content:"\e792";}
.ifc-running_rabbit:before{content:"\e793";}
.ifc-running:before{content:"\e794";}
.ifc-run_command:before{content:"\e795";}
.ifc-rugby:before{content:"\e796";}
.ifc-rucksach:before{content:"\e797";}
.ifc-rss:before{content:"\e798";}
.ifc-router:before{content:"\e79a";}
.ifc-rotation_cw:before{content:"\e79b";}
.ifc-rotation_ccw:before{content:"\e79c";}
.ifc-rotate_to_portrait:before{content:"\e79d";}
.ifc-rotate_to_landscape:before{content:"\e79e";}
.ifc-rotate_camera:before{content:"\e7a0";}
.ifc-rook:before{content:"\e7a2";}
.ifc-right3:before{content:"\e7ab";}
.ifc-right2:before{content:"\e7ac";}
.ifc-right_click:before{content:"\e7af";}
.ifc-right:before{content:"\e7b0";}
.ifc-rfid_tag:before{content:"\e7b2";}
.ifc-rfid_signal:before{content:"\e7b3";}
.ifc-rfid_sensor:before{content:"\e7b4";}
.ifc-rewind:before{content:"\e7b5";}
.ifc-resize:before{content:"\e7ba";}
.ifc-replay:before{content:"\e7bc";}
.ifc-repeat:before{content:"\e7bd";}
.ifc-rename:before{content:"\e7be";}
.ifc-remove_user:before{content:"\e7bf";}
.ifc-remove_image:before{content:"\e7c1";}
.ifc-remote_working:before{content:"\e7c2";}
.ifc-reload:before{content:"\e7c3";}
.ifc-relay:before{content:"\e7c4";}
.ifc-register_editor:before{content:"\e7c6";}
.ifc-redo:before{content:"\e7c8";}
.ifc-red_hat:before{content:"\e7c9";}
.ifc-recycle_sign_filled:before{content:"\e7cb";}
.ifc-recycle_sign:before{content:"\e7cc";}
.ifc-read_message:before{content:"\e7ce";}
.ifc-rar:before{content:"\e7d0";}
.ifc-radio_tower:before{content:"\e7d3";}
.ifc-radar_plot:before{content:"\e7d6";}
.ifc-rack:before{content:"\e7d7";}
.ifc-quote:before{content:"\e7d9";}
.ifc-puzzle:before{content:"\e7e1";}
.ifc-put_out:before{content:"\e7e2";}
.ifc-put_in_motion:before{content:"\e7e3";}
.ifc-put_in:before{content:"\e7e4";}
.ifc-publisher:before{content:"\e7e7";}
.ifc-psd:before{content:"\e7ea";}
.ifc-processor:before{content:"\e7ec";}
.ifc-private2:before{content:"\e7ed";}
.ifc-print:before{content:"\e7ef";}
.ifc-price_tag_usd:before{content:"\e7f0";}
.ifc-price_tag_pound:before{content:"\e7f1";}
.ifc-price_tag_euro:before{content:"\e7f2";}
.ifc-price_tag:before{content:"\e7f3";}
.ifc-pressure:before{content:"\e7f5";}
.ifc-presentation:before{content:"\e7f7";}
.ifc-power_point:before{content:"\e7fa";}
.ifc-positive_dynamic:before{content:"\e7fd";}
.ifc-portrait_mode:before{content:"\e7fe";}
.ifc-popular_topic:before{content:"\e7ff";}
.ifc-polyline:before{content:"\e800";}
.ifc-polygone:before{content:"\e801";}
.ifc-polygon:before{content:"\e802";}
.ifc-poll_topic:before{content:"\e803";}
.ifc-png:before{content:"\e806";}
.ifc-plus:before{content:"\e807";}
.ifc-plugin:before{content:"\e809";}
.ifc-pliers:before{content:"\e80a";}
.ifc-play:before{content:"\e80b";}
.ifc-plasmid:before{content:"\e80c";}
.ifc-piston:before{content:"\e811";}
.ifc-pinterest:before{content:"\e813";}
.ifc-pinch:before{content:"\e815";}
.ifc-pin:before{content:"\e818";}
.ifc-pill:before{content:"\e819";}
.ifc-pie_chart:before{content:"\e81b";}
.ifc-picture:before{content:"\e81d";}
.ifc-pickup:before{content:"\e81e";}
.ifc-photo:before{content:"\e821";}
.ifc-phone2:before{content:"\e823";}
.ifc-phone1:before{content:"\e824";}
.ifc-perforator:before{content:"\e825";}
.ifc-pencil_sharpener:before{content:"\e826";}
.ifc-pen:before{content:"\e827";}
.ifc-pdf:before{content:"\e82a";}
.ifc-pawn:before{content:"\e82b";}
.ifc-pause:before{content:"\e82c";}
.ifc-password:before{content:"\e82e";}
.ifc-passenger:before{content:"\e82f";}
.ifc-paper_clip:before{content:"\e834";}
.ifc-paper_clamp:before{content:"\e835";}
.ifc-panorama:before{content:"\e837";}
.ifc-paint_bucket:before{content:"\e839";}
.ifc-paint_basket:before{content:"\e83a";}
.ifc-pain_brush:before{content:"\e83b";}
.ifc-overhead_crane:before{content:"\e83e";}
.ifc-outlook:before{content:"\e83f";}
.ifc-outline:before{content:"\e840";}
.ifc-outgoing_data:before{content:"\e841";}
.ifc-otf:before{content:"\e842";}
.ifc-osm:before{content:"\e843";}
.ifc-origami:before{content:"\e844";}
.ifc-opera:before{content:"\e845";}
.ifc-opened_folder:before{content:"\e847";}
.ifc-open_in_browser:before{content:"\e848";}
.ifc-online:before{content:"\e849";}
.ifc-one_note:before{content:"\e84a";}
.ifc-one_finger:before{content:"\e84b";}
.ifc-old_time_camera:before{content:"\e84d";}
.ifc-ogg:before{content:"\e84e";}
.ifc-office_lamp:before{content:"\e84f";}
.ifc-numerical_sorting_21:before{content:"\e853";}
.ifc-north_direction:before{content:"\e856";}
.ifc-night_vision:before{content:"\e85b";}
.ifc-new_moon:before{content:"\e85f";}
.ifc-neutral_decision:before{content:"\e860";}
.ifc-negative_dynamic:before{content:"\e862";}
.ifc-near_me:before{content:"\e865";}
.ifc-nas:before{content:"\e866";}
.ifc-mute:before{content:"\e86a";}
.ifc-musical:before{content:"\e86c";}
.ifc-music_video:before{content:"\e86d";}
.ifc-music_record:before{content:"\e86e";}
.ifc-music:before{content:"\e870";}
.ifc-multiple_smartphones:before{content:"\e873";}
.ifc-multiple_inputs:before{content:"\e874";}
.ifc-multiple_devices:before{content:"\e875";}
.ifc-multiple_cameras:before{content:"\e876";}
.ifc-multicast:before{content:"\e877";}
.ifc-mpg:before{content:"\e878";}
.ifc-mp3:before{content:"\e879";}
.ifc-movie:before{content:"\e87a";}
.ifc-moved_topic:before{content:"\e87b";}
.ifc-move_by_trolley:before{content:"\e87c";}
.ifc-mov:before{content:"\e87d";}
.ifc-mouse_trap:before{content:"\e87f";}
.ifc-mouse:before{content:"\e880";}
.ifc-month_view:before{content:"\e888";}
.ifc-money_box:before{content:"\e889";}
.ifc-money_bag:before{content:"\e88a";}
.ifc-money:before{content:"\e88b";}
.ifc-mobile_home:before{content:"\e88d";}
.ifc-minus:before{content:"\e891";}
.ifc-mind_map:before{content:"\e892";}
.ifc-micro2:before{content:"\e899";}
.ifc-micro:before{content:"\e89a";}
.ifc-message:before{content:"\e89c";}
.ifc-mess_tin:before{content:"\e89d";}
.ifc-menu:before{content:"\e89e";}
.ifc-memory_module:before{content:"\e8a0";}
.ifc-megaphone2:before{content:"\e8a2";}
.ifc-megaphone:before{content:"\e8a4";}
.ifc-medium_volume:before{content:"\e8a6";}
.ifc-medium_icons:before{content:"\e8a7";}
.ifc-medium_battery:before{content:"\e8a8";}
.ifc-math:before{content:"\e8ab";}
.ifc-matches:before{content:"\e8ac";}
.ifc-mastercard:before{content:"\e8ad";}
.ifc-map_marker:before{content:"\e8b3";}
.ifc-map_editing:before{content:"\e8b4";}
.ifc-map:before{content:"\e8b5";}
.ifc-male:before{content:"\e8b7";}
.ifc-magnet:before{content:"\e8b9";}
.ifc-mac_client:before{content:"\e8bb";}
.ifc-luggage_trolley:before{content:"\e8bd";}
.ifc-lowercase:before{content:"\e8be";}
.ifc-low_volume:before{content:"\e8bf";}
.ifc-low_battery:before{content:"\e8c0";}
.ifc-lol:before{content:"\e8c2";}
.ifc-log_cabine:before{content:"\e8c3";}
.ifc-lock_portrait:before{content:"\e8c4";}
.ifc-lock_landscape:before{content:"\e8c5";}
.ifc-lock:before{content:"\e8c7";}
.ifc-livingroom:before{content:"\e8c8";}
.ifc-little_snow:before{content:"\e8c9";}
.ifc-little_rain:before{content:"\e8ca";}
.ifc-literature:before{content:"\e8cb";}
.ifc-list:before{content:"\e8cd";}
.ifc-linux_client:before{content:"\e8ce";}
.ifc-linkedin:before{content:"\e8cf";}
.ifc-link:before{content:"\e8d1";}
.ifc-line_width:before{content:"\e8d2";}
.ifc-line_chart:before{content:"\e8d3";}
.ifc-line:before{content:"\e8d4";}
.ifc-like:before{content:"\e8d5";}
.ifc-lift_cart_here:before{content:"\e8d7";}
.ifc-libra:before{content:"\e8d8";}
.ifc-left3:before{content:"\e8dc";}
.ifc-left2:before{content:"\e8dd";}
.ifc-left_click:before{content:"\e8e0";}
.ifc-left:before{content:"\e8e1";}
.ifc-lcd:before{content:"\e8e4";}
.ifc-layers:before{content:"\e8e5";}
.ifc-last_quarter:before{content:"\e8e7";}
.ifc-laser_beam:before{content:"\e8e8";}
.ifc-large_lens:before{content:"\e8ea";}
.ifc-large_icons:before{content:"\e8eb";}
.ifc-laptop:before{content:"\e8ec";}
.ifc-lantern:before{content:"\e8ed";}
.ifc-lamp:before{content:"\e8f0";}
.ifc-knight:before{content:"\e8f3";}
.ifc-knife:before{content:"\e8f4";}
.ifc-kmz:before{content:"\e8f5";}
.ifc-kml:before{content:"\e8f6";}
.ifc-king:before{content:"\e8f9";}
.ifc-keyboard:before{content:"\e8fa";}
.ifc-key:before{content:"\e8fc";}
.ifc-keep_dry:before{content:"\e8fe";}
.ifc-jpg:before{content:"\e902";}
.ifc-joystick:before{content:"\e904";}
.ifc-jingle_bell:before{content:"\e906";}
.ifc-jcb:before{content:"\e907";}
.ifc-java_coffee_cup_logo:before{content:"\e909";}
.ifc-iphone:before{content:"\e90f";}
.ifc-ipad:before{content:"\e910";}
.ifc-ip_address:before{content:"\e911";}
.ifc-invisible:before{content:"\e912";}
.ifc-internet_explorer:before{content:"\e913";}
.ifc-internal:before{content:"\e914";}
.ifc-integrated_webcam:before{content:"\e916";}
.ifc-integrated_circuit:before{content:"\e917";}
.ifc-instagram:before{content:"\e918";}
.ifc-infrared_beam_sensor:before{content:"\e919";}
.ifc-infrared_beam_sending:before{content:"\e91a";}
.ifc-infrared:before{content:"\e91b";}
.ifc-informatics:before{content:"\e91c";}
.ifc-info:before{content:"\e91e";}
.ifc-increase_font:before{content:"\e91f";}
.ifc-incoming_data:before{content:"\e920";}
.ifc-incendiary_grenade:before{content:"\e921";}
.ifc-inbox:before{content:"\e922";}
.ifc-in_love:before{content:"\e923";}
.ifc-import:before{content:"\e924";}
.ifc-idea:before{content:"\e926";}
.ifc-icq:before{content:"\e927";}
.ifc-hydroelectric:before{content:"\e928";}
.ifc-humidity:before{content:"\e929";}
.ifc-humburger:before{content:"\e92a";}
.ifc-human_footprints:before{content:"\e92b";}
.ifc-hub:before{content:"\e92c";}
.ifc-html:before{content:"\e92d";}
.ifc-hot_dog:before{content:"\e92e";}
.ifc-hot_chocolate:before{content:"\e92f";}
.ifc-horseshoe:before{content:"\e930";}
.ifc-home:before{content:"\e936";}
.ifc-history:before{content:"\e938";}
.ifc-high_volume:before{content:"\e939";}
.ifc-high_battery:before{content:"\e93a";}
.ifc-hex_burner:before{content:"\e93b";}
.ifc-herald_trumpet:before{content:"\e93c";}
.ifc-help2:before{content:"\e93e";}
.ifc-help:before{content:"\e940";}
.ifc-helicopter:before{content:"\e942";}
.ifc-heat_map:before{content:"\e944";}
.ifc-heart_monitor:before{content:"\e946";}
.ifc-headset:before{content:"\e949";}
.ifc-headphones:before{content:"\e94a";}
.ifc-handle_with_care:before{content:"\e952";}
.ifc-hand_planting:before{content:"\e953";}
.ifc-hand_palm_scan:before{content:"\e954";}
.ifc-hand:before{content:"\e956";}
.ifc-hammer:before{content:"\e957";}
.ifc-group:before{content:"\e95f";}
.ifc-grass:before{content:"\e963";}
.ifc-gpx:before{content:"\e965";}
.ifc-gps_receiving:before{content:"\e966";}
.ifc-gps_disconnected:before{content:"\e967";}
.ifc-google_plus:before{content:"\e969";}
.ifc-good_decision:before{content:"\e96a";}
.ifc-gis:before{content:"\e96e";}
.ifc-gift:before{content:"\e970";}
.ifc-gif:before{content:"\e971";}
.ifc-geocaching:before{content:"\e977";}
.ifc-geo_fence:before{content:"\e978";}
.ifc-generic_text:before{content:"\e979";}
.ifc-generic_sorting2:before{content:"\e97a";}
.ifc-generic_sorting:before{content:"\e97b";}
.ifc-genealogy:before{content:"\e97c";}
.ifc-genderqueer:before{content:"\e97d";}
.ifc-GBP:before{content:"\e981";}
.ifc-gas2:before{content:"\e983";}
.ifc-gantt_chart:before{content:"\e989";}
.ifc-gallery:before{content:"\e98b";}
.ifc-gaiters:before{content:"\e98c";}
.ifc-fully_charged_battery:before{content:"\e98d";}
.ifc-full_moon:before{content:"\e98e";}
.ifc-fridge:before{content:"\e990";}
.ifc-french_fries:before{content:"\e992";}
.ifc-four_fingers:before{content:"\e995";}
.ifc-forward2:before{content:"\e996";}
.ifc-forward:before{content:"\e997";}
.ifc-fork_truck:before{content:"\e999";}
.ifc-fork:before{content:"\e99a";}
.ifc-football2:before{content:"\e99c";}
.ifc-football:before{content:"\e99d";}
.ifc-food:before{content:"\e99e";}
.ifc-folder:before{content:"\e9a0";}
.ifc-fog_night:before{content:"\e9a1";}
.ifc-fog_day:before{content:"\e9a2";}
.ifc-flv:before{content:"\e9a3";}
.ifc-flow_chart:before{content:"\e9a5";}
.ifc-flip_vertical:before{content:"\e9a7";}
.ifc-flip_horizontal:before{content:"\e9a8";}
.ifc-flip_flops:before{content:"\e9a9";}
.ifc-flash_light:before{content:"\e9ab";}
.ifc-flag2:before{content:"\e9ad";}
.ifc-flag:before{content:"\e9af";}
.ifc-first_quarter:before{content:"\e9b1";}
.ifc-firefox:before{content:"\e9b5";}
.ifc-find_user:before{content:"\e9ba";}
.ifc-filter:before{content:"\e9bb";}
.ifc-film_reel:before{content:"\e9bd";}
.ifc-filled_box:before{content:"\e9be";}
.ifc-fb2:before{content:"\e9c1";}
.ifc-fast_forward:before{content:"\e9c2";}
.ifc-fantasy:before{content:"\e9c4";}
.ifc-facebook:before{content:"\e9c8";}
.ifc-external_link:before{content:"\e9ca";}
.ifc-external:before{content:"\e9cb";}
.ifc-export:before{content:"\e9cc";}
.ifc-expensive:before{content:"\e9ce";}
.ifc-expand:before{content:"\e9cf";}
.ifc-exit:before{content:"\e9d0";}
.ifc-exe:before{content:"\e9d1";}
.ifc-excel:before{content:"\e9d2";}
.ifc-EUR:before{content:"\e9d3";}
.ifc-error:before{content:"\e9d4";}
.ifc-eraser:before{content:"\e9d6";}
.ifc-epub:before{content:"\e9d7";}
.ifc-eps:before{content:"\e9d8";}
.ifc-enter:before{content:"\e9d9";}
.ifc-engineering:before{content:"\e9da";}
.ifc-end:before{content:"\e9de";}
.ifc-email:before{content:"\e9e0";}
.ifc-ellipse:before{content:"\e9e1";}
.ifc-electronics:before{content:"\e9e2";}
.ifc-eggs:before{content:"\e9e6";}
.ifc-edit_user:before{content:"\e9e7";}
.ifc-edit_image:before{content:"\e9e9";}
.ifc-edit:before{content:"\e9ea";}
.ifc-east_direction:before{content:"\e9eb";}
.ifc-earth_element:before{content:"\e9ec";}
.ifc-dribbble:before{content:"\e9f1";}
.ifc-drafting_compass:before{content:"\e9f3";}
.ifc-downpour:before{content:"\e9f4";}
.ifc-download2_filled:before{content:"\e9f5";}
.ifc-download2:before{content:"\e9f6";}
.ifc-download_filled:before{content:"\e9f7";}
.ifc-download:before{content:"\e9f8";}
.ifc-down4:before{content:"\e9f9";}
.ifc-down2:before{content:"\e9fa";}
.ifc-down_right:before{content:"\e9fb";}
.ifc-down_left:before{content:"\e9fc";}
.ifc-down:before{content:"\e9fd";}
.ifc-double_tap:before{content:"\e9fe";}
.ifc-donut_chart:before{content:"\e9ff";}
.ifc-domain:before{content:"\ea00";}
.ifc-documentary:before{content:"\ea04";}
.ifc-document:before{content:"\ea06";}
.ifc-doctor_suitecase:before{content:"\ea07";}
.ifc-doctor:before{content:"\ea08";}
.ifc-doc:before{content:"\ea09";}
.ifc-do_not_tilt:before{content:"\ea0a";}
.ifc-do_not_stack:before{content:"\ea0b";}
.ifc-do_not_expose_to_sunlight:before{content:"\ea0c";}
.ifc-do_not_drop:before{content:"\ea0d";}
.ifc-dna_helix:before{content:"\ea0e";}
.ifc-directions:before{content:"\ea14";}
.ifc-diamonds:before{content:"\ea18";}
.ifc-dharmacakra:before{content:"\ea19";}
.ifc-design:before{content:"\ea1e";}
.ifc-delete_sign:before{content:"\ea21";}
.ifc-delete_shield:before{content:"\ea22";}
.ifc-delete_message:before{content:"\ea23";}
.ifc-define_location:before{content:"\ea25";}
.ifc-decrease_font:before{content:"\ea26";}
.ifc-day_view:before{content:"\ea2a";}
.ifc-date_to:before{content:"\ea2b";}
.ifc-date_from:before{content:"\ea2c";}
.ifc-database_protection:before{content:"\ea2e";}
.ifc-database_encryption:before{content:"\ea2f";}
.ifc-database_backup:before{content:"\ea30";}
.ifc-database:before{content:"\ea31";}
.ifc-data_in_both_directions:before{content:"\ea32";}
.ifc-cymbals:before{content:"\ea33";}
.ifc-cut:before{content:"\ea35";}
.ifc-currency:before{content:"\ea36";}
.ifc-csv:before{content:"\ea37";}
.ifc-css:before{content:"\ea38";}
.ifc-crystal_ball:before{content:"\ea3a";}
.ifc-crop:before{content:"\ea40";}
.ifc-creek:before{content:"\ea43";}
.ifc-coral:before{content:"\ea4b";}
.ifc-copy_link:before{content:"\ea4c";}
.ifc-copy:before{content:"\ea4d";}
.ifc-control_panel:before{content:"\ea53";}
.ifc-content:before{content:"\ea54";}
.ifc-contacts:before{content:"\ea55";}
.ifc-contact_card:before{content:"\ea56";}
.ifc-construction_worker:before{content:"\ea57";}
.ifc-console:before{content:"\ea58";}
.ifc-connected_no_data:before{content:"\ea59";}
.ifc-compost_heap:before{content:"\ea5d";}
.ifc-compass2:before{content:"\ea5e";}
.ifc-compas:before{content:"\ea5f";}
.ifc-command_line:before{content:"\ea61";}
.ifc-combo_chart:before{content:"\ea64";}
.ifc-comb:before{content:"\ea65";}
.ifc-color_dropper:before{content:"\ea66";}
.ifc-collect:before{content:"\ea67";}
.ifc-collapse:before{content:"\ea68";}
.ifc-coffee:before{content:"\ea6c";}
.ifc-code:before{content:"\ea6d";}
.ifc-coctail:before{content:"\ea6e";}
.ifc-clouds:before{content:"\ea73";}
.ifc-cloud_storage:before{content:"\ea74";}
.ifc-close_up_mode:before{content:"\ea76";}
.ifc-close:before{content:"\ea77";}
.ifc-clock:before{content:"\ea78";}
.ifc-clipperboard:before{content:"\ea7a";}
.ifc-clear_shopping_cart:before{content:"\ea7f";}
.ifc-circuit:before{content:"\ea82";}
.ifc-chrome:before{content:"\ea83";}
.ifc-christmas_star:before{content:"\ea85";}
.ifc-christmas_gift:before{content:"\ea8e";}
.ifc-chisel_tip_marker:before{content:"\ea95";}
.ifc-child_new_post:before{content:"\ea98";}
.ifc-checkmark:before{content:"\ea9f";}
.ifc-checked_user:before{content:"\eaa0";}
.ifc-cheap:before{content:"\eaa1";}
.ifc-charge_battery:before{content:"\eaa2";}
.ifc-change_user:before{content:"\eaa3";}
.ifc-centre_of_gravity:before{content:"\eaa7";}
.ifc-center_direction:before{content:"\eaa8";}
.ifc-cash_receiving:before{content:"\eaab";}
.ifc-carabiner:before{content:"\eab2";}
.ifc-car_battery:before{content:"\eab3";}
.ifc-capacitor:before{content:"\eab5";}
.ifc-cannon:before{content:"\eab6";}
.ifc-cancel:before{content:"\eab9";}
.ifc-camping_tent:before{content:"\eaba";}
.ifc-camera_identification:before{content:"\eabe";}
.ifc-camera_addon_identification:before{content:"\eabf";}
.ifc-camera_addon:before{content:"\eac0";}
.ifc-camcoder_pro:before{content:"\eac2";}
.ifc-camcoder:before{content:"\eac4";}
.ifc-calendar:before{content:"\eac5";}
.ifc-CAD:before{content:"\eac6";}
.ifc-cable_release:before{content:"\eac7";}
.ifc-business:before{content:"\eac9";}
.ifc-bus:before{content:"\eaca";}
.ifc-bungalow:before{content:"\eacb";}
.ifc-bunch_ingredients:before{content:"\eacc";}
.ifc-broadcasting:before{content:"\ead3";}
.ifc-briefcase:before{content:"\ead5";}
.ifc-brandenburg_gate:before{content:"\ead8";}
.ifc-brain_filled:before{content:"\ead9";}
.ifc-brain:before{content:"\eada";}
.ifc-box2:before{content:"\eadc";}
.ifc-box:before{content:"\eadd";}
.ifc-border_color:before{content:"\eadf";}
.ifc-bookmark:before{content:"\eae2";}
.ifc-blur:before{content:"\eae6";}
.ifc-bluetooth2:before{content:"\eae8";}
.ifc-bluetooth:before{content:"\eae9";}
.ifc-birthday_cake:before{content:"\eaea";}
.ifc-birthday:before{content:"\eaeb";}
.ifc-biotech:before{content:"\eaec";}
.ifc-barbers_scissors:before{content:"\eb01";}
.ifc-bar_chart:before{content:"\eb05";}
.ifc-banknotes:before{content:"\eb06";}
.ifc-bandage:before{content:"\eb07";}
.ifc-ball_point_pen:before{content:"\eb08";}
.ifc-bad_decision:before{content:"\eb09";}
.ifc-background_color:before{content:"\eb0a";}
.ifc-back:before{content:"\eb0c";}
.ifc-avi:before{content:"\eb11";}
.ifc-average:before{content:"\eb12";}
.ifc-audio_wave2:before{content:"\eb15";}
.ifc-audio_wave:before{content:"\eb16";}
.ifc-asc:before{content:"\eb19";}
.ifc-armchair:before{content:"\eb1a";}
.ifc-area_chart:before{content:"\eb1c";}
.ifc-archive:before{content:"\eb1e";}
.ifc-aquarius:before{content:"\eb1f";}
.ifc-application_shield:before{content:"\eb20";}
.ifc-apartment:before{content:"\eb21";}
.ifc-antiseptic_cream:before{content:"\eb23";}
.ifc-android_os:before{content:"\eb27";}
.ifc-ancore:before{content:"\eb28";}
.ifc-anchor:before{content:"\eb29";}
.ifc-ammo_tin:before{content:"\eb2a";}
.ifc-amex:before{content:"\eb2b";}
.ifc-ambulance:before{content:"\eb2c";}
.ifc-alphabetical_sorting_za:before{content:"\eb2d";}
.ifc-alphabetical_sorting_az:before{content:"\eb2e";}
.ifc-align_right:before{content:"\eb2f";}
.ifc-align_left:before{content:"\eb30";}
.ifc-align_justify:before{content:"\eb31";}
.ifc-align_center:before{content:"\eb32";}
.ifc-alarm_clock:before{content:"\eb33";}
.ifc-airplane_take_off:before{content:"\eb34";}
.ifc-airplane:before{content:"\eb37";}
.ifc-ai:before{content:"\eb39";}
.ifc-age:before{content:"\eb3a";}
.ifc-adventures:before{content:"\eb3b";}
.ifc-adobe_photoshop:before{content:"\eb3c";}
.ifc-adobe_indesign:before{content:"\eb3d";}
.ifc-adobe_illustrator:before{content:"\eb3e";}
.ifc-adobe_flash:before{content:"\eb3f";}
.ifc-adobe_fireworks:before{content:"\eb40";}
.ifc-adobe_dreamweaver:before{content:"\eb41";}
.ifc-adobe_bridge:before{content:"\eb42";}
.ifc-administrative_tools:before{content:"\eb43";}
.ifc-add_user:before{content:"\eb44";}
.ifc-add_image:before{content:"\eb46";}
.ifc-add_database:before{content:"\eb47";}
.ifc-zip2:before{content:"\eb49";}
.ifc-f_tap:before{content:"\eb4a";}
.ifc-f_swipe_up:before{content:"\eb4b";}
.ifc-f_swipe_right:before{content:"\eb4c";}
.ifc-f_swipe_left:before{content:"\eb4d";}
.ifc-f_swipe_down:before{content:"\eb4e";}
.ifc-f_double_tap:before{content:"\eb4f";}
/* End */


/* Start:/local/templates/alma-okna-new/js/vendors/bxslider/jquery.bxslider.css?16851027713836*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/local/templates/alma-okna-new/js/vendors/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/local/templates/alma-okna-new/js/vendors/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/local/templates/alma-okna-new/js/vendors/bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/alma-okna-new/js/vendors/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/alma-okna-new/js/vendors/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/local/templates/alma-okna-new/css/vendors.css?168510277148435*/
.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-widget{font-family:Arial,Helvetica,sans-serif}.ui-widget,.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:700}.ui-widget-header a{color:#333}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:400;color:#454545}.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button{color:#454545;text-decoration:none}.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #ccc;background:#ededed;font-weight:400;color:#2b2b2b}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover{color:#2b2b2b;text-decoration:none}.ui-visual-focus{-webkit-box-shadow:0 0 3px 1px #5e9ed6;box-shadow:0 0 3px 1px #5e9ed6}.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active{border:1px solid #003eff;background:#007fff;font-weight:400;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error-text,.ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error-text,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(/local/templates/alma-okna-new/css/../img/ui-icons_444444_256x240.png)}.ui-button:focus .ui-icon,.ui-button:hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(/local/templates/alma-okna-new/css/../img/ui-icons_555555_256x240.png)}.ui-button:active .ui-icon,.ui-state-active .ui-icon{background-image:url(/local/templates/alma-okna-new/css/../img/ui-icons_ffffff_256x240.png)}.ui-button .ui-state-highlight.ui-icon,.ui-state-highlight .ui-icon{background-image:url(/local/templates/alma-okna-new/css/../img/ui-icons_777620_256x240.png)}.ui-state-error-text .ui-icon,.ui-state-error .ui-icon{background-image:url(/local/templates/alma-okna-new/css/../img/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(/local/templates/alma-okna-new/css/../img/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:3px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
.select2-container{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{-webkit-box-sizing:border-box;box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:rgba(0,0,0,0);border:none;outline:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));background-image:linear-gradient(180deg,#fff 50%,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));background-image:linear-gradient(180deg,#eee 50%,#ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:rgba(0,0,0,0);border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(50%,#eee));background-image:linear-gradient(180deg,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#fff));background-image:linear-gradient(180deg,#eee 50%,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;-webkit-box-shadow:none;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid rgba(0,0,0,0)}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;-webkit-transition-duration:inherit;-o-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(.47,0,.74,.71);-o-transition-timing-function:cubic-bezier(.47,0,.74,.71);transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);-o-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;-webkit-transition:opacity .25s ease,visibility 0s ease .25s;-o-transition:opacity .25s ease,visibility 0s ease .25s;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;-webkit-transition:opacity .25s ease 0s,visibility 0s ease 0s;-o-transition:opacity .25s ease 0s,visibility 0s ease 0s;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:rgba(0,0,0,0);background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:rgba(0,0,0,0);border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:rgba(0,0,0,0);border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:rgba(0,0,0,0);border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.85)),color-stop(50%,rgba(0,0,0,.3)),color-stop(65%,rgba(0,0,0,.15)),color-stop(75.5%,rgba(0,0,0,.075)),color-stop(82.85%,rgba(0,0,0,.037)),color-stop(88%,rgba(0,0,0,.019)),to(rgba(0,0,0,0)));background:-o-linear-gradient(bottom,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0));background:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0));bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:rgba(0,0,0,0);border:4px solid;border-color:#888 #888 #fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0,0,.25,1);-o-transition-timing-function:cubic-bezier(0,0,.25,1);transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);-o-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);-ms-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);-ms-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:rgba(0,0,0,0);border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);-o-transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}

/* End */


/* Start:/local/templates/alma-okna-new/css/app.css?1779207601148870*/
@font-face {
  font-family: Decima;
  src: url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro.eot);
  src:
    local("Decima Pro"),
    local("Decima-Pro"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro.woff) format("woff"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Decima;
  src: url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-A-Bold.eot);
  src:
    local("Decima Pro Bold"),
    local("Decima-Pro-A-Bold"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-A-Bold.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-A-Bold.woff) format("woff"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-A-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Decima;
  src: url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-A-Bold-Italic.eot);
  src:
    local("Decima Pro Bold Italic"),
    local("Decima-Pro-A-Bold-Italic"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-A-Bold-Italic.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-A-Bold-Italic.woff) format("woff"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-A-Bold-Italic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Decima;
  src: url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-Italic.eot);
  src:
    local("Decima Pro Italic"),
    local("Decima-Pro-Italic"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-Italic.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-Italic.woff) format("woff"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Decima;
  src: url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-Light.eot);
  src:
    local("Decima Pro Light"),
    local("Decima-Pro-Light"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-Light.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-Light.woff) format("woff"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Decima;
  src: url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-Light-Italic.eot);
  src:
    local("Decima Pro Light Italic"),
    local("Decima-Pro-Light-Italic"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-Light-Italic.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-Light-Italic.woff) format("woff"),
    url(/local/templates/alma-okna-new/css/../fonts/Decima-Pro-Light-Italic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: HelveticaNeueCyr;
  src: url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-BoldItalic.eot);
  src:
    local("HelveticaNeueCyr-BoldItalic"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-BoldItalic.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-BoldItalic.woff) format("woff"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: HelveticaNeueCyr;
  src: url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Italic.eot);
  src:
    local("HelveticaNeueCyr-Italic"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Italic.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Italic.woff) format("woff"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: HelveticaNeueCyr;
  src: url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Roman.eot);
  src:
    local("HelveticaNeueCyr-Roman"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Roman.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Roman.woff) format("woff"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Roman.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: HelveticaNeueCyr;
  src: url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Bold.eot);
  src:
    local("HelveticaNeueCyr-Bold"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Bold.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Bold.woff) format("woff"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: HelveticaNeueCyr;
  src: url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Medium.eot);
  src:
    local("HelveticaNeueCyr-Medium"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Medium.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Medium.woff) format("woff"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: HelveticaNeueCyr;
  src: url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-MediumItalic.eot);
  src:
    local("HelveticaNeueCyr-MediumItalic"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-MediumItalic.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-MediumItalic.woff) format("woff"),
    url(/local/templates/alma-okna-new/css/../fonts/HelveticaNeueCyr-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
li,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
*,
:after,
:before,
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
audio,
img,
video {
  max-width: 100%;
  height: auto;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
iframe {
  border: 0;
}
textarea {
  resize: none;
  overflow: auto;
  vertical-align: top;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
button,
input,
select,
textarea {
  outline: none;
  border: none;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 21px;
  padding-left: 21px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -21px;
  margin-left: -21px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto,
.col-xxxl,
.col-xxxl-1,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 21px;
  padding-left: 21px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
}
.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
body,
html {
  background: #fff;
  font-family: HelveticaNeueCyr, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.no-scroll,
body.no-scroll .wrapper {
  height: 100vh;
  width: 100vw;
  overflow: hidden !important;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  font-size: inherit;
  font-family: inherit;
}
img {
  max-width: 100%;
}
a {
  color: #009aff;
  text-decoration: underline;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
p {
  padding: 0 0 18px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Decima, Arial, sans-serif;
  line-height: 1.4;
  color: #1a1a1a;
}
.h1,
h1 {
  font-size: 51px;
  margin-bottom: 40px;
}
.h2,
h2 {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: center;
  margin-bottom: 20px;
}
.h3,
h3 {
  font-size: 32px;
}
.h3,
.h4,
h3,
h4 {
  margin-bottom: 10px;
}
.h4,
h4 {
  font-size: 24px;
  font-weight: 700;
}
.h5,
h5 {
  font-size: 21px;
  margin-bottom: 5px;
}
.h6,
h6 {
  font-size: 18px;
  margin-bottom: 0;
}
ol + .h2,
ol + h2,
p + .h2,
p + h2,
ul + .h2,
ul + h2 {
  margin-top: 30px;
}
ol,
ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.last-elem {
  margin-bottom: -83px !important;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 83px;
  width: 100%;
}
.btn,
input[type="submit"].btn {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  background: -o-linear-gradient(17deg, #5ca4d8 0, #237dc3 100%);
  background: linear-gradient(73deg, #5ca4d8, #237dc3);
  border: 0;
  outline: 0;
  border-radius: 30px;
  font-family: Decima, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 58px;
  color: #fff;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 21px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition:
    background 0.3s ease,
    color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  -o-transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}
.btn:hover,
input[type="submit"].btn:hover {
  background: -o-linear-gradient(17deg, #ff8c00 0, #ff7200 100%);
  background: linear-gradient(73deg, #ff8c00, #ff7200);
  -webkit-box-shadow: 0 0 23px 20px rgba(255, 131, 0, 0.43);
  box-shadow: 0 0 23px 20px rgba(255, 131, 0, 0.43);
}
.btn--border,
input[type="submit"].btn--border {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #0073b0;
  color: #1d1d1d;
}
.btn--border:hover,
input[type="submit"].btn--border:hover {
  border: 0;
  padding: 2px 23px;
  background: -o-linear-gradient(17deg, #5ca4d8 0, #0a78b3 100%);
  background: linear-gradient(73deg, #5ca4d8, #0a78b3);
  color: #fff;
  -webkit-box-shadow: 0 0 23px 20px rgba(16, 123, 182, 0.32);
  box-shadow: 0 0 23px 20px rgba(16, 123, 182, 0.32);
}
.btn--border-grey,
input[type="submit"].btn--border-grey {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #a1a1a1;
  color: #232323;
}
.btn--border-grey:hover,
input[type="submit"].btn--border-grey:hover {
  border: 0;
  padding: 1px 23px;
  background: -o-linear-gradient(17deg, #ff8c00 0, #ff7200 100%);
  background: linear-gradient(73deg, #ff8c00, #ff7200);
  -webkit-box-shadow: 0 0 23px 20px rgba(255, 131, 0, 0.43);
  box-shadow: 0 0 23px 20px rgba(255, 131, 0, 0.43);
  color: #fff;
}
.btn__icon {
  margin-right: 15px;
}
.btn__icon--right {
  margin-right: 0;
  margin-left: 15px;
}
.btn .btn__icon,
input[type="submit"].btn .btn__icon {
  display: none;
}
.btn .btn__icon--white,
input[type="submit"].btn .btn__icon--white {
  display: inline-block;
  vertical-align: middle;
}
.btn--border-grey .btn__icon,
.btn--border .btn__icon,
input[type="submit"].btn--border-grey .btn__icon,
input[type="submit"].btn--border .btn__icon {
  display: inline-block;
}
.btn--border-grey .btn__icon--white,
.btn--border-grey:hover .btn__icon,
.btn--border .btn__icon--white,
.btn--border:hover .btn__icon,
input[type="submit"].btn--border-grey .btn__icon--white,
input[type="submit"].btn--border-grey:hover .btn__icon,
input[type="submit"].btn--border .btn__icon--white,
input[type="submit"].btn--border:hover .btn__icon {
  display: none;
}
.btn--border-grey:hover .btn__icon--white,
.btn--border:hover .btn__icon--white,
input[type="submit"].btn--border-grey:hover .btn__icon--white,
input[type="submit"].btn--border:hover .btn__icon--white {
  display: inline-block;
  vertical-align: middle;
}
.btn--dark-blue,
input[type="submit"].btn--dark-blue {
  background: #21659e;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn--dark-blue:hover,
input[type="submit"].btn--dark-blue:hover {
  background: #ff7200;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn--small,
input[type="submit"].btn--small {
  height: 50px;
  border-radius: 25px;
  font-size: 15px;
  line-height: 48px;
}
.code {
  background-color: #f7f7f7;
  border: 1px solid #e1e1e8;
  color: #d14;
  padding: 1px 4px;
  display: inline-block;
  font-family: monospace, arial;
  border-radius: 3px;
}
.m-indent {
  margin-bottom: 80px;
}
.m-indent,
.mt-indent {
  margin-top: 80px;
}
.mb-indent {
  margin-bottom: 80px;
}
.p-indent {
  padding-bottom: 80px;
}
.p-indent,
.pt-indent {
  padding-top: 80px;
}
.pb-indent {
  padding-bottom: 80px;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-bold {
  font-weight: 700 !important;
}
[data-fancybox="images"] {
  cursor: url(/local/templates/alma-okna-new/css/../img/ic-loupe.png), auto;
}
.shadow-site {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shadow-site.is-visible {
  display: block;
  background: rgba(0, 0, 0, 0.4);
}
.header {
  font-family: Decima, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #1a1a1a;
}
.header-top {
  padding: 28px 0 19px;
  border-bottom: 1px solid #d1d1d1;
}
.header-top__content {
  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;
}
.header-top__address {
  max-width: 280px;
  padding-left: 37px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #1c1c1c;
  position: relative;
}
.header-top__address:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 26px;
  background: url(/local/templates/alma-okna-new/css/../img/ic-map.png) no-repeat 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.header-top__btn .btn {
  font-size: 18.5px;
}
.header-top__btn .btn:not(:first-child) {
  margin-left: 10px;
}
.header-top__phone {
  padding: 0 10px;
}
.header-top__phone-item:not(:last-child) {
  margin-bottom: 5px;
}
.header-top__phone,
.header-top__phone a {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  color: #0e0e0e;
  text-decoration: none;
}
.header-top__phone-code {
  font-size: 15px;
  color: #565656;
}
.header-top__phone a:hover,
.header-top__phone a:hover .header-top__phone-code {
  color: #009aff;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 195px;
  text-decoration: none;
}
.logo__img {
  width: 58px;
}
.logo__text {
  width: calc(100% - 58px);
  font-family: Decima, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #151515;
  padding-left: 15px;
}
.header-bottom {
  padding: 12px 0 16px;
}
.header-bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-bottom .search-form {
  margin-left: 110px;
}
.footer {
  font-family: Decima, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18.5px;
  line-height: 1.2;
  color: #484848;
  background: #242424;
  padding: 30px 0;
}
.footer .logo {
  margin-top: 46px;
  margin-bottom: 42px;
}
.footer .logo__text {
  color: #737373;
}
.footer__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 38px;
}
.footer__copyright,
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer__copyright {
  margin-top: 48px;
}
.footer .payment {
  margin-top: 50px;
}
.footer-contact {
  font-style: normal;
  font-weight: 400;
  font-size: 18.5px;
  line-height: 1.2;
  color: #fff;
}
.footer-contact__title {
  color: #888;
  text-transform: uppercase;
  margin-bottom: 21px;
  letter-spacing: 0.65px;
}
.footer-contact__item:not(:last-child) {
  margin-bottom: 20px;
}
.footer-contact__phone {
  font-size: 36px;
}
.footer-contact__phone-code {
  font-size: 22px;
}
.footer-contact__text {
  max-width: 305px;
  letter-spacing: 0.2px;
}
.footer-contact__text .footer-contact__phone:first-child {
  margin-top: -15px;
}
.footer-call__title {
  font-family: HelveticaNeueCyr, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18.5px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.35px;
  margin-bottom: 28px;
}
.footer-call__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #424242;
}
.footer-call__btn,
.footer-call__social {
  height: 100%;
  padding: 28px;
}
.footer-call__social {
  border-right: 1px solid #424242;
}
.footer-call__btn {
  min-width: 260px;
}
.footer-call .btn {
  height: 65px;
  border-radius: 32.5px;
  color: #fff;
  margin: 5px 0;
}
.footer-call .social__item {
  min-width: 204px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer-call .social__item:not(:last-child) {
  margin-right: 17px;
}
.footer-menu {
  max-width: 505px;
  margin-right: -23px;
  margin-left: 18px;
}
.footer-menu__item,
.footer-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-menu__item,
.footer-menu__link {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.65px;
}
.footer-menu__item {
  white-space: nowrap;
  margin: 13.5px 23px;
}
.almalogo__link {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  height: 60px;
  background: url(/local/templates/alma-okna-new/css/../img/almalogo_white.png) no-repeat 0 50%;
  background-size: contain;
  margin-right: 20px;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.almalogo__link:hover {
  opacity: 1;
}
.payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  fill: #1a1a1a;
}
.icon.ic-white {
  fill: #fff;
}
.icon.ic-stroke {
  stroke: #1a1a1a;
  fill: rgba(0, 0, 0, 0);
}
.type-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.type-icon__item {
  width: 100px;
  margin: 15px;
  text-align: center;
}
.type-icon__img {
  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;
  height: 100px;
  width: 100%;
}
.type-icon_white {
  color: #fff;
}
.about__list {
  margin-top: 66px;
}
.about__item {
  margin-bottom: 90px;
}
.about__title {
  font-family: Decima, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 51.5px;
  line-height: 1.2;
  color: #1a1a1a;
  letter-spacing: 0.6px;
}
.about .text-border,
.about__title {
  max-width: 685px;
}
.advant {
  margin-top: 34px;
  margin-bottom: 57px;
}
.advant__item {
  display: block;
  height: calc(100% - 40px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  padding: 15px 20px 30px;
  margin-bottom: 40px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.advant__icon-white {
  display: none;
}
.advant__icons {
  margin-bottom: 10px;
}
.advant__name {
  font-family: Decima, Arial, sans-serif;
  font-weight: 700;
  font-size: 29.5px;
  margin-bottom: 10px;
}
.advant__name,
.advant__text {
  font-style: normal;
  line-height: 1.2;
  color: #1a1a1a;
  letter-spacing: 0.2px;
}
.advant__text {
  font-family: HelveticaNeueCyr, Arial, sans-serif;
  font-weight: 400;
  font-size: 18.5px;
}
.advant__item:hover {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#5ca4d8),
    to(#237dc3)
  );
  background: -o-linear-gradient(bottom, #5ca4d8 0, #237dc3 100%);
  background: linear-gradient(0deg, #5ca4d8, #237dc3);
}
.advant__item:hover .advant__icon-white {
  display: block;
}
.advant__item:hover .advant__icon-color {
  display: none;
}
.advant__item:hover .advant__name,
.advant__item:hover .advant__text,
.bg-cloud {
  color: #fff;
}
.bg-cloud {
  padding: 20px;
  background: url(/local/templates/alma-okna-new/css/../img/bg-cloud-calc.jpg) no-repeat 50% 100%;
  background-attachment: fixed;
}
.bg-cloud .h1,
.bg-cloud .h2,
.bg-cloud .h3,
.bg-cloud .h4,
.bg-cloud .h5,
.bg-cloud .h6,
.bg-cloud h1,
.bg-cloud h2,
.bg-cloud h3,
.bg-cloud h4,
.bg-cloud h5,
.bg-cloud h6 {
  color: #fff;
}
.calc-wrap {
  padding: 45px 0 85px;
  margin-bottom: 73px;
}
.calc {
  font-family: Decima, Arial, sans-serif;
  background: #fff;
  border-radius: 10px;
  margin-top: 33px;
  -webkit-box-shadow: 0 0 26px 16px rgba(36, 107, 184, 0.44);
  box-shadow: 0 0 26px 16px rgba(36, 107, 184, 0.44);
  overflow: hidden;
}
.calc__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calc__data,
.calc__size {
  width: 50%;
}
.calc__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calc .select2-container .select2-selection--single {
  height: 42px;
  border-radius: 21px;
  line-height: 40px;
}
.calc
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
}
.calc__size {
  padding: 23px 35px 23px 47px;
  background: -o-radial-gradient(center, ellipse, #7bc3fb 0, #4e97de 100%);
  background: radial-gradient(ellipse at center, #7bc3fb 0, #4e97de 100%);
}
.calc__head {
  font-size: 29.5px;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}
.calc__head,
.calc__text {
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.calc__text {
  max-width: 300px;
  font-family: HelveticaNeueCyr, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px;
}
.calc__form {
  padding: 20px 42px;
  background: -o-linear-gradient(17deg, #ff8c00 0, #ff7200 100%);
  background: linear-gradient(73deg, #ff8c00, #ff7200);
}
.calc .form-site__text {
  width: 23%;
}
.calc-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 14px 35px;
}
.calc-step:not(:last-child) {
  border-bottom: 1px solid #d1d1d1;
}
.calc-step__num {
  width: 67px;
  font-style: normal;
  font-weight: 400;
  font-size: 29.5px;
  line-height: 1.2;
  color: #cecece;
  padding-right: 10px;
}
.calc-step__content {
  width: calc(100% - 84px);
  padding-top: 14px;
}
.calc-step__title {
  font-style: normal;
  font-weight: 400;
  font-size: 29.5px;
  line-height: 1.2;
  color: #1a1a1a;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
}
.select-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.select-window__item:not(:last-child) {
  margin-right: 18px;
}
.select-window__item {
  margin-top: 5px;
  margin-bottom: 5px;
}
.select-window__item,
.select-window__popup-item {
  position: relative;
  cursor: pointer;
}
.select-window__item.active:hover:after,
.select-window__item:hover:after,
.select-window__popup-item.active:after,
.select-window__popup-item:hover:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 5px solid #5ca5d8;
  position: absolute;
  top: 0;
  left: 0;
}
.select-window__popup {
  display: none;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
.select-window__popup img {
  max-width: 100px;
}
.select-window__popup-item:not(:last-child) {
  margin-right: 10px;
}
.calc-step-param__item,
.select-window__item:hover .select-window__popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calc-step-param__item {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calc-step-param__item:not(:last-child) {
  margin-bottom: 20px;
}
.calc-step-param__label {
  width: 120px;
  font-style: normal;
  font-weight: 400;
  font-size: 18.5px;
  line-height: 1.2;
  color: #1a1a1a;
  padding-right: 10px;
  margin: 5px 0;
}
.calc-price {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #d1d1d1;
}
.calc-price,
.calc-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calc-price__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  padding: 44px 10px 53px;
}
.calc-price__item:not(:last-child) {
  border-right: 1px solid #d1d1d1;
}
.calc-price__text {
  font-weight: 300;
  font-size: 18.5px;
  letter-spacing: 0.2px;
  margin-bottom: 3px;
}
.calc-price__num,
.calc-price__text {
  font-style: normal;
  line-height: 1.2;
  color: #1a1a1a;
}
.calc-price__num {
  font-weight: 400;
  font-size: 29.5px;
  margin-bottom: 23px;
}
.calc-price__currency {
  font-size: 15px;
}
.calc-price .btn {
  height: 42px;
  border-radius: 21px;
  font-size: 15px;
  line-height: 40px;
  text-transform: none;
}
.calc-size {
  margin-top: 58px;
  padding: 0 117px 102px 0;
  position: relative;
}
.calc-size__img {
  width: 100%;
  height: 315px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.calc-size__hor {
  width: calc(100% - 117px);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.calc-size__vert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 69%;
  position: absolute;
  bottom: 77px;
  right: 0;
}
.calc-size__vert .ui-slider {
  height: 100%;
}
.calc-size input[type="text"] {
  height: 42px;
  width: 62px;
  outline: none;
  border: 1px solid #d1d1d1;
  background: #fff;
  border-radius: 21px;
  font-style: normal;
  font-weight: 300;
  font-size: 18.5px;
  line-height: 40px;
  color: #1a1a1a;
  text-align: center;
  padding: 0 10px;
  margin: 0;
  -webkit-box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.calc-size input[type="text"]::-webkit-input-placeholder {
  color: #8e8e8e;
}
.calc-size input[type="text"]::-moz-placeholder {
  color: #8e8e8e;
}
.calc-size input[type="text"]:-ms-input-placeholder {
  color: #8e8e8e;
}
.calc-size input[type="text"]::-ms-input-placeholder {
  color: #8e8e8e;
}
.calc-size input[type="text"]::placeholder {
  color: #8e8e8e;
}
.calc-size input[type="text"]:focus,
.calc-size input[type="text"]:hover {
  -webkit-box-shadow: inset 0 0 29px 7px rgba(55, 134, 218, 0.44);
  box-shadow: inset 0 0 29px 7px rgba(55, 134, 218, 0.44);
}
.calc-size__hor.error input[type="text"] {
  border-color: #ff8585;
  background: #fac4c4;
}
.calc-size__hor input[type="text"] {
  margin-top: 30px;
}
.calc-size__vert input[type="text"] {
  margin-left: 22px;
}
.certif {
  padding: 35px 0 55px;
  margin-bottom: 90px;
}
.certif-slider {
  margin-top: 25px;
  position: relative;
}
.certif-slider__list {
  display: none;
}
.certif-slider__list.slick-initialized {
  display: block;
}
.certif-slider__item {
  text-align: center;
}
.certif-slider__item [data-fancybox="images"] {
  display: inline-block;
  margin: 0 auto;
}
.certif-slider .slick-slide {
  margin: 0 15px;
}
.certif-slider .arrow {
  display: inline-block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 5px solid #fff;
  outline: 0;
  background: -o-linear-gradient(17deg, #5ca4d8 0, #237dc3 100%);
  background: linear-gradient(73deg, #5ca4d8, #237dc3);
  -webkit-box-shadow: 0 0 8px 0 rgba(80, 153, 213, 0.26);
  box-shadow: 0 0 8px 0 rgba(80, 153, 213, 0.26);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.certif-slider .arrow:hover {
  background: -o-linear-gradient(17deg, #ff8c00 0, #ff7200 100%);
  background: linear-gradient(73deg, #ff8c00, #ff7200);
  -webkit-box-shadow: 0 0 16px 0 rgba(255, 114, 0, 0.4);
  box-shadow: 0 0 16px 0 rgba(255, 114, 0, 0.4);
  z-index: 2;
}
.certif-slider .arrow:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.certif-slider .arrow--prev {
  left: 0;
}
.certif-slider .arrow--next {
  right: 0;
}
.certif-slider .arrow--prev:after {
  background: url(/local/templates/alma-okna-new/css/../img/arr-slider-left-white.png) no-repeat 50%;
}
.certif-slider .arrow--next:after {
  background: url(/local/templates/alma-okna-new/css/../img/arr-slider-right-white.png) no-repeat 50%;
}
.input-check__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-family: HelveticaNeueCyr, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #8e8e8e;
  letter-spacing: 0.4px;
}
.input-check input[type="checkbox"] {
  display: none;
}
.input-check__mark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #c6c6c6;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
.input-check__mark:after {
  content: "";
  display: none;
  width: 14px;
  height: 14px;
  background: #3789cb;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.input-check__text {
  max-width: calc(100% - 43px);
  margin-left: 23px;
}
input[type="checkbox"]:checked + .input-check__label .input-check__mark:after {
  display: inline-block;
}
@-webkit-keyframes errorfield {
  0% {
    border-color: #d5d5d5;
  }
  to {
    border-color: #fd6120;
  }
}
@keyframes errorfield {
  0% {
    border-color: #d5d5d5;
  }
  to {
    border-color: #fd6120;
  }
}
.form-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Decima, Arial, sans-serif;
}
.form-site__text {
  width: 31%;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.5px;
  margin-right: 42px;
}
.form-site__content,
.form-site__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-site input[type="email"],
.form-site input[type="text"],
.form-site textarea {
  height: 60px;
  width: 302px;
  outline: none;
  border: none;
  background: #fff;
  border-radius: 30px;
  font-family: Decima, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18.5px;
  line-height: 58px;
  color: #1a1a1a;
  letter-spacing: 0.7px;
  text-align: center;
  padding: 0 20px;
  -webkit-box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 16px 0 0;
}
.form-site textarea {
  height: 175px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
  -moz-text-align-last: left;
  text-align-last: left;
  border-radius: 20px;
}
.form-site input[type="email"]::-webkit-input-placeholder,
.form-site input[type="text"]::-webkit-input-placeholder,
.form-site textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.form-site input[type="email"]::-moz-placeholder,
.form-site input[type="text"]::-moz-placeholder,
.form-site textarea::-moz-placeholder {
  color: #8e8e8e;
}
.form-site input[type="email"]:-ms-input-placeholder,
.form-site input[type="text"]:-ms-input-placeholder,
.form-site textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.form-site input[type="email"]::-ms-input-placeholder,
.form-site input[type="text"]::-ms-input-placeholder,
.form-site textarea::-ms-input-placeholder {
  color: #8e8e8e;
}
.form-site input[type="email"]::placeholder,
.form-site input[type="text"]::placeholder,
.form-site textarea::placeholder {
  color: #8e8e8e;
}
.form-site input[type="email"]:focus,
.form-site input[type="email"]:hover,
.form-site input[type="text"]:focus,
.form-site input[type="text"]:hover,
.form-site textarea:focus,
.form-site textarea:hover {
  -webkit-box-shadow: inset 0 0 29px 7px rgba(55, 134, 218, 0.44);
  box-shadow: inset 0 0 29px 7px rgba(55, 134, 218, 0.44);
}
.form-site .btn {
  min-width: 180px;
}
.form-site--vert.form-site {
  display: block;
  margin-left: -16px;
  margin-right: -16px;
}
.form-site--vert.form-site input[type="email"],
.form-site--vert.form-site input[type="text"],
.form-site--vert.form-site textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #c6c6c6;
  margin: 0 16px 29px;
}
.form-site--vert.form-site input[type="email"],
.form-site--vert.form-site input[type="text"] {
  width: calc(50% - 32px);
}
.form-site--vert.form-site textarea {
  width: 100%;
}
.form-site--vert.form-site input[type="email"]:focus,
.form-site--vert.form-site input[type="email"]:hover,
.form-site--vert.form-site input[type="text"]:focus,
.form-site--vert.form-site input[type="text"]:hover,
.form-site--vert.form-site textarea:focus,
.form-site--vert.form-site textarea:hover {
  -webkit-box-shadow: inset 0 0 29px 7px rgba(55, 134, 218, 0.44);
  box-shadow: inset 0 0 29px 7px rgba(55, 134, 218, 0.44);
}
.form-site--vert.form-site .input-check {
  max-width: 350px;
  padding-right: 10px;
}
.form-site--vert.form-site .btn,
.form-site--vert.form-site input[type="submit"].btn {
  min-width: 215px;
}
.form-site--vert.form-site .h3,
.form-site--vert.form-site h3 {
  text-align: center;
  margin-bottom: 30px;
}
.form-site--vert .form-site__content {
  display: block;
}
.form-site--vert .form-site__text {
  width: 100%;
  font-size: 20px;
  color: #3e3e3e;
  margin-right: 0;
  margin-bottom: 40px;
}
.form-site--vert .form-site__fields {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-site--vert .form-site__btn {
  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;
  padding: 0 16px;
  margin-top: -5px;
}
.form-site--full.form-site input[type="email"],
.form-site--full.form-site input[type="text"] {
  width: calc(100% - 32px);
}
.form-site--full.form-site .form-site__btn {
  display: block;
}
.form-site--full.form-site .input-check {
  padding-right: 0;
  margin-bottom: 20px;
}
.form-site input[type="password"].errorfield,
.form-site input[type="text"].errorfield,
.form-site select.errorfield,
.form-site textarea.errorfield {
  border: 2px solid #fd6120;
  animation: errorfield 0.3s 3 alternate;
  -webkit-animation: errorfield 0.3s 3 alternate;
}
.form-site--vert.form-site input[type="password"].errorfield,
.form-site--vert.form-site input[type="text"].errorfield,
.form-site--vert.form-site select.errorfield,
.form-site--vert.form-site textarea.errorfield {
  border-color: #fd6120;
  animation: errorfield 0.3s 3 alternate;
  -webkit-animation: errorfield 0.3s 3 alternate;
}
.form-site-wrap_grey {
  background: #f3f3f3;
  padding: 20px;
  margin: 20px 0;
}
.form-site-wrap_grey .form-site__text {
  color: #1a1a1a;
}
.fancybox-inner .form-site--vert.form-site--full .form-site__btn {
  text-align: center;
}
.fancybox-inner .form-site--vert.form-site--full .input-check {
  text-align: left;
}
.geography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Decima, Arial, sans-serif;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 54px;
}
.geography__content {
  width: 43%;
  padding: 64px 37px 47px;
  border: 1px solid #c6c6c6;
  border-right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.geography__text {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #1a1a1a;
  letter-spacing: 0.6px;
  margin-bottom: 37px;
}
.geography__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.geography__item {
  display: inline-block;
  height: 42px;
  border: 2px solid #3682cd;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0);
  font-style: normal;
  font-weight: 700;
  font-size: 18.5px;
  line-height: 38px;
  color: #232323;
  white-space: nowrap;
  text-decoration: none;
  padding: 0 28px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 5px 14px;
  cursor: pointer;
}
.geography__item.active,
.geography__item:hover {
  background: #3682cd;
  color: #fff;
}
.geography__map {
  width: 57%;
}
.geography .map {
  height: 100%;
}
.ic-hamburger {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.ic-hamburger:focus {
  outline: none;
}
.ic-hamburger span {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 2px;
  background: #0073b0;
  border-radius: 0;
}
.ic-hamburger span:after,
.ic-hamburger span:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0073b0;
  border-radius: 0;
}
.ic-hamburger span:before {
  top: -8px;
}
.ic-hamburger span:after {
  bottom: -8px;
}
.ic-hamburger span:before {
  -webkit-transition:
    top 0.3s ease 0.3s,
    -webkit-transform 0.3s ease 0s;
  transition:
    top 0.3s ease 0.3s,
    -webkit-transform 0.3s ease 0s;
  -o-transition:
    top 0.3s ease 0.3s,
    transform 0.3s ease 0s;
  transition:
    top 0.3s ease 0.3s,
    transform 0.3s ease 0s;
  transition:
    top 0.3s ease 0.3s,
    transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
}
.ic-hamburger span:after {
  -webkit-transition:
    bottom 0.3s ease 0.3s,
    -webkit-transform 0.3s ease 0s;
  transition:
    bottom 0.3s ease 0.3s,
    -webkit-transform 0.3s ease 0s;
  -o-transition:
    bottom 0.3s ease 0.3s,
    transform 0.3s ease 0s;
  transition:
    bottom 0.3s ease 0.3s,
    transform 0.3s ease 0s;
  transition:
    bottom 0.3s ease 0.3s,
    transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
}
.ic-hamburger.active span {
  background: none;
}
.ic-hamburger.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ic-hamburger.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ic-hamburger.active span:before {
  -webkit-transition:
    top 0.3s ease 0s,
    -webkit-transform 0.3s ease 0.3s;
  transition:
    top 0.3s ease 0s,
    -webkit-transform 0.3s ease 0.3s;
  -o-transition:
    top 0.3s ease 0s,
    transform 0.3s ease 0.3s;
  transition:
    top 0.3s ease 0s,
    transform 0.3s ease 0.3s;
  transition:
    top 0.3s ease 0s,
    transform 0.3s ease 0.3s,
    -webkit-transform 0.3s ease 0.3s;
}
.ic-hamburger.active span:after {
  -webkit-transition:
    bottom 0.3s ease 0s,
    -webkit-transform 0.3s ease 0.3s;
  transition:
    bottom 0.3s ease 0s,
    -webkit-transform 0.3s ease 0.3s;
  -o-transition:
    bottom 0.3s ease 0s,
    transform 0.3s ease 0.3s;
  transition:
    bottom 0.3s ease 0s,
    transform 0.3s ease 0.3s;
  transition:
    bottom 0.3s ease 0s,
    transform 0.3s ease 0.3s,
    -webkit-transform 0.3s ease 0.3s;
}
.ic-hamburger:hover span,
.ic-hamburger:hover span:after,
.ic-hamburger:hover span:before {
  background-color: #818181;
}
.ic-hamburger.active:hover span {
  background-color: rgba(0, 0, 0, 0);
}
.help-select-wrap {
  padding: 70px 0 65px;
  margin-bottom: 62px;
}
.help-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 26px 16px rgba(36, 107, 184, 0.44);
  box-shadow: 0 0 26px 16px rgba(36, 107, 184, 0.44);
  padding: 35px 100px 45px 85px;
}
.help-select__info {
  width: 252px;
  margin-right: 107px;
}
.help-select__form {
  width: calc(100% - 360px);
  max-width: 640px;
  padding-top: 9px;
}
.help-select__head {
  font-family: Decima, Arial, sans-serif;
  font-size: 37px;
  color: #1a1a1a;
  letter-spacing: 0.3px;
  margin-bottom: 18px;
}
.help-select__head,
.help-select__text {
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.help-select__text {
  font-size: 15px;
  color: #3e3e3e;
  letter-spacing: 0.25px;
  margin-bottom: 38px;
}
.help-select .social {
  display: block;
}
.help-select .social__item {
  min-width: 205px;
}
.help-select .social__item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 27px;
}
.leave-request {
  padding: 20px 0;
  background-position: 50% 80%;
  margin-bottom: 36px;
}
.leave-request .form-site {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.map {
  position: relative;
}
.map-popup {
  display: inline-block;
  width: 310px;
  padding: 18px 40px 23px;
  text-align: center;
}
.map-popup__phone-item {
  margin-bottom: 5px;
}
.map-popup__phone,
.map-popup__phone a {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  color: #0e0e0e;
  text-decoration: none;
}
.map-popup__phone-code {
  font-size: 15px;
  color: #565656;
}
.map-popup__phone a:hover,
.map-popup__phone a:hover .map-popup__phone-code {
  color: #009aff;
}
.map-popup .btn {
  margin-top: 20px;
}
.map-popup .btn,
.map-popup .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobile-menu {
  display: block;
  width: 80vw;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  background: #fff;
  padding-bottom: 20px;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 10px 17px 15px;
  border-bottom: 1px solid #d1d1d1;
}
.mobile-menu__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #1a1a1a;
}
.mobile-menu__title.active {
  cursor: pointer;
}
.mobile-menu__content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: block;
}
.mobile-menu .top-menu {
  padding: 20px 0;
  border-bottom: 1px solid #d1d1d1;
}
.mobile-menu .top-menu__link,
.mobile-menu .top-menu__list {
  display: block;
  position: relative;
}
.mobile-menu .top-menu__item:not(:last-child) {
  margin: 0;
}
.mobile-menu .top-menu__link,
.mobile-menu .top-menu__sub-link {
  padding: 10px 35px 10px 15px;
}
.mobile-menu .top-menu__arr {
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url(/local/templates/alma-okna-new/css/../img/arr-slider-right.png) no-repeat 50%;
  position: absolute;
  top: 6px;
  right: 0;
  margin: 0;
}
.mobile-menu .top-menu__list li {
  position: static;
}
.mobile-menu .top-menu__list ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 80vw;
}
.mobile-menu .top-menu__sub-menu {
  display: block;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  visibility: hidden;
  -webkit-transition: visibility 0.5s ease 0s;
  -o-transition: visibility 0.5s ease 0s;
  transition: visibility 0.5s ease 0s;
}
.mobile-menu .top-menu__sub-menu.active {
  visibility: visible;
}
.mobile-menu .header-top__phone {
  padding: 20px 15px;
}
.mobile-menu .social {
  padding: 10px 15px;
}
.offer {
  margin-bottom: 50px;
}
.offer-slider {
  font-family: Decima, Arial, sans-serif;
  padding: 0 8.33%;
  position: relative;
}
.offer-slider__list {
  display: none;
  margin: 0 -21px;
}
.offer-slider__list.slick-initialized {
  display: block;
}
.offer-slider__item {
  display: inline-block;
  width: calc(33.33% - 42px);
  background: #5ca5d8;
  border-radius: 10px;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 100px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offer-slider__item:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 38px;
  background: url(/local/templates/alma-okna-new/css/../img/ic-label.png) no-repeat 50%;
  position: absolute;
  top: 0;
  left: 30px;
}
.offer-slider__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 26px 10px 10px;
}
.offer-slider__item:hover {
  background: -o-radial-gradient(
    center,
    ellipse,
    #8bc2fc 0,
    #8bc2fc 20%,
    #0274b1 100%
  );
  background: radial-gradient(
    ellipse at center,
    #8bc2fc 0,
    #8bc2fc 20%,
    #0274b1 100%
  );
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.offer-slider__name {
  max-width: 180px;
  font-style: normal;
  font-weight: 400;
  font-size: 27.5px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.4px;
  margin: 0 auto 20px;
}
.offer-slider__img {
  width: 100%;
  height: 270px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.offer-slider__size {
  font-size: 16px;
  margin-bottom: 20px;
}
.offer-slider__price,
.offer-slider__size {
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #dcdcdc;
}
.offer-slider__price {
  font-size: 20px;
  margin-bottom: 10px;
}
.offer-slider__price-num {
  font-size: 39.5px;
  color: #fff;
}
.offer-slider .btn {
  min-width: 225px;
  height: 66px;
  border-radius: 33px;
  line-height: 64px;
  margin-bottom: -43px;
}
.offer-slider__item:hover .btn {
  background: -o-linear-gradient(17deg, #ff8c00 0, #ff7200 100%);
  background: linear-gradient(73deg, #ff8c00, #ff7200);
  -webkit-box-shadow: 0 0 23px 20px rgba(255, 131, 0, 0.43);
  box-shadow: 0 0 23px 20px rgba(255, 131, 0, 0.43);
}
.offer-slider .slick-slide {
  margin: 0 21px;
}
.offer-slider .arrow {
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 3px solid #3789cb;
  outline: 0;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  margin-top: -27px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.offer-slider .arrow:hover {
  background: #3789cb;
}
.offer-slider .arrow:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offer-slider .arrow--prev {
  left: 0;
  margin-right: 10px;
}
.offer-slider .arrow--next {
  right: 0;
}
.offer-slider .arrow--prev:after {
  background: url(/local/templates/alma-okna-new/css/../img/arr-slider-left.png) no-repeat 50%;
}
.offer-slider .arrow--next:after {
  background: url(/local/templates/alma-okna-new/css/../img/arr-slider-right.png) no-repeat 50%;
}
.offer-slider .arrow--prev:hover:after {
  background: url(/local/templates/alma-okna-new/css/../img/arr-slider-left-white.png) no-repeat 50%;
}
.offer-slider .arrow--next:hover:after {
  background: url(/local/templates/alma-okna-new/css/../img/arr-slider-right-white.png) no-repeat 50%;
}
.partner-wrap {
  margin-bottom: 45px;
}
.partner {
  font-family: Decima, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -21px 0;
}
.partner__item {
  width: calc(33.33% - 42px);
  height: 278px;
  border-radius: 10px;
  margin: 0 21px 38px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.partner__back,
.partner__front {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition:
    transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  position: relative;
}
.partner__content {
  padding: 10px 50px;
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
}
.partner__front {
  background: #fff;
  border: 1px solid #e8e8e8;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.partner__front-img {
  text-align: center;
}
.partner__back {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/local/templates/alma-okna-new/css/../img/bg-partner.jpg) no-repeat 50% 100%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.partner__back-img {
  height: 35px;
  margin-bottom: 10px;
}
.partner__back-img img {
  max-height: 100%;
}
.partner__text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}
.partner__back .partner__text {
  color: #fff;
}
.partner__item:hover .partner__back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.partner__item:hover .partner__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.partner__item:hover .partner__back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition:
    transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.ui-slider-horizontal {
  height: 8px;
  border-radius: 4px;
  background: #efefef;
  -webkit-box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.17);
}
.ui-widget.ui-widget-content {
  border: 0;
}
.ui-widget-header {
  background: #217bc2;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #efefef;
  background-color: #217bc2;
}
.ui-slider-horizontal .ui-state-default {
  top: -6px;
}
.ui-slider-vertical {
  width: 8px;
}
.ui-slider-vertical .ui-state-default {
  left: -6px;
}
.result {
  margin-bottom: 65px;
}
.result__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.result__item {
  margin: 15px 69px;
  text-align: center;
}
.result__num {
  font-family: Decima, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 110px;
  line-height: 1;
  color: #2e79ca;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#5ca4d8),
    to(#237dc3)
  );
  background: -o-linear-gradient(bottom, #5ca4d8 0, #237dc3 100%);
  background: linear-gradient(0deg, #5ca4d8, #237dc3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.result__text {
  font-family: HelveticaNeueCyr, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #1a1a1a;
  letter-spacing: 0.2px;
  margin-top: 16px;
}
.review-wrap {
  margin-bottom: 50px;
}
.review__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -11px 0;
}
.review__item,
.review__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.review__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.33% - 22px);
  margin: 0 11px 22px;
  background: -o-linear-gradient(277deg, #3f90ce 0, #337dcd 100%);
  background: linear-gradient(173deg, #3f90ce, #337dcd);
  border-radius: 30px;
  padding: 73px 53px 40px;
  position: relative;
  text-decoration: none;
}
.review__item:after {
  content: "";
  display: inline-block;
  width: 68px;
  height: 59px;
  background: url(/local/templates/alma-okna-new/css/../img/mail-smile.png) no-repeat 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}
.review__head {
  font-family: Decima, Arial, sans-serif;
  font-size: 28px;
  letter-spacing: 0.3px;
  text-align: center;
  margin-bottom: 20px;
}
.review__head,
.review__text,
.review__text p {
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.review__text,
.review__text p {
  font-family: HelveticaNeueCyr, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.2px;
}
.review__btn {
  text-align: center;
  margin-top: 20px;
}
.review__btn .btn {
  font-family: HelveticaNeueCyr, Arial, sans-serif;
  text-transform: none;
  min-width: 223px;
}
.review__more {
  text-align: center;
  margin-top: 30px;
}
.review__more .btn {
  font-size: 18.5px;
  min-width: 236px;
}
.review .text-dot {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 11px;
  background: #21659e;
  border-radius: 6px;
  font-size: 0;
  position: relative;
}
.review .text-dot__img:after,
.review .text-dot__img:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.review .text-dot__img,
.review .text-dot__img:after,
.review .text-dot__img:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bbe6bb;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.review .text-dot__img:before {
  left: 7px;
}
.review .text-dot__img:after {
  left: -14px;
}
.review__item:hover .btn--dark-blue {
  background: #ff7200;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulsate {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.review__item:hover:after {
  background-image: url(/local/templates/alma-okna-new/css/../img/mail-smile-orange.png);
  -webkit-animation: pulsate 0.8s ease-in-out 0s infinite;
  animation: pulsate 0.8s ease-in-out 0s infinite;
}
.search-form {
  display: inline-block;
  width: 100%;
  max-width: 210px;
  position: relative;
}
.search-form form {
  width: 100%;
}
.search-form input[type="text"] {
  height: 46px;
  width: 100%;
  outline: none;
  border: 0;
  border-radius: 23px;
  font-family: HelveticaNeueCyr, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 44px;
  color: #0073b0;
  text-align: center;
  padding: 0 40px;
  margin: 0;
  background: #e5eef7;
}
.search-form input[type="text"]::-webkit-input-placeholder {
  color: #9cacbe;
}
.search-form input[type="text"]::-moz-placeholder {
  color: #9cacbe;
}
.search-form input[type="text"]:-ms-input-placeholder {
  color: #9cacbe;
}
.search-form input[type="text"]::-ms-input-placeholder {
  color: #9cacbe;
}
.search-form input[type="text"]::placeholder {
  color: #9cacbe;
}
.search-form__btn,
.search-form input[type="submit"] {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url(/local/templates/alma-okna-new/css/../img/ic-search.png) no-repeat 50%;
  border: 0;
  outline: 0;
  border-radius: 0;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}
.search-form input[type="submit"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.search-form__btn:hover,
.search-form input[type="submit"]:hover {
  background-image: url(/local/templates/alma-okna-new/css/../img/ic-search-blue.png);
}
.select2 {
  min-width: 178px;
}
.select2-container .select2-selection--single {
  display: block;
  width: 100%;
  height: 60px;
  outline: none;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  border-radius: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 18.5px;
  line-height: 58px;
  color: #1a1a1a;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.3);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #8e8e8e;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 18.5px;
  line-height: 58px;
  color: #1a1a1a;
  padding: 0 50px 0 16px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: inline-block;
  width: 36px;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  right: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url(/local/templates/alma-okna-new/css/../img/arr-blue-down.png) no-repeat 50%;
  border: 0;
  margin-left: 0;
  margin-top: -4px;
  left: 0;
  right: auto;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select2-dropdown {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  margin-top: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #585858;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #e9e9e9;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.select2-container--default .select2-results__option {
  padding: 10px 5px;
}
.select2-container--default .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: rgba(0, 0, 0, 0);
  color: #585858;
  font-weight: 700;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #e5e5e5;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Decima, Arial, sans-serif;
}
.social__item {
  height: 50px;
  border-radius: 25px;
  background: #6e94c1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social__icon,
.social__item {
  display: inline-block;
  position: relative;
}
.social__icon {
  vertical-align: middle;
  width: 50px;
  height: 100%;
}
.social__item--tl .social__icon:after,
.social__item--vk .social__icon:after,
.social__item--wu .social__icon:after,
.social__item--max .social__icon:after
 {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.social__item--vk .social__icon:after {
  width: 21px;
  height: 13px;
  background: url(/local/templates/alma-okna-new/css/../img/ic-vk.png) no-repeat 50%;
}
.social__item--wu .social__icon:after {
  width: 22px;
  height: 22px;
  background: url(/local/templates/alma-okna-new/css/../img/ic-wu.png) no-repeat 50%;
}
.social__item--tl .social__icon:after {
  width: 21px;
  height: 18px;
  background: url(/local/templates/alma-okna-new/css/../img/ic-tl.png) no-repeat 50%;
}
.social__item--max .social__icon:after {
  width: 21px;
  height: 21px;
  background: url(/local/templates/alma-okna-new/css/../img/ic-max.png) no-repeat 50%;
}
.social__item--vk {
  background: #6e94c1;
}
.social__item--wu {
  background: #02ad58;
}
.social__item--tl {
  background: #33b5e7;
}
.social__item--max {
  background: linear-gradient(90deg, rgba(65, 133, 246, 1) 0%, rgba(73, 48, 224, 1) 48%, rgba(150, 75, 218, 1) 98%);
}
.social__item--max {
  background: linear-gradient(90deg, rgba(65, 133, 246, 1) 0%, rgba(73, 48, 224, 1) 48%, rgba(150, 75, 218, 1) 98%)
}
.social__item--vk:hover {
  background: #6083ac;
}
.social__item--wu:hover {
  background: #03974d;
}
.social__item--tl:hover {
  background: #2ea0cc;
}
.social__item:not(:last-child) {
  margin-right: 30px;
}
.social__text {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.5px;
  padding-right: 30px;
  padding-left: 7px;
}
.social--big .social__item {
  height: 65px;
  border-radius: 32.5px;
}
.social--big .social__icon {
  width: 65px;
}
.text-border {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  padding: 31px 33px 36px;
  font-family: HelveticaNeueCyr, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #1a1a1a;
  letter-spacing: 0.25px;
}
.top-menu {
  font-family: Decima, Arial, sans-serif;
}
.top-menu__item,
.top-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-menu__item,
.top-menu__link {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #0e0e0e;
  text-decoration: none;
}
.top-menu__item {
  position: relative;
}
.top-menu__item:not(:last-child) {
  margin-right: 37px;
}
.top-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.top-menu__arr {
  display: inline-block;
  width: 14px;
  height: 9px;
  background: url(/local/templates/alma-okna-new/css/../img/arr-blue-down.png) no-repeat 50%;
  margin-right: 6px;
}
.top-menu__sub-menu {
  display: none;
  width: 270px;
  background: #fff;
  -webkit-box-shadow: 0 19px 21px 5px hsla(0, 0%, 76.5%, 0.28);
  box-shadow: 0 19px 21px 5px hsla(0, 0%, 76.5%, 0.28);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
}
.top-menu__sub-item,
.top-menu__sub-link {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #0e0e0e;
  text-decoration: none;
}
.top-menu__sub-item {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.top-menu__sub-link {
  padding: 8px 30px;
  background: rgba(0, 0, 0, 0);
}
.top-slider {
  font-family: Decima, Arial, sans-serif;
}
.top-slider__list {
  display: none;
}
.top-slider__list.slick-initialized {
  display: block;
}
.top-slider__content,
.top-slider__item {
  height: 558px;
}
.top-slider__item {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.top-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 40px;
}
.top-slider__title {
  max-width: 552px;
  font-style: italic;
  font-weight: 700;
  font-size: 37px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.6px;
  padding: 20px 50px 23px;
  position: relative;
}
.top-slider__title:before {
  content: "";
  display: inline-block;
  width: calc(100% - 24px);
  height: 100%;
  -webkit-transform: skew(-12deg);
  -ms-transform: skew(-12deg);
  transform: skew(-12deg);
  background: -o-linear-gradient(302deg, #0072b0 0, #b4d6ff 100%);
  background: linear-gradient(148deg, #0072b0, #b4d6ff);
  position: absolute;
  top: 0;
  left: 12px;
}
.top-slider__subtitle-text,
.top-slider__title-text {
  position: relative;
}
.top-slider__subtitle {
  max-width: 460px;
  font-style: italic;
  font-weight: 700;
  font-size: 37px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.6px;
  text-indent: 22px;
  padding: 8px 50px 14px;
  position: relative;
  margin-left: 192px;
  margin-top: -50px;
}
.top-slider__subtitle:before {
  content: "";
  display: inline-block;
  width: calc(100% - 24px);
  height: 100%;
  -webkit-transform: skew(-12deg);
  -ms-transform: skew(-12deg);
  transform: skew(-12deg);
  background: -o-linear-gradient(17deg, #ff7b00 0, #ff7300 100%);
  background: linear-gradient(73deg, #ff7b00, #ff7300);
  position: absolute;
  top: 0;
  left: 12px;
}
.top-slider__subtitle:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-color: #d96405 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 24px 17px 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
}
.top-slider__label {
  font-size: 15px;
  letter-spacing: 0.2px;
  margin-left: 10px;
}
.top-slider__btn {
  margin-top: 62px;
}
.top-slider__btn .btn {
  padding: 0 30px;
  min-width: 185px;
}
.top-slider__btn .btn:not(:last-child) {
  margin-right: 10px;
}
.top-slider__arr-wrap {
  height: 0;
}
.top-slider__arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  bottom: 30px;
  right: 0;
}
.top-slider__arr .arrow {
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 3px solid #3789cb;
  outline: 0;
  background: rgba(0, 0, 0, 0);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-slider__arr .arrow:hover {
  background: #3789cb;
}
.top-slider__arr .arrow:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-slider__arr .arrow--prev {
  margin-right: 10px;
}
.top-slider__arr .arrow--prev:after {
  background: url(/local/templates/alma-okna-new/css/../img/arr-slider-left.png) no-repeat 50%;
}
.top-slider__arr .arrow--next:after {
  background: url(/local/templates/alma-okna-new/css/../img/arr-slider-right.png) no-repeat 50%;
}
.top-slider__arr .arrow--prev:hover:after {
  background: url(/local/templates/alma-okna-new/css/../img/arr-slider-left-white.png) no-repeat 50%;
}
.top-slider__arr .arrow--next:hover:after {
  background: url(/local/templates/alma-okna-new/css/../img/arr-slider-right-white.png) no-repeat 50%;
}
.info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.info-block__img {
  max-width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.info-card {
  background: #5ca5d8;
  border-radius: 10px;
  padding: 30px 15px;
  text-align: center;
  color: #fff;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.info-card__img {
  margin-bottom: 20px;
}
.info-card__title {
  font-size: 21px;
  font-weight: 700;
}
.info-card__text {
  margin-top: 10px;
  font-size: 16px;
}
.info-card_border {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #d1d1d1;
  color: #1a1a1a;
}
.unwrap-block {
  border-bottom: 1px solid #d1d1d1;
}
.unwrap-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #1a1a1a;
  padding: 15px 0;
  cursor: pointer;
}
.unwrap-block__arr,
.unwrap-block__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.unwrap-block__arr {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.unwrap-block__arr .icon {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.unwrap-block.opened .unwrap-block__arr .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.unwrap-block__content {
  display: none;
  padding: 15px 0;
}
@media (max-width: 1549px) {
  .header-top__btn .btn {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 0;
    line-height: 48px;
    text-align: center;
    padding: 0 10px;
  }
  .header-top__btn .btn__icon {
    margin: 0;
  }
  .header-bottom .search-form,
  .header-bottom .search-form__btn {
    margin-left: 20px;
  }
  .form-site input[type="email"],
  .form-site input[type="text"],
  .form-site textarea {
    width: 100%;
  }
  .form-site__text {
    width: 25%;
  }
  .result__item {
    margin: 15px 40px;
  }
}
@media (max-width: 1279px) {
  .header-bottom {
    padding: 12px 0;
  }
  .header-bottom .search-form {
    width: auto;
  }
  .header-bottom .search-form__content {
    width: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-bottom .search-form.open .search-form__content {
    width: 400px;
  }
  .header-bottom .search-form__btn {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-bottom .search-form.open .search-form__btn {
    margin-right: 20px;
    margin-left: 0;
  }
  .footer-menu {
    max-width: 370px;
  }
  .footer-menu__item,
  .footer-menu__link {
    font-size: 20px;
  }
  .calc .form-site__text {
    width: 20%;
    margin-right: 20px;
  }
  .form-site__text {
    font-size: 21px;
  }
  .help-select {
    padding: 35px 45px 45px;
  }
  .help-select__info {
    width: 300px;
    margin-right: 50px;
  }
  .offer-slider {
    padding: 0 6%;
  }
  .result__item {
    margin: 15px 30px;
  }
  .result__num {
    font-size: 70px;
  }
  .review__item {
    width: calc(50% - 22px);
  }
  .social__item:not(:last-child) {
    margin-right: 15px;
  }
  .top-menu__item:not(:last-child) {
    margin-right: 20px;
  }
  .top-menu__item,
  .top-menu__link,
  .top-menu__sub-item,
  .top-menu__sub-link {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .header-top__phone,
  .header-top__phone a {
    font-size: 24px;
  }
  .header-top__btn .btn {
    height: 45px;
    width: 45px;
    line-height: 43px;
  }
  .footer-call__content {
    display: block;
  }
  .footer-call__social {
    border-right: 0;
    border-bottom: 1px solid #424242;
  }
  .footer__nav {
    display: block;
  }
  .footer-menu {
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .footer-menu__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -23px;
  }
  .about__item {
    margin-bottom: 50px;
  }
  .about__title {
    margin-bottom: 20px;
  }
  .calc__content {
    display: block;
  }
  .calc__data,
  .calc__size {
    width: 100%;
  }
  .calc .form-site__text {
    width: 100%;
    margin-right: 0;
  }
  .calc .form-site input[type="email"],
  .calc .form-site input[type="text"],
  .calc .form-site textarea {
    width: calc(50% - 16px);
  }
  .form-site {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-site__text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .geography {
    display: block;
    border: 1px solid #c6c6c6;
  }
  .geography__content,
  .geography__map {
    width: 100%;
  }
  .geography__content {
    border: 0;
    padding: 35px;
  }
  .geography__map {
    height: 350px;
  }
  .help-select {
    display: block;
    padding: 35px 30px 45px;
  }
  .help-select__form,
  .help-select__info {
    width: 100%;
  }
  .help-select__info {
    margin-right: 0;
  }
  .help-select .social__item {
    min-width: 150px;
  }
  .help-select .social__item:not(:last-child) {
    margin-right: 10px;
  }
  .partner__item {
    width: calc(50% - 42px);
  }
  .result__item {
    margin: 15px 0;
    width: 50%;
  }
  .review__item,
  .review__list {
    margin-left: 0;
    margin-right: 0;
  }
  .review__item {
    width: 100%;
    padding: 73px 35px 40px;
  }
  .social--big .social__item,
  .social__item {
    height: 45px;
  }
  .social--big .social__icon,
  .social__icon {
    width: 45px;
    height: 45px;
    line-height: 43px;
  }
  .top-menu__item,
  .top-menu__link,
  .top-menu__sub-item,
  .top-menu__sub-link {
    font-size: 18px;
  }
  .top-menu__sub-menu {
    width: 200px;
  }
  .top-menu__item:not(:last-child) {
    margin-right: 15px;
  }
  .top-slider__subtitle,
  .top-slider__title {
    font-size: 35px;
  }
  .info-block__img {
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100% !important;
    width: 100%;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn-mob-icon .btn__text {
    display: none;
  }
  .btn-mob-icon .btn__icon {
    margin: 0;
  }
  .h2,
  h2 {
    font-size: 32px;
  }
  .header-top {
    padding: 10px 0;
  }
  .header-top .header-top__phone,
  .header-top .social {
    display: none;
  }
  .header-top .ic-hamburger {
    margin-left: 20px;
  }
  .header-bottom {
    padding: 5px 0;
  }
  .header-bottom .top-menu {
    display: none;
  }
  .header-bottom .search-form {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
  }
  .header-bottom .search-form__content {
    display: block;
    position: relative;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .footer {
    font-size: 16px;
  }
  .footer .logo {
    margin-top: 0;
  }
  .footer__copyright {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-call {
    margin-top: 40px;
  }
  .footer-call__content {
    border: 0;
  }
  .footer-call__btn,
  .footer-call__social {
    padding: 0;
  }
  .footer-call__social {
    border-bottom: 0;
    margin-bottom: 20px;
  }
  .footer-call__title {
    margin-bottom: 20px;
  }
  .footer-call .social__text {
    display: none;
  }
  .footer-call .social__item {
    min-width: 0;
  }
  .footer-contact__phone {
    font-size: 34px;
  }
  .almalogo__link {
    width: 120px;
    height: 42px;
  }
  .about__list {
    margin-top: 20px;
  }
  .about__title {
    font-size: 32px;
  }
  .advant {
    margin-top: 15px;
  }
  .advant__item {
    height: auto;
    margin-bottom: 20px;
  }
  .advant__name {
    font-size: 26px;
  }
  .advant__text {
    font-size: 16px;
  }
  .calc-wrap {
    padding: 45px 0 65px;
  }
  .calc__form,
  .calc__size {
    padding: 20px;
  }
  .calc .form-site input[type="email"],
  .calc .form-site input[type="text"],
  .calc .form-site textarea {
    width: 100%;
  }
  .select-window__item:hover .select-window__popup {
    display: block;
  }
  .select-window__popup-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .input-check__text {
    margin-left: 10px;
  }
  .form-site,
  .form-site__content,
  .form-site__fields {
    display: block;
  }
  .form-site input[type="email"],
  .form-site input[type="text"],
  .form-site textarea {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-site__btn {
    text-align: center;
  }
  .form-site--vert.form-site {
    margin-left: 0;
    margin-right: 0;
  }
  .form-site--vert.form-site input[type="email"],
  .form-site--vert.form-site input[type="text"],
  .form-site--vert.form-site textarea {
    width: 100%;
    margin: 0 0 10px;
  }
  .form-site--vert .form-site__btn {
    display: block;
    padding: 0;
  }
  .form-site--vert .form-site__btn .input-check {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .form-site--vert .form-site__btn .input-check__text {
    text-align: left;
  }
  .geography__content {
    padding: 20px;
  }
  .geography__item {
    font-size: 16px;
  }
  .geography__text {
    font-size: 20px;
  }
  .help-select {
    padding: 20px;
  }
  .help-select__head {
    font-size: 34px;
  }
  .help-select .social {
    margin-bottom: 20px;
  }
  .help-select .social__item,
  .help-select .social__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .offer {
    margin-bottom: 0;
  }
  .partner {
    margin-left: 0;
    margin-right: 0;
  }
  .partner__item {
    width: 100%;
    margin: 0 0 15px;
  }
  .review__item {
    padding: 73px 20px 30px;
    margin: 0 0 15px;
  }
  .text-border {
    padding: 20px;
    font-size: 18px;
  }
  .top-slider__subtitle {
    margin-top: 10px;
    margin-left: 0;
  }
  .top-slider__subtitle,
  .top-slider__title {
    font-size: 28px;
    max-width: 100%;
    width: 400px;
    padding: 10px 30px;
  }
  .top-slider__content,
  .top-slider__item {
    height: 400px;
  }
  .top-slider__arr {
    right: 10px;
    bottom: 10px;
  }
  .top-slider__btn .btn {
    min-width: 0;
  }
  .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-block__img {
    max-width: 100%;
    text-align: center;
  }
  .info-block__img img {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .calc-step__num {
    width: 40px;
  }
  .calc-step__title {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .logo {
    width: 160px;
  }
  .logo__img {
    width: 50px;
  }
  .logo__text {
    width: calc(100% - 50px);
    padding-left: 10px;
    font-size: 20px;
  }
  .header-top__btn .btn {
    height: 40px;
    width: 40px;
    line-height: 38px;
  }
  .header-top .ic-hamburger {
    margin-left: 15px;
  }
  .calc-price {
    display: block;
  }
  .calc-price__item {
    width: 100%;
    padding: 20px 10px;
  }
  .calc-price__item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #d1d1d1;
  }
  .result__num {
    font-size: 60px;
  }
  .result__text {
    font-size: 18px;
  }
  .top-slider__subtitle,
  .top-slider__title {
    font-size: 24px;
  }
  .top-slider__btn {
    margin-top: 40px;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .container {
    max-width: 540px;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .container {
    max-width: 720px;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .top-menu__item:hover {
    color: #5ca5d8;
  }
  .top-menu__item:hover > .top-menu__sub-menu {
    display: block;
  }
  .top-menu__sub-link:hover {
    background: -o-linear-gradient(302deg, #3084c9 0, #b4d6ff 100%);
    background: linear-gradient(148deg, #3084c9, #b4d6ff);
    color: #fff;
  }
  .top-menu__sub-link:hover:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 13px;
    background: url(/local/templates/alma-okna-new/css/../img/arr-orange-right.png) no-repeat 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .container {
    max-width: 960px;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .container {
    max-width: 1250px;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1550px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column,
  .flex-xxl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .container {
    max-width: 1512px;
  }
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 2500px) {
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxxl-column,
  .flex-xxxl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .container {
    max-width: 1920px;
  }
  .col-xxxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* End */


/* Start:/local/templates/alma-okna-new/css/custom.css?173927662216589*/
body,
html {
	font-size: 18px;
}

.advant__name,
.advant__text {
	line-height: 1.5;
}

.advant__text {
	font-size: 18px;
}

.review__text.js-short-text {
	line-height: 1.5;
}

.text-border {
	line-height: 1.5;
	font-size: 21px;
}

.input-check__label {
	font-weight: 400;
}

.almalogo {
	color: #888;
}

.partner__text {
	line-height: 1.5;
}

.site-image {
	margin-right: 30px!important;
	margin-bottom: 30px;
}

.consult-form .form-site {
	display: block;
}

.consult-form .form-site__text {
	width: 100%;
	margin-bottom: 20px;
}

.consult-form .form-site__content {
	width: 100%;
}

.form-site-wrap_grey .form-site__text {
	width: 33%;
}

.btn--big {
	border-radius: 30px!important;
	min-width: 100px;
	padding: 6px 42px;
	height: 55px!important;
	line-height: 40px!important;
	vertical-align: middle;
	font-size: 21px!important;
}

#wait_comp_ee549429863a5dc04735ae0a5bdbf2a3,
#wait_comp_849827f3d06494e340a3bdf6448d44e1,
#wait_comp_6deba28c9e65e6c1cbd1138e79e45c0e {
	display: none;
}


/*@media (max-width: 991px){
.form-site__text {
	width: 100%;
	}
}

@media (max-width: 991px){
.form-site__content, .form-site__fields {
	flex-wrap: wrap;
}
}


}*/

.price-one {
	margin-left: 220px;
}

.price-two {
	margin-left: 279px;
}

.size-one {
	margin-left: 28px;
}

.size-two {
	margin-left: 88px;
}

.size-three {
	margin-left: 88px;
}

.main-user-consent-request-popup {
	z-index: 100000;
}

@media (max-width: 1279px) {
	.page-content .box .form-site {
		flex-wrap: wrap;
	}
	.page-content .box .form-site__text,
	.page-content .box .form-site__content {
		width: 100%;
	}
	.page-content .box .form-site__text {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.span1,
	.span2,
	.span3,
	.span4,
	.span5,
	.span6,
	.span7,
	.span8,
	.span9,
	.span10,
	.span11,
	.span12 {
		width: 100%;
	}
	.site-image {
		margin-bottom: 0px!important;
		margin-right: 15px!important;
	}
	.price-one {
		margin-left: 0px!important;
	}
	.price-two {
		margin-left: 0px!important;
	}
	.size-one,
	.size-two,
	.size-three {
		font-size: 17px;
		display: block;
		margin-left: 0px!important;
	}
	.page-content .box .form-site__content,
	.page-content .box .form-site__fields {
		display: block;
	}
	.page-content .box .form-site input[type=email],
	.page-content .box .form-site input[type=text],
	.page-content .box .form-site textarea {
		margin: 0 0 16px 0;
	}
	.page-content .box .form-site__btn {
		text-align: center;
	}
}

@media (max-width: 767px) {
	body .review-box {
		display: block;
	}
	body .review-box__text {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

div[id^="wait_comp_"] {
	display: none !important;
}


/*Test*/

.block-test h3,
.h3,
.h4 {
	margin: 20px 0;
}

.test-text {
	padding-bottom: 25px;
}

.test-text__text {
	padding-top: 50px;
}

.test-text__text span {
	color: #f48437;
}

.test-text__img img {
	width: 240px;
}

.block-save {
	margin: 10px 0;
	padding: 10px 0;
}

.test-page__table {
	margin-bottom: 15px;
}

.test-page__table table {
	border-color: #0073b03d;
}

.test-page__table table td {
	border-color: #0073b03d;
}

.test-page__table td {
	padding: 10px;
	text-align: center;
}

.test-page__table td:first-child {
	text-align: left;
}

.test-page__table thead {
	color: #fff;
	background: #0073b0;
	font-weight: 500;
	font-size: 16px;
}

.test-page__table thead th {
	padding: 15px;
	text-align: center;
}

.block-garanteya .block-garanteya__border {
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	padding: 10px 15px;
}

.block-window {
	text-align: center;
	display: flex;
	margin: 35px 0px;
}

.block-window img {
	margin-right: 40px;
	border-radius: 10px;
	border: 2px solid #d1d1d1;
}

.block-list {
	margin-top: 25px;
	margin-bottom: 25px;
}

.block-list__item {
	color: #fff;
	display: block;
	height: calc(100% - 40px);
	border-radius: 10px;
	border: 2px solid #0073b0;
	padding: 15px 20px 30px;
	margin-bottom: 40px;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background: linear-gradient(173deg, #3f90ce, #337dcd);
}

.block-list__text {
	line-height: 1.5;
	font-size: 18px;
}

.block-list__item:hover {
	color: #fff;
	background: -webkit-gradient(linear, left bottom, left top, from(#5ca4d8), to(#237dc3));
	background: -o-linear-gradient(bottom, #5ca4d8 0, #237dc3 100%);
	background: linear-gradient(0deg, #5ca4d8, #237dc3);
}


/*Test end*/

.half-input {
	width: calc(50% - 32px) !important;
}

.span12 {
	padding-left: 21px;
	padding-right: 21px;
}

.header-bottom__content {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.search-form {
	max-width: 453px;
}

@media (max-width: 1549px) {
	.search-form {
		max-width: 210px;
	}
}

@media (max-width: 767px) {
	.form-site-wrap_grey .form-site__text {
		width: 100%;
	}
	.h1,
	h1 {
		font-size: 38px;
		line-height: 1.3;
		text-align: left!important;
	}
	.logo{
		width:130px;
	}
}

.leave-request .polit-wrap {
	margin-top: 15px;
}

.polit-msg {
	margin-top: 10px;
	font-size: 15px;
	color: #fff;
}

.input-check_white .input-check__mark::after {
	background: #fff;
}

.input-check_white .input-check__label {
	color: #fff;
}

.prices {
	display: flex;
	flex-wrap: wrap;
}

.prices__container {
	text-align: center;
	margin-bottom: 15px;
}

.prices__label {
	margin-bottom: 5px;
	text-align: center;
}

.prices__img {
	text-align: center;
	margin-bottom: 10px;
}

.prices__units {
	text-align: center;
}

.prices__unit {
	margin-bottom: 5px;
}

.prices__item {
	margin: 10px;
}

@media (max-width: 459px) {
	.prices {
		justify-content: center;
	}
}

.news-button-margin {
	margin-bottom: 10px;
}

.align-left {
	text-align: left;
}

.form-site .g-recaptcha{margin-top: 20px;}

.form-site--full .g-recaptcha{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px auto 0;
}


#tekst_sverhu_kartinki{
	position: relative;
}

.tekst_sverhu_kartinki_1{
	position: absolute;
	left: 20px;
	top: 20px;
	text-transform: uppercase;
	color: black;
	width: 340px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.5);
}

.tekst_sverhu_kartinki_2{
	position: absolute;
	right: 20px;
	top: 20px;
	text-transform: uppercase;
	color: black;
	width: 340px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.5);
}

.tekst_sverhu_kartinki_1 span{
	padding:8px;
	font: bold 24px/44px Helvetica, Sans-Serif;
}

.tekst_sverhu_kartinki_2 span{
	padding:8px;
	font: bold 24px/44px Helvetica, Sans-Serif;
}

.offer-slider__img{
	height: auto;
	margin-bottom: 10px;
	position: relative;
}

.offer-slider__svg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.svg-img__text{display: none;}
.svg-img__border + .svg-img__text{display: inline-block;}

.svg-img path,
.svg-img rect{
	fill: transparent;
}

.svg-img path:hover,
.svg-img rect:hover{
	fill: rgba(255, 159, 56, 0.43);
}


@media(max-width:1000px){
	.tekst_sverhu_kartinki_1{
		position: unset;
		left: unset;
		top: unset;
		width: 100%;
	}

.tekst_sverhu_kartinki_2{
		position: unset;
		left: unset;
		top: unset;
		width: 100%;
	}

	.tekst_sverhu_kartinki_1 span{
		padding:0;
		font: unset;
	}

	.tekst_sverhu_kartinki_2 span{
		padding:0;
		font: unset;
	}
}

.headline {
	padding-bottom: 0px!important;
	margin-bottom: 0!important;
}

.headline:after {
	content: none!important;
}

.header-top.fixed{
	width: 100%;
	background: #fff;
	padding: 5px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

.header-top.fixed .logo img{max-height: 65px;}

.header-top.fixed .header-top__phone,
.header-top.fixed .header-top__phone a{
	font-size: 22px;
}

.header-top.fixed .btn{
	height: 45px;
	line-height: 43px;
	font-size: 16px;
	text-align: center;
}

@media(max-width:1549px){
	.header-top.fixed .btn{
		font-size: 0;
		height: 50px;
		width: 50px;
		line-height: 48px;
	}
}

@media(max-width:767px){
	.header-top.fixed .logo img{max-height: 45px;}

	.header-top.fixed .btn{
		height: 40px;
		width: 40px;
		line-height: 38px;
	}
}

/* top slider */
.top-slider .slick-dots{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.top-slider .slick-dots,
.top-slider .slick-dots li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-slider .slick-dots button{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: transparent;
	border: 2px solid #237dc3;
	border-radius: 50%;
	font-size: 0;
	padding: 0;
	margin: 5px;
	outline: 0;
	transition: background 0.2s ease 0s;
	cursor: pointer;
}

.top-slider .slick-dots button:hover,
.top-slider .slick-dots .slick-active button{
	background: #237dc3;
}

.top-slider__title,
.top-slider__subtitle{
	padding-left: 0;
	text-indent: 0;
}

.top-slider__subtitle{max-width: 500px;}

.top-slider__shape{
	width: 60px;
	height: 100%;
	float: left;
	position: relative;
	shape-outside: polygon(0 0, 100% 0, 24% 100%, 0 100%);
}

.top-slider__title .top-slider__shape{shape-outside: polygon(0 0, 100% 0, 45% 100%, 0 100%);}

@media(max-width:767px){
	.top-slider .slick-dots{display: none!important;}
}

.gallery-img_no-hover .gallery-img__item:hover{cursor: auto;}

.gallery-img_auto .gallery-img__item{
	width: auto;
	max-width: 49%;
}

@media(max-width:767px){
	.gallery-img_auto .gallery-img__item{max-width: 100%;}
}

.news-detail-btn{
	text-align: center;
	margin: 36px 0;
}

.header-top__phone-item{
	display: flex;
    flex-direction: column;
    text-align: end;
	margin-bottom: 0;
}

.header-top__phone-text{
	font-size: 14px;
}

.text-calc{
    color: red;
    font-size: 16px;
    font-weight: bold;
}

#content .right {
	width: 350px!important;
}

.btn-mob-icon {
	background: linear-gradient(73deg, #ff8c00, #ff7200);
}

.text-block .partners__content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 25px;
}

.text-block .partners__img{
	flex-shrink:0;
	width:380px;
}

@media(max-width:767px){
	.text-block .partners__content{
		display:block;
	}
	.text-block .partners__img{
		flex-shrink:1;
		width:auto;
		margin-bottom: 20px;
	}
}

.text-block .partners__img img{
	display: block;
	width:auto;
	height:auto;
	margin:0 auto;
}

.partners-logo {
	margin-right: 30px;
	margin-bottom: 25px;
}

.h-text-center,
table.table-site td.h-text-center{
	text-align: center;
}

.table-site-wrap{
	overflow-x: auto;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
}

.table-site_vertical td{vertical-align: middle;}

.color-circle{
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: #fff;
}

.btn--border-white,
input[type="submit"].btn--border-white{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn--border-white:hover,
input[type="submit"].btn--border-white:hover{
	border: 0;
	padding: 1px 23px;
	background: linear-gradient(73deg, rgba(255,140,0,1) 0%, rgba(255,114,0,1) 100%);
	box-shadow: 0px 0px 23px 20px rgba(255,131,0,0.43);
	color: #fff;
}

/* sect-products */
.sect-products{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.sect-prod-item{
	width: calc(50% - 15px);
	position: relative;
}

.sect-prod-item__img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 60%;
}

.sect-prod-item__img::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
}

.sect-prod-item__content{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
}

.sect-prod-item__title{
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
}

.sect-prod-item__label{
	font-size: 16px;
}

.sect-prod-item__content .btn{margin-top: auto;}

@media (max-width: 991px) {
	.sect-products{gap: 20px;}
	.sect-prod-item{width: calc(50% - 10px);}
	.sect-prod-item__title{font-size: 26px;}
	.sect-prod-item__label{font-size: 15px;}
}

@media (max-width: 767px) {
	.sect-products{gap: 10px;}
	.sect-prod-item{width: 100%;}
	.sect-prod-item__title{font-size: 24px;}
	.sect-prod-item__label{font-size: 14px;}
}

/* certificate-info */
.certificate-info{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
}

.certificate-info__content,
.certificate-qr{
	width: calc(50% - 15px);
}

.certificate-info__msg{
	border: 14px solid #5ca5d8;
	font-size: 31px;
	font-weight: 700;
	line-height: 37px;
	color: #5ca5d8;
	padding: 12px 58px 15px 28px;
	margin-bottom: 90px;
}

.certif-data{
	font-size: 23px;
	line-height: 30px;
}

.certif-data__item{
	display: flex;
	justify-content: space-between;
	gap: 15px;
	border-bottom: 1px solid #d1d1d1;
	padding-top: 14px;
	padding-bottom: 15px;
}

.certif-data__label,
.certif-data__val{
	max-width: 50%;
}

.certif-data__label{font-weight: 700;}
.certif-data__val{text-align: right;}

.certificate-qr__main{
	padding: 29px 24px;
	background-color: #5ca5d8;
	color: #fff;
}

.certificate-qr__top{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 18px;
	font-size: 10px;
}

.certificate-qr__bg-img{
	max-width: 130px;
	min-width: auto;
	margin-top: -29px;
}

.certificate-qr__content{text-align: center;}

.certificate-qr__title{
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 12px;
}

.certificate-qr__img{
	max-width: 240px;
	margin: 0 auto 12px;
}

.certificate-qr__text{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}

.certificate-qr__note{
	font-size: 10px;
	font-weight: 500;
}

.certificate-qr__footer{
	padding: 31px 24px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	border-top: none;
}

.certificate-qr__descr{font-size: 13px;}

.certificate-qr__company{
	margin-bottom: 26px;
	font-size: 20px;
	font-weight: 700;
}

.certificate-qr__logo{
	display: flex;
	justify-content: flex-end;
}

.certificate-qr__logo img{
	width: 100%;
	max-width: 194px;
	min-width: auto;
	margin-right: -18px;
	margin-bottom: -30px;
}

@media (max-width: 1279px) {
	.certificate-info__msg{font-size: 28px;}
	.certif-data{font-size: 21px;}
}

@media (max-width: 991px) {
	.certificate-info{flex-direction: column;}

	.certificate-info__content,
	.certificate-qr{
		width: 100%;
	}
}

@media (max-width: 767px) {
	.certificate-info__msg{
		padding: 10px 15px;
		line-height: 27px;
		font-size: 20px;
		border-width: 8px;
		margin-bottom: 10px;
	}

	.certif-data{font-size: 16px;}

	section.review-wrap iframe {
	    width: auto!important;
	}
}

.top-menu__sub-menu .top-menu__sub-menu{
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
}

.top-menu__sub-item:hover > .top-menu__sub-menu{display: block;}

/**/
section.review-wrap iframe {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 700px;
}
/**/

/*Услуги*/
.content {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.content img {
    max-width: 30%;
    height: auto;
    margin: 0 20px;
}
.content.right img {
    order: 2;
}
.text {
    flex: 1;
}
.advantages-list {
    list-style: none;
    padding: 0;
}

.advantages-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.advantages-list img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.advantages-list-mini {
    list-style: none;
    padding: 0;
    margin: 0;
}

.advantages-list-mini li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    line-height: 1.4;
}

.advantages-list-mini img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}
.advantages-list-mini {
    list-style: none;
    padding: 0;
    margin: 0;
}

.advantages-list-mini li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    line-height: 1.4;
}

.advantages-list-mini img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}



@media (max-width: 768px) {
    .content img {
        max-width: 100%;
        margin: 10px 0;
    }
    .content {
	    flex-direction: column;
	    row-gap: 10px;
	}

	.advantages-list li {
	    flex-direction: column;
	    gap: 20px;
	}

	.advantages-list li img {
	    width: 150px;
	    height: 150px;
	}
    .advantages-list-mini li {
        flex-direction: row;
        align-items: flex-start;
    }

    .advantages-list-mini img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}
/**/
/* End */


/* Start:/local/templates/alma-okna-new/components/bitrix/breadcrumb/breadcrumb-default/style.min.css?1685102771467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/components/alma/form.result.new/style.css?168510275827*/
.alma_fname {display:none;}
/* End */


/* Start:/local/templates/alma-okna-new/components/alma/form.result.new/form-site-vert-order/style.css?16851027711752*/
table.form-table {
    width: 100%;
    background-color: white;
    border-collapse: collapse;
    font-size: 100%;
    font-weight: normal;
    line-height: 160%;
}

table.form-table th,
table.form-table td {
    border: 1px solid #ADC3D5;
    padding: 5px 5px;
    vertical-align: top;
}

table.form-table th {
    background-image: url(/local/templates/alma-okna-new/components/alma/form.result.new/form-site-vert-order/images/table_head.gif);
    background-repeat: repeat-x;
    text-align: left;
    color: #25639A;
}

table.form-table td {
    padding: 15px 5px;
}

.form-required {
    color: red;
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(/local/templates/alma-okna-new/components/alma/form.result.new/form-site-vert-order/images/icon_warn.gif);
}

.alma_fname {
    display: none;
}

.form-site--vert-new .form-site__content-new {
    display: block !important;
}

.form-site__fields-new {
    flex-wrap: wrap !important;
}

.form-site__fields-new input[type=text] {
    width: 100% !important;
    margin-bottom: 10px !important;
}

.form-site-new .input-check__text {
    color: black !important;
}

.form-site-new .input-check {
    display: flex !important;
    justify-content: center !important;
    margin-top: 20px;
    max-width: none !important;
}

.form-site__btn-new .input-check__mark::after {
    background: #5ca4d8 !important;
}

.form-polit-msg {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


/* .leave-request {
    margin-bottom: 0 !important;
    margin-bottom: -83px !important;
} */

@media (max-width: 767px) {
    .form-site__fields {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-around !important;
    }
    .form-site__fields-new input[type=text] {
        margin: 0 0 10px !important;
    }
}
/* End */


/* Start:/local/templates/alma-okna-new/components/bitrix/main.userconsent.request/.default/user_consent.min.css?16851027713280*/
.main-user-consent-request a{cursor:pointer}.main-user-consent-request-popup{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.5);overflow:hidden;z-index:9000}.main-user-consent-request-popup-cont{min-height:290px;position:absolute;top:50%;left:50%;margin:0 auto;padding:20px;min-width:320px;background:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.main-user-consent-request-popup-header{margin:0 0 30px 0;font:normal 18px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#000;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:260px}.main-user-consent-request-popup-textarea-block{margin:0 0 20px 0}.main-user-consent-request-popup-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-user-consent-request-popup-button{display:inline-block;height:39px;margin:0 10px 5px 0;padding:0 18px;border:0;border-radius:2px;font:normal 12px/39px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#535c69;outline:0;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;cursor:pointer}.main-user-consent-request-popup-button-acc{background:#bbed21}.main-user-consent-request-popup-button-acc:hover{background:#d2f95f}.main-user-consent-request-popup-button-rej{-webkit-box-shadow:inset 0 0 0 1px #a1a6ac;box-shadow:inset 0 0 0 1px #a1a6ac;background:0}.main-user-consent-request-popup-button-rej:hover{background:#cfd4d8}.main-user-consent-request-popup-text{padding:5px 10px;width:100%;height:130px;border:1px solid #999;background:#fff;box-sizing:border-box;outline:0;-moz-appearance:none}.main-user-consent-request-loader{position:relative;height:100px;width:100px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.main-user-consent-request-path{stroke:#80868e;stroke-dasharray:100,200}.main-user-consent-request-loader:before{content:'';display:block;padding-top:100%}.main-user-consent-request-circular{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:inherit;width:inherit;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.main-user-consent-request-path{stroke:#ccc;stroke-dasharray:60,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}.main-user-consent-request-announce{cursor:pointer;color:#333;font-size:13px;line-height:15px}@keyframes rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@media(min-width:1000px){.main-user-consent-request-popup-cont{min-height:400px;min-width:640px}.main-user-consent-request-popup-header{max-width:590px}.main-user-consent-request-popup-text{height:240px}}
/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17435824532729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/alma-okna-new/styles.css?16851027713855*/
.dilerpage1 {
    height: 400px;
    background-image: url(/local/templates/alma-okna-new/images/3.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}

.dilerpage2 {
    height: 400px;
    background-image: url(/local/templates/alma-okna-new/images/4.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}

.dealer_container {
    display: flex;
    justify-content: space-around;
}

.dealer_item {
    border: 1px solid grey;
    width: 45%;
}

.whitefon {
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
}

.dealer_list {
    list-style-image: url(/local/templates/alma-okna-new/images/list-image.png);
}

.dealer_list li {
    padding-left: 10px;
}

.cpad_small {
    padding: 22px;
}

.dealer_table {
    text-align: left;
}

.f_30 {
    font-size: 30px;
}

.c_red {
    color: #ca002e;
}

.f_msc500 {
    font-family: 'museo_sans_cyrl500', tahoma;
    font-weight: normal;
}

.f_18 {
    font-size: 18px;
}

@media only screen and (max-width: 992px) {
    .indent-banner {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .indent-bannertwo {
        display: none;
    }
}

.bx-top-nav-container .bx-nav-1-lvl>a {
    padding: 23px 6px;
}

.search-page h2 {
    text-align: left;
}

.gallery__item {
    margin-right: 10px;
    margin-bottom: 10px;
}

.white-policy {
    color: white;
}

.img-margin {
    margin-right: 17px;
}

.input-white__text {
    color: white;
}

.input-white__mark {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #c6c6c6;
    background: rgba(0, 0, 0, 0);
    position: relative;
    margin-right: 10px;
}

.input-white__mark::after {
    content: "";
    display: none;
    width: 14px;
    height: 14px;
    background: white;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

input[type=checkbox]:checked+.input-check__label .input-white__mark::after {
    display: inline-block;
}

.item__container {
    display: flex;
    margin-bottom: 20px;
    padding: 20px;
    max-width: 50%;
}

.item__image {
    width: 240px;
    margin-right: 20px;
}

.item__image img {
    min-width: 240px;
}

.item__content {}

.content__container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.price__container {
    text-align: center;
}

.price__container a {
    white-space: nowrap;
}

.headline--center {
    text-align: center;
}

.full--price {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .item__container {
        display: flex;
        margin-bottom: 20px;
        padding: 20px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .item__container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .item__content {
        padding-top: 10px;
    }
    .text-block__content .site-image {
        float: unset;
        margin: 0 auto !important;
    }
    .text-block__content h3 {
        text-align: center;
    }
}

.marbottom {
    margin-bottom: -83px;
}

@media (max-width: 991px) {
    .text-image {
        display: block !important;
    }
    .text-image__img {
        max-width: 350px;
        margin: 0 auto;
    }
    .dealer_container {
        display: block;
    }
    .dealer_item {
        width: 100%;
    }
}

@media (max-width: 1279px) {
    .m-mar {
        padding-top: 50px;
    }
}

@media (max-width: 991px) {
    .m-mar {
        padding-top: 0;
    }
}

@media (max-width: 520px) {
    .m-mar {
        padding-top: 65px;
    }
}
/* End */


/* Start:/local/templates/alma-okna-new/template_styles.css?169331112536597*/
.map-popup {
    width: 100%;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    /*background: #fff;*/
    /*border-radius: 5px;*/
    padding: 18px 0 18px 10px;
    box-sizing: border-box;
}

hr {
    height: 0;
    border: solid #e1e1e1;
    border-width: 1px 0 0 0;
    margin: 25px 0;
}

.hr {
    border-top: 1px solid #e1e1e1;
    margin: 34px 0;
}


/*Text
========================================================================*/

.h-max-width {
    max-width: 1920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.h-color-green {
    color: #93c274 !important;
}

.h-color-orange {
    color: #fc8510 !important;
}

.h-color-gray {
    color: #b8b8b8 !important;
}

.h-color-blue {
    color: #36b3eb !important;
}

.h-title-green {
    color: #93c274;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.h-title-grey {
    font-weight: 700;
}

.h-title-blue {
    font-weight: 400;
    color: #36b3eb;
    font-size: 13px;
}

.contact-text {
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
}


/*end Text*/


/*blue-marker*/

.blue-marker {
    color: #36b3eb;
}

.blue-marker span {
    color: #505050;
}


/*end blue-marker*/


/*divider*/

.divider {
    height: 10px;
    background: url(/local/templates/alma-okna-new/images/divider.png) no-repeat center 0;
    position: relative;
}

.divider--tip::before,
.divider--tip::after {
    content: " ";
    position: absolute;
    top: 26px;
    left: 50%;
    margin-top: -26px;
    border: solid transparent;
    height: 0;
    width: 0;
}

.divider--tip::before {
    border-color: rgba(179, 179, 179, 0);
    border-top-color: #cccbcb;
    border-width: 23px;
    margin-left: -23px;
}

.divider--tip::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 22px;
    margin-left: -22px;
}


/*end divider*/


/*icons-square*/

.icons-square {
    display: table;
    margin: 0 auto;
    margin-top: 34px;
    /*margin-bottom: 5px;*/
}

.icons-square--width {
    width: auto !important;
}

.icons-square__item {
    float: left;
    margin: 0 25px 25px 0;
}

.icons-square__wrap {
    width: 240px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    padding: 25px;
    box-sizing: border-box;
}

.icons-square__wrap a {
    text-decoration: none;
}

.icons-square__box {
    display: block;
}

.icons-square__circle-wrap {
    margin: 0 auto;
    margin-bottom: 25px;
}

.icons-square__img {
    margin: 0 auto;
}

.icons-square__wrap:hover .icons-square__img--hover,
.icons-square__img {
    display: block;
}

.icons-square__wrap:hover .icons-square__img--default,
.icons-square__img--hover {
    display: none;
}

.icons-square__wrap:hover .icons-square__box {
    border-color: #858585;
}

.icons-square__text {
    margin-top: 13px;
    color: #36b3eb;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.icons-square__wrap:hover .icons-square__text {
    color: #858585;
}

@media (min-width:1200px) {
    .icons-square {
        width: 770px;
    }
    .icons-square__item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width:800px) and (max-width:991px) {
    .icons-square {
        width: 770px;
    }
    .icons-square__item:nth-child(3n) {
        margin-right: 0;
    }
}


/*end icons-square*/


/*light-line*/

.light-line {
    margin: 0;
}


/*end light-line*/


/* Page */

.page {
    text-align: justify;
    letter-spacing: 0px;
    font: 14px "Open Sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 25px;
}

.page__button {
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.page__button:hover {
    box-shadow: 0 3px 6px 0 #000;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .6);
}

.page__button-top {
    position: fixed;
    right: 5%;
    bottom: 100px;
    display: none;
    padding: 0;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background-color: #3b3e43;
    color: #fafafa;
    opacity: 0.5;
    border: 0;
    display: block;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.page__button-top:hover {
    color: #36b3eb;
}

.page__button-top.gone {
    right: -40px;
}

.page__button-top.visible {
    right: 5%;
}

.page__button-top i {
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    vertical-align: top;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#back-to-top:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.l-footer {
    padding: 40px 0 0 0;
}

.l-main {
    /*padding: 20px 0 10px 0;*/
    padding: 34px 0 34px 0;
}

.page__modal {
    display: inline-block;
}

.page__modal_active>.page__modal-content {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.page__modal-content {
    display: none;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.6);
}

.page__popup {
    position: relative;
}

.page__popup-content.is-active {
    display: inline-block;
    z-index: 100;
}

.page__popup-content {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 10px;
    box-shadow: 0 3px 6px 0 #000;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .6);
}

.page__popup-content:hover {
    box-shadow: 0 6px 12px 0 #000;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .6);
}

.page__popup-content::before {
    position: absolute;
    top: -2px;
    right: 10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid;
    border-right: 10px solid;
    border-left: 10px solid;
    border-color: transparent;
    margin-top: -8px;
    content: " ";
    border-bottom-color: #e1e1e1;
}

.page__popup-content::after {
    position: absolute;
    top: 2px;
    right: 12px;
    width: 0;
    height: 0;
    border-bottom: 8px solid;
    border-right: 8px solid;
    border-left: 8px solid;
    border-color: transparent;
    margin-top: -9px;
    content: " ";
    border-bottom-color: #fff;
}

.page__popup-placeholder {
    cursor: pointer;
}

.separator {
    margin: 0;
    height: 2px;
    border: none;
}

.page__viewport {}


/* End Page */


/* Contacts */

.contacts__item {
    display: inline-block;
    margin: 0 0 0 10px;
}

.contacts__text {
    font-weight: bold;
}


/* End Contacts */


/*Box
========================================================================*/

.box {
    padding: 34px 20px;
    /*margin-bottom: 30px;*/
    margin-bottom: 25px;
    text-align: center;
}

.box .form-site {
    text-align: left;
}

.box.box--border {
    border-radius: 2px;
    border: 1px solid #36b3eb;
}

.box.box--background {
    background-color: #36b3eb;
    color: #fff;
}

.box-type2 h2 {
    margin-bottom: 5px;
}

.box-type2 {
    text-transform: uppercase;
}

.box-type2 p {
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.box-type2.box-type2--left {
    margin-bottom: 20px;
    text-align: left;
}

@media (max-width:690px) {
    .box {
        padding-left: 5px;
        padding-right: 5px;
    }
}


/*end Box*/


/*Headline
========================================================================*/

.headline {
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 32px;
}

.headline:after {
    content: "";
    display: block;
    width: 100px;
    border-top: 2px solid #36b3eb;
    position: absolute;
    bottom: 0;
    left: 0;
}

.headline.headline--center {
    text-align: center;
}

.headline.headline--center::after {
    margin-left: auto;
    margin-right: auto;
    /*margin:1px auto 4px auto;*/
}


/*
.headline.headline--left::after{
  margin:13px 0 4px;
}*/


/*end Headline*/


/*Table
========================================================================*/

table.table-site,
table.table-site th,
table.table-site td {
    border: 1px solid #e1e1e1;
}

table.table-site {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    table-layout: fixed;
}

table.table-site th,
table.table-site td {
    padding: 8px;
    border-width: 0 1px 1px 0;
    font-weight: normal;
    text-align: left;
}

table.table-site th {
    font-weight: 700;
    text-align: center;
}


/*end Table*/


/*imit-table*/

.imit-table {
    display: table;
    width: 100%;
}

.imit-table__item {
    display: table-cell;
    text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
    box-sizing: border-box;
}

.imit-table--border .imit-table__item {
    border-right: 1px solid #e1e1e1;
}

.imit-table--border .imit-table__item:last-child {
    border-right: none;
}

.imit-table--3col .imit-table__item {
    width: 33%;
    min-width: 290px;
}

.imit-table--4col .imit-table__item {
    width: 25%;
}

@media (max-width:991px) {
    .imit-table {
        display: block;
        font-size: 0;
    }
    .imit-table .imit-table__item {
        display: inline-block;
        width: 50%;
    }
    .imit-table--border .imit-table__item:nth-child(even) {
        border-right: 0;
    }
}

@media (max-width:640px) {
    .imit-table .imit-table__item {
        width: 100%;
    }
    .imit-table--border .imit-table__item {
        border: 0;
    }
}


/* end Table 3 column*/


/*Page header 
========================================================================*/

.l-header a,
.l-header h1,
.l-header h2,
.l-header h3,
.l-header h4,
.l-header h5,
.l-header h6 {
    color: #858585;
    text-decoration: none;
}

.header-button .btn {
    padding: 11px 20px 9px;
    white-space: nowrap;
    margin: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header-button .header-button__search {
    display: none;
}

.header-contacts .contacts {
    font-size: 14px;
    color: #858585;
}

.header-contacts .contacts__item:hover {
    color: inherit;
}

.header-wrap {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}

.header__item:first-child {
    text-align: left;
    padding-top: 12px;
    padding-bottom: 0;
}

.contacts__item {
    display: block;
    color: #858585;
    text-decoration: none;
}

.header-button,
.header-contacts {
    float: right;
}


/*end Page header */

@media (max-width:1023px) {
    .header {
        overflow: hidden;
    }
    .header-contacts,
    .header .header__item:first-child {
        float: left;
    }
    .header-contacts {
        margin-right: 12px;
    }
    .header__item {
        width: auto;
    }
    .header__item--right {
        float: right;
    }
    .header-button .btn__text {
        display: none;
    }
    .header-button {
        margin-right: 40px;
    }
    .header-button .btn {
        padding: 11px 15px 9px;
    }
    .header-button .btn .fa {
        margin: 0;
    }
    .header-button .header-button__search {
        display: inline-block;
    }
}

@media (max-width:660px) {
    .header-contacts {
        position: absolute;
        bottom: 4px;
    }
    .contacts__item {
        margin-left: 5px;
    }
    .header-contacts {
        margin-right: 0;
    }
    .logo__phone {
        display: block;
    }
    .logo__text {
        display: none;
    }
    .header__item:first-child {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media (max-width:500px) {
    .header__item:first-child,
    .header__item {
        padding: 0;
    }
    .header__item .logo {
        padding: 8px 0 8px 15px;
    }
    .header-button {
        margin-right: 50px;
        font-size: 0;
    }
}

@media (max-width:405px) {
    .header-wrap .header-button .btn {
        margin-left: 0;
        margin-right: 8px;
        padding: 11px 12px 9px;
    }
}


/*Menu left
========================================================================*/

.l-left-wrap {
    position: relative;
}

.l-left-block {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 0 15px;
}

.l-content-block.indent-menu .span12 {
    padding-left: 26%;
}

.left-menu ul {
    list-style-type: none;
}

.left-menu>ul {
    padding-left: 0;
}

.left-menu .left-menu__item--lv1 {
    position: relative;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.left-menu .left-menu__item--lv1 a {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 5px 0 5px 12px;
}

.left-menu .left-menu__text {
    display: block;
}

.left-menu .left-menu__item--lv1.bx-active>span>a,
.left-menu .left-menu__item--lv1.bx-active .left-menu__tip::after,
.left-menu .left-menu__item.active,
.left-menu .left-menu__item.active .left-menu__text a,
.left-menu .left-menu__text:hover+.left-menu__tip::after,
.left-menu .left-menu__text:hover a {
    color: #ffffff;
}

.left-menu .left-menu__item.bx-active .left-menu__text,
.left-menu .left-menu__item.active .left-menu__text,
.left-menu .left-menu__text:hover {
    border-color: #36b3eb;
    background-color: #36b3eb;
}

.left-menu .left-menu__tip {
    width: 40px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #858585;
}

.left-menu .left-menu__tip::after {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 18px;
    font-weight: 700;
    content: "+";
}

.left-menu .left-menu__item.active .left-menu__tip::after {
    content: "\2013";
    top: 4px;
}

.left-menu .left-menu__tip:hover::after {
    color: #36b3eb;
}

.left-menu .active .left-menu__tip:hover::after {
    color: #ffffff;
}

.left-menu .left-menu__list--sub {
    padding: 5px 25px 10px;
    margin-left: 0;
    margin-top: 3px;
    background: none;
    display: none;
}

.left-menu .left-menu__item--lv2 a {
    color: #3b3e43;
    text-transform: none;
    line-height: 16px;
}

.left-menu .left-menu__list--sub .left-menu__item a:hover {
    color: #36b3eb;
}

.left-menu a.bx-active::before {
    content: none;
}

.left-menu a.bx-active {
    content: none;
    color: #36b3eb;
}

@media (max-width:991px) {
    .left-container {
        display: none;
    }
    .l-content-block.indent-menu .span12 {
        padding-left: 15px;
    }
}


/*end Menu left*/


/* Clearfix: contain floats 
========================================================================*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/*end Clearfix*/


/* Page slider
========================================================================*/

#bx-pager {
    position: absolute;
    top: 145px;
    left: 68px;
}

#bx-pager>div {
    display: none;
}

#bx-pager a {
    color: #858585;
    font-size: 15px;
    font-weight: 400;
    margin-right: 25px;
    text-decoration: none;
    border-bottom: 1px dashed #36b3eb;
}

#bx-pager a:hover {
    color: #2b2b2b;
}

#bx-pager .enabled {
    display: block;
}

#bx-pager .active {
    color: #2b2b2b;
    border-bottom: 0;
}

#bx-pager-group {
    text-align: center;
    position: absolute;
    top: -32px;
    width: 100%;
    margin-left: -15px;
}

#bx-pager-group a {
    font-size: 15px;
    font-weight: 400;
    color: #2b2b2b;
    margin-right: 20px;
    padding: 12px 0;
    text-decoration: none;
}

#bx-pager-group a:last-child {
    margin-right: 0;
}

#bx-pager-group a:hover {
    color: #36b3eb;
}

#bx-pager-group .active {
    color: #36b3eb;
    font-weight: 600;
    border-top: 2px solid #36b3eb;
}

.page-slider {
    position: relative;
    display: none;
}

.page-slider .bx-wrapper {
    /*margin-bottom: 30px;*/
    margin-bottom: 0px;
    margin-top: 47px;
}

.page-slider .bx-wrapper .bx-viewport {
    left: 0;
    border: 0;
    box-shadow: none;
}

.page-slider .bx-wrapper .bx-controls-direction a {
    width: 62px;
    height: 62px;
    margin-top: -31px;
    z-index: 10;
}

.page-slider .bx-wrapper .bx-prev {
    background: url(/local/templates/alma-okna-new/images/arr_page_slider.png) no-repeat 0 0;
    left: -31px;
}

.page-slider .bx-wrapper .bx-prev:hover {
    background: url(/local/templates/alma-okna-new/images/arr_page_slider.png) no-repeat 0 -70px;
}

.page-slider .bx-wrapper .bx-next {
    background: url(/local/templates/alma-okna-new/images/arr_page_slider.png) no-repeat -70px 0;
    right: -31px;
}

.page-slider .bx-wrapper .bx-next:hover {
    background: url(/local/templates/alma-okna-new/images/arr_page_slider.png) no-repeat -70px -70px;
}

.page-bxslider__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.page-bxslider__text-left {
    float: left;
}

.page-bxslider__text-right {
    float: right;
}

.page-bxslider__head {
    margin: 42px 0 120px 50px;
}

.page-bxslider__title {
    color: #2b2b2b;
    font-size: 41px;
    font-weight: 700;
    line-height: 41px;
}

.page-bxslider__subtitle {
    color: #858585;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    white-space: nowrap;
}

.page-bxslider__icons {
    margin-left: 55px;
}

.icons-blue {
    display: table;
}

.icons-blue__item {
    display: table-cell;
    padding-right: 20px;
}

.icons-blue__img {
    margin-bottom: 2px;
}

.icons-blue__img img {
    margin: 0 auto;
}

.icons-blue__text {
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #36b3eb;
}

.page-bxslider__param {
    margin-top: 155px;
    font-size: 15px;
    line-height: 22px;
    color: #2b2b2b;
    width: 400px;
}

@media (min-width:992px) {
    .page-slider--mini .page-bxslider__param {
        width: 335px;
    }
    .page-slider--mini .page-bxslider__head {
        margin-left: 0;
    }
    .page-slider--mini .page-bxslider__icons {
        margin-left: 5px;
    }
    .page-slider--mini .page-bxslider {
        padding-left: 0;
    }
    .page-slider--mini .page-bxslider__text-right,
    .page-slider--mini .page-bxslider__text-left,
    .page-slider--mini #bx-pager {
        width: 30%;
    }
    .page-slider--mini .page-bxslider__param {
        width: auto;
        margin-top: 140px;
    }
    .page-slider--mini .blue-marker {
        padding-left: 0;
    }
    .page-slider--mini #bx-pager {
        left: 0;
    }
    .page-slider--mini .icons-blue__item {
        display: inline-block;
    }
    .page-slider--mini .bx-wrapper .bx-prev {
        left: -70px;
    }
}

@media (max-width:1200px) {
    .page-slider .page-bxslider__param {
        width: 335px;
    }
    .page-slider .page-bxslider__head {
        margin-left: 0;
    }
    .page-slider .page-bxslider__icons {
        margin-left: 5px;
    }
    .page-slider #bx-pager {
        left: 20px;
    }
}

@media (max-width:991px) {
    .page-slider .page-bxslider {
        padding-left: 0;
    }
    .page-slider .page-bxslider__text-right,
    .page-slider .page-bxslider__text-left,
    .page-slider #bx-pager {
        width: 30%;
    }
    .page-slider .page-bxslider__param {
        width: auto;
        margin-top: 140px;
    }
    .page-slider .blue-marker {
        padding-left: 0;
    }
    .page-slider #bx-pager {
        left: 0;
    }
    .page-slider .icons-blue__item {
        display: inline-block;
    }
    #bx-pager .enabled {
        padding-left: 15px;
    }
}

@media (max-width:850px) {
    .page-slider .page-bxslider__title {
        font-size: 36px;
        line-height: 36px;
    }
    .page-slider .page-bxslider__subtitle {
        font-size: 28px;
        line-height: 28px;
    }
    .page-slider #bx-pager {
        top: 135px;
    }
}

@media (max-width:768px) {
    .page-slider .page-bxslider__param {
        margin-top: 78px;
    }
    .page-slider .page-bxslider__head {
        margin-bottom: 30px;
    }
    .page-slider .bx-wrapper {
        margin-top: 80px;
    }
    .page-slider #bx-pager {
        top: -32px;
        width: 100%;
        text-align: center;
    }
    .page-slider #bx-pager-group {
        top: -64px;
    }
    /* #bx-pager-group{
    padding-left: 10px;
  }*/
}

@media (max-width:680px) {
    .page-slider .page-bxslider li>img {
        opacity: 0;
    }
    .page-slider .page-bxslider__title {
        font-size: 32px;
        line-height: 32px;
    }
    .page-slider .page-bxslider__subtitle {
        font-size: 24px;
        line-height: 24px;
        white-space: normal;
    }
    .page-slider .page-bxslider__head {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .page-slider .page-bxslider__param {
        margin-top: 20px;
    }
    .page-slider .blue-marker {
        padding-left: 20px;
    }
    .page-slider .page-bxslider__text-right,
    .page-slider .page-bxslider__text-left {
        width: 100%;
    }
    .page-slider .bx-wrapper .bx-viewport {
        height: 300px !important;
    }
    .page-slider #bx-pager-group {
        text-align: left;
    }
    .page-slider #bx-pager {
        text-align: left;
    }
}

@media (max-width:680px) {
    .page-slider #bx-pager-group {
        top: -88px;
        padding-left: 15px;
    }
    .page-slider #bx-pager {
        top: -50px;
    }
    .page-slider .bx-wrapper {
        margin-top: 100px;
    }
    .page-slider .bx-wrapper .bx-viewport {
        height: 355px !important;
    }
}


/*end Page slider*/


/* 3D Carrousel
========================================================================*/

#carousel {
    height: 380px;
    position: relative;
    clear: both;
    overflow: hidden;
    max-width: 910px;
    margin: 0 auto;
}

#carousel img {
    visibility: hidden;
    /* hide images until carousel can handle them */
    cursor: pointer;
    /* otherwise it's not as obvious items can be clicked */
}

#carousel a .carousel-center {
    cursor: pointer;
}

#carousel .page-carousel__item>.carousel-center {
    cursor: auto;
}

.page-carousel__pager a {
    position: absolute;
    top: 50%;
    /*width: 62px;
  height: 62px;*/
    /*margin-top: -31px;*/
    width: 66px;
    height: 66px;
    margin-top: -33px;
    outline: 0;
    text-indent: -9999px;
    z-index: 10;
}

.page-carousel__next {
    /*background: url(/bitrix/templates/oknaprostor/images/arr_page_slider.png) no-repeat 0 0;*/
    background: url(/local/templates/alma-okna-new/images/arr_slider_grey.png) no-repeat 0 0;
    left: 0;
}

.page-carousel__next:hover {
    /*background: url(/bitrix/templates/oknaprostor/images/arr_page_slider.png) no-repeat 0 -70px;*/
    background: url(/local/templates/alma-okna-new/images/arr_slider_grey.png) no-repeat 0 -80px;
}

.page-carousel__prev {
    /*background: url(/bitrix/templates/oknaprostor/images/arr_page_slider.png) no-repeat -70px 0;*/
    background: url(/local/templates/alma-okna-new/images/arr_slider_grey.png) no-repeat -80px 0;
    right: 0;
}

.page-carousel__prev:hover {
    /*background: url(/bitrix/templates/oknaprostor/images/arr_page_slider.png) no-repeat -70px -70px;*/
    background: url(/local/templates/alma-okna-new/images/arr_slider_grey.png) no-repeat -80px -80px;
}

@media (max-width:680px) {
    #carousel img {
        width: 100% !important;
        height: auto !important;
        top: 0 !important;
        left: 0 !important;
    }
    .page-carousel__pager a {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .page-carousel__next {
        background: url(/local/templates/alma-okna-new/images/arr_min_slider.png) no-repeat 0 0;
        left: 5px;
    }
    .page-carousel__next:hover {
        background: url(/local/templates/alma-okna-new/images/arr_min_slider.png) no-repeat 0 -50px;
    }
    .page-carousel__prev {
        background: url(/local/templates/alma-okna-new/images/arr_min_slider.png) no-repeat -50px 0;
        right: 5px;
    }
    .page-carousel__prev:hover {
        background: url(/local/templates/alma-okna-new/images/arr_min_slider.png) no-repeat -50px -50px;
    }
}


/*end 3D Carrousel*/


/* Panel site
========================================================================*/

.panel-site {
    font-size: 0;
    margin-bottom: 5px;
    margin-top: 20px;
    text-align: center;
}

.panel-site__item {
    width: 160px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.panel-site__item::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 55px;
    background: #dfe5ee;
}

.panel-site__item:last-child::after {
    display: none;
}

.panel-site__item a {
    text-decoration: none;
}

.panel-site__item a:hover .panel-site__text {
    color: #36b3eb;
}

.panel-site__img {
    margin: 0 auto;
    display: block;
    margin-bottom: 8px;
}

.panel-site__text {
    text-align: center;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 400;
    color: #505050;
    display: block;
    line-height: 12px;
}

@media (max-width:420px) {
    .panel-site__item {
        width: 50%;
    }
}


/*end Panel site*/


/* Form free measure
========================================================================*/

.free_measure {
    background-color: #fff;
    padding: 25px;
    padding-bottom: 5px;
    display: table;
    margin: 0 auto;
    margin-bottom: 17px;
}

.free_measure input[type="text"],
.free_measure .btn-submit {
    float: left;
    margin: 0;
    margin-bottom: 20px;
}

.free_measure input[type="text"] {
    width: 300px;
    margin-right: 20px;
}

@media (max-width:980px) {
    .free_measure input[type="text"] {
        width: 100%;
    }
    .free_measure .btn-submit {
        float: none;
        margin-bottom: 12px;
    }
}

@media (max-width:480px) {
    .free_measure {
        padding: 15px;
        padding-bottom: 10px;
    }
    .free_measure input[type="text"] {
        margin-bottom: 15px;
    }
    .free_measure .btn-submit {
        margin-bottom: 0;
    }
}


/*end Form free measure*/


/* Form calculate cost
========================================================================*/

.form-calculate-cost p {
    margin: 0;
    margin-top: 20px;
}

.form-calculate-cost p:first-child {
    margin-top: 0;
}

.form-calculate-cost input[type="text"] {
    margin-top: 5px;
}

.type-balcony>br:nth-child(odd) {
    display: none;
}

.type-balcony label+label {
    margin-right: 100px;
    margin-bottom: 110px;
    width: 100px;
    display: inline-block;
    position: relative;
}

.type-balcony label+label::after {
    content: "";
    width: 136px;
    height: 82px;
    position: absolute;
    top: 30px;
    left: 0;
}

.type-balcony label+label:last-child {
    margin: 0;
}

.type-balcony label:nth-child(1)+label::after {
    background: url(/local/templates/alma-okna-new/images/type1.jpg) no-repeat center 0;
}

.type-balcony label:nth-child(4)+label::after {
    background: url(/local/templates/alma-okna-new/images/type2.jpg) no-repeat center 0;
}

.type-balcony label:nth-child(7)+label::after {
    background: url(/local/templates/alma-okna-new/images/type4.jpg) no-repeat center 0;
}

.type-balcony label:nth-child(10)+label::after {
    background: url(/local/templates/alma-okna-new/images/type3.jpg) no-repeat center 0;
}

.type-balcony label+label:last-child::after {
    display: none;
}

@media (max-width:480px) {
    .type-balcony>br:nth-child(odd) {
        display: block;
    }
}


/*end Form calculate cost*/


/* News
========================================================================*/

.news-item {
    margin-bottom: 34px;
}

.news-box-img {
    display: table;
    width: 100%;
    height: 230px;
    border: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 10px;
}

.news-box-img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 100px solid transparent;
    border-bottom: 85px solid #9ad2f5;
}

.news-box-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 90px solid transparent;
    border-bottom: 75px solid #36b3eb;
}

.news-detail__head,
.news-item__head {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 34px;
    color: #36b3eb;
    font-weight: bold;
    margin-bottom: 0;
}

.news-item__head a {
    text-decoration: none;
}

.news-detail__date,
.news-item__date {
    font-size: 12px;
    line-height: 16px;
    color: #36b3eb;
    font-weight: bold;
    margin-bottom: 5px;
}

.news-detail__text,
.news-item__text {
    margin-top: 10px;
}

.news-item__btn a {
    text-decoration: none;
    border-bottom: 1px dashed #36b3eb;
}

.news-item__btn a:hover,
.news-item__head a:hover {
    color: #9ad2f5;
}


/*end News

/* Tabs
========================================================================*/

.tabs-page__list {
    list-style: none;
    font-size: 0;
    padding-left: 0;
}

.tabs-page__content-item {
    display: none;
}

.tabs-page__item {
    display: inline-block;
    height: 38px;
    position: relative;
    margin-right: 26px;
    margin-bottom: 5px;
}

.tabs-page__item a {
    font-size: 15px;
    font-weight: 400;
    color: #2b2b2b;
    text-decoration: none;
    padding: 0 12px;
    line-height: 38px;
}

.tabs-page__item span {
    border-bottom: 1px dashed #36b3eb;
    padding-bottom: 7px;
}

.tabs-page__item--active {
    background: #36b3eb;
    margin-right: 38px;
}

.tabs-page__item--active a {
    color: #fff;
    font-weight: 600;
    border: 0;
    padding-right: 0;
}

.tabs-page__item--active:before {
    content: '';
    position: absolute;
    top: 0;
    right: -38px;
    border-top: 38px solid transparent;
    border-left: 38px solid #36b3eb;
    width: 0;
}

@media (max-width:680px) {
    .tabs-page__list {
        padding-left: 0;
    }
}


/*end Tabs

/* Gallery
========================================================================*/

.gallery-img {
    font-size: 0;
    line-height: 0;
}

.gallery-img__item {
    width: 49%;
    box-sizing: border-box;
    padding-bottom: 12px;
    display: inline-block;
}

.gallery-img__item:hover {
    cursor: url(/local/templates/alma-okna-new/images/search-cursor.png), auto;
}

.gallery-img__item:nth-child(3n+1) {
    padding-right: 8px;
}

.gallery-img__item:nth-child(3n-1) {
    padding-right: 4px;
    padding-left: 4px;
}

.gallery-img__item:nth-child(3n) {
    padding-left: 8px;
}

.gallery-img__item img {
    width: 100%;
    display: block;
    border: 1px solid #e1e1e1;
}

@media (max-width:680px) {
    .gallery-img__item {
        width: 100%;
    }
    .gallery-img__item:nth-child(3n+1),
    .gallery-img__item:nth-child(3n-1),
    .gallery-img__item:nth-child(3n) {
        padding-left: 0;
        padding-right: 0;
    }
    .gallery-img__item:nth-child(odd) {
        padding-right: 6px;
    }
    .gallery-img__item:nth-child(even) {
        padding-left: 6px;
    }
}

@media (max-width:480px) {
    .gallery-img__item {
        padding-bottom: 6px;
    }
    .gallery-img__item:nth-child(odd) {
        padding-right: 3px;
    }
    .gallery-img__item:nth-child(even) {
        padding-left: 3px;
    }
}


/*end Gallery*/


/* Icons
========================================================================*/

.icons__item {
    float: left;
}

.icons__img img {
    margin: 0 18px;
    display: block;
}

.icons__text {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    color: #36b3eb;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 20px;
}


/*end Icons*/


/* Text block
========================================================================*/

.text-block {
    display: table;
}

.text-block__item {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.text-block__item:nth-child(odd) {
    padding-right: 12px;
}

.text-block__item:nth-child(even) {
    padding-left: 12px;
}

.text-block__content {
    border: 1px solid #e1e1e1;
    padding: 25px 25px 10px 25px;
}

@media (max-width:680px) {
    .text-block__item {
        width: 100%;
        display: block;
        padding: 0;
    }
    .text-block__item:nth-child(odd),
    .text-block__item:nth-child(even) {
        padding: 0;
    }
}


/*end Text block*/


/*video frame*/

.frame-video {
    width: 100%;
}

.frame-video>iframe {
    margin: 35px auto 10px;
    display: block;
}


/*end video frame*/

.indent-0 {
    margin: 0;
}

.indent-t-0 {
    padding-top: 0px;
}

.indent-t-ss {
    padding-top: 9px;
}

.indent-t-s {
    padding-top: 17px;
}

.indent-t-m {
    padding-top: 25px;
}

.indent-t-l {
    padding-top: 34px;
}

.indent-t-xl {
    padding-top: 43px;
}

.indent-b-0 {
    padding-bottom: 0px;
}

.indent-b-ss {
    padding-bottom: 9px;
}

.indent-b-s {
    padding-bottom: 17px;
}

.indent-b-m {
    padding-bottom: 25px;
}

.indent-b-l {
    padding-bottom: 34px;
}

.indent-b-xl {
    padding-bottom: 43px;
}

.indent-tb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.indent-tb-ss {
    padding-top: 9px;
    padding-bottom: 9px;
}

.indent-tb-s {
    padding-top: 17px;
    padding-bottom: 17px;
}

.indent-tb-m {
    padding-top: 25px;
    padding-bottom: 25px;
}

.indent-tb-l {
    padding-top: 34px;
    padding-bottom: 34px;
}

.indent-tb-xl {
    padding-top: 43px;
    padding-bottom: 43px;
}

.bg-lgray {
    background-color: #f4f4f4;
}

.site-image {
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
}


/* Unwrap
========================================================================*/
/* 
.unwrap-block {
    display: table;
    width: 100%;
    text-align: left;
    margin-bottom: 17px;
}

.unwrap-block__item {
    display: table-cell;
    vertical-align: top
}

.unwrap-block__item--img {
    width: 75px;
    padding-right: 15px;
}

.unwrap-block__head {
    font-size: 20px;
    line-height: 24px;
    color: #36b3eb;
    padding-top: 17px;
    padding-bottom: 9px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.unwrap-block__head::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #36b3eb;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 9px;
}

.unwrap-block__text {
    display: none;
} */


/* end Unwrap */


/* form_pup
========================================================================*/

.form_pup {
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.5);
    padding: 15px 15px 0;
    margin: 20px auto;
    background-color: #f3f3f3;
    display: inline-block;
    width: 100%;
}

.form_pup__text {
    vertical-align: middle;
    float: left;
    padding: 5px 0;
    max-width: 400px;
}

.form_pup__item {
    margin-left: 400px;
    text-align: center;
    display: block;
}

.form_pup .btn-submit {
    margin-top: 0;
}

@media (max-width:754px) {
    .form_pup__text {
        max-width: 100%;
    }
    .form_pup__item {
        margin-left: 0;
    }
}

.form_pup--coupon .form_pup__item {
    margin-left: 0;
}

.form_pup--coupon input[data-ftype="phone"] {
    width: 300px;
    float: left;
}

.form_pup--coupon .form_pup__text {
    padding: 0;
    margin-right: 20px;
}

@media (max-width:625px) {
    .form_pup--coupon input[data-ftype="phone"] {
        width: 100%;
        float: none;
    }
    .form_pup--coupon .form_pup__text {
        text-align: center;
        width: 100%;
    }
}


/* end review */


/* header_mob */

@media (max-width: 660px) {
    .header-contacts {
        margin-right: 0;
        display: none;
    }
}


/* header_mob  end*/

.review-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.5);
    padding: 15px;
    margin: 20px auto;
    background-color: #f3f3f3;
}

.review-box__text {
    width: calc(100% - 200px);
    margin-right: 15px;
    line-height: 18px;
    padding: 5px 0;
}


/*block text and image*/

.text-image {
    display: flex;
    align-items: center;
}

.text-image__img {
    min-width: 350px;
    padding: 0 20px;
}


/*end block text and image*/


/*grey border*/

.grey-border {
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 10px;
}


/*end grey border*/
/* End */
/* /local/templates/alma-okna-new/css/font-awesome.css?168510277135134 */
/* /local/templates/alma-okna-new/fonts/iconfontcustom/icon-font-custom.css?168510277129170 */
/* /local/templates/alma-okna-new/js/vendors/bxslider/jquery.bxslider.css?16851027713836 */
/* /local/templates/alma-okna-new/css/vendors.css?168510277148435 */
/* /local/templates/alma-okna-new/css/app.css?1779207601148870 */
/* /local/templates/alma-okna-new/css/custom.css?173927662216589 */
/* /local/templates/alma-okna-new/components/bitrix/breadcrumb/breadcrumb-default/style.min.css?1685102771467 */
/* /bitrix/components/alma/form.result.new/style.css?168510275827 */
/* /local/templates/alma-okna-new/components/alma/form.result.new/form-site-vert-order/style.css?16851027711752 */
/* /local/templates/alma-okna-new/components/bitrix/main.userconsent.request/.default/user_consent.min.css?16851027713280 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17435824532729 */
/* /local/templates/alma-okna-new/styles.css?16851027713855 */
/* /local/templates/alma-okna-new/template_styles.css?169331112536597 */
