/* ___________1. RESET CSS____________________*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
hr,
main {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    list-style: none;
}
blockquote
{
    padding-left: 60px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
}
img {
    max-width: 100%;
    height: auto;
}
#workarea input {
    -webkit-appearance: none;
    overflow: hidden;
}
.clr {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    clear: both;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
@font-face {
    font-family: 'adventure';
    src: url('fonts/adventure-webfont.eot');
    src: url('fonts/adventure-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/adventure-webfont.woff2') format('woff2'), url('fonts/adventure-webfont.woff') format('woff'), url('fonts/adventure-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ___________1. end of RESET CSS___________________*/

.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding:0 !important;
	border:0 !important;
	height: 1px !important; 
	width: 1px !important; 
	overflow: hidden;
}

html {
    width: 100%;
    height: 100%;
}
body {
    min-height: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    /*font-size: 80.01%;*/
    background: #fff;
    font: 100%/1.5em 'Open Sans', sans-serif;
	  color: #444; /*эксперимент*/
	  background: url(images/mainBkgr.jpg?123) left top no-repeat;
}
@media (min-width: 1920px) {
  body {
    background-size: cover;
  }
}
a:hover {
    color: #551986 !important;
    -webkit-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
form {
    margin: 0;
    padding: 0;
}
ul[type="disc"] li {
    list-style-type: disc;
}
ol li {
    list-style-type: decimal;
}
.inside-1140 {
	position: relative;
    max-width: 1140px;
}
.inside-1360 {
    max-width: 1360px;
    margin: auto;
}
.inside-1440 {
    max-width: 1440px;
    margin: auto;
}
.right {
    float: right;
}
.left {
    float: left;
}
.relative {
    position: relative;
}
.margin-tur {
    margin: 30px auto 45px auto !important;
}
.btn {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    background: #5a1f92;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5a1f92 0%, #3a0e63 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5a1f92 0%, #3a0e63 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5a1f92 0%, #3a0e63 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5a1f92', endColorstr='#3a0e63', GradientType=0);
    /* IE6-9 */
}
.btn:hover {
    color: #fff !important;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=.95)';
    filter: alpha(opacity=95);
    opacity: .95;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #63299a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #63299a 0%, #411769 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #63299a 0%, #411769 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #63299a 0%, #411769 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#63299a', endColorstr='#411769', GradientType=0);
    /* IE6-9 */
}
#workarea table p
{
display:inline;
text-align: center;
}
#workarea table td
{
text-align:center;
}

/* ************* Header ************ */

.header {
    min-height: 247px;
    padding-top: 25px;
}
.header .inside-1140 {
    margin: auto;
}
.logoBlock {
    /*width: 36.84%;*/
}
.logoBlock .logo {
    width: 144px;
    height: 144px;
    display: block;
    text-indent: -999em;
    background: url(images/logo1.png) no-repeat;
    float: left;
    transform: scale(1) rotate(0);
    transition: all 1s;
    overflow: hidden;
	border-radius: 50%;
}

.logoBlock .logo:hover {
    transform: scale(1.02) rotate(-1.5deg);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.logoBlock p {
	position: relative;
    font-family: 'adventure';
    float: left;
    font-size: 1.9em;
    color: #581e90;
    font-weight: bold;
    padding-top: 35px;
    margin: 0 0 0 23px;
    max-width: 262px;
    line-height: 1.2em;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

.logoBlock .emphasis::before {
	content: "'";
	position: absolute;
	left: 1.2em;
	font-style: italic;
}

.topRightMenu {
    /*width: 49.64912280701754%;*/
    line-height: 76px;
    float: right;
    max-height: 76px;
    padding: 0 18px 0 31px;
}
.topRightMenu .langBlock {
    display: inline-block;
    vertical-align: top;
}
.topRightMenu .lang {
    color: #555d60;
    font-weight: bold;
    font-size: 1.1875em;
    text-decoration: none;
}
.topRightMenu .rus:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 28px;
    background: #555d60;
    margin: 0 12px;
}
.topRightMenu ul {
    display: inline-block;
    margin-left: 47px;
}
.topRightMenu ul li {
    float: left;
    padding: 0 13px;
    vertical-align: top;
    text-shadow: none;
}
.topRightMenu li a {
    font-size: 12px;
    font-weight: bold;
    color: #581e90;
    text-decoration: none;
    text-transform: uppercase;
}
.topRightMenu li a:hover {
    border-bottom: solid 2px #551986;
}

/* ************* Main Menu ************ */

.mainMenu {
    clear: both;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
    margin-top: 27px;
}
.mainMenu ul {
    line-height: 53px;
    font-size: 0;
}
.mainMenu li {
    float: left;
    font-size: 14.5px;
    font-weight: bold;
    text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
	margin-right: 5px;
}

.mainMenu li:last-child {
	margin-right: 0;
}

.mainMenu li:before {
    content: '';
    display: inline-block;
    width: 2px;
    background: #fff;
    height: 33px;
    vertical-align: middle;
    margin: 0 18px;
}
.header .mainMenu .home a,
.footer .mainMenu .home a {
    background: url(images/home.png) no-repeat;
    background-position: -74px 0;
    width: 37px;
    height: 41px;
    display: block;
    text-indent: -999em;
    margin-right: 4px;
    margin-top: 8px;
}
.mainMenu .home a:hover {
    background-position: -37px 0;
}
.mainMenu .home:before {
    display: none;
}
.mainMenu a {
    text-decoration: none;
    color: #fff;
}
.mainMenu a:hover {
    border-bottom: solid 2px #551986;
}
.header .mainMenu li a {
    color: #581e90;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    transition: background 0.6s;
}
}
.header .mainMenu li a .news{
   	color: #ffffff;
	text-shadow: none;
    background: rgba(230,10,10,0.7);
    padding: 5px 10px;
    transition: background 0.6s;
}
.header .mainMenu li:not(.home) a {
    border-radius: 3px;
}

.header .mainMenu li:not(.home) a:hover {
	text-decoration: none;
    color: #581e90;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
}


.header .mainMenu li:before {
    display: none;
}

.mainMenu li a[href$="/otdykh-i-turizm/novyy-god-2024"] {
    color: #ffffff;
	text-shadow: none;
    background: rgba(230,10,10,0.7);
    padding: 5px 10px;
    transition: background 0.6s;
}
mainMenu li a[href$="/otdykh-i-turizm/novyy-god-2024"] {
    color: #ffffff;
	text-shadow: none;
    background: rgba(230,10,10,0.7);
    padding: 5px 10px;
    transition: background 0.6s;
}

/* ************* Banner ************ */

.banner {
    /* background: url(images/mainBkgr.jpg)no-repeat; */
    height: 1232px;
    padding-top: 278px;
    margin-top: -247px;
}
.nameBlock {
    height: 392px;
    border: solid 7px #fff;
    margin: 0 auto 40px auto;
    max-width: 1140px;
    padding-top: 124px;
}

.nameBlock h2 {
    color: #fff;
    font-weight: bold;
    font-size: 4.5625em;
    margin-left: 20px;
    text-shadow: 2px 2px 1px rgba(88, 30, 144, 1);
}
.nameBlock h2 > span {
    color: #581e90;
    font-family: 'adventure';
    display: inline-block;
    margin: 26px 0 0 -16px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.nameBlock .emphasis {
	display: block;
	position: relative;
}

.nameBlock .emphasis::before {
	content: "'";
	position: absolute;
	left: 1.2em;
	font-style: italic;
}

.nameBlock a {
    width: 253px;
    margin: 50px 0 0 30px;
    line-height: 60px;
    font-size: 14px;
    letter-spacing: 2px;
}

/* ************* Second block ************ */

.middle-block {
    max-width: 1578px;
    margin: auto;
}
.one-new {
    position: relative;
    /*min-height: 661px;*/
    min-height: 561px;
    background: url(images/Map.png) top left no-repeat;
    margin-bottom: 55px;
    float: right;
}
.absolute {
    position: absolute;
    bottom: -19.77%;
    left: -11.14%;
    width: 43.80%;
}
.one-new .text-block {
    width: 350px;
    /*margin: 202px 190px 0 17px;*/
    margin: 140px 190px 0 17px;
    display: inline-block;
    vertical-align: top;
}
.one-new .img-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /*max-width: 58.75%;*/
    max-width: 799px;
    float: right;
}
.one-new .btn {
    font-size: 12px;
    font-weight: bold;
    width: 130px;
    line-height: 40px;
    letter-spacing: 1px;
}
.one-new .name {
    color: #2c2e37;
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
}
.one-new .name:before {
    content: '';
    display: block;
    background: url(images/newsMSlash.png) no-repeat;
    width: 184px;
    margin-bottom: 30px;
    height: 7px;
}
.one-new p {
    margin-top: 22px;
    color: #686e70;
    font-size: 14px;
    line-height: 1.2em;
    padding-bottom: 48px;
}

/* ************ Events Block *********** */
 .events-block {
    background: rgba(256, 256, 257, 0.8);
    padding-bottom: 20px;
}

.events-block .inside-1140 {
    margin: auto;
}
.events-block .headname,
.partners-block .headname {
    font-weight: bold;
    color: #2c2e37;
    text-transform: uppercase;
    font-size: 1.875em;
    text-align: center;
}
.events-block .headname:before,
.partners-block .headname:before {
    content: '';
    display: block;
    width: 332px;
    height: 7px;
    margin: 0 auto 55px auto;
    background: url(images/mainEventsSlash.png) no-repeat;
}
.events-block .shadow {
    margin-top: 58px;
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.13);
    -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.13);
}
.events-block .btn {
    width: 159px;
    margin: auto;
    font-weight: bold;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-top: 46px;
}
.event {
    max-width: 760px;
    float: left;
}
.event:nth-child(3) {
    float: none;
    max-width: 380px;
    display: inline-block;
}
.event .image {
    display: block;
    max-width: 380px;
    max-height: 380px;
    position: relative;
    float: left;
    overflow: hidden;
}
.event .image img {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.event .image:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.event .image span {
    position: absolute;
    text-indent: -999em;
    top: 50%;
    left: 50%;
    margin: -40.5px 0 0 -40.5px;
    width: 81px;
    height: 81px;
    background: url(images/postIcons.png) no-repeat;
}
.event:nth-child(2) .image span {
    background-position: -81px 0;
}
.event:nth-child(3) .image span {
    background-position: -162px 0;
}
.event .text-block {
    max-width: 380px;
    height: 380px;
    float: left;
    text-align: center;
    padding: 39px 30px 0 30px;
}
.event:nth-child(2) .image {
    float: right;
}
.event:nth-child(2) .text-block {
    float: left;
}
.event .headline {
    color: #581e90;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 42px;
    letter-spacing: 1px;
}
.event .event-name {
    color: #212121;
    font-size: 1.01em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 19px;
}
.event p {
    color: #686e70;
    font-size: 13px;
    text-align: left;
    line-height: 1.4em;
    padding-bottom: 22px;
}
.event .number {
    color: #212121;
    text-align: center;
    font-style: italic;
    font-family: "Times New Roman", serif;
    display: inline-block;
    padding-bottom: 7px;
}
.event .next {
    display: inline-block;
    color: #581e90;
    font-weight: bold;
    font-size: 11.52px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    vertical-align: top;
    margin-right: 6px;
}
.event .arrow {
    display: inline-block;
    line-height: 24px;
    width: 7px;
    background: url(images/nextArrow.png) right no-repeat;
}

/* ************* Partners Block *********** */

.logos {
    text-align: center;
    /*margin-bottom: 30px;*/
}
.partners-block {
    margin-top: 66px;
    /*min-height: 865px;*/
    /*padding-bottom: 411px;*/
}
.partners-block .headname {
    padding-bottom: 30px;
}
.partners-block a {
    margin-right: 24px;
    display: inline-block;
    max-width: 220px;
	-webkit-filter: grayscale(100%) sepia(100%) hue-rotate(230deg);
	filter: grayscale(100%) sepia(100%) hue-rotate(230deg);*/
}
.partners-block a:hover {
    margin-right: 24px;
    display: inline-block;
    max-width: 220px;
	-webkit-filter: hue-rotate(0deg);
	filter: hue-rotate(0deg)
}
.partner-img {
    margin-right: 24px;
}
.partners-block a:last-child {
    margin: 0;
}

/* ************* Main Form ********** */

.main-form {
    /*margin: auto;*/
    margin: 80px auto 0 auto;
    padding: 42px 30px 48px 30px;
    max-width: 513px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.18);
    -webkit-box-shadow: 0px 5px 51px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 5px 51px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0px 5px 51px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 51px rgba(0, 0, 0, 0.18);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
.main-form .name {
    text-align: center;
    font-size: 2.25em;
    color: #581e90;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}
.main-form .second-name {
    text-align: center;
    color: #686e70;
    font-size: 14px;
    margin-bottom: 25px;
}
.main-form .inputs {
    width: 100%;
    background: #e6e6e6;
    outline: none;
    line-height: 49px;
    max-height: 49px;
    border: none;
    margin-bottom: 28px;
    border-radius: 8px;
    padding-left: 20px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.11) inset;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.11) inset;
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.11) inset;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.11) inset;
}
.main-form .inputs[name="user_name"] {
    margin-top: 30px;
}
.main-form .btn {
    margin: 0;
    line-height: 70px;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    background: #3d0e62;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3d0e62 0%, #5a1c8c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3d0e62 0%, #5a1c8c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3d0e62 0%, #5a1c8c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3d0e62', endColorstr='#5a1c8c', GradientType=0);
    /* IE6-9 */
    cursor: pointer;
}

