@font-face {
  font-family: 'Rockwell';
  src: url('/fonts/RockwellRegular.eot');
  src: url('/fonts/RockwellRegular.woff2') format('woff2'),
  url('/fonts/RockwellRegular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RockwellMT';
  src: url('/fonts/RockwellMT.woff') format('woff'),
  url('/fonts/RockwellMT.ttf') format('truetype'),
  url('/fonts/RockwellMT.svg#RockwellMT') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Regular.eot');
  src: url('/fonts/OpenSans-Regular.woff2') format('woff2'),
  url('/fonts/OpenSans-Regular.woff') format('woff'),
  url('/fonts/OpenSans-Regular.ttf') format('truetype'),
  url('/fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg'),
  url('/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans bold';
  src: url('/fonts/OpenSans-Bold.eot');
  src: url('/fonts/OpenSans-Bold.woff2') format('woff2'),
  url('/fonts/OpenSans-Bold.woff') format('woff'),
  url('/fonts/OpenSans-Bold.ttf') format('truetype'),
  url('/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg'),
  url('/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Open Sans Light';
  src: url('/fonts/OpenSans-Light.eot');
  src: url('/fonts/OpenSans-Light.woff2') format('woff2'),
  url('/fonts/OpenSans-Light.woff') format('woff'),
  url('/fonts/OpenSans-Light.ttf') format('truetype'),
  url('/fonts/OpenSans-Light.svg#OpenSans-Light') format('svg'),
  url('/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


body {
  background: #fff;
  font-family: Open Sans;
}
* {
  outline: none !important;
  /* webkit */

  /* Firefox 19+ */

  /* Firefox 18- */

  /* IE */

}
* :focus::-webkit-input-placeholder {
  opacity: 0;
}
* :focus::-moz-placeholder {
  opacity: 0;
}
* :focus:-moz-placeholder {
  opacity: 0;
}
* :focus:-ms-input-placeholder {
  opacity: 0;
}
button {
  opacity: 1;
}
button:hover {
  opacity: 0.8;
}
#top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 100;
}
@media (max-width: 767px) {
  #top {
    bottom: 200px;
    width: 50px;
    height: 50px;
  }
  #top img {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .foto img {
    width: 100%;
  }
}

/* ------------------------- Separate line ------------------------- */
:root {
  --breadcrumb-theme-1: #73a3fc;
  --breadcrumb-theme-2: #fff;
  --breadcrumb-theme-3: #fff;
}
.breadcrumb {
  text-align: center;
  display: inline-block;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.25); */
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0px;
  counter-reset: flag;
  background-color: white;
}
.breadcrumb__step {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 15px;
  line-height: 36px;
  padding: 0 10px 0 60px;
  position: relative;
  background: #fbfbfb;
  color: var(--breadcrumb-theme-1);
  transition: background 0.5s;
}
.breadcrumb__step:first-child {
  padding-left: 46px;
  border-radius: 5px 0 0 5px;
}
.breadcrumb__step:first-child::before {
  left: 14px;
}
.breadcrumb__step:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 20px;
}
.breadcrumb__step:last-child::after {
  content: none;
}
/*.breadcrumb__step::before {*/
  /*content: counter(flag);*/
  /*counter-increment: flag;*/
  /*border-radius: 100%;*/
  /*width: 20px;*/
  /*height: 20px;*/
  /*line-height: 20px;*/
  /*margin: 8px 0;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 30px;*/
  /*font-weight: bold;*/
  /*background: var(--breadcrumb-theme-2);*/
  /*box-shadow: 0 0 0 1px var(--breadcrumb-theme-1);*/
/*}*/
.breadcrumb__step::after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  width: 36px;
  height: 36px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  border-radius: 0 5px 0 50px;
  background: #fbfbfb;
  transition: background 0.5s;
  box-shadow: 2px -2px 0 2px var(--breadcrumb-theme-3);
}
.breadcrumb__step:hover,
.breadcrumb__step--active,
.breadcrumb__step:hover::after,
.breadcrumb__step--active::after {
  background: var(--breadcrumb-theme-1);
}
.breadcrumb__step:hover,
.breadcrumb__step--active {
  color: var(--breadcrumb-theme-2);
}
.breadcrumb__step:hover::before,
.breadcrumb__step--active::before {
  color: var(--breadcrumb-theme-1);
}

@media (max-width: 1000px) {
  .navbar-header {
    float: none;
    display: inline-block;
    margin: 0 auto;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

header {

  background: #fff;

}
.header-block{
  max-width: 1600px;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 10px 0;
}
div#carousel-id {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.carousel-row {
  background: white;
  max-height: 600px;

}
.carousel-row {
  background: white;
  height: 600px;
  /* position: fixed; */
  /* top: 0; */
  right: 0;
  position: relative;
  /* bottom: 0; */
  left: 0;
  overflow: hidden;
  z-index: 80;
  /* height: 290px; */
  /* height: 440px; */
}
.carousel-row img {
  width: 100%;
}
.foto img {
  /*width: 100%;*/
}
#video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  /* height: 100%; */
}
.global_image_container {
  position: relative;
}
.global_image_container img {
  width: 100%;
  margin: 0 auto;
}
.title_image {
  position: relative;
  /* display: block; */
  /* float: left; */
  font-size: 30px;
  background: transparent;
  margin: 20px auto;
  width: 100%;
  font-family: Rockwell;
  /* width: 10vw; */
  max-width: 1300px;
  /* left: calc(50% - 36vw); */
  /* left: 50%; */
  text-align: left;
  margin: 0 auto;
  padding: 0 0 0 50px;
  color: #fff;
  padding: 10px 40px 10px 0;
  margin-bottom: -100px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  z-index: 6666;
}
.text404 {
  min-height: 60vh;
  text-align: center;
  width: 100%;
  /* background: aqua; */
  /* color: black; */
}
#section2 .text404 h1 {

  background: white;
  color: black;
  padding-top: 100px;
  font-weight: 600;
}
.title_image h1{
    font-size: 56px;
    text-align: center;
}
@media (max-width: 766px) {
  header {
    border-bottom: 4px solid black;
  }
    .foto img {
         width: 100%;
    }
}
@media (min-width: 767px) and (max-width: 1200px) {
  header {
    border-bottom: 2px solid black;
  }
}
header .logo {
  display: block;
  text-decoration: none;
  color: #000;
}
header .logo img {
  width: 50%;
}
@media (max-width: 766px) {
  header .logo img {
    width: 90%;
  }
}
@media (max-width: 500px) {
  header .logo img {
    width: 80%;
    margin-left: -50px;
  }
}
header .navbar {
  background: transparent;
  border: 1px solid transparent;
}
header .navbar-toggle {
  float: none;
  border: none;
}
header .navbar-toggle .icon-bar {
  height: 3px;
}
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
header .navbar-nav {
  float: none;
  text-align: center;
  margin: 20px 0px 0px;
}
@media (max-width: 1000px) {
  header .navbar-nav {
    background: #39b54a;
    padding: 20px 0;
  }
}
header .navbar-nav li {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 10px;
  float: none;
  display: inline-block;
  background: transparent;
  border-right: 2px solid black;
}
@media (max-width: 1000px) {
  header .navbar-nav li {
    width: 90%;
    border: none;
    padding: 10px 0;
    font-size: 26px;
    border-bottom: 1px dashed #fff;
  }
}

header .navbar-nav li.active A{
  color: #ffffff !important;
  background-color: #000000 !important;
  padding: 3px;
  padding-left: 8px;
  margin-left: 0;
}

header .navbar-nav li:last-child {
  border: none;
}
header .navbar-nav li a:hover {
  opacity: 1;
}
header .navbar-nav li a {
  padding: 0 10px 0 5px;
  color: #000 !important;
  opacity: 0.7;
}
@media (max-width: 1000px) {
  header .navbar-nav li a {
    font-family: Open Sans ;
    font-weight: 400;
    color: #fff !important;
  }
}
header .navbar-nav .active a {
  background-color: transparent !important;
}
header #top-soc {
  position: absolute;
  right: 15px;
  top: 12px;
}
header #top-soc ul li {
  list-style: none;
  margin-top: 5px;
}

