@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open+Sans: 400,500,600,700,800,900|Nunito:400,600,700,800,900&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese'); 
html {
    overflow-x: hidden !important;
    height: 100%;
}
body,
body.body {
    color: #666;
    font-size: 14px;
    /*height: 100%;*/ /* caused some bugs with bootstrap 3.3.7 modals */
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #eff5f9;
    font-family: Manrope;
    font-weight: 400;
    line-height: 1.2;
}

a {
    color: #00b6aa;
}
a:hover{
    color: #4351dd;
    text-decoration: none;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html{
    --tv-main-color: rgba(239,245,249,1.00);
    --tv-main-text-color: #040404;
    --tv-search-button-color: rgba(255,139,26,1.00);
    --tv-search-button-text-color: #ffffff;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.container {
    max-width: 1224px;
    width: 92%;
    margin: 0 auto;
    position: relative;
}
.container-big {
    max-width: 1920px;
    width: 97%;
    margin: 0 auto;
    position: relative;
}
.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.fw-carousel .slider-item:not(:first-child){
    display: none;
}
.list-single-main-item {
  padding: 25px 25px 25px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  }
.list-single-main-media {
  overflow: hidden;
  margin-bottom: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
  width: auto;
}
.list-single-main-item ul,
.list-single-main-item ol{
    list-style: disc;
}
.list-single-main-item#iblock_price ul,
.list-single-main-item#iblock_price ol{
    list-style: none;
}

.list-single-main-item ul > li,
.list-single-main-item ol > li{
    margin-left: 1rem;
}
h1{
    line-height: 1.2;
    color: #000;
    font-weight: 700;
}
.h2, h2,
.h3, h3{
    color: #000;
	}

h3 {
	color: rgb(0, 0, 0) ;
	font-family: Manrope;
	font-size: 40px ;
	font-weight: 700;
	line-height: 55px;
	letter-spacing: 0% ;
	text-align: center ;
    margin-top: 50px ;
    margin-bottom: 40px ;
}	
h3 span{
	opacity: 0.4;
}
img {
    max-width: 100%;
}

section {
  position: relative;
  width: 100%;
  padding: 60px 0;
}
#main{
    background-color: #eff5f9;
    font-family: 'Manrope',Arial,sans-serif;
    font-weight: 400;
    line-height: 1.2;
	position: relative;
}
.img-cover {
    width: 100%;
    height: auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.listing-rating{
  display: inline-block;
  color: #feba11;
  font-size: 14px;
}
.facilities-list{
    font-size: 14px;
}
ul.facilities-list li{
  display: flex;
  gap: 0.5rem;
}
ul.facilities-list li > div{
    margin-top: auto;
    margin-bottom: auto;
}
ul.facilities-list li > img {
    scale: 0.6;
}
.box-widget-item-header .h4{
    margin-bottom: 1rem;
}
/**
 * 
 * HEADER STYLES START
 * 
 * */

 .main-header{
    top: 15px;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transform: translate3d(0,0,0);
    display: flex;
    flex-flow: column;
	
	position: absolute;
  width: 100%;
  z-index: 1000;
  transition: all .25s ease;
}  

header.sticky, .main-header.sticky {
  position: fixed; /* или sticky */
  top: 10px;
  left: 0;
}

.main-header .header-top{
    height: 90px;
    background: transparent;
    border: none;

}

.main-header .container-big{
	align-items: center;
    height: 100%;
}
.social-network-links > a{
	display:flex;
	align-items: center;
}
.social-network-links span{
	margin-left: 4px;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	font-weight: 500;
}

.header-social-icon{
	border: 2.3px solid white;
	border-radius: 50%;
	padding: 6px;
	width: 36px;
    height: 36px;	
}
.main-header .header-top .logo-holder{
    top: unset;
    float: unset;
    height: auto;
    margin-right: 3%;
    position: relative;
}
.main-header .header-top .logo-holder img {
    width: 100px;
}
.main-header .header-top .additional-holder{
    display: flex;
	margin-left: auto;
    width: auto;
}
.main-header .header-top .additional-holder strong{
    font-weight: 500;
    color: #fff;
	font-size: 12px;
}
.main-header .header-top .additional-holder .show-reg-form{
    all: unset;
}
.main-header .header-top .additional-holder .phone-header,
.main-header .header-top .additional-holder .show-reg-form,
.main-header .header-top .additional-holder .phone-wrap{
    float: unset;
    top: unset;
    height: auto;
}
.main-header .header-top .additional-holder .show-reg-form{
    font-size: 1rem;
    display: flex;
    align-items: center;
}
.main-header .header-top .additional-holder .phone-header{
    display: flex;  
    align-items: center;
}
.main-header .header-top .additional-holder .phone-header .phone-link{
    margin-right: 0.5rem;
}
.main-header .header-top .additional-holder .show-reg-form a i{
    color: inherit;
}
.main-header .header-top .additional-holder .social-network-links{
    display: flex;
    gap: .65rem;
    align-content: center;
}
.main-header .header-top a,
.main-header .header-inner a{
    color: #fff;
}
.main-header .header-top a:hover{
    color: whitesmoke;
}
.main-header .header-inner{
    background: transparent;
    border: none;
    padding: 0;
	height: auto ;
    display: flex;
    align-items: end;
}
.main-header .header-inner .header-inner-wrapper-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: 100%;
    margin: 0;
}
.main-header .header-inner .show-search-button {
  float: right;
  position: relative;
  /*width: 80px;*/
  top: 0;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
  box-sizing: border-box;
  text-align: center;
  color: white;  
  height: auto;
  line-height: inherit;
  padding: 0 0.5rem;
}
.main-header .header-inner .show-search-button i {
  /*padding-left: 30px;*/
  position: relative;
  top: 1px;
}
.main-header .header-inner .show-search-button:hover i{
    transition: all .2s ease-in-out;
    animation: bounce 1s;
}
.main-header .header-inner .show-search-button i.vis-head-search-close:before, .wishlist-link.scwllink i:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f00d";
}
.main-header .header-inner .main-menu.nav-holder{
    float: unset;
    position: relative;
    opacity: 1;
    left: 0;
    visibility: visible;
    z-index: 20;
}
.main-header .header-inner .main-menu.nav-holder nav {
    position: relative;
    /*float: right;*/
}
.main-header .header-inner .main-menu.nav-holder nav li {
    /*float: left;*/
    position: relative;
    display: inline-flex;
}
.main-header .header-inner .main-menu.nav-holder nav li a {
        padding: 0.5rem 0.9rem;
}
.main-header .header-inner .main-menu.nav-holder nav li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    -webkit-transition: all 100ms linear;
    transition: all 300ms linear;
    background-color: transparent;
}
header img {
  pointer-events: none!important;
  user-select: none!important;
  draggable: false!important;
}
/*.main-header .header-inner .main-menu.nav-holder nav li:hover > a {*/
/*   color: #fff;*/
/*   background: #015a9b;*/
/*   border-radius: 6px 6px 0 0;*/
/*}*/
.main-header .header-inner .main-menu.nav-holder nav .child-menu li:hover > a {
   color: #00b6aa;
   background: #fff;
}
.social-network-links .currency-rate span {color:#4a4a4a;!important;font-weight: 700!important;}
.main-header .header-inner .main-menu.nav-holder nav li > a > svg{
    width: auto;
    height: auto;
    transform: rotate(90deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-left: 0.2rem;
}
.main-header .header-inner .main-menu.nav-holder nav li:hover > a > svg{
    transform: rotate(-90deg);
}
.main-header .header-inner .main-menu.nav-holder nav li ul {
  margin: 30px 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 150px;
  top: 50px;
  left: 0;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  border-radius: 6px;
  transition: all .2s ease-in-out;
}

.main-menu > nav > ul > li:hover{
	border-radius: 6px 6px 0 0;
}
.main-header .header-inner .main-menu.nav-holder nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.main-header .header-inner .main-menu.nav-holder .child-menu{
    /* background-color: #015a9b; */
    top: 120%;
    padding: 0;
    display: flex;
    flex-flow: column;
    width: max-content;
    max-height: calc(100vh - 150px);
    max-width: 33.3333333333vw;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0px 4px 12px 0px rgba(51, 50, 50, 0.23922);
    margin-top: 10px;
}
.main-header .header-inner .main-menu.nav-holder .child-menu li{
    /*padding: 0.2rem;*/
    width: 100%;
}
.main-header .header-inner .main-menu.nav-holder .child-menu li a{
    padding: 0.5rem 1.15rem;
    color: #000000;
    font-weight: 300;
}
#rec551019273 .t-menusub__menu_bottom::after {
    border-bottom-color: #015a9b;
}
/*.main-header .header-inner .main-menu.nav-holder .child-menu::after, 
.main-header .header-inner .main-menu.nav-holder .child-menu::before {
    top: -20px;
    border-bottom-color: #fff;
}
.main-header .header-inner .main-menu.nav-holder .child-menu::after, 
.main-header .header-inner .main-menu.nav-holder .child-menu::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    right: 75%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    border-bottom-color: #015a9b;
}*/

.main-header .on-hover-hoverable{
    display: flex;
    position: relative;

}

.main-header .on-hover-hoverable .on-hover-visible{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 0 0 0;
    z-index: 2500;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: auto !important;
    cursor: initial !important;
}
.main-header .on-hover-hoverable:hover .on-hover-visible,
.main-header .on-hover-hoverable.active .on-hover-visible{
    display: block;
}
.main-header .on-hover-hoverable .on-hover-visible .currency-info,
.main-header .on-hover-hoverable .on-hover-visible .phone-info{
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,.5) 0 2px 10px;
    padding: 12px;
    color: #015a9b;
}
.main-header .on-hover-hoverable .on-hover-visible .currency-info:after,
.main-header .on-hover-hoverable .on-hover-visible .phone-info:after{
    content: "";
    display: block;
    border: 7.5px inset;
    border-top-width: 0;
    border-bottom-style: solid;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-color: transparent transparent #fff;
}
.main-header .on-hover-hoverable .on-hover-visible .currency-info .currency-rate,
.main-header .on-hover-hoverable .on-hover-visible .phone-info .phone-city,
.main-header .on-hover-hoverable .on-hover-visible .phone-info .phone-phone{
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #4a4a4a;
    margin-bottom: 12px;
    white-space: nowrap;
}

.main-header .header-top .icon-enter-personal{
    display: flex;
    align-items: center;
    position: relative;
}

.main-header .header-top .icon-enter-personal .icon-enter-half-circle {
  height: 22px;
  width: 18px;
  margin-right: 5px;
}

.main-header .header-top .icon-enter-personal .icon-enter-arrow-to-left,
.main-header .header-top .icon-enter-personal .icon-enter-arrow-to-right
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 4px;
    height: 8px;
    width: 15px;
    transition: transform .3s;
    transform: scaleX(1) translateX(-4px);
}
.main-header .header-top .icon-enter-personal .icon-enter-arrow-to-right{
    transform: scaleX(-1) translateX(0px);
}
.main-header .header-top .icon-enter-personal:hover .icon-enter-arrow-to-left{
    transform: scaleX(1) translateX(-2px);
}
.main-header .header-top .icon-enter-personal:hover .icon-enter-arrow-to-right{
    transform: scaleX(-1) translateX(2px);
}




.header-search {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    padding: 20px 30px 30px;
    background: #fff;
    z-index: 18;
    border-bottom: 1px solid #eee;
    opacity: 0;
    margin-top: 30px;
    visibility: hidden;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

@media screen and (max-width: 500px) {
    .header-search {
        top: 100px;
    }
}

.vis-head-search {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-search-input-item label , .range-slider-title , .col-list-search-input-item label , .leave-rating-holder .leave-rating-title {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    color: #878C9F;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-search-input-item input[type="text"] , .col-list-search-input-item input[type="text"] {
    float: left;
    width: 100%;
    border: 1px solid #eee;
    padding: 12px 32px 12px 33px;
    border-radius: 6px;
    background: #F7F9FB;
    height: 42px;
    line-height: 42px;
}

.header-search-input-item input[type="text"]:focus , .col-list-search-input-item input[type="text"]:focus {
    background: #fff;
}

.header-search-input-item.in-loc-dec:before , .col-list-search-input-item.in-loc-dec:before , .header-search-input-item.date-parent:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f107";
    position: absolute;
    color: #fff;
    bottom: 10px;
    font-size: 15px;
    right: 14px;
    font-weight: 500;
    z-index: 120;
    transition: all .2s ease-in-out;
}


.not-vis-arrow {
    z-index: 520;
}

.not-vis-arrow:before {
    display: none;
}

.header-search-input-item input[type="number"] , .col-list-search-input-item input[type="number"] {
    border-radius: 6px;
    background: #fff;
}

.header-search-input-item .quantity-item , .col-list-search-input-item .quantity-item {
    float: left;
    width: 33.3%;
}

.header-search-input-item-icon {
    position: absolute;
    bottom: 14px;
    left: 13px;
    z-index: 100;
    font-weight: 600;
    font-size: 14px;
}

.header-search-button {
    margin-top: auto;
    position: relative;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    color: #fff;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    border: 1px solid;
    background: #00b6aa;
}

.header-search-button i {
    padding-left: 10px;
}

div.search-page input.search-suggest {
    width: 100%;
    border: 1px solid #eee;
    padding: 12px 32px 12px 33px;
    border-radius: 6px;
    background: #F7F9FB;
    height: 42px;
    line-height: 42px;
}

div.search-page input.search-button {
    width: 100%;
    height: 42px;
    padding: 0 20px;
    color: #fff;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    border: 1px solid;
    background: #00b6aa;
}

.header-search-input-item.location a , .col-list-search-input-item.location a {
    position: absolute;
    bottom: 12px;
    right: 16px;
    z-index: 500;
}

.close-header-search {
    position: absolute;
    width: 100px;
    height: 26px;
    right: 50%;
    margin-right: -50px;
    line-height: 26px;
    bottom: -27px;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    text-align: center;
}

.phone-header {
    float: right;
}

.phone-wrap {
    margin-right: 20px;
    line-height: 14px;
    top: 12px;
}

.phone-wrap a {
    line-height: 18px;
    color: #6b6b6b;
}

.phone-wrap {
    float: right;
    margin-right: 10px;
    position: relative;
    top: 5px;
    margin-left: 10px;
    font-size:14px;
}
.phone-wrap small {
    color: #9ca3a9;
    min-width: 30px;
    display: inline-flex;
}

.nav-button-wrap {
    height: 34px;
    width: 34px;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
    display: none;
}

.nav-button-wrap .nav-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -11px;
    margin-top: -6px;
}

