html{  scroll-behavior: smooth;}

body {
  font-family: 'Geometria'; }
  body h2 {
    text-align: center;
    font-weight: 500; }
.container_columns_turnkey_storage{ margin: 0 auto;  width: auto;}
.input_obj{text-align: center !important;}
.howitworks-col1 .howitworks-block4, .howitworks-col1 .howitworks-block5, .howitworks-col1 .howitworks-block6 {
  display: none; }

.container {
  display: block;
  width: 95%;
  max-width: 1240px;
  height: auto;
  position: relative;
  margin: 0 auto; }

.box-header .container {
  display: flex;
  justify-content: space-between; }

.box-header .box-header-col-h {
  width: 46%; }
  .box-header .box-header-col-h h1 {
    font-weight: 500;
    font-size: 34px; }
  .box-header .box-header-col-h h3 {
    font-weight: 500;
    font-size: 29px;
    padding-top: 19px; }

.box-header-p {
  font-size: 15px;
  padding-top: 6px;
  max-width: 510px; }

.box-header-col-form {
  width: 54%; }

  .box-header-form p.box-header-p {
    max-width: 100%;
    padding-bottom: 40px; }
  .box-header-form button {
    margin: auto;
    display: block;
    position: relative;
    left: -36px;
    margin-top: 20px; }

.box-header-h {
  font-size: 24px;
  padding-bottom: 5px; }

.box-header-inputs {
  display: flex;
  justify-content: space-between; }

.box-header-form-col.col-5 {
  width: 40%; }

.box-header-form-col.col-7 {
  width: 60%; }

.box-header-form-col label {
  display: block; }
  .box-header-form-col label span {
    color: red; }
.form_content .input_line > div.input_title{
  display: block !important;
}
.form_content .input_line > div{display: block !important;}
.form_content .input_line > div.input_title{
 padding: 0;
}
.box-header-form-col input {
display: block;
border: 1px solid #E3E3E3 !important;
margin-top: 14px !important;
width: 85% !important;
padding: 9px !important;
font-size: 14px !important;
margin-bottom: 25px !important;
height: 35px !important;}
.box-header-form-col input:focus {
border: 1px solid black !important; }

