.lkbg.services {
    height: 400px;
    padding-top: 40px;
}

.services-btn .c-btn {
    margin: 40px auto auto auto;
    width: 240px;
}

.c-btn {
    display: block;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, from(#FFE259), to(#FFA751));
    background: -webkit-linear-gradient(left, #FFE259 0%, #FFA751 100%);
    background: -o-linear-gradient(left, #FFE259 0%, #FFA751 100%);
    background: linear-gradient(90deg, #FFE259 0%, #FFA751 100%);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 16px 0px;
    text-align: center;
    font-size: 1.6em;
    color: #855013;
    font-weight: 600;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.c-btn:hover {
    color: #fff;
    background: #855013;
}

.services-main__container--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -240px;
}

.services-main__container--top .services-main__item:not(:first-child) .services-main__item--cards {
    display: none;
}

.services-main__item:first-child {
    width: 75%;
}

.services-main__item:not(:first-child) {
    margin-left: 30px;
}

.services-main__item--header {
    border-bottom-color: #fff;
}

.services-main__item--header {
    border-bottom: 5px solid #fff;
    cursor: pointer;
}

.services-main__item--header.active {
    border-bottom: 5px solid #FFA800;
    border-bottom-color: #FFA800;
}

.services-main__item--header span {
    font-size: 2.4em;
    padding-bottom: 20px;
    display: block;
    color: #fff;
    font-family: 'Playfair';
    font-weight: bold;
}

.services-main__item--cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services-main__item--cards .card {
    background: #FFFFFF;
    border: 1px solid #CB8738;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 270px;
    padding-bottom: 35px;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.services-main__item--cards .card .card-title {
    font-size: 1.8em;
    color: #CB8738;
    text-align: center;
    font-weight: bold;
    padding-left: 15px;
    margin-top: 24px;
    padding-right: 21px;
}

.services-main__item--cards .card .card-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.services-main__item--cards .card .card-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 16px;
}

.services-main__item--cards .card .card-list-item:not(:first-child) {
    margin-top: 15px;
}

.services-main__item--cards .card .card-list-item span {
    margin-left: 20px;
    font-size: 1.2em;
    color: #323232;
}

.services-main__item--cards .card .card-cost {
    color: #CB8738;
    font-size: 4em;
    font-weight: 800;
    text-align: center;
    margin-top: 15px;
}

.services-main__item--cards .card .card-btn {
    margin-top: 15px;
}

.services-main__item--cards .card .card-btn a {
    width: 200px;
    margin: 0 auto;
    text-transform: uppercase;
}

.services-list {
    margin-top: -220px;
}

.services-list.fix-list {
    margin-top: 100px;
}

.services-list__topFilters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 5px solid #FFA800;
    padding-bottom: 20px;
}

.services-list__resetActiveFilters {
    margin-left: 20px;
}

.services-list__resetActiveFilters a {
    font-size: 1.4em;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
    color: rgba(50, 50, 50, .4);
}

.services-list__addActiveFilters {
    display: none;
}

.services-list__addActiveFilters a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4em;
    color: #332233;
    text-decoration: none;
}

.services-list__addActiveFilters a span {
    margin-left: 10px;
}

.services-list__listActiveFilters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.services-list__listActiveFilters .filterBlock {
    padding: 4px 12px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .18);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .18);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-list__listActiveFilters .filterBlock:not(:first-child) {
    margin-left: 20px;
}

.services-list__listActiveFilters .filterBlock span {
    color: #CB8738;
    font-size: 1.4em;
}

.services-list__listActiveFilters .filterBlock .close {
    width: 10px;
    height: 10px;
    position: relative;
    margin-left: 20px;
    cursor: pointer;
}

.services-list__listActiveFilters .filterBlock .close:before,
.services-list__listActiveFilters .filterBlock .close:after {
    content: '';
    width: 10px;
    height: 2px;
    display: block;
    background: #CB8738;
    left: 50%;
    top: 50%;
    position: absolute;
}

.services-list__listActiveFilters .filterBlock .close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.services-list__listActiveFilters .filterBlock .close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.services-list__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 50px;
}

.services-list__content--aside {
    width: 100%;
    max-width: 270px;
}

.services-list__content--aside .aside-item:not(:first-child) {
    margin-top: 60px;
}