.nav-button-wrap .nav-button span {
    float: left;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-bottom: 4px;
    border-radius: 4px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav-button-wrap.active .nav-button span:first-child {
  transform: translate3d(0, 6px, 0) rotate(-135deg);
}
.nav-button-wrap.active .nav-button span:last-child {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}
.nav-button-wrap.active .nav-button span:not(:last-child):not(:first-child) {
  opacity: 0;
}

.mobheader{
    display: none;
}

@media only screen and (min-width: 768px) {
    .main-header .header-top .icon-enter-personal .icon-enter-arrow-to-left{
        /*height: 10px;
        width: 17px;*/
        transform: scaleX(1) translateX(-4px);
    }
    .main-header .header-top .icon-enter-personal:hover .icon-enter-arrow-to-right{
        transform: scaleX(-1) translateX(2px);
    }
    .main-header .header-top .icon-enter-personal:hover .icon-enter-arrow-to-left{
        transform: scaleX(1) translateX(-2px);
    }
    .main-header .header-top .icon-enter-personal .icon-enter-half-circle {
        /*height: 24px;
        width: 20px;*/
    }
}

@media only screen and (min-width: 1024px) {
    .main-header .header-top .icon-enter-personal .icon-enter-arrow-to-left {
        /*height: 16px;
        width: 23px;*/
        transform: scaleX(1) translateX(-4px);
    }
    .main-header .header-top .icon-enter-personal:hover .icon-enter-arrow-to-left{
        transform: scaleX(1) translateX(0px);
    }
    .main-header .header-top .icon-enter-personal:hover .icon-enter-arrow-to-right{
        transform: scaleX(-1) translateX(2px);
    }
    /*.main-header .header-top .icon-enter-personal .icon-enter-half-circle {
        height: 36px;
        width: 30px;
    }*/
}
@media only screen and (max-width: 1200px){
    /* .main-header{
		padding: 10px 14px;
        flex-flow: row;
        align-items: center;
        justify-content: space-between;
        z-index: 9999;
    } */
    .main-header .header-top .additional-holder .phone-wrap{
        display: none;
    }
    .main-header .header-top .additional-holder .phone-header{
        display: none;
    }
    .main-header .main-menu.nav-holder{
        display: none;
    }
    .main-header .nav-button-wrap{
        display: block;
        padding: 0 1rem;
    }
    .main-header .header-top .logo-holder{
        width: 300px;
    }
    .main-header .show-search-button{
        width: 40px;
        padding: 0 1rem;
    }
    .main-header .header-inner-wrapper-container{
        gap: 1rem;
    }
    .main-header .header-top{
        padding: 10px;
		width:100%;
    }
	.main-header .container-big{
		width: 100%;
		justify-content: space-between;
	}
	
	.main-header .header-inner{
		align-items: center!important;
		padding-bottom: 4px;
	}
    .mobheader{
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        background: #fff;
        height: 100vh;
        padding-bottom: 50px;
    }
    .mobheader.open{
        display: flex;
        flex-flow: column;
        background: #3e7fe6;
        overflow: auto;
        left: 0 !important;
    }
	.main-header .header-top .additional-holder{
		position:absolute;
	}
    .mobheader a,
    .mobheader strong{
        color: #fff;
    }
    .mobheader > ul > li .child-menu{
        display: none;
    }
    .mobheader > ul > li.active .child-menu{
        display: flex;
        flex-flow: column;
        padding-left: 2rem;
    }
    .mobheader > ul > li.active .child-menu li a{
        display: block;
        padding: 1rem;
    }
    .mobheader > ul{
        display: flex;
        flex-flow: column;
        padding: 1rem;
    }
    .mobheader > ul > li > a{
        display: block;
        padding: 1rem;
        width: 100%;
    }
    .mobheader > ul > li:has(ul.child-menu) > a{
        pointer-events: none;
    }
    .mobheader > ul > li:has(ul.child-menu) > a svg {
        transform: rotate(90deg);
        transition: all 300ms linear;
        margin-left: 0.5rem;
    }
    .mobheader > ul > li.active:has(ul.child-menu) > a svg {
        transform: rotate(-90deg);
    }
    .mobheader > ul > li.active{
        background: #4287f5;
    }
    .mobheader > ul > li > a > i{
        display: none;
    }
    .mobheader .social-network-links{
        display: flex;
        gap: 1rem;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .mobheader .icon-enter-personal{
        display: flex;
        align-items: center;
        position: relative;
    }

    .mobheader .icon-enter-personal .icon-enter-half-circle {
      height: 30px;
      width: 25px;
    }

    .mobheader .icon-enter-personal .icon-enter-arrow-to-left,
    .mobheader .icon-enter-personal .icon-enter-arrow-to-right
    {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 14px;
        width: 21px;
        transition: transform .3s;
        transform: scaleX(1) translateX(-4px);
    }
    .mobheader .icon-enter-personal .icon-enter-arrow-to-right{
        transform: scaleX(-1) translateX(0px);
    }
    .mobheader .icon-enter-personal:hover .icon-enter-arrow-to-left{
        transform: scaleX(1) translateX(-2px);
    }
    .mobheader .icon-enter-personal:hover .icon-enter-arrow-to-right{
        transform: scaleX(-1) translateX(2px);
    }
    .mobheader .show-reg-form.modal-open{
        overflow: visible;
    }
    .mobheader .phone-wrap{
        float: unset;
        top: unset;
        height: auto;
        padding: 1rem;
    }
    .mobheader .phone-wrap > ul > li{
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        padding: 1rem;    
        text-align: center;
    }
    .mobheader .phone-wrap > ul > li > a{
        display: block;
        width: 100%;
        text-align: center;
        padding: 1rem 1rem 0rem;
    }
}
@media only screen and (max-width: 468px){
    .main-header .header-top .logo-holder{
        width: 200px;
    }
}
@media only screen and (max-width: 368px){
    .main-header .header-top .logo-holder{
        width: 150px;
    }
}
/**
 * 
 * HEADER STYLES END
 * 
 * */

/**
 * 
 * FOOTER STYLES START
 * 
 * */

.main-footer{
    padding-top: 30px;
    padding-bottom: 0px;
    color: #000;
}

.main-footer .footer-widget .widget-posts-descr a,
.main-footer .footer-widget a{
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    color:  #808080;
}
.main-footer .footer-inner .footer-info-about-company{
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
}
.main-footer .footer-inner .footer-info-about-company p{
    text-align: left;
}
.main-footer .footer-inner .footer-info-about-company img {
    width: 100%;
    max-width: 270px;
}
.main-footer , .footer-inner , .sub-footer , .top-footer {
    float: left;
    width: 100%;
    position: relative;
}

.sub-footer {
    margin-bottom: 1rem;
}

.main-footer {
    z-index: 3;
    overflow: hidden;
	background: #fff;
}

.main-footer .footer-inner {
    padding: 30px 0;
    z-index: 2;
    border-top: 1px solid #f1f0ed;
}


.copyright {
    float: left;
    font-size: 12px;
}

.subfooter-nav {
    float: right;
    margin-right: 50px;
}

.subfooter-nav li {
    float: left;
    margin-right: 20px;
}

.subfooter-nav li a {
    font-weight: 400;
    font-size: 12px;
}

.subfooter-lang {
    float: right;
    padding-left: 70px;
    position: relative;
    height: 25px;
}

.subfooter-show-lang {
    float: left;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.subfooter-show-lang i {
    margin-left: 10px;
}

.subfooter-lang:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/map.png) no-repeat center;
    width: 52px;
    height: 25px;
    opacity: 0.8;
}

.subfooter-lang-tooltip {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    padding: 15px 0;
    background: #18458B;
    right: 0;
    width: 80%;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.21);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    visibility: hidden;
    opacity: 0;
}

.subfooter-lang:hover .subfooter-lang-tooltip {
    visibility: visible;
    opacity: 1;
}

.subfooter-lang-tooltip li {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}

.subfooter-lang-tooltip li a {
    text-align: right;
    float: left;
    width: 100%;
    padding: 0 10px;
    font-weight: 500;
}

.footer-carousel-title {
    float: left;
    color: #246bb0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    top: 10px;
    font-size: 14px;
}

.footer-fw-widget {
    padding-bottom: 30px;
    margin-bottom: 70px;
    border-bottom: 1px solid rgba(255,255,255,0.21);
}

.footer-carousel-item img {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 90px;
}

.footer-widget h3 {
    font-size: 16px;
    float: left;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,0.11);
}

.footer-social span {
    float: left;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 30px;
    position: relative;
    top: 8px;
    font-size: 14px;
}

.footer-social ul {
    float: left;
}

.footer-social li {
    float: left;
    margin-right: 14px;
    text-align: center;
}

.footer-social li a {
    float: left;
    border-left: none;
    font-size: 13px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.footer-menu {
    margin-top: 20px;
}

.footer-menu li {
    float: left;
    text-align: left;
    padding-right: 16px;
    position: relative;
}

.footer-menu li:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 4px;
    height: 4px;
    right: 6px;
    border-radius: 100%;
}

.footer-menu li:last-child:before {
    display: none;
}

.footer-menu li a {
    color: #eee;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

.footer-menu li a:hover {
    color: rgba(255,255,255,0.41);
}

#footer-twiit img , p.interact , #footer-twiit div.user {
    display: none;
}

#footer-twiit {
    text-align: left;
}

#footer-twiit a {
    color: #fff;
}

#footer-twiit p.tweet {
    font-size: 11px;
    color: #fff;
    float: left;
    padding: 20px 22px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
}

.no-border {
    border: none !important;
}

#footer-twiit p.tweet:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    border-radius: 6px;
    opacity: 0.14;
}

#footer-twiit p.tweet:after {
    font-family: Font Awesome\ 5 Brands;
    content: "\f099";
    position: absolute;
    bottom: 10px;
    right: 12px;
    color: #fff;
    opacity: 0.2;
    font-size: 34px;
    z-index: -1;
}

#footer-twiit .timePosted a {
    color: #ccc;
    position: relative;
    float: left;
    margin-bottom: 30px;
    padding-left: 20px;
}

#footer-twiit .timePosted a:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f017";
    position: absolute;
    top: 0;
    left: 0;
    color: #ccc;
    opacity: 0.7;
    font-size: 14px;
}

#footer-twiit .timePosted a:after {
    top: -10px;
    left: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#footer-twiit .timePosted a:after {
    border-color: transparent;
    border-top-color: #3AACED;
    border-width: 7px;
    margin-left: 7px;
    opacity: 0.1
}

.twitter-link {
    float: left;
    color: #fff;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.11);
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 12px;
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.1);
}

.contact-btn {
    float: left;
    color: #fff;
    padding: 15px 35px;
    font-size: 12px;
    margin-top: 50px;
    font-weight: 600;
    border-radius: 4px;
    position: relative;
    top: 28px;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.1);
}

.contact-btn i {
    padding-left: 15px;
    color: rgba(255,255,255,0.81);
    font-size: 16px;
    position: relative;
    top: 1px;
}

.customer-support-widget {
    margin-top: 50px;
    padding: 25px 30px 15px 45px;
    border-radius: 4px;
    background: rgba(0,0,0,0.04);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}

.customer-support-widget:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f4fe";
    position: absolute;
    z-index: -1;
    color: #fff;
    font-size: 84px;
    opacity: 0.07;
    left: 14px;
    bottom: 8px;
}

.customer-support-widget h4 {
    float: left;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    width: 100%;
    margin-bottom: 6px;
}

