@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=cyrillic-ext,latin-ext);

@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);

/*********************
BREAKPOINTS
*********************/

/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Contents:
 1. Base 1200 Grid
 2. Clearing
*/

/*==========================================================================
1. Base 1200 Grid
===========================================================================*/

/* line 22, ../sass/base/_skeleton.scss */

.container-12 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/* line 29, ../sass/base/_skeleton.scss */

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
  float: right;
  display: inline;
  margin-right: 15px;
  margin-left: 15px;
}

/* Nested Column Classes
===========================================================================*/

/* line 51, ../sass/base/_skeleton.scss */

.container-12 .alpha {
  margin-right: 0;
}

/* line 52, ../sass/base/_skeleton.scss */

.container-12 .omega {
  margin-left: 0;
}

/* line 54, ../sass/base/_skeleton.scss */

.container-12 .grid-1 {
  width: 70px;
}

/* line 55, ../sass/base/_skeleton.scss */

.container-12 .grid-2 {
  width: 170px;
}

/* line 56, ../sass/base/_skeleton.scss */

.container-12 .grid-3 {
  width: 270px;
}

/* line 57, ../sass/base/_skeleton.scss */

.container-12 .grid-4 {
  width: 370px;
}

/* line 58, ../sass/base/_skeleton.scss */

.container-12 .grid-5 {
  width: 470px;
}

/* line 59, ../sass/base/_skeleton.scss */

.container-12 .grid-6 {
  width: 570px;
}

/* line 60, ../sass/base/_skeleton.scss */

.container-12 .grid-7 {
  width: 670px;
}

/* line 61, ../sass/base/_skeleton.scss */

.container-12 .grid-8 {
  width: 770px;
}

/* line 62, ../sass/base/_skeleton.scss */

.container-12 .grid-9 {
  width: 870px;
}

/* line 63, ../sass/base/_skeleton.scss */

.container-12 .grid-10 {
  width: 970px;
}

/* line 64, ../sass/base/_skeleton.scss */

.container-12 .grid-11 {
  width: 1070px;
}

/* line 65, ../sass/base/_skeleton.scss */

.container-12 .grid-12 {
  width: 1170px;
}

/* Prefix Styles
===========================================================================*/

/* line 71, ../sass/base/_skeleton.scss */

.container-12 .prefix-1 {
  padding-right: 100px;
}

/* line 72, ../sass/base/_skeleton.scss */

.container-12 .prefix-2 {
  padding-right: 200px;
}

/* line 73, ../sass/base/_skeleton.scss */

.container-12 .prefix-3 {
  padding-right: 300px;
}

/* line 74, ../sass/base/_skeleton.scss */

.container-12 .prefix-4 {
  padding-right: 400px;
}

/* line 75, ../sass/base/_skeleton.scss */

.container-12 .prefix-5 {
  padding-right: 500px;
}

/* line 76, ../sass/base/_skeleton.scss */

.container-12 .prefix-6 {
  padding-right: 600px;
}

/* line 77, ../sass/base/_skeleton.scss */

.container-12 .prefix-7 {
  padding-right: 700px;
}

/* line 78, ../sass/base/_skeleton.scss */

.container-12 .prefix-8 {
  padding-right: 800px;
}

/* line 79, ../sass/base/_skeleton.scss */

.container-12 .prefix-9 {
  padding-right: 900px;
}

/* line 80, ../sass/base/_skeleton.scss */

.container-12 .prefix-10 {
  padding-right: 1000px;
}

/* line 81, ../sass/base/_skeleton.scss */

.container-12 .prefix-11 {
  padding-right: 1100px;
}

/* Suffix Styles
===========================================================================*/

/* line 87, ../sass/base/_skeleton.scss */

.container-12 .suffix-1 {
  padding-left: 100px;
}

/* line 88, ../sass/base/_skeleton.scss */

.container-12 .suffix-2 {
  padding-left: 200px;
}

/* line 89, ../sass/base/_skeleton.scss */

.container-12 .suffix-3 {
  padding-left: 300px;
}

/* line 90, ../sass/base/_skeleton.scss */

.container-12 .suffix-4 {
  padding-left: 400px;
}

/* line 91, ../sass/base/_skeleton.scss */

.container-12 .suffix-5 {
  padding-left: 500px;
}

/* line 92, ../sass/base/_skeleton.scss */

.container-12 .suffix-6 {
  padding-left: 600px;
}

/* line 93, ../sass/base/_skeleton.scss */

.container-12 .suffix-7 {
  padding-left: 700px;
}

/* line 94, ../sass/base/_skeleton.scss */

.container-12 .suffix-8 {
  padding-left: 800px;
}

/* line 95, ../sass/base/_skeleton.scss */

.container-12 .suffix-9 {
  padding-left: 900px;
}

/* line 96, ../sass/base/_skeleton.scss */

.container-12 .suffix-10 {
  padding-left: 1000px;
}

/* line 97, ../sass/base/_skeleton.scss */

.container-12 .suffix-11 {
  padding-left: 1100px;
}

/*==========================================================================
2. Clearing
===========================================================================*/

/* Self Clearing Goodness */

/* line 106, ../sass/base/_skeleton.scss */

