.projects__list {
    margin-top: 26px;
}

.projects__item {
    margin-bottom: 17px;
    display: block;
    color: #282828;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 20px 30px 0 rgba(155, 155, 155, 0.25);
    box-shadow: 0 20px 30px 0 rgba(155, 155, 155, 0.25);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: inherit;
    border-radius: 5px;
}

.projects__item:hover {
    color: #282828;
    text-decoration: none;
    background-color: #f9f9f9;
    border-color: #e0e4eb;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.projects__item:hover .projects__item-image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.projects__item:focus, .projects__item:active {
    color: #282828;
    text-decoration: none;
}

.projects__item-header {
    margin-top: 6px;
    margin-right: 15px;
    margin-left: 15px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .projects__item-header {
        margin-right: 19px;
        margin-left: 19px;
    }
}

.projects__item-title {
	margin-top: 4px;
	float: left;
	line-height: 21px;

	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
	height:42px;

}

.projects__item-size {
    position: relative;
    margin-left: 14px;
    float: left;
    color: #fff;
}

.projects__item-size::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#f46b21), to(#f78627));
    background: -o-linear-gradient(left, #f46b21 0%, #f78627 100%);
    background: linear-gradient(90deg, #f46b21 0%, #f78627 100%);
    -webkit-transform: skew(-17deg);
    -ms-transform: skew(-17deg);
    transform: skew(-17deg);
}

.projects__item-size sup {
    font-size: 10px;
}

.projects__item-size-wrapper {
    position: relative;
    padding: 4px 4px 4px 7px;
    z-index: 1;
}

.projects__item-bg {
    position: relative;
    margin-top: 7px;
    margin-right: -1px;
    margin-left: -1px;
    padding-bottom: 66.98%;
    height: 0;
    overflow: hidden;
}

.projects__item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.projects__item-footer {
    margin: 13px 15px 10px;
}

@media (min-width: 1200px) {
    .projects__item-footer {
        margin-right: 19px;
        margin-left: 19px;
    }
}

.projects__item-characteristics {
    color: gray;
    font-size: 15px;
	line-height: 20px;

	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height:40px;

}

.projects__item-characteristics span {
    color: #333;
    font-weight: 600;
}

.projects__item-characteristics + .projects__item-characteristics {
    margin-top: 6px;
}

.projects__item-price {
    margin-top: 6px;
    font-weight: 700;
}

.projects__item-price span {
    font-size: 24px;
}

.projects__maps {
    padding-top: 32px;
}

.list-plans {
    margin-bottom: 30px;
}

.list-plans .item {
    position: relative;
    height: auto;
    border-radius: 5px;
}

.list-plans .item img {
    margin: 3px 0;
    padding: 0 2px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .list-plans .item img {
        width: 100%;
        max-height: initial;
    }
}

.list-plans .item img:hover {
    opacity: .9;
}

.list-plans .item.slick-slide.slick-current.slick-active:after {
    content: '';
    position: absolute;
    left: 0.5px;
    top: 3px;
    bottom: 3px;
    right: 1px;
    background-color: #37382b;
    opacity: .55;
    border-radius: 5px;
}

.list-plans .item .slick-track {
    margin: 0 -1.5px;
}

.portfolio__item {
    min-height: 305px;
    height: 305px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .portfolio__item {
        min-height: auto;
        height: auto;
    }
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(odd) {
    background-color: #dddddd;
}

.text-align-left {
    text-align: left;
}

.table-data-for-mobile {
    display: none;
}

@media (max-width: 768px) {
    .table-data-for-mobile {
        display: block;
        padding: 8px;
    }

    .table-data-for-non-mobile {
        display: none;
    }

    .table-colum-mobile {
        width: 100%;
        text-align: left;
    }

    .psevdo-th {
        padding: 8px;
        font-weight: bold;
        width: 100%;
        border-bottom: 1px solid #dddddd;
    }

    td, th {
        border: 1px solid #dddddd;
        text-align: left;
        padding:  0;
    }
}

.current-plan .slick-next {
    right: 10px;
    z-index: 10;
    width: 30px;
    height: 30px;
    opacity: 0;
}
.current-plan .slick-prev {
    left: 10px;
    z-index: 10;
    width: 30px;
    height: 30px;
    opacity: 0;
}

.current-plan .slick-next:before, .current-plan .slick-prev:before {
    font-size: 30px;
    opacity: 1;
}
.current-plan:hover .slick-next, .current-plan:hover .slick-prev {
    opacity: 1;
}