@media (max-width: 999px) {
  .container-fluid {
    margin: 0;
    padding: 0 15px;
  }
    .mob_no_padding{
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .mob_wrongmargin{
        margin-right: -5px!important;
        margin-left: -5px!important;
    }
    .texts{
        padding-left: 0!important;
        padding-right:0!important;
    }
}
.xs-slide img {
  width: 100%;
    max-width: 520px;
}
.spis {
  padding: 0;
}
@media (max-width: 500px) {
  .spis {
    padding: 0 10px;
  }
}
.spis .day {
  padding-bottom: 20px;
  border-bottom: 4px solid #000;
}
.spis .day h2 {
  font-family: Rockwell;
  font-size: 50px;
  text-align: left;
  padding-left: 30px;
}
@media (max-width: 500px) {

}
.spis .day table {
  background: #fff;
}
.spis .day table tbody {
  margin: 0 40px !important;
}
.spis .day table tbody tr {
  padding: 5px 0;
}
.spis .day table tbody tr td {
  border-top: 1px solid transparent;
  border-bottom: 2px solid #000;
  vertical-align: top;
}
.spis .day table tbody tr td h3 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 0;
}
.spis .day table tbody tr td .text {
  padding-left: 30px;
}
@media (max-width: 1100px) {
  .spis .day table tbody tr td .text {
    padding-left: 10px;
  }
}
.spis .day table tbody tr td .over {
  padding-left: 180px;
  vertical-align: top;
}
@media (max-width: 1400px) {
  .spis .day table tbody tr td .over {
    padding-left: 50px;
  }
}
@media (max-width: 1200px) {
  .spis .day table tbody tr td .over {
    padding-left: 10px;
  }
}
.spis .day table tbody tr .foto {
  vertical-align: middle;
}
.spis .day table tbody tr:last-child td {
  border-bottom: none;
}
.price-form .price {
  background: #39b54a;
  color: #fff;
  font-size: 50px;
  font-family: Open Sans ;
  padding: 0 40px 0 60px;
}
@media (max-width: 767px) {
  .price-form .price {
    font-size: 26px;
    padding: 5px 10px 0px;
  }
  .spis .day h2 {
    padding-left: 0;
    font-size: 35px;
  }
}
.price-form .price span {
  font-family: Rockwell;
}
.price-form form {
  clear: both;
  margin: 0 60px;
  text-align: left;
}
@media (max-width: 1599px) {
  .price-form form {
    margin: 0 40px;
  }
}
@media (max-width: 767px) {
  .price-form form {
      margin: 0 30px;
      position: relative;
      z-index: 999999;
      background: white;

  }
    #prod_form {
        margin-left: -15px;
        margin-right: -15px;
    }
    #prod_form .price {
        font-size: 26px;
        padding: 5px 10px 0px;
        position: relative;
        width: 100%;
    }
    .price-form form .form-group {
        /*margin-top: 20px;*/
        padding: 0;
        float: left;
        width: 100%;
    }
    div#quickQuoteBottomPrice {
      margin-right: -10px;
      margin-left: -10px;
        z-index: 9999999;
        position: relative;
        background: white;
    }
}
.price-form form .row {
    padding-bottom: 15px;
  border-bottom: 1px solid black;
}
.price-form form .form-group {
  /*margin-top: 20px;*/
  padding: 0;
  float: left;
}
.price-form form .form-group h2 {
  margin: 30px 0px 30px 10px;
  font-family: Rockwell;
  font-size: 34px;
}
.price-form form .form-group:nth-child(2) {
  margin-left: 45px;
}
@media (max-width: 767px) {
  .price-form form .form-group:nth-child(2) {
    margin-left: 0px;
  }
}
.price-form form .form-group:nth-child(3) {
    margin-top: 97px;
}
@media (min-width: 767px) and (max-width: 990px) {
  .price-form form .form-group:nth-child(3) {
    margin-top: 10px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .price-form form .form-group:nth-child(3) {
    margin-top: 20px;
  }
}
.price-form form .form-group img {
  float: left;
  width: 100%;
}
.price-form form .form-group button {
  float: left;
}
.price-form form ul li {
  list-style: none;
}
.price-form form .line {
  padding: 0;
}
.price-form form label {
  float: left;
  font-size: 18px;
  font-family: Open Sans ;
  font-weight: 400;
  padding: 2px 10px 0;
  margin: 5px 0 10px;
}
@media (max-width: 399px) {
  .price-form form label {
    margin: 0px 0 5px;
    padding: 10px 10px 0;
  }
}
@media (min-width: 400px) and (max-width: 699px) {
  .price-form form label {
    margin: 0px 0 5px;
    padding: 8px 10px 0;
  }
}
@media (min-width: 700px) and (max-width: 766px) {
  .price-form form label {
    margin: 0px 0 5px;
    padding: 0px 10px 0;
  }
}
.price-form form #datepicker {
  /*background: url(/images/date.png) no-repeat 98% center;*/
}
.price-form form input,
.price-form form select {
  width: 60%;
  float: right;
  margin: 0px 25px 10px 0;
}
@media (min-width: 280px) and (max-width: 699px) {
  .price-form form input,
  .price-form form select {
    width: 60%;
    float: right;
    margin: 5px 0px 7px 0;
  }
}
@media (min-width: 700px) and (max-width: 766px) {
  .price-form form input,
  .price-form form select {
    width: 70%;
    float: right;
    margin: 5px 0px 7px 0;
  }
}
@media (min-width: 767px) and (max-width: 850px) {
  .price-form form input,
  .price-form form select {
    width: 50%;
    /*height: 30px;*/
  }
}
@media (min-width: 990px) and (max-width: 1049px) {
  .price-form form input,
  .price-form form select {
    width: 45%;
    /*height: 25px;*/
  }
}
@media (min-width: 1050px) and (max-width: 1199px) {
  .price-form form input,
  .price-form form select {
    width: 50%;
    /*height: 30px;*/
  }
}
@media (min-width: 1200px) and (max-width: 1470px) {
  .price-form form input,
  .price-form form select {
    width: 50%;
    /*height: 35px;*/
  }
}
@media (max-width: 766px) {
  .price-form form #textarea {
    margin: 0;
  }
    .price-form form textarea {
        width: calc(100% - 35px);
        float: right;
    }
}
@media (min-width: 767px) and (max-width: 990px) {
  .price-form form #textarea {
    padding: 20px 0;
    border-top: 1px solid #000;
  }
}
.price-form form textarea {
    width: calc(100% - 90px);
    float: right;
}
#top-soc img {
    width: 45px;
    height: 45px;
}
div#section6 iframe {
    margin-top: 20px;
}
@media (max-width: 767px) {
  .price-form form textarea {
    width: 100%;
      margin-right: 0;
  }
    .price-form form input, .price-form form select {

        width: 100%!important;

    }
    div#section6 iframe {
        margin: 20px;
        max-width: calc(100% - 40px);
    }
    header #top-soc {
        position: absolute;
        right: 15px;
        top: 12px;
        width: 80px;
    }
    #top-soc img {
        width: 45px;
        height: 45px;
        width: 100%;
    }
}
@media (min-width: 1000px) and (max-width: 1470px) {
  .price-form form textarea {
    /*width: 80%;*/
  }
}
.price-form form .form-group2 {
  margin: 20px 0 50px;
  padding: 0;
  float: left;
}
@media (max-width: 767px) {
  .price-form form .form-group2 {
    margin: 35px 0 50px;
    margin-left: -10px;
  }
    .mobileSlide {
        display: none;
    }
}
.price-form form .form-group2 label {
  float: left;
  font-size: 18px;
  font-family: Open Sans ;
  font-weight: 400;
  padding: 0px 0px 0;
  margin: 15px 0 10px;
}
.price-form form .form-group2 input {
  width: 140px;
  height: 37px;
  float: left;
  margin: 10px 25px 10px 10px;
}
@media (max-width: 767px) {
  .price-form form .form-group2 input {
    width: 30%;
  }
}
.price-form form .form-group2 img {
  float: left;
  margin: 10px 0px 10px 10px;
}
@media (max-width: 767px) {
  .price-form form .form-group2 img {
    width: 30%;
  }
}
.price-form form .form-group2 button {
  background: #39b54a;
  float: left;
  color: #fff;
  font-family: Open Sans ;
  font-weight: 200;
  font-size: 18px;
  /*margin-left: 45px;*/
  border-radius: 0;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .price-form form .form-group2 button {
    clear: both;
    margin-left: 0px;
  }
}
.why {
  margin-top: 55px;
  text-align: center;
}
.why h2 {
  font-size: 70px;
  font-family: Rockwell;
  color: #000;
}
@media (min-width: 767px) and (max-width: 1000px) {
  .why h2 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .why h2 {
    margin: 0 10%;
  }
}
.why ul {
  margin-top: 65px;
  padding-left: 0;
}
@media (min-width: 767px) and (max-width: 1000px) {
  .why ul {
    width: 84%;
    margin: 60px auto 0;
  }
}
.why ul li {
  list-style: none;
}
@media (min-width: 767px) and (max-width: 1000px) {
  .why ul li {
    width: 33%;
    height: 280px;
  }
}
@media (max-width: 940px) {
  .why ul li {
    display: block;
    margin: 10px 0;
  }
}
@media (max-width: 766px) {
  .why ul li {
    padding: 0;
  }
  .why ul li:nth-child(3) {
    clear: both;
  }
}
.why ul li a {
  text-decoration: none;
  color: #000;
}
.why ul li img {
  margin-bottom: 20px;
}
.why ul li p {
  font-size: 20px;
  padding: 0 10px;
  line-height: 25px;
}
#main {
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
#carousel-id .item h1 {
  position: relative;
  display: block;
  background: #000;
  color: #fff;
  font-size: 10vw;
  padding: 0 0 0 50px;
  margin: 0;
  text-align: left;
  font-family: Rockwell;
}
.breadcrumb-line {
  max-width: 1260px;
  margin: 0 auto;
  text-align: left;
  /* margin-bottom: -243px; */
}
@media (max-width: 1000px) {
  #carousel-id .item {
    height: 800px;
    overflow: hidden;
    width: 1600px !important;
    left: -300px;
  }
  #carousel-id .item img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 766px) {
  #carousel-id .item {
    height: 500px;
    width: 1600px !important;
    left: -500px;
  }
  #carousel-id .item img {
    height: 150%;
  }
}
#carousel-id .item .carousel-caption {
  text-align: left;
  left: 50px;
  bottom: 1%;
}
@media (max-width: 1000px) {
  #carousel-id .item .carousel-caption {
    bottom: 1%;
    left: 350px;
  }
}
@media (max-width: 767px) {
  #carousel-id .item .carousel-caption {
    left: 530px;
    bottom: 0px;
  }
}
#carousel-id .item .carousel-caption h1 {
  display: inline-block;
  font-family: Rockwell;
  font-size: 114px;
  padding: 20px 30px;
  margin: 0;
  background: #000;
  color: #fff;
}
@media (max-width: 1200px) {
  #carousel-id .item .carousel-caption h1 {
    font-size: 94px;
    padding: 10px 25px;
  }
}
@media (max-width: 767px) {
  #carousel-id .item .carousel-caption h1 {
    font-size: 70px;
    padding: 10px 25px;
  }
}
@media (max-width: 550px) {
  #carousel-id .item .carousel-caption h1 {
    font-size: 60px;
    padding: 10px 25px;
  }
}
#main .xs-slide img {
  width: 100%;
}
#main #opis {
  text-align: center;
}
#main #opis h1 {
  margin: 0;
  padding: 56px 0 40px;
  font-size: 70px;
  font-family: Rockwell;
  color: #000;
}
@media (max-width: 767px) {
  #main #opis h1 {
    margin: 0 5%;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  #main #opis h1 {
    width: 60%;
    margin: 0 auto;
  }
}
#main #opis .opis-left {
  padding: 15px 0 0 10px;
  text-align: left;
  font-size: 20px;
  font-family: Open Sans  Light;
  letter-spacing: 0px;
  line-height: 25px;
}
@media (max-width: 766px) {
  #main #opis .opis-left {
    padding: 0 20px;
  }
}
#main #opis .opis-right {
  padding: 0;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #main #opis .opis-right {
    display: none;
  }
}
#main #opis .opis-right ul {
  padding-left: 20px;
}
#main #opis .opis-right ul li {
  list-style: none;
  float: left;
  margin: 5px;
}
@media (max-width: 940px) {
  #main #opis .opis-right ul li {
    width: 30%;
  }
}
#main #opis .opis-right ul li img {
  width: 100%;
}
#main #posts {
  margin-top: 50px;
  /*padding-left: 5px;*/
}
@media (min-width: 767px) and (max-width: 1000px) {
  #main #posts {
    margin-top: 10px;
    padding: 0 0 0 2px;
  }
}
#main #posts .post {
  position: relative;
}
@media (min-width: 767px) and (max-width: 1000px) {
  #main #posts .post {
    width: 33%;
    padding: 0;
    margin: 0 1px;
  }
}
@media (max-width: 766px) {
  #main #posts .post {
    margin-bottom: 10px;
  }
  .foto {
    padding: 0;
  }
  .overview{
    padding: 0;
  }
  .overview li {
    font-size: 16px;
  }
  .overview h3 {
    font-weight: 600;
  }
  .spis .day{
     border-bottom: none;
  }
}
#main #posts .post img {
  width: 100%;
  display: block;
}
@media (min-width: 767px) and (max-width: 1000px) {
  #main #posts .post img {
    padding: 0 2px;
  }
}
#main #posts .post span {
  font-size: 55px;
  position: absolute;
  padding: 5px 10px;
  left: 45px;
  bottom: 90px;
  color: #fff;
  background: #000;
  font-family: Rockwell;
  line-height: 60px;
}
@media (min-width: 767px) and (max-width: 1000px) {
  #main #posts .post span {
    left: 15px;
    line-height: 40px;
    bottom: 70px;
  }
}
.global_conteiner {
  width: 100%;
  background: #ebebeb;
  display: inline-block;
}
.separator {
  border-bottom: 1px solid black;
  display: block;
  margin: 5px 0;
  height: 2px;
}
.container-base{
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
#main #posts .post p {
  display: block;
  font-size: 35px;
  position: absolute;
  padding: 5px 10px;
  left: 15px;
  bottom: 10px;
  color: #fff;
  background: #000;
  font-family: Rockwell;
  line-height: 60px;
}
@media (min-width: 767px) and (max-width: 1000px) {
  #main #posts .post p {
    left: 15px;
    line-height: 40px;
  }
}
#main #posts .post:hover span,
#main #posts .post:hover p {
  background: green !important;
  cursor: pointer;
}
#main #line {
  display: inline-block;
  max-width: 665px;
  width: 90%;
  border-top: 1px solid black;
  margin: 50px 0 20px;
}
#main #popular {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 767px) and (max-width: 1000px) {
  #main #popular {
    width: 84%;
    margin: 25px auto 20px;
  }
}
#main #popular h2 {
  font-size: 70px;
  font-family: Rockwell;
  padding-bottom: 20px;
  color: #000;
}
@media (max-width: 767px) {
  #main #popular h2 {
    margin: 0 10%;
  }
}
#main #popular .item {
  height: 100%;
}
#main #popular .item .popul {
  z-index: 0;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 20%;
  float: left;
}
@media (max-width: 1000px) {
  #main #popular .item .popul {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  #main #popular .item .popul {
    width: 50%;
  }
}
#main #popular .item .popul img {
  z-index: 5;
  width: 100%;
  position: relative;
}
#main #popular .item .popul .more {
  display: block;
  text-align: left;
  /*background: url(/images/pop-back.png) 100% 100% no-repeat;*/
  background-size: 100% 100%;
  font-family: Open Sans  Light;
  font-size: 16px;
  color: #000;
  position: absolute;
  bottom: 0;
    background: #000000a6;
  left: 5px;
  right: 5px;
  padding: 0 15px;
  z-index: 999;
}
#main #popular .item .popul .more p {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  font-family: Open Sans  Light;
  margin: 0;
}
#main #popular .item .popul .more span {
  color: #fff;
  font-size: 14px;
  font-family: Open Sans  Light;
}
#main #popular .item .popul:hover .more {
  background: #39b54a;
  color: #fff;
  cursor: pointer;
}
.global_conteiner .start .build {
  background: #ebebeb;
}
@media (min-width: 767px) and (max-width: 1000px) {
  .global_conteiner .start .build {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .global_conteiner .start .build {
    height: 650px;
  }
}
.global_conteiner .start .build h1 {
  text-align: left;
  font-size: 70px;
  font-family: Rockwell;
  color: #000;
  padding: 20px 20px 10px;
}
@media (max-width: 1000px) {
  .global_conteiner .start .build h1 {
    padding: 20px 20px 10px;
  }
}
.global_conteiner .start .build img {
  width: 100%;
}
.global_conteiner .start .build p {
  font-size: 20px;
  text-align: left;
  margin: 0 0 15px;
  padding-left: 20px;
  padding-right: 15px;
  font-family: Open Sans  Light;
}
@media (max-width: 1000px) {
  .global_conteiner .start .build p {
    padding-left: 5px;
  }
}
.global_conteiner .start .build button {
  float: left;
  background: #39b54a;
  color: #fff;
  font-size: 40px;
  margin: 5px 0 42px 20px;
  padding: 8px 23px;
  border: 1px solid transparent;
  font-family: Rockwell;
}
@media (max-width: 1000px) {
  .global_conteiner .start .build button {
    margin: 25px 0 65px 5px;
  }
}
.global_conteiner .start .build2 {
  background: url(/images/build2.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .global_conteiner .start .build2 {
    height: 650px;
  }
}
.global_conteiner .start .build2 h1 {
  display: inline-block;
  color: #fff;
  float: left;
  padding: 10px 20px;
  margin: 60px 0 0 15px;
  font-size: 70px;
  background: #000;
  font-family: Rockwell;
  line-height: 60px;
}
.global_conteiner .start .build2 h1:nth-child(2) {
  clear: both;
  margin: 0 0 30px 15px;
}
.global_conteiner .start .build2 p {
  clear: both;
  color: #fff;
  font-size: 20px;
  text-align: left;
  background: #000;
  max-width: 600px;
  margin: 0px 0 0px 15px;
  padding: 10px 20px;
}
.cookies_head_block {
    line-height: 50px;
    min-height: 50px;
    background: #39b54ab0;
    position: absolute;
    z-index: 9999;
    width: 100%;
    color: white;
    font-size: 14px;
    text-align: center;
}
a#cookies-accept {
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin-left: 14px;
}
#section1 {
  /*background: #f5f5f5;*/
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
#section1 h1 {
  margin-top: 30px;
  font-size: 68px;
  font-family: Rockwell;
}
#section1 p {
  display: block;
  margin: 0 auto 50px;
  text-align: center;
  max-width: 760px;
  font-size: 20px;
  font-family: Open Sans  Light;
}
@media (min-width: 550px) and (max-width: 767px) {
  #section1 p {
    padding: 0 30px;
  }
}
#section1 #activities {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #section1 #activities {
    margin: 0;
    padding: 0;
  }
}
#section1 #activities .act {
  /*background: #f2f2f2;*/
  padding: 0 5px;
  margin: 0 0px 10px;
  border: 2px solid transparent;
}
#section1 #activities .act img {
  width: 100%;
}
#section1 #activities .act .more {
  display: block;
  text-align: left;
  /*background: url(/images/pop-back.png) 100% 100% no-repeat;*/
  background-size: 100% 100%;
  font-family: Open Sans  Light;
  font-size: 16px;
  color: #000;
  position: absolute;
  bottom: 0;
  left: 5px;
    background: #000000a6;
  right: 5px;
  padding: 0 15px;
  z-index: 999;
}
.cat_sort .thumb .more {
  display: block;
  text-align: left;
  /*background: url(/images/pop-back.png) 100% 100% no-repeat;*/
  background-size: 100% 100%;
  font-family: Open Sans  Light;
  font-size: 16px;
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000a6;
  right: 0;
  padding: 0 15px;
  z-index: 9;
}
#why h2{
  margin: 60px 0;
  font-size: 36px;
}
#section1 #activities .act .more p {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  font-family: Open Sans  Light;
  margin: 0;
  text-align: left;
}
#section1 #activities .act .more span {
  color: #fff;
  font-size: 14px;
  font-family: Open Sans  Light;
}
#section1 #activities .act:hover .more {
  background: #39b54a;
  color: #fff;
  cursor: pointer;
}
#section2 {
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  /*overflow: hidden;*/
}
#section2 h1 {
  position: relative;
  display: block;
  background: #000;
  color: #fff;
  font-size: 60px;
  padding: 0px;
  margin: 0;
  font-family: Rockwell;
}
@media (min-width: 767px) {
  #section2 #carousel-id3 .item {
    max-height: 800px;
  }

}
@media (max-width: 767px) {
  #section2 #carousel-id3 .item {
    height: 100%;
  }
    .cookies_head_block {
        line-height: 20px;
        padding: 0 10px;
    }

}
.container-fluid.login_view {
  background: whitesmoke;
}
.login_page {
  min-height: 500px;
}
#section2 #carousel-id3 .item img {
  width: 100%;
    max-width: 520px;
    height: auto;
    margin: 0 auto;
}
#section2 #carousel-id3 .carousel-caption {
    /* left: 0; */
    top: 0;
    /* width: 100%; */
    max-width: 500px;
    margin: 0 auto;
}
@media (max-width: 767px) {
  #section2 #carousel-id3 .carousel-caption {
    position: relative;
    padding: 0;
  }
    #section1 #activities .act .more p {
        font-size: 14px;
    }
}

#section2 #carousel-id3 .carousel-caption h1 {
  display: block;
  float: left;
  font-size: 100px;
  background: transparent;
  margin: 20px 0 0px 50px;
  font-family: Rockwell;
    font-size: 30px;
  max-width: 800px;
  text-align: left;
}
@media (max-width: 1100px) {
  #section2 #carousel-id3 .carousel-caption h1 {
    max-width: 600px;
    font-size: 70px;
  }
}
@media (max-width: 880px) {
  #section2 #carousel-id3 .carousel-caption h1 {
    font-size: 70px;
  }
}
@media (min-width: 500px) {
  #section2 #carousel-id3 .carousel-caption h1:nth-child(2) {
    margin-top: 0;
    margin-bottom: 20px;
    clear: both;
  }
}
.login_view ul.nav.nav-tabs {
    width: 20%;
    float: left;
    border: none;
    /* border-right: 1px solid black; */
}
#section8 .full-width .price {
  /* background: url(/images/strela-left.png) 0 0 no-repeat; */
  background-size: 100% 100%;
  float: right;
  right: 0%;
  color: white;
  font-size: 23px;
  top: 31%;
  background: #2d88ce;
  position: absolute;
  padding: 10px 60px 10px 60px;
  z-index: 4;
}
#section8 .full-width .price:before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  rotation: 45grad;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -54px;
  top: calc(50% - 56px);
  background: #2d88ce;
  z-index: -1;
}

.success_title {
  padding: 10px 40px;
  background: #000;
  margin: 0;
  display: inline-block;
  position: absolute;
  color: white;
  font-weight: 600;
  font-size: 50px;
  float: left;
  font-size: 70px;
  /* background: transparent; */
  line-height: 1.2;
  margin: 20px 0 0px 50px;
  font-family: Rockwell;
  max-width: 800px;
  text-align: left;
}
.friend_block input[type="checkbox"] + label.disabled::before, .friend_block input[type="radio"] + label.disabled::before{

  opacity: 0.5;
}
.paypal_info {
  margin-top: 10px;
  font-size: 16px;
}
.dep1 {
  width: 50%;
  float: left;
}
.dep2 {
  width: 50%;
  float: left;
}
.friend_checkbox span {
  font-size: 13px;
  width: 100%;
  display: block;
  padding-left: 15px;
  margin-top: 10px;
}
.title_act {
  font-size: 25px;
  margin-top: 16px;
  color: black;
  /* font-weight: 600; */
  padding-left: 8px;
  border-bottom: 2px solid #3ebc6b;
}
#total_string{
  display: none;
}
#section8 .full-width .price span {
  font-size: 65px;
  font-weight: 600;
  line-height: 50px;
}
#section8 .full-width .price p {
  background: none;
  font-size: 30px;
  margin: 0;
  padding: 0;
  text-align: right;
  font-weight: 400;
  line-height: 40px;
}
.login_view .tab-content {
    width: 80%;
    float: right;
}
.login_view .nav-tabs > li {
    width: calc(100% - 80px);
    margin: 0 20px;
    /* border: 1px solid black; */
}
.login_view .nav-tabs > li > a {
    background: #3ebc6b;
    color: white;
    font-size: 19px;
    margin-bottom: 10px;
}
.login_view .nav-tabs > li > a img {
    max-height: 24px;
}


.login_view .nav-tabs > li.active > a {
    background: white;
    color: black;
    font-size: 19px;
    margin-bottom: 10px;
}
#section2 #carousel-id3 .carousel-caption h1 p {
  padding: 10px 40px;
  background: #000;
  margin: 0;
  display: inline-block;
}
#section2 #carousel-id3 .carousel-caption .price {
  background: url(/images/strela-left.png) 0 0 no-repeat;
  background-size: 100% 100%;
  float: right;
  right: 0%;
  top: 34%;
  position: absolute;
  font-family: Open Sans ;
  padding: 10px 60px 10px 150px;
    display: none;
}

