@font-face {
  font-family: "Trebuchet MS"; /* Имя шрифта */
  src: url(trebucbd.ttf); /* Путь к файлу со шрифтом */
}
/* Variables */
html,
body {
  background-color: #f3f4f6;
  color: #30373f;
  font-family: 'Source Sans Pro', sans-serif;
}
@media(min-width: 420px){
  body{
    overflow-x: hidden;
  }
}
html a,
body a {
  color: #2186ca;
  outline: none !important;
}
html a:hover,
body a:hover {
  color: #1f75b2;
}
  .lnk-no-style:hover {
  text-decoration: none;
}
.main__sidebar {
  float: left;
  width: 300px;
  background-color: #12242e;
  padding: 20px;
}
.main__sidebar__logo {
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0e1920;
}
.main__sidebar__logo a {
  color: #ffffff;
}
.main__sidebar__logo a:hover {
  text-decoration: none;
}
.main__sidebar__nav__caption {
  font-size: 22px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #203747;
}
.main__sidebar__nav__caption__icon {
  color: #0cd664;
}
.main__sidebar__nav__popular {
  margin-bottom: 20px;
}
.main__sidebar__nav__popular .fa-star {
  color: yellow;
}
.main__sidebar__nav__popular a {
  display: block;
  margin-bottom: 10px;
}
.main__sidebar__nav__popular a:hover {
  text-decoration: none;
}
.main__sidebar__nav__categories__back {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin: 16px 0 17px;
}
.main__sidebar__nav__categories__back:hover {
  text-decoration: none;
}
.main__sidebar__nav__categories__item {
  padding: 8px 12px;
  margin: 4px -8px 0;
  display: inline-block;
  /*color: #aaaaaa;*/
  width: 32%;
  position: relative;
  margin-right: 1%;
}
.main__sidebar__nav__categories__item:hover {
  background-color: #101C24;
  text-decoration: none;
  color: #bbbbbb;
}
.main__sidebar__nav__categories__item--active {
  background-color: #101C24;
}
.bg-form .polit-form{
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 0;
}
.main__content {
  margin-left: 300px;
  padding: 20px;
}
.main__header {
  margin: -20px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: right;
  background-color: transparent;
}
.main__header__link {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid transparent;
  margin-right: 8px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main__header__link:hover {
  text-decoration: none;
  border: 1px solid;
  color: #1f75b2;
}
.main__header__link--filled {
  background-color: #1f75b2;
  color: #ffffff;
}
.main__header__link--filled:hover {
  background-color: #1f75b2;
  border-color: #1f75b2;
  color: #fff;
}
.main__header__link--time {
  float: left;
  color: #999999;
}
.main__header__link--time:hover {
  color: #aaaaaa;
}
.last-news {
  margin-bottom: 20px;
}
.last-news__item {
  background-color: #101C24;
  padding: 20px;
  border-top: 2px solid #1f75b2;
  position: relative;
}
.last-news__item__date {
  color: #999;
  font-size: 12px;
}
.last-news__item__lead {
  color: #aaaaaa;
  margin-bottom: 20px;
}
.last-news__item__title {
  font-size: 20px;
}
.last-news__item__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cart {
  background-color: #5c6774;
  border-top: 2px solid #2186ca;
  color: #fff;
  /*margin-top: 20px;*/
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.cart_danger {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 20px;
}
.cart_success {
  background-color: #ffe30070;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.cart_success img{
  padding-right: 15px;
  width: 50px;
}
/*.cart__spacing {*/
/*  margin-top: -20px;*/
/*}*/
.cart__types {
  border-bottom: 1px solid #354652;
}
.cart__types a {
  display: inline-block;
  padding: 12px 20px;
  border-bottom: 2px solid transparent;
}
.cart__types a:hover {
  border-bottom: 2px solid #1f75b2;
  text-decoration: none;
}
.cart__types__link--active {
  border-bottom: 2px solid #1f75b2 !important;
}
.cart__types__link--active:hover {
  color: #1f75b2; !important;
}
.cart__content__item {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 1px solid #354652;
  padding: 15px 20px;
}
.cart__content__item:hover {
  background-color: #13212b;
}
.cart__content__item__bet-event-name {
  color: #fff;
  font-size: 13px;
}
.cart__content__item__bet-event-name:hover {
  text-decoration: none;
}
.cart__content__item__bet-group-title {
  font-size: 18px;
  font-weight: bold;
}
.cart__content__item__bet-group-value {
  color: #999;
}
.cart__content__item__bet-remove {
  font-size: 12px;
  line-height: 28px;
}
.cart__content__item__bet-value {
  border-radius: 3px;
  border: 1px solid #1f75b2;;
  background-color: #103351;;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  outline: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cart__content__item__bet-value:focus {
  border: 1px solid #1f75b2;
  background-color: #0e2f4a;
}
.cart__footer {
  padding: 20px;
}
.featured-sports {
  border-top: 2px solid #2186ca;
}
.featured-sports__caption {
  padding: 15px 0;
  border-bottom: 1px solid #354652;
}
.featured-sports__item {
  padding: 20px;
  border-bottom: 1px solid #354652;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.featured-sports__item__event-id {
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #088e42;
}
.featured-sports__item__event-date {
  font-size: 12px;
  color: #999999;
}
.hide-review{
  display: none;
}
.hide-review.active{
  display: block;
}
.featured-sports__item__event-name {
  font-size: 18px;
}
.featured-sports__item__event-category {
  color: #999999;
  font-size: 13px;
}
.featured-sports__item__event-category:hover {
  color: #aaaaaa;
}
.featured-sports__item__bets {
  margin-top: 9px;
  text-transform: capitalize;
}
.featured-sports__item__bets .btn {
  margin-bottom: 4px;
}
.featured-sports__item:hover {
  background-color: #eaeaea;
}
.page {
  border-top: 2px solid #1f75b2;
}
.page__caption {
  padding: 15px 20px;
  border-bottom: 1px solid #354652;
}
.page__caption__tabs {
  border-bottom: 1px solid #354652;
}
.page__caption__tabs__item {
  display: inline-block;
  padding: 15px 20px;
  color: #4c4c4c;
}
.page__caption__tabs__item--active {
  color: #2186ca;
  border-bottom: 2px solid;
}
.event-page__name {
  margin: 20px 0 10px;
  font-weight: bold;
}
.table__custom thead tr:hover {
  background-color: #353535;
}
.table__custom tbody{
  color: #383838;
}
.event-page__date {
  color: #999999;
  margin-bottom: 20px;
  font-size: 14px;
}
.event-page__score-item {
  padding: 20px;
  border: 1px solid #101C24;
  border-top: 2px solid #1f75b2;
  background-color: #12242e;
  margin-bottom: 20px;
}
.event-page__score-item__caption {
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.event-page__score-item__caption:hover {
  color: #bbbbbb;
}
.event-page__score-item__bet {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 3px;
  background-color: #1a3442;
  padding: 5px 10px;
  margin-top: 15px;
  display: block;
}
.event-page__score-item__bet__title {
  /*color: #0cd664;*/
  text-transform: capitalize;
}
.event-page__score-item__bet__value {
  margin-left: 10px;
  /*color: #0cd664;*/
}
.event-page__score-item__bet--active {
  text-decoration: none;
  background-color: #1f75b2;
  color: #fff;
}
.event-page__score-item__bet--active:hover {
  background-color: #1f75b2 !important;
  color: #fff;
}
.event-page__score-item__bet:hover {
  text-decoration: none;
  background-color: #1f75b2;
  color: #fff;
}
.payment-types__item {
  display: block;
  padding: 2px;
  border-radius: 8px;
}
.flex-center{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.payment-types__item{
  margin-bottom: 30px;
}
.payment-types__item img {
  max-width: 100%;
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0);
}
.payment-types__item :hover{
  border: 2px solid rgba(0,0,0,0);
}
.payment-types__item--active {
  border: 2px solid rgb(28, 151, 185);
}
.table__custom {
  width: 100%;
  color: #aaaaaa;
}
.table__custom thead tr {
  background-color: #172933;
  border-bottom: 1px solid #111e25;
}
.table__custom thead tr th {
  padding: 8px 12px;
}
.table__custom tbody tr {
  border-bottom: 1px solid #213a47;
}
.table__custom tbody tr td {
  padding: 8px 12px;
}
.table__custom tr:hover {
  background-color: #d6d6d6;
}
.main-footer {
  background-color: #5c6774;
  padding: 20px;
  color: #f2f2f2;
  font-size: 11px !important;
}
.main-footer a {
  color: #c4c4c4;
}
.main-footer__caption {
  font-weight: bold;
  font-size: 16px;
}
.support__message--client {
  float: left;
  margin-right: 80px;
}
.support__message--partner {
  float: right;
  margin-left: 80px;
}
.support__message__text {
  background-color: #12242e;
  color: #aaaaaa;
  margin-bottom: 10px;
  border: 1px solid #0f1e27;
  padding: 8px;
  border-radius: 4px;
}
.support__message__date {
  font-size: 12px;
  margin-top: -1px;
  margin-bottom: 3px;
}
/* Bootstrap Custom */
.pagination {
  margin: 20px 0;
  flex-wrap: wrap;
}
.pagination .page-item.disabled .page-link {
  color: #999999;
}
.pagination .page-item.active .page-link {
  background-color: #1f75b2;
  color: #ffffff;
  font-weight: bold;
  outline: none;
  text-shadow: -2px -2px 2px rgba(0, 0, 0, 0.05), 0 -2px 2px rgba(0, 0, 0, 0.05), 2px -2px 2px rgba(0, 0, 0, 0.05), 0 -2px 2px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), -2px 2px 2px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 2px 2px 2px rgba(0, 0, 0, 0.05);
}
.pagination .page-item .page-link {
  border: 1px solid transparent;
  background-color: transparent;
  color: #1f75b2;
  outline: none;
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 0 2px;
}
.pagination .page-item .page-link:hover {
  border: 1px solid #1f75b2;
}
.form-control {
  background-color: #f1f1f1;
  border-color: #adadad;
  color: #444444;
}
.form-control:focus {
  background-color: #edeeef;
  border-color: #ababab;
  outline: none;
  color: #444444;
}
.form-control:disabled {
  background-color: #cacaca;
  outline: none;
}
/* End Of Bootstrap Custom */
/* Helpers */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* End Of Helpers */
/* Mixins */
.main__logo a:hover{
    text-decoration: none;
}
.head-bg{
    width: 100%;
    height: auto;
/*    background: url('../../images/head.jpg')no-repeat;
    background-size: cover;
    background-position: center;*/
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40pt;
    text-shadow: 0px 5px 5px #000;

}
.grid{
    display: flex;
    justify-content: space-between;
}
.grid .grid-item{
    width: 24.5%;
}
.grid .grid-item:first-child{
    width: 8%;
}
.grid .grid-item:nth-child(2){
    width: 34.5%;
}
.cart__containers{

}
.grid-string{
    display: flex;
    justify-content: space-between;
}
.grid-string .grid-item{
    width: 24.5%;
    text-align: center;
    padding: 5px 0;
}
.grid-string .grid-item:first-child{
    width: 8%;
}
.grid-string .grid-item:nth-child(2){
    width: 34.5%;
    text-align: left;
}
.sidebar-news__caption{
  font-size: 16pt;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
}
.sidebar-news__item{
  margin: 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #cbcbbe;
  display: flex;
  padding-right: 25px;
}
.sidebar-news__item a{
  color: #8d8d81;
}
.sidebar-news__item a:hover{
  color: #081426;
}
.sidebar-news__item img {
  width: 50px;
  margin-right: 15px;
  height: 50px;
  object-fit: cover;
}
.sidebar-comments__item{
  border-bottom: 1px solid #cbcbbe;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-right: 25px;
}
.comments-name-user{
  font-style: italic;
}
.item-tour-pay-list{
    background: #fff;
    margin-top: 15px;
}
.img-tour-item{
  width: 28%;
  margin-right: 10px;
}
.img-tour-item img {
  width: 100%;
  height: 219px;
  max-height: 219px;
  object-fit: cover;
  max-width: 248px;
  position: relative;
}
.img-tour-item img:after{
  content: "";
  background: url('../../images/no-img.jpg')no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item-rang-tour{
  color: #2186ca;
  font-size: 7pt;
}
.left-menu-mob{
  background-color: #fff;
}

.bg-form{
  background-image: url(../../images/reg_bg.jpg);
  background-size: cover;
    background-position: right center;
}
.bg-form.login-f{
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.cards-wrapper{
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
}
.card-item{
  background: #ededed;
  padding: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.card-item .ci-wrapp{
  display: flex;
  padding-top: 15px;
}
.card-item .img-card{
  width: 40%;
  margin-right: 15px;
}
.card-item .card-description{
  width: 60%;
}
.card-item .img-card img{
  width: 100%;
  object-fit: cover;
}
.pay-card{
  padding: 12px 20px;
  background: #005a82;
  color: #fff;
  border-radius: 5px;
  margin: 5px auto;
  text-align: center;
  max-width: 180px;
  border: 2px solid #004058;
}
.pay-card:hover{
  cursor: pointer;
  background: #005582;
}
.window-card{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.wc-content{
  width: 96%;
  max-width: 780px;
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
}
.wc-content .title-wc{
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.close-wc{
  position: absolute;
  right: 19px;
  top: 15px;
}
.wc-body{
  max-height: 700px;
  overflow: auto;
  overflow-x: hidden;
  max-width: 100%;
}
.wc-body ul{
  list-style: none;
  padding: 10px;
}
.wc-body ul li{
  font-size: 12pt;
}
.wc-body ul li span{
  font-weight: bold;
}
.form-wc{
  width: 96%;
  max-width: 600px;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto;
}
.form-wc input{
  width: 100%;
  margin-bottom: 8px;
  height: 35px;
  padding-left: 15px;
}
.form-wc span.btn{
  display: block;
  max-width: 160px;
  margin: 0 auto;
}
.window-card.alert .wc-content{
  max-width: 360px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 5px;
  font-size: 14pt;
}
.window-card.alert .btn{
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 20px;
}
.window-card.alert .btn:hover{
  cursor: pointer;
  background: #fff;
  color: #dc3545;
}
.img-card .price{
  margin-top: 0;
}
@media (min-width: 720px) and (max-width: 1328px){
  .hidden{
    display: none;
  }
  .grid-string .grid-item {
    width: 20.5%;
  }
  .slash{
    right: -38%!important;
  }
  .grid-item.off-ds{
    width: 23px;
  }
}
@media (min-width: 720px){
  .left-menu-mob {
    background-color: #f3f4f6;
  }
}
.rait-items{
  color: #167718;
}
.btn-pay,.btn-booking{
  background: #78b84a;
  color: #fff;
  border-radius: unset;
  font-size: 16pt;
  padding: 12px 45px;
}
.btn-pay,.btn-booking:hover{
  background: #52853b;
  color: #fff;
}
.item-tour-pay-inform{
    width: 72%;
    padding: 10px;
}
.container-modal .item-tour-pay-inform{
    width: 100%;
}
.item-tour-pay-list{
  display: flex;
}
.item-tour-pay-list:last-child{
    margin-bottom: 15px;
}
.item-tour-title-block h2{
  font-size: 18pt;
  margin-bottom: 0;
}
.block-side{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.domination-tour{
  display: flex;
  flex-wrap: wrap;
}
.item-domin{
  padding: 4px 8px;
  background: #e2ecf3;
  color: #133466;
  margin: 5px 0;
  margin-right: 5px;
  zoom: .8;
}
.count-people{
  font-weight: bold;
  margin: 10px 0;
}
.raiting-tour, .count-comm{
  color: #133466;
}
.rait-items{
  margin-left: 9px;
}
.raiting-tour i {
  margin-left: -5px;
  font-size: 10pt;
}
.no-copy{
  pointer-events: none;
  margin-right: 3px;
  margin-top: -2px;
}
.old-price, .price{
    width: 100%;
    text-align: right;
    margin-top: -20px;
    margin-bottom: 20px;
}
.old-price{
    color: #cc0000;
    font-size: 14pt;
    font-weight: bold;
}
.price{
    color: #133466;
    font-size: 21pt;
    font-weight: bold;
}

.modal-page-event{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    justify-content: center;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.modal-booking-event{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  justify-content: center;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.container-modal{
    width: 98%;
    max-width: 1000px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 5px;
}
.info-content-modal{
    padding: 15px 35px;
}
.info-content-modal h3{
    margin-top: 30px;
    width: 100%;
}
h3 .r-text{
    float: right;
}
.container-modal p{
    margin-bottom: 20px;
    font-size: 14pt;
}
.close-modal{
    color: #acacac;
    cursor: pointer;
}
.close-modal:hover{
    color: #7c7c7c;
}
.owl-item-img{
    height: 245px;
}
.owl-item-img img{
    height: 100%;
    width: 100%;
}
.owl-stage{
    display: flex;
}
.owl-nav {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    color: #fff;
    width: 175px;
    margin: 0 auto;
    margin-top: -59px !important;
    z-index: 9;
    position: relative;
    font-weight: bold;
}
.big-text{
    font-size: 18pt;
}
.owl-nav button{
    background: transparent !important;
    border: none;
    font-size: 30pt;
}
.owl-nav button:focus{
    outline-color: transparent;
}
.item-comn{
    background: #f1f3f6;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 14pt;
}
.name-date-comm{
    display: flex;
    justify-content: space-between;
}
.com-user{
    font-size: 15pt;
    font-weight: bold;
}
.btn-margin{
    margin: 10px;
    float: right;
}
.main-slider{
    width: 100%;
    height: 100%;
}
.head-bg{
    overflow: hidden;
}
.main-slider .owl-item{
    width: 100%!important;
}
.main-slider .owl-nav{
    display: none!important;
}
.page > table > tbody > tr:nth-child(4n+1){
  background: #e3e3e3;
}
.bg-video{
  width: 100%;
  max-height: 590px;
  object-fit: cover;
  background: #a9cdf2;
}
.table td.no-border{
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.main-slider .owl-dots{
    display: block!important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
}
.owl-dots button{
    background: transparent;
    border: none;
}
.owl-dots button:focus{
    outline-color: transparent;
}
.owl-dot span{
    background: rgba(255, 134, 0, 0.58) !important;
}
.owl-dot.active span, .owl-dot:hover span{
    background: #ff8600!important;
    cursor: pointer;
}
.owl-dots button span{
    width: 15px!important;
    height: 15px!important;
    margin: 5px 0px !important;
}
.head-bg > a{
  position: absolute;
  z-index: 9;
  font-family: 'Kaushan Script', cursive;
  color: #fff;
  right: 30px;
  top: 0;
}

.item-slide img {
  max-height: 280px;
  width: 100%;
  object-fit: cover;
}

.blink{
  animation: blink infinite 1.4s cubic-bezier(0.96, 0.15, 0.58, 1);
}
@keyframes blink {
  0%{
    opacity: 0;
  }
  50%{
    opacity: .5;
  }
  100%{
    opacity: 1;
  }
}

.page-status > .row:not(#packages){
  background: url('../../images/ocean.jpg')no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 15px;
}
.page-status table.table{
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.page-status .btn-outline-success{
   font-family: "Trebuchet MS", sans-serif;
 }
.page-status .btn-outline-success:not(:hover){
  font-family: "Trebuchet MS", sans-serif;
  background: rgba(255, 255, 255, 0.4);
}
.page-status .oldPrice {
  position: relative;
}
.page-status .oldPrice:before {
  content: '';
  border-bottom: 2px solid #f00;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  transform: rotate(-12deg);
  top: 0;
}
.page-status .currentPrice {
  color: #f00;
}

.btn{
  margin: 5px auto;
}
.sp-icon {
  width: 27px;
  height: 27px;
  background-size: contain;
}
.come_in{
  background: #fff;
  color: #000;
  max-width: 120px;
}

.card_message{
  max-width: 180px;
  font-weight: bold;
  color: green;
  /*text-align: center;*/
}

@media(min-width: 769px){
  .mob-menu-btn{
    display: none;
  }
    .bg-form.register .form-group {
        margin-bottom: 1rem;
        display: flex;
    }
    .bg-form .polit-form{
        display: block;
        text-align: center;
        width: 100%;
    }
    label {
        display: inline-block;
        margin-bottom: .5rem;
        width: 218px;
    }
}
@media(max-width: 768px){
  .window-card{
    align-items: flex-start;
    margin-top: 0;
    padding-top: 15px;
  }
  .cards-wrapper{
    padding: 6px;
  }
  .card-item .ci-wrapp{
    flex-wrap: wrap;
  }
  .card-item .img-card{
    width: 100%;
    margin-right: 0;
  }
  .card-item ul{
    padding-left: 18px;
  }
  .card-item .ci-wrapp .price{
    width: 100%;
    text-align: center;
  }
  .card-item .card-description{
    width: 100%;
  }
  .user-btn-open, .user_menu{
     max-width: 443px!important;
  }
  .page-status .payment-types .col-md-2{
    width: 50%;
  }
  .main__sidebar__nav__categories__item {
    width: 100%;
    position: relative;
    margin-right: 0;
  }
    .mob-menu-btn{
        position: fixed;
        top: 10px;
        left: 10px;
        width: 30px;
        height: 30px;
        text-align: center;
        z-index: 999;
        background: #e7fff3;
        padding: 3px;
        border-radius: 4px;
        box-shadow: 0 0 2px 0 #000;
    }
    #mob-menu{
        position: fixed;
        z-index: 998;
        top: 0;
        left: -100%;
        height: 100%;
        width: 60%;
        max-width: 95%;
        transition: .5s;
        overflow-y: auto;
      overflow-x: hidden;
    }
    .main__header {
        margin-top: 20px;
    }
    .owl-stage-outer, .owl-stage{
        height: 100%;
    }
  .head-bg > a {
    position: absolute;
    z-index: 9;
    font-family: 'Kaushan Script', cursive;
    color: #fff;
    right: 10px;
    top: 0;
  }

    .head-bg {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 680px){
    .item-tour-pay-list {
        flex-wrap: wrap;
    }
    .item-tour-pay-inform {
        width: 100%;
    }
    .block-side {
        flex-wrap: wrap;
    }
    .img-tour-item {
        width: 100%;
        margin-right: 0;
    }
    .price-block{
        display: flex;
        margin-top: 5px;
        width: 100%;
        justify-content: flex-end;
    }
    .old-price, .price {
        width: auto;
        text-align: right;
        margin-top: 0;
        margin-bottom: 10px;
        margin-right: 15px;
    }
    .right-sid-tour{
        width: 100%;
    }
    .btn-pay{
        width: 100%;
    }
    .old-price{
        padding-top: 10px;
    }
    #mob-menu {
        width: 95%;
    }
    .domination-tour {
        display: flex;
        flex-wrap: wrap;
    }
    .info-content-modal {
        padding: 15px 10px;
    }
    .grid-string .grid-item:nth-child(1){
        width: 8%;
    }
    .grid-string .grid-item:nth-child(3){
        width: 20%;
    }
    .grid-string .grid-item:nth-child(2) {
        width: 42%;
    }
    .grid-string .grid-item:last-child {
        width: 28%;
    }
    .owl-dots button span {
        width: 15px!important;
        height: 15px!important;
        margin: 5px!important;
    }
}
@media (max-width: 420px){
  .img-tour-item img {
    max-width: 100%;
  }
  table.table{
    zoom: .7;
  }
  .event-table{
    display: none;
  }
  .hidden{
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
  }
  .grid .grid-item.status-table{
    width: 20px;
  }
  .grid-string .grid-item:last-child{
    width: 30px;
  }
  .mob-money{
    width: auto;
  }
  .event-btn-table, table.table .numb{
    width: 25px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .mob-pay{
    width: 30%;
  }
  .payment-types__item img {
    width: 100%;
  }
}
@media (max-width: 375px){
  table.table {
    zoom: 0.4;
  }
}
@media (max-width: 328px){
  table.table {
    zoom: 0.4;
  }
  .cart{
    zoom: .8;
  }
}