.container-12:after {
  clear: both;
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */

/* line 116, ../sass/base/_skeleton.scss */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

/* line 127, ../sass/base/_skeleton.scss */

.row:after,
.clearfix:after {
  clear: both;
}

/* You can also use a <br class="clear"> to clear columns */

/* line 133, ../sass/base/_skeleton.scss */

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

/* line 142, ../sass/base/_skeleton.scss */

.view-content:after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

/* Table of Contents:
 1. Tablet landscape
 2. Tablet portrait
 3. Mobile
*/

@-ms-viewport {
  width: device-width;
}

/*==========================================================================
1. Tablet landscape
===========================================================================*/

@media (max-width: 1250px) {
  /* line 16, ../sass/base/_skeleton-mobile.scss */

  .container-12 {
    width: 960px;
  }

  /* line 18, ../sass/base/_skeleton-mobile.scss */

  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12 {
    margin-right: 10px;
    margin-left: 10px;
  }

  /* line 34, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-1 {
    width: 60px;
  }

  /* line 35, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-2 {
    width: 140px;
  }

  /* line 36, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-3 {
    width: 220px;
  }

  /* line 37, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-4 {
    width: 300px;
  }

  /* line 38, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-5 {
    width: 380px;
  }

  /* line 39, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-6 {
    width: 460px;
  }

  /* line 40, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-7 {
    width: 540px;
  }

  /* line 41, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-8 {
    width: 620px;
  }

  /* line 42, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-9 {
    width: 700px;
  }

  /* line 43, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-10 {
    width: 780px;
  }

  /* line 44, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-11 {
    width: 860px;
  }

  /* line 45, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-12 {
    width: 940px;
  }

  /* Prefix Styles
  ===========================================================================*/

  /* line 51, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-1 {
    padding-right: 80px;
  }

  /* line 52, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-2 {
    padding-right: 160px;
  }

  /* line 53, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-3 {
    padding-right: 240px;
  }

  /* line 54, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-4 {
    padding-right: 320px;
  }

  /* line 55, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-5 {
    padding-right: 400px;
  }

  /* line 56, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-6 {
    padding-right: 480px;
  }

  /* line 57, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-7 {
    padding-right: 560px;
  }

  /* line 58, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-8 {
    padding-right: 640px;
  }

  /* line 59, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-9 {
    padding-right: 720px;
  }

  /* line 60, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-10 {
    padding-right: 800px;
  }

  /* line 61, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-11 {
    padding-right: 880px;
  }

  /* Suffix Styles
  ===========================================================================*/

  /* line 67, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-1 {
    padding-left: 80px;
  }

  /* line 68, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-2 {
    padding-left: 160px;
  }

  /* line 69, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-3 {
    padding-left: 240px;
  }

  /* line 70, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-4 {
    padding-left: 320px;
  }

  /* line 71, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-5 {
    padding-left: 400px;
  }

  /* line 72, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-6 {
    padding-left: 480px;
  }

  /* line 73, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-7 {
    padding-left: 560px;
  }

  /* line 74, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-8 {
    padding-left: 640px;
  }

  /* line 75, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-9 {
    padding-left: 720px;
  }

  /* line 76, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-10 {
    padding-left: 800px;
  }

  /* line 77, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-11 {
    padding-left: 880px;
  }
}

/*==========================================================================
2. Tablet portrait
===========================================================================*/

/* Note: Design for a width of 768px */

@media (max-width: 995px) {
  /* line 88, ../sass/base/_skeleton-mobile.scss */

  .container-12 {
    width: 768px;
  }

  /* line 90, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-1 {
    width: 44px;
  }

  /* line 91, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-2 {
    width: 108px;
  }

  /* line 92, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-3 {
    width: 172px;
  }

  /* line 93, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-4 {
    width: 236px;
  }

  /* line 94, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-5 {
    width: 300px;
  }

  /* line 95, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-6 {
    width: 364px;
  }

  /* line 96, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-7 {
    width: 428px;
  }

  /* line 97, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-8 {
    width: 492px;
  }

  /* line 98, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-9 {
    width: 556px;
  }

  /* line 99, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-10 {
    width: 620px;
  }

  /* line 100, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-11 {
    width: 684px;
  }

  /* line 101, ../sass/base/_skeleton-mobile.scss */

  .container-12 .grid-12 {
    width: 748px;
  }

  /* Prefix Styles
  ===========================================================================*/

  /* line 107, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-1 {
    padding-right: 64px;
  }

  /* line 108, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-2 {
    padding-right: 128px;
  }

  /* line 109, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-3 {
    padding-right: 192px;
  }

  /* line 110, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-4 {
    padding-right: 256px;
  }

  /* line 111, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-5 {
    padding-right: 320px;
  }

  /* line 112, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-6 {
    padding-right: 384px;
  }

  /* line 113, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-7 {
    padding-right: 448px;
  }

  /* line 114, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-8 {
    padding-right: 512px;
  }

  /* line 115, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-9 {
    padding-right: 576px;
  }

  /* line 116, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-10 {
    padding-right: 640px;
  }

  /* line 117, ../sass/base/_skeleton-mobile.scss */

  .container-12 .prefix-11 {
    padding-right: 704px;
  }

  /* Suffix Styles
  ===========================================================================*/

  /* line 123, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-1 {
    padding-left: 64px;
  }

  /* line 124, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-2 {
    padding-left: 128px;
  }

  /* line 125, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-3 {
    padding-left: 192px;
  }

  /* line 126, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-4 {
    padding-left: 256px;
  }

  /* line 127, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-5 {
    padding-left: 320px;
  }

  /* line 128, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-6 {
    padding-left: 384px;
  }

  /* line 129, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-7 {
    padding-left: 448px;
  }

  /* line 130, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-8 {
    padding-left: 512px;
  }

  /* line 131, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-9 {
    padding-left: 576px;
  }

  /* line 132, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-10 {
    padding-left: 640px;
  }

  /* line 133, ../sass/base/_skeleton-mobile.scss */

  .container-12 .suffix-11 {
    padding-left: 704px;
  }
}

/*==========================================================================
1. Mobile
===========================================================================*/

/* Note: Design for a width of 480px */

@media (max-width: 767px) {
  /* line 144, ../sass/base/_skeleton-mobile.scss */

  .container-12 {
    padding: 0 15px;
    width: auto;
  }

  /* line 149, ../sass/base/_skeleton-mobile.scss */

  .container-12 [class*="grid-"] {
    display: block;
    float: none;
    margin: 0;
    width: auto;
  }

  /* line 156, ../sass/base/_skeleton-mobile.scss */

  .grid-12,
  .omega {
    margin-bottom: 0 !important;
  }

  /* Prefix and suffix styles
  ===========================================================================*/

  /* line 165, ../sass/base/_skeleton-mobile.scss */

  .container-12 [class*="prefix-"] {
    padding-right: 0;
  }

  /* line 166, ../sass/base/_skeleton-mobile.scss */

  .container-12 [class*="suffix-"] {
    padding-left: 0;
  }
}

/* line 1, ../sass/base/_typography.scss */

body {
  font-family: "Open Sans Hebrew", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  color: #66686c;
}

/* line 9, ../sass/base/_typography.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 .5em 0;
  text-transform: uppercase;
  font-weight: 300;
  color: #2e3032;
  line-height: 1.25em;
}

/* line 15, ../sass/base/_typography.scss */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

/* line 21, ../sass/base/_typography.scss */

h1 {
  font-size: 88px;
}

@media (max-width: 640px) {
  /* line 21, ../sass/base/_typography.scss */

  h1 {
    font-size: 44px;
  }
}

/* line 28, ../sass/base/_typography.scss */

h2 {
  font-size: 48px;
}

/* line 32, ../sass/base/_typography.scss */

h3 {
  font-size: 32px;
}

/* line 36, ../sass/base/_typography.scss */

h4 {
  font-size: 24px;
}

/* line 40, ../sass/base/_typography.scss */

h5 {
  font-size: 20px;
}

/* line 44, ../sass/base/_typography.scss */

h6 {
  font-size: 18px;
}

/* line 48, ../sass/base/_typography.scss */

a {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fc4a57;
}

/* line 55, ../sass/base/_typography.scss */

a:hover {
  color: #66686c;
}

/* line 60, ../sass/base/_typography.scss */

ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: .5em 0 1em;
}

/* line 67, ../sass/base/_typography.scss */

.view-services .item-list ul {
  padding-top: .5em;
}

/* line 69, ../sass/base/_typography.scss */

.view-services .item-list ul li {
  margin: 0;
  padding: .5em 0;
}

/* line 72, ../sass/base/_typography.scss */

.view-services .item-list ul li:before {
  content: "\f058";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: 400;
  margin-left: 10px;
}

/* line 79, ../sass/base/_typography.scss */

.view-services .item-list ul li div {
  display: inline-block;
}

/* line 87, ../sass/base/_typography.scss */

.isotope-options li {
  display: inline-block;
}

/* line 93, ../sass/base/_typography.scss */

.more-link a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 97, ../sass/base/_typography.scss */

.more-link a:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: 400;
  margin-right: 10px;
}

