html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
}

input,
textarea,
button {
  outline: 0;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #EDEDED;
  padding: 0;
  margin: 5px 0;
}

input,
select {
  vertical-align: middle;
}

/*USERS STYLES*/

address {
  font-style: normal;
}

li {
  list-style: none;
}

.hidden {
  display: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.webp) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

a,
p,
span {
  color: #4e4e4e;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4e4e4e;
  background: #fff;
  line-height: 19px;
  overflow-x: hidden;
}

input,
textarea,
select {
  font-family: "Raleway", sans-serif;
}

textarea {
  font-family: 'Unbounded', sans-serif;
}

section {
  overflow: hidden;
}

.row {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  font-family: 'Unbounded', sans-serif;
}

.text-block p {
  max-width: 560px;
}

.map {
  position: relative;
  min-height: 100vh;
}

.map .search-move {
  position: absolute;
  right: 40px;
  top: 20px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 4px 0 #0000000A;
  border-radius: 4px;
  z-index: 1;
}

.map .search-move input {
  display: none;
}

.map .search-move input:checked ~ label:before {
  content: url("../img/icon/check.svg");
}

.map .search-move label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #4E4E4E;
}

.map .search-move label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #004332;
}
.city-list {
    position: absolute;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    width: 400px;
    z-index: 999;
    left: 95px;
    top: 68px;
    border-radius:0 0 5px 5px;
}

.city-list div {
    padding: 8px;
    cursor: pointer;
}

.city-list div:hover {
    background-color: #f1f1f1;
}
.map .map-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  max-width: 660px;
  height: 100vh;
  z-index: 1;
  background: #F8F8FA;
  box-shadow: 0 0 15px 0 #00000033;
}

.map .map-search.on {
  background: transparent;
  max-height: 134px;
  z-index: 2;
  min-height: auto;
  box-shadow: none
}

.map .map-search .form {
  background: #004332;
  padding: 15px 15px 15px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  width: 100%;
}

.map .map-search .form .icon {
  position: absolute;
  left: 100px;
  top: 38px;
}


.map .map-search .form input {
  background: #fff;
  padding-left: 40px;
  border-radius: 4px;
  border: none;
  outline: none;
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  width: 100%;
}

.map .map-search .form input::placeholder {
  color: #717171;
}

.map .map-search .form button {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #22B714;
  padding: 13px 43px;
  box-shadow: 0 0 4px 0 #0000000A;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
}

.map .map-search .search-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.map .map-search .search-block .show-map {
  display: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #004332;
  background: #fff;
  padding: 8px 9px;
  border: 1px solid #004332;
  border-radius: 4px;
  cursor: pointer;
}

.map .map-search .search-block .info b {
  color: #004332;
  margin-right: 7px;
}

.map .map-search .search-block .info > span {
  font-weight: 600;
  font-size: 15px;
}

.map .map-search .search-block .filter {
  box-shadow: 0 0 4px 0 #0000001A;
  background: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 13px;
  font-size: 14px;
  padding: 10px 20px 10px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.map .map-search .map-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 15px;
}

.map .map-search .map-list.on {
  display: none;
}

.map .map-search .map-list .map-item {
  width: calc(100%/2 - 5px);
  background: white;
  border: 1px solid #F8F8FA;
  box-shadow: 0 0 8px 0 #0000001A;
  padding: 5px 10px 5px 5px;
  border-radius: 3px;
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.map .map-search .map-list .map-item:hover,
.map .map-search .map-list .map-item:active {
  border: 1px solid #22B714;
}

.map .map-search .map-list .map-item div {
  width: 100%;
}

.map .map-search .map-list .map-item img {
  max-width: 100px;
  height: 130px;
  object-fit: cover;
  border-radius: 3px;
}

.map .map-search .map-list .map-item b {
  font-weight: 600;
  font-size: 15px;
}

.map .map-search .map-list .map-item address {
  font-size: 14px;
  font-weight: normal;
  padding: 2px 0 9px;
}

.map .map-search .map-list .map-item ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.map .map-search .map-list .map-item ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F4F4F4;
  padding: 2px 5px;
  font-size: 15px;
}

.map .map-search .map-list .map-item ul li:last-child {
  border: none;
}

.map .map-search .map-list .map-item ul li b {
  color: #777777;
}

.map .map-search .map-list .map-item ul li bdi {
  font-weight: 600;
  line-height: 18px;
}

.map .map-search .map-list .map-item ul li bdi span {
  font-size: 12px;
}

.map #map {
  width: calc(100vw - 600px);
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}

.storage {
  background: #F8F8FA;
  padding-top: 90px;
}

.storage header {
  height: 60px;
  padding: 0;
}

.storage header .row {
  justify-content: center;
}

.storage header .logo img {
  max-width: 206px;
  width: 100%;
}

.storage .breadcrumbs {
  gap: 15px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}

.storage .breadcrumbs a {
  color: #004332;
}

.storage .main-info {
  display: flex;
  gap: 90px;
}

.storage .main-info .image-block {
  display: flex;
  gap: 20px;
  max-width: 660px;
}

.storage .title-block {
  max-width: 550px;
}

.storage .title-block h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: #000000;
}

.storage .title-block .location {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 0 30px;
}

.storage .title-block p {
  font-size: 15px;
  line-height: 18px;
}

.storage .title-block .info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 18px;
  padding: 33px 0 70px;
}

