.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;
}
.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;
}

@charset 'UTF-8';
/* 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%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

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

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

    opacity: .75;
    color: white;

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

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

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

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

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

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

    width: 20px;
    height: 20px;

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

    opacity: .25;
    color: black;

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

/*
 * Dev
 */
/*
 * Palette
 */
.red-leather-button,
.red-leather-button:focus,
.red-leather-button:active {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border: none;
  outline: none;
  color: white;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 0;
  line-height: 60px;
  position: relative;
  width: 250px;
  height: 60px;
  background: #f30117 url(img/common/buttons/red-leather.png) no-repeat center center;
  background-size: cover; }

.red-leather-button:hover {
  cursor: pointer; }

.white-border-button,
.white-border-button:focus,
.white-border-button:active {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border: none;
  outline: none;
  color: white;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 18px;
  padding: 10px 26px;
  position: relative;
  border-radius: 4px;
  border: 2px solid white;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease; }
  .white-border-button[data-icon-position="left"],
  .white-border-button:focus[data-icon-position="left"],
  .white-border-button:active[data-icon-position="left"] {
    padding-left: 44px; }
    .white-border-button[data-icon-position="left"]:before,
    .white-border-button:focus[data-icon-position="left"]:before,
    .white-border-button:active[data-icon-position="left"]:before {
      content: '';
      left: 12px;
      top: 50%;
      margin-top: -12px;
      position: absolute;
      width: 24px;
      height: 24px; }
  .white-border-button[data-icon="play"]:before,
  .white-border-button:focus[data-icon="play"]:before,
  .white-border-button:active[data-icon="play"]:before {
    content: '';
    background: url(img/common/icons/play.png) no-repeat center center; }

.white-border-button:hover {
  cursor: pointer;
  background: #f30117;
  border-color: #f30117;
  color: white;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease; }

.checkbox {
  position: relative;
  padding: 2px 0 0 34px;
  text-align: left; }
  .checkbox input {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
    left: -10000px; }
    .checkbox input + span {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(img/common/checkbox.png);
      background-position: left top;
      background-repeat: no-repeat; }
    .checkbox input:checked + span {
      background-position: left bottom; }
  .checkbox > label {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px; }
  .checkbox > span {
    font-size: 14px;
    font-weight: 400;
    text-align: left; }
  .checkbox a {
    display: inine-block;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #f30117;
    border-bottom: 1px solid transparent; }
    .checkbox a:hover {
      color: #f30117;
      border-color: #f30117; }

#agreement-error {
  padding: 0;
  color: #a94442; }

.agreement {
  text-align: center; }
  .agreement > div {
    padding: 16px 0 0 0;
    display: inline-block; }
  .agreement label {
    font-size: 12px; }

.help-block {
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 13px;
  color: #f30117; }

.filefield > label {
  font-size: 13px;
  height: 46px;
  width: 100%;
  background: #efefef;
  border: 2px solid #e9e9e9;
  border-radius: 5px;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  text-align: left;
  padding-left: 20px;
  line-height: 44px;
  display: inline-block;
  vertical-align: top;
  outline: none;
  color: #949d9a; }
  .filefield > label > input {
    visibility: hidden;
    position: absolute;
    left: -10000px;
    height: 0;
    width: 0; }
  .filefield > label:hover {
    cursor: pointer; }
.filefield > p {
  padding: 10px 0;
  color: #7a8380;
  font-size: 13px; }
  .filefield > p > span {
    display: block; }

iframe[name='hiddenInlineFrame'] {
  position: absolute;
  left: -10000px;
  top: -10000px;
  visibility: hidden; }

iframe {
  border: none; }

/*
 * Options
 */
.range {
  display: block;
  padding: 20px 0 10px 0;
  position: relative;
  overflow: visible; }
  .range input[type="number"] {
    width: 50px;
    border: none;
    outline: none;
    height: 20px; }

/*
 * Reset track
 */
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type=range]:focus {
  outline: none; }

/*
 * Thump
 */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: white;
  cursor: pointer;
  margin-top: -8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38); }

input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: white;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38); }

input[type=range]::-ms-thumb {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: gainsboro;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38); }

/*
 * Track
 */
input[type=range]::-webkit-slider-runnable-track {
  display: block;
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #f30117;
  border-radius: 2px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  display: block;
  background: #f30117; }

input[type=range]::-moz-range-track {
  display: block;
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #f30117;
  border-radius: 2px; }

input[type=range]::-ms-track {
  display: block;
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  display: block;
  background: #f30117;
  border-radius: 2px; }

input[type=range]:focus::-ms-fill-lower {
  background: #f30117; }

input[type=range]::-ms-fill-upper {
  background: #f30117;
  border-radius: 2px; }

input[type=range]:focus::-ms-fill-upper {
  background: #f30117; }

input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #f30117;
  border-radius: 10px; }

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px; }

input[type=range]::-ms-thumb {
  border: none;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  background: white;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38); }

input[type=range]:focus::-ms-fill-lower {
  background: #f30117; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

select {
  width: 100%;
  height: 40px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
  color: black;
  border: 1px solid #c9cacc;
  border-radius: 5px;
  background: transparent;
  padding: 0 30px 0 10px;
  position: relative;
  z-index: 10; }

select::-ms-expand {
  /* for IE 11 */
  display: none; }

.selectfield {
  position: relative;
  background: white; }
  .selectfield > .selectfield-helper {
    position: absolute;
    z-index: 5;
    right: 12px;
    top: 13px;
    background: url(img/common/select.png) no-repeat center center;
    width: 16px;
    height: 16px; }

.textarea {
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 5px;
  position: relative;
  float: left;
  width: 100%; }
  .textarea > textarea {
    font-family: 'Open Sans';
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 21px;
    float: left;
    padding: 5px 10px;
    width: calc(100% - 4px);
    resize: vertical;
    margin: 1px;
    background: white;
    color: black;
    border: none;
    position: relative;
    z-index: 3;
    font-size: 16px;
    border-radius: 5px;
    outline: none !important; }
    .textarea > textarea + .textarea-helper {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      border: 2px solid black;
      font-size: 16px;
      height: 100%;
      border: 1px solid #c9cacc;
      border-radius: 5px;
      min-width: 30px; }
    .textarea > textarea:focus {
      color: black; }
      .textarea > textarea:focus + .textarea-helper {
        border-color: #f30117; }

.textfield {
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 5px;
  position: relative;
  height: 46px;
  width: 100%;
  min-width: 30px;
  padding: 1px; }
  .textfield > .textfield-input {
    font-family: 'Open Sans';
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 44px;
    line-height: 44px;
    float: left;
    padding: 0 20px;
    width: 100%;
    margin: 0;
    background: white;
    color: black;
    border: none;
    position: relative;
    z-index: 3;
    font-size: 16px;
    border-radius: 5px;
    outline: none !important; }
    .textfield > .textfield-input + .textfield-helper {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      border: 1px solid black;
      font-size: 16px;
      height: 46px;
      border: 1px solid #c9cacc;
      border-radius: 5px;
      min-width: 30px; }
    .textfield > .textfield-input:focus {
      color: black; }
      .textfield > .textfield-input:focus + .textfield-helper {
        border-color: #f30117; }

.textfield-errors {
  padding: 5px 0 5px 0; }
  .textfield-errors > li {
    padding: 0 10px 10px 10px;
    text-align: left;
    font-size: 13px; }

.modal-title > p {
  text-align: left; }

.slick-prev,
.slick-next {
  background: none;
  margin-top: 0;
  z-index: 100;
  display: block; }
  .slick-prev:hover,
  .slick-next:hover {
    cursor: pointer; }
  .slick-prev:before, .slick-prev:after,
  .slick-next:before,
  .slick-next:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat; }
  .slick-prev:before,
  .slick-next:before {
    opacity: 1;
    z-index: 1; }
  .slick-prev:after,
  .slick-next:after {
    opacity: 0;
    z-index: 2;
    transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease; }
  .slick-prev:hover,
  .slick-next:hover {
    cursor: pointer; }
    .slick-prev:hover:after,
    .slick-next:hover:after {
      opacity: 1;
      transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      -webkit-transition: opacity 300ms ease; }

.slick-prev:before {
  background-position: left top !important; }
.slick-prev:after {
  background-position: left bottom !important; }

.slick-next:before {
  background-position: right top !important; }
.slick-next:after {
  background-position: right bottom !important; }

#lines .slick-prev,
#lines .slick-next,
#team-slider .slick-prev,
#team-slider .slick-next {
  width: 70px;
  height: 70px; }
#lines .slick-prev,
#team-slider .slick-prev {
  left: 30px; }
#lines .slick-next,
#team-slider .slick-next {
  right: 30px; }

@media only screen and (min-width: 980px) {
  #team-slider .slick-next {
    right: -70px; } }
