/*** uncss> filename: css/flat-ui.css ***/

@import url(https://fonts.googleapis.com/css?family=Philosopher:400,700&subset=latin,cyrillic);

body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72222;
  color: #34495e;
  background-color: #fff;
}

a {
  color: #16a085;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
}

#vidguky{
    position: fixed;
    right: 0px;
    top: -19px;
    width: 137px;
    height: 142px;
    background-image: url(../images/vidguky.png);
    background-size: cover;
    cursor: pointer;
    z-index: 10002;
}

#vesnyanki{
	position: absolute;
    top: 185px;
    left: -49px;
    width: 300px;
    height: 200px;
    display: block;
    background-image: url(../images/vesnyanki.png);
    background-size: cover;
    cursor: pointer;
    z-index: 1000;
}

#oryavchik #vidguky{
    position: fixed;
    right: 0px;
    top: -19px;
    width: 137px;
    height: 160px;
    background-image: url(../images/vidguky-zima.png);
    background-size: cover;
    cursor: pointer;
    z-index: 10002;
}


@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}
 
@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}
 
#vidguky{
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}

#oryavchik #vidguky{
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

a:hover,
a:focus {
  color: #1abc9c;
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

h1,
h2,
h3,
h4 {
  font-family: 'Philosopher', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}

h1 {
  font-size: 61px;
}

h2 {
  font-size: 53px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 29px;
}

p {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1.72222;
}

@media (min-width: 768px) {
  .lead {
    font-size: 30.006px;
  }
}

ul,
ol {
  margin-bottom: 15px;
}

.btn {
  padding: 10px 15px;
  font-family: 'Philosopher', Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  border: none;
  border-radius: 4px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
}

.btn:hover,
.btn:focus {
  color: #fff;
  outline: none;
}

.btn:active {
  outline: none;
  box-shadow: none;
}

.btn:focus:active {
  outline: none;
}

.btn-primary {
  color: #fff;
  background-color: #1abc9c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #48c9b0;
  border-color: #48c9b0;
}

.btn-primary:active {
  background: #16a085;
  border-color: #16a085;
}

.btn-info {
  color: #fff;
  background-color: #3498db;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: #fff;
  background-color: #5dade2;
  border-color: #5dade2;
}

.btn-info:active {
  background: #2c81ba;
  border-color: #2c81ba;
}

.btn-success {
  color: #fff;
  background-color: #2ecc71;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #fff;
  background-color: #58d68d;
  border-color: #58d68d;
}

.btn-success:active {
  background: #27ad60;
  border-color: #27ad60;
}

.btn-warning {
  color: #fff;
  background-color: #f1c40f;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  color: #fff;
  background-color: #f4d313;
  border-color: #f4d313;
}

.btn-warning:active {
  background: #cda70d;
  border-color: #cda70d;
}

.btn-block {
  white-space: normal;
}

textarea {
  padding: 5px 11px;
  font-size: 20px;
  line-height: 24px;
}

label {
  font-size: 15px;
  font-weight: normal;
  line-height: 2.3;
}

.form-control::-moz-placeholder,
.select2-search input[type="text"]::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.select2-search input[type="text"]:-ms-input-placeholder {
  color: #b2bcc5;
}

.has-success .form-control::-moz-placeholder,
.has-success .select2-search input[type="text"]::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}

.has-success .form-control:-ms-input-placeholder,
.has-success .select2-search input[type="text"]:-ms-input-placeholder {
  color: #2ecc71;
}

.has-warning .form-control::-moz-placeholder,
.has-warning .select2-search input[type="text"]::-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}

.has-warning .form-control:-ms-input-placeholder,
.has-warning .select2-search input[type="text"]:-ms-input-placeholder {
  color: #f1c40f;
}

.has-error .form-control::-moz-placeholder,
.has-error .select2-search input[type="text"]::-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}

.has-error .form-control:-ms-input-placeholder,
.has-error .select2-search input[type="text"]:-ms-input-placeholder {
  color: #e74c3c;
}

.ui-spinner-input::-moz-placeholder {
  color: #718191;
  opacity: 1;
}

.ui-spinner-input:-ms-input-placeholder {
  color: #718191;
}

.navbar {
  min-height: 53px;
  margin-bottom: 30px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  font-family: 'Philosopher', sans-serif;
}

.navbar-fixed-top {
  z-index: 1030;
  border-radius: 0;
}

.navbar-fixed-top {
  border-width: 0;
}

.navbar-default {
  background-color: #ecf0f1;
}

.navbar-default .navbar-form .form-control::-moz-placeholder,
.navbar-default .navbar-form .select2-search input[type="text"]::-moz-placeholder {
  color: #aeb6bf;
  opacity: 1;
}

.navbar-default .navbar-form .form-control:-ms-input-placeholder,
.navbar-default .navbar-form .select2-search input[type="text"]:-ms-input-placeholder {
  color: #aeb6bf;
}

.navbar-inverse .navbar-form .form-control::-moz-placeholder,
.navbar-inverse .navbar-form .select2-search input[type="text"]::-moz-placeholder {
  color: #536a81;
  opacity: 1;
}

.navbar-inverse .navbar-form .form-control:-ms-input-placeholder,
.navbar-inverse .navbar-form .select2-search input[type="text"]:-ms-input-placeholder {
  color: #536a81;
}

.navbar-lg {
  min-height: 76px;
}

.modal {
  z-index: 1050;
}

.modal-header {
  padding: 17px 19px 15px 24px;
  border-bottom: 2px solid #ebedef;
}

.modal-header .close {
  padding: 0;
  margin: 5px 0 0;
  font-size: 18px;
  line-height: 1;
  color: #34495e;
}

.modal-body {
  padding: 20px 24px 20px;
}

.modal-body p {
  font-size: 16px;
  line-height: 1.625;
}

.video-js::-moz-full-screen {
  position: absolute;
}

.video-js::-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

input.todo-search-field::-moz-placeholder {
  color: #34495e;
  opacity: 1;
}

input.todo-search-field:-ms-input-placeholder {
  color: #34495e;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  .btn {
    border-style: solid;
    border-width: 2px;
  }
}

/*# sourceMappingURL=flat-ui-pro.css.map */

/*** uncss> filename: css/style.css ***/

/* general styles */

p {
  font-size: 16px;
}

h1 {
  font-size: 34px;
  line-height: 54px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}





.item.header {
  padding-bottom: 50px;
}

.item.team {
  padding-top: 60px;
  padding-bottom: 60px;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

/* videos */

/*** uncss> filename: css/style.complete.css ***/

/*	Blog 1
/*----------------------------------------------------*/

/*	Blog 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTACT 1
/*----------------------------------------------------*/

/*	CONTACT 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTACT 2
/*----------------------------------------------------*/

/*	CONTACT 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTACT 3
/*----------------------------------------------------*/

/*	CONTACT 3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 1-1
/*----------------------------------------------------*/

/*	CONTENT BLOCK 1-3
/*----------------------------------------------------*/

.content-1-3 {
  text-align: center;
}

/*	CONTENT BLOCK 1-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 1-4
/*----------------------------------------------------*/

/*	CONTENT BLOCK 1-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */

/*	CONTENT BLOCK 1-5
/*----------------------------------------------------*/

/*	CONTENT BLOCK 1-5 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 1-6
/*----------------------------------------------------*/

/*	CONTENT BLOCK 1-6 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 1-7
/*----------------------------------------------------*/

/*	CONTENT BLOCK 1-7 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 1-8
/*----------------------------------------------------*/

/*	CONTENT BLOCK 1-8 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 1-9
/*----------------------------------------------------*/

.content-1-9 h4 {
  margin-top: 0;
}

.content-1-9 .fa {
  font-size: 32px;
  color: #16A085;
}

/*	CONTENT BLOCK 1-9 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-1
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-10
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-10 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-2
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-2
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-3
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-4
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-5
/*----------------------------------------------------*/

/* Light */

.content-2-5-light h2 {
  color: #333333;
}

/* Dark */

/*	CONTENT BLOCK 2-5 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-6
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-6 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-7
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-7 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-8
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-8 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-9
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-9 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/lato-black-webfont.eot');
  src: url('../fonts/lato/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-black-webfont.woff') format('woff'), url('../fonts/lato/lato-black-webfont.ttf') format('truetype'), url('../fonts/lato/lato-black-webfont.svg#latoblack') format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/lato-bold-webfont.eot');
  src: url('../fonts/lato/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-bold-webfont.woff') format('woff'), url('../fonts/lato/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato/lato-bold-webfont.svg#latobold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/lato-bolditalic-webfont.eot');
  src: url('../fonts/lato/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-bolditalic-webfont.woff') format('woff'), url('../fonts/lato/lato-bolditalic-webfont.ttf') format('truetype'), url('../fonts/lato/lato-bolditalic-webfont.svg#latobold_italic') format('svg');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/lato-italic-webfont.eot');
  src: url('../fonts/lato/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-italic-webfont.woff') format('woff'), url('../fonts/lato/lato-italic-webfont.ttf') format('truetype'), url('../fonts/lato/lato-italic-webfont.svg#latoitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/lato-light-webfont.eot');
  src: url('../fonts/lato/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-light-webfont.woff') format('woff'), url('../fonts/lato/lato-light-webfont.ttf') format('truetype'), url('../fonts/lato/lato-light-webfont.svg#latolight') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/lato-regular-webfont.eot');
  src: url('../fonts/lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-regular-webfont.woff') format('woff'), url('../fonts/lato/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato/lato-regular-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Flat-UI-Icons";
  src: url("../fonts/Flat-UI-Icons.eot");
  src: url("../fonts/Flat-UI-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Flat-UI-Icons.woff") format("woff"), url("../fonts/Flat-UI-Icons.ttf") format("truetype"), url("../fonts/Flat-UI-Icons.svg#Flat-UI-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */

/* Use the following CSS code if you want to have a class per icon */

/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="fui-"] {
*/

body {
  font-family: 'Philosopher', sans-serif;
  font-size: 18px;
  line-height: 1.72222;
  color: #34495e;
  background-color: #ffffff;
  min-width: 480px;
}

a {
  color: #16a085;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:hover,
a:focus {
  color: #1abc9c;
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

p {
  font-size: 18px;
  line-height: 1.72222;
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 30px;
  }
}

h1,
h2,
h3,
h4 {
  font-family: 'Philosopher', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}

h1 {
  font-size: 61px;
}

h2 {
  font-size: 53px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 29px;
}

ul,
ol {
  margin-bottom: 15px;
}

.btn {
  border: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.btn:hover,
.btn:focus {
  outline: none;
  color: #ffffff;
}

.btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #1abc9c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #ffffff;
  background-color: #48c9b0;
  border-color: #48c9b0;
}

.btn-primary:active {
  background: #16a085;
  border-color: #16a085;
}

.btn-info {
  color: #ffffff;
  background-color: #3498db;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: #ffffff;
  background-color: #5dade2;
  /* background-color: #FF0808; */
  border-color: #5dade2;
}

.btn-info:active {
  background: #2c81ba;
  border-color: #2c81ba;
}

.btn-success {
  color: #ffffff;
  background-color: #2ecc71;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #ffffff;
  background-color: #58d68d;
  border-color: #58d68d;
}

.btn-success:active {
  background: #27ad60;
  border-color: #27ad60;
}

.btn-warning {
  color: #ffffff;
  background-color: #f1c40f;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  color: #ffffff;
  background-color: #f5d313;
  border-color: #f5d313;
}

.btn-warning:active {
  background: #cda70d;
  border-color: #cda70d;
}

.btn-block {
  white-space: normal;
}

textarea {
  font-size: 20px;
  line-height: 24px;
  padding: 5px 11px;
}

label {
  font-weight: normal;
  font-size: 15px;
  line-height: 2.4;
}

.form-control:-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #b2bcc5;
}

.has-warning .form-control:-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}