.cs-mumber {
    float: left;
    text-align: left;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    position: relative;
    top: 6px;
    color: #fff;
}

.cs-mumber:hover {
    color: rgba(255,255,255,0.6);
}

.cs-mumber-button {
    float: right;
    padding: 15px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    top: -14px;
    position: relative;
}

.cs-mumber-button i {
    padding-left: 10px;
}

.contact-btn:hover {
    background: #18458B;
}

.subscribe-wrap {
   // padding: 0 0 60px 0;
   // overflow: hidden;
}

.subscribe-header h3 {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    text-align: left;
    font-weight: 600;
    font-size: 22px;
}

.footer-widget #subscribe .enteremail, .bonus_section-title #subscribe .enteremail {
    background: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    padding: 0 120px 0 15px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.21);
    z-index: 1;
}

.sp-bg {
    position: absolute;
    bottom: -240px;
    left: -70px;
    width: 350px;
    height: 350px;
    border-radius: 100%;
    background: rgba(255,255,255,0.11);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.05);
}

.sp-bg:before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    bottom: -50px;
    right: -50px;
    border-radius: 100%;
    background: rgba(255,255,255,0.051);
}

#subscribe {
    float: left;
    width: 100%;
    position: relative;
    top: 30px;
}

#subscribe:before {
    content: '';
    position: absolute;
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
    background: rgba(255,255,255,0.18);
    z-index: -1;
    border-radius: 4px;
}

.footer-widget #subscribe-button, .bonus_section-title #subscribe-button {
    position: absolute;
    right: 0;
    width: 160px;
    height: 50px;
    line-height: 50px;
    top: 0;
    cursor: pointer;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 2;
    background: orange;
    color: #fff;
}

.footer-widget #subscribe-button:hover i {
    color: rgba(255,255,255,1.0);
}

.subscribe-message {
    color: #fff;
    float: left;
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
    line-height: 19px;
}

.subscribe-message i {
    padding-right: 6px;
}

.subscribe-message.valid i {
    color: #5ECFB1;
}

.subscribe-message.error i {
    color: #F00;
}

.footer-widget #subscribe-button i {
    padding-right: 6px;
}

.sub-footer .about-widget img {
    float: left;
    width: 120px;
    height: auto;
}

.footer-widget .footer-contacts-widget p {
    text-align: left;
}

.footer-widget .about-widget p {
    border-bottom: 1px solid rgba(255,255,255,0.21);
}

.footer-widget .about-widget .btn {
    float: left;
    margin-top: 20px;
    padding: 13px 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
}

.footer-contacts li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.footer-contacts li a {
    padding-left: 4px;
}

.footer-contacts li i {
    padding-right: 4px;
    color: #0c0d0d;
}

.footer-widget .widget-posts li , .box-widget-content .widget-posts li {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.box-widget-content .widget-posts li {
    border-bottom: 1px solid #eee;
    margin-bottom: 13px;
    padding: 0 0 13px;
}

.box-widget-content .widget-posts li:last-child {
    margin-bottom: 0;
}

.footer-widget .widget-posts-img , .box-widget-content .widget-posts-img , .cart-details_header .widget-posts-img {
    float: left;
    width: 30%;
}

.footer-widget .widget-posts-img img , .box-widget-content .widget-posts-img img , .cart-details_header .widget-posts-img img {
    border-radius: 4px;
}

.footer-widget .widget-comments-img img {
    border-radius: 100%;
}

.box-widget-content .widget-posts-descr , .cart-details_header .widget-posts-descr {
    float: left;
    width: 70%;
    padding-left: 20px;
    text-align: left;
    position: relative;
}

.footer-widget .widget-posts-descr {
    /* text-align: left; */
    /* position: relative; */
    line-height: 1.2;
}

.box-widget-content .widget-posts-descr a , .cart-details_header .widget-posts-descr a {
    color: #666;
}

.geodir-item .geodir-category-content {
    height: 180px;
}

.box-widget-content .widget-posts-descr .geodir-category-location , .cart-details_header .widget-posts-descr .geodir-category-location {
    margin-top: 5px;
    margin-bottom: 5px;
}

.box-widget-content .widget-posts-descr .geodir-category-location a , .cart-details_header .widget-posts-descr .geodir-category-location a {
    font-size: 10px;
    color: #878C9F;
}

.box-widget-content .widget-posts-descr .rooms-price {
    font-size: 12px;
    text-transform: uppercase;
    top: 0px;
    position: unset;
    float: left;
}

.box-widget-content .widget-posts-descr .rooms-price strong {
    font-size: 9px;
}

.box-widget-content .widget-posts-descr .listing-rating , .cart-details_header .widget-posts-descr .listing-rating {
    margin-top: 6px;
}

.box-widget-content .widget-posts-descr .listing-rating i , .cart-details_header .widget-posts-descr .listing-rating i {
    font-size: 10px;
    margin-right: 2px;
}

.box-widget-content .widget-posts-link {
    float: left;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    margin-top: 20px;
    color: #878C9F;
}

.widget-posts-link:hover {
    color: #666;
}

.box-widget-content .widget-posts-link:before {
    display: none;
}

.box-widget-content .widget-posts-link i {
    padding-left: 10px;
    font-size: 14px;
    position: relative;
    top: 2px;
}

.footer-widget .widget-posts-descr:before {
    content: '';
    /* position: absolute; */
    bottom: -8px;
    left: 0px;
    right: 0;
    height: 1px;
    /* border-bottom: 1px dashed rgba(255,255,255,0.21); */
}

.footer-widget .widget-posts-descr a {
    font-weight: 400;
    padding-bottom: 10px;
    color: #0d0d0d;
    clear: both;
}

.footer-widget .widget-posts-date {
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #999;
    font-weight: 600;
    font-size: 12px;
}

.footer-widget .widget-posts-date i {
    color: rgba(255,255,255,0.41) !important;
    padding-right: 10px;
}

/**
 * 
 * FOOTER STYLES END
 * 
 * */

/**
 * 
 * WRAPPER STYLES
 * 
 * */
#wrapper {
  width: 100%;
}

/**
 * 
 * WRAPPER STYLES END
 * 
 * */


.home-intro h2, .home-intro-card h3 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}

.footer-carousel-wrap .fc-cont {
    top: 0;
}

.fc-cont {
    position: absolute;
    width: 20px;
    height: 40px;
    line-height: 20px;
    color: #19458a;
    font-size: 30px;
    cursor: pointer;
    top: 40%;
    /* display: none; */
}

.fc-cont.fc-cont-prev {
    left: -15px;
}

.fc-cont.fc-cont-next {
    right: -15px;
    text-align: right;
}

.fc-cont.lc-prev {
    left: -35px;
    /*font-size: 40px;*/
}

.fc-cont.lc-next {
    right: -35px;
    /*font-size: 40px;*/
}
.fc-cont {
    color: #00b6aa;
    transition: .1s ease-in-out;
    transition-property: all;
    transition-property: color,background-color,border-color,box-shadow;
    background-color: #fff;
    border-radius: 50%;
    font-size: 27px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fc-cont:hover{
    color: #fff;
    background-color: #4351dd;
}
.dots-container {
    position: absolute;
    bottom: 2rem;
    right: 3rem;
    display: flex;
    gap: 1rem;
}
.dots-container .fc-cont{
    position: relative;
    left: unset;
    right: unset;
}
.slick-dots {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: rgba(255,255,255,0.41);
    border-radius: 100%;
}
.home-slider-main-page .slick-dots{
    margin-bottom: 1rem;
}
.slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background-color: rgba(67, 81, 221, 0.5) !important;
}
.slick-initialized .slick-slide .slider-item .img,
.slick-initialized .slick-slide .slider-item img {
    width: 100%;
}
.info-card{
    padding: 40px 40px;
    background-color: #fff;
    color: #3e4a4f;
    border-radius: 10px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .dots-container{
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .dots-container .fc-cont{
        position: absolute;
    }
    .fc-cont.lc-prev{
        left: -15px;
    }
    .fc-cont.lc-next {
        right: -15px;
    }
}

/**
 * 
 * 
 * NEWS STYLES
 * 
 * */

.list-main-wrap-opt .grid-opt > ul{
    display: flex;
    flex-flow: row;
}
.list-main-wrap-opt .grid-opt > ul > li {
  padding: 0.5rem 1.25rem;
  border: 1px solid #dedede;
  border-radius: 0;
  display: inline-flex;
  cursor: pointer;
}
.list-main-wrap-opt .grid-opt > ul > li:first-child {
  border-radius: 3px 0 0px 3px;
}
.list-main-wrap-opt .grid-opt > ul > li:last-child {
  border-radius: 0 3px 3px 0;
}
.list-main-wrap-opt .grid-opt > ul > li > span{
    display: inline-flex;
    margin-top: auto;
    margin-bottom: auto;
}
.list-main-wrap-opt .grid-opt > ul > li.active > span {
    fill: #00b6aa;
} 
.list-main-wrap-opt .grid-opt > ul > li.active {
    background-color: transparent;
    color: #00b6aa;
    border-color: #00b6aa;
}
.list-main-wrap-opt .grid-opt > ul > li * {
  pointer-events: none;
}

.tsoperator__offers .icon-phone {
    display: none !important;
}
.label-item {
    background: #4351dd !important;
}

.price-booking #inner-offers-search-form .btn.btn-secondary {
    padding: 12px !important;
}

.price-booking #tsoperator-offers__packagetours .btn.btn-secondary {
    padding: 6px !important;
}


.price-booking #inner-offers-search-form .btn.btn-secondary:hover {
    box-shadow: 0 0 0 .2rem rgba(0, 182, 170, .25) !important;
}


/**
 * 
 * 
 * NEWS STYLES END
 * 
 * */

/**
 * 
 * 
 * 
 * BUTTONS STYLES START
 * 
 * 
 * */

.dropdown-controls .btn-primary {
    border-radius: 15px !important;
    background-color: #00b6aa !important;
    border: none !important;
}

.dropdown-tab__active {
    background-color: #4351dd !important;
}

.btn.btn-secondary {
    color: white;
    background: #725aff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-color: inherit;
}
.btn.btn-secondary:hover{
    border-color: transparent;
}
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #725aff !important;
    border-color: transparent !important;
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none !important;
}
/**
 * 
 * 
 * 
 * BUTTONS STYLES END
 * 
 * 
 * */

/**
 * 
 * 
 * MODAL USER MENU FROM HEADER START
 * 
 * 
 * */

.main-register-wrap, .booking-modal-wrap, bmw-overlay, .reg-overlay, .order-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    background: rgba(0, 0, 0, 0.81);
}
.main-register-wrap .user-show-menu{
    padding: 1rem;
}

.reg-overlay, .order-overlay, bmw-overlay {
    z-index: 1;
    background: none;
}

.hid-body {
    overflow: hidden;
}

.main-register-holder, .main-booking-holder {
    max-width: 500px;
    margin: 100px auto 50px;
    position: relative;
    z-index: 5;
    width: 100%;
}

.main-register h3, .main-booking h3 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 0px 0 15px 0;
    margin-top: 10px;
}

.main-register h3 span, .main-booking h3 span {
    font-weight: 800;
    font-size: 18px;
    color: #566985;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.main-register, .main-booking {
    width: 100%;
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 50px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    /*box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.3);*/
}

.close-reg, .booking-modal-close, .close-supage {
    position: absolute;
    top: 12px;
    right: 24px;
    border-radius: 100%;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    z-index: 100;
    text-align: center;
}
.tabs-menu li a {
    float: left;
    width: 100%;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 12px;
    background: #eee;
    text-align: left;
    text-transform: uppercase;
}

.tabs-menu li a i {
    padding-right: 20px;
}

/**
 * 
 * 
 * 
 * MODAL USER MENU FROM HEADER END
 * 
 * 
 * */

/**
 * 
 * TSPERSONAL PROFILE START
 * 
 * */

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    color: #261132;
}
.fb-100 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.form-group label {
    color: #261132;margin-bottom: 5px;
}
/**
 * 
 * 
 * TSPERSONAL PROFILE END
 * 
 * */


/**
 * 
 * 
 * CONTACTS STYLES
 * 
 * */