#portfolio .slick-prev,
#portfolio .slick-next {
  width: 30px;
  height: 55px; }
#portfolio .slick-prev {
  left: 10px; }
#portfolio .slick-next {
  right: 10px; }

#stages .slick-prev,
#stages .slick-next {
  width: 30px;
  height: 55px; }
#stages .slick-prev {
  left: 10px; }
#stages .slick-next {
  right: 10px; }

@media only screen and (max-width: 979px) {
  #lines .slick-prev {
    left: 5px; }
  #lines .slick-next {
    right: 5px; } }
#lines .slick-prev:before, #lines .slick-prev:after,
#lines .slick-next:before,
#lines .slick-next:after,
#team-slider .slick-prev:before,
#team-slider .slick-prev:after,
#team-slider .slick-next:before,
#team-slider .slick-next:after {
  background-image: url(img/common/slider/lines.png) !important; }

#portfolio .slick-prev:before, #portfolio .slick-prev:after,
#portfolio .slick-next:before,
#portfolio .slick-next:after {
  background-image: url(img/common/slider/portfolio.png) !important; }

#stages .slick-prev:before, #stages .slick-prev:after,
#stages .slick-next:before,
#stages .slick-next:after {
  background-image: url(img/common/slider/stages.png) !important; }

ul.slick-dots {
  bottom: -26px; }
  ul.slick-dots > li {
    margin: 0;
    padding: 0 8px;
    width: auto;
    height: auto; }
    ul.slick-dots > li > button,
    ul.slick-dots > li > button:focus {
      display: inline-block;
      width: 14px;
      height: 14px;
      border-radius: 7px;
      margin: 0;
      padding: 0;
      background: #9daab3;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }
      ul.slick-dots > li > button:before,
      ul.slick-dots > li > button:focus:before {
        display: none !important; }
    ul.slick-dots > li > button:hover {
      background: #f30117;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }
    ul.slick-dots > li.slick-active > button,
    ul.slick-dots > li.slick-active > button:focus {
      background: #f30117;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }

.slider {
  margin: 0; }

.panel,
.slide {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  margin: 0;
  outline: none !important; }

.container {
  margin: 0 auto; }

@media only screen and (min-width: 980px) {
  .container {
    max-width: 980px; }

  .screen {
    padding: 55px 0; } }
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1300px; }

  .screen {
    padding: 89px 0; } }
@media only screen and (max-width: 979px) {
  .container {
    max-width: 660px; }

  .screen {
    padding: 34px 0; } }
@media only screen and (max-width: 660px) {
  .container {
    max-width: 100%; }

  .screen {
    padding: 34px 0; } }
#dev > a {
  opacity: 0.38;
  background-color: transparent;
  background-image: url(img/screens/footer/7r-logo-bw1.png);
  background-repeat: no-repeat;
  background-position: center 26px;
  display: inline-block;
  position: relative;
  z-index: 100;
  width: 200px;
  height: 67px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease; }
  #dev > a > span {
    transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    -webkit-transition: color 300ms ease;
    color: black;
    font-size: 13px;
    line-height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center; }
  #dev > a:hover {
    opacity: 1;
    background-color: black;
    background-image: url(img/screens/footer/7r-logo-bw.png);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease; }
    #dev > a:hover > span {
      transition: color 300ms ease;
      -moz-transition: color 300ms ease;
      -ms-transition: color 300ms ease;
      -o-transition: color 300ms ease;
      -webkit-transition: color 300ms ease;
      color: white; }

@media only screen and (min-width: 961px) {
  #dev {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    right: 0;
    text-align: right; } }
@media only screen and (max-width: 960px) {
  #dev {
    text-align: center;
    overflow: hidden; } }
.control-label {
  font-size: 26px;
  font-weight: 300;
  display: block;
  padding: 0 0 8px 0; }

.form-group {
  margin-bottom: 10px; }

.input-group {
  width: 100%; }

.form-control {
  height: 40px; }

.help-block {
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 14px; }

.check-box {
  margin: 0;
  padding: 15px 0;
  overflow: hidden; }
  .check-box > input {
    float: left; }
  .check-box > label {
    display: block;
    margin-left: 24px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: black !important;
    display: block; }
    .check-box > label > input {
      outline: none !important; }
    .check-box > label > span {
      white-space: nowrap;
      font-size: 14px; }

#agreement-error {
  padding: 0;
  color: #a94442; }

select {
  font-size: 16px; }

.form {
  border-radius: 10px; }
  .form > form > p {
    font-size: 15px;
    line-height: 1.2; }
    .form > form > p b {
      font-size: 21px;
      padding-bottom: 13px;
      display: block;
      font-weight: 400; }
    .form > form > p > span {
      display: block; }

@media only screen and (min-width: 961px) {
  .form {
    padding: 37px 34px; }
    .form > form > p {
      margin-bottom: 26px; } }
@media only screen and (max-width: 960px) {
  .form {
    padding: 21px;
    margin: 0 10px; }
    .form > form > p {
      margin-bottom: 21px; } }
.file_name {
  border-radius: 4px;
  line-height: 20px; }

a {
  outline: none !important; }

.load_file {
  cursor: default !important;
  position: relative;
  white-space: normal;
  border: none;
  outline: none !important;
  color: #999 !important;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  background: none;
  text-decoration: none !important; }
  .load_file:before {
    content: '\f0ed';
    font-family: FontAwesome;
    color: #555 !important;
    margin-right: 10px; }
  .load_file:hover {
    background: none;
    cursor: pointer;
    cursor: default !important;
    color: #000 !important; }
  .load_file > input {
    cursor: default !important;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent; }
    .load_file > input:hover {
      cursor: default !important; }

.datepicker div {
  font-size: 16px;
  color: black; }

.agr {
  display: inline-block; }
  .agr > div {
    padding-bottom: 0; }

@media only screen and (max-width: 660px) {
  .screen {
    overflow: hidden; } }
.lb-dataContainer {
  position: fixed;
  left: auto;
  right: 10px;
  top: 10px;
  width: 100% !important;
  height: auto;
  z-index: 1000; }

.lb-details {
  display: none; }

.link,
.go-to-project {
  display: inline-block;
  outline: none;
  text-decoration: none !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);
  color: #f30117; }
  .link:hover,
  .go-to-project:hover {
    color: #f30117;
    border-color: #f30117;
    cursor: pointer; }
  .link.active,
  .go-to-project.active {
    color: #f30117;
    border-color: #f30117;
    cursor: pointer; }

.modal-dialog {
  max-width: 340px; }
  .modal-dialog .modal-body {
    padding: 34px; }

.modal-body {
  position: relative; }
  .modal-body > .close {
    width: 32px;
    height: 32px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: -32px;
    right: -32px;
    background-image: url(img/common/modal/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f30117;
    border-radius: 16px;
    opacity: 1; }
    .modal-body > .close:hover {
      background-color: #fe293c; }
  .modal-body > .close {
    outline: none !important;
    border: none !important; }
  .modal-body > .head > h3
  > .h3 > span,
  .modal-body > .head > p > span,
  .modal-body > .head > .p > span {
    display: block; }
  .modal-body > .head > h3
  > .h3 {
    font-weight: 700;
    margin: 0; }
  .modal-body > .head > p,
  .modal-body > .head > .p {
    margin: 0 0 26px 0; }
  .modal-body .foot {
    text-align: center; }
    .modal-body .foot > .button {
      width: 100%; }

@media only screen and (min-width: 980px) {
  .modal-dialog {
    margin-top: 140px; } }
@media only screen and (max-width: 979px) {
  .modal-dialog {
    margin-top: 40px; } }
* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  overflow-x: hidden;
  color: black; }

h1, h2, h3 {
  padding: 0;
  margin: 0; }

p {
  padding: 0;
  margin: 0; }

label {
  margin: 0;
  padding: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul > li,
  ol > li {
    margin: 0;
    padding: 0; }

a,
a:hover,
a:active {
  display: inline-block;
  outline: none;
  text-decoration: none;
  color: black; }

button {
  display: inline-block;
  padding: 0;
  outline: none;
  border: none;
  background: none; }

label {
  display: block; }

._:before {
  content: attr(data-text); }

.clock {
  border: none;
  background-color: transparent;
  color: white;
  width: 480px;
  margin: 0 auto;
  height: 89px; }
  .clock > .countdown-row > .countdown-section {
    position: relative; }
    .clock > .countdown-row > .countdown-section:before {
      content: ':';
      position: absolute;
      right: -10px;
      top: -3px;
      font-size: 60px; }
    .clock > .countdown-row > .countdown-section:last-child:before {
      display: none; }
    .clock > .countdown-row > .countdown-section > .countdown-amount {
      font-size: 60px;
      font-weight: 400;
      letter-spacing: 2px; }
    .clock > .countdown-row > .countdown-section > .countdown-period {
      color: rgba(255, 255, 255, 0.5);
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase; }

@media only screen and (max-width: 979px) {
  .clock {
    width: 100%;
    min-width: 200px;
    max-width: 400px;
    margin: 0 auto;
    height: 55px; }
    .clock > .countdown-row > .countdown-section:before {
      right: -3px;
      top: -1px;
      font-size: 30px; }
    .clock > .countdown-row > .countdown-section > .countdown-amount {
      font-size: 30px; }
    .clock > .countdown-row > .countdown-section > .countdown-period {
      font-size: 11px; } }
* {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif; }

h1 {
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  font-weight: 600;
  text-transform: uppercase; }

p.descriptor {
  font-size: 21px;
  font-weight: 300;
  text-align: center;
  padding: 0;
  margin: 0; }

h3, .h3 {
  font-weight: 600;
  margin: 0 0 1.62em 0; }

li, .li {
  font-size: 16px;
  font-weight: 400; }

p, .p {
  font-size: 16px;
  font-weight: 400; }

th, td {
  font-size: 16px;
  padding: 0; }

th {
  font-weight: 700; }

td {
  font-weight: 400; }

@media only screen and (min-width: 980px) {
  h1 {
    font-size: 34px; }

  h2 {
    font-size: 34px;
    margin-bottom: 55px; }

  h3, .h3 {
    font-size: 24px; }

  p.descriptor {
    margin: 0 0 55px 0; } }
@media only screen and (max-width: 979px) {
  h1 {
    font-size: 21px; }

  h2 {
    font-size: 21px;
    margin-bottom: 34px; }

  h3, .h3 {
    font-size: 18px; }

  p.descriptor {
    margin: 0 0 34px 0; } }
.nowrap {
  white-space: nowrap; }

#address li.email {
  color: #f30117; }

@media only screen and (min-width: 980px) {
  #address {
    padding: 0; }
    #address .address {
      padding: 0 0 34px 0; }
    #address h2 {
      margin: 0 0 20px 0; }
    #address li {
      font-weight: 600;
      font-size: 21px; }
      #address li.streetAddress {
        margin: 0 0 16px 0; }
    #address #map {
      height: 550px;
      background: black; } }
