

/* Start:/bitrix/templates/skladrom/template_styles.css?175441000620523*/
/* Основные стили */

body, html {
  padding: 0px;
  font-size:13px;
  color: black; //#3E3B32;
  font-family: 'Roboto', sans-serif;
  word-break: break-word;
}

h1 {
  font-size: max(18px, 1.3vw);
}

h2 {
  font-size: max(16px, 1.2vw);
}

p {
  font-size: 14px; //max(16px, 1vw);
}

.form-control::placeholder {
  color: lightgrey;
}

.main-screen {
  margin: 0px auto;
  max-width:1300px;
}

.login-form {
  max-width:360px;
}

.cookie_block {
  bottom: 10px;
  align-items: center;
  width: min(100% - 13px, calc(1300px - 13px));
  margin: 6.5px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  transition: all 1s;
}

.cookie_notice {
  margin: 0px auto;
  border: 1px solid grey;
  //border-radius: 10px;
  max-width: 800px;
  font-size: 14px;
  background: white;
  font-weight: 300;
  transition: all 1s;
  text-align: justify;
}

.visible_cookie_block {
  visibility: visible;
  opacity: 1;
  transition: all 1s linear;
}

.top-menu {
  z-index:100;
  background: White;
}
.shadowed_menu {
  box-shadow: 0 0.4em 5px rgba(122,122,122,0.5);
  transition: all 0.5s;
}

.ui-ear {
  opacity:0.4;
}

.navbar-menu {
  width: 100%;
}

.navbar-toggler-custom {
  //height: 30px;
}

/* Гамбургер */
.visuallyHidden {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    width: 1px; 
    margin: 0px; 
    padding: 0; 
    border: 0; 
}

.hamburger {
    margin: 0px auto;
    width: 30px;
    height: 30px;
    position: relative;
}

.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 2px;
    background-color: #5B5B5B;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute; 
}

.bar1 {
    top: 0;
}
.bar2,
.bar3 {
    top: 13px;
}
.bar3 {
    right: 0;
}
.bar4 {
    bottom: 0;
}

.checkbox1:checked + label > .hamburger1 > .bar1{
    transform: rotate(45deg);
    transform-origin: 5%;
    width: 41px
}
.checkbox1:checked + label > .hamburger1 > .bar2 {
    transform: translateX(-40px);
    background-color: transparent;
}
.checkbox1:checked + label > .hamburger1 > .bar3 {
    transform: translateX(-40px);
    background-color: transparent;
 }
.checkbox1:checked + label > .hamburger1 > .bar4 {
    transform-origin: 5%;
    transform: rotate(-45deg);
    width: 41px;
}

.navbar-toggler-icon-custom {
  width: 1.8em;
  height: 1.8em; 
}

.nav-link-custom {
  font-size:20px;
  font-weight: 300;
  padding: 5px 10px;
  white-space: nowrap;
  transition: none;
}

.nav-link-custom:hover {
  background: #FF8D11;
  border-radius: 14px;
  color: white;
 }

.nav-link-cabinet {
  color: #FF8D11;
}

.nav-link-custom:hover .menu-icon {
  color: white;
 }

.nav-link-custom h4 {
  font-size:16px;
}

.dropdown-custom {
  min-width: min(100vw - 45px, 250px);
}

.cabinet_hamburger {
    margin: 0px auto;
    width: 22px;
    height: 22px;
    position: relative;
}

.cabinet_hamburger .cabinet_bar {
    padding: 0;
    width: 22px;
    height: 2px;
    background-color: #5B5B5B;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute; 
}

.cabinet_bar1 {
    top: 0;
}
.cabinet_bar2, .cabinet_bar3 {
    top: 10px;
}
.cabinet_bar3 {
    right: 0;
}
.cabinet_bar4 {
    bottom: 0;
}

.cabinet_checkbox:checked + label > .cabinet_hamburger > .cabinet_bar1{
    transform: rotate(45deg);
    transform-origin: 5%;
    width: 31px
}
.cabinet_checkbox:checked + label > .cabinet_hamburger > .cabinet_bar2 {
    transform: translateX(-40px);
    background-color: transparent;
}
.cabinet_checkbox:checked + label > .cabinet_hamburger > .cabinet_bar3 {
    transform: translateX(-40px);
    background-color: transparent;
 }
.cabinet_checkbox:checked + label > .cabinet_hamburger > .cabinet_bar4 {
    transform-origin: 5%;
    transform: rotate(-45deg);
    width: 31px;
}

