

/* Start:/local/templates/website/styles/additions/bootstrap-datepicker3.min.css?150402577322906*/
/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777; }

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today.active, .datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0; }

.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range.active, .datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777; }

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555; }

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default; }

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

/*# sourceMappingURL=bootstrap-datepicker3.min.css.map */

/* End */


/* Start:/local/templates/website/styles/main.css?156284079269830*/
@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/website/styles/../fonts/Gilroy-Light.eot");
  src: url("/local/templates/website/styles/../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/website/styles/../fonts/Gilroy-Light.woff") format("woff"), url("/local/templates/website/styles/../fonts/Gilroy-Light.woff2") format("woff2"), url("/local/templates/website/styles/../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/website/styles/../fonts/Gilroy-ExtraBold.eot");
  src: url("/local/templates/website/styles/../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/website/styles/../fonts/Gilroy-ExtraBold.woff") format("woff"), url("/local/templates/website/styles/../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=a20e35569fcb8e2c21ee34103362d489)
 * Config saved to config.json and https://gist.github.com/a20e35569fcb8e2c21ee34103362d489
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; 
  color:rgba(255, 255, 255, 0.3);
}

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  text-decoration: none; }

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

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  .container {
    width: 740px; } }

@media (min-width: 992px) {
  .container {
    width: 960px; } }