.storage .title-block .info-list div {
  gap: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  width: calc(100%/2 - 9px);
}

.storage .title-block .show-map {
  text-align: right;
  color: #004332;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  display: block;
}

.storage .title-block .map-block {
  position: relative;
  box-shadow: 0 0 8px 0 #0000001A;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 14px;
  max-height: 240px;
}

.storage .title-block .map-block .time-work {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 195px;
  background: #fff;
  height: 100%;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.storage .title-block .map-block .time-work > b {
  font-size: 15px;
  margin-bottom: 6px;
}

.storage .title-block .map-block .time-work > div {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}

.storage .title-block .map-block .time-work > div time {
  margin-left: 12px;
}

.storage .step-list {
  padding-top: 125px;
  gap: 60px;
  justify-content: center;
}

.storage .step-list .step-item {
  position: relative;
  max-width: 240px;
}

.storage .step-list .step-item:first-child mark {
  left: -35px;
  bottom: 10px;
}

.storage .step-list .step-item mark {
  font-size: 68px;
  line-height: 84px;
  color: #fff;
  font-family: 'Unbounded', sans-serif;
  position: absolute;
  left: -40px;
  bottom: 20px;
  z-index: -1;
  font-weight: 900;
}

.storage .step-list .step-item b {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  font-weight: 600;
}

.storage .step-list .step-item p {
  margin-top: 9px;
  font-size: 14px;
  line-height: 16px;
}

.storage .boxes {
  padding-top: 95px;
}

.storage .boxes .title {
  margin-bottom: 10px;
}

.storage .boxes .boxes-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
}

.storage .boxes .boxes-list .form-box {
  display: none;
  border-top: 1px solid #22B714;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  padding-top: 30px;
  max-width: 1100px;
  background: #fff;
  margin-top: -20px;
}

.storage .boxes .boxes-list .form-box.on {
  display: block;
}

.storage .boxes .boxes-list .form-box .form-title {
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  font-weight: 600;
  padding-left: 40px;
}

.storage .boxes .boxes-list .form-box form {
  margin: 30px 40px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 45px;
}

.storage .boxes .boxes-list .form-box form label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  line-height: 16px;
  width: calc(100% / 3 - 30px);
}

.storage .boxes .boxes-list .form-box form label input {
  font-size: 15px;
  background: #F8F8FA;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 12px 10px;
  width: 100%;
  height: 42px;
  color: #000000;
  outline: none;
}

.storage .boxes .boxes-list .form-box form label input::placeholder {
  color: #717171;
}

