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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}

/*body, html{
  overflow: hidden !important;
  height: 100%;
}*/

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #727272;
}

section {
  min-height: 100vh;
  position: relative;
}

h2 {
  padding-top: 50px;
  margin-bottom: 70px;
  font-size: 40px;
  font-weight: bold;
  color: #0098ed;
  text-align: center;
  font-family: "Raleway", sans-serif;
  position: relative;
}
h2:before {
  content: '';
  width: 60px;
  height: 2px;
  background: #f39600;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -30px;
}

h4 {
  font-size: 20px;
  color: #f39600;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

a, input, textarea, button {
  outline: none;
}

.pb80 {
  padding-bottom: 80px;
}

.dt {
  height: 100%;
  width: 100%;
  display: table;
}
.dt .dtc {
  display: table-cell;
  vertical-align: middle;
}

a.btnGoNext {
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #f39600;
  border-radius: 5px;
  background: url(../img/arrows/3.png) center center no-repeat;
  position: absolute;
  bottom: 20px;
  left: 55%;
  margin-left: -13px;
  z-index: 10;
}
a.btnGoNext:hover {
  background: url(../img/arrows/2.png) center center no-repeat;
}
a.btnGoNext.white {
  background: url(../img/arrows/5.png) center center no-repeat;
  border-color: #fff;
}
a.btnGoNext.white:hover {
  background: url(../img/arrows/3.png) center center no-repeat;
}
a.btnGoPrev {
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #f39600;
  border-radius: 5px;
  background: url(../img/arrows/up.png) center center no-repeat;
  position: absolute;
  bottom: 20px;
  left: 45%;
  margin-left: -13px;
  z-index: 10;
}
a.btnGoPrev:hover {
  background: url(../img/arrows/up-hover.png) center center no-repeat;
}
a.btnGoPrev.white {
  background: url(../img/arrows/up-white.png) center center no-repeat;
  border-color: #fff;
}
a.btnGoPrev.white:hover {
  background: url(../img/arrows/up.png) center center no-repeat;
}
a.t-btn {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: table;
  margin: auto;
  text-decoration: none;
  line-height: 47px;
  width: 248px;
  border: 1px solid #f39600;
  border-radius: 5px;
}
a.t-btn:hover {
  color: #f39600;
}

.bg {
  position: absolute;
  z-index: 3;
  background: rgba(56, 56, 56, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg1 {
    height: 340px;
    width: 100%;
    background-image: url("/img/slider/1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.bgBigStar201504 {
    height: 340px;
    width: 100%;
    background-image: url("/img/slider/BigStar201504.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.bgBigStar201505 {
    height: 340px;
    width: 100%;
    background-image: url("/img/slider/CitySport201505.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*section, .sect{
  display: table;
  width: 100%;
  padding: 100px 0;
}*/

/*section > .tbc,
.sect > .tbc{
  display: table-cell;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}*/

/****************************************
 * HEADER
 ****************************************/
header {
	position: relative;
}
header .logo {
  padding-top: 80px;
  background: #fff;
}
header .loginForm {
  text-align: right;
  padding-top: 20px;
  font-size: 0;
}
header .loginForm .mobileNav {
  display: inline-block;
}
header .loginForm a.fb {
  display: inline-block;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #284461;
  font-size: 14px;
  text-decoration: none;
  margin-right: 20px;
  line-height: 1;
  padding-top: 9px;
}
header .loginForm input, header .loginForm button {
  vertical-align: top;
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid  #ccc;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: normal;
  width: 128px;
  height: 27px;
  padding-left: 10px;
}
header .loginForm button {
  width: 27px;
  border-color: #f39600;
  background: url(../img/arrows/1.png) center center no-repeat;
  margin-right: 1px;
}
header .PageNav {
  font-size: 0;
  padding-left: 11px;
  padding-top: 50px;
  float: left;
}
header .PageNav a {
  display: inline-block;
  font-size: 26px;
  color: #284461;
  margin-right: 95px;
  text-decoration: none;
  margin-top: 10px;
  vertical-align: top;
  position: relative;
  line-height: 26px;
}
header .PageNav a.active {
  color: #f39600;
}
header .PageNav a.active:before, header .PageNav a.active:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: -79px;
  border-bottom: 11px solid #f39600;
  border-left: 11px solid  transparent;
  border-right: 11px solid  transparent;
  z-index: 2;
}
header .PageNav a.active:after {
  bottom: -79px;
  border-bottom: 6px solid #fff;
  border-left: 6px solid  transparent;
  border-right: 6px solid  transparent;
  margin-left: -6.5px;
}
header .langSwitcher {
  margin: 60px 1px 0 0;
  position: relative;
}
header .langSwitcher.active ul {
  display: block;
}
header .langSwitcher .currentLang {
  width: 150px;
  height: 38px;
  color: #0098ed;
  border: 1px solid;
  border-radius: 8px;
  line-height: 38px;
  font-size: 0;
  background: url(../img/arrows/2.png) 125px 50% no-repeat;
  cursor: pointer;
}
header .langSwitcher .currentLang p {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #0098ed;
}
header .langSwitcher .currentLang img {
  display: inline-block;
  vertical-align: top;
  margin: 10px 16px 0 12px;
}
header .langSwitcher ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  background: #fff;
  overflow: hidden;
  width: 150px;
  border: 1px solid  #ccc;
  border-radius: 5px;
}
header .langSwitcher ul li {
  width: 150px;
  height: 38px;
  line-height: 38px;
  font-size: 0;
  cursor: pointer;
}
header .langSwitcher ul li:hover {
  background: #edf9ff;
}
header .langSwitcher ul li p {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #0098ed;
}
header .langSwitcher ul li img {
  display: inline-block;
  vertical-align: top;
  margin: 10px 16px 0 12px;
}
header nav {
  margin-top: 48px;
  border-top: 1px solid #f39600;
  text-align: center;
  font-size: 0;
  position: relative;
}
header nav a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #0098ed;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  text-decoration: none;
  line-height: 50px;
  padding: 0 23px;
  font-weight: bold;
}
header nav a:hover, header nav a.active {
  background: #f4f4f4;
  color: #f39600;
  text-decoration: none;
}
header nav a:focus {
  color: #0098ed;
  text-decoration: none;
}

/****************************************
 * SOCIAL
 ****************************************/
.social {
  position: fixed;
  top: 95px;
  right: 3px;
  z-index: 100;
}

/****************************************
 * MAIN CARROUSEL
 ****************************************/
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/**
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-controls {
  position: absolute;
  z-index: 5;
  text-align: center;
  bottom: 15px;
  width: 100%;
}
.owl-controls .owl-dot {
  vertical-align: top;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 7px;
  position: relative;
}
.owl-controls .owl-dot:hover span, .owl-controls .owl-dot.active span {
  display: block;
  border-radius: 3px;
  margin-top: 5.5px;
  margin-left: 5.5px;
  height: 8px;
  width: 8px;
  background: #f39600;
}

#MainSlider .item {
  position: relative;
}
#MainSlider .dt {
  position: relative;
  z-index: 3;
}
#MainSlider p {
  max-width: 1100px;
  margin: auto;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  -webkit-text-stroke: 1px black;
  text-align: center;
  line-height: 1.2;
  position: relative;
  top: -40px;
}
#MainSlider p:before {
  content: '';
  display: block;
  position: absolute;
  width: 141px;
  height: 5px;
  background: #f39600;
  bottom: -40px;
  left: 50%;
  margin-left: -70px;
}

/****************************************
 * WHAT
 ****************************************/
#what{
	background: url(../img/bg6.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
  padding: 100px 0 200px;
}
#what p {
  text-align: center;
  line-height: 1.55;
  color: #000;
}


/****************************************
 * WHERE
 ****************************************/
#how {
  background: url(../img/bg1.png) center top no-repeat;
  /*padding-bottom: 30px;*/
}
#how h2:before {
  display: none;
}
#how .videoWrapper {
  background: url(../img/mac.png) top center no-repeat;
  height: 465px;
}
#how .videoWrapper .video {
  width: 561px;
	height: 319px;
	border-radius: 5px;
	border: 4px solid #f39600;
	margin: 35px auto 0 auto;
}
#how .videoWrapper .video img {
  display: block;
  width: 100%;
  height: 100%;
}
#how .ikony {
  /*padding-top: 35px;*/
  font-size: 0;
  text-align: center;
}
#how .ikony .iBlock {
  display: inline-block;
  vertical-align: top;
  width: 138px;
  position: relative;
}
#how .ikony .iBlock .imgBlock {
  display: table;
  width: 66px;
  height: 64px;
  border: 3px solid #0098ed;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#how .ikony .iBlock .imgBlock .inner {
  display: table-cell;
  vertical-align: middle;
}
#how .ikony .iBlock p {
  font-size: 14px;
  line-height: 1.4;
  padding: 0 10px;
  margin-top: 30px;
}
#how .ikony .iBlock img.absArrow {
  position: absolute;
  top: 19px;
  left: 109px;
}

