* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Fira_Sans_Condensed;
    font-size: 16px;
    line-height: 16px;
}


header {
    position: absolute;
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    z-index: 20;
}

header a {
    color: #000000;
}

header a:hover {
    color: #ff7534;
}

header a.active {
    color:#d51514;
}

.icon-specoffer {
    position: fixed;
    right: 11px;
    top: 210px;
}
.div-btn-block {
    text-align: center;
    padding: 30px 0;
}
.div-btn-block a {
    padding: 10px 15px;
    font-size: 22px;
    text-transform: uppercase;
}
.wrap {
    position:relative;
    width: 100%;
    height: 100%;
}
.btn-tobook {
    background: #ff5c06 !important;
    color: #fff!important;
    font-weight: 600;
    font-family: Fira_Sans_Condensed_Light;
    border: 2px solid #ff5c06;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.main_menu {
    height: 140px;
    width: 100%;
    background-color: rgba(255,255,255,0.6);
   // border: 1px solid blue;
}

.main_menu a {
    text-decoration: none;
}

.main_menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.main_menu ul li {
    display: inline-block;
    flex: 1;
 //   border: 1px solid red;
}

.main_menu ul li:last-child {
    display: ;
}

.main_menu ul li div , .main_menu ul li a  {
    margin: 0 auto;
  //  border: 1px solid orange;
}

/** lang menu **/
.main_menu ul li .lang-menu {
    font-size: 24px;
    line-height: 24px;
  //  border: 1px solid blue;
}

.main_menu ul li .lang-menu a {
    display: inline-block;
}

.main_menu ul li .lang-menu a:first-child {
    margin-left: 40px;
    margin-right: 20px;
}

/** main menu contacts **/
.main-menu-contacts {
text-align: center;
    line-height: 30px;
}

.phone {
    font-size: 30px;
}

@media (max-width:1470px) {
    .main-menu-contacts {
        text-align: center;
        line-height: 24px;
    }
    .phone {
        font-size: 24px;
    }
}


/** logo **/

.main_menu a.logo {
    display: block;
    margin: 0 auto;
    width: 274px;
    height: 83px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/logo.png");
    background-size: 274px 83px;
    display: ;
}

/** main menu orange links **/
a.orange-link {
    font-family: Fira_Sans_Condensed_Light;
    color: #ff5c06 !important;
    border: 2px solid #ff5c06;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.main_menu a.orange-link {
    display: inline-block;
    float: right;
    margin-right: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}

@media (max-width:1470px) {
    .main_menu a.orange-link {
        font-size: 20px;
    }
}

/** companion menu **/

.companion-menu-holder {
    position: relative;
    height: 60px;
    background-color: rgba(255,255,255,0.3);
    transition: background-color 0.8s;
  //  border: 1px solid crimson;
    overflow: hidden;
}

.companion-menu-holder.following {
    position: fixed;
    top:0;
    width: 100%;
    background-color: rgba(255,255,255,0.90);
}

ul.companion-menu {
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
 //   border: 1px solid crimson;
}

ul.companion-menu  li {
    display: inline-block;
    height: 60px;
    font-family: Fira_Sans_Condensed_Light;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 60px;
   // border: 1px solid red;
}

.companion-menu a {
    text-decoration: none;
}

.companion-menu a.active {
    text-decoration: underline;
}

.companion-menu-holder a.companion-logo, .companion-menu-holder a.book-link {
    position: absolute;
   // border:1px solid salmon;
}

.companion-menu-holder a.companion-logo {
    left: -250px;
    width: 170px;
    height: 52px;
    margin-top: 4px;
    background-image: url("../images/small-logo.png");
    background-repeat: no-repeat;
    background-position: center;
    transition: left 0.5s;
}

.companion-menu-holder.following a.companion-logo {
    left: 50px;
    display: ;
}

.companion-menu-holder a.book-link {
    display: block;
    right: -250px;
    height: 40px;
    margin-top: 8px;
    line-height: 40px;
    font-size: 22px;
    text-transform: uppercase;
    transition: right 0.5s;
}

.companion-menu-holder.following a.book-link {
    right: 50px;
}


/** landing **/
.content-block {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*overflow: hidden;*/
}

/** header **/
.content-block.header {
    height: 1150px;
}

.header-logo-bg {
    position: absolute;
    top: 25%;
    left: -10%;
    width: 55%;
    height: 40%;
    background-color: rgba(255,255,255,0.7);
    transform: skew(-26deg);
}

