/*-------------------------------  reset  ------------------------------------*/
/* line 6, ../sass/style.scss */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed,
fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output,
p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 9, ../sass/style.scss */
article, aside, blockquote, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 10, ../sass/style.scss */
audio, canvas, video {
  display: inline-block;
}

/* line 11, ../sass/style.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 12, ../sass/style.scss */
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid silver;
}

/* line 13, ../sass/style.scss */
legend {
  white-space: normal;
}

/* line 14, ../sass/style.scss */
embed, img, object {
  max-width: 100%;
}

/* line 15, ../sass/style.scss */
b, dt, strong {
  font-weight: 700;
}

/* line 16, ../sass/style.scss */
dfn, em, i {
  font-style: italic;
}

/* line 17, ../sass/style.scss */
blockquote, q {
  quotes: none;
  font-style: italic;
}

/* line 18, ../sass/style.scss */
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

/* line 19, ../sass/style.scss */
a, a:active, a:focus, a:hover, a:link, a:visited {
  outline: 0;
}

/* line 20, ../sass/style.scss */
hr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  margin: 20px 0 30px;
  padding: 0;
  border: none;
  background: #555;
}

/* line 21, ../sass/style.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 22, ../sass/style.scss */
pre {
  margin: 1em 0;
  padding: 15px;
  border: 1px solid #555;
  border-radius: 5px;
  white-space: pre;
  white-space: pre-wrap;
  background: #efefef;
  word-wrap: break-word;
}

/* line 23, ../sass/style.scss */
code, kbd, pre, samp {
  font-family: 'courier new',monospace,serif;
  font-size: 1em;
}

/* line 24, ../sass/style.scss */
small {
  font-size: 80%;
}

/* line 25, ../sass/style.scss */
big {
  font-size: 125%;
}

/* line 26, ../sass/style.scss */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 27, ../sass/style.scss */
sup {
  top: -.5em;
  left: -0.3em;
}

/* line 28, ../sass/style.scss */
sub {
  bottom: -.25em;
  left: -0.3em;
}

/* line 29, ../sass/style.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* line 30, ../sass/style.scss */
ins, u {
  text-decoration: underline;
}

/* line 31, ../sass/style.scss */
del, s {
  text-decoration: line-through;
}

/* line 32, ../sass/style.scss */
dl, menu {
  margin: 1em 0 1em 1em;
  list-style: none;
}

/* line 33, ../sass/style.scss */
dd + dt {
  margin-top: 1em;
}

/* line 34, ../sass/style.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 35, ../sass/style.scss */
nav ol, nav ul, ol, ul {
  list-style: none;
}

/* line 36, ../sass/style.scss */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 37, ../sass/style.scss */
td, td img {
  vertical-align: top;
}

/* line 38, ../sass/style.scss */
::selection {
  text-shadow: none;
  color: #fff;
  background: #2597ff;
}

/* line 39, ../sass/style.scss */
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #2597ff;
}

/* line 40, ../sass/style.scss */
::-ms-selection {
  text-shadow: none;
  color: #fff;
  background: #2597ff;
}

/* line 41, ../sass/style.scss */
[hidden] {
  display: none;
}

/* line 42, ../sass/style.scss */
button, input, select, textarea {
  margin: 0;
  font-family: sans-serif;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
}

/* line 43, ../sass/style.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 45, ../sass/style.scss */
::-webkit-input-placeholder {
  color: #ccc;
}

/* line 46, ../sass/style.scss */
::-webkit-textarea-placeholder {
  color: #ccc;
}

/* line 47, ../sass/style.scss */
input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* line 48, ../sass/style.scss */
textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* line 49, ../sass/style.scss */
input:-ms-input-placeholder {
  color: #ccc;
}

/* line 50, ../sass/style.scss */
textarea:-ms-input-placeholder {
  color: #ccc;
}

/* line 52, ../sass/style.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 53, ../sass/style.scss */
button[disabled], html input[disabled] {
  cursor: not-allowed;
}

/* line 54, ../sass/style.scss */
input[type="checkbox"], input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
}

/* line 55, ../sass/style.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 56, ../sass/style.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 57, ../sass/style.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 59, ../sass/style.scss */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 60, ../sass/style.scss */
html {
  display: block;
  font-family: sans-serif;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 62, ../sass/style.scss */
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 69, ../sass/style.scss */
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  background: #ffface !important;
}

/* line 75, ../sass/style.scss */
input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

/* line 81, ../sass/style.scss */
input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

