/* NAV TOGGLE */
.nav-toggle span,
.nav-toggle.active span {
    background: #fff;
}

.rwd-menu-wrapper {
    background: rgba(0, 56, 91, 1);
}

/* RWD MENU */
.rwd-menu ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rwd-menu ul > li {
    display: block;
    float: left;
    margin-bottom: -1px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.rwd-menu ul > li > a {
    position: relative;
    padding: 8px 15px 8px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.rwd-menu ul > li.social-item > a {
    padding: 0;
}

.rwd-menu .rwd-menu-wrapper > ul > li.active-link > a {
    color: #00385b;
    background: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 700;
}

.rwd-menu ul > li > a#home {
    padding-left: 50px;
    background: url(../images/home.png) no-repeat 15px 16px;
}

.rwd-menu ul > li.active-link > a#home {
    background: url(../images/home.png) no-repeat 15px -76px;
}

.rwd-menu ul > li > ul {
    display: none;
}

.rwd-menu ul > li.active > ul {
    display: block;
}

.rwd-menu ul > li.active > a {
    /*font-weight: bold;*/
    color: #ed1c24;
}

.rwd-menu ul > li > a > .glyphicon-bg {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    width: 50px;
    background: #e7e7e7;
    color: #000;
    text-align: center;
    transition: 0.4s all;
}

.rwd-menu ul > li > ul > li > a,
.rwd-menu ul > li.active > ul > li > a {
    color: #000;
}

.rwd-menu ul > li > ul > li.active-link > a {
    text-decoration: underline;
}

.rwd-menu ul > li:first-child > a > .glyphicon-bg {
    top: 0;
}

.rwd-menu ul > li > a .glyphicon {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    transition: 0.4s all;
}

.rwd-menu ul > li.active > a .glyphicon {
    transition: 0.4s all;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rwd-menu ul > li.active > ul > li:last-child {
    border-bottom: 0;
}

.rwd-menu ul > li ul {
    border-bottom: 1px solid #000;
}

.rwd-menu ul > li > ul > li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #e7e7e7;
    text-align: center;
}

.rwd-menu ul > li > ul > li:last-child {
    margin-bottom: -1px;
}

.rwd-menu ul > li > ul > li > a {
    position: relative;
    padding: 13px 15px 13px 35px;
    color: #000;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.rwd-menu ul > li > ul > li > a > .glyphicon-bg,
.rwd-menu ul > li > ul > li > ul > li {
    background: #b7b7b7;
}

.rwd-menu ul > li > ul > li > ul > li > a {
    padding: 13px 15px 13px 55px;
}

.rwd-menu ul > li > ul > li > a:before {
    position: absolute;
    top: 22px;
    left: 15px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    content: '';
}

.rwd-menu ul > li > ul > li.active-link > a:before {
    background: #000;
}

.rwd-menu ul > li > ul > li > ul > li > a:before {
    left: 35px;
}

.rwd-menu ul > li > ul > li > ul {
}

.rwd-menu ul > li > ul > li > ul > li > ul {
}

/*
    Rwd Lang Menu
 */

.rwd-lang {
    background: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    display: none;
}

.rwd-lang li .lang {
    color: #0d2a54;
}

/*--------------- RESPONSIVE -------------*/

@media screen and (max-width: 1900px) {
    .preview-submenu-place {
        height: 38px;
    }

    .preview-submenu {
        text-align: center;
        font-size: 0;
    }

    #page .preview-submenu li {
        width: auto;
        float: none;
        display: inline-block;
    }

    .preview-submenu li button.btn-scroll {
        display: block;
        font-size: 12px;
        line-height: 18px;
        padding: 10px 10px;
    }
}