.storage .boxes .boxes-list .form-box form .button-list {
  width: 100%;
  display: flex;
  margin-top: 15px;
  gap: 8px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.storage .boxes .boxes-list .form-box form .button-list .cancel {
  background: #4e4e4e;
  padding: 11px 38px;
  border-radius: 4px;
  cursor: pointer;
}

.storage .boxes .boxes-list .form-box form .button-list button {
  border: none;
  outline: none;
  background: #22B714;
  padding: 11px 104px;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.storage .boxes .boxes-list .form-box .info {
  padding: 20px 40px;
  background: #EAEAEA;
  font-size: 14px;
  line-height: 16px;
}

.storage .boxes .boxes-list .form-box .info a {
  font-weight: 700;
  color: #004332;
}

.storage .boxes .boxes-list .boxes-item {
  display: flex;
}

.storage .boxes .boxes-list .boxes-item .item-info {
  background: #fff;
  border-radius: 4px 0 0 4px;
  padding: 20px 40px 20px 30px;
  display: flex;
  gap: 33px;
  width: 930px;
}

.storage .boxes .boxes-list .boxes-item .item-info img {
  width: 110px;
  height: auto;
}

.storage .boxes .boxes-list .boxes-item .item-info .size {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 13px;
}

.storage .boxes .boxes-list .boxes-item .item-info .size b {
  font-size: 16px;
  line-height: 19px;
  padding: 3px 10px;
  border-radius: 3px;
  background: #F8F8FA;
  color: #000000;
}

.storage .boxes .boxes-list .boxes-item .item-info .size h4 {
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  color: #000000;
}

.storage .boxes .boxes-list .boxes-item .item-info p {
  max-width: 710px;
}

.storage .boxes .boxes-list .boxes-item .item-info p b {
  font-weight: 600;
}

.storage .boxes .boxes-list .boxes-item .button {
  background: #fff;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: flex-start;
  padding-right: 18px;
}

.storage .boxes .boxes-list .boxes-item .button.on {
  padding-right: 0;
}

.storage .boxes .boxes-list .boxes-item .button.on .item-price {
  margin-right: 0;
}

.storage .boxes .boxes-list .boxes-item .button.on .reserve {
  display: none;
}

.storage .boxes .boxes-list .boxes-item .button .cancel {
  background: #4E4E4E;
  color: #fff;
  padding: 11px 38px;
  border-radius: 4px;
  display: none;
  cursor: pointer;
  font-weight: bold;
  margin: auto;
  margin-right: 0;
}

.storage .boxes .boxes-list .boxes-item .button .item-price {
  text-align: right;
  padding: 18px 36px 0 0;
  height: 100%;
  border-right: 4px solid #f8f8fa;
  margin-right: 18px;
}

.storage .boxes .boxes-list .boxes-item .button .item-price p {
  min-width: 134px;
}

.storage .boxes .boxes-list .boxes-item .button .item-price bdi {
  display: block;
  margin-top: 15px;
  font-size: 28px;
  line-height: 33px;
  color: #000000;
}

.storage .boxes .boxes-list .boxes-item .button .reserve {
  margin: auto;
  color: #fff;
  background: #004332;
  border-radius: 4px;
  font-weight: bold;
  padding: 11px 26px;
  cursor: pointer;
}

.storage .boxes .boxes-list .boxes-item .button .reserve:hover {
  opacity: 0.8;
}

.storage .boxes .boxes-list .boxes-item .button .reserved {
  margin: auto;
  color: #DF0000;
  border: 1px solid #FF0000;
  border-radius: 4px;
  padding: 11px 47px;
  cursor: not-allowed;
}

.storage .box-near {
  padding: 100px 0;
}

.storage .box-near .near-list {
  padding-top: 40px;
}

.storage .box-near .near-list .owl-nav {
  margin-top: 10px;
  position: absolute;
  right: 0;
  top: -65px;
  display: flex;
  gap: 7px;
}
.storage .box-near .near-list .owl-nav.disabled{
    display: none;
}
.storage .box-near .near-list.owl-carousel .owl-nav button.owl-next,
.storage .box-near .near-list.owl-carousel .owl-nav button.owl-prev {
  margin: 0;
  padding: 23px !important;
}

.storage .box-near .near-list:before {
  content: '';
  width: 50%;
  height: 222px;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: -20%;
  visibility: visible !important;
  z-index: 1;
}

.storage .box-near .near-list.owl-carousel .owl-stage-outer {
  overflow: visible;
  position: relative;
}

.storage .box-near .near-list.owl-carousel .owl-stage-outer:after {
  content: '';
  width: 100%;
  height: 320px;
  background: #f8f8fa;
  position: absolute;
  left: -100%;
  top: -10px;
  visibility: visible !important;
}

.storage .box-near .near-list .near-item {
  background: white;
  border: 1px solid #F8F8FA;
  box-shadow: 0 0 8px 0 #0000001A;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 4px;
  display: flex;
  gap: 20px;
}

.storage .box-near .near-list .near-item div {
  width: 100%;
}

.storage .box-near .near-list .near-item img {
  max-width: 156px;
  min-height: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 3px;
}

.storage .box-near .near-list .near-item b {
  font-weight: 600;
  font-size: 15px;
}

.storage .box-near .near-list .near-item address {
  font-size: 14px;
  font-weight: normal;
  padding: 2px 0 26px;
}

.storage .box-near .near-list .near-item ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.storage .box-near .near-list .near-item ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F4F4F4;
  padding: 3px 5px;
}

.storage .box-near .near-list .near-item ul li b {
  color: #777777;
}

.storage .box-near .near-list .near-item ul li bdi {
  font-weight: 600;
  line-height: 18px;
}

.storage .box-near .near-list .near-item ul li bdi span {
  font-size: 12px;
}

.storage .booking {
  padding-top: 100px;
}

.storage .booking .text-block {
  text-align: center;
}

.storage .booking .text-block p {
  margin: 20px auto 0;
}

.storage .booking .booking-block {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.storage .booking .booking-block .booking-form {
  background: #fff;
  border-radius: 4px;
  padding: 30px 50px 35px;
  max-width: 770px;
}

.storage .booking .booking-block .booking-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 45px;
}

.storage .booking .booking-block .booking-form form label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  line-height: 16px;
  width: calc(100% / 2 - 23px);
}

.storage .booking .booking-block .booking-form form label input,
.storage .booking .booking-block .booking-form form label select {
  font-size: 15px;
  background: #F8F8FA;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 12px 10px;
  min-width: 100%;
  height: 42px;
  color: #000000;
  outline: none;
}

.storage .booking .booking-block .booking-form form label input::placeholder,
.storage .booking .booking-block .booking-form form label select::placeholder {
  color: #717171;
}

.storage .booking .booking-block .booking-form form label option[default] {
  display: none;
}

.storage .booking .booking-block .booking-form form button {
  border: none;
  outline: none;
  background: #004332;
  padding: 11px 85px;
  border-radius: 4px;
  margin-top: 15px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.storage .booking .booking-block .booking-form form button:hover{
    opacity: .8;
}
.form-info{
    line-height: 50px;
    text-align: center;
}

.storage #sync2 {
  max-width: 110px;
}

.storage #sync2 .owl-item{
    min-width: 110px;
}
.storage #sync2 .owl-stage {
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: none !important;
}

.storage #sync2 .active:not(.current) img {
  border: 1.5px solid #004332;
}

.storage #sync2 .owl-item img {
  border-radius: 3px;
  height: 100%;
  object-fit: cover;
}

.storage #sync2 .item {
  width: 110px;
  height: 110px;
}

.storage #sync1 {
  max-height: 600px;
  border-radius: 4px;
  overflow: hidden;
}

.storage #sync1 .item {
  max-width: 530px;
}
.storage #sync1 .item img{
 min-height: 600px;
 object-fit: cover;
}
header {
  padding: 10px 0;
  transition: top 1s ease;
  top: 0;
  position: fixed;
  z-index: 9999;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background: #fff;
  height: 80px;
}

header .row {
  align-items: center;
}

header .row .menu{
    margin-left: auto;
}

header .logo img {
  max-width: 56px;
  display: flex;
}