.has-warning .form-control::-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}

.has-warning .form-control:-ms-input-placeholder {
  color: #f1c40f;
}

.has-error .form-control:-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}

.has-error .form-control::-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}

.has-error .form-control:-ms-input-placeholder {
  color: #e74c3c;
}

.has-success .form-control:-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}

.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}

.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}

.tt-query:-moz-placeholder,
.tt-hint:-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}

.tt-query::-moz-placeholder,
.tt-hint::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}

.tt-query:-ms-input-placeholder,
.tt-hint:-ms-input-placeholder {
  color: #b2bcc5;
}

.ui-spinner-input:-moz-placeholder {
  color: #718191;
  opacity: 1;
}

.ui-spinner-input::-moz-placeholder {
  color: #718191;
  opacity: 1;
}

.ui-spinner-input:-ms-input-placeholder {
  color: #718191;
}

.navbar {
  font-size: 16px;
  min-height: 53px;
  margin-bottom: 30px;
  border: none;
  border-radius: 6px;
}

.navbar-fixed-top {
  z-index: 1030;
  border-radius: 0;
}

.navbar-fixed-top {
  border-width: 0;
}

.navbar-default {
  background-color: #ecf0f1;
}

.navbar-default .navbar-form .form-control:-moz-placeholder {
  color: #aeb6bf;
  opacity: 1;
}

.navbar-default .navbar-form .form-control::-moz-placeholder {
  color: #aeb6bf;
  opacity: 1;
}

.navbar-default .navbar-form .form-control:-ms-input-placeholder {
  color: #aeb6bf;
}

.navbar-inverse .navbar-form .form-control:-moz-placeholder {
  color: #536a81;
  opacity: 1;
}

.navbar-inverse .navbar-form .form-control::-moz-placeholder {
  color: #536a81;
  opacity: 1;
}

.navbar-inverse .navbar-form .form-control:-ms-input-placeholder {
  color: #536a81;
}

.navbar-lg {
  min-height: 76px;
}

.modal {
  z-index: 1040;
}

.modal-header {
  padding: 17px 19px 15px 24px;
  border-bottom: 1px solid #ebedef;
}

.modal-header .close {
  margin: 5px 0 0;
  padding: 0;
  font-size: 63px;
  line-height: 1;
  color: #34495e;
}

.modal-body {
  padding: 20px 24px 20px;
}

.modal-body p {
  font-size: 16px;
  line-height: 1.625;
}

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-check:before {
  content: "\f00c";
}

.fa-facebook-square:before {
  content: "\f082";
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-check:before {
  content: "\f00c";
}

.fa-facebook-square:before {
  content: "\f082";
}

/*----------------------------------------------------*/

.footer-1-1 {
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-1-1 h4,
.footer-1-1 .lead,
.footer-1-1 li {
  color: #ffffff;
}

.footer-1-1 h4 {
  margin-bottom: 20px;
}

.footer-1-1 ul {
  list-style-type: none;
  margin: 0 0 26px;
  padding: 0;
}

.footer-1-1 ul li {
  border-top: 1px solid #bdc3c7;
  line-height: 19px;
  padding: 6px 0;
}

.footer-1-1 li:first-child {
  border-top: none;
  padding-top: 1px;
}

/*	FOOTER 1-1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	FOOTER 1-2
/*----------------------------------------------------*/

/*	FOOTER 1-2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	FOOTER 1-3
/*----------------------------------------------------*/

/*	FOOTER 1-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	FOOTER 1-4
/*----------------------------------------------------*/

/*	FOOTER 1-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	FOOTER Copyright Bar
/*----------------------------------------------------*/

/*	Gallery 1
/*----------------------------------------------------*/

/* Gallery Item
 * -------------------------- */

/* Gallery Filter
 * -------------------------- */

/* Isotope Animating
 * -------------------------- */

/**** disabling Isotope CSS3 transitions ****/

/*	Gallery 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	Gallery 2
/*----------------------------------------------------*/

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

/* Common style */

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

/* Individual effects */

/*---------------*/

/***** Lily *****/

/*---------------*/

/*	Gallery 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	HEADER 1
/*----------------------------------------------------*/

/* Override bootstrap default */

/*	HEADER 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */

/* Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) */

/*	HEADER 2
/*----------------------------------------------------*/

/* Override bootstrap default */

/*	Header 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	HEADER 3
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */

/* Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) */

/* Use the following CSS code if you want to use data attributes for inserting your icons */

/* Use the following CSS code if you want to have a class per icon */

/* The Nivo Slider styles */

/* If an image is wrapped in a link */

/* The slices and boxes in the Slider */

/* Caption styles */

/* Direction nav styles (e.g. Next & Prev) */

/* Control nav styles (e.g. 1,2,3...) */

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

/* display none until init */

/* mouse grab icon */

/* fix */

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

/* Styling Next and Prev buttons */

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

/* Styling Pagination*/

/* If PaginationNumbers is true */

/* preloading images */

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

/* fade */

/* backSlide */

/* goDown */

/* scaleUp */

/* Keyframes */

/*empty*/

/*	Pricing Tables 1
/*----------------------------------------------------*/

.pricing-table-1 .price-block {
  text-align: center;
  color: #ffffff;
  transition: all 0.25s;
  max-width: 400px;
  margin: 0 auto 20px auto;
}

.pricing-table-1 h3 {
  text-transform: uppercase;
  padding: 20px 0;
  /*background: #2c3e50;*/
  background: #4F9710;
  margin: 0;
  border-radius: 6px 6px 0 0;
}

.pricing-table-1 .price {
  display: inline-block;
  background: #83C223;
  /* background: #898989; */
  width: 100%;
}

.pricing-table-1 .price-figure {
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 14px;
}

.pricing-table-1 .features {
  background: #e6e6e6;
  color: #555555;
  padding: 0;
  margin: 0;
}

.pricing-table-1 .features li {
  padding: 8px 15px;
  border-bottom: 1px solid #ccc;
  list-style-type: none;
}

.pricing-table-1 .price-footer {
  display: block;
  background: #4F9710;
  /* background: #2c3e50; */
  border-radius: 0 0 6px 6px;
  margin-top: -5px;
  padding: 10px 0;
}

/* Hover Effects */

.pricing-table-1 .price-block:hover {
  transform: scale(1.04) translateY(-5px);
  -webkit-transform: scale(1.04) translateY(-5px);
  z-index: 1;
  border-bottom: 0 none;
}

.pricing-table-1 .price-block:hover .price.pastel-blue {
  background: #6082EB;
}

.pricing-table-1 .price-block:hover .price.pastel-green {
  background: #18B29D;
}

.pricing-table-1 .price-block:hover .price.pastel-red {
  background: #FF5E65;
}

.pricing-table-1 .price-block:hover .price.pastel-orange {
  background: #FFB068;
}

.pricing-table-1 .price-block:hover h3 {
  background: #233447;
}

/* Ribbons */

.ribbon {
  position: absolute;
  top: -4px;
  right: 11px;
  width: 82px;
  height: 82px;
  overflow: hidden;
  z-index: 10;
}

/*	Pricing Tables 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px) {
  .pricing-table-1 .price-block {
    margin-bottom: 20px;
  }

  /* Large Devices, Wide Screens */
}

/*	Pricing Table 3
/*----------------------------------------------------*/

/* Ribbon & Colors */

.ribbon {
  position: absolute;
  top: -4px;
  right: 11px;
  width: 82px;
  height: 82px;
  overflow: hidden;
  z-index: 10;
}

#oryavchik .ribbon+div h3{
	min-height: 118px;
}
/*----------------------------------------------------*/

/*	PROMO BLOCK 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	PROMO BLOCK 2
/*----------------------------------------------------*/

/*	PROMO BLOCK 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	PROMO BLOCK 3
/*----------------------------------------------------*/

