/*Всплывающая подсказка*/
#usluga-1, #usluga-3 {
  position: relative;
  color: red;
  cursor: pointer;
  text-decoration: underline dashed 1px;
}
 
.btnform {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  background: #00aeef;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
}

.btnform:hover {
  color: #ffffff;
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
/* Задаем общий стиль всплывающей подсказки для нужных элементов*/
#usluga-1:hover:before, #usluga-3:hover:before {
  font-size: 13pt; /*размер шрифта*/
  position: absolute;
  width: 300px;
  color: #000; /*цвет текста*/
  background: #ffffff; /*фон*/
  padding: 5px;
  border-radius: 4px;
  bottom: 25px;
  left: 50px;
  box-shadow: 0 2px 10px rgb(225 225 225), 2px 2px 15px rgb(225 225 225);
}
 
/* Добавляем текст в конкретной всплывающей подсказке */
#usluga-1:hover:before {
  content: "Рюкзак 80-85 литров;  Треккинговые палки;  Очки спортивные;  Фонарь налобный;  Маска горнолыжная;  Кошки альпинистские;  Карабин альпинистский 2шт.;  Беседка страховочная;  Ледоруб;  Пончо накидка от дождя;  Ветро-влагозащитная куртка с капюшоном;  Ветро-влагозащитные штаны;  Флисовая кофта;  Альпинистские ботинки;  Пуховка;  Бахилы утеплённые; Тёплые пуховые варежки (верхонки).";
}
#usluga-3:hover:before {
  content: "Текст для услуги 3";
}

/*конец вспывашки*/

.melbrus h3 {
	text-align: center;
}
#sp-page-builder .sppb-section-title {
	margin-bottom: 0px;
}
.melbrus .sppb-nav-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}
.melbrus .sppb-nav-tabs > li {
	text-align: center;
	margin-right:auto;
}
.melbrus .sppb-nav-tabs > li > a {
	font-size: 14px;
	font-weight: bolder;
	line-height: 2rem;
	padding: 0;
	background: #e6f1f5;
	vertical-align: middle;
	position: relative;
	height: 2rem;
	width: 9rem;
	color: #183645;
		text-transform: uppercase;
			border-radius: 5px;
}