header .menu.on {
  display: flex;
  position: absolute;
  width: 100vw;
  z-index: 1;
  top: 80px;
  left: 0;
  background: #fff;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

header .menu ul {
  display: flex;
  gap: 60px;
}

header .menu ul li a {
  font-size: 15px;
  line-height: 18px;
  color: #4e4e4e;
  font-weight: 600;
  word-break: keep-all;
  white-space: nowrap;
}

header .menu ul li.active a,
header .menu ul li:hover a {
  font-weight: 800;
  color: #004332;
}

header .m-menu {
  width: 21px;
  height: 21px;
  cursor: pointer;
  display: none;
}

header .m-menu.on span {
  background: transparent;
  margin: -5px 0 0;
}

header .m-menu.on span:before,
header .m-menu.on span:after {
  margin-top: 0;
  width: 21px;
  top: 13px;
  transform: rotate(45deg);
  z-index: 1;
}

header .m-menu.on span:after {
  transform: rotate(-45deg);
}

header .m-menu span {
  width: 21px;
  height: 3px;
  display: block;
  position: relative;
  border-radius: 20px;
  background: #4e4e4e;
  transition: all 0.27s ease-in-out;
  margin: auto;
}

header .m-menu span:before {
  content: '';
  position: absolute;
  left: 0;
  width: 21px;
  height: 3px;
  margin-top: 6px;
  border-radius: 20px;
  background: #4e4e4e;
  transition: all 0.27s ease-in-out;
}

header .m-menu span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 21px;
  height: 3px;
  margin-top: -6px;
  background: #4e4e4e;
  border-radius: 20px;
  transition: all 0.27s ease-in-out;
}

section.hero {
  position: relative;
  min-height: 960px;
  padding-top: 210px;
}

section.hero .title-block {
  font-family: 'Unbounded', sans-serif;
  z-index: 1;
  position: relative;
}

section.hero h1 {
  max-width: 800px;
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
}

section.hero h1 dotlottie-player{
    position: relative;
    display: inline-block;
    top: 6px;
}

section.hero h1 span {
  color: #22B714;
}

section.hero .img {
  position: absolute;
  right: 115px;
  top: 130px;
}

section.hero .links {
  padding-top: 90px;
  display: flex;
  gap: 36px;
}

section.hero .links a {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}

section.hero .links a:after {
  content: url("../img/icon/arrow.svg");
  padding-left: 10px;
}

section.hero .advantages {
  max-width: 1368px;
  margin: 150px auto 0;
  padding: 50px 42px 42px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 24px;
}

section.hero .advantages .text-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 240px;
  margin-bottom: 60px;
}

section.hero .advantages .icon-block {
  display: flex;
  gap: 15px;
}

section.hero .advantages .icon-block .icon-item:nth-child(3),
section.hero .advantages .icon-block .icon-item:nth-child(4) {
  background: none;
  padding: 35px 0 0 0;
}

section.hero .advantages .icon-block .icon-item:nth-child(3) div,
section.hero .advantages .icon-block .icon-item:nth-child(4) div {
  margin-top: -17px;
  background: #F8F8FA;
  padding: 18px 14px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
}

section.hero .advantages .icon-block .icon-item {
  background: #F8F8FA;
  border-radius: 4px;
  width: calc(100%/5);
  padding: 35px 14px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
  gap: 17px;
}

section.hero .advantages .icon-block .icon-item b {
  color: #000000;
  padding: 0 15px;
}

section.hero .advantages .icon-block .icon-item p {
  font-size: 14px;
}

section.hero .advantages .icon-block .icon-item img {
  margin-bottom: 17px;
}

section.hero:after {
  content: '';
  width: 100%;
  height: 740px;
  background: linear-gradient(180deg, rgba(224, 243, 222, 0) 0%, #E0F3DE 62.95%);
  position: absolute;
  bottom: 140px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 70%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 70%);
  left: 0;
  z-index: -1;
}

section#box {
  padding-top: 90px;
}

section#box .text-block {
  text-align: center;
}

section#box .text-block p {
  margin: 17px auto 0;
}

section#box .box-list {
  margin-top: 60px;
  display: flex;
  gap: 20px;
}

section#box .box-list .box-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(100%/3 - 10px);
}

section#box .box-list .box-item h4 {
  font-size: 24px;
  line-height: 30px;
  color: #004332;
  font-family: 'Unbounded', sans-serif;
  font-weight: normal;
}

section#box .box-list .box-item img {
  margin: 0 auto 28px;
}

section#box .box-list .box-item .size {
  display: flex;
  gap: 12px;
}

section#box .box-list .box-item .size b {
  font-size: 14px;
  line-height: 16px;
  padding: 3px 10px;
  border-radius: 3px;
  background: #F8F8FA;
  color: #4e4e4e;
}

section#box .box-list .box-item b {
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  font-family: 'Unbounded', sans-serif;
}

section#box .box-list .box-item p {
  font-size: 14px;
  line-height: 22px;
}

section.type {
  padding-top: 165px;
  position: relative;
}

section.type:after {
  content: '';
  width: 100%;
  height: 775px;
  background: linear-gradient(180deg, rgba(224, 243, 222, 0) 0%, #E0F3DE 62.95%);
  position: absolute;
  top: -10px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
  left: 0;
  z-index: -1;
}

section.type .text-block p {
  margin-top: 17px;
}

section.type .type-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
  padding: 70px 0 170px;
}