/* line 105, ../sass/base/_typography.scss */

.i18n-he .more-link a:after {
  content: "\f104";
}

/* line 109, ../sass/base/_typography.scss */

input[type="text"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="month"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  background: #fff;
  border: none;
  border-bottom: 1px solid #e4e4e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #66686c !important;
  font: 300 16px 'Roboto', sans-serif;
  max-width: 100%;
  padding: 8px 0;
}

/* line 121, ../sass/base/_typography.scss */

.btn a,
input[type="submit"],
input[type="reset"] {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none;
  border: 3px solid #2e3032;
  border-radius: 0;
  box-shadow: none;
  color: #2e3032;
  display: inline-block;
  font: 500 20px/26px 'Roboto', sans-serif;
  outline: none;
  padding: 19px 80px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 640px) {
  /* line 121, ../sass/base/_typography.scss */

  .btn a,
  input[type="submit"],
  input[type="reset"] {
    padding: .5em 1em;
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
  }
}

/* line 146, ../sass/base/_typography.scss */

.btn a:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #eaeaea;
  border-color: #eaeaea;
  color: #2e3032;
  text-decoration: none;
}

/* line 155, ../sass/base/_typography.scss */

article p + p {
  margin-top: 1em;
}

/* line 158, ../sass/base/_typography.scss */

article ul {
  padding-right: 1em;
  margin: .5em 0 1em;
}

/* line 162, ../sass/base/_typography.scss */

article ul li:before {
  content: "\f058";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: 400;
  margin-left: 10px;
}

/* line 174, ../sass/base/_typography.scss */

.not-front .more-link a {
  font-weight: 300;
}

/* line 178, ../sass/base/_typography.scss */

#backtotop {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fc4a57;
  border-radius: 50%;
  bottom: 50px;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  height: 43px;
  line-height: 0;
  margin-left: 0 !important;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
  left: 40px !important;
  text-align: center;
  text-decoration: none;
  width: 43px;
  z-index: 999;
}

/* line 201, ../sass/base/_typography.scss */

#backtotop:after {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #2e3032;
  content: "\f106";
  font: normal 37px/40px FontAwesome;
}

/* line 210, ../sass/base/_typography.scss */

#backtotop:hover:after {
  color: white;
}

/* line 215, ../sass/base/_typography.scss */

.breadcrumb {
  padding: 1em 0;
}

/* line 219, ../sass/base/_typography.scss */

.translation_he,
.translation_ru {
  display: none !important;
}

/* line 224, ../sass/base/_typography.scss */

.node-readmore:before {
  content: "";
  display: none;
}

/* line 229, ../sass/base/_typography.scss */

.panels-flexible-region-1-center {
  width: 100%;
}

/* line 1, ../sass/components/_header.scss */

#header {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9999;
  right: 0;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 999;
}

/* line 12, ../sass/components/_header.scss */

body.admin-menu #header {
  top: 29px;
}

@media (max-width: 640px) {
  /* line 1, ../sass/components/_header.scss */

  #header {
    position: static !important;
    background: rgba(43, 48, 54, 0.7);
    padding: 0;
  }

  /* line 21, ../sass/components/_header.scss */

  #header .container-12 {
    padding: 0;
  }
}

/* line 26, ../sass/components/_header.scss */

#header:after {
  position: absolute;
  z-index: -1;
  content: " ";
  top: 4em;
  height: 5em;
  right: 0;
  left: 0;
  width: 100%;
  background: rgba(43, 48, 54, 0.7);
}

@media (min-width: 641px) and (max-width: 1250px) {
  /* line 26, ../sass/components/_header.scss */

  #header:after {
    top: 0;
    height: 135px;
  }
}

@media (min-width: 426px) and (max-width: 640px) {
  /* line 26, ../sass/components/_header.scss */

  #header:after {
    top: 0;
    height: 135px;
  }
}

/* line 47, ../sass/components/_header.scss */

#header.sticky {
  position: fixed !important;
  background: rgba(43, 48, 54, 0.7);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  right: 0;
  left: 0;
  top: 0;
  height: 5.5em;
}

/* line 55, ../sass/components/_header.scss */

body.admin-menu #header.sticky {
  top: 29px;
}

/* line 59, ../sass/components/_header.scss */

#header.sticky .l-branding img {
  width: 80%;
  margin-top: -6%;
}

/* line 64, ../sass/components/_header.scss */

#header.sticky:after {
  display: none;
}