@media (min-width: 1200px) {
  .container {
    width: 1080px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-webkit-keyframes hovPinIn {
  0% {
    width: 0;
    opacity: 0; }
  50% {
    width: 21px;
    opacity: 0; }
  100% {
    width: 21px;
    opacity: 0.3; } }

@keyframes hovPinIn {
  0% {
    width: 0;
    opacity: 0; }
  50% {
    width: 21px;
    opacity: 0; }
  100% {
    width: 21px;
    opacity: 0.3; } }

@-webkit-keyframes hovPinOut {
  0% {
    width: 21px;
    opacity: 0.3; }
  50% {
    width: 21px;
    opacity: 0; }
  100% {
    width: 0;
    opacity: 0; } }

@keyframes hovPinOut {
  0% {
    width: 21px;
    opacity: 0.3; }
  50% {
    width: 21px;
    opacity: 0; }
  100% {
    width: 0;
    opacity: 0; } }

@-webkit-keyframes inCh {
  0% {
    padding-left: 0px;
    background: none; }
  50% {
    padding-left: 18px;
    background: none; }
  100% {
    color: #eb3038;
    padding-left: 18px;
    background: url("/local/templates/website/styles/../images/ch.svg") left center no-repeat; } }

@keyframes inCh {
  0% {
    padding-left: 0px;
    background: none; }
  50% {
    padding-left: 18px;
    background: none; }
  100% {
    color: #eb3038;
    padding-left: 18px;
    background: url("/local/templates/website/styles/../images/ch.svg") left center no-repeat; } }

@-webkit-keyframes outCh {
  0% {
    color: #eb3038;
    padding-left: 18px;
    background: url("/local/templates/website/styles/../images/ch.svg") left center no-repeat; }
  50% {
    padding-left: 18px;
    background: none; }
  100% {
    padding-left: 0px;
    background: none; } }

@keyframes outCh {
  0% {
    color: #eb3038;
    padding-left: 18px;
    background: url("/local/templates/website/styles/../images/ch.svg") left center no-repeat; }
  50% {
    padding-left: 18px;
    background: none; }
  100% {
    padding-left: 0px;
    background: none; } }

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

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

html, body {
  overflow-x: hidden; }

body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased; }

body.preload * {
  animation-duration: 0s !important;
  -webkit-animation-duration: 0s !important;
  transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important; }

.header {
  height: 480px;
  background: #333333;
  background-size: cover;
  background-position: center;
  position: relative; }
  .header__wrap {
    max-width: 1402px;
    padding: 0 65px;
    margin: 0 auto; }
  .header__logo {
    width: 154px;
    height: 65px;
    position: relative;
    margin-top: 28px;
    background: url("/local/templates/website/styles/../images/logo.png") no-repeat;
    float: left; }
    .header__logo a {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .header__info {
    float: right; }
  .header__phone {
    color: #ffffff;
    font-family: Gilroy;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    text-align: right;
    margin-right: 29px;
    float: right; }
    .header__phone a {
      outline: none;
      color: #ffffff; }
      .header__phone a:hover {
        text-decoration: none;
        border-bottom: 1px solid #ffffff; }
  .header__phone-num {
    margin-top: 58px;
    margin-bottom: 8px; }
  .header__phone-skype {
    font-family: Gilroy;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding:0px 0px 8px 0px;}
  .header__title {
    color: #ffffff;
    font-family: Gilroy;
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    margin-top: 89px;
    text-align: center; }
  .header__title h1 {
    display: inline-flex;
    margin: 0px;
    padding: 0px;
    line-height: 48px;
    font-weight: normal;
    text-decoration: none;
      color: #ffffff;
      border-bottom: 2px solid #ed3838;
  }
    .header__title a {
      text-decoration: none;
      color: #ffffff;
      border-bottom: 2px solid #ed3838; }
	.header__title:nth-child(2n) {
		display:none;
	}
  .header_main {
    height: 740px; }
    .header_main .header__title {
      text-align: left; }
	.header__contact {
		display: inline-block;
		float: right;
		margin: 63px 20px 0px 10px;
	}
	.header__contact a{
		border:1px solid #fff;
		border-radius: 15px;
		padding:9px 20px;
		
		
		color: #fff;
		opacity: 0.8;
		text-transform: uppercase;
		font-size: 10px;
		color:#fff;
		letter-spacing: 2px;
		font-family: Gilroy;
	}
	.header__lang {
		display: inline-block;
		float: right;
		margin: 57px 30px 0px 0px;
		opacity: 0.8;
	}
	.header__lang a {
		display: inline-block;
		border:1px solid #fff;
		border-radius: 20px;
		margin:0px 10px 0px 0px;
		width:33px;
		line-height:30px;
		height:33px;
		text-align:center;
		color:#fff;
	}
	.header__lang a.current {
		background: #fff;
		color:#000;
	}	
.menu {
  font-size: 0;
  outline: none; }
  .menu-header {
    float: right; }
  .menu__link {
    display: inline-block;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 10px;
	transition: all .1s ease-in-out;
    margin-top: 50px; }
  .menu__link:hover {
	  transform: scale(1.1);
  }
    .menu__link:last-child {
      margin-right: 0; }
    .menu__link-search {
      background-image: url("/local/templates/website/styles/../images/search2.svg"); }
    .menu__link-cart {
      background-image: url("/local/templates/website/styles/../images/cart.svg"); }
    .menu__link-open {
      background-image: url("/local/templates/website/styles/../images/open.svg"); }
    .menu__link-close {
      background-image: url("/local/templates/website/styles/../images/cls.svg"); }

.header_main {
  height: 740px;
  position: relative; }
  .header_main .header__wrap {
    position: relative;
    z-index: 20; }

.header_mainBlock {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%; }
  .header_mainBlock__items {
    max-width: 1402px;
    margin: 0px auto 0 auto;
    
    position: relative;
    z-index: 10; }
  .header_mainBlock__item {
    position: relative;
    height: 290px;
    padding: 450px 65px 0; }
  .header_mainBlock__item a:hover {
	  text-decoration:underline;
  }
  .header_mainBlock__title {
    margin-bottom: 45px; }
    .header_mainBlock__title a {
      color: #ffffff;
      font-family: Gilroy;
      font-size: 36px;
      font-weight: 300;
      line-height: 30px;
      text-decoration: none; }
  .header_mainBlock__descr a {
    color: #ffffff;    
    text-decoration: none; }

.header_mainBlock__photos {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5; }
.header_mainBlock_item {
	width: 33.333%;
	float:left;
	height: 740px;
	overflow: hidden;
}
.header_mainBlock__photo {
  width:100%;
  height: 740px;
  position: relative;
  
 }

.header_mainBlock__photo:hover>.inner_photo, .header_mainBlock__photo:hover>.overlay {
  -webkit-transform:  scale(1.1);
          transform:  scale(1.1); 

} 
.inner_photo {
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	transition: all .4s ease-in-out; 
	transition: all .4s ease-in-out;
	background-size: cover;
	background-position: center; 
	
}
.header_mainBlock__photo .overlay {
	content:'';
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	background:url(/local/templates/website/styles/../images/main_overlay.png) ;
	transition: all .4s ease-in-out; 
	transition: all .4s ease-in-out;
}
.header_mainBlock__photo:hover > .overlay {
	opacity:0.4;
	transition:opacity 1s;
}

.search__field {
  padding: 23px 0 17px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 0; }

.search__input {
  height: 50px;
  line-height: 50px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  padding: 0 30px;
  outline: none;
  border: none;
  width: calc(100% - 110px);
  border-left: 1px solid  #ebebeb;
  outline: none;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .search__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .search__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .search__input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .search__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }

.search__btn {
  width: 100px;
  height: 50px;
  font-size: 0;
  border: none;
  padding: 0;
  background: url("/local/templates/website/styles/../images/search.svg") center no-repeat;
  opacity: 0.2;
  outline: none;
  cursor: pointer;
  vertical-align: top; }

.search {
  margin-bottom: 17px; }

.h4-title {
  color: #000000;
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  margin: 77px 0 44px 0; }

i.placePin {
  display: inline-block;
  width: 8px;
  height: 11px;
  background: url("/local/templates/website/styles/../images/pin.png") left center no-repeat; }

.best {
  padding-bottom: 89px; }

.bestItem {
  width: calc(33.333rem + (20px/3));
  height: 560px;
  padding: 60px 50px 0 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 20px;
  border-radius: 4px;
  background-color: #1a1518;
  position: relative;
  overflow: hidden;
  transition: all .3s linear; }
  .bestItem:last-child {
    margin-right: 0; }
  .bestItem i.placePin {
    width: 0;
    -webkit-animation: hovPinOut linear .4s;
            animation: hovPinOut linear .4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .bestItem:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 12, 0.25); }
    .bestItem:hover i.placePin {
      -webkit-animation: hovPinIn linear .4s;
              animation: hovPinIn linear .4s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
  .bestItem__content {
    position: absolute;
    bottom: -32px;    
    padding:10px;
    
    width: calc(100% - 100px);
    transition: all .3s linear; }
  .bestItem:hover .bestItem__content {
    bottom: 50px;    
    transition: all .3s linear;
  }
  .bestItem .bestItem__places {    
    padding:10px;   
    position: relative;
    left:0px;
    
  }
  .bestItem:hover .bestItem__places {    
    
    transition: all .3s linear;
  }
  .bestItem__title {
    color: #ffffff;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 35px; }
    .bestItem__title a {
      color: #ffffff;
      text-decoration: none; }
  .bestItem__duration {
    color: #ffffff;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 300;
    line-height: 11px;
    margin-bottom: 47px;
    text-transform: uppercase; }
  .bestItem__footer {
    opacity: 0;
    transition: opacity .3s linear; }
  .bestItem:hover .bestItem__footer {
    opacity: 1; }
  .bestItem__price {
    color: #ffffff;
    font-family: Gilroy;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px; 
    white-space: nowrap;}
  .bestItem__take {
    text-align: right; }

.bestItem__places ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .bestItem__places ul li {
    color: #ffffff;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase; }
    .bestItem__places ul li i {
      width: 0px;
      opacity: 0.3; }

.btn--take, .btn--take:hover {
  display: inline-block;
  padding: 0 18px;
  height: 31px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #ed3838;
  color: #ffffff;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 400;
  line-height: 31px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer; }

.moreLink {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  padding-right: 40px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAHCAYAAAAMPr0FAAAAgklEQVQoU62SsRHCQAwE96JX6A4oDbsDl0AJLuHpgBIoASrw0AGh7MBiniFgGGdCufZ2ThKJiVJGlqUKnr8YJbiE2Qk4AoPcr9+sHBg6zG7AAWjgKvdzC1CYRcZ6Z/cB9HnjUmakjog70iT3+jbO2H467tm2Uet6+V/H7Xju095XvAAydidX7u2tLAAAAABJRU5ErkJggg==") right center no-repeat; }
  .moreLink:hover {
    text-decoration: none;
    color: #000000; }

.moreLink--best {
  font-size: 24px; }

.reviews {
  background-color: #f6f7fa; }

.reviewsBig {
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  background-color: #fff;
  padding: 58px 50px;
  position: relative;
  transition: all .3s linear; }
  .reviewsBig:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 12, 0.25); }
  .reviewsBig-header__rating {
    float: left;
    line-height: 31px; }
  .reviewsBig-header__type {
    float: right;
    border-radius: 15px;
    height: 31px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 18px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 31px;
    text-transform: uppercase; }
  .reviewsBig__content {
    position: absolute;
    width: calc(100% - 100px);
    bottom: 58px;
    left: 50px; }
  .reviewsBig__title {
    color: #ffffff;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 35px; }
  .reviewsBig__name {
    color: #000;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 300;
    line-height: 11px;
    text-transform: uppercase; }

i.star {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/local/templates/website/styles/../images/star_red.png") center no-repeat;
  margin-right: 3px; }
  i.star:last-child {
    margin: 0; }

.blockLink {
  position: relative; }
  .blockLink > a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0; }

.reviewsSmall__item {
  margin-bottom: 40px; }

.reviewsSmall__image {
  float: left;
  padding-right: 28px;
  border-radius: 3px; }

.reviewsSmall__text {
  float: left;
  width: calc(100% - 100px); }

.reviewsSmall__review {
  height: 52px;
  color: #000000;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  display: block;
  display: -webkit-box;
  /* Fallback for non-webkit */
  margin: 0 auto;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }

.reviewsSmall__name {
  color: #000000;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase; }

.reviews__footer {
  margin-bottom: 70px; }

.revsocial__header {
  color: #000000;
  font-family: Gilroy;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 25px; }

.revsocial__img {
  float: left;
  width: 40px;
  margin-right: 10px; }
  .revsocial__img img {
    width: 100%; }
  .revsocial__img.ta img {
    border-radius: 50%; }

.revsocial__name {
  width: calc(100% - 50px);
  float: left; }

.revsocial__namerow {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px; }

.fb .revsocial__namerow {
  color: #365899; }

.ta .revsocial__namerow {
  color: #589442; }

.revsocial__date {
  opacity: 0.5;
  color: #000000;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px; }

.revsocial__text {
  color: #000000;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px; }

.revsocial__body {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px; }

.fb-rating {
  display: inline-block;
  width: 24px;
  height: 14px;
  margin: 0 0 -2px 5px; }
  .fb-rating.r1 {
    background: url(/local/templates/website/styles/../images/fbsp.png) 0px -70px no-repeat; }
  .fb-rating.r2 {
    background: url(/local/templates/website/styles/../images/fbsp.png) -25px -70px no-repeat; }
  .fb-rating.r3 {
    background: url(/local/templates/website/styles/../images/fbsp.png) -50px -70px no-repeat; }
  .fb-rating.r4 {
    background: url(/local/templates/website/styles/../images/fbsp.png) 0px -85px no-repeat; }
  .fb-rating.r5 {
    background: url(/local/templates/website/styles/../images/fbsp.png) -25px -85px no-repeat; }

.ta-rating {
  display: inline-block;
  background-image: url(/local/templates/website/styles/../images/ta.png);
  background-position: left -46px;
  width: 70px;
  height: 14px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 14px;
  margin: 0 0 -2px 5px; }
  .ta-rating span {
    background-image: url(/local/templates/website/styles/../images/ta.png);
    background-position: left -32px;
    background-repeat: no-repeat;
    display: block;
    height: 14px; }
  .ta-rating.r1 span {
    width: 15px; }
  .ta-rating.r2 span {
    width: 28px; }
  .ta-rating.r3 span {
    width: 40px; }
  .ta-rating.r4 span {
    width: 52px; }
  .ta-rating.r5 span {
    width: 70px; }

.revsocial__footer {
  margin-bottom: 20px; }

.reviews__social {
  margin-bottom: 75px; }

.discounts {
  margin: 90px 0 0 0; }

.discount {
  margin-bottom: 20px; }

.discount__inner {
  padding: 50px;
  border-radius: 4px; }
  .discount__inner.fb {
    background-color: #3c5b9a; }
  .discount__inner.ta {
    background-color: #8ec661; }
  .discount__inner .discount__name {
    color: #ffffff;
    font-family: Gilroy;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px; }
  .discount__inner .discount__for {
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; }

.whyitem {
  margin-bottom: 20px; }

.whyitem__ico {
  height: 80px; }

.whyitem__name {
  color: #000000;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px; }

.whyitem__hr {
  height: 2px;
  width: 40px;
  border-radius: 1px;
  background-color: #c9d8e4;
  margin: 25px 0; }

.whysitem {
  margin-bottom: 20px; }

.whysitem__hr {
  width: 40px;
  height: 2px;
  border-radius: 1px;
  background-color: #c9d8e4;
  margin: 20px 0; }

.whyitem__text {
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px; }

.whysitem__name {
  color: #000000;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  padding-left: 30px;
  margin-bottom: 15px; }

.whysitem__text {
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px; }

.ico-tr {
  background: url("/local/templates/website/styles/../images/ws1.png") center left no-repeat; }

.ico-visa {
  background: url("/local/templates/website/styles/../images/ws2.png") center left no-repeat; }

.ico-langs {
  background: url("/local/templates/website/styles/../images/ws3.png") center left no-repeat; }

.whyblock {
  margin-bottom: 50px; }

.whysblock {
  margin-bottom: 50px; }

.whysitem__link {
  margin: 15px 0; }
  .whysitem__link a {
    display: block;
    width: 22px;
    height: 20px;
    background: url("/local/templates/website/styles/../images/arr.png") center no-repeat; }

.about {
  background-color: rgba(53, 83, 149, 0.05); }
  .about p {
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(56, 56, 56, 0.11);
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px; }

.shareBl {
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  vertical-align: top;
  text-align: center;
  margin: 40px 0; }
  .shareBl > span {
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }
  .shareBl .count {
    line-height: 32px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    vertical-align: top;
    background-color: #e2e3e6;
    padding: 0 12px;
    border-radius: 16px;
    display: inline-block;
    position: relative;
    margin-left: 10px; }
    .shareBl .count:after {
      content: '';
      display: block;
      position: absolute;
      left: -3px;
      top: 10px;
      width: 10px;
      height: 10px;
      -webkit-transform: rotate(26deg) skewX(-35deg);
              transform: rotate(26deg) skewX(-35deg);
      background-color: #e2e3e6; }
  .shareBl .share-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 5px; }
    .shareBl .share-link.fb {
      background: url("/local/templates/website/styles/../images/s1.png") center no-repeat; }
    .shareBl .share-link.tw {
      background: url("/local/templates/website/styles/../images/s2.png") center no-repeat; }
    .shareBl .share-link.gp {
      background: url("/local/templates/website/styles/../images/s3.png") center no-repeat; }

.footer {
  background-color: #383838; }

.subs {
  margin: 45px 0; }
  .subs .search__input {
    background: no-repeat;
    color: #666666;
    border-left: 1px solid rgba(235, 235, 235, 0.11); }
  .subs .search__field {
    border-bottom: 1px solid rgba(235, 235, 235, 0.11); }
  .subs .search__btn {
    background: url(/local/templates/website/styles/../images/subs.svg) 50% no-repeat; }

.footerNav {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.1);
  margin-bottom: 35px; }

.footerNav__header {
  color: #ffffff;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 25px; }

.fmenu {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0; }

.fmenu__item {
  color: rgba(255, 255, 255, 0.3);
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
  line-height: 26px; }
  .fmenu__item.spacer {
    height: 26px; }
  .fmenu__item a {
	  transition: all .2s ease-in-out;
    color: rgba(255, 255, 255, 0.3); }
  .fmenu__item a:hover {
	  color: rgba(255, 255, 255, 0.5);
  }
.socFooter {
  margin-top: 20px; }
  .socFooter a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 4px; }
    .socFooter a.fb {
      background: url("/local/templates/website/styles/../images/f1.png") center no-repeat; }
    .socFooter a.insta {
      background: url("/local/templates/website/styles/../images/f2.png") center no-repeat; }
    .socFooter a.tw {
      background: url("/local/templates/website/styles/../images/tw.png") center no-repeat; }
    .socFooter a.yt {
      background: url("/local/templates/website/styles/../images/yt.png") center no-repeat; }

.footer__since, .copy {
  color: rgba(255, 255, 255, 0.3);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  margin: 19px 0 0 0; }

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

.footer__bottom {
  padding-bottom: 20px; }

.header__mob {
  background-color: white;
  height: 70px;
  padding: 0 30px; }

.headerMob__nav {
  float: right; }
  .headerMob__nav > a {
    display: inline-block;
    width: 22px;
    height: 70px;
    line-height: 70px;
    margin-right: 30px;
    vertical-align: top;
    position: relative; }
    .headerMob__nav > a:last-child {
      margin-right: 0; }
    .headerMob__nav > a.ico-search {
      background: url("/local/templates/website/styles/../images/mb1.png") center no-repeat; }
    .headerMob__nav > a.ico-cart {
      background: url("/local/templates/website/styles/../images/mb2.png") center no-repeat;
      text-decoration: none; }
      .headerMob__nav > a.ico-cart .cart__count {
        display: block;
        width: 18px;
        height: 18px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
        background-color: #ed3838;
        color: #ffffff;
        font-family: Roboto;
        font-size: 9px;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        top: 15px;
        left: 10px; }
    .headerMob__nav > a.ico-menu {
      background: url("/local/templates/website/styles/../images/mb3.png") center no-repeat; }

	.header__mob .header__lang {
		margin: 10px 0px 0px 0px;		
		padding: 10px 0px 0px 0px;		
	}	
	.header__mob .header__lang a {
		color:#000;}
	
	.header__mob .header__lang a.current {
		border:1px solid #000;
	}
	
.best__wrap, .reviewsList__wrap, .sites__wrap, .gallery__wrap {
  overflow: visible !important; }

.scrollbar {
  width: 100%;
  height: 4px;
  border-bottom: 2px solid rgba(24, 29, 37, 0.05);
  margin-top: 20px;
  margin-bottom: 40px; }

.scrollbar .handle {
  width: 100px;
  position: relative;
  /* overriden if dynamicHandle: 1 */
  height: 6px;
  border-radius: 3px;
  background-color: #ed3838; }
.scrollbar .handle:before {
  content:'';  
  background-color: #ed3838;
  width:20px;
  height:20px;  
  border-radius: 30px;
  position: absolute;
  top:-7px;
  left:calc(50% - 10px);
}
.reviewsList > div:last-child {
  padding-right: 0; }
.reviewsList div:nth-child(even) .reviewsBig {
    background-color: #ed3838;
}

.header__back {
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 15px; }
  .header__back a {
    border: none; }

.headerNav {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 100%; }

.headerNav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.headerNav__item {
  display: inline;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  padding: 0 15px;
  white-space: nowrap; }
  .headerNav__item a {
    color: #ffffff; }
    .headerNav__item a:hover {
      text-decoration: none; }
  .headerNav__item.active {
    color: rgba(255, 255, 255, 0.5); }
    .headerNav__item.active a {
      color: rgba(255, 255, 255, 0.5); }

.filter__filter-block--open {
  height: 75px;
  line-height: 75px;
  padding: 0 1.5rem;
  box-shadow: 0 2px 5px rgba(198, 156, 110, 0.2);
  font-family: proba_promedium;
  font-size: 20px;
  position: relative; }
  .filter__filter-block--open:after {
    content: '';
    height: 20px;
    position: absolute;
    top: 27px;
    right: 1.5rem;
    width: 20px;
    display: block;
    background: url("/local/templates/website/styles/../images/down.svg") no-repeat;
    background-size: 20px;
    transition: all 400ms; }
  .filter__filter-block--open.opened:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.filter__filter-block--open {
  display: none; }

.filter__sbm {
  max-width: 125px;
  text-align: right; }
  .filter__sbm input {
    width: 90px;
    height: 31px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    background-color: #ed3838;
    color: #ffffff;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    border-radius: 15px;
    letter-spacing: 3px; }

.sort {
  padding: 20px 0; }

.sort__item {
  color: #666666;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  padding-right: 22px;
  margin-right: 40px;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 2px;
  position: relative; }
  .sort__item:hover, .sort__item:active, .sort__item:focus {
    text-decoration: none;
    color: #666666; }
  .sort__item:first-child {
    padding: 0;
    background: none; }
  .sort__item:last-child {
    margin-right: 0; }
  .sort__item.sort-desc:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 6px;
    top: 50%;
    margin-top: -4px;
    right: 0;
    z-index: -1;
    background: url(/local/templates/website/styles/../images/dr.png) right center no-repeat; }
  .sort__item.sort-asc:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 6px;
    top: 50%;
    margin-top: -4px;
    right: 0;
    z-index: -1;
    background: url(/local/templates/website/styles/../images/dr.png) right center no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.btn {
  display: inline-block; }

.btn-wr {
  height: 31px;
  border-radius: 15px;
  border: 1px solid rgba(237, 56, 56, 0.3);
  line-height: 31px;
  color: #ed3838;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 18px;
  transition: all .4s ease-in-out; }
  .btn-wr:hover {
    border: 1px solid rgba(237, 56, 56, 0.5); }

.catalog .bestItem {
  width: 100%;
  margin: 0 0 17px 0; }

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

.btn-loadmore {
  color: #ffffff;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  height: 50px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  background-color: #ed3838;
  padding: 0 27px;
  border-radius: 25px;
  letter-spacing: 2px;
  margin: 20px 0; }

.pagination {
  list-style: none;
  margin: 0;
  padding: 0; }

.pagination,
.pagination li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.pagination a {
  padding-top: 1px;
  text-decoration: none;
  border-left-width: 0;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 2px; }

.pagination li:not([class*="current"]) a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-top-color: rgba(0, 0, 0, 0.35);
  border-bottom-color: rgba(0, 0, 0, 0.5); }

.pagination li:not([class*="current"]) a:focus,
.pagination li:not([class*="current"]) a:active {
  border-left-width: 1px; }

.pagination li:first-of-type a {
  border-left-width: 1px; }

.pagination li:first-child a::before,
.pagination li:last-child a::after,
.pagination li:nth-of-type(2) a::before,
.pagination li:nth-last-of-type(2) a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

.pagination li.current a {
  padding-top: .25em;
  cursor: default;
  pointer-events: none;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(242, 72, 64, 0.31);
  color: #ed3838;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 25px; }

@media only screen and (max-width: 64.063em) {
  .pagination li:first-child,
  .pagination li:last-child {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .pagination li:nth-of-type(2) a {
    border-left-width: 1px; } }

@media only screen and (max-width: 40.063em) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .pagination li.current,
  .pagination li:first-of-type,
  .pagination li:last-of-type,
  .pagination li:nth-of-type(2),
  .pagination li:nth-last-of-type(2) {
    position: initial;
    top: initial;
    left: initial; }
  .pagination li:nth-of-type(2) a {
    border-left-width: 0; } }

@media only screen and (max-width: 30.063em) {
  h1 {
    font-size: 1.35em !important; }
  .pagination li:first-child,
  .pagination li:last-child {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .pagination li:nth-of-type(2) a {
    border-left-width: 1px; } }

@media only screen and (max-width: 15.063em) {
  /* For watches? */
  .pagination li {
    width: 50%; }
  .pagination li.current {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    border-left-width: 1px; } }

.pagBl {
  padding-top: 35px;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(56, 56, 56, 0.11); }

.pageNav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
  border-bottom: 1px solid #ebebeb; }

.pageNav__item {
  color: #666666;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px; }
  .pageNav__item a {
    color: #666666; }

.company__prev {
  color: #1b202c;
  font-family: Gilroy;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 30px; }
  .company__prev p {
    margin: 0 0 30px 0; }

.company__det {
  color: #000000;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px; }
  .company__det p {
    margin: 0 0 30px 0; }

.subs-blue {
  border-radius: 4px;
  background-color: #3c5b9a; }
  .subs-blue .search__btn {
    opacity: 1; }
  .subs-blue .search__input {
    border-left: 1px solid white;
    color: white; }

.numbers {
  background-color: rgba(53, 83, 149, 0.05);
  padding-bottom: 80px; }

.numbers__item {
  border-radius: 4px;
  text-align: center;
  overflow: hidden; }

.numbers__wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.numbers__bg {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all .4s ease-in-out; }

.numbers__item {
  margin-bottom: 20px; }

.numbers__item:hover .numbers__bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.numbers__content {
  height: 340px;
  padding: 80px 80px 70px 80px;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .numbers__content div {
    width: 100%; }

.numbers__count {
  color: #ffffff;
  font-family: Gilroy;
  font-size: 70px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 20px; }

.numbers__title {
  color: #ffffff;
  font-family: Gilroy;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px; }

.numbers__text {
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px; }

.numbers__hr {
  width: 100%;
  height: 2px; }
  .numbers__hr span {
    display: inline-block;
    width: 40px;
    height: 2px;
    border-radius: 1px;
    background-color: #ffffff;
    vertical-align: top;
    line-height: 2px; }

.currClient {
  color: #000000;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  margin: 30px 0 20px 0; }
  .currClient img {
    margin-left: 10px; }

.clientBtn {
  text-align: center; }

.teamItem {
  width: calc(33.333rem + (20px/3));
  height: 560px;
  padding: 60px 50px 0 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 20px;
  border-radius: 4px;
  background-color: #1a1518;
  position: relative;
  overflow: hidden;
  transition: all .3s linear; }
  .teamItem:last-child {
    margin-right: 0; }
  .teamItem i.placePin {
    width: 0;
    -webkit-animation: hovPinOut linear .4s;
            animation: hovPinOut linear .4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .teamItem:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 12, 0.25); }
    .teamItem:hover i.placePin {
      -webkit-animation: hovPinIn linear .4s;
              animation: hovPinIn linear .4s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .teamItem:hover:before {
        content:'';
        position:absolute;
        top:0px;
        left:0px;
        right:0px;
        height:100%;
        background: #000;
        opacity:0.3;        
    }   
  .teamItem__content {
    position: absolute;
    bottom: -150px;
    left: 50px;
    width: calc(100% - 100px);
    transition: all .3s linear; }
  .teamItem:hover .teamItem__content {
    bottom: 50px; }
  .teamItem__title {
    color: #ffffff;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 15px; }
    .teamItem__title a {
      color: #ffffff;
      text-decoration: none; }
  .teamItem__duration {
    color: #ffffff;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .teamItem__text {
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px; }
  .teamItem__textd {
    height: 140px; }
  .teamItem__footer {
    opacity: 0;
    transition: opacity .3s linear; }
  .teamItem:hover .teamItem__footer {
    opacity: 1; }
  .teamItem__price {
    color: #ffffff;
    font-family: Gilroy;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px; }
  .teamItem__take {
    text-align: right; }

.teamItem__places ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .teamItem__places ul li {
    color: #ffffff;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase; }
    .teamItem__places ul li i {
      width: 0px;
      opacity: 0.3; }

.btn-white {
  height: 31px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 400;
  line-height: 31px;
  text-transform: uppercase;
  padding: 0 19px; }

.btn-sm {
  height: 31px;
  border-radius: 15px;
  line-height: 31px;
  font-size: 11px;
  padding: 0 19px;
  letter-spacing: normal; }

.serveses {
  background-color: rgba(53, 83, 149, 0.05); }

.disclaimer__text {
  color: #000000;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(56, 56, 56, 0.1); }
  .disclaimer__text p {
    margin: 0 0 20px 0; }

.mapItem__title {
  color: #000000;
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 300;
  line-height: 30px;
  margin: 23px 0 15px 0; }

.mapItem__adr {
  color: #000000;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 15px; }

.mapItem__btn {
  margin-bottom: 30px; }

.mapItem__conts {
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px; }

.mapItem__desc {
  padding-left: 30px; }

.mapsBl {
  margin: 80px 0 120px 0; }

.mapItem {
  margin-bottom: 50px; }
  .mapItem:last-child {
    margin-bottom: 0; }

.question {
  background: url("/local/templates/website/styles/../images/bbg1.jpg") no-repeat;
  background-size: cover;
  padding: 90px; }

.question__title {
  color: #ffffff;
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 300;
  line-height: 30px; }

.input-qform {
  width: 100%;
  height: 90px;
  line-height: 90px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .input-qform::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .input-qform::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .input-qform:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .input-qform:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .ckechbox-qform {
	  color: rgba(255, 255, 255, 0.5);
  }
.question__sbm {
  text-align: center; }
  .question__sbm input {
    border: none;
    margin: 60px 0 0 0; }

.articlePrev {
  margin: 20px 0 15px 0;
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px; }

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0; }
  .breadcrumb li {
    display: inline;
    padding-right: 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-family: Roboto;
    font-weight: 300;
    background: url("/local/templates/website/styles/../images/arrow.png") right 3px center no-repeat; }
    .breadcrumb li:last-child {
      padding: 0;
      background: none; }
    .breadcrumb li a {
      color: #ffffff;
      font-size: 16px;
      line-height: 28px;
      font-family: Roboto;
      font-weight: 300; }

.places {
  max-width: 600px;
  margin: 30px auto 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .places span {
    padding-left: 17px;
    background: url("/local/templates/website/styles/../images/pin.png") left center no-repeat;
    color: #ffffff;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 20px;
    display: inline; }

.headerDesc {
  color: #ffffff;
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: center; }

.h2_header, h2 {
  color: #000000;
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 300;
  line-height: 30px; }

.h3_header, h3 {
  color: #1b202c;
  font-family: Gilroy;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px; }

.tour p {
  color: #000000;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px; }

ol {
  list-style: none;
  margin: 0;
  padding: 0; }
  ol li {
    counter-increment: item;
    color: #000000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 25px;
    display: inline-block; }
    ol li span {
      display: block;
      float: left;
      width: calc(100% - 50px); }
  ol li:before {
    margin-right: 10px;
    content: counter(item) ".";
    width: 30px;
    text-align: center;
    display: block;
    color: #ed3838;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    float: left; }

.datepicker-inline {
  width: 100%; }
  .datepicker-inline .table-condensed {
    width: 100%;
    height: 147px;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    color: #000000; }

.datepicker .datepicker-switch {
  font-weight: 400;
  text-transform: none; }

.datepicker table tr td, .datepicker table tr th {
  font-weight: 400; }

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover {
  position: relative;
  background: none; }
  .datepicker table tr td.active.active:before, .datepicker table tr td.active.highlighted.active:before, .datepicker table tr td.active.highlighted:active:before, .datepicker table tr td.active.highlighted:hover:before, .datepicker table tr td.active:active:before, .datepicker table tr td.active:hover:before {
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #ef1c28;
    content: '';
    display: block;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    margin-left: -19px;
    margin-top: -19px;
    z-index: -1; }

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  position: relative;
  background: none; }
  .datepicker table tr td.active.active.focus:before, .datepicker table tr td.active.active:focus:before, .datepicker table tr td.active.active:hover:before, .datepicker table tr td.active.highlighted.active.focus:before, .datepicker table tr td.active.highlighted.active:focus:before, .datepicker table tr td.active.highlighted.active:hover:before, .datepicker table tr td.active.highlighted:active.focus:before, .datepicker table tr td.active.highlighted:active:focus:before, .datepicker table tr td.active.highlighted:active:hover:before, .datepicker table tr td.active:active.focus:before, .datepicker table tr td.active:active:focus:before, .datepicker table tr td.active:active:hover:before {
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #ef1c28;
    content: '';
    display: block;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    margin-left: -19px;
    margin-top: -19px;
    z-index: -1; }

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  position: relative;
  background: none; }
  .datepicker table tr td.day:hover:before, .datepicker table tr td.focused:before {
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #eee;
    content: '';
    display: block;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    margin-left: -19px;
    margin-top: -19px;
    z-index: -1; }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover {
  position: relative;
  background: none; }
  .datepicker table tr td span.active.active:before, .datepicker table tr td span.active.disabled.active:before, .datepicker table tr td span.active.disabled:active:before, .datepicker table tr td span.active.disabled:hover:before, .datepicker table tr td span.active.disabled:hover.active:before, .datepicker table tr td span.active.disabled:hover:active:before, .datepicker table tr td span.active.disabled:hover:hover:before, .datepicker table tr td span.active:active:before, .datepicker table tr td span.active:hover:before, .datepicker table tr td span.active:hover.active:before, .datepicker table tr td span.active:hover:active:before, .datepicker table tr td span.active:hover:hover:before {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ef1c28;
    content: '';
    display: block;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: -1; }

.dateBl h3 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px; }

.dateBl #tourDate {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb; }

.sel select {
  height: 65px;
  line-height: 65px;
  outline: none;
  width: 100%;
  background: white;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
  color: #666666;
  font-family: Roboto;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: url(/local/templates/website/styles/../images/dr.png) no-repeat;
  background-position: right 30px center; }

.tourPrice {
  color: #1b202c;
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 300;
  line-height: 91px;
  height: 91px;
  border-radius: 0;
  padding: 0 30px;
  background-color: rgba(235, 235, 235, 0.5); }

.btn-lg {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0; }

.tourBtns a:first-child {
  margin-right: 10px; }

.tour {
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb; }

.sites__photo {
  height: 240px;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px; }

.sites__title {
  color: #000000;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px; }

.sites__descr {
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 26px; }

.sitesBl {
  background-color: rgba(53, 83, 149, 0.05);
  padding-bottom: 100px; }

.sites__item, .gallery__item {
  float: left; }
.sites__item {
    position: relative;
    padding-bottom: 40px;
}
.sites__item .sites__btn {
    position: absolute;
    bottom: 4px;
    left:0px;
}
.itinireray__time {
  color: #1b202c;
  font-family: Gilroy;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px; }

.itinireray__title {
  color: #1b202c;
  font-family: Gilroy;
  font-size: 21px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 10px; }
.itinireray__pr {
    padding:5px 0px 0px 0px;
}
.itinireray_tb.itinireray__item {
    border-top:1px solid #ebebeb;
    padding-top:30px;
    margin:20px 0px 0px 0px;
}
.itinireray__img {
  margin-right: 22px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  width: 72px;
  height: 72px; }

.itinireray__txt {
  float: left;
  width: calc(100% - 94px);
  margin-top: 0; }

.itinireray__desc {
  padding-bottom: 20px;
 }

.itinireray__item {
  padding: 10px 0px; }

.itinireray {
  padding-top: 20px;   }
.itinireray_sp {
    position:relative;
    height:100px;
    overflow: hidden;
}
.itinireray_sp_line {
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    height:50px;
    background: url(/local/templates/website/styles/../images/overlay.png) repeat-x;
    cursor: pointer;
}
.itinireray_hide {
    display:none
}
.gallHalf {
  height: 150px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px; }
  .gallHalf img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .gallHalf:last-child {
    margin-bottom: 0; }

.gallFull {
  height: 320px;
  overflow: hidden;
  border-radius: 4px; }
  .gallFull img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.galleryBl {
  margin-bottom: 100px; }

.includedBl {
  background-color: rgba(53, 83, 149, 0.05); }

.topRevs {
  margin-bottom: 100px; }

.toPerson__wrap {
  text-align: center; }

.toPerson__title {
  color: #1b202c;
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 300;
  line-height: 30px; }

.toPerson__name {
  color: #1b202c;
  font-family: Gilroy;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px; }

.toPerson__vac {
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px; }

.toPerson__links {
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px; }

.toPerson__img {
  border-radius: 4px;
  overflow: hidden;
  margin: 40px 0 15px 0; }

.toPerson__item {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  opacity: 0.5;
  line-height: 30px;
  padding: 0 14px;
  display: inline-block;
  border-radius: 15px;
  font-family: Roboto;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 400;
  margin-right: 10px; }
  .toPerson__item:last-child {
    margin-right: 0; }
  .toPerson__item.mes {
    color: #0078ff;
    border: 1px solid #0078ff; }
  .toPerson__item.tele {
    color: #2092cc;
    border: 1px solid #2092cc; }
  .toPerson__item.skype {
    color: #03a9e9;
    border: 1px solid #03a9e9; }

.toPerson__items {
  margin-top: 5px; }

.toPerson {
  background-color: rgba(53, 83, 149, 0.05);
  padding: 100px 0 115px 0; }

.cd-modal-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-2em);
  transform: translateX(-2em);
  width: 4em;
  height: 4em;
  background-image: url("/local/templates/website/styles/../images/bigbg.png");
  background-attachment: fixed;
  background-position: center;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0.5s;
  z-index: 1000; }

.cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible; }

.mainMenu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/local/templates/website/styles/../images/bigbg.png") repeat-y;
  background-size: 100% auto;
  display: none;
  z-index: 1000; }

html {
  min-height: 100%;
  /* make sure it is at least as tall as the viewport */
  position: relative; }

body {
  height: 100%;
  /* force the BODY element to match the height of the HTML element */ }

.menuNav {
  padding-top: 190px; }
  .menuNav a {
    color: white; }

.menuVav__header {
  color: #ffffff;
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px; }
  .menuVav__header a {
    color: #ffffff;
    font-family: Gilroy;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px; }

.closeMenu {
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1402px;
  padding: 0 65px; }
.hide_row {
    /*display:none;*/
}
 .collapse.uncollapse {
    background-position: 0px -8px;
}
 .collapse {
    position:absolute;
    top:10px;
    right:60px;
    width:13px;
    height:8px;
    background: url(/local/templates/website/styles/../images/collapse.jpg);
    cursor:pointer;
}
/*# sourceMappingURL=main.css.map */

/* End */


/* Start:/local/templates/website/styles/response.css?15238588328458*/
@-webkit-keyframes hovPinIn {
  0% {
    width: 0;
    opacity: 0; }
  50% {
    width: 21px;
    opacity: 0; }
  100% {
    width: 21px;
    opacity: 0.3; } }

@keyframes hovPinIn {
  0% {
    width: 0;
    opacity: 0; }
  50% {
    width: 21px;
    opacity: 0; }
  100% {
    width: 21px;
    opacity: 0.3; } }

@-webkit-keyframes hovPinOut {
  0% {
    width: 21px;
    opacity: 0.3; }
  50% {
    width: 21px;
    opacity: 0; }
  100% {
    width: 0;
    opacity: 0; } }

@keyframes hovPinOut {
  0% {
    width: 21px;
    opacity: 0.3; }
  50% {
    width: 21px;
    opacity: 0; }
  100% {
    width: 0;
    opacity: 0; } }

@-webkit-keyframes inCh {
  0% {
    padding-left: 0px;
    background: none; }
  50% {
    padding-left: 18px;
    background: none; }
  100% {
    color: #eb3038;
    padding-left: 18px;
    background: url("/local/templates/website/styles/../images/ch.svg") left center no-repeat; } }

@keyframes inCh {
  0% {
    padding-left: 0px;
    background: none; }
  50% {
    padding-left: 18px;
    background: none; }
  100% {
    color: #eb3038;
    padding-left: 18px;
    background: url("/local/templates/website/styles/../images/ch.svg") left center no-repeat; } }

@-webkit-keyframes outCh {
  0% {
    color: #eb3038;
    padding-left: 18px;
    background: url("/local/templates/website/styles/../images/ch.svg") left center no-repeat; }
  50% {
    padding-left: 18px;
    background: none; }
  100% {
    padding-left: 0px;
    background: none; } }

@keyframes outCh {
  0% {
    color: #eb3038;
    padding-left: 18px;
    background: url("/local/templates/website/styles/../images/ch.svg") left center no-repeat; }
  50% {
    padding-left: 18px;
    background: none; }
  100% {
    padding-left: 0px;
    background: none; } }

@media (max-width: 991px) {
  .bestItem {
    width: calc(90vw - 40px); }
  .header_mainBlock__items {
    margin: 0; }
  .header_mainBlock__photo {
    width: 100%;
    height: 260px; }
  div.header_main {
    /*height: 915px;*/ }
  .header__top {
    display: none; }
  .header_mainBlock_item {
	  width: 100%;
    height: 230px;
  }
  .header_mainBlock__item {
    width: 100%;
    height: 220px;
    padding-top: 25px; }
  .header_mainBlock {
    top: 70px; }
  
  .reviewsList > div {
    float: left; }
  .question {
    padding: 40px 20px; }
  .mapsBl {
    margin: 80px 0; }
  .closeMenu {
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1402px;
    padding: 0 15px; }
  .menu__link {
    margin-top: 10px; }
  .menuNav {
    padding-top: 80px; }
  .reviewsBig__title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px; }
  .sort__item {
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    padding-right: 22px;
    margin-right: 20px;
    display: inline-block;
    letter-spacing: 2px;
    position: relative; } 
  .header__wrap {
		padding:0px 20px;
	}
  .header__title {
    color: #000000;
    font-family: Gilroy;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    margin-top: 80px;
    text-align: center; } 
  .header__title a{
    color: #fff;
  }
  .selected_b {
	  display:none!important;
  }
  div.header_main.header {
      height:auto;  
      min-height: 100%;
  }
  
  div.header__wr {
      min-height:300px;
  }
  div.header_mainBlock__title {
      margin:0px 5px 5px 5px;
  }
  div.header_mainBlock__title h1 {
      line-height: 37px;
      padding-bottom: 0px;
  }
  div.header_mainBlock__descr .text {
      margin:2px 0px 0px 0px;
  }
  div.header_mainBlock__descr .head {
      font-size: 20px;
  }
  div.header_mainBlock__item {
      padding: 0px 0px 0px 10px;
  }
  div.header_mainBlock_item {
	  padding:0px 0px;
  }
  div.header_main {
	  background:#fefefe url(/local/templates/website/styles/../images/mob_header_bg.jpg) left 100px repeat-x;
  }
  .header_mainBlock__photo {
	  
  }
  .inner_photo {
	  /*left:10px;
	  right:10px;
	  top:10px;
	  bottom:0px;*/
  }
  .inner_photo, .overlay {
	  border-radius:6px;
  }
  .header__lang {
	  display:none;
  }
  .header__lang_mob {
	  display:block;
	  position:absolute;
	  top:20px;
	  left:10px;
	  margin:0px;
  }
}

@media (min-width: 992px) {
  .header__mob {
    display: none; }
  .filter__filter {
    display: none; }
  .filter__filter-inner {
    box-shadow: 0 2px 5px rgba(198, 156, 110, 0.2); }
  .filter__filter-item {
    display: block;
    width: 100%;
    padding: 0 1.5rem; }
  .filter__filter-item-laber {
    font-size: 17px;
    margin: 15px 0 10px 0;
    display: block;
    background: url("/local/templates/website/styles/../images/dr.png") no-repeat;
    background-position: right 30px center; }
  .filter__checkbtn {
    min-height: 44px;    
    line-height: 44px;
    margin: 0; }
    .filter__checkbtn label {
      padding: 0 20px;
      display: block;
      cursor: pointer;
      border-bottom: 1px solid #f4f4f4; }
      .filter__checkbtn label:hover {
        background-color: #ffeced; }
      .filter__checkbtn label span {
        transition: all 400ms linear;
        -webkit-animation: outCh linear .4s;
                animation: outCh linear .4s;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      .filter__checkbtn label input:checked + span {
        -webkit-animation: inCh linear .4s;
                animation: inCh linear .4s;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
  .filter__filter-selected {
    display: none; }
  .filter__filter {
    display: block !important;
    border-bottom: 1px solid #ebebeb; }
  .filter__filter-selected {
    display: block;
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px calc(1.5rem + 1px) 10px calc(1.5rem + 1px); }
  .filter__filter-selected-item {
    line-height: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 35px;
    color: white;
    cursor: pointer;
    padding: 0 35px 0 20px;
    margin: 0 10px 10px 0;
    font-family: proba_proregular;
    font-size: 13px;
    background-size: 7px;
    background-position: right 15px center; }
  .filter__filter-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    box-shadow: none; }
  .filter__filter-item {
    min-height: 70px;
	
    line-height: 50px;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    cursor: pointer;
    position: relative;
    padding: 0 0 20px 0;
    border-bottom: none;
    margin: 20px 0 0 0;
    color: #666666;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300; }
    .filter__filter-item input[type="checkbox"] {
      display: none; }
    .filter__filter-item:before {
      content: '';
      transition: all 400ms;
      background-size: 10px;
      position: absolute;
      height: 10px;
      width: 10px;
      right: 23px;
      top: 20px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .filter__filter-item:hover:before {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
    .filter__filter-item:hover .filter__filter-item-elems {
      border-top: 1px solid #ebebeb;
      position: absolute;
      display: block;
      height: auto;
      opacity: 1;
      overflow: inherit;
      z-index: 20;
      top: 70px;
      left: 0;
      width: 300px;
      background: white;
      padding: 0;
      box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15); }
    .filter__filter-item:last-child:hover .filter__filter-item-elems {
      right: 0;
      left: initial; }
    .filter__filter-item:last-child .filter__filter-item-laber {
      border-right: none; }
  .filter__filter-item-laber {
    margin: 0 0 0 25px;
    color: #666666;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    border-right: 1px solid #ebebeb; }
  .filter__filter-item:first-child .filter__filter-item-laber {
    margin: 0; }
  .filter__filter-item-elems {
    opacity: 0;
    height: 0;
    overflow: hidden; } 
  .header__lang_mob {
	  display:none;
  }
  }

@media (max-width: 767px) {
	
}

/*# sourceMappingURL=response.css.map */

/* End */


/* Start:/local/templates/website/styles/lity.min.css?15040257733383*/
/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}
/* End */


/* Start:/local/templates/website/styles/owl.carousel.css?15040257731547*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/local/templates/website/styles/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* End */


/* Start:/local/templates/website/components/bitrix/sale.basket.basket.line/.default/style.min.css?15040257743569*/
.bx-basket-block{font-size:12px;padding-bottom:5px;white-space:nowrap;position:relative;padding-left:20px}.bx-basket-block>.fa{color:#97a1ab;width:12px;position:absolute;left:0;top:3px}.bx-basket-block a{color:#039be5;border-bottom:1px dashed;margin-right:10px}.bx-basket-block a:hover{text-decoration:none;border-bottom-color:transparent}@media(min-width:768px){.bx-basket-fixed{width:200px;position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden;bottom:0;left:0;right:0}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;padding-bottom:20px;border-top:1px solid #f7f7f7;overflow:hidden}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;bottom:0;left:0;right:0}.bx-closed .bx-basket-item-list{height:20px;overflow:hidden}.bx-basket-item-list-action{cursor:pointer;background:#f7f7f7;position:absolute;bottom:0;right:0;left:0;z-index:120;height:20px;line-height:14px;vertical-align:middle;text-align:center;font-size:12px;color:#4f4f4f;padding:3px 0}.bx-basket-item-list-button-container{text-align:center;position:absolute;bottom:20px;border-top:1px solid #f7f7f7;padding:10px 0;background:#fff;left:0;right:0}.bx-basket-item-list-button-container a.btn{color:#ddd;text-decoration:none}.bx-basket-item-list-button-container a.btn:hover,.bx-basket-item-list-button-container a.btn:active{color:#fff}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{padding-top:15px;position:relative;padding-right:10px;padding-left:10px;margin-bottom:15px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{border-bottom:0;margin-bottom:0}.bx-basket-item-list-item-status{font-weight:bold;padding:3px;background:#ebebeb;margin:0 10px 20px;line-height:16px;font-size:13px;border-radius:3px;text-align:center;white-space:normal}.bx-basket-item-list-item-img{text-align:center;position:relative;padding-bottom:5px}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;color:#3f3f3f;text-decoration:none;white-space:normal;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;right:10px;top:-7px;width:20px;height:20px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;opacity:.5}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;text-decoration:line-through;color:#b0b0b0}.bx_cart_login_top .bx-hdr-profile a{text-decoration:none}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/website/components/bitrix/news.list/main_slider/style.css?1517550041918*/
.header_mainBlock_item {
    width:100%;
}
.header_mainBlock__item {
    height: auto;
    padding: 370px 65px 0;
    color:#fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.header_mainBlock__title {
    margin: 0px 75px 45px 315px;
    float: left;
}
.header_mainBlock__title h1 {
    font-weight: normal;
    margin:0px;
    font-family: Gilroy;
    font-size: 60px;
    width:255px;
    line-height: 57px;
    display: inline-block;
    border-bottom: 2px solid #ed3838;
    padding-bottom: 8px;
}
.header_mainBlock__title a:hover {
    text-decoration: none;
}
.header_mainBlock__descr {
    float: left;        
}
.header_mainBlock__descr .head {
    margin:10px 0px 10px 0px;
    font-size: 35px;
    font-weight: normal;
    font-family: Gilroy;
}
.header_mainBlock__descr .text {
    margin: 27px 0px 10px 0px;
    font-size: 16px;
    line-height: 28px;
    font-family: Gilroy;
}
/* End */


/* Start:/local/templates/website/styles.css?1504025775128*/
a.b-sort_label{
    text-decoration: dotted !important;
}
table{
    font-size: 1em;
}
div.row{
    font-size: 1em !important;
}
/* End */


/* Start:/local/templates/website/template_styles.css?157604908415901*/
.footerNav__header a, .f_contacts, .f_contacts a{
    color: white;
}
.f_contacts {
    font-size: 18px;
    font-weight: 100;
}
.f_contacts a {
    font-size: 14px;
}
@media (min-width: 991px) {
    .footerNav .col-md-3:first-child {
        width: 23%;
    }
    .footerNav .col-md-3:nth-child(2n){
        width:28%;
    }
    .footerNav .col-md-3:nth-child(3n){ 
        width:28%;
    }
    .footerNav .col-md-3:nth-child(4n){ 
        width:16%;
    }
}
.search__inputm::-webkit-input-placeholder {color: #a0a0a0;}
.search__inputm::-moz-placeholder          {color: #a0a0a0;}/* Firefox 19+ */
.search__inputm:-moz-placeholder           {color: #a0a0a0;}/* Firefox 18- */
.search__inputm:-ms-input-placeholder      {color: #a0a0a0;}

.pagination li {
    padding-top: 1px;
    text-decoration: none;
    border-left-width: 0;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pagination li.current{
    padding-top: .25em;
    cursor: default;
    pointer-events: none;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(242, 72, 64, 0.31);
    color: #ed3838;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 25px;
}

.sort__item.active{
    color: #ed3838;
}

.headerNav {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
}

@media (min-width: 768px){
    .smallTitle{
        font-size: 40px;
        line-height: 50px;
    }
}


.whysitem__name{
    padding-left: 0;
}

.whysitem__name img{
    padding-right: 15px;
}

.filter__filter-item input[type="radio"] {
    display: none; }

.header{
    background-image: url("/local/templates/website/./images/h2.jpg");
}

label.error{
    color: #ed3838;
}

input.error{
    border-bottom: 1px solid #ed3838;
}

.dreamconf .header , .dreamconf .footer{
    background-image: none!important;
    background-color: transparent!important;
}

.dreamconf {
    background: url(/local/templates/website/./images/bigbg.png) repeat-y;
    background-size: 100% auto;
}

.afbf_error_text{
    color: #ed3838;
}

.afbf label.error{
   display: none!important;
}

.whitep{
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin: 50px 0 0 0;
}

.whitep a{
    color: #ffffff;
    text-decoration: underline;
}


.dreamconf .header{
    height: 430px;
}


.mscr-layout__cart-table {
    width: 100%;
    border-collapse: collapse
}

.mscr-layout__cart-table tr {
    padding: 10px 0;
    border-bottom: 1px solid #ededed
}


.mscr-layout__counter tr{
    border-bottom: none;
}

.mscr-layout__cart-table-title {
    margin: 0
}

.mscr-layout__cart-table-title a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: 400
}

.mscr-layout__cart-table td {
    text-align: center
}

.mscr-layout__cart-table td>span {
    color: #7f7f7f;
    font-size: 10px
}

.mscr-layout__cart-table td>div {
    font-family: Gilroy;
    font-size: 20px;
    line-height: 25px
}

.mscr-layout__cart-table .centered {
    display: inline-block
}


.mscr-layout__counter {
    border-radius: 3px
}

.mscr-layout__counter div,
.mscr-layout__counter td {
    height: 30px
}

.mscr-layout__counter input {
    border: none;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    outline: none;
    width: 40px;
    padding: 0 5px;
    text-align: center
}

.mscr-layout__counter .minus {
    background: url(/local/templates/website/./images/min.png) 50% no-repeat;
    background-size: 100%;
}

.mscr-layout__counter .minus,
.mscr-layout__counter .plus {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    text-decoration: none
}

.mscr-layout__counter .plus {
    background: url(/local/templates/website/./images/plu.png) 50% no-repeat;
    background-size: 100%;
}

.mscr-layout_delete {
    font-size: 13px;
    color: #7f7f7f;
    padding-left: 15px;
    text-decoration: none;
    background: url(/local/templates/website/../images/closecart.svg) 0 no-repeat;
    background-size: 7px
}

.mob-block {
    display: block;
    margin: 10px 0
}

#basket_form_container {
    border-top: 1px solid #ededed
}


@media only screen and (min-width:800px) {
    .mob-block {
        display: table-cell;
        margin: 10px 0
    }
    .mscr-layout__cart-table td {
        text-align: left
    }
    .centered {
        display: block
    }
    #basket_items .mscr-layout__content-goods-sku-cart ul {
        text-align: left
    }
}

.mscr-layout__cart-table-img{
    width: 72px;
    height: 72px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0;
}

.mscr-layout__cart-table-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: 100%;
}

.mscr-layout__cart-table td>div.bx_ordercart_itemart{
    font-size: 11px;
}

.mscr-layout_delete{
    width: 27px;
    height: 27px;
    padding: 0;
    background: url(/local/templates/website/./images/cls.png) 0 no-repeat;
    font-size: 0;
    display: block;
    margin: 20px 0 0 0;
}

.mscr-layout__cart-table td>div.curp{
    line-height: 33px;
}

#basket_form_container{
    margin-top: 80px;
    margin-bottom: 80px;
}

.mscr-layout__content-bot-cart{
    font-size: 24px;
    text-align: right;
    font-family: Gilroy;
    padding: 35px;
    background-color: #f4f4f4;
}

#allSum_FORMATED{
    display: inline-block;
}

ol li {
    display: block;
}

.errorH{
    background-color: rgba(255, 0, 0, 0.05)!important;
}

.order .question__title{
    color: black;
}


.order .input-qform{
    border-bottom: 1px solid #eaeaea;
    color: #666;
}

.order .input-qform::-webkit-input-placeholder {color: #666;}
.order .input-qform::-moz-placeholder          {color: #666;}/* Firefox 19+ */
.order .input-qform:-moz-placeholder           {color: #666;}/* Firefox 18- */
.order .input-qform:-ms-input-placeholder      {color: #666;}

.checkbox60{
    text-align: center;
    margin-top: 50px;
}

.checkbox60 span{
    font-size: 14px;
    color: #666;
}

.aggrieYa{
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin: 15px 0 50px 0;
    text-align: center;
}

.orTxt{
    text-align: center;
    font-size: 36px;
    color: black;
    font-family: Gilroy;
}

.orderEmail{
    text-align: center;
    margin-bottom: 130px;
}

label#aggr-error {
    position: absolute;
    top: 35px;
    width: 100%;
    left: 0;
    text-align: center;
}

.emptyCart{
    text-align: center;
    font-size: 24px;
    margin: 50px 0;
    color: black;
    font-family: Gilroy;
}

.emptyCart a{
    color: #ed3838;
}

.order{
    margin-top: 50px;
}

.descCount{
    position: relative;
}

.descCount .cart__count {
    display: block;
    width: 24px;
    height: 24px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    background-color: #ed3838;
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: 31px;
}


.mainMenuSearch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/local/templates/website/./images/bigbg.png) repeat-y;
    background-size: 100% auto;
    display: none;
    z-index: 1000;
}

.search-white .search__btn{
    background: url(/local/templates/website/./images/search-w.svg) center no-repeat;
    background-size: 40px;
    opacity: .7;
}


.search-white .search__field{
    border: none;
}

.header_mainBlock__items{
    max-width: none;
}

.closeMenu{
    margin: 0 auto;
}
.bestItem .bover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 60px 50px 0 50px;
    transition: all 0.1s ;
    
}
.bestItem .bover:before {
    content:'';
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom: 0px;
    background: #000;
    opacity: 0.5;
        
}
.bestItem:hover > 
.bover {
    
    
	
	
}

@media (max-width: 991px) {
    .filter__checkbtn {
        height: 44px;
        line-height: 44px;
        margin: 0; }
    .filter__checkbtn label {
        padding: 0 20px;
        display: block;
        cursor: pointer;
        border-bottom: 1px solid #f4f4f4; }
    .filter__checkbtn label:hover {
        background-color: #ffeced; }
    .filter__checkbtn label span {
        transition: all 400ms linear;
        -webkit-animation: outCh linear .4s;
        animation: outCh linear .4s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
    .filter__checkbtn label input:checked + span {
        -webkit-animation: inCh linear .4s;
        animation: inCh linear .4s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
    .filter__filter-selected {
        display: none; }
    .filter__filter {
        display: block !important; }
    .filter__filter-selected {
        display: block;
        max-width: 1180px;
        margin: 0 auto;
        padding: 20px calc(1.5rem + 1px) 10px calc(1.5rem + 1px); }
    .filter__filter-selected-item {
        line-height: 35px;
        height: 35px;
        display: inline-block;
        border-radius: 35px;
        color: white;
        cursor: pointer;
        padding: 0 35px 0 20px;
        margin: 0 10px 10px 0;
        font-family: proba_proregular;
        font-size: 13px;
        background-size: 7px;
        background-position: right 15px center; }
    .filter__filter-item input[type="checkbox"] {
        display: none; }

    .filter__filter-item .filter__filter-item-elems{
        display: block;
    }
    .filter__filter-item:hover .filter__filter-item-elems {
        display: block;
        height: auto;
        opacity: 1;
        overflow: inherit;
        z-index: 20;
        top: 70px;
        left: 0;
        width: 100%;
        background: white;
        padding: 0; }
    .filter__filter-item:last-child:hover .filter__filter-item-elems {
        right: 0;
        left: initial; }
    .filter__filter-item:last-child .filter__filter-item-laber {
        border-right: none; }
    .filter__filter-item-laber {
        margin: 0 0 0 25px;
        color: #666666;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 300;
     }
    .filter__filter-item:first-child .filter__filter-item-laber {
        margin: 0; }

    span.filter__filter-item-laber {
        margin: 20px 0!important;
        display: block!important;
    }

    .filter__sbm {
        max-width: 100%;
        margin-top: 20px;
        text-align: right;
    }

    .filter__filter-block--open {
        height: 75px;
        line-height: 75px;
        padding: 0 1.5rem;
        box-shadow: none;
        font-family: Gilroy;
        font-size: 20px;
        position: relative;
        display: block;
    }

    .filter__filter-block--open:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 6px;
        top: 50%;
        margin-top: -4px;
        right: 15px;
        z-index: -1;
        background: url(/local/templates/website/./images/dr.png) right center no-repeat;

    }

    .filter__filter-block--open.opened:before{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

    .filter__filter {
        display: none !important;
    }

    .filter__filter.opened {
        display: block !important;
    }

    .search__field .btn{
        display: none!important;
    }

}

.search__field{
    position: relative;
}

.search__field .btn {
    height: 31px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    line-height: 31px;
    color: #6e6e6e;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 18px;
    transition: all .4s ease-in-out;
    position: absolute;
    right: 20px;
    top: 32px;
    cursor: pointer;
}

.search__field .btn-ww{
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.search__field .btn-ww2{
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.reviewsSmall__image img{
    border-radius: 3px;
}

.filter__checkbtn label span{
    background-repeat: no-repeat!important;
}

.reviewsBig__title {
    color: #000;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 35px;
    height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header__wr{
    min-height: 480px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.header {
    min-height: 480px;
    height: auto;
}

.header_main {
    height: 740px;
    position: relative;
}


.places {
    padding-bottom: 100px;
}
.selected_b {
	line-height:15px;
	display:inline-block;
	max-width:80%;
}
.selected_v {
	border:1px solid #dceef8;
	font-size:12px;
	position:relative;
	padding:2px 2px 2px 2px;
	margin:0px 2px 2px 0px;
	display:inline-block;
	line-height:15px;
}
.selected_v span {
	display:inline-block;
	margin:0px 0px 0px 4px;
	color:red;
	font-weight: bold;	
	width:10px;
	height:10px;
	line-height:10px;
	text-align: center;
}
.selected_v span:hover {
	background: #d2ecfa;
}
.bx-filter-block {
	position: relative;
}
.filter__filter-item-elems {
	top: 0px!important;
}
.clear {
	clear:both;
}
.dev img {
    float:left;
    margin:0px 2px 0px 0px;
}
.dev {
    margin: 20px 84px 0px 0px;
    display:inline-block;
    max-width:127px;
    font-size:9px;
    line-height: 8px;
    text-align: left;
    letter-spacing: 1.7px;
}
.table-condensed .disabled {
    position:relative;
}
.table-condensed .disabled:hover > div.fwindow {
    display:block;
}
.datepicker table.table-condensed tr td {
    position: relative;
}
.datepicker table.table-condensed tr td:hover {
    background: #fff;
}
.datepicker table.table-condensed tr td:not(.disabled):not(.active) div {
    display:inline-block;
    padding:0px 0px;
    width:40px;
    text-align: center;
    line-height: 38px;
    border:1px solid #fff;
}
.datepicker table.table-condensed tr td:not(.disabled):not(.active) div:hover {
    
    background: transparent;
    border:1px solid #ef1c28;
    border-radius: 30px;
    
}
.datepicker table.table-condensed tr td:hover:before {
    background: transparent;
}
.datepicker table.table-condensed tr td:hover{
    background:none;    
    color:#ef1c28;    
    border:0px;
}
.datepicker table.table-condensed tr td.disabled:hover{
    background-color: #fff;
    background-image: none;    
    color:#777;
    border:0px;
}
.fwindow {
    display:none;
    top:-130%;
    left:-50%;
    background: #f7f7f7;
    padding:2px 10px;
    position: absolute;
    text-transform: none;
    z-index: 10;
    white-space: nowrap;
    
    box-shadow:1px 2px 2px 1px rgba(50, 50, 50, 0.2);
}
.fwindow:after {
    content:'';
    position: absolute;
    bottom: -9px;
    left:49%;
    left:calc(50% - 7px);
    width:15px;
    height:9px;
    background: url(/local/templates/website/images/modal_b.png) no-repeat;
}
.reviews_block {
    position: relative;
}
.owl-next, .owl-prev {
    position: absolute;
    top:45%;
    left:-10px;
    width: 30px;
    height: 40px;    
    color:#ed3838;
    padding: 0px 0px;
    text-align: center;
    line-height: 40px;
    font-size:30px;
    border-radius: 20px 0px 0px 20px;
}
.owl-next {
    right:-10px;
    left:auto;
    border-radius: 0px 20px 20px 0px;   
}
.footer__since {
    max-width: 250px;
}
.footer_payments {
    padding:5px 0px;
    margin:10px 0px 0px 0px;
}
.footer_payments a {
    color:rgba(255, 255, 255, 0.3);
}
.footer_payments img {
    margin:5px 0px 10px -4px;
}
.mainContent {
    min-height: 300px;
}
.sale-paysystem-result {    
    padding: 40px 0px;
}
.sale-paysystem-result a {
    color:#333333;
}
.sale-paysystem-yandex-button-descrition {
    display: block;
}
/* End */
/* /local/templates/website/styles/additions/bootstrap-datepicker3.min.css?150402577322906 */
/* /local/templates/website/styles/main.css?156284079269830 */
/* /local/templates/website/styles/response.css?15238588328458 */
/* /local/templates/website/styles/lity.min.css?15040257733383 */
/* /local/templates/website/styles/owl.carousel.css?15040257731547 */
/* /local/templates/website/components/bitrix/sale.basket.basket.line/.default/style.min.css?15040257743569 */
/* /local/templates/website/components/bitrix/news.list/main_slider/style.css?1517550041918 */
/* /local/templates/website/styles.css?1504025775128 */
/* /local/templates/website/template_styles.css?157604908415901 */