/*	PROMO BLOCK 3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

@import "contact-1.css";

@import "contact-2.css";

@import "contact-3.css";

@import "content1-1.css";

@import "content1-2.css";

@import "content1-3.css";

@import "content1-4.css";

@import "content1-5.css";

@import "content1-6.css";

@import "content1-7.css";

@import "content1-8.css";

@import "content1-9.css";

@import "content2-1.css";

@import "content2-2.css";

@import "content2-3.css";

@import "content2-4.css";

@import "content2-5.css";

@import "content2-6.css";

@import "content2-7.css";

@import "content2-8.css";

@import "content2-9.css";

@import "content2-10.css";

/* tabs */

/* end tabs */

@import "footer-1.css";

@import "footer-2.css";

@import "footer-3.css";

@import "footer-4.css";

@import "footer-5.css";

/* end general styles */

/* headers */

.banner h1 {
  margin: 130px 0px 50px 0px;
  font-weight: normal;
  font-size: 40px;
  line-height: 1.4em;
  text-shadow: 3px 3px 2px rgb(71, 71, 177);
}

/* carousel */

/* end carousel */

/* header 10 */

/* end header 10 */

/* header 11 */

.header11 h1 {
  color: #F5F7F8;
  font-weight: 200;
  font-size: 45px;
}

/*	PATTERN LIBRARY STYLES
/*----------------------------------------------------*/

/* GOOGLE FONTS */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700italic,700,500italic,500,400italic,300italic,300);

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);

body {
  color: #333333;
  background: #ffffff;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* BACKGROUND COLORS */

.bg-clouds {
  background-color: #ECF0F1 !important;
}

.bg-deepocean {
  background-color: #193441 !important;
}

.bg-aqua {
  background-color: #16A085 !important;
}

.bg-orange {
  background-color: #F39C12 !important;
}

.bg-blue-1 {
  background-color: #24577B !important;
}
.bg-blue-2 {
  background-color: #3E94D1 !important;
}

.bg-blue-3 {
  background-color: #0A64A4 !important;
}

.bg-blue-4 {
  background-color: #03406A !important;
}
.bg-finn {
  background-color: #723147 !important;
}

/* COLORS */

/* PADDING, MARGIN & ALIGNMENT */

.pad25 {
  padding-top: 25px;
}

/** TYPOGRAPHY **/

h1,
h2,
h3,
h4 {
  font-family: 'Philosopher', sans-serif;
  line-height: 1.1;
}

h1,
h2,
h3 {
  margin-bottom: 20px;
  font-weight: 300;
}

h4 {
  margin-bottom: 15px;
  font-weight: 400;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 37px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 23px;
}

p {
  font-family: 'Philosopher', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0;
  color: #515157;
}

.lead {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}

/* LINKS */

a {
  color: #1abc9c;
}

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

/* LISTS */

ol {
  position: relative;
  padding-left: 13px;
}

ul {
  list-style: none;
  position: relative;
  padding-left: 22px;
}

ul li,
ol li {
  font-family: 'Philosopher', sans-serif;
  font-size: 14px;
  color: #515157;
  margin-bottom: 5px;
}

/* TITLES */

.underlined-title {
  text-align: center;
  padding-bottom: 5px;
}

.underlined-title h1 {
  color: #2c3e50;
  margin: 0;
}

.underlined-title h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #95a5a6;
}

.underlined-title hr {
  width: 10%;
  border-width: 2px;
  border-color: #16a085;
}

/* IMAGES */



/*===================================================================================*/

/*	BUTTONS
/*===================================================================================*/

.btn {
  color: #FFF;
  padding: 10px 20px;
  margin: 15px 0;
  font-family: 'Philosopher', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/* Button DISABLED */

/* Button DEFAULT */

/* Button PRIMARY */

.btn.btn-primary {
  background: #1abc9c;
  box-shadow: 0 2px #16a085;
}

.btn.btn-primary:hover {
  background: #16a085;
}

/* Button WARNING */

.btn.btn-warning {
  background: #f1c40f;
  box-shadow: 0 2px #f39c12;
}

.btn.btn-warning:hover {
  background: #f39c12;
}

/* Button DANGER */

/* Button SUCCESS */

.btn.btn-success {
  background: #2ecc71;
  box-shadow: 0 2px #27ae60;
}

.btn.btn-success:hover {
  background: #27ae60;
}

/* Button DARK */

/* Button INFO */

.btn.btn-info {
  background: #F61818;
  box-shadow: 0 2px #B92929;
  /* background: #3498db;
        box-shadow: 0 2px #2980b9; */
}

.btn.btn-info:hover {
  /* background: #2980b9; */
  background: #DD3333;
}

/* Outline Buttons */

button:hover {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*===================================================================================*/

/*	SOCIAL ICONS
/*===================================================================================*/

/* FORM CONTROL */

.has-success .form-control:-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}

.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}

.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}

.has-warning .form-control:-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}

.has-warning .form-control::-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}

.has-warning .form-control:-ms-input-placeholder {
  color: #f1c40f;
}

.has-error .form-control:-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}

.has-error .form-control::-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}

.has-error .form-control:-ms-input-placeholder {
  color: #e74c3c;
}

/* FORM - INPUT ICON */

/* FORM - INPUT GROUP */

/*	ACCORDION / TOGGLE */

/* TABS */

/* PAGINATION */

/* PAGER */

/* CONTENT BLOCK HOLDERS */

.content-block {
  width: 100%;
  padding: 60px 0 60px 0;
  z-index: 100;
  position: relative;
  background-color: #ffffff;
}

.content-block-nopad {
  width: 100%;
  z-index: 100;
  position: relative;
  background-color: #ffffff;
}

/*	PATTERN LIBRARY MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

.team img.teamImage {
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.team img.teamImageSmall {
  width: 38%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.teamImageSmallDescription{
  margin-top: 40px;
}

/* general styles */

p {
  font-size: 16px;
}

h1 {
  font-size: 34px;
  line-height: 45px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}





.item.header {
  padding-bottom: 50px;
}

.item.team {
  padding-top: 60px;
  padding-bottom: 60px;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

/* videos */

.videoWrapper > 3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*	Team 1
/*----------------------------------------------------*/

/*	Team 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	Team 2
/*----------------------------------------------------*/

/*	Team 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.navbar-fixed-top {
  background-color: rgba(255,255,255,0.7);
}

.ua-divider {
  background-image: url('../images/ornament_hor2.png');
  background-color: transparent;
  margin-top: -40px;
  margin-bottom: -40px;
  background-repeat: repeat-x;
  background-position: 50% 0px;
  height: 118px;
  width: 100%;
  position: relative;
  z-index: 101;
}

#slideshow {
  background-image: url(../images/photo/kvity2.jpg);
  background-repeat: no-repeat;
  background-position: 0% 0px;
  background-size: cover;
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
}
#video-bajka {
  background-image: url(../images/photo/kvity2.jpg);
  background-repeat: no-repeat;
  background-position: 0% 0px;
  background-size: cover;
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  padding: 40px;
  position:relative;
}

#video-bajka iframe{
	width: 900px;
	height: 500px;
	left: 50%;
    margin-left: -450px;
    position: relative;
	
}

@media only screen and (max-width : 900px) {
	#video-bajka iframe{
	width: 100%;
	height: 400px;
	left: 0px;
    margin-left: 0px;
    position: relative;
	}
}

#shayan #slideshow {
  background-image: url(../images/blagodat/background.jpg);
}

#oryavchik #slideshow {
  background-image: url(../images/shvagry/background.jpg);
}
#oryavchik #slideshow p{
  color: white;
}

#shayan #slideshow p {
  color: white;
}

#beskidy #slideshow {
  background-image: url(../images/beskidy/background.jpg);
  background-repeat: repeat;
  background-size: auto;
}

#beskidy #slideshow p {
  color: white;
}
#vizhnitsya #slideshow p {
  color: white;
}

#slideshow:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

#slideshow-container {
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
  z-index: 2;
  position: relative;
}

#slideshow-container h1 {
  color: white;
}

.img-block {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.img-block img {
  width: 250px;
  height: 166px;
  border-radius: 6px;
  border: 1px  rgba(235,133,5,1) solid;
}

#oryavchik .img-block img{
  border: 1px rgb(95, 177, 247) solid;
}

ul.features,
ul.nofeatures {
  list-style: none;
}

ul.features li,
ul.nofeatures li {
  position: relative;
  text-align: left;
  font-family: 'Philosopher', sans-serif;
  font-size: 25px;
  line-height: 54px;
  font-weight: 300;
  padding-left: 10px;
}

ul.features li:after {
  content: '\2714';
  position: absolute;
  top: -3px;
  left: -17px;
}

ul.nofeatures li:after {
  content: '-';
  position: absolute;
  top: -3px;
  left: -17px;
}

.price-block h3 {
  font-size: 24px;
}

.price-block .features {
  padding-left: 30px;
}

.price-block ul.features li:last-child:after {
  display: none;
}

/* http://color.romanuke.com/tsvetovaya-palitra-2750/ - кольорова палітра */

#zastavka-sinevir {
  background-image: url(../images/sinevir.jpg);
  background-repeat: repeat-y;
  background-position: 0% -140px;
  background-size: cover;
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  transition: all 6s ease-out 0.5s;
}

#home #zastavka-sinevir:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url('../images/osonnya/main/4.jpg');
	animation:fadeOut 10s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#zastavka-osonnya {
  background-image: url(../images/osonnya/main/4.jpg);
  background-repeat: repeat-y;
  background-position: 0% -140px;
  background-size: cover;
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  transition: all 6s ease-out 0.5s;
}

#zastavka-osonnya:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url(../images/osonnya/main/5.jpg);
	animation:fadeOut 10s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#zastavka-jdenievo {
  background-image: url(../images/jdenievo/main1.jpg);
  background-repeat: repeat-y;
  background-position: 0% -140px;
  background-size: cover;
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  transition: all 6s ease-out 0.5s;
}

#zastavka-jdenievo:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url(../images/jdenievo/main2.jpg);
	animation:fadeOut 10s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#zastavka-vizhnitsya {
  background-image: url(../images/vizhnitsya/main1.jpg);
  background-repeat: repeat-y;
  background-position: 0% -140px;
  background-size: cover;
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  transition: all 6s ease-out 0.5s;
}