@media screen and (max-width: 1800px) {
    #main-menu ul li {
        margin: 21px 4px;
    }

    .td-texts .line2,
    .td-texts .line1 {
        font-size: 14px;
        line-height: 20px;
    }

    .td-icon {
        display: block;
        float: left;
        width: 44px;
        height: 45px;
        margin: 0 10px;
    }

    .b-title {
        padding: 20px 84px 20px 34px;
        line-height: 32px;
        font-size: 22px;
    }

    .contact-subpage {
        padding: 60px 0 50px;
    }

    .ppl-title {
        margin-bottom: 10px;
    }

    .ppl-texts {
        padding: 20px;
    }

    .of-b-title {
        width: 38%;
    }

    .offer-b .text {
        width: 41%;
        padding: 0 4% 20px 3%;
    }

    .opinions-list ul {
        margin: 0 -25px;
    }

    .opinions-list li {
        padding: 0 25px 15px;
    }

    .tip-texts {
        padding: 15px 15px 10px;
    }

    .tip-texts .date {
        padding-bottom: 4px;
    }

    .main-gals-right {
        padding: 7.4% 0 0 4%;
    }

    .header-estimate {
        margin-left: 3px;
    }

    .goDownButton {
        padding: 20px 80px 22px 30px;
        -webkit-border-top-left-radius: 30px;
        -webkit-border-top-right-radius: 30px;
        -moz-border-radius-topleft: 30px;
        -moz-border-radius-topright: 30px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .goDown-icon {
        width: 36px;
        height: 36px;
        right: 24px;
    }

    .main-slider-label {
        bottom: 20px;
        width: 174px;
        -webkit-border-bottom-right-radius: 36px;
        -webkit-border-bottom-left-radius: 36px;
        -moz-border-radius-bottomright: 36px;
        -moz-border-radius-bottomleft: 36px;
        border-bottom-right-radius: 36px;
        border-bottom-left-radius: 36px;
    }

    .main-slider-label a {
        font-size: 14px;
    }

    .news-texts {
        padding: 25px 25px 35px;
    }

    .news-texts .title {
        font-size: 18px;
        line-height: 24px;
    }

    .news-texts .more {
        bottom: 14px;
    }

    .news-texts .text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1551px) {
    .tips-list li:nth-of-type(4) {
        display: none;
    }

    .date, .counter-text {
        text-align: left;
        text-align-last: left;
        width: 50%;
    }

    .counter-values {
        top: 12px;
    }

    .preview-top-right .counter-values {
        top: 4px;
    }

    .preview-top-right .btn {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1600px) {
    .about-us-top {
        padding: 30px 0 60px;
    }

    .about-us-mid {
        padding: 30px 0 80px;
        background-position: right bottom 25px;
    }
}

@media screen and (max-width: 1550px) {
    .main-slide-texts .title {
        font-size: 70px;
        line-height: 70px;
    }

    .prev-left {
        width: 25%;
        font-size: 26px;
        line-height: 28px;
    }

    .prev-texts .text {
        line-height: 26px;
    }

    .description-container {
        padding: 24px 0 32px;
    }

    .description-part {
        padding-bottom: 46px;
    }

    .dimg2-wrapper {
        -webkit-transform: translate3d(-7%, 38%, 0);
        -moz-transform: translate3d(-7%, 38%, 0);
        -ms-transform: translate3d(-7%, 38%, 0);
        -o-transform: translate3d(-7%, 38%, 0);
        transform: translate3d(-7%, 38%, 0);
    }

    .preview-top-right .preview-icon {
        bottom: 15%;
    }

    .search-map .svg-map {
        padding-right: 50px;
    }

    .contact-subpage .container .footer-box {
        width: 25%;
    }

    .mark-text {
        font-size: 16px;
        line-height: 24px;
    }

    .rest-ppl ul {
        margin: -5px;
    }

    .rest-ppl li {
        padding: 5px;
    }

    .person-image {
        margin: 0 30px 0 0;
    }

    .person-texts {
        padding-top: 30px;
        padding-right: 30px;
    }

    .person-title {
        margin-bottom: 20px;
    }

    .main-ppl {
        padding: 5px 0 40px;
        background-size: 50% auto;
    }

    .person-title {
        font-size: 26px;
    }

    .filter-box {
        padding-right: 15px;
    }

    .filter-submit {
        padding-left: 0;
        padding-right: 0;
    }

    .offer-filter {
        padding: 11px 15px 15px;
    }

    .offer-b .offer-b-right {
        width: 19%;
    }

    .offer-b .text {
        width: 42%;
        padding: 0 30px 20px;
    }

    .of-b-title {
        width: 39%;
    }

    .main-gals-left {
        width: 35%;
    }

    .tips-list ul {
        text-align: center;
    }

    .tips-list li {
        text-align: left;
        width: 50%;
    }

    .tip-img {
        width: 200px;
        padding-top: 200px;
    }

    .main-gals-right .title .title-bg {
        font-size: 26px;
        line-height: 26px;
    }

    .main-gals-right .title {
        line-height: 38px;
        margin-bottom: 10px;
    }

    .main-gals-right .text {
        font-size: 14px;
        line-height: 24px;
    }

    .main-galleries {
        padding: 50px 0 10px;
    }

    .main-gals-right {
        width: 68%;
        padding: 0 0 0 40px;
    }

    .main-gals-left {
        width: 32%;
    }

    .main-fb-list li {
        padding: 0 20px;
    }

    .main-fb-list ul {
        margin: 0 -20px;
    }

    .offer-big ul {
        margin: 0 -20px;
    }

    .offer-big-mainpage.offer-big ul {
        margin-bottom: -45px;
    }

    .text .h2,
    .h2, h2 {
        font-size: 38px;
        line-height: 46px;
    }

    .main-offer {
        padding: 0;
    }

    .offer-big li {
        padding: 0 20px;
    }

    .header-estimate {
        margin-left: 3px;
    }

    header.sticked #main-menu ul li {
        margin: 10px 2px;
    }

    #main-menu ul li {
        margin: 21px 2px;
    }

    #main-menu a {
        padding: 7px 3px;
    }

    .offer-big {
        padding-top: 17px;
        padding-bottom: 20px;
    }

    .offer-title {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .offer-small .offer-text .text {
        font-size: 14px;
        line-height: 20px;
    }

    .place {
        font-size: 12px;
        line-height: 16px;
    }

    .offer-text {
        padding-top: 10px;
    }

    .offer-texts {
        padding: 20px 23px 23px;
    }

    .price .price-value {
        font-size: 26px;
        line-height: 35px;
    }

    .offer-small ul {
        margin: 0 -20px;
    }

    .offer-small li {
        padding: 0 20px 20px;
    }

    .counter-text {
        display: none;
    }

    .rest-ppl {
        padding: 40px 0 40px;
    }

    .ppl-img {
        width: 35%;
        max-width: 274px;
    }
}

@media screen and (min-width: 1441px) {
    .filter-input .button-text {
        display: none;
    }
}

@media screen and (max-width: 1440px) {
    .container-search h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .prev-left {
        width: 22%;
        font-size: 26px;
        line-height: 28px;
    }

    .pbig-texts .scrollbar {
        right: -20px;
    }

    .pbig-texts {
        /*padding: 30px 50px;*/
        padding: 20px 40px;
    }

    .prev-btn-pull .btn {
        padding: 7px 15px;
    }

    .prev-btn-pull .btn-to-form i {
        margin: 0 -8px 0 9px;
    }

    .preview-text {
        padding: 40px 0;
    }

    .about-us-top {
        padding: 30px 0 60px;
    }

    .tabs-container .tab,
    .about-us-left {
        font-size: 26px;
        line-height: 37px;
    }

    .tips-page-list ul {
        margin: -10px;
    }

    .tips-page-list li {
        padding: 10px;
    }

    .tip-elements {
        padding: 20px 20px 10px;
    }

    .subpage #content {
        padding-top: 119px;
    }

    .contact-subpage {
        background: url("../images/footer-bg.jpg") no-repeat center center transparent;
        background-size: cover;
    }

    .contact-subpage .container .footer-box {
        width: 33.33%;
        float: left;
    }

    .offer-date .date {
        float: right;
        margin-top: 10px;
    }

    .of-b-title {
        padding: 10px 0;
    }

    .offer-b {
        padding: 31px 0 40px;
    }

    .of-b-title .line1 {
        font-size: 42px;
        line-height: 54px;
    }

    .of-b-title .line2 {
        line-height: 32px;
        font-size: 32px;
    }

    .offer-b .text {
        font-size: 14px;
        line-height: 24px;
        padding: 0 30px 7px;
    }

    .main-fb-list .fb-title {
        font-size: 16px;
        line-height: 26px;
    }

    .main-gals-texts .title {
        font-size: 18px;
        line-height: 26px;
    }

    .main-gals-texts {
        position: absolute;
        bottom: 4.5%;
        left: 20px;
        right: 20px;
    }

    .main-gals-bot div:last-of-type {
        margin: 0;
    }

    .main-fb-list .fb-date {
        margin-bottom: 0;
    }

    .fb-texts {
        padding: 15px 0;
    }

    .main-fb-list .fb-adventure {
        padding-top: 16px;
        font-size: 16px;
    }

    .main-slide-texts .title {
        font-size: 50px;
        line-height: 50px;
    }

    .slick-dots .btn-text {
        line-height: 32px;
        font-size: 32px;
    }

    .main-slide-texts .text {
        font-size: 26px;
        line-height: 38px;
    }

    .btn-line {
        margin: 0 0 10px 24px;
    }

    .subpage .logo {
        margin-top: 3px;
        width: 160px;
        margin-right: 30px;
    }

    .logo {
        margin-top: 0;
        width: 190px;
        margin-right: 30px;
    }

    #main-menu {
        margin: 0 5px;
    }

    #main-menu ul li {
        margin: 13px 2px;
    }

    .header-estimate,
    .social-list {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .filter-submit .btn {
        margin-left: 0;
        width: auto;
        padding: 0 40px;
        font-size: 14px;
        margin-bottom: 7px;
    }

    .filter-submit .btn + .btn {
        margin-left: 15px;
    }

    .filter-box .form-element-name {
        min-height: 24px;
    }

    .filter-input {
        font-size: 0;
    }

    .offer-filter {
        margin-bottom: 20px;
        padding-right: 0;
        padding-bottom: 5px;
    }

    /*.filter-box {*/
        /*margin-bottom: 10px;*/
        /*width: 33.33%;*/
    /*}*/

    /*.filter-date {*/
        /*width: 66.66%;*/
    /*}*/

    .filter-box {
        width: 17.9%;
    }

    .filter-date {
        width: calc(35.25% - 96px);
    }

    .filter-input input:first-of-type {
        margin-right: 14px;
    }

    .filter-submit {
        padding-right: 15px;
        width: 100%;
    }

    .filter-input input {
        width: calc(50% - 7px);
    }

    .page-heading {
        padding: 20px 0;
    }
}

