.header-catalog>ul>li>a{letter-spacing: 0;}
label.error {
    font-size: 14px;
    line-height: 24px;
    color: red;
}

#bx-soa-order-form{width: 100%}

.ui-widget.ui-widget-content{
	z-index: 1;
}

.catalog_sections_list .pools-list-wrapper{
	text-align: center;
	margin-bottom: 10px;
}
.catalog_sections_list .pools-list-wrapper a{
	color: #000;
}
#bx_incl_area_38{
    flex: 1 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
}

/*

ul a {
	color: black;
	font-size: 18px;
    padding-top: 16px;
    padding-bottom: 13px;
	display: list-item;
	border-bottom: 1px dotted #993a3a;
}

ul a:hover {
	color: #00672a;
}
*/

/*Стили от 29.10.2020*/

.bodycontent {
    line-height: 1.9;
}

.table-content thead {
    background: rgb(1,133,53);
    background: linear-gradient(45deg, rgba(1,133,53,1) 0%, rgba(0,83,33,1) 100%);
    color: white;
}
.table-content td {
    padding: 15px 10px;
    text-align: center;
    border-left: 1px solid #ced3d9;
    border-right: 1px solid #ced3d9;
    line-height: normal;
}
.table-content thead td {
    border-color: #025322;
}
.table-content tr td:first-child {
    border-left: 0;
}

.table-content tr td:last-child {
    border-right: 0;
}
.table-content tbody tr:nth-child(even) td {
    background: #e3e8ee;
}
.table-content thead td:first-child {
    border-top-left-radius: 5px;
}

.table-content_wrapper.table-content.red tr td:first-child{
    text-align: left;
}

.table-content thead td:last-child {
    border-top-right-radius: 5px;
}
.table-content_wrapper {
    border-radius: 10px;
    overflow: auto;
    border: 1px solid #e3e8ee;
    margin-bottom: 20px;
}

.table-content_wrapper table {
    min-width: 100%;
}