.melbrus .sppb-nav-tabs > li.active > a, .melbrus .sppb-nav-tabs > li.active > a:focus, .melbrus .sppb-nav-tabs > li.active > a:hover,.melbrus .sppb-nav-tabs > li > a:hover {
	background-color: #ff4e00;
	border-bottom-color: none;
	color: white;
}
.melbrus .sppb-nav-tabs > li.active > a::after {
	content: '';
	position: absolute;
	top: 1.9rem;
	left: 47%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #ff4e00;
}
*/
.prices__table-body {
	margin-top: 1,6rem;
}
.tables_main-table {
	width: 100%;
}
.eldata .table {
	display: table;
}
.fonts_text8 {
	font-size: .8rem;
	font-weight: normal;
}
.tables_tab-head {
	background-color: #e6f1f5;
}
.table-row {
	display: table-row;
}
.tables_table-cells {
		font-size: .8rem;
	display: table-cell;
	padding: .8rem 0;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #e6f1f5;
	width: 19rem;
}
.prices__table-cells:first-child {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.prices__table-cells:last-child {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
.buttons_btn-field {
	display: inline-block;
	min-width: 7.9rem;
	height: 1.5rem;
	padding: .4rem .5rem;
	border-radius: 0.25rem;
	text-align: center;
	text-decoration: none;
	font-size: .7rem;
	line-height: .8rem;
	box-sizing: border-box;
}
.buttons_btn-field._blue-button {
	background-color: #00a3e5;
	border: none;
	color: white;
	text-transform: uppercase;
	transition: 0.2s linear;
}

.pricedata table {
  display: block;
  overflow: auto;
  max-width: 100%;
}
.pricedata table,.pricedata table th, .pricedata table td {
	border:1px solid;
}
.pricedata table th:first-child, .pricedata table td:first-child {
width: 60%;
}
.pricedata table th:not(:first-child), .pricedata table td:not(:first-child) {
width: 10%;
text-align: center;
}
.pricedata img{display: inline;}
@media (max-width:1004px) {
.melbrus .sppb-nav-tabs > li > a {
width: 7rem;
}}
.check_left {
	display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
text-align: center;
}
.ext-item-wrap  .readmore  {
	padding: 8px 5px 5px 5px;
	display: block;
	max-width: 260px;
	text-align: center;
	text-decoration: none;
	color: #4eb543;
	font-size: 16px;
	transition: .3s;
	border: 1px solid transparent;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 1.25;
	border-radius: 4px;
	border-color: #4eb543;
}

.fiz_podg .webfactor_go, .vibor .ext-item-wrap  .webfactor_go, .ext-item-wrap .readmore, .check_list  .popup-with-form ,
.vibor_snar .popup-with-form  {
	padding: 8px 5px 5px 5px;
	display: inline-block;
	min-width: 200px;
	text-align: center;
	text-decoration: none;
	border-bottom: 3px solid rgb(0, 120, 177);
	background-color: rgb(0, 129, 187);
	border-color: rgb(0, 83, 117);
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	transition: .3s;
	border-radius: 4px;
}
.check_right .webfactor_blue {float:right}
.vibor tr, .newsflash-title {
	text-align: left;
}
.vibor .ext-item-wrap  table {margin:0 auto;}
.ext-item-wrap .webfactor_predButton {display:none;} 
.ext-item-wrap .webfactor_go {margin-bottom:3px;}
.top_slider .sppb-btn {
	position: absolute;
	bottom: 0;
	right: 0;
}
.top_slider h2 {
	text-shadow: white 2px 3px 2px;
	font-weight: 600;
}
@media (max-width:600px) {
.moddata .row {padding: 7px 0;border-bottom:1px solid #999; }
.buttons_btn-field._blue-button {
	margin-top: 11%;
	height: 2rem;
	font-size: 13px;
}

}

.vibor .readmore {border-radius: 4px;}
.ext-item-wrap img {  transition: 1s;}
.ext-item-wrap img:hover {  transform: scale(1.2); }
.ext-item-wrap .ext-item-img, .ext-item-wrap p {overflow: hidden;}
.check_list  .popup-with-form , .vibor_snar .popup-with-form {
	position: absolute;
	bottom: 0;
	right: 0;
}
.mod_ext_owl_carousel_articles_news .ext-item-wrap {
	text-align: left;
	word-break: break-word;
}
.top_slider .sppb-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	/* width: 12rem; */
	height: 2rem;
	line-height: 1.3rem;
	padding: 5px 3px;
	border-radius: 7px;
}
.tour_zav .webfactor_green {display: none;}
/* New Poisk Tour*/
.adygeya {font-size:14px;}
.page-content {margin: 0 auto;}
.body-innerwrapper {
	overflow-x: unset;
}
.bsearch a {
	border-radius: 100px;
	text-align: center;
	font-size: 14px;
	color: rgba(0,0,0,.7);
	box-sizing: border-box;
	height: 41px;
	vertical-align: top;
	margin-right: 7px;
	margin-bottom: 10px;
	border: 1px solid #c6c6c6;
	background-color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
		line-height: 1.3;
}
.adygeya .sppb-addon-title {
	word-break: break-word;
	color: rgb(54, 54, 54);
	font-size: 2.25rem;
	font-weight: 900;
	line-height: 1.125;
}

.adygeya #topblock.sppb-section   {
	position: sticky;
	top: 0px;
	z-index: 21;
	background: #fff ;
}
#topblock {
	position: sticky;
	top: 0px;
	z-index: 1;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
#future .sppb-addon-content, #topblock ul {
	border-bottom: 1px solid #dbdbdb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}
#future  .sppb-addon-content {border:unset}
#sppb-addon-1633263442066 li {display: block;}
#sppb-addon-1633263442066  a {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #dbdbdb;
	color: #4a4a4a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: -1px;
	padding: .5em 1em;
	vertical-align: top;
	padding: 18px 0 16px;
	font-size: 14px;
	font-weight: 500;
	border-bottom-width: 1px;
	color: rgba(0,0,0,.8);
}
#sppb-addon-1633263442066 li.active a {
	border-bottom-color: #ff6640;
	color: #ff6640;
}
.app-icon {
	background-repeat: no-repeat;
}
.app-icon.done, .app-icon.failed {
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}
.text_tour_left h2 {
	background-image: url("../images/icon-delete.png") ;
}
.text_tour_right h2 {
	background-image: url("../images/icon-done.png") ;
}
.text_tour_right h2, .text_tour_left h2 {
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center right;
	width:87%;
}
.form_price > div, .info_tour .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	margin-left: auto;
}
.form_price .value {
	font-size: 37px;
	color: rgb(243, 87, 49);
	font-weight: 700;
}
.form_price .label {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.4);
	letter-spacing: 1.5px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.info_tour .info {
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.heading {
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.info .item .heading {
	font-size: 14px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.3);
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.info .item .title{
	font-size: 36px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 6px;
	position: relative;
	line-height: 28px;
}
.info .item .title i {
	background-repeat: no-repeat;
	background-position: 50% center;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.info .item .title i.icon-duration {
	background-image: url("../images/icon-calendar.png");
	background-size: 23px 23px;
	width: 23px;
	height: 23px;
}
.info .item .title small, .info .item .title sup {
	font-size: 16px;
	font-weight: 500;
}
.info .item .title sup{
	position: absolute;
	top: 4px;
	padding-left: 5px;
	width: 100%;
}
.info .item .title i.icon-length {
	background-image: url("../images/icon-waypoint-map.png");
	background-size: 32px 18px;
	margin-top: 4px;
	width: 32px;
	height: 18px;
}
.info .item .title i.icon-level {
	background-image: url("../images/icon-trekking-2.png");
	background-size: 20px 28px;
	margin-top: -2px;
	width: 20px;
	height: 28px;
}
.info .item .title i.icon-group-size {
	background-image: url("../images/icon-people.png");
	background-size: 30px 20px;
	margin-top: 4px;
	width: 30px;
	height: 20px;
}
.button_vk > div, #plan .sppb-addon-content, #rukzak .sppb-addon-content, #ticket .sppb-addon-content , #skidki .sppb-addon-content,
#accordeon .sppb-addon-content , .sppb-addon-header, #recomend .sppb-addon-content  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
#skidki .sppb-addon-content , #rukzak .sppb-addon-content, #ticket .sppb-addon-content, #plan .plan_bottom > .sppb-addon-content ,
#accordeon .sppb-addon-content, .sppb-addon-header, #recomend .sppb-addon-content   {
 justify-content: center;
}
#plan .plan_bottom .col-sm-8  {padding-top:12px;}
#octitle, #octitle2 {width:69%;
	font-size: 18px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.8);
	
}
#btn-1633505729084 {
	display: inline-block;
	border-radius: 5px;
	background-color: rgb(79, 125, 176);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: 500;
	padding: 9px 14px 10px 44px;
	color: rgb(255, 255, 255);
	background-image: url("../images/iconvk.svg");
	background-position: 15px 10px;
	line-height: 1;
	margin: 0px;
}
#btn-1633505729085 {
	border-radius: 5px;
	border: 1px solid rgb(239, 239, 239);
	font-size: 14px;
	font-weight: 500;
	color: rgb(0, 0, 0);
	text-decoration: none;
	padding: 9px 14px 10px 44px;
	background-image: url("../images/icon_aftervk.svg");
	background-position: 10px 2px;
	background-repeat: no-repeat;
}