@media (max-width: 499px) {
  #section2 #carousel-id3 .carousel-caption .price {
    top: -30%;
    padding: 0px 10px 0px 60px;
  }
}
@media (min-width: 500px) and (max-width: 766px) {
  #section2 #carousel-id3 .carousel-caption .price {
    top: -40%;
    padding: 0px 30px 0px 100px;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  #section2 #carousel-id3 .carousel-caption .price {
    top: 10%;
    padding: 0px 60px 0px 80px;
  }
}
#section2 #carousel-id3 .carousel-caption .price p {
  background: none;
  font-size: 30px;
  margin: 0;
  padding: 0;
  text-align: right;
  font-weight: 400;
  line-height: 40px;
}
#section2 #carousel-id3 .carousel-caption .price span {
  font-size: 80px;
  line-height: 50px;
  font-family: 'Open Sans bold';
}
#section2 #carousel-id3 .carousel-caption .text {
  clear: both;
  display: block;
  text-align: left;
  background: #000;
  padding: 10px 20px;
  margin: 0px 0 0 50px;
  width: 750px;
  font-size: 20px;
  font-family: Open Sans  Light;
}
@media (max-width: 499px) {
  #section2 #carousel-id3 .carousel-caption .text {
    margin: 0px 0 0 0px;
  }
}
@media (max-width: 767px) {
  #section2 #carousel-id3 .carousel-caption .text {
    margin: 0px 0 0 0px;
  }
}
@media (max-width: 1000px) {
  #section2 #carousel-id3 .carousel-caption .text {
    margin: 220px 0 0 50px;
  }
}
@media (max-width: 1200px) {
  #section2 #carousel-id3 .carousel-caption .text {
    width: 90%;
    margin: 220px 0 0 50px;
  }
}
@media (min-width: 767px) {
  #section2 #carousel-id3 .carousel-caption .text:last-child {
    margin: 0 0 0 50px !important;
  }
}
#section2 .text {
  clear: both;
  display: block;
  text-align: left;
  /*background: #000;*/
  color: #000;
  padding: 30px;
  margin: 0px;
  font-size: 20px;
  font-family: Open Sans Light;
}
#section2 .text p:first-child {
  margin-bottom: 30px;
}
#section2 .left2 {
  text-align: left;
  padding: 0px 0 0 25px;
  font-family: Open Sans ;
  font-weight: 400;
}
@media (max-width: 767px) {
  #section2 .left2 {
    padding: 0px 0 0 45px;
  }
}
#section2 .left2 h2 {
  font-family: Rockwell;
  font-size: 50px;
}
@media (max-width: 500px) {
  #section2 .left2 h2 {
    font-size: 42px;
  }
}
#section2 .left2 ul {
  padding: 0 0 0 15px;
  font-size: 20px;
}
#section2 .left2 p {
  font-size: 16px;
}
#section2 .right2 {
  margin: 40px 0;
}
#section2 .right2 ul {
  margin-left: 20px;
}
@media (min-width: 767px) and (max-width: 1000px) {
  #section2 .right2 ul {
    padding: 0 0 0 0px;
  }
}
@media (max-width: 767px) {
  #section2 .right2 ul {
    margin-left: 0px;
    padding: 0 20px;
  }
}
#section2 .right2 ul li {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0 4% 20px;
}
@media (max-width: 767px) {
  #section2 .right2 ul li {
    margin: 0 0 20px;
    padding: 0 10px;
  }
}
#section2 .right2 ul li img {
  width: 100%;
}
#section3 {
  background: #f6f6f6;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#section3 .thank h1 {
  font-family: Rockwell;
  font-size: 50px;
  line-height: 60px;
}
@media (min-width: 767px) and (max-width: 1000px) {
  #section3 .thank h1 {
    font-size: 42px;
  }
}
#section3 .thank .number {
  background: #39b54a;
  width: 720px;
  margin: 0 auto;
  color: #fff;
  font-family: Rockwell;
}
@media (max-width: 766px) {
  #section3 .thank .number {
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  #section3 .thank .number {
    max-width: 85%;
  }
}
#section3 .thank .number h3 {
  padding-top: 4%;
  font-size: 25px;
}
#section3 .thank .number .num {
  line-height: 60px;
  font-size: 80px;
}
@media (max-width: 480px) {
  #section3 .thank .number .num {
    font-size: 80px;
  }
}
#section3 .thank .number p {
  font-family: Open Sans ;
  font-weight: 400;
  margin: 4% 13%;
  padding-bottom: 5px;
  font-size: 15px;
}
@media (min-width: 1200px) {
  #section3 .thank .number p {
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  #section3 .thank .number p {
    margin: 4% 3% 0;
    padding-bottom: 5%;
  }
}
@media (min-width: 767px) {
  #section3 #carousel-id4 .item {
    max-height: 800px;
  }
}
@media (max-width: 767px) {
  #section3 #carousel-id4 .item {
    height: 100%;
  }
}
#section3 #carousel-id4 .item img {
  width: 100%;
}
#section3 #carousel-id4 .carousel-caption {
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #section3 #carousel-id4 .carousel-caption {
    position: relative;
    padding: 0;
  }
}
#section3 #carousel-id4 .carousel-caption h1 {
  display: block;
  float: left;
  font-size: 100px;
  background: transparent;
  margin: 20px 0 0px 50px;
  font-family: Rockwell;
  max-width: 800px;
  text-align: left;
}
@media (max-width: 1100px) {
  #section3 #carousel-id4 .carousel-caption h1 {
    max-width: 600px;
    font-size: 70px;
  }
}
@media (max-width: 880px) {
  #section3 #carousel-id4 .carousel-caption h1 {
    font-size: 70px;
  }
}
@media (min-width: 500px) {
  #section3 #carousel-id4 .carousel-caption h1:nth-child(2) {
    margin-top: 0;
    margin-bottom: 20px;
    clear: both;
  }
}
#section3 #carousel-id4 .carousel-caption h1 p {
  padding: 10px 40px;
  background: #000;
  margin: 0;
  display: inline-block;
}
#section3 #carousel-id4 .carousel-caption .price {
  background: url(/images/strela-left.png) 0 0 no-repeat;
  background-size: 100% 100%;
  float: right;
  right: 0%;
  top: 34%;
  position: absolute;
  font-family: Open Sans ;
  padding: 10px 60px 10px 150px;
}
@media (max-width: 499px) {
  #section3 #carousel-id4 .carousel-caption .price {
    top: -30%;
    padding: 0px 10px 0px 60px;
  }
}
@media (min-width: 500px) and (max-width: 766px) {
  #section3 #carousel-id4 .carousel-caption .price {
    top: -40%;
    padding: 0px 30px 0px 100px;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  #section3 #carousel-id4 .carousel-caption .price {
    top: 10%;
    padding: 0px 60px 0px 80px;
  }
}
#section3 #carousel-id4 .carousel-caption .price p {
  background: none;
  font-size: 30px;
  margin: 0;
  padding: 0;
  text-align: right;
  font-weight: 400;
  line-height: 40px;
}
#section3 #carousel-id4 .carousel-caption .price span {
  font-size: 80px;
  line-height: 50px;
  font-family: 'Open Sans bold';
}
#section3 #carousel-id4 .carousel-caption .text {
  clear: both;
  display: block;
  text-align: left;
  background: #000;
  padding: 10px 20px;
  margin: 0px 0 0 50px;
  width: 750px;
  font-size: 20px;
  font-family: Open Sans  Light;
}
@media (max-width: 499px) {
  #section3 #carousel-id4 .carousel-caption .text {
    margin: 0px 0 0 0px;
  }
}
@media (max-width: 767px) {
  #section3 #carousel-id4 .carousel-caption .text {
    margin: 0px 0 0 0px;
  }
}
@media (max-width: 1000px) {
  #section3 #carousel-id4 .carousel-caption .text {
    margin: 220px 0 0 50px;
  }
}
@media (max-width: 1200px) {
  #section3 #carousel-id4 .carousel-caption .text {
    width: 90%;
    margin: 220px 0 0 50px;
  }
}
@media (min-width: 767px) {
  #section3 #carousel-id4 .carousel-caption .text:last-child {
    margin: 0 0 0 50px !important;
  }
}
#section3 h2 {
  position: relative;
  display: block;
  background: #000;
  color: #fff;
  font-size: 60px;
  padding: 0px;
  margin: 0;
  font-family: Rockwell;
}
#section3 .text {
  bottom: 0px;
  position: relative;
  display: block;
  text-align: left;
  background: #333333;
  padding: 20px;
  margin: 0px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-family: Open Sans  Light;
}
#section3 .text span {
  display: block;
  float: left;
  color: #fff;
  margin: 25px 40px 0 25px;
  font-size: 20px;
}
@media (max-width: 766px) {
  #section3 .text span {
    width: 100%;
    margin: 25px 0 0 25px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section3 .text span {
    margin: 25px 5px 0 15px;
    font-size: 18px;
  }
}
#section3 .text span:nth-child(2),
#section3 .text span:nth-child(3) {
  margin: 10px 40px 0 0px;
}
@media (min-width: 767px) and (max-width: 990px) {
  #section3 .text span:nth-child(2),
  #section3 .text span:nth-child(3) {
    margin: 10px 5px 0 5px;
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  #section3 .text span:nth-child(2),
  #section3 .text span:nth-child(3) {
    width: 100%;
    margin: 25px 0 0 25px;
  }
}
#section3 .text .contact {
  display: block;
  float: left;
  border-left: 1px solid #fff;
  padding: 0 0 0 15px;
  color: #fff;
}
@media (min-width: 767px) and (max-width: 990px) {
  #section3 .text .contact {
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  #section3 .text .contact {
    margin: 25px 0 0 25px;
  }
}
#section3 .left2 {
  text-align: left;
  padding: 40px 0 50px 70px;
  font-family: Open Sans ;
  font-weight: 400;
}
@media (max-width: 767px) {
  #section3 .left2 {
    padding: 0px 0 0 45px;
  }
}
#section3 .left2 h3 {
  font-family: Rockwell;
  font-size: 50px;
  padding: 0px 0 20px 0px;
}
#section3 .left2 ul {
  padding: 0 0 0 15px;
  font-size: 20px;
}
#section3 .left2 p {
  font-size: 20px;
}
#section4 {
  /*background: #f5f5f5;*/
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
#section4 h1 {
  margin-top: 30px;
  font-size: 68px;
  font-family: Rockwell;
}
#section4 p {
  display: block;
  margin: 0 auto 50px;
  text-align: center;
  max-width: 760px;
  font-size: 20px;
  font-family: Open Sans  Light;
}
@media (min-width: 550px) and (max-width: 767px) {
  #section4 p {
    padding: 0 30px;
  }
}
#section4 #activities {
  display: table;
}
@media (min-width: 768px) {
  #section4 #activities {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  #section4 #activities {
    padding: 0 20px 0 10px;
    margin: 0;
  }
  .main_form {

    padding-top: 0px;

  }

  .success_title {
    font-size: 15px;
    margin-left: 0;
    max-width: 66%;
    padding: 10px 20px;
  }

  .login_view .tab-content{
    width: 100%;
  }
  #section7 .day .check:hover .add {
    opacity: 0!important;
  }
  #section7 .day .check2 .glyphicon-ok {
    opacity: 0.8;
    transition: 1s;
  }
  #section7 .day .thumb .check2 .glyphicon-remove{
    display: none;
  }
  #section7 .day .check2:hover .glyphicon-ok{
    opacity: 0.8!important;
  }
}
#section4 #activities .act {
  /*background: #f2f2f2;*/
  padding: 0;
  margin: 0 5px 10px;
  border: 2px solid transparent;
  display: table-cell;
  height: 720px;
}
@media (min-width: 767px) and (max-width: 999px) {
  #section4 #activities .act {
    width: 30%;
  }
}
@media (min-width: 1000px) and (max-width: 1264px) {
  #section4 #activities .act {
    width: 21%;
    margin: 0 10px 20px;
  }
}
@media (min-width: 1265px) {
  #section4 #activities .act {
    width: 32%;
  }
}
#section4 #activities .act img {
  width: 100%;
}
#section4 #activities .act h1 {
  font-size: 20px;
  font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    height: 45px;
}
#section4 #activities .act p {
  font-size: 16px;
  font-family: Open Sans  Light;
  margin: 0;
}
#section4 #activities .act ul {
  text-align: left;
  margin: 0;
  padding-left: 30px;
  font-size: 15px;
  font-family: Open Sans  Light;
}
@media (min-width: 400px) and (max-width: 549px) {
  #section4 #activities .act ul {
      margin: 0 0 0 18%;
      font-size: 18px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  #section4 #activities .act ul {
      margin: 0 0 0 18%;
      font-size: 18px;
  }
}
#section4 #activities .act .price {
  font-size: 20px;
  color: #9e2832;
  padding: 10px 0;
  position: absolute;
  bottom: 40px;
  width: 96%;
  left: 50%;
  margin-left: -48%;
}