.contacts-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 0px 0px; 
    row-gap: 1rem;
    grid-template-areas: 
    "contacts-info contacts-map"
    "contacts-gallery contacts-gallery"; 
}
@media only screen and (max-width: 767px) {
    .contacts-wrapper{
        display: flex;
        flex-flow: column;    
        gap: 2rem;
    }
}
.contacts-info { grid-area: contacts-info; }
.contacts-map { grid-area: contacts-map; }
.contacts-gallery { grid-area: contacts-gallery; }
.contacts-info{
    display: flex;
    flex-flow: column;
    padding: 0rem 2.5rem;
}
.contacts-info .contacts-info-text{
    margin: 1rem 0rem;
    gap: 0.5rem;
    display: flex;
    flex-flow: column;
}
.contacts-info .contacts-info-header h3,
.contacts-info .contacts-info-header h4,
.contacts-info .contacts-info-header h5{
  line-height: 1.2;
  color: #4a4a4a;
  font-weight: 700;
}
.contacts-info .contacts-info-text .main,
.contacts-info .contacts-info-text .main a{
  font-size: 18px;
  line-height: 1.4;
  color: #4a4a4a;
  font-weight: 700;
}
.contacts-info .contacts-info-text .description{
  font-size: 1rem;
  line-height: 1.4;
  color: #999;
  font-family: 'Open Sans';
  font-weight: 400;
  margin-top: 0.6rem;
}
.contacts-info .contacts-info-text .blue{
    color: #00b6aa;
}
.contacts-info .contacts-info-text a{
    color: #00b6aa;
}
.contacts-info .contacts-info-text a:hover{
    border-bottom: 1px solid #00b6aa;
}
.contacts-info .contacts-info-time .contacts-info-time-text .description {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
}
.contacts-info .contacts-info-time .contacts-info-time-img,
.contacts-info .contacts-info-address .contacts-info-address-img {
  width: 2rem;
}
.contacts-info .contacts-info-phone,
.contacts-info .contacts-info-time,
.contacts-info .contacts-info-address,
.contacts-info .contacts-info-mail,
.contacts-info .contacts-info-links{
    display: flex;
    gap: 1rem;
    padding-left: 1rem;
}

.contacts-info svg path {
    fill: #00b6aa !important;
}

.contacts-info svg circle {
    stroke: #00b6aa !important;
}

/*.contacts-info .contacts-info-phone .contacts-info-phone-img,
.contacts-info .contacts-info-address .contacts-info-address-img{
    stroke: #ff8b1a;
}*/
.contacts-gallery .contacts-gallery-slider{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr;
    gap: 2rem;
}
.contacts-gallery .light-carousel-wrap{
    position: relative;
}
.contacts-gallery .light-carousel .slick-slide-item{
    width: 100%;
    padding: 0rem 0.5rem;
    position: relative;
    overflow: hidden;
}
.contacts-gallery .light-carousel .slick-slide-item img{
    width: 100%;
    border-radius: 0.5rem;
    transition: scale 0.5s ease-in-out;
}
.contacts-gallery .light-carousel .slick-slide-item:hover img{
  scale: 1.1;
}
.lg-actions .lg-icon{
    text-align: center;
}
.hoverable-search{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.hoverable-search i{
  padding: 0.75rem;
  background: rgba(0,0,0,0.4);
  color: whitesmoke;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.slick-slide-item:hover .hoverable-search i{
    opacity: 1;
}
/**
 * 
 * 
 * CONTACTS STYLES END
 * 
 * */

/**
 * 
 * ABOUT STYLES
 * 
 * */

.about-card{
    background: #fff;
    padding: 2.5rem;
    margin-top: 2.5rem;
    border-radius: 0.6rem;
    color: #3e4a4f;
}
.about-card h3{
    font-size: 22px;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
.about-card p{
    font-size: 16px;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}
/**
 * 
 * ABOUT STYLES END
 * 
 * */

/**
 * 
 * COUNTRY DETAIL PAGE STYLES
 * 
 * */

footer-widget .widget-posts li , .box-widget-content .widget-posts li {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.box-widget-content .widget-posts li {
    border-bottom: 1px solid #eee;
    margin-bottom: 13px;
    padding: 0 0 13px;
}

.box-widget-content .widget-posts li:last-child {
    margin-bottom: 0;
}
.faq-nav {
  padding: 0.5rem;
  background: #fff;
  border-radius: 1rem;
}
.faq-nav li {
    text-align: left;
    width: 100%;
    /*float: left;*/
    border-bottom: 1px solid #eee;
}

.faq-nav li:last-child {
    border: 0;
}

.faq-nav li a {
    color: #00b6aa;
    display: block;
    width: 100%;
    padding: 14px 12px;
    position: relative;
    font-weight: 550;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faq-nav li a:hover {
    color: #999;
}

.faq-nav li a:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f105";
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 12px;
    color: #ccc;
}
.box-widget-author{
    padding: 1rem;
    background: #fff;
    border-radius: 0.6rem;
    display: flex;
    flex-flow: column;
    gap: 1rem;
}
.box-widget-author-title{
    display: flex;
}
.box-widget-author-title .box-widget-author-title-img{
    width: 40%;
    max-width: 100px;
    border-radius: 0.3rem;
    overflow: hidden;
}
.box-widget-author-title .box-widget-author-title-img img{
    width: 100%;
}
.box-widget-author-title .box-widget-author-text{
    display: flex;
    flex-flow: column;
    padding-left: 1rem;
    width: 60%;
}

/**
 * 
 * COUNTRY DETAIL PAGE STYLES END 
 * 
 * */

 /**
  * 
  * QUOTA STYLES
  * 
  * */


.no-quota {
    color: #fff;
    background: #FFC107;
}

.low-quota{
    color: #fff;
    background: #E14040;
}

.enough-quota{
    color: #fff;
    background: #009900;
}
.enough-quota, .no-quota, .low-quota{
    padding: 0.2rem;
}

/**
 * 
 * QUOTA STYLES END
 * 
 * */

/**
 * 
 * CARD STYLES
 * 
 * */

.card .card-body{
    color: #261132;
    font-size: 1rem;
    display: flex;
    flex-flow: column;
}
.card .card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.card-body .card-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding: .25rem .25rem; */
}

.card-body .card-col .btn {
    margin: auto
}

@media (max-width: 659.98px) {
    .card-body .card-col:last-child {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }
}

.card-body .card-col.duration .border {
    width: 45px;
    height: 45px;
    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;
}

@media (max-width: 659.98px) {
    .card-body .card-col {
        -ms-flex-preferred-size:40%;
        /* flex-basis: 100% !important; */
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: .5rem 0;
    }

    .card-body .card-col:nth-child(3) {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        padding: 0;
    }
}

.card-price {
    font-size: 1.5rem;
    line-height: 1;
    color: #e30b29;
}

.card-price small {
    font-size: 60%;
    color: #898989
}

/**
 * 
 * CARD STYLES END
 * 
 * */

/**
 * 
 * MFP STYLES START
 * 
 * */

#map_popup {
    position: relative;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}
.map-popup__content-map.leaflet-container {
    background: #eff7fa;
}
#slider-container {
    margin: 25px;
}
#slider-container .flexslider {
    border: 0;
    background: #eff7fa;
    margin-bottom: 30px;
}
.map-popup__content-info-details-tour {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    margin: 8px 16px;
    overflow: hidden;
}
.map-popup__content-info-details-row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 8px 16px;
    border-top: 1px solid #ebeef2;
    border-bottom: 1px solid #ebeef2;
}
.as-flex {
    display: flex;
    flex-wrap: wrap;
}
#map_popup .mfp-close::before {
    font-size: 24px;
    font-family: 'lg';
    content: "\e070";
}
button.mfp-close {
    color: #666;
    background-color: #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 12px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
}
.tour-variants__item::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 1px;
    background: #f1f3f7;
    transition-delay: .2s;
    transition-duration: .05s;
}
.tour-variants__date, .tour-variants__price {
    font-size: 16px;
    color: #242440;
    line-height: 20px;
    width: 100%;
}
.tour-variants__date {
    font-weight: 700;
}
.tour-variants__item {
    display: block;
    padding: 12px 0;
    color: #5b687a;
    position: relative;
}
@media (min-width: 769px) {
    .tour-variants__item {
        padding: 16px;
        border-radius: 8px;
        transition: all .25s ease-in-out;
    }
}
@media (min-width: 1024px) {
    .mfp-content {
        max-width: 1024px;
    }
}
@media (min-width: 767px) {
    .map-popup__content {
        display: -webkit-flex;
        display: flex;
        width: 100%;
    }
    .map-popup__content-info {
        width: 50%;
    }
    .map-popup__content-info-details-row {
        margin: 0 32px;
        padding: 8px 0;
    }
    .map-popup__content-info-details-destinations {
        margin: 0 32px;
        padding: 16px 0;
        max-height: 504px;
        overflow: auto;
    }
    .popup-wrapper #map_popup #map_popup_map, .popup-wrapper #map_popup .map-popup__content-map, .popup-wrapper .map-popup #map_popup_map, .popup-wrapper .map-popup__content .map-popup__content-map {
        width: 50% !important;
        height: 100% !important;
    }
}
/**
 * 
 * MFP STYLES END
 * 
 * */

/**
 * 
 * TOUR PROGRAM STYLES START
 * 
 * */
.list-single-main-item .days {
    position: relative;
    display: block;
    border-radius: 15px;
    border: 1px solid #e4e8e9;
}
.list-single-main-item ul {
    padding-bottom: 10px;
    margin-left: 15px;
    list-style: unset;
}
.list-single-main-item .days li {
    list-style: none;
    margin-left: 0px;
    padding: 10px 20px 10px 20px;
}
.box-widget-list li {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  text-align: left;
  display: inline-block;
}
.box-widget-list li:last-child {
  border: 0;
  margin-bottom: 0;
}
.box-widget-list li div {
    margin-left: 130px;
}
.box-widget-list li span {
    min-width: 130px;
    float: left;
    font-weight: 600;
    color: #061a3a;
}
@media screen and (max-width: 767px) {
    .box-widget-list li div {
        margin-left: auto;
    }
    .box-widget-list li span {
        float: initial;
        display: block;
        text-align: center;
    }
    .list-single-main-item ul{
        margin-left: 0;
    }
}
/**
 * 
 * TOUR PROGRAM STYLES END
 * 
 * */

.list-main-wrap-opt{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.list-main-wrap-opt .price-opt{
    display: flex;
    gap: 1rem;
}
.list-main-wrap-opt .price-opt span.price-opt-title,
.list-main-wrap-opt .price-opt .listsearch-input-item{
    margin-top: auto;
    margin-bottom: auto;
}

@media only screen and (max-width: 767px) {
    h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h1,.h1{
        font-size: 2rem;
    }
    h2,.h2{
        font-size: 1.8rem;
    }
    h3,.h3{
        font-size: 1.5rem;
    }
    h4,.h4{
        font-size: 1.4rem;
    }
    h5,.h5{
        font-size: 1.2rem;
    }
    h6,.h6{
        font-size: 1.1rem;
    }
}
@media only screen and (max-width: 567px) {
    h1,.h1{
        font-size: 1.4rem;
    }
    h2,.h2{
        font-size: 1.3rem;
    }
    h3,.h3{
        font-size: 1.2rem;
    }
    h4,.h4{
        font-size: 1.2rem;
    }
    h5,.h5{
        font-size: 1.1rem;
    }
    h6,.h6{
        font-size: 1.1rem;
    }
}
 @media only screen and  (min-width: 768px) {
     .form-group.form-group-15{
        flex-basis: 15%;
    }
    .form-group.form-group-20{
        flex-basis: 20%;
    }
 }
    
/*@media only screen and (max-width: 1064px) {



    .main-menu {
        position: absolute;
        top: 50px;
        left: -20px;
        width: 300px;
        z-index: 50;
        padding: 15px 10px;
        background-color: #015a9b;
    }



}*/
.closediscount {
    border: 0;
    background: #fff;
    font-size: 80%;
    outline: none !important;
}
.currency-rate {padding-bottom: 10px;}
.btn-agent {background: #fff;
    padding: 5px 10px;
    min-height: 40px;
    display: flex;
	white-space: nowrap;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: #fff;
    border-radius: 8px;
	font-size: 15px;
    font-weight: 700;
	    color: #00b6aa;
	}
@media (max-width: 1300px) {.btn-agent {display:none}}
#inner-offers-search-form .form-group {
    margin-right: 1rem;
}


.main-header .header-inner .main-menu.nav-holder nav .child-menu li > a {
 
	border-radius:16px;
}
.TVMainForm{
	margin: 0!important;
	padding: 15px 1rem !important;
}

.bs-stepper-header{
    display: flex;
    align-items: center;
}

.bs-stepper .step-trigger {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-out, color 0.15s ease-out;
}

.bs-stepper-circle {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 0.5em 0;
    margin: 0.25rem;
    color: #00b6aa;
    border: 4px solid #ffffff;
    background-color: var(--bs-primary-bg-subtle);
    border-radius: 50%;
}

.step.active .bs-stepper-circle {
    background: #4351dd;
    color: #ffffff;
}

.line{
    flex: 1 0 32px;
    min-width: 1px;
    min-height: 1px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.12);
}

h6.bs-stepper-label {
    font-weight: 600;
	color: #261132;
}

@media only screen and (max-width: 567px) {
    h6.bs-stepper-label {
        font-size: 14px;
    }
}

.ts-checkbox-control input[type="checkbox"] {
    border-color: #0283df !important;
}

.ts-checkbox-control input[type="checkbox"]:checked {
    background-color: transparent !important;
}

.ts-checkbox-control input[type="checkbox"]:checked::after {
    color: #0283df !important;
}

.card {
    border-radius: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #4351dd !important;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #4351dd !important;
}

#regauth-block {
    padding: 2rem 0;
    border-radius: 10px;
}

#regauth-block .container {
    margin: unset;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

#regauth-block .container .form-control {
    border-radius: 10px;
}