#future .header  {
	font-size: 12px;
	letter-spacing: 1.5px;
	color: rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
}
#future .header, #future .value {
	border-bottom: 1px solid rgba(3, 3, 3, 0.14);
		height: 60px;
	line-height: 60px;
}
#future  .member{
	color: rgb(0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	line-height: 1.5;
}

#future  .button, #future .more-button {
	background-color: rgb(255, 255, 255);
	border-color: rgb(219, 219, 219);
	border-width: 1px;
	color: rgb(54, 54, 54);
	justify-content: center;
	padding: calc(0.5em - 1px) 1em;
	text-align: center;
	white-space: nowrap;
}
.webfactor_go , #future  .button, #future .more-button, .collapse-trigger {	cursor: pointer;}
#future .button.is-primary {
	background-color: rgb(187, 101, 0);
	border-color: transparent;
	color: rgb(255, 255, 255);
	border-radius: 2px;
}
#future .value .request-button {
	font-size: 15px;
	font-weight: 900;
	border-radius: 5px;
	height: 34px;
	width: 100%;
}

#future .is-flex.value {
	border-bottom: 1px solid rgba(3, 3, 3, 0.14);
	height: 60px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#future .value .request-button span {display: block; line-height: 14px; }
#future  .value .request-button .action, #future .value .request-button:hover   .cost{
	display: none;
}
 #future .value .request-button:hover  .action{
	display: block;
}
.more-button:not([href]) {
	box-shadow: rgba(255, 102, 64, 0.25) 0px 0px 0px 0.125em;
}
.more-button:hover, .button:hover {
	border-color: rgb(181, 181, 181);
	color: rgb(54, 54, 54);
	background-color: unset;
}
.collapse-trigger .sppb-addon-title {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#octitle::before , #octitle2::before {
	content: "\f078";
	margin-right: 12px;
	display: inline-block;
}
#octitle.deactiv::before , #octitle2.deactiv::before {
	content: "\f054";
	margin-right: 12px;
	display: inline-block;
}

