

/* Start:/local/templates/oknaprostor/css/custom.css?1760447925682*/
.header-btn{
	position: relative;
    display: inline-block;
    padding: 8px;
    background-color: #75ae6a;
    color: #fff !important;
	margin: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px !important;
    line-height: 18px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
}


.header-main__btn .header-btn i{
	color: #fff !important;
}

@media(min-width:768px){
	.header-btn{
		padding: 10px;
	}
}

@media(min-width:1024px){
	.header-btn{
		padding: 12px;
	}
}
/* End */


/* Start:/local/templates/oknaprostor/css/reset.css?16926240141104*/
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End */


/* Start:/local/templates/oknaprostor/css/font-awesome.css?169262401435134*/
/*!
 *  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/oknaprostor/css/../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('/local/templates/oknaprostor/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/local/templates/oknaprostor/css/../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/local/templates/oknaprostor/css/../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/local/templates/oknaprostor/css/../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/local/templates/oknaprostor/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/oknaprostor/js/slick/slick.css?16926240141776*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/oknaprostor/js/slick/slick-theme.css?16926240143145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/oknaprostor/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/oknaprostor/js/slick/./fonts/slick.eot');
    src: url('/local/templates/oknaprostor/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/oknaprostor/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/oknaprostor/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/oknaprostor/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

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

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

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

/* End */


