.white-section {
	background: #fff;
}

.container-default {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container-default {
        width:750px
    }
}

@media (min-width: 992px) {
    .container-default {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container-default {
        width:1170px
    }
}

.service-add__title{
    font-size: 27px;
    text-align: center;
}

.content .h2-custom,
.h2-custom {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    color: #555555;
    margin: 0 0 25px;
}

.section-schema {
    background: #f0f0f0;
    overflow: hidden;
}

.schema-items {
    font-size: 0;
    text-align: center;
    margin: 0 -24px;
    overflow: hidden;
	padding: 25px 10px 10px 10px;
}

.schema-item-wrapper {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 24px;
    position: relative;
    margin-bottom: 30px;
}

.schema-item__icon {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 86px;
    position: relative;
    border: 2px solid #b99d54;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.schema-item__icon img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.schema-item__icon span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #b99d54;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: -5px;
}

.schema-item__title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    font-weight: bold;
    color: #555555;
}

.schema-item__description {
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}

.section-advantages .schema-item-wrapper:before {
    display: none;
}

.section-advantages .schema-item-wrapper {
    /*width: 33.33333333%;*/
	width: 50%;
}

.index-service {
    overflow: hidden;
}

.index-service-image img {
    display: block;
    max-width: 100%;
}

.index-service__title {
    font-size: 16px;
    font-weight: bold;
    color: #555555;
    margin-bottom: 15px;
}

.index-service__description {
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    margin-bottom: 25px;
}

.index-service__more {
    display: inline-block;
    min-width: 175px;
    text-align: center;
    padding: 10px 25px;
    line-height: 23px;
    background: #b99d54;
    border: 2px solid #b99d54;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.index-service-wrapper {
    margin-bottom: 35px;
}

.index-service__more:focus,
.index-service__more:active,
.index-service__more:hover {
    background: #fff;
    color: #b99d54;
}

@media (min-width: 1200px) and (max-width: 1399px) {

    .index-service-wrapper .col-lg-7,
    .index-service-wrapper .col-lg-5 {
        width: 50%;
    }
    
}

@media (min-width: 1400px) {
    
    .section-services .container-default {
        width: 1350px;
        padding-top: 25px;
        padding-bottom: 0;
    }

}


@media (min-width: 1200px) {

    .schema-item-wrapper + .schema-item-wrapper:before {
        content: '';
        width: 151px;
        height: 13px;
        background: url('/images/icons/arrow.png') center no-repeat;
        position: absolute;
        top: 42px;
        left: -78px;
    }

    .section-advantages .schema-item-wrapper {
        margin-bottom: 80px;
    }

    .section-advantages {
        padding-bottom: 0 !important;
    }

}

@media (min-width: 576px) and (max-width: 991px) {
    
    .schema-item-wrapper {
        width: 50%;
    }

}

@media (max-width: 991px) {

    .index-service-image {
        margin-bottom: 15px;
    }

}

@media (max-width: 575px) {
    
    .schema-item-wrapper, #section-features .row > div {
        width: 50%!important;
      	padding: 0 5px!important;
    }
  .schema-item__description {
    font-size: 12px!important;
	padding: 10px;
  }
  #section-features .feature h3, .schema-item__title {
    font-size: 13px!important;
  }
  #section-features .row {
    display: flex;
    flex-wrap: wrap;
  }

    .index-services .col-xs-6 {
        width: 100%;
    }
    
    
    .breadcrumb-wrapper > .container {
        width: 100%;
    }

}


/*убираем ошибку При выполнении скрипта возникла ошибка. Включить расширенный вывод ошибок можно в файле настроек  */
#bx_incl_area_16 {
	display:none
	}
	
#btn_main{
	margin:20px;
}