/* line 87, ../sass/style.scss */
input[type="text"]:focus::-ms-placeholder, input[type="tel"]:focus::-ms-placeholder, input[type="email"]:focus::-ms-placeholder, textarea:focus::-ms-placeholder, input[type="password"]:focus::-moz-placeholder {
  color: transparent;
}

/* line 89, ../sass/style.scss */
body {
  position: relative;
  min-width: 960px;
  font: 14px/1.6em Arial,Helvetica,sans-serif;
  color: #555;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

/* line 97, ../sass/style.scss */
a {
  text-decoration: underline;
  color: #678bd8;
}

/* line 98, ../sass/style.scss */
a:hover {
  text-decoration: underline;
  color: #d70017;
}

/*-------------------------------  conteiner  ------------------------------------*/
/* line 100, ../sass/style.scss */
.wWrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* line 107, ../sass/style.scss */
.wSize {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

/* line 113, ../sass/style.scss */
.wConteiner {
  padding: 20px 0 100px 0;
  position: relative;
}

/*-------------------------------  sys style  ------------------------------------*/
/* line 118, ../sass/style.scss */
.tac {
  text-align: center;
}

/* line 119, ../sass/style.scss */
.tar {
  text-align: right;
}

/* line 120, ../sass/style.scss */
.tal {
  text-align: left;
}

/* line 121, ../sass/style.scss */
.fll {
  float: left;
}

/* line 122, ../sass/style.scss */
.flr {
  float: right;
}

/* line 123, ../sass/style.scss */
.cls {
  font-size: 0;
  display: table;
  width: 100%;
}

/* line 124, ../sass/style.scss */
.clear {
  clear: both;
}

/* line 125, ../sass/style.scss */
.clearFix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

/* line 126, ../sass/style.scss */
.wSize:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

/* line 127, ../sass/style.scss */
.wTxt {
  position: relative;
}

/* line 128, ../sass/style.scss */
h1, h2, h3, h4, h5, h6, .h1T, .h2T, .h3T, .h4T, .h5T, .h6T {
  font: 40px/1.2em Arial, Helvetica, sans-serif;
}

/* line 131, ../sass/style.scss */
.wTxt h1, .wTxt h2, .wTxt h3, .wTxt h4, .wTxt h5, .wTxt h6 {
  margin: 0.5em 0;
}

/* line 134, ../sass/style.scss */
.wTxt h2, .h2T {
  font-size: 2.125em;
  line-height: 1.2em;
}

/* line 135, ../sass/style.scss */
.wTxt h3, .h3T {
  font-size: 1.875em;
  line-height: 1.2em;
}

/* line 136, ../sass/style.scss */
.wTxt h4, .h4T {
  font-size: 1.625em;
  line-height: 1.2em;
}

/* line 137, ../sass/style.scss */
.wTxt h5, .h5T {
  font-size: 1.375em;
  line-height: 1.2em;
}

/* line 138, ../sass/style.scss */
.wTxt h6, .h6T {
  font-size: 1.125em;
  line-height: 1.2em;
}

/* line 139, ../sass/style.scss */
.h1T *, .h2T *, .h3T *, .h4T *, .h5T *, .h6T * {
  line-height: 1em !important;
}

/* line 140, ../sass/style.scss */
.wTxt h1 a, .wTxt h2 a, .wTxt h3 a, .wTxt h4 a, .wTxt h5 a, .wTxt h6 a,
.h1T a, .h2T a, .h3T a, .h4T a, .h5T a, .h6T a {
  text-decoration: none !important;
}

/* line 142, ../sass/style.scss */
.wTxt blockquote {
  padding: 5px 20px;
  margin: 5px 0;
  font-style: italic;
  border: 10px solid transparent;
  border-left-color: #ccc;
}

/* line 143, ../sass/style.scss */
.wTxt p {
  margin: 1em 0;
}

/* line 144, ../sass/style.scss */
.wTxt ul, .wTxt ol {
  margin: 1em 0 1em 1em;
}

/* line 145, ../sass/style.scss */
.wTxt li {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 146, ../sass/style.scss */
.wTxt ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

/* line 147, ../sass/style.scss */
.wTxt table th {
  font-weight: bold;
  background: #eee;
}

/* line 148, ../sass/style.scss */
.wTxt table thead th {
  vertical-align: bottom;
}

/* line 149, ../sass/style.scss */
.wTxt table {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  width: 100%;
  margin: 10px 0 20px;
}

/* line 159, ../sass/style.scss */
.wTxt table th, .wTxt table td {
  padding: 10px;
  line-height: 1em;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

/* line 168, ../sass/style.scss */
.wTxt table.table-null, .wTxt table.table-null th, .wTxt table.table-null td {
  border-color: transparent;
}

/* line 169, ../sass/style.scss */
.wTxt table.table-zebra, .wTxt table.table-zebra th, .wTxt table.table-zebra td {
  border-color: transparent;
}

/* line 170, ../sass/style.scss */
.wTxt table.table-zebra tr:nth-child(even) {
  background: #ddd;
}

@font-face {
  font-family: 'calibri';
  src: url("../fonts/calibri.eot");
  src: url("../fonts/calibri.eot") format("embedded-opentype"), url("../fonts/calibri.woff2") format("woff2"), url("../fonts/calibri.woff") format("woff"), url("../fonts/calibri.ttf") format("truetype"), url("../fonts/calibri.svg#calibri") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: 'calibri';
  src: url("../fonts/calibrib.eot");
  src: url("../fonts/calibrib.eot") format("embedded-opentype"), url("../fonts/calibrib.woff2") format("woff2"), url("../fonts/calibrib.woff") format("woff"), url("../fonts/calibrib.ttf") format("truetype"), url("../fonts/calibrib.svg#calibrib") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: 'calibri';
  src: url("../fonts/Calibri-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri-Light.woff") format("woff"), url("../fonts/Calibri-Light.ttf") format("truetype"), url("../fonts/Calibri-Light.svg#Calibri-Light") format("svg");
  font-weight: lighter;
  font-style: normal;
}
/* line 207, ../sass/style.scss */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/* line 217, ../sass/style.scss */
.preload .logo .img img {
  left: -650px !important;
}
/* line 222, ../sass/style.scss */
.preload .logo .cv img {
  top: -200px !important;
}
/* line 227, ../sass/style.scss */
.preload .logo .get img {
  top: -200px !important;
}

/* line 234, ../sass/style.scss */
#header {
  position: fixed;
  height: 5em;
  display: block;
  width: 100%;
  background: #fbfbfb;
  z-index: 9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  top: 0;
}
/* line 243, ../sass/style.scss */
#header .logo {
  padding-top: 0.3125em;
  float: left;
  width: 145px;
}
/* line 247, ../sass/style.scss */
#header .logo .cv {
  float: left;
}
/* line 249, ../sass/style.scss */
#header .logo .cv img {
  position: relative;
  top: 10px;
  transition: top 2s;
  -moz-transition: top 2s;
  -webkit-transition: top 2s;
  -o-transition: top 2s;
}
/* line 259, ../sass/style.scss */
#header .logo .img img {
  left: 5px;
  position: relative;
  transition: left 2s;
  -moz-transition: left 2s;
  -webkit-transition: left 2s;
  -o-transition: left 2s;
}
/* line 269, ../sass/style.scss */
#header .logo .get img {
  position: relative;
  top: 0px;
  transition: top 1s;
  -moz-transition: top 1s;
  -webkit-transition: top 1s;
  -o-transition: top 1s;
}
/* line 279, ../sass/style.scss */
#header .menu {
  float: left;
  margin-left: 70px;
}
/* line 283, ../sass/style.scss */
#header .menu ul li {
  margin: 0 30px;
  float: left;
}
/* line 286, ../sass/style.scss */
#header .menu ul li a {
  color: #333333;
  font-family: 'calibri';
  font-size: 1.125em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.9375em 0;
  display: block;
  border-top: 4px solid #fff;
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
}
/* line 299, ../sass/style.scss */
#header .menu ul li a:hover {
  border-top: 4px solid #ffdd2e;
  color: #5c5c5c;
}
/* line 307, ../sass/style.scss */
#header .lang {
  float: right;
  padding-top: 1.25em;
}
/* line 310, ../sass/style.scss */
#header .lang select {
  border: 1px solid #ffcc33;
  border-radius: 3px;
  margin-left: 20px;
  padding-left: 5px;
  font-size: 0.875em;
}