/*
#zastavka-vizhnitsya:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url(../images/vizhnitsya/main2.jpg);
	animation:fadeOut 10s infinite ease-in-out; 
    animation-fill-mode:forwards;
}
*/

#zastavka-sinevir:hover {
  background-position: 0% -250px;
}

#zastavka-sinevir:hover {
  background-position: 0% -140px;
}

#zastavka-shayan {
  background-image: url(../images/blagodat/blagodat.jpg);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  transition: all 40s ease-out 0.5s;
}

#zastavka-shayan:hover {
  /* background-position: 1200px 0px; */
}

#zastavka-bezkydi {
  background-image: url(../images/beskidy/skolivski-beskidy.jpg);
  /* background-image: url(../images/beskidy/kamyanetskyy-vodospad-2.jpg); */
  background-repeat: repeat-x;
  background-position: 0% 0px;
  background-size: cover;
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  transition: all 6s ease-out 0.5s;
}

#zastavka-kosiv {
  background-image: url(../images/kosiv/kosiv-main.jpg);
  /* background-image: url(../images/beskidy/kamyanetskyy-vodospad-2.jpg); */
  background-repeat: repeat-x;
  background-position: 0% 0px;
  background-size: cover;
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  transition: all 6s ease-out 0.5s;
}

#zastavka-bezkydi:hover {
  /* background-position: 0% 0px; */
}

#zastavka-shvagry {
  background-image: url(../images/shvagry/main.jpg);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  transition: all 40s ease-out 0.5s;
}
#zastavka-blagodat-big {
  background-image: url(../images/blagodat/blagodat-big.jpg);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  transition: all 40s ease-out 0.5s;
}

#zastavka-vesna {
  background-image: url(../images/vesna.jpg);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  transition: all 40s ease-out 0.5s;
}

#zastavka-shvagry:hover {
  /* background-position: 1200px 0px; */
}


@media only screen and (max-width : 700px) {
  #zastavka-bezkydi {
    background-position: 0% -0px;
  }
  #zastavka-kosiv {
    background-position: 0% -0px;
  }
}

.line-through {
  text-decoration: line-through;
}

.price-figure .line-through {
  color: lightgrey;
}

#first-page-features #akciya {
  display: block;
  position: absolute;
  width: 154px;
  height: 104px;
  background-image: url('../images/akciya4.png');
  background-size: cover;
  top: -38px;
  right: -46px;
}

#first-page-features .remark {
  font-size: 14px;
}

.price-figure {
  position: relative;
}

.red-text {
  color: red;
  font-size: 30px;
}

#first-page-features .services-wrapper {
  margin: 20px 0 0;
}

#first-page-features .icon {
  height: 175px;
  width: 175px;
  max-width: 100%;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0 auto 80px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  cursor: pointer;
}

#first-page-features .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url('../images/dub.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px 150px;
  opacity: 0.1;
}

#akciya-21{
	position:absolute;
	width: 250px;
    height: 170px;
    top: -102px;
    right: -124px;
	background-image: url('../images/akciya_21.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#first-page-features .icon a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

#home #first-page-features .icon {
  height: 250px;
  width: 250px;
  background-image: none;
}

#first-page-features .icon:before {
  background-size: 235px 240px;
  background-image: none;
  width: 96%;
  height: 96%;
  top: 2%;
  left: 2%;
  position: absolute;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px white solid;
  display: block;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

#first-page-features .icon:hover {
  opacity: 1;
}

#first-page-features .icon:hover:before {
  border: 1px #FFFF00 solid;
}

#first-page-features .icon.bg-yellow:hover:before {
  border: 1px #e73527 solid;
}

#first-page-features .icon h4 {
  font-size: 22px;
  padding-top: 56px;
  color: white;
  line-height: 30px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

#first-page-features .icon h4 .period{
	font-size: 20px;
}

#home #first-page-features .icon h4 {
  line-height: 42px;
}

#home #first-page-features .name {
  font-weight: bold;
}

#first-page-features .icon:hover h4 {
  color: #FFFF00;
}

#first-page-features .icon.bg-yellow:hover h4 {
  color: #e73527;
}

#program-block th span {
  display: block;
  margin-left: -19px;
  font-size: 14px;
}

#program-block table {
  width: 90%;
  border-collapse: collapse;
}

#program-block table  td {
  border: 1px dashed black;
  min-width: 61px;
}

#program-block table  td.empty {
  border: 1px dashed black;
  min-width: 35px;
}

#program-block table  td:first-child {
  border-left: none;
  border-top: none;
  border-bottom: none;
}

#program-block table  td:last-child {
  border-right: none;
  border-top: none;
  border-bottom: none;
}

#program-block td span {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-transform: rotate(200deg);
  -moz-transform: rotate(200deg);
  -ms-transform: rotate(200deg);
  transform: rotate(200deg);
  line-height: 16px;
  font-style: italic;
}

#kolyba .right-block {
  background-image: url('../images/arnika/kolyba.jpg');
  background-size: cover;
}

#restoran-osonnya .right-block {
  background-image: url('../images/osonnya/restoran.jpg');
  background-size: cover;
}
#restoran-osonnya .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/osonnya/restoran2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#restoran-jdenievo .right-block {
  background-image: url('../images/jdenievo/restoran1.jpg');
  background-size: cover;
}
#restoran-jdenievo .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/jdenievo/restoran2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#restoran-vizhnitsya .right-block {
  background-image: url('../images/vizhnitsya/restoran1.jpg');
  background-size: cover;
}
#restoran-vizhnitsya .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/vizhnitsya/restoran2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#restoran .right-block {
  background-image: url('../images/beskidy/hotel/restoran.jpg');
  background-size: cover;
}

#bajka-restoran .right-block {
  background-image: url('../images/kosiv/hotel/bajka-restoran.jpg');
  background-size: cover;
}

#bajka-restoran ul.features li {
  font-size: 22px;
}

#richka-rybnitsya .left-block {
  background-image: url('../images/kosiv/ribnitsya-1.jpg');
  background-size: cover;
}

#richka-rybnitsya .left-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/kosiv/ribnitsya-2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#richka-cheremosh .left-block {
  background-image: url('../images/vizhnitsya/richka1.jpg');
  background-size: cover;
}

#richka-cheremosh .left-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/vizhnitsya/richka2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#bajka-baseyn .right-block {
  background-image: url('../images/kosiv/baseyn-1.jpg');
  background-size: cover;
}

#bajka-baseyn .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/kosiv/baseyn-2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#vizhnitsya-baseyn .right-block {
  background-image: url('../images/vizhnitsya/baseyn1.jpg');
  background-size: cover;
}

#vizhnitsya-baseyn .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/vizhnitsya/baseyn2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}


#photo-video .right-block {
  background-image: url('../images/videos.jpg');
  background-size: cover;
}

.container.plan {
  margin-bottom: 50px;
}

.container.plan h1 {
  text-align: left;
  margin-top: 45px;
  margin-bottom: 0px;
}

.container.plan .lead {
  font-size: 18px;
  /* color: #4F9710; */
  font-weight: bold;
}

.container.plan .features li,
.container.plan .nofeatures li {
  font-size: 18px;
  line-height: 1.4;
}

.container.plan .features .features {
  margin-left: 30px;
}

.container.plan .additional.nofeatures {
  background-color: #f1c40f;
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.container.plan .additional.nofeatures:hover {
  background-color: rgba(235, 133, 5, 1);
}

.plan .additional.nofeatures li {
  color: white;
}

.plan .additional.features {
  background-color: rgba(79,151, 16, 0.7);
  border-radius: 6px;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* .plan #calc{
	margin-bottom: 30px;
} */

.plan .additional.features:hover {
  background-color: rgba(79,151, 16, 1);
}

.plan .additional.features li {
  color: white;
}

#tvorchi-vechory .left-block {
  background-image: url('../images/program/tvorchi-vechory.jpg');
  background-size: cover;
}

#tvorchi-vechory .left-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/program/tvorchi-vechory-2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#programa-short .row .pad25 {
  min-height: 180px;
}

#tvorchi-vechory .features,
#photo-video .features {
  margin-top: 15px;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#tvorchi-vechory .features li,
#photo-video .features li {
  font-size: 20px;
  line-height: 1.4;
}

#narodni-svyata .left-block{
  background-image: url('../images/program/kupala.jpg');
  background-size: cover;
}

#narodni-svyata .left-block:before{
  	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/beskidy/svyato-makoviya.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#svyato-kupala .left-block {
  background-image: url('../images/program/kupala.jpg');
  background-size: cover;
}

#svyato-kupala .left-block:before{
  	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/program/kupala-2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}


#svyato-petra-i-pavla .left-block {
  background-image: url('../images/program/petra-i-pavla.jpg');
  background-size: cover;
}

#svyato-makoviya .left-block {
  background-image: url('../images/arnika/makoviya-1.jpg');
  background-size: cover;
}

#svyato-makoviya .left-block:before{
  	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/arnika/makoviya-2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#kosiv-muzey .left-block {
  background-image: url('../images/kosiv/lijnikarstvo.jpg');
  background-size: cover;
}

#kosiv-muzey .left-block:before{
  	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/kosiv/valilo.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#svyato-objinky .left-block {
  background-image: url('../images/program/objinky.jpg');
  background-size: cover;
}
#svyato-rizdvo .left-block {
  background-image: url('../images/svyata-vecherya.jpg');
  background-size: cover;
}

#svyato-rizdvo .left-block:before{
  	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/shvagry/rizdvo-2n.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

.page-main #svyato-objinky .left-block {
  background-image: none;
}

.page-main #svyato-objinky .right-block {
  background-image: url('../images/program/objinky.jpg');
  background-size: cover;
}

#vytyag-zveniv .right-block {
  background-image: url('../images/shvagry/zveniv.jpg');
  background-size: cover;
}