@media screen and (max-width: 1429px) {
    .pinfo-box {
        padding: 16px 20px;
    }

    .pinfo-icon-wrapper {
        width: 66px;
    }

    .pinfo-texts .text {
        font-size: 12px;
        line-height: 18px;
    }

    .pinfo-nr {
        font-size: 66px;
        line-height: 80px;
    }

    .info-list li {
        padding: 5px;
    }

    .preview-submenu li button.btn-scroll {
        letter-spacing: 0;
    }

    .newsletter .form-group-lg .form-control {
        font-size: 12px;
    }

    .pbig-texts .title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1350px) {
    .preview-submenu li button.btn-scroll {
        font-size: 10px;
        padding: 8px;
    }

    .subStick .preview-submenu li button.btn-scroll {
        font-size: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .tip-elements .title {
        font-size: 16px;
        min-height: 40px;
        margin-bottom: 10px;
    }

    .mark-out-box {
        padding-top: 130%;
    }

    .person-image {
        width: 200px;
        margin-bottom: 10px;
    }

    .person-texts {
        padding: 30px;
        overflow: visible;
    }

    .subpage #content {
        padding-top: 115px;
    }

    .footer-box {
        width: 22%;
    }

    .subpage .logo {
        width: 146px;
        margin-top: 0;
    }

    .logo {
        width: 180px;
        margin-right: 25px;
    }

    header.sticked #main-menu ul li {
        margin: 10px 0px;
    }

    #main-menu ul li {
        margin: 11px 0px;
    }

    .footer-last-box:before {
        left: -40.7%;
    }

    .header-estimate,
    .social-list {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 1280px) {
    .td-texts .line1 {
        font-size: 12px;
    }

    .svg-search-border {
        padding: 40px 30px 30px;
    }

    .svg-map-wrapper {
        padding-top: 10px;
        padding-right: 0px;
    }

    .search-map {
        padding: 35px 0 10px;
    }

    .tips-page-list li {
        width: 33.33%;
    }

    .files-list li {
        width: 100%;
    }

    .about-us-top {
        padding: 30px 0 60px;
    }

    .subpage #content {
        padding-top: 108px;
    }

    .tip-texts .text {
        font-size: 12px;
        line-height: 18px;
    }

    .tip-texts .title {
        font-size: 14px;
        line-height: 16px;
    }

    .offer-small .offer-texts {
        padding: 15px 15px 12px;
    }

    .offer-undertitle .price {
        display: none;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo {
        width: 164px;
    }

    #main-menu a {
        font-size: 12px;
    }

    .social-item a {
        width: 40px;
        height: 40px;
    }

    #main-menu ul li {
        margin: 8px 0;
    }

    .header-estimate a {
        padding: 0 12px;
    }

    .filter-box {
        margin-bottom: 10px;
        width: 33.33%;
    }

    .filter-date {
        width: 66.66%;
    }

    .filter-box.filter-submit {
        width: 100%;
    }
}