/****************************************
 * FIND
 ****************************************/
#find {
  background: url(../img/bg2.jpg) center center no-repeat;
  background-size: cover;
}
#find .container {
  position: relative;
  z-index: 5;
}
#find h2 {
  color: #fff;
}
#find p {
  color: #fff;
  text-align: center;
  line-height: 1.55;
}

#find .impImg{
  margin: 40px 0;
}

#find .impImg > img{
  display: block;
  width: 100%;
}

#find .impImg .logoblock{
  background: #fff;
  text-align: center;
  width: 100%;
}
#find a.t-btn {
  margin-top: 30px;
}

/****************************************
 * WHY
 ****************************************/
#why h2 {
  margin-bottom: 30px;
}
#why h2:before {
  display: none;
}
#why .dlaBlock {
  background: #f9f9f9;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 30px;
  height: 100%;
  min-height: 435px;
}
#why .dlaBlock .imgBlock {
  display: table;
  height: 66px;
  width: 100%;
}
#why .dlaBlock .imgBlock .inner {
  display: table-cell;
  vertical-align: middle;
}
#why .dlaBlock h4 {
  margin: 35px 0;
}
#why .dlaBlock p {
  padding: 0 25px;
  line-height: 1.85;
  font-size: 13px;
}

/****************************************
 * WHERE
 ****************************************/
