@import url("font/TenorSans/stylesheet.css");
@import url("font/BookAntiqua/stylesheet.css");
@import url("font/Cera/stylesheet.css");
@import url("font/Closer/stylesheet.css");

:root{
  --color1:#35353D;
  --color2:#4B4B57;
  --color3:#99855A;
  --color-light:#EFEAD7;
  --fancybox-zIndex: 5100;
}

HTML{
  background: #000 !important;
}
BODY{
  background-color: var(--color1);
  color: var(--color-light);
  font-size: 16px;
  font-family: 'TenorSans',  'sans-serif';
  margin: 0 !important;

}

.f-antiqua{ font-family: 'BookAntiqua', 'sans-serif'}

header{ position: fixed; top:0; left: 0; width: 100%; background-color: rgb(0 0 0 / 40%); z-index: 5000; transition: all 0.5s ease; backdrop-filter: blur(15px); }

.header{ padding: 10px 0;}
.header-logo{ display: block; height: 50px;}
.header-logo img{ height: 100%; width: auto}
.header-item-logo{ flex: 1}
.header-top-phones{ margin-right: 40px;}
.header-top-button{ width: 200px; margin-right: 40px;}
.header-top-button .button-wrap{ position: absolute; right: 0; transform: translateY(-50%)}
.header-top-button .button{ height: 70px; line-height: 70px; }

/***/

.header-item-menu{ display: none;}

.header-menu-button{width: 26px; height:26px;}
.menu-button{ position: absolute; display:block; width: 100%; height:100%; z-index: 7100;  -webkit-transition: all 0.5s ease; transition: all 0.5s ease; right: 0;}
.menu-button .menu-icon{ display:block; width:100%;position:absolute; height:2px;  top:0; bottom:0; left:0; right:0; margin:auto;
  background:var(--color-light);border-radius: 2px;}
.menu-button .menu-icon:before,
.menu-button .menu-icon:after{ display:block; content:""; position:absolute; height:2px; width:100%; left:0;
  margin:auto; background:var(--color-light); -webkit-transition: all .3s ease; transition: all 0.3s ease; border-radius: 2px;}
.menu-button .menu-icon:before{ top:9px;}
.menu-button .menu-icon:after{ bottom:9px;}
.menu-button.is_open .menu-icon, .menu-button.is_open .menu-icon:before, .menu-button.is_open .menu-icon:after{  background: var(--color-light);}
.menu-button.is_open { -webkit-transform: rotate(-180deg);}
.menu-button.is_open .menu-icon{ height:0; }
.menu-button.is_open .menu-icon:before{ transform: rotate(-45deg); width: 100%; top: 0; bottom:0;}
.menu-button.is_open .menu-icon:after{transform: rotate(45deg); width: 100%; top: 0; bottom:0;}