#tsoperator__profile .form-control, .order-filter-form .form-control {
    border-radius: 10px !important;
}

#regauth-block .container .btn {
    border-radius: 10px;
    moz-border-radius: 10px;
    webkit-border-radius: 10px;
    padding: 10px 0;
    width: 100%;
}

.box-image-widget-media a {
    background: #4351dd;
    transition: all .5s ease-in-out;
    /*border-radius: 10px;*/
}

.box-image-widget-media a:hover {
    color: #ffffff;
    background: #00b6aa;
}

.form-control:focus, .btn.focus, .btn:focus {
    border-color: #00b6aa !important;
    box-shadow: 0 0 0 .2rem rgba(0, 182, 170, .25) !important;
}

.order-filter-form .btn-primary {
    background-color: #00b6aa;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: none;
}

.order-filter-form .btn-primary:hover {
    background-color: #00b6aa;
    border: none;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #4351dd;
}

.to-top {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9;
    border-radius: 100px;
    padding: 1rem;
    background-color: #4351dd;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.to-top:hover {
    transform: scale(.95);
}

.to-top svg {
    width: 25px;
    height: 25px;
}

.price__value {
    color: #4351dd !important;
}

.listing-item-cat {
    padding: 30px 0 15px 15px !important;
}

.styles_blue-shadow__MVeVI {
    background-color: #4351dd !important;
}

.styles_blue-shadow__MVeVI:hover {
    box-shadow: 0 3px 15px #4351dd;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #4351dd !important;
}

.simplebar-scrollbar::before {
    background-color: #4351dd !important;
}

.similar-hotels__item {
    min-height: 334px;
}

.similar-hotels__preview {
    justify-content: space-between !important;
}

.similar-hotels__result-info {
    align-items: center;
}

.similar-hotels__address, .similar-hotels__dates {
    margin-top: 0;
}

.tour-places__items .slick-track .slick-slide .tour-places__item {
    min-height: 168px;
}

.tour-including__block.right ul li:before {
    background: #00b6aa !important ;
}

.similar-hotels .slick-arrow {
    color: #4351dd;
    transition: all .5s ease-in-out;
}

.similar-hotels .slick-arrow:hover {
    background: #4351dd;
    color: #ffffff;
}

@media screen and (max-width: 1024px) and (min-width: 500px) {
    .styles_container__help__YrBhx {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 500px) {
    .styles_container_help_YrBhx {
        padding-bottom: 14px;
    }
}

.bx-authform-input-container input[type="text"], .bx-authform-input-container input[type="password"] {
    border-radius: 10px !important;
    padding-left: 1rem;
}

#tabs-container .btn-primary {
    background-color: #4351dd !important;
    border-color: #4351dd !important;
}

#tabs-container .btn-primary:hover {
    background-color: #4351dd !important;
    border-color: #4351dd !important;
}

button:focus {
    outline: none !important;
}

.form-group .btn-primary {
    background-color: #4351dd !important;
    border-color: #4351dd !important;
}

.form-group .btn-primary:hover {
    background-color: #4351dd !important;
    border-color: #4351dd !important;
}

.add-file-button {
    color: #00b6aa !important;
}

#form-add-files .btn-primary {
    background-color: #4351dd !important;
    border-color: #4351dd !important;
}

#form-add-files .btn-primary:hover {
    background-color: #4351dd !important;
    border-color: #4351dd !important;
}

.form-group .gj-datepicker-md {
    display: flex;
    align-items: center;
}

.form-group .gj-datepicker-md .MuiSvgIcon-root {
    height: 24px !important;
    right: 1rem !important;
    top: auto !important;
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    background: #4351dd !important;
}

#tours_detail .bg-primary {
    background-color: #4351dd !important;
}

#tours_detail .text-secondary,
.card-footer .text-secondary {
    color: #00b6aa !important;
}

.card-body .icon-floppy-disk {
    display: none !important;
}

.light-carousel .slick-slide-item a .slider-card {
    min-height: 345px !important;
}

.breadcrumbs {
    padding: .5rem 0;
}

.ideaboxWeather {
    background: -webkit-linear-gradient(top, #00b6aa, #02d1c3) !important;
}

.product-grid__inner .btn.btn-secondary.button-more {
    background-color: #4351dd !important;
    border-color: #4351dd !important;
}

.product-grid__inner .btn.btn-secondary.button-more:hover {
    background-color: #00b6aa;
}

.listing-item-container .listing-item .listing-item-content .product-grid__inner .listing-item-footer .listing-item-price span {
    color: #00b6aa !important;
}

.scroll-tabs.fixed {
    position: relative;
    z-index: 9;
}

.gallery-block__items {
    justify-content: inherit !important;
    column-gap: 25px;
    row-gap: 20px;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #4351dd !important;
}

.body.fixed {
    position: fixed;
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url('https://fonts.gstatic.com/s/manrope/v14/xn7gYHE41ni1AdIRgg.woff2') format('woff2');
}

body, body.body {
    font-family: Manrope;
}


.menu-fixed-scroll {
	position: sticky;
}

.underlay {
	height: 250px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
}

.tabs-underlay {
	margin-top: 10px;
	background-image: url(/upload/iblock/281/8f522zo32kwaerpzyav0enwkzgy5ianr.jpg);
	min-height: 400px;
	color: white;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	/*background-attachment: fixed;*/
	border-radius: 8px;
	flex-direction: column;
	justify-content: space-between;
}

.tabs-underlay h1 {
	color: white;
}

.tabs-underlay .flex-fixer {
	flex-basis: 33%;
}

.tabs-underlay .tabs-container {
	width: 90%;
	padding: 40px 0;
}

.tabs-underlay #main-search_form-with-tabs-v2 {
	border-radius: 8px;
}

body.modal-open {
	padding-right: 0 !important;
}

.sticky-block {
	position: -webkit-sticky;
	position: sticky;
	top: 110px;
	padding-bottom: 2em;
}

.sticky-block > *:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
	.sticky-block {
		top: 130px;
	}
}

@media screen and (max-width: 767px) {
	.sticky-block {
		position: unset;
	}
}

.tooltip-icon {
	position: relative;
	color: #a7bee9;
	font-size: 16px;
}

.tooltip-icon i {
	cursor: pointer;
}

.tooltip-icon .tooltip-text {
	visibility: hidden;
	position: absolute;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.6s;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	font-weight: normal;
}

.tooltip-icon .tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip-icon:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

.slick-rounded-arrow {
	position: absolute;
	background: #f1f4f8;
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #0079bf;
	cursor: pointer;
	outline: none;
	z-index: 10;
}

.main-title h1 {
	font-size: 24px;
}

.hotel-page h2 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 1em;
}

.tour-page h2 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 1em;
}

section.section-default {
	background: white;
	border-radius: 6px;
	box-shadow: black 0 0 15px -15px;
	padding: 20px 30px;
	margin-bottom: 25px;
}

