html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*
==========================================*/
/* 36/16 */
/* 30/16 */
/* 26/16 */
/* 22/16 */
/* 18/16 */
html,
body {
  height: 100%;
}

body {
  font: 14px Roboto;
  line-height: 1.4;
  background-color: #edf2f6;
}

@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}

.clr {
  clear: both;
}

.hidden {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 30px;
  font-weight: bold;
}

h1 {
  font-size: 2.25em;
  text-transform: uppercase;
  font-weight: normal;
}

h2 {
  font-size: 1.875em;
}

h3 {
  font-size: 1.625em;
  font-weight: normal;
}

h4 {
  font-size: 1.375em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

/*
==================================*/
a {
  color: #ff0000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.navbar {
  background: #57aef4;
  padding: 0;
  min-height: 50px;
  display: block;
}

.navbar .navbar-nav {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar .navbar-nav > li > a {
  white-space: nowrap;
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 17px 15px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .navbar .navbar-nav > li > a {
    padding: 17px 30px;
    border: none;
  }
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > li > a:focus {
  background: #264085;
  text-decoration: none;
}

.navbar .navbar-nav > .active > a {
  border-color: #264085;
}

.navbar .navbar-collapse {
  clear: both;
}

.navbar-toggler {
  top: 0;
  right: 0;
  padding: 2px 7px;
  font-size: 0;
  position: relative;
  float: right;
  clear: both;
  margin: 5px;
  outline: none;
}

.navbar-toggler span {
  display: block;
  width: 25px;
  height: 4px;
  margin: 5px 0;
  background: #fff;
}

.btn {
  display: block;
  outline: none;
  text-align: left;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  position: relative;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 11px 20px 11px 10px;
  line-height: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

@media (min-width: 768px) {
  .btn {
    font-size: 18px;
    padding: 11px 45px 11px 23px;
  }
}

@media (min-width: 992px) {
  .btn {
    font-size: 16px;
    padding-right: 25px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .btn {
    font-size: 18px;
    padding-right: 45px;
    padding-left: 23px;
  }
}

.btn::after {
  content: "";
  position: absolute;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 60% auto;
          background-size: 60% auto;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

@media (min-width: 1200px) {
  .btn::after {
    margin-top: -16px;
    width: 32px;
    height: 32px;
  }
}

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

.btn:hover {
  color: #fff;
  opacity: .8;
}

.btn + .btn {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .btn + .btn {
    margin-top: 15px;
  }
}

.btn-phone {
  background-color: #95a5a6;
  -webkit-box-shadow: 0 4px 0 #6a7273;
          box-shadow: 0 4px 0 #6a7273;
}

.btn-phone::after {
  background-image: url(../images/icon-phone.png);
}

.btn-viber {
  background-color: #665bac;
  -webkit-box-shadow: 0 4px 0 #493f88;
          box-shadow: 0 4px 0 #493f88;
}

.btn-viber::after {
  background-image: url(../images/icon-viber.png);
}

.btn-whatsup {
  background-color: #25d366;
  -webkit-box-shadow: 0 4px 0 #1a9849;
          box-shadow: 0 4px 0 #1a9849;
}

.btn-whatsup::after {
  background-image: url(../images/icon-whatsup.png);
}

.form input[type="text"],
.form input[type="email"] {
  display: block;
  width: 100%;
  margin: 10px auto;
  border: 1px solid #ddd;
  padding: 0 10px;
  height: 40px;
}

/* placeholder
=====================================*/
:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

:-moz-placeholder {
  color: #333;
  opacity: 1;
}

::-moz-placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

/* helpers
=====================================*/
:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#jGrowl {
  display: none !important;
}

/*
====================================*/
.form-success {
  text-align: center;
  padding: 80px;
  font-size: 1.25em;
  /* 20/16 */
}

/* MODAL bootstrap
==================================*/
.modal-dialog {
  background: #fff;
  width: 300px;
  padding: 30px;
  margin: 100px auto;
  position: relative;
  max-width: 98%;
  pointer-events: auto;
}

.form-close {
  position: absolute;
  top: -40px;
  right: -40px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}

.form-close:hover {
  color: #ff0000;
}

.form-title {
  text-align: center;
  font-size: 1.5em;
  /* 24/16 */
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

/*
=====================================*/
.header {
  padding: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .header {
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .header {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .header .container {
    max-width: 100%;
  }
}

.header-top {
  background-color: #2e2e2e;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}

@media (min-width: 768px) {
  .header-top {
    color: #202020;
    background-color: transparent;
  }
}

.header-phone {
  font-size: 14px;
  font-weight: 300;
  background: url(../images/icon-phone-white.png) 0 50% no-repeat;
  padding-left: 25px;
  display: inline-block;
  color: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .header-phone {
    color: #202020;
    background: none;
    padding-left: 0;
    padding-right: 70px;
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .header-phone {
    font-size: 30px;
  }
}

.header-phone::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0px;
  width: 1px;
  height: 41px;
  background-color: #202020;
  display: none;
}

@media (min-width: 768px) {
  .header-phone::after {
    display: block;
    top: -4px;
  }
}

@media (min-width: 992px) {
  .header-phone::after {
    top: 0;
  }
}

.header-phone:hover {
  color: inherit;
}

.langs a {
  text-transform: uppercase;
  font-weight: 500;
  width: 29px;
  height: 29px;
  color: #fff;
  display: inline-block;
  line-height: 29px;
  text-align: center;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .langs a {
    color: #202020;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}

.langs a.active {
  background-color: #fff;
  color: #202020;
}

@media (min-width: 768px) {
  .langs a.active {
    border-color: #797979;
  }
}

/*
=====================================*/
.logo {
  display: inline-block;
  padding-top: 11px;
  padding-bottom: 11px;
}

@media (min-width: 768px) {
  .logo {
    padding: 0;
  }
}

.logo img {
  max-height: 70px;
}

@media (min-width: 992px) {
  .logo img {
    max-height: 100px;
  }
}

/*
=====================================*/
.section-head {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  line-height: 1.1;
  background-image: -webkit-linear-gradient(90deg, #336fc8 0%, #2a589e 100%);
  background-image: -ms-linear-gradient(90deg, #336fc8 0%, #2a589e 100%);
}

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

@media (min-width: 1440px) {
  .section-head {
    font-size: 45px;
  }
}

.section-head-paddings {
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .section-head-paddings {
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .section-head-paddings {
    padding-bottom: 100px;
  }
}

/*
=====================================*/
.step .row > * {
  margin-bottom: 20px;
}

.label {
  font-weight: 300;
  font-size: 20px;
}

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

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

/*
=====================================*/
.checkbox {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .checkbox {
    max-width: 100%;
  }
}

.checkbox img {
  max-width: 100%;
  margin-bottom: 15px;
  display: block;
}

.checkbox input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.checkbox input:checked ~ span {
  background-color: #f49b00;
  border-color: #f49b00;
  color: #fff;
}

.checkbox span {
  display: block;
  border: 1px solid #244576;
  color: #244576;
  background-color: #fff;
  font-size: 18px;
  line-height: 1;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 992px) {
  .checkbox span {
    font-size: 23px;
  }
}

.checkbox:hover span {
  border-color: #f49b00;
}

.checkbox input:disabled ~ span {
  background-color: #ddd;
  border-color: #ccc; 
  color: #fff;
}


/*
=====================================*/
.package-list {
  margin-top: -25px;
}

@media (min-width: 768px) {
  .package-list {
    margin-top: -40px;
  }
}

.package-list > * {
  margin-bottom: 25px;
}

.package {
  height: 100%;
  position: relative;
  padding-bottom: 134px;
}

@media (min-width: 768px) {
  .package {
    padding-bottom: 169px;
  }
}

@media (min-width: 992px) {
  .package {
    padding-bottom: 163px;
  }
}

@media (min-width: 1200px) {
  .package {
    padding-bottom: 200px;
  }
}

.package-header {
  height: 50px;
  color: #fff;
  padding: 14px 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .package-header {
    height: 75px;
  }
}

@media (min-width: 992px) {
  .package-header {
    height: 75px;
  }
}

.package-title {
  font-size: 15px;
  line-height: 1;
}

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

@media (min-width: 992px) {
  .package-title {
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  .package-title {
    font-size: 30px;
  }
}

.package-credit {
  font-weight: 300;
  font-size: 9px;
}

@media (min-width: 768px) {
  .package-credit {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .package-credit {
    font-size: 17px;
  }
}

.package-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #edf2f6;
  padding-top: 13px;
}

.package-options {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  text-align: center;
  height: 100%;
  font-size: 11px;
  line-height: 1;
  color: #494949;
}

@media (min-width: 768px) {
  .package-options {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .package-options {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .package-options {
    font-size: 20px;
  }
}

.package-options li {
  border-bottom: 2px solid #e6e6e6;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}

@media (min-width: 768px) {
  .package-options li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .package-options li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.econom .package-header {
  background-image: -webkit-linear-gradient(18deg, #27ae60 0%, #28d471 100%);
  background-image: -ms-linear-gradient(18deg, #27ae60 0%, #28d471 100%);
}

.silver .package-header {
  background-image: -webkit-linear-gradient(42deg, #d48d1b 0%, #f39c12 100%);
  background-image: -ms-linear-gradient(42deg, #d48d1b 0%, #f39c12 100%);
}

.gold .package-header {
  background-image: -webkit-linear-gradient(40deg, #d35400 0%, #f46e16 100%);
  background-image: -ms-linear-gradient(40deg, #d35400 0%, #f46e16 100%);
}

.platinum .package-header {
  background-image: -webkit-linear-gradient(45deg, #c0392b 0%, #f52f1a 100%);
  background-image: -ms-linear-gradient(45deg, #c0392b 0%, #f52f1a 100%);
}
/*

=====================================*/
@media (max-width: 575px) {
  .container-calendar {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/*
=====================================*/
.calendar {
  width: 100%;
  max-width: 825px;
  margin: -40px auto 40px;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
}

.calendar .fc-toolbar.fc-header-toolbar {
  background-color: #fba91e;
  color: #fff;
  margin: 0;
  border: none;
}

.calendar .fc-button-primary {
  background-color: transparent;
  border: none;
  padding: 0.1em;
  font-size: 24px;
  line-height: 1;
}

@media (min-width: 768px) {
  .calendar .fc-button-primary {
    font-size: 45px;
  }
}

.calendar .fc-center h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}

@media (min-width: 768px) {
  .calendar .fc-center h2 {
    font-size: 36px;
  }
}

.calendar table {
  border: none;
}

.calendar .fc-head {
  border: none !important;
}

.calendar .fc-head table {
  border: none;
}

.calendar .fc-head table tr {
  border: none;
}

.calendar .fc-head thead {
  background-color: #f49b00;
  color: #fff;
  text-transform: uppercase;
}

.calendar .fc-head thead th {
  border: none;
  font-weight: 300;
  font-size: 13px;
}

@media (min-width: 768px) {
  .calendar .fc-head thead th {
    font-size: 32px;
  }
}

.calendar .fc-bg table tr {
  border-top: 1px solid #e6e6e6;
}

.calendar .fc-day {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.calendar .fc-day-top {
  text-align: center;
  color: #1f1f1f;
  font-size: 11px;
  font-weight: 300;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .calendar .fc-day-top {
    font-size: 28px;
  }
}

.calendar .fc-day-top span {
  float: none !important;
}

.calendar .fc-day.active::after {
    /*
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  bottom: 0;
  right: 0;
  background-color: #fba91e;
  z-index: -1;
  */
}

.calendar .fc-other-month {
  background-color: transparent;
  opacity: .2;
}

.calendar .fc-scroller {
  min-height: 320px;
}

.calendar .fc-future {
  cursor: pointer;
}

.calendar .fc-inner-txt {
  position: absolute;
  top: 1px;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding-top: 50%;
  font-size: 10px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .calendar .fc-inner-txt {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .calendar .fc-inner-txt {
    font-size: 18px;
  }
}

.calendar .rezerved {
  opacity: 1;
}

.calendar .rezerved .fc-inner-txt {
  color: #848484;
  background: url(../images/pattern.png);
}

.calendar .price {
  opacity: 1;
  cursor: pointer;
}

.calendar .price .fc-inner-txt {
  color: #e74c3c;
  background: transparent;
}


.calendar .price .fc-inner-txt::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.calendar .price.active .fc-inner-txt {
  /*background: #fba91e;*/
}

.calendar .fc-bgevent {
  position: relative;
  background-color: transparent;
  border: none;
}

.fc-dayGrid-view .fc-body .fc-row {
    height: 94px;   
}


.fc-day-top:hover{
    cursor: default;
}

.fc-bgevent:hover{
    cursor: pointer;
}

.fc-content,
.fc-event{
    cursor: pointer;
}

/* 
=====================================*/
.active-day{
    background-color: #f49b00 !important;
}

.fc-content-skeleton .active-day{
    background-color: transparent !important;
}

/* 
=====================================*/
.teams{
    margin-top: -35px;
}

@media(min-width: 768px){
    .teams{
        margin-top: -50px;
    }
}

.teams>*{
    margin-bottom: 30px;
}

.team-item{
    background-color: #fff;
    padding: 20px;
}

@media(min-width: 526px){
    .team-item{
        height: 100%;
    }
}


.team-logo{
    position: relative;
    height: 140px;
}

.team-logo img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}

.team-contacts{
    margin-top: 15px;
    font-size: 16px;
}

.team-contacts a{
    color: #f49b00;
}

.team-contacts p{
    margin: 0 0 10px;
}


/* footer
=====================================*/
.footer {
  background-color: #3068bb;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}