#section4 #activities .act button {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  border: 1px solid transparent;
  background: #e6e6e6;
  color: #000;
  bottom: 0px;
  left: 0px;
  position: absolute;
}
#section4 #activities .act:hover {
  border: 2px solid #9e3039;
  cursor: pointer;
}
#section4 #activities .act:hover button {
  background: #9e3039;
  color: #fff;
}
.total_block.price_column {
  float: right;
  display: inline-block;
}
#section5 {
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
.xs-slide {
  position: relative;
}
.xs-slide h1 {
  position: relative;
  display: block;
  background: #000;
  color: #fff;
  font-size: 10vw;
  padding: 0 0 0 50px;
  margin: 0;
  text-align: left;
  font-family: Rockwell;
}
/*.xs-slide .carousel-caption {*/
.xs-slide .carousel-caption {
  left: 0;
  top: 0;
  width: 100%;
    text-align: center;
}
@media (max-width: 767px) {
  /*.xs-slide .carousel-caption {*/
  .xs-slide .carousel-caption {
    position: relative;
    padding: 0;
  }

}
/*.xs-slide .carousel-caption h1 {*/
.xs-slide .carousel-caption h1 {
    display: block;
    /* float: left; */
    font-size: 30px;
    background: transparent;
    margin: 20px auto;
    font-family: Rockwell;
    max-width: 500px;
    text-align: left;
}
@media (max-width: 1100px) {
  /*.xs-slide .carousel-caption h1 {*/
  .xs-slide .carousel-caption h1 {
    max-width: 600px;
    font-size: 70px;
  }
}
@media (max-width: 880px) {
  /*.xs-slide .carousel-caption h1 {*/
  .xs-slide .carousel-caption h1 {
    font-size: 70px;
  }
}
@media (min-width: 500px) {
  /*.xs-slide .carousel-caption h1:nth-child(2) {*/
  .xs-slide .carousel-caption h1:nth-child(2) {
    margin-top: 0;
    margin-bottom: 20px;
    clear: both;
  }
}
.xs-slide .carousel-caption h1 p {
  /*.xs-slide .carousel-caption h1 p {*/
  padding: 10px 40px;
  /*background: #000;*/
  margin: 0;
  display: inline-block;
}
/*.xs-slide .carousel-caption .price {*/
.xs-slide .carousel-caption .price {
  background: url(/images/strela-left.png) 0 0 no-repeat;
  background-size: 100% 100%;
  float: right;
  right: 0%;
  top: 34%;
  position: absolute;
  font-family: Open Sans ;
  padding: 10px 60px 10px 150px;
  display:none;
}
.hidden_cart{
  display: none;
}
@media (max-width: 499px) {
  .xs-slide .carousel-caption .price {
    top: -30%;
    padding: 0px 10px 0px 60px;
  }
    #section4 #activities .act ul{
        font-size: 18px;
    }
}
@media (min-width: 500px) and (max-width: 766px) {
  .xs-slide .carousel-caption .price {
    top: -40%;
    padding: 0px 30px 0px 100px;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .xs-slide .carousel-caption .price {
    top: 10%;
    padding: 0px 60px 0px 80px;
  }
}
.xs-slide .carousel-caption .price p {
  background: none;
  font-size: 30px;
  margin: 0;
  padding: 0;
  text-align: right;
  font-weight: 400;
  line-height: 40px;
}
.xs-slide .carousel-caption .price span {
  font-size: 80px;
  line-height: 50px;
  font-family: 'Open Sans bold';
}
.xs-slide .carousel-caption .text {
  clear: both;
  display: block;
  text-align: left;
  background: #000;
  padding: 10px 20px;
  margin: 0px 0 0 50px;
  width: 750px;
  font-size: 20px;
  font-family: Open Sans  Light;
}
@media (max-width: 499px) {
  .xs-slide .carousel-caption .text {
    margin: 0px 0 0 0px;
  }
}
@media (max-width: 767px) {
  .xs-slide .carousel-caption .text {
    margin: 0px 0 0 0px;
  }
}
@media (max-width: 1000px) {
  .xs-slide .carousel-caption .text {
    margin: 220px 0 0 50px;
  }
}
@media (max-width: 1200px) {
  .xs-slide .carousel-caption .text {
    width: 90%;
    margin: 220px 0 0 50px;
  }
}
@media (min-width: 767px) {
  .xs-slide .carousel-caption .text:last-child {
    margin: 0 0 0 50px !important;
  }
}
.texts {
    clear: both;
    display: block;
    text-align: left;
    /* background: #000; */
    padding: 25px;
    margin: 0px;
    color: black;
    font-size: 20px;
    font-family: Open Sans Light;
    line-height: 1.2;
}
.tips {
    display: block;
    text-align: left;
    margin: 15px 40px 15px 60px;
}
.contact_form {
    padding: 55px 0;
}
input.submiform {
    background: #39b54a;
    float: left;
    color: #fff;
    font-family: Open Sans;
    font-weight: 200;
    font-size: 18px;
    /* margin-left: 45px; */
    border-radius: 0;
    width: calc(100% - 35px)!important;
    border: none;
    margin-top: 20px!important;
    padding: 12px 15px;
}
.mobile_table {
  margin-top: 70px;
  display: table;
}
.mob_days_block {
  padding: 0;
}
.days_num {
  background-color: #39b54a;
  font-size: 25px;
  min-height: 59px;
  line-height: 59px;
  color: white;
  font-weight: 500;
}
.test_block {
  min-height: 670px;
}
.mob_days_block {
  padding: 0;
  display: table-cell;
  height: 100%;
  float: none;
  vertical-align: middle;
  border-bottom: 1px solid white;
  /* display: table-row; */
  margin-bottom: 20px;
  padding-bottom: 0px;
  /* min-height: 91px; */
}
.time_schedule {
  border-bottom: 1px solid #39b54a;
  border-right: 1px solid #39b54a;
  height: 100%;
  display: table-cell;
  float: none;
}
.table_row:first-child .mob_days_block,
.table_row:first-child .time_schedule
{
  border-top: 1px solid #39b54a;
}
.table_row:last-child .mob_days_block,
.table_row:last-child .time_schedule
{
  border-bottom: 1px solid #39b54a;
}

.table_row {
  display: table-row;
}
.contact_form textarea{

    float: right;
    margin: 0px 25px 10px 0;
}
@media (max-width: 766px) {
  .tips {
    margin: 5% 5%;
  }
}
.tips h3 {
  font-family: Rockwell;
  font-size: 50px;
  color: #000;
}
.tips p {
  font-family: Open Sans  Light;
  font-size: 15px;
  color: #000;
}
#price-form .price {
  background: #39b54a;
  color: #fff;
  font-size: 50px;
  font-family: Open Sans ;
  padding: 0 40px 0 60px;
}
@media (max-width: 767px) {
  #price-form .price {
    font-size: 26px;
    padding: 5px 10px 0px;
  }
  .order-list {
    padding: 0;
  }
  .total_block.price_column {

    padding: 0;
  }

}
#price-form .price span {
  font-family: Rockwell;
}
#price-form form {
  clear: both;
  margin: 0 60px;
  text-align: left;
}
@media (max-width: 1599px) {
  #price-form form {
    margin: 0 40px;
  }
}
@media (max-width: 767px) {
  #price-form form {
    margin: 0 40px;
  }
  .test_block {
    min-height: 190vw;
  }
  .mob_days_block {
    padding: 0;
    display: block;
    height: 100%;
    float: none;
    vertical-align: middle;
    border-bottom: 1px solid white;
    /* display: table-row; */
    margin-bottom: 20px;
    padding-bottom: 0px;
    /* min-height: 91px; */
    margin-bottom: 0;
  }
  .time_schedule {
    /* border-bottom: 1px solid #39b54a; */
    /* border-right: 1px solid #39b54a; */
    height: 100%;
    display: table-cell;
    float: none;
    /* margin-bottom: 30px; */
    border: 1px solid #39b54a;
  }
  .table_row {
    display: block;
    margin-bottom: 20px;
  }
  .mobile_table {
    margin-top: 70px;
    display: block;
  }
}
#price-form form .row {
  border-bottom: 1px solid black;
}
#price-form form .form-group {
  margin-top: 20px;
  padding: 0;
  float: left;
}
#price-form form .form-group h1 {
  margin: 30px 0px 30px 10px;
  font-family: Rockwell;
  font-size: 34px;
}
#price-form form .form-group:nth-child(2) {
  margin-left: 45px;
}
@media (max-width: 767px) {
  #price-form form .form-group:nth-child(2) {
    margin-left: 0px;
  }
}
#price-form form .form-group:nth-child(3) {
  margin-top: 120px;
}
@media (min-width: 767px) and (max-width: 990px) {
  #price-form form .form-group:nth-child(3) {
    margin-top: 10px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  #price-form form .form-group:nth-child(3) {
    margin-top: 20px;
  }
}
#price-form form .form-group img {
  float: left;
  width: 100%;
}
#price-form form .form-group button {
  float: left;
}
#price-form form ul li {
  list-style: none;
}
#price-form form .line {
  padding: 0;
}
#price-form form label {
  float: left;
  font-size: 18px;
  font-family: Open Sans ;
  font-weight: 400;
  padding: 2px 10px 0;
  margin: 5px 0 10px;
}
@media (max-width: 399px) {
  #price-form form label {
    margin: 0px 0 5px;
    padding: 10px 10px 0;
  }
}
@media (min-width: 400px) and (max-width: 699px) {
  #price-form form label {
    margin: 0px 0 5px;
    padding: 8px 10px 0;
  }
}
@media (min-width: 700px) and (max-width: 766px) {
  #price-form form label {
    margin: 0px 0 5px;
    padding: 0px 10px 0;
  }
}
#price-form form #datepicker {
  /*background: url(/images/date.png) no-repeat 98% center;*/
}
#price-form form input,
#price-form form select {
  width: 60%;
  float: right;
  margin: 0px 25px 10px 0;
}
@media (min-width: 280px) and (max-width: 699px) {
  #price-form form input,
  #price-form form select {
    width: 60%;
    float: right;
    margin: 5px 0px 7px 0;
  }
}
@media (min-width: 700px) and (max-width: 766px) {
  #price-form form input,
  #price-form form select {
    width: 70%;
    float: right;
    margin: 5px 0px 7px 0;
  }
}
@media (min-width: 767px) and (max-width: 850px) {
  #price-form form input,
  #price-form form select {
    width: 50%;
    height: 30px;
  }
}
@media (min-width: 990px) and (max-width: 1049px) {
  #price-form form input,
  #price-form form select {
    width: 45%;
    height: 25px;
  }
}
@media (min-width: 1050px) and (max-width: 1199px) {
  #price-form form input,
  #price-form form select {
    width: 50%;
    height: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1470px) {
  #price-form form input,
  #price-form form select {
    width: 50%;
    height: 35px;
  }
}
@media (max-width: 766px) {
  #price-form form #textarea {
    margin: 0;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #price-form form #textarea {
    padding: 20px 0;
    border-top: 1px solid #000;
  }
}
#price-form form textarea {
  width: 85%;
  float: right;
}
@media (max-width: 767px) {
  #price-form form textarea {
    width: 100%;
  }
}
@media (min-width: 1000px) and (max-width: 1470px) {
  #price-form form textarea {
    width: 80%;
  }
}
#price-form form .form-group2 {
  margin: 20px 0 50px;
  padding: 0;
  float: left;
}
@media (max-width: 767px) {
  #price-form form .form-group2 {
    margin: 80px 0 50px;
    margin-left: -10px;
  }
}
#price-form form .form-group2 label {
  float: left;
  font-size: 18px;
  font-family: Open Sans ;
  font-weight: 400;
  padding: 0px 0px 0;
  margin: 15px 0 10px;
}
#price-form form .form-group2 input {
  width: 140px;
  height: 37px;
  float: left;
  margin: 10px 25px 10px 10px;
}
@media (max-width: 767px) {
  #price-form form .form-group2 input {
    width: 30%;
  }
}
#price-form form .form-group2 img {
  float: left;
  margin: 10px 0px 10px 10px;
}
@media (max-width: 767px) {
  #price-form form .form-group2 img {
    width: 30%;
  }
}
#price-form form .form-group2 button {
  background: #39b54a;
  float: left;
  color: #fff;
  font-family: Open Sans ;
  font-weight: 200;
  font-size: 18px;
  margin-left: 45px;
  border-radius: 0;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  #price-form form .form-group2 button {
    clear: both;
    margin-left: 0px;
  }
}
#section6 {
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#section6 .thank h1 {
  font-family: Rockwell;
  font-size: 50px;
  line-height: 60px;
}
@media (min-width: 767px) and (max-width: 1000px) {
  #section6 .thank h1 {
    font-size: 42px;
  }
}
#section6 .thank .number {
  background: #39b54a;
  width: 720px;
  margin: 0 auto;
  color: #fff;
  font-family: Rockwell;
}
@media (max-width: 766px) {
  #section6 .thank .number {
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  #section6 .thank .number {
    max-width: 85%;
  }
}
#section6 .thank .number h3 {
  padding-top: 4%;
  font-size: 25px;
}
#section6 .thank .number .num {
  line-height: 60px;
  font-size: 80px;
}
@media (max-width: 480px) {
  #section6 .thank .number .num {
    font-size: 80px;
  }
}
#section6 .thank .number p {
  font-family: Open Sans ;
  font-weight: 400;
  margin: 4% 13%;
  padding-bottom: 5px;
  font-size: 15px;
}
@media (min-width: 1200px) {
  #section6 .thank .number p {
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  #section6 .thank .number p {
    margin: 4% 3% 0;
    padding-bottom: 5%;
  }
}
#section6 .texts {
  bottom: 0px;
  position: relative;
  display: block;
  text-align: left;
  background: #333333;
  padding: 20px;
  margin: 0px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-family: Open Sans  Light;
}
#section6 .texts span {
  display: block;
  float: left;
  color: #fff;
  margin: 25px 40px 0 25px;
  font-size: 20px;
}
@media (max-width: 766px) {
  #section6 .texts span {
    width: 100%;
    margin: 25px 0 0 25px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section6 .texts span {
    margin: 25px 5px 0 15px;
    font-size: 18px;
  }
}
#section6 .texts span:nth-child(2),
#section6 .texts span:nth-child(3) {
  margin: 10px 40px 0 0px;
}
@media (min-width: 767px) and (max-width: 990px) {
  #section6 .texts span:nth-child(2),
  #section6 .texts span:nth-child(3) {
    margin: 10px 5px 0 5px;
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  #section6 .texts span:nth-child(2),
  #section6 .texts span:nth-child(3) {
    width: 100%;
    margin: 25px 0 0 25px;
  }
}
#section6 .texts .contact {
  display: block;
  float: left;
  border-left: 1px solid #fff;
  padding: 0 0 0 15px;
  color: #fff;
}
@media (min-width: 767px) and (max-width: 990px) {
  #section6 .texts .contact {
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  #section6 .texts .contact {
    margin: 25px 0 0 25px;
  }
}
#section6 .tips {
  display: block;
  text-align: left;
  margin: 5% 3.5%;
}
@media (max-width: 766px) {
  #section6 .tips {
    margin: 5% 5%;
  }
}
#section6 .tips h3 {
  font-family: Rockwell;
  font-size: 50px;
  color: #000;
}
#section6 .tips p {
  font-family: Open Sans  Light;
  font-size: 15px;
  color: #000;
}
#section7 {
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
#section7 .total_price {
  position: fixed;
  left: 0;
  top: 45%;
  /*background: url(/images/prise_sec8.png) 0 0 no-repeat;*/
  background-size: 100% 100%;
  color: #fff;
  font-family: Open Sans ;
  font-weight: 200;
  font-size: 16px;
  padding: 5px 30px 5px 5px;
  text-align: left;
  z-index: 999;
  background-color: #36b649;
  /*border: solid 2px #ff9900*/;
}
#section7 .total_price:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  rotation: 45grad;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(45deg);
  right: -29px;
  top: calc(50% - 30px);
  background: #36b649;
  z-index: -4;
}
@media (max-width: 767px) {
  #section7 .total_price {
    font-size: 12px;
    padding: 5px 10px 5px 5px;
  }
}
#section7 .total_price p {
  margin: 0;
  font-weight: 800;
  font-size: 40px;
  line-height: 30px;
}
@media (max-width: 767px) {
  #section7 .total_price p {
    font-size: 26px;
  }
}
#section7 h2, #section11 h1 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 3.5vw;
  font-family: Rockwell;
}
@media (min-width: 767px) and (max-width: 1000px) {
  #section7 h2 {
    font-size: 6vw;
  }
}
@media (min-width: 200px) and (max-width: 766px) {
  #section7 h2 {
    font-size: 9vw;
  }
}
#section7 .lines {
  width: 83%;
  margin: 0 auto 20px;
  border-bottom: 4px solid #000;
}
@media (max-width: 1000px) {
  #section7 .lines {
    width: 100%;
  }
}
#section7 .day {
  width: 85%;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  #section7 .day {
    width: 96%;
  }
}
/* BUG ERROR */
#section7 .day .thumb {
  width: 22%;
  float: left;
  position: relative;
  margin: 0 1.45% 35px;
}
/* BUG ERROR add */
#section7 .day .thumb a{
  display: block;
}
@media (max-width: 766px) {
  #section7 .day .thumb {
    width: 47%;
    margin: 0 1.45% 15px;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  #section7 .day .thumb {
    width: 30%;
  }
}
#section7 .day .thumb .info {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 10%;
  top: 5%;
  z-index: 999;
  opacity: 0.7;
}
#section7 .day .thumb .info:hover {
  opacity: 1;
}
.total_green {
  background: #3ebc6b;
  max-width: 450px;
  color: white;
  padding: 27px;
  font-size: 16px;
}
.activity_block {
  border-top: 2px solid #3ebc6b;
  border-right: 2px solid #3ebc6b;
  padding-right: 0;
  /* padding-bottom: 14px; */
}
.form_wrap.friend_inv {
  width: 100%;
  max-width: 1050px;
  padding-right: 10px;
  padding-top: 20px;
  display: inline-block;
  border-top: 2px solid #3ebc6b;
  border-right: 2px solid #3ebc6b;
  padding-bottom: 20px;
}
.form_wrap.friend_inv .checkoutbtn {

  background: #39b54a;

  color: #fff;

  font-weight: 200;
  font-size: 18px;



  border: none;

  padding: 0 10px;
  line-height: 31px;
  border-radius: 2px;
  float: right;
}
.form_wrap.friend_inv form input {
  float: left;
  max-width: 23%;
}
.order-list h2 {
  margin-top: 0;
  padding-left: 15px;
  padding-bottom: 10px;
  border-left: 2px solid #3ebc6b;
  margin-bottom: 0;
}
.activity_line {
  width: 100%;
  display: inline-block;
  border-bottom: 2px solid #3ebc6b;
  padding-bottom: 14px;
}
.total_green .price_line {
  line-height: 33px;
  background: whitesmoke;
  color: black;
  padding: 6px;
  width: calc(100% + 27px);
  margin-bottom: 10px;
}
.total_green .price_line span {
  float: right;
  font-weight: 600;
}

.order-list h2 {
  margin-top: 0;
  padding-left: 15px;
}
.activity_line {
  width: 100%;
}
.activity_line .image_block {
  float: left;
  max-width: 44%;
  margin: 0 10px 5px 0;
}
#section9 .one .activity_line p {
  font-size: 18px;
  width: initial;
  float: none;
}
.activity_line  .image_block img{

  max-width: 100%;
}
#section7 .day .thumb img {
  width: 100%;
}
#section7 .day .thumb p {
  /*position: absolute;*/
  /*top: 80%;*/
  bottom: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 1.05vw;
  font-family: Open Sans  Light;
  padding: 3% 0 5%;
  /*background: url(/images/pop-back.png) 0 0 no-repeat;*/
  background-size: 100% 100%;
  margin: 0;
  z-index: 9;
}
@media (max-width: 766px) {
  #section7 .day .thumb p {
    font-size: 3vw;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  #section7 .day .thumb p {
    font-size: 2vw;
  }
}
#section7 .day .thumb .check .add {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #1d5b29;
  opacity: 0;
  vertical-align: middle;
  z-index: 99;
  transition: 1s;
}
#section7 .day .thumb .check .add .glyphicon-ok {
  color: #fff;
  position: relative;
  top: 30%;
  font-size: 60px;
  font-weight: 800;
  z-index: 9999;
  opacity: 0.8;
  transition: 1s;
}
#section7 .day .thumb .check .add .glyphicon-remove {
  color: #fff;
  position: absolute;
  top: 30%;
  left: 38%;
  font-size: 60px;
  font-weight: 800;
  z-index: 9999;
  opacity: 0;
  transition: 1s;
}

/* BUG ERROR */
#section7 .day .thumb .check2 .add {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #1d5b29;
  opacity: 0.8;
  vertical-align: middle;
  z-index: 99;
  transition: all 0.3s ease;
}
#section7 .day .thumb .check2 .glyphicon-ok {
  color: #fff;
  position: relative;
  top: 30%;
  font-size: 60px;
  font-weight: 800;
  z-index: 9999;
  opacity: 0.8;
  transition: 1s;
}