.box-header-form-col textarea {
display: block;
height: 133px;
width: 296px;
margin-top: 15px;
border: 1px solid #E3E3E3; }
.box-header-form-col textarea:focus {
border: 1px solid black; }

header .checkbox {
padding-left: 56px;
margin-top: -5px; }

.plain-btn {
width: 145px;
background: #6E5453;
text-align: center;
color: white;
padding-top: 15px;
padding-bottom: 16px;
border: none;
cursor: pointer;
font-family: 'Geometria';
font-size: 15px;
display: block;
text-decoration: none; }
.plain-btn:hover {
background: #8b6a69;
text-decoration: none; }

/* для элемента input c type="checkbox" */
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none; }

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #6E5453;
  border-radius: 0px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background: #6E5453; }

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #6E5453; }

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::before {
  background-color: #6E5453;
  border-color: #6E5453; }

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(110, 84, 83, 0.25); }

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff; }

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked + label::before {
  border-color: #6E5453;
  background-color: #6E5453;
  background-image: url("/images/turnkey_storage/check.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center; }

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
  background-color: #6E5453; }

.box-benefits-sec {
  padding-top: 50px; }

.benefit-block {
  width: 335px;
  height: 112px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .benefit-block-text {
    width: 237px;
    padding-top: 12px;
    height: 100%; }
    .benefit-block-text p {
      padding-top: 10px;
      max-width: 223px;
      letter-spacing: -0.3px; }
  .benefit-block-img {
    width: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }

.benefit-block1 {
  background-size: cover;
  background: url(/images/turnkey_storage/block-bg1.jpg); }

.benefit-block2 {
  background-size: cover;
  background: url(/images/turnkey_storage/block-bg2.jpg); }

.benefit-block3 {
  background-size: cover;
  background: url(/images/turnkey_storage/block-bg3.jpg); }

.box-benefits-sec .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.seson-row {
  display: flex;
  justify-content: space-between; }

.tarifs-box-sec {
  padding-top: 65px; }
  .tarifs-box-sec h2 {
    margin-bottom: 27px; }

.tarif-block-img img {
  margin: auto;
  display: block; }

.tarif-block {
  margin-bottom: 30px; }
  .tarif-block .plain-btn {
    margin-left: 15px; }

.tarifs-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start; }
  .tarifs-blocks .tarif-block {
    width: 25%; }

.tarif-name {
  font-weight: 500;
  font-size: 24px;
  padding: 17px 10px 10px 16px; }

.tarif-text {
  padding-left: 16px;
  padding-top: 3px;
  min-height: 89px;
  padding-bottom: 0px;
  font-weight: 200;}

.tarif-price {
  font-weight: 500;
  font-size: 16px;
  padding-left: 15px;
  padding-bottom: 14px;
  min-height: 20px; }

.tarif-desc {
  padding-left: 16px;
  min-height: 19px;
  font-weight: 200;}

.howitworks-row {
  display: flex;
  justify-content: center; }

.seson-box-sec {
  padding-top: 10px; }
  .seson-box-sec h2 {
    font-weight: 400;
    margin-bottom: 28px; }

.seson-name {
  font-size: 25px;
  padding-top: 12px;
  padding-left: 15px;
  padding-bottom: 14px;
  font-weight: 200;
}
  .seson-name span {
    font-weight: 500; }

.seson-block {
  width: 20%; }
  .seson-block .plain-btn {
    margin-left: 15px; }

.seson-img {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 200px;
  padding-bottom: 25px;
  padding-left: 12px; }

.seson-text {
  padding-left: 15px;
  max-width: 196px;
  padding-bottom: 14px;
  min-height: 58px;
  font-weight: 200
}

.seson-price {
  font-weight: 500;
  padding-left: 17px; }

.howitworks-sec {
  padding-top: 67px; }
  .howitworks-sec h2 {
    font-size: 34px;
    margin-bottom: 27px; }

.howitworks-col1, .howitworks-col3 {
  width: 459px; }
  .howitworks-col1 h4, .howitworks-col3 h4 {
    width: 100%;
    border-bottom: 1px solid #FEB818;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 1px;
    margin-bottom: 9px; }
  .howitworks-col1 p, .howitworks-col3 p {
    max-width: 404px;
    font-weight: 200;
  }

.howitworks-col2 {
  width: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }

.howitworks-round {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: block;
  background: #FEB818;
  text-align: center;
  line-height: 32px;
  font-weight: 200;}

.howitworks-line {
  height: 33px;
  width: 1px;
  background: #FEB818;
  display: block; }

.howitworks-block1 {
  margin-top: -5px; }

.howitworks-block2 {
  margin-top: 64px; }

.howitworks-block3 {
  margin-top: 26px; }

.howitworks-block4 {
  margin-top: 63px; }
  .howitworks-block4 h4 {
    padding-left: 102px;
    width: calc(100% - 102px); }
  .howitworks-block4 p {
    padding-left: 102px; }

.howitworks-block5 {
  margin-top: 25px; }
  .howitworks-block5 h4 {
    padding-left: 102px;
    width: calc(100% - 102px); }
  .howitworks-block5 p {
    padding-left: 102px; }

.howitworks-block6 {
  margin-top: 46px; }
  .howitworks-block6 h4 {
    padding-left: 102px;
    width: calc(100% - 102px); }
  .howitworks-block6 p {
    padding-left: 102px; }

.save-sec {
  padding-top: 40px;
  padding-bottom: 55px; }
  .save-sec h2 {
    font-size: 34px; }

.save-row {
  display: flex;
  justify-content: space-between; }

.save-block {
  width: 16.666%;
  padding-top: 31px; }
  .save-block b {
    text-align: center;
    display: block;
    font-size: 15px;
    padding-top: 10px;
    max-width: 170px;
    margin: auto;
    min-height: 51px; }
  .save-block p {
    font-size: 15px;
    max-width: 170px;
    text-align: center;
    max-width: 148px;
    margin: auto;
    font-weight: 200;
  }
  .save-block img {
    margin: auto;
    display: block; }

.review-sec {
  background: url(/images/turnkey_storage/bg2.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 149px; }
  .review-sec:before {
    content: url(/images/turnkey_storage/bg.jpg);
    position: absolute;
    left: 0px;
    top: 0px; }

.review-block {
  width: 307px;
  padding-top: 51px;
  padding-left: 0px; }
  .review-block h2 {
    text-align: left;
    font-size: 34px;
    padding-bottom: 14px; }

.all-reviews {
  border: 1px solid #6E5453;
  text-decoration: none;
  margin-top: 3px;
  display: block;
  width: 144px;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 16px;
  color: #6E5453; }
  .all-reviews:hover {
    background: #6E5453;
    color: white; }

.review-slider-wr {
  position: absolute;
  right: -500px;
  top: 61px; }

.review-slider {
  width: 1200px; }
  .review-slider .slick-prev {
    left: -540px;
    background: white !important;
    z-index: 2;
    top: auto;
    bottom: -22px;
    width: 45px;
    height: 45px;
    border-radius: 50%; }
    .review-slider .slick-prev:before {
      content: '';
      width: 5px;
      height: 5px;
      display: block;
      border-right: 1px solid #594443;
      border-bottom: 1px solid #594443;
      transform: rotate(135deg);
      margin-left: 21px; }
  .review-slider .slick-next {
    left: -486px;
    right: auto;
    background: #594443 !important;
    z-index: 2;
    top: auto;
    bottom: -22px;
    width: 45px;
    height: 45px;
    border-radius: 50%; }
    .review-slider .slick-next:before {
      content: '';
      width: 5px;
      height: 5px;
      display: block;
      border-right: 1px solid white;
      border-bottom: 1px solid white;
      transform: rotate(-45deg);
      margin-left: 19px; }

.review-slide {
  background: white;
  width: 560px;
  height: 246px;
  margin-right: 37px;
  padding: 40px 40px 40px 40px; }

.review-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 14px;
  padding-left: 6px; }

.review-date {
  margin-left: 15px;
  color: #A7A2A2;
  margin-top: 9px;
  padding-bottom: 0px; }

.review-author {
  padding-left: 15px;
  padding-top: 6px;
  padding-bottom: 26px; }

.acc-head {
  padding: 5px 10px;
  cursor: pointer;
  color: #594443;
  font-weight: 500;
  padding-bottom: 26px; }
  .acc-head span {
    border-bottom: 1px dashed #594443; }

.acc-body {
  padding: 10px;
  margin-bottom: 5px;
  display: none; }
  .acc-body p {
    color: #988D8D;
    padding-left: 60px; }

.faq-sec {
  padding-top: 65px; }
  .faq-sec h2 {
    font-size: 34px; }

.ofert {
  color: #594443;
  position: relative;
  padding-left: 21px;
  display: block;
  margin-top: 30px; }
  .ofert:before {
    content: '';
    display: block;
    background: #FEB818;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 6px; }

@media screen and (max-width: 1300px) {
  .container {
    max-width: 1140px;
    padding-left: 15px;
    padding-left: 15px; }
  .review-slider .slick-prev {
    left: -425px; }
  .review-slider .slick-next {
    left: -365px; }
  .seson-name {
    font-size: 23px; } }

@media screen and (max-width: 1170px) {
  .container {
    max-width: 992px; }
  .tarif-block-img img {
    width: 100%; }
  .box-header-p {
    font-size: 15px;
    padding-top: 6px;
    max-width: 413px; }
  .benefit-block {
    width: 315px; }
  .benefit-block-text p {
    padding-top: 10px;
    max-width: 212px; }
  .box-header-form-col textarea {
    width: calc(100% - 50px); }
  .tarif-text {
    min-height: 110px; }
  .tarif-desc {
    padding-left: 16px;
    min-height: 21px;
    font-size: 14px; }
  .seson-name {
    font-size: 20px; }
  .review-slider .slick-prev {
    left: -275px; }
  .review-slider .slick-next {
    left: -215px; }
  .review-slider-wr {
    position: absolute;
    right: -580px; } }

@media screen and (max-width: 992px) {
  .container {
    max-width: 720px; }
  .tarifs-blocks .tarif-block {
    width: 50%; }
  .seson-block {
    width: 33%; }
  .seson-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .howitworks-block4 h4, .howitworks-block5 h4, .howitworks-block6 h4 {
    padding-left: 50px;
    width: calc(100% - 50px); }
  .howitworks-block4 p, .howitworks-block5 p, .howitworks-block6 p {
    padding-left: 50px; }
  .save-row {
    flex-wrap: wrap; }
  .save-block {
    width: 33.3%;
    padding-top: 15px; }
  .review-sec:before {
    display: none; }
  .review-sec {
    padding-bottom: 130px;
    background-size: 1471px;
    background-repeat: no-repeat;
    background-position: bottom; }
    .review-sec .container {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
      max-width: 100%; }
  .review-slider-wr {
    position: relative;
    right: -60px; }
  .review-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: url(/images/turnkey_storage/bg-mob.jpg);
    background-size: cover;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px; }
    .review-block h2 {
      order: 1;
      width: 220px; }
    .review-block .all-reviews {
      order: 2; }
    .review-block p {
      order: 3;
      width: 220px; }
  .howitworks-block2 {
    margin-top: 45px; }
  .howitworks-block6 {
    margin-top: 27px; }
  .box-header .box-header-col-h {
    width: 100%; }
  .box-header-col-form {
    width: 100%; }
  .box-header .container {
    flex-wrap: wrap; }
  .box-header-p {
    max-width: 100%; }

  .box-benefits-sec .container {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center; }
  .benefit-block {
    width: 315px;
    margin: 13px; }
  .review-slider .slick-prev {
    left: 50%;
    top: -100px;
    margin-left: -330px; }
  .review-slider .slick-next {
    left: 50%;
    top: -100px;
    margin-left: -270px; } }

@media screen and (max-width: 750px) {
  .container {
    max-width: 540px; }
  .box-header-inputs {
    flex-wrap: wrap; }
  .box-header-form-col.col-5 {
    width: 100%; }
  .box-header-form-col input {
    width: calc(100% - 18px); }
  .box-header-form-col.col-7 {
    width: 100%; }
  .box-header-form-col textarea {
    width: calc(100% - 32px); }
  .seson-block {
    width: 50%; }
  .howitworks-col3 {
    display: none; }
  .howitworks-col1 h4, .howitworks-col3 h4 {
    border-bottom: none; }
  .howitworks-col1 {
    order: 2;
    width: calc(100% - 45px); }
  .howitworks-col2 {
    order: 1;
    width: 45px;
    margin-top: 15px; }
  .howitworks-col1 .howitworks-block4, .howitworks-col1 .howitworks-block5, .howitworks-col1 .howitworks-block6 {
    display: block; }
    .howitworks-col1 .howitworks-block4 h4, .howitworks-col1 .howitworks-block5 h4, .howitworks-col1 .howitworks-block6 h4 {
      padding-left: 0px; }
    .howitworks-col1 .howitworks-block4 p, .howitworks-col1 .howitworks-block5 p, .howitworks-col1 .howitworks-block6 p {
      padding-left: 0px; }
  .howitworks-block {
    margin-top: 20px !important; }
  .howitworks-line {
    height: 77px; }
  .save-block {
    width: 50%;
    padding-top: 15px; }
  .review-block p {
    display: none; }
  .review-slider-wr {
    position: relative;
    right: 0px; }
  .review-slider {
    width: 100%; }
  .review-slider .slick-next {
    left: 50%;
    top: auto;
    margin-left: 22px;
    bottom: -80px; }
  .review-slider .slick-prev {
    left: 50%;
    top: auto;
    margin-left: -45px;
    bottom: -80px; }
  .acc-body p {
    color: #988D8D;
    padding-left: 16px; } }

@media screen and (max-width: 600px) {
  .seson-block .plain-btn {
    margin-left: 0px; }
  .howitworks-line:nth-child(1) {
    height: 50px; }
  .howitworks-line:nth-child(2) {
    height: 76px; }
  .howitworks-line:nth-child(3) {
    height: 50px; }
  .howitworks-line:nth-child(4) {
    height: 110px; }
  .howitworks-line:nth-child(5) {
    height: 50px; }
  .howitworks-line:nth-child(6) {
    height: 91px; }
  .howitworks-line {
    height: 95px; }
  .save-block {
    width: 100%;
    padding-top: 15px; }
  .save-block p {
    max-width: 100%; }
  .save-block b {
    max-width: 100%; }
  .tarifs-blocks .tarif-block {
    width: 100%; }
  .tarif-block-img img {
    width: 85%; }
  .tarif-text {
    min-height: auto;
    padding-bottom: 20px; }
  .seson-block {
    width: 100%; }
  .tarif-name, .tarif-text, .tarif-desc, .tarif-price {
    padding-left: 0px; }
  .tarif-block .plain-btn {
    margin-left: 0px; }
  .seson-img img {
    margin: auto;
    display: block; }
  .seson-name {
    text-align: center; }
  .seson-text {
    padding-left: 0px;
    max-width: 100%;
    padding-bottom: 10px;
    min-height: auto; }
  .seson-price {
    font-weight: 500;
    padding-left: 0px; }
  .box-header-form-col textarea {
    margin-bottom: 20px; }
  header .checkbox {
    padding-left: 6px; }
  .review-slide {
    background: white;
    width: 340px;
    margin-right: auto;
    padding: 40px 40px 40px 40px;
    margin: auto;
    height: auto; }
  .review-sec {
    background-size: cover; }
  .review-block {
    flex-direction: column;
    align-items: center; }
  .review-block h2 {
    text-align: center; }
  .box-benefits-sec .container {
    padding-left: 0px; } }

@media screen and (max-width: 380px) {
  .howitworks-line:nth-child(6) {
    height: 112px; }
  .howitworks-line {
    height: 110px; } }
    
.cabinet_agreement {margin: 10px 0 35px 0; background-color: lightpink; padding: 25px 60px 25px 60px;} 
