/* global settings */
* {margin: 0;padding: 0;}

body{
/*min-width: 320px;*/
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin:0;padding:0;
background:#fff;
font:0.875em/1.3em Arial, Helvetica, sans-serif;
color:#000;
}

a:hover{text-decoration:none;}

div.page-container {
max-width: 1000px;
/*min-width: 320px;*/
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto;
padding: 0;
}

div.page-container-inner {
max-width: 100%;/* page width*/
/*min-width: 320px;*/
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto;
padding: 0;
}

a{
text-decoration:underline;
color:#0072bc;
}

p {
margin-top: 0.5em;
margin-bottom: 1em;
}

.row{
height:1%;
overflow:hidden;
}

.mailing img {margin:0 20px 0 0;float:left;}

.toursearch {margin-top:-17px;margin-bottom:-40px;min-height:350px;}

.arrow {margin-left:10px;}

.center {text-align:center;}

.green {color: #6C8F0F !important;}
.orange {color: #CC4400;}
/* picture styles */
.scaling_center {
max-width: 100%;
height:auto;
border: 1px solid #dedede;
padding: 1px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: flex;
justify-content: center;
margin: 5px auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
}

.scaling_left {
max-width: 100%;
height:auto;
margin: 5px 7px 5px 0;
padding: 1px;
border: 1px solid #dedede;
-webkit-box-sizing: border-box;
box-sizing: border-box;
float: left;
}

.scaling_right {
max-width: 100%;
height:auto;
margin: 5px 0 5px 7px;
padding: 1px;
border: 1px solid #dedede;
-webkit-box-sizing: border-box;
box-sizing: border-box;
float:right;
}

.visual img{max-width: 100%;height:auto;}/* makeing the picture adaptive */
.img-border img{
	padding: 1px;
	border: 1px solid #dedede;
	margin:5px;}/* frame around the picture */

.highslide img {
	width: 130px;
	height:130px;
	padding: 1px;
	border: 1px solid #dedede;
	margin:5px;
	float: left;}

.illustration {
max-width: 100%;
text-align:center;
}
.illustration img {
max-width: 100%;
padding: 1px;
border: 1px solid #dedede;
margin: 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* picture styles end*/

/* table styles: tour description, prices */
.schedule {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px;
}
.schedule th {
	padding: 0 4px;
	border: 1px solid #e9e8ed;
}
.schedule td {
	padding: 6px 4px;
	border: 1px solid #e9e8ed;
}
/* table styles: tour description, prices end*/
/* main background */
.fullscreen{
position:absolute;
z-index: -1;
top:0;
left:0; 
width:100%;
}

@media only screen and (max-device-width: 999px) {.fullscreen {display:none!important;}}/* do not show background on mobile */

/* header is over wrapper */
#example {display: table; width: 100%;}
#wrapper {display: table-row-group;}
#header {display: table-header-group;}

.mainwrap {
	width: 100%;
	float: left;
	overflow: hidden;
}

.mainblock2col {
	padding: 0 0 0 240px;/* 2 columns     }*/
	margin:0;
}

.mainblock3col {
	padding: 0 230px 0 230px; /*3 columns */
	margin:0;
}

@media only screen and (max-width:780px) {/* hide right column on narrow screen */
#s_right { visibility: hidden;
display: none;}
.mainblock3col {padding-right:0;}
}

#s_left {
	float: left;
	width: 220px;
	margin-left: -100%;
left:0px;
	position: relative;
	z-index:100;
}

@media only screen and (max-width: 560px) {
 #s_left {
  width: 0;
 }
}

#s_right {
	float: left;
	width: 220px;
	margin-left: -220px;
right:0;
	background: #E86A3B;
	position: relative;
}

h1 {font:bold 1.6em/1.2em Arial, Helvetica, sans-serif;/*text-align:center;*/margin: 15px 10px 7px 10px; }

h2 {margin: 0 0 7px;
	font: bold 1.4em/1.6em Arial, Helvetica, sans-serif;
	color: #6C8F0F;
}

h3 {font:bold 1.2em/1.4em Arial, Helvetica, sans-serif;}

.smallsubtitle {
	margin: 8px 0 5px;
	font-size: 16px;
	line-height: 18px;
	color: #252525;
}

.list {
	margin:0;
	padding:0 0 5px;
	list-style:none;
}
.list li {
	background:url(data:image/x-png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAADFBMVEX/dhr+dRnwbxj/dhrM6wSRAAAAAnRSTlM4ocDd4r0AAAAeSURBVHjaJcjBCQAAAILAyv13LuhziJLjAViZef8XAqMALOWwodcAAAAASUVORK5CYII=) no-repeat 0 5px;/* bullet-4.png */
	padding: 0 0 9px 11px;
}

.image-list li {/* pictures in hotels description */
	display:inline-block;}