section.type .type-list .type-item {
  width: calc(100%/3 - 20px);
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

section.type .type-list .type-item b {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 10px;
  display: block;
}

section.type .type-list .type-item p {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  padding-right: 20px;
}

section.type .forbidden .text-block {
  text-align: right;
}

section.type .forbidden .text-block p {
  margin-left: auto;
}

section.type .forbidden .forbidden-list {
  display: flex;
  margin-top: 70px;
  padding-bottom: 10px;
}

section.type .forbidden .forbidden-list > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}

section.type .forbidden .forbidden-list .forbidden-item {
  padding: 20px;
  border: 1px solid #FFDDDD;
  box-shadow: 0 0 6.3px 0 #FF00002E;
  border-radius: 4px;
  background: #fff;
  width: calc(100%/3 - 20px);
  min-height: 168px;
}

section.type .forbidden .forbidden-list .forbidden-item .title-icon {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

section.type .forbidden .forbidden-list .forbidden-item b {
  color: #000000;
  padding-top: 6px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  max-width: 207px;
  text-align: right;
}

section.type .forbidden .forbidden-list .forbidden-item p {
  padding-top: 24px;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}

section.type .forbidden .forbidden-list > .forbidden-item {
  max-width: 310px;
  justify-content: center;
  width: auto;
}

section.type .forbidden .forbidden-list > .forbidden-item b {
  text-align: center;
  max-width: none;
}

section.review {
  padding: 140px 0;
}

section.review .text-block p {
  margin-top: 17px;
}

section.review .review-slider {
  margin-top: 75px;
  position: relative;
}

section.review .review-slider .owl-nav {
  margin-top: 10px;
  position: absolute;
  right: 0;
  top: -110px;
  display: flex;
  gap: 7px;
}

section.review .review-slider.owl-carousel .owl-nav button.owl-next,
section.review .review-slider.owl-carousel .owl-nav button.owl-prev {
  margin: 0;
  padding: 23px !important;
}

section.review .review-slider:before {
  content: '';
  width: 50%;
  height: 260px;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: -20%;
  visibility: visible !important;
  z-index: 1;
}

section.review .review-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
  position: relative;
}

section.review .review-slider.owl-carousel .owl-stage-outer:after {
  content: '';
  width: 100%;
  height: 260px;
  background: #fff;
  position: absolute;
  left: -100%;
  top: 0;
  visibility: visible !important;
}

section.review .review-slider .only-active .review-item {
  border: 1px solid #22B714;
  background: #fff;
}

section.review .review-slider .review-item {
  background: #F8F8FA;
  padding: 10px 16px 20px 10px;
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  min-height: 260px;
}

section.review .review-slider .review-item img {
  width: auto;
}

section.review .review-slider .review-item p {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 0 10px 0 15px;
}

section.review .review-slider .review-item .flex {
  margin-top: auto;
  justify-content: space-between;
  width: 100%;
  padding-left: 10px;
}

section.review .review-slider .review-item .stars {
  display: flex;
  gap: 2px;
}

section.review .review-slider .review-item > span {
  font-family: 'Unbounded', sans-serif;
  position: absolute;
  right: 16px;
  top: 26px;
  font-size: 14px;
  font-weight: 600;
}

footer {
  background: #F8F8FA;
  padding: 40px 0 50px;
}

footer .flex {
  gap: 65px;
  align-items: flex-start;
}

footer .flex .logo {
  width: 265px;
}

footer .social {
  display: none;
  gap: 9px;
  margin-top: 30px;
}

footer hr {
  border-color: #22B714;
  margin: 38px auto;
  max-width: 1330px;
}

footer .column:not(:nth-child(2)) {
  padding-left: 8%;
}

footer .column b {
  display: block;
  font-family: 'Unbounded', sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 20px;
}

footer .column ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

footer .bottom {
  display: flex;
  gap: 65px;
}

footer .bottom .left,
footer .bottom ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 265px;
  font-size: 13px;
  line-height: 15px;
}

footer .bottom .left li,
footer .bottom ul li {
  font-weight: normal;
}

footer .info-text {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  max-width: 900px;
}

footer .info-text b {
  color: #004332;
  font-weight: 600;
}

.form-popup {
  position: fixed;
  display: none;
  top: 50px;
  right: 50%;
  transform: translateX(50%);
  z-index: 99999;
  max-width: 950px;
  width: 100%;
}

.form-popup .row {
  background: #fff;
  padding: 35px 50px 50px;
  border-radius: 10px;
}

.form-popup:after {
  content: '';
  position: fixed;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  width: 100vw;
  height: 100vh;
  background: rgba(29, 29, 29, 0.7);
}

.form-popup span.title {
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin: auto;
  width: 445px;
  display: block;
}

.form-popup .row > p {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin: 15px auto 29px;
  max-width: 380px;
}

.form-popup .close {
  position: absolute;
  background: url(/img/icon/close.svg) center center no-repeat;
  display: block;
  right: 22px;
  top: 22px;
  cursor: pointer;
  z-index: 99999;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}

.form-popup .close:hover {
  box-shadow: 0 10px 20px rgba(58, 114, 205, 0.3);
}

.form-popup .close:focus {
  background: #5995F7;
}