.cabinet-nav-link-custom, .cabinet-section-title {
  font-size:14px;
  font-weight: 400;
  word-break: break-word;
  color:#323232;
  border-radius: 1em;
  text-decoration: none;
}

.cabinet-nav-link-custom:hover {
  background: #FF8D11;
  color: white!important;
  border-radius: 1em;
 }

.cabinet-nav-link-custom.active {
  color: black;
  font-weight: 500;
 }

.cabinet-contract-title {
  font-size: 14px;
  font-weight: 300;
  word-break: break-word;
  color:#323232;
}

.cabinet-contract-text {
  font-size:14px;
  font-weight: 500;
  white-space: nowrap;
  color:#323232;
}

.cabinet-boxcard-text {
  font-size: 16px; ;
  font-weight: 300;
  color:#323232;
}

.grid-title {
  font-size: max(14px, 1vw);
  font-weight: 600;
  word-break: break-word;
  color:#323232;
}

.grid-text {
  font-size:max(14px, 0.9vw);
  font-weight: 400;
  word-break: break-word;
  color:#323232;
}

.grid-small-text {
  font-size:max(12px, 0.85vw);
  font-weight: 300;
  word-break: break-word;
  color:#323232;
}

.payment-label {
  font-size: 14px;
  font-weight: 300;
  word-break: break-word;
//  color:#323232;
}

.payment-text {
//  font-size: 14px;
  font-weight: 400;
//  min-height: 55px !important;
//  color:#323232;
}

.payment-form{
  border-radius: 0px;
  border: 1px solid lightgrey;
  box-shadow: 0 0 5px 0px rgb(64, 64, 64, 0.5);
  width: 100%;
  max-width: 500px;
  padding: 0px;
}

.paysystem-logo {
  max-width: 50px;
  width: 100%;
  height: auto;
}

.payment-button {
 width:220px;
}

.menu-icon {
  color: #FF8D11;
  width: 1.2em;
  height: 1.2em;
}

.company-logo {
  max-height: 90px;
}

.contacts-header {
  line-height: 16px;
}

.contacts-icon {
  height: 16px;
  width: 16px;
  font-size: 16px;
  color: #EB691F;
}

.contacts-title {
  //color: darkgrey;
  font-size: 16px;
  font-weight: 400;
}

.contacts-text {
  color: Black;
  font-size: 14px;
  font-weight: 300;
}

.footer-icon {
  height: 1.2em;
  weight: 1.2em;
  color: #EB691F;
}

.carousel-picture {
  width: 100%;
  height: 450px;
}

.rounded-border {
  border-radius:  6px;
}

.carousel-caption-custom{
  width: 70%;
  left:15%;
}

.carousel-header {
  font-size: 16px;
  font-weight:500;
  text-transform: uppercase;
}

.carousel-text {
  font-size: 24px;
  font-weight:600;
  text-transform: uppercase;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
}

.carousel-caption {
   bottom: 3rem;
}

.subheader {
  display: flex;  
  align-items: flex-end;
  height: 175px;
  font-size: max(2vw, 22px);
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}

.subheader-text{
  font-size: max(2.5vw, 32px);
  font-weight: 500;
  margin-bottom: 5px;
}

.subheader-line {
    padding: 0;
    width: 100px;
    height: 7px;
    margin-bottom: 20px;
    background-color: white;
    display: block;
}

.footer-title {
  color: black;
  font-size: 16px;
  font-weight: 400;
}

.footer-text {
  color: black;
  font-size: 14px;
  font-weight: 300;
}

.social-icon {
  height:32px;
  //filter: grayscale(100%);
}

.social-icon:hover {
  //filter: none;
}

.value {
  font-size: 1.2em;
  font-weight:300;
  margin: 0px;
}

.value-card-block {
  max-width: 400px;
}
.value-card {
  box-shadow: 0.2em 0.2em 5px rgba(122,122,122,0.5);
  border-radius: 6px;
}
.value-header {
  border-radius: 6px 6px 0px 0px;
  padding: 10px 10px;
  margin: 0px;
  text-align: center;
  color: white;
}
.value-header.InfoBlock{
  background: LightGrey;
}
.value-header.YouChoose{
  background: Green;
}
.value-header.YouUse {
  background: #eb8d00;
}
.value-header.YouSure {
  background: Blue;
}
.value-detail {
  font-size: 1em;
  margin: 0px;
}
.value-detail-description{
  font-size: 0.9em;
  margin: 0px;
}
.value-detail.YouChoose {
  color: Green;
  transition: transform .8s ease-in-out;
}
.value-detail.YouUse {
  color: #eb8d00;
  transition: transform .8s ease-in-out;
}
.value-detail.YouSure {
  color: Blue;
  transition: transform .8s ease-in-out;
}