/**/
.header-menu-button .over-content{ background: var(--color1) !important;}
.header-menu-button .over-content a{ color: var(--color-light) !important}
.header-menu-button .menu-line{    display: flex;min-height: 100%;align-items: center;margin-left: 40px;}
.over-content .header-item-menu{ min-height: 100%; display: flex; align-items: center;}
.over-content .menu-items{ color: #000}

.over-content .menu-line ul.level-2{ max-height: unset; position: relative; background: none; font-size: 16px; opacity:.7; margin-left: 10px; margin-top: 0}
.over-content .menu-line ul.level-2 a{ font-size: 16px;}

.button-wrap{ perspective: 200px; width: 200px;}
.button{ display: block;  padding: 0 15px; height: 46px; line-height: 46px; background: var(--color3); text-align: center; min-width: 180px; color: #fff; border: none; box-shadow: 0px 16px 7px -9px rgb(43 65 92 / 18%); box-sizing: border-box; cursor: pointer; transition: all 0.3s ease; }
.button:after{display:block; content:""; position:absolute; width:calc(100% - 20px); height: 10px; left:10px; bottom: 0px; z-index: 0;
  border:1px solid var(--color-light); border-top: 0; -webkit-transition: all .3s ease; opacity: 0}
.button:hover{transform: rotateX(12deg);   box-shadow:0px 19px 0px -11px rgb(0 0 0 / 50%); opacity: 1 }
.button.black{  background-color: rgb(0 0 0 / 60%); border: 1px solid var(--color-light); }

.button.but-price{ background: var(--color-light); color: var(--color1); margin-top: 15px;}

.navbutton{display: block; width: 32px; height: 32px;cursor: pointer;  transition: all 0.5s ease;}
.navbutton.hide{opacity: 0}
.navbutton:before{ display:block; content:""; position:absolute;  top:0; bottom:0; left:0; right:0; margin:auto;   border: 1px solid var(--color-light);
  transition: all 0.5s ease;transform: rotate(45deg);     background: rgb(0 0 0 / 14%)}
.navbutton:hover:before{transform: rotate(180deg)}
.navbutton:after{ display:block; content:""; position:absolute;  top:0; bottom:0; left:0; right:0; margin:auto; width: 20px; height: 20px;
  background-image:url(../images/sprite-icons.svg#arrow); background-size: contain; background-repeat: no-repeat; }
.navbutton.navbutton-prev:after{transform: rotate(180deg)}

/***/
.section.bg{ background-color: var(--color2)}
.content-section{ padding: 30px 0}
.content-section.top-padding{ padding-top: 100px}
.content-section h2{ font-size: 22px; font-family: 'BookAntiqua'; text-transform: uppercase; font-weight: bold; text-align: center; letter-spacing: .5px;  }
.content-section h3{ font-size: 18px;  font-weight: normal;  text-align: center;   }
.content-section p{ text-align: center; font-size: 14px;}
.content-section .image{ margin: 20px 0; }
.content-section .image img{ width: 100%; height: 350px; object-fit: cover }
.section-items-item{ border: 1px solid var(--color-light); padding: 15px; text-align: center; margin-bottom:15px;  }
.section-items-item h4{ font-weight: normal; font-size: 20px;  margin: 0}
.section-items-item p{ margin: 0}

.content-section .buttons {max-width: 500px; margin: auto}
.content-section .buttons .button-wrap{ margin: 15px auto; }


.content-section-2 .section-items{ margin-top: 15px }
.content-section-2 .section-items-item{ border: none; text-align: left; padding:  0}
.content-section-2 .section-items-item h4{ margin-bottom: 5px}
.content-section-2 .section-items-item p{ text-align: left; padding-bottom:10px }

.content-banner{ background-repeat: no-repeat; background-position: center; background-size: cover; height: 400px;}
.content-banner:before{content:'';display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgb(34 34 34 / 60%); z-index: 100 }
.content-banner-text{ display: flex; flex-direction: column; align-items: center; height: 100%; z-index: 100; text-align: center; justify-content: center; max-width: 800px; margin: auto}
.content-banner-text h2 { margin-bottom: 0px; font-family: BookAntiqua; text-transform: uppercase}
.content-banner-text > a { text-decoration: underline; font-size: 14px; margin-top: 20px; }

.content-section-butts .button-wrap{ width: 280px;}
.content-section-butts .buttons{ max-width: 680px;}
/**/
.block-offer{ border: 1px solid var(--color-light); padding: 10px; background-color: rgb(0 0 0 / 40%); text-align: center}
.block-offer .button-wrap{ margin: 25px auto; width: 280px; }

.year{ display: inline-block; font-weight: bold; font-size: 18px}
/***/
.galery .embla{ overflow: hidden;  }
.galery .embla__viewport { width: 100%; height: 100%}
.galery .embla__viewport.is-draggable {cursor: move;cursor: grab;}
.galery .embla__viewport.is-dragging {cursor: grabbing;}
.galery .embla__container {display: flex;user-select: none;-webkit-touch-callout: none; -khtml-user-select: none; -webkit-tap-highlight-color: transparent; gap: 5px}
.galery .embla__slide { position: relative; flex: 0 0 100%;  opacity: 1; -webkit-transition: opacity 1s ease; transition: opacity 1s ease;}
.galery .embla__slide{  width: 100%;  opacity: .9}
.galery .embla__slide a{ position: relative; display: block}
.galery .embla__slide img{}
.galery .embla_navbuttons{ position: absolute;display: flex; justify-content: space-between; top:50%; transform: translateY(-50%); margin: auto; left: 20px; right: 20px}
.galery .image-desc{ display: block;  position: absolute; left: 15px; bottom: 15px; right: 15px;   width: 100%; max-width: 80%; background-color: rgb(0 0 0 / 70%); padding: 10px; font-size: 14px; color: var(--color-light); border: 1px solid var(--color-light) }
.galery .image-desc p{ margin: 3px}

/***/
.plans{ margin-top: 20px; margin-bottom: 10px}
.plans .embla{ overflow: hidden;  }
.plans .embla__viewport { width: 100%; height: 100%}
.plans .embla__viewport.is-draggable {cursor: move;cursor: grab;}
.plans .embla__viewport.is-dragging {cursor: grabbing;}
.plans .embla__container {display: flex;user-select: none;-webkit-touch-callout: none; -khtml-user-select: none; -webkit-tap-highlight-color: transparent; gap: 5px}
.plans .embla__slide { position: relative; flex: 0 0 100%;  opacity: 1; -webkit-transition: opacity 1s ease; transition: opacity 1s ease;}
.plans .embla__slide{  width: 100%;  opacity: .9}
.plans .embla__slide a{ position: relative}
.plans .embla__slide img{}
.plans .embla_navbuttons{ position: absolute;display: flex; justify-content: space-between; top:50%; transform: translateY(-50%); margin: auto; left: 20px; right: 20px}

/***/
.__footer{ background-color: #202025;  }
.__footer .__container{ padding: 20px 0}
.__footer {color:var(--color3); text-align: center;  }
.__footer p { margin: 5px 0; }
.footer-logo{display:block; height: 50px; width: 120px; background-image: url(/images/ssk-logo.svg);   background-position: center; background-repeat: no-repeat; background-size: contain}
.footer-item{ margin: 10px 0;}
.footer-item-links{   text-align: center; padding: 10px 0;}
.footer-item-links a{ display: inline-block; width: 26px; height: 26px; background-repeat: no-repeat; background-position: center; background-size: 24px; margin:  0 10px; }
.footer-item-links .telegram{ background-image: url(../images/sprite-icons.svg#telegram)}
.footer-item-links .pdf{ background-image:  url(../images/sprite-icons.svg#pdf)}

.__footer .menu-items{ flex-wrap: wrap; color: var(--color-light); justify-content: center}
.__footer .menu-items a{ font-size: 16px; padding:  5px 15px}
.__footer .menu-items a:hover{ cursor: pointer; text-decoration: underline}

.__footer .menu-low{ padding-top: 10px}
.__footer .menu-low .menu-items a{ font-size: 14px; padding:  5px 15px; color: var(--color3)}


.footer-item-phone a{ font-size: 16px; font-weight: bold}
.footer-info{ margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--color3); font-size: 12px; color: var(--color3)}

.fancybox__container{ z-index: 5000}
.fancybox__nav{ position: unset}
html.with-fancybox body.hide-scrollbar{ width: 100% !important; }

.acms_popup_case{ background-color: #35353d}
.acms_popup_case .form{ max-width: 380px;}

.form-title{ font-family: BookAntiqua; text-transform: uppercase;}
.form-text{ text-align: center}
.form-description{ font-size: 12px; text-align: center}
.acms_popup_case .button-wrap { width: 100%;}

.map{ height: 350px; filter: saturate(0.7)}

.home-banner{ z-index: 1000 }
.home-banner .embla{ overflow: hidden;  }
.home-banner .embla__viewport { width: 100%; height: 100%}
.home-banner .embla__viewport.is-draggable {cursor: move;cursor: grab;}
.home-banner .embla__viewport.is-dragging {cursor: grabbing;}
.home-banner .embla__container {display: flex;user-select: none;-webkit-touch-callout: none; -khtml-user-select: none; -webkit-tap-highlight-color: transparent;}
.home-banner .embla__slide { position: relative; flex: 0 0 100%;  opacity: 1; -webkit-transition: opacity 1s ease; transition: opacity 1s ease;}
.home-banner .embla__slide{  width: 100%;  opacity: .5}
.home-banner .embla__slide img{display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 50}
.home-banner .embla__slide:before{content:'';display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgb(34 34 34 / 60%); z-index: 100 }
.home-banner .embla__slide.slide-0:before{ display: none}
.home-banner .slide-container{  width: 100%; max-width: 1280px; margin: auto; box-sizing: border-box; display: flex; flex-direction: column;  height: 100%; min-height: 560px; justify-content: center; padding-top: 80px; padding-bottom: 40px;  z-index: 200; }

.home-banner .embla__slide.is-selected{ opacity: 1}
.home-banner .slide-text{ color: var(--color-light); order: 2; padding:  0 30px;}
.home-banner .slide-text-title{ font-size: 28px; text-transform: uppercase;   line-height: 1.2; margin-bottom: 20px;}
.home-banner .slide-text-desc{font-size: 16px; font-weight: 300; margin-bottom: 30px;}

.home-banner .slide-text-buts{ display: flex; gap: 15px;  margin-bottom: 20px; }
.home-banner .slide-text-buts .button{ width: calc(50% - 15px); max-width: 200px; }
.home-banner .buts-inner{  }
.home-banner .buts-outer{ display: none }
.home-banner .embla_navbuttons{ position: absolute; bottom: 50px; right: 20px; display: flex; gap: 20px }

 .home-banner .slide-type-bottom .slide-container{justify-content: flex-end}
.home-banner .slide-type-bottom .slide-text-desc{ font-size: 20px; line-height: 1.2}

.page-section{ max-width: 960px; margin: auto}
.posts{}
.posts .post-item{ margin-bottom: 40px; }
.posts .post-image{ height: 300px; background-repeat: no-repeat; background-position: center; background-size: cover;}
.posts .post-title h2{font-size: 18px; text-transform: none; text-align: left; margin-bottom: 10px}
.posts .post-link{ font-size: 14px;}

.page-post .post-text{  margin: auto; text-align: left}
.page-post .post-text p{text-align: left}

.content-section .text p, .content-section .text h3{ text-align: justify }


.page h1{ font-family:'BookAntiqua', 'sans-serif'; text-align: center}

.block-link{ display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%}
.divan .content-banner{ height: 540px}
.divan .divan-section-1{ margin-bottom:0px; padding-bottom: 10px}
.divan .divan-section-2{ padding-top: 10px}
.divan{ font-family: "CeraPro",   'Sans-Serif'}
.divan  h2{ font-family: 'CloserText-Medium','Sans-Serif' !important; font-weight: unset !important;}
.divan-tarif-item{ position: relative; width: 100%; background-repeat: no-repeat; background-position: top; background-size: 120%; padding-top: 130%;}
.divan-tarif-item:first-child{ margin-bottom: 30px;}
.divan-tarif-button{ display: block; position: absolute; width: 220px; box-sizing: border-box; padding: 12px 0; text-align: center; background: #000;
z-index: 10; left: 0; right: 0; bottom: 20px; margin: auto}

.divan-benefits{ margin-top: 30px; }
.divan-ben-item {  margin-bottom: 40px;}
.divan-ben-item:last-child {  margin-bottom: 0px;}
.divan-ben-item img{ width: 100%}
.divan-ben-item h3{ font-size: 20px; text-align: left; margin: 15px 0 10px; }
.divan-ben-item p{ font-size: 16px; text-align: left; margin: 0}

.divan-desc { margin-bottom: 20px}
.divan-desc p{ font-size: 13px; margin: 5px 0}


.news-images{ display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; justify-content: flex-start; margin: 0 -8px; padding-top: 20px;}
.news-images .news-image-wrap{ width: calc(50% - 16px); margin: 0 8px; margin-bottom: 16px;  }
.news-images .news-image{ display: block; width: 100%; padding-top: 80%;  border-radius: 6px; box-shadow: 0 6px 12px -2px rgb(27 80 122 / 40%); overflow: hidden; background-repeat: no-repeat; background-position: center; background-size: cover; }

.news-images .news-image img{ display: block; width: 100%; max-width: 100%;  border-radius: 6px; box-shadow: 0 6px 12px -2px rgb(27 80 122 / 40%); overflow: hidden; }
.news-images .news-image .img{ display: block; width: 100%; padding-top: 80%;  border-radius: 6px; box-shadow: 0 6px 12px -2px rgb(27 80 122 / 40%); overflow: hidden; background-repeat: no-repeat; background-position: center; background-size: cover; }



.news-images .news-image:after{display: block; content: ""; position: absolute; top:0 ;bottom: 0; left: 0; right: 0;  opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; background-image:url(/images/zoom-icon.svg); background-size: 40px; background-repeat: no-repeat; background-position: center; z-index: 20  }
.news-images .news-image:before{display: block; content: ""; position: absolute; top:0 ;bottom: 0; left: 0; right: 0; background-color:#000; opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 10 }
.news-images .news-image:hover:after{ opacity: 1; }
.news-images .news-image:hover:before{ opacity: 0.5; }

.form-description a{ text-decoration: underline}

.object-slider{ height: 560px; margin-bottom: 30px; }
.object-slider .swiper-wrapper{height: 100%}
.object-slider .object-slide{ background-repeat: no-repeat; background-position: center; background-size: cover;  }
.object-slider .slide-1{ background-image: url(/images/kn-b-1-m.jpg) }
.object-slider .slide-2{ background-image: url(/images/kn-b-5-m.jpg) }


.object-slider-arrows{ position: absolute; top: 50%; transform: translateY(-50%); width: calc(100% - 30px); left: 0; right: 0; margin: auto; display: flex; justify-content: space-between; z-index: 100}
.object-slider-arrow{ display:none; height: 22px; width: 22px; background-repeat: no-repeat; background-position: center; background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzEnIGhlaWdodD0nNTgnIHZpZXdCb3g9JzAgMCAzMSA1OCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48bGluZSB4MT0nMi4xMjEzMicgeTE9JzInIHgyPScyOScgeTI9JzI4Ljg3ODcnIHN0cm9rZT0nd2hpdGUnIHN0cm9rZS1vcGFjaXR5PScwLjknIHN0cm9rZS13aWR0aD0nMycgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJy8+PGxpbmUgeDE9JzEuNScgeTE9Jy0xLjUnIHgyPSczOS41MTIyJyB5Mj0nLTEuNScgdHJhbnNmb3JtPSdtYXRyaXgoMC43MDcxMDcgLTAuNzA3MTA3IC0wLjcwNzEwNyAtMC43MDcxMDcgMCA1NS42MjY0KScgc3Ryb2tlPSd3aGl0ZScgc3Ryb2tlLW9wYWNpdHk9JzAuOScgc3Ryb2tlLXdpZHRoPSczJyBzdHJva2UtbGluZWNhcD0ncm91bmQnLz48L3N2Zz4K");}
.object-slider-arrow.object-slider-prev{transform: rotate(180deg)}
.object-slider-pagination{ position: absolute; width: calc(100% - 30px) !important; left: 0; right: 0; margin: auto; bottom: 30px !important; display: flex; justify-content: space-between; z-index: 100}
.object-slider-pagination .swiper-pagination-bullet{ flex-basis: 50%; flex-shrink: 1; margin-right: 20px; height: 7px; background: #fff; border-radius: 5px;}
.object-slider-pagination .swiper-pagination-bullet:last-child{margin-right: 0px;}
.object-slide-content{position: absolute; top: 70px; bottom: 70px; left: 20px; right: 20px; margin: auto; display: flex; flex-direction: column; justify-content: space-between; color: #fff}
.object-slide-content .under-title{ font-weight: 900; font-size: 16px; text-transform: uppercase; margin-bottom: 10px}
.object-slide-content h2{ flex-grow: 1; font-size:22px; text-transform: uppercase}
.object-slide-content .slide-text p{ font-size: 16px; margin-bottom: 30px; font-weight: 600 }

.object-slider .button{ max-width: 280px;}

@media only screen and (min-width: 480px) {
  .company-digits .digit-desc{  font-size: 16px;}

  .divan-tarif-item{ background-size: 100%; padding-top: 110%;}


}

@media only screen and (min-width: 600px) {

  .section-items-item{width: calc(33.33% - 15px); box-sizing: border-box; display: flex; align-items: center; flex-direction: column; justify-content: center}
  .content-section-2 .section-items{ margin-top: 30px }
  .content-section-2 .section-items-item{width: calc(50% - 25px);justify-content: flex-start; align-items: flex-start; }
  .content-section-2 .section-items-item h4{ margin-bottom: 15px}

  .divan-tarifs{ display: flex; justify-content: space-between; height: 430px;   margin-bottom: 40px}
  .divan-tarif-item{ width: calc(50% - 15px); background-size: 380px; background-position: center top; background-color: #fff; padding-top: 0; height: 100%}

  .divan-benefits{ display: flex;  justify-content: space-between; flex-wrap: wrap; }
  .divan-ben-item { width: calc(50% - 15px); margin-bottom: 0;}

  .slide-container .buttons{ display: flex;}
  .slide-container .buttons .button{margin: 0; margin-right: 20px;}
  .slide-container .button-wrap {width: 230px;}

}


@media only screen and (min-width: 768px) {

  .content-section h2{ font-size: 26px; }
  .content-section h3{ font-size: 20px;}
  .content-section .image{ margin: 30px 0; }
  .content-section .image img{ height: 400px;}
  .galery .image-desc{left: 20px; bottom: 20px; max-width: 50%;padding: 15px; font-size: 16px;}

  .map{ height: 400px; }

  /**/
  .block-offer{ margin: 15px 0}

  .acms_popup_case .form{ max-width: 380px; padding: 0 40px}

  .home-banner .slide-container{  min-height: 480px;  }
  .home-banner .slide-text-title{ font-size: 36px;}
  .home-banner .embla__slide .slide-text{ width:70%; padding-left: 60px}
  .home-banner .slide-text-desc{ font-size: 22px;}

  /**/
  .plans{ margin-top: 40px;}
  .plans .embla_navbuttons{ display: none}
  .plans .embla__container{ flex-wrap: wrap; gap: 20px; }
  .plans .plans-item{ flex-basis: calc(50% - 10px) }

  /**/
  .posts{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 40px;}
  .posts .post-item{ flex-basis: calc(50% - 20px); margin-bottom: 50px }
  .posts .post-image{ height: 340px;}


  .divan-tarifs{   height:500px;}
  .divan-tarif-item{ background-size: 460px;  }

  .news-images{  margin: 0 -10px;}
  .news-images .news-image-wrap{ width: calc(33.33% - 20px);  margin: 0 10px; margin-bottom: 20px;  }


  .object-slider .slide-1{ background-image: url(/images/kn-b-1.jpg) }

  .object-slider .slide-2{ background-image: url(/images/kn-b-5.jpg) }

}

@media only screen and (min-width: 1024px) {

  .content-section h2{ font-size: 32px; }
  .content-section h3{ font-size: 26px;}
  .content-section p{ font-size: 16px;}
  .content-section .image{ margin: 40px 0; }
  .content-section .image img{ height: 500px;}

  .section-items-item{width: calc(33.33% - 25px); padding: 20px}
  .section-items-item h4{ font-size:22px;}
  .section-items-item p{ font-size: 16px;}

  .galery .image-desc{left: 30px; bottom: 30px; padding: 20px; font-size: 18px;}



  .home-banner .slide-type-bottom .slide-container{justify-content: flex-end; align-items: center}
  .home-banner .slide-type-bottom .slide-text-desc{ font-size: 24px; line-height: 1.2; text-align: center}
  .home-banner .slide-type-bottom .buttons{ justify-content: center}

  .block-offer{ margin:25px 0}
  .block-offer h3{ margin: 10px;}
  .block-offer p{ font-size: 18px; max-width: 60%; margin: auto}

  .__footer .footer-item * {text-align: left; }
  .footer-logo{ margin-right: 30px;display: block;height: 70px;width: 160px;}
  .footer-item-text{ margin-right: 30px; flex: 1}
  .footer-item-text-about p{ max-width: 360px}
  .footer-item-links{ text-align: left; margin: 0}
  .footer-copyright{ margin: auto; text-align: center;  }
  .__footer p{ text-align: left}
  .footer-menu{ margin-left: 190px;}
  .__footer .menu-items{ justify-content: flex-start }
  .__footer .menu-items li a{ padding-left: 0; padding-right: 20px }
  .__footer .menu-low .menu-items a{ padding-left: 0; padding-right: 20px }

  .home-banner .embla_navbuttons{ bottom: auto; top:calc(50% - 20px); left: 20px; right: 20px; justify-content: space-between}
  .home-banner .slide-container{ padding-bottom: 60px; min-height: 540px;  }
  .home-banner .embla__slide .slide-text{ width:600px; padding-left: 100px}
  .home-banner .slide-text-title{ font-size: 36px;margin-bottom: 30px;}
  .home-banner .slide-text-desc{font-size: 18px; margin-bottom: 30px;}

  /**/
  .plans .embla__container{  }
  .plans .plans-item{ flex-basis: calc(33.33% - 15px) }

  .content-banner{ height: 450px;}
  .content-banner-text p { font-size: 18px}

  .divan-tarifs{   height:580px;}
  .divan-tarif-item{ background-size: 540px;  }
  .divan-tarif-item{ width: calc(50% - 20px);}

  .divan-benefits{ display: flex;  justify-content: space-between; flex-wrap: wrap }
  .divan-ben-item { width: calc(25% - 30px);}
  .divan-ben-item h3{ font-size: 20px; line-height: 1.1; margin-bottom: 15px;}

  .content-banner-text   .divan-desc p { font-size: 14px}

 .divan .content-banner-text{ max-width: 960px;}
  .divan .content-banner-text >p{ max-width: 800px;}

  .object-slider{ height: calc(100vh); min-height: 640px; max-height: 1080px; margin-bottom: 30px;}
  .object-slide-content{ left: 25px; right: 25px; max-width: 1240px; top:110px; bottom: 100px}
  .object-slide-content .under-title{ font-size: 22px;}
  .object-slide-content h2{ font-size: 36px; margin-top: 0}
  .object-slide-content .slide-text p{ max-width: 460px; font-size: 18px}
  .object-slider-pagination{    width: calc(100% - 40px) !important; bottom: 50px !important; max-width: 1280px;   }
  .object-slider-arrow{ display:block; cursor: pointer}
  .object-slider-arrows { width: calc(100% - 50px);}
  .object-slider-pagination .swiper-pagination-bullet{ margin-right: 30px !important;}
  .object-slider-pagination .swiper-pagination-bullet:last-child{margin-right: 0px !important;}



}

@media only screen and (min-width: 1280px) {
  .header-logo { height: 60px;}

  .header-top-menu{ margin-right: 20px;}
  .header-top-button .button{ height: 80px; line-height: 80px; }
  .header-top-phones{ margin-right:0px;}

  .home-banner .slide-type-bottom .slide-container{ padding-bottom: 100px;}
  .home-banner .slide-type-bottom .slide-text-desc{ font-size: 28px; }
  .home-banner .slide-type-bottom .buttons{ justify-content: center}

  .content-section .image img{ height: 600px;}

  .posts .post-item{ flex-basis: calc(33.33% - 30px) }
  .posts.objs .post-item{ flex-basis: calc(50% - 30px) }

  .posts .post-image{ height:280px; }
  .posts.objs .post-image{ height:460px; }
  .posts .post-title h2{font-size: 24px; }
  .posts .post-link{ font-size: 14px;}

  .divan-tarifs{ margin-top: 30px}
  .divan .content-banner-text h2{ font-size: 32px;}
  .divan-tarif-button{  width: 260px;padding: 15px 0; bottom: 30px; }
  .divan-tarif-item{ width: calc(50% - 30px);}
}

@media only screen and (min-width: 1320px) {
  .footer-logo{ margin-right: 60px;}
  .footer-menu{ margin-left: 220px;}

  .home-banner .slide-container{  min-height: 700px;  }

  .home-banner .embla__slide .slide-text{ width:800px;  }
  .home-banner .slide-text-title{ font-size:46px; }
  .home-banner .slide-text-desc{font-size: 24px; }
  .home-banner .embla_navbuttons{  left: 60px; right: 60px;  }
}

.b24-window-panel-pos-right > div{ position: static }