@media (max-width: 640px) {
  /* line 47, ../sass/components/_header.scss */

  #header.sticky {
    position: static !important;
    background: rgba(43, 48, 54, 0.7);
  }
}

@media (min-width: 641px) and (max-width: 1250px) {
  /* line 72, ../sass/components/_header.scss */

  #header.sticky .l-branding img {
    height: 87px;
    width: auto;
  }
}

@media (min-width: 426px) and (max-width: 640px) {
  /* line 78, ../sass/components/_header.scss */

  #header.sticky .l-branding img {
    height: 87px;
    width: auto;
  }
}

/* line 86, ../sass/components/_header.scss */

#header.sticky .region-menu {
  padding-top: 32px;
}

@media (max-width: 640px) {
  /* line 86, ../sass/components/_header.scss */

  #header.sticky .region-menu {
    padding-top: 0;
  }
}

/* line 96, ../sass/components/_header.scss */

#header .region-menu .block {
  float: left;
}

@media (max-width: 640px) {
  /* line 98, ../sass/components/_header.scss */

  #header .region-menu .block.block-superfish {
    width: 100%;
  }
}

@media (max-width: 640px) {
  /* line 103, ../sass/components/_header.scss */

  #header .region-menu .block.block-superfish ul.sf-menu.sf-accordion li {
    border-top: 1px #cccccc solid;
  }
}

@media (max-width: 640px) {
  /* line 107, ../sass/components/_header.scss */

  #header .region-menu .block.block-superfish ul.sf-menu.sf-accordion li a {
    color: white;
    padding: .5em 1em;
    display: block;
    box-sizing: border-box;
  }
}

@media (min-width: 1251px) {
  /* line 123, ../sass/components/_header.scss */

  #header .l-branding {
    width: 341px;
  }
}

/* line 127, ../sass/components/_header.scss */

#header .l-branding img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 136, ../sass/components/_header.scss */

.page-admin #header.sticky .l-branding {
  height: 88px;
  width: auto;
}

/* line 139, ../sass/components/_header.scss */

.page-admin #header.sticky .l-branding img {
  height: 88px;
  width: auto;
}

/* line 147, ../sass/components/_header.scss */

#logo {
  background: transparent;
  color: #fff;
  float: right;
  overflow: hidden;
}

@media (max-width: 640px) {
  /* line 147, ../sass/components/_header.scss */

  #logo {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    float: none;
  }
}

/* line 160, ../sass/components/_header.scss */

#logo .img-logo {
  display: inline-block;
  float: right;
}

@media (max-width: 640px) {
  /* line 160, ../sass/components/_header.scss */

  #logo .img-logo {
    width: 100%;
    display: block;
  }
}

/* line 168, ../sass/components/_header.scss */

#logo .site-name {
  color: #fff;
  float: right;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 7px;
  line-height: 26px;
  margin: 0 20px 0 0;
  padding-top: 10px;
  text-transform: uppercase;
}

/* line 181, ../sass/components/_header.scss */

.language-switcher {
  position: absolute;
  top: 80px;
  right: 10px;
}

@media (max-width: 640px) {
  /* line 181, ../sass/components/_header.scss */

  .language-switcher {
    top: 0;
    z-index: 101;
  }

  /* line 189, ../sass/components/_header.scss */

  .language-switcher ul .active {
    color: black;
  }
}

/* line 194, ../sass/components/_header.scss */

.sticky .language-switcher {
  top: 10px;
}

/* line 197, ../sass/components/_header.scss */

.language-switcher h2 {
  font-size: 14px;
}

/* line 201, ../sass/components/_header.scss */

.language-switcher ul .active {
  display: none;
}

/* line 1, ../sass/components/_superfish.scss */

.region-menu {
  float: left;
  padding-top: 96px;
  z-index: 101;
}

@media (max-width: 640px) {
  /* line 1, ../sass/components/_superfish.scss */

  .region-menu {
    float: none;
    padding-top: 0;
  }
}

@media (min-width: 641px) and (max-width: 1250px) {
  /* line 1, ../sass/components/_superfish.scss */

  .region-menu {
    padding-top: 38px;
  }
}

/* line 13, ../sass/components/_superfish.scss */

.select-menu {
  display: none !important;
  padding: 10px !important;
}

/* line 17, ../sass/components/_superfish.scss */

.sf-menu a,
.sf-menu span {
  display: inline;
}

/* line 19, ../sass/components/_superfish.scss */

#superfish-1 {
  background: none;
  margin-bottom: 0;
  padding: 0;
  width: auto;
  z-index: 101;
  position: relative;
}

/* line 27, ../sass/components/_superfish.scss */

#superfish-1:after {
  clear: both;
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

/* line 36, ../sass/components/_superfish.scss */

#superfish-1 > li {
  background: none;
  border: 0;
  margin: 0 0 0 35px;
  overflow: inherit;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.125em;
}

@media (min-width: 641px) and (max-width: 1250px) {
  /* line 36, ../sass/components/_superfish.scss */

  #superfish-1 > li {
    max-width: 130px;
  }
}

/* line 50, ../sass/components/_superfish.scss */

#superfish-1 > li:last-child {
  margin-left: 0;
}

/* line 53, ../sass/components/_superfish.scss */

#superfish-1 > li > a,
#superfish-1 > li > span,
#superfish-1 > li > a[href*="#"].active {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 641px) and (max-width: 1250px) {
  /* line 53, ../sass/components/_superfish.scss */

  #superfish-1 > li > a,
  #superfish-1 > li > span,
  #superfish-1 > li > a[href*="#"].active {
    font-size: 15px;
  }
}

/* line 62, ../sass/components/_superfish.scss */

#superfish-1 > li > a .sf-sub-indicator,
#superfish-1 > li > a[href*="#"].active .sf-sub-indicator {
  background: none;
  display: inline-block;
  font: inherit;
  height: auto;
  margin-right: 5px;
  overflow: visible;
  position: static;
  text-indent: 0;
  width: auto;
}

/* line 73, ../sass/components/_superfish.scss */