.form-popup .left p {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-popup .input-row {
  display: flex;
  gap: 20px;
}

.form-popup input {
  font-family: FiraSans, sans-serif;
  padding: 21px 30px;
  background: #F2F7FF;
  border-radius: 5px;
  height: 65px;
  border: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #515355;
  width: 100%;
}

.form-popup input[aria-invalid="true"] {
  border: 1px solid #FF6644;
}

.form-popup .wpcf7-not-valid-tip {
  display: none;
}

.form-popup input::placeholder,
.form-popup textarea::placeholder {
  color: #424242;
}

.form-popup textarea {
  font-family: FiraSans, sans-serif;
  padding: 22px 30px;
  background: #f2f7ff;
  font-weight: 400;
  color: #515355;
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 18px;
  border-radius: 5px;
  resize: none;
}

.form-popup .center-btn:hover {
  opacity: 0.8;
}

.form-popup .center-btn {
  cursor: pointer;
  border-radius: 3px;
  height: 54px;
  width: auto;
  padding: 0 154px;
  font-weight: 500;
  font-size: 18px;
  margin: 30px auto 0;
  background: #5995F7;
  color: #fff;
  display: block;
}

.form-popup .wpcf7-response-output {
  color: #FF6644;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 100%;
}

.wpcf7-form {
  position: relative;
  overflow: hidden;
  display: block !important;
}

.wpcf7-form .fieldset-cf7mls {
  border: none;
  background: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: block;
}

.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button {
  margin: 25px 0px 26px;
  padding: 13px 15px;
}

.cf7mls_next.action-button {
  background-color: #0073aa;
  border: 0 none;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  margin: 25px 0px 26px;
  padding: 13px 5px;
  min-width: 100px;
  position: relative;
}

.cf7mls_back.action-button {
  background-color: #e3e3e3;
  border: 0 none;
  border-radius: 3px;
  color: #23282d;
  cursor: pointer;
  font-weight: bold;
  margin: 16px 0px 26px;
  padding: 13px 5px;
  min-width: 100px;
  position: relative;
}

.fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step {
  background-color: #27ae60;
  border: 0 none;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  margin: 26px 0px 32px;
  padding: 13px 5px;
  min-width: 100px;
  position: relative;
}

.cf7mls_back.action-button {
  margin-right: 10px;
  float: left;
}

.cf7mls_next.action-button:hover,
.cf7mls_back.action-button:hover,
.fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step:hover {
  opacity: 0.8;
}

.fieldset-cf7mls .cf7mls_back {
  float: left;
}

.fieldset-cf7mls .cf7mls_next {
  float: right;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  border-radius: 3px;
  padding: 13px 29px;
  font-weight: bold;
  margin: 16px 0px 26px;
  float: right;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.8;
}

.cf7mls_reviewing_overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}

form.wpcf7-form.cf7mls_reviewing {
  position: relative;
  z-index: 999999;
  background-color: #fff;
}

form.wpcf7-form.cf7mls_reviewing:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100000px;
  height: 100000px;
  left: -30000px;
  top: -30000px;
  z-index: 1;
}

form.wpcf7-form.cf7mls_reviewing > * {
  position: relative;
  z-index: 3;
}

form.wpcf7-form.cf7mls_reviewing .cf7mls_close_preview {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
}

form.wpcf7-form.cf7mls_reviewing:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -20px;
  right: -20px;
  bottom: -10px;
  background: #ffffff;
  z-index: 2;
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  min-height: 80px;
}

.cf7mls_next.action-button img {
  width: 20px;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
}

.cf7mls_next.action-button.sending img {
  display: inline-block !important;
}

.cf7mls_next.action-button:focus,
.cf7mls_back.action-button:focus {
  outline: none;
}

.fieldset-cf7mls-wrapper {
  position: relative;
  overflow: hidden;
}

.fieldset-cf7mls-wrapper .fieldset-cf7mls {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  /* older webkit */
  transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
  /* older webkit */
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
}

.cf7mls-no-moving-animation .fieldset-cf7mls-wrapper .fieldset-cf7mls {
  transition: none;
}

.fieldset-cf7mls-wrapper .cf7mls_back_fs {
  position: absolute;
  left: 0;
  top: 15px;
  transform: translate(-110%, 0);
  -webkit-transform: translate(-110%, 0);
  -moz-transform: translate(-110%, 0);
}

.fieldset-cf7mls-wrapper .cf7mls_current_fs ~ .fieldset-cf7mls {
  position: absolute;
  left: 0;
  top: 15px;
  transform: translate(110%, 0);
  -webkit-transform: translate(110%, 0);
  -moz-transform: translate(110%, 0);
}

.wpcf7-form .cf7mls_progress_bar ~ .fieldset-cf7mls-wrapper fieldset {
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 2px;
  margin-bottom: 20px;
}

.fieldset-cf7mls-wrapper .cf7mls_current_fs {
  opacity: 1;
  visibility: visible;
}

.fieldset-cf7mls.cf7mls_preview_fs {
  height: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  position: relative;
}

.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
  font-size: 13px;
}

.fieldset-cf7mls-wrapper div.wpcf7-validation-errors {
  border: none;
  display: block;
  color: #f00;
  font-size: 13px;
  padding-left: 0px;
  margin-left: 0px;
}

.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
  display: block;
  float: left;
  margin-right: 8px;
  margin-top: 2px;
  fill: #f00;
}

