@import url(reset.css);
/*FONTS*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin,cyrillic);
@font-face {
	font-family:'SegoeUI-Light';
	src: url('fonts/SegoeUI-Light_directwrite.eot');
	src: url('fonts/SegoeUI-Light_directwrite.eot?#iefix') format('embedded-opentype'),
		url('fonts/SegoeUI-Light_directwrite.woff') format('woff'),
		url('fonts/SegoeUI-Light_directwrite.ttf') format('truetype'),
		url('fonts/SegoeUI-Light_directwrite.otf') format('opentype'),
		url('fonts/SegoeUI-Light_directwrite.svg#SegoeUI-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-2666;
}

@font-face {
	font-family:'SegoeUI-Italic';
	src: url('fonts/SegoeUI-Italic_directwrite.eot');
	src: url('fonts/SegoeUI-Italic_directwrite.eot?#iefix') format('embedded-opentype'),
		url('fonts/SegoeUI-Italic_directwrite.woff') format('woff'),
		url('fonts/SegoeUI-Italic_directwrite.ttf') format('truetype'),
		url('fonts/SegoeUI-Italic_directwrite.otf') format('opentype'),
		url('fonts/SegoeUI-Italic_directwrite.svg#SegoeUI-Italic') format('svg');
	font-weight: 400;
    font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2666;
}

@font-face {
	font-family:'SegoeUI-Semilight';
	src: url('fonts/SegoeUI-Semilight_directwrite.eot');
	src: url('fonts/SegoeUI-Semilight_directwrite.eot?#iefix') format('embedded-opentype'),
		url('fonts/SegoeUI-Semilight_directwrite.woff') format('woff'),
		url('fonts/SegoeUI-Semilight_directwrite.ttf') format('truetype'),
		url('fonts/SegoeUI-Semilight_directwrite.otf') format('opentype'),
		url('fonts/SegoeUI-Semilight_directwrite.svg#SegoeUI-Semilight') format('svg');
	font-weight: 350;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-2666;
}

@font-face {
	font-family:'SegoeUI-SemiBold';
	src: url('fonts/SegoeUI-SemiBold_directwrite.eot');
	src: url('fonts/SegoeUI-SemiBold_directwrite.eot?#iefix') format('embedded-opentype'),
		url('fonts/SegoeUI-SemiBold_directwrite.woff') format('woff'),
		url('fonts/SegoeUI-SemiBold_directwrite.ttf') format('truetype'),
		url('fonts/SegoeUI-SemiBold_directwrite.otf') format('opentype'),
		url('fonts/SegoeUI-SemiBold_directwrite.svg#SegoeUI-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2666;
}
/*end fonts*/

/*main styles*/
.clear:after, .container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.float_l:before {
    content: '';
    display: block;
    background: hsla(200,98%,22%,0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.float_l > .anons {
    color: #fff;
}

.float_l{ float:left;}
.float_r{ float:right;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	background-color:#fff;
    font-family:'SegoeUI-Light';
	color:#555555;
    background: #ececec;
}
.container {
    width: 1164px;
    margin: 0 auto;
    position: relative;
}
a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #555;
    text-decoration: underline;
}
a:hover {
    color: #008DD2;
	text-decoration: underline;
}
img {
    display: block;
    max-width: 100%;
}
h1 {
    font-family:'SegoeUI-SemiBold';
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 17px;
}
h2 {
    font-family:'SegoeUI-SemiBold';
    font-size: 26px;
    color: #0070a6;
    padding: 13px 0 20px;
    text-decoration: none;
}
h2 a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #0070a6;
    text-decoration: none;
}
h3 {
    font-family:'SegoeUI-SemiBold';
    font-size: 18px;
    color: #0070a6;
    padding: 5px 0 5px;
}
h3 a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #0070a6;
    text-decoration: none;
}
p {
    font-family:'SegoeUI-Semilight';
    line-height: 1.125;
    padding-bottom: 17px;
}
b, strong {font-family:'SegoeUI-SemiBold';}
.rouble {font-family: "Arial";}
.o_hidden {overflow: hidden;}
/*end main styles*/