#where {
  background: url(../img/bg3.jpg) top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 100px;
}
#where .container {
  position: relative;
  z-index: 5;
}
#where h2 {
  color: #fff;
}
#where p.head {
  color: #fff;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 80px;
}
#where .LogosWrapper {
  height: 224px;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#where .LogosWrapper.opened {
  height: 100%;
}
#where .LogosWrapper.opened p {
  display: block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#where .logo .logos {
  font-size: 0;
  padding-left: 25px;
}
#where .logo .logos img {
  display: inline-block;
  margin-bottom: 60px;
}
#where .logo p {
  padding: 20px 0;
  overflow: hidden;
  display: none;
  line-height: 32px;
  color: #f39600;
  font-weight: bold;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  border-bottom: 1px solid  #fff;
  margin-bottom: 50px;
}
#where .logo p .imgBlock {
  width: 36px;
  height: 32px;
  margin-right: 18px;
  display: table;
}
#where .logo p .imgBlock .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#where .logo p .imgBlock .inner img {
  vertical-align: middle;
}

/****************************************
 * FAQ
 ****************************************/
#faq .faqWrapperBlock {
  height: 450px;
  overflow: hidden;
  position: relative;
}
#faq .faqWrapperBlock:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: inset 0 -150px 100px -50px rgba(255, 255, 255, 0.95);
}
#faq .faqWrapperBlock .faqBlock {
  margin-bottom: 25px;
}
#faq .faqWrapperBlock .faqBlock h3 {
  font-size: 26px;
  color: #f39600;
  line-height: 1.25;
  margin-bottom: 15px;
}
#faq .faqWrapperBlock .faqBlock p {
  font-size: 16px;
  line-height: 1.85;
}
#faq a.t-btn {
  color: #0098ed;
  margin-top: 50px;
}
#faq a.t-btn:hover {
  color: #f39600;
}

/****************************************
 * FAQ PAGE
 ****************************************/
