/*
    Theme Name: tur
    Author: Brother
*/

/*Effect button*/
.ripplelink {opacity: 1; position: relative; z-index: 0; overflow: hidden;}
.ripplelink .ink.animate {opacity: 1;}
.ink {display: block; position: absolute; background: rgba(255, 255, 255, 0.46); border-radius: 100%; -webkit-transform:scale(0); -moz-transform:scale(0); -o-transform:scale(0); transform:scale(0); z-index: 20; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease;}
.animate {-webkit-animation:ripple 0.65s linear; -moz-animation:ripple 0.65s linear; -ms-animation:ripple 0.65s linear; -o-animation:ripple 0.65s linear; animation:ripple 0.65s linear;}
.btn-primary{position: relative; overflow: hidden;}
.select_turs .post_item .post_item_label{overflow: hidden;padding: 10px 15px;}
@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}
@keyframes rotation {
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}

#cat_tur_filter .category.active .title{
  text-align: center;
}
.calendar_section .box_wrap_calendar .calendar_header .header_title {
  top: -20px;
  position: relative;
  text-shadow: 1px 1px 20px #000, 1px 1px 20px #000, 1px 1px 20px #000;
}
.see_the_tour {
  display: none!important;
}

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

.form_section.form_top{
    padding: 50px 0 0 0;
  }
.podorozh{
  padding-top: 50px;
  text-align: center;
}
.podorozh .icon{
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin: 0 auto;
  margin-top: -35px;
  border-radius: 100px;
  background: var(--orange, #ef6b01);
  box-shadow: 8px 8px 20px 0 rgba(117, 138, 135, .25);
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form_section.form_top .description{
  color: #fff;
}
@media (max-width: 1199px) {
  .main_banner .text_item .content_text{
    text-shadow: 1px 1px 20px #000, 1px 1px 20px #000, 1px 1px 20px #000;
  }
  .tab-pane.fade.show.active{
      margin-top: 80px;
  }
  .podorozh{
      margin-bottom: -50px;
    }
  .podorozh .img_box img{
      width: 100%;
      max-width: 960px;
      border-radius: 20px;
  }
  .podorozh .icon{
      position: relative;
      top: 0;
      left: 0;
  }
  .form_section.form_top{
      background: none;
  }
}
@media (min-width: 1200px) {
  .main_banner .text_left{
    padding-top: 140px;
  }
  .main_banner .text_item .title{
    font-size: 62px;
  }
  .main_banner .text_right{
    align-items: flex-start;
  }
  .tab-pane.fade.show.active{
      margin-top: 100px;
  }
  .form_section.form_top {
      padding: 100px 0 0 0;
  }
  .form_section.form_top .image_form {
      top: -66px;
  }
  .form_section.form_top:before{
      content: none;
  }
  .form_section.form_top{
      background: none;
  }
  .form_section.form_top .title_wrap{
      max-width: 770px;
  }
  .form_section.form_top h2{
      font-size: 40px;
  }
  .form_section.form_top .description{
      max-width: 730px;
  }
  .podorozh .img_box img{
      border-radius: 20px;
  }
}
.table_bron table {
  display: block!important;
  max-width: 100%!important;
  overflow-x: auto;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  /* border-top: 1px solid #ccc; */
}
.table_bron p {
  text-align: center;
  margin: 8px 0;
}
.table_bron table tr{
  display: table-row!important;
}
.table_bron table tr:nth-child(even) td{
  /* border-bottom: none!important; */
}
.table_bron table tr:nth-child(odd) td{
  /* border-top: none!important; */
}
/* .table_bron table tr td:first-child{
  width: 33%;
} */
.table_bron:not(.table_bron.info_block) table tr td{
  width: 25%;
  vertical-align: middle;
}
.table_bron tbody {
  display: table;
  width: 100%;
}
.table_bron table td, .table_bron table th {
  padding: 10px 5px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #ccc;
}
.table_bron table th {
  color: #ef6b01;
}
.table_bron.info_block table{
  border: none;
}
.table_bron.info_block table td{
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 20px;
  width: 20%;
  padding: 10px 5px;
  vertical-align: middle;
}
.table_bron.info_block table{
  border-collapse: inherit;
  border-spacing: 10px 0;
}
@media (min-width: 688px) {
  .info_block table td{
    padding: 30px;
  }
}
@media (max-width: 687px) {
  .table_bron {
      font-size: 12px;
  }
}


.special_info{
  padding-top: 50px;
  text-align: center;
}
.table_special table {
  border-collapse: inherit;
  border-spacing: 10px 0;
  display: block!important;
  max-width: 100%!important;
  overflow-x: auto;
  background-color: transparent;
  border: none;
}
.table_special tbody {
  display: table;
  width: 100%;
}
.table_special table tr {
  display: table-row !important;
}
.table_special table td{
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 20px;
  width: 20%;
  padding: 10px 5px;
  vertical-align: middle;
}
.table_special table tr:nth-child(odd) td {
  border-top: none !important;
}
@media (max-width: 687px) {
  .table_special table {
      font-size: 12px;
  }
}


.winter {
  padding-top: 100px;
  padding-bottom: 50px;
}
.winter__box {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 37px 61px;
  position: relative;
  border-radius: 36px;
}
.winter__up {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 28px;
}
.winter__inner {
  padding: 42px 60px;
  background: #ffffff;
  box-shadow: 0px 22px 34px -9px rgba(0, 0, 0, 0.18);
  border-radius: 36px;
  margin-bottom: -100px;
  max-width: 840px;
  position: relative;
}
.winter__inner .title_wrap h2 span{
  text-align: left;
}
.winter__inner .title_wrap h2 {
  text-align: left;
  margin-bottom: 25px;
  font-size: 28px;
}
.winter__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.winter__item {
  flex: 0 1 24%;
  list-style: none;
}
.winter__item-text {
  margin-top: 11px;
}
.winter__woman {
  position: absolute;
  bottom: 0;
  right: -40px;
}
.winter__inner .btn-primary {
  background: #18b025;
  border-color: #18b025;
}
@media (max-width: 61.9988em) {
  .winter.container {
    margin-bottom: 40px;
  }
  .winter__inner {
    padding: 42px 32px;
  }
  .winter__up {
    justify-content: center;
    align-items: center;
    text-align: center;
 }
  .winter__woman {
    display: none;
 }
  .winter__inner .title_wrap h2,
  .winter__inner .title_wrap h2 span {
    text-align: center;
 }
  .winter__item {
    flex: 1 1 auto;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 10px;
 }
 .winter__inner .title_wrap h2 {
    font-size: 26px;
}
}
@media (max-width: 47.9988em) {
  .winter.container {
    max-width: none;
    padding: 37px 20px;
 }
  .winter__box {
    padding-left: 10px;
    padding-right: 10px;
 }
  .winter__up {
    font-size: 22px;
 }
  .winter__inner .title_wrap h2 {
    font-size: 20px;
 }
}

.content-calendar .h2 .color_green {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  margin-top: 12px;
  font-style: italic;
}

.postid_1462 .form_section.form_top,.postid_1443 .form_section.form_top {
  display: none;
}