#section7 .day .thumb .check2 .glyphicon-remove {
  color: #fff;
  position: absolute;
  top: 30%;
  left: 38%;
  font-size: 60px;
  font-weight: 800;
  z-index: 9999;
  opacity: 0;
  transition: 1s;
}
ul.sort_box {
  list-style: none;
  float: left;
  text-align: left;
  font-size: 20px;
}
.sort_box input {
  margin-right: 15px;
  height: 18px;
}
#section7 .day .check:hover .add {
  opacity: 0.8;
}
#section7 .day .check2:hover .glyphicon-ok {
  opacity: 0;
  transition: 1s;
}
#section7 .day .check2:hover .glyphicon-remove {
  opacity: 0.8;
  transition: 1s;
}
#section8 {
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#section8 .thank h1 {
  font-family: Rockwell;
  font-size: 50px;
  line-height: 60px;
}
@media (min-width: 767px) and (max-width: 1000px) {
  #section8 .thank h1 {
    font-size: 42px;
  }
}
#section8 .thank .number {
  background: #39b54a;
  width: 720px;
  margin: 0 auto;
  color: #fff;
  font-family: Rockwell;
}
@media (max-width: 766px) {
  #section8 .thank .number {
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  #section8 .thank .number {
    max-width: 85%;
  }
}
#section8 .thank .number h3 {
  padding-top: 4%;
  font-size: 25px;
}
#section8 .thank .number .num {
  line-height: 60px;
  font-size: 80px;
}
@media (max-width: 480px) {
  #section8 .thank .number .num {
    font-size: 80px;
  }
}
#section8 .thank .number p {
  font-family: Open Sans ;
  font-weight: 400;
  margin: 4% 13%;
  padding-bottom: 5px;
  font-size: 15px;
}
@media (min-width: 1200px) {
  #section8 .thank .number p {
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  #section8 .thank .number p {
    margin: 4% 3% 0;
    padding-bottom: 5%;
  }
}
#section8 .day:last-child {
  border-bottom: none;
}
#section8 .texts {
  bottom: 0px;
  position: relative;
  display: block;
  text-align: left;
  background: #333333;
  padding: 20px;
  margin: 0px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-family: Open Sans  Light;
}
#section8 .texts span {
  display: block;
  float: left;
  color: #fff;
  margin: 25px 40px 0 25px;
  font-size: 20px;
}
@media (max-width: 766px) {
  #section8 .texts span {
    width: 100%;
    margin: 25px 0 0 25px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section8 .texts span {
    margin: 25px 5px 0 15px;
    font-size: 18px;
  }
}
#section8 .texts span:nth-child(2),
#section8 .texts span:nth-child(3) {
  margin: 10px 40px 0 0px;
}
@media (min-width: 767px) and (max-width: 990px) {
  #section8 .texts span:nth-child(2),
  #section8 .texts span:nth-child(3) {
    margin: 10px 5px 0 5px;
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  #section8 .texts span:nth-child(2),
  #section8 .texts span:nth-child(3) {
    width: 100%;
    margin: 25px 0 0 25px;
  }
}
#section8 .texts .contact {
  display: block;
  float: left;
  border-left: 1px solid #fff;
  padding: 0 0 0 15px;
  color: #fff;
}
@media (min-width: 767px) and (max-width: 990px) {
  #section8 .texts .contact {
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  #section8 .texts .contact {
    margin: 25px 0 0 25px;
  }

}
#section9 {
  background: #f5f5f5;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
    padding-bottom: 50px;
}
#section9 h1 {
  margin-top: 70px;
  font-size: 68px;
  font-family: Rockwell;
}
@media (min-width: 200px) and (max-width: 766px) {
  #section9 h1 {
    font-size: 48px;
  }
}
#section9 .one {
  text-align: left;
  margin: 50px 40px 0px;
}
@media (min-width: 200px) and (max-width: 766px) {
  #section9 .one {
      margin: 0;
  }
}
#section9 .one p {
  display: block;
  width: 34%;
  float: left;
  font-size: 20px;
  font-family: Open Sans  Light;
  padding: 0px 5px 0 0;
  line-height: 25px;
  letter-spacing: 0.4px;
}
@media (min-width: 200px) and (max-width: 766px) {
  #section9 .one p {
    width: 100%;
    padding-right: 5%;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section9 .one p {
    width: 90%;
  }
}
#section9 .one .number {
  padding: 0;
}
@media (min-width: 991px) {
  #section9 .one .number {
    width: 65%;
  }
}
@media (max-width: 990px) {
  #section9 .one .number {
    margin: 3% 0;
    border-top: 1px solid #000;
    padding: 0;
  }
}
#section9 .one .number .enter {
  display: block;
  border-left: 1px solid #000;
  margin-left: 43px;
  padding-left: 65px;
  padding-right: 0;
}
@media (min-width: 1000px) and (max-width: 1300px) {
  #section9 .one .number .enter {
    margin-left: 23px;
  }
}
@media (min-width: 991px) {
  #section9 .one .number .enter {
    width: 53%;
  }
}
@media (min-width: 200px) and (max-width: 990px) {
  #section9 .one .number .enter {
    border-left: none;
    margin: 5% 0 0 0px;
    padding-left: 0px;
  }
}
#section9 .one .number .enter p {
  display: block;
  width: 100%;
  font-family: Open Sans  Light;
  padding-top: 0;
  font-size: 20px;
}
#section9 .one .number .enter input {
  display: block;
  width: 96%;
  font-size: 40px;
  padding-left: 5%;
  font-family: Open Sans  Light;
  color: #000;
  border: 1px solid #cccccc;
}
#section9 .one .number .enter input::-moz-placeholder {
  color: black;
}
#section9 .one .number .enter input::-webkit-input-placeholder {
  color: black;
}
#section9 .one .number .enter button {
  background: #39b54a;
  border: 1px solid transparent;
  font-family: Open Sans  Light;
  font-size: 22px;
  padding: 6px 20px;
  color: #fff;
  margin-top: 20px;
}
#section9 .one .number .spis {
  padding: 0;
}
@media (max-width: 767px) {
  #section9 .one .number .spis {
    margin-top: 5%;
    border-top: 1px solid #000;
  }
}
#section9 .one .number .spis ul {
  margin: 8% 0 0 8%;
  padding: 0;
}
@media (max-width: 767px) {
  #section9 .one .number .spis ul {
    margin: 8% 0 0 0%;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section9 .one .number .spis ul {
    margin: 20% 0 0 2%;
  }
}
#section9 .one .number .spis ul li {
  font-size: 18px;
  list-style: none;
}
#section10 {
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#section10 .texts {
  bottom: 0px;
  position: relative;
  display: block;
  text-align: left;
  background: #333333;
  padding: 20px;
  margin: 0px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-family: Open Sans  Light;
}
#section10 .texts span {
  display: block;
  float: left;
  color: #fff;
  margin: 25px 40px 0 25px;
  font-size: 20px;
}
@media (max-width: 766px) {
  #section10 .texts span {
    width: 100%;
    margin: 25px 0 0 25px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section10 .texts span {
    margin: 25px 5px 0 15px;
    font-size: 18px;
  }
}
#section10 .texts span:nth-child(2),
#section10 .texts span:nth-child(3) {
  margin: 10px 40px 0 0px;
}
@media (min-width: 767px) and (max-width: 990px) {
  #section10 .texts span:nth-child(2),
  #section10 .texts span:nth-child(3) {
    margin: 10px 5px 0 5px;
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  #section10 .texts span:nth-child(2),
  #section10 .texts span:nth-child(3) {
    width: 100%;
    margin: 25px 0 0 25px;
  }
}
#section10 .texts .contact {
  display: block;
  float: left;
  border-left: 1px solid #fff;
  padding: 0 0 0 15px;
  color: #fff;
}
@media (min-width: 767px) and (max-width: 990px) {
  #section10 .texts .contact {
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  #section10 .texts .contact {
    margin: 25px 0 0 25px;
  }
}
#section10 .day:last-child {
  border-bottom: none;
}
#section10 .nav-tabs {
  margin: 3% 3% 0;
  border: none;
}
#section10 .nav-tabs li {
  background: #cccccc;
  border-radius: 1px;
  font-size: 1vw;
  margin: 10px 10px;
  font-family: Open Sans  Light;
}
@media (min-width: 200px) and (max-width: 389px) {
  #section10 .nav-tabs li {
    font-size: 2.5vw;
    margin: 3px 3px;
  }
}
@media (min-width: 390px) and (max-width: 639px) {
  #section10 .nav-tabs li {
    font-size: 3vw;
    margin: 3px 3px;
  }
}
@media (min-width: 640px) and (max-width: 766px) {
  #section10 .nav-tabs li {
    font-size: 3vw;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  #section10 .nav-tabs li {
    font-size: 2vw;
  }
}
#section10 .nav-tabs li a {
  background: #cccccc;
  color: #fff;
  border: none;
  text-decoration: underline;
}
@media (min-width: 240px) and (max-width: 766px) {
  #section10 .nav-tabs li a {
    padding: 5px 10px;
  }
}
#section10 .nav-tabs li a:hover,
#section10 .nav-tabs li a:focus {
  background: #39b54a;
  color: #fff;
  border: none;
  text-decoration: underline;
}
@media (min-width: 240px) and (max-width: 766px) {
  #section10 .nav-tabs li a:hover,
  #section10 .nav-tabs li a:focus {
    padding: 5px 10px;
  }
}
#section10 .nav-tabs .active {
  background: #39b54a;
}
#section10 .nav-tabs .active a,
#section10 .nav-tabs .active a:hover,
#section10 .nav-tabs .active a:focus {
  border: none;
  background: #39b54a;
  text-decoration: none;
}
#section10 .tab-content #Invite .one {
  text-align: left;
  margin: 50px 40px 50px;
}
@media (min-width: 200px) and (max-width: 766px) {
  #section10 .tab-content #Invite .one {
    margin: 20px 20px 20px;
  }
}
#section10 .tab-content #Invite .one p {
  display: block;
  width: 30%;
  float: left;
  font-size: 20px;
  font-family: Open Sans  Light;
  padding-top: 20px;
}
@media (min-width: 200px) and (max-width: 766px) {
  #section10 .tab-content #Invite .one p {
    width: 100%;
    padding-right: 5%;
  }
}
#section10 .tab-content #Invite .one .enter {
  border-left: 1px solid #000;
  margin-left: 40px;
  padding-left: 50px;
}
@media (min-width: 200px) and (max-width: 766px) {
  #section10 .tab-content #Invite .one .enter {
    border-left: none;
    border-top: 1px solid #000;
    margin: 5% 0 0 0px;
    padding-left: 0px;
  }
}
#section10 .tab-content #Invite .one .enter p {
  display: block;
  width: 100%;
  font-family: Open Sans  Light;
  padding-top: 0;
  font-size: 20px;
}
@media (min-width: 200px) and (max-width: 766px) {
  #section10 .tab-content #Invite .one .enter p {
    padding-top: 5%;
  }
}
#section10 .tab-content #Invite .one .enter input {
  display: block;
  width: 100%;
  max-width: 420px;
  font-size: 40px;
  padding-left: 3%;
  font-family: Open Sans  Light;
  color: #000;
  border: 1px solid #cccccc;
}
#section10 .tab-content #Invite .one .enter input::-moz-placeholder {
  color: black;
}
#section10 .tab-content #Invite .one .enter input::-webkit-input-placeholder {
  color: black;
}
#section10 .tab-content #Invite .one .enter button {
  background: #39b54a;
  border: 1px solid transparent;
  font-family: Open Sans  Light;
  font-size: 22px;
  padding: 6px 20px;
  color: #fff;
  margin-top: 10px;
}
#section10 .tab-content #Invite .one .enter a {
  margin-left: 20px;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  font-family: Open Sans  Light;
}
@media (max-width: 420px) {
  #section10 .tab-content #Invite .one .enter a {
    font-size: 16px;
    margin-left: 10px;
  }
}
#section10 .tab-content #Invite .two {
  text-align: left;
  margin: 20px 40px 50px;
}
@media (max-width: 766px) {
  #section10 .tab-content #Invite .two {
    margin: 20px 0px 50px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #section10 .tab-content #Invite .two {
    margin: 20px 25px 50px;
  }
}
#section10 .tab-content #Invite .two p {
  font-size: 22px;
  font-family: Open Sans  Light;
}
#section10 .tab-content #Invite .two #add {
  color: #39b54a;
  font-size: 18px;
  font-family: Open Sans  Light;
  padding-top: 5px;
}
#section10 .tab-content #Invite .two input {
  font-size: 20px;
  font-family: Open Sans  Light;
  width: 269px;
  margin-right: 10px;
  padding-left: 10px;
  border: 1px solid #cccccc;
}
@media (max-width: 766px) {
  #section10 .tab-content #Invite .two input {
    width: 43%;
  }
}
#section10 .tab-content #Invite .two a {
  text-decoration: none;
}
#section10 .tab-content #Invite .two button {
  background: #39b54a;
  border: 1px solid transparent;
  font-family: Open Sans  Light;
  font-size: 22px;
  padding: 6px 18px;
  color: #fff;
  margin-top: 5px;
}
#section10 .tab-content #Invite .two input::-moz-placeholder {
  color: black;
}
#section10 .tab-content #Invite .two input::-webkit-input-placeholder {
  color: black;
}
#section10 .tab-content #Invite .two table {
  border-top: 2px solid #000;
  margin-top: 17px;
}
@media (min-width: 1550px) {
  #section10 .tab-content #Invite .two table {
    max-width: 60%;
  }
}
#section10 .tab-content #Invite .two table tbody {
  display: block;
  margin: 15px 0 0 0;
}
#section10 .tab-content #Invite .two table tbody tr td {
  border: none;
  font-family: Open Sans  Light;
  font-size: 20px;
  color: #000;
  padding: 0 20px;
}
#section10 .tab-content #Invite .two table tbody tr td a img {
  margin-top: -2px;
  padding-left: 3px;
}
@media (min-width: 851px) and (max-width: 950px) {
  #section10 .tab-content #Invite .two table tbody tr td {
    font-size: 16px;
  }
}
@media (min-width: 767px) and (max-width: 850px) {
  #section10 .tab-content #Invite .two table tbody tr td {
    font-size: 15px;
  }
}
@media (min-width: 601px) and (max-width: 766px) {
  #section10 .tab-content #Invite .two table tbody tr td {
    font-size: 16px;
  }
}
@media (min-width: 551px) and (max-width: 600px) {
  #section10 .tab-content #Invite .two table tbody tr td {
    padding-bottom: 5px;
    font-size: 16px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
  }
}
@media (min-width: 451px) and (max-width: 550px) {
  #section10 .tab-content #Invite .two table tbody tr td {
    font-size: 12px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
  }
}
@media (min-width: 301px) and (max-width: 450px) {
  #section10 .tab-content #Invite .two table tbody tr td {
    font-size: 11px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    padding: 3px 3px !important;
  }
}
#section10 .tab-content #Invite .two table tbody tr td:nth-child(1) {
  /*padding: 0px;*/
}
#section10 .tab-content #Invite .two table tbody tr td:nth-child(2) {
  padding-left: 0px;
}
@media (max-width: 766px) {
  #section10 .tab-content #Invite .two table tbody tr td:nth-child(2) {
    padding: 0 5px;
  }
}
#section10 .tab-content #Invite .two table tbody tr td:nth-child(3) {
  padding-left: 0px;
}
@media (max-width: 766px) {
  #section10 .tab-content #Invite .two table tbody tr td:nth-child(3) {
    padding: 0 5px;
  }
}
#section10 .tab-content #Invite .two table tbody tr td:nth-child(4) {
  padding: 0px;
}
#section10 .tab-content #Invite .two table tbody tr td:nth-child(5) {
  padding: 0px;
}
#section10 .tab-content #Invite .two table tbody tr td:nth-child(6) {
  padding: 0px 3px;
}
#section10 .tab-content #Invite .two table tbody tr td:nth-child(7) {
  padding: 0px 3px;
}
#section10 .tab-content #Invite .two table tbody tr td button {
  font-family: Open Sans  Light;
  font-size: 18px;
  background: #cccccc;
  padding: 0 15px;
}
#section10 .tab-content #Payments {
  text-align: left;
  margin: 1.5% 3%;
}
#section10 .tab-content #Payments p {
  padding-left: 5px;
  font-size: 1vw;
}
@media (max-width: 766px) {
  #section10 .tab-content #Payments p {
    font-size: 4vw;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section10 .tab-content #Payments p {
    font-size: 2vw;
  }
}
#section10 .tab-content #Payments .tabl {
  padding-left: 5px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px !important;
  margin: 25px 0 15px;
}
#section10 .tab-content #Payments .tabl table {
  font-family: Open Sans  light;
}
#section10 .tab-content #Payments .tabl table thead tr td {
  padding-left: 0;
  padding: 5px 0 10px 0;
  font-size: 1vw;
}
@media (max-width: 766px) {
  #section10 .tab-content #Payments .tabl table thead tr td {
    font-size: 2.5vw;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section10 .tab-content #Payments .tabl table thead tr td {
    font-size: 2vw;
  }
}
#section10 .tab-content #Payments .tabl table thead tr td:nth-child(2) {
  width: 38%;
  padding-left: 6%;
}
#section10 .tab-content #Payments .tabl table thead tr td:nth-child(3) {
  width: 30%;
  padding-left: 1.5%;
}
#section10 .tab-content #Payments .tabl table thead tr td:nth-child(4) {
  padding-left: 3%;
}
#section10 .tab-content #Payments .tabl table tbody {
  border-top: 2px solid #000;
  padding-top: 5px;
}
#section10 .tab-content #Payments .tabl table tbody tr td {
  border: none;
  padding: 5px 0 0px 0;
  font-size: 1vw;
  line-height: 25px;
}
@media (max-width: 766px) {
  #section10 .tab-content #Payments .tabl table tbody tr td {
    font-size: 2.5vw;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section10 .tab-content #Payments .tabl table tbody tr td {
    font-size: 2vw;
  }
}
#section10 .tab-content #Payments .tabl table tbody tr td:nth-child(2) {
  width: 38%;
  padding-left: 6%;
}
#section10 .tab-content #Payments .tabl table tbody tr td:nth-child(3) {
  width: 30%;
  padding-left: 2%;
}
#section10 .tab-content #Payments .tabl table tbody tr td:nth-child(4) {
  padding-left: 3.5%;
}
#section10 .tab-content #Payments .tabl table tbody tr td .checkbox {
  margin: 0;
}
#section10 .tab-content #Payments .tabl table tbody tr td .checkbox span {
  padding-left: 15px;
}
#section10 .tab-content #Payments .tabl table tbody tr td .bigbox {
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.5);
  background: #000 !important;
  margin-top: 8px;
  -webkit-border: 1px solid #000;
  -moz-border: 1px solid #000;
  -ms-border: 1px solid #000;
}
#section10 .tab-content #Payments .accept {
  padding-left: 5px;
  font-family: Open Sans  Light;
}
#section10 .tab-content #Payments .accept span {
  clear: both;
  font-size: 1vw;
}
@media (max-width: 766px) {
  #section10 .tab-content #Payments .accept span {
    font-size: 2.8vw;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section10 .tab-content #Payments .accept span {
    font-size: 2vw;
  }
}
#section10 .tab-content #Payments .accept .pay {
  margin: 3% 0 3%;
}
#section10 .tab-content #Payments .accept .pay .checkbox {
  margin-left: 2px;
}
#section10 .tab-content #Payments .accept .pay .bigbox {
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.5);
  background: #000 !important;
  margin-top: 8px;
  -webkit-border: 1px solid #000;
  -moz-border: 1px solid #000;
  -ms-border: 1px solid #000;
}
#section10 .tab-content #Payments .accept .pay .cena {
  font-family: Open Sans ;
  font-weight: 800;
  font-size: 2.6vw;
  line-height: 50px;
}
@media (max-width: 766px) {
  #section10 .tab-content #Payments .accept .pay .cena {
    font-size: 9vw;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section10 .tab-content #Payments .accept .pay .cena {
    font-size: 5vw;
  }
}
#section10 .tab-content #Payments .accept .pay img {
  margin: -2% 0 0 2%;
}
@media (max-width: 766px) {
  #section10 .tab-content #Payments .accept .pay img {
    width: 60%;
    margin: -5% 0 0 3%;
  }
}
#section11 {
  background: #f3f3f3;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