/* ************************************** WORKAREA ************************************** */

#workarea {
    /*min-height: 794px;*/
    min-height: 1200px
}
#workarea .content p:first-letter
{
    padding-left: 25px;
}
.content .inside-1140 {
    width: 1139px;
}
.workarea-main-bkgr {
    background: url(images/footer.jpg) left bottom no-repeat;
}

@media (min-width: 1920px) {
  .workarea-main-bkgr {
    background-size: cover;
  }
}
.workarea-inner-bkgr {
    padding: 331px 0 400px 0;
    margin-top: -247px;
    background: url(images/footer.jpg) left bottom no-repeat;
}

@media (min-width: 1920px) {
  .workarea-inner-bkgr {
    background-size: auto;
  }
}

.workarea-inner {
    margin: auto;
    padding: 26px 26px 30px 62px;
    background: rgba(255, 255, 255, 0.85);
    min-height: 1500px;
}
#workarea .workarea-inner {
    max-width: 1139px !important;
}
.bx-breadcrumb {
    margin-bottom: 25px;
}
#pagetitle {
    font-size: 1.875em;
    font-weight: bold;
    color: #581e90;
    line-height: 24px;
    margin-bottom: 39px;
}
.photo img {
    margin-bottom: 50px;
}
#workarea .left-menu {
    width: 214px;
    float: left;
    margin-top: 102px;
    margin-right: 1.75%;
}
#workarea .content {
    float: left;
    /*width:72.36%;*/
    width: 77.5%;
    font-size: 12px;
    line-height: 16px;
    font-size: 14px;
    line-height: 20px;
}
#workarea .content table {
    border-collapse: collapse;
}
#workarea .content td {
    border: solid 1px #000 !important;
    padding: 5px !important;
}
#workarea .content a {
    color: #7e36ea;
	text-decoration: none;
}