#vytyag-zveniv .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url('../images/shvagry/zveniv-2.jpg');
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#vytyag-jdenievo .right-block {
  background-image: url('../images/jdenievo/vityag.jpg');
  background-size: cover;
}

#vytyag-jdenievo .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url('../images/jdenievo/vityag-pushka.jpg');
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}


#shayan .pricing-table-1 ul.features li,
#beskidy .pricing-table-1 ul.features li {
  font-size: 18px;
}

#tvorchi-zanyattya .right-block {
  background-image: url('../images/program/tvorchi-zanyattya-3.jpg');
  background-size: cover;
}

#tvorchi-zanyattya .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/program/tvorchi-zanyattya-4.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#tvorchi-zanyattya .features li {
  font-size: 20px;
  line-height: 1.4;
}

#tvorchi-zanyattya-zima .right-block {
  background-image: url('../images/shvagry/tvorchi-zanyattya.jpg');
  background-size: cover;
}

#tvorchi-zanyattya-zima .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/shvagry/tvorchi-zanyattya-2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#tvorchi-zanyattya-zima .features li {
  font-size: 20px;
  line-height: 1.4;
}

#short-description {
  padding: 50px 15px;
}

#short-description p {
  font-size: 18px;
}

#short-description a {
  text-decoration: underline;
}

#short-description h2 {
  text-align: center;
}

#muzichni-zanyattya .left-block {
  background-image: url('../images/program/muzichni-zanyattya2.jpg');
  background-size: cover;
}

#muzichni-zanyattya .left-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/program/muzichni-zanyattya3.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#muzichni-zanyattya-zima .left-block {
  background-image: url('../images/shvagry/muzichni-zanyattya.jpg');
  background-size: cover;
}

#muzichni-zanyattya-zima .left-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/shvagry/muzichni-zanyattya-2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#ekskursia-sinevir .right-block {
  background-image: url('../images/program/ekskursia-gori.jpg');
  background-size: cover;
}

#ekskursia-osonnya .right-block {
  background-image: url('../images/osonnya/pohid.jpg');
  background-size: cover;
}

#ekskursia-jdenievo .right-block {
  background-image: url('../images/jdenievo/ekskursiya.jpg');
  background-size: cover;
}

#ekskursia-vizhnitsya .right-block {
  background-image: url('../images/vizhnitsya/pohid1.jpg');
  background-size: cover;
}

#ekskursia-vizhnitsya .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/vizhnitsya/pohid2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#ekskursia-grebeniv .right-block {
  background-image: url('../images/beskidy/ekskursia-gory.jpg');
  background-size: cover;
}

#ekskursia-kosiv .right-block {
  background-image: url('../images/kosiv/pohid-1.jpg');
  background-size: cover;
}

#ekskursia-kosiv .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/kosiv/pohid-2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}


#ekskursia-vodospad .left-block{
    overflow:hidden;
}

#ekskursia-vodospad .left-block img { 
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:auto; 
    display:block; 
}

#ekskursia-vodospad .left-block img:first-child{
    z-index: 3;
    width:auto; 
    height: 100%;
    
}

#ekskursia-vodospad .left-block img:last-child{
    z-index: 2;
}

@keyframes fadeOut {
  0% { opacity:1; }
  20% { opacity:0; }
  50% { opacity:0; }
  70% { opacity:1; }
  100% { opacity:1; }
}


#ekskursia-vodospad .left-block img:first-child { 
    animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#ekskursia-shayan .right-block {
  background-image: url('../images/blagodat/pohid.jpg');
  background-size: cover;
}

#ekskursia-arpada .left-block {
  background-image: url('../images/jdenievo/arpada.jpg');
  background-size: cover;
}

#ekskursia-shayan-mist .right-block {
  background-image: url('../images/blagodat/mist.jpg');
  background-size: cover;
}
#ekskursia-olenyacha-ferma{
  min-height: 450px;
}
#ekskursia-olenyacha-ferma .right-block {
  background-image: url('../images/blagodat/olynyacha-ferma.jpg');
  background-size: cover;
}
/*
#ekskursia-olenyacha-ferma .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/blagodat/bujvols.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}*/

#termalni-djerela .left-block {
  background-image: url('../images/blagodat/velyatino.jpg');
  background-size: cover;
}

#termalni-djerela .features li {
  font-size: 20px;
  line-height: 1.4;
}
#centr-reabilitacii-vedmediv{
	min-height: 400px;
}
#centr-reabilitacii-vedmediv .left-block {
  background-image: url('../images/program/vedmid.jpg');
  background-size: cover;
}


#vsi-ekskursiyi  .left-block {
  background-image: url('../images/blagodat/olynyacha-ferma.jpg');
  /*background-image: url('../images/osonnya/tustan2.jpg');*/
  background-size: cover;
}
/*
#vsi-ekskursiyi  .left-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/blagodat/olynyacha-ferma.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}
*/
#ozera-shayan .left-block {
  background-image: url('../images/blagodat/siloamski-ozera-3.jpg');
  background-size: cover;
}

#arnika .left-block {
  background-image: url('../images/arnika/arnika_full.jpg');
  background-size: cover;
}

#osonnya .left-block {
  background-image: url('../images/osonnya/hotel/2.jpg');
  background-size: cover;
}

#osonnya-rozvagi .left-block {
  background-image: url('../images/osonnya/rozvagi/poni.jpg');
  background-size: cover;
}
#jdenievo-rozvagi .left-block {
  background-image: url('../images/jdenievo/dozvillya-1.jpg');
  background-size: cover;
}

#blagodat .left-block {
  background-image: url('../images/blagodat/hotel-blagodat-1.jpg');
  background-size: cover;
}
#shvagry .left-block {
  background-image: url('../images/shvagry/hotel-shvagry.jpg');
  background-size: cover;
}

#jdenievo .left-block {
  background-image: url('../images/jdenievo/hotel-main.jpg');
  background-size: cover;
}

#kremenitsya .left-block {
  background-image: url('../images/vizhnitsya/hotel-3.jpg');
  background-size: cover;
}

#tri-braty .left-block {
  background-image: url('../images/beskidy/hotel/hotel.jpg');
  background-size: cover;
}

#bajka .left-block {
  background-image: url('../images/kosiv/bajka.jpg');
  background-size: cover;
}
#arnika .left-block > a,
#blagodat .left-block > a,
#tri-braty .left-block > a ,
#bajka .left-block > a,
#osonnya .left-block > a,
#vizhnitsya .left-block > a,
#jdenievo-rozvagi .left-block > a,
#osonnya-rozvagi .left-block > a {
  width: 100%;
  height: 100%;
  display: block;
}

#arnika .arnika-gallery,
#osonnya .osonnya-gallery,
#jdenievo-rozvagi .jdenievo-rozvagi-gallery,
#osonnya-rozvagi .osonnya-rozvagi-gallery,
#blagodat .blagodat-gallery,
#shvagry .shvagry-gallery,
#jdenievo .jdenievo-gallery,
#vizhnitsya .vizhnitsya-gallery,
#blagodat-baseyn .blagodat-gallery,
#tri-braty .tri-braty-gallery,
#bajka .bajka-gallery {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  padding-bottom: 60px;
  padding-top: 30px;
  padding-right: 15px;
}

#arnika .arnika-gallery img,
#osonnya .osonnya-gallery img,
#osonnya-rozvagi .osonnya-rozvagi-gallery img,
#blagodat .blagodat-gallery img,
#blagodat-baseyn .blagodat-gallery img,
#shvagry .shvagry-gallery img,
#jdenievo .jdenievo-gallery img,
#vizhnitsya .vizhnitsya-gallery img,
#tri-braty .tri-braty-gallery img, 
#bajka .bajka-gallery img {
  border-radius: 6px;
  border: 1px  rgba(235,133,5,1) solid;
}

#rozvagy img {
  border-radius: 6px;
  border: 1px  rgba(235,133,5,1) solid;
  width: 100%;
}

#rozvagy h2 {
  text-align: center;
}

#rozvagy  h3 {
  /* display:none; */
  display: block;
  width: 100%;
  position: relative;
  margin-top: -50px;
  height: 50px;
  line-height: 50px;
  /* background-color:rgba(0,0,0,0.8); */
  color: white;
  border-radius: 0px 0px 6px 6px;
  opacity: 0.8;
}

#doroga .right-block {
  background-image: url('../images/doroga.jpg');
  background-size: cover;
}

#oryavchik #doroga .right-block {
  background-image: url('../images/shvagry/doroga.jpg');
}

#doroga .left-column{
	padding-right: 10px;
}

#rechi {
  background-color: #e73527;
}

#rechi  h2 {
  text-align: center;
  color: white;
}

#rechi .features li {
  color: white;
}

#igrova-gymnastika iframe {
  margin-top: 25px;
  height: 385px;
}

#igrova-gymnastika .left-block {
  /* background-color:rgba(0,0,0,0.8); */
  background-color: #eb8505;
}

#alternative-gym {
  /* background-color:#eb8505; */
}

#alternative-gym iframe {
  height: 385px;
  margin-top: 70px;
}

#alternative-gym .right-block {
  /* background-color:rgba(100,0,0,0.8); */
  background-color: #eb8505;
}

#shkola-tanciv .right-block {
  background-image: url('../images/program/shkola-tanciv.jpg');
  background-size: cover;
}

#shkola-tanciv .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url('../images/program/shkola-tanciv-2.jpg');
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#vertep .right-block {
  background-image: url('../images/shvagry/vertep-n.jpg');
  background-size: cover;
}


#vertep .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/shvagry/vertep-2n.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#kolyskova, #zaryadka{
	min-height: 400px;
}

#kolyskova .right-block {
  background-image: url('../images/program/kolyskova.jpg');
  background-size: cover;
}

#kolyskova .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url('../images/program/kolyskova-2.jpg');
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#kolyskova-zima .left-block {
  background-image: url('../images/program/kolyskova-2.jpg');
  background-size: cover;
}

