html,
body {
	padding: 0;
	margin: 0;
  	height: 100%;
}
.wrapper {
  	display: table;
  	height: 100%;
  	width: 100%;
}
.content {
  	display: table-row;
  	height: 100%;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currentlyf
                                  supported by Chrome and Opera */
}
.top-addr address {
	line-height: 40px;
	margin: 0;
}
#map-canvas {
	height: 400px;
}
label{
    font-weight: 500;
    font-size: 18px;
    line-height: 0;
}
input.red {
	border:#f00 1px solid;
}
.b_blue.red {
	background: #9e9e9e;
}
.clear {
	clear: both;
}

.pad0 {
	padding: 0;
}

.padr0 {
	padding-right: 0;
}

.padl0 {
	padding-left: 0;
}
.asd {
	display: none !important;
}
img {
	display: inline-block;
	vertical-align: center;
	max-width: 100%;
	height: auto;
}

.burger {
	display: inline-block ;
	width: 49px !important;
	height: 36px !important;
	display: block;
   	/*width: 100% !important;*/
    /*height: 100% !important;*/
	background-size: 36px !important;
}

.burger.show1 {
	background: url(../images/burger.png) center center no-repeat;
}
.burger.hide1 {
	background:url(../images/close.png) center center no-repeat;
	position: relative;
	display: none;
}


.mobilemenu {
	/*background: #dcdcdc;*/
    /*border-top: #794c89 1px solid;*/
	/*position: fixed;*/
	position: absolute;
	top:177px;
    left: 0;
	z-index: 50;
	width: 100%;
	opacity: 1;
	display: none;
}
.mobilemenu[style="display: none;"] {
	opacity: 0;
}
.mobilemenu a {
	display: block;
	color: #202020;
	font-size: 16px;
	text-align:left;
	border-bottom: #202020 1px solid;
	padding:15px 15px 15px 50px;
	outline: none;
}
/*.hide1 {
	display: none ;
}*/

.toggler {
    display: none;
     transition: ,all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.toggler.showed {
	display: block
}

.asd {
    display: none !important;
}

a[href="#toggler"] {
    display: inline-block;
    /*background: url(../images/arrow-to-down.png) right 5px no-repeat;*/
    /*background-size: 18px;*/
    /*padding-right: 15px;*/
    text-decoration: none;
    border-bottom: #ccc 1px dashed;
}
a[href="#toggler"].act {
    background: url(../images/up-arrow.png) right 5px no-repeat;
    background-size: 18px;
}

a[href="#toggler_inline"] {
}
.toggler_inline {
	display: none;
}



#bg132 {
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 150;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    opacity: 0.5;
}

.dlg { position:absolute; z-index:200; background:#fff; display:none; font-size: 14px; padding: 50px; width: 480px; max-width: 100%;}

.close_feedback {
    position: absolute;
    top: 11px;
    right:10px;
    width: 26px;
    height: 26px;
    background: url(/images/burger-close.png) 0 0 no-repeat;
    background-size: cover;
    display: block;
    text-decoration: none;
    cursor: pointer;;
}

.adr_name {
	font-size: 14px;
	color: #9992ac;
	margin-bottom: 0;
}
.adr_name img {
	margin-right: 10px;
}
.adr_value {
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 30px;
}
.adr_value a {
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
	outline: none;

}
.f-form {
	padding-top: 70px;
}
.f-form .inp {
	display: block;
	border:#9e99ad 1px solid;
	background: transparent;
	font-size: 18px;
	color: #131313;
	padding:12px 20px;
	margin-bottom: 15px;
	outline: none;
	width: 340px;
}

.invalid {
    border: 1px #f00 solid !important;
}
.inp.invalid {
    border-color: #f00;
}
.f-form .adr_name {
	margin-bottom: 10px;
}
#map {
	height: 333px;
}

.pswp__button--share {
	display: none !important;
}


.modalForm {
	position: fixed;
	z-index: 112;
	width: 100%;
	height: 100%;
	display: flex;
	left: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.4);
}
.modalForm .f-form {
	padding: 0;
	margin: 0;
}
.modalForm .f-form .inp  {
	max-width: 100%;
}
.modal_content {
	background: #fff;
	color: #131313;
	padding: 50px;
	width: 440px;
	max-width: 100%;
	position: relative;
}
.modal_close {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 120;
	width: 32px;
	height: 32px;
}
#message {
	color: #131313;
}