#workarea .content a:hover {
  text-decoration: underline;
}

#workarea .content i {
    font-style: italic;
}
#workarea .content > p {
    padding-bottom: 20px;
}
#workarea .content b {
    font-weight: bold;
}

#workarea .content ul {
    margin-left: 30px;
    padding: 10px 0 20px 0;
}
#workarea .num li {
    list-style: decimal;
}
#workarea .rounded li {
    list-style: disc;
}

#workarea .purple li {
  color: #7e36ea;
}

#workarea .purple li  span{
    color: #444444;
}

#workarea .rounded p {
    color: #444444;
}
#workarea ul p:first-letter, #workarea ol p:first-letter
{
    padding-left: 0 !important;
}


h2, h3, h4 {
    color: #581e90;
}

h2 {
    font: inherit;
text-align: center;
font-size: 14pt;
font-weight: bold;
padding-bottom: 15px;
padding-top: 30px;
}

h3 {
    font: inherit;
font-size: 12pt;
font-weight: bold;
padding-bottom: 5px;
padding-top: 10px;
}

h4 {
    font: inherit;
font-size: 10pt;
font-weight: bold;
padding-bottom: 5px;
padding-top: 10px; 
}


body {list-style: disc;}

hr {border: none; /* Убираем границу */
    background-color: #551986; /* Цвет линии */
    color: #551986; /* Цвет линии для IE6-7 */
    height: 0.8px; /* Толщина линии */
}

abbr {
    color: #19AB19;
    font-style: italic;
    border-bottom: 1px dotted #4CD54C;
}
abbr:hover {
    border-bottom: none;
}

/* ___________ОФОРМЛЕНИЕ ТАБЛИЦ_______________*/
th {
    border: 1px solid #000000;
    font-weight: bold;
}

caption {
    font-weight: bold;
    text-transform: uppercase;
}

/* *************** FOOTER ************ */

.footer {
	position: relative;
	z-index: 1;
    padding-bottom: 0px;
	/*	padding-bottom: 59px;*/
    /*	margin-top:-263px;*/
    /*margin-top: -280px;*/
    background-color: #03051a;
    bottom: 0;
}
.footer .inside-1140 {
    position: relative;
    margin: 0 auto;
}
.footer .mainMenu {
    /*position: absolute;
	bottom: 224px;*/
    margin: 0;
    float: none;
}
.footer .mainMenu li:first-child {
    margin-left: 0;
}
.footer .mainMenu li {
    margin: 0 15px;
    text-shadow: none !important;
}
.footer .mainMenu li:before {
    display: none;
}
.footer .mainMenu a:hover {
    border: none;
}
.footer .mainMenu .home a {
    background-position: -74px 0;
}
.footer .mainMenu .home a:hover {
    background-position: -37px 0;
}
.footer .mainMenu a {
    color: #fff;
}
.footer .copyright {
    /*padding-top: 78px;*/
}
.footer .my-copyright {
    max-width: 330px;
    margin-left: 0;
    color: #fff;
    font-weight: bold;
    display: inline-block;
	vertical-align: bottom;
}
.my-social-links {
    display: inline-block;
    vertical-align: bottom;
	margin-left: 13%;
}
.footer .site-info {
	display: inline-block;
    vertical-align: bottom;
	max-width: 455px;
	text-align: right;
	color: white;
	font-weight: bold;
	float: right;

}


/* FOOTER */

/* Bottom text */


.footer .site-info2 {
	display: block;
    vertical-align: bottom;
	text-align: center;
	max-width: auto;
	color: white;
	font-size: 70%;
	line-height: 1em;
	margin-top: 10px;
	border-radius: 5px 5px 0 0;
	background: rgba(146, 66, 189, 0.13);
	padding: 5px;
}
.footer .site-info2 a{
	color: #cccccc;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.footer .site-info2 a:hover{
	color: white !important;
}

.footer .site-info2 p{
	line-height: 1.4;
}

.footer .site-info2 img {
	margin-top: 3px;
}



/* Social  */

.my-social-links a {
    text-indent: -999em;
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(images/social.png) no-repeat;
    float: left;
	margin-left: 15px;
	border: 1px solid #cccccc;
}
.my-social-links a:hover {
   	border-color: white;
}


.my-social-links :first-child {
	margin-left: 0;
}

.my-social-links .in {
    background-position: -414px -89px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-radius: 12px;
}