#kolyskova-zima .left-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url('../images/shvagry/kolyskova-2.jpg');
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#zaryadka .left-block {
  background-image: url('../images/program/zaryadka.jpg');
  background-size: cover;
}

#zaryadka .left-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url('../images/program/zaryadka-2.jpg');
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#qvest .left-block {
  background-image: url('../images/program/qvest-2.jpg');
  background-size: cover;
}

#qvest .left-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url('../images/program/qvest-4.jpg');
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#ekskursiya .right-block {
  background-image: url('../images/program/ekskursiya.jpg');
  background-size: cover;
}

#ekskursiya .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url('../images/program/ekskursiya-2.jpg');
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#ekskursia-tustan .left-block {
  background-image: url('../images/osonnya/tustan.jpg');
  background-size: cover;
}

#ekskursia-tustan .left-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url('../images/osonnya/tustan2.jpg');
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#qvest-new .right-block {
  background-image: url('../images/program/qvest-2.jpg');
  background-size: cover;
}

#qvest-new .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url('../images/program/qvest-4.jpg');
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#yoga-golosu .features li {
  font-size: 20px;
  line-height: 1.4;
}

#yoga-golosu .left-block {
  background-image: url('../images/program/yoga_golosu_3.jpg');
  background-size: cover;
}
#chess-club .right-block {
  background-image: url('../images/program/chess_club.jpg');
  background-size: cover;
}

#chess-club .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/shvagry/chess_club-2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#sportyvni-igry .left-block {
  background-image: url('../images/program/sport-games.jpg');
  background-size: cover;
}

#sportyvni-igry .left-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
    background-image: url('../images/program/sport-games-2.jpg');
	background-size: cover;
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#zimovi-igry .left-block {
  background-image: url('../images/zimovi-igry.jpg');
  background-size: cover;
}

#narodni-gulyannya .right-block {
  background-image: url('../images/beskidy/narodni-gulyannya2.jpg');
  background-size: cover;
}

#shayan-restoran .features li {
  font-size: 20px;
  line-height: 29px;
}

#shayan-restoran .right-block {
  background-image: url('../images/blagodat/restoran.jpg');
  background-size: cover;
}

#shayan-voda .left-block {
  background-image: url('../images/blagodat/voda.jpg');
  background-size: cover;
}

#arnkia-baseyn .right-block {
  background-image: url('../images/program/baseyn.jpg');
  background-size: cover;
}

#arnkia-baseyn .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url('../images/program/baseyn-2.jpg');
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#blagodat-baseyn .right-block {
  background-image: url('../images/blagodat/baseyn.jpg');
  background-size: cover;
}

#shvagry-baseyn .right-block {
  background-image: url('../images/shvagry/shvagry-baseyn.jpg');
  background-size: cover;
}

#shvagry-baseyn .right-block:before{
	position: absolute;
	content:' ';
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
    background-image: url('../images/shvagry/shvagry-baseyn-2.jpg');
	animation:fadeOut 6s infinite ease-in-out; 
    animation-fill-mode:forwards;
}

#blagodat-baseyn .right-block > a {
  display: block;
  width: 100%;
  height: 100%;
}

#footer h1 {
  color: white;
}

.content-padding {
  padding: 50px;
}

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

.bg-red {
  background-color: #e73527;
}

.bg-yellow {
  background-color: #F1C40F;
}

.bg-orange {
  background-color: #eb8505;
}

.bg-green {
  background-color: #4F9710;
}

.bg-light {
  background-color: #ebcb8e;
}

.bg-blue {
  background-color: #4f9cf9;
}

.left-block,
.right-block,
.left-column,
.right-column {
  width: 49.99%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 1px;
}

.left-block,
.right-block,
.left-column,
.right-column {
  float: left;
}

.left-block:after {
  content: "";
  height: 100%;
  width: 62px;
  display: block;
  position: absolute;
  top: 0px;
  right: -31px;
  background-image: url('../images/ornament_ver.png');
  background-color: transparent;
  background-repeat: repeat-y;
  z-index: 100;
}

.right-block:after {
  content: "";
  height: 100%;
  width: 62px;
  display: block;
  position: absolute;
  top: 0px;
  left: -31px;
  background-image: url('../images/ornament_ver.png');
  background-color: transparent;
  background-repeat: repeat-y;
  z-index: 100;
}

@media only screen and (max-width : 991px) {
  #program-block {
    width: 100%;
    overflow-x: scroll;
  }

  #program-block table {
    width: 100%;
    margin-left: -30px;
    margin-right: -30px;
  }

  #program-block table td {
    min-width: 55px;
  }

  .content-padding {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .left-block,
  .right-block {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    /* 	height: auto !important; */
    /*	text-align: center;*/
  }

  .left-block,
  .right-block {
    max-height: 350px;
  }

  .left-block.content-padding,
  .right-block.content-padding {
    height: auto !important;
    max-height: none;
  }

  #programa-short .row .pad25 {
    min-height: auto;
  }

  #igrova-gymnastika .left-block {
    height: 400px !important;
  }

  .left-block h1,
  .right-block h1,
  .left-block,
  .right-block {
    text-align: center;
  }

  .left-block {
    float: none;
  }

  .right-block {
    margin-left: auto;
    height: 100%;
  }

  .left-block:after {
    content: "";
    width: 100%;
    height: 62px;
    display: block;
    position: absolute;
    top: auto;
    bottom: -31px;
    left: 0px;
    background-image: url('../images/ornament_hor3.png');
    background-color: transparent;
    background-repeat: repeat-x;
    z-index: 100;
  }

  .right-block:after {
    display: none;
  }
}

.section:after {
  content: "";
  display: block;
  clear: both;
}

section {
  position: relative;
}

#top-menu {
  background-image: url('../images/bg_hmarka7.png');
  background-position: 50% -17px;
  background-repeat: repeat-x;
  background-color: transparent;
  min-height: 109px;
}

#logo-link {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -442px;
  display: block;
  width: 85px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

#logo-link:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

#logo-link img {
  width: 82px;
}

#kutochok  span#phone {
  font-size: 15px;
  position: absolute;
  top: 56px;
  left: 70px;
  white-space: nowrap;
  letter-spacing: 1px;
}

#kutochok  span#tm {
  font-size: 16px;
  position: absolute;
  top: 77px;
  left: 55px;
  white-space: nowrap;
  letter-spacing: 1px;
}

#kutochok  span#gromovychok {
  font-size: 30px;
  position: absolute;
  top: 88px;
  left: 27px;
  white-space: nowrap;
  letter-spacing: 2px;
}

#kutochok {
  position: fixed;
  top: -40px;
  left: -91px;
  position: fixed;
  width: 300px;
  height: 134px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10000;
  font-family: 'Philosopher', sans-serif;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  color: #e73527;
}

#kutochok a {
  display: block;
  color: #e73527;
}

#kutochok:hover {
  background-color: rgba(255,255,255,1);
}

#plan-taboriv {
  position: fixed;
  top: 50px;
  right: 0px;
  position: fixed;
  width: 300px;
  z-index: 10001;
  font-family: 'Philosopher', sans-serif;
  color: #e73527;
}

#plan-taboriv > div {
  position: absolute;
    height: 100px;
    width: 108px;
    left: 268px;
    opacity: 0.8;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    border-radius: 6px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    border: 1px #cccccc solid;
    color: white;
    background-color: #555;
    padding-top: 2px;
}

#plan-taboriv >div.active {
  background-color: rgb(231, 53, 39);
}

#plan-taboriv a div {
  color: white;
}

#plan-taboriv .tabir-data {
  margin-top: -5px;
}

#plan-taboriv .tabir-name {
  line-height: 20px;
  font-style: uppercase;
}



#plan-taboriv #tabir-shayani-1 {
  top: 156px;
  cursor:pointer;
}

#plan-taboriv #tabir-shayani-1:hover {
	background-color: #4f9cf9;
  /*background-color: #eb8505;*/
}


#plan-taboriv #tabir-shayani {
  top: 262px;
  cursor:pointer;
}

#plan-taboriv #tabir-shayani:hover {
  background-color: #F1C40F;
}


#plan-taboriv #tabir-sinevir {
  top: 368px;
}

#plan-taboriv #tabir-sinevir:hover {
  background-color: #e73527;
}

#plan-taboriv #tabir-bezkydi {
  top: 286px;
  cursor: pointer;
}

#plan-taboriv #tabir-bezkydi:hover {
  background-color: #4F9710;
}

#plan-taboriv #tabir-kosiv {
  top: 50px;
  cursor: pointer;
}

#plan-taboriv #tabir-kosiv:hover {
  background-color: #4f9cf9;
}

#plan-taboriv > div:hover {
  opacity: 1;
  left: 200px;
}

#comparison h1 {
  margin-top: 50px;
  text-align: center;
}

#comparison {
  padding-bottom: 50px;
  overflow: scroll;
}

#comparison table {
  width: 100%;
}

#comparison table td,
#comparison table th {
  width: 20%;
  text-align: center;
  border-right: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

#comparison table td {
  font-size: 16px;
  line-height: 19px;
  padding-top: 3px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 3px;
}

#comparison table td:last-child,
#comparison table th:last-child {
  border-right: none;
}

#comparison table td:first-child,
#comparison table th:first-child {
  text-align: left;
}

#comparison table td[colspan="4"] {
  background-color: lightgreen;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  color: white;
  border-top: none;
  border-bottom: none;
}

#comparison .plus,
#comparison .minus {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-top: 7px;
}

#comparison .plus {
  background-image: url('../images/plus-small.png');
}

#comparison .minus {
  background-image: url('../images/minus-small.png');
}

#comparison table th a {
  color: darkgreen;
}

#comparison table tr:last-child td {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

#comparison .link-tabir {
  display: inline-block;
  width: 90%;
  color: white;
  border-radius: 6px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#comparison .link-tabir:hover {
  color: yellow;
}