@media screen and (max-width: 1160px) {
    #main-menu a {
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media screen and (min-width: 1140px) {
    .rwd-search,
    .rwd-lang,
    .rwd-menu,
    .nav-toggle {
        display: none;
        display: none !important;
    }
}

@media (min-width: 640px) and (max-width: 1139px) {
    .opinions-list li.hovered + li + li {
        opacity: 0;
    }
}

@media screen and (max-width: 1139px) {
    .subpage .logo {
        margin: 0;
    }

    .header-search {
        display: block !important;
    }

    .header-search .search-form-left {
        width: 50px;
        background: transparent;
    }

    .search-icon {
        display: block;
    }

    .search-caption {
        display: none;
    }

    .search-toggle:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        content: '\f00d';
        font-family: fontAwesome;
        font-size: 22px;
        color: #fff;
        padding-bottom: 2px;
        display: block;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .search-toggle {
        position: relative;
    }

    .search-toggle.active:before {
        opacity: 1;
    }

    .search-toggle svg {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .search-toggle.active svg {
        opacity: 0;
    }

    .search-toggle.active {
        background: rgba(255, 255, 255, 0.1);
    }

    .about-us-right {
        height: auto;
    }

    .filter-box .form-element-name {
        min-height: 24px;
    }

    .search-toggle {
        display: block;
        float: right;
        width: 40px;
        height: 40px;
        margin-left: 7px;
        padding: 2px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #fff;
    }

    .preview-text-list {
        background: #fff !important;
    }

    .prev-left {
        width: 200px;
        font-size: 18px;
        line-height: 18px;
    }

    .prev-list {
        height: auto;
    }

    .dimg1-wrapper,
    .dimg2-wrapper {
        display: none;
    }

    .dtext-wrapper {
        width: 100%;
        max-width: none;
        height: auto;
    }

    .desc-day {
        width: 160px;
    }

    .dtext-wrapper {
        padding-bottom: 0;
    }

    .preview-d-bot {
        display: none;
    }

    .big-photo-apla {
        background-size: contain;
    }

    .pbig {
        height: auto;
        padding: 25px 0;
        background: #f7f8f9;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .pbig-texts .viewport {
        overflow: visible;
    }

    .pbig-texts {
        float: none;
        width: auto;
        padding: 0 15px;
    }

    .pbig-img {
        margin: 0 15px 10px;
    }

    .pbig-texts .title {
        margin-bottom: 10px;
    }

    .pbig {
    }

    .prev-btn-pull {
        display: none;
    }

    .preview-table li {
        width: 25%;
    }

    .preview-table li:before {
        background: #e6e6e6;
        opacity: 1;
    }

    .preview-table li:after {
        position: absolute;
        top: 50%;
        left: -1px;
        height: 24px;
        width: 1px;
        content: '';
        display: block;
        background: #e6e6e6;
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    .preview-icons li {
        padding: 0 5px;
    }

    .preview-icons {
        padding: 15px 0;
    }

    .picon-sizer {
        width: 60px;
        border-width: 2px;
    }

    .picon-stars .star {
        width: 5px;
        margin: 0 1px;
        height: 5px;
    }

    .picon-icon {
        display: inline-block;
        width: 40px;
        height: 40px;
    }

    .preview-submenu li button.btn-scroll {
        padding: 5px 8px;
    }

    .preview-submenu li {
        overflow: visible;
    }

    #page .preview-submenu li:before {
        width: 1px;
        height: 12px;
        background: #fff;
        opacity: 0.1;
        position: absolute;
        top: 50%;
        right: 0;
        content: '';
        display: block;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    .preview-submenu li:after {
        width: 1px;
        height: 12px;
        background: #fff;
        opacity: 0.1;
        position: absolute;
        top: 50%;
        left: -1px;
        content: '';
        display: block;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    .preview-top-left .h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .preview-top {
        padding: 30px 20px;
        height: auto;
    }

    .preview-top-right .preview-icon svg {
        float: right;
    }

    .preview-top-right .preview-icon {
        top: 2%;
        right: 0;
        left: 10%;
        bottom: 15%;
    }

    .preview-top-hedear .btn-to-form i {
        margin: 0 -10px 0 20px;
    }

    .preview-top-hedear .btn {
        padding: 7px 30px 8px;
    }

    .b-title {
        padding: 20px 70px 20px 25px;
        line-height: 30px;
        font-size: 24px;
    }

    .b-toggle {
        right: 20px;
    }

    .header-link-icon {
        width: 38px;
        height: 38px;
    }

    .svg-search-border {
        padding: 30px 20px 20px;
    }

    .form-btn {
        padding-top: 15px;
    }

    .contact-subpage {
        padding: 40px 0 40px;
    }

    .opinion-list-section {
        padding: 0;
    }

    .opinion-list-section .h2 {
        margin-bottom: 10px;
    }

    .faq-toggle {
        font-size: 16px;
        line-height: 22px;
    }

    .faq-subpage,
    .faq-list {
        padding-bottom: 0;
    }

    .faq-text {
        padding: 20px 0 10px;
    }

    .faq-text .text {
        line-height: 26px;
    }

    .check-us {
        padding: 16px 0 2px;
    }

    .more-mark-outs .about-us-top {
        padding: 50px 0 48px;
    }

    .mark-text {
        font-size: 14px;
        line-height: 20px;
    }

    .rest-ppl li {
        width: 100%;
    }

    li:nth-of-type(2n) .ppl-img {
        float: left;
    }

    li:nth-of-type(2n+1) .ppl-img {
        float: right;
    }

    .main-ppl {
        padding: 3px 0 40px;
    }

    .about-us-left {
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 15px;
        text-align: center;
        float: none;
        margin: auto;
    }

    .tabs-container .tab {
        font-size: 18px;
        line-height: 24px;
    }

    .about-us-top {
        padding: 5px 0 50px;
    }

    .about-us-right {
        width: 100%;
    }

    .about-us-top-texts {
        padding: 0 0 10px 0;
    }

    .main-ppl {
        background-color: rgba(0, 42, 68, 0.05);
    }

    .about-us-mid .text,
    .about-us-right .text {
        text-align: justify;
    }

    .news-preview {
        padding: 20px 0;
    }

    .gallery li {
        width: 33.33%;
    }

    .faq-subpage .page-heading,
    .page-heading {
        padding: 20px 0;
    }

    .page-footer {
        padding: 25px 0 30px;
    }

    .news .news-list li:nth-of-type(2n) .news-img {
        float: right;
    }

    .news .news-list li:nth-of-type(2n+1) .news-img {
        float: left;
    }

    .subpage #content {
        padding-top: 60px;
    }

    .offer {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .mainpage .offer-big li,
    .offer .offer-big li {
        margin-bottom: 0;
    }

    .offer-big-mainpage.offer-big ul {
        margin-bottom: 0;
    }

    .offer .offer-big {
        padding-bottom: 15px;
    }

    .partners-slide {
        padding: 0 20px;
    }

    .partners-slide img {
        max-height: 70px;
    }

    .partners {
        padding: 32px 0;
    }

    .footer-last-box:before {
        display: none;
    }

    .footer-box {
        width: 25%;
    }

    .footer-top {
        padding: 40px 0;
    }

    .ban-list {
        margin: 0 -10px;
    }

    .ban-list li {
        padding: 0 10px;
    }

    .offer-after-b {
        padding: 30px 0 38px;
    }

    .of-b-title,
    .offer-b .offer-b-right {
        width: 100%;
        text-align: center;
        text-align-last: center;
    }

    .offer-b .text {
        width: 100%;
        max-width: 600px;
        padding: 20px 0;
        display: block;
        margin: auto;
        text-align: center;
        text-align-last: center;
    }

    .of-b-title .line1, .of-b-title .line2 {
        display: inline-block;
        width: 100%;
    }

    .scrollbar {
        display: none;
    }

    .opinions-list li {
        width: 50%;
    }

    .opinion-text-full .overview {
        top: 0 !important;
    }

    .opinion-text-full .viewport {
        overflow: auto;
    }

    .tips-list ul {
        margin: -5px;
    }

    .tips-list li {
        padding: 5px;
    }

    .gals-box.gals-big {
        width: 100%;
    }

    .gals-box.gals-small {
        width: 50%;
    }

    .gals-box.gals-big a {
        padding-top: 42%;
    }

    .gals-box.gals-small a {
        padding-top: 84%;
    }

    .main-gals-list ul {
        width: 100%;
        max-width: 900px;
        padding: 0 5px;
        margin: 0 auto;
    }

    .gals-box {
        padding: 5px;
    }

    .main-fb-list ul {
        margin: 0 -10px;
    }

    .main-fb-list li {
        padding: 0 10px;
    }

    .news-list ul {
        margin: 0;
    }

    .news-list li {
        width: 100%;
        padding: 5px 0;
    }

    .news-img {
        width: 280px;
    }

    .section-footer {
        padding: 18px 0 36px;
    }

    .news-list li:nth-last-of-type(2n+1) .news-img {
        float: left;
    }

    .news-list li:nth-last-of-type(2n) .news-img {
        float: right;
    }

    .offer-big li,
    .offer-small li {
        width: 100%;
        padding-bottom: 15px;
    }

    .offer-small li:nth-last-of-type(1), .offer-small li:nth-last-of-type(2) {
        padding-bottom: 15px;
    }

    .offer-big .offer-img-container,
    .offer-small .offer-img-container {
        width: 340px;
        float: left;
    }

    .offer-big {
        padding-bottom: 0;
    }

    .offer-big .offer-text .text,
    .offer-small .offer-text .text {
        font-size: 14px;
        line-height: 20px;
    }

    .offer-big .offer-texts,
    .offer-small .offer-texts {
        padding: 15px 15px 12px;
    }

    .offer-big .offer-title,
    .offer-small .offer-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.01em;
    }

    .btn-text,
    .main-slider-label {
        display: none;
    }

    .goDown {

    }

    .goDown-text {
        display: none;
    }

    .goDownButton {
        padding: 30px 50px 20px 50px;
    }

    .goDown-icon {
        right: 50%;
        margin-right: -18px;
    }

    .main-slide-texts .title {
        padding: 10px 0;
    }

    .main-slide-texts .btn {
        margin-top: 30px;
    }

    .main-slide-texts .text {
        font-size: 18px;
    }

    .body-block header.sticked,
    .body-block header {
        background: rgba(0, 56, 91, 1);
    }

    .header-contact-rwd-container {
        text-align: center;
        width: 100%;
        clear: both;
    }

    .header-link {
        margin-left: 41px;
    }

    .header-estimate,
    header.sticked .header-estimate {
        margin: 0 0 0 4px;
        padding: 0;
    }

    header.sticked .social-list {
        margin: 0;
        overflow: hidden;
        padding: 2px 0;
    }

    .social-list {
        text-align: center;
    }

    .rwd-menu ul > li.social-item {
        float: none;
        border: 0;
        display: inline-block;
        vertical-align: top;
        width: auto;
    }

    .header-contact {
        float: none;
        width: auto;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        padding: 15px 15px;
    }

    .header-bottom-left {
        float: right;
    }

    .langs-menu a {
        width: 40px;
        text-align: center;
        line-height: 34px;
        height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #fff;
        margin-right: 4px;
        margin-top: 0;
    }

    header {
        background: rgba(0, 56, 91, 0.8);
    }

    .subpage .logo,
    header .logo,
    header.sticked .logo {
        width: 150px;
        padding-top: 3px;
    }

    .header-bottom {
        padding: 0;
    }

    .header-bottom-elements {
        padding: 9px 0;
    }

    .header-top {
        display: none;
    }

    .text table {
        min-width: 1140px;
    }

    .text table tr td {
        padding: 6px 10px;
    }

    .table-container {
        position: relative;
        overflow-x: scroll;
    }

    #main-menu {
        display: none;
    }

    .nav-toggle {
        margin: 6px 0 0 15px;
        display: block;
    }

    .rwd-lang li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .rwd-lang .lang {
        display: block;
        padding: 12px 15px;
    }

    .rwd-lang .lang span {
        font-size: 16px;
        line-height: 24px;
    }

    .rwd-lang .langs-menu-icon {
        margin-right: 15px;
    }

    .rwd-lang .langs-menu-short {
        display: none;
    }

    .rwd-lang .langs-menu-long {
        display: inline-block;
        text-transform: uppercase;
    }

    .text table {
        min-width: 1140px;
    }

    .text table tr td {
        padding: 6px 10px;
    }

    .table-container {
        position: relative;
        overflow-x: scroll;
    }

    .rwd-hide {
        display: none;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .body-block {
        position: fixed;
        width: 100%;
    }

    .article-image {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .header-bottom-elements {
        border: 0;
    }

    .header-bottom-right > .social-list {
        display: none;
    }

    .opinions-list li:nth-last-of-type(1) .opinion-text-full,
    .opinions-list li:nth-last-of-type(2) .opinion-text-full {
        opacity: 1;
        position: static;
    }

    .opinions-list li:nth-last-of-type(1) .opinion-text,
    .opinions-list li:nth-last-of-type(2) .opinion-text {
        display: none;
    }

    .opinions-list li:nth-last-of-type(1),
    .opinions-list li:nth-last-of-type(2) {
        height: auto;
        padding-bottom: 0;
    }

    .header-search .btn {
        width: 42px;
        height: 42px;
        border-color: #fff;
    }

    .header-search .search-form-right {
        float: right;
        width: calc(100% - 80px);
    }

    .header-search .form-group-lg .form-control {
        height: 42px;
        font-size: 14px;
        border: 1px solid #b2c3ce;
        width: 100% !important;
    }

    .rwd-search-wrapper .header-search {
        width: 100%;
        max-width: calc(100% - 15px);
        margin: 0;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 100px);
        -moz-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
        -o-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }

    .offer .h2 {
        margin-top: 26px;
    }

    .subpage footer .logo {
        margin-bottom: 30px;
    }

    .preview-top-right,
    .preview-top-left {
        height: 300px;
    }

    .footer-box {
        width: 24%;
    }

    .footer-last-box {
        width: 28%;
    }
}

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

    .footer-box .logo {
        display: none;
    }

    .footer-toggle {
        padding: 0 0 20px;
    }

    .footer-title.active:before {
        -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
        -moz-transform: translate3d(0, -50%, 0) rotate(180deg);
        -ms-transform: translate3d(0, -50%, 0) rotate(180deg);
        -o-transform: translate3d(0, -50%, 0) rotate(180deg);
        transform: translate3d(0, -50%, 0) rotate(180deg);
    }

    .footer-title:before {
        position: absolute;
        content: '\f107';
        font-family: fontAwesome;
        right: 0;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .footer-title {
        position: relative;
        padding: 5px 0;
        font-size: 18px;
        line-height: 30px;
    }

    .footer-title-bg {
        background: transparent;
        padding: 0;
    }


    .footer-toggle {
        display: none;
    }

    .footer-top {
        padding: 10px 0 30px;
    }

    .footer-box {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .footer-last-box{
        padding-left: 0;
    }

    .preview-prices {
        padding: 20px 0 30px;
    }

    .preview-prices table {
        width: 800px;
        table-layout: auto;
        min-width: 800px;
    }

    .preview-prices table {
        margin: 0 auto !important;
    }

    .preview-prices .text {
        margin: 15px 0 0;
    }

    .preview-top-right .counter-values {
        padding-left: 10px;
    }

    .tips-page-list ul {
        margin: -5px;
    }

    .tips-page-list li {
        padding: 5px;
    }

    .tip-elements {
        padding: 15px 15px 10px;
    }

    .tip-box .image .tag {
        bottom: 19px;
        left: 20px;
    }

    .mark-number {
        font-size: 132px;
        line-height: 140px;
    }

    .mark-out-list li:nth-of-type(8n+6),
    .mark-out-list li:nth-of-type(8n+5),
    .mark-out-list li:nth-of-type(8n+4),
    .mark-out-list li:nth-of-type(8n+3) {
        float: right;
    }

    .mark-out-list li {
        width: 50%;
    }

    /*
    .footer-box {
        width: 50%;
        padding: 0;
    }*/

    .ban-list li {
        width: 100%;
        padding: 10px;
    }

    .offer-after-b {
        padding: 10px 0 18px;
    }

    .tips-list li {
        width: 100%;
    }

    .main-gals-godown {
        display: none;
    }

    .main-gals-right {
        width: auto;
        padding: 0;
        float: none;
    }

    .main-gals-left {
        width: 32%;
        margin-right: 40px;
        margin-bottom: 20px;
    }

    .main-gals-right .title .title-bg {
        font-size: 20px;
        line-height: 20px;
    }

    .main-gals-right .title {
        line-height: 30px;
        margin-bottom: 10px;
    }

    .main-fb-list .fb-title {
        font-size: 14px;
        line-height: 22px;
    }

    .main-fb-list .fb-adventure {
        padding-top: 0px;
        font-size: 14px;
    }

    .main-slider-section .main-slider, .main-slider-section .slick-list, .main-slider-section .slick-track, .main-slider-section .main-slide, .main-slider-section {
        height: auto;
        min-height: auto;
    }

    .slick-dots {
        padding: 0;
    }

    .main-slide {
        padding: 100px 0;
    }

    .main-slider-section .container {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mark-out-list {
        max-width: 666px;
        margin: auto;
    }

    .mark-out-box {
        padding-top: 100%;
    }

    .mark-text {
        font-size: 14px;
        line-height: 24px;
    }

    .mark-out .page-heading {
        padding: 20px 0 40px;
    }

    .mark-out {
        padding-bottom: 52px;
    }

    .preview-top-right .preview-counter {
        width: 425px;
    }

    .preview-gallery .gallery ul {
        padding-top: 16px;
    }
}

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

    .td-texts {
        overflow: hidden;
    }

    .info-list li {
        width: 100%;
    }

    .preview-info {
        padding: 14px 0;
    }

    .preview-table ul {
        font-size: 0;
        text-align: center;
    }

    .preview-table li {
        float: none;
        text-align: left;
        padding: 10px 15px 10px 0;
        vertical-align: top;
        display: inline-block;
        width: auto;
        white-space: nowrap;
    }

    .preview-table {
        padding: 10px;
        margin-top: 24px;
    }

    .search-map .svg-search,
    .search-map .svg-map {
        padding: 0;
        width: 100%;
    }

    .search-map {
        padding: 35px 0 35px;
    }
}

@media screen and (min-width: 861px) {
    .contact-subpage .footer-box .footer-toggle {
        display: block !important;
    }
}

@media screen and (max-width: 860px) {
    .prev-list {
        margin-top: 20px;
    }

    .preview-text-list {
        padding: 0;
    }

    .contact-subpage .footer-box .footer-toggle .text {
        padding: 0;
    }

    .contact-subpage .footer-box .footer-toggle {
        padding-top: 20px;
        padding-bottom: 10px;
        display: none;
    }

    .contact-subpage .footer-title.active:before {
        -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
        -moz-transform: translate3d(0, -50%, 0) rotate(180deg);
        -ms-transform: translate3d(0, -50%, 0) rotate(180deg);
        -o-transform: translate3d(0, -50%, 0) rotate(180deg);
        transform: translate3d(0, -50%, 0) rotate(180deg);
    }

    .contact-subpage .footer-title:before {
        position: absolute;
        content: '\f107';
        font-family: fontAwesome;
        right: 0;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .contact-subpage .footer-title {
        position: relative;
        padding: 10px 0 10px;
    }

    .contact-subpage {
        padding: 20px 0 30px;
    }

    .footer-title-bg {
        background: transparent;
    }

    .contact-subpage .container .footer-box {
        border-bottom: 1px solid #fff;
        width: 100%;
    }

    .btn-row {
        margin-top: 30px;
    }

    .tip-elements .text {
        font-size: 14px;
        line-height: 20px;
    }

    .tip-elements .title {
        font-size: 14px;
        min-height: 34px;
    }

    .tip-elements .date {
        margin-bottom: 0;
    }

    .contact-form {
        padding: 0 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .preview-prices  .table-responsive-wrapper {
        position: relative;
        padding-bottom: 40px;
        margin: 20px 0;
    }

    .preview-prices .table-responsive-wrapper::after {
        pointer-events: none;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 45px;
        background-size: contain;
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-image: url(../images/rwd-table-hand.png);
        -webkit-animation-name: rwd-hand-move;
        animation-name: rwd-hand-move;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .preview-prices .table-responsive {
        margin: 0;
        border: none;
    }

    .preview-prices table {
        margin: 0;
        min-width: 780px;
    }

    @keyframes rwd-hand-move {
        0% {
            transform: translateX(-30px);
        }
        100% {
            transform: translateX(0);
        }
    }
    @-webkit-keyframes rwd-hand-move {
        0% {
            transform: translateX(-20px);
        }
        100% {
            transform: translateX(0);
        }
    }
    .pbig-img {
        margin: 0 0 15px;
        width: 100%;
    }

    .pbig-texts .text {
        line-height: 24px;
    }

    .section-footer .btn {
        margin: 3px;
    }

    .pbig-texts .title {
        clear: both;
        font-size: 18px;
        line-height: 24px;
    }

    .preview-bigs {
        margin-top: 14px;
    }

    .section-footer .btn .btn-icon {
        margin-right: -10px;
    }

    .section-footer .btn {
        padding: 9px 15px;
    }

    .section-footer .btn-to-form i {
        margin: 0 -5px 0 10px;
    }

    .section-footer {
        padding: 20px 0;
    }

    .preview-top-left {
        width: 100%;
        height: auto;
        float: none;
    }

    .preview-top-right {
        height: auto;
    }

    .preview-counter {
        position: static;
    }

    .preview-texts {
        position: static;
        text-align: center;
    }

    .preview-top:before {
        background: #00385b;
        opacity: 0.3;
    }

    .preview-top-right .preview-icon {
        position: static;
        width: 100%;
        height: 50vw;
        margin-bottom: 10px;
    }

    .preview-counter {
        width: 100%;
    }

    .preview-top-left .place {
        float: none;
        display: inline-block;
    }

    .preview-top-left .h2 {
        padding: 0;
        text-align: center;
    }

    .preview-top-right {
        float: none;
        width: 100%;
    }

    .form .form-group-lg .captcha-image-wrapper {
        margin-bottom: 10px;
    }

    .more-mark-outs .text {
        font-size: 18px;
        line-height: 28px;
    }

    .main-tips {
        padding: 0;
    }

    .main-fb-list li {
        width: 50%;
    }

    .offer-big .offer-img-container, .offer-small .offer-img-container {
        width: 45%;
    }

    .text .h2,
    .h2, h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .info-list ul {
        padding: 6px 0;
    }
}

@media screen and (min-width: 768px) {
    /*Bootstrap*/
}

@media screen and (max-width: 728px) {
    .fancybox-slide {
        padding: 10px !important;
    }

    .goDownButton {
        padding: 10px 30px 20px 30px;
    }

    .fancybox-modal-image > img {
        display: block;
        max-height: calc(100vh - 60px);
        margin: auto;
    }

    .goDown-icon {
        width: 26px;
        height: 26px;
        margin-right: -13px;
    }

    .container-search h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .tips-page-list li {
        width: 50%;
    }

    .person-texts {
        padding: 20px;
    }

    .person-title {
        font-size: 20px;
    }

    .about-us-top {
        padding: 5px 0 30px;
    }

    .text {
        line-height: 26px;
    }

    .gallery li {
        width: 50%;
    }

    .news-preview .page-footer {
        padding: 15px 0 12px;
    }

    .footer-bottom .container > div {
        width: 100%;
        text-align: center;
        margin: 0;
    }
}

@media screen and (max-width: 706px) {
    .filter-date,
    .filter-box {
        width: 100%;
    }

    .filter-submit {
        padding-top: 5px;
    }

    .main-galleries .section-footer {
        padding: 24px 0 20px;
    }

    .main-slide-texts .title {
        font-size: 30px;
        line-height: 30px;
    }

    .main-slide-texts .text {
        font-size: 14px;
        line-height: 20px;
    }

    .main-slider-section .container {
        padding-top: 0;
    }

    .btn {
        padding: 9px 35px;
    }

    .input-group .form-control.form-control-date,
    .offer-filter .select2-container .select2-selection--single {
        height: 36px;
    }

    .offer-filter .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 4px;
        padding-right: 38px;
        line-height: 22px;
    }

    .offer-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
        width: 36px;
    }

    .offer-filter .filter-box .form-element-name {
        font-size: 13px;
    }
}

@media screen and (min-width: 706px) {
    footer .show-hide {
        display: block !important;
    }
}

@media screen and (min-width: 961px) {
    footer .footer-toggle {
        display: block !important;
    }
}

@media screen and (max-width: 639px) {
    .picon-sizer {
        width: 46px;
        border: 1px solid #ec8200;
    }

    .picon-icon {
        display: inline-block;
        width: 30px;
        height: 30px;
    }

    .rwd-menu ul > li > a {
        font-size: 14px;
    }

    .desc-day {
        width: 110px;
    }

    .desc-part {
        padding-bottom: 15px;
    }

    .description-container {
        padding: 10px 0;
    }

    .description-part {
        padding-bottom: 26px;
    }

    .preview-top {
        padding: 20px 15px;
    }

    .preview-form {
        display: none;
    }

    .labels a {
        min-width: 120px;
        font-size: 12px;
        line-height: 20px;
    }

    .labels li {
        padding: 3px;
    }

    .preview-top-left .h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .b-title {
        padding: 15px 70px 15px 25px;
        line-height: 20px;
        font-size: 18px;
    }

    .b-toggle:not(.active) {
        top: 0;
        width: 46px;
        height: 46px;
    }

    .b-toggle {
        right: 15px;
        width: 42px;
        height: 42px;
    }

    .b-toggle.active {
        background-position: top -2px center;
    }

    .search-map .title {
        font-size: 18px;
        line-height: 23px;
    }

    .continent-name-wrapper {
        display: none;
    }

    .svg-map-wrapper {
        padding-bottom: 15px;
    }

    .file-more-wrapper {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 5px;
    }

    .file-more {
        width: 130px;
    }

    .file-name {
        padding: 14px 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .files-list a {
        padding: 0 130px 0 60px;
    }

    .mark-text {
        font-size: 14px;
        line-height: 20px;
    }

    .rest-ppl li {
        width: 50%;
    }

    .ppl-img {
        width: 100%;
    }

    .page-heading .text {
        line-height: 26px;
    }

    .offer-b {
        padding: 20px 0 26px;
    }

    .opinions-list li {
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }

    .hovered .opinion-text-full .viewport {
        overflow: auto;
    }

    .opinion-text-full .viewport {
        overflow: hidden;
    }

    .opinion-text-full {
        opacity: 1;
        position: static;
    }

    .opinion-text {
        display: none;
    }

    li.hovered .opinion-box .opinion-text-full,
    .hovered .opinion-text-full .viewport {
        height: 246px;
    }

    .opinion-text-full {
        margin: 0;
    }

    .main-opinions .section-footer {
        padding: 24px 0 21px;
    }

    .main-gals-texts .title {
        font-size: 14px;
        line-height: 20px;
    }

    .main-gals-texts .title {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .main-gals-texts {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }

    .main-gals-bot .images, .main-gals-bot .videos {
        font-size: 12px;
        line-height: 22px;
    }

    .main-gals-bot div:before {
        margin-right: 0;
    }

    .offer-big ul, .offer-small ul {
        margin: 0 -5px;
    }

    .offer-big li {
        padding: 0 5px 10px;
    }

    .offer-small li {
        width: 50%;
        padding: 0 5px 10px;
    }

    .offer-big .offer-img {
        padding: 0;
        height: 260px;
    }

    .news-img {
        width: 100%;
    }

    .news-list ul {
        margin: -3px;
    }

    .news-list li {
        width: 50%;
        padding: 3px;
    }

    .news-texts {
        padding: 15px 15px 45px;
    }

    .news-texts .title {
        font-size: 16px;
        line-height: 20px;
    }

    .offer-big .offer-texts, .offer-small .offer-texts {
        padding: 15px 15px 22px;
    }

    .offer-big li, .offer-small li {
        border: 0;
    }

    .offer-big .offer-img-container, .offer-small .offer-img-container {
        width: 100%;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }

    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }

    .article-image {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        display: block;
        float: none;
        max-width: none;
        text-align: center;
        line-height: 0;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .main-tips .section-footer {
        padding: 30px 0 30px;
    }

    .main-news .section-footer {
        padding: 30px 0 16px;
    }

    .mark-text {
        padding: 5px;
    }

    .faq-subpage .page-heading, .page-heading {
        padding: 12px 0 8px;
    }

    .page-heading .text {
        margin-top: 12px;
    }

    .offer .h2 {
        margin-top: 16px;
    }

    .offer-filter {
        margin-top: 20px;
    }

    .newsletter-box {
        float: none;
        clear: none;
    }
}

@media screen and (max-width: 560px) {
    .prev-left {
        float: none;
        padding-bottom: 10px;
        width: 100%;
    }

    .mark-out-box {
        padding-top: 140%;
    }

    .about-us-mid {
        background-size: 60% auto;
    }

    .of-b-title .line1 {
        font-size: 28px;
        line-height: 36px;
    }

    .of-b-title .line2 {
        line-height: 26px;
        font-size: 22px;
    }

    .offer-b .text {
        padding: 0 0 20px;
    }

    .gals-text-bottom {
        background: transparent;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 5px;
    }

    .main-gals-left {
        width: 100%;
        margin: 0 0 30px 0;
        padding-left: 18%;
    }

    .main-gals-right .text {
        font-weight: normal;
        text-align: justify;
    }

    .header-link:not(:first-of-type),
    .header-link {
        float: left;
        clear: both;
        margin: 0;
    }

    .header-link a {
        padding: 3px 5px;
        display: block;
    }

    .header-link:not(:first-of-type):before {
        display: none;
    }

    .header-contact {
        text-align: center;
        display: inline-block;
        padding-bottom: 0;
    }

    .header-contact-rwd-container {
        text-align: center;
    }

    .header-link a {
        margin-bottom: 5px;
    }

    .header-estimate a {
        font-size: 0;
        width: 40px;
        height: 40px;
        padding: 0;
    }

    .estimate-icon {
        width: 36px;
        height: 36px;
        margin: 2px;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .text {
        word-wrap: break-word;
    }

    .tips-list {
        padding-top: 14px;
    }

    .filter-submit .btn + .btn {
        margin-left: 0;
    }

    .filter-submit .btn {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .picon-stars{
        display: none;
    }
    .picon-sizer {
        width: 40px;
    }
    .preview-bigs {
        margin-top: 0;
    }

    .description-container {
        text-align: left;
    }

    .description-part {
        text-align: center;
    }

    .preview-table {
        margin-top: 24px;
    }

    .td-icon {
        width: 36px;
        height: 36px;
    }

    .td-texts .line1 {
        font-size: 10px;
        line-height: 18px;
    }

    .preview-table li {
        padding: 5px 15px 5px 0;
    }

    .td-texts .line2 {
        font-size: 12px;
        line-height: 18px;
    }

    .about-us-right .text {
        line-height: 22px;
    }

    .preview-text {
        padding: 20px 0;
    }

    .preview-top-left .h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .preview-date {
        display: none;
    }

    .tip-box .image .tag {
        font-size: 12px;
        left: 15px;
        bottom: 15px;
    }

    .file-more {
        position: relative;
        width: 100%;
        height: 40px;
    }

    .files-list a {
        padding: 0;
    }

    .file-icon {
        bottom: 40px;
    }

    .file-name {
        padding: 14px 10px 14px 64px;
    }

    .gallery-subpage {
        padding-bottom: 0;
    }

    .gallery-subpage .gallery {
        padding: 0 0 8px;
    }

    .ppl-texts {
        padding: 15px;
    }

    .ppl-title {
        font-size: 16px;
        line-height: 22px;
    }

    .ppl-text .text {
        font-size: 12px;
        line-height: 16px;
    }

    .text-more {
        font-size: 12px;
    }

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        padding: 10px 8px;
    }

    .partners-slide {
        max-height: 50px;
        padding: 0 20px;
    }

    .partners {
        padding: 26px 0;
    }

    .partners-slide img {
        max-height: 50px;
    }

    .main-fb-list ul {
        margin: 0 -5px;
    }

    .main-fb-list .fb-date {
        font-size: 10px;
    }

    .news-list li {
        padding: 3px 0;
    }

    .main-fb .section-footer {
        padding: 0;
    }

    .fb-texts {
        padding: 5px 0 10px;
    }

    .main-fb-list .fb-title {
        font-size: 14px;
        line-height: 20px;
        max-height: 120px;
    }

    .main-fb-list .fb-news-logo {
        position: absolute;
        width: 32px;
        height: 32px;
    }

    .main-fb-list li {
        padding: 0 5px;
    }

    .offer-big li,
    .offer-small li {
        width: 100%;
    }

    .news-list ul {
        width: 100%;
        max-width: 350px;
        margin: auto;
    }

    .news-list li {
        width: 100%;
    }

    .result-list .media-left {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px;
        padding: 0;
    }

    .result-list .media-body {
        display: block;
    }
}

@media screen and (max-width: 460px) {
    .main-person .person-texts .text {
        word-wrap: break-word;
        max-height: 370px;
        overflow: hidden;
    }

    .main-person .person-texts {
        padding: 5px 15px 15px;
    }

    .main-person .person-title {
        font-size: 18px;
    }

    .tips-page-list ul {
        margin: -8px;
    }

    .tips-page-list li {
        width: 100%;
        padding: 8px;
    }

    .tip-elements {
        padding: 20px 20px 20px;
    }

    .tip-box .image .tag {
        font-size: 14px;
        left: 20px;
        bottom: 20px;
    }

    .mark-out-list li {
        width: 100%;
    }

    .mark-out-box {
        padding-top: 100%;
    }

    .mark-text {
        font-size: 16px;
        line-height: 24px;
    }

    .search-group .search-date {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .tip-img {
        width: 100%;
    }

    .preview-gallery .section-footer {
        text-align: center;
        padding: 10px 0 30px;
    }

    .preview-gallery .gallery ul {
        padding-top: 13px;
    }

    .preview-gallery .gallery {
        padding-top: 16px;
    }

    .preview-submenu li button.btn-scroll {
        padding: 4px 8px !important;
    }

    .td-icon {
        margin: 0 5px 0 10px;
    }

    .picon-sizer {
        width: 34px;
    }
    .picon-icon {
        display: inline-block;
        width: 28px;
        height: 28px;
        margin: 1px;
    }

    .b-title {
        padding: 15px 70px 15px 25px;
        line-height: 22px;
        font-size: 14px;
    }

    .faq-toggle {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 40px 8px 10px;
    }

    .gallery ul {
        margin: -3px;
    }

    .gallery li {
        padding: 3px;
    }

    .more-mark-outs .about-us-top {
        padding: 30px 0 48px;
    }

    .more-mark-outs .goToMe {
        width: 50px;
        height: 50px;
    }

    .more-mark-outs .text {
        font-size: 16px;
        line-height: 26px;
    }

    .rest-ppl li {
        width: 100%;
    }

    .ppl-img {
        float: none !important;
        margin: auto;
    }

    .ppl-text .text {
        font-size: 14px;
        line-height: 22px;
    }

    .text-more {
        font-size: 14px;
    }

    .person-image {
        width: 100%;
        margin-bottom: 20px;
    }

    .video-label {
        display: none;
    }

    .video-middle {
        width: 40px;
        height: 40px;
        padding: 2px;
    }

    .tip-texts {
        padding: 10px 15px 10px;
    }

    .main-gals-texts {
        bottom: 5px;
        left: 5px;
        right: 5px;
    }

    .news-texts {
        padding: 15px 15px 30px;
    }

    .btn-line {
        width: 15px;
    }

    .slick-dots .slick-active .btn-line {
        width: 31px;
    }

    .main-slide-texts .title {
        font-size: 26px;
        line-height: 26px;
    }

    .slick-dots a {
        padding: 6px 0;
    }

    .main-slide-texts {
        width: 100%;
        padding-right: 20px;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .subpage .logo,
    header .logo,
    header.sticked .logo {
        width: 124px;
    }

    .header-bottom-elements {
        padding: 5px 0;
    }

    .offer-filter {
        margin-top: 20px;
    }

    .subpage #content {
        padding-top: 50px;
    }

    .info-list ul {
        padding: 10px 0;
    }
}

@media screen and (max-width: 359px) {
    .picon-sizer {
        width: 26px;
    }
    .picon-icon {
        display: inline-block;
        width: 24px;
        height: 24px;
    }

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        padding: 10px 6px;
    }

    .of-b-title .line1 {
        font-size: 24px;
        line-height: 28px;
    }

    .of-b-title .line2 {
        line-height: 20px;
        font-size: 20px;
    }

    .logo {
        margin: 0 !important;
    }

    .subpage .logo,
    header .logo, header.sticked .logo {
        width: 104px;
        padding-top: 6px;
    }
}

@media screen and (max-width: 319px) {
    header,
    body {
        width: 320px;
    }
}