#section11 #opis {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
#section11 #opis h2 {
  margin: 0;
  padding: 40px 0 40px;
  font-size: 3.7vw;
  font-family: Rockwell;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 766px) {
  #section11 #opis h2 {
    margin: 0 5%;
    font-size: 9vw;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  #section11 #opis h2 {
    width: 65%;
    margin: 0 auto;
    font-size: 6.8vw;
    padding: 40px 0 20px;
  }
}
#section11 #opis .opis-left {
  padding: 15px 0 0 10px;
}
@media (max-width: 767px) {
  #section11 #opis .opis-left {
    margin-bottom: 20px;
  }
}
#section11 #opis .opis-left p {
  text-align: left;
  font-size: 1vw;
  font-family: Open Sans  Light;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  line-height: 25px;
}
@media (min-width: 250px) and (max-width: 766px) {
  #section11 #opis .opis-left p {
    font-size: 4vw;
    padding: 0 20px;
    line-height: 30px;
    margin-right: 15px;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  #section11 #opis .opis-left p {
    font-size: 1.8vw;
  }
}
#section11 #opis .opis-right {
  padding: 0;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #section11 #opis .opis-right {
    margin-bottom: 20px;
  }
}
#section11 #opis .opis-right ul {
  padding-left: 20px;
}
#section11 #opis .opis-right ul li {
  list-style: none;
  float: left;
  margin: 5px;
}
@media (max-width: 940px) {
  #section11 #opis .opis-right ul li {
    width: 30%;
  }
}
#section11 #opis .opis-right ul li img {
  width: 100%;
}
#section11 #carousel-id9 .item {
  width: 100%;
}
@media (max-width: 766px) {
  #section11 #carousel-id9 .item img {
    height: 850px;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  #section11 #carousel-id9 .item img {
    height: 650px;
  }
}
#section11 #carousel-id9 .carousel-caption {
  left: 4%;
  top: 8%;
  width: 47%;
  padding: 0;
  text-align: left;
}
@media (max-width: 766px) {
  #section11 #carousel-id9 .carousel-caption {
    width: 90%;
    left: 5%;
    margin: 0 auto;
  }
}
.modal .modal-dialog .modal-content .modal-body .item .price{
  z-index: 4;
}
.modal .modal-dialog .modal-content .modal-body .item .price:before{
  /* display: none; */
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  rotation: 45grad;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(45deg);
  left: -28px;
  top: calc(50% - 28px);
  background: #18c139;
  z-index: -1;
  display: none;
 }
@media (max-width: 768px) {
  #section7 .total_price:after {
    width: 40px;
    height: 40px;
    right: -20px;
    top: calc(50% - 20px);
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  #section11 #carousel-id9 .carousel-caption {
    width: 67%;
  }
}
#section11 #carousel-id9 .carousel-caption span {
  font-size: 3.7vw;
  text-align: left;
  color: #fff;
  background: #000;
  text-transform: uppercase;
  margin: 30px 0 0px 0px;
  padding: 10px 30px;
  font-family: Rockwell;
}
@media (max-width: 766px) {
  #section11 #carousel-id9 .carousel-caption span {
    font-size: 8.8vw;
    margin: 5px 0 0px 0px;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  #section11 #carousel-id9 .carousel-caption span {
    font-size: 5.7vw;
    padding: 10px 30px 10px 20px;
  }
}
#section11 #carousel-id9 .carousel-caption p {
  font-size: 8.8vw;
  text-align: left;
  color: #fff;
  background: #000;
  text-transform: uppercase;
  margin: 0px 0 0px 0px;
  padding: 10px 30px;
  font-family: Rockwell;
}
#section11 #carousel-id9 .carousel-caption .text {
  width: 100%;
  background: #000;
  display: block;
  margin: 3% auto;
  text-align: left;
  padding: 1% 3% 1% 3%;
}
@media (min-width: 767px) and (max-width: 1200px) {
  #section11 #carousel-id9 .carousel-caption .text {
    padding: 10px 30px 10px 20px;
  }
}
#section11 #carousel-id9 .carousel-caption .text .strong {
  font-family: Open Sans ;
  font-weight: 800;
}
#section11 #carousel-id9 .carousel-caption .text p {
  font-size: 1.07vw;
  text-align: left;
  font-family: Open Sans  Light;
  padding: 0 0 15px;
  text-transform: none;
}
@media (min-width: 767px) and (max-width: 1200px) {
  #section11 #carousel-id9 .carousel-caption .text p {
    font-size: 1.7vw;
  }
}
@media (max-width: 766px) {
  #section11 #carousel-id9 .carousel-caption .text p {
    font-size: 4vw;
  }
  #section11 #carousel-id9 .carousel-caption .text p:nth-child(4) {
    margin: 0;
    padding: 0;
  }
}
#section11 #carousel-id9 .carousel-caption .text ul {
  padding-left: 2.5%;
}
#section11 #carousel-id9 .carousel-caption .text ul li {
  line-height: 45px;
  font-size: 1vw;
  font-family: Open Sans  Light;
}
@media (max-width: 766px) {
  #section11 #carousel-id9 .carousel-caption .text ul li {
    line-height: 25px;
    font-size: 4.5vw;
    padding-bottom: 15px;
  }
}
#section11 #choose {
  background: #ffffff;
  padding-bottom: 2%;
}
#section11 #choose h2 {
    font-size: 55px;
    font-family: Rockwell;
    color: #000;
    padding: 0 5%;
    margin: 20px 0;
}
@media (min-width: 767px) and (max-width: 1200px) {
  #section11 #choose h2 {
    margin: 0;
    font-size: 7vw;
    padding: 5% 10% 0;
  }
}
@media (max-width: 767px) {
  #section11 #choose h2 {
    font-size: 7vw;
    margin: 0 5%;
    padding: 5% 0;
  }
}
#section11 #choose h3 {
  font-size: 1.05vw;
  text-align: left;
  font-family: Open Sans ;
  font-weight: 800;
  color: #000;
  padding: 0 15% 0 17%;
  margin: 3% 0 2.7%;
}
@media (min-width: 767px) and (max-width: 1200px) {
  #section11 #choose h3 {
    margin: 0;
    font-size: 2vw;
    padding: 6% 2% 2% 2%;
  }
}
@media (max-width: 766px) {
  #section11 #choose h3 {
    font-size: 4vw;
    padding: 0 3%;
  }
}
#section11 #choose ul {
  margin: 0;
  padding: 0 2.5% 0 3%;
  text-align: left;
}
@media (max-width: 766px) {
  #section11 #choose ul {
    padding: 0 2.5% 0 7%;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  #section11 #choose ul {
    padding: 0% 0% 2% 4%;
  }
}
#section11 #choose ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 3.5%;
  font-size: 1.05vw;
  font-family: Open Sans  Light;
  line-height: 25px;

}
#section11 #choose p {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: Open Sans  Light;
    line-height: 25px;
    text-align: left;
}
@media (max-width: 766px) {
  #section11 #choose ul li {
    font-size: 4vw;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  #section11 #choose ul li {
    margin: 0;
    font-size: 2vw;
    padding: 0 3% 2% 0;
  }
}
 #book {

}
 #book #how,
 #book #how2 {
  padding: 4% 0 4%;
}
.global_conteiner.how_to_book {
    background: url(/images/book-bg.jpg) 0 0 no-repeat;
    background-size: 110% 100%;
    background-position: -5px 0;
    width: 100%;
}
@media (min-width: 767px) and (max-width: 1200px) {
   #book #how,
   #book #how2 {
    padding: 6% 0 4%;
  }
}
@media (max-width: 766px) {
   #book #how img {
    width: 90%;
    margin: 0 auto;
  }
}
 #book #how2 {
  margin: 0;
  padding: 3% 2.5% 0 3%;
  text-align: left;
}
@media (max-width: 766px) {
   #book #how2 {
    margin: 0;
    padding: 3% 5% 3% 10%;
    line-height: 25px;
  }
}
 #book #how2 li {
  margin: 0;
  padding: 0;
  margin-bottom: 3.7%;
  font-size: 1.05vw;
  font-family: Open Sans  Light;
  line-height: 23px;
}
@media (max-width: 766px) {
   #book #how2 li {
    margin: 0;
    font-size: 3.7vw;
    padding: 0 2% 5% 1%;
    line-height: 25px;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
   #book #how2 li {
    margin: 0;
    font-size: 2vw;
    padding: 0 2% 2% 1%;
    line-height: 25px;
  }
}
#section11 #why {
  background: #fff;
  padding-top: 15px;
  text-align: center;
}
#section11 #why h2 {
  font-size: 3.6vw;
  font-family: Rockwell;
  color: #000;
}
@media (min-width: 767px) and (max-width: 1200px) {
  #section11 #why h2 {
    margin: 0;
    font-size: 7vw;
  }
}
@media (max-width: 767px) {
  #section11 #why h2 {
    font-size: 12vw;
    margin: 0 10%;
  }
}
#section11 #why ul {
  margin-top: 65px;
  padding-left: 0;
}
@media (min-width: 767px) and (max-width: 1200px) {
  #section11 #why ul {
    width: 84%;
    margin: 60px auto 0;
  }
}
#why ul li {
  list-style: none;
}
@media (min-width: 767px) and (max-width: 1200px) {
  #why ul li {
    width: 33%;
    height: 280px;
  }
}
@media (max-width: 940px) {
  #why ul li {
    display: block;
    height: 250px;
    margin: 10px 0;
  }
}
@media (max-width: 766px) {
  #why ul li {
    padding: 0;
  }
}
#why ul li a {
  text-decoration: none;
  color: #000;
}
#why ul li img {
  margin-bottom: 20px;
}
#why ul li p {
  font-size: 1.05vw;
  padding: 0 10px;
  line-height: 25px;
}
@media (max-width: 766px) {
  #why ul li p {
    font-size: 4vw;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  #why ul li p {
    font-size: 2vw;
  }
}
#section12 {
  background: #f5f5f5;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
#section12 #carousel-id10 .item {
  width: 100%;
}
@media (max-width: 766px) {
  #section12 #carousel-id10 .item img {
    height: 850px;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  #section12 #carousel-id10 .item img {
    height: 500px;
  }
}
#section12 #carousel-id10 .item h1 {
  position: relative;
  display: block;
  background: #000;
  color: #fff;
  font-size: 10vw;
  padding: 0 0 0 50px;
  margin: 0;
  text-align: left;
  font-family: Rockwell;
}
#section12 #carousel-id10 .carousel-caption {
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  text-align: center;
}
#section12 #carousel-id10 .carousel-caption h1 {
  font-size: 3.5vw;
  text-align: center;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
  margin: 30px 0 0px 0px;
  padding: 10px 40px;
  font-family: Rockwell;
}
@media (max-width: 766px) {
  #section12 #carousel-id10 .carousel-caption h1 {
    font-size: 10vw;
    margin: 5px 0 0px 0px;
  }
}
#section12 #carousel-id10 .carousel-caption .text {
  width: 100%;
  display: block;
  margin: 5% auto;
  text-align: left;
  padding: 0 8%;
}

.main_form {
  position: relative;
  z-index: 99999999;
  margin: 0 auto;
  padding-top: 0;
  margin-top: -451px;
  padding-right: 100px;
  padding-left: 115px;
  margin-bottom: 100px;
  text-align: center;
}
.input-group.date input {
  height: 75px;
  background-color: rgba(0,0,0,.4);
  min-width: 263px;
  padding: .5em 0.5em;
  /* opacity: 0.7; */
  color: white;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px transparent;
  position: relative;
  font-size: calc(30px + (30 * .25 * ((100vw / 960) - 1px)));
  line-height: 1.5;
  border-radius: 0;
  border: none;
}
.borderedselect {
  position: relative;
  font-family: Arial;
}
.borderedselect select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: DodgerBlue;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: calc( 50% - 11px);
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: white;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.borderedselect{
  position:relative;
  padding: 2px;
}
.borderedselect::after{
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: scale3d(1,0,1);
  transform: scale3d(1,0,1);
}
.borderedselect::before{
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: scale3d(0,1,1);
  transform: scale3d(0,1,1);
}
.borderedselect_inside{
  position:relative;
  padding: 2px;
}
.borderedselect_inside::after{
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: scale3d(1,0,1);
  transform: scale3d(1,0,1);
}
.borderedselect_inside::before{
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: scale3d(0,1,1);
  transform: scale3d(0,1,1);
}
.d-inline-flex:hover .borderedselect_inside::before{
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}
.d-inline-flex:hover .borderedselect_inside::after{
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}


.form-group:hover .borderedselect::before{
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;

}
.form-group:hover .borderedselect::after{
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;

}

.select-items div{
  color: #000000;
  padding: 8px 16px;
  border: 1px solid transparent;
  /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
  cursor: pointer;
  font-size: calc(20px + (30 * .25 * ((100vw / 960) - 1px)));
  /* font-size: 26px; */
  max-height: 70px;
  text-align: left;
}.select-items div:hover, .same-as-selected {
   background-color: rgba(0, 0, 0, 0.1);
   color: #00b8d4;
   background: rgba(0,0,0,.12);
 }
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 99;
  max-height: 265px;
  overflow: auto;
}
.datepicker td, .datepicker th{
  width: 40px;
  height: 40px;
}
.how_it_works {
  list-style: none;
  font-size: 20px;
  padding-left: 0;
}
.how_it_works li {
  margin-bottom: 40px;
}

.btn-info {
  color: #9e3039;
  background-color: #ffffff;
  border-color: #9e3039;
  border-radius: 0!important;
  height: 55px;
  opacity: 0.7;
  /* width: 33%; */
}
.btn-info:hover {
  color: #9e3039;
  background-color: #ffffff;
  border-color: #9e3039;
  opacity: 0.7;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.select-selected {
  height: 75px;
  background-color: rgba(0,0,0,.4);
  min-width: 284px;
  padding: .25em 1em;
  /* opacity: 0.7; */
  color: white;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px transparent;
  position: relative;
  font-size: calc(30px + (30 * .25 * ((100vw / 960) - 1px)));
  line-height: 1.5;
  z-index: 999;
}
.input-group.date.form-group .input-group-addon {
  opacity: 0.7;
  display: none;
}
input::-webkit-input-placeholder {
  color: #fff; /* Цвет подсказывающего текста */
}
input::-webkit-input-placeholder {
  color: #fff; /* Цвет подсказывающего текста */
}
@media (min-width: 767px) and (max-width: 1100px) {
  #section12 #carousel-id10 .carousel-caption .text {
    padding: 0 10% 0 15%;
  }
}
#section12 #carousel-id10 .carousel-caption .text .email,
#section12 #carousel-id10 .carousel-caption .text .phone,
#section12 #carousel-id10 .carousel-caption .text .adress,
#section12 #carousel-id10 .carousel-caption .text .hours {
  float: left;
  height: 180px;
}
#section12 #carousel-id10 .carousel-caption .text .email h2,
#section12 #carousel-id10 .carousel-caption .text .phone h2,
#section12 #carousel-id10 .carousel-caption .text .adress h2,
#section12 #carousel-id10 .carousel-caption .text .hours h2 {
  font-size: 1vw;
  font-family: Open Sans ;
  font-weight: 800;
  margin-bottom: 0;
}
@media (max-width: 766px) {
  #section12 #carousel-id10 .carousel-caption .text .email h2,
  #section12 #carousel-id10 .carousel-caption .text .phone h2,
  #section12 #carousel-id10 .carousel-caption .text .adress h2,
  #section12 #carousel-id10 .carousel-caption .text .hours h2 {
    font-size: 3.5vw;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  #section12 #carousel-id10 .carousel-caption .text .email h2,
  #section12 #carousel-id10 .carousel-caption .text .phone h2,
  #section12 #carousel-id10 .carousel-caption .text .adress h2,
  #section12 #carousel-id10 .carousel-caption .text .hours h2 {
    font-size: 1.5vw;
  }
}
#section12 #carousel-id10 .carousel-caption .text .email p,
#section12 #carousel-id10 .carousel-caption .text .phone p,
#section12 #carousel-id10 .carousel-caption .text .adress p,
#section12 #carousel-id10 .carousel-caption .text .hours p {
  font-size: 1.05vw;
  font-family: Open Sans  Light;
}
@media (max-width: 766px) {
  #section12 #carousel-id10 .carousel-caption .text .email p,
  #section12 #carousel-id10 .carousel-caption .text .phone p,
  #section12 #carousel-id10 .carousel-caption .text .adress p,
  #section12 #carousel-id10 .carousel-caption .text .hours p {
    font-size: 3.5vw;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  #section12 #carousel-id10 .carousel-caption .text .email p,
  #section12 #carousel-id10 .carousel-caption .text .phone p,
  #section12 #carousel-id10 .carousel-caption .text .adress p,
  #section12 #carousel-id10 .carousel-caption .text .hours p {
    font-size: 1.5vw;
  }
}
#section12 #carousel-id10 .carousel-caption .text .email {
  width: 30%;
  background: url(/images/contact-email.png) no-repeat left top;
  padding: 2% 0 3% 3.5%;
}
@media (max-width: 766px) {
  #section12 #carousel-id10 .carousel-caption .text .email {
    width: 90%;
    padding: 5% 0 3% 5%;
  }
  .breadcrumb {

    padding: 5px;

  }
  .breadcrumb__step:first-child {
    padding-left: 8px;
    display: none;
  }
  .breadcrumb__step {

    padding: 0 10px 0 27px;

  }
  .breadcrumb__step:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  #section12 #carousel-id10 .carousel-caption .text .email {
    width: 50%;
  }
}
#section12 #carousel-id10 .carousel-caption .text .phone {
  width: 20%;
  background: url(/images/contact-phone.png) no-repeat left top;
  padding: 2% 0 3% 2%;
}
@media (max-width: 766px) {
  #section12 #carousel-id10 .carousel-caption .text .phone {
    width: 90%;
    padding: 5% 0 2% 5%;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  #section12 #carousel-id10 .carousel-caption .text .phone {
    width: 50%;
  }
}
#section12 #carousel-id10 .carousel-caption .text .adress {
  width: 20%;
  background: url(/images/contact-location.png) no-repeat left top;
  padding: 2% 0 3% 2%;
}
@media (max-width: 766px) {
  #section12 #carousel-id10 .carousel-caption .text .adress {
    width: 90%;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  #section12 #carousel-id10 .carousel-caption .text .adress {
    width: 50%;
  }
}
#section12 #carousel-id10 .carousel-caption .text .hours {
  width: 30%;
  background: url(/images/contact-hours.png) no-repeat left top;
  padding: 2% 0 3% 2%;
}
@media (max-width: 766px) {
  #section12 #carousel-id10 .carousel-caption .text .hours {
    width: 90%;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  #section12 #carousel-id10 .carousel-caption .text .hours {
    width: 50%;
  }
}
#section12 #carousel-id10 .carousel-caption .text .hours p {
  margin-bottom: 0;
}
#section12 #carousel-id10 .carousel-caption .text .hours span {
  color: #c1272d;
  font-size: 1.05vw;
  font-family: Open Sans  Light;
}
@media (max-width: 766px) {
  #section12 #carousel-id10 .carousel-caption .text .hours span {
    font-size: 3.5vw;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  #section12 #carousel-id10 .carousel-caption .text .hours span {
    font-size: 1.5vw;
  }
}
#section12 #why {
  text-align: center;
  margin-bottom: 50px;
}
#section12 #why h2 {
  margin-top: 55px;
  font-size: 70px;
  font-family: Rockwell;
  color: #000;
}
#section12 #why ul {
  margin-top: 55px;
  padding-left: 0;
}
#why ul li {
  list-style: none;
}
#why ul li a {
  text-decoration: none;
  color: #000;
}
@media (min-width: 250px) and (max-width: 399px) {
  #why ul li {
    display: block;
    height: 250px;
    margin: 10px 0;
  }
}
@media (min-width: 400px) and (max-width: 766px) {
  #why ul li {
    display: block;
    height: 200px;
    margin: 10px 0;
  }
}
@media (min-width: 767px) and (max-width: 940px) {
  #why ul li {
    display: block;
    height: 250px;
    margin: 10px 0;
  }
}
#why ul li img {
  margin-bottom: 20px;
}
#why ul li p {
  font-size: 16px;
    line-height: 1.2;
}
.footer-row {
    max-width: 1600px;
    margin: 0 auto;
    /* background: #fff; */
    text-align: center;
}
@media (min-width: 250px) and (max-width: 399px) {
  #why ul li p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 400px) and (max-width: 766px) {
  #why ul li p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 767px) and (max-width: 799px) {
  #why ul li p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 799px) and (max-width: 940px) {
  #why ul li p {
    font-size: 18px;
    line-height: 20px;
  }
}
#section13 {
  background: #f7f7f7;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