.services-list__content--aside .title-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services-list__content--aside .title-item h2 {
    font-size: 2.4em;
    color: #855013;
    font-family: 'Playfair';
    font-weight: bold;
}

.services-list__content--aside .title-item .search-btn {
    cursor: pointer;
}

.services-list__content--aside .item-list {
    margin-top: 20px;
}

.services-list__content--aside .item-list label {
    cursor: pointer;
}

.services-list__content--aside .item-list label:not(:first-child) {
    margin-top: 15px;
    display: block;
}

.services-list__content--aside .item-list .box {
    font-size: 1.6em;
    color: #323232;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.services-list__content--aside .item-list label:not(.all) .box {
    font-size: 1.6em;
    color: #323232;
}

.services-list__content--aside .item-list label:not(.all) .box:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #CB8738;
    margin-right: 15px;
}

.services-list__content--aside .item-list label:not(.all) .box:after {
    content: '\2714';
    position: absolute;
    top: 47%;
    left: 3.5px;
    font-size: 1.2em;
    color: #CB8738;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.services-list__content--aside .item-list label:not(.all) input[type=checkbox]:checked+.box:after {
    opacity: 1;
    visibility: visible;
}

.services-list__content--aside .item-list label:not(.all) input[type=checkbox]:not(:checked)+.box:after {
    opacity: 0;
    visibility: hidden;
}

.services-list__content--aside .item-list label.all {
    margin-top: 30px;
}

.services-list__content--aside .item-list label.all .count {
    padding: 0px 3px;
}

.services-list__content--aside .item-list label.all .box {
    color: #CB8738;
}

.services-list__content--aside .item-list label.all .box:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #CB8738;
    border-right: 3px solid #CB8738;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 5px;
}

.services-list__content--aside .item-list--getDate {
    text-decoration: none;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #CB8738;
    width: 100%;
    max-width: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 0px;
    color: #CB8738;
    font-size: 18px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.services-list__content--aside .item-list--getDate svg {
    margin-right: 10px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.services-list__content--aside .item-list--getDate:hover {
    background: #CB8738;
    color: #fff;
}

.services-list__content--aside .item-list--getDate:hover svg path {
    stroke: #fff;
}

.services-list__content--aside .item-list .getDate-from,
.services-list__content--aside .item-list .getDate-to {
    border-bottom: 1px solid #CB8738;
    width: 100%;
    max-width: 200px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-list__content--aside .item-list .getDate-from span,
.services-list__content--aside .item-list .getDate-to span {
    color: rgba(50, 50, 50, .6);
    font-size: 1.8em;
}

.services-list__content--aside .item-list .getDate-from input[type=date],
.services-list__content--aside .item-list .getDate-to input[type=date] {
    border: none;
    outline: none;
    margin-left: 25px;
}

.services-list__content--aside .item-list .getDate-from {
    margin-top: 30px;
}

.services-list__content--aside .item-list .getDate-to {
    margin-top: 15px;
}

.services-list__content-info {
    width: 100%;
/*    max-width: 800px;*/
    margin-left: 0px;
}

.services-list__content-info--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #CB8738;
    padding-right: 20px;
    position: relative;
}

.services-list__content-info--item:not(:first-child) {
    margin-top: 20px;
}

.services-list__content-info--item .item__absolute-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: -webkit-calc(100% - 200px);
    left: calc(100% - 200px);
    top: 10px;
}

.services-list__content-info--item .item__absolute-elements--view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-list__content-info--item .item__absolute-elements--view svg path {
    fill: #CB8738;
}

.services-list__content-info--item .item__absolute-elements--view span {
    color: rgba(50, 50, 50, .6);
    font-size: 1.6em;
    padding-left: 5px;
}

.services-list__content-info--item .item__absolute-elements--date {
    margin-left: 20px;
    color: rgba(50, 50, 50, .4);
    font-size: 1.6em;
}

.services-list__content-info--item .item__absolute-elements--edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-list__content-info--item .item__absolute-elements--edit span {
    margin-right: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: rgba(50, 50, 50, .6);
}

.services-list__content-info--item .item__absolute-elements--edit svg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
}

.services-list__content-info--item .item__close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: -webkit-calc(100% - 20px);
    left: calc(100% - 20px);
}