/*main_header*/
.main_header {
    background: #fff;
    height: 141px;
    padding: 33px 0 0 0;
    position: relative;
}
.logo {
    display: block;
    background: url(../images/logo.png) no-repeat;
    width: 241px;
    height: 66px;
    float: left;
    margin-right: 50px;
    margin-left: 40px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.logo:hover {opacity: 0.9;}
.header_info {
    font-family:'SegoeUI-Semilight';
    color: #555555;
    font-size: 13px;
    line-height: 1.231;
    float: left;
    max-width: 310px;
    width: 100%;
    padding: 18px 0 0;
}
.phones {
    padding: 28px 0 0;
    font-size: 22px;
    line-height: 1;
    float: right;
}
.phones div {
    float: right;
    margin-left: 27px;
}
.phones span {
    float: right;
    font-family:'SegoeUI-Semilight';
    color: #555555;
}
.phones div a {
    font-family:'SegoeUI-SemiBold';
    color: #0070a6;
    text-decoration: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.menu_panel {
    display: none;
    height: 46px;
    background: #0070a6;
    width: 100%;
}
.menu_butt {
    height: 46px;
    width: 46px;
    background: url(../images/menu_ico.png) center no-repeat;
    cursor: pointer;
}
/*end main_header*/

/*main_nav*/
.main_nav_wrap {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
}
.main_nav {
    width: 290px;
}
.main_nav > li > a {
    display: block;
    font-family:'SegoeUI-SemiBold';
    font-size: 18px;
    color: #0096df;
    text-decoration: none;
    background: #fff;
    position: relative;
    padding: 10px 50px 12px 17px;
    cursor: pointer;
}
.main_nav > li > a.menu_toggle:before {
    content: '';
    display: block;
    background: url(../images/menu_toggle.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
}
.main_nav > li.opened > a.menu_toggle:before {background-position: bottom;}
.sub_nav {
    display: none;
    background: #ebebeb;
    padding: 5px 18px 4px;
}
.sub_nav a {
    font-size: 18px;
    color: #555555;
    text-decoration: none;
}
.sub_nav li {padding-bottom: 11px;}
.sub_nav a:hover {color: #0070a6;}
/*end main_nav*/

/*main_footer*/
.main_footer {
    background: #000000;
    padding: 45px 0 12px;
    line-height: 1;
    color: #c2c2c2;
    overflow: hidden;
}
.main_footer .logo {
    position: relative;
    top: -16px;
    margin-right: 71px;
}
.f_nav {
    float: left;
    padding-top: 0;
    margin-right: 97px;
}
.f_nav li {padding-bottom: 10px;}
.f_nav a {
    font-size: 15px;
    color: #c2c2c2;
}
.f_nav li:first-child {
    padding-bottom: 20px;
}
.f_social {
    font-size: 0;
    float: left;
    padding: 3px 0 0;
}
.f_social li {
    display: inline-block;
    margin: 0 4px 4px;
}
.f_social a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/f_social.png) no-repeat;
    position: relative;
    top: 0;
}
.f_social a.ico_fb {width: 39px;}
.f_social a.ico_tw {background-position: -39px 0;}
.f_social a.ico_inst {background-position: -79px 0;}
.f_social a.ico_vk {
    background-position: -119px 0;
    width: 39px;
}
.f_social a.ico_ok {background-position: -158px 0;}
.f_social a:hover {opacity: 0.9;top: -2px;}
.f_cont {
    float: right;
}
.f_cont span {
    display: block;
    padding-bottom: 16px;
}
.f_cont a {
    font-family:'SegoeUI-Semilight';
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}
.f_cont > div {padding-bottom: 5px;}
.f_cont div div {
    display: inline-block;
    position: relative;
    padding-left: 38px;
}
.f_cont div div:before {
    content: '';
    display: block;
    background: url(../images/f_icons.png) no-repeat;
    width: 25px;
    position: absolute;
    left: 2px;
}
.f_cont div.ico1 div:before {
    height: 26px;
    top: 3px;
}
.f_cont div.ico2 div:before {
    background-position: 0 -26px;
    height: 16px;
    top: 7px;
}
.copyright {
    text-align: center;
    color: #c2c2c2;
    background: #252525;
    overflow: hidden;
    line-height: 1.125;
    padding: 10px 0 14px;
}
.to_top {
    background: url(../images/to_top.png) no-repeat;
    width: 32px;
    height: 32px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    cursor: pointer;
}
.to_top:before {
    content: '';
    display: block;
    background: url(../images/to_top.png) center bottom no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.to_top:hover:before {opacity: 1;}
/*end main_footer*/

/*call_block*/
.call_block {
    background: #014b6f;
    text-align: center;
    color: #fff;
    padding: 56px 0 20px;
    margin-top: 20px;
}
.content .call_block {
    padding: 23px 0 0;
    margin-bottom: 20px;
}
.content .call_block li {margin-bottom: -10px;}
.call_block_title {padding-bottom: 42px;}
.call_block_title br {display: none;}
.call_block_title div{
    font-family:'SegoeUI-SemiBold';
    font-size: 30px;
}
.call_block_title span {
    font-family:'SegoeUI-Light';
    font-size: 20px;
    color: #e1e1e1;
    display: block;
}
.call_block li {
    float: left;
    width: 33.3%;
    position: relative;
    line-height: 1;
    font-size: 24px;
    padding-bottom: 45px;
    padding-top: 155px;
}
.call_block li:before {
    content: '';
    display: block;
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0;
}
.call_block li.ico1:before {display: none;}
.call_block li.ico2:before {background: url(../images/phone_ico.png) center 25px no-repeat;}
.call_block li.ico3:before {background: url(../images/mail_ico.png) center 30px no-repeat;}
.call_block li a {
    text-decoration: none;
    color: #fff;
}
.call_block .manager_photo {
    background: url(../images/manager2.png) no-repeat;
    width: 122px;
    height: 138px;
    left: 50%;
    margin-left: -61px;
    top: 0;
}
.call_block .manager_photo div {
    width: 109px;
    height: 109px;
    left: 6px;
    top: 6px;
}
.manager_photo img {
    width: 100%;
    min-height: 100%;
}
.manager_name div {font-family:'SegoeUI-SemiBold';}
.manager_name span {font-size: 14px;}
/*end call_block*/

/*content_wrap*/
.content_wrap {padding-bottom: 15px;}
.content {
    margin-left: 290px;
    position: relative;
    z-index: 5;
}
.main_block > .float_l {
    width: 584px;
    min-height: 311px;
    background: url(../images/mb_bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 14px 25px 12px 15px;
    position: relative;
    z-index: 1;
}
.main_block .with_dates {padding-bottom: 0; min-height: 305px;}
.main_block p {color: #e1e1e1;text-align: justify;}
.main_block > .float_r {width: 290px;}

.anons {padding-bottom: 0; min-height: 222px;}
.call_title {
    font-family:'SegoeUI-SemiBold';
    font-size: 18px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #0070a6;
}
.call_title_big {
    height: 71px;
    line-height: 65px;
}
.call_title_big > div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.call_title_big span {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.2em;
}
.manager {
    position: relative;
    background: #fff;
    height: 137px;
    padding: 43px 0 0 116px;
    line-height: 1;
}
.manager_photo {
    background: url(../images/manager1.png)no-repeat;
    width: 88px;
    height: 93px;
    position: absolute;
    left: 18px;
    top: 19px;
}
.manager_photo div {
    position: relative;
    width: 79px;
    height: 79px;
    top: 5px;
    left: 4px;
}
.manager_photo div img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 79px;
}
.manager div {
    font-family:'SegoeUI-SemiBold';
    font-size: 18px;
    color: #00a0e3;
}
.manager span {font-size: 11px;color: #444;}
.cont_list {line-height: 1;}
.cont_list li {
    position: relative;
    padding: 9px 10px 13px 97px;
    background: #00a0e3;
}
.cont_list_vnutr li {padding-bottom: 11px;}
.cont_list li:before {
    content: '';
    display: block;
    background: url(../images/icon_set1.png) no-repeat;
    width: 26px;
    position: absolute;
    left: 59px;
    top: 50%;
}
.cont_list li.ico1:before {
    height: 28px;
    margin-top: -14px;
}
.cont_list li.ico2:before {
    height: 19px;
    background-position: 0 -28px;
    margin-top: -9px;
}
.cont_list li.ico3:before {
    height: 17px;
    background-position: 0 -47px;
    margin-top: -8px;
}
.cont_list li.ico2 {background: #008dd2;}
.cont_list li.ico3 {background: #0070a6;}
.cont_list li a {
    color: #fff;
    font-family:'SegoeUI-Semilight';
    text-decoration: none;
    font-size: 14px;
}
.tours_list {
margin-bottom: -5px;
padding: 0px 0px 10px 0px;
}
.tours_list li {
    float: left;
    width: 33.3%;
    margin-bottom: 8px;
}
.tour_link {
    display: block;
    width: 282px;
    height: 240px;
    margin: 0 auto;
    background: #fff;
    text-decoration: none;
    position: relative;
}
.tour_image {
    width: 100%;
    height: 115px;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
}
.tour_image:before {
    content: '';
    display: block;
    background: rgba(0, 112, 166, 0.55);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tour_link:hover .tour_image:before {background: rgba(0, 0, 0, 0.3);}
.tour_image img {min-height: 115px;}
.tour_image > div {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 8px 9px;
    z-index: 1;
    line-height: 1;
}
.tour_image > div div {
    font-family:'SegoeUI-Semilight';
    font-size: 14px;
    padding-bottom: 5px;
}
.tour_image > div span {
    font-family:'SegoeUI-SemiBold';
    font-size: 24px;
}
.tour_cost {
    font-family:'SegoeUI-SemiBold';
    font-size: 24px;
    color: #0070a6;
    padding: 0 0 12px 8px;
    line-height: 1;
}
.tour_descr {
    display: inline-block;
    color: #555555;
    font-size: 14px;
    line-height: 1.286;
    padding: 0 10px 0 9px;
}
.more {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 12px;
    color: #2d83b0;
    text-transform: uppercase;
    border-bottom: 1px solid #0070a6;
    padding-right: 12px;
    position: absolute;
    bottom: 8px;
    right: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.more:before {
    content: '';
    display: block;
    background: url(../images/more_aft.png) no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    bottom: 4px;
}
.tour_link:hover .more {opacity: 1;}
.tours_info {margin-bottom: -10px;}
.tours_info li {
    position: relative;
    padding-left: 215px;
    min-height: 181px;
    margin-bottom: 28px;
}
.tour_preview {
    display: block;
    height: 182px;
    width: 192px;
    border: 6px solid #113d50;
    position: relative;
}
.tour_preview img{min-height: 100%;}
.tour_preview:before {
    content: '';
    display: block;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #113d50;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -14px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tour_preview:after {
    content: '';
    display: none;
    border-top: 14px solid #113d50;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -14px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.tour_preview:hover {border-color: #014b6f;}
a.tour_preview:hover:before {border-left-color: #014b6f; }
a.tour_preview:hover:after {border-top-color: #014b6f; }
.tours_info .tour_preview {
    position: absolute;
    left: 0;
    top: 0;
}
.ti_top {margin-bottom: 5px;}
.ti_name {
    float: left;
    background: #00a0e3;
    width: 369px;
    min-height: 59px;
    font-family:'SegoeUI-SemiBold';
    font-size: 18px;
    color: #fff;
    line-height: 1.333;
    padding: 4px 10px 5px 13px;
}
.ti_name_full {
    float: left;
    background: #00a0e3;
    width: 659px;
    min-height: 59px;
    font-family:'SegoeUI-SemiBold';
    font-size: 18px;
    color: #fff;
    line-height: 1.333;
    padding: 4px 10px 5px 13px;
}
.ti_name_link {
    text-decoration: none;
}
.ti_price {
    float: right;
    width: 290px;
    background: #fff;
    min-height: 59px;
    padding: 0 19px;
    font-family:'SegoeUI-SemiBold';
    font-size: 24px;
    color: #0070a6;
    line-height: 59px;
}
.tours_info p {
    font-size: 14px;
    line-height: 1.286;
}
.ti_bottom {
    background: #0070a6;
    position: relative;
    color: #fff;
    padding:0 100px 3px 15px;
    min-height: 27px;
}
.ti_bottom2 {
    position: relative;
    min-height: 27px;
}
.more_wrap {
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 97px;
}
.more_wrap a {
    display: inline-block;
    height: 14px;
    padding-right: 17px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #2d83b0;
    text-decoration: none;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -7px;
    line-height: 14px;
}
.more_wrap a:before {
    content: '';
    display: block;
    background: url(../images/more_aft_big.png) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
}
.more_wrap a:hover {opacity: 0.9;}


.more_wrap2 {
    background: #fff;
    width: 100%;
    text-align: right;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 4px;
}
.more_wrap2 a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #2d83b0;
    text-decoration: none;
}
.more_wrap2 a:before {
    content: '';
    display: block;
    background: url(../images/more_aft_big.png) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    margin-right: 5px;
}
.more_wrap2 a:hover {opacity: 0.9;}

.breadcrumbs {
    padding: 7px 10px 11px 15px;
}
.breadcrumbs li {display: inline-block;}
.breadcrumbs a {
    color: #014b6f;
    font-family:'SegoeUI-Semilight';
    font-size: 14px;
    text-decoration: none;
}
.breadcrumbs a:hover {text-decoration: underline;}
.separator {
    display: inline-block;
    background: url(../images/separator.png) center no-repeat;
    width: 8px;
    height: 8px;
}
.dates_wrap {
    background: #fff;
    margin: -2px -25px 0 -15px;

    position: absolute;
    bottom: 0;
    width: 100%;
}
.dates_list {
    background: #008dd2;
    min-height: 124px;
    width: 340px;
    color: #fff;
    padding: 0 0 5px 15px;
}
.dl_title {
    font-family:'SegoeUI-SemiBold';
    padding-bottom: 4px;
}
.dates_list > ul > li {
    display: inline-block;
    font-family:'SegoeUI-Light';
    font-size: 13px;
    padding-right: 22px;
    line-height: 1.385;
}
.big_price {
    width: 584px;
    font-size: 14px;
    color: #6f6f6f;
    font-family:'SegoeUI-SemiBold';
    line-height: 71px;
    padding: 0 6px;
}
.big_price > div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.big_price > div div {
    font-size: 24px;
    color: #0070a6;
}
.dateslist {
    color: #fff;
    background: #008dd2;
    padding: 15px 12px 20px;
    line-height: 1.25;
}
.dateslist a{color: #fff;}
.residence {
    color: #fff;
    background: #014b6f;
    padding: 15px 12px 20px;
    line-height: 1.25;
}
.residence a{color: #fff;}
.to_show {display: none;}
.days_list {padding-bottom: 12px;}
.days_list li {padding-bottom: 16px;}
.day_title {
    background: #fff;
    font-family:'SegoeUI-SemiBold';
    font-size: 24px;
    color: #0070a6;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    margin-bottom: 9px;
}
.day_item {
    position: relative;
    padding-left: 105px;
    line-height: 1.385;
    font-family:'SegoeUI-Semilight';
}
.day_item span {
    display: inline-block;
    width: 97px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-family:'SegoeUI-SemiBold';
    color: #0070a6;
}
.days_block {padding-bottom: 40px;}
.pricelist {
    padding: 9px 0 4px;
    line-height: 1.1;
    font-family:'SegoeUI-Semilight';
}
.pricelist li > span {
    min-width: 170px;
    text-align: right;
    display: inline-block;
    font-family:'SegoeUI-SemiBold';
    font-size: 24px;
    color: #0070a6;
    vertical-align: middle;
    margin-right: 14px;
}
.pricelist2 {
    padding: 9px 0 4px;
    line-height: 1.1;
    font-family:'SegoeUI-Semilight';
}
.pricelist2 li > span {
    text-align: right;
    display: inline-block;
    font-family:'SegoeUI-SemiBold';
    font-size: 24px;
    color: #0070a6;
    vertical-align: middle;
    margin-right: 14px;
}
.price {
    text-align: right;
    display: inline-block;
    font-family:'SegoeUI-SemiBold';
    font-size: 24px;
    color: #0070a6;
}
.tours_image_list {padding: 10px 5px;}
.tours_image_list li {
    float: left;
    width: 25%;
    padding-bottom: 10px;
}
.tours_image_list a {
    display: block;
    width: 200px;
    height: 133px;
    overflow: hidden;
    margin: 0 auto;
}
.tours_image_list a img {min-height: 133px;}
.tours_image_list a:hover {opacity: 0.9;}
.tour_block {
    padding-bottom: 10px;
    font-family:'SegoeUI-Semilight';
}
.tour_block .tour_preview {
    float: left;
    margin-right: 22px;
}
.tour_title {
    font-family:'SegoeUI-SemiBold';
    font-size: 18px;
    color: #fff;
    background: #00a0e3;
    padding:  5px 10px 10px 13px;
    margin-bottom: 5px;
}
.tour_block .o_hidden p:last-child {padding-bottom: 0;}
.tour_block div b > a {
    text-decoration: none;
}
.tour_block div b > a:hover {
    color: inherit;
}
.pricetable {padding: 12px 0;}
.pricetable table {
    width: 100%;
    text-align: center;
}
.pricetable th {
    background: #014b6f;
    vertical-align: bottom;
    color: #ebebeb;
    line-height: 1.2;
    font-size: 14px;
}
.pricetable tr th {vertical-align: middle;}
.pricetable th span {text-transform: uppercase;}
.pricetable td {
    background: #00a0e3;
    vertical-align: middle;
    color: #fff;
    font-family:'SegoeUI-SemiBold';
    font-size: 20px;
}
.pricetable th, .pricetable td {
    border-bottom: 4px solid #ececec;
    border-right: 5px solid #ececec;
    padding: 3px 0;
}
.pricetable tr td:first-child {
    font-size: 18px;
    white-space: nowrap;
    padding: 3px 5px;
}
.benefits_list {padding: 35px 0 26px;}
.benefits_list li {
    float: left;
    text-align: center;
    float: left;
    width: 33.3%;
    padding: 90px 0 0;
    position: relative;
}
.benefits_list li.ico1, .benefits_list li.ico2, .benefits_list li.ico3 {height: 240px;}
.benefits_list li:before {
    content: '';
    display: block;
    background: url(../images/benefits.png) no-repeat;
    width: 67px;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -33px;
}
.benefits_list li.ico1:before {
    height: 53px;
}
.benefits_list li.ico2:before {
    height: 57px;
    background-position: 0 -53px;
    top: 0;
}
.benefits_list li.ico3:before {
    height: 40px;
    background-position: 0 -110px;
}
.benefits_list li.ico4:before {
    height: 49px;
    background-position: 0 -150px;
    top: 0;
}
.benefits_list li.ico5:before {
    height: 64px;
    background-position: 0 -200px;
}
.benefits_list li.ico6:before {
    height: 64px;
    background-position: 0 -264px;
}

.benefits_list li div {
    font-family:'SegoeUI-SemiBold';
    font-size: 18px;
    color: #00a0e3;
}
.benefits_list li p {
    padding-bottom: 0;
    line-height: 1.333;
}
.w_subtitle {
    font-family:'SegoeUI-Semilight';
    font-size: 18px;
    color: #474747;
    line-height: 1.333;
    padding-bottom: 13px;
}
.feedback_wrap {padding: 15px 0 10px;}
.feedback_wrap h2 {padding-bottom: 12px;}
.feedback_descr {
    font-family:'SegoeUI-Semilight';
    color: #474747;
    line-height: 1.333;
    padding-bottom: 20px;
}
.feedback_descr a {color: #474747;}
.feedback_descr a:hover {
    color: #008DD2;
    text-decoration: underline;
}
.feedback_slider > li {padding-bottom: 50px;}
.f_body {
    border-top: 6px solid #00a0e3;
    border-bottom: 6px solid #00a0e3;
    padding: 11px 35px 15px 20px;
    margin-bottom: 35px;
}
.f_body p {
    color: #474747;
    line-height: 1.5;
    font-family:'SegoeUI-Italic';
    padding-bottom: 30px;
    text-align: justify;
    font-style: italic;
}
.f_body > div a {
    font-family:'SegoeUI-SemiBold';
    font-size: 14px;
    color: #00a0e3;
}
.f_image {
    width: 100px;
    height: 100px;
    background: url(../images/user_avatar.png) center 2px no-repeat;
    border: 6px solid #0096df;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    position: relative;
    margin-left: 12px;
}
.f_image div {
    width: 88px;
    height: 88px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.f_image:after {
    content: '';
    display: block;
    background: url(../images/f_after.png) no-repeat;
    width: 59px;
    height: 30px;
    position: absolute;
    right: -60px;
    top: -47px;
}
.feedback_photos {float: right;}
.feedback_photos li {
    float: left;
    margin-left: 7px;
}
.feedback_photos a {
    display: block;
    width: 150px;
    height: 100px;
    overflow: hidden;
}
.feedback_photos a img {min-height: 100%;}
.fancybox:hover {opacity: 0.9;}
.questions {padding-bottom: 17px;}
.blue_title {
    color: #fff;
    font-family:'SegoeUI-SemiBold';
    font-size: 18px;
    background: #00a0e3;
    line-height: 1.333;
    padding: 1px 10px 6px 11px;
    margin-bottom: 8px;
}
.questions p {
    padding-left: 43px;
    position: relative;
    padding-bottom: 10px;
}
.questions p:before {
    content: '';
    display: block;
    background: url(../images/quest_ico.png) no-repeat;
    width: 27px;
    height: 22px;
    position: absolute;
    left: 7px;
    top: -2px;
}
.share_list {
    display: inline-block;
    min-height: 31px;
    float: left;
    min-width: 24%;
    width: 100%;
}

.share_one, .share_two {
    display: inline-block;
}

.share_likes_one, .share_likes_two {
    display: inline-block;
    margin-top: 5px;
    width: 180px;
}

.likes_face {
    position: relative;
    bottom: 4px;
}

@media (max-width:1200px) {
    .share_likes_one {
        width: 180px;
    }
    .share_likes_two {
        width: 140px;
    }
}

#ctrlcopy {
    color:transparent;
    height:1px;
    overflow:hidden;
    position:absolute;
    width:1px;
}


ul.tur_list {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 35px;
    padding-bottom: 10px;
    font-family: 'SegoeUI-Semilight';
}

.error {
    min-height: 530px;
}

ul.cont_list > li.ico1 > a,
ul.cont_list > li.ico2 > a,
ul.cont_list > li.ico3 > a {
    display: block;
    width: 28px;
    position: absolute;
    left: 58px;
    overflow: hidden;
    opacity: 0;
}
ul.cont_list > li.ico1 > a {
    height: 30px;
    top: 12px;
}
ul.cont_list > li.ico2 > a {
    height: 21px;
    top: 9px;
}
ul.cont_list > li.ico3 > a {
    height: 19px;
    top: 10px;
}

div.ico1 > div > a:first-child,
div.ico2 > div > a:first-child {
    display: block;
    width: 28px;
    position: absolute;
    left: 0px;
    overflow: hidden;
    opacity: 0;
}
div.ico1 > div > a:first-child {
    height: 29px;
    top: 2px;
}
div.ico2 > div > a:first-child {
    height: 21px;
    top: 5px;
}

ul > li.ico2 > a,
ul > li.ico3 > a {
    display: block;
    position: absolute;
    top: 10%;
    left: 39%;
    overflow: hidden;
    opacity: 0;
}

ul > li.ico2 > a {
    width: 64px;
    height: 72px;
    top: 10%;
    left: 39%;
}

ul > li.ico3 > a {
    width: 83px;
    height: 63px;
    top: 11%;
    left: 36%;
}









.acor-container {
    margin: 20px 0;
}
.acor-container .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #ebebeb;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    cursor: pointer;
    background-color: #014b6f;
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #BFE2FF;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;  
    font-size: 18px;
    margin: 0 0 5px;
    transition: color .35s;
}
.acor-container label:hover {
    color: #FFF;
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '\276F';
    float: right;
}
.acor-container input:checked + label {
    background-color: #00a0e3;
    color: #FFF;
    box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #474747;
    padding: 20px 30px 10px;
}