#order-modal {
  background-color: #FFF;
  /* background-image:url('../images/ornament_ver.png'); */
  z-index: 10002;
}

#order-modal #order-room-button {
  float: right;
  margin-right: 100px;
}

#order-modal h4.message {
  color: red;
  font-size: 18px;
  line-height: 24px;
}

#order-modal .modal-header {
  padding-top: 0px;
  padding-bottom: 0px;
}

#calc-modal {
  width: 480px;
  height: 80%;
  min-height: 480px;
  max-height: 520px;
  left: 50%;
  margin-left: -240px;
  top: 10%;
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFF;
  z-index: 10002;
}



#calc-modal .modal-body {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 30px;
  height: 100%;
}

#calc-modal #calc-prev {
  position: absolute;
  bottom: 50px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

#calc-modal #calc-next {
  position: absolute;
  bottom: 50px;
  right: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

#calc-modal #all-steps {
  width: 2880px;
  height: 100%;
  position: relative;
  left: 0px;
  top: -3px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

#calc-modal #calc-title {
  position: relative;
  top: -13px;
  font-size: 26px;
  border-bottom: 1px solid lightgrey;
  margin-right: -10px;
  text-align: center;
  height: 41px;
}

.step #akciya{
	display: block;
    position: absolute;
    width: 106px;
    height: 74px;
    background-image: url('../images/akciya4.png');
    background-size: cover;
    top: 87px;
    right: 6px;
}

.price-figure #akciya {
	display: block;
    position: absolute;
    width: 93px;
    height: 64px;
    background-image: url('../images/akciya4.png');
    background-size: cover;
    top: 9px;
    right: 6px;
}

#akciya-list #akciya {
	display:block;
	width: 300px;
    height: 204px;
    background-image: url('../images/akciya4.png');
    background-size: cover;
    position: relative;
}

.step .line-through{
	color: grey;
}

#calc-modal  .step {
  width: 440px;
  display: block;
  float: left;
  margin-right: 40px;
  font-size: 0px;
  background-color: rgba(255, 255, 135, 0.35);
  padding-left: 15px;
  padding-bottom: 10px;
  border-radius: 6px;
  padding-right: 10px;
  position: relative;
}

#calc-modal  .step p,
#calc-modal  .step span {
  font-size: 18px;
}

#calc-modal .step p.remark {
  font-size: 14px;
  color: red;
  line-height: 14px;
  margin: 0px;
}

#calc-room-top,
#calc-food-top,
#calc-road-top,
#calc-unpredictable-top {
  float: right;
}

#full-price {
  border-radius: 6px;
  background-color: yellow;
  text-align: center;
  float: right;
  color: red;
  padding: 0px 10px;
}

#calc-modal   .help {
  display: none;
}

#calc-modal h3 {
  position: relative;
  line-height: 30px;
}

#calc-modal h3 span {
  position: relative;
  margin-right: 4px;
  display: inline-block;
  color: green;
  float: right;
}

#calc-modal h3 span:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -8px;
  display: block;
  height: 39px;
  line-height: 30px;
  width: 120%;
  /* border: 1px green solid; */
  border-radius: 6px;
  background-color: lightgreen;
  z-index: -1;
}

#calc-modal label input[type=radio]+span+div {
  height: 0px;
  overflow: hidden;
  margin-left: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

#calc-modal label input[type=radio]:checked+span+div {
  height: auto;
}

#order-modal .modal-left-field {
  width: 100%;
}

#calc-modal .step input[type=text] {
  width: 50px;
  font-size: 18px;
  border-radius: 6px;
  float: right;
  text-align: center;
  border: 1px solid grey;
  line-height: 20px;
}

#calc-modal .modal-body h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* #calc-modal #order-room-button, #calc-modal #question-button{
	clear:both;
	min-width: 250px;
} */

#calc-modal .close {
  position: absolute;
  top: 3px;
  right: 5px;
  width: 40px;
  height: 40px;
  font-size: 52px;
  z-index: 20000;
  display: block;
  background-color: #FFFFFF;
  opacity: 0.9;
  padding: 0px;
  margin: 0px;
  line-height: 40px;
  border-radius: 50%;
  color: #e74c3c;
}

#calc-modal .ua-divider.top {
  margin-top: -58px;
  margin-bottom: -10px;
  background-position: 16px 0px;
}

#order-modal .modal-header h3 {
  margin-top: 20px;
}

#order-modal label,
#calc-modal label {
  clear: both;
  /* 	display:block; */
  font-size: 16px;
  line-height: 26px;
}

#order-modal .modal-body {
  padding-left: 40px;
  padding-right: 30px;
}

#order-modal .ua-divider.top {
  margin-top: -58px;
  margin-bottom: -10px;
}

#order-modal .ua-divider.bottom {
  margin-top: 0px;
  height: 59px;
}

#order-modal .children-age-input {
  width: 44px;
}

#order-modal #selected-hotel-price {
  color: green;
  font-size: 27px;
  background-color: lightgreen;
  padding: 10px;
  border-radius: 6px;
}

#order-modal #order-comment {
  width: 100%;
}

#order-success .ua-divider {
  margin-bottom: -10px;
}

#callme-modal .ua-divider {
  margin-bottom: -18px;
  margin-top: -58px;
}

#callme-modal  .btn {
  margin: 9px 0px 15px 0px;
}

#order-success {
  width: 50%;
  height: 335px;
  left: 25%;
  top: 100px;
  background-color: #FFF;
  border-radius: 20px;
}

#callme-modal {
  width: 480px;
  height: 285px;
  left: 50%;
  margin-left: -240px;
  top: 100px;
  background-color: #FFF;
  border-radius: 20px;
}

#callme-modal .modal-header {
  padding: 0px 19px 0px 24px;
}

#callme-modal .modal-body p {
  font-size: 18px;
}

#callme-modal .modal-body {
  padding: 7px 24px 0px;
}

#callme-modal .error-message {
  margin: 0px;
}

#callme-modal .modal-header .close {
  font-size: 50px;
  margin: 25px 0 0;
}

#order-success .modal-header {
  display: none;
}

#order-success .modal-header,
#order-success .modal-body {
  text-align: center;
}

/*
#order-modal .modal-body:before{
	content:"";
	height: 100%;
	width: 62px;
	display:block;
	position:absolute;
	top: -50px;
	left: -31px;
	background-image:url('../images/ornament_ver.png');
	background-color:transparent;
	background-repeat: repeat-y;
}

#order-modal .modal-body:after{
	content:"";
	height: 100%;
	width: 62px;
	display:block;
	position:absolute;
	top: -50px;
	right: -31px;
	background-image:url('../images/ornament_ver.png');
	background-color:transparent;
	background-repeat: repeat-y;
}
*/

#order-modal input[type=text],
#order-modal select {
  border-radius: 6px;
  height: 33px;
  padding-left: 10px;
  border: 1px #ccc solid;
  line-height: 33px;
}

#order-modal select {
  width: 100%;
}

#order-modal textarea {
  border-radius: 6px;
  padding-left: 10px;
  border: 1px #ccc solid;
}

#order-modal span.delete {
  cursor: pointer;
  font-size: 25px;
  font-family: Arial;
  line-height: 27px;
  margin-left: 7px;
  color: red;
}

#order-modal span.add {
  cursor: pointer;
  font-size: 27px;
  font-family: Arial;
  line-height: 27px;
  margin-left: 0px;
  color: #FFF;
  width: 31px;
  height: 32px;
  border: 1px solid #CCC;
  display: none;
  border-radius: 6px;
  background-color: #ccc;
  box-sizing: content-box;
  text-align: center;
}

#order-modal ol li {
  font-size: 16px;
  height: 38px;
  position: relative;
  line-height: 35px;
}

#order-modal ol li:first-child span.delete {
  display: none;
}

#order-modal ol li:first-child span.add {
  display: inline-block;
}

#order-modal span.text {
  display: inline-block;
  width: 33%;
}

.modal-left-field {
  width: 200px;
  float: left;
}

.modal-right-field {
  width: 300px;
  float: left;
}
#order-modal .modal-right-field{
	width: 100%;
}

.clr {
  clear: both;
}

a.menu {
  position: absolute;
  left: 50%;
  color: white;
  font-size: 24px;
  font-family: 'Philosopher', sans-serif;
  padding: 0px 5px;
  border-radius: 6px;
  opacity: 0.8;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  white-space: nowrap;
}

a.menu:hover {
  opacity: 1;
  padding: 0px 8px;
}

a.menu.shayan {
	/*margin-left: -324px;*/
	margin-left: -49px;
    top: 11px;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    background-color: #F1C40F;	
}

a.menu.shayan-1 {
	/*margin-left: -324px;*/
	margin-left: -295px;
    top: 11px;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
	background-color: #4f9cf9;
    /*background-color: #F39C12;	*/
}

a.menu.sinevir {
    /*margin-left: -100px;*/
    margin-left: 262px;
    top: 13px;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    background-color: #e73527;
}

a.menu.osonnya {
    /*margin-left: -100px;*/
    margin-left: 206px;
    top: 13px;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
    background-color: #e73527;
}

a.menu.beskidy {
	margin-left: 90px;
    top: 10px;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-4deg);
    background-color: #4F9710;
}

a.menu.kosiv {
    /*margin-left: 166px;*/
    margin-left: -324px;
    top: 14px;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    background-color: #4f9cf9;
}
#menu-mobile{
	  display:none;
	  position: absolute;
	  left: 10px;
	  top: 10px;
	  width: 75px;
      height: 65px;
	  background-image:url('../images/menu-mobile-blue.png');
	  background-size: cover;
	  cursor: pointer;
  }
  
#shadow{
	display:none;
	position:absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 1000px;
	background-color: rgba(0,0,0,0.5);
}
.displayBlock{
	display:block !important;
}
.tabir-dates{
	display:none;
	color:#97f8f9;
	padding-left: 40px;
}