.normalSpan {
  transition: transform .8s ease-in-out;
}
.rotateSpan {
  transform: rotate(180deg);
}

.value-inner-box {
  border: 1px solid #BDA989;
  border-radius: 5px;
  padding: 5px;
  margin: 10px 10px;
  background: white;
}

.YouChooseCard {
  border: 1px solid Green;
  border-radius: 0px 0px 6px 6px;
  background: white;
}
.YouUseCard {
  border: 1px solid #eb8d00;
  border-radius: 0px 0px 6px 6px;
  background: white;
}
.YouSureCard {
  border: 1px solid Blue;
  border-radius: 0px 0px 6px 6px;
  background: white;
}

/*  Стили заголовков разделов*/
.sections-header {
  font-size: 1.5em;
  font-weight: 500;
}

/*  Стили описания преимуществ в разделе "Почему Складром" */
.why-skladrom-img {
  width: 60px;
  margin: 0px;
}

.why-skladrom-header{
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  word-break: normal;
}

.why-skladrom-detail {
  font-size: 14px;
  font-weight: 300;
  //color: grey;
  word-break: normal;
}

.why-skladrom-column {
  position: relative;
  margin: 15px;
}

.why-skladrom-column .inner-box {
  position: relative;
  height: 100%;
  background-color: #FCF9EE;
  border: 1px solid LightGrey;
  border-radius: 5px;
  padding: 0px;
  margin: 0px;
  box-shadow: 0.2em 0.2em 5px rgba(122,122,122,0.5);
}


/*  Стили описания преимуществ в разделе "Для кого" */

.forwhom-img {
  height: 70px;
  margin: 5px 0px;
}

.forwhom-header {
  font-size: 14px;
  padding: 5px 10px;
}

.forwhom-detail {
  font-size: 13px;
  padding: 5px 10px;
}

.forwhom-column {
  position: relative;
  margin: 10px 0px;
}

.forwhom-column .inner-box {
  position: relative;
  height:100%;
  margin: 0px 10px;
  background-color: #FCF9EE;
  padding: 0px;
  border: 1px solid grey;
  border-radius: 5px;
  box-shadow: 0.2em 0.2em 5px rgba(122,122,122,0.5);
}

/*  Стили описания преимуществ в разделе "Срок аренды и время работы склада */

.period-time-img {
  height: 60px;
  margin: 0px 0px;
}

.period-time-detail {
  font-size: 13px;
}

.period-time-column {
  position: relative;
  margin: 10px 0px;
}

.period-time-column .inner-box {
  position: relative;
  height: 100%;
  margin: 0px 10px;
  background-color: #FCF9EE;
  padding: 10px;
  border: 1px solid grey;
  border-radius: 5px;
  box-shadow: 0.2em 0.2em 5px rgba(122,122,122,0.5);
}

/*  Стили описания преимуществ в разделе "Виды боксов" */

.kind-of-boxes-card {
  width:250px;
}

.kind-of-boxes-img {
  max-height: 130px;
  border-radius: 6px;
  margin: 0px;
}

.kind-of-boxes-detail {
  font-size: 12px;
  font-weight: 300;
  padding: 5px;
  margin:0 0;
}

/* Стили страницы выбор бокса */

.box-card {
  border-radius: 5px;
  border: 1px solid #FF8D11;
  margin: 10px;
  background: white;
  width:250px;
  display: inline;
}

.rent-card {
  border: 1px solid #FF8D11;
  margin: 10px;
  background: white;
  width:180px;
  cursor: pointer;
  transition: all 0.3s;
}

.rent-card:has(input:checked) {
  border: 1px solid mediumseagreen;
  .rent-card-header {
    background: mediumseagreen;
   }
}

.rent-card:has(input:checked):hover {
    box-shadow: 0 0 6px mediumseagreen;
}

.rent-card:hover {
  box-shadow: 0 0 6px #FF8D11;
 }

.rent-card-header {
  padding: 0px;
  background: #FF8D11;
  border-bottom: none;
  color: white;
  height: 40px;
  transition: all 0.3s;
 }

.prolong-rent-card {
  border: 1px solid mediumseagreen;
  margin: 10px;
  background: white;
  width:170px;
}