@media only screen and (max-width: 979px) {
  #address h2 {
    margin: 0 0 20px 0; }
  #address .streetAddress {
    margin: 0 0 10px 0; }
  #address #map {
    display: none; } }
#benefits {
  color: white;
  background: url(img/screens/benefits/background.jpg) repeat center center;
  position: relative; }
  #benefits:before, #benefits:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 34px;
    background: url(img/screens/benefits/edge.png) repeat-x center center; }
  #benefits:before {
    top: 0; }
  #benefits:after {
    bottom: 0; }
  #benefits li > span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    max-width: 150px;
    margin: 0 auto; }
  #benefits li {
    margin-bottom: 34px; }
  #benefits img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 16px; }

@media only screen and (min-width: 980px) {
  #benefits ul {
    max-width: 960px;
    margin: 0 auto; }
  #benefits li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 20%; }
  #benefits p {
    padding-top: 20px; } }
@media only screen and (max-width: 979px) {
  #benefits {
	display: none;
    padding: 68px 0; }
    #benefits .container {
      padding: 0 10px; } }
#catalogue .model {
  padding-bottom: 34px; }
#catalogue .image {
  font-size: 0;
  margin-bottom: 20px; }
  #catalogue .image img {
    display: inline-block;
    max-width: 100%;
    margin: 0; }
#catalogue .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px; }
#catalogue .material {
  color: #949d9a;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px; }
#catalogue .price {
  color: #f30117;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px; }
#catalogue .special-link {
  color: #f30117;
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid transparent;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease; }
  #catalogue .special-link:hover {
    cursor: pointer;
    border-color: #f30117;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease; }

@media only screen and (min-width: 980px) {
  #catalogue .models {
    max-width: 960px;
    margin: 0 auto; }
  #catalogue .model {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 33.33%; } }
@media only screen and (max-width: 979px) {
  #catalogue .container {
    padding: 0 10px; } }
#colors {
  background: url(img/screens/colors/edge.png) repeat-x top center;
  position: relative; }
  #colors:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: url(img/screens/colors/edge.png) repeat-x bottom center; }
  #colors li > span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    max-width: 150px;
    margin: 0 auto; }
  #colors li {
    margin-bottom: 34px; }
    #colors li:last-child {
      margin: 0; }
  #colors img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 16px; }

@media only screen and (min-width: 980px) {
  #colors ul {
    max-width: 960px;
    margin: 0 auto; }
  #colors li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 20%; } }
@media only screen and (max-width: 979px) {
  #colors {
    padding: 68px 0; } }