.my-social-links .in:hover {
    background-position: -414px -17px;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.my-social-links .fb {
    background-position: -21px -89px;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.my-social-links .fb:hover {
    background-position: -21px -17px;
	border-radius: 12px;
	box-shadow: none;
}

.my-social-links .vk {
    background-position: -218px -89px;
	border-radius: 12px;
	 box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.my-social-links .vk:hover {
    background-position: -218px -17px;
	box-shadow: none;
	border-radius: 12px;
}

/* ************* Slider ************ */


/** page structure **/

#w {
    display: block;
    max-width: 1054px;
    min-width: 300px;
    margin: 0 auto;
}
.small-pict-wrap .slidernav a {
    top: 50%;
    margin-top: -31px;
}
.small-pict-wrap #navbtns {
    position: static;
}

/** posts slider widget **/

.crsl-items {
    display: block;
    max-width: 850px;
    margin: auto;
    /*padding: 5px;*/
}
.whiteBg {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.51);
    max-width: 930px;
    margin: auto;
    padding: 36px 0;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
.crsl-items .crsl-item {
    background: #fff;
    /*padding: 8px;*/
    min-height: 371px;
}
.crsl-items .crsl-item:last-child {
    margin-right: 0 !important;
}
.crsl-items .crsl-item .thumbnail {
    display: block;
    position: relative;
    margin-bottom: 2px;
    cursor: pointer;
}
.crsl-items .crsl-item .thumbnail img {
    margin: 3px auto 0 auto;
    display: block;
    /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.crsl-items .crsl-item .thumbnail:hover img {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=.80)';
    filter: alpha(opacity=80);
    opacity: .8;
}
.crsl-items .crsl-item h3 {
    font-size: 1.8125em;
    line-height: 1.25em;
    margin-bottom: 5px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.crsl-items .crsl-item h3 a {
    text-decoration: none;
    color: #581e90;
    font-weight: bold;
}
.crsl-items .crsl-item h3 a:hover {}
.crsl-items .crsl-item p {
    font-size: 12px;
    line-height: 1.41em;
    margin-bottom: 5px;
    padding: 0 20px;
    color: #686e70;
}

/** posts slider nav **/

.slidernav {
    display: block;
    text-align: center;
}
#navbtns {
    position: relative;
}
.slidernav a {
    width: 62px;
    height: 62px;
    display: block;
    position: absolute;
    text-indent: -999em;
    top: 191px;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#581e90+0,3a0e62+100 */
    background: #581e90;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fu 0%, #3a0e62 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #581e90 0%, #3a0e62 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #581e90 0%, #3a0e62 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#581e90', endColorstr='#3a0e62', GradientType=0);
    /* IE6-9 */
}
.small-pict .slidernav a {
    top: 50%;
    margin-top: -31px;
}
.slidernav a:active {
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.slidernav .previous,
.slidernav .next {
    background: url(images/sliderArrows.png) no-repeat;
    width: 62px;
    height: 62px;
    left: 0;
}
.slidernav .next {
    background-position: -62px;
    right: 0;
    left: auto;
}

/** media queries **/

@media screen and (max-width: 660px) {
    h1 {
        font-size: 2.4em;
        line-height: 1.2em;
    }
    .crsl-item h3 {
        font-size: 1.65em;
    }
}

/** clearfix **/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* end of SlIDER */


/* MOBILE MENU */

#open_menu {
    display: block;
    font-size: 24px;
    z-index: 100;
    text-indent: -9999em;
    background: #63299a;
    background-size: contain;
    width: 48px;
    height: 32px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin: 70px 0 0 20px;
    float: right;
    display: none
}
.openedBtn {
    -webkit-border-radius: 0 6px 6px 0!important;
    -moz-border-radius: 0 6px 6px 0!important;
    -o-border-radius: 0 6px 6px 0!important;
    border-radius: 0 6px 6px 0 !important;
}
#open_menu .firstLabel,
#open_menu .secondLabel,
#open_menu .thirdLabel {
    display: block;
    background: #fff;
    width: 32px;
    height: 4px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    margin: 5px auto 0px auto
}
#open_menu .secondLabel {
    background: #fff !important;
    margin: 5px auto 5px auto
}
#side_closen {
    background: #fff;
    position: absolute;
    width: 80%;
    left: -80%;
    transition: all 0.3s ease;
    z-index: 200;
    min-height: 795px
}
#side_closen ul {
    padding: 0px 16px 10px
}
#side_closen ul li {
    border-bottom: solid 1px #eaeaea;
    list-style-type: none;
}
#side_closen ul .head {
    text-align: center;
    padding: 8px 0;
    background-color: #fff;
    font-size: 13px;
    color: #66CAFB;
    font-family: 'MicraBold';
}
#side_closen ul .moreInfo {
    text-align: right;
}
#side_closen ul li a {
    display: block;
    font-size: 19px;
    padding: 16px 0px;
    text-decoration: none;
    color: #5a1f92;
}
#side_closen ul li a:hover {
    color: #3a0e63 !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#side_closen ul li ul {
    background: #5d2097;
    display: none;
}
#side_closen li li:hover {
    background: #531d86;
    color: #fff !important;
}
#side_closen ul li > ul {
    padding: 0;
}
#side_closen ul li ul >li {
    padding: 0 20px;
}
#side_closen ul li ul li > ul {
    margin-left: -20px;
    margin-right: -20px;
}
#side_closen ul li ul li ul a[href="javascript:void(0)"] {
    text-decoration: line-through !important;
    color: #eaeaea !important;
    cursor: default;
}
#side_closen li ul ul {
    background: #fff;
}
#side_closen li li a {
    color: #fff !important;
    font-size: 12px;
}
#side_closen li li li a {
    color: #5a1f92 !important;
}
#accordion li li li a:hover {
    color: #5a1f92;
}
.open {
    left: 0% !important;
    box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.3);
}
ul#accordion li:last-child {
    border-bottom: none;
}
ul#accordion li ul {
    margin-bottom: 30px;
}
ul#accordion li ul ul {
    margin: 0;
    margin-bottom: 40px;
}
#accordion > li {
    position: relative;
}
#accordion > li > .more {
    position: absolute;
    right: 5px;
    padding: 1px 5px;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    top: 3px;
    background: #5d2097;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
#accordion > li > .more:hover {
    color: #fff !important;
}
#accordion li li a:hover {
    color: #fff !important;
}

/* ******************** BOOKING **************** */

.bron {
    margin: 0 !important;
    padding: 0 !important;
}
.bron li {
    display: inline-block;
    /*margin-right: 24px;*/
    margin-right: 16px;
    position: relative;
}
.bron .item {
    display: block;
    width: 150px;
    height: 310px;
    overflow: hidden;
}
.bron .item img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.bron .item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.bron .item p {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.42);
    padding: 9px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}
.bron li:last-child {
    margin-right: 0;
}
.bron .item-btn {
    line-height: 40px;
    color: #fff !important;
    text-decoration: none;
    margin-top: 19px;
}
.bron .item-btn:hover, .bron .active {
    text-decoration: none !important;
    background: #555d60;
    background: -moz-linear-gradient(top, #555d60 0%, #555d60 100%);
    background: -webkit-linear-gradient(top, #555d60 0%, #555d60 100%);
    background: linear-gradient(to bottom, #555d60 0%, #555d60 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#555d60', endColorstr='#555d60', GradientType=0);
}
.form-line {
    margin-bottom: 18px;
}
.margin-top-18 {
    margin-top: 12px;
}
.margin-top-65 {
    margin-top: 65px;
}
.form-line input, input[name='captcha_word'] {
    width: 100%;
    max-width: 270px;
    background: #e6e6e6;
    border: none;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;
    height: 39px;
    padding: 10px;
    outline: none;
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.13);
    -o-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.13);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.13);
}
.form-col {
    width: 270px;
    display: inline-block;
    margin-right: 20px;
}
.form-col-small {
    width: 124px;
    display: inline-block;
    margin-right: 20px;
}
.passport,
.passhome,
.continfo,
.aboutorder {
    margin-top: 55px;
}
.passport p,
.passhome p,
.continfo p,
.aboutorder p {
    color: #604188;
    padding-bottom: 12px;
}
.partners-block {
    /*min-height: 350px !important;*/
}
form .bron-btn {
    width: 150px;
    height: 40px;
    border: none;
    margin-top: 45px;
}
input::-webkit-input-placeholder {
    font-size: 14px;
    color: black;

}
input:-moz-placeholder {
    font-size: 14px;
    color: black;

}

/* ******************** MOBILE QUERIES**************** */