.prolong-rent-card-header {
  padding: 0px;
  border-bottom: none;
  background: mediumseagreen;
  color: white;
 }

.prolong-key-card {
  border: 1px solid #FF8D11;
  margin: 10px;
  background: white;
  width: auto;
}

.box-card:hover {
  box-shadow: 0 0 12px #FF8D11;
 }

.box-card.rent-finished:hover {
  box-shadow: 0 0 12px grey;
 }

.box-card-header {
  padding: 0px;
  background: #FF8D11;
  color: white;
  font-size: 16px;
  font-weight: 300;
  min-height: 40px;
 }

.box-card-subheader {
  font-weight: 300;
 }

.box-card-header.rent-finished {
  background: grey;
 }

.box-card-footer{
  padding: 0px;
  border-radius: 0 0 5px 5px;
  font-weight: 300;
 }

.box-card-footer.rent-finished {
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
 }

.box-card-body {
  padding: 0px;
  border-left: 1px solid #FF8D11;
  border-right: 1px solid #FF8D11;
  border-bottom: 1px solid lightgrey;
 }

.box-card-body.rent-finished {
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
 }

.box-card-body.total {
  background: #fcfcee;
  color: black;
 }

.box-card-params-innerbox {
  padding: 0px;
  border-right: 1px solid lightgrey;
  }

.box-card-text {
  color: grey;
  margin: 0px 5px 0px 5px;
  padding: 3px 0px 0px 0px;
  font-size: max(1.1em, 12px);
 }
.box-card-text.subtext {
  padding: 0px 0px 0px 0px;
 }

.box-card-badprice {
  color: grey;
  font-weight: 300;
  font-size: max(1.1em, 12px);
  display: inline-flex;
}

.striked-text {
  white-space:pre;
  position:relative;
  display:inline-block;
}

.striked-text:after{
  content:"";
  display:block;
  position:absolute;
  left:0;
  top:50%;
  width:100%;
  height:0;
  border-bottom:1px solid orangered;
  transform:rotate(-10deg);
}

.box-card-boldtext {
  font-weight: 500;
}
.box-card-bluetext {
  color: blue;
}
.box-card-control {
  font-size: 14px; //max(1.3vw, 16px);
}

.box-card-label {
  font-size: 14px; //max(1.3vw, 16px);
}

.box-card-hitext {
  font-size: 1.2em;
}

.box-card-greentext {
  color: green;
}

.box-card-text.price {
  color: black;
  font-size: 1em;
 }

.box-card-totaltext {
  font-size: 1.1em;
 }

.box-card-discounttext {
  font-size: 0.9em;
 }

.box-card-user-consent {
  font-size: 0.9em;
 }

/* Форма заказа*/
.dropdown-item.active, .dropdown-item:active {
  background: #28a745;
}

.dropdown-button {
  width:100%;
}

.order-form-modal {
  min-height: 500px;
 }

.order-form-header {
  //background: #FF8D11;
  background: none;
  color: #FF8D11;
  font-size:max(16px, 1vw);
  font-weight: 300;
}

.order-form-text {
  font-size: 14px;
}

.small-form-label {
  font-size:11px;
  color: Grey;
}

/*  Стили  раздела "Выбор бокса" (старый) */

.select-box {
  font-size:18px;
}

.select-box .captions {
  color: Black;
}

.select-box .boxcategorydescr {
  font-size:16px;
  color: SaddleBrown;
  /*font-weight: bold;*/
}

.select-box-img {
  max-width: 100%;
  max-height:250px;
}

.select-box .price-inner-box {
  position: relative;
  border: 1px solid lightgrey;
  border-radius: 3px;
  /*box-shadow: 0.2em 0.2em 5px rgba(122,122,122,0.5);*/
  min-height: 70px;
}

.select-box .base-price {
  color:grey;
  font-size:16px;
  text-decoration:line-through;
  white-space: nowrap;
  font-family: 'PT Sans', sans-serif;
}
.select-box .discounted-price {
  color:green;
  font-size:20px;
  white-space: nowrap;
  font-family: 'PT Sans', sans-serif;
 }

.rubl {
  font-family: 'PT Sans', sans-serif;
 }
.rubl:after {
	content: ' \20BD';
}

/* Стили подвала */
.footer-section {
  /*background: #e6ded1;*/
}

.footer-section h3 {
  font-size: 14px;
  font-weight: bold;
}

/*  Стили элементов форм  */

.slidecontainer {
    width: 100%;
}