#configurator {
  /*
   * CONFIG
   */ }
  #configurator h2 {
    text-transform: none;
    font-weight: 600;
    color: white; }
  #configurator .body {
    background: white;
    border-radius: 10px; }
  #configurator .configurator {
    text-align: left; }
  #configurator .protection,
  #configurator .logo,
  #configurator .cargoHold,
  #configurator .type,
  #configurator .material,
  #configurator .leatherColors,
  #configurator .lines {
    padding: 20px 0; }
  #configurator .logo,
  #configurator .cargoHold,
  #configurator .type,
  #configurator .material,
  #configurator .leatherColors,
  #configurator .lines {
    border-bottom: 2px solid #ececec; }
  #configurator .key,
  #configurator .subkey {
    font-weight: 400;
    padding: 0 0 10px 0; }
  #configurator .subkey {
    color: #d8a9b1; }
  #configurator .subkeyDesc {
    color: #d8a9b1;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    padding: 0 0 10px 0; }
  #configurator .leatherColors li {
    display: inline-block;
    vertical-align: top;
    padding: 0 2px 2px 0; }
  #configurator .leatherColors label {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    overflow: hidden;
    vertical-align: top;
    position: relative; }
    #configurator .leatherColors label:hover {
      cursor: pointer; }
    #configurator .leatherColors label[data-i="1"] {
      background: #000000; }
    #configurator .leatherColors label[data-i="2"] {
      background: #52585A; }
    #configurator .leatherColors label[data-i="3"] {
      background: #cdcec9; }
    #configurator .leatherColors label[data-i="4"] {
      background: #bab3a1; }
    #configurator .leatherColors label[data-i="5"] {
      background: #a78256; }
    #configurator .leatherColors label[data-i="6"] {
      background: #bc774e; }
    #configurator .leatherColors label[data-i="7"] {
      background: #c37149; }
    #configurator .leatherColors label[data-i="8"] {
      background: #70412f; }
    #configurator .leatherColors label[data-i="9"] {
      background: #a91817; }
    #configurator .leatherColors label[data-i="10"] {
      background: #284b6f; }
    #configurator .leatherColors label input {
      height: 0;
      width: 0;
      visibility: hidden;
      position: absolute;
      left: -10000px; }
      #configurator .leatherColors label input + span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 17px;
        overflow: hidden;
        opacity: 0;
        transition: opacity 300ms ease;
        -moz-transition: opacity 300ms ease;
        -ms-transition: opacity 300ms ease;
        -o-transition: opacity 300ms ease;
        -webkit-transition: opacity 300ms ease;
        background: url(img/screens/configurator/check.png) no-repeat center center; }
      #configurator .leatherColors label input:checked + span {
        opacity: 1;
        transition: opacity 300ms ease;
        -moz-transition: opacity 300ms ease;
        -ms-transition: opacity 300ms ease;
        -o-transition: opacity 300ms ease;
        -webkit-transition: opacity 300ms ease; }
  #configurator .lines > .simple {
    margin-bottom: 10px; }
  #configurator .lines li {
    display: inline-block;
    padding: 0 2px 30px 0;
    vertical-align: top; }
  #configurator .lines label {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-image: url(img/screens/configurator/lines.png);
    vertical-align: top;
    position: relative; }
    #configurator .lines label:hover {
      cursor: pointer; }
    #configurator .lines label[data-i="1"] {
      background-position: 0 0px; }
    #configurator .lines label[data-i="2"] {
      background-position: 0 -48px; }
    #configurator .lines label[data-i="3"] {
      background-position: 0 -96px; }
    #configurator .lines label[data-i="4"] {
      background-position: 0 -144px; }
    #configurator .lines label[data-i="5"] {
      background-position: 0 -192px; }
    #configurator .lines label[data-i="6"] {
      background-position: 0 -240px; }
    #configurator .lines label[data-i="7"] {
      background-position: 0 -288px; }
    #configurator .lines label[data-i="8"] {
      background-position: 0 -336px; }
    #configurator .lines label[data-i="9"] {
      background-position: 0 -384px; }
    #configurator .lines label[data-i="10"] {
      background-position: 0 -432px; }
    #configurator .lines label[data-i="11"] {
      background-position: 0 -480px; }
    #configurator .lines label[data-i="12"] {
      background-position: 0 -528px; }
    #configurator .lines label[data-i="13"] {
      background-position: 0 -576px; }
	#configurator .lines label[data-i="14"] {
      background-position: 0 -624px; }
	#configurator .lines label[data-i="15"] {
      background-position: 0 -672px; }
	#configurator .lines label[data-i="16"] {
      background-position: 0 -720px; }
	#configurator .lines label[data-i="17"] {
      background-position: 0 -768px; }
	#configurator .lines label[data-i="18"] {
      background-position: 0 -816px; }
	#configurator .lines label[data-i="19"] {
      background-position: 0 -864px; }
	#configurator .lines label[data-i="20"] {
      background-position: 0 -912px; }
	#configurator .lines label[data-i="21"] {
      background-position: 0 -960px; }
    #configurator .lines label input {
      height: 0;
      width: 0;
      visibility: hidden;
      position: absolute;
      left: -10000px; }
      #configurator .lines label input + span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 24px; }
        #configurator .lines label input + span > span {
          display: block;
          font-size: 14px;
          font-weight: 700;
          line-height: 14px; }
        #configurator .lines label input + span:before {
          content: attr(data-i);
          font-size: 14px;
          font-weight: 700;
          position: absolute;
          top: 100%;
          margin-top: 8px;
          left: 50%;
          margin-left: -10px;
          width: 20px;
          text-align: center;
          line-height: 14px; }
        #configurator .lines label input + span:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          display: block;
          opacity: 0;
          border-radius: 24px;
          overflow: hidden;
          transition: opacity 300ms ease;
          -moz-transition: opacity 300ms ease;
          -ms-transition: opacity 300ms ease;
          -o-transition: opacity 300ms ease;
          -webkit-transition: opacity 300ms ease;
          background: url(img/screens/configurator/check.png) no-repeat center center; }
      #configurator .lines label input:checked + span:after {
        opacity: 1;
        transition: opacity 300ms ease;
        -moz-transition: opacity 300ms ease;
        -ms-transition: opacity 300ms ease;
        -o-transition: opacity 300ms ease;
        -webkit-transition: opacity 300ms ease; }
  #configurator .type .key,
  #configurator .material .key {
    width: 140px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top; }
  #configurator .type ul,
  #configurator .material ul {
    display: inline-block;
    vertical-align: top; }
  #configurator .type li,
  #configurator .material li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0; }
  #configurator .type label,
  #configurator .material label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 34px;
    font-size: 16px; }
    #configurator .type label:hover,
    #configurator .material label:hover {
      cursor: pointer; }
    #configurator .type label input,
    #configurator .material label input {
      height: 0;
      width: 0;
      visibility: hidden;
      position: absolute;
      left: -10000px; }
      #configurator .type label input + span,
      #configurator .material label input + span {
        width: 24px;
        height: 24px;
        display: block;
        background-image: url(img/screens/configurator/radio.png);
        background-repeat: no-repeat;
        background-position: left top;
        position: absolute;
        left: 0;
        top: 0; }
      #configurator .type label input:checked + span,
      #configurator .material label input:checked + span {
        background-position: left bottom; }
  #configurator .protection label,
  #configurator .logo label,
  #configurator .cargoHold label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 34px;
    font-size: 16px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none; }
    #configurator .protection label:hover,
    #configurator .logo label:hover,
    #configurator .cargoHold label:hover {
      cursor: pointer; }
    #configurator .protection label input,
    #configurator .logo label input,
    #configurator .cargoHold label input {
      height: 0;
      width: 0;
      visibility: hidden;
      position: absolute;
      left: -10000px; }
      #configurator .protection label input + span,
      #configurator .logo label input + span,
      #configurator .cargoHold label input + span {
        width: 24px;
        height: 24px;
        display: block;
        background-image: url(img/screens/configurator/cargoHoldCheck.png);
        background-repeat: no-repeat;
        background-position: left top;
        position: absolute;
        left: 0;
        top: 0; }
      #configurator .protection label input:checked + span,
      #configurator .logo label input:checked + span,
      #configurator .cargoHold label input:checked + span {
        background-position: left bottom; }
  #configurator .logo > label {
    margin: 10px 10px 10px 0; }
  #configurator .logo .selectfield {
    display: inline-block;
    vertical-align: middle; }
  #configurator .preview {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; }
    #configurator .preview > img {
      display: inline-block;
      vertical-align: top;
      max-width: 100%;
      float: left; }
    #configurator .preview > div {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      #configurator .preview > div > img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%; }
      #configurator .preview > div.layer-1 {
        z-index: 1; }
      #configurator .preview > div.layer-2 {
        z-index: 2; }
      #configurator .preview > div.layer-3 {
        z-index: 3; }
  #configurator h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px 0; }
  #configurator .priceIsNotAvailable {
    color: #999999;
    margin: 0 0 20px 0; }
    #configurator .priceIsNotAvailable > span {
      display: block; }
  #configurator .price {
    margin: 0 0 20px 0; }
    #configurator .price > span {
      display: block;
      color: #f30117; }
      #configurator .price > span.value {
        font-size: 34px;
        font-weight: 600; }
  #configurator .formbox {
    margin: 0 auto;
    max-width: 300px; }
  #configurator .delivery {
    border: 2px solid #be616c;
    padding: 10px 10px 12px 10px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 0 10px 0; }
  #configurator .reset {
    font-size: 13px;
    padding: 20px 0 0 0; }
  #configurator .reset-link {
    color: #f30117;
    display: inline-block;
    vertical-align: top;
    border-bottom: 2px solid transparent;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease; }
    #configurator .reset-link:hover {
      cursor: pointer;
      border-color: #f30117;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }

@media only screen and (min-width: 980px) {
  #configurator {
    background: #737373 url(img/screens/configurator/background.jpg) no-repeat top center;
	background-size:cover;
    padding: 55px 0; }
    #configurator .container {
      max-width: 960px; }
    #configurator .body {
      padding: 15px; }
      #configurator .body > div {
        display: table;
        width: 100%;
        table-layout: fixed; }
        #configurator .body > div > div {
          display: table-cell;
          vertical-align: top;
          width: 50%; }
          #configurator .body > div > div.configurator {
            padding: 15px 30px 15px 15px; }
          #configurator .body > div > div.result {
            padding: 15px 15px 15px 30px;
            border-left: 2px solid #e9e9e9; } }
@media only screen and (max-width: 979px) {
  #configurator {
    background: #737373; }
    #configurator .container {
      padding: 0 10px; }
    #configurator .body {
      margin: 0 auto;
      max-width: 480px;
      padding: 0 20px; }
      #configurator .body > div > div {
        padding: 20px 0; }
        #configurator .body > div > div.result {
          border-top: 2px solid #e9e9e9; } }
#developer {
  background: whitesmoke; }
  #developer a {
    display: inline-block;
    z-index: 100;
    width: 280px;
    height: 50px;
    position: relative; }
    #developer a:before, #developer a:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(img/screens/developer/made-with-love-by-7rays.png);
      background-repeat: no-repeat;
      transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      -webkit-transition: opacity 300ms ease; }
    #developer a:before {
      opacity: 1;
      background-position: left top; }
    #developer a:after {
      opacity: 0;
      background-position: left bottom; }
    #developer a:hover:before, #developer a:hover:after {
      transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      -webkit-transition: opacity 300ms ease; }
    #developer a:hover:before {
      opacity: 0; }
    #developer a:hover:after {
      opacity: 1; }

#footer {
  background: #bec5cb;
  color: #233134; }
  #footer .descriptor > p {
    font-size: 13px; }
    #footer .descriptor > p:first-child {
      font-weight: 600; }
  #footer .social {
    white-space: nowrap; }
    #footer .social li {
      width: 48px;
      height: 48px;
      display: inline-block;
      vertical-align: top;
      margin: 0 5px;
      position: relative; }
  #footer a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    #footer a:before, #footer a:after {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(img/screens/footer/icons.png);
      background-repeat: no-repeat; }
    #footer a:before {
      opacity: 1;
      z-index: 1; }
    #footer a:after {
      opacity: 0;
      z-index: 2;
      transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      -webkit-transition: opacity 300ms ease; }
    #footer a:hover {
      cursor: pointer; }
      #footer a:hover:after {
        opacity: 1;
        transition: opacity 300ms ease;
        -moz-transition: opacity 300ms ease;
        -ms-transition: opacity 300ms ease;
        -o-transition: opacity 300ms ease;
        -webkit-transition: opacity 300ms ease; }
  #footer .facebook:before {
    background-position: 0 top; }
  #footer .facebook:after {
    background-position: 0 bottom; }
  #footer .vk:before {
    background-position: -48px top; }
  #footer .vk:after {
    background-position: -48px bottom; }
  #footer .youtube:before {
    background-position: -96px top; }
  #footer .youtube:after {
    background-position: -96px bottom; }
  #footer .instagram:before {
    background-position: -144px top; }
  #footer .instagram:after {
    background-position: -144px bottom; }
  #footer .drive:before {
    background-position: -192px top; }
  #footer .drive:after {
    background-position: -192px bottom; }