@media screen and (max-width: 1372px) {
    .one-new .text-block {
        margin-right: 100px;
    }

}
@media screen and (max-width: 1285px) {
    .one-new .img-block {
        max-width: 600px;
    }
    .one-new .text-block {
        margin-top: 100px;
    }
    .one-new {
        min-height: 490px;
    }
	.logos .cLink {
		max-width: 200px;
	}
}
@media screen and (max-width: 1200px) {
    .footer .inside-1140 {
        padding: 20px;
    }
    .footer .copyright {
        padding-top: 0px;
		text-align: center;
    }
	.footer .my-social-links {
		margin-bottom: 10px;
	}
	.footer .site-info {
		max-width: 350px;
		text-align: center;
		line-height: 1.2;
    }

	.footer .site-info2 {
		display: block;
    }

	.logos .cLink {
		max-width: 180px;
	}
	.footer {
		/*margin-top: -232px;*/
        background-color: black;
	}

}
.photo-section {
    width: auto;
    max-width: 1140px;
    margin-left: 0;
    margin-top: 35px;
}
.photo-section li {
    margin: 4.5% 2.54% 0 0;
}
.photo-section .size_1,
.photo-section .size_4 {
    width: 23.07%;
}
.photo-section .size_2,
.photo-section .size_5 {
    width: 31.66%;
}
.photo-section .size_3,
.photo-section .size_6 {
    width: 40.08%;
}
.photo-section li:nth-child(5),
.photo-section li:nth-child(6n-1) {
    margin-top: -4.4%;
}
.photo-section h2 {
    margin-bottom: 35px;
}
@media screen and (max-width: 1155px) {
    .event {
        float: none;
        margin: auto;
    }
    .event:nth-child(3) {
        max-width: 760px;
        display: block;
    }
    .workarea-inner-bkgr {
        background-size: contain;
    }
    /*.white-font .home a,
    .white-font .home a:hover {
        background-position: -74px;
    }*/
    .white-font li {
        /*text-shadow: 2px 2px 1px rgba(88, 30, 144, 1);*/
    }
    .white-font li:before {
        background: #fff;
    }
    .white-font a {
        color: #fff;
    }
    .white-font a:hover {
        /*color: #fff !important;*/
        border-bottom: solid 2px #fff;
    }

	.footer .copyright {
        display: block;
    }
	.footer .my-social-links {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 175px;
	}
	.footer .site-info {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
    }

	.footer .site-info2 {
		display: block;
    }
	.logos .cLink {
		max-width: 170px;
	}

	/*.footer {
		margin-top: -360px;
	}*/

}
@media screen and (max-width: 1150px) {
    .logoBlock {
        margin-left: 20px;
    }

    .mainMenu a {
        font-size: 14px;
    }

    .header .mainMenu li:not(.home) a {
        padding: 13px;
    }

    .footer .mainMenu li {
        margin-left: 12px;
        margin-right: 12px;
    }



    .nameBlock {
        margin: 0 10px 40px 10px;
    }
    .workarea-inner {
        padding: 26px 15px 30px 15px;
        min-height: auto;
    }

    #workarea .content {
        width: 72%;
    }
    .photo img {
        height: auto;
        margin-bottom: 50px;
    }
    .workarea-inner-bkgr {
        padding: 331px 10px 350px 10px;
    }
    .one-new {
        min-height: 350px;
    }
    .one-new .text-block {
        margin: 40px 20px 0 20px;
    }
    .one-new .img-block {
        width: 450px;
    }

    /*}
@media screen and (max-width: 1150px) {*/
    .news-detail .image,
    .news-item .image {
        display: none;
    }
    .img-mobile {
        display: block;
        margin-bottom: 30px;
    }
	.logos .cLink {
		max-width: 150px;
	}
	.footer .mainMenu li {
		font-size: 0.72em;
	}
	.header .bannerTop {
	display: none;
	}

}

@media screen and (max-width: 1038px) {
        .nameBlock {
            margin-top: 60px !important;
        }
        .topRightMenu a {
            background: rgba(255, 255, 255, 0.6);
            padding: 5px;
        }

        .mainMenu a {
        font-size: 12px;
        }

         .header .mainMenu li:not(.home) a {
        padding: 11px;
        }

}




@media screen and (max-width: 960px) {
    .mainMenu {
        /*margin: 20px 20px 0 20px;*/
    }
    .mainMenu li {
        font-size: 0.78em;
    }
    .header .mainMenu li:not(.home) a {
        padding: 9px;
    }

	.footer .mainMenu li {
		/*margin: 0 15px;*/

    }

    .whiteBg {
        padding: 36px 40px;
    }
	.logos .cLink {
		max-width: 130px;
	}
	.bannerTop .viva {
	display: none;
	}
}
@media screen and (max-width: 930px) {

    .mainMenu a {
        font-size: 13px;
    }

    .header .mainMenu li:not(.home) a {
        padding: 5px;
    }

    .logoBlock p {
        font-size: 1.7em;
        max-width: 225px;
    }
    .topRightMenu ul {
        margin-left: 0;
    }
    #workarea {
        min-height: 990px;
    }
    #workarea .content {
        width: 70%;
    }
    .footer .mainMenu {
        display: none;
    }
    .partners-block {
        /*padding-bottom: 160px;*/
    }
    .footer {
        /*margin-top: -380px;*/
        padding-bottom: 0;
    }
    .footer .copyright {
        /*padding: 78px 20px 0 20px;*/
        text-shadow: 0px 0px 10px rgba(88, 30, 144, 1);
    }

    .workarea-inner-bkgr {
        padding-bottom: 190px;
    }

}
@media screen and (max-width: 860px) {

    .mainMenu a {
        font-size: 12.9px;
    }

    .header .mainMenu li:not(.home) a {
        padding: 5px;
    }


    .logoBlock .logo {
        width: 100px;
        height: 100px;
        background-size: contain;
    }
    .logoBlock p {
        font-size: 1.4em;
        max-width: 190px;
    }
    .nameBlock h2 {
        font-size: 3.8em;
    }
    #w {
        margin: 0 20px;
    }
    .slidernav a {
        top: 180px;
    }
    .workarea-inner-bkgr {
        /*padding-top: 250px;*/
        padding-top: 310px;
    }
    .one-new {
        display: none;
    }
    .middle-block {
        margin-top: 40px;
    }
	.logos .cLink {
		max-width: 110px;
	}

	.bannerTop .viva {
	display: none;
	}

	.snl {
	display: none;
	}
}
@media screen and (max-width: 850px) {
    #open_menu {
        display: block;
        margin: 35px 20px 0 0;
    }
    .topRightMenu,
    .mainMenu,
    .left-menu {
        display: none;
    }
    .banner {
        padding-top: 160px;
        height: 1100px;
    }
    #workarea .content {
        width: 100%;
    }
    .workarea-inner-bkgr {
        padding-top: 160px;
    }
	.footer .mainMenu {
		display: none;
	}
	.bannerTop .viva {
	display: none;
	}
}
@media screen and (max-width: 780px) {
    .event {
        max-width: 100%;
    }
    .event .text-block,
    .event .image {
        max-width: 50%;
        height: auto;
    }
    .event .text-block {
        padding: 20px 15px 10px 15px;
    }
    #workarea {
        min-height: 850px;
    }
	.footer {
       /* margin-top: -390px;*/
        padding-bottom: 0;
    }
	.bannerTop .viva {
	display: none;
	}

}
@media screen and (max-width: 700px) {
    .nameBlock {
        padding-top: 70px;
        height: 320px;
    }
    .nameBlock h2 {
        font-size: 3em;
    }
    .nameBlock a {
        margin-top: 40px;
    }
    .banner {
        height: 1050px;
    }
    .bx-breadcrumb {
        display: none;
    }
	.logos .cLink {
		max-width: 90px;
	}
	.bannerTop .viva {
	display: none;
	}

}
@media screen and (max-width: 676px) {
    #w {
        max-width: 440px;
        margin: auto;
    }
    .crsl-items {
        max-width: 270px !important;
    }
    .footer {
        /*margin-top: -450px;*/
    }
    .footer .copyright {
        text-align: center;
    }
	.footer .site-info {
		display: block;
		text-align: center;
		line-height: 1.2;
	}
	.footer .site-info2 {
		display: block;
		margin-top: 10%;
	}
    .footer .my-copyright {
        max-width: 100%;
        padding: 0 10px;
		font-size: 0.8em;
    }
    .my-social-links {
        margin: 10px 0 0 0;
    }
    .partners-block {
        padding-bottom: 0;
    }
    .event .text-block,
    .event .image,
    .event:nth-child(2) .text-block,
    .event:nth-child(2) .image {
        max-width: 380px;
        float: none;
        margin: auto;
    }
    .events-block .shadow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    .event .image,
    .event .text-block {
        -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
    }
    .event .text-block {
        padding: 30px 15px 20px 15px;
    }
    .events-block .btn {
        margin-top: 0;
    }
	.logos .cLink {
		max-width: 80px;
	}
	.bannerTop .viva {
	display: none;
	}
}
@media screen and (max-width: 550px) {
    .banner {
        height: 950px;
    }
	.footer {
        /*margin-top: -465px;*/
    }
    .nameBlock {
        max-width: 400px;
        margin: 0 auto 40px auto;
        padding-top: 40px;
        height: 220px;
    }
    .nameBlock a {
        margin: 24px auto 0px auto;
    }
    .nameBlock h2 {
        font-size: 2em;
    }
    .nameBlock h2 span {
        margin-top: 10px;
    }
	.logos .cLink {
		max-width: 55px;
	}
	. bannerTop .viva {
	display: none;
	}

}
@media screen and (max-width: 450px) {
    .logoBlock {
        margin-left: 10px;
    }

    .logoBlock p {
        font-size: 1em;
        max-width: 140px;
        margin: 0 0 0 10px;
    }
    #open_menu {
		position: relative;
        margin: 30px 10px 0 0;
    }
	.top_menu_lang {
		position: absolute;
		right: 0;
	}
    .nameBlock h2 {
        font-size: 1.8em;
    }
    .main-form .name {
        font-size: 1.4em;
    }
    .events-block .shadow {
        margin: 58px 10px 0 10px;
    }
	.logos .cLink {
		max-width: 45px;
	}
	.footer .copyright {
		font-size: 85%
	}
	.bannerTop .viva {
	display: none;
	}
}
@media screen and (max-width: 360px) {
    .banner {
        height: 900px;
    }
	.footer {
       /* margin-top: -485px;*/
    }
    #w {
        max-width: 310px;
    }
    .whiteBg {
        padding: 20px;
    }
    .slidernav a {
        top: 160px;
    }
	.logos .cLink {
		max-width: 40px;
		margin-right: 10px;
	}
	.footer .my-copyright {
    font-size: 0.8em;
	line-height: 1.2;
	}