#faqPage .faqWrapperBlock {
  position: relative;
}
#faqPage .faqWrapperBlock .faqBlock {
  margin-bottom: 25px;
}
#faqPage .faqWrapperBlock .faqBlock h3 {
  font-size: 26px;
  color: #f39600;
  line-height: 1.25;
  margin-bottom: 15px;
}
#faqPage .faqWrapperBlock .faqBlock p {
  font-size: 16px;
  line-height: 1.85;
}
#faqPage a.t-btn {
  color: #0098ed;
  margin-top: 50px;
}
#faqPage a.t-btn:hover {
  color: #f39600;
}

/****************************************
 * ABOUT
 ****************************************/
#about, #about2 {
  background: url(../img/bg4.jpg) top center no-repeat;
  background-size: cover;
}
#about h2, #about2 h2 {
  color: #fff;
}
#about p, #about2 p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 35px;
}
#about p.nomarg, #about2 p.nomarg {
  margin-bottom: 0;
}
#about li, #about2 li {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
}
#about a.bigBtn, #about2 a.bigBtn {
  display: block;
  width: 666px;
  height: 108px;
  margin: 75px auto 0 auto;
  font-size: 30px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  line-height: 88px;
  color: #fff;
  text-decoration: none;
  border: 10px solid;
  text-align: center;
}

/****************************************
 * CONTACT
 ****************************************/
#contact .facebook img {
  width: 100%;
  display: block;
}
#contact .contacts ul {
  padding-left: 10px;
  margin-bottom: 30px;
}
#contact .contacts ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
#contact form {
  max-width: 348px;
}
#contact form .field {
  position: relative;
}
#contact form .field label {
  position: absolute;
  z-index: 2;
  color: #ff0000;
  font-size: 16px;
  font-weight: 400;
  right: 20px;
  line-height: 40px;
  top: 0;
}
#contact form .field input.error {
  box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.2);
}
#contact form input, #contact form textarea {
  width: 100%;
  height: 40px;
  background: #f0f0f0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #727272;
  font-family: "Roboto", sans-serif;
  padding-left: 25px;
  border: none;
  line-height: normal;
}
#contact form textarea {
  padding-top: 15px;
  resize: none;
  min-height: 155px;
}
#contact form button {
  float: right;
  width: 158px;
  height: 47px;
  border: 1px solid #f39600;
  text-transform: uppercase;
  color: #0098ed;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  background-color: transparent;
  border-radius: 5px;
}

/****************************************
 * FOOTER
 ****************************************/
footer {
  height: 80px;
}
footer .logo {
  padding-top: 15px;
  margin-right: 30px;
}
footer p {
  font-size: 13px;
  color: #b4b4b4;
  line-height: 80px;
}
footer .footerMenu {
  text-align: right;
  font-size: 0;
}
footer .footerMenu a {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  color: #b4b4b4;
  margin-right: 7px;
  vertical-align: top;
  line-height: 80px;
}

/****************************************
 * MERCHANTS
 ****************************************/
.DlaSklepow .bg {
  background: rgba(40, 68, 97, 0.7);
}
.DlaSklepow h2 {
  color: #284461;
}
.DlaSklepow header .PageNav a {
  color: #0098ed;
}
.DlaSklepow header .PageNav a.active {
  color: #f39600;
}
.DlaSklepow header nav a {
  color: #284461;
}
.DlaSklepow header nav a.active, .DlaSklepow header nav a:hover {
  color: #f39600;
}

/****************************************
 * HEADER BOTTOM
 ****************************************/
#HeaderBottom {
  height: 506px;
  overflow: hidden;
  background: url(../img/bg5.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
#HeaderBottom .dt {
  position: relative;
  z-index: 3;
}
#HeaderBottom p {
  max-width: 1100px;
  margin: auto;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  text-align: center;
  line-height: 1.2;
  position: relative;
  top: -15px;
}
#HeaderBottom p:before {
  content: '';
  display: block;
  position: absolute;
  width: 141px;
  height: 5px;
  background: #f39600;
  bottom: -40px;
  left: 50%;
  margin-left: -70px;
}

/****************************************
 * BENEFITS
 ****************************************/
