.page__safe-rent .top-video-section {
  height: auto;
}
.page__safe-rent .all-background-image {
  background-image: url("../../templates/t3sablona/images/bezpecny-najem/reality1.jpg");
}
.page__safe-rent .all-background-image:before {
  content: '';
  position: absolute;
  background: rgba(70, 165, 207, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}
.page__safe-rent .video-box__preview-img:after {
  background: rgba(70, 165, 207, 0.8);
}
.page__safe-rent main .section {
  background: white;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  overflow: hidden;
}
.page__safe-rent main .section__revers {
  color: white;
  font-weight: 300;
}
.page__safe-rent main .section__revers .section-title {
  color: white !important;
}
.page__safe-rent main .section__blue {
  background: #2DAAE1;
}
.page__safe-rent main .section__dark-blue {
  background: #153B4B;
}
.page__safe-rent main .section .section-title {
  color: black;
  margin-bottom: 35px;
}
.page__safe-rent main .section .section-title strong,
.page__safe-rent main .section .section-title b {
  display: block;
  font-weight: 600;
}
@media (max-width: 576px) {
  .page__safe-rent main .section .section-title {
    margin-bottom: 25px;
  }
}
.page__safe-rent .circle {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #2DAAE1;
  color: white;
  font-weight: 300;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 17px;
}
.page__safe-rent .circle__dark {
  background: #153B4B;
}
.page__safe-rent .vs {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(26px);
}
@media (max-width: 576px) {
  .page__safe-rent .vs {
    flex-direction: column;
    transform: translateX(0);
  }
}
.page__safe-rent .vs__item {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .page__safe-rent .vs__item {
    flex-direction: column;
  }
}
.page__safe-rent .vs__text {
  margin-bottom: 0;
  font-weight: 600;
  margin-left: 12px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .page__safe-rent .vs__text {
    margin-top: 8px;
  }
}
.page__safe-rent .vs__x {
  font-size: 26px;
  font-weight: 400;
  margin-right: 40px;
  margin-left: 40px;
}
.page__safe-rent main .step {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 576px) {
  .page__safe-rent main .step {
    margin-top: 70px;
  }
}
.page__safe-rent main .step:last-child .step__content:before {
  display: none;
}
.page__safe-rent main .step__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.page__safe-rent main .step__content:before {
  content: '';
  width: 2px;
  height: calc(140%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -10%);
  top: 0;
  border-left: 2px dashed #2DAAE1;
}
@media (max-width: 576px) {
  .page__safe-rent main .step__content:before {
    height: 40px;
    top: 100%;
    transform: translate(-50%);
  }
}
.page__safe-rent main .step .section-title {
  color: #2DAAE1;
  font-size: 26px;
  font-weight: 600;
}
.page__safe-rent main .step__text {
  position: relative;
  display: flex;
  text-align: left;
  max-width: 80%;
  margin-left: 20px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .page__safe-rent main .step__text {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .page__safe-rent main .step__text {
    text-align: center;
  }
}
.page__safe-rent main .step__item {
  width: 50%;
  display: flex;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .page__safe-rent main .step__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .page__safe-rent main .step__item {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .page__safe-rent main .step__item {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
.page__safe-rent main .step__item p {
  font-weight: 400;
}
.page__safe-rent .number {
  color: #2DAAE1;
  font-size: 26px;
  font-weight: 600;
  border: 2px solid #2DAAE1;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
}
.refs__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.refs__half {
  width: 50%;
}
@media (max-width: 640px) {
  .refs__half {
    width: 100%;
  }
}
.refs__ref {
  display: flex;
  font-weight: 600;
  justify-content: flex-start;
  padding-top: 20px;
  align-items: flex-start;
  text-align: left;
  padding-right: 20px;
}
@media (max-width: 640px) {
  .refs__ref {
    padding-right: 0;
  }
}
.refs__ref--img {
  margin-right: 15px;
}
.refs__ref--text {
  padding-top: 3px;
}
.refs__ref--text small {
  font-weight: 400;
}
.title__two-line .section-title {
  font-weight: 300;
}
.title__two-line .section-title strong,
.title__two-line .section-title b {
  font-weight: 600;
  display: block;
}