/**
	Стили для страницы Портфолио (не детальной)
 */
.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;
    transition: all .5s;
    height: inherit;
}

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

.portvideo{
    border-radius: 5px;
    width:100%;
    height:305px;
    background-color:#dee2e6;
    display:flex;
    justify-content: center;
    align-items: center;
    background-size:cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.portvideo-mini{
    border-radius: 5px;
    /*border-radius: 5px;*/
    width:auto;
    aspect-ratio: 1.5 / 1;
    background-color:#dee2e6;
    margin: 3px 1.5px 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-size:cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.portvideo-play{
    width:60px;
    height:60px;
    background-color:#fff;
    border-radius: 50%;
    background-image:url('../icons/play.svg');
    background-size:30px 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
}

.projects__item:hover .projects__item-image {
    -webkit-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;
    max-width: 60%;
    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: linear-gradient(90deg, #f46b21 0%, #f78627 100%);
    -webkit-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;
    transition: transform .5s;
    transition: transform 0.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-image-play{
	width:60px;
	height:60px;
	background-color:#fff;
	border-radius: 50%;
	background-image:url('/templates/default/img/icons/play.svg');
	background-size: 20px 20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
	position:absolute;
	top:calc(50% - 30px);
	left:calc(50% - 30px);
	z-index: 10;
}

.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--mainpage {
    margin-top: 52px
}

.portfolio__maps {
    padding-top: 32px;
}

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

.list-plans .item img {
    padding: 3px 1.5px 0;
    /*max-height: 83px;*/
    cursor: pointer;
    transition: .3s
}

.list-plans .item {
    position: relative;
    height: auto;
}

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

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

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

.container img {
    max-width: 100%;
}

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

@media (max-width: 992px) {

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

    .list-plans .item img {
        width: 100%;
        max-height: initial
    }
}



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

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;
    }
}