#superfish-1 > li > a:hover,
#superfish-1 > li > span:hover,
#superfish-1 > li > a.active,
#superfish-1 > li > span.active,
#superfish-1 > li > a[href*="#"].active:hover,
#superfish-1 > li > a[href*="#"].current,
#superfish-1 > li.sfHover.menuparent > a,
#superfish-1 > li.sfHover.menuparent > span {
  color: #ffcb66;
  text-decoration: none;
}

/* line 84, ../sass/components/_superfish.scss */

#superfish-1 > li ul {
  background: #fc4a57;
  padding: 20px 0;
  top: 45px;
  width: 260px !important;
}

/* line 90, ../sass/components/_superfish.scss */

#superfish-1 > li ul li {
  background: none;
  border-bottom: 0;
  float: none !important;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  padding: 5px 15px;
  width: auto !important;
}

/* line 100, ../sass/components/_superfish.scss */

#superfish-1 > li ul li > a:visited,
#superfish-1 > li ul li > a {
  color: #fff;
  text-decoration: none;
}

/* line 104, ../sass/components/_superfish.scss */

#superfish-1 > li ul li > a:visited .sf-sub-indicator,
#superfish-1 > li ul li > a .sf-sub-indicator {
  background: none;
  display: inline-block;
  font: inherit;
  height: auto;
  margin-right: 5px;
  overflow: visible;
  position: static;
  text-indent: 0;
  width: auto;
}

/* line 115, ../sass/components/_superfish.scss */

#superfish-1 > li ul li > a:hover,
#superfish-1 > li ul li.sfHover.menuparent > a {
  color: #2e3032;
  text-decoration: none;
}

/* line 119, ../sass/components/_superfish.scss */

#superfish-1 > li ul li ul {
  right: 101% !important;
  top: -20px;
}

/* line 123, ../sass/components/_superfish.scss */

#superfish-1 .sf-megamenu {
  width: auto !important;
}

/* line 124, ../sass/components/_superfish.scss */

#superfish-1 .sf-megamenu > li > ol {
  vertical-align: top;
  white-space: nowrap;
}

/* line 128, ../sass/components/_superfish.scss */

#superfish-1 .sf-megamenu > li > ol > li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0;
  vertical-align: top;
  width: 140px !important;
  white-space: normal;
}

/* line 136, ../sass/components/_superfish.scss */

#superfish-1 .sf-megamenu > li > ol > li:first-child {
  margin-right: 0;
}

/* line 137, ../sass/components/_superfish.scss */

#superfish-1 .sf-megamenu > li > ol > li a {
  color: #fff;
  text-decoration: none;
}

/* line 141, ../sass/components/_superfish.scss */

#superfish-1 .sf-megamenu > li > ol > li a:hover,
#superfish-1 .sf-megamenu > li > ol > li a.active,
#superfish-1 .sf-megamenu > li > ol > li.active-trail > a,
#superfish-1 .sf-megamenu > li > ol > li.sfHover > a {
  color: #2e3032;
  text-decoration: none;
}

/* line 145, ../sass/components/_superfish.scss */

#superfish-1 .sf-megamenu > li > ol > li ol {
  padding: 14px 0 0;
}

/* line 146, ../sass/components/_superfish.scss */

#superfish-1 .sf-megamenu > li > ol > li ol li {
  display: block;
  float: none !important;
  margin-right: 0;
  padding: 0;
}

/* line 153, ../sass/components/_superfish.scss */

span.nolink {
  cursor: pointer;
}

/* line 158, ../sass/components/_superfish.scss */

#superfish-1-toggle {
  display: block;
  color: white;
  padding: .5em 0;
}

/* line 165, ../sass/components/_superfish.scss */

#superfish-1-toggle:before {
  content: '\2630';
  padding: 0 .5em;
}

/* line 171, ../sass/components/_superfish.scss */

ul.sf-menu.sf-accordion li.sf-expanded > ul li {
  box-sizing: border-box;
  padding: 0 2em;
}

/* line 174, ../sass/components/_superfish.scss */

ul.sf-menu.sf-accordion li.sf-expanded > ul li:before {
  content: "-";
  display: inline-block;
  color: white;
}

/* line 179, ../sass/components/_superfish.scss */

ul.sf-menu.sf-accordion li.sf-expanded > ul li a {
  display: inline-block !important;
}

/* line 2, ../sass/components/_flexslider.scss */