@media only screen and (min-width: 980px) {
  #footer {
    padding: 0; }
    #footer .container {
      max-width: 960px; }
    #footer .content {
      display: table;
      width: 100%;
      height: 100px; }
      #footer .content > div {
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px; }
        #footer .content > div.descriptor {
          width: 100%;
          text-align: left; }
          #footer .content > div.descriptor p:first-child {
            margin-bottom: 5px; }
          #footer .content > div.descriptor span {
            display: block; }
        #footer .content > div.logo > p {
          width: 180px; }
        #footer .content > div.social > p {
          width: 220px; } }
@media only screen and (max-width: 979px) {
  #footer .container {
    padding: 0 10px; }
  #footer .logo {
    margin-bottom: 10px; }
  #footer .descriptor {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px; }
    #footer .descriptor > p:first-child {
      margin-bottom: 5px; } }
#header {
  padding: 0;
  color: white; }
  #header .logo > p {
    font-size: 0; }
  #header .phone > p {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1px;
    white-space: nowrap;
    transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    -webkit-transition: color 300ms ease; }
  #header .callback-button {
    position: relative;
    display: inline-block;
    height: 48px;
    width: 48px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px; }
    #header .callback-button:hover {
      cursor: pointer; }
    #header .callback-button:before, #header .callback-button:after {
      content: '';
      display: inline-block;
      height: 48px;
      width: 48px;
      background-image: url(img/screens/header/callback-button.png);
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -24px;
      margin-left: -24px; }
    #header .callback-button:before {
      opacity: 1;
      z-index: 1;
      background-position: left top; }
    #header .callback-button:after {
      opacity: 0;
      z-index: 2;
      background-position: left bottom;
      transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      -webkit-transition: opacity 300ms ease; }
    #header .callback-button:hover {
      cursor: pointer; }
      #header .callback-button:hover:after {
        opacity: 1;
        transition: opacity 300ms ease;
        -moz-transition: opacity 300ms ease;
        -ms-transition: opacity 300ms ease;
        -o-transition: opacity 300ms ease;
        -webkit-transition: opacity 300ms ease; }
  #header .menu ul > li {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: white;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 10px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease; }
    #header .menu ul > li:hover {
      cursor: pointer;
      color: #f30117;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }
    #header .menu ul > li.active {
      color: #f30117;
      border-color: #f30117; }

@media only screen and (min-width: 980px) {
  #header {
    background: black url(img/screens/header/background.jpg) repeat top center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
    #header .container {
      max-width: 960px; }
    #header .content {
      display: table;
      width: 100%;
      height: 100px; }
      #header .content > div {
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px; }
        #header .content > div.menu {
          width: 100%; }
        #header .content > div.logo > p {
          width: 140px; }
        #header .content > div.phone > p {
          width: 300px; } }
@media only screen and (max-width: 979px) {
  #header {
    background: black;
    padding: 34px 10px 0 10px; }
    #header .logo img {
      display: inline-block;
      max-width: 100%; }
    #header .menu,
    #header .phone {
      display: none; } }
@media only screen and (max-width: 660px) {
  #header {
    /*
    .phone .callback-button {
    	display: none;
    }
    */ } }
#lines {
  color: white;
  position: relative;
  padding: 0; }
  #lines h3 {
    margin: 0;
    text-transform: uppercase; }
  #lines li {
    position: relative; }
  #lines .slide {
    background-color: black;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    #lines .slide[data-i="0"] {
      background-image: url(img/screens/lines/0.jpg); }
    #lines .slide[data-i="1"] {
      background-image: url(img/screens/lines/1.jpg); }
    #lines .slide[data-i="2"] {
      background-image: url(img/screens/lines/2.jpg); }
    #lines .slide[data-i="3"] {
      background-image: url(img/screens/lines/3.jpg); }
    #lines .slide[data-i="4"] {
      background-image: url(img/screens/lines/4.jpg); }
    #lines .slide[data-i="5"] {
      background-image: url(img/screens/lines/5.jpg); }
    #lines .slide[data-i="6"] {
      background-image: url(img/screens/lines/6.jpg); }
    #lines .slide[data-i="7"] {
      background-image: url(img/screens/lines/7.jpg); }
    #lines .slide[data-i="8"] {
      background-image: url(img/screens/lines/8.jpg); }
    #lines .slide[data-i="9"] {
      background-image: url(img/screens/lines/9.jpg); }
    #lines .slide[data-i="10"] {
      background-image: url(img/screens/lines/10.jpg); }
    #lines .slide[data-i="11"] {
      background-image: url(img/screens/lines/11.jpg); }
    #lines .slide[data-i="12"] {
      background-image: url(img/screens/lines/12.jpg); }
    #lines .slide[data-i="13"] {
      background-image: url(img/screens/lines/13.jpg); }

@media only screen and (min-width: 661px) {
  #lines {
    background: black url(img/screens/lines/background.jpg) no-repeat top center; }
    #lines h2 {
      position: absolute;
      top: 89px;
      left: 0;
      width: 100%;
      z-index: 200; }
    #lines .slider,
    #lines .slide {
      height: 700px; }
    #lines .slide {
      padding-top: 160px; }
    #lines ul {
      padding: 280px 0 0 0; }
      #lines ul > li:last-child {
        padding-top: 20px; } }
@media only screen and (max-width: 660px) {
  #lines {
    background: black; }
    #lines h2 {
      position: absolute;
      top: 34px;
      left: 0;
      width: 100%;
      z-index: 200; }
    #lines .slider,
    #lines .slide {
      height: 260px; }
    #lines .slide {
      padding-top: 70px; }
    #lines ul {
      padding: 10px 0 0 0; }
      #lines ul > li:last-child {
        display: none; } }
#main {
  color: white; }
  #main .body > p {
    font-weight: 600; }

@media only screen and (min-width: 980px) {
  #main {
    background: black url(img/screens/main/background2.JPG) no-repeat top center;
    margin-top: 100px;
    height: 800px;
    padding-top: 200px; }
    #main h1 {
      margin-bottom: 34px; }
    #main h1 > span {
      display: block; }
    #main .body > p {
      font-size: 21px; }
    #main .foot > p {
      padding: 55px 0 0 0; }
      #main .foot > p button {
        vertical-align: middle; }
        #main .foot > p button:first-child {
          margin-right: 5px; } }
@media only screen and (max-width: 979px) {
  #main {
    background: black; }
    #main .container {
      padding: 0 10px; }
    #main h1 {
      margin-bottom: 16px; }
    #main h1 > span {
      display: block; }
    #main .foot > p {
      padding: 21px 0 0 0; }
      #main .foot > p button:last-child {
        display: none; } }
@media only screen and (max-width: 660px) {
  #main h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px; }
  #main h1 > span {
    display: inline; } }
#manager {
  position: relative; }
  #manager:before, #manager:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 34px;
    background: url(img/screens/manager/edge.png) repeat-x center center; }
  #manager:before {
    top: 0; }
  #manager:after {
    bottom: 0; }
  #manager .callToAction {
    color: #ff4444;
    margin-bottom: 10px; }
    #manager .callToAction > span {
      display: block; }
  #manager .text > span {
    font-size: 34px;
    display: block; }

@media only screen and (min-width: 980px) {
  #manager {
    padding: 0; }
    #manager .container {
      max-width: 960px; }
    #manager img {
      position: absolute;
      bottom: 0;
      right: 50%;
      z-index: 10;
      margin-right: 50px; }
    #manager .content {
      margin-left: 50%;
      text-align: left;
      width: 50%;
      display: table;
      height: 730px; }
      #manager .content > div {
        display: table-cell;
        vertical-align: middle; }
    #manager .callToAction {
      font-size: 34px;
      font-weight: 600;
      margin-bottom: 55px; }
    #manager .text > span {
      padding-top: 20px;
      padding-bottom: 34px; }
    #manager .managerName {
      font-weight: 700; }
    #manager .managerRole {
      margin-bottom: 55px; } }
@media only screen and (max-width: 979px) {
  #manager {
    padding: 68px 0; }
    #manager .container {
      padding: 0 10px; }
    #manager .managerName,
    #manager .managerRole,
    #manager img {
      display: none; }
    #manager .callToAction {
      font-size: 21px; }
    #manager .text {
      margin-left: auto;
      margin-right: auto;
      max-width: 340px;
      font-size: 13px; }
    #manager .text > span {
      padding-top: 20px;
      padding-bottom: 20px; } }