#section13 h1 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 3.5vw;
  font-family: Rockwell;
}
@media (min-width: 200px) and (max-width: 766px) {
  #section13 h1 {
    font-size: 8vw;
  }
}
#section13 .terms {
  margin: 0 auto 50px;
  text-align: left;
}
@media (min-width: 1000px) {
  #section13 .terms {
    width: 63%;
  }
}
@media (max-width: 999px) {
  #section13 .terms {
    width: 92%;
  }
}
#section13 .terms .first {
  font-family: Open Sans  Light;
  font-size: 1.05vw;
  padding-bottom: 8px;
}
@media (min-width: 1000px) {
  #section13 .terms .first {
    line-height: 28px;
  }
}
@media (max-width: 999px) {
  #section13 .terms .first {
    font-size: 2.5vw;
  }
}
#section13 .terms p {
  font-family: Open Sans  Light;
  font-size: 1.05vw;
}
@media (min-width: 1000px) {
  #section13 .terms p {
    line-height: 25px;
  }
}
@media (max-width: 999px) {
  #section13 .terms p {
    font-size: 2.5vw;
  }
}
#section13 .terms h2 {
  font-family: Rockwell;
  font-size: 1.5vw;
  margin-bottom: 5px;
}
@media (max-width: 999px) {
  #section13 .terms h2 {
    font-size: 3.5vw;
  }
}
#section13 .terms h3 {
  font-family: Rockwell;
  font-size: 1.2vw;
}
@media (max-width: 999px) {
  #section13 .terms h3 {
    font-size: 3vw;
  }
}
#section14 {
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
#section14 h1 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 3.5vw;
  font-family: Rockwell;
}
@media (min-width: 200px) and (max-width: 766px) {
  #section14 h1 {
    font-size: 8vw;
  }
}
#section14 .policy {
  margin: 0 auto 50px;
  text-align: left;
}
@media (min-width: 1000px) {
  #section14 .policy {
    width: 63%;
  }
}
@media (max-width: 999px) {
  #section14 .policy {
    width: 92%;
  }
}
#section14 .policy .section1,
#section14 .policy .section2,
#section14 .policy .section3 {
  padding-bottom: 28px;
  margin-bottom: 35px;
  border-bottom: 3px solid #000;
}
#section14 .policy p {
  font-family: Open Sans  Light;
  font-size: 1.05vw;
}
@media (min-width: 1000px) {
  #section14 .policy p {
    line-height: 25px;
  }
}
@media (max-width: 999px) {
  #section14 .policy p {
    font-size: 2vw;
  }
}
#section14 .policy span {
  display: block;
  font-family: Open Sans  Light;
  font-size: 1.05vw;
}
@media (min-width: 1000px) {
  #section14 .policy span {
    line-height: 25px;
  }
}
.img_stop {
    max-height: 600px;
}
@media (max-width: 999px) {
  #section14 .policy span {
    font-size: 2vw;
  }
}
#section14 .policy h2 {
  font-family: Rockwell;
  font-size: 1.5vw;
  margin-bottom: 5px;
}
@media (max-width: 999px) {
  #section14 .policy h2 {
    font-size: 3.5vw;
  }
}
#section14 .policy h3 {
  font-family: Rockwell;
  font-size: 1.2vw;
}
@media (max-width: 999px) {
  #section14 .policy h3 {
    font-size: 3vw;
  }
}
#section14 .policy ol {
  padding-left: 20px;
}
#section14 .policy ol li {
  font-family: Open Sans  Light;
  font-size: 1.05vw;
}
@media (min-width: 1000px) {
  #section14 .policy ol li {
    line-height: 25px;
  }
}
@media (max-width: 999px) {
  #section14 .policy ol li {
    font-size: 2vw;
  }
}
#section15 {
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
#section15 h1 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 3.5vw;
  font-family: Rockwell;
}
@media (min-width: 200px) and (max-width: 766px) {
  #section15 h1 {
    font-size: 8vw;
  }
}
#section15 .map {
  margin: 0 auto 50px;
  text-align: left;
}
@media (min-width: 1000px) {
  #section15 .map {
    width: 62%;
  }
}
@media (max-width: 999px) {
  #section15 .map {
    width: 92%;
  }
}
#section15 .map a {
  color: #000;
  text-decoration: none;
}
#section15 .map a h2 {
  font-family: Rockwell;
  font-size: 1.5vw;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 30px;
}
@media (max-width: 999px) {
  #section15 .map a h2 {
    font-size: 3.5vw;
  }
}
#section15 .map ul {
  padding-left: 20px;
}
#section15 .map ul li {
  font-family: Open Sans  Light;
  font-size: 1.05vw;
}
@media (min-width: 1000px) {
  #section15 .map ul li {
    line-height: 24px;
  }
}
@media (max-width: 999px) {
  #section15 .map ul li {
    font-size: 2vw;
  }
}
#section16 {
  background: #fafafa;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
