@charset "UTF-8";
/* 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);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.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;
}
/* Slider */
/*.slick-loading .slick-list*/
/*{*/
/*background: #fff url('ajax-loader.gif') center center no-repeat;*/
/*}*/
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../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%);
  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;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../img/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
@font-face {
  font-family: 'FranklinGothicBookC';
  src: url('../fonts/FranklinGothicBookC.eot');
  src: url('../fonts/FranklinGothicBookC.woff2') format('woff2'), url('../fonts/FranklinGothicBookC.woff') format('woff'), url('../fonts/FranklinGothicBookC.ttf') format('truetype'), url('../fonts/FranklinGothicBookC.svg#FranklinGothicBookC') format('svg'), url('../fonts/FranklinGothicBookC.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.eot');
  src: 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'), url('../fonts/calibri.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-selected {
  font-weight: normal;
  background-color: #fffc00;
  display: inline-block;
  padding: 0 15px;
}
.text-primary {
  color: #11b7df;
}
.text-success {
  color: #11b2ba;
}
a.text-selected {
  color: #444444;
}
a.text-selected:hover {
  color: #11b7df;
  background-color: #ececec;
}
.upper {
  text-transform: uppercase;
}
.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline > li {
  float: none;
  display: inline-block;
}
.list-inline > li > a {
  display: block;
  text-decoration: none;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
}
.img-full {
  display: block;
  width: 100%;
}
.img-bordered {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  border: 10px solid #ffffff;
}
.abs-base {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.abs-middle {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.abs-middle-x {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.abs-middle-y {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.transition-all {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.radius-reset {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.pos-rel {
  position: relative;
}
.shadow-base {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.btn-shadow {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.margin-sm {
  margin-bottom: 15px;
}
.margin-bs {
  margin-bottom: 20px;
}
.margin-lg {
  margin-bottom: 40px;
}
.margin-extra {
  margin-bottom: 80px;
}
.margin-min {
  z-index: 3;
  margin-bottom: -80px;
}
.hidden-lg {
  display: block !important;
}
.hidden-sm {
  display: block !important;
}
.base-border-pattern {
  background: url("../img/wall-border-pattern.png") repeat-x bottom;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
*:focus,
*:active {
  outline: none;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
main,
mark,
menu,
meter,
nav,
output,
progress,
rp,
rt,
ruby,
section,
source,
summary,
time,
video,
wbr {
  display: block;
}
html,
body {
  z-index: 0;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 300px;
}
html.tools-panel header,
body.tools-panel header {
  top: 39px;
}
html.tools-panel main,
body.tools-panel main {
  padding-top: 219px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container.main-wrapper {
  padding-bottom: 80px;
}
.container.simple-grid .row {
  margin-left: 0;
  margin-right: 0;
}
.container.simple-grid .row:before,
.container.simple-grid .row:after {
  content: " ";
  display: table;
}
.container.simple-grid .row:after {
  clear: both;
}
.container.simple-grid .row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.null-padding {
  margin-left: 0;
  margin-right: 0;
}
.row.null-padding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
[class*="col-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-a {
  width: auto;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
.col-ofs-1 {
  margin-left: 8.33333333%;
}
.col-ofs-2 {
  margin-left: 16.66666667%;
}
.col-ofs-3 {
  margin-left: 25%;
}
.col-ofs-4 {
  margin-left: 33.33333333%;
}
.col-ofs-5 {
  margin-left: 41.66666667%;
}
.col-ofs-6 {
  margin-left: 50%;
}
.col-ofs-7 {
  margin-left: 58.33333333%;
}
.col-ofs-8 {
  margin-left: 66.66666667%;
}
.col-ofs-9 {
  margin-left: 75%;
}
.col-ofs-10 {
  margin-left: 83.33333333%;
}
.col-ofs-11 {
  margin-left: 91.66666667%;
}
.pull-l {
  float: left !important;
}
.pull-r {
  float: right !important;
}
@media (max-width: 1010px) {
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-a {
    width: auto;
  }
}
html,
body {
  font-family: 'Calibri', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
}
button,
input,
textarea {
  color: #444444;
  font-size: 16px;
  font-family: 'Calibri', sans-serif;
}
a {
  text-decoration: underline;
  color: #6094cd;
  cursor: pointer;
}
a:hover {
  color: #11b7df;
  text-decoration: underline;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1em;
  font-weight: normal;
}
h1 {
  font-size: 2.6rem;
}
h2 {
  font-size: 2.3rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 2.2rem;
}
h5 {
  font-size: 1.8rem;
}
h6 {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.dev-heading,
h1.dev-heading,
h2.dev-heading,
h3.dev-heading,
h4.dev-heading,
h5.dev-heading,
h6.dev-heading {
  line-height: 1;
  color: #444444;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
.dev-heading-base,
h1.dev-heading-base,
h2.dev-heading-base,
h3.dev-heading-base,
h4.dev-heading-base,
h5.dev-heading-base,
h6.dev-heading-base {
  font-size: 1.8rem;
  line-height: 1;
  color: #444444;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}
a,
[class^="dev-btn"] {
  transition: color 0.3s ease-out 0.1s, background-color 0.3s ease-out 0.1s, border-color 0.3s ease-out 0.1s;
  -webkit-transition: color 0.3s ease-out 0.1s, background-color 0.3s ease-out 0.1s, border-color 0.3s ease-out 0.1s;
  -moz-transition: color 0.3s ease-out 0.1s, background-color 0.3s ease-out 0.1s, border-color 0.3s ease-out 0.1s;
  -o-transition: color 0.3s ease-out 0.1s, background-color 0.3s ease-out 0.1s, border-color 0.3s ease-out 0.1s;
}
.dev-btn,
.dev-btn-lg,
.dev-btn-sm,
[class*="dev-btn"],
[class*="dev-btn-lg"],
[class*="dev-btn-sm"] {
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.dev-btn:hover,
.dev-btn-lg:hover,
.dev-btn-sm:hover,
[class*="dev-btn"]:hover,
[class*="dev-btn-lg"]:hover,
[class*="dev-btn-sm"]:hover {
  text-decoration: none;
}
.dev-btn,
[class*="dev-btn"],
a[class*="dev-btn"],
input[class*="dev-btn"],
label[class*="dev-btn"],
button[class*="dev-btn"] {
  height: 46px;
  line-height: 40px;
  padding: 0 20px;
}
.dev-btn-lg,
[class*="dev-btn-lg"],
a[class*="dev-btn-lg"],
input[class*="dev-btn-lg"],
label[class*="dev-btn-lg"],
button[class*="dev-btn-lg"] {
  height: 54px;
  line-height: 48px;
  padding: 0 40px;
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -o-border-radius: 27px;
}
.dev-btn-sm,
[class*="dev-btn-sm"],
a[class*="dev-btn-sm"],
input[class*="dev-btn-sm"],
label[class*="dev-btn-sm"],
button[class*="dev-btn-sm"] {
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  height: 38px;
  line-height: 34px;
  padding: 0 10px;
}
.dev-btn-primary,
a.dev-btn-primary,
input.dev-btn-primary,
label.dev-btn-primary,
button.dev-btn-primary {
  color: #fff;
  background-color: #11b7df;
  text-shadow: 1px 0 2px #00829b;
}
.dev-btn-primary:hover,
a.dev-btn-primary:hover,
input.dev-btn-primary:hover,
label.dev-btn-primary:hover,
button.dev-btn-primary:hover {
  color: #fff;
  background-color: #b7d021;
}
.dev-btn-base,
a.dev-btn-base,
input.dev-btn-base,
label.dev-btn-base,
button.dev-btn-base {
  color: #fff;
  background-color: #aaa;
}
.dev-btn-base:hover,
a.dev-btn-base:hover,
input.dev-btn-base:hover,
label.dev-btn-base:hover,
button.dev-btn-base:hover {
  color: #fff;
  background-color: #11b7df;
}
.dev-btn-success,
a.dev-btn-success,
input.dev-btn-success,
label.dev-btn-success,
button.dev-btn-success {
  color: #fff;
  background-color: #11b2ba;
  border-color: transparent;
}
.dev-btn-success:hover,
a.dev-btn-success:hover,
input.dev-btn-success:hover,
label.dev-btn-success:hover,
button.dev-btn-success:hover {
  color: #fff;
  background-color: #0f9ca3;
}
.dev-btn-default,
a.dev-btn-default,
input.dev-btn-default,
label.dev-btn-default,
button.dev-btn-default {
  color: #004f9e;
  background-color: #fff;
  border: 2px solid #004f9e;
}
.dev-btn-default:hover,
a.dev-btn-default:hover,
input.dev-btn-default:hover,
label.dev-btn-default:hover,
button.dev-btn-default:hover {
  color: #fff;
  background-color: #004f9e;
  border-color: #004f9e;
}
.dev-btn-empty,
a.dev-btn-empty,
input.dev-btn-empty,
label.dev-btn-empty,
button.dev-btn-empty {
  color: #444444;
  border-color: #11b7df;
}
.dev-btn-empty:hover,
a.dev-btn-empty:hover,
input.dev-btn-empty:hover,
label.dev-btn-empty:hover,
button.dev-btn-empty:hover {
  color: #fff;
  background-color: #11b7df;
}
.dev-btn-disabled,
a.dev-btn-disabled,
input.dev-btn-disabled,
label.dev-btn-disabled,
button.dev-btn-disabled {
  color: #bbbbbb !important;
  background-color: #ebebeb !important;
  border-color: #bbbbbb !important;
  cursor: default !important;
}
[class^="dev-icon-"],
[class*="dev-icon-"] {
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  margin-left: 1em;
  margin-right: 0.5em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1em;
  speak: none;
  text-align: center;
  text-transform: none;
  text-decoration: inherit;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dev-icon-vk {
  background: url("../img/icon-vk.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-icon-fb {
  background: url("../img/icon-facebook.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-icon-in {
  background: url("../img/icon-instagram.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-icon-ok {
  background: url("../img/icon-odnoklassniki.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-icon-head-phone {
  background: url("../img/icon-head-phone.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-icon-clock {
  background: url("../img/icon-clock.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-icon-placeholder {
  background: url("../img/icon-placeholder.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-icon-time {
  background: url("../img/icon-contacts1.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-icon-phone {
  background: url("../img/icon-contacts2.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-icon-site {
  background: url("../img/icon-contacts3.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-icon-mail {
  background: url("../img/icon-contacts4.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-icon-floor {
  background: url("../img/icon-contacts5.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-icon-lock {
  width: 12px;
  height: 12px;
  background: url("../img/icon-lock.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-icon-caret {
  min-width: 10px;
  min-height: 10px;
  background: url("../img/icon-caret.png") no-repeat center center transparent;
  background-size: contain;
}
address {
  font-style: normal;
}
header {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  padding-bottom: 6px;
  line-height: 38px;
  color: #444444;
  font-size: 18px;
  background: url("../img/wall-border-pattern.png") repeat-x bottom #ffffff;
}
header a {
  color: #8c8c8c;
  text-decoration: none;
}
header a:hover {
  color: #11b2ba;
  text-decoration: none;
}
header address {
  padding-top: 20px;
  font-family: 'FranklinGothicBookC', sans-serif;
  color: #8c8c8c;
}
header address:before,
header address:after {
  content: " ";
  display: table;
}
header address:after {
  clear: both;
}
header address > div {
  float: left;
  margin-left: 20px;
}
header address [class*="dev-icon"] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 15px;
}
header .dev-social {
  padding-top: 15px;
}
header .dev-social a {
  float: left;
  margin-left: 8px;
}
main {
  padding-top: 86px;
  min-height: 100vh;
  z-index: 1;
  position: relative;
  background: url("../img/pattern.jpg");
}
.dev-main-wall {
  background: url("../img/wall-wood.png") left bottom transparent repeat-x;
}
.wall-elements .container {
  position: relative;
}
.wall-elements .wall-element1 {
  width: 265px;
  top: -95px;
  right: -285px;
}
.wall-elements .wall-element2 {
  width: 265px;
  top: 780px;
  left: -285px;
}
.wall-elements [class*="wall-element"] {
  position: absolute;
}
.wall-elements.gallery .wall-element1 {
  top: 300px;
  right: -255px;
}
.wall-elements.gallery .wall-element2 {
  top: 300px;
  left: -250px;
}
footer {
  position: relative;
  background-color: #02515e;
  font-size: 0.95rem;
  padding-top: 60px;
}
.dev-logo {
  display: block;
  padding: 10px 0;
  margin-right: 40px;
}
.dev-logo img {
  width: auto;
  display: block;
  height: 60px;
}
.foot-item [class*="dev-icon"] {
  width: 26px;
  height: 26px;
  display: block;
  margin: 0 auto 10px auto;
}
.dev-main-bar nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dev-main-bar nav ul:before,
.dev-main-bar nav ul:after {
  content: " ";
  display: table;
}
.dev-main-bar nav ul:after {
  clear: both;
}
.dev-main-bar nav a {
  color: #11b2ba;
  display: block;
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  text-decoration: none;
  font-size: 16px;
}
.dev-main-bar nav a:hover {
  color: #fff;
  text-decoration: none;
}
.dev-main-bar nav > ul > li > a {
  text-align: center;
}
.dev-main-bar nav > ul > li > a:hover,
.dev-main-bar nav > ul > li > a.hover,
.dev-main-bar nav > ul > li > a.active {
  background-color: #11b2ba;
  text-decoration: none;
  color: #fff;
}
.dev-main-bar nav > ul > li > a:hover,
.dev-main-bar nav > ul > li > a.active {
  background-color: #11b2ba;
  text-decoration: none;
  color: #fff;
}
.dev-main-bar nav > ul > li.parent > a {
  cursor: default;
}
.dev-main-bar nav > ul > li ul {
  background-color: #11b2ba;
}
.dev-main-bar nav > ul > li ul > li > a:hover {
  background-color: #12bfc8;
}
/* =============================================================================
  MENU TOGGLE SWITCHES
============================================================================= */
.dev-toggle {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.dev-toggle:hover {
  background-color: #11b2ba;
}
.dev-toggle:hover span {
  background-color: #fff;
}
.dev-toggle:hover span:before,
.dev-toggle:hover span:after {
  background-color: #fff;
}
.dev-toggle span {
  display: block;
  position: absolute;
  top: 24px;
  left: 10px;
  right: 10px;
  height: 3px;
  background-color: #11b2ba;
}
.dev-toggle span:before,
.dev-toggle span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #11b2ba;
  content: "";
}
.dev-toggle span:before {
  top: -10px;
}
.dev-toggle span:after {
  bottom: -10px;
}
.dev-toggle-close {
  background-color: transparent;
}
.dev-toggle-close span:before,
.dev-toggle-close span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.dev-toggle-close span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.dev-toggle-close span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.dev-toggle-close.active {
  background-color: #fff;
}
.dev-toggle-close.active span {
  background: none;
}
.dev-toggle-close.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dev-toggle-close.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dev-toggle-close.active span:before,
.dev-toggle-close.active span:after {
  background-color: #11b2ba;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.dev-toggle-close.active:hover span {
  background: none;
}
.dev-toggle-close.active:hover span:before,
.dev-toggle-close.active:hover span:after {
  background-color: #11b2ba;
}
#dev-collapse-toggle {
  display: none;
}
.dev-breadcrumb {
  z-index: 1;
  position: relative;
  margin-bottom: 15px;
  line-height: 1;
}
.dev-breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #6eabcc;
  padding: 15px 0;
}
.dev-breadcrumb ul a {
  text-decoration: none;
  display: inline-block;
  color: #6eabcc;
  border-bottom: 2px solid rgba(110, 171, 204, 0.3);
}
.dev-breadcrumb ul a:hover {
  color: #6eabcc;
  text-decoration: none;
  border-color: #11b2ba;
}
.dev-breadcrumb ul li {
  display: inline-block;
}
.dev-breadcrumb ul li:after {
  display: inline-block;
  margin: 0 5px 0 9px;
  content: " / ";
}
.dev-breadcrumb ul li:last-of-type:after {
  content: "";
}
.dev-foot-address {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 300px;
}
.dev-foot-address address {
  font-style: normal;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.dev-foot-copyright {
  text-align: center;
  position: relative;
  margin: auto;
  color: #fff;
  font-size: 14px;
  max-width: 120px;
}
.dev-foot-copyright img {
  display: inline-block;
  max-width: 100%;
}
.dev-foot-carousel-wrap {
  padding: 60px 0;
  background: url("../img/wall-border-pattern.png") repeat-x top #ffffff;
}
.dev-brands-carousel .item,
.dev-foot-carousel .item {
  position: relative;
  height: 80px;
}
.dev-brands-carousel .item img,
.dev-foot-carousel .item img {
  max-width: 80%;
  max-height: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.dev-foot-map > iframe {
  float: left;
  width: 100%;
}
.dev-foot-map-wrap {
  position: relative;
  border-top: 6px solid #fff;
}
.dev-foot-map-wrap:before,
.dev-foot-map-wrap:after {
  content: " ";
  display: table;
}
.dev-foot-map-wrap:after {
  clear: both;
}
.dev-foot-feedback {
  margin-bottom: 60px;
}
.dev-foot-feedback .col-6 {
  padding: 0;
}
.dev-foot-feedback .wall-element {
  width: 130px;
  position: absolute;
  bottom: -15px;
  left: -60px;
  z-index: -1;
}
.dev-foot-feedback form {
  position: relative;
  z-index: 1;
}
.dev-foot-feedback b {
  display: block;
  padding-left: 60px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.4;
}
.dev-foot-feedback .dev-btn,
.dev-foot-feedback input[type="email"] {
  height: 56px;
}
.dev-foot-feedback .dev-btn {
  width: 100%;
  line-height: 36px;
  font-size: 1.1rem;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.15);
}
.dev-foot-feedback input {
  font-size: 16px;
}
.dev-foot-feedback input[type="email"] {
  border: 2px solid #ffffff;
  background-color: #017a8d;
  padding: 0 20px;
  display: block;
  width: 100%;
  color: #fff;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.dev-foot-feedback input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}
.dev-foot-feedback input[type="email"]::-moz-placeholder {
  color: #fff;
}
.dev-foot-feedback input[type="email"]:-moz-placeholder {
  color: #fff;
}
.dev-foot-feedback input[type="email"]:-ms-input-placeholder {
  color: #fff;
}
.dev-foot-contacts {
  background-color: #01414d;
  padding: 45px 0;
  color: #fff;
  font-family: 'FranklinGothicBookC', sans-serif;
}
.dev-foot-contacts a {
  color: #fff;
  text-decoration: none;
}
.dev-foot-contacts a:hover {
  color: #b7d021;
  text-decoration: none;
}
.dev-foot-logo {
  margin-left: 40px;
  display: block;
  width: 130px;
}
.dev-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  background-color: #96d1f1;
}
.dev-social a [class*="dev-icon"] {
  width: 20px;
  height: 20px;
  margin: 0;
}
.dev-social a:hover {
  background-color: #11b2ba;
}
.dev-home-banner-wrap {
  position: relative;
  overflow: hidden;
  border-bottom: 10px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dev-home-banner-wrap .wall-element {
  display: block;
  position: absolute;
  width: 110%;
  bottom: 58px;
  left: 0;
}
.dev-home-banner-carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.dev-home-banner-carousel.slick-dotted.slick-slider .slick-dots {
  bottom: 30px;
}
.dev-home-banner,
.dev-banner-item,
.dev-banner-item img {
  height: 140px;
}
.dev-banner-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.dev-banner-item img {
  width: auto;
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.dev-inner {
  padding: 30px 0;
}
.dev-inner-solid {
  background-color: #fff;
}
.dev-inner-solid.bordered {
  border: 4px solid #eff0f2;
}
.dev-inner-solid.bordered .dev-catalog-nav {
  margin: -4px -4px 0 -4px;
}
.dev-solid {
  background-color: #f8f8f8;
}
.dev-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 4px;
}
.dev-shadow .dev-section-banner {
  margin-bottom: -8px;
}
.dev-shadow-inset {
  display: block;
  position: relative;
}
.dev-shadow-inset:before,
.dev-shadow-inset:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 1;
}
.dev-shadow-inset:before {
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='transparent', GradientType=0);
}
.dev-shadow-inset:after {
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0,0,0,0.15)', GradientType=0);
}
.dev-shadow-inset-top {
  display: block;
  position: relative;
}
.dev-shadow-inset-top:before {
  z-index: 1;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='transparent', GradientType=0);
}
.dev-item-base {
  color: #fff;
  padding-top: 5px;
  position: relative;
}
.dev-item-base a:not([class*="dev-btn"]) {
  display: block;
  color: #fff;
  text-decoration: none;
}
.dev-item-base a:not([class*="dev-btn"]):hover {
  color: #fff;
  text-decoration: none;
}
.dev-item-base time {
  position: absolute;
  right: 8px;
  top: 13px;
  color: #fff;
  background-color: #10acd1;
  padding: 3px 6px 6px 10px;
  font-size: 0.9rem;
  border-bottom-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  text-shadow: 1px 0 2px #00829b;
  transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
}
.dev-item-base.no-margin {
  margin-bottom: 0;
}
.dev-item-base:hover .dev-item-base-preview .dev-img-wrapper img {
  -webkit-transform: translateZ(0) translateX(-50%) translateY(-50%) scale(1.1);
  transform: translateZ(0) translateX(-50%) translateY(-50%) scale(1.1);
}
.dev-item-base:hover .dev-item-detail {
  background-color: #b7d021;
}
.dev-item-base:hover time {
  color: #fff;
  background-color: #b7d021;
}
.dev-item-base-preview {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.dev-item-base-preview .dev-img-wrapper {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
}
.dev-item-base-preview a {
  display: block;
}
.dev-img-wrapper {
  overflow: hidden;
  background-color: #fff;
}
.dev-img-wrapper img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transform: translateZ(0) translateX(-50%) translateY(-50%) scale(1);
  transform: translateZ(0) translateX(-50%) translateY(-50%) scale(1);
}
.dev-item-detail {
  min-height: 80px;
  padding: 15px;
  margin: 0 8px;
  text-align: center;
  text-shadow: 1px 0 2px #00829b;
  transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  background: url("../img/wall-solids.png") repeat #11b7df;
  letter-spacing: 0.03em;
}
.dev-item-detail h1,
.dev-item-detail h2,
.dev-item-detail h3,
.dev-item-detail h4,
.dev-item-detail h5,
.dev-item-detail h6 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2em;
  -moz-line-height: 1.2em;
}
.dev-item-detail .dev-item-name {
  display: inline;
  margin: 0;
  position: relative;
  background-color: #11b7df;
  transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
}
.dev-item-large {
  margin-bottom: 20px;
}
.dev-item-large:before,
.dev-item-large:after {
  content: " ";
  display: table;
}
.dev-item-large:after {
  clear: both;
}
.dev-item-large a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 10px 0;
  background: url("../img/wall-solids.png") repeat #b7d021;
}
.dev-item-large a:before,
.dev-item-large a:after {
  content: " ";
  display: table;
}
.dev-item-large a:after {
  clear: both;
}
.dev-item-large a:hover {
  color: #fff;
  background-color: #11b2ba;
}
.dev-item-large img {
  display: block;
  width: 400px;
  transition: border-color 0.3s ease-out 0.1s;
  -webkit-transition: border-color 0.3s ease-out 0.1s;
  -moz-transition: border-color 0.3s ease-out 0.1s;
  -o-transition: border-color 0.3s ease-out 0.1s;
}
.dev-item-large h1,
.dev-item-large h2,
.dev-item-large h3,
.dev-item-large h4,
.dev-item-large h5,
.dev-item-large h6 {
  padding: 0;
  margin: 0;
}
.dev-item-large .dev-item-name,
.dev-item-large h1,
.dev-item-large h2,
.dev-item-large h3,
.dev-item-large h4,
.dev-item-large h5,
.dev-item-large h6 {
  font-size: 1.8rem;
  font-family: 'FranklinGothicBookC', sans-serif;
}
.dev-item-large .dev-item-name {
  padding: 20px;
  height: auto;
  background-color: transparent;
}
.dev-item-large .dev-item-base-preview {
  width: 400px;
  padding-top: 400px;
  float: right;
  margin-top: -10px;
  margin-bottom: -10px;
}
.dev-home-shops .dev-section-grid {
  padding-bottom: 40px;
  background: url("../img/wall-border.png") repeat-x bottom left;
}
.dev-section-grid .item {
  margin-bottom: 23px;
  position: relative;
  padding: 8.5px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: transparent;
  transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.dev-section-grid .item a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.dev-section-grid .item img:not([class="item-icon"]) {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.dev-section-grid .item .caption {
  position: absolute;
  top: 8.5px;
  left: 8.5px;
  right: 8.5px;
  bottom: 8.5px;
  background-color: rgba(179, 219, 40, 0.9);
  transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
}
.dev-section-grid .item.aqu .caption {
  background-color: rgba(108, 201, 72, 0.9);
}
.dev-section-grid .item.red .caption {
  background-color: rgba(52, 196, 182, 0.9);
}
.dev-section-grid .item.gre .caption {
  background-color: rgba(56, 196, 119, 0.9);
}
.dev-section-grid .item.blu .caption {
  background-color: rgba(17, 183, 223, 0.9);
}
.dev-section-grid .item .caption-inner {
  max-width: 90%;
  max-height: 90%;
  left: 30px;
  right: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.dev-section-grid .item:hover {
  color: #fff;
  background-color: #d0ff68;
}
.dev-section-grid .item:hover .caption {
  background-color: rgba(179, 219, 40, 0.7);
}
.dev-section-grid .item:hover.aqu .caption {
  background-color: rgba(52, 196, 182, 0.7);
}
.dev-section-grid .item:hover.red .caption {
  background-color: rgba(108, 201, 72, 0.7);
}
.dev-section-grid .item:hover.gre .caption {
  background-color: rgba(56, 196, 119, 0.7);
}
.dev-section-grid .item:hover.blu .caption {
  background-color: rgba(17, 183, 223, 0.7);
}
.dev-home-enters {
  position: relative;
  background-color: #1bce7c;
  padding-left: 3vw;
  padding-right: 3vw;
}
.dev-home-enters .dev-hovered-grid {
  margin-top: -130px;
}
/* псевдоэлемент :before Для ИЕ 7 */
/* псевдоэлемент :after Для ИЕ 7 */
.dev-enters-carousel .slick-dots {
  bottom: -40px;
}
.dev-enters-carousel .slick-dots li.slick-active button:before {
  background-color: #fcd71f;
}
.dev-enters-carousel .slick-dots li button:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
.dev-hovered-grid a {
  display: block;
}
.dev-hovered-grid a img {
  display: block;
  transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transform: scale(0.9) translateZ(0);
  transform: scale(0.9) translateZ(0);
}
.dev-hovered-grid a:hover img {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.slick-dots {
  bottom: -40px;
}
.slick-dots li.slick-active button:before {
  background-color: #11b7df;
}
.slick-dots li button:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #11b2ba;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
.dev-list-carousel .slick-dots {
  left: auto;
  bottom: auto;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 20px;
  right: 0;
}
.dev-list-carousel .slick-dots li {
  float: left;
  margin: 2px 0;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ff8821;
}
.dev-hover-list {
  height: 600px;
  background: url("../img/wall-list.png") no-repeat top left;
  background-size: contain;
}
.dev-hover-list .slick-dots {
  margin-top: 20px;
  right: -30px;
}
.dev-hover-list-short {
  height: 220px;
  background: url("../img/wall-list2.png") no-repeat top left;
  background-size: contain;
}
.dev-hover-list-short .dev-list-inner {
  margin-top: 20px;
}
.dev-hover-list-short .slick-dots {
  margin-top: 10px;
}
.dev-home-carousel-wrap {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 1;
  position: relative;
}
.dev-home-carousel-wrap .dev-section-title {
  padding: 40px 50px;
}
.dev-home-carousel-wrap .dev-section-title [class*="dev-heading"] {
  text-transform: none;
  margin-bottom: 0;
}
.dev-home-album .dev-item-base {
  line-height: 1.2;
  font-size: 1.1rem;
  text-align: center;
  color: #444444;
}
.dev-home-album .dev-item-base .dev-item-base-preview {
  padding-top: 200px;
}
.dev-home-album .dev-item-base:hover h1,
.dev-home-album .dev-item-base:hover h2,
.dev-home-album .dev-item-base:hover h3,
.dev-home-album .dev-item-base:hover h4,
.dev-home-album .dev-item-base:hover h5,
.dev-home-album .dev-item-base:hover h6 {
  color: #fff;
  background-color: #b7d021;
}
.dev-home-album .dev-item-base a {
  color: #444444;
}
.dev-home-album .dev-item-base a:hover {
  color: #fff;
}
.dev-home-album .dev-item-base h1,
.dev-home-album .dev-item-base h2,
.dev-home-album .dev-item-base h3,
.dev-home-album .dev-item-base h4,
.dev-home-album .dev-item-base h5,
.dev-home-album .dev-item-base h6 {
  overflow: hidden;
  height: 75px;
  line-height: 1.2;
  font-size: 1.1rem;
  text-shadow: 1px 0 2px #00829b;
  transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  background: url("../img/wall-solids.png") repeat-x #11b7df;
  padding: 10px 20px;
  text-align: center;
  margin: 0 8px;
  color: #fff;
  font-family: 'Calibri', sans-serif;
}
.dev-arrows .slick-prev,
.dev-arrows .slick-next {
  width: 42px;
  height: 42px;
  z-index: 1;
}
.dev-arrows .slick-prev:before,
.dev-arrows .slick-next:before {
  display: none;
}
.dev-arrows .slick-prev {
  left: -70px;
  background: url("../img/arrow-left.png") no-repeat center center;
  background-size: auto 42px;
}
.dev-arrows .slick-prev:hover {
  background: url("../img/arrow-left-hover.png") no-repeat center center;
  background-size: auto 42px;
}
.dev-arrows .slick-next {
  right: -70px;
  background: url("../img/arrow-right.png") no-repeat center center;
  background-size: auto 42px;
}
.dev-arrows .slick-next:hover {
  background: url("../img/arrow-right-hover.png") no-repeat center center;
  background-size: auto 42px;
}
.dev-arrows.slick-dotted {
  margin-bottom: 60px;
}
.dev-home-carousel {
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 8px;
  margin-bottom: 20px;
}
.dev-home-carousel .item img {
  display: block;
  width: 100%;
}
.dev-home-carousel.dev-arrows .slick-dots {
  bottom: -45px;
}
.dev-home-carousel.dev-arrows .slick-prev {
  left: -80px;
}
.dev-home-carousel.dev-arrows .slick-next {
  right: -80px;
}
.dev-sales-carousel .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.dev-sales-carousel .slick-slide {
  padding: 0 10px;
}
.dev-sales-carousel.dev-arrows .slick-prev,
.dev-sales-carousel.dev-arrows .slick-next {
  margin-top: -40px;
}
.dev-sales-carousel .item:nth-of-type(2n) .dev-item-detail {
  background-position: -290px 0;
}
.dev-section-title:before,
.dev-section-title:after {
  content: " ";
  display: table;
}
.dev-section-title:after {
  clear: both;
}
.dev-section-title [class*="dev-btn"] {
  min-width: 160px;
  margin-left: 4px;
  margin-bottom: 8px;
}
.dev-section-title [class*="dev-btn"].active,
.dev-section-title [class*="dev-btn"].active:hover {
  color: #fff;
  background-color: #11b2ba;
  border-color: #11b2ba;
}
.dev-section-title .pull-r {
  padding-top: 10px;
}
.dev-section-title.invert {
  color: #dbe6ef;
}
.dev-section-title.invert .dev-heading,
.dev-section-title.invert .dev-heading-base {
  color: #dbe6ef;
}
.dev-section-title .dev-heading,
.dev-section-title h1.dev-heading,
.dev-section-title h2.dev-heading,
.dev-section-title h3.dev-heading,
.dev-section-title h4.dev-heading,
.dev-section-title h5.dev-heading,
.dev-section-title h6.dev-heading {
  color: #444444;
  display: inline-block;
  padding-bottom: 15px;
}
.dev-section-title h1.dev-heading-base,
.dev-section-title h2.dev-heading-base,
.dev-section-title h3.dev-heading-base,
.dev-section-title h4.dev-heading-base,
.dev-section-title h5.dev-heading-base,
.dev-section-title h6.dev-heading-base {
  padding-top: 15px;
  font-family: 'FranklinGothicBookC', sans-serif;
  text-transform: uppercase;
}
.dev-section-title h1.dev-heading-base.base-border-pattern,
.dev-section-title h2.dev-heading-base.base-border-pattern,
.dev-section-title h3.dev-heading-base.base-border-pattern,
.dev-section-title h4.dev-heading-base.base-border-pattern,
.dev-section-title h5.dev-heading-base.base-border-pattern,
.dev-section-title h6.dev-heading-base.base-border-pattern {
  padding-bottom: 15px;
  background-size: auto 4px;
}
.dev-buttons .dev-btn {
  display: block;
  width: 100%;
}
.dev-tags:before,
.dev-tags:after {
  content: " ";
  display: table;
}
.dev-tags:after {
  clear: both;
}
.dev-tags a {
  display: block;
  float: left;
  line-height: 1.2;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  height: 46px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  background-color: #999;
  margin-right: 4px;
  margin-bottom: 4px;
}
.dev-tags a:hover {
  text-decoration: none;
}
.dev-tags a:hover {
  color: #fff;
  background-color: #b7d021;
}
.dev-tags a.disabled,
.dev-tags a.disabled:hover {
  color: #bbb;
  background-color: #ececec;
  border-color: #ccc;
  cursor: default;
  text-shadow: none;
}
.dev-tags a.active,
.dev-tags a.active:hover {
  color: #fff;
  background-color: #11b7df;
  border-color: #11b7df;
}
.dev-tags.selected a.active {
  position: relative;
  padding-right: 40px;
}
.dev-tags.selected a.active:after {
  content: " ";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-left: 10px;
  height: 20px;
  right: 10px;
  width: 20px;
  background: url("../img/icon-cancel.png") no-repeat center center;
  background-size: contain;
}
.dev-catalog-nav {
  padding: 10px 0;
  text-align: center;
  background: url("../img/wall-solids.png") repeat #11b7df;
}
.dev-catalog-nav a {
  z-index: 1;
  color: #fff;
  display: inline-block;
  position: relative;
  height: 32px;
  line-height: 32px;
  padding: 0 4px;
  text-decoration: none;
}
.dev-catalog-nav a:hover {
  text-decoration: none;
  color: #fff;
}
.dev-catalog-nav a:hover:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.dev-catalog-nav a.disabled {
  cursor: default;
  color: rgba(255, 255, 255, 0.4);
}
.dev-catalog-nav a.disabled:before {
  display: none;
}
.dev-catalog-nav a.disabled:hover {
  color: rgba(255, 255, 255, 0.4);
}
.dev-catalog-nav a.active {
  color: #444444;
}
.dev-catalog-nav a.active:before {
  background-color: #fff;
}
.dev-catalog-nav a:before {
  z-index: -1;
  content: " ";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  width: 28px;
  height: 28px;
}
.dev-catalog-nav hr {
  display: block;
  border: none;
  height: 2px;
  margin: 10px 0;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.4)), color-stop(70%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0e9f2', endColorstr='#c0e9f2', GradientType=1);
}
.dev-catalog-carousel {
  padding: 25px 85px;
  background-color: #e1f7fa;
}
.dev-catalog-carousel:after {
  content: " ";
  display: block;
  position: absolute;
  width: 120px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #e1f7fa;
}
.dev-catalog-carousel .item {
  min-height: 265px;
  position: relative;
}
.dev-catalog-carousel .item:after {
  content: " ";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 30px;
  background: transparent;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, transparent), color-stop(30%, rgba(225, 225, 225, 0.4)), color-stop(70%, rgba(225, 225, 225, 0.4)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(45deg, transparent, rgba(225, 225, 225, 0.4) 30%, rgba(225, 225, 225, 0.4) 70%, transparent 100%);
  background: linear-gradient(45deg, transparent, rgba(225, 225, 225, 0.4) 30%, rgba(225, 225, 225, 0.4) 70%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0e9f2', endColorstr='#c0e9f2', GradientType=1);
}
.dev-catalog-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 60px;
}
.dev-catalog-carousel a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
  line-height: 1.2;
  color: #444444;
}
.dev-catalog-carousel a:hover,
.dev-catalog-carousel a.active {
  color: #fff;
  background-color: #11b7df;
}
.dev-catalog-carousel a:hover.open-soon b,
.dev-catalog-carousel a.active.open-soon b {
  color: #fff;
}
.dev-catalog-carousel a.open-soon b {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: none;
  color: #b4b4b4;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 5px;
}
.dev-catalog-carousel .slick-prev {
  left: 15px;
}
.dev-catalog-carousel .slick-next {
  right: 15px;
}
.dev-brands-carousel {
  padding: 25px 80px;
  background-color: #fff;
}
.dev-shop-preview {
  padding: 25px;
  background-color: #fff;
}
.dev-shop-detail .dev-heading-base {
  line-height: 1.2;
  margin-bottom: 20px;
}
.dev-shop-contacts {
  position: relative;
  padding-left: 20px;
}
.dev-shop-contacts:before {
  content: " ";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, transparent), color-stop(30%, rgba(225, 225, 225, 0.4)), color-stop(70%, rgba(225, 225, 225, 0.4)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(45deg, transparent, rgba(225, 225, 225, 0.4) 30%, rgba(225, 225, 225, 0.4) 70%, transparent 100%);
  background: linear-gradient(45deg, transparent, rgba(225, 225, 225, 0.4) 30%, rgba(225, 225, 225, 0.4) 70%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0e9f2', endColorstr='#c0e9f2', GradientType=1);
}
.dev-shop-contacts p {
  margin: 0 0 10px 0;
  padding-left: 45px;
  position: relative;
}
.dev-shop-contacts p i {
  position: absolute;
  top: 3px;
  left: 0;
  margin: 0;
}
.dev-shop-contacts .dev-btn {
  min-height: 36px;
  height: auto;
  line-height: 1.2;
  padding: 5px 20px 8px 20px;
}
.dev-shop-contacts a:not([class*="dev-btn"]) {
  color: #11b2ba;
  text-decoration: none;
}
.dev-shop-contacts a:not([class*="dev-btn"]):hover {
  text-decoration: none;
  color: #0d90b0;
}
.dev-outer {
  padding: 25px;
}
.dev-shop-map-inner {
  overflow-x: auto;
  overflow-y: hidden;
}
.dev-shop-map {
  position: relative;
}
.dev-shop-map img {
  display: block;
  width: 100%;
}
.dev-shop-map .dev-section-title {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.dev-shop-map .dev-section-title .dev-heading-base {
  padding-top: 0;
  line-height: 54px;
  margin: 0;
}
.dev-shop-map .dev-section-title [class*="dev-btn"] {
  font-size: 20px;
  min-width: 0;
}
.dev-map-nav {
  margin-left: 10px;
}
.dev-map-nav > .dev-btn-lg {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  width: 54px;
  padding: 0;
  color: #444444;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  font-size: 25px;
  margin-left: 10px;
  -webkit-transition: none;
  transition: none;
  line-height: 50px;
  border-color: #f5f5f5;
}
.dev-map-nav > .dev-btn-lg:hover {
  background-color: #11b2ba;
  color: #fff;
  border-color: #11b2ba;
}
.dev-map-nav > .dev-btn-lg.active,
.dev-map-nav > .dev-btn-lg.active:hover {
  background-color: #fff;
  color: #444444;
  border-color: #11b7df;
}
.dev-section-banner {
  position: relative;
}
.dev-section-banner img {
  display: block;
}
.dev-section-banner .wall {
  width: 100%;
}
.dev-section-banner .wall-element {
  max-height: 500px;
  position: absolute;
  z-index: 0;
  right: 5%;
  bottom: 0;
}
.dev-section-name {
  height: auto;
  padding: 100px 80px;
  font-size: 6vw;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
}
.dev-section-name h1,
.dev-section-name h2,
.dev-section-name h3,
.dev-section-name h4,
.dev-section-name h5,
.dev-section-name h6 {
  display: block;
  font-size: 6vw;
  margin: 0;
}
.dev-section-name a {
  color: #fff;
}
.dev-img-wrap {
  bottom: 0;
  right: 0;
  position: absolute;
  height: 480px;
  width: 645px;
  overflow: hidden;
}
.dev-services-icons .dev-item {
  width: 16.66666667%;
  margin-bottom: 10px;
  line-height: 1.2;
}
.dev-services-icons .dev-item img {
  display: inline-block;
}
.dev-services-icons .dev-item b {
  display: block;
  font-weight: normal;
  padding: 15px;
}
.dev-services-icons .dev-heading-base {
  font-size: 1.6rem;
  text-transform: uppercase;
}
.dev-services-icons.dev-shadow-inset .dev-outer {
  background-color: #f8f8f8;
}
.img-inner {
  position: relative;
  padding-left: 150px;
  min-height: 80px;
}
.img-inner img {
  display: block;
  position: absolute;
  left: 25px;
  top: 0;
}
.dev-section-info {
  position: relative;
  background-color: #ffb600;
  padding-left: 85px;
  font-size: 0.8rem;
  line-height: 1.3;
  font-family: 'Calibri', sans-serif;
  margin-bottom: 30px;
}
.dev-section-info img {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 20px;
  max-height: 80%;
}
.dev-section-info p {
  padding: 15px;
  margin: 0;
  background-color: #fbc02d;
}
.dev-main-placement {
  z-index: 1;
  position: relative;
}
.dev-main-placement .margin-min {
  margin-bottom: 30px;
}
.dev-placement-result {
  margin-bottom: 30px;
}
.dev-placement-panel {
  background-color: #dae9e9;
}
.dev-placement-panel .dev-btn {
  padding: 0;
}
.dev-placement-panel .text-center {
  line-height: 54px;
}
.dev-search-field {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
  padding-left: 60px;
  position: relative;
}
.dev-search-field b {
  line-height: 54px;
  position: absolute;
  font-weight: normal;
  left: 20px;
}
.dev-search-field input {
  width: 100%;
  height: 54px;
  border: none;
  padding: 0 30px;
  font-size: 1.1rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.dev-album-wrap .dev-album {
  padding: 0 5% 0 5%;
}
.dev-album-wrap .dev-album .dev-item-base {
  margin-bottom: 20px;
}
.dev-album {
  padding: 0 20px 20px 20px;
  position: relative;
}
.dev-album:after {
  content: " ";
  display: block;
  position: absolute;
}
.dev-album:after {
  z-index: -1;
  overflow: hidden;
  height: 60px;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}
.list-primary {
  list-style: none;
  margin: 1em 0 1.5em 0;
  padding: 0;
}
.list-primary li {
  padding: 0 0 0.5em 1.5em;
  position: relative;
}
.list-primary li:before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #12b2ba;
}
.dev-gp-button {
  display: inline-block;
  cursor: pointer;
  padding: 15px 40px 5px 40px;
  background: url("../img/gp-button.png") no-repeat center center;
  background-size: contain;
  width: 216px;
  height: 85px;
  position: fixed;
  margin: 0;
  right: -20px;
  bottom: 25px;
  color: #ffef00;
  font-size: 24px;
  font-family: 'Calibri', sans-serif;
  font-weight: 300;
  text-decoration: none;
  z-index: 100;
  text-align: center;
  line-height: 1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.70196078);
}
.dev-gp-button:hover {
  color: #fff;
  text-decoration: none;
}
header .dev-gp-button {
  position: absolute;
  top: 25px;
  right: 0;
  margin: 0;
}
.dev-inner-inside {
  padding: 0 5%;
  line-height: 1.25;
}
.dev-gp-floor-number {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.15em 0.5em;
  width: 120px;
}
.dev-hovered-group img {
  display: block;
  width: 100%;
}
.dev-hovered-wrap {
  margin: 0 auto 20px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 10px;
  max-width: 610px;
}
.dev-hovered-back,
.dev-hovered-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dev-hovered-overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}
.dev-hovered-item {
  position: relative;
  font-size: 150%;
  text-align: center;
  height: 380px;
  max-width: 590px;
  margin: auto;
}
.dev-hovered-item:hover .dev-hovered-overlay {
  opacity: 1;
  visibility: visible;
}
.dev-hovered-item a {
  color: #fff;
  text-decoration: none;
}
.dev-hovered-item .dev-heading-base {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.6em 1em 0.8em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  color: #fff;
  margin: 0;
}
.dev-gp-page .dev-hovered-group {
  max-width: 1240px;
  margin: auto;
}
.dev-gp-page main .container {
  max-width: 990px;
}
.dev-gp-page .dev-heading {
  position: relative;
}
.dev-section-list .img-full {
  width: 400px;
  height: auto;
}
.dev-section-list .dev-inner-inside {
  margin-top: 20px;
}
.dev-yellow {
  background-color: #ffcb01;
}
.dev-form .dev-form-inner {
  margin-bottom: 15px;
  padding: 30px;
  background-color: #dae9e9;
}
.dev-contacts-info b {
  display: block;
}
.dev-contacts-info .dev-form-group label {
  color: #679ea7;
  font-weight: normal;
}
.dev-contacts-info .dev-form-group input[type="text"],
.dev-contacts-info .dev-form-group input[type="email"],
.dev-contacts-info .dev-form-group input[type="password"],
.dev-contacts-info .dev-form-group input:not([class^="dev-btn"]),
.dev-contacts-info .dev-form-group input:not([class*="dev-btn"]),
.dev-contacts-info .dev-form-group textarea {
  width: 100%;
  resize: none;
}
.dev-contacts-info .dev-form .dev-btn-primary {
  width: 100%;
  max-width: 240px;
  height: auto;
  white-space: normal;
  line-height: 1.2;
  padding: 7px 20px 8px 20px;
}
.dev-info a:not([class*="dev-btn"]) {
  color: #11b2ba;
  text-decoration: none;
}
.dev-info a:not([class*="dev-btn"]):hover {
  text-decoration: none;
  color: #0d90b0;
}
.dev-form-group {
  margin-bottom: 30px;
}
.dev-form-group textarea,
.dev-form-group input {
  width: 100%;
  display: block;
}
.dev-form-group input[type="text"],
.dev-form-group input[type="email"],
.dev-form-group input[type="password"],
.dev-form-group input:not([class^="dev-btn"]),
.dev-form-group input:not([class*="dev-btn"]),
.dev-form-group textarea {
  font-size: 1rem;
  color: #444444;
  background-color: #fff;
  border: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.dev-form-group input[type="text"]:focus,
.dev-form-group input[type="email"]:focus,
.dev-form-group input[type="password"]:focus,
.dev-form-group input:not([class^="dev-btn"]):focus,
.dev-form-group input:not([class*="dev-btn"]):focus,
.dev-form-group textarea:focus {
  background-color: #fff;
}
.dev-form-group textarea {
  padding: 20px 20px;
  height: 250px;
}
.dev-form-group .dev-add-file,
.dev-form-group input:not([class="dev-add-file-inp"]) {
  padding: 0 20px;
  height: 54px;
  line-height: 54px;
}
.dev-form-group .dev-btn {
  font-size: 14px;
}
.dev-form-group:last-of-type {
  margin-bottom: 0;
}
.dev-form-group .soc-tool {
  display: block;
  width: 100%;
  background-color: #11b7df;
  color: #11b7df;
  text-align: center;
  height: 54px;
  line-height: 54px;
  padding: 0 10px;
}
.dev-form-group .soc-tool [class^="dr-icon-"] {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 31px;
  position: relative;
  vertical-align: middle;
}
.dev-form-group .soc-tool [class^="dr-icon-"]:before {
  margin: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.dev-form-group .soc-tool [class^="dr-icon-"]:after {
  content: " ";
  display: inline-block;
  z-index: 1;
  background-color: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  margin: 0;
  min-width: 0;
  min-height: 0;
}
#pre-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 100500;
}
#pre-progress {
  overflow: hidden;
  background-color: #004f9e;
  width: 170px;
  height: 5px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
#pre-progress span {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background-color: #11b2ba;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  animation: pre-progress 600ms infinite linear;
  -o-animation: pre-progress 600ms infinite linear;
  -ms-animation: pre-progress 600ms infinite linear;
  -webkit-animation: pre-progress 600ms infinite linear;
  -moz-animation: pre-progress 600ms infinite linear;
}
@keyframes pre-progress {
  100% {
    left: 100%;
  }
}
@-webkit-keyframes pre-progress {
  100% {
    left: 100%;
  }
}
.fancybox-nav.fancybox-prev span {
  background: url('../img/arrow-left.png') no-repeat center center transparent;
  background-size: contain;
  width: 45px;
  height: 45px;
}
.fancybox-nav.fancybox-next span {
  background: url('../img/arrow-right.png') no-repeat center center transparent;
  background-size: contain;
  width: 45px;
  height: 45px;
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
.dev-mod-wrap,
.dev-mod-win {
  display: none;
}
.dev-mod-inner {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  padding: 10px;
}
.dev-mod-head {
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ececec;
}
.dev-mod-body {
  background-color: #fff;
  padding: 50px;
}
.dev-mod-body .text-center {
  font-size: 18px;
}
.dev-mod-foot {
  text-align: center;
  color: #aeaeae;
}
.dev-mod-foot .dev-icon-lock {
  vertical-align: middle;
}
.dev-mod-foot a {
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px dotted #aeaeae;
  color: #aeaeae;
}
.dev-mod-foot a:hover {
  color: #11b2ba;
}
.dev-modal-outer .fancybox-close {
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  background: url("../img/icon-close.png") no-repeat center center transparent;
  background-size: contain;
}
.fancybox-skin {
  position: relative;
  color: #444444;
  background-color: rgba(0, 0, 0, 0.4);
}
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.5);
}
#fancybox-loading,
.fancybox-prev span,
.fancybox-next span,
.fancybox-close {
  background-image: url('../img/fancybox_sprite.png');
  background-size: 44px 152px;
}
.slick-loading .slick-list {
  background: #ffffff url('../img/ajax-loader.gif') center center no-repeat;
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/fancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url('../img/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.dev-not-found-page {
  padding: 150px;
}
.dev-not-found-page img {
  display: inline-block;
  max-width: 100%;
}
.dev-home-news {
  background: url("../img/wall-wood.png") repeat-x bottom left;
}
.dev-main-wrapper {
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.dev-main-wrapper .dev-outer {
  background-color: #fff;
}
.dev-item-group .dev-item-base-preview {
  width: 500px;
  padding-top: 420px;
  margin: -10px 40px -10px 0;
  float: left;
}
.dev-item-group .dev-item-detail {
  background-color: #b7d021;
  padding: 40px;
  min-height: 402px;
  text-align: left;
  text-shadow: none;
  letter-spacing: 0;
}
.dev-item-group .dev-item-detail [class*="dev-heading"] {
  font-size: 2rem;
  color: #fff;
}
.dev-item-group .dev-item-detail p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.dev-item-group .dev-item-base {
  margin-bottom: 30px;
}
.dev-item-group .dev-item-base:before,
.dev-item-group .dev-item-base:after {
  content: " ";
  display: table;
}
.dev-item-group .dev-item-base:after {
  clear: both;
}
.dev-item-group .dev-item-base.primary .dev-item-base-preview {
  margin-right: 0;
  margin-left: 40px;
  float: right;
}
.dev-item-group .dev-item-base.primary .dev-item-detail {
  background-color: #11b7df;
}
.dev-item-group .dev-btn-more {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .dev-item-group .dev-item-base .dev-item-base-preview {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .dev-item-group .dev-item-base .dev-item-base-preview .dev-img-wrapper {
    padding: 8px;
  }
  .dev-item-group .dev-item-base .dev-item-base-preview .dev-img-wrapper,
  .dev-item-group .dev-item-base .dev-item-base-preview .dev-img-wrapper img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.dev-home-shops .dev-section-grid .item {
  height: 80px;
  overflow: hidden;
}
.dev-btn-more {
  display: inline-block;
  background-color: #ffd639;
  color: #7e533a;
}
.dev-btn-more:hover {
  color: #fff;
  background-color: #ffa400;
}
#page-up {
  cursor: pointer;
  z-index: 99;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 46px;
  height: 46px;
  background: url("../img/icon-arrow-up.png") no-repeat center 10px #ffffff;
  border: 4px solid #e1e1e1;
  margin-bottom: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  transition: margin-bottom 0.3s ease-out;
  -webkit-transition: margin-bottom 0.3s ease-out;
  -moz-transition: margin-bottom 0.3s ease-out;
  -o-transition: margin-bottom 0.3s ease-out;
}
#page-up:hover {
  margin-bottom: 5px;
}
#page-up.fixed {
  width: 30px;
  height: 30px;
  background-size: 70%;
  background-position: center 5px;
  -webkit-background-position: center 5px;
  -moz-background-position: center 5px;
  -o-background-position: center 5px;
}
@media (max-width: 1800px) {
  main {
    overflow-x: hidden;
  }
}
@media (max-width: 1024px) {
  .dev-home-enters {
    padding-top: 40px;
  }
  .dev-home-enters .dev-hovered-grid {
    margin: 0;
  }
  .dev-home-shops .dev-section-title .dev-heading {
    color: #8b8b8b;
  }
  .dev-contacts-info .dev-form-group {
    margin-bottom: 5px;
  }
  .hidden-sm {
    display: none !important;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  header {
    padding-right: 100px;
  }
  header .dev-social,
  header address {
    display: none;
  }
  #dev-collapse-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 90px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, visibility 0.5s;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  }
  #dev-collapse-bar.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #dev-collapse-toggle {
    position: absolute;
    right: -70px;
    top: 40px;
    z-index: 3;
    display: block;
  }
  .dev-main-bar {
    background-color: #fff;
  }
  .dev-main-bar .container {
    padding: 0;
    margin: 0;
  }
  .dev-main-bar nav > ul > li {
    overflow: hidden;
    position: relative;
    height: 50px;
  }
  .dev-main-bar nav > ul > li > a {
    font-size: 20px;
    color: #11b2ba;
  }
  .dev-main-bar nav > ul > li.open {
    height: auto;
    background-color: #11b2ba;
  }
  .dev-main-bar nav > ul > li.open .dev-icon-caret {
    -webkit-transform: translateX(-50%) rotateX(180deg);
    transform: translateX(-50%) rotateX(180deg);
  }
  .dev-main-bar nav > ul > li ul a {
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .dev-main-bar nav > ul > li .dev-icon-caret {
    display: block;
    margin: 0 0 0 -5em;
    top: 20px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) rotateX(0);
    transform: translateX(-50%) rotateX(0);
    transition: transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
  }
  .dev-contacts-info .col-5,
  .dev-contacts-info .col-7 {
    width: 100%;
  }
  .dev-shop-preview .img-responsive {
    margin-bottom: 40px;
  }
  .dev-shop-preview .col-5 {
    width: 66.66666667%;
  }
  .dev-shop-preview .col-3 {
    width: 100%;
  }
  .dev-foot-contacts {
    text-align: center;
  }
  .dev-foot-contacts [class*="col-"] {
    width: 100%;
    margin-bottom: 20px;
  }
  .dev-foot-feedback .col-8 {
    margin: 0;
    width: 100%;
  }
  .dev-foot-feedback .wall-element {
    display: none;
  }
  .dev-foot-feedback b {
    font-size: 14px;
    padding-left: 0;
  }
  .dev-foot-feedback form [class*="col"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .dev-contacts-info .dev-form .dev-form-inner {
    padding: 15px;
  }
  .dev-contacts-info .dev-form .dev-btn-primary {
    max-width: 100%;
  }
  .margin-min {
    margin-bottom: 80px;
  }
  .dev-services-icons .dev-item {
    width: 100%;
  }
  .dev-services-icons .dev-item img {
    float: left;
    width: 40px;
  }
  .dev-services-icons .dev-item b {
    display: block;
    font-weight: normal;
    padding: 6px 60px;
    text-align: left;
  }
  .dev-heading,
  h1.dev-heading,
  h2.dev-heading,
  h3.dev-heading,
  h4.dev-heading,
  h5.dev-heading,
  h6.dev-heading,
  .dev-heading-base,
  h1.dev-heading-base,
  h2.dev-heading-base,
  h3.dev-heading-base,
  h4.dev-heading-base,
  h5.dev-heading-base,
  h6.dev-heading-base {
    text-align: center;
    width: 100%;
  }
  .dev-heading + .pull-r,
  h1.dev-heading + .pull-r,
  h2.dev-heading + .pull-r,
  h3.dev-heading + .pull-r,
  h4.dev-heading + .pull-r,
  h5.dev-heading + .pull-r,
  h6.dev-heading + .pull-r,
  .dev-heading-base + .pull-r,
  h1.dev-heading-base + .pull-r,
  h2.dev-heading-base + .pull-r,
  h3.dev-heading-base + .pull-r,
  h4.dev-heading-base + .pull-r,
  h5.dev-heading-base + .pull-r,
  h6.dev-heading-base + .pull-r {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .dev-heading + .pull-r .dev-btn-sm,
  h1.dev-heading + .pull-r .dev-btn-sm,
  h2.dev-heading + .pull-r .dev-btn-sm,
  h3.dev-heading + .pull-r .dev-btn-sm,
  h4.dev-heading + .pull-r .dev-btn-sm,
  h5.dev-heading + .pull-r .dev-btn-sm,
  h6.dev-heading + .pull-r .dev-btn-sm,
  .dev-heading-base + .pull-r .dev-btn-sm,
  h1.dev-heading-base + .pull-r .dev-btn-sm,
  h2.dev-heading-base + .pull-r .dev-btn-sm,
  h3.dev-heading-base + .pull-r .dev-btn-sm,
  h4.dev-heading-base + .pull-r .dev-btn-sm,
  h5.dev-heading-base + .pull-r .dev-btn-sm,
  h6.dev-heading-base + .pull-r .dev-btn-sm {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 8px;
  }
  .dev-form {
    margin-bottom: 40px;
  }
}
@media (min-width: 641px) and (max-width: 980px) {
  .dev-home-shops .dev-section-grid .caption-inner {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .dev-home-shops .dev-section-grid .item {
    margin-bottom: 3px;
  }
  .dev-home-shops .dev-section-grid .item .item-icon {
    max-height: 30px;
  }
  .dev-main-placement .dev-placement-panel {
    font-size: 0.9rem;
  }
  .dev-main-placement .dev-placement-panel.dev-outer {
    padding: 10px 10px 2px 10px;
  }
  .dev-main-placement .dev-placement-panel .row.margin-bs {
    margin-bottom: 0;
  }
  .dev-main-placement .dev-placement-panel .dev-search-field input {
    padding: 0 10px;
    font-size: 0.8rem;
  }
  .dev-main-placement .dev-placement-panel .dev-btn {
    margin-bottom: 8px;
  }
  .dev-main-placement .dev-placement-panel .col-8,
  .dev-main-placement .dev-placement-panel .col-4 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .dev-home-shops .dev-section-grid .item {
    text-align: left;
    min-height: 80px;
    margin-bottom: 5px;
  }
  .dev-home-shops .dev-section-grid .item a img:not([class*="item-icon"]) {
    display: none;
  }
  .dev-home-shops .dev-section-grid .caption-inner {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 20px;
  }
  .dev-home-shops .dev-section-grid .caption-inner .item-icon {
    max-height: 30px;
    vertical-align: middle;
    margin-right: 20px;
  }
  .dev-home-enters .row .col-6 {
    width: 100%;
  }
  .dev-home-enters .row .col-6 img {
    margin: auto;
    position: relative;
  }
  .dev-shop-preview .col-4,
  .dev-shop-preview .col-5 {
    width: 100%;
  }
  .dev-home-album .row .col-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .dev-home-album .row .col-4:last-of-type {
    margin-bottom: 0;
  }
  .dev-section-grid .col-4 {
    width: 100%;
  }
  .dev-catalog-carousel {
    font-size: 16px;
    padding: 25px 55px;
  }
  .dev-catalog-carousel:after {
    display: none;
  }
  .dev-catalog-carousel .item:after {
    display: none;
  }
  .dev-catalog-carousel ul {
    padding: 0;
  }
  header {
    padding-right: 0;
  }
  #dev-collapse-toggle {
    right: 15px;
    top: 15px;
  }
  .dev-gp-page .dev-heading {
    font-size: 1.4rem;
  }
  .dev-gp-page .dev-shadow,
  .dev-gp-page .dev-outer,
  .dev-gp-page .dev-inner-inside,
  .dev-gp-page .dev-inner-solid {
    padding: 0;
    border: none;
    background: none transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
  }
  .dev-gp-page .margin-bs {
    margin-bottom: 10px;
  }
  .dev-gp-page .dev-heading-base {
    font-size: 1.4em;
  }
  .dev-hovered-item {
    height: 120px;
  }
  .dev-hovered-overlay {
    opacity: 1 !important;
    visibility: visible !important;
  }
  header .dev-gp-button {
    position: absolute;
    left: auto;
    padding: 5px;
    margin: 0;
    width: 90px;
    height: 35px;
    font-size: 12px;
    top: 23px;
    right: 75px;
  }
  .dev-gp-page .dev-hovered-group {
    margin-bottom: 30px;
  }
}
@media (max-width: 520px) {
  .dev-foot-feedback .col-ofs-3 {
    margin: 0;
  }
  [class*="col-"] {
    width: 100%;
  }
  .dev-tags a {
    display: block;
    width: 100%;
    margin: 0 0 8px 0;
  }
  .dev-section-title .dev-heading + .pull-r,
  .dev-section-title h1.dev-heading + .pull-r,
  .dev-section-title h2.dev-heading + .pull-r,
  .dev-section-title h3.dev-heading + .pull-r,
  .dev-section-title h4.dev-heading + .pull-r,
  .dev-section-title h5.dev-heading + .pull-r,
  .dev-section-title h6.dev-heading + .pull-r {
    width: 100%;
  }
  .dev-section-title .dev-heading + .pull-r .dev-btn-sm,
  .dev-section-title h1.dev-heading + .pull-r .dev-btn-sm,
  .dev-section-title h2.dev-heading + .pull-r .dev-btn-sm,
  .dev-section-title h3.dev-heading + .pull-r .dev-btn-sm,
  .dev-section-title h4.dev-heading + .pull-r .dev-btn-sm,
  .dev-section-title h5.dev-heading + .pull-r .dev-btn-sm,
  .dev-section-title h6.dev-heading + .pull-r .dev-btn-sm {
    min-width: 100%;
    margin: 0 0 8px 0;
    height: 50px;
    line-height: 46px;
  }
  header .dev-social {
    display: none;
  }
}
@media (max-width: 480px) {
  html,
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 521px) {
  .dev-home-banner,
  .dev-banner-item,
  .dev-banner-item img {
    height: 240px;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .dev-services-icons .dev-item {
    width: 50%;
  }
}
@media (min-width: 641px) {
  header {
    height: 145px;
  }
  main {
    padding-top: 145px;
  }
  .dev-gp-page .dev-heading {
    font-size: 260%;
  }
  .dev-logo {
    padding: 20px 0;
  }
  .dev-logo img {
    height: 100px;
  }
  .dev-home-shops .dev-section-grid .item {
    height: auto;
  }
  .dev-home-shops .dev-section-grid .item .caption-inner {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
  }
  .dev-home-shops .dev-section-grid .item .item-icon {
    display: block;
    position: relative;
    margin: 0 auto 10px auto;
  }
}
@media (min-width: 721px) {
  .dev-home-banner,
  .dev-banner-item,
  .dev-banner-item img {
    height: 320px;
  }
  .dev-item-large {
    position: relative;
  }
  .dev-item-large.right .dev-item-name {
    right: 0;
    left: 400px;
  }
  .dev-item-large.right img {
    float: left;
  }
  .dev-item-large img {
    float: right;
    display: block;
    max-width: 400px;
  }
  .dev-item-large .dev-item-name {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 400px;
    left: 0;
  }
}
@media (min-width: 980px) {
  .dev-home-banner,
  .dev-banner-item,
  .dev-banner-item img {
    height: 400px;
  }
  .dev-shop-map .dev-section-title {
    position: absolute;
    top: 0;
    left: 0;
  }
  .dev-services-icons .dev-item {
    text-align: center;
  }
  .dev-foot-address {
    bottom: auto;
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    margin-left: -110px;
  }
}
@media (max-width: 1240px) {
  header .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  header .hidden-sm {
    display: none;
  }
}
@media (min-width: 1025px) {
  .dev-gp-head,
  .dev-gp-head-detail,
  .dev-gp-wrap {
    position: absolute;
  }
  .dev-gp-head {
    top: 0;
    right: -115px;
    left: -162px;
    height: 666px;
    background-image: url(../img/gp-page-wall-left.png), url(../img/gp-page-wall-top.png), url(../img/gp-border-top-right.png);
    background-position: 0 100px, top right, top right;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
  .dev-gp-head-detail {
    top: 0;
    right: -115px;
    left: -162px;
    height: 666px;
    background-image: url(../img/gp-page-wall-detail.png), url(../img/gp-border-top-left.png);
    background-position: top right, 40px 130px;
    background-repeat: no-repeat, no-repeat;
  }
  .dev-gp-wrap {
    left: -145px;
    right: -145px;
    top: 300px;
    bottom: 0;
    background-image: url(../img/gp-border-left.png), url(../img/gp-border-right.png);
    background-position: top left, top right;
    background-repeat: repeat-y, repeat-y;
    background-size: 193px 380px, 193px 380px;
  }
  .dev-gp-wrap:before {
    content: " ";
    display: block;
    background-color: #b0d54a;
    position: absolute;
    top: 193px;
    left: 193px;
    right: 193px;
    bottom: 0;
  }
  .dev-section-title .dev-heading,
  .dev-section-title h1.dev-heading,
  .dev-section-title h2.dev-heading,
  .dev-section-title h3.dev-heading,
  .dev-section-title h4.dev-heading,
  .dev-section-title h5.dev-heading,
  .dev-section-title h6.dev-heading {
    margin-bottom: 20px;
    background: url("../img/wall-border.png") repeat-x bottom;
  }
  .dev-heading,
  h1.dev-heading,
  h2.dev-heading,
  h3.dev-heading,
  h4.dev-heading,
  h5.dev-heading,
  h6.dev-heading {
    font-size: 2.6rem;
  }
  .foot-item {
    padding-left: 40px;
    margin-right: 2vw;
    font-size: 18px;
    position: relative;
  }
  .foot-item [class*="dev-icon"] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  .dev-home-banner,
  .dev-banner-item,
  .dev-banner-item img {
    height: 400px;
  }
  .dev-placement-map .dev-foot-address {
    margin-left: -175px;
    top: 420px;
  }
  .hidden-lg {
    display: none !important;
  }
  .dev-shop-detail {
    padding: 0 25px;
  }
  .dev-info {
    padding: 0 60px 0 30px;
  }
  .dev-inner {
    padding: 60px 0;
  }
  .slick-dots {
    bottom: -60px;
  }
  html,
  body {
    font-size: 18px;
  }
  body.main-home header {
    background-color: rgba(0, 0, 0, 0.05);
  }
  body.main-home main {
    padding-top: 0;
  }
  main {
    padding-top: 145px;
  }
  .dev-main-bar nav > ul:before,
  .dev-main-bar nav > ul:after {
    content: " ";
    display: table;
  }
  .dev-main-bar nav > ul:after {
    clear: both;
  }
  .dev-main-bar nav > ul > li {
    display: block;
    position: relative;
    float: left;
  }
  .dev-main-bar nav > ul > li > a {
    z-index: 1;
    position: relative;
  }
  .dev-main-bar nav > ul > li > a.active,
  .dev-main-bar nav > ul > li > a:hover {
    color: #fff;
    background-color: #11b2ba;
  }
  .dev-main-bar nav > ul > li .dev-icon-caret {
    display: none;
  }
  .dev-main-bar nav > ul > li ul {
    z-index: -1;
    position: absolute;
    width: 260px;
    bottom: -15px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .dev-main-bar nav > ul > li ul:hover,
  .dev-main-bar nav > ul > li ul.active {
    opacity: 1;
    bottom: 0;
    visibility: visible;
  }
  .dev-main-bar nav > ul > li ul > li > a {
    padding: 0 30px;
  }
  .dev-search-field:after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/icon-circle-arrow.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -15px;
    top: 9px;
  }
  .dev-main-placement {
    margin-bottom: 0;
  }
  .dev-main-placement .margin-min {
    margin-bottom: -30px;
  }
  .dev-main-placement .dev-section-info {
    max-width: 580px;
    float: right;
    margin: 0;
  }
  .dev-main-placement .dev-heading,
  .dev-main-placement h1.dev-heading,
  .dev-main-placement h2.dev-heading,
  .dev-main-placement h3.dev-heading,
  .dev-main-placement h4.dev-heading,
  .dev-main-placement h5.dev-heading,
  .dev-main-placement h6.dev-heading {
    line-height: 90px;
    float: left;
  }
  footer .dev-social {
    padding-top: 20px;
    padding-right: 20px;
  }
  .dev-album {
    padding: 0 110px 90px 110px;
  }
}
@media (min-width: 1201px) {
  .container {
    max-width: 1300px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .dev-item-large .dev-item-name,
  .dev-item-large h1,
  .dev-item-large h2,
  .dev-item-large h3,
  .dev-item-large h4,
  .dev-item-large h5,
  .dev-item-large h6 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .dev-item-large .dev-item-name {
    padding: 60px 6vw;
  }
}
@media (min-width: 1380px) {
  .dev-gp-floor-number {
    position: absolute;
    right: -400px;
    top: -20px;
    width: 330px;
  }
  .dev-gp-page main .container {
    max-width: 1300px;
  }
  .dev-logo {
    padding: 10px 0;
  }
  .dev-logo img {
    height: 120px;
  }
  header .col-10 {
    padding-left: 60px;
  }
  .dev-home-banner,
  .dev-banner-item,
  .dev-banner-item img {
    width: 100%;
    position: relative;
    height: auto;
  }
}
@media (min-width: 1500px) {
  .dev-section-banner .wall-element {
    max-height: 580px;
  }
  .dev-main-bar nav > ul > li > ul {
    font-size: 0.9em;
  }
  .dev-item-detail h1,
  .dev-item-detail h2,
  .dev-item-detail h3,
  .dev-item-detail h4,
  .dev-item-detail h5,
  .dev-item-detail h6 {
    font-size: 1.1rem;
  }
  .dev-section-grid .item {
    font-size: 1.3rem;
  }
}
@media (min-width: 1800px) {
  .dev-gp-button {
    right: 50%;
    margin-right: -880px;
  }
}
@media (max-width: 640px) {
  #mc_embed_signup {
    width: 100% !important;
    margin: 0 auto !important;
    /*left: 0px !important;*/
    top: 0 !important;
  }
  #mc_embed_signup .mc-field-title {
    font-size: 22px !important;
  }
  #mc_embed_signup .mc-field-note {
    font-size: 13px !important;
  }
  #mc_embed_signup input {
    width: 100% !important;
  }
}
/** Popup to collect e-mail addresses **/
.mc_embed_signup_blackout {
  background: #000000 none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
#mc_embed_signup,
.mc_embed_signup {
  background: #ffffff url('../img/bg_form_5oz.jpg') no-repeat scroll center top;
  background-color: #12b2ba;
  left: -5000px;
  margin: -250px 0 0 -277px;
  padding: 62px 0px 0px;
  position: fixed;
  top: 50%;
  width: 555px;
  z-index: 1000;
}
#mc_embed_signup_close {
  background: transparent url("/local/templates/main/images/popup_close.png") repeat scroll 0 0;
  cursor: pointer;
  height: 21px;
  position: absolute;
  right: 13px;
  top: 22px;
  width: 21px;
  z-index: 10;
}
#mc_embed_signup_scroll {
  background-color: #ffffff;
  padding: 50px;
}
#mc_embed_signup .mc-field-title {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: normal;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 23px;
  width: 100%;
  z-index: 1;
}
#mc_embed_signup .mc-field-note {
  text-align: center;
  color: #3c3c3c;
  font-size: 16px;
  margin: 0 0 35px 0;
}
#mc_embed_signup .mc-field-group input[type="text"],
#mc_embed_signup .mc-field-group input[type="email"] {
  background-color: #f3f3f3;
  border: 1px solid #d3d3d3;
  color: #3c3c3c;
  font-size: 16px;
  font-style: italic;
  margin: 0 0 25px;
  padding: 10px 20px;
  width: 450px;
}
#mc_embed_signup .mc-field-group input[type="text"].error,
#mc_embed_signup .mc-field-group input[type="email"].error {
  background-color: pink;
  border-color: red;
}
#mc_embed_signup .mc-field-group label {
  display: none;
}
#mc_embed_signup .clear {
  height: auto;
  overflow: visible;
  visibility: visible;
  width: auto;
}
#mc_embed_signup .clear input[type="submit"] {
  background: #71bf44 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 4px 0 #60a33a;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  text-shadow: none;
  text-transform: uppercase;
  width: 450px;
  cursor: pointer;
}
#mc-embedded-subscribe-form {
  margin: 0;
}
.a_white {
  color: white !important;
}
#dev-pp-subscribe {
  display: none;
  z-index: 99;
}
.dev-pp-overlay {
  position: absolute;
  top: 66px;
  lefT: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 182, 209, 0.75);
}
.dev-pp-bottom {
  position: fixed;
  bottom: 0;
  left: 0px;
  right: 0;
  width: 100%;
  z-index: 99;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.dev-pp-bottom.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.dev-pp-wrap {
  position: relative;
  margin-top: 66px;
  background-color: #ce1531;
}
.dev-pp-body {
  z-index: 1;
  position: relative;
  padding: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.3s 300ms;
  transition: opacity 0.3s 300ms;
}
.dev-pp-body .dev-social a[class*="social-"] {
  width: 40px;
  height: 40px;
  background: url(../img/icon-social.png) no-repeat;
  background-size: auto 40px;
  background-color: #4fdff4;
}
.dev-pp-body .dev-social a[class*="social-"].social-fb {
  background-position: -40px;
}
.dev-pp-body .dev-social a[class*="social-"]:hover {
  background-color: #b7d021;
}
.dev-pp-body.active {
  opacity: 1;
}
.dev-pp-body form {
  margin: 0;
}
.dev-pp-body form input {
  display: block;
  height: 40px;
  border: none;
  padding: 0 20px;
  background-color: #fff;
  font-size: 18px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 6px 0;
  cursor: pointer;
}
.dev-pp-body form input[type="submit"] {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  background-color: #d72828;
  font-size: 20px;
}
.dev-pp-body form input[type="submit"]:hover {
  background-color: #b7d021;
}
.dev-pp-title {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  margin: 0;
}
[class*="dev-pp-pict"] {
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 600ms 300ms ease-out, opacity 600ms 300ms;
  transition: transform 600ms 300ms ease-out, opacity 600ms 300ms;
}
[class*="dev-pp-pict"] img {
  display: block;
}
[class*="dev-pp-pict"].active {
  opacity: 1;
}
.dev-pp-pict-bottom {
  position: absolute;
  z-index: 1;
  left: 200px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.dev-pp-pict-bottom img {
  display: block;
}
.dev-pp-pict-bottom.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.dev-pp-pict-right {
  left: 40px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.dev-pp-pict-right.active {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dev-pp-foot {
  padding: 4px 0;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  line-height: 1.15;
}
.dev-pp-foot a {
  color: #fff;
}
.dev-pp-foot a:hover {
  color: #fff;
}
.dev-pp-close {
  position: absolute;
  top: -30px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.dev-pp-close:before,
.dev-pp-close:after {
  content: " ";
  display: block;
  height: 1px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dev-pp-close:after {
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dev-pp-close:hover {
  background-color: #f44128;
}
@media (max-width: 1024px) {
  .dev-pp-bottom .container {
    padding-left: 0;
    padding-right: 0;
  }
  .dev-pp-bottom form {
    margin: 20px 0;
  }
  .dev-pp-wrap {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .dev-pp-body {
    text-align: center;
  }
  #dev-pp-subscribe [class*="dev-pp-pict"] {
    left: 40px;
  }
  #dev-pp-subscribe [class*="dev-pp-pict"] img {
    height: 100px;
  }
}
@media (max-width: 480px) {
  .dev-pp-foot {
    max-width: 200px;
    margin: auto;
  }
}
@media (min-width: 480px) {
  .dev-pp-body {
    padding: 20px 40px;
    -webkit-transition: opacity 0.3s 900ms;
    transition: opacity 0.3s 900ms;
  }
}
@media (min-width: 641px) {
  .dev-pp-body form {
    width: 550px;
    margin: 20px auto 40px auto;
  }
  .dev-pp-body form:before,
  .dev-pp-body form:after {
    content: " ";
    display: table;
  }
  .dev-pp-body form:after {
    clear: both;
  }
  .dev-pp-body form input {
    float: left;
    margin: 0;
    width: 400px;
    max-width: 100%;
  }
  .dev-pp-body form input[type="submit"] {
    width: 150px;
  }
}
@media (min-width: 1025px) {
  .dev-pp-wrap {
    background-color: transparent;
  }
  .dev-pp-title {
    height: 47px;
    line-height: 47px;
    font-size: 33px;
    letter-spacing: 0.015em;
    padding-left: 48px;
  }
  .dev-pp-close {
    top: 10px;
    right: 10px;
  }
  .dev-pp-body {
    width: 660px;
    height: 114px;
    margin: 0 auto 0 auto;
    padding: 0;
  }
  .dev-pp-body .dev-social {
    position: absolute;
    top: 47px;
    left: 570px;
  }
  .dev-pp-body form {
    margin: 0;
  }
  .dev-pp-body form input[type="email"] {
    padding: 0 20px 0 50px;
  }
  .dev-pp-foot {
    font-size: 16px;
    padding: 4px 0 4px 50px;
  }
}