/* Слайдер (линия) */
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

 /* Значок слайдера */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #FF6608;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FF6608;
    cursor: pointer;
}

.scrollup{
  width:60px;
  height:60px;
  opacity:0.6;
  position:fixed;
  bottom: 35px;
  left: 35px;
  display:none;
  text-indent:-9999px;
  background: url(/images/icons/upper.png) no-repeat center center; 
  background-size: cover;
  z-index: 900;
}

.loginFormHeader {
  background: none;
}
.loginFormTitle {
  color: #FF8D11;
  font-size: 20px;
  font-weight: 300;
}

.loginFormCaption {
  font-size:max(16px, 0.8vw);
  word-break: break-word;
  font-weight: 300;
}

.loginFormTimerCaption {
  font-size:max(12px, 0.8vw);
  color: blue;
  word-break: break-word;
  font-weight: 300;
}

.loginFormText {
  font-size:max(18px, 0.9vw);
  word-break: break-word;
  font-weight: 500;
}

.banner-row {
  flex-wrap: nowrap;
  overflow: hidden;
  height: 80px;
  margin-bottom: 10px;  
}

.banner-item {
  height: 100%;
}

.banner-box {
  position: relative;
  //background: oldlace;
  border: 1px solid #FF8D11;
  border-radius: 6px;
  flex: none;
  height: 100%;
  width: 100%;
 }

.banner-inner-text {
  padding:10px;
}

.banner-header {
  color: #FF8D11;
  font-weight: 300;
  font-size:1.1em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;}

.banner-text {
  font-size:12px;
  font-weight: 300;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.banner-image  {
  max-height: 60px;
  max-width: 60px;
  border-radius:6px;
}

.news-list-image  {
  max-height: 35px;
  width: 35px;
  border-radius:4px;
}

.climate-row {
  position: relative;
  height: 80px;
  margin-bottom: 10px!important;
}

.climate-box {
  border: 1px solid #FF8D11;
  border-radius:6px;
  background: oldlace;
  height: 100%;
  overflow: hidden;
}

.climate-header {
  font-size: 18px;
  font-weight: 300;
  color: #3E3B32;
}

.climate-text-row {
  //color: grey;
  width: 100%; 
  font-weight: 300;
}

.climate-text {
  font-size: 20px;
  font-weight: 300;
  //color: DimGrey;
}

.main-screen-news {
  font-size: 12px;
  text-decoration: none;
}

.main-screen-news-block {
  border: 1px solid #FF8D11;
  height: 270px;
}
@media min-width(576px){
  height: auto;
}

.news-item {
  font-weight: 300;
}

.news-detail-image {
    border-radius: 5px;
    box-shadow: 0 0 10px 0px rgb(64, 64, 64, 0.5);
}

.banner-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.banner-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.photo-column {
  height:auto; 
  cursor:pointer;
}

.form-check-input-custom {
  height: 18px;
  width: 30px !important;
}

.custom-tooltip {
  --bs-tooltip-bg: #FFFAD9;
  --bs-tooltip-color: #3E3B32;
  --bs-tooltip-opacity: 1;
}

.admin_settings_form {
  border: 1px solid grey;
  border-radius: 10px;
  background: moccasin;
}

.rents-table {
  max-width: 500px;
 }

.animated_collapse {
 transition: all 0.5s ease 0s;
}

.custom-checkbox {
  width: 16px;
  height: 16px;
  border-color: grey;
  cursor: pointer;
  transition: all 0.3s;
}

.custom-checkbox:checked {
  background-color: green;
  border-color: green;
}

.black-checkbox {
  border-color: black;
  cursor: pointer;
}

.black-checkbox:checked {
  background-color: black;
  border-color: black;
}

.flowup-window {
  border: none!important;;
  max-width: 500px;
  margin: auto;
  padding: 0;
  background: none;
  color:#323232;
  transition: all 0.5s;
}

.flowup-window-header {
  border-radius: 6px 6px 0 0;
  //background: #FF8D11;
  background: white;
  //color: white;
  font-size: 16px;
  font-weight: 300;
  min-height: 50px;
 }

.flowup-window-body {
  background: white;
 }

.large-spinner {
  width: 60px;
  height: 60px;
}

.floating-placeholder {
  color: grey;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  font-size:0.85rem;
  background: none;
  transform: translateY(-.8rem);
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    background-color: transparent;
 
.user-icon {
  color: #FF8D11;
}

/* End */
/* /bitrix/templates/skladrom/template_styles.css?175441000620523 */