.footer .site-info {
	font-size: 0.8em;
	line-height: 1.2;
	}

.bannerTop .viva {
	display: none;
	}


}


/* ___________OLD CUSTOM CODE (sometimes shitware!)_______________*/

ul { list-style-type: none;
}

.small {
  font-size: 0.75rem;
  color: #666666;
}


/* BLOCKS WITH HIDDEN TEXT (ТУРСТОЯНКИ)*/

.hide {
	display: none;

}
.hide + label + div{
	visibility: hidden;
    height: 0;
	background-color: transparent;

}
.hide + label  {
    border-bottom: 1px dashed #551986;
    padding: 0;
    cursor: pointer;
    display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	transition-duration: 0.8s;
}
.hide + label h3 {
	text-align: center;
	color: #551986;
	transition-duration: 0.8s;
}

.hide + label:before {
	content: "\25BC";
	color: #551986;
	position: relative;
	left: 30px;
	top: 30px;
	display: inline-block;
	font-size: 14px;
	transition-duration: 0.6s;
}

.hide + label:hover {
	border-bottom: 1px dashed transparent;

}

/* вид текста label при активном переключателе */
.hide:checked + label  {
    border-bottom: 1px dashed transparent;
}
.hide:checked + label h3 {
	text-align: center;
	color: #a484be;
}

.hide + label:before {
    transform: rotate(90deg);
}


.hide:checked + label:before {
    transform: rotate(0deg);
	color: #a484be;

}

/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
	background-color: rgba(126, 54, 234, 0.1);
    visibility: visible;
    height: auto;
    transition-duration: 0.8s;
}

/* BLOCKS WITH HIDDEN TEXT (CHRISTMAS) */


.hide[id^="ng"] + label,
.hide[id^="rozhd"] + label  {
    border-bottom: 1px dashed #D51F1F;
}

.hide[id^="ng"]:checked + label,
.hide[id^="ng"] + label:hover,
.hide[id^="rozhd"]:checked + label,
.hide[id^="rozhd"] + label:hover  {
    border-bottom: 1px dashed transparent;
}

.hide[id^="ng"] + label h3,
.hide[id^="rozhd"] + label h3 {
    color: #D51F1F;
}



.hide[id^="ng"] + label:before,
.hide[id^="rozhd"] + label:before {
    color: #D51F1F;
}


/* ТУРСТОЯНКИ FAQ*/


.faq .hide + label h2 {
	text-align: left !important;
	font-size: 1em;
	text-transform: none;
}


.faq .hide:checked + label h2 {
	text-align: left !important;
	color: #a484be;
	font-size: 1em;
	text-transform: none;
}

.faq .hide + label:before {
	left: 25px;
	top: 50px;
	font-size: 1.4em;
}

.faq .hide + label h2 {
	text-align: center;
	color: #551986;
	transition-duration: 0.8s;
}

/* FAQ MENU ITEM ANIMATION */

@keyframes faq {
        50% {background-color: rgba(88, 30, 144, 0.6);}
}

div.left-menu ul#vertical-multilevel-menu a[href*="/faq/"],
div.left-menu ul#vertical-multilevel-menu a[href*="/chasto-zadavaemye-voprosy/"] {
    background-color: rgba(88, 30, 144, 1);
    color: #fff;
    animation: faq 2s infinite ease-in-out;
}



/* ___________CHRISTMAS_______________*/


.abbr-ng {
	display: inline-block;
}




.abbr-ng:hover::after {
	content: attr(data-title);
	z-index: 1; /* Отображаем подсказку поверх других элементов */
    background: rgba(113,213,113,0.2); /* Полупрозрачный цвет фона */
    font-family: Arial, sans-serif; /* Гарнитура шрифта */
    font-size: 11px; /* Размер текста подсказки */
    padding: 1.4px 1.4px; /* Поля */
    border: 1px solid #333; /* Параметры рамки */
	border-radius: 5px;
   }


table.table-ng tbody tr td {
	text-align: left !important;
	}

.article_ng big p {
	font-size: 14pt;
	color: #D51F1F;
	text-align: center !important;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 30px;
}

.article_ng h2, .article_ng h3, .article_ng h4 {
	color: #D51F1F;
	text-shadow: rgba(0,0,0,0.3) 1px 1px 1px;
}


.article_ng h3 {
	text-align: center;
}




.ul-ng li {
	list-style-type: disc; /* Маркеры в виде круга */
    color: #19AB19; /* Цвет текста списка - зеленый */
}

.a-ng:hover {
    text-decoration: underline;
}

.a-ng {
	color: #E32636 !important;

}

.article_ng hr {border: none; /* Убираем границу */
    background-color: #8B0A0A; /* Цвет линии - темно-красный */
    height: 1px; /* Толщина линии */
	margin-top: 10px;
}

a.button-bron {
	display: block;
	max-width: 175px;
	margin: 0 auto;
	text-align: center;
  color: white !important; /* цвет текста */
  text-decoration: none !important; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: #E32636; /* фон кнопки */
  border-radius: 5px;
  padding: .7em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
a.button-bron:hover {
background: #E32636;
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
} /* при наведении курсора мышки */

a.button-bron:active {
background: rgb(152,15,0);
box-shadow: none;
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
} /* при нажатии */

a.spec_button {
	display: inline-flex;
	max-width: 175px;
	margin: 0 auto;
	text-align: center;
  color: white !important; /* цвет текста */
  text-decoration: none !important; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: #E32636; /* фон кнопки */
  border-radius: 5px;
  padding: .7em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
a.spec_button:hover {
background: #E32636;
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
} /* при наведении курсора мышки */

a.spec_button:active {
background: rgb(152,15,0);
box-shadow: none;
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
} /* при нажатии */

#ng-article h2 {
	font-size: 1.2em;
	color: #E32636;
	padding-top: 15px;
	font-weight: bold;


}
#ng-article h3 {
	font-size: 1em;
	padding-top: 15px;
	font-weight: bold;
	text-align: center;


}