.services-list__content-info--item .item__close:before,
.services-list__content-info--item .item__close:after {
    content: '';
    width: 20px;
    height: 1px;
    display: block;
    background: #CB8738;
    position: absolute;
    left: -webkit-calc(50% - 8px);
    left: calc(50% - 8px);
    top: -webkit-calc(50% + 4px);
    top: calc(50% + 4px);
}

.services-list__content-info--item .item__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.services-list__content-info--item .item__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.services-list__content-info--item .item__left {
    width: 100%;
    max-width: 250px;
    height: 250px;
    position: relative;
    background: rgba(242, 229, 214, .8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-list__content-info--item .item__left .watermark {
    font-size: 4em;
    color: rgba(255, 255, 255, .4);
    font-weight: 600;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-transform: uppercase;
}

.services-list__content-info--item .item__left .discount {
    width: 100%;
    max-width: 100px;
    border: 0.5px solid #DB3A3A;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 5px 0px;
    font-weight: 600;
    color: #DB3A3A;
    position: absolute;
    text-align: center;
    background: #fff;
    left: 12px;
    top: 10px;
}

.services-list__content-info--item .item__left .special {
    width: 100%;
    max-width: 190px;
    text-align: center;
    border: 0.5px solid #CB8738;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 0px;
    font-size: 1.2em;
    color: #CB8738;
    font-weight: 600;
    position: absolute;
    background: #fff;
    left: 12px;
    top: 45px;
}

.services-list__content-info--item .item__right {
    margin-left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.services-list__content-info--item .item__right .item-title {
    font-size: 2em;
    color: #855013;
    font-weight: bold;
    margin-top: 23px;
}

.services-list__content-info--item .item__right .item-subtitle {
    font-size: 1.8em;
    color: rgba(50, 50, 50, .5);
}

.services-list__content-info--item .item__right .item-list {
    list-style-type: none;
    margin: 0;
    padding: 0 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

.services-list__content-info--item .item__right .item-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5em;
    color: rgba(50, 50, 50, .8);
}

.services-list__content-info--item .item__right .item-list li:before {
  content: "\f115";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #CB8738;
    font-size: 18px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}

.services-list__content-info--item .item__right .item-list li:not(:first-child) {
    margin-top: 5px;
}

.services-list__content-info--item .item__right .item-cost {
    font-size: 4em;
    line-height: 54px;
    color: #E4971C;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

.services-list__content-info--item .item__right .item-btns {
    margin-top: 15px;
}

.services-list__content-info--item .item__right .item-btns a {
    width: 130px;
}

.services-list__content-info--item .item__right .item-btns .more {
    text-decoration: none;
    margin-top: 10px;
    display: block;
    border: 1px solid #855013;
    padding: 8px 0px;
    text-align: center;
    font-size: 1.6em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #855013;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.services-list__content-info--item .item__right .item-btns .more:hover {
    background: #855013;
    color: #fff;
}

.services-list__content-info--item .item__right-rightContent {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 35px;
}

.services-list__content-info--item--onPage {
    margin-top: 20px;
}

.services-list__content-info--item--onPage h1 {
    color: #855013;
    font-size: 2.4em;
    font-weight: bold;
}

.services-list__content-info--item--onPage .item-title--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-list__content-info--item--onPage .item-title--wrapper span {
    color: #ABABAB;
    font-size: 1.8em;
    display: block;
    margin-left: 20px;
}

.services-list__content-info--item--onPage .item-info--top {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.services-list__content-info--item--onPage .item-info--top .img-wrapper {
    width: 100%;
    max-width: 270px;
    height: 150px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.services-list__content-info--item--onPage .item-info--top .img-wrapper img {
    width: 100%;
    height: 100%;
}

.services-list__content-info--item--onPage .item-info--top .item__right {
    margin-left: 30px;
}

.services-list__content-info--item--onPage .item-info--top .item__right .item-cost {
    color: #CB8738;
    font-size: 3.2em;
    font-weight: bold;
}

.services-list__content-info--item--onPage .item-info--top .item__right .item-info:first-child {
    margin-top: 12px;
}

.services-list__content-info--item--onPage .item-info--top .item__right .item-info:not(:first-child) {
    margin-top: 6px;
}

.services-list__content-info--item--onPage .item-info--top .item__right .item-info span {
    color: #6A6A6A;
    font-size: 1.6em;
    color: #CB8738;
}

.services-list__content-info--item--onPage .item-info--top .item__right .item-info span.time {
    margin-left: 15px;
}

.services-list__content-info--item--onPage .item-info--top .item__right .item-info span.day {
    margin-left: 8px;
}

.services-list__content-info--item--onPage .item-info--top .item__right .item-info span:first-child {
    color: #6A6A6A;
}

.services-list__content-info--item--onPage .item-info--top .item__right .item-info span:nth-child(2) {
    margin-left: 15px;
}

.services-list__content-info--item--onPage .item-info--top .item__right .item-info a {
    font-size: 1.6em;
    color: #CB8738;
    margin-left: 15px;
}

.services-list__content-info--item--onPage .item-info--top .item__right .item-info a:hover {
    text-decoration: underline;
}

.services-list__content-info--item--onPage .item-info--center {
    margin-top: 20px;
    border-bottom: 2px solid #CB8738;
    padding-bottom: 20px;
}

.services-list__content-info--item--onPage .item-info--center .item-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.services-list__content-info--item--onPage .item-info--center .item-gallery a {
    width: 150px;
    display: block;
}

.services-list__content-info--item--onPage .item-info--center .item-gallery a:nth-child(n+6) {
    display: none;
}

.services-list__content-info--item--onPage .item-info--center .item-gallery a:not(:first-child) {
    margin-left: 20px;
}

.services-list__content-info--item--onPage .item-info--center .item-gallery .item {
    width: 100%;
    height: 150px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.services-list__content-info--item--onPage .item-info--center .item-gallery .item img {
    width: 100%;
    height: 100%;
}

.services-list__content-info--item--onPage .item-info--center .item-gallery .item.last .countItems {
    color: #FFFFFF;
    font-size: 5em;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    font-weight: bold;
}

.services-list__content-info--item--onPage .item-info--center .item-gallery .item.last:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    background: -webkit-gradient(linear, right top, left top, from(rgba(50, 50, 50, .4)), color-stop(112.67%, rgba(246, 224, 198, .4))), #F7E0C6;
    background: -webkit-gradient(linear, right top, left top, from(rgba(50, 50, 50, 0.4)), color-stop(112.67%, rgba(246, 224, 198, 0.4))), #F7E0C6;
    background: -webkit-linear-gradient(right, rgba(50, 50, 50, .4) 0%, rgba(246, 224, 198, .4) 112.67%), #F7E0C6;
    background: -o-linear-gradient(right, rgba(50, 50, 50, .4) 0%, rgba(246, 224, 198, .4) 112.67%), #F7E0C6;
    background: linear-gradient(270deg, rgba(50, 50, 50, .4) 0%, rgba(246, 224, 198, .4) 112.67%), #F7E0C6;
}

.services-list__content-info--item--onPage .item-info--center .item-gallery .item:nth-child(n+6) {
    display: none;
}

.services-list__content-info--item--onPage .item-info--bottom .text {
    margin-top: 25px;
}

.services-list__content-info--item--onPage .item-info--bottom .text p {
    font-weight: 300;
    font-size: 1.6em;
    color: #6A6A6A;
}

.services-list__content-info--item--onPage .item-info--bottom .buy {
    margin-top: 20px;
}

.services-list__content-info--item--onPage .item-info--bottom .buy a {
    width: 200px;
}

.services-list__content-info--forLegal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px;
}

.services-list__content-info--forLegal .text {
    color: rgba(50, 50, 50, .6);
    font-size: 1.8em;
    line-height: 25px;
}

.services-list__content-info--forLegal .c-btn {
    width: 100%;
    max-width: 400px;
    margin-left: 20px;
}

.services-list__content-info--pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
}

.services-list__content-info--pagination .pagination {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.services-list__content-info--pagination.noCount {
    margin-top: 20px;
}

.services-list__content-info--pagination.noCount .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.services-list__content-info--pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.services-list__content-info--pagination ul li {
    margin: 0px 5px;
}

.services-list__content-info--pagination ul li.noPagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.services-list__content-info--pagination a {
    font-size: 1.6em;
    color: rgba(50, 50, 50, .6);
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: block;
}

.services-list__content-info--pagination a:hover,
.services-list__content-info--pagination a .active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    color: #CB8738;
}

.services-list__content-info--pagination .prev,
.services-list__content-info--pagination .next {
    color: #CB8738;
}

.services-list__content-info--pagination .prev a,
.services-list__content-info--pagination .next a {
    color: #CB8738;
    font-weight: bold;
}

.services-list__content-info--pagination .prev {
    margin-right: 15px;
}

.services-list__content-info--pagination .next {
    margin-left: 15px;
}

.services-list__content-info--pagination .countShown {
    font-size: 1.4em;
    color: #323232;
    width: 50%;
    text-align: right;
}

.services-list__content-info--pagination .countShown span {
    font-weight: bold;
    padding: 0px 5px;
}

.services-list__content-info--bread ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-list__content-info--bread ul li,
.services-list__content-info--bread ul a {
    font-size: 1.6em;
    font-weight: 600;
}

.services-list__content-info--bread ul li {
    color: #CB8738;
}

.services-list__content-info--bread ul li:not(:first-child):before {
    content: '/';
    font-size: 1em;
    color: rgba(50, 50, 50, .4);
    padding: 0px 7px;
}

.services-list__content-info--bread ul a {
    color: rgba(50, 50, 50, .4);
    font-size: 1em;
}

.services-list__content-info--bread ul a:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .services-list__content-info--item .item__left {
        height: auto;
    }
    .services-list__content-info--item .item__right {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .services-list__content-info {
        margin-left: 30px;
    }
    .services-list__content-info--item .item__right .item-title {
        margin-top: 40px;
    }
    .services-main__container--top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .services-main__item:first-child {
        width: 100%;
    }
    .services-main__item:not(:first-child) {
        margin-left: 0px;
    }
    .services-main__item:not(:first-child) .services-main__item--header {
        border-bottom-color: #FFA800;
        margin-top: 20px;
    }
    .services-main__item:not(:first-child) .services-main__item--header span {
        color: #FFA800;
    }
}

@media (max-width: 992px) {
    .services-main__item--cards {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 870px) {
    .services-list__content--aside {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        max-width: 100%;
        z-index: 10;
        display: none;
        background: #fff;
    }
    .services-list__content--aside form {
        width: 100%;
        max-width: 310px;
        margin: auto;
        padding-bottom: 30px;
    }
    .services-list__content-info {
        margin-left: 0px;
        max-width: 100%;
    }
    .services-list__content-info--item .item__right-rightContent {
        margin: 35px;
    }
    .services-list__listActiveFilters {
        max-width: 500px;
        overflow: scroll;
        padding: 20px;
        padding-left: 5px;
    }
    .services-list__addActiveFilters {
        display: block;
        margin-left: 30px;
    }
    .services-list__content-info--item--onPage .item-info--center {
        display: none;
    }
}

@media (max-width: 670px) {
    .services-list__listActiveFilters {
        display: none;
    }
    .services-list__topFilters {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .services-list__content-info--forLegal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .services-list__content-info--forLegal .c-btn {
        margin-left: 0px;
        margin-top: 20px;
    }
    .services-list__content-info--item .item__right-rightContent {
        margin-top: 10px;
    }
    .services-list__content-info--item--onPage .item-info--top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .services-list__content-info--item--onPage .item-info--top .item__right {
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
    }
}

@media (max-width: 570px) {
    .services-main__item:first-child {
        max-width: 270px;
        margin: auto;
    }
    .services-main__item:not(:first-child) {
        margin: auto;
    }
    .services-list__content-info--item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 0;
    }
    .services-list__content-info--item .item__right {
        margin-left: 0px;
    }
    .services-list__content-info--item .item__left {
        height: 250px;
        width: 100%;
        max-width: 100%;
    }
    .services-list__content-info--item .item__close {
        z-index: 10;
    }
    .services-list__content-info--item .item__absolute-elements--view span {
        color: #323232;
    }
    .services-list__content-info--item .item__absolute-elements {
        z-index: 10;
    }
    .item__right-leftContent {
        padding: 0px 15px;
    }
    .services-main__item--header span {
        text-align: center;
    }
    .services-list__content-info--item .item__absolute-elements {
        top: 220px;
    }
    .services-list__content-info--item--onPage .item-title--wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .services-list__content-info--item--onPage .item-title--wrapper span {
        margin-left: 0px;
    }
}