/* line 320, ../sass/style.scss */
#bg1 {
  background: url(../pic/bg1.jpg) 50% 50% no-repeat;
  background-size: cover;
}

/* line 325, ../sass/style.scss */
#bg2 {
  background: url(../pic/bg2_02.jpg) 50% 50% no-repeat;
  background-size: cover;
}

/* line 330, ../sass/style.scss */
.slide {
  height: 435px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 335, ../sass/style.scss */
.slide .text {
  font-size: 3em;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 339, ../sass/style.scss */
.slide .text b {
  font-weight: bold;
  color: #ffdd2e;
}
/* line 343, ../sass/style.scss */
.slide .text p {
  line-height: 110%;
  text-align: center;
  font-family: 'calibri';
}
/* line 349, ../sass/style.scss */
.slide a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 70px;
  border-radius: 30px;
  border-bottom: 2px solid #b59d21;
  background: #ffdd2e;
  font-family: 'calibri';
  text-decoration: none;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
  border-top: 2px solid #fff6c9;
  font-size: 1.875em;
  margin-top: 40px;
  animation: animationFrames linear 3s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 3s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 3s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 3s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
  transition: background 1s;
}
/* line 380, ../sass/style.scss */
.slide a:hover {
  background: #edb200;
}

/* line 386, ../sass/style.scss */
.sinline {
  background: rgba(255, 255, 255, 0.17);
  height: 135px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
/* line 395, ../sass/style.scss */
.sinline .wSize {
  display: table;
}
/* line 399, ../sass/style.scss */
.sinline .numb {
  display: inline-block;
}
/* line 402, ../sass/style.scss */
.sinline .bl {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  line-height: 1;
}
/* line 407, ../sass/style.scss */
.sinline .bl span {
  display: block;
  float: left;
  background: url(../pic/roll.png) 0 0 no-repeat;
  width: 50px;
  height: 50px;
  line-height: 35px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 6px;
  font-weight: bold;
  color: #333333;
  font-family: 'calibri';
  padding-right: 2px;
  font-size: 2.25em;
}
/* line 423, ../sass/style.scss */
.sinline .bl p {
  color: #ffdd2e;
  font-size: 1.5em;
  font-family: 'calibri';
  margin: 15px 0;
  text-align: center;
}

/* line 433, ../sass/style.scss */
.yak {
  display: block;
  width: 30px;
  height: 50px;
  margin: 20px auto 0 auto;
  -webkit-animation: anim2 ease-in-out 3s infinite alternate;
  -moz-animation: anim2 ease-in-out 3s infinite alternate;
  position: absolute;
  bottom: 20px;
  left: 50%;
}

/* line 446, ../sass/style.scss */
#bg2 .shag {
  font-size: 2.5em;
  text-align: center;
  color: #375f81;
  font-family: 'calibri';
  font-weight: lighter;
}
/* line 453, ../sass/style.scss */
#bg2 .down {
  display: table;
  width: 100%;
  text-align: center;
  margin-top: 2.5em;
}
/* line 458, ../sass/style.scss */
#bg2 .down .punkt {
  display: table-cell;
  width: 27%;
  padding: 0 3%;
}
/* line 462, ../sass/style.scss */
#bg2 .down .punkt .img {
  width: 156px;
  height: 156px;
  border-radius: 156px;
  background: #ffdd2e;
  display: inline-block;
}
/* line 468, ../sass/style.scss */
#bg2 .down .punkt .img img {
  padding-top: 45px;
}
/* line 473, ../sass/style.scss */
#bg2 .down .punkt .opis p {
  font-size: 1.5em;
  color: #000;
  font-family: 'calibri';
  margin: 15px 0;
}
/* line 479, ../sass/style.scss */
#bg2 .down .punkt .opis span {
  display: block;
  font-size: 1.125em;
  color: #375f81;
  font-family: 'calibri';
  line-height: 125%;
}