.block{
	border:1px solid #f6efea;
	overflow:hidden;
	padding:10px;
	min-height:108px;
	margin:10px 0 10px 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.block:first-child { margin:0 0 10px 0;}

.block h3{text-indent: 15px;}
/*.block p{margin-top:5px;}*/
.block ul{
/*	margin-top:0;*/
	padding:0 0 3px 0px;
	line-height:15px;
	overflow:hidden;
	list-style-position: inside;
	list-style-type:none;
}
.block ul li{
list-style-position: inside;
margin-left:10px;
float: left;
background:url(data:image/x-png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAADFBMVEX/dhr+dRnwbxj/dhrM6wSRAAAAAnRSTlM4ocDd4r0AAAAeSURBVHjaJcjBCQAAAILAyv13LuhziJLjAViZef8XAqMALOWwodcAAAAASUVORK5CYII=) no-repeat 0 5px;/* bullet-4.png */
padding:0 0 0 10px;
}
.list-countries {margin-top: -10px;}

.lightgreen{background:#99cc00;}
.avia{background:#80C9FF;}
.mailing{background:#FFCC00;}
.info{background:#FFFFDD;}
.just{background:#DDFFFF;}

@media only screen and (max-width:430px) {.hidden430{display:none!important;}}

/* list of similar articles */
.same {
	float:right;
	overflow: hidden;
	width: 230px;
	padding: 11px 14px 0;
	border: 1px solid #f6efea;
	position:relative;
	margin: 0 0 25px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	margin: 0 0 12px 10px;
}
.same .list {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 6px;
}
.same .list li {
	background-position: 0 6px;
	padding-bottom: 5px;
}
@media only screen and (max-width:660px) {.same{float:none;margin:auto;}}
@media only screen and (max-width:560px) {.same{float:right;}}
@media only screen and (max-width:480px) {.same{float:none;margin:auto;}}
/* list of similar articles end*/

/* insert information in articles */
.info-block {
	float: right;
	width: 230px;
	padding: 11px 14px;
	font-weight: bold;
	color: #252525;
	background: #FFFFDD;
	border:1px solid #f6efea;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	margin: 0 0 12px 10px;
}
.info-block p {
	margin: 0;
}
@media only screen and (max-width:660px) {.info-block{float:none;margin:auto;}}
@media only screen and (max-width:560px) {.info-block{float:right;}}
@media only screen and (max-width:480px) {.info-block{float:none;margin:auto;}}
/* insert information in articles end*/

/* header */
.logomain {width: 30%;float: left;margin: 0 0 -3px ;}
.logomain_conteiner {vertical-align: top;min-width:125px;}
.logomain img {width: 100% !important; height: auto !important;float: left;}

.logo {width: 24%;float: left;margin: 0 0 -3px ;}
.logo_conteiner {vertical-align: top;min-width:125px;}
.logo img {width: 100% !important; height: auto !important;float: left;}

.headertop {padding:4px 0 8px 0;
line-height:18px;
font-weight:bold;
text-align:right;
width:100%;
text-transform: uppercase;
background: #08579a;
background: linear-gradient(to top, #043a74 0%,#0c68a7 100%);}

.headertop ul{
	list-style:none;
	padding-left:3%;
	float:left;
	margin:0;
}
.headertop li{
	float:left;
	border:2px solid #5082b4;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.headertop li img{margin:0 0 -4px 0;}

@media only screen and (max-width:505px) {.headertop ul{display:none!important;}}/* do not show social networks on small screens */

.search{
	width: 150px;
	float:right;}

@media only screen and (max-width:700px) {.search{display:none!important;}}/* don't show site search on mobile */

.headertop .links {display:inline-block;}
.headertop .links a {color:#fff;padding:0 8px; border-left:0;font-size:100%;}

.underheader {background:#f1f1f1;
background: rgba( 241, 241, 241, 0.9);
padding:12px 0 17px 0;
margin:0 6px;}
.slogan {font:bold 2em/1em Arial, Helvetica, sans-serif;text-align:center;}
.darkorange {color:#ff5910;}
.underheader .text {line-height:1.3;display:block;text-align:right;padding:2px 10px 0 5px;}

.slogan-holder{
	min-height:15px;
	padding:10px 15px 0 0;
	margin:0 auto;
	text-align:right;
	line-height:1.3;
	display:flex;
	justify-content: flex-end;
}
/*.slogan-holder strong{
	display:block;
	background: url(../images/slogan.png) no-repeat 100% 0;
	height: 30px;
	font-size:0px;
	line-height:0px;
	text-indent:-9999px !important;
}*/
.slogan-holder div{margin:0;font-size:100%;}

.menu{
	list-style:none;
	margin:0;
	padding:0;
	font-size:100%;
/*	line-height:12px;*/
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
	max-width: 100vw;
}
.menu li{
	float:left;
	padding:0 10px;
}
.menu li a{color:#666;}


@media only screen and (max-width: 1000px) {
	.menu {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.menu li {
		margin-bottom: 10px;
	}
	.underheader {
		padding-bottom: 7px;
		margin: 0;
		padding-top: 12px;
	}
	.slogan-holder {
		padding-right: 0;
		padding-top: 10px;
	}
}

/* header end*/

/* main block conteiner*/
div#main{
max-width: 1000px;/* page width */
 -moz-box-sizing: border-box;
 box-sizing: border-box;
	background:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0;
margin: 0 auto;
margin-bottom:14px;
	-webkit-box-shadow: #ebebeb 0px 2px 5px;
	-moz-box-shadow: #ebebeb 0px 2px 5px;
	box-shadow: #ebebeb 0px 2px 5px;
}
#main:after {
	content: '';
	clear: both;
	display: table;
}
div#main-inner {
max-width: 100%;
 -moz-box-sizing: border-box; 
 box-sizing: border-box;
margin: 0 auto;
padding:10px;
}
/* main block conteiner end */

/* vertical positioning inside the central block  */
#main-inner {display: table;}
#block-1 {display: table-header-group;}/* office contacts */
#block-2 {display: table-row-group;}/* spec */
#block-3 {display: table-footer-group;}/* main text, spec */
 
/* spec */
.spec-holder{
clear: both;
    width: 100%;
    overflow: hidden;
    background:#ff761a url(data:image/png;base64,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) no-repeat;/*bg-tours.jpg*/
    padding: 14px 0 5px 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 0 10px 0;
}

.spec-holder .title a{
	color: #FFF;
	float: left;
	font: 24px/26px 'pt_sans_narrowbold',Arial,Helvetica,sans-serif;
	padding: 0 0 0 16px;
	margin:0 0 10px;
	width:100%;
	overflow:hidden;
}
.spec-holder .title a:hover{text-decoration:none;}
.specbox {
    width: 33.33333333333%;
    float: left;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    padding: 0 5px 0 0;
}

.specbox-inner {
    position: relative;
    border:2px solid #fff;
    overflow: hidden;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    line-height: 0;
}

.spec-bg{overflow: hidden;width:100%;}
.spec-bg img {border: none;margin:0 0 -3px 0;}

.specbox-inner .label {
	position:absolute;
	top:5px;
	left:-5px;
	color:#fff;
	font-size:15px;
	line-height:32px;
	text-shadow:-1px -1px 0 #a32206;
	text-align:center;
}

.lab1{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAiCAMAAAC5kw3/AAAAY1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADvOArqMQnoLgjjKAfwOgrsNAnlKwjkKQftNgnrMwnmLQj0RgzyQAv2TA34VA/7WhD8YBH9ZhL8TA39VA//bhOp/k3VAAAADHRSTlMBPiMaKgAOBhNKKC15c6wZAAABS0lEQVRIx8XXa3aCMBCGYRIphWgr1l7k0tD9r7Izk8gYlH+f4d3AcybB46R4oYqMiSfka7YIY5TJqqqzVFXMEsrmzlrnyifnnLU7Vvlsydwb02TImD2pRTRbZBfqh+q6ru/7YRjH8Zf6k1gV1Jp8qLEBra054IrsjKoa0TqgrjkAY3RdbVxEy5xoqShcFZRiVNUE/QQmrI6aqAl6wsVsu6JSeFTV5QGLukC/gK2oI5Wib7hEfXitXIKi1Yjeq3BU1fsDngYqRd+BranCJihc1WvtOEaFvUG/cUVVR43qJKFRVfleTwGNo/qADgn6gYtYVXVU7ycJimph1uW35Hu/RM/AiH2oep+gDo0GVdCWUMoTKuz8J27NERipKXqZ0clP13WlgqPyLelvlVVCJV7M4gp6hKrnVI0HHNLFN/eyvcWzYpMH1DZPxU0exf/DztJ6IMtxVAAAAABJRU5ErkJggg==) no-repeat;/*bg-lab1.png*/
	width: 116px;
	height: 34px;
}
.lab2{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMEAAAAiCAMAAADRTE2CAAAAe1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADiJwfjKAfjKQfkKQflKwfnLQjoLgjqMQnsMwntNQnuNwrvOArwOgrwPAryQAvzRAz3RQz1SA32TQ36Sw39Tg74Ug79Uw75WA/+WQ/7XRD9YhH+aBL/bxMckfAiAAAADHRSTlMAAgYJExojLzhNWWMHbEVcAAACe0lEQVR42tWYQXLdMAxDH2R13/ufrvdoTXQhUZKd33a6kceZxPZPnBlCAEFIFQDEC78MQAWE3gjBMoYKkt6JABtTkaTyQgjGAbiCVIr0PgQ20Tko5XtR0beGw3b8dDj2FqRuJwJKvx/9OT/r5jo/CLkK9EonohWuioTsTxxtLcbICCyI0u7n0Z6DghFG0K+NDcm1QyGO4Gh/iCC2q1pY+fQFwvjFFYPU50HOhk/zYmMb9Or/QpP65fJiZflXq0+J7QBwKy618okEr6VPCDVVL5NEtWGxvQ8aE24/UZpYTg6CSy80vvI+OADOkkt/PsCBMFgaELjTMJY+28ArB8LzvQBv7wMj3K9/dqQvdjQ5sOIgCrIDAj/BgQx/gsAdQ4JILwqtzODYDSFngqXBxAphKmnY7oWDq/vsL36dCb3+uyVNJV1ENFWEORGy42zB9QE77ZbEpZ8tOBlKUjrXVUUaXd5K397JtMU3suxyaQYzaEBKx1eXVSJwlDiwAkMQfsKLaABEUPRpuLWlLdm7tz6wHAewv/qLCuRR+6okxKnS3oyWtz+liudi0T3afUxI2SOUNXgOFRljogTOHejeNujxegipaEnUzX+C0h0pJgt1XQFFgWjhzs+5aYNgj51XG1YuEKgXP6Q0OXCH1ybyE72Quxz3mGe68cjWEsCz+LhzAOcRJXzyLAcj60+bbSPu5MhxtjRz7dn66R3OrHQR0r+PK4CKnd8d3Pi4uZNTJRPCzHpdQn0maCRom2phu3XOim1zrAiUEbvT4ZFU5wZ5jDXNOit28Ot8+sTl/9fLdoRNbeP5paeONlScHL7x5Dc58FvPrvvpO84Z8joIAL8BfNDc/ECVJFYAAAAASUVORK5CYII=) no-repeat;/*bg-lab2.png*/
	width: 193px;
	height: 34px;
}
.lab3{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAiCAMAAADoBz6cAAABU1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAChRL+bQruqSMWSPrS0Tc2nR8OeQ72XQLikRsGMO7C6T9GVP7aJOq6HOayyS8utScivSsm3Ts+ANqeEOKq4TtCPPLKCN6l+NqbEW9fAWdW2U82xT8rBVNXHX9nKX9vheevSaeHOZN7LY93QZt/lgO69V9KsS8ajRsDUa+K9UtPgc+quTMjacObSW+G3UM7cdOi7VdCmSMK6UtHWbuTVX+L8kP39mf7sh/PpffDgaOrba+bYYuPJWtv6dvzPWN7fYurYaOT0j/iQPbLqg/HsZvL8if3fd+nkee35gfvFVdfjbez4bfrjfOzYXOPdbujbYOfHV9maQbmxS8nxfPXvdPTyg/aXQLfubfOGOav/b//kc+3nde7ziPf2afn/fv98NKF5Huu0AAAAEXRSTlMBDAoiKgACB0oTJU8cEDA9RmU77ikAAAOdSURBVEjHtdZZU9pQGAbgUguoRSUhgLIIuDYrgbAlLAESUJaCWNxQ1rSlltr6/696DomJnd6cC3whGTIDz7x8ycw57+x2+zsj9uXbOtn1l92hf0O/dIBr8Bkc8ML8iQmAA54gC94Oh3PFcTigC2SnbWtjpdmyOYEN/ppzy7X5YaXZdG054awcNtf2jnt9hXHvbLts8GY4N7YjLJkUb9Lnl2dnZ5fn6RsxSbJBtEgSS5EcJyRTCVUtl3k+ne73z9PbG05Iu3Y0iRTEskmXRYGUjpHyYseFVEJUi+UbfgjofnrH9R7Q711uTaKExCs6IVDSAVqCykvtf2j32pJeW48GKS5RHPYv62f1y/6wmOCooBcpBwfHyn+10/3h+prNsaQ9MsulirxB88UUx8oRtHjlYyVDARtMW1RVQN+mG43hx02D9nkrZFLl+0+AfurzapKseGNI0TSvLAMbjsSofTtspHmLZhRSUPnGU71ef2rwqkAqTBQtMWArFWDDacPaef72tmHROY2mBDHf+H5dv/7eyIsCRWsetGQLGkPT+kj02tC2aH+BpjixbNBlkaPogg8twGYYelk7rj/bkL4xadzDZLiESSe4DOPZQ0sV2jRtjkSvbdEzn1YhU+NfX++u777+GqfIiubD0PJiQ5oDtXutcXmxKJv07l6BJlMtg26lSLqw50cKhuV026gN6XF+MTbpEJalqWRrsaQXrSRFZzEcLf6lDUdi1c7nLfqLv8pk4r37b3d/7r7d9+IZpurfRQuOm7Z+J3u9ZvO+ZdG4QXf+dAwaDyFlrtvGSCDd7rVe04FZrlCJtw26Ha8UcjMCLaFd3A/uZVa/k/F4stZuNZsWHZ5jWWVaa/7odDo/mrWpksXmJ2jR7aqnwMgKS03jpVptctFsm/Qj4ffIkH7oPEBa9viJAFJ0G8v5shqjSOwU2u3JhUWfErhPHpj0QPbhRBgtAWDPzNqD/+jDk1nVOyhdXD38fLi6KA281dnJPlrCgS/EXK8tw9qfAd2eWPSnwDwXYU2ajeTmgSO0AJsgdnFY2xuU2MHnbqk2moyMpcDlfg6HMI3tGnSX1bBQ+BQpR4/7gRNI73miETkoDabdUgnQYAHTl93nfQKLSd3J1e+fv68mXSmGEfuHaDl9BCOB0wYTOVjS3dJoNALLrr5ZeAaPSPQVHfUTj5+Qcnh4ZNSuemLeYzhsWLsENwtvuMV5u43ZG24n33YTDI7VB7J/AdRRdApiIVuEAAAAAElFTkSuQmCC) no-repeat;/*bg-lab3.png*/
	width: 90px;
	height: 34px;
}
.lab4{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIYAAAAiCAMAAACtKlFbAAAA3lBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/sCf/qCX/oyT/rSb/niP/mCL/myL/jyD/qib/lSH/piX/oSP/kiD/jB//gh3/rib/iR7/hx7/hB3/fRz/fxz/exv/eRv/dxr/tir/xC//uiv/zjT/syn/wS3/4z3/vSz/yTL/6EH/3zz/1Df/xy7/2Dn/3Dn/1DD/4TX/0C7/1zP/+kf/zC7/+Dr/3DL/8kT/8Dv/7Tb//0n74z7//z363DT/6TP7iR77nyL8dxr7fRz/fRv8yCt3d/efAAAADXRSTlMBAE8DKgsjSgcTHD8wH82NYgAAAuVJREFUWMPN2GlS20AQBWAI8W5Zi7V6AQcy2oUlWwtGiJA4Ibn/iTI9Hm2okl9TZb8TfPW6u0qjq+vr66szBwiguBmeMTfYgRkY0RudMT0MAcZwNO5/Plv649HwBibSG08ng7NlMh338FxwGdMV8k175z2+PH17enn0drbpI45JHMdByLIs33dN0wyCwLbDMNzt9tvt1vO8R8h0NATGeKI41geG5ayYBCAIIL6LHREwbGCAwzs53ibjHmb0SsaWMraEIbAIZhBHWUeLsaWMQZ8w+gONQ24QVowwcBGnMAlISojrth1dhtBhCDMmAQg4qj7q7Sgdb59Kxi/B8VsM3xE0Jmk72nV0GbAc4Z4y9iFeDYVnkhNk1XHUdTQZGod3tGLgDeU0nUkAQh10PaKPR9tg8AKCiyUMuFck8CKTAIQUQh2dOpoMSVeQixkFZhSY4SJFnzMJgWja/xw1QxVnTovhzESJSQBCCqEO36/Hghn7FsOYa5wfZF7x/P258LLA57S5yiQUQh0IwXo060iS5EfFkCV+ZQVZQhhJFlgrXjKYBCC1oxxLFBzsOM6yHBw146eqC1ZUMSJL0FWZSQAChRDHijoIw8aM7APDEBUUxckrZrwmcYQU0VgwCUBKB7lbGAtxpCnUkedNhjyfIbNimGg2l9dMQiAwGHCU64EZ0eGQxnGHIWlOg+FoknzLJOAgfYhiNRa4FsoAR81YLiTecVPKSF2HlxZ3TAIQ0kc5lm4dNeP3WuW5BoPj1fWSSU4Oo3bQ7SgZWYtxa+icf8iPmHHMDz6nG7dfmAQgZR90LFUdKThajDtZFIBRPBfAEET5bsMk1IEZ1NHeUoDEgz79CHxf4lOx4GLJvVr4UJb3TFI76Fhm5Xq4pYMyhsBYSBpc7LE4wr1q0mL5wCQdR321ZSEpfBKTB8L7Zq3CqeTH12MOh6KuN1+Z5OH+z+YffZwGgwMPhEt5Ll3I4/FSntIX8mPhIn6z/AWxk5ARzlikVwAAAABJRU5ErkJggg==) no-repeat;/*bg-lab4.png*/
	width: 134px;
	height: 34px;
}

.spec-info {box-sizing: border-box;width: 100%; position:absolute;bottom:0;left:0;min-height:86px;margin:0;padding:5px 4px 0 8px;background: url(data:image/x-png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlO4hVzj2AAAAApJREFUeNpjYAAAAAIAAeUn3vwAAAAASUVORK5CYII=);
line-height: normal;}

.rightbox {float:right;margin:0 5px 0;width:90px;}
.rightbox strong {font:bold 24px/26px Helvetica, sans-serif;color:#fff;display:block;margin:0 0 5px;}
.rightbox a {color:#fe9800;padding:0 0 0 10px;text-decoration:underline;font-size:14px;}

.leftbox {display:block;}
.leftbox a{margin-bottom: 2px;display:block;color:#fff;font: bold 18px/20px Helvetica,sans-serif;}
.leftbox span {font-size:14px;line-height:16px;color:#dfdfdf;display:block;}

@media only screen and (max-width: 430px) {
	.spec-bg img {margin: 0 0 0 -80px;}
	.spec-holder .title a{font-size: 16px;}/* exclude two lines in the title */
	.hidden430{display:none!important;}
}

@media only screen and (max-width: 660px) {
    .specbox:last-child{display:none;}
    .specbox {width: 50%;}
    .specbox-inner .label {font-size:14px;}
    .rightbox strong {font:bold 16px/18px Helvetica, sans-serif;color:#fff;margin:0 0 2px;}
    .leftbox span {background:none; padding:0;line-height:20px;}
    .rightbox {width:75px;}
}

@media only screen and (max-width: 760px) {
.rightbox strong {font:bold 16px/18px Helvetica, sans-serif;color:#fff;margin:0 0 2px;}
.rightbox {width:75px;}
}
/* spec end*/

/* officefront new*/
.officefront {
margin: 0 auto; text-align: center;
dispaly:block;}
.officefront .navs,.officefront .navm{width:120px;vertical-align: top;display:inline-block;}
.officefront .navs {padding:2px 30px 0px 4px;font-weight:bold;font-size:1.125em;}
.officefront .navo {padding:2px 10px 0px 24px;font-weight:bold;font-size:1em; width:120px;display:inline-block;}
.officefront .navm {font-size:13px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAt0lEQVR42q2T0QnEIAyGs0I3KIVOcAPcy+EGrtBZfKhTdAwHcIruUHAAL4WfI82p9PCEj4ZYP0xUIjXy/DSMZyJzgIicodrgyZFZmcTkCgn/jKXFW2OhZrtIYM0/ssqa5bYn5HeR25GbVDmG0JxcECwitxQEJ57Q4YuAsWIXAbEtCCLhmLTAMS98rYi14GgJAjOA0BLEiuCMHyJ2tRJ8QyBxtSZ+HeNNQfpc7a6L9Jer3P2Yep7zG9pj07DHyBICAAAAAElFTkSuQmCC) 0 5px no-repeat; padding:0 10px 6px 24px;}
.officefront .navm span{display:block;margin-top:2px; float:left;}
.officefront .navm a {float:left;}
.officefront .navm a:hover {border-bottom-color:#fff;}
@media only screen and (max-width:700px) {.officefront .navs,.officefront .navm,.officefront .navo{width:115px;}.officefront {padding:10px 8px 0;}}/* for display in two columns with a small width */
/* officefront end */

/* sidebar */
#sidebar{
	float: left;
	width: 220px;
	left:0;
	margin-bottom: 10px;
}
#sidebar h2{
	font:21px/23px 'pt_sans_narrowbold', Arial, Helvetica, sans-serif;
	color:#fff;
	background: url(data:image/x-png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAzCAMAAABheZIdAAAAb1BMVEUFSpEFS5EFS5IGTJIGTZMGTpQGT5QGT5UHUJUHUZYHUpcHU5gHVJgHVJkIVZkIVpoIV5sIWJsIWZwJWZwJWp0JW54JXJ4JXJ8JXZ8KXqAKX6EKYKEKYaIKYqMLYqMLY6QLZKQLZKULZaWCpMiCpcgER2CLAAAAIElEQVR42mNRYvnPwgDEyCQ66z+SPHY2AwYPJqICYgEAGnQj8CO2imYAAAAASUVORK5CYII=) repeat-x;/* bg-h2.gif */
	min-height:33px;
	padding:18px 0 0 13px;
	-webkit-border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0 ;
	border-radius:5px 5px 0 0;
	margin:0;
}
.side-menu-holder {
	height:1%;
	overflow:hidden;
	margin: 0 0 10px;
}
.side-menu{
	list-style:none;
	margin:1px 0 0;
	padding:3px 0 0;
	overflow:hidden;
	font-size:17px;
	line-height:23px;
	background:url(data:image/gif;base64,R0lGODlhyAACAIAAAPn5+uno7SH5BAAAAAAALAAAAADIAAIAAAIajI+py+0Po5y02uuA3rz7D4biSJbmiabqKhYAOw==) no-repeat;/* side-menu-separator.gif */
}
.side-menu:first-child {
	padding:0;
	margin:0;
	background:none;
}

.side-menu .notcountry{min-height:28px;}
.side-menu .notcountry a{color:#000;}
.side-menu li ul li a{color:#595959;}
.side-menu li ul li a.rose{color:#fc0fc0;}

.side-menu li{
	background:#fafafa;
	padding:5px 0 4px 7px;
	border-top:1px solid #fff;
	border-left:1px solid #e9e8ed;
	border-right:1px solid #e9e8ed;
	border-bottom:1px solid #f0f0f0;
	width:211px;
	min-height:28px;
	overflow:hidden;
	position: relative;
	z-index: 20;
	display: block;
}

.side-menu li span {text-decoration:underline;cursor: pointer;}

.side-menu li a{color:#0072bc;}
.side-menu li a:hover{
	text-decoration:none;
	color:#F96600;
}

.side-menu li .img-holder{
	float:left;
	margin:0 5px 0 0;
	width:28px;
	height:21px;
	text-align:center;
	overflow:hidden;
}
.side-menu li ul{
/*	list-style:none;*/
	margin:0 5px 0 9px;
	padding:0px 0 0 0;
/*	overflow:hidden;*/
	font-size:14px;
	line-height:16px;
}
.side-menu li ul li{
	border:none !important;
	min-height:10px;
	width:auto;}

.block-wrapper label:hover {
	text-decoration: none;
}

.block-wrapper input {
	display: none;
}

.block-wrapper .block-content {
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	}

.block-wrapper .block-content span{cursor: pointer;}
.block-wrapper input:checked ~ .block-content {height: 100%;}

.hidden-menu-ticker {
  display: none;
}

@media only screen and (max-width:560px) { /*slide the menu to the right on small screens*/
.mainblock2col, .mainblock3col {padding-left: 0 !important;}

.hidden-menu {
  display: block;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  width: 230px;
  height: 100%;
  top: 0;
  left: -230px;
  transition: left .2s;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.slide-menu {
margin-left:0;
  color: #fff;
  background-color: #666;
  padding: 5px;
  position: fixed;
  top: 50%;
  left: 0px;
  cursor: pointer;
  transition: left .23s;
  z-index: 3;
  width: 25px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.slide-menu span {
  display: block;
  height: 5px;
  background-color: #fff;
  margin: 5px 0 0;
  transition: all .1s linear .23s;
  position: relative;
}
.slide-menu span.first {
  margin-top: 9px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg); 
      -ms-transform: rotate(45deg); 
       -o-transform: rotate(45deg); 
          transform: rotate(45deg); 
}

.slide-menu span.third {
   -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg); 
      -ms-transform: rotate(-45deg); 
       -o-transform: rotate(-45deg); 
          transform: rotate(-45deg);
  top: 5px;
   margin-bottom: 15px;
}

.hidden-menu-ticker:checked ~ .slide-menu {
  left: 220px;
}
.hidden-menu-ticker:checked ~ .hidden-menu {
  left: 0;
  position: fixed;
  top: 0;
  overflow-y: auto;
/*   z-index:100;added by sletat*/
  overflow-x: hidden;
}
.hidden-menu-ticker:checked ~ .slide-menu span.first {
   -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg); 
      -ms-transform: rotate(-45deg); 
       -o-transform: rotate(-45deg); 
          transform: rotate(-45deg);
  top: 0px;
}

.hidden-menu-ticker:checked ~ .slide-menu span.third {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg); 
      -ms-transform: rotate(45deg); 
       -o-transform: rotate(45deg); 
          transform: rotate(45deg); 
  }
  
  .side-menu-holder {
	  margin-bottom: 0;
  }

}/*slide the menu to the right on small screens end*/

/* sidebar end */

/* subscription */
.ad-holder-orange{
	background:#FFCC00;
	width:200px;
	border:1px solid #e9e8ed;
	padding:13px 6px 5px 14px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.ad-holder-orange strong{
	display:block;
	padding:0 0 18px;
	font:bold 18px/20px Arial, Helvetica, sans-serif;
}
.ad-holder-orange p{
	display:block;
	font-size:13px;
	line-height:15px;
	font-style:normal;
	padding:0 0 1px;
}
/* subscription end */

/* wrap pictures and maps in contacts */
.holder_way {
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: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
}

.holder_way .holder_text {
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0;
min-width: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.map{
width: 100%;
}
.map iframe {
width: 100%;
margin:0;
padding:0;
border:0;
}
/* wrap pictures and maps in contacts end */

.office-mes {width:auto;margin-top:3px;padding: 2px 5px 2px;background:#FC9;border:1px solid #f6efea;-webkit-border-radius:5px;border-radius:5px;}
.office-mes:empty{display:none}

/* list of articles */
.two-columns::after {
    content: "";
    display: table;
    clear: both;
}
.two-columns .column {
	float: left;
	width: 48%;
	padding-left:4%;
}
.two-columns .column:first-child {
	padding: 0;
}
/* list of articles end */

/* list of reasons to go */
ol.number-list{
counter-reset: myCounter;}

.number-list li {
list-style: none;
margin-bottom:10px;}

.number-list li:before {
counter-increment: myCounter;
content:counter(myCounter) ".";
color: #6C8F0F;
font-weight: bold;
text-align: center;
margin: 5px 10px;
}
/* list of reasons to go end */

/* list of tours */
.tourlist {
	margin:0;
	padding:0 0 10px;
	list-style:none;
}
.tourlist li {
	margin: 6px 0 0;
	overflow:hidden;
}
.superprice {
	float: left;
	font-weight: bold;
	color:#CC4400;
	padding:0 10px 0;
}
.tourlist li a {
	margin-left: 10px;
}
/* list of tours old*/

.tour-list {
	margin:0;
	padding:0 0 10px;
	font-size: 14px;
	line-height: 18px;
	list-style:none;
}
.tour-list li {
	margin: 6px 0 0;
	overflow:hidden;
}
.tour-list li:first-child {
	margin:0;
}
.tour-list li .visual {
	float:left;
	margin: 4px 5px 0 0;
}
.tour-list li .visual span {
	display:block;
	margin: 3px 0 0;
	width: 53px;
	height: 13px;
	overflow:hidden;
}
.tour-list li .visual span:first-child {
	margin:0;
}
.tour-list li p {
	margin: 0;
}
.tour-list li .info {
	background:none;
	height:1%;
	overflow:hidden;
}
/* list of tours end */

/* country menu */
.country-tours{
	list-style:none;
	overflow:hidden;
	font-size:17px;
	line-height:23px;
}
.country-tours li{
	background:#fafafa;
	padding:5px 5px 4px 9px;
	border-top:1px solid #fff;
	border-left:1px solid #e9e8ed;
	border-right:1px solid #e9e8ed;
	border-bottom:1px solid #f0f0f0;
	width:204px;
	min-height:28px;
	overflow:hidden;
	display: block;
}
.country-tours li a{
	color:#0072bc;
	float:left;
	background: url(data:image/gif;base64,R0lGODdhAwAFAIAAAAByvP///ywAAAAAAwAFAAACBUQClotXADs=) no-repeat 0 6px;/*bullet.gif*/
	padding:0 0 0 13px;
	margin-right:2px;
}
.country-tours li.orange a {
	color:#F96600;
	float:left;
	background: url(data:image/gif;base64,R0lGODlhAwAFAIABAP6YAP///yH5BAEAAAEALAAAAAADAAUAAAIFRAKWi1cAOw==) no-repeat 0 6px;/*bullet.gif*/
	padding:0 0 0 13px;
	margin-right:2px;
}

.country-tours li a:hover{
	text-decoration:none;
	color:#F96600;
}
/* country menu END*/

/*feedback form*/
/*для плавной анимации:*/
#contactForm fieldset,
.statusMessage, .successmessage, .errormessage {
transition: opacity 1s; 
}

form,
fieldset{
	border-style:none;
}
.form{
	padding:5px 5px 0;
	background:#fff;
	position:relative;
	min-height:230px;
	margin:0 auto;
	display:block; text-align:center; margin:0 auto;max-width:460px;
}
.form .heading{
	margin: 5px 0 10px;
	font-size: 18px;
	font-weight:bold;
	color: #CC4400;
}
.form .row{
	overflow:hidden;
	margin:0 0 0px;
}
.form input::-webkit-input-placeholder {
 color:#000;
}
.form input:-moz-placeholder {
 color:#000;
}
.form input::-moz-placeholder {
 color:#000;
}
.form input:-ms-input-placeholder {
 color:#000;
}
.form input:focus::-webkit-input-placeholder {
 color:transparent;
}
.form input:focus:-moz-placeholder {
 color:transparent;
}
.form input:focus:-ms-input-placeholder {
 color:transparent;
}
.form input:focus::-moz-placeholder {
 color:transparent;
}
.form textarea::-webkit-input-placeholder {
 color:#000;
}
.form textarea:-moz-placeholder {
 color:#000;
}
.form textarea::-moz-placeholder {
 color:#000;
}
.form textarea:-ms-input-placeholder {
 color:#000;
}
.form textarea:focus::-webkit-input-placeholder {
 color:transparent;
}
.form textarea:focus:-moz-placeholder {
 color:transparent;
}
.form textarea:focus:-ms-input-placeholder {
 color:transparent;
}
.form textarea:focus::-moz-placeholder {
 color:transparent;
}

.form .texareapos{margin-right:25px;}

.form .text,.form textarea{
	border:1px solid #d7d7d7;
	font:14px/16px Arial, Helvetica, sans-serif;
	line-height:16px;
	padding:0 10px;
	float:left;
	height:36px;
	box-shadow:none;
}
.form textarea{
	max-width:423px;
	height:100px;
	padding:5px 10px;
	min-height:100px;
	width:100%;
	margin:0px 0px 10px 0;
}
.form .phone .text{
	width:196px;
	background:url(../images/ico01.jpg) 180px 5px no-repeat;/*               */
}
.form .phone #senderPhone{
	margin:0px 0px 10px 0;
}
.form #senderOffice{
	margin:0px 10px 10px 0;
}

.form .name .text{
width:196px;margin:0px 10px 10px 0;
}
.form .error .text{
	color:#f00;
}
.form .submit{
	background:url(../images/bg-submit.jpg) no-repeat;
	width:130px;
	height:38px;
	cursor:pointer;
	border:0;
	color:#fff;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	margin-right:10px;
	float:right;
}
#senderOffice{
	padding:8px 10px 6px 10px;
	cursor:pointer;
	overflow:hidden;
	display:block;
	height:36px;
	position:relative;
	z-index:1;
	border:1px solid #d7d7d7;
	font-size:14px;
	line-height:16px;
	float:left;
	height:36px;
	width: 96%;
}
.statusMessage, .successmessage, .errormessage {
	background: none repeat scroll 0 0 #FFFFFF;
	border:1px solid #000;
	display: none;
	height: auto;
	margin: 0 auto 25px;
	padding:0 10px;
	position:absolute;
	top:40%;
	left:0;
	right:0;
}
.statusMessage p, .successmessage p, .errormessage p {
	margin: 0;
	padding:20px;
	color:#000;
}
/* feedback form end */

/* contact page */
.info-block-main {
	width:auto;
	padding: 4px 14px 4px;
	font-weight: bold;
	color: #252525;
	background: #fcc;
	border: 1px solid #c99;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 0 0 12px 0px;
}
.info-block-main{display:none}
.tel {font-size: 16px;font-weight:bold;line-height: 20px;}

/* contact page end */

/* comment on the page */
.comments {
    width: 100%;
    word-wrap: break-word;
    margin-right: -20000px;
}
/*when clicking on the field, the default value disappears*/
::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.2s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.2s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.2s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.2s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.2s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.2s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.2s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.2s ease;}

.add-comments {
width: 100%;
max-width: 530px;
margin: auto;
}
.add-comments .row {
position: relative;
}
.add-comments .row::after {
content: "";
display: block;
clear: both;
}
.add-comments .column {
width: 50%;
float: left;
}
.add-comments .input {
margin: 0 8px 8px 0;
position: relative;
}
.add-comments .row .column:first-child .input {
margin: 0 12px 8px 0;
}
.add-comments .row .column:last-child .input {
margin: 0 8px 8px 4px;
}
.add-comments .text {
width: 100%;
background: none;
border: 1px solid #cecece;
font-size: 14px;
color: #888;
-webkit-border-radius:5px;
border-radius:5px;
margin: 0;
padding: 5px 3px;
}
.add-comments .textarea {
line-height: 0;
padding: 0 12px 8px 0;
}
.add-comments .textarea textarea {
width: 100%;
border: 1px solid #cecece;
font-size: 14px;
color: #888;
-webkit-border-radius:5px;
border-radius:5px;
margin: 0;
padding: 3px 5px;
resize: none;
}
.add-comments input, .add-comments textarea {
font: 0.875em Arial, Helvetica, sans-serif;
letter-spacing: normal;
}
.add-comments .file-input-area {
width: 100%;
top: 0;
left: 0;
position: absolute;
height: 26px;
cursor: pointer;
filter: alpha(opacity=0);
z-index: 25;
-moz-opacity: 0;
opacity: 0;
padding: 0 4px;
font-size: 14px;
background-color: #88ADAD;
}
.add-comments .button {
font: 14px Arial, Helvetica, sans-serif;
background-image: linear-gradient(#EFEFEF,#E5E5E5);
text-align: center;
border: 1px solid #cecece;
-webkit-border-radius:5px;
border-radius:5px;
line-height: 24px;
color: #575757;
text-decoration: none;
height: 24px;
width: 97px;
position: absolute;
top: 0;
right: -8px;
cursor: pointer;
}
.add-comments .send {
float: right;
background-image: linear-gradient(#FFD600,#FFBD00);
border: none;
border-bottom: 1px solid #c97c00;
cursor: pointer;
width: 94px;
height: 30px;
font-size: 15px;
color: #785e00;
-webkit-border-radius:5px;
border-radius:5px;
margin: 0 0 0 0;
}

@media screen and (max-width: 320px) {
.add-comments .column {
width: 100%;
float: none;
}
.add-comments .input {
margin: 0 14px 8px 0;
position: relative;
}
.add-comments .row .column:first-child .input {
margin: 0 8px 8px 0;
}
.add-comments .row .column:last-child .input {
margin: 0 8px 8px 0;
}
}
.border {
	overflow: hidden;
	height: 0px;
	margin: 0 0 20px;
	text-indent:-9999px;
	display:block;
	border-bottom: 1px dotted #c6c6c6;
}
/* comment on the page end */

/* footer */
.footer{
background:#191919;
padding:8px 0 10px;
overflow:hidden;
clear: both;
}
.footer-holder{
width:100%;
margin:0 auto;
overflow:hidden;
}

.footer .rightcol{
/*width:25%;
min-width: 280px;*/
float: right;
padding:0 10px 0;
}
.footer .rightcol .copy{
display:block;
color:#b9b9b9;
font-size:14px;
line-height:1em;
padding:0 0 10px;
}

.footer .count img{margin:0 4px 0 0;}
.footer .count{display:block;float:left;}

.leftcol {float: left;}

.footer-nav{
width:100%;
list-style:none;
margin:0 0 3px 0;
padding:0 0 0 10px;
}
.footer-nav li{
float:left;
margin:0 20px 10px 0;
display: inline;
}
.footer-nav li a{color:#fff;}
.footer-nav li a:visited {color:#bbb;}
/*footer end*/



@media only screen and (max-width: 1000px) {
	.spec-info {
		display: flex;
		flex-wrap: wrap;
	}
	.rightbox {
		order: 5;
		text-align: center;
		margin: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.leftbox span {
		display: inline;
	}
	.leftbox a {
		display: block;
	}
}
@media only screen and (max-width: 850px) {
	.rightbox {
		display: block;
	}
	.rightbox a {
		position: relative;
		bottom: 5px;
	}
}
@media only screen and (max-width: 760px) {
	.rightbox {
		display: flex;
	}
	.rightbox a {
		position: static;
	}
	.rightbox {
		margin-bottom: 4px;
	}
}
@media only screen and (max-width: 500px) {
	.rightbox {
		display: block;
	}
}

@media print {
#s_left, .spec-holder, .footer { display: none; }
}
/*picture over google map*/
.country-map {
	margin-top: 20px;
	margin-bottom: 20px;
}
.country-map_iframe {
	display: none;
}
.country-map_img {
	position: relative;
}
.country-map_img:before {
	position: absolute;
    content: "";
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s ease;
    z-index: 1;
	cursor: pointer;
}
.country-map_img span {
	position: absolute;
    content: "Для загрузки карты, нажмите ";
    z-index: 2;
    color: rgb(255, 255, 255);
    opacity: 0;
    top: 50%;
    left: 50%;
    width: 180px;
    font-size: 18px;
    height: 48px;
    line-height: 24px;
    margin-left: -90px;
    margin-top: -24px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
	cursor: pointer;
}
.country-map_img:hover:before, .country-map_img:hover span {
	opacity: 1;
}
.country-map_img img {
	max-width: 100%;
	cursor: pointer;
}