#section16 h1 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 3.5vw;
  font-family: Rockwell;
}
@media (min-width: 200px) and (max-width: 767px) {
  #section16 h1 {
    font-size: 8vw;
  }
}
#section16 .agencies {
  text-align: left;
  margin-bottom: 10%;
}
#section16 .agencies .form {
  padding: 2% 1% 3% 9.3%;
}
@media (min-width: 200px) and (max-width: 767px) {
  #section16 .agencies .form {
    padding: 2% 0% 0% 0%;
    border-bottom: 2px solid #000;
  }
}
#section16 .agencies .form p {
  font-size: 1.05vw;
  font-family: Open Sans  Light;
  margin-bottom: 0;
}
@media (max-width: 766px) {
  #section16 .agencies .form p {
    font-size: 4vw;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section16 .agencies .form p {
    font-size: 2vw;
  }
}
#section16 .agencies .form form {
  display: block;
}
#section16 .agencies .form form .form-group {
  margin-bottom: 5px;
}
#section16 .agencies .form form input {
  width: 99%;
  font-size: 1.3vw;
  font-family: Open Sans  Light;
  margin-bottom: 10px;
  padding: 2.5% 5%;
  background: #fff;
  border: 1px solid #cccccc;
}
@media (max-width: 766px) {
  #section16 .agencies .form form input {
    font-size: 4vw;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section16 .agencies .form form input {
    font-size: 2vw;
  }
}
#section16 .agencies .form form input:last-child {
  margin-bottom: 0;
}
#section16 .agencies .form button {
  background: #39b54a;
  color: #fff;
  font-size: 1.1vw;
  margin: 0px 0 42px 0px;
  padding: 8px 23px;
  border: 1px solid transparent;
  font-family: Open Sans  Light;
}
@media (max-width: 766px) {
  #section16 .agencies .form button {
    font-size: 4vw;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section16 .agencies .form button {
    font-size: 2vw;
  }
}
#section16 .agencies .form .forgot {
  display: inline-block;
  font-size: 1.05vw;
  font-family: Open Sans  Light;
  padding: 3% 6%;
}
@media (max-width: 766px) {
  #section16 .agencies .form .forgot {
    font-size: 3.7vw;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section16 .agencies .form .forgot {
    font-size: 1.8vw;
  }
}
#section16 .agencies .text {
  padding: 6% 1% 3% 5%;
}
@media (min-width: 200px) and (max-width: 767px) {
  #section16 .agencies .text {
    padding: 5% 0% 0% 0%;
  }
}
#section16 .agencies .text p {
  font-size: 1.05vw;
  font-family: Open Sans  Light;
  margin-bottom: 0;
}
@media (max-width: 766px) {
  #section16 .agencies .text p {
    font-size: 4vw;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section16 .agencies .text p {
    font-size: 2vw;
  }
}
#section16 .agencies .text .reg {
  margin-top: 10%;
}
#section16 .agencies .text .reg a {
  color: #000;
  font-size: 1vw;
  text-decoration: underline;
}
#section16 .agencies .text .reg a:first-child {
  color: #39b54a;
}
@media (max-width: 766px) {
  #section16 .agencies .text .reg a {
    font-size: 4vw;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #section16 .agencies .text .reg a {
    font-size: 1.8vw;
  }
}
footer {
  background: #333333;
  padding: 35px 0;
}
@media (min-width: 767px) and (max-width: 1000px) {
  footer {
    padding: 10px 0 20px;
  }
}
@media (min-width: 300px) and (max-width: 766px) {
  footer .bottom-menu .menu {
    border-bottom: 1px solid #fff;
    margin: 0 20px;
    padding: 10px 0 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  footer .bottom-menu .menu {
      /* margin-left: 50px; */
      width: 20%;
  }
}
footer .bottom-menu .menu li {
    list-style: none;
    /* padding-left: 110px; */
    text-align: left;
}
@media (max-width: 1199px) {
  footer .bottom-menu .menu li {
    padding-left: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1420px) {
  footer .bottom-menu .menu li {
    padding-left: 50px;
  }
}
footer .bottom-menu .menu li a {
  color: #fff;
  text-decoration: none;
  font-family: Open Sans  Light;
  font-size: 16px;
}
@media (min-width: 767px) and (max-width: 1000px) {
  footer .bottom-menu .menu li a {
    margin-left: 5px;
  }
    footer .bottom-menu .menu {
        /* margin-left: 50px; */
        width: 20%;
    }
}
@media (min-width: 1000px) and (max-width: 1599px) {
  footer .adress {
    width: 30%;
  }
}
@media (min-width: 766px) and (max-width: 820px) {
  footer .adress {
    padding-left: 0px;
  }
}
footer .adress ul li {
  list-style: none;
    text-align: left;
}
footer .adress ul li a {
  color: #fff;
  text-decoration: none;
  font-family: Open Sans  Light;
}
footer .adress .adress2 {
  font-size: 22px;
  margin: 0px 0 0 50px;
}
@media (max-width: 766px) {
  footer .adress .adress2 {
    border-bottom: 1px solid #fff;
    margin: 0 5px;
    padding: 20px 0 20px;
  }
}
@media (min-width: 766px) and (max-width: 820px) {
  footer .adress .adress2 {
    margin: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 821px) and (max-width: 1200px) {
  footer .adress .adress2 {
    margin: 0px;
    padding-left: 20px;
  }
    footer .bottom-menu .menu {
        /* margin-left: 50px; */
        width: 20%;
    }
}
footer .adress .adress2 #phone {
  background: url(/images/phone.png) no-repeat center left;
  padding: 0px 0 0px 35px;
}
footer .adress .adress2 #mail {
  background: url(/images/mail.png) no-repeat center left;
  padding: 0px 0 0px 35px;
}
footer .adress .adress2 #faq {
  background: url(/images/faq.png) no-repeat center left;
  padding: 0px 0 0px 35px;
}
footer .adress .menu {
  font-size: 16px;
  margin: 40px 0 0 50px;
}
@media (max-width: 766px) {
  footer .adress .menu {
    border-bottom: 1px solid #fff;
    margin: 0 5px;
    padding: 20px 0 20px;
  }
}
@media (min-width: 767px) and (max-width: 820px) {
  footer .adress .menu {
    margin-left: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 821px) and (max-width: 1199px) {
  footer .adress .menu {
    padding-left: 0px;
    margin-left: 20px;
  }
}
footer .bottom-soc {
    text-align: right;
    padding-right: 70px;
}
@media (min-width: 300px) and (max-width: 766px) {
  footer .bottom-soc {
    text-align: left;
    padding: 20px 20px;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  footer .bottom-soc {
    padding: 5px 15px 0 0;
  }
}
@media (min-width: 1001px) and (max-width: 1199px) {
  footer .bottom-soc {
    padding-right: 0px;
  }
}
@media (min-width: 1100px) and (max-width: 1299px) {
  footer .bottom-soc {
    padding-right: 0px;
  }
}
@media (min-width: 1300px) and (max-width: 1490px) {
  footer .bottom-soc {
    padding-right: 0;
  }
}
footer .bottom-soc p {
  color: #fff;
  font-size: 16px;
}
footer .bottom-soc img {
  margin: 5px 2px 0 5px;
    width: 50px;
}
@media (min-width: 300px) and (max-width: 766px) {
  footer .bottom-soc img {
    margin: 0;
  }
}
.modal {
  width: 100%;
  background: transparent;
}
.modal .modal-dialog {
  width: 80%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 766px) {
  .modal .modal-dialog {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
}
@media (max-width: 766px) {
  .modal .modal-dialog .modal-content .modal-body {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.order-list input[type="number"]{
  display: block;
  width: 130px;
  height: 34px;
  float: left;
  margin-right: 8px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.order-list .friend_block {
  width: 100%;

   background: none;
  padding: 5px 10px;
  color: #333333;
}
.order-list input[type="submit"]{
  background: none;
  color: #fff;
  font-weight: 200;
  font-size: 18px;
  border: none;
  padding: 0 10px;
  border: 2px solid white;
  line-height: 24px;
  border-radius: 2px;
  /* float: right; */
  margin-left: 20px;
}

.form-group{
  margin-bottom: 0px;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused{
  color: rgba(0,0,0,.87);
  border-color: transparent;
  border-radius: 50%;
}

form.friend_line, .friend_email, .friend_name, .friend_checkbox{
  font-size: 20px;
  width: 33.33%;
  max-width: 313px;
  float: left;
  margin-top: 8px;
  padding: 11px;
  color: white;
  background: #3ebc6b;
  border-top: 4px solid whitesmoke;
}
#section9 .one .total_block p {
  width: 100%;
  display: block;
  float: none;
  font-size: inherit;
  line-height: 1.5;
  letter-spacing: initial;
  font-family: Open Sans;
}
.hidden{
  display: none;
}
#section7 .form-group h2{
  font-size: 34px;
}
form.friend_line,.friend_list .friend_email,.friend_list .friend_name{
  font-size: 20px;
  width: initial;
  /* max-width: 313px; */
  float: none;
  display: table-cell;
  min-width: 143px;
  text-align: left;
}
.friend_list {
  width: 100%;
  max-width: 1050px;
  margin-top: 0;
  /* padding-top: 45px; */
  /* border-top: 2px solid #3ebc6b; */
  border-right: 2px solid #3ebc6b;
  display: table;
}
.activity_line h3{
  background: #3ebc6b;
  color: white;
  padding: 10px;
}
.friend_block {
  width: 100%;
  display: inline-block;
  background: #3ebc6b;
  padding: 5px 10px;
  color: white;
}
.friend_block .checkoutbtn {
  float: right;

  background: #3ebc6b;
  border: 2px solid white;
  border-radius: 3px;
  color: white;
}
.friend_block .checkoutbtn:hover {
  float: right;
  background: #3ebc6b;
  border: 2px solid red;
  border-radius: 3px;
  color: red;
}
.howblock.left {
  text-align: left;
  padding: 0;
}
.table_row.how_row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid black;
  display: inline-block;
  font-size: 22px;
  max-width: 100%;

}
.table_row.how_row img{
  max-width: 100%;
}
#section11 #choose .howblock p {
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  line-height: 1.5;

}

.friend_block {
  width: 100%;
  display: inline-block;
}
.modal .modal-dialog .modal-content .modal-body .close {
    position: absolute;
    z-index: 1000;
    top: 14px;
    right: 2%;
    opacity: 1;
}
.close{
    font-size: 25px;
}
.modal.in .modal-dialog{
    border-radius: 11px;
}
@media (max-width: 766px) {
  .modal .modal-dialog .modal-content .modal-body .close {
      position: relative;
      color: black;
      margin: -4px 0 0 2%;
      width: 7%;
  }
}
#section6 .price-form form textarea{
    width: calc(100% - 35px);
    float: right;
}

#carousel-id10 .carousel-caption .text .adress p{
    font-size: 18px;
}
#section12 #carousel-id10 .carousel-caption .text .adress h2{
    font-size: 20px;
}
.modal .modal-dialog .modal-content .modal-body .item {
  /*max-height: 800px;*/
  overflow: hidden;
    text-align: center;
}
@media (min-width: 767px) and (max-width: 1000px) {
  .modal .modal-dialog .modal-content .modal-body .item {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .item {
    overflow: scroll;
    position: relative;
  }
    .login_view ul.nav.nav-tabs{
        width: 100%;
    }
    .login_view .nav-tabs > li {
        width: 50%;
        margin: 0;
        /* border: 1px solid black; */
    }
}
.modal .modal-dialog .modal-content .modal-body .item img {
  width: 100%;
  height: 100%;
}
.modal .modal-dialog .modal-content .modal-body .item h1 {
    position: relative;
    display: block;
    background: #fff;
    color: #000;
    font-size: 100px;
    padding: 3% 0 3% 50px;
    margin: 0;
    text-shadow: none;
    text-align: left;
    /* font-family: Rockwell; */
}
.friend_block input[type="checkbox"],.friend_block input[type="radio"]{
  display: none;
}
.g-recaptcha {
  margin-top: -15px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.form-input-css input[type="checkbox"] + label, .form-input-css input[type="radio"] + label {
  cursor: pointer;
  width: 100%;
  float: left;
  margin-bottom: 0;
  color: #666666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.friend_block input[type="checkbox"] + label::before,.friend_block input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0 18px 0 0;
  background: url(/images/new-checkbox-bg.png) top center;
  background-repeat: no-repeat;
  float: left;
  position: relative;
  top: 18px;
  margin-top: -26px;
}
.friend_block input[type="checkbox"]:checked + label::before,.friend_block input[type="radio"]:checked + label::before {
  background-position: bottom center;
}
.order-list .friend_block {
  width: 70%;
  min-width: 400px;

  display: inline-flex;
  background: none;
  padding: 5px 0 0 0;
  color: #333333;
  border-top: 2px solid #3ebc6b;
  border-right: 2px solid #3ebc6b;
}
.order-list .friend_list .friend_block{
  width: 100%;
  border-right: 0;
  padding: 0;
  display: table-row;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .item h1 {
    font-size: 22px;
  }
  .total_green {

    width: 100%;
    max-width: 100%;
  }
  #section8 .full-width .price {
    /*background: url(/images/strela-left.png) 0 0 no-repeat;*/
    background-size: 100% 100%;
    float: right;
    right: 0%;
    max-width: 169px;
    background-size: cover;
    max-height: 90px;
    color: white;
   
    top: 31%;
    position: absolute;
    padding: 6px 8px 6px 12px;
  }
  #section8 .full-width .price p {
    background: none;

    margin: 0;
    padding: 0;
    text-align: right;
    font-weight: 400;
    line-height: 1;
  }
  #section8 .full-width .price span {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
  }
  #section8 .full-width .price p {
    font-size: 10px;
  }
  #section8 .full-width .price span {
    font-size: 20px;
  }
}
.modal .modal-dialog .modal-content .modal-body .item .price {
    /*background: url(/images/strela-left.png) 0 0 no-repeat;*/
    background-size: 100% 100%;
    position: absolute;
    top: 90px;
    right: 0;
    font-family: Open Sans;
    padding: 5px 10px 5px 15px;
}
.modal .modal-dialog .modal-content .modal-body .item .price p {
  background: none;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-align: right;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
}
.modal .modal-dialog .modal-content .modal-body .item .price span {
  font-size: 42px;
  font-weight: 800;
  line-height: 30px;
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-body .item .carousel-caption {
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.modal .modal-dialog .modal-content .modal-body .item .carousel-caption h1 {
  display: block;
  float: left;
  font-size: 5vw;
  background: #000;
  margin: 20px 0 0px 50px;
  padding: 10px 40px;
  font-family: Rockwell;
}
@media (min-width: 500px) {
  .modal .modal-dialog .modal-content .modal-body .item .carousel-caption h1:nth-child(2) {
    margin-top: 0;
    margin-bottom: 20px;
    clear: both;
  }
}
.modal .modal-dialog .modal-content .modal-body .item .carousel-caption .add {
    background: #39b54a;
    color: #fff;
    /* position: absolute; */
    width: 100%;
    /* bottom: 10%; */
    /* right: 5%; */
    font-size: 22px;
    padding: 8px 23px;
    border: 1px solid transparent;
    font-family: Open Sans;
    font-weight: 800;
}
@media (max-width: 990px) {
  .modal .modal-dialog .modal-content .modal-body .item .carousel-caption .add {
    bottom: 1%;
    right: 42px;
    font-size: 2.5vw;
  }
}
.modal .modal-dialog .modal-content .modal-body .item .carousel-caption .price {
    /*background: url(/images/strela-left.png) 0 0 no-repeat;*/
    background-size: 100% 100%;
    float: right;
    right: 0;
    top: 92px;
    position: absolute;
    font-family: Open Sans;
    padding: 0px 11px 2px 15px;
  z-index: 4;
}
.modal .modal-dialog .modal-content .modal-body .item .carousel-caption .price:before{

}
@media (max-width: 1300px) {
  .modal .modal-dialog .modal-content .modal-body .item .carousel-caption .price {
    right: 1.5%;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  .modal .modal-dialog .modal-content .modal-body .item .carousel-caption .price {
    top: 10%;
    right: 2%;
  }
}
.modal .modal-dialog .modal-content .modal-body .item .carousel-caption .price p {
  background: none;
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-align: right;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-body .item .carousel-caption .price span {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-body .item .carousel-caption .price:before {
  /* display: none; */
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  rotation: 45grad;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(45deg);
  left: -30px;
  top: calc(50% - 30px);
  background: #18c139;
  z-index: -2;
}
img.info {
  background-color: #18c139;
  border-radius: 50%;
}
a#top {
  background-color: #18c139;
  opacity: 0.8;
}
@media (min-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .item .carousel-caption .text:nth-child(5) {
    margin: 0 0 0 50px !important;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  .modal .modal-dialog .modal-content .modal-body .item .carousel-caption .text {
    max-width: 90%;
    margin: 210px 0 0 50px;
    font-size: 1.5vw;
  }
}
.modal .modal-dialog .modal-content .modal-body .item .text2 {
    display: block;
    float: left;
    text-align: left;
    background: #fff;
    padding: 20px;
    font-size: 15px;
    color: #000;
}
p#quickQuotePopupDescr2 h2 {
    text-align: center;
    font-size: 21px;
}
.modal .modal-dialog .modal-content .modal-body .item .text2 .add {
  background: #39b54a;
  margin: 0% 0 0 0%;
  color: #fff;
  width: 100%;
  font-size: 5.5vw;
  padding: 8px 23px;
  border: 1px solid transparent;
  font-family: Open Sans ;
  font-weight: 800;
}

h1#quickQuotePopupName2 {
  width: 100%;

  margin: 0;
  background: white;
  color: black;
  text-align: center;
  border-bottom: 1px solid black;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  /* font-family: "BebasNeue",sans; */
  font-size: 22px;
  text-align: center;
    text-shadow: none;
}
.modal .modal-dialog .modal-content .modal-body .item img {
    width: initial;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 200px;
    height: auto;
  /* height: 100%; */
}
#quickQuotePopupDescr p {
    margin-bottom: 0;
    text-shadow: none;
    margin-right: 12px;
    font-size: 16px;
}
#quickQuotePopupDescr h2 {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-size: 24px;
    font-weight: bold;
    background-color: transparent;
    padding-left: 0;
    margin-bottom: 24px;
    margin-top: 36px;
    text-shadow: none;
}
section#popupForButton .carousel-caption .price{
    background: url(/images/strela-left.png) 0 0 no-repeat;
    background-size: 100% 100%;
    float: right;
    right: 0;
    top: 70px;
    position: absolute;
    font-family: Open Sans;
    padding: 1px 10px 2px 35px;
}
.desc_text {
    font-size: 18px;
    line-height: 1.5;
    text-shadow: none;
}
.modal .modal-dialog .modal-content .modal-body .item .carousel-caption .price{
  /*display: none;*/
}
.modal .modal-dialog{
  max-width: 600px;
}
.modal .modal-dialog .modal-content .modal-body .item .carousel-caption {
  /*left: 0;*/
  /*top: 0;*/
  width: 100%;
  display: contents;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .item .carousel-caption .text {
    clear: both;
    display: block;
    text-align: left;
    background: #000;
    padding: 15px;
    margin: 0px 0 0 50px;
    max-width: 100%;
    font-size: 20px;
    background: white;
    color: black;
    /* position: absolute; */
    margin: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
.modal-body{
    padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .item img {
    width: initial;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    /* height: 100%; */
}

a.paypalBut {
  display: block;
  font: italic bold 14px arial, sans-serif;
  /* float: left; */
  clear: both;
  color: #003366;
  text-align: center;
  text-decoration: none;
  background: url(/images/paypalBut_r.gif) top right no-repeat;
  padding-right: 25px; /* Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð´Ð»Ñ "Ñ€Ð°Ð·Ð´Ð²Ð¸Ð¶Ð½Ñ‹Ñ… Ð´Ð²ÐµÑ€ÐµÐ¹" */
  outline: none; /* ÑƒÐ±Ð¸Ñ€Ð°ÐµÐ¼ Ñ‚Ð¾Ñ‡ÐµÑ‡Ð½ÑƒÑŽ Ð¾Ð±Ð²Ð¾Ð´ÐºÑƒ Ð² FireFox, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð¿Ð¾ÑÐ²Ð»ÑÐµÑ‚ÑÑ Ð¿Ñ€Ð¸ ÐºÐ»Ð¸ÐºÐµ */
  margin-left: 160px;
  width: 150px;
}
a.paypalBut span {
  display: block;
  line-height: 14px;
  background: url(/images/paypalBut_l.gif) no-repeat;
  padding: 7px 0 13px 23px;
  color: #003366;
}
a.paypalBut:hover {
  background-position: 100% -33px;
}
a.paypalBut:hover span {
  background-position: 0% -33px;
  color: #42566b;
}
a.paypalBut:active,
a.paypalBut:focus {
  background-position: 100% -66px;
}
a.paypalBut:active span,
a.paypalBut:focus span {
  background-position: 0% -66px;
  color: #003366;
  padding: 8px 0 12px 23px; /* Ð¾Ð¿ÑƒÑÐºÐ°ÐµÐ¼ Ñ‚ÐµÐºÑÑ‚ Ð½Ð° 1px */
}


.rightImages img{width: 150px; height: 120px; }
.rightImages img.playIcon{width: 40px !important; height: 40px !important; top: 50%; left:50%; margin-top: -20px; margin-left: -20px; position: absolute; display: block;}


.packagesBox > a{color: black; }
.packagesBox > a:hover{color: #565656; }

.over.text-left,.text.text-left{font-family: "Open Sans", Arial, Helvetica, sans-serif;}
.mobileSlide > div{display: none;}
.mobileSlide > div:first-child{display: block;}
.form-block > .checkbox, .form-block > label{
  padding-left: 20px;
}



#loaderSpinner .loader-section {
  position: fixed;

  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.9;
  z-index: 1000;
  display:block;

}



.spinner {
  top: 50%; left:50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  position: fixed;
  text-align: center;

  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
  z-index: 1009;
  display:block;
}
.main_form h2 {
  font-size: 58px;
  font-weight: bolder;
  color: white;
  font-family: Open Sans;
  margin-bottom: 42px;
}
.main_form h1 {
  font-size: 58px;
  font-weight: bolder;
  color: white;
  font-family: Open Sans;
  margin-bottom: 42px;
}
.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
}
.mob-show {
  display: none;
}
.input-group.date input{
    width: 100%;
    text-align: center;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    display: block;
    z-index: 999;
}


.buttonTwo{
  margin-left: 25px;
  background-color:#333333 !important;
}

.modal-header {
  min-height: 16.43px;
  /*padding: 15px;*/
  border-bottom: 1px solid #E5E5E5;
}

.modal-footer {
  /*padding: 15px;*/
  text-align: right;
  border-top: 1px solid #E5E5E5;
}
.modal-body {
  position: relative;
  padding: 15px;
}

@media (max-width: 767px) {

  .main_form {

    position: relative;
    z-index: 99999999;
    margin: 0 auto;
    padding-top: 0;
    margin-top: -480px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 60vw;
    text-align: center;

  }
    .modal .modal-dialog .modal-content .modal-body .item img{
        width: 100%;
    }
    .modal .modal-dialog .modal-content .modal-body .item .text2{
        width:100%;
    }
    #section7 .day .thumb .check2 .glyphicon-remove{
        top: 22%;
        left: 28%;
        font-size: 80px;

    }
    #section6 .price-form form textarea {
        width: 100%;
        float: right;
    }
  .mob-hidden {
    display: none;
  }
  .mob-show {
    display: block;
  }
  .carousel-row{
    height: 760px;
  }
  .main_form h2 {

    /* display: none; */
    font-size: 20px;
    margin: 5px;
  }
  .main_form h1 {

    /* display: none; */
    font-size: 20px;
    margin: 5px;
  }
  .select-selected,.input-group.date input{
      height: 60px;
      padding: .5rem 1rem .7rem;
      opacity: 1;
      line-height: 50px;
      min-width: inherit;
      margin-bottom: 0;
      width: 100%;
      text-align: center;

  }
    .input-group {
        position: relative;
        display: initial;
        border-collapse: separate;
    }
    .borderedselect {
        position: relative;
        padding: 2px;
        margin-top: 20px;
    }
    .select-items{
        z-index: 9999;
    }
  .btn-info {
    color: #9e3039;
    background-color: #ffffff;
    border-color: #9e3039;
    border-radius: 0!important;
    height: 40px;
    font-size: 18px;
    opacity: 0.7;
    /* width: 33%; */
    line-height: 18px;
  }

  .buttonTwo{
    margin-top: 25px;
    width: 100%;
  }
}
@media (max-width: 414px) {

  .main_form {

      position: relative;
      z-index: 99999999;
      margin: 0 auto;
      padding-top: 0;
      margin-top: -430px;
      padding-right: 50px;
      padding-bottom: 86px;
      padding-left: 50px;
      text-align: center;

  }

  .carousel-row{
      height: 490px;
  }
    #section12 #carousel-id10 .carousel-caption{
        position: initial;

    }
    #section12 #carousel-id10 .item img {

        display: none;
    }
    #section12 #carousel-id10 .carousel-caption .text .email, #section12 #carousel-id10 .carousel-caption .text .phone, #section12 #carousel-id10 .carousel-caption .text .adress, #section12 #carousel-id10 .carousel-caption .text .hours{
        height: inherit;
    }

  .buttonTwo{
    margin-top: 25px;
  }
}
#why ul {
    padding-left: 0;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
input::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
input:-moz-placeholder { /* Firefox 18- */
  color: white;
}
#paypal input[type="submit"] {
  background: white;
  color: #3ebc6b;
  font-weight: 200;
  font-size: 20px;
  border: none;
  padding: 0 40px;
  border: 2px solid #3ebc6b;
  line-height: 46px;
  border-radius: 2px;
  /* float: right; */
  /* margin-top: -10px; */
  margin-left: 20px;
}
@media (max-width: 767px) {
    .container-fluid {
        margin: 0;
        padding: 0 15px;
    }
    .mob_no_padding{
        padding-right: 0!important;
        padding-left: 0!important;
    }
  .order-list .friend_block{
    display: inline-block;
    min-width: 315px;
  }
  form.friend_line, .friend_email, .friend_name, .friend_checkbox{
    width: 100%;
    margin-top: 0;
  }
    .mob_wrongmargin{
        margin-right: -5px!important;
        margin-left: -5px!important;
    }
    .texts{
        padding-left: 0!important;
        padding-right:0!important;
    }
    #section2 .text{
        padding: 0 15px;
    }
    #section2 .left2 {
        padding: 0px 0 0 15px;
    }
    #section7 .day {
        width: 100%;
    }
    #section7 .day .thumb .info {
        width: 10%;
        height: 10%;

    }
  #section8 .full-width .price:before {
    display: none;
  }

}
.xs-slide.full-width img {
  width: 100%;
  max-width: 100%;
}