.fieldset-cf7mls-wrapper .fieldset-cf7mls span.ajax-loader {
  position: absolute;
  right: 39px;
  margin-top: 33px;
}

@media (max-width: 1368px) {
  section.hero .img {
    right: 0;
  }

  section.hero .advantages {
    margin: 150px 16px 0;
  }
}

@media (max-width: 1320px) {
  .row {
    padding-left: 16px;
    padding-right: 16px;
  }

  .storage .boxes .boxes-list .form-box {
    max-width: 80vw;
  }

  .storage .boxes .boxes-list .boxes-item .item-info {
    min-width: calc(80vw - 170px);
  }
}

@media (max-width: 1300px) {
  header .row {
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
  .storage .main-info {
    gap: 23px;
  }

  .storage .step-list {
    padding-left: 40px;
  }
  .map #map{
      width: 50vw;
  }
}

@media (max-width: 1024px) {
  .storage .main-info {
    flex-direction: column;
  }

  .storage .main-info .image-block {
    max-width: none;
  }

  .storage .step-list {
    flex-wrap: wrap;
  }

  .storage .boxes .boxes-list .form-box {
    max-width: 100%;
  }

  .storage .boxes .boxes-list .boxes-item {
    flex-wrap: wrap;
  }

  .storage .boxes .boxes-list .boxes-item .item-info {
    min-width: 100%;
  }

  .storage .boxes .boxes-list .boxes-item .button {
    padding-right: 24px;
    border-radius: 0;
    border-top: 4px solid #f8f8fa;
    width: 100%;
  }
  .storage .boxes .boxes-list .boxes-item .button.on {
      padding-right: 24px;
    }

  .storage .boxes .boxes-list .boxes-item .button .item-price {
    border-right: none;
    padding: 10px 33px 15px 15px;
  }

  .storage .boxes .boxes-list .boxes-item .button .reserve {
    margin-right: 0;
  }

  .storage .boxes .boxes-list .boxes-item .button .reserved {
    margin-right: 0;
  }

  .storage .booking .booking-block {
    flex-direction: column-reverse;
  }

  .storage #sync1 {
    max-height: 350px;
  }

  .storage #sync1 .item img {
    max-height: 350px;
    object-fit: cover;
  }

  .storage #sync1 .item {
    max-height: 350px;
  }


  section.hero {
    padding-top: 108px;
  }

  section.hero .img {
    position: initial;
    width: 100%;
    object-position: 109%;
    object-fit: contain;
  }

  section.hero .links {
    padding-top: 60px;
    gap: 26px 40px;
    flex-wrap: wrap;
  }

  section.hero .advantages {
    margin: 0 16px;
    padding: 30px 15px;
  }

  section.hero .advantages .text-block {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
  }

  section#box {
    padding-top: 40px;
  }

  section.type {
    padding-top: 65px;
  }

  section.type .type-list .type-item {
    width: calc(100%/2 - 20px);
  }

  section.type .forbidden .forbidden-list {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  section.type .forbidden .forbidden-list .forbidden-item {
    width: calc(100%/2 - 10px);
  }

  section.type .forbidden .forbidden-list > .forbidden-item {
    max-width: 100%;
    margin: 20px auto 0;
  }

  section.review {
    padding: 50px 0 60px;
  }
  
  .map .map-search .map-list .map-item{
      width: 100%;
  }
}

@media (max-width: 900px) {
  .map .map-search,.map #map {
    width: 100%;
    overflow:visible;
    height: 100%;
    position: relative;
    min-height: 100vh;
    padding-bottom: 20px;
  }
  .map .map-search.on{
    position: absolute;
  }
  .map .map-search:not(.on) ~ #map{
    display: none;
  }
  .map .city-list{
      width: auto;
      right: 15px;
  }

  .map .map-search .form button {
    display: none;
  }

  .map .map-search .search-block .show-map {
    display: block;
  }

  .map .map-search .search-block .info {
    display: none;
  }

  .map .map-search .search-block .filter {
    padding: 10px;
  }    
  .storage .title-block {
    max-width: none;
  }

  .storage .step-list {
    padding: 60px 30px;
  }

  header .menu {
    display: none;
  }

  header .menu ul {
    flex-direction: column;
    text-align: center;
    padding-left: 0;
    gap: 30px;
  }

  header .m-menu {
    display: flex;
    margin-left: auto;
  }

  section.hero h1 {
    font-size: 36px;
    line-height: 45px;
  }

  section.hero .advantages .icon-block {
    flex-wrap: wrap;
    justify-content: center;
  }

  section.hero .advantages .icon-block .icon-item {
    width: calc(100%/3 - 10px);
  }

  section.hero:after {
    height: 1200px;
    bottom: auto;
    top: 200px;
  }

  section#box .box-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  section#box .box-list .box-item {
    width: calc(100%/2 - 10px);
  }

  section.type .type-list {
    padding: 60px 0 90px;
    gap: 40px 20px;
  }

  footer {
    padding-bottom: 25px;
  }

  footer .flex .logo {
    width: auto;
  }

  footer .column:not(:nth-child(2)) {
    padding-left: 0;
  }

  footer .bottom {
    flex-wrap: wrap-reverse;
    gap: 35px;
  }

  footer .bottom .left,
  footer .bottom ul {
    width: auto;
  }
}

@media (max-width: 800px) {
  .form-popup {
    padding: 15px;
    width: 100vw;
  }

  .form-popup .row {
    padding: 50px 15px;
  }
}