#ng-article p {
	font-size: 0.9em;
	padding-top: 5px;
}
#ng-article div a h2 {
	display: block;
	max-width: 100%;
	border-bottom: 1px solid transparent !important;
	padding-bottom: 0;
}

#ng-article #block1 a h2 {
	max-width: 163px;
}

#ng-article #block2 a h2 {
	max-width: 155px;
}

#ng-article #block3 a h2 {
	max-width: 140px;
}


#ng-article div a:hover {
	text-decoration: none !important;
}

#ng-article div a:hover h2 {
	text-decoration: none !important;
	display: block;
	border-bottom: 1px dashed #E32636 !important;
}


/*  Анимация картинок главной страницы НГ  */
#ng-article div a img {
   -webkit-transition: all 0.7s ease;
     -moz-transition: all 0.7s ease;
       -o-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
          transition: all 0.7s ease;
		  border-radius: 5px;



		  -webkit-box-shadow: 0 10px 6px -6px #777; /*  Тень  */
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

#ng-article div a:hover img {
  border-radius: 5px;
  -webkit-transform: rotate(1.5deg);
     -moz-transform: rotate(1.5deg);
       -o-transform: rotate(1.5deg);
      -ms-transform: rotate(1.5deg);
          transform: rotate(1.5deg);
}

#vertical-multilevel-menu a[href^="/otdykh-i-turizm/novyy-god"] {
	background-color: #8B0A0A;
	color: #fff;
}





/* ___________ SUMMER (landing) _______________*/


.caption-link {
    position: relative;
    z-index: 1;
    display: block;
	float: left;
  margin-right: 10px;
margin-bottom: 10px;
overflow: hidden;
border-radius: 3px;
}

.caption-link img {
    display: block;
    max-width: 100%;
	transition-duration: 0.6s;
	border-radius: 3px;
}

.caption-link::before,
.caption-link::after {
    position: absolute;
    width: 100%;
    text-align: center;
    background: rgba(88, 30, 144, 0.7);
    box-sizing: border-box;
    transition-duration: 0.6s;
	transform: translateX(-100%);
}

.caption-link::before {
	content: attr(data-title);
    height: 35%;
    padding: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.caption-link::after {
	content: attr(data-description);
    top: 35%;
    height: 70%;
    padding: 0 30px;
    color: #e0b8bb;
	font-size: 18px;
}
.caption-link:hover img {
	opacity: 0.1;
}
.caption-link:hover::before, .caption-link:hover::after {
	transform: translateX(0);
}


/* ___________CAMPSITE_______________*/

.campsite-title-lnk {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.campsite-title-lnk:last-child {
	margin-right: 0;
}

a.button-bron__one {
	float: right;
	text-align: center;
	max-width: 130px;
	margin: 0 auto;
  background: #673ab7; /* фон кнопки */
  border-radius: 3px;
  padding: .4em .5em; /* отступ от текста */
}
a.button-bron__one:hover {
background: #631791;
} /* при наведении курсора мышки */

a.button-bron__one_centered {
	float: none;
	margin: 0 auto;
}
a.button-bron__two {
	text-align: justify;
	max-width: 250px;
	text-transform: uppercase;
	margin: 10px auto;
  background: #673ab7; /* фон кнопки */
  border-radius: 3px;
  padding: .4em .5em; /* отступ от текста */
}
a.spec_button_two {
	text-align: center;
	text-transform: uppercase;
	margin: 10px auto;
  background: #673ab7; /* фон кнопки */
  border-radius: 3px;
  padding: .4em .5em; /* отступ от текста */
}


#workarea table.lake-info tr td:first-child {
	font-weight: bold;
	text-align: left;
	vertical-align: center;
}
#workarea table.lake-info tr {
	transition: 0.8s;
}
#workarea table.lake-info tr:nth-child(odd) {
	background-color: rgba(126, 54, 234, 0.1);
}
#workarea table.lake-info tr:hover {
	background-color: rgba(126, 54, 234, 0.3);
}

#workarea .guide-materials {
	font-style: italic;
	text-align: justify;
}


/* ___________ FISHING _______________*/

.fishing-price h2 {
    color: #444;
    margin-bottom: 15px;
}

.fishing-price thead th {
    text-transform: uppercase;
}

.fishing-price th {
    border: 2px solid #444;
    font-weight: bold;
}


.fishing-price td.note {
    text-align: left !important;
    font-style: italic;
}

.fishing-price ul li {
    list-style-type: disc;
}

.fishing-price .simple-tr td:last-child {
    font-weight: bold;
}

.fishing-price .simple-tr:nth-of-type(even) {
    background-color: rgba(126, 54, 234, 0.1)
}


.note-tr ~ tr:nth-of-type(odd) {
    background-color: rgba(126, 54, 234, 0.1) /*just for row "Мекяны"*/
}

.fishing-price .simple-tr:hover {
    background-color: rgba(126, 54, 234, 0.3);
}

.fishing-price .simple-tr {
    transition: 0.8s;
}





/* ___________ЦЕНЫ В ДОЛЛАРАХ_______________
   #price1, #price2, #price3, #price4, #price5, #price6, #price7, #price8 {
   -webkit-appearance: radio !important;
   }

   #price1:checked ~ .byn {
   display: inline; }

    #price2:checked ~ .usd {
   display: inline; }

    #price3:checked ~ .byn {
   display: inline; }

    #price4:checked ~ .usd {
   display: inline; }

    #price5:checked ~ .byn {
   display: inline; }

    #price6:checked ~ .usd {
   display: inline; }

    #price7:checked ~ .byn {
   display: inline; }

    #price8:checked ~ .usd {
   display: inline; }


   #price1, #price2 {
	   overflow: visible;
   }

   */

  /* ___________ПЕРЕЧЕРКИВАНИЕ ЦЕН_______________*/

  .strikethrough {
    position: relative;
}

.strikethrough:before {
    border-bottom: 2px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-7deg);
}

  /* ___________ВРЕМЕННО СКРЫВАЕМ РАДИОКНОПКИ ДЛЯ ДОЛЛАРОВ_______________*/
.article_ng form label, .article_ng form input {
	display: none;
}


/* ___________CONTACTS_______________*/

.contacts .title {
	font-size: 1.2em;
	font-weight: bold;
	color: #7f8c8c;
	margin-bottom: 10px;
	margin-top: 20px;
}

.contacts h2 {
	text-align: left;
}

#workarea .content .contacts a {
	color: #581e90
}