section.section-ready-to {
	min-height: 200px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://intourist.ru/info/excursions/_next/static/media/hotelBg.904fbcdb.jpeg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

section.section-ready-to.search-tour {
	background: url(https://intourist.ru/info/excursions/_next/static/media/moreBg.97bcf560.jpg);
}

.sidebar-content section.section-default {
	padding: 15px;
}

/* stars */
.stars-items {
	display: inline-flex;
	font-size: 0;
}
.stars-items .stars-item {
	display: none;
	color: #fbbb16;
	padding: 0;
	font-size: 26px;
	line-height: 1;
	letter-spacing: 6px;
}
.stars-items > .stars-item:before {
	content: "★";
}
.stars-items.stars-1 > .stars-item:nth-child(-n + 1) {
	display: block;
}

.stars-items.stars-2 > .stars-item:nth-child(-n + 2) {
	display: block;
}

.stars-items.stars-3 > .stars-item:nth-child(-n + 3) {
	display: block;
}

.stars-items.stars-4 > .stars-item:nth-child(-n + 4) {
	display: block;
}

.stars-items.stars-5 > .stars-item {
	display: block;
}
/* stars end */

/* scroll tabs */
.scroll-tabs .scroll-tabs__items {
	display: flex;
}

.scroll-tabs ul,
.scroll-tabs ul li {
	padding: 0;
	margin: 0;
}

.scroll-tabs .scroll-tabs__item a {
	background: white;
	color: #0079bf;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	height: 100%;
}

.scroll-tabs .scroll-tabs__item:first-child a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.scroll-tabs .scroll-tabs__item:last-child a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.scroll-tabs .scroll-tabs__item.active a {
	background: #0079bf;
	color: white;
}

/* end scroll tabs */

/* preview gallery */
.preview-gallery__wrapper {
	overflow: hidden;
	border-radius: 6px;
	min-height: 400px;
}

.preview-gallery__item {
	display: block !important;
	height: 100%;
}

.preview-gallery__item img {
	width: 100%;
	object-fit: cover;
	height: 400px;
}

.preview-gallery__items:not(.slick-slider)
> .preview-gallery__item:not(:first-child) {
	display: none !important;
}

.preview-gallery__items .slick-dots {
	bottom: 20px;
}

.preview-gallery__items .slick-arrow {
	bottom: calc(50% - 15px);
	outline: none;
}

.preview-gallery__items .slick-prev {
	left: 10px;
}

.preview-gallery__items .slick-next {
	right: 10px;
}
/* end preview gallery */

/* hotel chars */
section.hotel-chars {
	padding: 20px 0 0 0;
}

.hotel-chars__items {
	display: flex;
	flex-wrap: wrap;
}

.hotel-chars__item {
	flex-basis: calc(100% / 7);
	width: calc(100% / 7 - 40px);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 20px;
}

.hotel-chars__item .icon {
	display: block;
	padding: 0 30px;
}

.hotel-chars__item .icon img {
	max-width: 100px;
	width: 100%;
}

.hotel-chars__item .desc {
	margin-top: 0.4em;
	font-size: 11px;
	font-weight: 600;
	padding: 0 15px;
}
/* end hotel chars */

.about__desc {
	padding-bottom: 15px;
	font-size: 16px;
}

.about__desc.about__desc-icon {
	padding-bottom: 0;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.about__desc.about__desc-icon .about__icon {
	padding-right: 20px;
}

/* labels */
.labels {
	display: flex;
	flex-wrap: wrap;
}

.label-item {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	cursor: default;
	margin-right: 8px;
	padding: 10px 16px;
	background: #0079bf;
	border-radius: 6px;
	color: white;
	font-weight: bold;
	font-size: 11px;
}

.label-item .icon {
	margin-right: 8px;
}
/* end labels */

/* btn search block */
.btn-search-block a {
	text-decoration: none;
	padding: 14px 20px;
	background-color: #fd8c16;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	display: block;
	border-radius: 3px;
	transition: background-color 0.1s ease;
}

.btn-search-block a:hover,
.btn-search-block a:focus {
	box-shadow: 0 3px 15px #fd8c16;
	color: white;
}

.btn-search-block .icon {
	margin-right: 15px;
	margin-left: -15px;
}
/* end btn search block */

/* btn search tour block */
.btn-search-tour-block .info {
	margin-bottom: 15px;
}

.btn-search-tour-block .info__price {
	color: #0079bf;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.btn-search-tour-block .info__price span {
	font-size: 24px;
}

.btn-search-tour-block .info__price-add {
	font-weight: bold;
	font-size: 13px;
}
/* end btn search tour block */

/* map distance */
.map-distance__title {
	font-size: 18px;
	margin-bottom: 1em;
	font-weight: 600;
	text-align: center;
}

.map-distance__address {
	display: flex;
	padding: 10px 0;
}

.map-distance__address .icon {
	margin: 0 15px 0 5px;
}

.map-distance__address .icon i {
	font-size: 30px;
	color: #0079bf;
}

.map-distance__items {
	display: flex;
	flex-wrap: wrap;
}

.map-distance__item {
	flex-basis: 50%;
	padding-left: 5px;
	margin-bottom: 25px;
}

.map-distance__item__wrapper {
	display: flex;
	align-items: center;
}

.map-distance__item .icon {
	margin: 0 15px 0 5px;
}

.map-distance__item .icon i {
	font-size: 30px;
	color: #0079bf;
}

.map-distance__item .info {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-weight: bold;
}

.map-distance__map {
	min-height: 300px;
}

.map-distance__map iframe {
	width: 100%;
	display: block;
	height: 300px;
}
/* end map distance */

/* video */
.video .video-title {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1.5em;
}

.video .video-items .video-el iframe {
	width: 100%;
	max-width: 100%;
	height: 190px;
}
/* end video */

/* expert call */
.expert-call {
	font-size: 16px;
}

.expert-call .expert-call__title {
	font-size: 18px;
	margin-bottom: 1.5em;
	font-weight: 600;
}

.expert-call__items {
	display: flex;
}

.expert-call__item {
	display: flex;
}

.expert-call__info {
	flex-basis: 75%;
}

.expert-call__info-item {
	display: flex;
	flex-direction: column;
}

.expert-call__info-item:not(:last-child) {
	margin-bottom: 1.5em;
}

.expert-call__info-item span {
	margin-top: 0.5em;
}

.expert-call__info-item__number a {
	font-size: 22px;
	font-weight: bold;
	color: #212529;
	text-decoration: none;
}

.expert-call__info-item__number {
	font-size: 14px;
}

.expert-call__info-item__whatsapp a {
	text-decoration: none;
	color: #666;
}

.expert-call_socials {
	display: flex;
	flex-wrap: wrap;
}

.expert-call_social {
	margin-right: 1em;
}

.expert-call_socials svg {
	width: 30px;
}

.expert-call__avatar {
	flex-basis: 25%;
}

.expert-call__avatar img {
	width: 100%;
	border-radius: 6px;
}
/* end expert call */

/* need help */
.need-help__wrapper,
.need-help__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
}

.need-help__header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	width: 100%;
}

.need-help__img-wrapper {
	width: 28px;
	height: 28px;
	margin-right: 16px;
}

.need-help__description-wrapper {
	display: flex;
	flex-direction: column;
}

.need-help__title {
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #000;
}

.need-help__subtitle {
	font-size: 12px;
	line-height: 16px;
	color: #7e8083;
}

.need-help__content form {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.need-help__input-wrapper {
	width: 100%;
	max-width: 200px;
	margin-right: 12px;
	position: relative;
}

.need-help__form-phone {
	height: 40px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	display: flex;
	align-items: center;
	padding: 0 12px;
}

.need-help__form-phone__placeholder {
	position: absolute;
	padding: 12px;
	color: black;
	border-left: 1px solid transparent;
}

.need-help__button-wrapper {
	width: 100%;
	max-width: 150px;
	height: 40px;
}

.need-help__button {
	box-shadow: none;
	border: none;
	padding: 12px 10px;
	color: white;
	background: #0079bf;
	border-radius: 3px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	transition: all 0.15s ease;
}

.need-help__button:hover,
.need-help__button:focus {
	box-shadow: 0 3px 15px #01659f;
}

.need-help__caption {
	color: #7e8083;
	font-weight: 400;
	font-size: 12px;
	line-height: 16.34px;
	padding-top: 25px;
}

.need-help__caption a {
	text-decoration: underline;
	color: #7e8083;
}
/* end need help */

/* gallery */
.gallery-block__items {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery-block__item {
	display: none;
}

.gallery-block__item:nth-child(-n + 8) {
	display: block;
	flex-basis: calc(25% - 20px);
	background-position: center;
	background-size: cover;
	aspect-ratio: 1 / 1;
	margin-bottom: 1.5em;
	border-radius: 6px;
	cursor: pointer;
}
/* end gallery */

/* info block tabs */
.info-block__wrapper {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 4px;
}

.info-block__tabs-block {
	display: flex;
	gap: 40px;
}

.info-block__tabs-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 322px;
	position: relative;
}

.info-block__tabs-list-item {
	padding: 12px 24px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #7e8083;
	cursor: pointer;
}

.info-block__tabs-list-item:hover,
.info-block__tabs-list-item:focus {
	background: #f4f7fa;
}

.info-block__tabs-list-item__active {
	color: #0079bf;
	background: #eff5f9;
}

.info-block__tabs-content {
	width: calc(100% - 362px);
}

.info-block__tabs-content-wrapper {
	height: auto;
	display: none;
}

.info-block__tabs-content-wrapper.info-block__tabs-content-active {
	display: block;
}

.info-block__tabs-hotel-wrapper {
	margin-bottom: 28px;
}

.styles_hotelTopic__dataButton___aylQ {
	width: 100%;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	padding: 12px 30px 12px 16px;
	border-radius: 8px;
	border: 2px solid rgba(0, 121, 191, 0.4);
	background: rgba(0, 121, 191, 0.05);
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 7px;
}

.styles_hotelTopic__header__DxvfN {
	font-size: 20px;
	color: #4a4a4a;
}

.styles_marker__HM6do {
	position: absolute;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.styles_hotelTopic__data__p9Gu2 {
	margin-bottom: 22px;
	overflow: hidden;
	transition: max-height 0.2s ease-in-out;
}

.defaultStyle_content__28VV8 {
	color: #4a4a4a;
}

.styles_hotelTopic__description__BBSFY {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
	text-align: left;
	color: #4a4a4a;
}

.styles_hotelTopic__topics__Gt1wg {
	display: flex;
	flex-direction: column;
}

.styles_divider__Y57Fp {
	width: 100%;
	min-height: 1px;
	background-color: #d9d9d9;
	margin-top: 12px;
	margin-bottom: 12px;
}

.styles_hotelTopic__attributes__08lXs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 28px;
	color: #4a4a4a;
}

.styles_hotelTopic__attributes__item__LEBb6 {
	width: calc(33.3333333333% - 24px);
	margin-bottom: 12px;
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;
}

.styles_hotelTopic__gallery__JGa9F {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	margin-bottom: 28px;
}

.styles_hotelTopic__gallery__JGa9F > div {
	height: 180px;
}

.defaultStyle_content__28VV8 a {
	text-decoration: underline;
	color: #1976d2;
	cursor: pointer;
}

.info-block__bottom-text {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #7e8083;
	max-width: 720px;
	white-space: pre-line;
}
/* end info block tabs */

/* ready to search banner */
.ready-to-search {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ready-to-search__wrapper {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.ready-to-search h2 {
	color: white;
	font-size: 26px;
	font-weight: bold;
}

.btn-to-search {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	padding: 16px 32px;
	border: 2px solid #fff;
	border-radius: 4px;
}

.search-tour .btn-to-search {
	padding: 12px 16px;
	font-size: 18px;
}

.btn-to-search:hover,
.btn-to-search:focus {
	color: white;
	text-decoration: none;
}
/* end ready to search */

/* similar hotels */
.similar-hotels__items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.similar-hotels__items.slick-slider {
	padding-bottom: 45px;
	width: 100%;
    display: block;
}

.similar-hotels__items.slick-slider .slick-slide {
	padding: 0 5px;
}

.similar-hotels__item {
	flex-basis: calc(25% - 10px);
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #8080803d;
	color: #4a4a4a;
	margin-bottom: 10px;
}

.similar-hotels__item:hover,
.similar-hotels__item:focus {
	color: #4a4a4a;
}

.similar-hotels__thumb {
	position: relative;
	min-height: 220px;
}

.similar-hotels__labels {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	padding: 10px;
	width: 100%;
}

.similar-hotels__label {
	padding: 10px 14px;
	color: white;
	background: #1cba1c;
	border-radius: 6px;
	font-size: 11px;
}

.similar-hotels__thumb-img {
	min-height: 220px;
	background-position: center;
	background-size: cover;
}

.similar-hotels__name {
	padding: 8px;
	width: 100%;
	font-weight: bold;
	color: white;
	font-size: 16px;
	position: absolute;
	bottom: 0;
}

.similar-hotels__preview {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 10px;
	position: relative;
	min-height: 100px;
}

.similar-hotels__tags {
	display: flex;
	flex-wrap: wrap;
}

.similar-hotels__tag {
	font-size: 10px;
	background: white;
	padding: 3px 6px;
	color: #4a4a4a;
	border: 1px solid #4a4a4a;
	margin-right: 4px;
	margin-bottom: 4px;
}

.similar-hotels__address,
.similar-hotels__dates {
	margin-top: 0.5em;
	font-weight: bold;
}

.similar-hotels__result-info {
	font-weight: bold;
	margin-top: 1.5em;
	display: flex;
	justify-content: space-between;
}

.similar-hotels__price {
	color: #0079bf;
	font-size: 20px;
	white-space: nowrap;
}

.similar-hotels .slick-arrow {
	position: absolute;
	z-index: 10;
	bottom: 0;
	background: #f1f4f8;
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #0079bf;
	cursor: pointer;
	outline: none;
}

.similar-hotels .slick-prev {
	right: 45px;
}

.similar-hotels .slick-next {
	right: 0;
}

.similar-hotels .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 8px;
}

.similar-hotels .slick-dots li {
	margin: 0 6px;
}

.similar-hotels .slick-dots li:not(.slick-active) {
	margin-top: 2px;
}

.similar-hotels .slick-dots li:not(.slick-active) button {
	width: 8px;
	height: 8px;
	background-color: #7e80833b !important;
}
/* end similar hotels */

/* price booking */
.price-booking #packagetour label span {
	display: none;
}

.price-booking #packagetour label {
	font-size: 14px;
}

.price-booking #inner-offers-search-form .btn.btn-secondary {
	margin-top: 25px !important;
	background-color: #fd8c16;
	border-color: #fd8c16;
}

.price-booking #inner-offers-search-form .btn.btn-secondary:hover,
.price-booking #inner-offers-search-form .btn.btn-secondary:focus {
	box-shadow: 0 3px 15px #fd8c16;
}

.price-booking .enough-quota {
	border-radius: 3px;
}

.price-booking #tsoperator-offers__packagetours {
	font-size: 14px;
}

.price-booking #tsoperator-offers__packagetours .btn.btn-secondary {
	padding: 0 2px !important;
	font-size: 14px;
}

.price-booking__content {
	/*display: flex;*/
}

.price-booking .slick-track {
	max-height: 300px;
}

.price-booking
.tsoperator__offers
.ts_offer-card
.card-header
.list-style-none
img {
	max-height: 300px;
}

/*.price-booking .tsoperator__offers .ts_offer-card .card-header .curr-light-gallery {*/
/*    max-width: 300px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    max-height: 300px;*/
/*}*/

/*.price-booking .tsoperator__offers .ts_offer-card .card-header .curr-light-gallery .slick-list {*/
/*    max-width: 300px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    max-height: 300px;*/
/*}*/

section.section-default.price-booking #HD_DESC {
	box-shadow: none;
	padding: 0;
}

section.section-default.price-booking #HD_DESC .TVExtSearchForm.TVTheme1 {
	min-width: unset;
	width: 100%;
}

@media screen and (max-width: 1315px) {
	.price-booking #inner-offers-search-form {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.price-booking #inner-offers-search-form > div {
		flex-basis: calc(25% - 10px);
		margin: 0 !important;
	}
}

@media screen and (max-width: 1000px) {
	.price-booking #inner-offers-search-form {
		flex-direction: column;
	}
	
	.price-booking #inner-offers-search-form > div,
	.price-booking #inner-offers-search-form > * {
		flex-basis: 100%;
		width: 100%;
		padding-bottom: 1em;
	}
}
/* end price booking */

/* modal tour places */
.modal-tour-places .modal-dialog {
	width: 100%;
	max-width: 768px;
}

.modal-tour-places .modal-content {
	padding: 60px 30px 30px 30px;
}

.modal-tour-places .close {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 3px solid black;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 20px;
	top: 20px;
	outline: none;
}