.bodycontent p i {
    color: #529517;
    font-family: RobotoBold;
}
.bodycontent ul {
    list-style: none;
    padding-left: 26px;
    font-family: RobotoMedium, sans-serif;
}
.bodycontent ul li {
    position: relative;
    margin-bottom: 15px;
    line-height: normal;
}
.bodycontent ul li:before {
    content: "";
    height: 17px;
    width: 17px;
    background: url('../img/list-icon.png') no-repeat center;
    position: absolute;
    left: -26px;
    top: 4px;
}
.bodycontent h2,
.bodycontent h3 {
    margin: 0 0 30px;
}
.quote-content {
    background: #ebf1f7 url('../img/quote-icon.png') no-repeat 24px center;
    border-radius: 8px;
    padding: 10px 15px 10px 76px;
    margin: 0 0 30px;
    font-family: RobotoMedium, sans-serif;
}
.quote-content p {
    margin: 0 !important;
}
.bodycontent ol {
    counter-reset: my-badass-counter;
    list-style: none;
    padding: 4px 0 0 22px;
}
.bodycontent ol li {
    margin-bottom: 10px;
    line-height: normal;
}
.bodycontent ol li:before {
    content: counter(my-badass-counter)".";
    counter-increment: my-badass-counter;
    margin-left: -22px;
    margin-right: 10px;
    position: absolute;
    color: #529517;
    font-family: RobotoBold;
}
.consultation-form {
    background: linear-gradient(90deg, rgba(1,133,53,1) 0%, rgba(0,83,33,1) 100%);
    color: white;
    padding: 30px 0;
    margin: 0 0 30px;
}
.consultation-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 15px;
}
.consultation-form p {
    margin-bottom: 0;
}
.consultation-form .btn {
    width: 100%;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(90deg, #a53c3c 0%, #813130 100%);
    font-family: RobotoBold;
    font-size: 15px;
    line-height: normal;
    padding: 14px;
    border-radius: 6px;
    outline: none;
    transition: none;
}
.consultation-form .btn:hover,
.consultation-form .btn:focus {
    background: #813130;
}
.consultation-form .form-control {
    padding: 10px 20px;
    border-radius: 6px;
    outline: none;
}
.consultation-form .agree {
    font-size: 13px;
    margin: 4px 0;
    line-height: 20px;
}
.consultation-form .form-group:last-child {
    margin-bottom: 0;
}
.consultation-form .agree a {
    color: white;
}
.advantages-cards {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.advantage-icon {
    border: 1px solid #923637;
    border-radius: 30px;
    width: 166px;
    height: 166px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: white;
    transition: .5s;
}
.advantage-icon:hover {
    background: #923637;
}
.advantages-cards.top .advantage-icon:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #923637;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 100%;
    margin-top: -22px;
    opacity: 0;
    transition: .3s;
    z-index: -1;
}
.advantages-cards.top .advantage-icon:hover:after {
    margin-top: -12px;
    opacity: 1;
}
.advantages-cards.bottom .advantage-icon:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #923637;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 0;
    margin-top: 1px;
    opacity: 0;
    transition: .3s;
    z-index: -1;
}
.advantages-cards.bottom .advantage-icon:hover:after {
    margin-top: -9px;
    opacity: 1;
}
.advantage-icon > div {
    width: 84px;
    height: 84px;
    margin: 0 auto;
    transition: .5s;
}
.advantage-icon:hover > div {
    background-position: bottom;
}
.advantage-icon .icon-01 {
    background: url('../img/advantage-icon-01.png') no-repeat top;
}
.advantage-icon .icon-02 {
    background: url('../img/advantage-icon-02.png') no-repeat top;
}
.advantage-icon .icon-03 {
    background: url('../img/advantage-icon-03.png') no-repeat top;
}
.advantage-icon .icon-04 {
    background: url('../img/advantage-icon-04.png') no-repeat top;
}
.advantage-icon .icon-05 {
    background: url('../img/advantage-icon-05.png') no-repeat top;
}
.advantage-icon .icon-06 {
    background: url('../img/advantage-icon-06.png') no-repeat top;
}
.advantage-icon .icon-07 {
    background: url('../img/advantage-icon-07.png') no-repeat top;
}
.advantage-icon .icon-08 {
    background: url('../img/advantage-icon-08.png') no-repeat top;
}
.advantage-icon .icon-09 {
    background: url('../img/advantage-icon-09.png') no-repeat top;
}
.advantage-icon .icon-10 {
    background: url('../img/advantage-icon-10.png') no-repeat top;
}
.advantage-text {
    text-align: center;
    width: 166px;
    margin: 25px auto;
    line-height: normal;
    font-size: 15px;
    color: #212529;
    font-family: 'RobotoMedium';
    text-transform: uppercase;
}
.section-title {
    font-size: 28px;
    font-family: RobotoBold;
    line-height: normal;
    margin: 20px 0 25px;
}
.advantage-content {
    margin: -12px 0 38px;
    text-align: center;
    background: #ebf1f7;
    padding: 18px;
    line-height: 1.5;
    border-radius: 6px;
    height: 84px;
}
.service-marks {
    padding: 30px 0;
    background-color: #eeeae0;
    background: url('../img/service-marks-pattern-top.jpg') repeat-x top,
                url('../img/service-marks-pattern-bottom.jpg') repeat-x bottom, #eeeae0;
}
.service-marks .container {
    display: block;
}
.service-marks .section-title {
    margin: 25px 0 35px;
}
.service-mark-card {
    border: 1px solid #e3e8ee;
    background: white;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px;
}
.service-mark-image {
    margin: -20px -20px 10px;
    padding: 20px;
    border-bottom: 1px solid #e3e8ee;
}
.service-mark-title {
    font-size: 18px;
    margin: 18px 0 10px;
}
.service-mark-price {
    font-size: 22px;
    font-family: RobotoBold;
    line-height: normal;
    margin-bottom: 18px;
}
.service-mark-card .btn {
    width: 100%;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(90deg, #a53c3c 0%, #813130 100%);
    font-family: RobotoBold;
    font-size: 15px;
    line-height: normal;
    padding: 14px;
    border-radius: 6px;
    outline: none;
    transition: none;
}
.service-mark-card .btn:hover {
    background: #813130;
}
.table-content_wrapper.table-content.red table thead {
    background: linear-gradient(90deg, #a53c3c 0%, #813130 100%);
}
.table-content_wrapper.table-content.red table thead td {
    background: none;
}
.services-in-spb {
    background: linear-gradient(180deg, #ab3e3e 0%, #7b2f2f 100%);
    color: white;
    padding: 30px 0;
    margin: 0 0 30px;
}
.services-in-spb .btn {
    width: 100%;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(90deg, #018032 0%, #005824 100%);
    font-family: RobotoBold;
    font-size: 15px;
    line-height: normal;
    padding: 14px;
    border-radius: 6px;
    outline: none;
    transition: none;
}
.services-in-spb .btn:hover {
    background: #005824;
}
.services-in-spb .agree {
    font-size: 13px;
    color: rgb(255 255 255 / 0.5);
    line-height: 20px;
    margin: 5px -40px 5px 0;
}
.services-in-spb .agree a {
    color: rgb(255 255 255 / 0.5);
}
.services-in-spb .section-title {
    margin: 15px 0;
}
.services-in-spb p {
    margin-bottom: 35px;
    font-size: 15px;
}
.services-in-spb .spb-map {
    margin: 0 0 0 auto;
}
.has-service-btn {
    position: relative;
    padding-right: 205px;
}
.service-btn {
    position: absolute;
    right: 0;
    color: white;
    background: linear-gradient(90deg, #017e32 0%, #005924 100%);
    font-family: RobotoMedium;
    font-size: 15px;
    line-height: normal;
    padding: 14px 25px;
    border-radius: 6px;
    outline: none;
    transition: none;
    border: 0;
    cursor: pointer;
}
.service-btn:hover {
    background: #005924;
}
.service-btn:focus {
    outline: none;
}
.service-btn img {
    vertical-align: top;
    margin-right: 10px;
}
.table-content_wrapper.table-content.red table thead td {
    border-color: #b54b4a;
}
.cons-suc{
	margin: auto;
	font-size: 24px;
}
.cons-fail{
	margin: auto;
	font-size: 24px;
	color: #ff0000;
}


.slick-arrow{
    border: none;
    background: none;
    background-image: none;
    cursor: pointer;
    position: absolute; 
    top: 45%;
    height: 42px;
    width: 20px;
}

.slick-arrow:focus{
    outline: none;
}

.slick-prev.slick-arrow{
    left: -41px;
    background-image: url('/local/templates/los/img/c-left.png');
}
.slick-next.slick-arrow {
    right: -40px;
    background-image: url('/local/templates/los/img/c-right.png');
}
.works-item {
    flex: 0 calc(100% / 4 - 23px) !important;
    max-width: calc(100% / 4 - 23px) !important;
    height: 255px !important;
    border-radius: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.works-item:nth-child(3n) {
    margin-right: 30px !important;
}
.works-item:nth-child(4n){
    margin-right: 0 !important;
}
.works-item:hover{
    border:none !important;
    box-shadow: none !important;
}
.works-item a{
    
}
.works-item:hover a{
    background-image: url('/local/templates/los/img/bg-fade.png');
    background-repeat: repeat;
}

.works-item:hover span{
    background-image: url('/local/templates/los/img/zoom.png');
}

.works-item a{
    display: block;
    width: 100%;
    height: 100%;
}

.works-item span{
   
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
/* media */
.client-name{
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: block;
}

.client-item{
    height: 118px !important;
}

.client-service-carousel.owl-carousel.owl-theme .owl-nav{
    display:flex;
    align-items:center;
    justify-content:space-between;margin-top:50px;
    position: absolute;
    width: 100%;
    top: 0;
}
.client-service-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-]{
    border-radius:0;
    margin:0;
}
.client-service-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover{
    background-color:transparent;
}
.client-service-carousel.owl-carousel.owl-theme .owl-nav button.owl-prev .item-arrow{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.client-service-carousel .owl-prev{
    position: absolute !important;
    right: -50px !important;
}
.client-service-carousel .owl-next {
    position: absolute !important;
    left: -50px !important;
}

.client-service-carousel .item-arrow::after{
    background-image: url(../img/c-left.png) !important;
    background-repeat: no-repeat !important;
}

.client-service-carousel .item-arrow{
    width: 20px !important;
    height: 42px !important;
}
.client-service-carousel .item-arrow:before{
    background-image: url(../img/c-left.png) !important;
}
#service-serts .client-item {
    height: 260px !important;
}
#service-serts.owl-carousel.owl-theme .owl-nav{
    display:flex;
    align-items:center;
    justify-content:space-between;margin-top:50px;
    position: absolute;
    width: 100%;
    top: 25%;
}
.single-item{
    width: 50%;
    margin: auto;
}
.items-list{
    width: 100%;
}
.hid{
    display: none;
}
.show-menu-more {
  text-align: center;
  padding: 8px 0;
}
.show-menu-more p{
    background-color: #00491E;
    padding: 8px;
    color: #fff;
    border-radius: 14px;
    margin: 0;
    cursor: pointer;
}
@media(max-width: 1199px) {
    .advantage-icon {
        border-radius: 26px;
        width: 150px;
        height: 150px;
    }
    .consultation-form .agree {
        margin: 0;
        line-height: 16px;
    }
    .service-mark-card .btn {
        font-size: 14px;
    }
    .services-in-spb .agree {
        line-height: 16px;
        margin: 0 -40px 0 0;
    }
    .services-in-spb .spb-map {
        margin: 20px 0 0 auto;
    }
}
@media(max-width: 991px) {
    .service-btn {
        padding: 10px 15px;
    }
    .table-content td {
        padding: 10px;
    }
    .advantage-text {
        width: 138px;
        margin: 20px auto;
        font-size: 14px;
    }
    .advantage-icon {
        border-radius: 20px;
        width: 120px;
        height: 120px;
    }
    .advantage-content br {
        display: none;
    }
    .bodycontent ul li {
        margin-bottom: 10px;
    }
    .quote-content {
        line-height: 1.7;
    }
    .quote-content br {
        display: none;
    }
    .consultation-form p {
        margin-bottom: 25px;
    }
    .consultation-form .agree {
        margin: 5px 0;
        line-height: 18px;
    }
    .consultation-title br {
        display: none;
    }
    .consultation-form .btn {
        padding: 13px;
        font-size: 14px;
    }
    .service-mark-card {
        padding: 10px;
    }
    .service-mark-card .btn {
        padding: 10px 0;
        font-size: 13px;
        text-transform: none;
    }
    .service-mark-image {
        margin: -10px -10px 0;
        padding: 10px;
    }
    .service-mark-price {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .service-mark-title {
        font-size: 16px;
        margin: 12px 0 10px;
    }
    .services-in-spb .section-title br {
        display: none;
    }
    .services-in-spb .form-control {
        font-size: 14px;
    }
    .services-in-spb .btn {
        font-size: 14px;
        padding: 10px;
    }
    .services-in-spb .agree {
        margin: 4px -150px 0 0;
    }
    .services-in-spb p {
        margin-bottom: 25px;
    }
    .section-title {
        font-size: 25px;
    }
    .consultation-title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .works-item{
        height: 155px !important;
    }
    .works-item:nth-child(2n){
        margin-right: 30px !important;
    }
}
@media(max-width: 767px) {
    .advantages {
        display: none;
    }
    .services-in-spb .agree {
        margin: 15px 0 0 0;
    }
    .services-in-spb .col-md-6:last-child .form-control {
        margin-top: 15px;
    }
    .consultation-form .col-md-6:last-child .form-control {
        margin-top: 15px;
    }
    .has-service-btn {
        padding-right: 0;
    }
    .service-btn {
        padding: 8px 12px;
        position: relative;
        white-space: nowrap;
        font-size: 14px;
        margin: 10px 0 0;
    }
    .table-content td {
        font-size: 13px;
    }
    .quote-content {
        padding: 10px 15px 10px 55px;
        background-size: 24px;
        background-position-x: 15px;
        line-height: 1.5;
        font-size: 14px;
    }
    .consultation-form .btn {
        padding: 10px 13px;
        margin-bottom: 10px;
    }
    .consultation-title {
        line-height: 30px;
    }
    .consultation-form .agree br {
        display: none;
    }
    .cons-name, .service-town{
        margin-top: 15px;
    }
    .single-item {
        width: 100%;
    }
    .service-mark-card .btn {
        padding: 8px 0;
        font-size: 12px;
        font-family: RobotoRegular;
    }
    .service-mark-card {
        margin-bottom: 15px;
    }
    .service-marks .col-6:nth-child(odd) {
        padding-right: 7.5px;
    }
    .service-marks .col-6:nth-child(even) {
        padding-left: 7.5px;
    }
    .advantages-slider .slick-dots {
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0 0 30px;
    }
    .advantages-slider .slick-dots li {
        border: 0;
        margin: 0 3px;
        outline: none;
    }
    .advantages-slider .slick-dots button {
        border-radius: 50%;
        background: #b5b5b5;
        border: 0;
        width: 16px;
        height: 16px;
        font-size: 0;
        padding: 0;
        outline: none;
    }
    .advantages-slider .slick-dots li.slick-active button {
        background: #026d2c;
    }
}

@media(max-width: 575px) {
    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav{
        display: none !important;
    }
    .slick-slider .slick-arrow{
        display: none !important;
    }
    .handle{
        display: none;
    }
}

@media(max-width: 565px) {
    .works-item{
        display: block !important;
        width: 100%;
        max-width: unset !important;
        flex: unset !important;
        height: 300px !important;
        margin-right: 0 !important;
    }
    .works-item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .works-item:nth-child(3n) {
        margin-right: 0 !important;
    }
}