.header-logo-holder {
    position: relative;
    top: 25%;
    left: -10%;
    width: 55%;
    height: 40%;
    background-image: url("../images/header-logo.png");
    background-repeat: no-repeat;
    background-position: left 70% top 35%;
    background-size: 50% auto;
}

.header-subcaption {
    position: absolute;
    bottom: 15%;
    left: 35%;
    font-size: 40px;
    text-transform: uppercase;
}

.header-vertical-slides-nav {
    position: absolute;
    top: 20%;
    right: 5%;
    height: 70%;
    width: 15%;
}

.header-vertical-slides-nav .splide__slide {
    cursor: pointer !important;
}

.header-vertical-slides-nav .splide__slide.is-active {
    border: 2px solid #ff5c06 !important;
}

.header-form-holder {
    position: absolute;
    bottom: 110px;
    left: 9%;
    width: 800px;
    height: 180px;
}

.header-form-fieldset {
    position: relative;
    float: left;
    width: 620px;
    height: 213px;
    background-color: rgba(255,92,6,0.7);
}


.header-form-submit {
    position: relative;
    display: inline-block;
    top: 0;
    width: 180px;
    height: 180px;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: Fira_Sans_Condensed_Light;
    font-size: 38px;
    line-height: 58px;
    background-color: rgba(0,153,153,0.7);
}
.content-block.cb-specoffer {
    background-color:#ccc!important;;
    color: #000!important;
    padding: 50px;
    padding-bottom: 50px;
    font-family: Fira_Sans_Condensed_Light;
    background-image:none!important;
}
.cb-specoffer h3 {
    color: #000!important;
}
.content-block.cb-description.cb-specoffer .cb-content {
    align-items: center;
}
.content-block.cb-description.cb-specoffer .description-image-holder .red-square {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    background-color: #000;
}
.cb-specoffer .cb-flex {
    display: flex;
}
.content-block.cb-description.cb-specoffer .cb-description-image {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 150px;
    height: 150px;
}
.content-block.cb-description.cb-specoffer .description-text-holder {
    width: 100%;
    padding: 0;
    padding-left: 0px;
    padding-top: 0;
    font-size: 22px;
    line-height: 22px;
}
.content-block.cb-description.cb-specoffer .description-image-holder {
    position: relative;
    width: 300px;
    height: 200px;
}
/** description **/
.cb-description {
    padding: 50px;
    padding-bottom: 50px;
    font-family: Fira_Sans_Condensed_Light;
    background-image: url("../images/decription-corner-squares.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 308px 280px;
    background-color: #000;
    color: #fff!important;
}

.cb-description h3 {
    display: block;
    margin: 30px auto;
    color: #fff;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
}

.cb-description .cb-content {
    margin: 40px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.description-image-holder {
    position: relative;
    width: 740px;
    height: 520px;
}

.description-image-holder .red-square {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70%;
    height: 70%;
    background-color: #d31c1b;
}

.cb-description-image {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 80%;
    height: 70%;
}

.white-square {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 45%;
    height: 60%;
    background-color: #ffffff;
}

.description-text-holder {
    width: 60%;
    max-width: 800px;
    padding: 15px;
    padding-left: 40px;
    padding-top: 70px;
    font-size: 22px;
    line-height: 22px;
}

/** apartments **/

.content-block.cb-apartments {
    position: relative;
    font-family: Fira_Sans_Condensed_Light;
    padding: 0px;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    background-image: url("../content-images/apartments/appartments-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.content-block.cb-apartments .tint {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}



.cb-apartments h3 {
    padding: 120px;
    padding-bottom: 60px;
    color: #ffffff;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
}

.navigation-slider {
    margin: 10px auto;
    width: 80%;
}

.cb-apartments .navigation-slider span {
    display: block;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #9a9a9a;
    cursor: pointer;
}

.cb-apartments .navigation-slider .is-active span {
    color: #ff7534;
    text-decoration: underline;
}

.apartments-info-holder {
    padding: 40px;
    padding-left: 80px;
    padding-right: 80px;
    overflow: hidden; /* flag */
}

.apartments-info {
    position: relative;
}

.apartment-slide {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.apartment-images-holder {
    position: relative;
    width: 730px;
    height: 630px;
}

.orange-square {
    position: absolute;
    left: 0;
    top: 0;
    width: 520px;
    height: 420px;
    background-color: #ff7534;
}

.grey-square {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 410px;
    height: 440px;
    background-color: #333333;
}

.apartment-images-carousel-holder {
    position: absolute;
    overflow: hidden;
    left: 60px;
    top: 80px;
    width: 610px;
    height: 375px;
}

.apartment-images-prev , .apartment-images-next, .apartment-images-page {
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    z-index: 20 !important;
}

.apartment-images-prev svg , .apartment-images-next svg {
    display: none !important;
}

.apartment-images-prev {
    /* background-image: url("../images/arrow-left.png") !important; */
    background-image: url("../images/orange-arrow-left.png") !important;
}
.apartment-images-next {
    /* background-image: url("../images/arrow-right.png") !important; */
    background-image: url("../images/orange-arrow-right.png") !important;
}

.apartment-images-page {
    background-image: url("../images/circle-empty.png") !important;
}

.apartment-images-page.is-active {
    background-image: url("../images/circle-filled.png") !important;
}

.apartment-description-holder {
    margin: 0px auto;
    margin-top: 60px;
    width: 720px;
}
@media (max-width:1520px) {
    .apartment-description-holder {
        width: 460px;
    }
}

.apartment-description {
    margin: 20px;
}

.apartment-buttons a {
    float: right;
    margin-left: 30px;
    padding: 8px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
}

.apartment-buttons  .orange-link {
    border:1px solid #ff7534;
}


.apartment-buttons  .grey-link {
    color: #999999;
    border:1px solid #999999;
    background-image: url("../images/info-sign.png") !important;
    background-position: left 8px center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    padding-left: 42px;
    cursor: pointer;
}
.apartment-additional-info ul {
    list-style: none;
    padding-left: 10px;
    padding-bottom: 30px;
}
/** services **/

.content-block.cb-services {
    position: relative;
    font-family: Fira_Sans_Condensed_Light;
    padding: 0px;
    font-size: 18px;
    line-height: 18px;
    background-image: url("../content-images/services/services-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.content-block.cb-services .tint {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(255,117,52,0.9);
}

.cb-services h3 {
    padding: 120px;
    padding-bottom: 60px;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
}

.cb-services .navigation-slider {
    /*
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    */
}

.cb-services .navigation-slider .splide__list {
    margin: 0 auto !important;
}

.cb-services .navigation-slider span {
    display: block;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    cursor: pointer;
}


.cb-services .navigation-slider .is-active {
    border: 0 !important;
}

.cb-services .navigation-slider .is-active span {
    color: #d51514;
    text-decoration: underline;
}

.services-info-holder {
    padding: 40px;
    padding-left: 80px;
    padding-right: 80px;
    overflow: hidden;
}

.services-info {
    position: relative;
}

.services-slide {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.services-description-holder {
    margin: 0px auto;
    margin-top: 60px;
    width: 620px;
}

@media (max-width:1520px) {
    .services-description-holder {
        width: 460px;
    }
}

.services-description {
    margin: 20px;
}

.services-buttons a {
    float: right;
    margin-right: 30px;
    padding: 8px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
}

.services-buttons  .red-link {
    border: 1px solid #d51514;
    color: #d51514;
}

.services-buttons  .white-link {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-image: url("../images/info-sign-white.png") !important;
    background-position: left 8px center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    padding-left: 42px;
}

.services-images-holder {
    position: relative;
    width: 730px;
    height: 630px;
}

.services-images-holder .red-square {
    position: absolute;
    right: 0;
    top: 0;
    width: 520px;
    height: 420px;
    background-color: #d51514;
}


.services-images-holder  .white-square {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 410px;
    height: 440px;
    background-color: #ffffff;
}

.service-images-carousel-holder {
    position: absolute;
    overflow: hidden;
    left: 60px;
    top: 80px;
    width: 610px;
    height: 375px;
}

.service-images-prev , .service-images-next, .service-images-page {
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    z-index: 20 !important;
}

.service-images-prev svg , .service-images-next svg {
    display: none !important;
}

.service-images-prev {
    background-image: url("../images/white-arrow-left.png") !important;
}
.service-images-next {
    background-image: url("../images/white-arrow-right.png") !important;
}

.service-images-page {
    background-image: url("../images/red-circle-empty.png") !important;
}

.service-images-page.is-active {
    background-image: url("../images/red-circle-filled.png") !important;
}

/** advantages **/

.content-block.cb-advantages {
    position: relative;
    font-family: Fira_Sans_Condensed_Light;
    padding: 0px;
    font-size: 18px;
    line-height: 18px;
    background-image: url("../content-images/advantages/advantages-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.content-block.cb-advantages .tint {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.cb-advantages h3 {
    padding: 120px;
    padding-bottom: 60px;
    color: #ffffff;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
}

.advantages-holder {
    position: relative;
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.advantage-block {
    position: relative;
    flex: 1;
    width: 28%;
    padding: 50px;
}

.advantage-block .red-square {
    position: absolute;
    top:0;
    left: 0;
    width: 75%;
    height: 290px;
    background-color: #d31c1b;
    z-index: 0;
}

.advantage-teaser {
    position: relative;
    padding: 30px;
    margin-top: 60px;
    margin-left: 10%;
    background-color: #ffffff;
    min-height: 700px;
}

.advantage-icon {
    margin: 0 auto;
    text-align: center;
}

.advantage-icon img {
    /* height: 150px; */
    height: 60px;
    width: auto;
}

.advantage-title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
}

.advantage-text {
    margin-bottom: 5px;
    font-family: Fira_Sans_Condensed_Light;
    font-size: 20px;
    line-height: 26px;
    max-width: 320px;
}

/** news,partners,actions (npa) **/

.content-block.cb-npa {
    position: relative;
    padding: 0px;
    font-size: 18px;
    line-height: 18px;
    /* background-image: url("../content-images/npa/npa-bg.png"); */
    /* background-image: url("../images/bgadd.JPG"); */
    background-image: url("../images/taniamay.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.cb-npa .flex-teasers-holder {
    display: flex;
    flex-direction: row;
    margin: 40px auto;
    /* margin-top: 240px; */
	margin-top: 0px;
    margin-bottom: 180px;
    width: 96%;
    justify-content: space-between;

}

.cb-npa .flex-teaser {
    flex: 1;
    padding: 20px;
    width: 28%;
  //  height: 730px;

    overflow: hidden; /* for slider */

}

.cb-npa .teaser-title {
    margin: 0;
    height: 8%;
    color: #ffffff;
    font-size: 30px;
    //line-height: 30px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: #ff713a;
}

.cb-npa .teaser-title .teaser-title-span-holder {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}


.cb-npa .teaser-title span {
    display: table-cell;
    vertical-align: middle;
}

.teaser-carousel {
    height: 92%;
// height: 100%;
}

.teaser-slide {
    position: relative;
    height: 100%;
}
.teaser-desc {
    line-height: 25px!important;
    font-size: 15px!important;
}
.cb-npa .teaser-top {
    position: relative;
    height: 82%;
    margin-bottom: 18%;
   // min-height: 500px;
}

.white-blur {
    background-color: rgba(255, 255, 255, .8);
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .white-blur {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.55);
    }
}


.teaser-image img {
    width: 100%;
    height: 251px;
    /* height: 370px; */
}
/* .teaser-image img {
    height: 250px;
    width: auto;
    margin: 0 auto;
    display: flex;
} */
.teaser-name {
    position: relative;
    padding: 20px;
    min-height: 300px;
}

.teaser-name-holder {
    display: table;
    height: 100%;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    vertical-align: middle;
    text-align: center;
}

.teaser-name-holder span {
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-family: Fira_Sans_Condensed_Light;
    font-size: 27px;
    line-height: 30px;
    font-weight: bold;
}
@media (max-width:1360px) {
    .teaser-name-holder span {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (min-width:1440px) {
    .teaser-image img {
        width: auto;
        height: 370px;
        display: flex;
        margin: 0 auto;
    }
}


.teaser-bottom {
    position: absolute;
    bottom: 0;
    height: 18%;
    width: 100%;
}

.teaser-bottom-link-holder {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.teaser-bottom-link-holder span {
    display: table-cell;
    vertical-align: middle;
}

.teaser-bottom-link-holder span .small-text {
    font-size: 18px;
}

.teaser-bottom .teaser-link {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.teaser-bottom .teaser-link:hover {
    color: #d31c1b;
}


.blur {
    background-color: rgba(255, 255, 255, .5);
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .blur {
        background-color: rgba(255, 255, 255, .2);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}

.npa-slides-prev , .npa-slides-next {
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    z-index: 20 !important;
}

.npa-slides-prev svg , .npa-slides-next svg {
    display: none !important;
}

.npa-slides-prev {
    background-image: url("../images/orange-arrow-left.png") !important;
}
.npa-slides-next {
    background-image: url("../images/orange-arrow-right.png") !important;
}

.teaser-carousel .splide__arrow {
    top: 65%;
}

/** footer **/

.content-block.cb-footer {

}

.cb-footer-blocks {

}

.footer-contacts {
    position: absolute;
    left:10%;
    top:0;
    width: 550px;
    height: 95%;
    z-index: 10;
}

.footer-contacts-inner {
    position: relative;
    margin: 36px;
    width: auto;
}

.footer-logo {
    width: 274px;
    height: 83px;
    background-image: url("../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: ;
}

.address {
    margin-top: 50px;
    font-size: 32px;
    line-height: 38px;
}

.footer-contacts .contacts {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.footer-contacts .contacts span {
    margin-top: 30px;
    display: block;
}


.footer-contacts  .contacts .subheader {
    margin-top: 50px;
    font-weight: bolder;
    font-size: 27px;
    line-height: 27px;
}

.footer-contacts  .contacts .phone {
    font-size: 22px;
    line-height: 2px;
}

.footer-contacts  .contacts .details {
    font-size: 13px;
    line-height: 13px;
}

.footer-contacts .contacts .email {
    font-size: 18px;
    line-height: 18px;
}

.footer-contacts .social-networks {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.footer-contacts .social-networks .social-network-holder a {
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px 70px;
    margin: 0 10px;
}

.footer-contacts .social-network-holder a.facebook {
    background-image: url("../images/social-fb.png");
}

.footer-contacts .social-network-holder a.instagram {
    background-image: url("../images/instagram.png");
}

.footer-contacts .social-network-holder a.vk {
    background-image: url("../images/vk.png");
}

/* .footer-contacts .social-network-holder a.instagram { */
    /* background-image: url("../images/social-inst.png"); */
/* } */

/* .footer-contacts .social-network-holder a.vk { */
    /* background-image: url("../images/social-vk.png"); */
/* } */

/* .footer-contacts .social-network-holder a.instagram:hover { */
    /* background-image: url("../images/social-inst-orange.png"); */
/* } */

/* .footer-contacts .social-network-holder a.vk:hover { */
    /* background-image: url("../images/social-vk-orange.png"); */
/* } */

.footer-contacts .payment-methods {
    margin: 0 auto;
    margin-top: 35px;
    width: 292px;
    height: 39px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/payment-partners.png");
}


.map-holder {
    height: 1000px;
    width: 100%;
}

.footer-contacts-inner {
    margin: 0;
    padding: 10px;
    text-align: center;
}

.map-holder .map {
    height: 100%;
    width: 100%;
}

.content-block.cb-footer-menu {
    height: 120px;
    background-color: #ffffff;
}

.footer-menu-items {
    display: flex;
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.footer-menu-item {
    align-self: center;
    font-family: Fira_Sans_Condensed_Light;
    font-size: 22px;
}

.footer-menu-items a {
    color: #000000;
    text-decoration: none;
}

.footer-menu-items a:hover {
    color: #d31c1b;
}

/** base **/

.relative {
    position: relative;
}

.clearfix {
    clear: bottom;
}

.mobile {
    display: none;
}

.margin, .margin-1 {
    margin: 18px;
}

.margin-top, .margin-1-top {
    margin-top: 18px;
}

.margin-left, .margin-1-left {
    margin-left: 18px;
}

.margin-right, .margin-1-right {
    margin-right: 18px;
}

.margin-bottom, .margin-1-bottom {
    margin-bottom: 18px;
}

.margin-1-2 {
    margin: 9px;
}

.margin-1-2-top {
    margin-top: 9px;
}

.margin-1-2-left {
    margin-left: 9px;
}

.margin-1-2-right {
    margin-right: 9px;
}

.margin-1-2-bottom {
    margin-bottom: 9px;
}

.margin-2 {
    margin: 27px;
}

.margin-2-top {
    margin-top: 27px;
}

.margin-2-left {
    margin-left: 27px;
}

.margin-2-right {
    margin-right: 27px;
}

.margin-2-bottom {
    margin-bottom: 27px;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}
#showList {
    cursor: pointer;
}
.showList {
    margin: 20px 0 20px 25px;
    display: none;
}
.special-offer{
    font-size: 22px;
    line-height: 22px;
}
.record-excursion{
    margin: 20px auto 0;
    display: inline-flex;
    justify-content: center;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 22px;
}
.slider-mobile {
    display: none;
}