.breadcrumb {
    padding: 0;
    margin: 20px 0 50px 0;
    background-color: transparent;
}
.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "|";
}

.submenu {
	margin-bottom: 20px;
}
.submenu a {
	display: block;
}
.cgal {
	margin-top: 40px;
}
.gal {
	margin-top: 30px;
}

.gal > div,.cgal > div {
	margin-bottom: 30px;
}

/*  */

.pswp__zoom-wrap {
	transform: none !important;
}
.pswp__img {
	width: auto !important;
	height: auto !important;
    max-width: 90% !important;
    max-height: 100% !important;
    margin: 0 auto;
    position: initial !important;
    display: block;
}
.pswp__zoom-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: none !important;
	transform: none !important;
}
/*  */

.modalForm {
	opacity: 0;
}
.modalForm[style=""] {
	opacity: 1;
}
.page-item .page-link {
	color: #261e3d;
}
.page-item.active .page-link {
	background: #261e3d;
	border-color: #261e3d;
}

.updown,
.updown1 {
	width: 30px  !important;
	height: 49px  !important;
	background: url(../images/arrow2.png) center center no-repeat;
	background-size: 50%;
	position: absolute;
	padding: 0  !important;
	border:none !important;
	right: 0;
	top: 0  !important;
	z-index: 150;
}
.updown.act,
.updown1.act {
	background: url(../images/arrow3.png) center center no-repeat;
    background-size: 50%;
}