.flex-viewport {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

/* line 8, ../sass/components/_flexslider.scss */

.flexslider {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

/* line 15, ../sass/components/_flexslider.scss */

.flexslider img {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

/* line 23, ../sass/components/_flexslider.scss */

.flexslider .slides li {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  padding: 0;
  overflow-y: hidden;
}

/* line 31, ../sass/components/_flexslider.scss */

.flexslider .slides li img {
  width: 100%;
}

/* line 32, ../sass/components/_flexslider.scss */

.flexslider .flex-control-nav {
  bottom: 49px;
  font-size: 0;
  line-height: 0;
  z-index: 20;
}

@media (max-width: 640px) {
  /* line 32, ../sass/components/_flexslider.scss */

  .flexslider .flex-control-nav {
    bottom: 180px;
  }
}

/* line 41, ../sass/components/_flexslider.scss */

.flexslider .flex-control-nav li {
  margin: 0 0 0 12px;
}

/* line 42, ../sass/components/_flexslider.scss */

.flexslider .flex-control-nav li:last-child {
  margin-left: 0;
}

/* line 43, ../sass/components/_flexslider.scss */

.flexslider .flex-control-nav li a {
  background: #817f7f;
  border-radius: 50%;
  box-shadow: none;
  height: 8px;
  width: 8px;
}

/* line 50, ../sass/components/_flexslider.scss */

.flexslider .flex-control-nav li a:hover,
.flexslider .flex-control-nav li a.flex-active {
  background: #fff;
}

/* line 51, ../sass/components/_flexslider.scss */

.flexslider .flex-control-thumbs li {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  width: 20%;
}

/* line 57, ../sass/components/_flexslider.scss */

.flexslider .flex-direction-nav a {
  display: block !important;
  opacity: 1 !important;
}

/* line 61, ../sass/components/_flexslider.scss */

.flexslider .flex-direction-nav a.flex-prev {
  right: 0;
}

/* line 62, ../sass/components/_flexslider.scss */

.flexslider .flex-direction-nav a.flex-next {
  left: 0;
}

/* line 63, ../sass/components/_flexslider.scss */

.flexslider .flex-direction-nav a:before {
  line-height: 40px;
}

/* line 64, ../sass/components/_flexslider.scss */

.flexslider .flex-caption {
  bottom: 300px;
  color: #fff;
  font-size: 18px;
  right: 0;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
  text-transform: uppercase;
  z-index: 99;
}

@media (max-width: 640px) {
  /* line 64, ../sass/components/_flexslider.scss */

  .flexslider .flex-caption {
    position: static;
    background: rgba(43, 48, 54, 0.7);
  }
}

/* line 81, ../sass/components/_flexslider.scss */

.flexslider .flex-caption h1,
.flexslider .flex-caption h2,
.flexslider .flex-caption h3,
.flexslider .flex-caption h4,
.flexslider .flex-caption h5,
.flexslider .flex-caption h6,
.flexslider .flex-caption h2 a {
  color: #fff;
}

/* line 89, ../sass/components/_flexslider.scss */

.flexslider .flex-caption h2 {
  font-size: 300px;
  line-height: 450px;
  letter-spacing: -20px;
  margin-bottom: 0;
  text-transform: lowercase;
}

@media (max-width: 640px) {
  /* line 89, ../sass/components/_flexslider.scss */

  .flexslider .flex-caption h2 {
    font-size: 75px;
    line-height: 110px;
    letter-spacing: -5px;
    margin: 0;
  }
}

/* line 103, ../sass/components/_flexslider.scss */

.i18n-ru .flexslider .flex-caption h2 {
  font-size: 200px;
  line-height: 1em;
}

@media (min-width: 641px) and (max-width: 1250px) {
  /* line 103, ../sass/components/_flexslider.scss */

  .i18n-ru .flexslider .flex-caption h2 {
    font-size: 16vw;
  }
}

@media (max-width: 640px) {
  /* line 103, ../sass/components/_flexslider.scss */

  .i18n-ru .flexslider .flex-caption h2 {
    font-size: 50px;
  }
}

/* line 114, ../sass/components/_flexslider.scss */

.flexslider .flex-caption .btn {
  padding-top: 64px;
}

/* line 115, ../sass/components/_flexslider.scss */

.flexslider .flex-caption .btn a {
  border-color: #fff;
  color: #fff;
  letter-spacing: 0;
  padding: 19px 69px;
}

/* line 121, ../sass/components/_flexslider.scss */

.flexslider .flex-caption .btn a:hover {
  background: #fff;
  color: #2e3032;
}

/* line 2, ../sass/components/_panels.scss */

.panel-flexible .panel-separator {
  margin: 0;
}

/* line 7, ../sass/components/_panels.scss */

#pregnancy {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: none;
  position: relative;
}

/* line 14, ../sass/components/_panels.scss */

#pregnancy .pane-content {
  background-color: #fc4a57;
  margin: 109px 0 100px;
  padding: 100px 50px 102px;
  color: white;
  /* @noflip */
  float: right;
}

@media (min-width: 641px) and (max-width: 1250px) {
  /* line 14, ../sass/components/_panels.scss */

  #pregnancy .pane-content {
    margin: 40px 0;
    padding: 2em;
    font-size: 14px;
  }

  /* line 24, ../sass/components/_panels.scss */

  #pregnancy .pane-content h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}

/* line 30, ../sass/components/_panels.scss */

#pregnancy .parallax-bg-inner {
  background: url("../images/bg-pregnancy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: none;
  position: relative;
  height: 2114px;
  transition: .5s all;
}

/* line 7, ../sass/components/_panels.scss */

#about {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: none;
  position: relative;
}

/* line 14, ../sass/components/_panels.scss */

#about .pane-content {
  background-color: #626f41;
  margin: 109px 0 100px;
  padding: 100px 50px 102px;
  color: white;
  /* @noflip */
  float: left;
}

@media (min-width: 641px) and (max-width: 1250px) {
  /* line 14, ../sass/components/_panels.scss */

  #about .pane-content {
    margin: 40px 0;
    padding: 2em;
    font-size: 14px;
  }

  /* line 24, ../sass/components/_panels.scss */

  #about .pane-content h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}

/* line 30, ../sass/components/_panels.scss */

#about .parallax-bg-inner {
  background: url("../images/bg01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: none;
  position: relative;
  height: 2114px;
  transition: .5s all;
}

/* line 7, ../sass/components/_panels.scss */

#about-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: none;
  position: relative;
}

/* line 14, ../sass/components/_panels.scss */

#about-2 .pane-content {
  background-color: #ed8b0a;
  margin: 109px 0 100px;
  padding: 100px 50px 102px;
  color: white;
  /* @noflip */
  float: right;
}

@media (min-width: 641px) and (max-width: 1250px) {
  /* line 14, ../sass/components/_panels.scss */

  #about-2 .pane-content {
    margin: 40px 0;
    padding: 2em;
    font-size: 14px;
  }

  /* line 24, ../sass/components/_panels.scss */

  #about-2 .pane-content h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}

/* line 30, ../sass/components/_panels.scss */

#about-2 .parallax-bg-inner {
  background: url("../images/bg-about-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: none;
  position: relative;
  height: 2114px;
  transition: .5s all;
}

/* line 7, ../sass/components/_panels.scss */

#about-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: none;
  position: relative;
}

/* line 14, ../sass/components/_panels.scss */

#about-3 .pane-content {
  background-color: #771c33;
  margin: 109px 0 100px;
  padding: 100px 50px 102px;
  color: white;
  /* @noflip */
  float: left;
}

@media (min-width: 641px) and (max-width: 1250px) {
  /* line 14, ../sass/components/_panels.scss */

  #about-3 .pane-content {
    margin: 40px 0;
    padding: 2em;
    font-size: 14px;
  }

  /* line 24, ../sass/components/_panels.scss */

  #about-3 .pane-content h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}

/* line 30, ../sass/components/_panels.scss */

#about-3 .parallax-bg-inner {
  background: url("../images/bg-who-we-are.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: none;
  position: relative;
  height: 2114px;
  transition: .5s all;
}

/* line 7, ../sass/components/_panels.scss */

#services {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: none;
  position: relative;
}

/* line 14, ../sass/components/_panels.scss */