.contacts .item-email, .contacts .item-location, .contacts .item-phone, .contacts .item-fax, .contacts .item-mobile {
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.contacts .item-phone::before  {
	content: "";
	position: absolute;
	top: 5px;
	left: 0px;
	width: 30px;
	height: 30px;
	background-position: -0px -4px;
	background-image: url(images/contacts.png);
	background-repeat: no-repeat;
}

.contacts .item-mobile::before  {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	background-position: -90px -0px;
	background-image: url(images/contacts.png);
	background-repeat: no-repeat;
}

.contacts .item-fax::before  {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	background-position: -0px -35px;
	background-image: url(images/contacts.png);
	background-repeat: no-repeat;
}
.contacts .item-email::before  {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	background-position: -60px -2px;
	background-image: url(images/contacts.png);
	background-repeat: no-repeat;
}

.contacts .item-location::before  {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	background-position: -30px -2px;
	background-image: url(images/contacts.png);
	background-repeat: no-repeat;
}

/* MODAL POPUP */
/* Базовые стили слоя затемнения и модального окна  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
/* фон затемнения */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}
/* активируем слой затемнения */
.overlay:target {
    display: block;
}
/* стили модального окна */
.popup {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
/* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
/* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
/* внешняя тень */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
    display: block;
    background: #fff;
}
/* формируем кнопку закрытия */
.close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
/* изображения внутри окна */
.popup img {
    width: 100%;
    height: auto;
}
/* миниатюры слева/справа */
.pic-left,
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* элементы м-медиа, фреймы */
.popup embed,
.popup iframe {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
.popup h2 { /* заголовок 2 */
    margin: 0;
    color: #008000;
    padding: 5px 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 500;
    font-size: 1.4em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
}
/* параграфы */
.popup p {margin: 0; padding: 5px 0}


/* CHANGING COLORS OF MENU ITEMS */

.mainMenu ul :last-child > a[href$="/otdykh-i-turizm/novyy-god-2019/"]{
	color: #990000;
	background: white;
	padding: 5px 10px;
}

 /* Для пункта верхнего меню, последнего в списке, устанавливаем вишневый цвет и "обводку" белого цвета */

.left-menu ul a[href$="/otdykh-i-turizm/leto/"]{
	background-color: rgb(220, 20, 60);
	color: #ffffff !important;
}

/* WEATHER YANDEX */

.weather-inf {
    position: relative;
    width: 200px;
    height: 0;
}

.weather-inf a {
    display: block;
    width: 200px;
    height: 100px;
    position: absolute;
    top: -110px;

}

.topRightMenu {
	line-height: 1.2;
}

.top_menu_lang {
	font-weight: bold;
	text-align: right;
	margin-bottom: 15px;
	padding-right: 15px;
	color: #581e90;
	font-size: 12px;
}

.top_menu_lang a{
	font-weight: bold;
	text-align: right;
	margin-bottom: 15px;
	padding-right: 15px;
	color: #581e90;
	font-size: 12px;
}

.top_menu_lang a:hover {
	font-weight: bold;
	text-align: right;
	margin-bottom: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: red !important;
}

.activelang {
	color: green !important;
	font-weight: bold;
	font-size: 15px;
    text-decoration: underline !important;
	}

/* SHARE BLOCK YANDEX */
.ya-share2 {
        position: relative;
        left: -30px;
        margin-right: -30px;
}

/* BANNER TOP */
.bannerTop {
	display: block;
	position: absolute;
	margin-top: 5px;
	right: 30px;
	z-index: 1;
	width: 460px;
	height: 97px;
	overflow: hidden;
	font-size: 14px;
	/* background: rgba(255, 255, 255, 0.8); */
	color: purple;
	lide-height: 0.8em;
	border-radius: 5px;
}

@keyframes move-banner-text {
  from {
    transform: translate(-100px, -100px);
  }
  to {
    transform: translate(0, 0);
  }
}

.bannerTop a {
	display: block;
}

.bannerTop .banner-text {
	position: absolute;
	display: none;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	top: 0;
	left: 0;
	z-index: 2;
	color: white;
}

.bannerTop .banner-text__simple {
	display: block;
	animation: move-banner-text 0.8s ease-in;
}

.bannerTop:hover .banner-text__marked {
	display: block;
	animation: move-banner-text 0.8s ease-in;
}

.bannerTop .banner-text__simple {
	top: 27px;
	left: 20px;
}

.bannerTop .banner-text__marked {
	top: 35px;
    left: 260px;
    color: orange;
    font-size: 3.5em;
    font-weight: bold;
}


.bannerTop p {
	padding: 5px;
	padding-top: 3px;
}

.bannerTop .francevna {
	font-weight: bold;
	color: #990000;
}

.footer {
  overflow: hidden;
}

.waves {
  display: block;
	position: absolute;
	bottom: 0;
min-width: 70em;
  width: 100%; 
  height: 25px;
}
@keyframes move-forever {
  from {
    transform: translate(-90px, 0%);
  }
  to {
    transform: translate(85px, 0%);
  }
}
.waves > .parallax > use {
  animation: move-forever 36s linear infinite;
}
.waves > .parallax > use:nth-child(1) {
  animation-delay: -2s;
}
.waves > .parallax > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 20s;
}
.waves > .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 8s;
}

.footer .waves {
	position: absolute;
	height: 210px;
	z-index: -1;
	opacity: 0.6;
}

/* LEFT MENU AD BLOCK */

.left-menu__aside {
	margin-top: 30px;
	margin-right: 15px;
	padding: 30px 10px;
	font-size: 14px;
	background: url(images/ornament-min-2.png) repeat-x,
				url(images/ornament-min-2.png) left bottom repeat-x;
	background-origin: padding-box;
}

/* RESPONSIVE CALENDAR */

.responsiveCal {
 
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;

}

/* RESPONSIVE CALENDAR */
.snl {
	position: fixed;
	width: 45px;
    top: 10%;
    z-index: 101;
    margin: 0 8px;
	opacity: 0.7;
	transition: all 0.3s;
}

.snl:hover {
	opacity: 1;
}

.snl__contact {
	display: block;
	position: static;
	width: auto;
	opacity: 1;
	margin-left: 0;
}
.bvi-version {
    position: relative;
    top: 5px;
}

#bx_3218110189_1537{
    display:none;
}

#bx_3218110189_1550{
    display: none;
}

/* Для делового туризма */
.delturmain {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.deltur {
	display: inline-block;
}
.deltur li {
	list-style:inside;
}
.deltur div {
	display: inline-block;
}
.deltur img {
	padding: 5px;
}
.delturul {
	list-style: inside;
}
ul.deltur>li:before {
	display: list-item;
	type: circle;
}
/* Рестора и эколака */
.restoran{
	display: flex; 
	justify-content: space-evenly;
	text-align: center; 
	align-items: flex-end;
	margin-bottom: -4%;
}
.restoran div {
	padding-block-end: 6%;
}
.restoran img {
	padding-top: 3%;
}
.restoraninfo {
	display: flex; 
	justify-content: space-evenly;
	text-align: center; 
	margin-bottom: 6%;
}
.restoraninfo > div > div > div {
	display: flex; 
	align-items: flex-end;
	justify-content: center;
}
.restoran p,.restoran span{
	font-size: 16px;
	font-family: 'GothamPro';
}
.restoraninfoleft span{
	font-family: 'GothamPro-Medium' !important;
}
.restoraninfoleft span > span{
	font-family: 'GothamPro' !important;
}
.restoraninfo span{
	font-family: 'GothamPro';
	font-size:16px;
	color: #191970;
}
.restoraninfo h4{
	font-size: 16px;
	font-family: 'GothamPro-Medium';
	color: #191970;
}
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro.eot');
    src: url('fonts/GothamPro.eot?#iefix') format('embedded-opentype'), url('fonts/GothamPro.woff2') format('woff2'), url('fonts/GothamPro.woff') format('woff'), url('fonts/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamPro-Medium';
    src: url('fonts/GothamPro-Medium.eot');
    src: url('fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/GothamPro-Medium.woff2') format('woff2'), url('fonts/GothamPro-Medium.woff') format('woff'), url('fonts/GothamPro-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}