.modal-tour-places__thumb {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.modal-tour-places__thumb img {
	width: 100%;
	max-width: 575px;
}

.modal-tour-places__items {
	padding-bottom: 45px;
}

.tour-places__item {
	cursor: pointer;
}

.tour-places__item:hover {
	color: #4a4a4a;
}

.tour-places__item:not(:nth-child(-n + 4)) {
	display: none;
}

.modal-tour-places__preview-title {
	font-size: 28px;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

.modal-tour-places__preview-desc {
	font-size: 16px;
}

.modal-tour-places .slick-arrow {
	bottom: 0;
	outline: none;
}

.modal-tour-places .slick-next {
	right: 0;
}

.modal-tour-places .slick-prev {
	right: 45px;
}

.modal-tour-places__items:not(.slick-slide)
.modal-tour-places__item:not(:nth-child(1)) {
	display: none;
}
/* end modal tour places */

/* tour places */
.tour-places__items {
	display: flex;
	position: relative;
	padding-bottom: 15px;
}

.tour-places__items .slick-arrow {
	bottom: 50%;
	transform: scale(0.85);
	outline: none;
}

.tour-places__items .slick-next {
	right: -25px;
}

.tour-places__items .slick-prev {
	left: -25px;
}

.tour-places .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -8px;
}

.tour-places .slick-dots li {
	margin: 0 6px;
}

.tour-places .slick-dots li:not(.slick-active) {
	margin-top: 2px;
}

.tour-places .slick-dots li:not(.slick-active) button {
	width: 8px;
	height: 8px;
	background-color: #7e80833b !important;
}

.tour-places__items .slick-track .slick-slide {
	padding: 0 10px;
}

.tour-places__item {
	flex-basis: calc(25% - 20px);
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #8080803d;
	color: #4a4a4a;
}

.tour-places__thumb {
	height: 85px;
	background-size: cover;
	background-position: center;
}

.tour-places__desc {
	padding: 10px 10px 25px 10px;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}
/* end tour places */

/* tour program */
.tour-program__title {
	position: relative;
	padding-bottom: 20px;
}

.tour-program__download {
	position: absolute;
	top: 0;
	right: 0;
}

.btn-tour-program {
	font-size: 14px;
	padding: 5px 15px;
	background: transparent;
	border-radius: 4px;
	color: #0079bf;
	border: 2px solid #0079bf;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-tour-program .icon {
	font-size: 21px;
	margin-right: 10px;
}

.tour-program__spoilers {
	display: flex;
	flex-direction: column;
}

.tour-program__spoiler {
	padding: 30px 0;
	border-top: 1px solid #8080803d;
	cursor: pointer;
}

.tour-program__spoiler-header {
	position: relative;
	color: #0079bf;
	font-size: 20px;
	padding-right: 60px;
	display: flex;
	align-items: center;
}

.tour-program__spoiler-header b {
	white-space: pre;
}

.tour-program__spoiler-header .spoiler-title {
	padding-left: 2em;
	font-weight: bold;
	font-size: 21px;
}

.tour-program__spoiler-header .spoiler-arrow {
	position: absolute;
	right: 0;
	top: calc(50% - 12px);
	transition: transform 0.3s ease;
}

.tour-program__spoiler-open .tour-program__spoiler-header .spoiler-arrow {
	transform: rotate(-180deg);
}

.tour-program__spoiler-content {
	padding: 30px 0;
}

.tour-program__spoiler-content p {
	margin: 0.9em 0;
}
/* end tour program */

/* group label */
.group-label {
	margin-bottom: 1em;
	color: black;
	font-size: 13px;
	font-weight: bold;
}

.group-label .desc {
	margin-left: 0.4em;
}
/* end group label */

/* tour chars */
.tour-chars__items {
	display: flex;
	flex-direction: column;
}

.tour-chars__item {
	display: flex;
	font-size: 16px;
}

.tour-chars__item:not(:last-child) {
	margin-bottom: 10px;
}

.tour-chars__item .left,
.tour-chars__item .right {
	display: flex;
	align-items: center;
}

.tour-chars__item .left {
	flex-basis: 65%;
}

.tour-chars__item .right {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.tour-chars__item .icon {
	color: #0079bf;
	font-size: 28px;
	margin-right: 10px;
}

.tour-chars__item .text .tooltip-icon {
	margin: 0 7px;
}
/* end tour chars */

/* hotels block */
.hotels-block__title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}

.hotels-block__title .tooltip-icon {
	margin-left: 5px;
}

.hotels-block__items {
	display: flex;
	padding: 0 20px 20px 20px;
}

.hotels-block__items .slick-arrow {
	bottom: 50%;
	outline: none;
}

.hotels-block__items .slick-next {
	right: -12px;
}

.hotels-block__items .slick-prev {
	left: -12px;
}

.hotels-block__items .slick-slide {
	padding: 0 5px;
}

.hotels-block__item {
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #8080803d;
}

.hotels-block__items:not(.slick-slider) .hotels-block__item {
	display: none;
}

.hotels-block__items:not(.slick-slider) .hotels-block__item:nth-child(1) {
	display: unset;
	width: 100%;
}

.hotels-block__thumb {
	background-position: center;
	background-size: cover;
	height: 100px;
}

.hotels-block__preview {
	padding: 15px;
}

.hotels-block__name {
	font-size: 18px;
	font-weight: bold;
}

.hotels-block__item .stars-items .stars-item {
	margin-left: -2px;
	letter-spacing: 0;
	font-size: 14px;
}

.hotels-block__address {
	margin-top: 0.3em;
}

.hotels-block .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -3px;
}

.hotels-block .slick-dots li {
	margin: 0 6px;
}

.hotels-block .slick-dots li:not(.slick-active) {
	margin-top: 2px;
}

.hotels-block .slick-dots li:not(.slick-active) button {
	width: 8px;
	height: 8px;
	background-color: #7e80833b !important;
}
/* end hotels block */

/* tour including */
.tour-including__block-title {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 1em;
	color: #343a40;
}

.tour-including__blocks {
	display: flex;
}

.tour-including__block.left {
	border-right: 2px solid #8080803d;
}

.tour-including__block.right {
	padding-left: 40px;
}

.tour-including__block {
	flex-basis: 50%;
}

.tour-including__block.left ul li:before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	background-image: url("../img/li-check.svg");
	background-size: contain;
	background-position: center;
	left: 8px;
	top: 1px;
}

.tour-including__block.right ul li:before {
	content: "";
	width: 8px;
	height: 2px;
	left: 8px;
	top: 8px;
	display: block;
	position: absolute;
	background: orange;
	border-radius: 2px;
}

.tour-including__block ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 1em;
	font-weight: 500;
}
/* end tour including */

/* callback fullwidth form (ext) */
.styles_layout__forms_wrapper__9Ccvg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #eff5f9;
	margin-bottom: 20px;
}

.styles_layout__forms_wrapper__forms__Lc4rK {
	max-width: 1232px;
	width: 100%;
}

.styles_container__help__YrBhx {
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
}

.styles_help__jGMyO {
	display: flex;
	flex-direction: column;
	padding: 40px 0 0 40px;
}

.styles_help__imageMobile__d4Sna {
	display: none;
}

.styles_help__title__RB3uY {
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	color: #000;
	margin-bottom: 16px;
}

.styles_help__text__E8RZj {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	color: #7e8083;
	margin-bottom: 24px;
}

.styles_form__V0_o4 {
	display: flex;
	width: 510px;
	margin-bottom: 24px;
}

.styles_form__input__HJB05 {
	display: inline;
	width: 240px;
	margin-right: 24px;
	position: relative;
}

.styles_form__input__item__3y_kM {
	padding: 11px 25px;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	font-size: 18px;
	line-height: 25px;
	background: #fff;
	color: #4a4a4a;
	width: 100%;
}

.styles_form__input__item__first_letter__TM9dY {
	color: #4a4a4a;
	position: absolute;
	left: 26px;
	top: 12px;
	font-size: 18px;
	line-height: 25px;
}

.styles_form__button__vFguf {
	height: 48px;
	width: 221px;
	min-height: 48px;
}

.styles_blue-shadow__MVeVI {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	width: inherit;
	height: inherit;
	background-color: #0079bf;
	color: #fff;
	border-radius: 4px;
	transition: background-color 0.2s;
	border: none;
	cursor: pointer;
}

.styles_blue-shadow__MVeVI:hover {
	box-shadow: 0 3px 15px #489ed0;
}

.styles_help__agreement_text__XrvyB {
	max-height: 22px;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #7e8083;
	display: flex;
	align-items: center;
}