#services .pane-content {
  background-color: #039eb5;
  margin: 109px 0 100px;
  padding: 100px 50px 102px;
  color: white;
  /* @noflip */
  float: right;
}

@media (min-width: 641px) and (max-width: 1250px) {
  /* line 14, ../sass/components/_panels.scss */

  #services .pane-content {
    margin: 40px 0;
    padding: 2em;
    font-size: 14px;
  }

  /* line 24, ../sass/components/_panels.scss */

  #services .pane-content h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}

/* line 30, ../sass/components/_panels.scss */

#services .parallax-bg-inner {
  background: url("../images/bg02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: none;
  position: relative;
  height: 2114px;
  transition: .5s all;
}

/* line 7, ../sass/components/_panels.scss */

#events {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: none;
  position: relative;
}

/* line 14, ../sass/components/_panels.scss */

#events .pane-content {
  background-color: #ffc459;
  margin: 109px 0 100px;
  padding: 100px 50px 102px;
  color: white;
  /* @noflip */
  float: left;
}

@media (min-width: 641px) and (max-width: 1250px) {
  /* line 14, ../sass/components/_panels.scss */

  #events .pane-content {
    margin: 40px 0;
    padding: 2em;
    font-size: 14px;
  }

  /* line 24, ../sass/components/_panels.scss */

  #events .pane-content h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}

/* line 30, ../sass/components/_panels.scss */

#events .parallax-bg-inner {
  background: url("../images/bg03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: none;
  position: relative;
  height: 2114px;
  transition: .5s all;
}

@media (min-width: 641px) and (max-width: 1250px) {
  /* line 44, ../sass/components/_panels.scss */

  #about .pane-content {
    width: 68%;
  }

  /* line 47, ../sass/components/_panels.scss */

  #about-2 .pane-content {
    width: 60%;
  }

  /* line 50, ../sass/components/_panels.scss */

  #about-2 .parallax-img {
    min-width: 100%;
    min-height: 100%;
  }

  /* line 54, ../sass/components/_panels.scss */

  #about-3 .parallax-img {
    margin-top: -100px;
  }
}

/* line 60, ../sass/components/_panels.scss */

.panel-pane.parallax-box .container-12 {
  z-index: 1;
}

@media (max-width: 640px) {
  /* line 60, ../sass/components/_panels.scss */

  .panel-pane.parallax-box .container-12 {
    padding: 0;
  }
}

@media (max-width: 640px) {
  /* line 65, ../sass/components/_panels.scss */

  .panel-pane.parallax-box .container-12 [class*="grid-"] {
    padding: 0;
  }
}

/* line 72, ../sass/components/_panels.scss */

.panel-pane.parallax-box .pane-content {
  box-sizing: border-box;
}

@media (max-width: 640px) {
  /* line 72, ../sass/components/_panels.scss */

  .panel-pane.parallax-box .pane-content {
    margin: 0 !important;
    padding: 1em !important;
    float: none !important;
  }
}

/* line 80, ../sass/components/_panels.scss */

.panel-pane.parallax-box .pane-content h2 {
  font-size: 70px;
  margin: 0 0 60px 0;
  color: inherit;
}

@media (max-width: 640px) {
  /* line 80, ../sass/components/_panels.scss */

  .panel-pane.parallax-box .pane-content h2 {
    font-size: 39px;
  }
}

/* line 88, ../sass/components/_panels.scss */

.panel-pane.parallax-box .pane-content h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  color: inherit;
}

/* line 94, ../sass/components/_panels.scss */

.panel-pane.parallax-box .pane-content h6 {
  font-weight: 700;
  text-transform: none;
  color: inherit;
}

/* line 100, ../sass/components/_panels.scss */

.panel-pane.parallax-box .pane-content a {
  color: inherit;
}

/* line 106, ../sass/components/_panels.scss */

.parallax-bg {
  bottom: 0;
  height: 100%;
  right: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media (max-width: 640px) {
  /* line 106, ../sass/components/_panels.scss */

  .parallax-bg {
    position: static;
  }
}

/* line 120, ../sass/components/_panels.scss */

#contact {
  background: antiquewhite;
  padding-bottom: 3em;
}

/* line 123, ../sass/components/_panels.scss */

#contact p {
  margin-bottom: 1em;
}

/* line 128, ../sass/components/_panels.scss */

#gallery {
  padding-bottom: 3em;
}

/* line 138, ../sass/components/_panels.scss */

.i18n-ru .panel-pane.parallax-box .pane-content h2,
.i18n-ru .panel-pane.parallax-box .pane-content h3 {
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 147, ../sass/components/_panels.scss */

.panels-flexible-1 .panels-flexible-region-inside {
  overflow: hidden;
}

/* line 1, ../sass/components/_nodes.scss */

.links {
  margin-top: 75px;
}

/* line 3, ../sass/components/_nodes.scss */

.links.inline {
  display: block !important;
}

/* line 5, ../sass/components/_nodes.scss */

.links.inline li {
  padding: 0;
}

/* line 8, ../sass/components/_nodes.scss */

.links.inline li.node-readmore a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 12, ../sass/components/_nodes.scss */

.links.inline li.node-readmore a:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: 400;
  margin-right: 10px;
}

/* line 1, ../sass/components/_events.scss */

.event-date {
  font-size: 12px;
}

/* line 4, ../sass/components/_events.scss */

.event-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 1em;
  display: block;
}

/* line 12, ../sass/components/_events.scss */