.modal .head h3 {
  margin-bottom: 26px; }
.modal .head p {
  font-size: 14px; }
.modal .thanks-icon {
  height: 96px;
  background: url(img/common/modal/success.png) no-repeat center center;
  margin-bottom: 20px; }
.modal .textfield {
  margin-bottom: 10px; }
.modal[id="modal-thanks"] .head h3, .modal[id="modal-error"] .head h3 {
  color: #cc0008;
  font-size: 21px; }
.modal[id="modal-thanks"] .head p, .modal[id="modal-error"] .head p {
  color: black;
  font-weight: 600;
  font-size: 14px;
  margin: 0; }
.modal[id="modal-video"] .modal-dialog {
  width: 100%;
  max-width: 870px; }
.modal[id="modal-manager"] .textarea {
  height: 158px; }
  .modal[id="modal-manager"] .textarea > textarea {
    height: 156px;
    resize: none; }
.modal[id="modal-callback"] .red-leather-button, .modal[id="modal-salon"] .red-leather-button {
  width: 100%; }
.modal[id^="modal-catalogue"] form {
  padding-top: 20px; }
  .modal[id^="modal-catalogue"] form .formDescriptor {
    font-size: 14px;
    color: #a4b3b5;
    margin: 0 0 20px 0; }
.modal[id^="modal-catalogue"] .description {
  padding-bottom: 20px;
  border-bottom: 1px solid #bdc3c7;
  text-align: left; }
  .modal[id^="modal-catalogue"] .description h3 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 18px; }
    .modal[id^="modal-catalogue"] .description h3 > span {
      display: block; }
      .modal[id^="modal-catalogue"] .description h3 > span.material {
        color: #f30117; }
  .modal[id^="modal-catalogue"] .description p {
    margin: 0 0 15px 0;
    font-size: 14px; }
  .modal[id^="modal-catalogue"] .description ul > li {
    margin: 0 0 5px 0;
    position: relative;
    padding: 0 0 0 30px;
    font-size: 14px; }
    .modal[id^="modal-catalogue"] .description ul > li:before {
      content: '';
      position: absolute;
      left: 15px;
      top: 10px;
      width: 4px;
      height: 4px;
      margin-top: -2px;
      margin-left: -2px;
      border-radius: 2px;
      background: #f30117; }

@media only screen and (min-width: 980px) {
  .modal[id="modal-offers"] .modal-dialog {
    width: 100%;
    max-width: 870px; }
  .modal[id="modal-manager"] .modal-dialog {
    width: 100%;
    max-width: 870px; }
  .modal[id="modal-manager"] .content {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .modal[id="modal-manager"] .content > div {
      display: table-cell;
      width: 50%;
      vertical-align: top; }
      .modal[id="modal-manager"] .content > div.main {
        padding-right: 15px; }
      .modal[id="modal-manager"] .content > div.question {
        padding-left: 15px; }
  .modal[id^="modal-catalogue"] .modal-dialog {
    width: 100%;
    max-width: 960px; }
  .modal[id^="modal-catalogue"] .content {
    display: table;
    width: 100%; }
    .modal[id^="modal-catalogue"] .content > div {
      display: table-cell;
      vertical-align: middle; }
      .modal[id^="modal-catalogue"] .content > div.image > div {
        display: inline-block;
        width: 580px;
        height: 615px;
        position: relative; }
        .modal[id^="modal-catalogue"] .content > div.image > div > img {
          position: absolute;
          top: 0;
          right: 0; }
      .modal[id^="modal-catalogue"] .content > div.text {
        padding: 0 30px; } }
@media only screen and (max-width: 979px) {
  .modal[id="modal-thanks"], .modal[id="modal-error"], .modal[id^="modal-catalogue"], .modal[id="modal-manager"], .modal[id="modal-offers"], .modal[id="modal-callback"] {
    padding-right: 47px !important; }
    .modal[id="modal-thanks"] .modal-dialog, .modal[id="modal-error"] .modal-dialog, .modal[id^="modal-catalogue"] .modal-dialog, .modal[id="modal-manager"] .modal-dialog, .modal[id="modal-offers"] .modal-dialog, .modal[id="modal-callback"] .modal-dialog {
      max-width: 320px;
      margin-left: auto;
      margin-right: auto; }
    .modal[id="modal-thanks"] .red-leather-button, .modal[id="modal-error"] .red-leather-button, .modal[id^="modal-catalogue"] .red-leather-button, .modal[id="modal-manager"] .red-leather-button, .modal[id="modal-offers"] .red-leather-button, .modal[id="modal-callback"] .red-leather-button {
      width: 100%; }
  .modal[id^="modal-catalogue"] .image {
    display: none; } }
#portfolio {
  position: relative; }
  #portfolio .car {
    color: #f30117;
    font-size: 21px;
    font-weight: 700; }
  #portfolio .service {
    font-size: 21px;
    font-weight: 700; }
  #portfolio .photo {
    padding: 20px 0; }
  #portfolio .text p {
    font-size: 13px;
    margin: 0 0 16px 0; }
  #portfolio .author {
    font-weight: 700; }
  #portfolio .authorRole {
    font-weight: 400;
    font-size: 13px; }
  #portfolio .details {
    padding: 34px 0 0 0; }
  #portfolio .slider[data-i="1"] .slide[data-i="1"] {
    background-image: url(img/screens/portfolio/1/slides/1.jpg); }
  #portfolio .slider[data-i="1"] .slide[data-i="2"] {
    background-image: url(img/screens/portfolio/1/slides/2.jpg); }
  #portfolio .slider[data-i="1"] .slide[data-i="3"] {
    background-image: url(img/screens/portfolio/1/slides/3.jpg); }
  #portfolio .slider[data-i="1"] .slide[data-i="4"] {
    background-image: url(img/screens/portfolio/1/slides/4.jpg); }
  #portfolio .slider[data-i="2"] .slide[data-i="1"] {
    background-image: url(img/screens/portfolio/2/slides/1.jpg); }
  #portfolio .slider[data-i="2"] .slide[data-i="2"] {
    background-image: url(img/screens/portfolio/2/slides/2.jpg); }
  #portfolio .slider[data-i="2"] .slide[data-i="3"] {
    background-image: url(img/screens/portfolio/2/slides/3.jpg); }
  #portfolio .slider[data-i="2"] .slide[data-i="4"] {
    background-image: url(img/screens/portfolio/2/slides/4.jpg); }
  #portfolio .slider[data-i="3"] .slide[data-i="1"] {
    background-image: url(img/screens/portfolio/3/slides/1.jpg); }
  #portfolio .slider[data-i="3"] .slide[data-i="2"] {
    background-image: url(img/screens/portfolio/3/slides/2.jpg); }
  #portfolio .slider[data-i="3"] .slide[data-i="3"] {
    background-image: url(img/screens/portfolio/3/slides/3.jpg); }
  #portfolio .slider[data-i="3"] .slide[data-i="4"] {
    background-image: url(img/screens/portfolio/3/slides/4.jpg); }
  #portfolio .slider[data-i="4"] .slide[data-i="1"] {
    background-image: url(img/screens/portfolio/4/slides/1.jpg); }
  #portfolio .slider[data-i="4"] .slide[data-i="2"] {
    background-image: url(img/screens/portfolio/4/slides/2.jpg); }
  #portfolio .slider[data-i="4"] .slide[data-i="3"] {
    background-image: url(img/screens/portfolio/4/slides/3.jpg); }
  #portfolio .slider[data-i="4"] .slide[data-i="4"] {
    background-image: url(img/screens/portfolio/4/slides/4.jpg); }
  #portfolio .slider[data-i="5"] .slide[data-i="1"] {
    background-image: url(img/screens/portfolio/5/slides/1.jpg); }
  #portfolio .slider[data-i="5"] .slide[data-i="2"] {
    background-image: url(img/screens/portfolio/5/slides/2.jpg); }
  #portfolio .slider[data-i="5"] .slide[data-i="3"] {
    background-image: url(img/screens/portfolio/5/slides/3.jpg); }
  #portfolio .slider[data-i="5"] .slide[data-i="4"] {
    background-image: url(img/screens/portfolio/5/slides/4.jpg); }
  #portfolio .slide {
    height: 700px; }
  #portfolio:before, #portfolio:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 34px;
    background: url(img/screens/portfolio/edge.png) repeat-x center center; }
  #portfolio:before {
    top: 0; }
  #portfolio:after {
    bottom: 0; }