@media only screen and (max-width : 700px) {
  #menu-mobile{
	  display:block;
	  
  }
  
  .tabir-dates{
	display:inline;
   }
  
  a.menu.kosiv, a.menu.shayan-1,a.menu.osonnya,a.menu.shayan {
	display: none;
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
	width: 100%;
	left: 0px;
	margin-left: 0px;
	opacity: 1;
	border-radius:0px;
	line-height:50px;
  }
  
  a.menu.kosiv{
	  top: 75px;
  }
  a.menu.shayan-1{
	  top: 125px;
  }
  a.menu.shayan{
	  top: 175px;
  }
  a.menu.osonnya{
	  top: 225px;
  }
  
  a.menu.sinevir {
	display: none;
  }
  
  a.menu.osonnya {
	display: none;
  }

  a.menu.shayan {
	display: none;
  }

  a.menu.beskidy {
	display: none;
  }
}

a.menu.place {
  margin-left: -252px;
  top: 16px;
  -webkit-transform: rotate(-16deg);
  -moz-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
  /* background-color: #FFFFFF;
	color: #4F9710; */
  background-color: #4F9710;
}

a.menu.program {
  margin-left: -145px;
  top: 10px;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  background-color: #ebcb8e;
}

a.menu.prices {
  margin-left: 5px;
  top: 10px;
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
  background-color: #e73527;
}

a.menu.conditions {
  margin-left: 105px;
  top: 14px;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  background-color: #a0d5d9;
}

a.menu.roads {
  margin-left: 255px;
  top: 4px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  background-color: #eb8505;
}

@media only screen and (max-width : 700px) {
  a.menu.place {
    margin-left: -234px;
    font-size: 18px;
  }

  a.menu.program {
    margin-left: -170px;
    font-size: 18px;
  }

  a.menu.prices {
    margin-left: -70px;
    font-size: 18px;
  }

  a.menu.conditions {
    margin-left: -10px;
    font-size: 18px;
  }

  a.menu.roads {
    margin-left: 95px;
    font-size: 18px;
  }
}

.features.arnika {
  margin-top: 15px;
  background-color: #eb8505;
  border-radius: 6px;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.features.arnika li {
  color: white;
  font-size: 24px;
  line-height: 40px;
}

.pricing-table-1 h4 {
  font-size: 30px;
}

.pricing-table-1 .features li {
  line-height: 35px;
}

/*************** checkbox-style **********************/

select:focus,
textarea:focus {
  outline: none;
}

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

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

input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px !important;
  height: 20px !important;
  position: relative;
  cursor: pointer;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  vertical-align: middle;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0px 3px 12px -3px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 3px 12px -3px rgba(0,0,0,0.3);
  box-shadow: inset 0px 3px 12px -3px rgba(0,0,0,0.3);
  margin-top: -4px;
  margin-right: 7px;
}

input[type='checkbox']:checked:after {
  content: "";
  background: url("../images/checkbox-flag.png") no-repeat center;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.underline {
  text-decoration: underline;
}

.error-message {
  color: red;
  display: none;
}

@media only screen and (max-width : 700px) {
  .header11 h1 {
    font-size: 34px;
  }

  #first-page-features .icon {
    margin: 0 auto 20px;
  }

  #zastavka-sinevir {
    background-position: 0px 0px;
  }
  


  #zastavka-sinevir .container {
    padding-bottom: 20px;
  }

  #zastavka-sinevir:hover {
    background-position: 0px 0px;
  }
  
  #zastavka-osonnya {
    background-position: 0px 0px;
  }
  
  #zastavka-osonnya .container {
    padding-bottom: 20px;
  }

  #zastavka-osonnya:hover {
    background-position: 0px 0px;
  }
  
  #zastavka-jdenievo {
    background-position: 0px 0px;
  }
  
  #zastavka-jdenievo .container {
    padding-bottom: 20px;
  }

  #zastavka-jdenievo:hover {
    background-position: 0px 0px;
  }
}

@media only screen and (max-width : 900px) {
  #kutochok {
    display: none;
  }

  #order-modal .order-buttons {
    text-align: center;
    display: inline-block;
  }

  #order-modal .order-buttons  #order-room-button {
    float: none;
    display: inline-block;
    margin-right: auto;
  }
}

/*************** callback-form **********************/

#callme {
  position: fixed;
  bottom: 8px;
  right: 14px;
  width: 150px;
  height: 150px;
  cursor: pointer;
  z-index: 200;
  opacity: 0.7;
}

#callme-main {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0.86;
  /* background: rgb(109, 132, 180); */
  background: rgb(241, 196, 15);
}

#callme:hover #callme-main {
  opacity: 1;
}

#callme:hover #callme-phone-img {
  animation: yoyo 1s infinite ease-in-out;
}

#callme-phone-img {
  cursor: pointer;
  width: 60px;
  height: 60px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-image: url(../images/phone.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 999993;
  transform-origin: 50% 50% 0;
}

#callme-circle {
  border: 4px solid;
  /*    border-color: #9a32cd; */
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: 21px;
  left: 21px;
  animation: circle-animation-1 3.5s infinite ease-in-out;
  box-sizing: content-box;
  border-color: rgb(109, 132, 180);
}

#callme-circle-2 {
  border: 8px solid #ECEDEF;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 17px;
  animation: circle-animation-2 3.5s infinite ease-in-out;
  box-sizing: content-box;
}

@keyframes circle-animation-1 {
  0% {
    transform: scale(0.9);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.7);
    opacity: 0;
  }

  100% {
    transform: scale(0.9);
    opacity: 0.3;
  }
}

@keyframes circle-animation-2 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

@keyframes yoyo {
  0% {
    transform: scale(1) rotate(0deg);
  }

  35% {
    transform: scale(1) rotate(-30deg);
  }

  75% {
    transform: scale(1) rotate(60deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

#callme-phone {
  border-radius: 6px;
  height: 40px;
  padding-left: 10px;
  border: 1px #ccc solid;
  line-height: 33px;
}

.room-ordered {
  overflow: hidden;
}

.room-ordered:before {
  content: "ЗАБРОНЬОВАНО";
  position: absolute;
  padding-top: 120px;
  top: 0px;
  left: 0px;
  width: 150%;
  height: 100%;
  color: red;
  font-size: 50px;
  text-align: center;
  z-index: 1;
  -webkit-transform: rotate(305deg);
  -moz-transform: rotate(305deg);
  -o-transform: rotate(305deg);
  writing-mode: lr-tb;
  font-weight: bold;
}

.col-md-3.room-ordered::before {
    left: 50px;
}

.red {
  color: red;
}
.yellow {
  color: yellow;
}

.menu-small {
  position: absolute;
  top: 50px;
}

.left-block .menu-small {
  right: 50px;
}

.right-block .menu-small {
  left: 50px;
}

.menu-small a {
  height: 55px;
  width: 55px;
  line-height: 55px;
  max-width: 100%;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0 auto 7px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  cursor: pointer;
  color: white;
  float: right;
  clear: both;
}

.right-block .menu-small a {
  float: left;
}

.menu-small a .full {
  display: none;
}

.menu-small a:before {
  content: " ";
  width: 92%;
  height: 92%;
  top: 4%;
  left: 4%;
  position: absolute;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px white solid;
  display: block;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.menu-small a:hover {
  opacity: 1;
  color: #FFFF00;
  width: 200px;
  border-radius: 15px;
  -o-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.menu-small a:hover:before {
  border: 1px #FFFF00 solid;
  border-radius: 15px;
  -o-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  width: 98%;
  left: 1%;
}

.menu-small a.sinevir {
  background-color: #e73527;
}

.menu-small a.osonnya {
  background-color: #F1C40F;
}

.menu-small a.shayan {
  background-color: #4f9cf9;
}


.menu-small a.beskidy {
  background-color: #4F9710;
}
.menu-small a.kosiv{
  background-color: #4f9cf9;
}

@media only screen and (max-width : 900px) {
  .flex-reversed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }

  .flex-reversed .left-block:after {
    top: -31px;
    bottom: auto;
  }

  #igrova-gymnastika iframe {
    margin-top: 38px;
    height: 282px;
  }

  #alternative-gym iframe {
    margin-top: 38px;
    height: 282px;
  }
}

.modal-backdrop {
    z-index: 200;
}
.modal-open {
    overflow: auto;
}
#kutochok .facebook-gromovychok{
	background-image: url(../images/facebook_icon.png);
    position: absolute;
    top: 26px;
    left: 113px;
    width: 30px;
    height: 30px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 0.7;
}

#footer  .facebook-gromovychok{
	background-image: url(../images/facebook_icon.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1;
    margin-bottom: -9px;
    margin-right: 10px;
}

#footer  .facebook-gromovychok:hover{
	opacity: 0.7;
}

#kutochok .facebook-gromovychok:hover{
	opacity: 1;
}

#zirka-1 {
	position:absolute;
	left: 50%;
	top: 202px;
    margin-left: -566px;
}

#zirka-2 {
	position:absolute;
	left: 50%;
	top: 189px;
    margin-left: -589px;
}

#zirka-3 {
	position:absolute;
	left: 50%;
	top: 175px;
    margin-left: -612px;
}

#zirka-4{
	position:absolute;
	left: 50%;
	top: 165px;
    margin-left: -644px;
}

#zirka-5{
	position:absolute;
	left: 50%;
	top: 157px;
    margin-left: -673px;
}
/* ---------- Snizhok---------------------- */
#zastavka-shvagry{
	position:relative;
}

#imgFlake {
	position: absolute;
	left: 0px; top: 0px; 
}
#canvas{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px; padding: 0px; border: none;
}
/********************** New styles ---------------------------------*/
#vidguky-gromovychok{
	background-image: url(../images/vidguky-bg.jpg);
	background-size: cover;
	margin-top: -58px;
	margin-bottom: -66px;
}

#vidguky-gromovychok .left-block,#vidguky-gromovychok .right-block{
	z-index: 200;
}

#svyato-kupala-video .left-block{
	z-index: 200;
	
}