.view-events .views-row {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 1, ../sass/components/_forms.scss */

.contact-form .form-item {
  margin-top: 0 !important;
  position: relative;
}

/* line 5, ../sass/components/_forms.scss */

.contact-form input[type="text"],
.contact-form textarea {
  position: relative;
  z-index: 20;
}

/* line 9, ../sass/components/_forms.scss */

.contact-form input[type="text"].error,
.contact-form textarea.error {
  border-color: #f8b9b7 !important;
  border-width: 1px;
  box-shadow: 0 0 8px #f8b9b7 !important;
}

/* line 14, ../sass/components/_forms.scss */

.contact-form textarea {
  min-height: 145px;
}

/* line 15, ../sass/components/_forms.scss */

.contact-form .form-type-textfield {
  float: right;
  margin-bottom: 33px !important;
  margin-right: 2%;
  width: 32%;
}

@media (max-width: 640px) {
  /* line 15, ../sass/components/_forms.scss */

  .contact-form .form-type-textfield {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

/* line 27, ../sass/components/_forms.scss */

.contact-form .form-type-textfield:first-child {
  margin-right: 0;
}

/* line 28, ../sass/components/_forms.scss */

.contact-form .form-type-textarea {
  clear: both;
  margin-bottom: 84px !important;
}

/* line 32, ../sass/components/_forms.scss */

.contact-form div.error-message {
  background: #ec7b7b;
  bottom: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: normal;
  right: 0;
  line-height: 16px;
  margin: 0 0 5px;
  max-width: 100%;
  opacity: 0;
  padding: 3px 5px;
  position: absolute;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  z-index: -999;
}

/* line 56, ../sass/components/_forms.scss */

.contact-form div.error-message:after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: -5px;
  border-top: 5px solid #ec7b7b;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

/* line 65, ../sass/components/_forms.scss */

.contact-form .error ~ div.error-message {
  opacity: 1;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  z-index: 999;
}

/* line 75, ../sass/components/_forms.scss */

.contact-form input[type="reset"] {
  margin-left: 10px;
}

/* line 76, ../sass/components/_forms.scss */

.contact-form .form-actions {
  display: inline-block;
}

/* line 77, ../sass/components/_forms.scss */

#contact-personal-form .form-type-textfield {
  float: none;
  margin-bottom: 30px !important;
  margin-right: 0;
  width: 100%;
}

/* line 83, ../sass/components/_forms.scss */

#contact-personal-form .form-type-textfield input[type="text"] {
  display: block;
}

/* line 84, ../sass/components/_forms.scss */

.action-links {
  overflow: hidden;
  padding: 0 0 25px;
}

/* line 88, ../sass/components/_forms.scss */

#block-views-blog-section .more-link {
  padding-top: 92px;
}

/* line 89, ../sass/components/_forms.scss */

.section_4_wrapper .region {
  padding: 255px 0 228px;
}

/* line 90, ../sass/components/_forms.scss */

.contact-form h2 {
  margin-bottom: 52px;
}

/* line 91, ../sass/components/_forms.scss */

.contact-form p {
  margin-bottom: 65px;
}

/* line 92, ../sass/components/_forms.scss */

.contact-form textarea {
  height: 37px !important;
  min-height: 37px !important;
}

/* line 96, ../sass/components/_forms.scss */

.contact-form .grippie,
.contact-form .form-item-copy {
  display: none;
}

/* line 97, ../sass/components/_forms.scss */

.contact-form .form-actions {
  display: block !important;
  margin: 0;
  text-align: center;
}

/* line 104, ../sass/components/_forms.scss */

.page-admin .btn a,
.page-admin input[type="submit"],
.page-admin input[type="reset"] {
  padding: .5em 1.5em;
  font-size: 14px;
  border-width: 2px;
}

/* line 1, ../sass/components/_pages.scss */

.not-front {
  margin-bottom: 100px;
}

/* line 5, ../sass/components/_pages.scss */

.not-front .l-content .parallax-box {
  height: 194px;
  overflow: hidden;
  position: relative;
}

/* line 14, ../sass/components/_pages.scss */

.page-admin h1 {
  font-size: 24px;
}

/* line 20, ../sass/components/_pages.scss */

.view-services.view-display-id-page .item-list ul li:before {
  content: "";
  display: none;
}

/* line 24, ../sass/components/_pages.scss */

.view-services.view-display-id-page .views-field {
  display: block;
  margin-right: 400px;
}

@media (max-width: 640px) {
  /* line 24, ../sass/components/_pages.scss */

  .view-services.view-display-id-page .views-field {
    margin-right: 0;
  }
}

/* line 31, ../sass/components/_pages.scss */

.view-services.view-display-id-page .views-field.views-field-field-image {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}

@media (max-width: 640px) {
  /* line 31, ../sass/components/_pages.scss */

  .view-services.view-display-id-page .views-field.views-field-field-image {
    margin-left: 0;
    float: none;
  }

  /* line 38, ../sass/components/_pages.scss */

  .view-services.view-display-id-page .views-field.views-field-field-image .field-content {
    display: block;
  }

  /* line 40, ../sass/components/_pages.scss */

  .view-services.view-display-id-page .views-field.views-field-field-image .field-content a {
    display: block;
  }

  /* line 42, ../sass/components/_pages.scss */

  .view-services.view-display-id-page .views-field.views-field-field-image .field-content a img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

/* line 51, ../sass/components/_pages.scss */

.view-services.view-display-id-page .views-field.views-field-title {
  font-size: 1.5em;
  text-transform: uppercase;
}

/* line 55, ../sass/components/_pages.scss */

.view-services.view-display-id-page .views-field.views-field-body {
  padding-bottom: 1em;
}

/* line 59, ../sass/components/_pages.scss */

.view-services.view-display-id-page .views-field.views-field-view-node a {
  font-weight: 300;
}

/* line 69, ../sass/components/_pages.scss */

.view-gallery .view-content .views-row:nth-child(3n+1) {
  margin-right: 0;
}

/* line 72, ../sass/components/_pages.scss */

.view-gallery .view-content .views-row:nth-child(3n) {
  margin-left: 0;
}

/* line 77, ../sass/components/_pages.scss */

.view-gallery .view-content .field-content img {
  width: 100%;
  height: auto;
  max-width: 220px;
}

/* line 86, ../sass/components/_pages.scss */

.view-gallery .isotope-options li a {
  border: 1px #fc4a57 solid;
  padding: 0 .5em;
}

/* line 89, ../sass/components/_pages.scss */

.view-gallery .isotope-options li a.selected {
  color: white;
  background: #fc4a57;
}

/* line 93, ../sass/components/_pages.scss */

.view-gallery .isotope-options li a:hover {
  border: 1px #85878c solid;
  background: #85878c;
  color: white;
}

@media (max-width: 640px) {
  /* line 102, ../sass/components/_pages.scss */

  .view-gallery .isotope-element {
    width: 100%;
    text-align: center;
  }
}

/* line 107, ../sass/components/_pages.scss */

.view-gallery .isotope-element a.media-colorbox {
  display: block;
}