.bottom-0 {
	margin-bottom: 0px !important;
}
.collapse-trigger .header::before {
	content: "\f054";
	margin-right: 12px;

	display: inline-block;
}
.collapse-trigger .deactiv::before {
	content: "\f078";
	margin-right: 12px;
	display: inline-block;
}
.sppb-addon-content .content {
	font-size: 14px;
	padding-left: 20px;
	line-height: 20px;
}
.collapse .has-text-preline {
	white-space: pre-line;
}
#octitle, .collapse-trigger .header , #octitle2 {
	font-family: FontAwesome;
}
.sppb-addon-content  .title {
	font-size: 12px;
	font-weight: 700;
	line-height: 3;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.gallery_tour .gallery-item-center {
margin: 0 auto;
}
.gallery_tour .sppb-gallery li a {
	margin: 3px 3px 15px;
}
.adygeya .acide {
max-width:360px;
	width: 100%;
}
 @media screen and (min-width:1024px) {
#sp-page-builder.adygeya {
	max-width: 709px;
	margin: 0 auto;
 }
 body.helix-ultimate .sppb-row-container , .container{
	max-width: 100%; 
}
}
@media screen and (min-width:1224px) {
#sp-page-builder.adygeya {
	 max-width:1160px;
	margin: 0 auto;
}
.hidden_full {display: none; }
 }
@media (max-width:600px) {
#octitle, #octitle2 {
	width: 100%;
	font-size: 14px;
}
}
@media screen and (max-width:479px) {
.adygeya .sppb-addon-title {
  font-size:32px!important
 }
}
 .adygeya .page-content, .adygeya .acide {
 border: 1px solid;
 }
/* Module Right*/
.custom.forminstr {
	position: sticky;
	top: 0;
	background-color: #f6f6f6;
}
.request-block .price .value {
    font-size: 37px;
    color: #f35731;
    font-weight: 700;
}
.request-block .label {
	font-size: 12px;
	color: rgba(0,0,0,.4);
	letter-spacing: 1.5px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 1em;
	display: block;
}
.control {
	box-sizing: border-box;
	clear: both;
	font-size: 1rem;
	position: relative;
	text-align: inherit;
}
@media screen and (max-width:1223px) {
 .request-block {
  display:flex;
  flex-direction:row-reverse;
  position:relative;
  margin-top:20px
 }
 .request-block .block {
  width:50%
 }
 .request-block .block:first-child {
  padding-left:50px
 }
 .request-block .block .field {
  margin-top:0
 }
 .request-block .instructors{
  display:none
 }
}
.field:not(:last-child) {
	margin-bottom: .75rem;
}
.request-block .field {
	margin-top: 15px;
}
.select {
	display: inline-block;
	max-width: 100%;
	position: relative;
	vertical-align: top;
}
.select.is-fullwidth, .select.is-fullwidth select {
	width: 100%;
}
.request-block .field .select {
	height: auto;
}
.request-block .field .select select {
	border: 1px solid #bebebe;
	padding: 14px 21px;
	height: auto;
	font-size: 14px;
	font-weight: 500;
}
.select select option {
	color: #4a4a4a;
	padding: calc(.5em - 1px) calc(.75em - 1px);
}
.adygeya .input,.adygeya .select select  {
	background-color: #fff;
	border-color: #dbdbdb;
	border-radius: 4px;
	color: #363636;
}
.select:not(.is-multiple):not(.is-loading)::after {
	border-color: #ff6640;
	right: 1.125em;
	z-index: 4;
}

.adygeya .button {
	background-color: #fff;
	border-color: #dbdbdb;
	border-width: 1px;
	color: #363636;
	cursor: pointer;
	justify-content: center;
	padding: calc(.5em - 1px) 1em;
	text-align: center;
	white-space: nowrap;
	border-radius: 4px;
}
.adygeya .button.is-primary {
	background-color: rgb(187, 101, 0);
	border-color: transparent;
	color: #fff;
}
.adygeya .button.is-fullwidth {
	display: flex;
	width: 100%;
}
.request-block .is-contact-button, .request-block .is-request-button {
	font-size: 15px;
	font-weight: 900;
	border-radius: 5px;
	padding-top: 14px;
	padding-bottom: 11px;
	height: auto;
}
.request-block .instructors {
	border-top: 1px solid #dfdfdf;
	padding-top: 12px;
}
.adygeya ul {
	list-style: none;
	padding:0;
}
.adygeya .team-member {
	display: flex;
	align-items: center;
	color: #000;
	padding: 5px 7px;
	border-radius: 3px;
}
.adygeya .team-member .name {
	border-bottom: 1px solid rgba(0,0,0,.3);
	line-height: 1;
	font-weight: 300;
	font-size: 14px;
}
.members li , .vopros_member {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	        margin-bottom: 9px;
}
.members li img , .vopros_member img {border-radius: 50%;margin-right: 9px;}
#webfactor_static_form-211 {margin: unset;}
.webfactor_brown form.ajaxWebfactorForm textarea {
	outline: none;
	background-color: rgb(255, 255, 255);
	border-color: rgb(219, 219, 219);
	border-radius: 4px;
	color: rgb(54, 54, 54);
}
 .webfactor_brown form.ajaxWebfactorForm textarea:hover,  .webfactor_brown form.ajaxWebfactorForm input:hover  {
	border-color: rgb(181, 181, 181);
}