#benefits .kBlock {
  background: #284461;
  text-align: center;
  color: #fff;
  padding-top: 70px;
  min-height: 485px;
}
#benefits .kBlock .imgBlock {
  width: 92px;
  height: 66px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#benefits .kBlock .imgBlock .inner {
  display: table-cell;
  vertical-align: middle;
}
#benefits p.head {
  padding: 50px 0 25px 0;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  position: relative;
  line-height: 30px;
}
#benefits p.head:before {
  content: '';
  width: 27px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13.5px;
  background: #c7c7c7;
}
#benefits p.head.twoLines {
  margin-top: -20px;
  padding-bottom: 14px;
}
#benefits p.text {
  padding: 0 10px;
  color: #c7c7c7;
  font-size: 18px;
  line-height: 1.6;
}

/****************************************
 * IKONY2
 ****************************************/
.DlaSklepow #how .ikony .imgBlock {
  border-color: #284461;
}
.DlaSklepow #how a.BigBtn {
  width: 458px;
  color: #284461;
  margin: 30px auto;
}
.DlaSklepow #how a.BigBtn:hover {
  color: #f39600;
}

/****************************************
 * MERCHANTS - WHERE
 ****************************************/
.DlaSklepow #where a.BigBtn {
  width: 583px;
  margin-top: 35px;
  border-width: 2px;
}

/****************************************
 * MERCHANTS - INTEGRATION
 ****************************************/
#integration,
#integration2 {
  text-align: center;
}
#integration p.head,
#integration2 p.head {
  font-size: 26px;
  color: #284461;
  margin-bottom: 50px;
}
#integration p.text,
#integration2 p.text {
  font-size: 16px;
  line-height: 1.7;
}
#integration .ImgBlock,
#integration2 .ImgBlock {
  margin: 70px 0;
}
#integration img.logo,
#integration2 img.logo {
  width: auto;
  margin-bottom: 20px;
  display: initial;
}
#integration img.logo + img,
#integration2 img.logo + img {
  display: block;
  width: 100%;
}
#integration .LogoBlock,
#integration2 .LogoBlock {
  margin: 70px 0;
}
#integration a.BigBtn,
#integration2 a.BigBtn {
  width: 583px;
  border-width: 2px;
  color: #284461;
}
#integration a.BigBtn:hover,
#integration2 a.BigBtn:hover {
  color: #f39600;
}

/****************************************
 * CONTACT
 ****************************************/
.DlaSklepow #contact form {
  max-width: initial;
  width: 100%;
}
.DlaSklepow #contact form input, .DlaSklepow #contact form textarea {
  width: 100%;
}
.DlaSklepow #contact form .top > div {
  width: 46%;
}
.DlaSklepow #contact form .top .field {
  width: 100%;
}

/****************************************
 * SIDEBAR
 ****************************************/


/****************************************
 * MOBILE STYLES
 ****************************************/