/* Start:/local/templates/oknaprostor/fonts/iconfontcustom/icon-font-custom.css?169262401429170*/
@font-face{font-family:'iconfontcustom';src:url('/local/templates/oknaprostor/fonts/iconfontcustom/fonts/iconfontcustom.eot?jzaet');src:url('/local/templates/oknaprostor/fonts/iconfontcustom/fonts/iconfontcustom.eot?#iefixjzaet') format('embedded-opentype'),
url('/local/templates/oknaprostor/fonts/iconfontcustom/fonts/iconfontcustom.woff?jzaet') format('woff'),
url('/local/templates/oknaprostor/fonts/iconfontcustom/fonts/iconfontcustom.ttf?jzaet') format('truetype'),
url('/local/templates/oknaprostor/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/oknaprostor/js/vendors/fancybox/dist/jquery.fancybox.min.css?169262401412795*/
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;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{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;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;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;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;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;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;transition-property:transform,opacity;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{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;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:transparent;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;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;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;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;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:linear-gradient(0deg,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%,transparent);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{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#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}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;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;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@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))}}}.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;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:transparent;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;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;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)}}
/* End */


/* Start:/local/templates/oknaprostor/js/vendors/bxslider/jquery.bxslider.css?16926240143836*/
/**
 * 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/oknaprostor/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/oknaprostor/js/vendors/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/local/templates/oknaprostor/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/oknaprostor/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/oknaprostor/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/oknaprostor/components/bitrix/menu/footer-menu-multi/style.css?1692624014576*/
.footer-menu,
.footer-menu ul{
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 0;
}

.footer-menu__item{
	margin-bottom: 10px;
	list-style-position: outside;
}

.footer-menu__sub .footer-menu__item{
	margin-bottom: 5px;
}

.footer-menu__item a,
.footer-menu__item a:visited{
	color: #a9a9a9;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
}

.footer-menu__sub .footer-menu__item a,
.footer-menu__sub .footer-menu__item a:visited{
	font-size: 12px;
}

.footer-menu__item a:hover{
	color: #ffffff;
}
/* End */


/* Start:/local/templates/oknaprostor/components/bitrix/news.list/news-list-short/style.css?1692624014295*/
.news-list-short__item{
	margin-bottom: 30px;
}

.news-list-short__name{
	display: block;
	font-size: 14px;
	line-height: 17px;
	color: #93c274;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.news-list-short__date{
	font-size: 13px;
	font-weight: 700;
	color: #a9a9a9;
}
/* End */


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


/* Start:/bitrix/components/alma/form.result.new/error.css?1692624021163*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/alma/form.result.new/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/coffeediz.schema.org/style.css?1692624022989*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/components/bitrix/breadcrumb/templates/coffeediz.schema.org/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/local/templates/oknaprostor/styles.css?16926240142636*/
.okna__items {
    display: flex;
    flex-wrap: wrap;
}

.okna__item {
    margin: 10px;
    width: calc(33% - 20px);
}

.okna__item_text {
    text-align: center;
}

.okna__item_img {
    text-align: center;
}

.article__item {
    width: 100%;
    display: flex;
}

.article__img {
    width: 40%;
    margin-right: 10px;
}

.article__text {
    width: 60%;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.okna-slider{
    margin-bottom: 30px;
}

.okna-slider .slick-active {
    outline: none;
}

*:focus{
    outline: none;
}

@media(max-width:480px) {
    .okna__item {
        width: 100%;
    }
}

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

@media(max-width:690px) {
    .okna__item {
        width: calc(50% - 20px);
    }
    .iframe-container iframe {
        width: 100% !important;
    }
    .article__item {
        display: block;
    }
    .article__img {
        width: 100%;
        margin: 0;
    }
    .article__text {
        width: 100%;
    }
    .table-responsive tr td {
        display: block;
    }
    .table-responsive tr td:nth-of-type(1) {
        text-align: center;
        font-weight: bold;
    }
    .table-title {
        display: none;
    }
    /* OKNA TABLE */
    .okna-table-responsive tr td:nth-of-type(2):before {
        content: 'SLIDORS (Слайдорс)';
        font-weight: bold;
        width: 100%;
        padding: 5px 0;
    }
    .okna-table-responsive tr td:nth-of-type(3):before {
        content: 'Распашные окна';
        font-weight: bold;
        width: 100%;
        padding: 5px 0;
    }
    .table-responsive tr td:nth-of-type(4):before {
        content: 'Алюминий (Проведал)';
        font-weight: bold;
        width: 100%;
        padding: 5px 0;
    }
    /* DVERI TABLE */
    .dveri-table-responsive tr td:nth-of-type(2):before {
        content: 'Особенности';
        font-weight: bold;
        width: 100%;
        padding: 5px 0;
    }
    .dveri-table-responsive tr td:nth-of-type(3):before {
        content: 'Количество камер';
        font-weight: bold;
        width: 100%;
        padding: 5px 0;
    }
    .dveri-responsive tr td:nth-of-type(4):before {
        content: 'Системная глубина профиля';
        font-weight: bold;
        width: 100%;
        padding: 5px 0;
    }
    .dveri-responsive tr td:nth-of-type(5):before {
        content: 'Применение';
        font-weight: bold;
        width: 100%;
        padding: 5px 0;
    }

    .protect-container td {
        padding: 0 10px;
    }
}


/* End */


/* Start:/local/templates/oknaprostor/template_styles.css?1693233136142906*/
/*All*/

* {
    box-sizing: border-box;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/oknaprostor/fonts/OpenSansLight/OpenSansLight.eot");
    src: url("/local/templates/oknaprostor/fonts/OpenSansLight/OpenSansLight.eot?#iefix")format("embedded-opentype"), url("/local/templates/oknaprostor/fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("/local/templates/oknaprostor/fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/oknaprostor/fonts/OpenSansLightItalic/OpenSansLightItalic.eot");
    src: url("/local/templates/oknaprostor/fonts/OpenSansLightItalic/OpenSansLightItalic.eot?#iefix")format("embedded-opentype"), url("/local/templates/oknaprostor/fonts/OpenSansLightItalic/OpenSansLightItalic.woff") format("woff"), url("/local/templates/oknaprostor/fonts/OpenSansLightItalic/OpenSansLightItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/oknaprostor/fonts/OpenSansRegular/OpenSansRegular.eot");
    src: url("/local/templates/oknaprostor/fonts/OpenSansRegular/OpenSansRegular.eot?#iefix")format("embedded-opentype"), url("/local/templates/oknaprostor/fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("/local/templates/oknaprostor/fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/oknaprostor/fonts/OpenSansRegularItalic/OpenSansRegularItalic.eot");
    src: url("/local/templates/oknaprostor/fonts/OpenSansRegularItalic/OpenSansRegularItalic.eot?#iefix")format("embedded-opentype"), url("/local/templates/oknaprostor/fonts/OpenSansRegularItalic/OpenSansRegularItalic.woff") format("woff"), url("/local/templates/oknaprostor/fonts/OpenSansRegularItalic/OpenSansRegularItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/oknaprostor/fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
    src: url("/local/templates/oknaprostor/fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix")format("embedded-opentype"), url("/local/templates/oknaprostor/fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("/local/templates/oknaprostor/fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/oknaprostor/fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot");
    src: url("/local/templates/oknaprostor/fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot?#iefix")format("embedded-opentype"), url("/local/templates/oknaprostor/fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.woff") format("woff"), url("/local/templates/oknaprostor/fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/oknaprostor/fonts/OpenSansBold/OpenSansBold.eot");
    src: url("/local/templates/oknaprostor/fonts/OpenSansBold/OpenSansBold.eot?#iefix")format("embedded-opentype"), url("/local/templates/oknaprostor/fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("/local/templates/oknaprostor/fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/oknaprostor/fonts/OpenSansBoldItalic/OpenSansBoldItalic.eot");
    src: url("/local/templates/oknaprostor/fonts/OpenSansBoldItalic/OpenSansBoldItalic.eot?#iefix")format("embedded-opentype"), url("/local/templates/oknaprostor/fonts/OpenSansBoldItalic/OpenSansBoldItalic.woff") format("woff"), url("/local/templates/oknaprostor/fonts/OpenSansBoldItalic/OpenSansBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/oknaprostor/fonts/OpenSansExtraBold/OpenSansExtraBold.eot");
    src: url("/local/templates/oknaprostor/fonts/OpenSansExtraBold/OpenSansExtraBold.eot?#iefix")format("embedded-opentype"), url("/local/templates/oknaprostor/fonts/OpenSansExtraBold/OpenSansExtraBold.woff") format("woff"), url("/local/templates/oknaprostor/fonts/OpenSansExtraBold/OpenSansExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/oknaprostor/fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.eot");
    src: url("/local/templates/oknaprostor/fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.eot?#iefix")format("embedded-opentype"), url("/local/templates/oknaprostor/fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.woff") format("woff"), url("/local/templates/oknaprostor/fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 800;
}


/* Inputs */

input,
textarea,
keygen,
select,
button {
    font-size: 100%;
    outline: none;
}

::-moz-placeholder {
    color: #a8a8a8;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

::-webkit-input-placeholder {
    color: #a8a8a8;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

:-ms-input-placeholder {
    color: #a8a8a8;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 15px;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
    background-color: #fff;
    color: #858585;
    font-weight: 300;
    font-size: 15px;
}

input[type="text"] {
    height: 48px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #93c274;
    outline: none;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
    background-color: #f8f8f8;
    cursor: not-allowed;
}

input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
    background-color: #f8f8f8;
    cursor: not-allowed;
}

textarea[rows] {
    height: auto;
}

textarea {
    max-width: 100%;
}

select {
    padding: 6px 10px;
    height: 40px;
    width: 100%;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #858585;
}

select:disabled {
    background-color: #f8f8f8;
    cursor: not-allowed;
}

select:focus {
    border-color: #bbb;
}

select[multiple] {
    height: auto;
}

input[type="range"] {
    width: 100%;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 10px;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 5px;
    vertical-align: baseline;
}

input[type="file"] {
    width: 100%;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    position: relative;
    display: inline-block;
    padding: 15px 35px;
    border: 1px solid #93c274;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
}


/*input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover{background-color:#93c274;}*/

button[class*="span"],
input[type="reset"][class*="span"],
input[type="submit"][class*="span"],
input[type="button"][class*="span"],
input[type="range"][class*="span"],
input[type="color"][class*="span"],
input[type="text"][class*="span"],
input[type="password"][class*="span"],
input[type="date"][class*="span"],
input[type="datetime"][class*="span"],
input[type="datetime-local"][class*="span"],
input[type="month"][class*="span"],
input[type="week"][class*="span"],
input[type="email"][class*="span"],
input[type="number"][class*="span"],
input[type="search"][class*="span"],
input[type="tel"][class*="span"],
input[type="time"][class*="span"],
input[type="url"][class*="span"],
textarea[class*="span"],
select[class*="span"] {
    float: none;
    padding: 12px 10px;
}

@media (min-width:767px) {
    button.span12,
    input[type="range"].span12,
    input[type="color"].span12,
    input[type="reset"].span12,
    input[type="submit"].span12,
    input[type="button"].span12,
    input[type="text"].span12,
    input[type="password"].span12,
    input[type="date"].span12,
    input[type="datetime"].span12,
    input[type="datetime-local"].span12,
    input[type="month"].span12,
    input[type="week"].span12,
    input[type="email"].span12,
    input[type="number"].span12,
    input[type="search"].span12,
    input[type="tel"].span12,
    input[type="time"].span12,
    input[type="url"].span12,
    textarea.span12,
    select.span12 {
        width: 100%;
    }
    button.span11,
    input[type="range"].span11,
    input[type="color"].span11,
    input[type="reset"].span11,
    input[type="submit"].span11,
    input[type="button"].span11,
    input[type="text"].span11,
    input[type="password"].span11,
    input[type="date"].span11,
    input[type="datetime"].span11,
    input[type="datetime-local"].span11,
    input[type="month"].span11,
    input[type="week"].span11,
    input[type="email"].span11,
    input[type="number"].span11,
    /*input[type="search"].span11,*/
    input[type="tel"].span11,
    input[type="time"].span11,
    input[type="url"].span11,
    textarea.span11,
    select.span11 {
        width: 91.66666667%;
    }
    button.span10,
    input[type="range"].span10,
    input[type="color"].span10,
    input[type="reset"].span10,
    input[type="submit"].span10,
    input[type="button"].span10,
    input[type="text"].span10,
    input[type="password"].span10,
    input[type="date"].span10,
    input[type="datetime"].span10,
    input[type="datetime-local"].span10,
    input[type="month"].span10,
    input[type="week"].span10,
    input[type="email"].span10,
    input[type="number"].span10,
    /*input[type="search"].span10,*/
    input[type="tel"].span10,
    input[type="time"].span10,
    input[type="url"].span10,
    textarea.span10,
    select.span10 {
        width: 83.33333333%;
    }
    button.span9,
    input[type="range"].span9,
    input[type="color"].span9,
    input[type="reset"].span9,
    input[type="submit"].span9,
    input[type="button"].span9,
    input[type="text"].span9,
    input[type="password"].span9,
    input[type="date"].span9,
    input[type="datetime"].span9,
    input[type="datetime-local"].span9,
    input[type="month"].span9,
    input[type="week"].span9,
    input[type="email"].span9,
    input[type="number"].span9,
    input[type="search"].span9,
    input[type="tel"].span9,
    input[type="time"].span9,
    input[type="url"].span9,
    textarea.span9,
    select.span9 {
        width: 75%;
    }
    button.span8,
    input[type="range"].span8,
    input[type="color"].span8,
    input[type="reset"].span8,
    input[type="submit"].span8,
    input[type="button"].span8,
    input[type="text"].span8,
    input[type="password"].span8,
    input[type="date"].span8,
    input[type="datetime"].span8,
    input[type="datetime-local"].span8,
    input[type="month"].span8,
    input[type="week"].span8,
    input[type="email"].span8,
    input[type="number"].span8,
    input[type="search"].span8,
    input[type="tel"].span8,
    input[type="time"].span8,
    input[type="url"].span8,
    textarea.span8,
    select.span8 {
        width: 66.66666667%;
    }
    button.span7,
    input[type="range"].span7,
    input[type="color"].span7,
    input[type="reset"].span7,
    input[type="submit"].span7,
    input[type="button"].span7,
    input[type="text"].span7,
    input[type="password"].span7,
    input[type="date"].span7,
    input[type="datetime"].span7,
    input[type="datetime-local"].span7,
    input[type="month"].span7,
    input[type="week"].span7,
    input[type="email"].span7,
    input[type="number"].span7,
    input[type="search"].span7,
    input[type="tel"].span7,
    input[type="time"].span7,
    input[type="url"].span7,
    textarea.span7,
    select.span7 {
        width: 58.33333333%;
    }
    button.span6,
    input[type="range"].span6,
    input[type="color"].span6,
    input[type="reset"].span6,
    input[type="submit"].span6,
    input[type="button"].span6,
    input[type="text"].span6,
    input[type="password"].span6,
    input[type="date"].span6,
    input[type="datetime"].span6,
    input[type="datetime-local"].span6,
    input[type="month"].span6,
    input[type="week"].span6,
    input[type="email"].span6,
    input[type="number"].span6,
    input[type="search"].span6,
    input[type="tel"].span6,
    input[type="time"].span6,
    input[type="url"].span6,
    textarea.span6,
    select.span6 {
        width: 50%;
    }
    button.span5,
    input[type="range"].span5,
    input[type="color"].span5,
    input[type="reset"].span5,
    input[type="submit"].span5,
    input[type="button"].span5,
    input[type="text"].span5,
    input[type="password"].span5,
    input[type="date"].span5,
    input[type="datetime"].span5,
    input[type="datetime-local"].span5,
    input[type="month"].span5,
    input[type="week"].span5,
    input[type="email"].span5,
    input[type="number"].span5,
    input[type="search"].span5,
    input[type="tel"].span5,
    input[type="time"].span5,
    input[type="url"].span5,
    textarea.span5,
    select.span5 {
        width: 41.66666667%;
    }
    button.span4,
    input[type="range"].span4,
    input[type="color"].span4,
    input[type="reset"].span4,
    input[type="submit"].span4,
    input[type="button"].span4,
    input[type="text"].span4,
    input[type="password"].span4,
    input[type="date"].span4,
    input[type="datetime"].span4,
    input[type="datetime-local"].span4,
    input[type="month"].span4,
    input[type="week"].span4,
    input[type="email"].span4,
    input[type="number"].span4,
    input[type="search"].span4,
    input[type="tel"].span4,
    input[type="time"].span4,
    input[type="url"].span4,
    textarea.span4,
    select.span4 {
        width: 33.33333333%;
    }
    button.span3,
    input[type="range"].span3,
    input[type="color"].span3,
    input[type="reset"].span3,
    input[type="submit"].span3,
    input[type="button"].span3,
    input[type="text"].span3,
    input[type="password"].span3,
    input[type="date"].span3,
    input[type="datetime"].span3,
    input[type="datetime-local"].span3,
    input[type="month"].span3,
    input[type="week"].span3,
    input[type="email"].span3,
    input[type="number"].span3,
    input[type="search"].span3,
    input[type="tel"].span3,
    input[type="time"].span3,
    input[type="url"].span3,
    textarea.span3,
    select.span3 {
        width: 25%;
    }
    button.span2,
    input[type="range"].span2,
    input[type="color"].span2,
    input[type="reset"].span2,
    input[type="submit"].span2,
    input[type="button"].span2,
    input[type="text"].span2,
    input[type="password"].span2,
    input[type="date"].span2,
    input[type="datetime"].span2,
    input[type="datetime-local"].span2,
    input[type="month"].span2,
    input[type="week"].span2,
    input[type="email"].span2,
    input[type="number"].span2,
    input[type="search"].span2,
    input[type="tel"].span2,
    input[type="time"].span2,
    input[type="url"].span2,
    textarea.span2,
    select.span2 {
        width: 16.66666667%;
    }
    button.span1,
    input[type="range"].span1,
    input[type="color"].span1,
    input[type="reset"].span1,
    input[type="submit"].span1,
    input[type="button"].span1,
    input[type="text"].span1,
    input[type="password"].span1,
    input[type="date"].span1,
    input[type="datetime"].span1,
    input[type="datetime-local"].span1,
    input[type="month"].span1,
    input[type="week"].span1,
    input[type="email"].span1,
    input[type="number"].span1,
    input[type="search"].span1,
    input[type="tel"].span1,
    input[type="time"].span1,
    input[type="url"].span1,
    textarea.span1,
    select.span1 {
        width: 8.33333333%;
    }
}


/* End Inputs */


/* Buttons */

input[type="submit"] {
    position: relative;
    display: inline-block;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
}

input,
input[type="button" i],
input[type="submit" i],
input[type="reset" i],
input[type="file" i]::-webkit-file-upload-button,
button {
    line-height: inherit;
}


/* End buttons */


/* Borders */

input[type="button" i],
input[type="submit" i],
input[type="reset" i],
input[type="file" i]::-webkit-file-upload-button,
button,
input[type="submit"] {
    border: 0;
}

.bx-nav-1-lvl.bx-active::before,
.bx-nav-2-lvl>a:hover::before,
a.bx-active::before {
    /*border-top-color: #93c274;*/
}

.bx-top-nav-container .bx-nav-1-lvl.bx-hover>a .fa {
    color: #93c274;
}

.bx-top-nav-container .bx-nav-1-lvl>a:hover {
    color: #93c274;
}

.bx-top-nav-container .bx-nav-2-lvl {
    position: relative;
}

.bx-top-nav-container .bx-nav-2-lvl a .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
}

.bx-top-nav-container .bx-nav-2-lvl a:hover .fa {
    color: #ffffff;
}

.bx-top-nav-container .bx-nav-list-3-lvl {
    position: absolute;
    top: 0;
    right: -100%;
    display: none;
    padding: 0;
}

.bx-top-nav-container .bx-nav-2-lvl:hover>.bx-nav-list-3-lvl {
    display: block;
}


/*.search-form input[type="text"],
.search-page input[type="text"] {
	border: 2px solid #e1e1e1;
}*/

.search-form input[type="text"],
.search-page input[type="text"] input,
textarea {
    border-color: #e1e1e1;
}

.search-page input[type="text"]:focus,
input:focus,
textarea:focus {
    border-color: #93c274;
}


/* End Borders */


/* Colors */

a,
input[type="submit"] {
    color: inherit;
}

.page {
    color: #505050;
}

a:hover,
.bx-active>a,
.bx-active>span,
.bx-aside-nav .bx-nav-1-lvl.bx-active>a,
.separator,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a,
.bx-aside-nav .bx-active .bx-nav-parent-arrow,
.bx-aside-nav-control {
    color: #93c274;
    box-shadow: none;
}

.bx-top-nav-container .bx-nav-1-lvl .fa {
    color: #858585;
}

.bx-nav-2-lvl,
.bx-aside-nav .bx-nav-1-lvl>a,
.bx-aside-nav .bx-nav-parent-arrow,
input[type="submit"],
.page__button,
.page__button:hover {
    color: #fff;
}


/* End Colors */


/* Background colors */

.separator,
.page__button:hover {
    background-color: #93c274;
}

.bx-top-nav-container .bx-nav-3-lvl,
.bx-top-nav-container .bx-nav-2-lvl {
    width: 200px;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a span,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a span,
.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-3-lvl-container:before,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back {
    background-color: #fff;
}

.bx-top-nav-container .bx-nav-2-lvl {
    text-align: left;
}

.bx-nav-list-2-lvl .bx-nav-2-lvl .no-link {
    font: 14px 'Open Sans', Arial, sans-serif;
    line-height: 18px;
    padding: 12px 30px;
    position: relative;
    text-align: left;
    display: block;
}

.bx-top-nav-container .bx-nav-2-lvl .no-link .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
}

@media (max-width:1023px) {
    .bx-nav-2-lvl a .fa {
        display: none;
    }
    .bx-opened .bx-nav-list-3-lvl {
        background-color: inherit;
    }
    body.bx-opened .bx-nav-list-3-lvl .bx-nav-3-lvl a {
        padding-left: 50px;
    }
    body.bx-opened .bx-nav-list-2-lvl .bx-nav-2-lvl:hover a {
        color: #f4f4f4;
    }
    body.bx-opened .bx-nav-list-2-lvl .bx-nav-2-lvl a:hover {
        color: #5e9354;
    }
}

.bx-top-nav-container .bx-nav-catinfo-back {
    background-color: #f7fafb;
}

input[type="submit"],
.page__button {
    background-color: #75ae6a;
}

.bx-aside-nav {
    background-color: #4c5c65;
}

.bx-nav-parent ul,
.bx-nav-parent div,
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container {
    background-color: #93c274;
}

.bx-top-nav-container .bx-nav-2-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-2-lvl-container:before,
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
    background-color: #2b2b2b;
}

.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover>a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover>a,
.bx-aside-nav .bx-nav-list-2-lvl {
    background-color: #44535c;
}


/* End Background colors */

html,
body {
    background-color: #fff;
    font: 19px "Open Sans", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #505050;
}

body.no-scroll {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

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

h1,
.h1,
.tipa_h1 {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 35px;
}

@media(max-width: 767px) {
    h1,
    .h1,
    .tipa_h1 {
        font-size: 30px;
    }
}

h2,
.h2,
.tipa_h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 35px;
}

h3,
.h3,
.tipa_h3 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 10px;
}

h4,
.h4,
.tipa_h4 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px;
}

h5,
.h5,
.tipa_h5 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.box-type3 h1,
.box-type3 h2,
.box-type3 h3,
.box-type3 h4,
.box-type3 h5 {
    margin-bottom: 0;
}

a,
a:visited {
    color: #93c274;
    text-decoration: underline;
}

a:active {
    background: transparent;
}

a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}

.link {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-decoration: none;
}

.link_dot{border-style: dashed;}
.link:hover{border: 0;}

h1 code,
.h1 code {
    display: inline-block;
    margin: 7px 0;
}

p {
    margin-bottom: 17px;
}

b,
strong {
    font-weight: 600;
}

img {
    max-width: 100%;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

li>ul {
    margin-left: 30px;
}

li>ol {
    margin-left: 35px;
}

li {
    list-style-position: inside;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dl {
    margin-bottom: 20px;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 20px;
}

ol,
ol ol {
    counter-reset: li;
    list-style: none;
    counter-reset: li;
}

ol li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
    padding-right: 6px;
}

table {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 20px;
    /*width:100%;*/
    text-align: center;
}

tbody,
thead,
tfoot,
tr,
th,
td {
    vertical-align: top;
}

.indent-standart {
    padding-left: 15px !important;
}

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


/*end All*/


/*Grid
========================================================================*/

.container,
.container-fluid {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

.row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width:768px) {
    .span1,
    .span2,
    .span3,
    .span4,
    .span5,
    .span6,
    .span7,
    .span8,
    .span9,
    .span10,
    .span11,
    .span12 {
        float: left;
    }
    .span12 {
        width: 100%;
    }
    .span11 {
        width: 91.66666667%;
    }
    .span10 {
        width: 83.33333333%;
    }
    .span9 {
        width: 75%;
    }
    .span8 {
        width: 66.66666667%;
    }
    .span7 {
        width: 58.33333333%;
    }
    .span6 {
        width: 50%;
    }
    .span5 {
        width: 41.66666667%;
    }
    .span4 {
        width: 33.33333333%;
    }
    .span3 {
        width: 25%;
    }
    .span2 {
        width: 16.66666667%;
    }
    .span1 {
        width: 8.33333333%;
    }
    .offset12 {
        margin-left: 100%;
    }
    .offset11 {
        margin-left: 91.66666667%;
    }
    .offset10 {
        margin-left: 83.33333333%;
    }
    .offset9 {
        margin-left: 75%;
    }
    .offset8 {
        margin-left: 66.66666667%;
    }
    .offset7 {
        margin-left: 58.33333333%;
    }
    .offset6 {
        margin-left: 50%;
    }
    .offset5 {
        margin-left: 41.66666667%;
    }
    .offset4 {
        margin-left: 33.33333333%;
    }
    .offset3 {
        margin-left: 25%;
    }
    .offset2 {
        margin-left: 16.66666667%;
    }
    .offset1 {
        margin-left: 8.33333333%;
    }
    .offset0 {
        margin-left: 0%;
    }
}

.visible-phone,
.visible-tablet,
.visible-desktop,
.visible-desktop-large {
    display: none !important;
}

.visible-phone-block,
.visible-phone-inline,
.visible-phone-inline-block,
.visible-tablet-block,
.visible-tablet-inline,
.visible-tablet-inline-block,
.visible-desktop-block,
.visible-desktop-inline,
.visible-desktop-inline-block,
.visible-desktop-large-block,
.visible-desktop-large-inline,
.visible-desktop-large-inline-block {
    display: none !important;
}

@media (max-width:991px) {
    .container {width: 100%;}

    .container.js-container {
        margin-right: 10px;
        margin-left: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .span1,
    .span2,
    .span3,
    .span4,
    .span5,
    .span6,
    .span7,
    .span8,
    .span9,
    .span10,
    .span11,
    .span12 {
        width: 100%;
    }
    .visible-phone {
        display: block !important;
    }
    table.visible-phone {
        display: table;
    }
    tr.visible-phone {
        display: table-row !important;
    }
    th.visible-phone,
    td.visible-phone {
        display: table-cell !important;
    }
    .visible-phone-block {
        display: block !important;
    }
    .visible-phone-inline {
        display: inline !important;
    }
    .visible-phone-inline-block {
        display: inline-block !important;
    }
    .hidden-phone {
        display: none !important;
    }
    .left-block .bx_baner,
    #page-header,
    .slider-revolution .tp-simpleresponsive,
    .slider-revolution.fullwidthbanner-container {
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden;
        border-top: 1px solid transparent !important;
        border-bottom: 1px solid transparent !important;
    }
}

.span9 .l-content-block .container {
    width: 100%;
    padding: 0;
}

@media only screen and (min-width:480px) and (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {
    /*.container{width:750px;}*/
    .visible-tablet {
        display: block !important;
    }
    table.visible-tablet {
        display: table;
    }
    tr.visible-tablet {
        display: table-row !important;
    }
    th.visible-tablet,
    td.visible-tablet {
        display: table-cell !important;
    }
    .visible-tablet-block {
        display: block !important;
    }
    .visible-tablet-inline {
        display: inline !important;
    }
    .visible-tablet-inline-block {
        display: inline-block !important;
    }
    .hidden-tablet {
        display: none !important;
    }
    #page-header {
        margin-bottom: 50px !important;
    }
    /*.in-block.time-job{display: none;}*/
    .btn-white.zamer {
        display: none;
    }
    .search-box {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .container {
        width: 970px;
    }
    .visible-desktop {
        display: block !important;
    }
    table.visible-desktop {
        display: table;
    }
    tr.visible-desktop {
        display: table-row !important;
    }
    th.visible-desktop,
    td.visible-desktop {
        display: table-cell !important;
    }
    .visible-desktop-block {
        display: block !important;
    }
    .visible-desktop-inline {
        display: inline !important;
    }
    .visible-desktop-inline-block {
        display: inline-block !important;
    }
    .hidden-desktop {
        display: none !important;
    }
    .search-box {
        display: none !important;
    }
    .sf-menu {
        margin-right: -20px !important;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
    .visible-desktop-large {
        display: block !important;
    }
    table.visible-desktop-large {
        display: table;
    }
    tr.visible-desktop-large {
        display: table-row !important;
    }
    th.visible-desktop-large,
    td.visible-desktop-large {
        display: table-cell !important;
    }
    .visible-desktop-large-block {
        display: block !important;
    }
    .visible-desktop-large-inline {
        display: inline !important;
    }
    .visible-desktop-large-inline-block {
        display: inline-block !important;
    }
    .hidden-desktop-large {
        display: none !important;
    }
}


/*end grid*/


/*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 {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #93c274;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.h-title-grey {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
}

.h-title-blue {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    color: #36b3eb;
    font-size: 13px;
}

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

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

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

.h-text-left {
    text-align: left !important;
}

.h-text-center {
    text-align: center !important;
}

.h-text-right {
    text-align: right !important;
}

.h-text-justify {
    text-align: left !important;
}

.h-text-uppercase {
    text-transform: uppercase !important;
}

.h-text-small {font-size: 17px !important;}
.h-text-little {font-size: 15px !important;}

.h-text-bold {
    font-weight: 600 !important;
}


/*end Text*/


/*blue-marker*/

.blue-marker {
    color: #93c274;
}

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


/*end blue-marker*/


/*divider*/

.divider {
    height: 10px;
    background: url(/local/templates/oknaprostor/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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 34px;
    margin-left: -12.5px;
    margin-right: -12.5px;
}

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

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

.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: #93c274;
    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*/


/*typografica*/

.code,
code {
    background-color: #fff;
    border: 1px solid #e1e1e8;
    color: #d14;
    padding: 1px 4px;
    display: inline-block;
    font-family: monospace, arial;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.highlight {
    white-space: pre;
    margin: 0;
    padding: 12px 12px;
    display: block;
    overflow: auto;
    background: #eeffcc;
    border: 1px solid #e1e4e5;
    margin: 0;
    margin-bottom: 24px;
    color: #333;
}


/* end typografica*/


/*light-line*/

.light-line {
    margin: 0;
}


/*end light-line*/


/*btn-callback fixed*/
.btn-callback {
    position: fixed;
    z-index: 100;
    bottom: 160px;
    right: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 2s infinite;
}

.btn-callback img {
    width: 40px;
    height: 40px;
}

.btn-callback:hover {
    opacity: 0.7;
}

#content font.errortext {
    display: none;
}

@media (min-width: 768px) {
    .btn-callback {
        bottom: 160px;
        right: 5%;
    }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      box-shadow: 0 0 0 20px rgba(204,169,44, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

/*end btn-callback fix*/

/* 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: #93c274;
}

.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-main {
    padding-top: 34px;
    padding-bottom: 34px;
}

.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts__wrap{
    margin-left: 20px;
    text-align: right;
}

.contacts-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    margin-top: -4px;
}

.contacts-icon__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    transition: all 0.3s ease;
}

.contacts-icon__item:not(:last-child) {
    margin-right: 10px;
}

.contacts-icon__item:hover {
    opacity: 0.8;
}

.contacts-icon__item img {
    max-height: 100%;
    max-width: 100%;
}

.contacts__phone{
    display: block;
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    color: #2b2b2b;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.2s ease;
}

.contacts__callback{
    font-size: 15px;
    margin-top: -3px;
}

.l-header .contacts__callback a,
.contacts__callback a{
    color: #ff8a00;
    transition: all 0.2s ease;
    text-decoration: underline;
}

.l-header .contacts__callback a:hover,
.contacts__callback a:hover{
    text-decoration: none;
}

.l-header .contacts__phone{color: #2b2b2b;}

.l-header .contacts__phone:hover{color: #93c274;}
/* 
.fixed-menu {
    height: 70px;
    overflow: hidden;
}

.fixed-menu.fix-open {
    height: auto;
    overflow: visible;
}

.fixed-menu .contacts__item--time {
    display: none;
}

.fixed-menu__item--menu {
    max-width: calc(100% - 515px);
} */


@media (max-width:1199px) {
    .contacts__wrap{margin-left: 15px;}
}

@media (max-width: 767px) {
    .contacts__phone{font-size: 15px;}
    .contacts__callback{font-size: 12px;}
    .contacts-icon{margin-left: 0;}
    
    .contacts-icon__item{
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 420px) {
    .contacts-icon{display: none;}
    .contacts__wrap{margin-left: 0;}
}

@media (max-width: 375px) {
    .contacts__phone{font-size: 14px;}
    .contacts__callback{font-size: 11px;}
}

/* End Contacts */


/* almalogo */

.almalogo__link {
    display: inline-block;
    vertical-align: middle;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    opacity: 1;
    width: 98px;
    height: 30px;
    background-image: url(/local/templates/oknaprostor/images/almalogo_white.png);
    opacity: 0.6;
}

.almalogo__link:hover {
    opacity: 1;
}


/* end almalogo */

body.bx-opened #panel {
    display: none;
}


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

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

.box.box--border {
    border-radius: 2px;
    border: 1px solid #93c274;
}

.box.box--background {
    background-color: #93c274;
    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: 11px;
    position: relative;
    margin-bottom: 32px;
}

.headline:after {
    content: "";
    display: block;
    width: 100px;
    border-top: 2px solid #93c274;
    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*/


/*Button
========================================================================*/

.btn {
    position: relative;
    /* overflow: hidden; */
    display: inline-block;
    padding: 16px 45px 14px 35px;
    margin: 0 5px 20px 0;
    background-color: #75ae6a;
    color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 17px;
    line-height: 18px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
}

.btn i {
    float: left;
    margin-right: 8px;
    font-size: 18px;
    line-height: 20px;
}

/* .btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 48px solid #93c274;
    border-left: 48px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover:after {
    top: -28px;
    right: -28px;
} */

a.btn,
a.btn:hover {
    color: #fff;
}

.ripple {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border-radius: inherit;
	pointer-events: none;
	overflow: hidden;
	z-index: -1;
}
.ripple::after {
	content: '';
	position: absolute;
	top: var(--y);
	left: var(--x);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: #93C274;
    /* background-color: red; */
	animation: ripple .7s;
}
.pulse::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: inherit;
	pointer-events: none;
	border-radius: 50%;
	border: 8px solid #93C274;
	z-index: 200;
	animation: ringpulse 1s infinite;
}

@keyframes ripple {
	from {
		opacity: 0;
		height: 0;
		width: 0;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0;
		height: 200px;
		width: 200px;
	}
}
@keyframes ringpulse {
	from {
		opacity: .3;
		height: 0;
		width: 0;
	}
	50% {
		opacity: .6;
	}
	to {
		opacity: 0;
		height: 200px;
		width: 200px;
	}
}
@keyframes blink {
	50% {
	  	border-color: transparent
	}
}

.blink-cursor {
    border-right: 1px solid #fff;
    animation: blink .5s step-end infinite alternate;
    padding-right: 4px;
    min-height: 43px;
}


/*white*/

a.btn--white {
    color: #2b2b2b;
}

.btn:focus {
    outline: 0;
}

.btn--white {
    font-size: 16px;
    color: #2b2b2b;
    text-transform: none;
    padding: 15px 35px;
    border: 2px solid #93c274;
    background-color: transparent;
}

.btn--white:after {
    content: none;
}

.btn--white:hover {
    background: #75ae6a;
    color: #fff;
}

.btn--white i {
    color: #93c274;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn--white:hover i {
    color: #ffffff;
}


/*grey*/

a.btn--grey {
    color: #a9a9a9;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-transform: none;
}

.btn--grey {
    padding: 8px 15px;
    background-color: #20252c;
    margin: 0 3px 3px 0;
}

.btn--grey:after {
    content: none;
}

.btn--grey:hover {
    background: #93c274;
    color: #161616;
}


/*end Button*/


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

.table-site {
    width: 100%
}

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


/*Table 3 column*/


/*.imit-table-3col {
	width: 100%;
	font-size: 0;
}

.imit-table-3col__item{
	width: 33%;
	min-width: 290px;
	display: inline-block;
	text-align: center;
	margin-bottom: 25px;
	font-size: 14px;
	box-sizing: border-box;
}

.imit-table-3col--border .imit-table-3col__item{
	border-right: 1px solid #e1e1e1;
}

.imit-table-3col--border .imit-table-3col__item:last-child {
	border-right: none;
}

@media (max-width:991px){
	.imit-table-3col__item{
		width: 50%;
	}

	.imit-table-3col--border .imit-table-3col__item:nth-child(even){
		border-right: 0;
	}
}

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

	.imit-table-3col--border .imit-table-3col__item{
		border-right: 0;
	}
}*/

.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*/


/* type-window */

.type-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.type-window__item {
    width: 33.33%;
    padding: 10px 5px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.type-window__item:not(:last-child) {
    border-right: 1px solid #e1e1e1;
}

.type-window--four .type-window__item {
    width: 25%;
}

.type-window--three .type-window__item {
    width: 33.33%;
}

.type-window__title {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 10px;
}

.type-window__text {
    font-size: 15px;
    margin-bottom: 17px;
}

/* .type-window__img {
    position: relative;
} */

.type-window__popup {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* background: rgba(147, 194, 116, 0.3);
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%) scale(1.1);
    transition: all 0.3s ease;
    z-index: -1; */
}

.type-window__popup .btn {
    padding: 16px 15px 14px 15px;
    font-size: 12px;
    margin: 0;
}

.type-window__item .btn{
    /* padding: 16px 15px 14px 15px; */
    font-size: 15px;
    margin: 0;
}

.type-window__popup .btn span {
    position: relative;
    z-index: 2;
}

.type-window__item:hover .type-window__popup {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    z-index: 1;
}

.type-window__price {
    margin-top: 10px;
    font-size: 22px;
    /* color: #ff8a00; */
}

@media (max-width:991px) {
    .type-window__item,
    .type-window--four .type-window__item {
        width: calc(50% - 10px);
    }
    .type-window__item,
    .type-window--three .type-window__item {
        width: calc(50% - 10px);
    }
}

@media (max-width:640px) {
    .type-window__item,
    .type-window--four .type-window__item {
        width: calc(100% - 10px);
    }
    .type-window__item,
    .type-window--three .type-window__item {
        width: calc(100% - 10px);
    }
    .type-window__item:not(:last-child) {
        border-right: 0;
    }
}


/*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{height: 100px;}
.fixed-menu__item{height: 80px;}

.header-main.fixed{
    width: 100%;
    height: 54px;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    position: fixed;
    z-index: 1000;
}

.header-main.fixed .header-main__logo img{max-height: 44px;}
.header-main.fixed .header-main__content{padding: 4px 0;}

.header-main__content{
    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: 8px 0;
}

.header-main__logo{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.header-main__logo img{display: block;max-width: 212px;}

.header-main__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-main__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    margin-top: -2px;
}

.header-main__btn .btn-call,
.header-main__btn .btn-calc{
    font-size: 17px;
    white-space: nowrap;
}

.header-main__btn .btn-call i,
.header-main__btn .btn-calc i{
    color: #93c274;
    margin-right: 5px;
}

.btn-calc__text,
.btn-call__text{
    position: relative;
    color: #858585;
    transition: all 0.3s ease 0s;
}

.btn-calc__text::after,
.btn-call__text::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn-calc__text::after{border-bottom: 1px solid #93c274;}
.btn-call__text::after{border-bottom: 1px dashed #93c274;}

.btn-calc:hover .btn-calc__text::after,
.btn-call:hover .btn-call__text::after{
    display: none;
}

.btn-calc:hover .btn-calc__text,
.btn-call:hover .btn-call__text{
    color: #93c274;
}

.header-main__btn .btn-call{margin-left: 30px;}
.header-main__btn .fa-calculator{margin-top: -1px;}
.btn-call .fa-mail{vertical-align: middle; margin-bottom: 2px;}

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

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

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


.header-top{
    display: flex;
    align-items: center;
    height: 30px;
    padding: 2px 0;
}

.panel-menu{
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.panel-menu,
.panel-menu__item{
    padding: 0;
    margin: 0;
    list-style: none;
}

.panel-menu__item{
    padding: 0 25px;
    position: relative;
}

.panel-menu__item,
.panel-menu__link{
    font-size: 15px;
    color: #858585;
    transition: all 0.2s ease 0s;
}

.panel-menu__link:hover,
.panel-menu__item.active .panel-menu__link{
    color: #ff8a00;
}

.panel-menu__item:not(:last-child)::after{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #858585;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.header-nav{background: #f4f4f4;}

.spec-menu{display: flex;}

.spec-menu,
.spec-menu__item{
    padding: 0;
    margin: 0;
    list-style: none;
}

.spec-menu{
    margin-left: -30px;
    margin-right: -30px;
}

.spec-menu__item{
    padding: 8px 30px;
    position: relative;
}

.spec-menu__item,
.spec-menu__link{
    font-size: 17px;
    color: #2b2b2b;
    transition: all 0.2s ease 0s;
}

.l-header .spec-menu__link{color: #2b2b2b;}

.spec-menu__link:hover,
.l-header .spec-menu__link:hover,
.spec-menu__item.active .panel-menu__link{
    color: #93c274;
}

@media (max-width:1199px) {
    .header{height: 66px;}
    .header-top{display: none;}
    
    .header-main__btn .btn-call{display: none;}
    .header-main__btn .btn-call:last-child{display: inline-block;}
    .header-main__btn .btn{border: transparent;}
    
    .header-main__logo img{
        width: auto;
        max-height: 50px;
    }
}

@media (max-width:991px) {
    .spec-menu{
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .spec-menu__item{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:767px) {
    main.indent-t-l{padding-top: 8px;}

    .header{height: 84px;}
    .header-nav{display: none;}
    .header-main{position: relative;}
    
    .header-main__btn{
        width: 100%;
        background: #f4f4f4;
        padding: 5px 0;
        position: absolute;
        top: 100%;
        left: 0;
    }

    .btn-calc__text::after,
    .btn-call__text::after{
        display: none;
    }

    .header-main__logo img{
        width: 100px;
        max-height: 35px;
    }

    .header-main.fixed .header-main__logo img{max-height: 35px;}

    .header-main__btn{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-main__btn .btn-calc{
        margin: 0;
        font-size: 14px;
    }

    .header-main__btn .btn-calc i{float: none;}

    .header-main.fixed{height: 42px;}
    .header-main.fixed .header-main__btn{display: none;}
}

/*end Page header */

/* top-menu */
.top-menu-wrap{
    display: none;
    width: 100%;
    height: calc(100vh - 110px);
    background: #f4f4f4;
    padding: 40px;
    position: fixed;
    top: 110px;
    left: 0;
    z-index: 1001;
    overflow-y: auto;
}

.top-menu-wrap.admin{
    height: calc(100vh - 149px);
    top: 149px;
}

.top-menu-wrap.admin.fixed,
.top-menu-wrap.fixed{
    height: calc(100vh - 54px);
    top: 54px;
}

.top-menu,
.top-menu__item,
.top-menu__sub,
.top-menu__sub-item{
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-menu{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.top-menu__item{
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
}

.top-menu__link{
    font-size: 18px;
    font-weight: bold;
    color: #2b2b2b;
    transition: all 0.2s ease 0s;
}

.top-menu__sub-link{
    color: #505050;
    transition: all 0.2s ease 0s;
}

.l-header .top-menu__link,
.l-header .top-menu__sub-link{
    color: #505050;
}

.top-menu__sub-link:hover,
.top-menu__link:hover,
.top-menu__item.active .top-menu__link,
.top-menu__sub-item.active > .top-menu__sub-link{
    color: #ff8a00;
}

.top-menu__sub{
    display: none;
    padding-left: 15px;
}

.top-menu__sub .top-menu__sub .top-menu__sub-link{font-size: 14px;}

/* .top-menu__sub_switch{display: none;} */
.top-menu__sub-item{position: relative;}

.top-menu__item.hide,
.top-menu__sub-item.hide{
    display: none;
}

.top-menu__more-text{
    font-size: 12px;
    font-weight: bold;
    color: #ff8a00;
    text-decoration: underline;
    cursor: pointer;
}

.top-menu__more-text:hover{text-decoration: none;}

.top-menu__plus{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    font-size: 16px;
    font-weight: bold;
    color: #ff8a00;
    position: absolute;
    top: 7px;
    left: -18px;
    cursor: pointer;
}

@media (max-width:1199px) {
    .top-menu-wrap.admin{
        height: calc(100vh - 105px);
        top: 105px;
    }

    .top-menu-wrap{
        height: calc(100vh - 66px);
        top: 66px;
    }
}

@media (max-width:991px) {
    .top-menu__item{width: calc(50% - 30px);}
}

@media (min-width:768px) {
    .top-menu__item > .top-menu__sub{display: block!important;}
    .top-menu__item > .top-menu__plus{display: none;}
}

@media (max-width:767px) {
    .top-menu-wrap{
        height: calc(100vh - 56px);
        top: 56px;
        padding: 20px;
    }

    .top-menu-wrap.fixed,
    .top-menu-wrap.fixed.admin{
        height: calc(100vh - 42px);
        top: 42px;
    }

    .top-menu__item{
        width: 100%;
        margin: 0;
        position: relative;
        border-bottom: 1px solid #e1e1e1;
    }

    .top-menu__sub{padding-left: 0;}

    .top-menu__item,
    .top-menu__sub-item{
        padding-left: 25px;
    }

    .top-menu__more{display: none;}

    .top-menu__item.hide,
    .top-menu__sub-item.hide{
        display: block!important;
    }

    .top-menu__item > .top-menu__sub{
        display: none;
        border-top: 1px solid #e1e1e1;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .top-menu__link{
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        padding: 5px 0;
    }

    .top-menu__plus{
        width: 30px;
        height: 30px;
        border: 0;
        position: absolute;
        top: 4px;
        left: -7px;
    }

    .top-menu__sub-item{
        padding-top: 3px;
        padding-bottom: 3px;
    }

    /* .top-menu__arr{
        display: inline-block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 4px;
        right: 0;
        cursor: pointer;
    }

    .top-menu__arr::after{
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url(/local/templates/oknaprostor/images/down-arrow.svg) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: all 0.3s ease 0s;
    }

    .top-menu__arr.open::after{
        transform:  translateY(-50%) rotate(180deg);
    } */
}

/* Logo */

.logo img {
    width: 213px;
    height: 63px;
}

.logo-phone {
    display: none;
    position: relative;
}

.logo-phone-link {
    position: absolute;
    left: 76px;
    top: 37px;
    font-size: 13px;
    font-weight: 600;
    color: #858585;
    text-decoration: none;
    white-space: nowrap;
}

.logo-phone-link:hover {
    color: #93c274;
}


/* End Logo */

/*fixed-menu
========================================================================*/
/* 
.fixed-menu {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: -70px;
    width: 100%;
    z-index: 110;
}

.fixed-menu .logo img {
    width: auto;
    height: auto;
    margin-top: 13px;
}

.fixed-menu .bx-top-nav {
    padding-top: 2px;
    padding-left: 18px;
}

.fixed-menu .header-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fixed-menu .bx-top-nav-container .bx-nav-1-lvl>a {
    margin-right: 0;
}

.fixed-menu__item {
    float: left;
}

.fixed-menu__item--contacts {
    float: right;
}

.fixed-menu .bx-nav-1-lvl.bx-active>a::before {
    display: none;
}

.fixed-menu .header-button .btn__text {
    display: none;
}

.fixed-menu .header-button .btn i {
    margin: 0;
}

.fixed-menu .header-button .btn {
    padding: 11px 15px 9px;
}

.fixed-menu .logo-phone-link {
    left: 55px;
    font-size: 9px
}

@media (max-width:1023px) {
    .fixed-menu .header-wrap {
        display: block;
    }
    .fixed-menu .header-button {
        margin-right: 35px;
        font-size: 0;
    }
    .fixed-menu .header-button__calc {
        display: inline-block;
    }
    .fixed-menu .header-button .btn {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media (max-width:420px) {
    .fixed-menu .header-button {
        margin-right: 28px;
    }
    .fixed-menu .header-button .btn {
        margin-right: 8px;
        padding: 11px 12px 9px;
    }
}
 */

/* End fixed-menu */


/*top-menu
========================================================================*/


/*.nav table tr{
	border-bottom: 1px solid #e1e1e1;
}
*/

.nav table {
    width: 100%;
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.bx-top-nav-container {
    margin-top: 0;
}

.bx-nav-1-lvl--more .bx-nav-2-lvl {
    display: none;
}

.bx-nav-1-lvl--more .bx-nav-2-lvl a {
    text-transform: uppercase;
}

.bx-top-nav-container .bx-nav-1-lvl>a:hover,
.bx-top-nav-container .bx-nav-1-lvl--more.bx-hover>a {
    color: #93c274;
}

.bx-top-nav-container .bx-nav-1-lvl a {
    color: #ffffff;
    font-weight: 400;
}

.bx-top-nav-container .bx-nav-1-lvl>a {
    color: #2b2b2b;
    font-size: 16px;
    margin-right: 30px;
}

.bx-top-nav-container .bx-nav-1-lvl--more>a {
    font-size: 22px;
    line-height: 18px;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-active>.fa,
.bx-top-nav-container a:hover .fa,
.bx-nav-1-lvl.bx-active>a {
    color: #93c274;
}

.bx-top-nav-container .bx-nav-2-lvl-container a.bx-active,
.bx-top-nav-container .bx-nav-2-lvl-container a:hover {
    background-color: #75ae6a;
}

.bx-top-nav-container .bx-nav-2-lvl-container a.bx-active span {
    color: #ffffff;
}

.bx-top-nav-container .bx-nav-2-lvl-container a.bx-active::before {
    display: none;
}

.bx-nav-1-lvl.bx-active>a {
    position: relative;
}


/*.bx-nav-1-lvl::before,*/

.bx-nav-1-lvl.bx-active>a::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-top-color: #93c274;
    border-top: 15px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    margin-left: -10px;
}


/*.bx-nav-1-lvl.bx-hover::before,*/

.bx-nav-1-lvl.bx-active>a::before {
    border-top-color: #93c274;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bx-top-nav-container .bx-nav-list-2-lvl {
    padding-top: 0;
    padding-bottom: 0;
}

.bx-nav-list-2-lvl .bx-nav-2-lvl a {
    font: 14px 'Open Sans', Arial, sans-serif;
    line-height: 18px;
    padding: 12px 30px;
    position: relative;
    text-align: left;
}


/*.bx-nav-2-lvl > a:hover::before,*/

.bx-nav-2-lvl>a.bx-active::before {
    content: " ";
    border: 10px solid transparent;
    border-left: 20px solid #93c274;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.bx-hide-item-menu {
    display: none !important;
}

.bx-show-item-menu {
    display: block !important;
}

a.bx-active::before {
    display: none;
}


/*end top-menu*/

@media (max-width:1999px) {
    .bx-top-nav-container .bx-nav-1-lvl>a {
        margin-right: 15px;
    }
}

@media (max-width:1023px) {
    .nav {
        display: none;
    }
}


/*  Popap-mini 
========================================================================*/

.popap-mini {
    position: fixed;
    left: 100%;
    top: 300px;
    background-color: #161615;
    border: 1px solid #858585;
    border-radius: 5px;
    padding: 20px;
    z-index: 1000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.popap-mini__arrow {
    background-color: rgba(59, 62, 67, 0.5);
    height: 50px;
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -25px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popap-mini__arrow::after {
    font-family: "FontAwesome";
    content: '\f0d9';
    color: #f2f2f2;
    font-size: 18px;
}

.popap-mini__arrow:hover::after {
    color: #93c274;
}

.popap-mini.gone .popap-mini__arrow {
    width: 0;
    padding: 11px 0 0 0;
}

.popap-mini.visible .popap-mini__arrow {
    width: 25px;
    padding: 11px 0 0 8px;
}

.popap-mini.visible.opened .popap-mini__arrow::after,
.popap-mini.gone.opened .popap-mini__arrow::after {
    content: '\f0da';
    padding-left: 4px;
    width: 25px;
}

.popap-mini.opened {
    margin-left: -85px;
    background-color: #161615;
}

.popap-mini .btn {
    display: block;
    padding: 15px;
    margin: 0;
    margin-bottom: 20px;
}

.popap-mini .btn:last-child {
    margin-bottom: 0;
}

.popap-mini .btn i {
    float: left;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}


/* end Popap-mini */


/*Footer header 
========================================================================*/

.footer-menu__item a, .footer-menu__item a:visited,
.news-list-short__name{
    font-size: 15px;
    line-height: unset;
    font-weight: 600;
}

.news-list-short__date{
    font-weight: 600;
}

.l-footer {
    font-size: 14px;
    background-color: #2a2f36;
    color: #a9a9a9;
}

.footer-bottom__item ul {
    margin-bottom: 0;
    text-align: right;
}

.footer-bottom__item ul li {
    display: inline-block;
    margin-bottom: 0;
    list-style-position: outside;
}

.footer-bottom__item ul li::after {
    margin: 0 15px;
    content: "|";
    color: #3b3b3b;
}

.footer-bottom__item ul li:last-child:after {
    content: none
}

.footer-bottom__item a {
    color: #a9a9a9;
    text-decoration: none;
    font-weight: normal;
}

.footer-bottom__item a:hover,
.footer-bottom__item li.current_page_item a {
    color: #93c274;
}

.footer-bottom {
    background-color: #161616;
    padding: 40px 0;
    font-size: 15px;
}

.footer-bottom .almalogo {
    float: right;
}

.footer-top {
    overflow: hidden;
    padding: 60px 0 51px;
}

.footer-top__header {
    margin-bottom: 34px;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-top__header a {
    color: #a9a9a9;
}

.footer-top a:hover {
    color: #ffffff;
}

.footer-top__link {
    font-size: 0;
}

.footer-top__contacts{
    font-size: 15px;
}

.footer-top__contacts,
.footer-top__list li ul {
    padding-left: 0px;
}

.footer-top__list li ul ul {
    margin-left: 15px;
}

.footer-top__contacts {
    list-style: none;
}

.footer-top__contacts li {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .footer-top__item {
        text-align: left !important;
        margin-bottom: 40px;
    }
    .footer-top__item:last-child {
        margin-bottom: 0;
    }
    .footer-top__header {
        margin-bottom: 20px;
    }
    .footer-bottom__item {
        width: 50%;
    }
}

@media (max-width: 780px) {
    .footer-bottom__item {
        width: 100%;
    }
    .footer-bottom .almalogo {
        float: left;
        margin-top: 10px;
    }
}


/*end Footer header*/


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

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

.l-left-block {
    width: 100%;
    padding: 0 15px;
}

.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 30px 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: #93c274;
    background-color: #93c274;
}

.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: #93c274;
}

.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: #93c274;
}

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

.left-menu a.bx-active {
    content: none;
    color: #93c274;
}

@media (max-width:991px) {
    .left-container {
        display: none;
    }
}


/*end Menu left*/


/*Forms
========================================================================*/

input[type="submit"],
input[type="button"] {
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 18px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    height: 50px;
}

form h1 {
    margin-bottom: 25px;
    margin-top: 0;
}

.fancybox-skin {
    border-radius: 0;
    background-color: #ffffff;
}

.modal .js-form-validator{height: auto; box-sizing: border-box;}
.l-btn-submit {
    text-align: center;
    font-size: 0;
}

.btn-submit {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-top: 15px;
    background-color: #75ae6a;
}

.btn-submit input[type="submit"]{
    background: transparent;
}

.btn-submit:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 48px solid #93c274;
    border-left: 48px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-submit:hover:before {
    top: -45px;
    right: -45px;
}

.modal {
    margin: 0;
}

.modal form {
    margin-bottom: 0;
}

@keyframes validation-error {
    from {
        border-color: #d5d5d5;
    }
    to {
        border-color: #fd6120;
    }
}

form input[type="text"].validation-error,
form input[type="password"].validation-error,
form select.validation-error,
form textarea.validation-error {
    border-color: #fd6120;
    animation: validation-error 300ms 3 alternate;
    -webkit-animation: validation-error 300ms 3 alternate;
}

@keyframes errorfield {
    from {
        border-color: #d5d5d5;
    }
    to {
        border-color: #fd6120;
    }
}

form input[type="text"].errorfield,
form input[type="password"].errorfield,
form select.errorfield,
form textarea.errorfield {
    border-color: #fd6120;
    animation: errorfield 300ms 3 alternate;
    -webkit-animation: errorfield 300ms 3 alternate;
}


/*end Forms*/


/*Fancybox
========================================================================*/

.fancybox-wrap .fancybox-close {
    background: none;
    top: 0px;
    right: 0px;
    width: 46px;
    height: 46px;
}

.fancybox-wrap .fancybox-close::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    margin-top: -6px;
    margin-left: -6px;
    background-image: url(/local/templates/oknaprostor/images/fancybox-close_slider.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.fancybox-wrap .fancybox-close:hover::before {
    background-position: 0 -13px;
}

.fancybox-item.fancybox-close::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

.fancybox-nav span {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-image: url(/bitrix/templates/oknaprostor/images/arr_min_fancy.png);
    background-size: auto;
}

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

.fancybox-next span {
    background-position: -50px 0;
    right: 5px;
}

.fancybox-wrap .free_measure {
    width: 100%;
    padding: 0;
}

.fancybox-wrap .free_measure input[type="text"] {
    margin-right: 0;
    width: 100%;
    float: none;
}

.fancybox-wrap .free_measure .btn-submit{
    margin-left: auto;
    margin-right: auto;
    float: none;
    left: 50%;
    transform: translateX(-50%);
}

/*end Fancybox*/


/*medialib_search
========================================================================*/

#medialib_search {
    height: auto;
    display: inline;
    width: auto;
    padding: 1px;
}

form[name="medialib_form"] input[type="button"] {
    font-weight: 400;
    padding: 0 6px;
    height: auto;
    text-transform: none;
    line-height: 17px;
}

form[name="medialib_form"] table {
    margin: 0;
}

#BX_file_dialog {
    height: auto !important;
}

#BX_file_dialog input[type="button"] {
    font-family: Arial;
    line-height: normal;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
    height: 18px;
    border: 1px solid block;
    position: static;
    display: inline-block;
    padding: 1px 6px;
    color: #000000;
}


/*end medialib_search*/


/*Sitemap
========================================================================*/

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


/*end Sitemap*/


/*Page 404
========================================================================*/

.error-404 .map-columns {
    display: none;
}


/*end Page 404*/


/*Search form
========================================================================*/

.search-form {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 17px;
}

.search-form form {
    height: 114px;
}

.search-form table {
    padding: 15px;
}

.search-form input[type="text"] {
    padding: 8px 10px;
    outline: none;
    width: 250px;
    margin-bottom: 17px;
}

.search-form input[type="submit"] {
    width: 100%;
    padding: 15px 35px;
    margin: 0;
}

.search-form .btn-submit {
    width: 100%;
    margin: 0;
}


/*end Search form*/


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

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

.clearfix:after {
    clear: both;
}


/*end Clearfix*/


/* Banner
========================================================================*/

.banner {
    display: none;
}

.banner__bxslider {
    padding: 0;
    margin: 0;
    position: relative;
}

.banner__img {
    height: 390px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.banner__text {
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.85);
    /*padding: 20px;*/
    /*padding-top: 12px;*/
    margin-top: 22px;
    padding: 17px 20px 25px 20px;
    min-width: 530px;
}

.banner .bx-wrapper {
    padding: 0;
    margin: 0;
    max-width: 1920px !important;
    margin: 0 auto;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    position: absolute;
    width: auto;
    margin: 0 auto;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 3px;
    line-height: 10px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: none;
    border: 2px solid #93c274;
    margin: 0;
}

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

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: 0;
    left: 0;
    box-shadow: none;
}

.banner__bxslider li {
    border: 0;
}

.banner .bx-wrapper .bx-pager {
    bottom: 23px;
}

.banner .bx-wrapper .bx-pager .bx-pager-item {
    margin-right: 17px;
}

.banner .bx-wrapper .bx-pager .bx-pager-item:last-child {
    margin-right: 0;
}

.banner .bx-wrapper .bx-controls-direction a {
    width: 66px;
    height: 66px;
    margin-top: -33px;
    z-index: 100;
}

.banner .bx-wrapper .bx-prev {
    background: url(/local/templates/oknaprostor/images/arr_slider.png) no-repeat 0 0;
    left: 30px;
}

.banner .bx-wrapper .bx-prev:hover {
    background: url(/local/templates/oknaprostor/images/arr_slider.png) no-repeat 0 -80px;
}

.banner .bx-wrapper .bx-next {
    background: url(/local/templates/oknaprostor/images/arr_slider.png) no-repeat -80px 0;
    right: 30px;
}

.banner .bx-wrapper .bx-next:hover {
    background: url(/local/templates/oknaprostor/images/arr_slider.png) no-repeat -80px -80px;
}

.banner__head {
    text-transform: uppercase;
    font-weight: 800;
    color: #75ae6a;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.5px;
}

.banner__desc {
    text-transform: uppercase;
    margin: 20px 0 30px 0;
    color: #505050;
    font-size: 16px;
}

.banner .btn {
    margin: 0;
    color: #fff;
}

@media (max-width:1280px) {
    .bx-controls-direction {
        display: none;
    }
    .banner__img {
        background-position: calc(100% + 130px) center;
    }
}

@media (max-width:991px) {
    .banner {
        display: none !important;
    }
    .light-line-banner {
        display: none;
    }
}


/*end Banner*/


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

#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: #93c274;
}

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

.page-slider {
    position: relative;
    display: none;
    margin-top: 70px;
}

.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/oknaprostor/images/arr_page_slider.png) no-repeat 0 0;
    left: -31px;
}

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

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

.page-slider .bx-wrapper .bx-next:hover {
    background: url(/local/templates/oknaprostor/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;
    position: unset;
}

.icons-blue__text {
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    /* color: #93c274; */
}

.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
========================================================================*/

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

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

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

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

.page-carousel__prev,
.page-carousel__next {
    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__prev {
    /*background: url(/bitrix/templates/oknaprostor/images/arr_page_slider.png) no-repeat 0 0;*/
    background: url(/bitrix/templates/oknaprostor/images/arr_slider_grey.png) no-repeat 0 0;
    left: -75px;
}

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

.page-carousel__next {
    /*background: url(/bitrix/templates/oknaprostor/images/arr_page_slider.png) no-repeat -70px 0;*/
    background: url(/bitrix/templates/oknaprostor/images/arr_slider_grey.png) no-repeat -80px 0;
    right: -75px;
}

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

@media (max-width:680px) {
    .page-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__prev {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat 0 0;
        left: 0;
    }
    .page-carousel__prev:hover {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat 0 -75px;
    }
    .page-carousel__next {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat -75px 0;
        right: 0;
    }
    .page-carousel__next:hover {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat -80px -80px;
    }
}

@media(max-width:1330px){
    .page-carousel__prev {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat 0 0;
        left: 0;
    }

    .page-carousel__next {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat -75px 0;
        right: 0;
    }
}
@media(max-width:1200px){
    .page-carousel__prev {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat 0 0;
        left: -50px;
    }

    .page-carousel__next {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat -75px 0;
        right: -50px;
    }
}
@media(max-width:1080px){
    .page-carousel__prev {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat 0 0;
        left: 0;
    }

    .page-carousel__next {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat -75px 0;
        right: 0;
    }
}

@media (max-width:991px) {
    .page-carousel__prev {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat 0 0;
        left: 0;
    }
    .page-carousel__prev:hover {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat 0 -75px;
    }
    .page-carousel__next {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat -75px 0;
        right: 0;
    }
    .page-carousel__next:hover {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat -80px -80px;
    }
}


/*end 3D Carrousel*/


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

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

.panel-site__item {
    width: 190px;
    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: #93c274;
}

.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 {
        width: 100%;
        max-width: 680px;
    }
    .free_measure input[type="text"] {
        width: 100%;
    }
    .free_measure .btn-submit {
        float: none;
        margin-bottom: 12px;
    }
    .free_measure input[type="text"] {
        float: none;
    }
}

@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/oknaprostor/images/type1.jpg) no-repeat center 0;
}

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

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

.type-balcony label:nth-child(10)+label::after {
    background: url(/local/templates/oknaprostor/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*/


/* Mobile menu
========================================================================*/

body.bx-opened .bx-aside-nav {
    background-color: #93c274;
}

body.bx-opened .bx-aside-nav {
    padding-top: 80px;
}


/*.bx-aside-nav-control{
	display: block;
}
*/


/*body.bx-opened .bx-aside-nav-control{
	display: block;
}*/

body.bx-opened .bx-aside-nav-control .fa {
    color: #fff;
}

body.bx-opened .bx-aside-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

body.bx-opened .bx-aside-nav .bx-nav-1-lvl>a,
body.bx-opened .bx-aside-nav .bx-nav-parent-arrow {
    color: #fff;
    font-size: 15px;
}

body.bx-opened .bx-aside-nav .bx-nav-parent-arrow {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

body.bx-opened .bx-aside-nav .bx-nav-1-lvl.bx-active>a,
body.bx-opened .bx-nav-1-lvl.bx-opened,
body.bx-opened .bx-aside-nav .bx-nav-1-lvl:hover>a,
body.bx-opened .bx-aside-nav .bx-nav-1-lvl.bx-hover>a,
body.bx-opened .bx-aside-nav .bx-nav-list-2-lvl {
    background-color: #a3cb87;
}

body.bx-opened .bx-nav-list-2-lvl .bx-nav-2-lvl a {
    color: #f4f4f4;
    font-weight: 400;
    line-height: 20px;
    box-sizing: border-box;
}

body.bx-opened .bx-nav-2-lvl:hover a,
body.bx-opened .bx-nav-2-lvl-container .bx-active>span {
    color: #5e9354;
}

body.bx-opened .bx-nav-2-lvl>a.bx-active::before,
body.bx-opened .bx-nav-1-lvl.bx-active>a::before {
    display: none;
}

.js-nav-control-show {
    position: fixed;
    top: -50px;
    right: 10px;
}

.js-nav-control-hide {
    position: absolute;
    top: 15px !important;
    right: 10px;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i::before {
    content: "\f107";
}

.bx-nav-1-lvl--contacts {
    display: none;
}

.mobile-contacts {
    padding-left: 15px;
    padding-top: 30px;
}

.mobile-contacts,
.mobile-contacts a {
    color: #fff;
}

body.bx-opened .bx-aside-nav .mobile-contacts a {
    border: 0;
    padding: 0;
    line-height: 1.5;
    height: auto;
    font-size: 16px;
    font-weight: 600;
}

.mobile-contacts__time {
    font-size: 14px;
    line-height: 1.25;
}

@media (min-width:1024px) {
    .bx-aside-nav-control {
        display: none !important;
    }
}

@media (max-width:1023px) {
    .bx-nav-1-lvl--more {
        display: none;
    }
    .bx-nav-1-lvl--contacts {
        display: block;
    }
}


/*end Mobile menu*/


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


/*.news-item__img img{
	margin-right: 5px;
	margin-bottom: 5px;
}

.news-item__date-time{
	color: #505050;
	font-weight: 600;
}

.news-detail .detail_picture{
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
}

@media (max-width:480px){
	.news-item__img {
		width: 100%;
		display: table;
	}
}*/

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

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

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

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


/*.news-item__img{
	display: table-cell;
	vertical-align: middle;
}

.news-item__img img{
	display: block;
	margin: 0 auto;
}
*/

.news-detail__head,
.news-item__head {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 34px;
    color: #93c274;
    font-weight: bold;
}

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

.news-detail__date,
.news-item__date {
    font-size: 12px;
    line-height: 16px;
    color: #93c274;
    font-weight: normal;
}

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

.news-item__btn {
    text-align: right;
}

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

.news-item__btn a:hover,
.news-item__head a:hover {
    color: #75ae6a;
}


/*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 #93c274;
    padding-bottom: 7px;
}

.tabs-page__item--active {
    background: #93c274;
    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 #93c274;
    width: 0;
}

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


/*end Tabs

/* Gallery
========================================================================*/
.gallery-img-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.gallery-img-flex .gallery-img__item img{width: auto;}


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

.gallery-img__item:hover {
    cursor: url(/bitrix/templates/oknaprostor/images/search-cursor.png), auto;
}

.gallery-img__item img {
    width: 33%;
    /* display: block; */
    padding: 5px;
}
.slick-slider .gallery-img__item img {
    width: 100%;
    /* display: block; */
    padding: 5px;
}

.gallery-img__item{
    width: calc(33% - 10px);
}

@media (max-width:680px) {
    .gallery-img__item {
        width: calc(50% - 10px);
    }
    .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;
    } */
    .d-sm-none {
        display: none;
    }
    .d-sm-block {
        display: block;
    }
    .d-sm-inline-block {
        display: inline-block;
    }
}

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


/*end Gallery*/


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

.icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-left: -25px;
    margin-right: -25px; */
    text-align: center;
}




/* .icons__item {
    margin: 0 25px 25px;
} */

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


/*.color-door-handle{
	width: 915px;
	margin: 0 auto;
}
*/

.icons_big .icons__item {
    width: calc(33.33% - 50px);
}

.icons_small .icons__item {
    width: calc(20% - 50px);
}

.icons_black .icons__text {
    color: #505050;
}


/*@media (max-width:1023px){
	.color-door-handle{
		width: 100%;
	}
}
*/

@media (max-width: 991px) {
    .icons_big .icons__item {
        width: calc(50% - 50px);
    }
    .icons_small .icons__item {
        width: calc(33.33% - 50px);
    }
}

@media (max-width: 767px) {
    /* .icons {
        margin-left: -15px;
        margin-right: -15px;
    } */
    .icons__item {
        margin: 0 15px 15px;
    }
    .icons_big .icons__item {
        width: calc(50% - 30px);
    }
    .icons_small .icons__item {
        width: calc(33.33% - 30px);
    }
}

@media (max-width: 479px) {
    .icons_big .icons__item {
        width: calc(100% - 30px);
    }
    .icons_small .icons__item {
        width: calc(50% - 30px);
    }
}


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

.st-content-last {
    margin-bottom: -34px;
}

.indent-0 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-24 {
    margin-top: 24px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mt-36 {
    margin-top: 36px;
}

.mb-36 {
    margin-bottom: 36px;
}

.mt-44 {
    margin-top: 44px;
}

.mb-44 {
    margin-bottom: 44px;
}

.mt-52 {
    margin-top: 52px;
}

.mb-52 {
    margin-bottom: 52px;
}

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

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

.bg-green {
    background-color: #93c274;
    color: #fff;
}

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


/* Checkbox
========================================================================*/

.site-checkbox .checkbox {
    display: none;
}

.checkbox-custom {
    position: relative;
    width: 15px;
    /* margin-top: 4px; */
    height: 15px;
    display: inline-block;
    border: 1px solid #e1e1e1;
    margin-right: 7px;
    outline: none;
}

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

.polit-wrap{
    text-align: left;
    margin-bottom: 10px;
    font-size: 13px;
}

.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-custom:focus {
    border-color: #36b3eb;
}

.checkbox:checked+.checkbox-custom::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/local/templates/oknaprostor/images/checkbox.png) no-repeat center center;
}

.site-checkbox .label {
    display: inline;
    color: #000000;
}


/* end Checkbox */


/* Timer
========================================================================*/

#timer-text-666071fe168ef895284f745e19ea4e53-days,
#timer-text-666071fe168ef895284f745e19ea4e53-hours,
#timer-text-666071fe168ef895284f745e19ea4e53-minutes,
#timer-text-666071fe168ef895284f745e19ea4e53-secundes,
#timer-number-value-666071fe168ef895284f745e19ea4e53-days,
#timer-number-value-666071fe168ef895284f745e19ea4e53-hours,
#timer-number-value-666071fe168ef895284f745e19ea4e53-minutes,
#timer-number-value-666071fe168ef895284f745e19ea4e53-secundes,
#timer-separator-666071fe168ef895284f745e19ea4e53-hours,
#timer-separator-666071fe168ef895284f745e19ea4e53-minutes,
#timer-separator-666071fe168ef895284f745e19ea4e53-secundes,
#timer-text-666071fe168ef895284f745e19ea4e530-days,
#timer-text-666071fe168ef895284f745e19ea4e530-hours,
#timer-text-666071fe168ef895284f745e19ea4e530-minutes,
#timer-text-666071fe168ef895284f745e19ea4e530-secundes,
#timer-number-value-666071fe168ef895284f745e19ea4e530-days,
#timer-number-value-666071fe168ef895284f745e19ea4e530-hours,
#timer-number-value-666071fe168ef895284f745e19ea4e530-minutes,
#timer-number-value-666071fe168ef895284f745e19ea4e530-secundes,
#timer-separator-666071fe168ef895284f745e19ea4e530-hours,
#timer-separator-666071fe168ef895284f745e19ea4e530-minutes,
#timer-separator-666071fe168ef895284f745e19ea4e530-secundes {
    color: #fc8510 !important;
}

#timer-separator-666071fe168ef895284f745e19ea4e53-hours,
#timer-separator-666071fe168ef895284f745e19ea4e53-minutes,
#timer-separator-666071fe168ef895284f745e19ea4e53-secundes,
#timer-separator-666071fe168ef895284f745e19ea4e530-hours,
#timer-separator-666071fe168ef895284f745e19ea4e530-minutes,
#timer-separator-666071fe168ef895284f745e19ea4e530-secundes {
    display: none !important;
}

#timer-number-value-666071fe168ef895284f745e19ea4e53-days,
#timer-number-value-666071fe168ef895284f745e19ea4e53-hours,
#timer-number-value-666071fe168ef895284f745e19ea4e53-minutes,
#timer-number-value-666071fe168ef895284f745e19ea4e53-secundes,
#timer-number-value-666071fe168ef895284f745e19ea4e530-days,
#timer-number-value-666071fe168ef895284f745e19ea4e530-hours,
#timer-number-value-666071fe168ef895284f745e19ea4e530-minutes,
#timer-number-value-666071fe168ef895284f745e19ea4e530-secundes {
    margin: 0px;
    font-size: 26px !important;
}

#timer-text-666071fe168ef895284f745e19ea4e53-days,
#timer-text-666071fe168ef895284f745e19ea4e53-hours,
#timer-text-666071fe168ef895284f745e19ea4e53-minutes,
#timer-text-666071fe168ef895284f745e19ea4e53-secundes,
#timer-text-666071fe168ef895284f745e19ea4e530-days,
#timer-text-666071fe168ef895284f745e19ea4e530-hours,
#timer-text-666071fe168ef895284f745e19ea4e530-minutes,
#timer-text-666071fe168ef895284f745e19ea4e530-secundes {
    display: inline-block !important;
    width: 75px;
    bottom: 8px !important;
    font-size: 16px !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-weight: 600 !important;
}

#timer666071fe168ef895284f745e19ea4e53,
#timer666071fe168ef895284f745e19ea4e530 {
    margin-top: 10px !important;
}


/* end Timer */


/*--------------- Pagination --------------*/

.pagination {
    padding: 17px 0;
    border-top: 1px solid #93c274;
    text-align: center;
    display: table;
    width: 100%;
}

.pagination__arr-wrap,
.pagination__num {
    display: table-cell;
    vertical-align: middle;
}

.pagination__arr-wrap {
    width: 50px;
}

.pagination__num {
    padding: 0 10px;
    font-size: 0;
}

.pagination__item {
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #93c274;
    text-decoration: underline;
    margin-left: 8px;
}

.pagination .pagination__item:last-child {
    margin-left: 0;
}

.pagination__item--dot {
    text-decoration: none;
}

.pagination__item.active,
.pagination__item:hover {
    background: #93c274;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.pagination__arr {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(/local/templates/oknaprostor/images/arr-pager.png);
    background-repeat: no-repeat;
}

.pagination__arr--left {
    background-position: 0 0;
}

.pagination__arr--right {
    background-position: -60px 0;
}

.pagination__arr--left:hover {
    background-position: 0 -60px;
}

.pagination__arr--right:hover {
    background-position: -60px -60px;
}

.search-page .module-pagination {
    display: none !important;
}


/* end Pagination */

.standart-list__item {
    text-align: center;
}

.standart-list__name {
    font-weight: bold;
}


/* img-call */

.img-call {
    position: relative;
}

.img-call__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(147, 194, 116, 0.3);
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%) scale(1.1);
    transition: all 0.3s ease;
}

.img-call__btn .btn {
    padding: 16px 15px 14px 15px;
    font-size: 12px;
    margin: 0;
}

.img-call__btn .btn span {
    position: relative;
    z-index: 2;
}

.img-call:hover .img-call__btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.work-time {
    font-size: 14px;
    color: #858585;
    text-align: left;
    margin: 0 5px;
}

.work-time__item {
    display: inline-block;
    vertical-align: middle;
}

.work-time__item:not(:last-child) {
    margin-right: 15px;
}

.work-time__label {
    color: #93c274;
}


/* breadcrumb */

.breadcrumb {
    font-size: 15px;
    margin-bottom: 25px;
    margin-top: -10px;
}

.breadcrumb a {
    color: #ff8a00;
}

.breadcrumb__item {
    position: relative;
    white-space: nowrap;
}

.breadcrumb__item .fa {
    margin: 0 10px;
}

.breadcrumb__item span {
    white-space: normal;
}

@media(max-width:767px) {
    .breadcrumb{
        font-size: 13px;
        margin-top: 0;
    }
}


/* form */

/* .polit-wrap {
    font-size: 14px;
} */

/* .polit-wrap .site-checkbox {
     display: flex;
} */

a.link_line {
    text-decoration: underline;
}

.link_line:hover {
    text-decoration: none;
}

.block-window {
    display: flex;
}

.block-window__item {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block-window__text {
    color: #93c274;
    max-width: 120px;
    text-align: center;
}

.price-window {
    font-size: 26px;
    text-align: center;
}

.price-star {
    text-align: center;
    font-size: 13px;
}

.application-window {
    margin: 34px 0;
}

.title-block {
    font-size: 26px;
    text-align: center;
    margin: 34px 0 25px 0;
}

.advantage-window {
    display: flex;
    flex-wrap: wrap;
}

.advantage-window__item {
    max-width: 33%;
    text-align: center;
    padding: 10px;
}

@media(max-width:680px) {
    .advantage-window__item {
        max-width: 100%;
    }
}

.advantage-window__title {
    font-size: 22px;
    color: #93c274;
    line-height: 35px;
    margin-bottom: 9px;
}

.advantage-window__text {}

.block-lamination {
    border: 1px solid #ddd;
}

.block-lamination__bg {
    background: url(/img/portalnye-sistemy-rehau/bg-lamination.jpg) no-repeat center 0;
}

.block-lamination__block-text {
    padding: 25px 0 10px 25px;
    width: 58%;
}

.block-lamination__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 9px;
}

.style-benefit {
    margin: 30px 0;
    text-align: center;
}

.style-benefit__title-1 {
    font-size: 30px;
    color: #000;
}

.style-benefit__title-2 {
    color: #7a7a7a;
    font-size: 26px;
    margin-bottom: 25px;
}

.style-benefit__text {
    margin-bottom: 34px;
}

.style-benefit img {
    margin-right: 20px;
}

.block-text {
    margin-top: 34px;
}

.block-text__title {
    font-size: 24px;
    color: #93c274;
    margin-bottom: 25px;
    font-weight: 600;
}

.block-text__text ul {
    margin-left: 40px;
}

.banner__style-text {
    color: #fe951a;
    font-weight: 700;
}


/*-------------- hamburger -----------------*/

.ic-hamburger-wrap {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 22px;
    margin-top: 2px;
    cursor: pointer;
}

.ic-hamburger {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 20px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.ic-hamburger:focus {
    outline: none;
}

.ic-hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0px;
    background: #93c274;
}

.ic-hamburger span::before,
.ic-hamburger span::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #93c274;
}

.ic-hamburger span::before {top: -7px;}
.ic-hamburger span::after {bottom: -7px;}
.ic-hamburger span::before {transition: top 0.3s ease 0.3s, transform 0.3s ease 0s;}
.ic-hamburger span::after {transition: bottom 0.3s ease 0.3s, transform 0.3s ease 0s;}

.ic-hamburger.active span {background: none;}

.ic-hamburger.active span::before {
    top: 0;
    transform: rotate(45deg);
}

.ic-hamburger.active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.ic-hamburger.active span::before {
    transition: top 0.3s ease 0s, transform 0.3s ease 0.3s;
}

.ic-hamburger.active span::after {
    transition: bottom 0.3s ease 0s, transform 0.3s ease 0.3s;
}

.ic-hamburger.active span,
.ic-hamburger.active span::before,
.ic-hamburger.active span::after {
    width: 100%;
}

.ic-hamburger-wrap:hover .ic-hamburger span,
.ic-hamburger-wrap:hover .ic-hamburger span::before,
.ic-hamburger-wrap:hover .ic-hamburger span::after,
.ic-hamburger:hover span,
.ic-hamburger:hover span::before,
.ic-hamburger:hover span::after {
    background-color: #81aa66;
}

.ic-hamburger-wrap:hover .ic-hamburger.active span,
.ic-hamburger.active:hover span {
    background-color: transparent;
}

.ic-hamburger-label{
    display: block;
    color: #93c274;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .ic-hamburger-wrap{margin-left: 40px;}
}

@media screen and (max-width: 767px) {
    .ic-hamburger-wrap{
        margin-left: 20px;
        margin-top: 0;
    }

    html,
    body{
        font-size: 15px;
    }

    h1,
    .h1,
    .tipa_h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    h2,
    .h2,
    .tipa_h2 {
        font-size: 25px;
        margin-bottom: 32px;
        margin-top: 8px;
    }
    h3,
    .h3,
    .tipa_h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    h4,
    .h4,
    .tipa_h4 {
        font-size: 14px;
    }
    h5,
    .h5,
    .tipa_h5 {
        font-size: 12px;
    }
}

.protect-container{
    width:50%;
}

@media(max-width:768px){
    .protect-container{
        width:100%;
    }
}

.advantages__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantages__item{
    width:calc(25%-20px);
    margin: 10px;
}

.form-banner__imgs img{
    /* position: absolute; */
    height: 390px;
}

.form-banner {
    position: relative;
    background: url(/upload/banner/photo.png) no-repeat top left;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
}


.form-banner__content {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 40px 0;
}

.form-banner__content_container{
    width: 40%;
}

.form-banner__label {
    text-align: end;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
}

.form-banner__counter{
    margin-bottom: 20px;
}

.countdown-row{
    display: flex;
    justify-content: flex-end;
    color: #fff;
}

.countdown-row .countdown-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    margin-right: 40px;
}

@media(max-width: 480px){
    .countdown-row .countdown-section{
        margin-right: 20px;
    }
}

.countdown-amount{
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.countdown-period{
    text-align: center;
}

.countdown-row .countdown-section:last-child{
    margin-right: 0;
}

.send-banner-form:hover input{
    opacity: 0.8;
}

.form-banner__counter .syotimer__body{
    display: flex;
    justify-content: flex-end;
    color: #fff;
}

.form-banner__counter .syotimer__body .syotimer-cell{
    margin-right: 40px;
    text-align: center;
}

.form-banner__counter .syotimer__body .syotimer-cell:last-child{
    margin-right: 0;
}

.form-banner__counter .syotimer__body .syotimer-cell__value{
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
}

.form-banner-submit{
    background-image: url(/upload/banner/orange-send.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff !important;
    height: 48px !important;
    font-size: 0 !important;
    margin-left: 1px;
    border: none !important;
}

.form-banner-submit:hover{
    opacity: 0.8;
}

.form-banner__form{
    text-align: center;
}

.banner__form{
    display: flex;
    justify-content: flex-end;
}

.form-banner__form .polit-wrap{
    text-align: left;
}

.form-banner__form .checkbox:checked+.checkbox-custom::before {
    background: url(/upload/banner/checkbox-white.png);
}

.banner__form div input{
    border: 1px solid transparent;
}

.banner__form div input:active,
.banner__form div input:focus{
    border: 1px solid transparent;
}

.form-banner-mobile{
    display: none;
}

.form-banner::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/upload/banner/orange.png) no-repeat top center;
    background-size: cover;
}

.form-banner .checkbox-custom{
    border: 1px solid #fff;
}


@media(max-width: 1685px){
    .form-banner__content {
        background: url(/upload/banner/orange.png) no-repeat top center;
        background-size: cover;
    }
    .form-banner__content_container{
        padding-right: 0;
    }
    
}

@media(max-width: 991px){
    .form-banner__content_container {
        width: 75%;
    } 
    
    /* .form-banner{
        display: block;
    } */

    .form-banner__content {
        background: url(/upload/banner/orange.png) no-repeat 70%;
        background-size: cover;
        padding: 20px;
        width: 70%;
    }

    .form-banner__label{
        text-align: center;
        font-size: 25px;
        /* text-transform: uppercase; */
    }

    .form-banner__counter{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .form-banner__counter .syotimer__body{
        flex-wrap: wrap;
        justify-content: left;
    }

    .form-banner__form .polit-wrap{
        text-align: left;
        font-size: 13px;
    }

    .form-banner__counter .syotimer__body .syotimer-cell{
        margin-right: 20px;
    }

    .form-banner__counter .syotimer__body .syotimer-cell__value{
        font-size: 34px;
    }

.form-banner{
    display: none;
}

.form-banner-mobile{
    display: block;
    background: #fe8a18;
    height: 100%;
}

.form-banner-mobile .form-banner__content_container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    max-width: 90%;
}

.form-banner-mobile .banner__form {
    display: flex;
    justify-content: center;
}
    
.form-banner-mobile .form-banner__form .polit-wrap {
    text-align: center;
    font-size: 13px;
}

}

@media(max-width: 768px){
    .form-banner__content{
        width: 100%;
        background: url(/upload/banner/orange.png) no-repeat right;
        background-size: cover;
    }

    .form-banner__content_container{
        width: 100%;
    }
    
    .form-banner__form .polit-wrap{
        text-align: center;
    }

    .banner__form{
        justify-content: center;
    }
}

.form-banner-mobile .mobile-send-banner:hover{
        opacity:1;
    }

@media(max-width: 480px){
    .banner__form{
        flex-wrap: wrap;
    }

    .form-banner-mobile div{
        width: 100%;
    }

    .form-banner-mobile div .mobile-send-banner{
        width: 30%;
    }

}

.form-banner-mobile .form-banner-submit:hover{
        opacity:1;
}

.gallery-img__container{
    margin-bottom: 10px;
}

.review__item{
    padding: 32px 0;
    margin-bottom: 20px;
    /* border: 1px solid #e3e3e3; */
}

.performed__items {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    text-align: center;
}

.performed__item {
    width: calc(33% - 10px);
    margin-bottom: 10px; 
    margin-left: 5px;
    margin-right: 5px;
}

.performed__item_img{
    margin-bottom: 10px;
}
.performed__item_name a{
    margin-bottom: 20px;
    color: #505050;
    text-decoration: none;
    /* font-size: 17px; */
}
.performed__item_name{
    margin-top: 3px;
    margin-bottom: 20px;
}

.performed__item_name a:hover{
    color: #ff8a00;
}

.performed__item_link{
    margin-bottom: 6px;
}

.performed__item_link a{
    text-transform: none;
}

.gallery__arrows.page-carousel__pager a {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    margin-top: -20px;
    outline: 0;
    text-indent: -9999px;
    z-index: 10;
}


@media(min-width: 1350px){
    .gallery__arrows .page-carousel__prev{
        left: -70px;
    }
    .gallery__arrows .page-carousel__next{
        right: -70px;
    }
}

/* @media(max-width: 1000px){
    .gallery__arrows .page-carousel__prev{
        left: 15px;
    }
    .gallery__arrows .page-carousel__next{
        right: 15px;
    }
    .gallery__arrows.page-carousel__pager a {
        width: 40px;
    }
} */
@media(max-width: 480){
    .gallery__arrows .page-carousel__prev{
        left: 0;
    }
    .gallery__arrows .page-carousel__next{
        right: 0;
    }
}

@media(max-width: 768px){
    .performed__item {
        width: calc(50% - 10px);
        margin-bottom: 40px;
    }
}

@media(max-width: 480px){
    .performed__item {
        width: 100%;
    }

    .performed__item_img img {
        width: 100%;
    }
}

.main-reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-reviews__item {
    display: flex;
    width: calc(50% - 20px);
    margin-bottom: 40px;
}

.main-reviews__img {
    min-width: 120px;
    margin-right: 20px;
    text-align: center;
}

.main-reviews__img img{
    border-radius: 50%;
}

.main-reviews__name {
    font-size: 17px;
}

.main-reviews__city{
    font-size: 15px;
    margin-top: -8px;
}

.main-reviews__text{
    font-size: 17px;
}

.gallery-img__all-link{
    text-align: end;
    width: 100%;
    margin-bottom: 48px;
}
.gallery-img__all-link a{
    border-bottom-style: dashed;
    color:#ff8a00;
}

.main-reviews .gallery-img__all-link{
    margin-top: -30px;
}

.bg-form{
    background:#93c274 url(/upload/img/bg-form.png) center;
    text-align: center;
    color: #fff;
    /* background-size: cover; */
    background-attachment: fixed;
}

@media(max-width: 1024px){
    .main-reviews__item {
        width: 100%;
    }
}

.work__items {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    text-align: center;

}

.work__item {
    width: calc(33% - 10px);
    margin-bottom: 10px; 
    border: 1px solid #f4f4f4;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
}

.work__item_img{
    margin-bottom: 10px;
}
.work__item_name a{
    margin-bottom: 20px;
    color: #ff8a00;
    text-decoration: none;
}

.work__item:hover .work__item_name span {
    border-bottom-style: none;
    color: #93c274;
}
.work__item .work__item_name span {
    color: #93c274;
}

.work__item_name{
    margin-bottom: 32px;
}

.work__item_name a{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-decoration: none;
    color: #93c274;
}

.work__item.four-items {
    width: calc(25% - 13px);
    margin-bottom: 10px;
    border: 1px solid #f4f4f4;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
}


/* 
.work__item_link{
    margin-bottom: 6px;
} */
@media(max-width: 1200px){
    .work__item.four-items {
        width: calc(25% - 12.5px);
    }
}
@media(max-width: 768px){
    .work__item {
        width: calc(50% - 10px);
        margin-bottom: 40px;
    }
    
    .main-reviews__city{
        font-size: 14px;
    }
    .work__item.four-items {
        width: calc(50% - 10px);
    }
}
@media(max-width: 480px){
    .work__item {
        width: 100%;
    }

    .work__item.bg-lgray{
        background-color: unset;
    }
    .gallery__arrows.page-carousel__pager a {
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 100%;
    }
    .main-reviews__text,
    .main-reviews__name {
        font-size: 15px;
    }
    .work__item.four-items {
        width: 100%;
    }
}

.gallery-img__sect,
.photo-report   {
    position: relative;
}

.gallery__arrows .page-carousel__next{
    background: url(/bitrix/templates/oknaprostor/images/carusel-arrow-right.png) no-repeat 50%;
}

.gallery__arrows .page-carousel__prev{
    background: url(/bitrix/templates/oknaprostor/images/carusel-arrow-left.png) no-repeat 50%;
}

.gallery__arrows .page-carousel__next:hover{
    background: url(/bitrix/templates/oknaprostor/images/carusel-arrow-right-green.png) no-repeat 50%;
}

.gallery__arrows .page-carousel__prev:hover{
    background: url(/bitrix/templates/oknaprostor/images/carusel-arrow-left-green.png) no-repeat 50%;
}


/* @media (max-width: 680px){
    .page-carousel__prev {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat -5px -15px;
    }
    .page-carousel__next {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat -100px -15px;
        right: 5px;
    }
    .page-carousel__next:hover {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat -100px -90px;
    }
    .page-carousel__prev:hover {
        background: url(/bitrix/templates/oknaprostor/images/arr_min_slider.png) no-repeat -5px -90px;
    }
} */





.gallery-img {
    display: none;
}
.gallery-img.slick-initialized {
    display: block;
}

/* @media (max-width:1250px) {
    .gallery__arrows .page-carousel__prev {
        left: 0;
    }
    .gallery__arrows .page-carousel__next {
        right: 0;
    }
} */
/* @media (max-width:1200px) {
    .gallery__arrows .page-carousel__prev {
        left: -70px;
    }
    .gallery__arrows .page-carousel__next {
        right: -70px;
    }
} */
/* @media (max-width:1050px) {
    .gallery__arrows .page-carousel__prev {
        left: 0;
    }
    .gallery__arrows .page-carousel__next {
        right: 0;
    }
} */

/* .slick-slide{
    margin: 0 5px;
} */

/* .slick-list{
    margin: 0 -10px;
} */

.review__item_name{
    padding-bottom: 15px;
}

.review__item_date{
    line-height: 16px;
    color: #93c274;
    font-weight: normal;
    padding-bottom: 15px;
    font-size: 17px;
}

.review__item_text{
    padding-bottom: 15px;
}

.review__item_photo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.review__item_photo a{
    width: 33.33%;
}

.rating{
    width: 75px;
    height: 15px;
    position: relative;
    margin-bottom: 15px;
}

.rating__content{
    width: 100%;
    height: 100%;
    background: url(/local/templates/oknaprostor/images/rating.png) repeat-x left top;
    position: absolute;
    top: 0;
    left: 0;
}

.performed__items.h-text-left{
    padding: 0 10px;
}

.performed__detail_galery-items{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.performed__detail_galery-item{
    width: 33%;
}

.performed__detail_label{
    margin-bottom: 20px;
}

@media(max-width: 768px){
    .review__item_photo a{
        width: 50%;
    }
    
    .review__item_date{
        font-size: 15px;
    }
    .performed__detail_galery-item{
        width: calc(50% - 10px);
    }
}
@media(max-width: 480px){
    .review__item_photo a{
        width: 100%;
    }
    .performed__detail_galery-item{
        width: 100%;
    }
}

.gallery__list {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.gallery__list .gallery__list_item {
    width: 33%;
    padding: 0 5px;
}

.gallery__list .gallery__list_item:hover {
    cursor: url(/bitrix/templates/oknaprostor/images/search-cursor.png), auto;
}

@media(max-width: 768px){
    .gallery__list .gallery__list_item {
        width: 50%;
    }
}
@media(max-width: 480px){
    .gallery__list .gallery__list_item {
        width: 100%;
    }
}

.photo-report .gallery-img__all-link{
    display: none;
}

section.banner-slider-container{
    position: relative;
    margin-bottom: 48px;
}

.banner-slider {
    position: relative;
    margin-top: 70px;
}

.banner-slider .banner-slider__img {
    max-width: 100%;
    display: block;
    position: absolute;
}

.banner-slider-container-mobile .banner-slider .banner-slider__img {
    max-width: 100%;
    display: block;
    position: unset;
}

.banner-slider__content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.banner-slider__content__head {
    margin: 42px 0 120px 50px;
}

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

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

.banner-slider__param {
    margin-top: 155px;
    font-size: 15px;
    line-height: 22px;
    color: #2b2b2b;
    width: 350px;
}

.banner-slider__param ul{
    /* color: #93c274; */
}

.banner-slider__container{
    position: relative;
}

.banner-slider__icons{
    margin-left: 55px;
}

.banner-slider .icons-blue{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.banner-slider .icons-blue__item{
    width: calc(25% - 15px);
    padding: 0;
    margin-bottom: 15px;
}

.banner-slider-container.banner-slider-container-mobile{
    display: none;
}

.banner-slider{
    display: none;
}

.banner-slider.slick-initialized{
    display: block;
}

.banner-slider__price{
    margin: 26px 0;
    color:#ff8a00;
}

.banner-slider-container-mobile .banner-slider__price{
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
}
.banner-slider-container-mobile .banner-slider__btn{
    text-align: center;
}

.banner-slider .slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    text-align: center;
}
.banner-slider .slick-dots li {
    width: 30px;
    height: 30px;
}
.banner-slider.slick-dotted.slick-slider {
    margin-bottom: 30px;
    padding-bottom: 50px;
}

.slick-dots li.slick-active button:before{
    color: #93c274;
}

.banner-slider .slick-dots li button:before {
    font-size: 15px;
}

@media(max-width:1200px){
    .banner-slider__param{
        width: 330px;
    }
    .banner-slider__content-left {
        width: 400px;
    }

    .banner-slider .icons-blue__item {
        width: calc(33% - 15px);
    }
}

@media (max-width: 991px){
    .banner-slider .icons-blue__item {
        display: inline-block;
    }

    .banner-slider__content-left {
        width: 33%;
    }

    .banner-slider .icons-blue__item {
        width: 75px;
        margin-right: 10px;
    }

    .banner-slider__content__head {
        margin: 42px 0 20px 15px;
    }

    .banner-slider__param {
        width: 100%;
        margin-top: 100px;
    }

    .banner-slider__content-right {
        float: right;
        width: 30%;
    }

    .banner-slider-container .page-carousel__pager{
        display: none;
    }

    .banner-slider .icons-blue__item{
        margin-bottom: 15px;
    }
    .banner-slider__icons{
        margin-left: 15px;
    }
    .banner-slider .icons-blue{
        justify-content: center;
    }

    .banner-slider__content{
        display: flex;
    }
}

@media (max-width: 768px){
    .banner-slider__param {
        width: 97%;
        margin-top: 100px;
    }

    .banner-slider__content-right {
        width: 25%;
    }

    .banner-slider__icons {
        margin-left: 10px;
    }

    .banner-slider__content__head {
        margin: 29px 0 20px 10px;
    }
    
    .banner-slider-container.banner-slider-container-dt{
        display: none;
    }

    .banner-slider-container.banner-slider-container-mobile{
        display: block;
    }

    .banner-slider__content-left,
    .banner-slider__content-right{
        width: 100%;
    }

    .banner-slider__param {
        width: 100%;
        margin-top: 20px;
        margin-left: 20px;
    }

    .banner-slider__content{
        position: unset;
    }

    .banner-slider {
        margin-top: 0;
    }
    .banner-slider__content{
        display: block;
    }

}

@media (max-width: 680px){
    /* .banner-slider .banner-slider__img {
        display: none;
    } */

    .banner-slider__content-left,
    .banner-slider__content-right{
        width: 100%;
    }

    .banner-slider__param {
        width: 100%;
        margin-top: 20px;
        margin-left: 20px;
    }

    .banner-slider__content{
        position: unset;
    }

    .banner-slider {
        margin-top: 0;
    }

}

@media (max-width: 480px){
    .banner-slider .slick-dots li{
        width: 20px;
    }
}

a.type-window__popup.js-popup-inline{
    background: unset;
}

.type-window__item a.btn:active{
    background:#75ae6a;
}

.angl-okna{
    display: flex;
}

.angl-okna__img{
    margin-right: 20px;
}

.angl-okna__text img{
    display: none;
}

@media(max-width: 991px){
    .angl-okna__img{
        display: none;
    }
    .angl-okna__text{
        font-size: 17px;
        text-align: left;
    }
    .angl-okna__text img{
        display: block;
        margin-bottom: 20px;
    }
}
@media(max-width: 480px){
    .angl-okna__text{
        text-align: center;
    }
}

.balkoni-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.balkoni-item {
    
    
    margin: 0 40px;
}


.balkoni-item__price{
    color:#93c274;
    font-size:36px;
    text-align: center;
}

.balkoni-item__img{
    border: 1px solid #e1e1e1;
    padding: 20px 40px;
   
}

.images-gallery{
    display: flex;
}

@media(max-width:480px){

    .images-gallery{
        flex-wrap: wrap;
    }

    .images-gallery .gallery-img__item{
        width: 100%;
    }
}

.fa.fa-mail{
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(/local/templates/oknaprostor/images/email.svg) no-repeat center;
    background-size: contain;
}

.contacts-info{
    font-size: 18px;
    margin-top: 5px;
}

.contacts-info__item:not(:last-child){margin-bottom: 10px;}

.contacts-info__title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}

.contacts-info__icon{
    flex: 0 0 20px;
    width: 20px;
    margin-right: 15px;
}

.contacts-info__icon img{display: block;}

.top-panel{
    background: #ff8a00;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
}

.top-panel__icon img{
    display: inline-block;
    vertical-align: middle;
    max-width: 20px;
}

/* top-slider */
.top-slider{
    display: none;
    height: 420px;
    overflow: hidden;
}

.top-slider.slick-initialized{
    display: block;
    height: auto;
}

.top-slider .slick-track{display: flex;}

.top-slider .slick-track,
.top-slider .slick-list,
.top-slider .slick-slide > div{
    height: 100%;
}

.top-slider .slick-next,
.top-slider .slick-prev{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    transition: background-color 0.2s ease 0s;
}

.top-slider .slick-next{right: 25px;}
.top-slider .slick-prev{left: 25px;}

.top-slider .slick-next:hover,
.top-slider .slick-prev:hover{
    background-color: rgba(255,255,255,0.4);
}

.top-slider .slick-next::before,
.top-slider .slick-prev::before{
    content: '';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-slider .slick-next::before{
    background: url(/local/templates/oknaprostor/images/arrow-right.svg) no-repeat center;
    background-size: contain;
}

.top-slider .slick-prev::before{
    background: url(/local/templates/oknaprostor/images/arrow-left.svg) no-repeat center;
    background-size: contain;
}

.top-slider__item{
    height: auto;
    position: relative;
    padding: 40px 0;
}

.top-slider__img{
    width: 100%;
    height: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
}

.top-slider__img img{
    max-height: 100%;
    margin: 0;
}

.top-slider__bg{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}

.top-slider__info{
    width: 40%;
    margin-left: auto;
    color: #fff;
    text-align: right;
}

.top-slider__text{
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
}

.top-slider__counter{margin-bottom: 20px;}
.top-slider .checkbox-custom{border-color: #fff;}
.top-slider .checkbox:checked + .checkbox-custom::before{background: url(/upload/banner/checkbox-white.png);}

@media (min-width: 992px) {
    .top-slider__content{background: transparent!important;}
}

@media (max-width: 991px) {
    .top-slider__img{position: static;}
    .top-slider__bg{display: none;}

    .top-slider .slick-slide > .top-slider__img{height: auto;}

    .top-slider .slick-slide > .container,
    .top-slider .slick-slide .row,
    .top-slider .slick-slide .col-12,
    .top-slider__content{
        height: 100%;
    }

    .top-slider__item{
        display: flex!important;
        flex-direction: column;
        padding: 0;
    }

    .top-slider__info{
        width: 100%;
        text-align: center;
    }

    .top-slider__text{font-size: 25px;}

    .top-slider__content{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .top-slider .countdown-row,
    .top-slider .banner__form{
        justify-content: center;
    }

    .top-slider .polit-wrap{text-align: center;}
}
/* End */
/* /local/templates/oknaprostor/css/custom.css?1760447925682 */
/* /local/templates/oknaprostor/css/reset.css?16926240141104 */
/* /local/templates/oknaprostor/css/font-awesome.css?169262401435134 */
/* /local/templates/oknaprostor/js/slick/slick.css?16926240141776 */
/* /local/templates/oknaprostor/js/slick/slick-theme.css?16926240143145 */
/* /local/templates/oknaprostor/fonts/iconfontcustom/icon-font-custom.css?169262401429170 */
/* /local/templates/oknaprostor/js/vendors/fancybox/dist/jquery.fancybox.min.css?169262401412795 */
/* /local/templates/oknaprostor/js/vendors/bxslider/jquery.bxslider.css?16926240143836 */
/* /local/templates/oknaprostor/components/bitrix/menu/footer-menu-multi/style.css?1692624014576 */
/* /local/templates/oknaprostor/components/bitrix/news.list/news-list-short/style.css?1692624014295 */
/* /bitrix/components/alma/form.result.new/style.css?169262402127 */
/* /bitrix/components/alma/form.result.new/error.css?1692624021163 */
/* /bitrix/components/bitrix/breadcrumb/templates/coffeediz.schema.org/style.css?1692624022989 */
/* /local/templates/oknaprostor/styles.css?16926240142636 */
/* /local/templates/oknaprostor/template_styles.css?1693233136142906 */
