.list-descr {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.list-descr option {
  color: #289aca;
}
.list-descr option:first-of-type {
  left: 6px;
  position: absolute;
}
.list-descr option:last-of-type {
  right: 0;
  position: absolute;
}

.list-descr option[data-month="3"] {
  left: 33%;
  position: absolute;
}
.list-descr option[data-month="6"] {
  left: 65%;
  position: absolute;
}

.list-descr option[data-meters="5"] {
  left: calc(16.67% - 16px);
  position: absolute;
}
.list-descr option[data-meters="10"] {
  left: calc(33.33333333333333% - 16px);
  position: absolute;
}
.list-descr option[data-meters="15"] {
  left: calc(50% - 16px);
  position: absolute;
}
.list-descr option[data-meters="20"] {
  left: calc(66.67% - 16px);
  position: absolute;
}
.list-descr option[data-meters="25"] {
  left: calc(83.33333333333333% - 16px);
  position: absolute;
}

.calc-wrapper-elements {
  display: flex;
  justify-content: space-between;
}

.calc-wrapper-elements-left {
  width: 58%;
}

.calc-wrapper-elements-right {
  width: 39.75%;
  overflow: hidden;
}
.img-wrap {
  position: relative;
}
.img-wrap div {
  border: 2px solid #289aca;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.img-wrap div img {
  width: 100%;
}
.img-wrap:before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  border: 2px solid #289aca;
  top: calc(50% - 25px);
  left: -25px;
  position: absolute;
  z-index: 1;
  background: #fff;
}
body .tg-site-header {
  padding: 0;
}
.search-wrapper .tg-site-header-bottom-nav .container .container-nav {
  background: unset;
}
#site-navigation,
#site-navigation-mob {
  width: 100%;
}
#primary-menu {
  display: flex;
  justify-content: space-between;
}
body .tg-primary-menu .menu-primary > li:nth-last-child(-n + 2) > a {
  border-radius: 0 20px 20px 0;
  padding: 0 20px;
  font-size: 18px;
}
body .tg-site-header-bottom-nav .container .container-nav {
  line-height: 48px;
}
.lang-wrap {
  display: flex;
  position: absolute;
  bottom: -27px;
  align-items: flex-start;
  right: 0;
}
.langs {
  padding-right: 26px;
  position: relative;
  color: #747474;
}
body .langs p {
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
}
.lang-wrap img {
  margin-right: 10px;
}
.langs p:before {
  content: "";
  position: absolute;
  top: 11px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #555;
  right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.langs p:after {
  content: "";
  position: absolute;
  top: 11px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #555;
  right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lang-wrap a {
  position: absolute;
}
.main_header_contacts {
  position: relative;
}
.langs {
  cursor: pointer;
}
.langs:hover p:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.langs:hover p:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.langs a {
  /* color: red;*/
  padding: 10px 15px;
  background: #fff;
  opacity: 0;
  z-index: -1;
  top: -10px;
  transition: 0.3s;
  right: 0;
  color: #747474;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
.langs:hover a {
  opacity: 1;
  z-index: 123;
  top: 25px;
  font-family: Arial, Helvetica, sans-serif;
}
.langs:hover a:hover {
  color: #000;
  text-decoration: underline;
}
.price_bottom,
.inputs-wrapper,
.img-wrap {
  display: none;
}
.price_bottom.active,
.inputs-wrapper.active,
.img-wrap.active {
  display: block;
  position: relative;
}
body.post-type-archive-news .content-area .itemContainer {
  width: 100%;
}
body.post-type-archive-news .content-area .itemContainer .catItemImageBlock {
  height: unset;
}
body.post-type-archive-news
  .content-area
  .itemContainer
  .catItemImageBlock
  img {
  width: 100%;
  height: unset;
}
body.post-type-archive-news .content-area .itemContainer h3.catItemTitle,
body.post-type-archive-news .content-area .itemContainer div.catItemIntroText {
  min-height: unset;
}
body.post-type-archive-news .content-area .itemContainer div.catItemBody {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}
body.post-type-archive-news
  .content-area
  .itemContainer:nth-of-type(odd)
  div.catItemBody {
  flex-direction: row-reverse;
}
body.post-type-archive-news .content-area .itemContainer div.catItemBody > div {
  width: 50%;
  margin-bottom: 0;
}
body.post-type-archive-news
  .content-area
  .itemContainer
  div.catItemBody
  .new-description {
  margin-left: 25px;

  padding: 15px;
}
body.post-type-archive-news .content-area .itemContainer div.catItemBody > div {
  box-shadow: 1px 2px 9px 3px rgba(0, 0, 0, 0.5);
}
body.post-type-archive-news
  .content-area
  .itemContainer:nth-of-type(odd)
  div.catItemBody
  .new-description {
  margin-right: 25px;
  margin-left: 0;
}
body.post-type-archive-news .content-area .itemContainer {
  margin: 0;
}
body.post-type-archive-news .content-area .itemContainer h3.catItemTitle {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0;
}
body.post-type-archive-news .content-area .itemContainer h3.catItemTitle a {
  color: #fff;
}
body.post-type-archive-news
  .content-area
  .itemContainer
  h3.catItemTitle
  a:hover {
  text-decoration: unset;
}
body.post-type-archive-news .content-area .itemContainer header a {
  padding: 15px;
  display: block;
}
body.post-type-archive-news
  .content-area
  .itemContainer:nth-of-type(odd)
  header {
  background: linear-gradient(to bottom, #289aca 0%, #0d78a5 100%);
  margin: 0 -40px 0 -15px;
}
body.post-type-archive-news
  .content-area
  .itemContainer:nth-of-type(odd)
  header:hover {
  background: linear-gradient(to bottom, #0d78a5 0%, #289aca 100%);
}
body.post-type-archive-news .content-area .itemContainer header {
  background: linear-gradient(to bottom, #ff812e 0%, #f76403 100%);
  margin: 0 -15px 0 -40px;
}
body.post-type-archive-news .content-area .itemContainer header:hover {
  background: linear-gradient(to bottom, #f76403 0%, #ff812e 100%);
}
body.post-type-archive-news
  .content-area
  .itemContainer
  span.catItemDateCreated {
  color: #000;
}
body.post-type-archive-news .content-area .itemContainer .hover-fx {
  width: 100%;
  height: 100%;
}
/*.calc-wrapper-elements input[type=range]{
	padding: 0;
	border-radius: 5px;
	
	margin-bottom: 100px;
}

 input[type='range'] {
    overflow: hidden;
    width: 80px;
   
   
}

/*input[type='range']::-webkit-slider-runnable-track {
    height: 20px;
    -webkit-appearance: none;
    color: green;
    margin-top: -1px;
}

input[type='range']::-webkit-slider-thumb {
    width: 20px;
    -webkit-appearance: none;
  	appearance: none;
    height: 20px;
    cursor: ew-resize;
    background: red;
    box-shadow: 1000px 0 0 1000px #E7E7E7;

}
input[type='range']::-moz-range-thumb{
	width: 20px;
    -webkit-appearance: none;
    height: 20px;
    cursor: ew-resize;
    background: #289aca;
}

input[type="range"]::-moz-range-progress {
    background-color: #289aca; 
}
input[type="range"]::-moz-range-track {  
    background-color: #E7E7E7;
}
input[type="range"]::-ms-fill-lower {
    background-color: #E7E7E7; 
}
input[type="range"]::-ms-fill-upper {  
    background-color: #289aca;
}

*/

/*input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #289aca;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
    margin-top: -6px;
}

input[type=range]:focus {
    outline: none;
}
input[type=range]{
    border: 1px solid white; 
    width: 100%;
    color: #289aca;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    border: none;
    background: #289aca;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
}


*/
.mob-input {
  display: none;
}
body input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  outline: none;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  margin-bottom: 10px;
  direction: ltr;
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #edeef3 0%, #edeef3 100%);
  padding: 0;
}
body input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0 1px 2px 0 #edeef3;
  background-color: #00aeef;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #edeef3;
}

body input[type="range"]::-moz-range-thumb {
  box-shadow: 0 1px 2px 0 #edeef3;
  background-color: #00aeef;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #edeef3;
}
.inputs-wrapper-one {
  display: flex;
}
.inputs-wrapper-one-0 {
  display: flex;
}
.inputs-wrapper-one-00 {
  display: flex;
}
.range-wrapper {
  flex-grow: 1;
  margin-left: 10px;
  position: relative;
}

.itemslav {
  display: none;
}

output {
  position: absolute;
  background: #fff;
  width: 60px;
  height: 25px;
  text-align: center;
  color: #000;
  display: flex;
  flex-direction: column;
  bottom: 110%;
  left: 0;
  margin-left: -1%;
  background: #289aca;
}
output .val {
  height: 100%;
  width: 100%;
  display: block;
  border-bottom: 1px solid #289aca;
  color: #ffffff;
}
output .val_arrow {
  width: 100%;
  height: 15px;
  overflow: hidden;
  z-index: 1;
  display: block;
  position: absolute;
  bottom: -14px;
}
output .val_arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border: 1px solid #289aca;
  bottom: 10px;
  left: 25px;
  position: absolute;
  background: #289aca;
}

.price_very_wrapper {
  display: flex;
}
.price_left {
  margin-right: 35px;
}
.price_left h4 {
  line-height: 3.25rem;
}
p.price,
.calc-wrapper h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.3;
  width: 100%;

  font-family: Cuprum;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;

  color: #ff6f4c;
}
.calc-wrapper h2 {
  margin-bottom: 20px;
}
p.currency {
  padding-left: 50px;
}
p.small_text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -1px;
}
.inputs-wrapper-one {
  margin-bottom: 50px;
}
.inputs-wrapper-one-0 {
  margin-bottom: 50px;
  opacity: 0;
}
.inputs-wrapper-one-00 {
  /*margin-bottom: 50px;*/
  padding-top: 50px;
}
.header_tabs {
  margin-bottom: 50px;
  border-bottom: 1px solid #289aca;
}
.for-text-wrap p {
  padding: 5px;
}
body.home .for-text-wrap p.active,
body.home .for-text-wrap p.active + .readmore_text,
body.home .for-text-wrap p:hover {
  background: #f3f4f5;
}

.tg-primary-menu > div ul li:first-of-type ul {
  left: 0px;
}
.header_tabs a {
  padding: 0 10px;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 1.75rem;
}
.header_tabs a.active,
.header_tabs a:hover,
.header_tabs a:focus {
  background: #289aca;
  color: #fff;
  display: inline-block;
  font-size: 1.75rem;
}
.callback_request {
  display: inline-block;
  width: 300px;
  border-radius: 20px;
  background: linear-gradient(to bottom, #289aca 0%, #0d78a5 100%);
  height: 72px;
  text-align: center;
  line-height: 72px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none !important;
  margin-top: 15px;
  cursor: pointer;
}

.callback_request:hover {
  background: linear-gradient(to bottom, #0d78a5 0%, #289aca 100%);
  color: #fff !important;
}

.items-head h3,
.items-room-body {
  width: calc(100% - 431px);
}
.items-head h3 {
  background: linear-gradient(to bottom, #ff812e 0%, #f76403 100%);
  height: 87px;
  width: calc(100% - 431px);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
}
.items-head {
  display: flex;
  justify-content: space-between;
}
.items-head h3:first-of-type,
.items-room-list {
  width: 200px;
}
.items-head h3:last-of-type,
.items-room-result {
  width: 211px;
}
.items-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.items-head {
  margin-bottom: 15px;
}

.items-room-list a,
.results a {
  border-bottom: 1px solid #289aca;
  line-height: 40px;
  color: #289aca;
  text-decoration: none;
  text-align: center;
}
.results a {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.results a p {
  margin: 0;
}
.items-room-result .results,
.items-room-list,
.items-room-body {
  display: none;
}

.items-room-list.active,
.items-room-result .results.active {
  display: flex;
  flex-direction: column;
  border: 2px solid #289aca;
}
.items-room-body.active {
  display: block;
}
.items-room-list a.active,
.items-room-list a:hover,
.items-room-result .results a:hover,
.items-room-result .results #total-summ,
.items-room-result .results #total-summ-m3 {
  color: #fff;
  text-shadow: 2px 1px 1px #0e698f;
  background: linear-gradient(to bottom, #289aca 0%, #0d78a5 100%);
}
.list-of-items {
  display: none;
}
.list-of-items.active,
.list-of-items > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.list-of-items .items-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  text-shadow: 2px 1px 1px #0e698f;
  background: linear-gradient(to bottom, #289aca 0%, #0d78a5 100%);
  height: 41px;
  padding: 0 20px;
}
.list-of-items .items-head p,
.list-of-items .items-head a,
.list-of-items .items-head a:hover {
  line-height: 41px;
  color: #fff;
  margin: 0;
}
.list-of-items .items-head a {
  display: flex;
  align-items: center;
}
.list-of-items .items-head a:after {
  content: "";
  display: flex;
  width: 12px;
  height: 15px;
  margin-left: 10px;
  background: url("../img/delete-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.price_bottom.active {
  display: flex;
  justify-content: space-between;
}
.price_bottom .price_bottom_right {
  width: 215px;
}
.price_bottom .price_bottom_right a {
  display: flex;
  width: 100%;
}
.price_bottom .price_bottom_right a img {
  width: 100%;
  height: 100%;
}
.items-room-result a.call-back-btn {
  color: #fff;
  text-shadow: 2px 1px 1px #753a12;
  background: linear-gradient(to bottom, #ff812e 0%, #f76403 100%);
  border-bottom: none;
  display: flex;
  font-size: 20px;
  line-height: 25px;
}
.sizes a,
.items-room-list .sizes a {
  color: #000;
  font-size: 14px;
  margin-left: 15px;
  line-height: 56px;
}
.items-body > .sizes {
  display: none;
}
.sizes a:before,
.items-room-list .sizes a:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  border: 2px solid #000;
}
.sizes a.active:before,
.items-room-list .sizes a.active:before {
  border: 4px solid #289aca;
}
.items-room-result a.call-back-btn:hover {
  background: linear-gradient(to bottom, #f76403 0%, #ff812e 100%);
}
.list-of-items .single-item {
  display: flex;
  justify-content: flex-start;
  width: calc(50% - 8px);
  align-items: center;
  margin-bottom: 15px;
}
.list-of-items .single-item img {
  margin-right: 15px;
}
.list-of-items .single-item > p {
  color: #000;
  max-width: 120px;
}
.input-item-wrapper {
  display: flex;
  align-items: flex-start;
}
.input-item-wrapper {
  display: flex;
  align-items: baseline;
  height: 40px;
  margin-left: auto;
}
.input-item-wrapper input[type="text"] {
  width: 40px;
  height: 100%;
  border: none;
  font-size: 22px;
}
p.input-plus,
p.input-minus {
  font-size: 25px;
  font-weight: 600;
  background: #d4d2d2;
  line-height: 1;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
}

.plazhka {
  width: max-content;
  position: absolute;
  top: -88px;
  right: 0;
  z-index: 10;
}
.plazhka p {
  display: inline-block;
  background-color: #ff4e4e;
  color: #ffffff;
  text-shadow: none;
  border: 3px solid #c70000;
  border-radius: 10px;
  padding: 10px;
}
.price_right .small_text {
  display: none;
}
.price_right .img-wrap {
  display: none;
  width: 150px;
  overflow-x: hidden;
}

.price_right .img-wrap:before {
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: -10px;
}
body .tg-primary-menu .menu-primary-blog LI:first-child > a {
  width: 230px;
  border-radius: 20px 0 0 20px;
  font-size: 18px;
}
body .tg-primary-menu .menu-primary-blog LI:last-child > a {
  width: 230px;
  border-radius: 0px 20px 20px 0px;
  font-size: 18px;
}
body .tg-primary-menu .menu-primary-blog li > a {
  font-size: 18px;
}
body .tg-primary-menu .menu-primary-blog LI A {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.items-room-list select {
  display: none;
}
#comments .comments-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-page-reviews #comments .comments-list .odd {
  max-width: 500px;
  width: 48%;
}
.odd .testimonial-rating {
  float: none;
}
.one-rating {
  display: flex;
}
.block-stars {
  display: flex;
  margin-top: auto;
}
.top-right-block,
.one-rating,
.top-right-center-block {
  margin-bottom: 20px !important;
  padding: 0 30px;
}
body .top-right-block,
body label.label_rev {
  font-weight: 600;
  color: #000000;
  width: unset;
  font-size: 17px;
}
.comment-branch-link-map,
.odd .testimonial-rating {
  margin-left: 15px;
  margin-top: 0 !important;
}
body .top-right-center-block {
  float: none;
  color: #289aca;
}
.bottom-right-block {
  padding: 40px;
  box-shadow: 1px 1px 4px #828282;
  border-radius: 20px;
  flex-grow: 1;
}
.review-block {
  padding: 3px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 30px;
}
.comment-block {
  display: flex;
  flex-direction: column;
}
.rbox,
.comment-block {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.block-stars {
  padding: 20px 40px;
  box-shadow: 1px 1px 4px #828282;
  border-radius: 20px;
  background: linear-gradient(to right, #0d78a5 0%, #289aca 100%);
  display: flex;
}
.block-stars > div {
  width: 50%;
}
body .block-stars label.label_rev,
body .block-stars div {
  color: #fff;
  font-weight: 600;
}
body .block-stars label.label_rev {
  width: 120px;
}
html .page-template-page-reviews #comments .comments-list .odd {
  border: none !important;
}
body #comments-form-left-block label {
  color: #000;
  width: 170px;
}
body #comments-form-right-block,
body #comments-form-left-block,
body #comments-form textarea,
body #comments-form input,
body select#branchesForm {
  width: unset;
  float: unset;
}
body.home
  .elementor-24
  .elementor-element.elementor-element-2e52fe2
  > div
  > div {
  padding: 10px 0px 0px 0px;
}
#comments-form-left-block > p > span span {
  display: flex;
  flex-direction: column;
}
body #comments-form {
  padding-top: 0;
}
body #comments-form h4 {
  margin: 0 -30px 40px;
  background: #1987b5;
  padding: 30px 40px;
  color: #fff;
}
#comments-form p,
#comments-form #comments-form-right-block label,
#comments-form #comments-form-right-block > p {
  font-weight: 600;
  color: #000000 !important;
  font-size: 17px;
  font-family: Arial !important;
  line-height: 29px;
  margin-top: 10px;
  margin-bottom: 8px;
}
#comments-form #comments-form-right-block label {
  margin: 0;
}
#comments-form #comments-form-right-block .block_rev,
#comments-form #comments-form-right-block > p {
  margin: 10px 0 8px !important;
}
#comments-form #comments-form-right-block span.rating label {
  font-size: 0;
}
body #comments-form-left-block label {
  font-weight: 600;
}
body #comments-form-right-block {
  width: 33%;
}
body #comments-form-left-block {
  width: 67%;
}
body #comments-form-left-block label,
.label_textarea > span {
  width: calc(33% - 30px);
  margin-right: 30px;
}
.label_textarea > span label {
  width: 100%;
  margin-right: 0;
}
body #comments-form-left-block input,
body #comments-form-left-block select,
body #comments-form-left-block textarea {
  width: calc(67% - 30px);
  margin-right: 30px;
  max-width: unset;
}
body #comments-form-left-block span span label {
  width: 100%;
}
#comments-form .grippie .counter {
  display: flex;
  flex-direction: row;
}
#comments-form .grippie .counter span {
  margin: 0 5px;
}
body #comments-form-left-block textarea {
  height: 140px;
}
body #comments-form {
  background: #fff;
  box-shadow: 1px 1px 4px #828282;
  border-radius: 20px;
  border: 1px solid #dbdbdb;
}
body #comments-form input,
body #comments-form textarea,
body #comments-form select {
  border: 1px solid #dbdbdb;
}
body .select_checkpoint select#checkpoint {
  margin-bottom: 0;
}
body .select_checkpoint {
  height: 70px;
  display: flex;
  justify-content: flex-start;
  background: #1987b5;
  align-items: center;
}
body #comments a.bt_rev_top,
body #comments-form .btn a {
  margin-left: auto;
  background: linear-gradient(to bottom, #ff8c22 0%, #ea4427 100%);
  border-radius: 5px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none;
  font-size: 17px;
}
body .select_checkpoint select#checkpoint {
  background: linear-gradient(to left, #ff8c22 0%, #ea4427 100%);
  color: #fff;
  font-size: 15px;
  margin-left: 10px;
  border: none;
}
body .select_checkpoint select#checkpoint option {
  background: #ffffff;
  color: #555454;
  font-size: 15px;
}
body #comments a.bt_rev_top:hover,
body #comments a.bt_rev_top:active,
body #comments-form .btn a:hover,
body #comments-form .btn a:active {
  background: linear-gradient(to bottom, #ea4427 0%, #ff8c22 100%);
  color: #fff !important;
  margin-right: 10px;
}
body .rating_bal {
  float: left;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  width: unset;
  font-size: 20px;
  margin-left: 15px;
}
body.home .metaslider .flexslider .slides li {
  height: unset;
}
body .metaslider .flex-control-nav {
  bottom: -15px;
}
#main-mob-menu,
#site-navigation-mob {
  display: none;
}
@media (max-width: 1199px) {

  .custom_bannerhomed > div h5 {
    font-size: 22px;
  }

  .webim-button-corner {
    display: none !important;
  }
  body .elementor-24 .elementor-element.elementor-element-1221c49/*,
  body .elementor-24 .elementor-element.elementor-element-8c8a7b6*/ {
    width: 100%;
  }
  body .elementor-24 .elementor-element.elementor-element-2e52fe2 > div > div {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .mob-video {
    display: none !important;
  }
  body .custom_bannerhomed > div.boxes,
  body .custom_bannerhomed > div.delivery,
  body .custom_bannerhomed > div.bok {
    width: 48% !important;
  }

  body.home .moduletable_bannerhomed.right,
  body.home .moduletable_bannerhomed.right > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body
    .elementor-24
    .elementor-element.elementor-element-2e52fe2
    .moduletable_bannerhomefil.left
    > div:not(.custom_bannerhomefil) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* .elementor-widget-wrap div:not(.custom_bannerhomefil > div) {
    height: 100%;
  } */
  .custom_bannerhomefil {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body
    .elementor-24
    .elementor-element.elementor-element-2e52fe2
    .moduletable_bannerhomefil.left
    > div
    > div {
    width: calc(100% - 10px);
    background: unset !important;
  }
  body
    .elementor-24
    .elementor-element.elementor-element-2e52fe2
    .moduletable_bannerhomefil.left {
      width: 100%;
    }

  .moduletable_bigbutton ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
    
  .moduletable_bigbutton UL LI {
    flex: 1;
  }

  .moduletable_bigbutton UL LI A {
    width: 100% !important;
    height: 90px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;
  }

  .custom-html-widget {
    width: 100%;
  }

}
.pc-invisible {
  display: none !important;
}
div.slogan {
  display: none;
}
@media (max-width: 1023px) {
  .mob-invisible {
    display: none !important;
  }
  div.slogan {
    display: flex;
    justify-content: center;
    text-transform: capitalize;
    font-size: 21px;
    /*padding: 5px;*/
    color: #999999;
    font-family: Cuprum;
  }
  .tg-footer-widget-area.footer-sidebar-1,
  .tg-footer-widget-area.footer-sidebar-2,
  .tg-footer-widget-area.footer-sidebar-3,
  .tg-footer-widget-area.footer-sidebar-4 {
    display: none !important;
  }
  .callme_viewform {
    background-color: transparent;
    /*background-image: linear-gradient(50deg, #9ed4de 36%, #028daa 100%);*/
    color: #ffffff;
    font-size: 25px;
    line-height: 1.9em;
    letter-spacing: 0px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    height: 50px;
  }
  .callme_rmm {
    background-color: transparent;
    background-image: linear-gradient(50deg, #9ed4de 36%, #028daa 100%);
    color: #ffffff;
    font-size: 25px;
    line-height: 1.9em;
    letter-spacing: 0px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    height: 50px;
  }

  .mob-menu-wrap.pc-invisible {
    display: flex !important;
    justify-content: center;
    background: linear-gradient(to bottom, #289aca 0%, #0d78a5 100%) !important;
  }
  .mob-menu-wrap.pc-invisible a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-weight: 400;
    font-family: Cuprum;
  }
  .mob-menu-wrap.pc-invisible a.menu-toogle {
    font-weight: 600;
    padding: 0 20px;
    border-radius: 10px;
  }
  .mob-menu-wrap.pc-invisible a.menu-toogle.active {
    background: linear-gradient(to left, #ee4223 0%, #ff8e23 100%) !important;
    color: #fff;
    text-decoration: underline;
  }
  .menu-toogle a:hover {
    color: #fff;
    text-decoration: underline;
  }
  a.menu-toogle.visited {
    color: #fff;
  }
  body .tg-site-header-bottom-nav a.menu-toogle {
    font-size: 20px !important;
  }
  body .site-branding img {
    height: auto !important;
  }
  body .tg-site-header-bottom-nav .container .container-nav {
    height: unset;
    border-radius: 0;
    margin-bottom: 25px;
    position: relative;
  }
  #primary-menu {
    display: flex;
    flex-direction: column;
  }
  body .title_main_header {
    display: none !important;
  }
  .tg-site-footer-section-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tg-site-header-bottom .tg-container--flex-space-between {
    /*padding: 15px 15px 0;*/
    display: flex;
    justify-content: space-between;
  }
  body .site-branding img {
    width: 200px;
    height: 65px !important;
  }
  body .site-branding .custom-logo-link {
    margin: 0;
  }
  body .search-wrapper {
    background: #f5f5f5;
    position: absolute;
    top: 0;
    width: 100vw;
    display: none;
  }
  body
    .search-wrapper
    .tg-site-header-bottom-nav
    .container-nav
    > form
    input[type="text"] {
    background: unset;
    height: 30px;
    border: 1px solid #999;
    border-radius: 0px;
    box-shadow: unset;
    padding: 0 15px;
    background: #fff;
    width: 240px;
  }
  body
    .search-wrapper
    .tg-site-header-bottom-nav
    .container-nav
    > form
    input[type="submit"] {
    width: 30px;
    height: 30px;
    font-size: 0 !important;
    border-radius: 5px;
    background: url("../img/icons/search-glass.png") no-repeat #289aca center
      center;
  }
  body #masthead {
    /*padding-top: 40px;*/
    background-color: #fff;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    height: 120px;
    z-index: 1000;
  }
  body #main {
    padding-top: 120px;
  }
  body
    .search-wrapper
    .tg-site-header-bottom-nav
    .container-nav
    > form
    .finder_topsearch {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px 0;
  }
  body .search-wrapper .tg-site-header-bottom-nav .container-nav > form {
    width: 100%;
    height: 100%;
  }
  #main-mob-menu {
    display: flex;
  }
  #main-mob-menu .elementor-column-wrap {
    padding: 0;
  }
  #main-mob-menu #menu-menyu-mob-glavnaya {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #site-navigation,
  #site-navigation-mob {
    background: #fff;
    transition: 0.3s;
    position: absolute;
    top: 48px;
    z-index: 10000;
    right: -100%;
  }
  body .tg-primary-menu > div > ul > li > a,
  body .tg-primary-menu > div > ul > li {
    width: 100% !important;
    font-weight: 400;
    font-family: Cuprum !important;
  }
  body .tg-primary-menu > div > ul > li:hover > a {
    color: #424242 !important;
    border: unset !important;
    background: transparent;
  }
  #site-navigation > div > ul li:not(.tg-header-button-wrap) a,
  #site-navigation-mob > div > ul li:not(.tg-header-button-wrap) a {
    color: #424242;
    border-bottom: 1px solid #e9e9e9 !important;
    border-radius: 0 !important;
  }
  #site-navigation .menu-primary li.menu-item-has-children > a:after,
  #site-navigation-mob .menu-primary li.menu-item-has-children > a:after {
    border-top: 13px solid #289aca;
    height: 14px;
  }

  body #page {
    overflow: hidden;
  }
  .pc-invisible {
    display: block !important;
  }
  footer > .tg-site-footer-widgets {
    display: none !important;
  }
  .pc-invisible.phone-text {
    display: flex !important;
    justify-content: center;
    font-size: 26px;
    color: #000;
    text-decoration: none !important;
  }
  .pc-invisible.phone-text a {
    color: #000;
    text-decoration: none !important;
    font-weight: 600;
    font-family: Cuprum !important;
  }
  body .tg-primary-menu > div ul li ul {
    position: relative;
    left: unset !important;
    right: unset !important;
    width: 100%;
    background: transparent;
    border: none !important;
  }
  body .tg-primary-menu > div ul li ul li {
    border: unset;
    background: #f7f7f7;
    border-bottom: 1px solid #e9e9e9;
  }
  body .tg-primary-menu > div ul li ul.sub-menu li a {
    width: 100% !important;
    text-align: center !important;
    color: #000 !important;
    font-weight: 400;
    font-family: Cuprum !important;
  }
  #site-navigation-mob.active,
  #site-navigation.active {
    right: 0;
  }
  #site-navigation-mob.active {
    display: inline-block;
  }
  body .tg-primary-menu > div > ul > li > a {
    display: flex;
    justify-content: center;
  }
  .link_wrapper {
    width: 240px;
  }
  #site-navigation-mob .menu-primary > li:last-child {
    display: block;
  }
  #main-mob-menu #menu-menyu-mob-glavnaya li a {
    color: #fff;
    text-shadow: 2px 1px 1px #0e698f;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 20px;
    font-family: Cuprum !important;
    display: block;
  }
  #main-mob-menu #menu-menyu-mob-glavnaya li {
    padding: 10px;
    background: linear-gradient(to bottom, #289aca 0%, #0d78a5 100%);
    margin-bottom: 5px;
    text-align: center;
    box-shadow: 0px 8px 14px 0 rgba(0, 0, 0, 0.1686);
  }
  #main-mob-menu #menu-menyu-mob-glavnaya li:hover {
    background: linear-gradient(to top, #289aca 0%, #0d78a5 100%);
  }
  body .tg-primary-menu > div ul li.menu-item-has-children a:hover + ul {
    display: none;
  }
  body .tg-primary-menu > div ul li.menu-item-has-children a + ul.active {
    display: block;
  }
  body .main_header_contacts a {
    color: #999 !important;
    font-family: Cuprum !important;
  }
  body
    .search-wrapper
    .tg-site-header-bottom-nav
    .container-nav
    > form
    input[type="text"],
  body
    .search-wrapper
    .tg-site-header-bottom-nav
    .container-nav
    > form
    input[type="submit"] {
    margin-top: -25px;
  }
  .webim-button-corner {
    /*  bottom: 76px!important;*/
    width: 50% !important;
    height: 40px !important;
  }
  .webim-button-corner img {
    display: none !important;
  }
  .webim-button-corner:before {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    content: "";
    background: url("../img/big_chat.png");
    background-size: contain;
  }
  .tg-scroll-to-top {
    display: none !important;
  }
  .big_phone.pc-invisible {
    display: flex;
    /*bottom: 75px;*/
    bottom: 0px;
    left: -300px;
    position: fixed;
    width: 100px;
    height: 100px;
    transition: 0.3s;
    transition-delay: 0.5s;
    z-index: 999;
    height: 100px;
    width: 100px;
  }
  .kama_breadcrumbs {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .calc-wrapper-elements-right {
    display: none;
  }
  .webim-button-corner {
    width: 50% !important;
    height: 40px !important;
  }
  body.post-type-archive-news .content-area .itemContainer div.catItemBody {
    flex-direction: column !important;
  }
  body.post-type-archive-news
    .content-area
    .itemContainer
    div.catItemBody
    > div {
    width: 100%;
  }
  body.post-type-archive-news
    .content-area
    .itemContainer
    div.catItemBody
    > div.new-description {
    width: calc(100% - 25px);
    margin: 0;
  }
  body.post-type-archive-news
    .content-area
    .itemContainer:nth-of-type(even)
    div.catItemBody
    > div.new-description {
    margin-left: 25px;
  }
  body.post-type-archive-news
    .content-area
    .itemContainer
    div.catItemBody
    > div.catItemImageBlock {
    margin-bottom: 10px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
  }
  .items-room-list a {
    display: none;
  }
  .items-room-result a.call-back-btn {
    justify-content: center;
  }
  .items-room-list select {
    display: block;
  }
  .calc-wrapper-elements-left {
    width: 100%;
  }
  .calc-wrapper-elements {
    padding: 0 15px;
  }
  .price_right .img-wrap {
    display: block;
  }
  .price_bottom.active {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .price_very_wrapper {
    display: flex;
    flex-direction: column;
  }
  .price_very_wrapper .price_left {
    margin: 0;
  }
  .price_right .small_text {
    display: block;
  }
  .price_bottom_left > p.small_text {
    display: none;
  }
  .price_right .price,
  .price_right .currency {
    display: inline-block;
    width: unset;
  }
  .price_right p.currency {
    padding-left: 20px;
  }
  .price_right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .price_right .img-wrap {
    margin-right: 15px;
  }
  .price_left h4 {
    text-align: center;
    margin-bottom: 0;
  }
  .price_bottom_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
  .price_bottom_left .callback_request {
    /*width: 260px;*/
    height: 40px;
    line-height: 40px;
    display: none;
  }
  .calc-wrapper h2 {
    margin-bottom: 15px;
    text-align: center;
  }
  .range-wrapper {
    display: none;
  }
  .mob-input {
    display: flex;
  }
  .mob-input p.input-plus,
  .mob-input p.input-minus {
    border-radius: 0;
    width: 40px;
    height: 40px;
    background: #289aca;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .itemslav {
    display: block;
  }
  .input-val {
    border: 1px solid #289aca;
    color: #289aca;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    height: 40px;
    width: 100px;
  }
  .site-branding .custom-logo-link {
    display: block !important;
  }
  body .main_header_contacts p {
    margin-bottom: 0;
    line-height: inherit;
  }

  .big_phone.pc-invisible.active {
    left: 0;
    width: 100% !important;
    height: 40px !important;
  }
  .big_phone.pc-invisible a {
    display: block;
    width: 100%;
    height: 100%;
    /*background: url('../img/big_phone.png');*/
    background: url("/wp-content/uploads/2023/05/sklphone.jpg");
    background-size: cover;
  }
  .inputs-wrapper-one h4 {
    line-height: 40px;
    margin-right: 25px;
    margin-bottom: 0;
  }
  .inputs-wrapper-one-0 h4 {
    line-height: 40px;
    margin-right: 25px;
    margin-bottom: 0;
  }
  .inputs-wrapper-one-00 h4 {
    line-height: 40px;
    margin-right: 25px;
    margin-bottom: 0;
  }
  .plazhka {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 25px;
  }
  .header_tabs {
    margin-bottom: 0;
  }
  .inputs-wrapper[data-size="m2"],
  .inputs-wrapper[data-size="m3"] {
    margin-top: 25px;
  }
  .inputs-wrapper-one {
    margin-bottom: 0;
    margin-top: 25px;
  }
  .inputs-wrapper-one-0 {
    margin-bottom: 0;
    margin-top: -25px;
  }
  .inputs-wrapper-one-00 {
    margin-bottom: 0;
    margin-top: 25px;
  }
  .items-body {
    flex-direction: column;
  }
  .items-body,
  .items-room-body,
  .items-room-result,
  .items-room-list,
  .list-of-items .single-item {
    width: 100%;
  }
  .list-of-items .single-item {
    padding: 0 30px 0 15px;
  }
  .items-head {
    display: none;
  }
  .list-of-items > div {
    max-height: 70vh;
    overflow: auto;
    margin: 0 0 25px 0;
    max-height: 500px;
  }
  .list-of-items .items-head {
    margin-top: 25px;
  }
  .items-body > .sizes {
    display: block;
    margin-top: 30px;
  }
  .items-body > .sizes a {
    line-height: 0;
  }
  .items-room-result .sizes {
    display: none;
  }
  body .tg-primary-menu > div > ul > li > a {
    font-size: 20px !important;
  }
  body .tg-primary-menu > div ul li ul.sub-menu li a {
    font-size: 18px !important;
  }
}
@media (max-width: 640px) {
  body .main_header_contacts a {
    font-size: 20px !important;
  }
  body .site-branding img {
    width: 180px;
    height: 58px !important;
  }
  body .tg-site-header-bottom-nav a {
    font-size: 17px !important;
  }
  .webim-button-corner {
    /*width: 75px!important;*/
    /*height: 75px!important;*/
    width: 50% !important;
    height: 40px !important;
  }
  .big_phone.pc-invisible {
    /*width: 75px;*/
    /*height: 75px*/
    width: 50% !important;
    height: 40px !important;
  }
}
@media (max-width: 374px) {
  .big_phone.pc-invisible {
    width: 60px;
    height: 60px;
  }
  body .main_header_contacts a {
    font-size: 18px !important;
  }
  body .tg-site-header-bottom-nav a {
    margin: 0 5px !important;
  }
  body .site-branding img {
    width: 150px;
    height: 49px !important;
  }
  body .tg-site-header-bottom-nav a {
    font-weight: 400 !important;
  }
  body .tg-site-header-bottom-nav a.menu-toogle {
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  body .tg-primary-menu > div > ul > li > a {
    font-size: 18px !important;
  }
  body .tg-primary-menu > div ul li ul.sub-menu li a {
    font-size: 16px !important;
  }
}
.set-okrug-alert {
  position: absolute;
  background: #e9e9e9;
  border-radius: 8px;
  border: 2px solid gray;
  left: calc(50% - 200px);
  top: 110px;
  width: 280px;
  padding: 20px;
  color: #289aca;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
.set-okrug-alert .soa-cls,
.set-okrug-alert .soa-cls:hover {
  position: absolute;
  right: 7px;
  top: 2px;
  font-size: 19px;
  font-weight: bold;
  color: rgb(100, 100, 100);
  text-decoration: none;
}
.set-okrug-alert .soa-cls:hover {
  opacity: 0.8;
}
@media (max-width: 800px) {
  .set-okrug-alert {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.list-features {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-features li {
  display: inline-block;
  margin-bottom: 20px;
  box-shadow: 1px 1px 4px #828282;
  border: #fdfdfd solid 2px;
  flex: 0 0 275px;
  padding: 5px 7px;
}
.list-features li > a,
.list-features li > span,
.list-features li span.img,
.list-features li span.name {
  display: inline-block;
}
.list-features li > a,
.list-features li > a:hover {
  color: #414141;
  text-decoration: none;
}
.list-features li > a,
.list-features li > span {
  display: table-row;
}
.list-features li span.img,
.list-features li span.name {
  display: table-cell;
  vertical-align: middle;
}
.list-features li span.img,
.services-panel li {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url("img/sprite_arenda_biznes.png") no-repeat 0px 1px;
}
.list-features li span.name {
  width: 180px;
  font-size: 16px;
  line-height: 16px;
}
.list-features .f-transp span.img {
  background-position: -80px 5px;
}
.list-features .f-dostup span.img {
  background-position: -160px 5px;
}
.list-features .f-obr span.img {
  background-position: 0px -72px;
}
.list-features .f-park span.img {
  background-position: -80px -72px;
}
.list-features .f-tepl span.img {
  background-position: -160px -72px;
}
.subitem .img-container {
  display: inline-block;
}
.subitem a.img {
  display: inline-block;
  margin-bottom: 20px;
}
.subitem a.img img {
  max-width: 280px;
  max-height: 181px;
}
.subitem .info .name {
  font-size: 25px;
  font-weight: bold;
}
.subitem .marker,
.hranenie-biznes-sklad .marker {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 3px;
  width: 25px;
  height: 25px;
  background: url("img/sprite_arenda_biznes.png") no-repeat -244px -1px;
}
.subitem .name .marker {
  top: 3px;
  margin-right: 5px;
}
a.sklad-rent img {
  /* width: 160px;*/
}
a.sklad-rent:hover img {
  opacity: 0.8;
}
.hranenie-biznes-sklad .sklad-name {
  margin: 10px 10px 10px 0;
  padding: 0;
  text-transform: none;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  color: #289aca;
}
.hranenie-biznes-sklad .sklad-gallery > img,
.hranenie-biznes-sklad .sklad-gallery2 > img {
  border: #289aca solid 1px;
}
.hranenie-biznes-sklad .metaslider li > img,
.hranenie-biznes-sklad .sklad-gallery2 > img {
  height: 307px;
  box-sizing: content-box;
}
body .sklad-slider .metaslider .flexslider,
body .sklad-slider .metaslider .flexslider ul.slides,
body .sklad-slider .metaslider .flexslider ul.slides li,
body .sklad-slider .metaslider .flexslider ul.slides li img {
  border-radius: 0;
}
.sklad-params-all .pname {
  font-weight: bold;
}
.list-features-hdr {
  display: none;
  margin-bottom: 28px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 27px;
  color: white;
  background-color: #289aca;
  background: -webkit-linear-gradient(top, #289aca 0%, #0d78a5 100%);
}
@media screen and (max-width: 940px) {
  .subitem a.img img {
    max-width: 100%;
    max-height: inherit;
  }
  .subitem .img-container {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .list-features li {
    flex: 0 0 48%;
    max-width: 48%;
    padding: 5px 3px;
  }
}

@media screen and (max-width: 568px) {
  .list-features li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 3px;
  }
  .hranenie-biznes-sklad .sklad-name {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sklad-params-all .prow > div.pname {
    /* width: 37%;*/
  }
  .sklad-params-all .prow > div.pval {
    /*width: 62%;*/
  }
  #banner-aktsii-hranenie {
    font-size: 22px;
  }
  .list-features-hdr {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .new .header_tabs {
    border: 2px solid #289aca;
    border-radius: 4px;
    overflow: hidden;
  }
  .new .header_tabs .tabs {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    line-height: 29px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
  }
  .new .header_tabs .tabs:hover {
    color: unset;
  }
  .new .header_tabs .tabs.active {
    color: #fff;
  }
  .new .header_tabs .tabs.active > span {
  }
  .new .price_left {
  }
  .new .price_left .price_right {
  }
  .new .price_left .price_right .price {
  }
  .new .price_left .price_right .currency {
  }

  .list-features {
    display: block;
  }
  .list-features li {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .list-features li span.name {
    width: 100%;
  }
}

.list-features-f {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-features-f li {
  display: inline-block;
  margin-bottom: 20px;
  box-shadow: 1px 1px 4px #828282;
  border: #fdfdfd solid 2px;
  flex: 0 0 275px;
  padding: 5px 7px;
}
.list-features-f li > a,
.list-features-f li > span,
.list-features-f li span.img-f,
.list-features-f li span.name-f {
  display: inline-block;
}
.list-features-f li > a,
.list-features-f li > a:hover {
  color: #414141;
  text-decoration: none;
}
.list-features-f li > a,
.list-features-f li > span {
  display: table-row;
}
.list-features-f li span.img-f,
.list-features-f li span.name-f {
  display: table-cell;
  vertical-align: middle;
}
.list-features-f li span.img-f,
.services-panel-f li {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url("img/sprite_arenda_fiz.png") no-repeat 0px 1px;
}
.list-features-f li span.name-f {
  width: 180px;
  font-size: 16px;
  line-height: 16px;
}
.list-features-f .f-transp-f span.img-f {
  background-position: -80px 5px;
}
.list-features-f .f-dostup-f span.img-f {
  background-position: -160px 5px;
}
.list-features-f .f-obr-f span.img-f {
  background-position: 0px -72px;
}
.list-features-f .f-park-f span.img-f {
  background-position: -80px -72px;
}
.list-features-f .f-tepl-f span.img-f {
  background-position: -160px -72px;
}
.subitem-f .img-container-f {
  display: inline-block;
}
.subitem-f a.img-f {
  display: inline-block;
  margin-bottom: 20px;
}
.subitem-f a.img-f img {
  max-width: 280px;
  max-height: 181px;
}
.subitem-f .info-f .name-f {
  font-size: 25px;
  font-weight: bold;
}
.subitem-f .marker-f,
.hranenie-biznes-sklad-f .marker-f {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 3px;
  width: 25px;
  height: 25px;
  background: url("img/sprite_arenda_fiz.png") no-repeat -244px -1px;
}
.subitem-f .name-f .marker-f {
  top: 3px;
  margin-right: 5px;
}
a.sklad-rent-f img {
  /* width: 160px;*/
}
a.sklad-rent-f:hover img {
  opacity: 0.8;
}
.hranenie-biznes-sklad-f .sklad-name-f {
  margin: 10px 10px 10px 0;
  padding: 0;
  text-transform: none;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  color: #289aca;
}
.hranenie-biznes-sklad-f .sklad-gallery-f > img,
.hranenie-biznes-sklad-f .sklad-gallery2-f > img {
  border: #289aca solid 1px;
}
.hranenie-biznes-sklad-f .metaslider-f li > img,
.hranenie-biznes-sklad-f .sklad-gallery2-f > img {
  height: 307px;
  box-sizing: content-box;
}
body .sklad-slider-f .metaslider-f .flexslider-f,
body .sklad-slider-f .metaslider-f .flexslider-f ul.slides-f,
body .sklad-slider-f .metaslider-f .flexslider-f ul.slides-f li,
body .sklad-slider-f .metaslider-f .flexslider-f ul.slides-f li img {
  border-radius: 0;
}
.sklad-params-all-f .pname-f {
  font-weight: bold;
}
.list-features-f-hdr-f {
  display: none;
  margin-bottom: 28px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 27px;
  color: white;
  background-color: #289aca;
  background: -webkit-linear-gradient(top, #289aca 0%, #0d78a5 100%);
}
@media screen and (max-width: 940px) {
  .subitem-f a.img-f img {
    max-width: 100%;
    max-height: inherit;
  }
  .subitem-f .img-container-f {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .list-features-f li {
    flex: 0 0 48%;
    max-width: 48%;
    padding: 5px 3px;
  }
}
@media screen and (max-width: 568px) {
  .hranenie-biznes-sklad-f .sklad-name-f {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sklad-params-all-f .prow-f > div.pname-f {
    /* width: 37%;*/
  }
  .sklad-params-all-f .prow-f > div.pval-f {
    /*width: 62%;*/
  }
  #banner-aktsii-hranenie-f {
    font-size: 22px;
  }
  .list-features-f-hdr-f {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .list-features-f {
    display: block;
  }
  .list-features-f li {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .list-features-f li span.name {
    width: 100%;
  }
}

/*Стили Артёма*/

.popup_window {
  width: 450px;
  height: 200px;

  background-color: white;
  border: 1px solid #19749b;
  border-radius: 20px;
  position: fixed;
  left: 50%;
  margin-left: -160px;

  top: 270px;

  z-index: 10;
  padding-bottom: 15px;

  display: none;
}

.close {
  text-align: right;
  /*color: red;*/
  /*font-size:20px;*/
  padding: 15px 15px 10px 15px;
  width: 45px;
  height: 45px;
  float: right;
}

.close span {
  cursor: pointer;
}

.text {
  font-size: 20px;
  padding: 40px 24px;
  color: #19749b;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: Cuprum !important;
}

.popup_fon {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 8;
  display: none;
}

.cme-btn-text {
  text-align: center;
  line-height: 27px;
  color: #ff6c48;
  font-weight: bold;
  margin-top: 19px;
  padding-bottom: 30px;
  font-size: 20px;
  text-decoration: underline;
  cursor: pointer;
  font-family: Cuprum, sans-serif;
  letter-spacing: 0.3px;
}

.wpcf7-submit {
  border: 1px solid #ffa311;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-family: Cuprum, sans-serif;
  font-size: 20px;
  padding: 10px 40px;
  border-radius: 10px;
}

.mob-display,
.message_mob {
  display: none;
}

.img-mob {
  display: none !important;
}

@media screen and (max-width: 600px) {
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Cuprum:wght@400;500&display=swap");

  .calc-mob {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #289aca;
  }

  .calc-mob-tab {
    flex: 1;
    height: 33px;
    font-size: 16px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .custom-calc-select {
    position: relative;
    font-family: Arial;
    border: 2px solid #008da9;
    border-radius: 4px;
    height: 40px;
  }

  .custom-calc-select select {
    display: none; /*hide original SELECT element: */
  }

  .select-items {
    position: absolute;
    background-color: #fff;
    top: 110%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 150px;
    overflow: auto;
  }
  .select-items div {
    width: 100%;
    text-align: center;
    height: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
  }

  .centered-border {
    background: #f1eded;
    height: 1px !important;
    width: 87px !important;
    position: absolute !important;
    bottom: 0;
  }

  #custom-select-mounth .select-items {
    height: 165px;
  }

  .select-hide {
    display: none;
  }

  #mob_calc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px 13px;
  }

  .select-selected {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .select-selected svg {
    position: absolute;
    right: 12px;
  }

  .price_right-mob {
    border-radius: 4px;
    border: 1.5px solid #ff6b00;
    background: linear-gradient(90deg, #ff6b00 0%, #f88c29 100%);
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .price_right-mob p {
    padding: 0;
    margin: 0 !important;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .calc-wrapper-elements-left {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .support-calc {
    border-radius: 4px !important;
    border: 2px solid #1cc900 !important;
    height: 40px !important;
    color: #1cc900 !important;
    text-align: center !important;
    font-family: "Cuprum", sans-serif;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    text-decoration: none !important;
    background: #fff !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .support-calc:hover {
    color: #1cc900 !important;
    text-decoration: none;
  }

  .support-calc img {
    width: 16px;
    height: 16px;
  }

  .ads-calc img {
    height: 40px;
    width: 100%;
  }

  .mob-display {
    display: block;
  }

  .img-mob {
    display: flex !important;
    overflow: hidden;
  }

  .message_mob {
    widows: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  .message_mob p {
    color: #787878;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 11px */
  }

  .price_bottom {
    display: none !important;
  }

  #select-calc-2,
  #custom-select-mounth-1 {
    display: none;
  }

  #custom-select-mounth .select-items div:nth-child(1) {
    color: #ff6b00;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 98.028%; /* 10.783px */
    padding: 0 20px;
  }

  .calc-mob-tab:hover,
  calc-mob-tab:focus {
    color: #fff !important;
  }

  #custom-select-mounth-1 .select-items {
    height: 37px;
  }
}
