body {    
    line-height: 1.2;
}
h2 {    
    font-weight: bold;
    margin: 30px 0 10px;
}

.breadcrumb-wrapper .h2-custom {
    float: left;
    font-size: 24px;
    font-family: "Roboto";
    margin: 0;
    color: #555;
}


.breadcrumb-wrapper > .container {
	width: 1170px;
}

form.event-register button.btn.ttn {
    text-transform: none;
}

.white-section {
    background: #fff;
}

.container-default {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    padding: 0 50px;
    width: 1400px;
}

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

@media (max-width: 992px) {
    .container-default,
    .breadcrumb-wrapper > .container {
        width: 970px;
    }
}

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

.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;
    width: 90px;
    height: 90px;
    line-height: 86px;
    position: relative;
    border: 2px solid #b99d54;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
}

.schema-item__icon img {
    display: inline-block;
    vertical-align: middle;
}

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

@media (min-width: 992px) {
    .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;
}

.section-advantages-inner {
    overflow: hidden;
    padding-top: 70px;
}

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

    .person_wripper>div {
        display: flex;
        flex-wrap: wrap;
    }
    
    .breadcrumb-wrapper > .container {
        width: 750px;
    }
}

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

    .container {
        padding: 0 15px;
    }
    
    
    .breadcrumb-wrapper > .container {
        width: 100%;
    }
}

.price-table-title {
    line-height: 26px;
    padding: 10px 25px;
    background: #b89b5e;
    color: #fff;
    font-size: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
	margin:0px auto;
}

.price-table {
    width: 100%;
    border-spacing: 0 10px;
    border-collapse: separate;
}

.price-table td {
    width: 30%;
    background: #f0f0f0;
    font-size: 14px;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    padding: 13px 25px;
}

.price-table_header tr:first-child td {
    width: 70%;
    font-size: 14px;
    font-size: 18px;
    font-weight: normal;
    background: none;
    color: #898989;
    padding-bottom: 5px;
}



@media (max-width:1200px) {
.service-table-wrapper {
    width:100%!important;
}
}

.service-table-wrapper {
    width:100%;
	padding-top: 5px;
	margin: 0px auto;
}

.block-need {
    background: #b89b5e url("/images/need-bg.jpg") right center no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 250px;
    padding: 25px 100px 25px 50px;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.block-need a {
    color: #fff;
}

.block-need .form-info {
    color: #fff;
}

.block-need-left {
    padding-right: 15px;
}

.block-need-right form label {
    color: #fff;
}

@media (max-width: 1400px) {
    .block-need {
        padding: 25px;
    }
}

@media (max-width: 991px) {
    .block-need {
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .block-need-left {
        padding-right: 0;
    }
}

.block-need__link {
    max-width: 100%;
    display: inline-block;
    width: 284px;
    padding: 15px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
}

.block-need__link:focus,
.block-need__link:active,
.block-need__link:hover {
    background: #fff;
    color: #b89b5e;
}

.block-need-wrapper {
    padding-top: 40px;
}

.block-need__title {
    font-size: 27px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
}

.block-need__text {
    font-size: 16px;
    line-height: 20px;
}

.block-need__text p {
    margin-bottom: 0;
}

.block-need-right {
    padding: 15px 0;
}

.service-add-list {
    border-top: 1px solid #d5d5d5;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.service-add__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.service-add-list a {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    /* padding: 10px 25px; */
    border: 1px solid #b89b5e;
    font-size: 14px;
    border-radius: 4px;
    color: #b89b5e;
    /* margin: 0 15px 15px 0; */
}

.service-add-list a:hover,
.service-add-list a:active,
.service-add-list a:focus {
    background: #b89b5e;
    color: #fff;
}


.search-result .row {
    display: flex;
    flex-direction: column;
}

.search-result .row div:first-child {
    order: -5;
}

.service-add-list {
    order: -4;
}

.section-advantages-inner {
    order: -3;
}

@media (min-width: 992px) {

    footer p.contact-text,
    footer {
        font-size: 16px !important;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    .col-full-tablet .box-tagline {
        margin-bottom: 0;
        padding-top: 15px;
    }

    .col-full-tablet {
        width: 100% !important;
        padding-left: 15px !important;
    }
}

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

@media (max-width: 540px) {
    .services-flex a {
        width: 100%;
		padding: 10px 10px !important;
    }
}