.styles_help__jGMyO .styles_checkbox__EpdjF {
	width: 22px;
	height: 22px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.styles_help__jGMyO .styles_checkbox__input__i8fGz {
	display: none;
}

.styles_help__jGMyO .styles_checkbox__span__m7T4p {
	width: 22px;
	height: 22px;
	background-image: url(https://intourist.ru/info/excursions/_next/static/media/checkbox_unchecked.b1957ff6.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
}

.styles_help__caption__SOYxa {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #7e8083;
}

.styles_help__caption__link__Nlk4q {
	text-decoration: underline;
	cursor: pointer;
}

.styles_help__image__no0bZ {
	display: flex;
}

.styles_help__jGMyO .styles_checkbox__input__i8fGz:checked + span {
	width: 22px;
	height: 22px;
	background-image: url(https://intourist.ru/info/excursions/_next/static/media/checkbox_checked.291fcb2b.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	margin-left: 1px;
}



@media screen and (max-width: 767px) {
	.styles_help__jGMyO {
		align-items: center;
		padding: 16px;
	}
	
	.styles_help__imageMobile__d4Sna {
		display: block;
	}
	
	.styles_help__title__RB3uY {
		font-size: 24px;
		line-height: 27px;
		text-align: center;
	}
	
	.styles_help__text__E8RZj {
		padding: 0 16px;
		font-size: 20px;
		line-height: 120%;
		text-align: center;
	}
	
	.styles_form__V0_o4 {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	
	.styles_form__input__HJB05 {
		margin-right: 0;
		margin-bottom: 24px;
		width: 100%;
	}
	
	.styles_form__input__item__3y_kM {
		font-size: 20px;
	}
	
	.styles_form__input__item__first_letter__TM9dY {
		font-size: 20px;
	}
	
	.styles_form__button__vFguf {
		width: 100%;
	}
	
	.styles_help__agreement_text__XrvyB {
		margin-left: 0;
		text-align: center;
		max-height: none;
		align-items: start;
		width: 100%;
	}
	
	.styles_help__caption__SOYxa {
		font-size: 12px;
		line-height: 16px;
		text-align: start;
	}
	
	.styles_help__image__no0bZ {
		display: none;
	}
	
	.styles_form__input__HJB05 {
		margin-right: 0;
		margin-bottom: 24px;
		width: 100%;
	}
}
/* end callback fullwidth form (ext) */

@media screen and (max-width: 1340px) {
	.need-help__img-wrapper {
		display: none;
	}
	
	.need-help__header {
		width: 100%;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	
	.need-help__subtitle {
		font-size: 16px;
		margin-top: 0.5em;
	}
	
	.need-help__content form {
		flex-direction: column;
		align-items: center;
	}
	
	.need-help__input-wrapper {
		margin: 0 0 0.5em;
		max-width: unset;
	}
	
	.need-help__form-phone {
		width: 100%;
	}
	
	.need-help__button-wrapper {
		max-width: unset;
	}
	
	.need-help__button {
		width: 100%;
	}
	
	.need-help__caption {
		text-align: center;
	}
}

@media screen and (max-width: 1200px) {
	.expert-call__info-item__number a {
		font-size: 19px;
	}
	
	.tour-chars__item {
		font-size: 14px;
	}
}

@media screen and (max-width: 1100px) {
	.map-distance__item {
		flex-basis: 100%;
	}
	
	.similar-hotels__item {
		flex-basis: calc(33% - 10px);
	}
}

@media screen and (max-width: 1000px) {
	.hotel-chars__item {
		flex-basis: calc(100% / 6);
		width: calc(100% / 6 - 40px);
	}
	
	.tour-chars__item {
		font-size: 12px;
	}
	
	.tour-chars__item .icon {
		font-size: 19px;
	}
	
	.tour-chars__item .left .text {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	.scroll-tabs {
		display: none;
	}
	
	.map-distance__item {
		flex-basis: 50%;
	}
	
	.gallery-block__item:nth-child(7),
	.gallery-block__item:nth-child(8) {
		display: none;
	}
	
	.gallery-block__item:nth-child(-n + 6) {
		flex-basis: calc(33% - 10px);
	}
	
	.similar-hotels__item {
		flex-basis: calc(50% - 10px);
	}
	
	.info-block__tabs-block {
		flex-direction: column;
	}
	
	.info-block__tabs-list {
		flex-direction: row;
		width: 100%;
	}
	
	.info-block__tabs-list__wrapper {
		display: flex;
		overflow: auto;
		width: 100%;
	}
	
	.info-block__tabs-list-item {
		white-space: nowrap;
	}
	
	.info-block__tabs-content {
		width: 100%;
	}
	
	.tour-including__blocks {
		flex-direction: column;
	}
	
	.tour-including__block {
		flex-basis: 100%;
	}
	
	.tour-including__block.left {
		border-right: none;
	}
	
	.tour-including__block.right {
		margin-top: 1em;
		padding-left: 0;
	}
}

@media screen and (max-width: 575px) {
	.hotel-chars__item {
		flex-basis: calc(100% / 4);
		width: calc(100% / 4 - 40px);
	}
	
	.gallery-block__item:nth-child(5),
	.gallery-block__item:nth-child(6) {
		display: none;
	}
	
	.gallery-block__item:nth-child(-n + 4) {
		flex-basis: calc(50% - 10px);
	}
	
	.similar-hotels__item {
		flex-basis: 100%;
	}
	
	.ready-to-search h2 {
		font-size: 18px;
	}
	
	.search-tour .btn-to-search {
		font-size: 13px;
		padding: 5px 10px;
	}
	
	.info-block__tabs-list-item {
		font-size: 12px;
		padding: 6px 12px;
	}
	
	.tour-program__download {
		position: relative;
	}
	
	.tour-program__spoiler-header .spoiler-title {
		font-size: 17px;
	}
}

@media screen and (max-width: 380px) {
	.hotel-chars__item {
		flex-basis: calc(100% / 3);
		width: calc(100% / 3 - 40px);
	}
}

.footer_requisites ul {
	width: max-content;
	margin-left: auto;
}

@media screen and (max-width: 767px) {
	.footer_requisites ul {
		margin: 0 auto;
		margin-top: 10px;
	}
}

.cookie-notice {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	margin-bottom: 20px;
	transform: translateX(-50%);
	max-width: 600px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	padding: 15px 20px;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	font-size: 14px;
}

.cookie-notice a {
	color: #725aff;
	text-decoration: underline;
}

.cookie-buttons {
	margin-top: 10px;
}

.cookie-buttons .btn {
	margin-right: 10px;
}


.online-chat-root-TalkMe{
	position: relative !important;
	z-index: 9998 !important;
}

/*style25*/





.cp-btn {
	border-radius: 500px;
	background: rgb(0, 182, 170);
	padding: 10px 30px;
	color: rgb(255, 255, 255);
	font-family: Manrope;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
}
.cp-btn:hover{
	background: rgb(68, 81, 221);
	color: rgb(255, 255, 255);
}

.tab-pane .cp-btn {
	margin-top: 20px;
	display: inline-block;
}

.swiper-recomendation .swiper.swiper-horizontal {
	margin-right: -30px;
}

.main-header {
	background: none;
	box-shadow: none;
}
.main-header .container {
    padding: 0px 35px;
}

.navbar-brand img {
	height: 40px;
}
.phone-box {
	padding: 5px 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.phone-box a {
	color: #000;
	text-decoration: none;
}
 

header.main-header .navbar {
	background: #fff;
	border-radius: 390px;
	padding: 8px 20px;
	border:1px solid transparent;
	transition:0.3s;
}
header.main-header.sticky .navbar {
	border:1px solid #a6a6a6;
}
header.main-header.otherpage .navbar {
    background: none;
    border: none !important;
}
header.main-header.otherpage.sticky .navbar {
    border: none !important;
}

.main-header  .navbar-nav .nav-link {
	color: rgb(0, 0, 0, 0.3);
	font-family: Manrope;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	padding: 0 10px;
}			

.main-header  .navbar-nav .nav-item.active .nav-link, .main-header  .navbar-nav .nav-item:hover .nav-link {
	color: rgb(100, 120, 255);
}
.main-header  a.navbar-brand img {
	max-height: 28px;
	max-width: 132px;
}
a.soc-header-item {
	text-align: center;
	margin-right:5px;
}
a.soc-header-item i {
	display: inline-block;
	height: 21px;
	width: 21px;
	transition:0.3s;
	background-size:cover;
}
a.soc-header-item:hover i {
	transform: scale(1.1);
}

a.soc-header-item .telegram {
	background-image: url(/local/templates/travelsoft/img/tg.svg);
}

a.soc-header-item .whatsapp {
	background-image: url(/local/templates/travelsoft/img/wa.svg);
}
.phone-box {
	box-sizing: border-box;
	border: 1px solid rgb(100, 120, 255, 0.32);
	border-radius: 22px;
	background: none;
	width: 164px;
	height: 34px;
	margin-left: 20px;
}
.phone-box a {
	color: rgb(0, 0, 0, 0.5);
	font-family: Manrope;
	font-size: 14px;
	font-weight: 300;
	line-height: 110%;
	text-align: left;
}
.icon-btn {
	background-color: #4d6dfb;
	color: white;
	border-radius: 50%;
	padding: 10px;
	width: 34px;
	height: 34px;
	transition:0.3s;
}
a.icon-btn.telephone {
	left: -25px;
}
.icon-btn.person-cp {
	background: rgb(0, 182, 170);
}

a.icon-btn:hover {
	transform: scale(1.1);
}

a.icon-btn i {
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	display: inline-block;
	background-position: 0px 0px;
	background-size: 14px;
}
i.telephone-ico {
	background: url(/local/templates/travelsoft/img/call.svg);
}
i.person-cp-ico{
	background: url(/local/templates/travelsoft/img/person-fill.svg);
}
.main-header .mob-head-icon{
	display:none;
	
}

a.btn-cp.mobilehbtn {
	display: none;
}
nav.navbar.navbar-expand-lg {
	width: 100%;
}


footer h5 {
    color: rgb(67, 81, 221);
    font-family: Manrope;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
}
footer li a {
    color: rgb(0, 0, 0,0.6);
    font-family: Manrope;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
footer li{
	margin-bottom:10px;
	color: rgb(0, 0, 0,0.6);
	font-family: Manrope;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
}
footer  p.text-muted.small.mt-3 {
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: left;
}
footer .soc-footer a {
    background: rgb(228, 231, 253);
    width: 40px;
    height: 40px;
	border-radius:40px;
	margin-right:10px;
	    background-repeat: no-repeat;
    background-position: 50% 50%;
	transition:0.3s;
}
footer .soc-footer a:hover {
    background-color: #6478FF;
}
footer .soc-footer {
    margin-top: 50px;
}
footer .soc-footer .wa{
	background-image:url(../img/brand-whatsapp.svg);
}
footer .soc-footer .wa:hover{
	background-image:url(../img/brand-whatsapp-h.svg);
}
footer .soc-footer .tg{
	background-image:url(../img/brand-telegram.svg);
}
footer .soc-footer .tg:hover{
	background-image:url(../img/brand-telegram-h.svg);
}

.bottomfooter a{
	color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-decoration-line: underline;
}
.bottomfooter a:hover{
	color:#6478FF !important;
} 

.yanmap .col-12 > div {
	border-radius: 30px;
}

h3 {
	color: rgb(0, 0, 0);
	font-family: Manrope;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
	letter-spacing: 0%;
	text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}	
h3 span{
	opacity: 0.4;
}
img {
    max-width: 100%;
}

.modal-content {
    border-radius: 20px;
    box-shadow: 0px 8px 10px -6px rgba(41, 50, 60, 0.1), 0px 60px 64px -5px rgba(41, 50, 60, 0.1);
    background: rgb(255, 255, 255);
}
.modal-header {
    text-align: center;
    display: inline-block !important;
	border: none !important;
}
.modal-title {
    margin-bottom: 0;
    color: rgb(26, 25, 30);
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1%;
    text-align: center;
}
.modal-body {
    color: rgb(26, 25, 30);
    font-family: Manrope;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
	border: none;
}
.modal-footer {
    border: none !important;
    text-align: center;
    display: inline-block;
}
.modal button.btn.btn-secondary, .ctmodal .btn {
    border-radius: 150px;
    background: rgb(100, 120, 255);
	width: 100%;
    padding: 23px;
}

.modal button.btn.btn-secondary:hover, .ctmodal .btn:hover {
	background: rgb(0, 182, 170);
}
.modal-header .close {
    position: absolute;
    top: 25px;
    right: 25px; 
}

.ctmodal  .modal-title {
    color: rgb(26, 25, 30);
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
}
.ctmodal input {
    box-sizing: border-box;
    border: 1px solid rgba(26, 25, 30, 0.1);
    border-radius: 150px;
	padding:16px;
}
.ctmodal textarea {
    box-sizing: border-box;
    border: 1px solid rgba(26, 25, 30, 0.1);
    border-radius: 30px;
	padding:16px;
min-height: 132px;
max-height: 132px;
}
.ctmodal select {
    box-sizing: border-box;
border: 1px solid rgba(26, 25, 30, 0.1);
border-radius: 150px;
	padding:16px;
	    width: 100%;
}
.ctmodal label.form-label {
    color: rgb(26, 25, 30);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    width: 100%;
	margin-bottom:10px;
}
.ctmodal label.form-check-label {
    font-family: Manrope;
    font-size: 12px;
    font-weight: 300;
    line-height: 120%;
    text-align: left;
}
.ctmodal button.close {
    position: absolute;
    right: 25px;
    display: inline-block;
    width: auto;
    top: 25px;
}
.ctmodal .select2-container {
    width: 100% !important;
	    text-align: left;
}
.ctmodal .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(26, 25, 30, 0.1);
    border-radius: 30px;
    padding: 16px;
    height: 64px;
	    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.main-header.otherpage {
    background: #4351DD;
	    position: sticky;
		    top: 0;
}
header.main-header.otherpage .container {
    background: none;
    border-radius: 0px;
    padding: 8px 15px;
}
.main-header.otherpage .navbar-nav .nav-link {
    color: rgb(255, 255, 255, 0.3);
}
.main-header.otherpage .navbar-nav .nav-item.active .nav-link, .main-header.otherpage .navbar-nav .nav-item:hover .nav-link {
    color: #FFFFFF;
}
.main-header.otherpage a.soc-header-item .telegram {
    background-image: url(/local/templates/travelsoft/img/tg-w.svg);
}
.main-header.otherpage a.soc-header-item .whatsapp {
    background-image: url(/local/templates/travelsoft/img/wa-w.svg);
}
.main-header.otherpage .phone-box {
    display: none;
}
.main-header.otherpage i.person-cp-ico {
    background-image: url(/local/templates/travelsoft/img/person-fill-g.svg);
}
.main-header.otherpage .icon-btn.person-cp {
    background: rgb(255 255 255);
}
.main-header.otherpage a.icon-btn.telephone {
    left: -0px;
    margin-right: 10px;
    margin-left: 15px;
}
.modal button.close {
    background: url(../img/closed.svg);
    width: 20px !important;
    height: 20px;
    background-position: 50% 50%;
    background-size: cover;
	right: 25px;
    top: 25px;
}

button.close span {
    display:none;
}



input:required:user-invalid:not([type="checkbox"]):not([type="radio"]),
textarea:required:user-invalid,
select:required:user-invalid {
    border: 2px solid #f73535 !important;
    box-shadow: 0 0 0 .2rem rgba(182, 0, 7, 0.3) !important;
    outline: none;
}

input:required:valid,
textarea:required:valid,
select:required:valid {
   
}

@media (max-width: 1025px) {
	.main-header {
		padding: 10px 0px;
	}
	.phone-box {
		display: none;
	}
	a.icon-btn.telephone {
		left: 0;
		margin-right: 10px;
		margin-left: 20px;
	}
	
	
}

@media (max-width: 992px) {
	.phone-box {
		flex-direction: column;
		align-items: flex-start;
	}
	
	
	.main-header {
		padding: 0;
	}
	.main-header .container {
		padding: 14px 14px 14px 14px;
	}
	.main-header button.navbar-toggler {
		background: rgb(100, 120, 255);
		width: 26px;
		height: 26px;
		border-radius: 26px;
		display: inline-block;
		text-align: center;
		padding: 0;
		position: relative;
	}
	.main-header span.navbar-toggler-icon {
		border: 0.8px solid rgb(255, 255, 255);
		height: 0;
		width: 10.83px;
		position: absolute;
		left: 7px;
	}
	
	
	
	/* Бургер (по умолчанию) */
	.main-header .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(1) {
		transform: none;
		top: 8px;
		transition:0.3s;
	}
	
	.main-header .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(2) {
		opacity: 1;
		top: 12px;
	}
	
	.main-header .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
		transform: none;
		top: 16px;
		transition:0.3s;
	}
	
	/* Крест (когда кнопка не .collapsed) */
	.main-header .navbar-toggler .navbar-toggler-icon:nth-child(1) {
		transform: rotate(45deg);
		top: 10px;
		transition:0.3s;
	}
	
	.main-header .navbar-toggler .navbar-toggler-icon:nth-child(2) {
		opacity: 0;
		transition:0.1s;
	}
	
	.main-header .navbar-toggler .navbar-toggler-icon:nth-child(3) {
		transform: rotate(-45deg);
		top: 10px;
		transition:0.3s;
	}
	
	
	
	.main-header .container {
		width: 100%;
	}
	.main-header a.navbar-brand img {
		max-height: 28px;
		max-width: 113px;
	}
	.main-header .mob-head-icon{
		display: flex;
		text-align: right;
		justify-content: right;
		width: 75px;
	}
	.main-header .mob-head-icon .icon-btn {
		border-radius: 50%;
		padding: 8px;
		display: flex !important;
		width: 25px !important;
		height: 25px !important;
	}
	
	.main-header .mob-head-icon a.icon-btn i {
		width: 25px;
		height: 25px;
		background-size: 11px;
		background-position: -1px -1px;
	}
	
	.main-header .mob-head-icon a.icon-btn.telephone {
		left: 0px;
		margin-right:8px;
	}
	.swiper-recomendation {
		position: relative; 
	}
	
	.main-header .navbar-collapse {
                position: absolute;
        top: -30px;
        z-index: -1;
        background: #fff;
        right: 0;
        padding: 140px 0 0 0;
        width: 100vw;
        padding-bottom: 30px;
    }
	.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    border-radius: 0px;
    text-align: center;
    margin-bottom: 10px;
}
	
	.main-header.otherpage .navbar-collapse {
		background: #4351dd;
		left: -20px;
	}
	
	.main-header .navbar-nav .nav-link {
		margin-bottom: 30px;
	}
	
	.main-header .navbar-collapse .soc-header, .main-header  .icon-btn, .main-header  .phone-box {
		display: none !important;
	}
	header.main-header .navbar {
		padding: 8px 20px;
		border-radius: 390px;
	}
	
	a.btn-cp.mobilehbtn {
		display: inline-block;
		color: rgb(255, 255, 255);
		font-family: Manrope;
		font-size: 14px;
		font-weight: 700;
		line-height: 120%;
		letter-spacing: 0%;
		text-align: center;
		border-radius: 390px;
		background: rgb(0, 182, 170);
		padding:24px 84px;
	}
	.main-header .navbar-collapse {
		text-align: center;
	}
	.main-header .navbar-nav .nav-link {
		font-size: 14px;
		padding: 0 10px;
	}
	
	    header.main-header.otherpage .container {
        border: none;
    }
	
}




@media (max-width: 768px) {
	
	h3{
		font-size: 26px;
		text-align: left;
		line-height: 120%;
	}
	
	
	.swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px; /* или сколько тебе нужно отступа */
}
 

	.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 20px !important;
}

.swiper-pagination span.swiper-pagination-bullet {
    width: 4px;
    border-radius: 4px;
    height: 4px;
}
	
	
}


