.bold, .text-bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.pl-content .like-h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.pl-tabs-content-n1 .like-h3 {
    font-family: "HELVETICANEUECYR-ROMAN",Helvetica,Arial,sans-serif!important;
    font-weight: 600;
    margin: 20px 0;
}
.contact-p p {
	margin-bottom: 0 !important;
	line-height: 1.5em !important;
}
.like-h1 {
	line-height: 1;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size: 28px;
    margin-bottom: 20px;
}
.gallery-previews {
    position: relative;
}
.gallery-previews .preview-pic {
    width: 120px;
    height: 120px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-right: 10px;
    border: 1px #555 solid;
}
.gallery-previews .prev-item {
    display: inline-block;
    position: relative;
}
.gallery-previews .prev-item a {
    display: inline-block;
}
.custom-gal > li {
    display: block;
    float: none;
    height: auto;
    width: 100%;
    text-align: left;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0px 2px 2px #ccc;
}
.custom-gal .tile-main {
    display: block;
    width: 200px;
    height: 160px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .3s ease-out;
}
.custom-gal .tile-main:hover {
    box-shadow: 0px 0px 7px #333;
}
.custom-gal > li > h2 a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
}
.custom-gal > li > h2 a:hover {
    color: #f00 !important;
}

.custom-list {
    list-style: url(/bitrix/templates/plotter-index/images/green_ticking.png);
    margin-left: 45px;
    margin-right: 25px;
}