body {
    font-family: 'PT Sans', sans-serif;
    background: #464b52;
}
html, body {
    height: 100%;
}
html {
    font-size: 100%;
}
.max-wrap {
    min-width: 1000px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
}
.min-wrap {
    min-width: 1000px;
    max-width: 1350px;
    margin: 0 auto;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
}
h1 {
    color: #eaf7ff;
    font-weight: bold;
    margin-bottom: 18px;
    font-size: 125%;
}
h2 {
    font-size: 112.5%;
    color: #eaf7ff;
    font-weight: bold;
    margin-bottom: 18px;
}
h3 {
    font-size: 100%;
    color: #eaf7ff;
    font-weight: bold;
    margin-bottom: 18px;
}
p {
    color: #8ca1ad;
    font-size: 87.5%;
    line-height: 125%;
    margin-bottom: 25px;
}
ul {}
li {
    color: #8ca1ad;
    font-size: 87.5%;
    /*line-height: 125%;*/
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(../img/li-bg.png) 0 3px no-repeat;
}
table {
    width: 100%;
    border: 1px solid #8ca1ad;
    margin-bottom: 25px;
}
tr {}
th {
    padding: 20px;
    border: 1px solid #8ca1ad;
    background: #272e38;
    color: #eaf7ff;
    font-size: 87.5%;
    font-weight: bold;
    text-align: left;
}
td {
    padding: 20px;
    border-right: 1px solid #8ca1ad;
    color: #8ca1ad;
    font-size: 87.5%;
    line-height: 125%;
}
b{
    font-weight: bold;
}

/***********HEADER**********/

header {
    position: relative;
    text-align: center;
}
header::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 46, 56, 0.35);
}
header.where {
    background: url(../img/where-bg.jpg) center top no-repeat;
    height: 286px;
}
header.infrastructure {
    background: url(../img/infrastructure-bg.jpg) center top no-repeat;
    height: 286px;
}
header.services {
    background: url(../img/services-bg.jpg) center top no-repeat;
    height: 286px;
}
header.lakes {
    background: url(../img/lakes-bg.jpg) center top no-repeat;
    height: 286px;
}
header.portal {
    background: url(../img/application-bg.jpg) center top no-repeat;
    height: 286px;
}
header.index {
    background: url(../img/index-bg3.png) center top no-repeat;
    height: 790px;
    position: relative;
}
.top {
    width: 100%;
    height: 59px;
    line-height: 59px;
    background: url(../img/top-bg.png) repeat;
}
header .top {
    position: absolute;
    width: 100%;
    height: 118px;
    line-height: 59px;
    background: linear-gradient(to bottom, rgba(39, 46, 56, 0.8), rgba(0, 0, 0, 0.0));
}
.top nav {
    position: absolute;
    left: 10px;
    right: 10px;
    height: 59px;
    overflow: hidden;
    z-index: 10;
}
.top .menu-left {
    float: left;
    font-weight: 700;
}
.top .menu-right {
    float: right;
    font-weight: 400;
}
.top nav a {
    /*color: #eaf7ff;*/
    color: #fff;
    height: 100%;
    /*float: left;*/
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    -webkit-transition: padding 0.9s ease;
    -moz-transition: padding 0.9s ease;
    -o-transition: padding 0.9s ease;
    transition: padding 0.9s ease;
}
.top nav a:hover {
    color: #eaf7ff;
}
.top nav a.advertisers {
    color: #70818b;
    padding-right: 0;
}
.top nav a.services:hover, .top nav a.services.active {
    /*color: #eaf7ff;*/
    background: #7acb12;
    background: -moz-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: linear-gradient(153deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
}
.top nav a.big-menu-item:hover:after, .top nav a.big-menu-item.active:after {
    border: solid;
    border-color: #89D716 transparent transparent transparent;
    content: "";
    left: 50%;
    bottom: -24px;
    margin-left: -12px;
    position: absolute;
    z-index: 99;
    border-width: 12px;
}
.top nav a.services:hover:after, .top nav a.services.active:after {
    border-color: #89D716 transparent transparent transparent;
}
.top nav a.lakes:hover, .top nav a.lakes.active {
    background: #14c8c4;
    background: -moz-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: linear-gradient(153deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
}
.top nav a.lakes:hover:after, .top nav a.lakes.active:after {
    border-color: #18DCC3 transparent transparent transparent;
}
.top nav a.infrastructure:hover, .top nav a.infrastructure.active {
    background: #cd4162;
    background: -moz-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: linear-gradient(153deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
}
.top nav a.infrastructure:hover:after, .top nav a.infrastructure.active:after {
    border-color: #E43F4C transparent transparent transparent;
}
.top nav a.where:hover, .top nav a.where.active {
    background: #c568bd;
    background: -moz-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: linear-gradient(153deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
}
.top nav a.where:hover:after, .top nav a.where.active:after {
    border-color: #CC75E3 transparent transparent transparent;
}
.page-title {
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin: 0px auto 20px;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
    padding-top: 140px;
    font-family: "Open Sans";
}
.index .page-title {
    font-size: 50px;
    padding-top: 148px;
}
.index .page-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: 10px;
}

/***********END HEADER**********/


/***********WHERE TO GO**********/

.content {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background: url(../img/cont-bg1.png) center top no-repeat, url(../img/cont-bg2.png) center bottom repeat-x;
}
.content.without-bg {
    background: none;
}
.content.lakes {
    background: url(../img/index-bg1.png) left top repeat-x;
    padding-bottom: 0;
}
.where-to-go {
    margin-right: 370px;
}
.where-to-go .main_img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 4px solid #d07fff;
    margin-right: 20px;
    float: left;
}
.where-to-go .main_img {
    margin-bottom: 25px;
}
.where-to-go .bx-wrapper {
    padding: 30px 45px;
    border-top: 1px solid #2f363f;
    border-bottom: 1px solid #2f363f;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
    margin-bottom: 25px!important;
}
.where-to-go .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0;
    background: transparent;
}
.where-to-go .bx-wrapper .bx-controls-direction a {
    width: 45px;
    height: 43px;
    margin-top: -21px;
    top: 44%;
}
.where-to-go .bx-wrapper .bx-prev {
    background: url(../img/controls.png) no-repeat 0 0px;
    left: 0;
}
.where-to-go .bx-wrapper .bx-prev:hover {
    background-position: 0 -43px;
}
.where-to-go .bx-wrapper .bx-next {
    background: url(../img/controls.png) no-repeat -45px 0px;
    right: 0;
}
.where-to-go .bx-wrapper .bx-next:hover {
    background-position: -45px -43px;
}
.where-to-go .bx-wrapper img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0;
    float: none;
    border: 0;
}
.pr-nxt-place {
    overflow: hidden;
    padding-top: 30px;
    border-top: 1px solid #2f363f;
}
.pr-nxt-place a {
    color: #fff;
    font-size: 81.25%;
    text-transform: uppercase;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    background: #272e38;
    text-decoration: none;
    position: relative;
}
.pr-nxt-place a.pr {
    padding-right: 14px;
    margin-left: 21px;
}
.pr-nxt-place a.pr:before {
    border: solid;
    border-color: transparent #272e38 transparent transparent;
    content: "";
    left: -42px;
    top: 0;
    position: absolute;
    z-index: 99;
    border-width: 21px;
}
.pr-nxt-place a.pr:hover {
    background: #c568bd;
    background: -moz-linear-gradient(297deg, rgba(208, 127, 255, 1) 36%, rgba(184, 74, 105, 1) 86%);
    background: -webkit-linear-gradient(297deg, rgba(208, 127, 255, 1) 36%, rgba(184, 74, 105, 1) 86%);
    background: -o-linear-gradient(297deg, rgba(208, 127, 255, 1) 36%, rgba(184, 74, 105, 1) 86%);
    background: -ms-linear-gradient(297deg, rgba(208, 127, 255, 1) 36%, rgba(184, 74, 105, 1) 86%);
    background: linear-gradient(27deg, rgba(208, 127, 255, 1) 36%, rgba(184, 74, 105, 1) 86%);
}
.pr-nxt-place a.pr:hover:before {
    border: solid;
    border-color: transparent #D07EFD transparent transparent;
    content: "";
    left: -42px;
    top: 0;
    position: absolute;
    z-index: 99;
    border-width: 21px;
}
.pr-nxt-place a.nxt {
    padding-left: 14px;
    margin-right: 21px;
}
.pr-nxt-place a.nxt:hover {
    background: #c568bd;
    background: -moz-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 61%);
    background: -webkit-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 61%);
    background: -o-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 61%);
    background: -ms-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 61%);
    background: linear-gradient(153deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 61%);
}
.pr-nxt-place a.nxt:after {
    border: solid;
    border-color: transparent transparent transparent #272e38;
    content: "";
    right: -42px;
    top: 0;
    position: absolute;
    z-index: 99;
    border-width: 21px;
}
.pr-nxt-place a.nxt:hover:after {
    border: solid;
    border-color: transparent transparent transparent #D07EFD;
    content: "";
    right: -42px;
    top: 0;
    position: absolute;
    z-index: 99;
    border-width: 21px;
}
.where-to-go-all {
    margin-right: 370px;
}
.where-to-go-item {
    overflow: hidden;
    background: #3e444b;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
}
.where-to-go-item:hover {
    background: #30363f;
}
.where-to-go-item img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 4px solid #d07fff;
    float: left;
}
.where-to-go-item-about {
    padding: 20px 15px;
    margin-left: 375px;
}
.item-date {
    width: 45px;
    float: left;
    padding: 20px 15px;
    margin: 20px 0;
    text-align: center;
    border-right: 1px solid #8ca1ad;
}
.item-date time {
    color: #8ca1ad;
    font-size: 225%;
    margin-bottom: 10px;
    font-weight: bold;
}
.item-date span {
    font-size: 87.5%;
    font-weight: bold;
    color: #8ca1ad;
    text-transform: uppercase;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #8ca1ad;
    width: 100%;
    margin-bottom: 20px;
}
.item-date a.like {
    color: #fff;
    min-width: 18px;
    text-decoration: none;
    font-size: 87.5%;
    padding-top: 25px;
    display: inline-block;
    background: url(../img/heart.png) center 0 no-repeat;
}
.where-to-go-item-about h2 {
    margin-bottom: 14px;
}
.where-to-go-item-about p {
    margin-bottom: 14px;
}
.where-to-go-item-about a {
    color: #eaf7ff;
    font-size: 87.5%;
    text-decoration: none;
    padding-left: 20px;
    background: url(../img/arrow.png) 0 -26px no-repeat;
}
.prev-next {
    overflow: hidden;
    text-align: center;
}
.prev-next a.prev {
    background: url(../img/controls.png) 0 0 no-repeat;
}
.prev-next a.prev:hover {
    background: url(../img/controls.png) 0 -43px no-repeat;
}
.prev-next a.next {
    background: url(../img/controls.png) -45px 0 no-repeat;
}
.prev-next a.next:hover {
    background: url(../img/controls.png) -45px -43px no-repeat;
}
.prev-next a, .prev-next span {
    display: inline-block;
    width: 45px;
    height: 43px;
}
.prev-next a {
    color: #8ca1ad;
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
    line-height: 45px;
}
.prev-next a:hover {
    color: #eaf7ff;
    background: #c568bd;
    background: -moz-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: linear-gradient(153deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
}
.prev-next span {
    color: #eaf7ff;
    font-size: 100%;
    font-weight: bold;
    line-height: 45px;
    background: #c568bd;
    background: -moz-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: linear-gradient(153deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
}
aside {
    width: 350px;
    float: right;
    text-align: center;
}
aside h1 {
    font-size: 162.5%;
    text-transform: uppercase;
    font-weight: bold;
    color: #eaf7ff;
    text-align: left;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 1);
}
aside h2 {
    text-align: left;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 1);
}
aside p {
    text-align: left;
}
.map-object {
    width: 100%;
    /*height: 342px;*/
    margin-bottom: 30px;
}
.where .map-object {
    height: 342px;
}
#map {
    width: 100%;
    height: 100%;
}
.advertisement {
    width: 350px;
    height: 372px;
    position: relative;
    margin-bottom: 30px;
}
.advertisement span {
    font-size: 200%;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 0px;
    height: 40%;
    text-align: center;
    -webkit-box-shadow: inset 0px -100px 90px -36px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset 0px -100px 90px -36px rgba(50, 50, 50, 0.75);
    box-shadow: inset 0px -100px 90px -36px rgba(50, 50, 50, 0.75);
}
aside hr {
    height: 1px;
    border: none;
    color: #2f363f;
    background: #2f363f;
    margin: 0;
    margin-bottom: 30px;
}
aside a.blue-btn {
    margin-bottom: 30px
}
.last-news {
    margin-bottom: 20px;
    text-align: left;
}
.last-news {
    margin-bottom: 18px;
}
.last-news-about {
    padding: 15px 20px;
    background: #272e38;
}
.last-news-about h2 {
    margin-bottom: 13px;
    line-height: 125%;
}
.last-news-about p {
    margin-bottom: 13px;
}
.last-news-about a {
    color: #eaf7ff;
    font-size: 87.5%;
    text-decoration: none;
    padding-left: 20px;
    background: url(../img/arrow.png) 0 4px no-repeat;
}