.mobilemenu .updown,
.mobilemenu .updown1 {
    right: 0;
    left: initial;
    top: 11px !important;
}
.menu {
	margin-top: 40px;
}
.menu-div{
	position: relative;
	flex-grow:1;
    flex-basis: 0;
    margin: 0 10px;
}
.menu-div a {
	display: block;
	padding: 9px 15px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Junegull', sans-serif;
	/*font-weight: bold;*/
	border-radius: 6px;
	text-align: center;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5586be+0,3e67ab+100 */
	background: #5586be; /* Old browsers */
	background: -moz-linear-gradient(top, #5586be 0%, #3e67ab 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5586be 0%,#3e67ab 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5586be 0%,#3e67ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5586be', endColorstr='#3e67ab',GradientType=0 ); /* IE6-9 */
}

.menu-div > a {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}
.menu-div .submenu-div a.act,
.menu-div .submenu-div a:hover,
.menu-div a.act,
.menu-div a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e08443+0,edc932+100 */
	background: #e08443; /* Old browsers */
	background: -moz-linear-gradient(top, #e08443 0%, #edc932 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e08443 0%,#edc932 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e08443 0%,#edc932 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e08443', endColorstr='#edc932',GradientType=0 ); /* IE6-9 */
	color: #fff;
	opacity: 1;
	text-decoration: none;
}
.submenu {
	padding: 0px 0;
	display: none;
	/*background: #dcdcdc;*/
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 120;
	width: 290px;
}
.mobilemenu .menu-div{
	margin: 7px 0;
}

.menu-div:hover .submenu {
	display: block;
}
.submenu-div {
	margin: 8px 0;
}

.menu-div .submenu-div a {
	width: 100%;
    text-align: center;
    padding: 9px 15px;
    border: #3e67ab 2px solid;
    background:#fff ;
    font-size: 18px;
	color: #3e67ab;
	text-transform: uppercase;
	font-family: 'Junegull', sans-serif;
	/*font-weight: bold;*/
	border-radius: 6px;
}


.mobilemenu .submenu-a {
	padding-left: 65px !important;
}
.subsubmenu-div {
	display: none;
	text-align: left;
}
.subsubmenu-a {
	padding: 15px 15px 15px 45px !important;
    border-bottom: #d1d1d1 1px solid !important;
    /*color: #fff !important;*/
    line-height: 18px !important;
    font-size: 14px !important;
    white-space: nowrap;
    text-align: left;
    text-decoration: none !important;
}
.mobilemenu .subsubmenu-a {
	padding-left: 80px !important;
}

.subsubmenu-div.act {
	display: block;
}
.mobileMenuOpen main {
	display: none;
}
.mobileMenuOpen footer {
	display: none;
}
.mobileMenuOpen #banner {
	display: none;
}
.mobileMenuOpen .bron {
	display: none;
}
body.mobileMenuOpen {
	background: #fff;
}
.gallery.row > div {
	margin-bottom: 30px;
}
.albums.photo > .row > div {
	margin-bottom: 30px;
}
/* /lichniy style */
/* /lichniy style */
.disc {
	font-size: 51px;
    color: #0a69b4;
    line-height: 59px;
    /*font-weight: bold;*/
    font-family: 'Junegull', sans-serif;
    padding-left: 15px;
}
.turfirm{
	font-size: 17px;
    color: #0a69b4;
    line-height: 18px;
    /*font-weight: bold;*/
    font-family: 'Junegull', sans-serif;
    padding-top: 13px;
}
.travel {
	font-size: 77px;
    color: #f07d19;
    line-height: 66px;
    /*font-weight: bold;*/
    font-family: 'Junegull', sans-serif;
    letter-spacing: 1px;
    /*padding-bottom: 15px;*/
    padding-left: 15px;
}
.top-phone {
	font-size: 47px;
    color: #f07d19;
    line-height: 36px;
    /*font-weight: bold;*/
    font-family: 'Junegull', sans-serif;
}
.top-phone1 {
	font-size: 24px;
    color: #f07d19;
    line-height: 29px;
    /*font-weight: bold;*/
    font-family: 'Junegull', sans-serif;
}
.top-phone2 {
    line-height: 34px;
}
.adr1 {
	font-size: 13px;
    color: #0a69b4;
    line-height: 10px;
    font-weight: bold;
    font-family: 'Proxima Nova Regular', sans-serif;
    display: inline-block;
    line-height: 7px;
}
.cod1 {
	font-size: 13px;
    color: #f07d19;
    line-height: 10px;
    font-weight: bold;
    font-family: 'Proxima Nova Regular', sans-serif;
    display: inline-block;
    line-height: 7px;
}
.footer-contacts {
	font-size: 20px;
    color: #fff;
    /*font-weight: bold;*/
    font-family: 'Junegull', sans-serif;
    text-transform: uppercase;
    padding-left: 30px;
}
.top_adr_str {
	line-height:14px;
}
.head11 {
	border:#0a69b4 2px solid;
	border-radius: 10px;
	margin-top: 28px;
}
.logo-big {
	position: relative;
	text-align: center;
}
.logo1 {
	position: absolute;
	z-index: 10;
	margin-left:auto;
	margin-right:auto;
	left: 0;
	right: 0;
	top: -27px;
	max-width: 100%;
}
main {
	background: #fff url(../images/bg.jpg) center top repeat-x;
}
.footer-wrap {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c7cb8+0,3e67ab+100 */
	background-color: #4c7cb8; /* Old browsers */
	background-color: -moz-linear-gradient(top, #4c7cb8 0%, #3e67ab 100%); /* FF3.6-15 */
	background-color: -webkit-linear-gradient(top, #4c7cb8 0%,#3e67ab 100%); /* Chrome10-25,Safari5.1-6 */
	background-color: linear-gradient(to bottom, #4c7cb8 0%,#3e67ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7cb8', endColorstr='#3e67ab',GradientType=0 ); /* IE6-9 */
    background-image: url(/images/logo_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px 0;
	border-radius: 10px;
}
.main-wrap  {
	border:#0a69b4 2px solid;
	border-radius: 10px;
	margin-top: 30px;
	padding: 15px 15px;
	background: #fff;
}
.small_images {
	margin-top: 30px;
}
.small_images  .row > div {
	margin-bottom: 30px;
}
.small_image {
	height: 100px;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.small_image a {
	display: block;
	height: 100%;
	width: 100%;
}
.mir {
	font-size: 80px;
    color: #fff;
    font-weight: bold;
    font-family: 'Junegull', sans-serif;
	margin-right: 15px;
	text-transform: uppercase;
	position: relative;
	top: -6px;
}
.otkroi {
	font-size: 20px;
    color: #fff;
    /*font-weight: bold;*/
    font-family: 'Junegull', sans-serif;
	text-transform: uppercase;
}
.snami {
	font-size: 20px;
    color: #fff;
    /*font-weight: bold;*/
    font-family: 'Junegull', sans-serif;
	text-transform: uppercase;
}
.vmeste {
	font-size: 18px;
    color: #fff;
    /*font-weight: bold;*/
    font-family: 'Junegull', sans-serif;
	text-transform: uppercase;
}
.main-link {
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 220px;
	border-radius: 10px;
	border: #3e67ab 2px solid;
}
.main-link1 {
	height: 110px;

}
.main-links > .row > div {
	margin-bottom: 30px;
}
.main-link a {
	position: absolute;
	z-index: 10;
	left: 15px;
	bottom: 15px;
	display: block;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Junegull', sans-serif;
	line-height: 20px;
	text-decoration: none;
}
.main-link a:hover {
	text-shadow: 2px 2px 3px rgb(0, 0, 0);
	text-decoration: none;
	opacity: 1 !important;
}
.mobilemenu .menu-div {
	position: relative;
}
.toggle_submenu {
    position: absolute;
    right: 20px;
    z-index: 20;
    top: 7px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    background: rgba(255,255,255,0.2);
    padding: 0 10px;
}
.my-form label {
    display: block;
    width: 250px;
    margin: 10px 0;
    line-height: initial;
}
.filetypewarning {
	color: red;
}

.row.otzyvy {
	margin-bottom: 30px;
}
.my-form textarea {
    resize: none;
    width: 390px;
    height: 200px;
    max-width: 100%;
	display: block;
	border:#ccc 1px solid;
	padding: 4px 10px;
	background:#fff;
}
.zakaz {

	background: #e08443; /* Old browsers */
	background: -moz-linear-gradient(top, #e08443 0%, #edc932 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e08443 0%,#edc932 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e08443 0%,#edc932 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e08443', endColorstr='#edc932',GradientType=0 ); /* IE6-9 */
	color: #000;
	opacity: 1;
	text-decoration: none;

	font-size: 18px;
	display: inline-block;
	padding: 7px 20px;
	border-radius: 6px;
}
.zakaz:hover {
	color: #fff;
	text-decoration: none;
}
.fav.add1 {
	font-size: 14px;
	text-decoration: none;
	color: red;
	height: 20px;
	display: inline-block;
	line-height: 20px;
}
.fav.add {
	font-size: 14px;
	text-decoration: none;
	color: red;
	height: 20px;
	display: inline-block;
	line-height: 20px;
}
.fav.del {
	font-size: 14px;
	text-decoration: none;
	color: red;
	height: 20px;
	display: inline-block;
	line-height: 20px;
}
.fav.act {
    background: url(/images/fav.png) left center no-repeat;
    background-size: 17px;
    padding-left: 25px;
    font-size: 14px;
	text-decoration: none;
	color: red;
	height: 20px;
	display: inline-block;
	line-height: 20px;
}
.my-form input[type="text"],
.my-form input[type="tel"],
.my-form input[type="file"],
.my-form input[type="email"],
.my-form input[type="password"],
.my-form input[type="date"] {
	width: 390px;
	display: block;
	border:#ccc 1px solid;
	padding: 4px 10px;
	background:#fff;
	max-width: 100%;
}
.mobilemenu .submenu-div {
	display: none;
}
.mobilemenu .submenu-div a {
	margin:7px 0;
}

.owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 40%;
    z-index: 10;
    background: url(../images/arrow-left-2.png) 0 0 no-repeat !important;
    background-size: 40px !important;
    outline: none !important;
}
.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 40%;
    z-index: 10;
    background: url(../images/arrow-right-2.png) 0 0 no-repeat !important;
    background-size: 40px !important;
    outline: none !important;
}
.row.booklet {
	margin-bottom: 30px;
}
.tabs-a {
	display: flex;
	justify-content: start;
}
.priznaki {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin: 30px 0;
}
.priznaki a {
	display: block;
	padding: 7px 10px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	/*font-family: 'Junegull', sans-serif;*/
	/*font-weight: bold;*/
	border-radius: 6px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 15px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5586be+0,3e67ab+100 */
	background: #5586be; /* Old browsers */
	background: -moz-linear-gradient(top, #5586be 0%, #3e67ab 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5586be 0%,#3e67ab 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5586be 0%,#3e67ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5586be', endColorstr='#3e67ab',GradientType=0 ); /* IE6-9 */
}
.tabs-a a, .bPay {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 9px 15px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	/*font-family: 'Junegull', sans-serif;*/
	/*font-weight: bold;*/
	border-radius: 6px;
	border:none;
	text-align: center;
	margin-right: 10px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5586be+0,3e67ab+100 */
	background: #5586be; /* Old browsers */
	background: -moz-linear-gradient(top, #5586be 0%, #3e67ab 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5586be 0%,#3e67ab 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5586be 0%,#3e67ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5586be', endColorstr='#3e67ab',GradientType=0 ); /* IE6-9 */
}
.bPay:hover,
.tabs-a a:hover,
.tabs-a a.act,
.priznaki a.act,
.priznaki a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e08443+0,edc932+100 */
	background: #e08443; /* Old browsers */
	background: -moz-linear-gradient(top, #e08443 0%, #edc932 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e08443 0%,#edc932 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e08443 0%,#edc932 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e08443', endColorstr='#edc932',GradientType=0 ); /* IE6-9 */
	color: #fff;
	opacity: 1;
	text-decoration: none;
}
.review-content {
	height: 67px;
	overflow: hidden;
}
.review-content-img {
	height: 107px;
	overflow: hidden;
}
.review-content-img {
	max-height: 107px;
}
.row.otzyvy.act .review-content {
	height: initial;
	overflow:initial;
}
.row.otzyvy.act .review-content-img {
	height: initial;
	overflow:initial;
	max-height:initial;
}
.bPay {
	border-radius: 10px;
	/*background: #*/
}
.userTour,
.userTour1 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px #ccc solid;
}
.inpT {
    border:#ccc 1px solid;
    padding: 3px 5px;
    display: block;
    width: 100%;
}

.userTour-field {
    width: 25%;
    margin-left: 15px;
    margin-bottom: 15px;
}
.zayavki_table th {
    text-align: center !important;
    font-size: 18px;
    border: #bbb 1px solid;
}
.zayavka-turistas th,
.dop-str-th {
    text-align: center ;
    padding: 5px 5px;
    font-size: 16px;
    border: #bbb 1px solid;
    background: rgb(189,215,238);
}
.zayavki_table td.dop-str-th {
    font-weight: bold;
    text-align: left;
    padding-left: 45px;
}
.zayavki_table td {
    font-size: 16px;
    border: #ddd 1px solid;
    padding: 5px 5px;
}
tr.zayavka {
    display: none;
}

.docs-files {
    border: #ddd 1px solid;
    background: #fff;
    padding: 10px;
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 200;
    max-width: 100%;
}

.docs-pay,
.docs-visa {
    border: #ddd 1px solid;
    background: #fff;
    padding: 10px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    top: -300px;
    z-index: 200;
    max-width: 100%;
}

.dlg {
    border: #ddd 1px solid;
    background: #fff;
    padding: 10px;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 500px;
    top:200px;
    z-index: 200;
    max-width: 100%;
}

.docs-pay {
    width: 500px;
}
.docs-files a {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.trodd > td,
.blueRow {
    background: rgb(189,215,238);
}
.blueRow,
.grayRow {
    padding: 4px 5px;
}
.turEven > td,
.grayRow {
    background: rgb(208,206,206);
}
.dEven {
    background: rgb(208,206,206);
}
.zaya-tur {
    width: 75%;
    float: right;
}
.zaya-dop {
    width: 75%;
    float: right;
}
.del-turist {
    display: inline-block;
    text-decoration: none;
    color: #fb0000;
    font-weight: bold;
}
.dlg .userTour-field {
    width: 46%;
    display: inline-block;
}
select.inpT {
    width: 99%;
    position: relative;
    left: -2px;
}
button.blueRow {
    border: none;
    padding: 5px 15px;
}
/* /lichniy style */
.sberprice {
    width: 115px;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    color: rgb(0,217,0);
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    padding-left: 20px;
}
@media (max-width: 1600px) {
	.disc {
	    font-size: 43px;
	    line-height: 40px;
	}
	.travel {
	    font-size: 65px;
	    line-height: 56px;
	}
	.turfirm {
	    font-size: 13px;
	    padding-top: 5px;
	}
	.top-phone {
		font-size: 47px;
	}
	.top-phone1 {
		font-size: 20px;
	}
	.adr1 {
		line-height: 15px;
	}
}
@media (max-width: 1365px) {
	.disc {
	    font-size: 37px;
	    line-height: 40px;
	}
	.travel {
	    font-size: 56px;
	    line-height: 56px;
	}
	.turfirm {
	    font-size: 11px;
	    padding-top: 5px;
	}
	.top-phone {
		font-size: 40px;
	}
	.top-phone1 {
		font-size: 17px;
	}
	.adr1 {
		line-height: 12px;
	}
	.menu-div a {
		padding: 7px 10px;
		font-size: 16px;
	}
	.menu-div .submenu-div a {
		padding: 7px 10px;
		font-size: 16px;
	}
	.footer-contacts {
	    font-size: 18px;
	}
}
@media (max-width: 1200px) {
	.top-phone1 {
	    font-size: 14px;
	}
	.top-phone {
	    font-size: 33px;
	}
	.adr1 {
	    font-size: 10px;
	}
	.turfirm {
		padding-left: 15px;
	}

	.menu-div a {
		padding: 7px 10px;
		font-size: 15px;
	}

	.menu-div .submenu-div a {
		padding: 7px 10px;
		font-size: 15px;
	}
	.footer-contacts {
	    font-size: 16px;
	}
	.mir {
	    font-size: 61px;
	}
	.main-link {
		height: 200px;
	}
}
@media (max-width: 990px) {
	.mobilemenu .container {
		padding-left: 0;
		padding-right: 0;
		max-width: 100%;
	}
	.mobilemenu .container .row {
		margin-left: 0;
		margin-right: 0;
	}
	.top-phone2 {
		line-height: 20px;
	}
	.footer-contacts {
		padding: 30px 30px;
	}

}
@media (max-width: 767px) {
	.tabs-a {
		justify-content: space-between;
    	flex-wrap: wrap;
	}
	.tabs-a > a {
		margin-bottom: 10px;
	}
	.pass_gen_a,
	#passgen {
		display: block !important;
		position: initial !important;
	}
	.row.otzyvy > div {
		margin-bottom: 30px;
	}
	.small_image {
		height: 150px;
	}
	body{
		font-size:15px;
	}
	.footer-contacts {
	    font-size: 14px;
	}
	.footer-wrap {
		background: #4c7cb8 url(../images/logo_white.png) center center no-repeat;
		background-size: cover;
	}
	.head11 {
		margin-top: 15px;
	}
	.mobilemenu {
		top:169px;
	}
	.disc {
	    font-size: 22px;
	    line-height: 38px;
	}
	.travel {
	    font-size: 32px;
	    line-height: 11px;
	}
	.logo1 {
		width: 101px;
    	top: -20px;
	}
	.turfirm {
		font-size: 9px;
		position: relative;
		top:-12px;
	}
	.top-contacts {
		padding-left: 30px;
	}
	.top-phone1 {
	    font-size: 13px;
	    line-height: 16px;
	}
	.top-phone {
	    font-size: 29px;
	}
	.adr1 {
		font-size: 9px;
	}
	.cod1 {
		font-size: 9px;
	}
	.top_adr_str {
	    line-height: 11px;
	}
	.row.booklet > div {
		margin-bottom: 15px;
	}
}
@media (max-width: 576px) {
	.mobilemenu {
		top:45px;
	}
}


@media (min-width: 576px) {
	.container-fluid {
		max-width: 560px;
	}
}

@media (min-width: 767px) {
	.container-fluid {
		max-width: 720px;
	}
}
@media (min-width: 990px) {
	.container-fluid {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container-fluid {
		max-width: 1140px;
	}
}
@media (min-width: 1600px) {
	.container-fluid {
		max-width: 1545px;
	}
}