

/* Start:/local/templates/fv-studio-energosoft/components/bitrix/news/arenda/bitrix/news.detail/.default/style.css?17594920744206*/
/* Glightbox BEGIN */

.three-cols .box {
    width: 100%;
}

@media (min-width: 390px) {
    .three-cols .box {
        width: 100%;
    }
}

@media (min-width: 576px) {

    .three-cols .box {
        width: 33.3%;
    }

    .three-cols .box:nth-child(3n+0) {
        margin-right: 0;
    }

    .three-cols .box:nth-child(3n+1) {
        margin-left: 0;
    }

}

.box-container {
    display: inline-block;
    margin: 15px 0;
    padding: 0;
    width: 100%;
}

.box {
    list-style-type: none;
    float: left;
    transform: translate3d(0, 40px, 0);
    transition: opacity 0.2s, transform 0.35s;
}

.box.show {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.4s, transform 0.35s;
}

.box .inner {
    padding: 10px;
    position: relative;
}

.box a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.box img {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-40px, 0, 0);
}

.box a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.4s;
}

/* Glightbox END */


/* Slider BEGIN */
.container_sld {
    max-width: 960px;
    margin: 0 auto 40px;
}
.imglist_sld {
    margin-top: 0;
    margin-bottom: 40px;
}
.img_sld{
    width: 100%;
    height: auto;
}
@media (max-width: 667px){
    .home-detail .imglist {
        overflow: hidden;
    }
}
/* Slider END */


a.arenda-back {
  font-size: 12px;
  font-weight: 500;
  text-transform: lowercase;
  color: #fff;
  border-radius: 10px;
  background-color: #f27c43;
  padding: 10px;
  cursor: pointer;
  transition: 1s;
}

a.arenda-back:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  padding: 10px 30px;
  transition: .5s;
}

a.arenda-back:hover>span {
  padding: 0 15px;
  transition: .5s;
}

a.arenda-back>span {
  padding: 0 0;
  transition: 1s;
}

.arenda-detail-text {
	max-width: 960px;
	margin: 0 auto 40px;
}

a.otzyvy-url {
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding: 17px 60px;
	color: var(--bs-individ-color);
	border: 3px solid var(--bs-individ-color);
	text-align:center;
	display: inline-block;
}

img.detail_picture {
	width: 100%;
	height: auto;
}

.imglist .img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	-webkit-transform-origin: left;
    transform-origin: left;
	transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear,-webkit-transform 0.15s linear;
}
.imglist .col-md-4.col-6{
	height: 390px;
    	position: relative;
}
.imglist .img:hover{
	transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	box-shadow: 0 2px 20px 2px rgba(0,0,0,.45);
	z-index:2;
}
.tariff-bg {
	border: 2px solid #e0e6ed;
	border-radius: 9px;
	width: 100%;
	padding: 40px 30px;
}
.tariff-bg-2 {
	border: 2px solid #f27c43;
	border-radius: 9px;
	width: 100%;
	padding: 40px 30px;
}
.tariff-name {
	font-size: 22px;
	line-height: 1.35;
	margin-bottom: 10px;
	font-weight: 400;
}
.tariff-price {
	font-weight: 400;
	font-size: 42px;
	line-height: 1.23;
	margin-top: 30px;
}
.tariff-descr {
	margin-top: 25px;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 300;
	margin-bottom: 25px;
}
.tariff-button.btn {
	border-radius:0;
	font-weight: 700;
	font-size: 16px;
	padding:10px 30px;
	border: 2px solid #e0e6ed;
}
.tariff-button-2.btn {
	border-radius:0;
	font-weight: 700;
	font-size: 16px;
	padding:10px 30px;
	border: 2px solid #f27c43;
}
.tariff {margin-bottom:70px;}
@media  (max-width: 1120px) {
  .imglist .col-md-4.col-6{height: 280px;}
}
@media  (max-width: 991px) {
.tariff-price {font-size: 30px;}
}
@media  (max-width: 767px) {
.imglist .col-md-4.col-6{height: 200px;}
}

/* End */
/* /local/templates/fv-studio-energosoft/components/bitrix/news/arenda/bitrix/news.detail/.default/style.css?17594920744206 */