/* line 493, ../sass/style.scss */
.punkt .img img {
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* line 504, ../sass/style.scss */
.punkt:hover img {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* line 518, ../sass/style.scss */
.punkt .img {
  transition: scale 0.7s;
  -moz-transition: scale 0.7s;
  -webkit-transition: scale 0.7s;
  -o-transition: scale 0.7s;
}
/* line 524, ../sass/style.scss */
.punkt:hover .img {
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

/* line 532, ../sass/style.scss */
.total {
  display: block;
  position: fixed;
  left: 0;
  top: 40%;
  background: url(../pic/total.png) 0 0 no-repeat;
  width: 88px;
  height: 100px;
  z-index: 5;
  text-decoration: none !important;
  box-sizing: border-box;
  padding-top: 21px;
  padding-right: 13px;
}
/* line 545, ../sass/style.scss */
.total span {
  font-family: 'calibri';
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  text-shadow: 1px 0 1px #006699;
  display: block;
  text-decoration: none;
}
/* line 555, ../sass/style.scss */
.total i {
  font-style: normal;
  font-family: 'calibri';
  display: block;
  color: #fff;
  text-shadow: 1px 0 1px #006699;
  font-size: 1.875em;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
}

/* line 568, ../sass/style.scss */
.tabs {
  text-align: center;
}
/* line 570, ../sass/style.scss */
.tabs a {
  width: 320px;
  height: 2em;
  display: inline-block;
  line-height: 2em;
  background: #edf0f3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: 'calibri';
  font-weight: lighter;
  color: #0669bb;
  text-align: center;
  font-size: 1.5em;
  text-decoration: none;
  vertical-align: top;
}
/* line 585, ../sass/style.scss */
.tabs a:first-child {
  margin-right: 30px;
}
/* line 589, ../sass/style.scss */
.tabs .active {
  background: #ffdd2e;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}

/* line 596, ../sass/style.scss */
.yel {
  height: 1px;
  margin: 0;
  background: #ffdd2e;
}

/* line 602, ../sass/style.scss */
.podbor {
  background: #f9efba;
  padding: 0.625em 0;
  width: 100%;
}
/* line 606, ../sass/style.scss */
.podbor p {
  font-size: 0.875em;
  color: #000;
  font-family: 'calibri';
  line-height: 150%;
}
/* line 613, ../sass/style.scss */
.podbor .wSize > div {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
/* line 618, ../sass/style.scss */
.podbor .wSize .l {
  padding-right: 3%;
  border-right: 1px dashed #fff;
}
/* line 622, ../sass/style.scss */
.podbor .wSize .r {
  padding-left: 3%;
}
/* line 626, ../sass/style.scss */
.podbor .maint {
  color: #333333;
  font-family: 'calibri';
  font-weight: bold;
  font-size: 1.3125em;
  margin-bottom: 0.4375em;
}
/* line 633, ../sass/style.scss */
.podbor .st {
  color: #0669bb;
  font-size: 1em;
  font-family: 'calibri';
  margin-bottom: 10px;
}
/* line 639, ../sass/style.scss */
.podbor .twokols {
  display: table;
  width: 100%;
}
/* line 642, ../sass/style.scss */
.podbor .twokols > div {
  display: table-cell;
  vertical-align: top;
}
/* line 647, ../sass/style.scss */
.podbor .pcen {
  font-size: 0.875em;
  color: #0669bb;
  font-family: 'calibri';
  margin-top: 0.3125em;
}

/* line 656, ../sass/style.scss */
.wrapper li > ul {
  display: none;
}
/* line 659, ../sass/style.scss */
.wrapper > ul {
  margin-bottom: 0px;
}

/* line 664, ../sass/style.scss */
#non {
  display: none;
}

/* line 668, ../sass/style.scss */
.totop {
  background: url(../pic/up.jpg) 0 0 no-repeat;
  width: 43px;
  height: 43px;
  position: fixed;
  right: 10px;
  bottom: 15%;
  text-decoration: none;
  z-index: 5;
  border-radius: 4px;
  display: none;
}

/* line 681, ../sass/style.scss */
.zayavka {
  background: url(../pic/bg3.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 530px;
}
/* line 686, ../sass/style.scss */
.zayavka .yak {
  bottom: -60px !important;
}
/* line 689, ../sass/style.scss */
.zayavka .form {
  display: table;
  width: 100%;
  padding-top: 0.625em;
}
/* line 693, ../sass/style.scss */
.zayavka .form span.err {
  color: #fff;
  font-size: 0.75em;
  font-family: 'calibri';
  margin-bottom: 0px;
  margin-top: -5px;
  display: none !important;
}
/* line 701, ../sass/style.scss */
.zayavka .form input.err, .zayavka .form textarea.err {
  border: 1px solid red !important;
}
/* line 704, ../sass/style.scss */
.zayavka .form > div {
  display: table-cell;
  vertical-align: top;
}
/* line 708, ../sass/style.scss */
/*.zayavka .form*/ a.down {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  border-radius: 18px;
  border-bottom: 2px solid #b59d21;
  background: #ffcc33;
  font-family: 'calibri';
  text-decoration: none;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
  border-top: 2px solid #fff6c9;
  font-size: 1.125em;
  font-weight: lighter;
  margin-bottom: 10px;
  transition: background 1s;
}
/* line 725, ../sass/style.scss */
.zayavka .form .down:hover {
  background: #edb200;
}
/* line 729, ../sass/style.scss */
.zayavka .form input[type=file] {
  margin-bottom: 10px;
  margin-left: 13px;
  cursor: pointer;
}
/* line 734, ../sass/style.scss */
.zayavka .form input[type=email] {
  width: 230px;
  height: 35px;
  background: #fff;
  border: none;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 1.125em;
  font-family: 'calibri';
  margin-bottom: 5px;
}
/* line 747, ../sass/style.scss */
.zayavka .form input[type=submit] {
  display: inline-block;
  height: 46px;
  border: none;
  line-height: 42px;
  padding: 0 35px;
  border-radius: 23px;
  border-bottom: 2px solid #b59d21;
  background: #ffdd2e;
  font-family: 'calibri';
  text-decoration: none;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
  border-top: 2px solid #fff6c9;
  font-size: 1.5em;
  font-weight: lighter;
  margin-bottom: 10px;
  transition: background 1s;
}
/* line 765, ../sass/style.scss */
.zayavka .form input[type=submit]:hover {
  background: #edb200;
}
/* line 769, ../sass/style.scss */
.zayavka .form textarea {
  width: 310px;
  height: 145px;
  background: #fff;
  border: none;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 1.125em;
  font-family: 'calibri';
  resize: none;
}
/* line 783, ../sass/style.scss */
/*.zayavka .form*/ label {
  font-family: 'calibri';
  font-size: 1.125em;
  color: #fff;
  cursor: pointer;
  margin-bottom: 4px;
  display: inline-block;
}
/* line 790, ../sass/style.scss */
/*.zayavka .form*/ label span {
  color: #ff3333;
}
/* line 794, ../sass/style.scss */
/*.zayavka .form*/ .kolmail {
  margin-bottom: 10px;
}
/* line 796, ../sass/style.scss */
/*.zayavka .form*/ .kolmail .kols {
  background: #006699;
  border-radius: 5px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.24);
  font-family: 'calibri';
  font-weight: lighter;
  font-size: 1.875em;
  color: #ffdd2e;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  display: inline-block;
}

/* line 814, ../sass/style.scss */
.section {
  padding-top: 100px;
}

/* line 818, ../sass/style.scss */
.lmen {
  background: #edf0f3;
  float: left;
  box-sizing: border-box;
  padding: 35px 0;
  border-radius: 15px;
}
/* line 824, ../sass/style.scss */
.lmen a {
  display: block;
  font-family: 'calibri';
  font-size: 1em;
  border-radius: 15px;
  height: 37px;
  line-height: 37px;
  padding-left: 28px;
  box-sizing: border-box;
  text-decoration: none;
  padding-right: 15px;
  color: #000;
  background: url(../pic/point.png) 8px 16px no-repeat;
}
/* line 838, ../sass/style.scss */
.lmen .act {
  background: url(../pic/str.png) #ffdd2e 8px 15px no-repeat;
}

/* line 843, ../sass/style.scss */
.tblock {
  position: relative;
  margin-left: 25px;
  float: left;
}
/* line 847, ../sass/style.scss  093 01260 04 Anti */
.tblock p {
  font-size: 1em;
  line-height: 150%;
  color: #837e7e;
  font-family: 'calibri';
  max-height: 355px;
  width: 340px;
  overflow: auto;
  position: relative;
  z-index: 4;
  display: none;
}
/* line 859, ../sass/style.scss */
.tblock img {
  position: absolute;
  top: -100px;
  right: -600px;
  max-width: none;
}

/* line 867, ../sass/style.scss */
.plus {
  background: url(../pic/plus.png) 0 0 no-repeat;
  width: 15px;
  height: 16px;
  display: block;
  float: left;
  margin-right: 10px;
}

/* line 877, ../sass/style.scss */
.country li {
  margin-bottom: 0px;
}
/* line 880, ../sass/style.scss */
.country label {
  background: url(../pic/checkbox.png) 0 0 no-repeat;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 0.9375em;
  color: #333333;
  font-family: 'calibri';
}
/* line 889, ../sass/style.scss */
.country label i {
  color: #336699;
  text-decoration: underline;
  font-style: normal;
}
/* line 895, ../sass/style.scss */
.country input[type=checkbox] {
  display: none;
}
/* line 898, ../sass/style.scss */
.country input[type=checkbox]:checked + label {
  background: url(../pic/checka.png) 0 0 no-repeat;
}

/* line 903, ../sass/style.scss */
#bg5 .bot {
  background: url(../pic/bg4_02.jpg) 50% 50% no-repeat;
  background-size: cover;
  max-height: 550px;
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

/* line 915, ../sass/style.scss */
.bot .ft {
  padding-top: 110px;
  display: table;
  height: auto;
}
/* line 919, ../sass/style.scss */
.bot .ft .ll {
  vertical-align: bottom;
  display: table-cell;
}
/* line 923, ../sass/style.scss */
.bot .ft .ll .soc a {
  background: url(../pic/rul.png) 0 0 no-repeat;
  width: 56px;
  height: 56px;
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 50px;
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
}
/* line 935, ../sass/style.scss */
.bot .ft .ll .soc a:hover {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
/* line 940, ../sass/style.scss */
.bot .ft .ll .soc a img {
  display: block;
  padding-left: 14px;
  padding-top: 14px;
}
/* line 948, ../sass/style.scss */
.bot .ft .rr {
  vertical-align: top;
  display: table-cell;
  width: 230px;
}
/* line 954, ../sass/style.scss */
.bot .copyright {
  font-size: 0.875em;
  color: #fff;
  font-family: 'calibri';
  font-weight: bold;
}

/* line 963, ../sass/style.scss */
.obr input[type=file] {
  margin-bottom: 10px;
  margin-left: 13px;
  cursor: pointer;
}
/* line 968, ../sass/style.scss */
.obr input[type=text] {
  width: 230px;
  height: 35px;
  background: #fff;
  border: none;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 1.125em;
  font-family: 'calibri';
  margin-bottom: 10px;
  font-size: 1em;
}
/* line 982, ../sass/style.scss */
.obr input[type=submit] {
  display: block;
  width: 230px;
  height: 46px;
  border: none;
  line-height: 42px;
  padding: 0 35px;
  border-radius: 23px;
  border-bottom: 2px solid #b59d21;
  background: #ffdd2e;
  font-family: 'calibri';
  text-decoration: none;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
  border-top: 2px solid #fff6c9;
  font-size: 1.5em;
  font-weight: lighter;
  transition: background 1s;
}
/* line 1000, ../sass/style.scss */
.obr input[type=submit]:hover {
  background: #edb200;
}
/* line 1004, ../sass/style.scss */
.obr textarea {
  width: 230px;
  height: 115px;
  background: #fff;
  border: none;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 1.125em;
  font-family: 'calibri';
  resize: none;
  margin-bottom: 10px;
  font-size: 1em;
}
/* line 1020, ../sass/style.scss */
.obr label {
  font-family: 'calibri';
  font-size: 1.3125em;
  color: #fff;
  margin-bottom: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
/* line 1030, ../sass/style.scss */
.obr span.err {
  color: #fff;
  font-size: 0.75em;
  font-family: 'calibri';
  display: block;
  margin-bottom: 0px;
  margin-top: -10px;
}
/* line 1038, ../sass/style.scss */
.obr input.err, .obr textarea.err {
  border: 1px solid red;
}

@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(-4px, 0px);
  }
  20% {
    transform: translate(4px, 0px);
  }
  30% {
    transform: translate(-4px, 0px);
  }
  40% {
    transform: translate(4px, 0px);
  }
  50% {
    transform: translate(-4px, 0px);
  }
  60% {
    transform: translate(4px, 0px);
  }
  70% {
    transform: translate(-4px, 0px);
  }
  80% {
    transform: translate(4px, 0px);
  }
  90% {
    transform: translate(-4px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  10% {
    -moz-transform: translate(-4px, 0px);
  }
  20% {
    -moz-transform: translate(4px, 0px);
  }
  30% {
    -moz-transform: translate(-4px, 0px);
  }
  40% {
    -moz-transform: translate(4px, 0px);
  }
  50% {
    -moz-transform: translate(-4px, 0px);
  }
  60% {
    -moz-transform: translate(4px, 0px);
  }
  70% {
    -moz-transform: translate(-4px, 0px);
  }
  80% {
    -moz-transform: translate(4px, 0px);
  }
  90% {
    -moz-transform: translate(-4px, 0px);
  }
  100% {
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  10% {
    -webkit-transform: translate(-4px, 0px);
  }
  20% {
    -webkit-transform: translate(4px, 0px);
  }
  30% {
    -webkit-transform: translate(-4px, 0px);
  }
  40% {
    -webkit-transform: translate(4px, 0px);
  }
  50% {
    -webkit-transform: translate(-4px, 0px);
  }
  60% {
    -webkit-transform: translate(4px, 0px);
  }
  70% {
    -webkit-transform: translate(-4px, 0px);
  }
  80% {
    -webkit-transform: translate(4px, 0px);
  }
  90% {
    -webkit-transform: translate(-4px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(0px, 0px);
  }
  10% {
    -o-transform: translate(-4px, 0px);
  }
  20% {
    -o-transform: translate(4px, 0px);
  }
  30% {
    -o-transform: translate(-4px, 0px);
  }
  40% {
    -o-transform: translate(4px, 0px);
  }
  50% {
    -o-transform: translate(-4px, 0px);
  }
  60% {
    -o-transform: translate(4px, 0px);
  }
  70% {
    -o-transform: translate(-4px, 0px);
  }
  80% {
    -o-transform: translate(4px, 0px);
  }
  90% {
    -o-transform: translate(-4px, 0px);
  }
  100% {
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(0px, 0px);
  }
  10% {
    -ms-transform: translate(-4px, 0px);
  }
  20% {
    -ms-transform: translate(4px, 0px);
  }
  30% {
    -ms-transform: translate(-4px, 0px);
  }
  40% {
    -ms-transform: translate(4px, 0px);
  }
  50% {
    -ms-transform: translate(-4px, 0px);
  }
  60% {
    -ms-transform: translate(4px, 0px);
  }
  70% {
    -ms-transform: translate(-4px, 0px);
  }
  80% {
    -ms-transform: translate(4px, 0px);
  }
  90% {
    -ms-transform: translate(-4px, 0px);
  }
  100% {
    -ms-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes anim2 {
  from {
    -webkit-transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.8) rotate(10deg);
  }
  to {
    -webkit-transform: scale(1.2) rotate(-20deg);
  }
}
@-moz-keyframes anim2 {
  from {
    -moz-transform: scale(1) rotate(0deg);
  }
  50% {
    -moz-transform: scale(0.8) rotate(10deg);
  }
  to {
    -moz-transform: scale(1.2) rotate(-20deg);
  }
}
/* line 1238, ../sass/style.scss */
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

/* line 1248, ../sass/style.scss */
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

/* line 1254, ../sass/style.scss */
.fp-slide {
  float: left;
}

/* line 1257, ../sass/style.scss */
.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

/* line 1261, ../sass/style.scss */
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

/* line 1269, ../sass/style.scss */
.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 1274, ../sass/style.scss */
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/* line 1280, ../sass/style.scss */
.fp-slidesContainer {
  float: left;
  position: relative;
}

/* line 1284, ../sass/style.scss */
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}

/* line 1294, ../sass/style.scss */
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

/* line 1300, ../sass/style.scss */
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

/* line 1305, ../sass/style.scss */
.fp-scrollable {
  overflow: scroll;
}

/* line 1309, ../sass/style.scss */
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 1313, ../sass/style.scss */
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}

/* line 1320, ../sass/style.scss */
#fp-nav.right {
  right: 17px;
}

/* line 1323, ../sass/style.scss */
#fp-nav.left {
  left: 17px;
}

/* line 1326, ../sass/style.scss */
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

/* line 1332, ../sass/style.scss */
.fp-slidesNav.bottom {
  bottom: 17px;
}

/* line 1335, ../sass/style.scss */
.fp-slidesNav.top {
  top: 17px;
}

/* line 1338, ../sass/style.scss */
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

/* line 1343, ../sass/style.scss */
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

/* line 1351, ../sass/style.scss */
.fp-slidesNav ul li {
  display: inline-block;
}

/* line 1354, ../sass/style.scss */
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

/* line 1364, ../sass/style.scss */
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  background: #333;
}

/* line 1368, ../sass/style.scss */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

/* line 1380, ../sass/style.scss */
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 0.875em;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
}

/* line 1393, ../sass/style.scss */
#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

/* line 1399, ../sass/style.scss */
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

/* line 1402, ../sass/style.scss */
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

@media only screen and (max-width: 980px) {
  /* line 1408, ../sass/style.scss */
  .section {
    padding-top: 50px;
    position: relative;
    height: 100%;
  }

  /* line 1413, ../sass/style.scss */
  .yak {
    display: none !important;
  }

  /* line 1416, ../sass/style.scss */
  #bg4 {
    margin-top: -140px;
  }

  /* line 1419, ../sass/style.scss */
  #bg5 .bot {
    position: relative;
  }

  /* line 1422, ../sass/style.scss */
  .obr {
    margin-right: 30px;
    margin-top: -10px;
    margin-bottom: 20px;
  }

  /* line 1428, ../sass/style.scss */
  #header .lang {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1150px) {
  /* line 1434, ../sass/style.scss */
  .total {
    display: none;
  }
}