/***********END WHERE TO GO**********/


/***********APPLICATION**********/

.application {
    width: 100%;
    height: 334px;
    background: url(../img/application-bg.jpg) center top no-repeat;
    text-align: center;
    padding-top: 80px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
    clear: both;
}
.application h1 {
    color: #eaf7ff;
    font-size: 162.5%;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.application form {
    width: 500px;
    text-align: center;
    margin: 0 auto;
}
.application form input[type="text"] {
    width: 500px;
    border: 1px solid #70818b;
    background: #292f39;
    height: 45px;
    line-height: 45px;
    color: #8ca1ad;
    font-size: 87.5%;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
}
.application form input::-webkit-input-placeholder {
    font-size: 87.5%;
    text-transform: uppercase;
    line-height: 45px;
    color: #8ca1ad;
}
.application form input:-moz-placeholder {
    font-size: 87.5%;
    text-transform: uppercase;
    line-height: 45px;
    color: #8ca1ad;
}

/***********END APPLICATION**********/


/***********INFRASTRUCTURE**********/

.infrastructure-all {
    margin-right: 370px;
}
.infrastructure-item {
    overflow: hidden;
    background: #3e444b;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
}
.infrastructure-item:hover {
    background: #30363f;
}
.infrastructure-item img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 4px solid #d07fff;
    float: left;
}
.infrastructure-item .info-item {
    display: block;
    /*height: 20px;*/
    line-height: 20px;
    margin-bottom: 8px;
    padding-left: 30px;
    color: #eaf7ff;
    font-size: 14px;
    font-family: "Open Sans";
}
.infrastructure-item .worktime {
    background: url(../img/worktime.png) left 0 no-repeat;
}
.infrastructure-item:hover .worktime {
    background: url(../img/worktime-hover.png) left 0 no-repeat;
}
.infrastructure-item .fish-list {
    color: #8ca1ad;
    background: url(../img/fish.png) 2px 3px no-repeat;
}
.infrastructure-item .address {
    background: url(../img/location.png) 3px 0 no-repeat;
}
.infrastructure-item:hover .address {
    background-position: 3px -57px;
}
.infrastructure-item .desc {
    margin-top: 18px;
}
.infrastructure-item-about {
    padding: 20px 15px;
    margin-left: 310px;
}
.infrastructure-item-about h2 {
    margin-bottom: 14px;
}
.infrastructure-item-about h2 a.like {
    color: #eaf7ff;
    font-size: 87.5%;
    display: inline-block;
    margin-left: 20px;
    padding-left: 23px;
    font-weight: normal;
    text-transform: none;
    background: url(../img/heart.png) left 0 no-repeat;
    height: 18px;
    line-height: 13px;
}
.infrastructure-item-about p {
    margin-bottom: 14px;
}
.infrastructure-item-about a {
    color: #eaf7ff;
    font-size: 87.5%;
    text-decoration: none;
    padding-left: 20px;
    background: url(../img/arrow.png) 0 4px no-repeat;
}
.infrastructure-item-about a:hover {
    color: #eaf7ff;
    font-size: 87.5%;
    text-decoration: none;
    padding-left: 20px;
    background: url(../img/arrow.png) 1px -56px no-repeat;
}
.infrastructure-all .prev-next a.prev {
    background: url(../img/controls2.png) 0 0 no-repeat;
}
.infrastructure-all .prev-next a.prev:hover {
    background: url(../img/controls2.png) 0 -43px no-repeat;
}
.infrastucture-all .prev-next a.next {
    background: url(../img/controls2.png) -45px 0 no-repeat;
}
.infrastructure-all .prev-next a.next:hover {
    background: url(../img/controls2.png) -45px -43px no-repeat;
}
.infrastructure-all .prev-next a:hover {
    background: #cd4162;
    background: -moz-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: linear-gradient(153deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
}
.infrastructure-all .prev-next span {
    background: #cd4162;
    background: -moz-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: linear-gradient(153deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
}

/***********END INFRASTRUCTURE**********/


/***********SERVICES**********/

.services-all {
    margin-right: 370px;
}
.services-all hr {
    height: 1px;
    border: none;
    color: #2f363f;
    background: #2f363f;
    margin: 0;
    margin-bottom: 20px;
}
.services-item {
    overflow: hidden;
    background: #3e444b;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
}
.services-item:hover {}
.services-item.premium {
    position: relative;
    background: #272e38;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 1);
}

/*.services-item.premium {
    position: relative;
}*/

.services-item.premium:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 56px;
    height: 56px;
    background: url(../img/premium.png);
}
.services-item:hover address {
    background-position: 2px -109px;
}
.services-item:hover span {
    background-position: 0 -41px;
}
.services-item.popular p {
    padding: 13px 0;
    border-top: 1px solid #1c2026;
    border-bottom: 1px solid #1c2026;
    margin-left: -5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.services-item div.img-serv {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 215px;
    float: left;
}
.services-item div.img-serv span {
    display: block;
    width: 300px;
    height: 42px;
    position: absolute;
    bottom: 47px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.0));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.0));
}
.b-rent-slider .services-item div.img-serv span {
    bottom: 0px;
}
.services-item div.img-serv p {
    background: #7f9aaa;
    background: linear-gradient(153deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 47px;
    line-height: 10px;
    margin: 0;
    padding: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
    font-size: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.services-item div.img-serv p:before {
    border: solid;
    border-color: transparent transparent #809AAA transparent;
    content: "";
    left: 50%;
    top: -24px;
    margin-left: -12px;
    position: absolute;
    z-index: 99;
    border-width: 12px;
}
.services-item:hover div.img-serv p {
    background: #7acb12;
    background: -moz-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: linear-gradient(153deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
}
.services-item:hover div.img-serv p:before {
    border-color: transparent transparent #46A507 transparent;
}
.banner {
    margin-bottom: 20px;
    height: 125px;
    position: relative;
}
.banner img {
    width: 100%;
}
.banner span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 1px 0px 14px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 1px 0px 14px 5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px 0px 14px 5px rgba(0, 0, 0, 0.75);
}
.services-item img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.services-item:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: none;
    /* IE6-9 */
    -webkit-filter: grayscale(0%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.services-item-about {
    padding: 20px 15px;
    margin-left: 310px;
}
.services-item-about h2 {
    margin-bottom: 14px;
}
.services-item-about h2 a.like {
    color: #eaf7ff;
    font-size: 87.5%;
    display: inline-block;
    margin-left: 20px;
    padding-left: 23px;
    font-weight: normal;
    text-transform: none;
    background: url(../img/heart.png) left 0 no-repeat;
    height: 18px;
    line-height: 13px;
    text-decoration: none;
}
.services-item-about h2 a.scan {
    color: #eaf7ff;
    font-size: 87.5%;
    display: inline-block;
    margin-left: 10px;
    padding-left: 23px;
    font-weight: normal;
    text-transform: none;
    background: url(../img/eye.png) left 2px no-repeat;
    height: 18px;
    line-height: 14px;
    text-decoration: none;
}
.services-item-about address {
    color: #eaf7ff;
    font-size: 100%;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../img/location.png) 2px 0 no-repeat;
    /*height: 22px;*/
    line-height: 19px;
}
.services-item-about span {
    color: #eaf7ff;
    font-size: 100%;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../img/capacity.png) left 0 no-repeat;
    /*height: 22px;*/
    line-height: 19px;
    display: inline-block;
}
.services-item-about p {
    margin-bottom: 14px;
}
.services-item-about a.in-map {
    color: #70818b;
    font-size: 87.5%;
    text-decoration: none;
    padding-left: 27px;
    line-height: 21px;
    background: url(../img/in-map.png) 0 0px no-repeat;
    display: inline-block;
}
.services-item-about a.in-map:hover {
    color: #eaf7ff;
    font-size: 87.5%;
    text-decoration: none;
    padding-left: 27px;
    background: url(../img/in-map.png) 0px -49px no-repeat;
}
.services-all .prev-next a.prev {
    background: url(../img/controls3.png) 0 0 no-repeat;
}
.services-all .prev-next a.prev:hover {
    background: url(../img/controls3.png) 0 -43px no-repeat;
}
.services-all .prev-next a.next {
    background: url(../img/controls3.png) -45px 0 no-repeat;
}
.services-all .prev-next a.next:hover {
    background: url(../img/controls3.png) -45px -43px no-repeat;
}
.services-all .prev-next a:hover {
    background: #7acb12;
    background: -moz-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: linear-gradient(153deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
}
.services-all .prev-next span {
    background: #7acb12;
    background: -moz-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: linear-gradient(153deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
}

/***********END SERVICES**********/


/***********SELECTION**********/

.selection {
    width: 100%;
    /*height: 365px;*/
    padding-top: 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
    text-align: center;
}
.selection h1 {
    margin-bottom: 25px;
    color: #eaf7ff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
.selection-group {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2f363f;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.08);
    /*overflow: hidden;*/
}
.selection-item {
    display: inline-block;
    margin-right: 40px;
}
.selection-item:last-child {
    margin-right: 0px;
}
.selection-col {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
}
.checkbox-wrap {
    margin-bottom: 13px;
}
.selection-link {
    display: inline-block;
    margin: 0px 20px;
    font-size: 13px;
    color: #6ccc0a;
    text-transform: uppercase;
    background: transparent;
    text-decoration: none;
    border: 0px;
    border-bottom: 1px dashed #6ccc0a;
    cursor: pointer;
}
.selection-link._blue {
    color: #06cdeb;
    border-bottom: 1px dashed #06cdeb;
}
.selection h4,
.selection .h4 {
    color: #eaf7ff;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    display: inline-block;
    margin-right: 14px;
    font-size: 14px;
    font-family: "Open Sans";
}
.selection .jq-selectbox {
    width: 280px;
    text-align: left;
}
.map-select .jq-selectbox {
    width: 100%;
    text-align: left;
}
.map-select .jq-selectbox__select, .selection .jq-selectbox__select {
    background: #2f363f;
    color: #8ca1ad;
    font-size: 81.25%;
    text-shadow: none;
    box-shadow: none;
    height: 36px;
    line-height: 36px;
    border: 0;
    border-radius: 0;
}
.map-select .jq-selectbox__trigger, .selection .jq-selectbox__trigger {
    border-left: 0;
}
.map-select .jq-selectbox__trigger-arrow, .selection .jq-selectbox__trigger-arrow {
    width: 10px;
    height: 6px;
    border: 0;
    opacity: 1;
    background: url(../img/select-arrow.png) 0 0 no-repeat;
}
.map-select .jq-selectbox__dropdown, .selection .jq-selectbox__dropdown {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.map-select ul li, .selection ul li {
    margin: 0;
    background: transparent;
    text-align: left;
    background: #2f363f;
    color: #8ca1ad;
}
.b-portal .jq-selectbox {
    /*margin-right: 2.96%;*/
    width: 100%;
    text-align: left;
}
.b-portal .jq-selectbox__select {
    background: #2f363f;
    color: #8ca1ad;
    font-size: 81.25%;
    text-shadow: none;
    box-shadow: none;
    height: 36px;
    line-height: 36px;
    border: 0;
    border-radius: 0;
    width: 275px;
}
.b-portal .jq-selectbox__trigger {
    border-left: 0;
}
.b-portal .jq-selectbox__trigger-arrow {
    width: 10px;
    height: 6px;
    border: 0;
    opacity: 1;
    background: url(../img/select-arrow.png) 0 0 no-repeat;
}
.b-portal .jq-selectbox__dropdown {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.b-portal ul li {
    margin: 0;
    background: transparent;
    text-align: left;
    background: #2f363f;
    color: #8ca1ad;
}
.selection .jq-checkbox {
    top: -1px;
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 0;
    background: #2f363f;
    box-shadow: none;
    margin-right: 14px;
    float: left;
}
.b-portal .jq-checkbox {
    top: -1px;
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 0;
    background: #2f363f;
    box-shadow: none;
    margin-right: 10px;
}
.b-portal .jq-checkbox.checked .jq-checkbox__div {
    width: 10px;
    height: 10px;
    border-radius: 0;
    box-shadow: none;
    background: url(../img/check.png) no-repeat;
    margin: 5px 0 0 7px;
}
.selection .jq-checkbox.checked .jq-checkbox__div {
    width: 10px;
    height: 10px;
    border-radius: 0;
    box-shadow: none;
    background: url(../img/check.png) no-repeat;
    margin: 5px 0 0 7px;
}
.b-item .jq-checkbox.checked + label {
    color: #eaf7ff;
}
.selection label {
    color: #8ca1ad;
    display: inline-block;
    margin-right: 14px;
    font-size: 14px;
    line-height: 16px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    font-weight: 700;
    font-family: "Open Sans";
    max-width: 169px;
}
.selection label:last-child {
    margin-right: 0px;
}
.selection label.big-l {
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.selection input[type="text"] {
    background: #2f363f;
    width: 60px;
    height: 37px;
    line-height: 37px;
    padding-left: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
    border: 0;
    margin-right: 14px;
    font-size: 81.25%;
    color: #8ca1ad;
}
.selection input::-webkit-input-placeholder {
    font-size: 81.25%;
    color: #8ca1ad;
}
.selection input:-moz-placeholder {
    font-size: 81.25%;
    color: #8ca1ad;
}
.selection hr {
    height: 1px;
    border: none;
    color: #2f363f;
    background: #2f363f;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 20px;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.08);
}

/*.selection input[type="reset"] {
    font-size: 81.25%;
    color: #6ccc0a;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    border-bottom: 1px dashed #6ccc0a;
    cursor: pointer;
    margin-right: 35px;
}
#turn {
    font-size: 81.25%;
    color: #6ccc0a;
    text-transform: uppercase;
    background: transparent;
    border-bottom: 1px dashed #6ccc0a;
    text-decoration: none;
}*/


/***********END SELECTION**********/


/***********PORTAL**********/

.b-item .text {
    color: #eaf7ff;
    font-size: 14px;
    font-weight: 600;
}
.b-item .width {
    width: 68px;
}
.b-item .select {
    background: #2f363f;
    color: #8ca1ad;
    font-size: 81.25%;
    text-shadow: none;
    box-shadow: none;
    height: 36px;
    line-height: 36px;
    border: 0;
    border-radius: 0;
}
.b-item .item {
    padding-right: 10px;
}
.b-item textarea {
    background-color: #2f363f;
    width: 598px;
    border: 0;
    color: #8ca1ad;
    padding: 10px 14px;
    margin-top: -6px;
    font-size: 12px;
}
.b-item textarea::-webkit-input-placeholder {
    color: #8ca1ad;
}
.b-item textarea::-moz-placeholder {
    color: #8ca1ad;
}
.b-item textarea:-moz-placeholder {
    color: #8ca1ad;
}
.b-item textarea:-ms-input-placeholder {
    color: #8ca1ad;
}
.b-lable {
    color: #8ca1ad;
    font-size: 13px;
}
.b-label {
    color: #8ca1ad;
    font-size: 14px;
    font-weight: 600;
}
.b-portal .min-wrap {
    padding: 40px 10px;
}
.b-portal .title-a {
    font-size: 24px;
    color: #eaf7ff;
    font-weight: 600;
    text-align: center;
    display: inherit;
    text-transform: uppercase;
}
.b-form .title {
    color: #8ca1ad;
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 18px;
    display: block;
    border-bottom: 2px solid #2f363f;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
}
.b-form .gaid {
    border-bottom: 2px solid #2f363f;
    border-top: 2px solid #2f363f;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
}
.b-form .gaid-a {
    border-bottom: 2px solid #2f363f;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.b-form .form-wrap {
    /*max-width: 740px;*/
}
.b-form .big-l {
    color: #8ca1ad;
    font-size: 13px;
}
.b-form a {
    color: #fff;
    font-size: 13px;
}
.b-form .gray {
    color: #8ca1ad;
    font-size: 13px;
    border-bottom: 1px dashed #8ca1ad;
    margin-left: 210px;
}
.b-form a {
    text-decoration: none;
}
.b-form .row {
    padding-bottom: 12px;
    width: 100%;
    display: table;
}
.b-form .box {
    display: table-cell;
    vertical-align: middle;
}
.b-item {
    display: table;
}
.b-item .item {
    display: table-cell;
    vertical-align: middle;
}
.b-input {
    font-size: 12px;
    color: #8ca1ad;
    background: #2f363f;
    border: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
}
.b-input::-webkit-input-placeholder {
    color: #8ca1ad;
}
.b-input::-moz-placeholder {
    color: #8ca1ad;
}
.b-input:-moz-placeholder {
    color: #8ca1ad;
}
.b-input:-ms-input-placeholder {
    color: #8ca1ad;
}
.b-radio-label {
    color: #8ca1ad;
    cursor: pointer;
}
.b-radio-label .b-radio {
    display: none;
}
.b-radio-label .b-radio:checked + span {
    color: #eaf7ff;
}
.b-upload-wrap input {
    display: none;
}
.b-upload-wrap {
    cursor: pointer;
}
.b-upload-wrap span {
    height: 35px;
    line-height: 35px;
}

/***********END PORTAL**********/


/***********SERVICE-OBJECT**********/

.service-object-img {
    width: 50%;
    float: left;
    vertical-align: top;
    padding-left: 7.64%;
    padding-right: 7.64%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
}
.service-object-img img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.lakes-image .bx-wrapper, .service-object-img .bx-wrapper {
    margin-bottom: 0px;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
}
.slide-line {
    position: relative;
    width: 100%;
    height: 4px;
    margin-bottom: 20px;
    background: #2f373f;
}
.slide-line-inner {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 152px;
}
.slide-line-inner.green {
    background: #7acb12;
    background: -moz-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: linear-gradient(153deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
}
.slide-line-inner.blue {
    background: #14c8c4;
    background: -moz-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: linear-gradient(153deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
}
.service-object-img .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0;
    background: transparent;
}
.service-object-img .bx-wrapper .bx-controls-direction a {
    width: 45px;
    height: 43px;
    margin-top: -21px;
    top: 50%;
}
.service-object-img .bx-wrapper .bx-prev {
    background: url(../img/controls3.png) no-repeat 0 0px;
    left: -45px;
}
.service-object-img .bx-wrapper .bx-prev:hover {
    background-position: 0 -43px;
}
.service-object-img .bx-wrapper .bx-next {
    background: url(../img/controls3.png) no-repeat -45px 0px;
    right: -45px;
}
.service-object-img .bx-wrapper .bx-next:hover {
    background-position: -45px -43px;
}
.service-object-img .bx-wrapper img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0;
    float: none;
    border: 0;
}
.bx-wrapper .bx-pager {
    position: absolute;
    top: -55px;
    padding: 0px;
    font-family: Open Sans;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    font-weight: 400;
    bottom: auto;
}
.service-object-img .bx-wrapper .bx-pager {
    color: #6ccc0a;
}
.lakes-image .bx-wrapper .bx-pager {
    color: #14c8c4;
}
.service-obj-map {
    width: 100%;
    height: 300px;
}
.service-object-info {
    float: right;
    width: 50%;
    vertical-align: top;
}
.description-row {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px;
    padding-bottom: 25px;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid #2f363f;
}
.description-row .contact-with-owner {
    position: absolute;
    right: 0px;
    top: 0px;
}
.description-row._no-border {
    border: 0px;
    padding-bottom: 0px;
    box-shadow: none;
}
.description-row .description-row-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.description-row .description-item {
    color: #eaf8ff;
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.description-row a.description-item {
    color: #6ccc0a;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
.description-row .description-item:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    vertical-align: middle;
    background: url(../img/contacts.png);
}
.description-row .description-item_phone:before {
    background-position: center top;
}
.description-row .description-item_email:before {
    background-position: center -28px;
}
.description-row .description-item_skype:before {
    background-position: center -57px;
}
.description-row .description-item_web:before {
    background-position: center bottom;
}
.description-col {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}
.service-object-info h1 {
    line-height: 47px;
    overflow: hidden;
    font-size: 22px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    font-weight: 700;
}
.service-object-info h1 span {
    position: relative;
}
.service-object-info h1 span:before {
    border: solid;
    border-color: transparent #2B9100 transparent transparent;
    content: "";
    top: 50%;
    left: -20px;
    margin-top: -10px;
    position: absolute;
    z-index: 99;
    border-width: 10px;
}
.service-object-info address {
    color: #eaf7ff;
    font-size: 87.5%;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../img/location.png) 2px -109px no-repeat;
    height: 22px;
    line-height: 19px;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.service-object-info a.show {
    color: #6ccc0a;
    font-size: 87.5%;
    padding-left: 25px;
    text-decoration: none;
    background: url(../img/show.png) 0 0 no-repeat;
    height: 22px;
    display: inline-block;
}
.service-object-info span.green-btn {
    color: #fff;
    padding: 0 2.6%;
    margin-bottom: 0;
    font-size: 16px;
    text-shadow: none;
}
.service-object-info span.capacity {
    color: #eaf7ff;
    font-size: 87.5%;
    margin-bottom: 25px;
    padding-left: 30px;
    background: url(../img/capacity.png) left -41px no-repeat;
    height: 22px;
    line-height: 19px;
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.service-object-info div.info {
    background: #2f363f;
    padding: 25px 5.34% 25px 9.31%;
    position: relative;
    -moz-border-top-left-radius: 23px;
    -webkit-border-top-left-radius: 23px;
    -o-border-top-left-radius: 23px;
    border-top-left-radius: 23px;
    margin-bottom: 25px;
}
.service-object-info div.info:before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #464b52 url(../img/info.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.service-object-info div.info span {
    color: #8ca1ad;
    font-size: 87.5%;
    margin-bottom: 0;
}
.service-object-info div.info span strong {
    color: #eaf7ff;
    font-size: 112.5%;
    margin-bottom: 0;
}
.service-object-info span {
    margin-bottom: 25px;
    color: #8ca1ad;
    font-size: 87.5%;
    display: inline-block;
}
.service-object-info span.uppercase {
    text-transform: uppercase;
}
.service-object-info span strong {
    color: #eaf7ff;
    font-size: 112.5%;
}
.service-object-info div.info hr {
    height: 1px;
    border: none;
    color: #464b52;
    background: #464b52;
    margin: 0;
    margin-bottom: 22px;
    margin-top: 22px;
}
.service-object-info hr {
    height: 1px;
    border: none;
    color: #2f363f;
    background: #2f363f;
    margin: 0;
    margin-bottom: 25px;
    margin-top: 0px;
}
.service-object-info ul.list-wrap {
    overflow: hidden;
    margin-bottom: 15px;
}
.service-object-info ul.list-wrap li.list-item {
    float: left;
    padding-left: 0;
    width: 31.4%;
    background: #2f363f;
    margin-right: 10px;
    color: #6ccc0a;
    font-size: 100%;
    margin-bottom: 10px;
}
.service-object-info ul li a {
    display: block;
    height: 43px;
    line-height: 43px;
}
.service-object-info ul li img {
    float: left;
    vertical-align: middle;
    margin-right: 5%;
}
.service-object-info ul li span {
    color: #6ccc0a;
    font-size: 16px;
    margin-bottom: 0;
}
.service-object-info h4 {
    font-size: 100%;
    margin-bottom: 15px;
    display: inline-block;
    width: 30%;
    margin-right: 10px;
    color: #8ca1ad;
}

/***********END SERVICE-OBJECT**********/


/***********COMMUNICATION**********/

.communication {
    width: 100%;
    height: 150px;
    background: #272e38 url(../img/communication-bg.jpg) repeat;
    padding-top: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
    text-align: center;
}

/***********END COMMUNICATION**********/


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

footer {}
footer .top {
    background: url(../img/footer-top-bg.png) repeat;
}
footer .top nav {
    width: 80%;
    display: table;
    vertical-align: middle;
    right: 0;
}
footer .top nav a {
    color: #8ca1ad;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
    padding: 0;
    display: table-cell;
    text-align: center;
    float: none;
}
footer .top nav a:last-child {
    padding-right: 0;
}
footer p {
    position: absolute;
    right: 10px;
    margin: 28px 0;
    width: 80%;
}

/***********END FOOTER**********/


/***********INDEX**********/

header.index .top {
    margin-bottom: 90px;
}
header.index h1 {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    font-size: 312.5%;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
header.index blockquote {
    position: relative;
    font-size: 125%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}
header.index a.orange-btn {
    height: 48px;
    line-height: 48px;
    padding: 0 63px;
}
header.index .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.wrap-menu {
    width: 100%;
    max-width: 1910px;
    margin: 0 auto;
}
header.index .bottom nav {
    display: table;
    text-align: center;
}
header.index .bottom nav .big-menu-item {
    width: 240px;
    height: 240px;
    display: table-cell;
    vertical-align: bottom;
    color: #eaf7ff;
    font-size: 100%;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

/*header.index .bottom nav span.big-menu-item {
    background: url(../img/communication-bg.jpg) repeat;
}*/

header.index .bottom nav .big-menu-item .wrap-text {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 240px;
    padding-top: 55px;
    background: url(../img/communication-bg.jpg) repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
header.index .bottom nav a span.big-text {
    padding-top: 70px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/bottom-bg.png) center 0px no-repeat;
}
header.index .bottom nav a span.small-text {
    display: block;
    color: #70818b;
    font-family: 'Open Sans';
    font-size: 13px;
    margin-top: 13px;
}
header.index .bottom nav a:hover span.small-text {
    color: #fff;
}
header.index .bottom nav a.cottage span {
    background-position: center 0px;
}
header.index .bottom nav a.lakes span {
    background-position: center 0px;
}
header.index .bottom nav a.infrastructure span {
    background-position: center 0px;
}
header.index .bottom nav a.places span {
    background-position: center 0px;
}
header.index .bottom nav a.city span {
    background-position: center -110px;
}
header.index .bottom nav a.biking span {
    background-position: center -205px;
}
header.index .bottom nav a:hover .wrap-text, header.index .bottom nav a.active .wrap-text {
    margin-bottom: 30px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

/*
		header.index .bottom nav a:hover .wrap-text,
		header.index .bottom nav a.active .wrap-text{
			margin-bottom: 40px;
			-webkit-transition: all 1s ease;
			-moz-transition: all 1s ease;
			-o-transition: all 1s ease;
			transition: all 1s ease;
		}*/

header.index .bottom nav a:hover .wrap-text:after {
    content: '';
    position: absolute;
    display: block;
    top: -32px;
    left: 50%;
    margin-left: -10px;
    height: 0px;
    width: 0px;
    border: 16px solid transparent;
    border-bottom: 16px solid rgba(43, 145, 0, 1);
}
header.index .bottom nav a.cottage:hover .wrap-text, header.index .bottom nav a.cottage.active .wrap-text {
    background: #7acb12;
    background: -moz-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: linear-gradient(153deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
}
header.index .bottom nav a.lakes:hover .wrap-text, header.index .bottom nav a.lakes.active .wrap-text {
    background: #14c8c4;
    background: -moz-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: linear-gradient(153deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
}
header.index .bottom nav a.lakes:hover .wrap-text:after {
    border-color: transparent transparent rgba(10, 142, 201, 1) transparent;
}
header.index .bottom nav a.infrastructure:hover .wrap-text, header.index .bottom nav a.infrastructure.active .wrap-text {
    background: #cd4162;
    background: -moz-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: linear-gradient(153deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
}
header.index .bottom nav a.infrastructure:hover .wrap-text:after {
    border-color: transparent transparent rgba(113, 74, 184, 1) transparent;
}
header.index .bottom nav a.places:hover .wrap-text, header.index .bottom nav a.places.active .wrap-text {
    background: #d07fff;
    background: -moz-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: linear-gradient(153deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
}
header.index .bottom nav a.places:hover .wrap-text:after {
    border-color: transparent transparent rgba(184, 74, 105, 1) transparent;
}
header.index .bottom nav a.city:hover .wrap-text, header.index .bottom nav a.city.active .wrap-text {
    background: #95B9D1;
    background: -moz-linear-gradient(63deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
    background: linear-gradient(153deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
}
header.index .bottom nav a.city:hover .wrap-text:after {
    border-color: transparent transparent rgba(112, 129, 139, 1) transparent;
}

/*header.index .bottom nav a.boat:hover,
			header.index .bottom nav a.boat.active{
				background: #7acb12;
				background: -moz-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: -webkit-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: -o-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: -ms-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: linear-gradient(153deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
			}
			header.index .bottom nav a.biking:hover,
			header.index .bottom nav a.biking.active{
				background: #7acb12;
				background: -moz-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: -webkit-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: -o-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: -ms-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: linear-gradient(153deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
			}
			header.index .bottom nav a.tour:hover,
			header.index .bottom nav a.tour.active{
				background: #7acb12;
				background: -moz-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: -webkit-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: -o-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: -ms-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: linear-gradient(153deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
			}

			header.index .bottom nav a.services:hover,
			header.index .bottom nav a.services.active{
				background: #7acb12;
				background: -moz-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: -webkit-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: -o-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: -ms-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
				background: linear-gradient(153deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
			}*/

.content.index {
    padding: 70px 0;
    background: url(../img/index-bg1.png) left top repeat-x, url(../img/index-bg2.png) center bottom no-repeat;
}
.content-index-image {
    width: 50%;
    float: left;
    text-align: center;
}
.content-index-image img {
    width: 90.5%;
    height: auto;
}
.content-index-about {
    width: 50%;
    float: right;
}
.content-index-about h1 {
    font-size: 162.5%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.content-index-about .orange-btn {
    margin-bottom: 50px;
}
.content-index-about ul {
    overflow: hidden;
    margin-bottom: 30px;
}
.content-index-about ul li {
    float: left;
    background: none;
    margin: 0;
    padding: 0;
    width: 24%;
}
.content-index-about ul li img {
    width: 100%;
    height: auto;
}
.content-index-about a.blue-btn {
    background: #14c8c4;
    background: -moz-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: linear-gradient(153deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    padding: 0 30px;
}

/***********END INDEX**********/


/***********RENT**********/

.rent {
    width: 100%;
    padding: 75px 0;
    text-align: center;
    background: url(../img/rent-bg1.png) left top repeat-x, url(../img/cont-bg2.png) left bottom repeat-x;
}
.rent h1 {
    font-size: 162.5%;
    color: #eaf7ff;
    text-transform: uppercase;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 1);
    margin-bottom: 45px;
}
.rent a.green-btn {
    padding: 0 43px;
}

/***********END RENT**********/


/***********WHERE**********/

.where-sect {
    width: 100%;
    padding: 75px 0;
    text-align: center;
    height: 783px;
    background: url(../img/where-bg.png) center top no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
}
.where-sect h1 {
    font-size: 162.5%;
    color: #eaf7ff;
    text-transform: uppercase;
    margin-bottom: 45px;
}

/***********END WHERE**********/


/***********NEWS**********/

.news {
    width: 100%;
    padding: 75px 0;
    text-align: center;
    background: #2f363f;
}
.news h1 {
    font-size: 162.5%;
    color: #eaf7ff;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.news a.blue-btn {
    padding: 0 43px;
}
.news-item-all {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.news-item {
    float: left;
    width: 48%;
    background: #464b52;
    text-align: left;
    margin-right: 2%;
    overflow: hidden;
}
.news-image {
    width: 26.3%;
    float: left;
}
.news-image img {
    width: 100%;
    height: auto;
}
.news-text {
    margin-left: 31.1%;
    padding: 15px 1% 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
}
.news-text h2 {
    font-size: 112.5%;
}
.news-text a {
    color: #eaf7ff;
    font-size: 87.5%;
    text-decoration: none;
    padding-left: 20px;
    background: url(../img/arrow.png) 0 4px no-repeat;
}

/***********END NEWS**********/


/***********OTHER-LAKES**********/

.other-lakes {
    width: 100%;
    padding: 55px 0;
    text-align: center;
    background: #464b52;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
}
.other-lakes h1 {
    font-size: 162.5%;
    color: #eaf7ff;
    text-transform: uppercase;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 1);
    margin-bottom: 40px;
}

/***********END OTHER-LAKES**********/


/***********LAKES**********/

.lakes-image {
    width: 50%;
    float: left;
    vertical-align: top;
    padding-left: 7.64%;
    padding-right: 7.64%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.lakes-image img {
    width: 100%;
    height: auto;
    /*margin-bottom: 40px;*/
    margin-bottom: 10px;
}
.lakes-image .bx-wrapper {
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
    /*margin-bottom: 30px!important;*/
}
.lakes-image .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0;
    background: transparent;
}
.lakes-image .bx-wrapper .bx-controls-direction a {
    width: 45px;
    height: 43px;
    margin-top: -21px;
    top: 50%;
}
.lakes-image .bx-wrapper .bx-prev {
    background: url(../img/controls4.png) no-repeat 0 0px;
    left: -45px;
}
.lakes-image .bx-wrapper .bx-prev:hover {
    background-position: 0 -43px;
}
.lakes-image .bx-wrapper .bx-next {
    background: url(../img/controls4.png) no-repeat -45px 0px;
    right: -45px;
}
.lakes-image .bx-wrapper .bx-next:hover {
    background-position: -45px -43px;
}
.lakes-image .bx-wrapper img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0;
    float: none;
    border: 0;
}
.lakes-about {
    float: right;
    width: 50%;
}
.lakes-about h1 {
    color: #eaf7ff;
    font-size: 162.5%;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 1);
    margin-bottom: 25px;
}
.lakes-about div.info {
    background: #2f363f;
    padding: 25px 5.34% 25px 9.31%;
    position: relative;
    -moz-border-top-left-radius: 23px;
    -webkit-border-top-left-radius: 23px;
    -o-border-top-left-radius: 23px;
    border-top-left-radius: 23px;
    margin-bottom: 25px;
}
.lakes-about div.info:before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #464b52 url(../img/info.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.lakes-about div.info span {
    color: #8ca1ad;
    font-size: 87.5%;
    margin-bottom: 0;
    display: block;
    margin-bottom: 10px;
}
.lakes-about div.info span.half {
    display: inline-block;
    width: 49%;
}
.lakes-about div.info hr {
    height: 1px;
    border: none;
    color: #464b52;
    background: #464b52;
    margin: 0;
    margin-bottom: 22px;
    margin-top: 22px;
}
.lakes-about div.info span strong {
    color: #eaf7ff;
    font-size: 112.5%;
    margin-bottom: 0;
}

/***********END LAKES**********/


/***********FISH**********/

.fish {
    width: 100%;
    height: 466px;
    background: url(../img/fish-bg.jpg) center top no-repeat;
    text-align: center;
    padding-top: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
}
.fish h1 {
    color: #eaf7ff;
    font-size: 162.5%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 55px;
}
.fish ul {
    /*overflow: hidden;*/
}
.fish ul li {
    float: left;
    width: 17.9%;
    padding: 0;
    margin: 0;
    text-align: left;
    background: none;
    margin-right: 0.92%;
    margin-left: 0.93%;
    margin-bottom: 1.85%;
    background: #464b52;
    height: 69px;
    vertical-align: middle;
    position: relative;
}
.fish ul li a {
    display: table;
    vertical-align: middle;
    text-decoration: none;
}
.fish .more-lakes {
    position: relative;
    display: none;
    width: 100%;
    line-height: 20px;
    padding: 8px;
    color: #000;
    box-sizing: border-box;
    z-index: 100;
    font-family: "Open Sans";
    text-transform: uppercase;
    text-align: center;
    background: #14c8c4;
    background: -moz-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: linear-gradient(153deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
}
.fish li:hover .more-lakes {
    display: block;
}
.fish .more-lakes:before {
    position: absolute;
    content: "";
    border: 9px solid transparent;
    border-bottom: 9px solid #0C9AC7;
    left: 50%;
    top: -18px;
    margin-left: -9px;
    z-index: 99;
}
.fish ul li img {
    display: table-cell;
    vertical-align: middle;
}
.fish ul li span {
    font-size: 112.5%;
    color: #eaf7ff;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5%;
}

/***********END FISH**********/

h1.big-title {
    color: #eaf7ff;
    font-size: 162.5%;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 1);
}
.blue-btn {
    background: #a0cbe7;
    background: -moz-linear-gradient(65deg, rgba(112, 129, 139, 1) 36%, rgba(160, 203, 231, 1) 65%);
    background: -webkit-linear-gradient(65deg, rgba(112, 129, 139, 1) 36%, rgba(160, 203, 231, 1) 65%);
    background: -o-linear-gradient(65deg, rgba(112, 129, 139, 1) 36%, rgba(160, 203, 231, 1) 65%);
    background: -ms-linear-gradient(65deg, rgba(112, 129, 139, 1) 36%, rgba(160, 203, 231, 1) 65%);
    background: linear-gradient(155deg, rgba(112, 129, 139, 1) 36%, rgba(160, 203, 231, 1) 65%);
    height: 47px;
    line-height: 47px;
    color: #fff;
    font-size: 81.25%;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    padding: 0 20px;
    text-decoration: none;
    display: inline-block;
}
.green-btn {
    position: relative;
    background: #7acb12;
    background: -moz-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: linear-gradient(153deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    height: 47px;
    line-height: 46px;
    color: #fff;
    font-size: 81.25%;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    padding: 0 30px;
    text-decoration: none;
    display: inline-block;
}
.red-btn {
    background: #272e38;
    display: inline-block;
    padding: 0 30px;
    margin-right: 10px;
    height: 35px;
    line-height: 35px;
    color: #8ca1ad;
    font-size: 81.25%;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 10px;
}
.red-btn:hover, .red-btn.active {
    background: #cd4162;
    background: -moz-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    background: linear-gradient(153deg, rgba(113, 74, 184, 1) 24%, rgba(255, 61, 51, 1) 80%);
    color: #fff;
}
.orange-btn {
    background: #7acb12;
    background: -moz-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
    background: linear-gradient(153deg, rgba(173, 43, 104, 1) 24%, rgba(255, 120, 47, 1) 80%);
    height: 47px;
    line-height: 47px;
    color: #fff;
    font-size: 81.25%;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    padding: 0 50px;
    text-decoration: none;
    display: inline-block;
}
.magenta-btn {
    background: #c568bd;
    background: -moz-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    background: linear-gradient(153deg, rgba(184, 74, 105, 1) 24%, rgba(208, 126, 253, 1) 80%);
    height: 47px;
    line-height: 47px;
    color: #fff;
    font-size: 81.25%;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    padding: 0 43px;
    text-decoration: none;
    display: inline-block;
}
.where-sect {
    height: auto;
    background-size: cover;
}
.where-sect .max-wrap {
    padding: 0;
}
.b-wg-slider {
    margin-bottom: 40px;
}
.b-wg-slider img {
    width: 100%;
    height: auto;
    float: none;
}
.b-wg-slider .where-to-go-item-about {
    margin-left: 0;
}
.b-wg-slider .where-to-go-item {
    width: 400px;
    margin-bottom: 25px;
    background: none;
}
.b-wg-slider .owl-item {
    opacity: .26;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.b-wg-slider .owl-item._vis, .b-wg-slider .owl-item.center {
    opacity: 1;
}
.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    display: block;
}
.owl-carousel .owl-dot {
    width: 14px;
    position: relative;
    height: 14px;
    border: 2px solid #6f808a;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
}
.owl-carousel .owl-dot.active span {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background-color: rgba(234, 247, 255, 0.8);
}
.b-wg-slider .where-to-go-item:hover {
    background: #353A42;
}
.b-wg-slider .owl-item.center .where-to-go-item {
    background: #353A42;
}
.rent .max-wrap {
    padding: 0;
}
.b-rent-slider {
    margin-bottom: 44px;
}
.b-rent-slider .services-item.popular {
    width: 300px;
    text-align: left;
    position: relative;
    margin-bottom: 50px;
    overflow: visible;
}
.b-rent-slider .services-item.popular .img-serv {
    float: none;
    width: auto;
    height: auto;
}
.b-rent-slider .services-item.popular .img-serv img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.b-rent-slider .services-item.popular .img-serv span, .b-rent-slider .services-item.popular .img-serv p {
    width: 100%;
}
.b-rent-slider .services-item.popular .services-item-about {
    margin-left: 0;
}
.b-rent-slider .services-item.popular .si-right {
    float: right;
}
.b-rent-slider .services-item.popular .si-price {
    background: #7f9aaa;
    background: -moz-linear-gradient(63deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
    background: linear-gradient(153deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
    display: block;
    width: 100%;
    height: 47px;
    line-height: 10px;
    margin: 0;
    padding: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.b-rent-slider .services-item.popular:hover .si-price, .owl-item.center .services-item.popular .si-price {
    background: #7acb12;
    background: -moz-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: linear-gradient(153deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
}
.b-rent-slider .services-item.popular:hover .si-more, .owl-item.center .services-item.popular:hover .si-more {
    opacity: 1;
}
.b-rent-slider .services-item.popular .si-more {
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 0;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #303740;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.b-rent-slider .in-map-wrap {
    position: absolute;
    width: 100%;
    padding: 15px;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}
.b-rent-slider .services-item.popular:hover .in-map {
    color: #eaf7ff;
    font-size: 87.5%;
    text-decoration: none;
    padding-left: 27px;
    background: url(../img/in-map.png) 0px -49px no-repeat;
}
.b-rent-slider .in-map {
    color: #70818b;
    font-size: 87.5%;
    text-decoration: none;
    padding-left: 27px;
    line-height: 21px;
    background: url(../img/in-map.png) 0 0px no-repeat;
    display: inline-block;
}
.b-show-in-map:before {
    content: '';
}
.other-lakes .b-rent-slider .services-item.popular .si-more {
    opacity: 1;
    background: #7f9aaa;
    background: -moz-linear-gradient(63deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
    background: linear-gradient(153deg, rgba(112, 129, 139, 1) 24%, rgba(160, 203, 231, 1) 80%);
}
.other-lakes .b-rent-slider .services-item.popular:hover .si-more {
    background: #14c8c4;
    background: -moz-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: linear-gradient(153deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
}
.other-lakes .b-rent-slider .services-item-about span {
    padding: 0;
    background: none;
    display: block;
}
.other-lakes .b-rent-slider .owl-stage-outer {
    margin-bottom: 30px;
}

/***********MEDIA**********/

@media screen and (max-width: 1400px) {
    .service-object-info ul li span {
        font-size: 81.25%;
    }
}
@media screen and (max-width: 1350px) {
    .service-object-info ul li span {
        font-size: 75%;
    }
}
@media screen and (max-width: 1250px) {
    .service-object-info ul li span {
        font-size: 59%;
    }
    .top nav a {
        padding: 0 18px;
    }
}
@media screen and (max-width: 1230px) {
    header.index .bottom nav a.fishing {
        display: none;
    }
    header.index .bottom nav a.boat {
        display: none;
    }
    header.index .bottom nav a.biking {
        display: none;
    }
    header.index .bottom nav a.tour {
        display: none;
    }
    header.index .bottom nav a.services {
        display: table-cell!important;
    }
}

/***********END MEDIA**********/

.im-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 125;
    font-size: 0;
    overflow-y: auto;
    background-color: rgba(39, 46, 56, 0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility ease-in-out .3s, opacity .3s ease-in-out;
    transition: visibility ease-in-out .3s, opacity .3s ease-in-out
}
.im-popup:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle
}
.im-popup .im-popup-inside {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem
}
.im-popup._visible {
    opacity: 1;
    visibility: visible
}
.b-popup {
    position: relative;
    width: 580px;
    padding: 85px 25px 25px;
    background-color: #464b52;
    box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.3);
}
.b-popup-title {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 25px;
    text-align: left;
    color: #eaf8ff;
    font-size: 22px;
    background: #7acb12;
    box-sizing: border-box;
    background: -moz-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
    background: linear-gradient(153deg, rgba(43, 145, 0, 1) 24%, rgba(145, 221, 24, 1) 80%);
}
.b-popup__close {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -12px;
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/close.png);
}
.b-input-popup, .b-textarea-popup {
    width: 100%;
    margin-bottom: 10px;
    color: #8ca1ad;
    font-family: 'Open Sans', sans-serif;
    background: #2f353f;
    border: 1px solid #8ca1ad;
    padding: 15px 20px;
    text-transform: uppercase;
    box-sizing: border-box;
}
.b-textarea-popup {
    height: 137px;
    resize: none;
    margin-bottom: 25px;
}
.map-select {
    padding: 20px;
    background-color: #3b4149;
}
.map-select-title {
    display: block;
    margin-bottom: 15px;
    font-family: 'Open Sans';
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.b-sort {
    color: #8ca1ad;
    position: absolute;
    top: 20px;
    font-size: 14px;
    font-family: "open Sans";
}
.b-sort-item {
    color: #8ca1ad;
    text-decoration: none;
    margin-left: 20px;
}
.b-sort-item.act {
    color: #eaf7ff;
}
.anchor-link {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
    color: #06CDEB;
    overflow: hidden;
    white-space: nowrap;
}
.anchor-link:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    padding-right: 5px;
    vertical-align: middle;
}
.anchor-link._fish:before {
    background: url(../img/fish-blue.png) no-repeat;
}
.anchor-link._rent:before {
    background: transparent;
}
.anchor-link:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-left: 25px;
    border-bottom: 1px dashed #06CDEB;
    box-sizing: border-box;
}
.easy-autocomplete {
    position: relative;
    margin: 0px auto;
}
.b-lakes-search .easy-autocomplete {
    display: inline-block;
}
.easy-autocomplete-container ul {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    display: none;
    text-align: left;
    border: 1px solid #70818b;
    border-top: none;
    background: rgba(39,46,56,0.74);
    z-index: 100;
}
.b-lakes-search .easy-autocomplete-container ul {
    border: none;
}
.easy-autocomplete-container ul li {
    margin: 0px;
    padding: 10px 20px;
    background: none;
    font-size: 14px;
}
.b-lakes-search .easy-autocomplete-container ul li{
    font-size: 13px;
}
.easy-autocomplete-container .autocomplete-item {
    text-decoration: none;
    color: #8ca1ad;
    font-style: italic;
}
.easy-autocomplete-container .autocomplete-item:hover {
    color: #eaf7ff;
}
.easy-autocomplete-container .autocomplete-title {
    text-transform: uppercase;
    font-style: normal;
    margin-right: 10px;
}
.b-lakes-search .easy-autocomplete-container  .autocomplete-title {
    text-transform: none;
}
.easy-autocomplete-container .autocomplete-item:hover .autocomplete-title {
    color: #fff;
}
.b-lakes-search {
    background: linear-gradient(to bottom, rgba(39, 46, 56, 1), rgba(0,0,0,0), rgba(39, 46, 56, 1));
}
.b-lakes-search-line {
    font-size: 0px;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid #2f363f;
    padding: 20px;
}
.b-lakes-search-item {
    display: inline-block;
    box-sizing: border-box;
    margin: 0px 20px;
}
.b-lakes-search.selection .selection-link{
    margin-bottom: 20px;
}
.b-lakes-search.selection input{
    font-size: 13px;
}
.b-lakes-search.selection input[type="text"]{
    width: 278px;
    margin: 0px;
}
.b-lakes-search.selection .blue-btn{
    background: #14c8c4;
    background: -moz-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -webkit-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -o-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: -ms-linear-gradient(63deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
    background: linear-gradient(153deg, rgba(10, 142, 201, 1) 24%, rgba(24, 224, 194, 1) 80%);
}

._dnone{
    display: none !important;
}
.no-border td {
  vertical-align: top;
}
.no-border, .no-border td, .no-border th {
  border:none;
}