/* Small devices (tablets to 768px) */
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 32px;
    margin: 0 0 55px 0;
    padding-top: 40px;
  }

  a.t-btn {
    width: 400px;
    height: 78px;
    line-height: 78px;
    font-size: 21px;
  }

  a.btnGoNext, a.btnGoPrev {
    bottom: 40px;
    width: 43px;
    height: 43px;
  }

  a.BigBtn {
    width: 510px !important;
  }

  p.head {
    padding: 0 35px;
  }

  .pb80 {
    padding-bottom: 120px;
  }

  header .logo {
    left: 0;
    top: 38px;
    padding-top: 0;
    /*position: absolute;*/
  }
  header .logo img {
    width: 177px;
    margin-bottom: 45px;
  }
  header .loginForm {
    padding-top: 48px;
  }
  header .loginForm .mobileNav {
    text-align: right;
    margin-bottom: 55px;
    float: right;
  }
  header .loginForm a.fb {
    font-size: 25px;
    line-height: 45px;
    padding-top: 0;
    vertical-align: top;
    margin-right: 95px;
  }
  header .loginForm .button {
    width: 45px;
    height: 45px;
    background: #f39600;
    border-radius: 5px;
    display: inline-block !important;
    padding-top: 12px;
    cursor: pointer;
    vertical-align: top;
    position: fixed;
    right: 15px;
    top: 48px;
    z-index: 10;
  }
  header .loginForm .button span {
    height: 4px;
    width: 30px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 5px;
    display: block;
  }
  header .loginForm form {
    text-align: center;
  }
  header .loginForm input {
    width: 39%;
    height: 45px;
    margin-left: 2.64%;
    font-size: 17px;
    margin-bottom: 38px;
  }
  header .loginForm input[type="text"] {
    margin-left: 0;
    float: left;
  }
  header .loginForm button {
    width: 7.7%;
    height: 45px;
    margin-left: 2.64%;
    float: right;
    min-width: 44px;
  }
  header .PageNav{
  	padding-top: 0;
  }
 	header .langSwitcher{
 		margin-top: 0;
 		margin-bottom: 30px;
 	}

  #MainSlider {
    /*height: 300px;*/
  }
  #MainSlider .owl-stage-outer img {
    display: block;
    height: 300px !important;
    width: auto;
  }
  #MainSlider .owl-stage-outer p {
    font-size: 32px;
    padding: 0 35px;
  }
  #MainSlider .owl-dot {
    width: 14px;
    height: 14px;
  }
  #MainSlider .owl-dot span {
    width: 6px;
    height: 6px;
    margin-top: 3px;
    margin-left: 3px;
  }

  #HeaderBottom {
    height: 310px;
  }
  #HeaderBottom p {
    font-size: 34px;
    padding: 0 20px;
  }

  #benefits .kBlock {
    margin-bottom: 30px;
  }

  #how {
    padding-bottom: 120px;
  }
  #how .videoWrapper {
    background-size: contain;
    padding: 0 14%;
  }
  #how .videoWrapper .video {
    width: 100%;
    height: auto;
    max-width: 536px;
  }
  #how .ikony {
    text-align: center;
  }
  #how .ikony .iBlock {
    width: 100%;
    display: block;
  }
  #how .ikony .iBlock .wrap {
    display: inline-block;
    vertical-align: top;
  }
  #how .ikony .iBlock p {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    min-width: 200px;
    margin: 0;
    text-align: left;
    padding-top: 4px;
    padding: 8px 0 0 20px;
  }
  #how .ikony .iBlock img.absArrowBottom {
    margin: 20px auto;
  }

  #find p {
    padding: 0 35px;
  }

  #why .dlaBlock {
    margin-bottom: 30px;
  }

  #where .logo .logos {
    text-align: center;
  }

  #where a.t-btn.BigBtn {
    line-height: 1.25;
    padding: 11px 20px 0 20px;
  }

  #integration .LogoBlock img,
  #integration2 .LogoBlock img {
    width: 100%;
    height: auto;
    display: block;
  }
  #integration a.t-btn.BigBtn,
  #integration2 a.t-btn.BigBtn {
    line-height: 1.2;
    padding: 11px 20px 0 20px;
  }

  #faq .faqWrapperBlock {
    height: auto;
  }
  #faq .faqWrapperBlock.firstBlock:before {
    display: none;
  }

  #about a.bigBtn, #about2 a.bigBtn {
    width: 90%;
    margin: 30px auto;
    height: 70px;
    font-size: 20px;
    line-height: 56px;
    border-width: 7px;
  }

  #contact {
    position: relative;
  }
  #contact .col-xs-12 {
    width: 70%;
    margin: 0 auto;
    float: none;
  }
  #contact .fb {
    position: absolute;
    bottom: 70px;
    height: 360px;
    left: 15%;
  }
  #contact .fb img {
    height: 100%;
    width: auto;
  }
  #contact form {
    max-width: 100%;
  }

  .DlaSklepow #contact {
    padding-bottom: 0;
  }
  .DlaSklepow #contact form .top > div {
    width: 100%;
    float: none;
  }

  footer {
    height: auto;
    text-align: center;
  }
  footer p, footer .logo {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
  }
  footer p {
    line-height: 44px;
  }
  footer .footerMenu {
    text-align: center;
    padding-bottom: 30px;
  }
  footer .footerMenu a {
    line-height: 45px;
  }
}
/* Small devices (tablets to 500px) */
@media (max-width: 500px) {
  .sb-slidebar ul {
    width: 100%;
    float: none;
  }

  h2 {
    font-size: 28px;
    margin: 0 0 55px 0;
    padding-top: 45px;
  }

  a.t-btn, a.t-btn.BigBtn {
    width: 280px !important;
    height: 76px;
    line-height: 74px;
    font-size: 18px;
  }

  a.btnGoNext, a.btnGoPrev {
    bottom: 30px;
  }

  a.t-btn.BigBtn {
    line-height: 1.3;
    padding: 13px 20px 0 20px;
  }

  p.head {
    padding: 0 15px;
  }

  .pb80 {
    padding-bottom: 80px;
  }

  header .logo img {
    width: 177px;
  }
  header .loginForm {
    padding-top: 90px;
  }
  header .loginForm .mobileNav {
    text-align: right;
    margin-bottom: 55px;
    float: right;
  }
  header .loginForm .button {
    float: right;
  }
  header .loginForm input, header .loginForm button, header .loginForm a.fb, header nav, .langSwitcher {
    display: none;
  }
  header .PageNav {
    width: 100% !important;
    text-align: center;
    padding-bottom: 10px;
    margin-right: 0px !important;
  }

  header .PageNav a {
    margin: 0px auto !important;
    padding: 5px;
  }

  header .PageNav a.active {
    margin: 0px auto !important;
    padding: 5px;
    text-decoration: underline;
  }

  header .PageNav a.active:before, header .PageNav a:after {
    display: none;
  }

  #MainSlider {
    height: 340px;
  }
  #MainSlider .owl-stage-outer img {
    display: block;
    height: 340px !important;
    width: auto;
  }
  #MainSlider .owl-stage-outer p {
    font-size: 28px;
    padding: 0 15px;
  }

  #benefits {
    /*padding-bottom: 0;*/
  }
  #benefits .row > div {
    width: 100%;
  }

  #how {
    padding-bottom: 120px;
    background-position: center -120px;
  }
  #how .videoWrapper {
    background-size: contain;
    padding: 0 14%;
    height: 300px;
  }
  #how .videoWrapper .video {
    width: 100%;
    height: auto;
    max-width: 536px;
    margin-top: 7%;
  }
  #how .ikony {
    text-align: center;
  }
  #how .ikony .iBlock {
    width: 100%;
    display: block;
  }
  #how .ikony .iBlock .wrap {
    display: inline-block;
    vertical-align: top;
  }
  #how .ikony .iBlock p {
    display: inline-block;
    vertical-align: middle;
    max-width: 220px;
    margin: 0;
    text-align: left;
    padding-top: 4px;
    padding: 0 0 0 20px;
  }
  #how .ikony .iBlock img.absArrowBottom {
    margin: 20px auto;
  }

  #where a.t-btn.BigBtn {
    line-height: 1.15;
    padding-top: 8px;
  }

  #integration2 p.text {
    width: 100%;
    margin-left: 0;
  }
  #integration2 a.t-btn.BigBtn {
    line-height: 1.15;
    padding-top: 8px;
  }

  #find p {
    padding: 0 35px;
  }

  #why .dlaBlock {
    margin-bottom: 30px;
  }
  #why .Wrapper > div {
    width: 100%;
  }

  #faq a.t-btn {
    line-height: 1.1;
    padding: 15px 0 10px 0;
  }

  #contact {
    position: relative;
  }
  #contact .col-xs-12 {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  #contact .fb {
    position: absolute;
    bottom: 70px;
    height: 360px;
    left: 0;
  }
  #contact .fb img {
    width: 100%;
  }
  #contact form {
    max-width: 100%;
  }

  .DlaSklepow #contact {
    padding-bottom: 30px;
  }
  .DlaSklepow #contact .ContactForm {
    width: 100%;
    margin-left: 0;
  }
  .DlaSklepow #contact form .top > div {
    width: 100%;
    float: none;
  }
}
/* Small devices (mobile, 769px to 992px) */
@media (min-width: 768px) and (max-width: 992px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 35px;
    margin: 0 0 65px 0;
    padding-top: 30px;
  }

  a.t-btn {
    width: 216px;
    height: 42px;
    line-height: 42px;
    font-size: 11px;
  }

  a.btnGoNext, a.btnGoPrev {
    bottom: 15px;
  }

  a.t-btn.BigBtn {
    font-size: 14px;
  }

  .pb80 {
    padding-bottom: 60px;
  }

  header .logo img {
    width: 195px;
  }
  header .PageNav a {
    font-size: 18px;
    margin-right: 45px;
  }
  header .PageNav a.active:before, header .PageNav a.active:after {
    bottom: -69px;
  }

  header .langSwitcher .currentLang {
    height: 32px;
    line-height: 32px;
  }
  header .langSwitcher .currentLang p {
    font-size: 16px;
  }
  header .langSwitcher .currentLang img {
    margin-top: 7px;
  }
  header .langSwitcher ul li {
    height: 32px;
    line-height: 32px;
  }
  header .langSwitcher ul li img {
    margin-top: 7px;
  }
  header .langSwitcher ul li p {
    font-size: 16px;
  }
  header nav a {
    font-size: 11px;
    line-height: 45px;
    padding: 0 20px;
  }

  #MainSlider p {
    font-size: 36px;
    top: -30px;
  }
  #MainSlider p:before {
    width: 120px;
    margin-left: -60px;
    bottom: -25px;
  }
  #MainSlider .owl-dot {
    width: 18px;
    height: 18px;
  }
  #MainSlider .owl-dot span {
    margin-left: 4px;
    margin-top: 4px;
  }

  #benefits .kBlock {
    margin-bottom: 30px;
  }

  #how .ikony .iBlock {
    margin-right: 5px;
  }
  #how .ikony .iBlock p {
    font-size: 12px;
  }
  #how .ikony .iBlock img.absArrow {
    left: 111px;
  }
  #how .ikony .absArrowSec {
    margin: 10px auto;
    position: relative;
    right: -30px;
  }

  #why .dlaBlock {
    min-height: 411px;
    padding-bottom: 0;
  }

  #where .logos {
    text-align: center;
  }

  #integration p.text {
    width: 100%;
    margin-left: 0;
  }

  #about a.bigBtn, #about2 a.bigBtn {
    width: 580px;
    height: 94px;
    line-height: 74px;
    font-size: 26px;
  }

  footer {
    height: auto;
    text-align: center;
  }
  footer p, footer .logo {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
  }
  footer p {
    line-height: 44px;
  }
  footer .footerMenu {
    text-align: center;
    padding-bottom: 30px;
  }
  footer .footerMenu a {
    line-height: 45px;
  }
}
/* Medium devices (desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  header .PageNav a {
    margin-right: 75px;
  }

  #why .dlaBlock {
    min-height: 470px;
  }

  #HeaderBottom p {
    padding: 0 35px;
    font-size: 35px;
  }

  #benefits p.text {
    font-size: 14px;
  }
  #benefits p.head {
    font-size: 19px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  header .loginForm a.fb {
    display: none;
  }

  #social {
    display: block;
  }

  #how{
  	/*padding-bottom: 30px;*/
  }

  #integration{
  	/*padding-bottom: 30px;*/
  }
}

@media (max-width: 992px){
  body{
    overflow: auto !important;
  }
}

@media (min-height: 600px) and (max-height: 792px){
	#how .videoWrapper{
		height: 340px;
		background-size: contain;
	}
	#how .videoWrapper .video{
		width: 450px;
		height: 257px;
		margin-top: 26px;
	}
	#HeaderBottom{
		height: 350px;
	}
	section{
		padding-bottom: 10px !important;
	}

	.btnGoNext, .btnGoPrev {
		display: none !important; 
	}
	#integration .ImgBlock{
		margin: 10px 0;
	}
}
/* Small devices (mobile, 0 to 450px) */
/* Small devices (mobile, 0 to 450px) */
/* Large devices (large desktops, 1215px and up) */
/* Large devices (large desktops, 1250px and up) */

.partnerLogo {
  padding: 0 10px 0 10px;
}