@media only screen and (min-width: 980px) {
  #portfolio .case {
    height: 700px;
    position: relative; }
    #portfolio .case .container {
      position: relative;
      max-width: 960px; }
    #portfolio .case .slider {
      height: 700px;
      position: absolute;
      width: 50%;
      top: 0; }
    #portfolio .case .slide {
      background-repeat: no-repeat; }
    #portfolio .case[data-i="1"] .slider, #portfolio .case[data-i="3"] .slider {
      right: 50%; }
    #portfolio .case[data-i="1"] .slide, #portfolio .case[data-i="3"] .slide {
      background-position: top right; }
    #portfolio .case[data-i="1"] .content, #portfolio .case[data-i="3"] .content {
      margin-left: 50%; }
    #portfolio .case[data-i="2"] .slider, #portfolio .case[data-i="4"] .slider {
      left: 50%; }
    #portfolio .case[data-i="2"] .slide, #portfolio .case[data-i="4"] .slide {
      background-position: top left; }
    #portfolio .case[data-i="2"] .content, #portfolio .case[data-i="4"] .content {
      margin-right: 50%; }
  #portfolio .content {
    display: table;
    height: 700px; }
    #portfolio .content > div {
      display: table-cell;
      vertical-align: middle;
      text-align: left; }
  #portfolio .params {
    padding: 0 40px; } }
@media only screen and (max-width: 979px) {
  #portfolio {
    padding: 68px 0; }
    #portfolio .slider {
      margin: 10px; }
    #portfolio .slider,
    #portfolio .slide {
      height: 700px;
      max-height: 80vw; }
    #portfolio .slide {
      background-size: cover; }
    #portfolio .text,
    #portfolio .details,
    #portfolio .photo,
    #portfolio .author,
    #portfolio .authorRole {
      display: none; } }
#protection .body p {
  margin-bottom: 13px; }
  #protection .body p:last-child {
    margin: 0; }

@media only screen and (min-width: 980px) {
  #protection {
    background: #ececec url(img/screens/protection/background.jpg) no-repeat top center; }
    #protection .container {
      max-width: 960px; }
    #protection .content {
      display: table;
      width: 400px;
      height: 570px;
      margin-left: auto; }
      #protection .content > div {
        display: table-cell;
        vertical-align: middle;
        text-align: left; }
    #protection h2 {
      text-transform: none;
      font-weight: 700; }
    #protection .foot {
      padding-top: 55px; } }
@media only screen and (max-width: 979px) {
  #protection {
    background: #ececec; }
    #protection .container {
      padding: 0 10px; }
    #protection .content {
      margin: 0 auto;
      max-width: 360px; }
    #protection .foot {
      padding-top: 34px; } }
#salon h2 {
  margin: 0; }
#salon .head {
  overflow: hidden;
  color: white;
  position: relative;
  background: #f94632 url(img/screens/salon/header-background.jpg) no-repeat center center; }
  #salon .head:before, #salon .head:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(img/screens/salon/header.png) repeat-x center center; }
  #salon .head:before {
    top: 0; }
  #salon .head:after {
    bottom: 0; }
  #salon .head > div {
    display: table;
    width: 100%;
    height: 173px; }
    #salon .head > div > div {
      display: table-cell;
      vertical-align: middle;
      padding: 0 10px; }

@media only screen and (min-width: 980px) {
  #salon {
    padding: 0; }
    #salon .mobileBody {
      display: none; }
    #salon .dektopBody {
      overflow: hidden;
      position: relative; }
      #salon .dektopBody > img {
        display: inline-block;
        width: 100%;
        max-width: 1920px; }
      #salon .dektopBody > p {
        position: absolute;
        bottom: 55px;
        left: 0;
        width: 100%; } }
@media only screen and (max-width: 979px) {
  #salon {
    padding-top: 0; }
    #salon .mobileBody > ul {
      padding-top: 34px;
      display: inline-block; }
      #salon .mobileBody > ul > li {
        text-align: left;
        margin-bottom: 10px;
        position: relative; }
        #salon .mobileBody > ul > li:before {
          content: '';
          position: absolute;
          width: 16px;
          height: 16px;
          background: url(img/screens/salon/li.png) no-repeat center center;
          top: 3px;
          left: -24px; }
        #salon .mobileBody > ul > li:last-child {
          margin: 0; }
    #salon .dektopBody {
      padding-top: 34px; }
      #salon .dektopBody img {
        display: none; }
    #salon .head,
    #salon .mobileBody,
    #salon .dektopBody {
      padding-left: 10px;
      padding-right: 10px; } }
#stages {
  position: relative; }
  #stages .slide {
    background-color: black;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    #stages .slide[data-i="0"] {
      background-image: url(img/screens/stages/0.jpg); }
    #stages .slide[data-i="1"] {
      background-image: url(img/screens/stages/1.jpg); }
    #stages .slide[data-i="2"] {
      background-image: url(img/screens/stages/2.jpg); }
    #stages .slide[data-i="3"] {
      background-image: url(img/screens/stages/3.jpg); }
    #stages .slide[data-i="4"] {
      background-image: url(img/screens/stages/4.jpg); }
    #stages .slide[data-i="5"] {
      background-image: url(img/screens/stages/5.jpg); }
    #stages .slide[data-i="6"] {
      background-image: url(img/screens/stages/6.jpg); }
  #stages ul.slick-dots > li {
    margin: 0;
    padding: 0 8px;
    width: auto;
    height: auto; }
    #stages ul.slick-dots > li > button,
    #stages ul.slick-dots > li > button:focus {
      display: inline-block;
      width: 34px;
      height: 10px;
      border-radius: 0;
      margin: 0;
      padding: 0;
      background: transparent;
      border-bottom: 3px solid #9daab3;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }
      #stages ul.slick-dots > li > button:before,
      #stages ul.slick-dots > li > button:focus:before {
        display: none !important; }
    #stages ul.slick-dots > li > button:hover {
      background: transparent;
      border-color: #f30117;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }
    #stages ul.slick-dots > li.slick-active > button,
    #stages ul.slick-dots > li.slick-active > button:focus {
      background: transparent;
      border-color: #f30117;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }

@media only screen and (min-width: 980px) {
  #stages {
    padding: 0;
    color: white; }
    #stages h2 {
      position: absolute;
      top: 89px;
      left: 0;
      width: 100%;
      z-index: 200; }
    #stages .slider,
    #stages .slide {
      height: 700px; }
    #stages .slide {
      padding-top: 160px;
      position: relative; }
      #stages .slide .body {
        top: 40px;
        min-height: 100px;
        left: 0;
        width: 100%;
        position: absolute; }
        #stages .slide .body h3 {
		  margin-top: 20px;
		  font-size: 34px;		}
        #stages .slide .body p {
	      text-align: center;
          font-size: 24px;
          margin: 0 auto;
          max-width: 640px; }
    #stages ul.slick-dots {
      bottom: 26px; }
    #stages .stages {
      display: none; } }
@media only screen and (max-width: 979px) {
  #stages .slider {
    display: none; }
  #stages .stages {
    display: inline-block;
    max-width: 340px;
    padding: 0 10px; }
    #stages .stages > li {
      text-align: left;
      margin-bottom: 34px;
      padding: 0 0 0 58px;
      position: relative; }
      #stages .stages > li:before {
        content: attr(data-i);
        display: block;
        width: 48px;
        height: 48px;
        border-radius: 24px;
        line-height: 48px;
        text-align: center;
        color: white;
        background: #f30117;
        font-size: 34px;
        font-weight: 600;
        position: absolute;
        left: 0;
        top: 0; }
      #stages .stages > li:last-child {
        margin: 0; }
      #stages .stages > li h3 {
        margin: 0 0 10px 0;
        max-width: 240px; } }
#team {
  position: relative; }
  #team h2 > span {
    display: block; }
  #team:before, #team:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 34px;
    background: url(img/screens/team/edge.png) repeat-x center center; }
  #team:before {
    top: 0; }
  #team:after {
    bottom: 0; }
  #team .figures {
    display: inline-block; }
    #team .figures > li {
      text-align: left;
      position: relative;
      padding: 0 0 0 40px;
      margin: 0 0 34px 0; }
      #team .figures > li:before {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 2px;
        background: url(img/screens/team/li.png) no-repeat center center; }
      #team .figures > li > span {
        display: block; }
        #team .figures > li > span.figure {
          font-weight: 600;
          font-size: 21px; }
        #team .figures > li > span.description {
          color: #a5a5a5;
          font-weight: 400; }
  #team h3 {
    margin: 0; }
  #team .role {
    color: #929b98;
    font-weight: 600; }
  #team .cite {
    margin: 0 0 34px 0;
    font-size: 14px; }
  #team ul.slick-dots > li {
    margin: 0;
    padding: 0 8px;
    width: auto;
    height: auto; }
    #team ul.slick-dots > li > button,
    #team ul.slick-dots > li > button:focus {
      display: inline-block;
      width: 34px;
      height: 10px;
      border-radius: 0;
      margin: 0;
      padding: 0;
      background: transparent;
      border-bottom: 3px solid #9daab3;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }
      #team ul.slick-dots > li > button:before,
      #team ul.slick-dots > li > button:focus:before {
        display: none !important; }
    #team ul.slick-dots > li > button:hover {
      background: transparent;
      border-color: #f30117;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }
    #team ul.slick-dots > li.slick-active > button,
    #team ul.slick-dots > li.slick-active > button:focus {
      background: transparent;
      border-color: #f30117;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }

@media only screen and (min-width: 980px) {
  #team {
    padding-bottom: 0; }
    #team .container {
      max-width: 960px; }
    #team #team-slider {
      position: relative;
      z-index: 50; }
    #team .content {
      display: table;
      height: 570px;
      width: 100%;
      margin: 0 auto;
      table-layout: fixed; }
      #team .content > div {
        display: table-cell;
        vertical-align: middle; }
        #team .content > div:first-child {
          width: 33%; }
        #team .content > div:last-child {
          width: 67%; }
    #team #team-slider {
      width: 100%;
      height: 570px;
      position: relative;
      margin: 0; }
      #team #team-slider .slide {
        background: none;
        display: table;
        width: 100%;
        height: 570px;
        table-layout: fixed; }
        #team #team-slider .slide > div {
          display: table-cell;
          vertical-align: middle; }
        #team #team-slider .slide > .image {
          width: 50%;
          vertical-align: bottom; }
        #team #team-slider .slide > .text {
          width: 50%;
          text-align: left;
          padding-left: 21px; }
    #team ul.slick-dots {
      top: -26px;
      bottom: auto;
      display: inline-block;
      left: 90px;
      width: auto; }
    #team .role {
      margin-bottom: 34px; } }
@media only screen and (max-width: 979px) {
  #team {
    padding: 68px 0 34px 0; }
    #team .container {
      padding: 0 10px; }
    #team ul.slick-dots {
      top: -26px;
      bottom: auto; }
    #team .image {
      padding-top: 34px;
      padding-bottom: 20px; }
      #team .image > img {
        display: inline-block;
        max-width: 100%; }
    #team .role {
      margin: 0 0 20px 0; } }
#timer #agreement-error {
  margin: 0 0 20px 0;
  color: #f30117;
  display: block; }
#timer .body {
  display: inline-block;
  width: 100%;
  background: white;
  border-radius: 10px; }
#timer h3 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #f30117;
  font-weight: 600;
  font-size: 46px; }
#timer .head {
  padding: 0 0 10px 0; }
  #timer .head > p {
    font-size: 13px; }
#timer .free {
  display: inline-block;
  color: #f30117;
  border-bottom: 2px solid #f30117;
  white-space: nowrap;
  font-weight: 600; }
#timer #clock {
  height: 90px;
  font-size: 21px;
  border: none;
  background-color: transparent;
  text-transform: uppercase; }
#timer .countdown-period {
  font-size: 14px;
  font-weight: 400; }
#timer .timer > p {
  color: #939c99;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 10px 0; }
#timer .checkbox {
  padding-bottom: 6px; }
#timer .red-leather-button {
  margin-bottom: 10px; }
#timer .special-link {
  display: inine-block;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #f30117;
  border-bottom: 1px solid transparent; }
  #timer .special-link:hover {
    cursor: pointer;
    color: #f30117;
    border-color: #f30117; }
#timer .textfield {
  max-width: 240px; }

@media only screen and (min-width: 980px) {
  #timer {
    background: #18252e url(img/screens/timer/background.jpg) no-repeat top center;
    position: relative;
    padding: 0; }
    #timer .container {
      max-width: 960px; }
    #timer .body {
      max-width: 380px;
      padding: 20px 40px 20px 40px; }
    #timer:after {
      content: '';
      width: 551px;
      height: 650px;
      position: absolute;
      left: 50%;
      bottom: 0;
      background: url(img/screens/timer/man.png) no-repeat top center; }
    #timer .content {
      display: table;
      margin-right: 50%;
      width: 50%;
      height: 690px; }
      #timer .content > div {
        display: table-cell;
        vertical-align: middle; } }
@media only screen and (max-width: 979px) {
  #timer {
    background: #18252e; }
    #timer .container {
      padding: 0 10px; }
    #timer .body {
      max-width: 340px;
      padding: 20px 20px 20px 20px; } }
.modal-offers-body {
  padding: 21px 0;
  text-align: center; }
  .modal-offers-body h2 {
    color: #e20c18; }
  .modal-offers-body ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 720px; }
    .modal-offers-body ul > li {
      margin: 0;
      position: relative;
      padding: 4px 0 21px 40px;
      text-align: left;
      font-weight: 400; }
      .modal-offers-body ul > li:before {
        content: attr(data-i);
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #e6e6e6;
        border-radius: 15px;
        font-size: 20px;
        font-weight: 600; }
  .modal-offers-body .nowrap {
    white-space: nowrap; }

@media only screen and (max-width: 979px) {
  .modal-offers-body ul > li {
    font-size: 14px; } }
@media only screen and (min-width: 980px) {
  #video {
    background: #626262 url(img/screens/video/background.jpg) no-repeat top center;
    height: 700px;
    padding: 0;
    color: white; }
    #video h2 {
      padding: 130px 0 100px 0;
      margin: 0; }
    #video h2 > span {
      display: block; }
    #video .video button {
      padding-top: 116px;
      position: relative; }
      #video .video button:before, #video .video button:after {
        content: '';
        width: 96px;
        height: 96px;
        background-image: url(img/screens/video/button.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -48px; }
      #video .video button:before {
        background-position: left top;
        opacity: 1;
        z-index: 1; }
      #video .video button:after {
        background-position: left bottom;
        opacity: 0;
        transition: opacity 300ms ease;
        -moz-transition: opacity 300ms ease;
        -ms-transition: opacity 300ms ease;
        -o-transition: opacity 300ms ease;
        -webkit-transition: opacity 300ms ease;
        z-index: 2; }
      #video .video button:hover {
        cursor: pointer; }
        #video .video button:hover:after {
          opacity: 1;
          transition: opacity 300ms ease;
          -moz-transition: opacity 300ms ease;
          -ms-transition: opacity 300ms ease;
          -o-transition: opacity 300ms ease;
          -webkit-transition: opacity 300ms ease; } }
@media only screen and (max-width: 979px) {
  #video {
    display: none; } }
#works li {
  font-size: 0;
  margin-bottom: 20px; }
#works a {
  display: inline-block;
  position: relative; }
  #works a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(243, 1, 23, 0.38);
    opacity: 0;
    transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease; }
  #works a:after {
    content: '';
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    position: absolute;
    background: url(img/screens/works/icon.png) no-repeat center center;
    opacity: 0;
    transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease;
    z-index: 3; }
  #works a:hover:before, #works a:hover:after {
    opacity: 1;
    transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease; }

@media only screen and (min-width: 980px) {
  #works ul {
    max-width: 960px;
    margin: 0 auto; }
  #works li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 33.33%; } }
@media only screen and (max-width: 979px) {
  #works .container {
    padding: 0 10px; }
  #works img {
    display: inline-block;
    max-width: 100%; } }


/* 21.12.16 */
.dropdown-lang{
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.dropdown-list{
    border: 1px solid #756c68;
    display: none;
    padding: 0;
    position: absolute;
    list-style: none;
    left: -10px;
    top: -10px;
    border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 40px 30px 10px 10px;
        background: #272320;
}  
.dropdown-list__item{
  text-align: left;
}
.dropdown-list__item i{
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 14px;
  height: 14px;
  margin-right: 3px;
}

.dropdown-list__item a{
  color: #fff;
}
.dropdown-lang img.flag{
  display: table-cell;
  vertical-align: middle;
}
.dropdown-lang span{
  display: table-cell;
  padding-left: 5px;
  vertical-align: middle;
}

.select-language{
  position: relative;
}
.select-language a{
  text-align: right;
  cursor: pointer;
  display: table;
  color: #fff;
  position: relative;
  z-index: 5;
}

.select-language a.active .select-arrow{
  -moz-transform:rotate(-180deg);
  -webkit-transform:rotate(-180deg);
  -o-transform:rotate(-180deg);
  -ms-transform:rotate(-180deg);
}

.select-language span{
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.select-language .icon{
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 14px;
  height: 14px;
  margin-right: 3px;
}

.select-language i img{
  max-width: 100%;
  height: auto;
}
.select-arrow{
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
  margin-left: 4px;
  margin-top: -3px;
}

@media only screen and (max-width: 979px){
  .dropdown-lang {
    position: absolute;
    right: 30px;
    top: 20px;
  }
}

@media only screen and (max-width: 400px){
  .dropdown-lang {
      right: 50%;
      margin-right: -30px;
      top: 8px;
  }
  .logo{
    padding-top: 20px;
  }
}