@media (max-width: 768px) {
  footer .flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 0;
  }

  footer .flex .logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: -1;
  }

  footer .social {
    margin-top: 0;
  }

  footer .column:nth-child(3) {
    order: -1;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .fieldset-cf7mls input[type="radio"],
  .fieldset-cf7mls input[type="checkbox"] {
    width: auto;
  }

  .fieldset-cf7mls input,
  .wpcf7-form .fieldset-cf7mls textarea {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .title {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block p {
    font-size: 14px;
    line-height: 16px;
  }

  .map .map-search .map-list .map-item {
    width: 100%;
  }

  .storage .breadcrumbs {
    display: none;
  }

  .storage .main-info .image-block {
    gap: 10px;
  }

  .storage .boxes {
    padding-top: 0;
  }

  .storage .boxes .boxes-list {
    gap: 10px;
  }

  .storage .boxes .boxes-list .form-box {
    margin-top: -10px;
    padding-top: 10px;
  }

  .storage .boxes .boxes-list .form-box .form-title {
    padding-left: 15px;
  }

  .storage .boxes .boxes-list .form-box form {
    margin: 20px 24px;
    flex-direction: column;
    gap: 12px;
  }

  .storage .boxes .boxes-list .form-box form label {
    width: 100%;
  }

  .storage .boxes .boxes-list .form-box form .button-list {
    margin-top: 5px;
  }

  .storage .boxes .boxes-list .form-box form .button-list .cancel {
    display: none;
  }

  .storage .boxes .boxes-list .form-box form .button-list button {
    width: 100%;
  }

  .storage .boxes .boxes-list .form-box .info {
    padding: 12px 16px;
  }

  .storage .boxes .boxes-list .boxes-item .item-info {
    padding: 15px 10px 10px 15px;
    gap: 20px;
  }

  .storage .boxes .boxes-list .boxes-item .item-info .size {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .storage .boxes .boxes-list .boxes-item .item-info .size h4 {
    font-size: 16px;
    line-height: 19px;
  }

  .storage .boxes .boxes-list .boxes-item .item-info p {
    font-size: 14px;
    line-height: 16px;
  }

  .storage .boxes .boxes-list .boxes-item .button.on .cancel {
    display: block;
  }

  .storage .boxes .boxes-list .boxes-item .button .item-price bdi {
    font-size: 20px;
    line-height: 23px;
    margin-top: 6px;
  }

  .storage .box-near {
    padding: 40px 0;
  }

  .storage .box-near .near-list .owl-nav {
    display: none;
  }

  .storage .box-near .near-list:before {
    content: none;
  }

  .storage .booking .booking-block {
    margin-top: 40px;
  }
  
  .storage .booking .booking-block img{
      width: 100%;
  }

  .storage .booking .booking-block .booking-form {
    padding: 30px 20px;
    width: 100%;
  }

  .storage .booking .booking-block .booking-form form {
    flex-direction: column;
    gap: 12px;
  }

  .storage .booking .booking-block .booking-form form label {
    width: 100%;
  }

  .storage .booking .booking-block .booking-form form button {
    width: 100%;
    margin-top: 5px;
  }

  .storage #sync2 {
    max-width: 60px;
  }

  .storage #sync2 .item {
    width: 60px;
    height: 60px;
  }

  section.hero .img {
    height: 270px;
    object-position: 4vw;
    position: relative;
    top: auto;
    right: -17px;
  }

  section.hero .advantages .icon-block .icon-item:nth-child(3) div,
  section.hero .advantages .icon-block .icon-item:nth-child(4) div {
    margin-top: 0;
    padding-bottom: 18px;
  }

  section.hero .advantages .icon-block .icon-item:nth-child(3),
  section.hero .advantages .icon-block .icon-item:nth-child(4) {
    padding-top: 3px;
  }

  section.hero .advantages .icon-block .icon-item img {
    margin-bottom: 0;
  }

  section.hero .advantages .icon-block .icon-item {
    width: 100%;
    padding: 15px 50px 15px;
  }

  section#box .box-list .box-item {
    width: 100%;
  }

  section.type:after {
    height: 110vh;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
  }

  section.type .type-list .type-item {
    width: 100%;
  }

  section.type .forbidden .forbidden-list .forbidden-item {
    width: 100%;
  }

  section.review .review-slider {
    margin-top: 35px;
  }

  section.review .review-slider .owl-nav {
    display: none;
  }

  section.review .review-slider:before {
    content: none;
  }

  section.review .review-slider .review-item p {
    padding: 0;
  }

  section.review .review-slider .review-item .flex {
    padding: 0;
  }

  footer hr {
    margin: 25px 10px 18px;
  }

  footer .info-text {
    font-size: 14px;
  }

  .form-popup span.title {
    font-size: 28px;
    line-height: 34px;
    width: 300px;
  }

  .form-popup .row > p {
    font-size: 16px;
    line-height: 19px;
    margin: 20px auto 35px;
  }

  .form-popup .left p {
    gap: 12px;
  }

  .form-popup .input-row {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .form-popup textarea {
    max-height: 125px;
  }

  .form-popup .center-btn {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  .form-popup .wpcf7-response-output {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .storage .title-block .info-list {
    gap: 18px;
    padding: 30px 0;
  }

  .storage .title-block .info-list div {
    width: 100%;
  }
}
