.info-sect-banner {
    height: 1037px;
    margin-bottom: -115px;
    background: url(../img/info-sect-circle.png) center no-repeat;
    background-position: center -175px;
}
@media only screen and (max-width: 1080px) {
    .info-sect-banner {
        height: 900px;
        background-size: 1300px;
    }
}
@media only screen and (max-width: 992px) {
    .info-sect-banner {
        height: auto;
        background-size: 1000px;
    }
}
.info-sect-banner .info-sect__container {
    height: 100%;
    padding-bottom: 120px;
}
.info-sect__banner {
    position: relative;
    height: 100%;
}
@media only screen and (max-width: 992px) {
    .info-sect__banner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.info-sect-list .info-sect__item-icon {
    flex: none;
    margin: 0;
}
.info-sect-list .info-sect__item-title {
    text-align: left;
    margin-left: 35px;
}
@media only screen and (max-width: 992px) {
    .info-sect-list .info-sect__item-title {
        margin-left: 15px;
    }
}
.info-sect-list [data-right] .info-sect__item-title {
    text-align: right;
    margin-left: 0;
    margin-right: 35px;
}
@media only screen and (max-width: 992px) {
    .info-sect-list [data-right] .info-sect__item-title {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 992px) {
    .info-sect-list br {
        display: none;
    }
}
.info-sect-img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1062px;
    margin: 100px auto 0;
}
@media only screen and (max-width: 1080px) {
    .info-sect-img {
        width: 70%;
    }
}
@media only screen and (max-width: 992px) {
    .info-sect-img {
        position: static;
        width: 100%;
        max-width: 650px;
        margin: 10px auto 30px;
    }
}
@media only screen and (max-width: 992px) {
    .info-sect-list {
        width: 100%;
        max-width: 400px;
    }
}
.info-sect-list__item {
    display: flex;
    align-items: center;
    position: absolute;
}
@media only screen and (max-width: 992px) {
    .info-sect-list__item {
        position: static;
        margin-bottom: 15px;
    }
}
.info-sect-list__item[data-right] {
    flex-direction: row-reverse;
}
.info-sect-list__item_1 {
    top: 140px;
}
.info-sect-list__item_2 {
    top: 22px;
    right: 0;
}
.info-sect-list__item_3 {
    bottom: 0;
}
@media only screen and (max-width: 1080px) {
    .info-sect-list__item_3 {
        bottom: 50px;
    }
}
.info-sect-list__item_4 {
    right: 70px;
    bottom: 105px;
}

.form-sect__form-group {
	-webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}
.form-sect__input {
	width: 100%;
}

.call-dialog__prod-info {
    margin: 0 -30px 30px;
    padding: 10px 30px;
    background: #fff;
}
@media only screen and (max-width: 480px) {
    .call-dialog__prod-info {
        margin: 0 -20px 30px;
    }
}
.call-dialog__prod {
    margin-bottom: 10px;
    font-size: 18px;
}
.call-dialog__prod-price {
    opacity: .8;
}
.call-dialog .form-sect__form-group {
	margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
    .call-dialog .form-sect__form-group {
    	margin-bottom: 10px;
    }
}
.call-dialog .form-sect__input {
	margin-bottom: 0;
}

.calc-sect {
    z-index: 999;
}
.calc-sect__inputs {
    gap: 15px;
}
.calc-sect__block-input {
    padding: 0 35px 0 45px;    
}
.calc-sect__bg_full {
    right: 0;
}
@media only screen and (min-width: 1920px) {
    .calc-sect__bg_full {
        width: 100%;
    }
}
.calc-sect__container {
    display: flex;
}
.calc-sect__content {
    max-width: 50%;
}
@media only screen and (max-width: 1400px) {
    .calc-sect__content {
        padding: 30px 38px 25px;
    }
}
@media only screen and (max-width: 980px) {
    .calc-sect__content {
        max-width: 100%;
    }
}
.calc-sect__block-input {
	pointer-events: auto;
}
.calc-sect__block-input.error {
    border-color: #FFABA2;
}
.calc-sect__img {
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 40px;
}
@media only screen and (max-width: 1200px) {
    .calc-sect__img {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 980px) {
    .calc-sect__img {
        display: none;
    }
}
.calc-sect__img img {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
}

.calc-dialog.dialog-overlay {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
    z-index: 999;
}
.calc-dialog .call-dialog {
    position: relative;
    width: 100%;
}

.calculation-dialog {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
    max-width: 1000px;
    padding: 20px 80px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}
@media only screen and (max-width: 980px) {
    .calculation-dialog {
        padding: 20px 30px;
        bottom: 0;
    }
}
@media only screen and (max-width: 650px) {
    .calculation-dialog {
        padding: 10px 15px;
    }
}
.calculation-dialog .call-dialog__title {
    margin-bottom: 15px;
    font-size: 20px;
}
@media only screen and (max-width: 650px) {
    .calculation-dialog .call-dialog__title {
        max-width: 300px;
        margin: 0 auto 7px;
        font-size: 14px;
    }
}
.form-sect__inputs {
    display: flex;
    column-gap: 20px;
}
@media only screen and (max-width: 650px) {
    .form-sect__inputs {
        flex-wrap: wrap;
        column-gap: 10px;
    }
}
.form-sect__inputs .form-sect__form-group {
    flex: none;
    width: 25%;
}
@media only screen and (max-width: 650px) {
    .form-sect__inputs .form-sect__form-group {
        width: calc(50% - 5px);
    }
}
.form-sect__inputs .form-sect__form-group[data-big] {
    flex: 1 0 0;
}
@media only screen and (max-width: 650px) {
    .form-sect__inputs .form-sect__form-group[data-big] {
        flex: none;
        width: 100%;
    }
}
.calculation-dialog .form-sect__input {
    height: 45px;
}
@media only screen and (max-width: 650px) {
    .calculation-dialog .form-sect__input {
        height: 35px;
    }
}
.calculation-dialog .form-sect__submit {
    height: 45px;
}
@media only screen and (max-width: 650px) {
    .calculation-dialog .form-sect__submit {
        height: 35px;
    }
}

.prof-sect {
    padding-bottom: 50px;
}
.often-sect__slide.prof-sect__item {
    padding-top: 0;
}

.data-sect__modal {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #fff;
    border-radius: 10px;
}
.data-sect__modal .data-sect__item-text {
    margin-bottom: 15px;
}
.data-sect__modal .data-sect__item-text:last-child {
    margin-bottom: 0;
}
.data-sect__modal .mfp-close {
    color: #333 !important;
}

.content-sect {
    padding-top: 160px;
}
@media only screen and (max-width: 1200px) {
    .content-sect {
        padding-top: 120px;
    }
}
@media only screen and (max-width: 980px) {
    .content-sect {
        padding-top: 90px;
    }
}
.content-sect p,
.content-sect h5,
.content-sect table,
.content-sect ul,
.content-sect .row {
    margin-bottom: 15px;
}
.content-sect *:last-child {
    margin-bottom: 0;
}
.content-sect .row {
    margin-left: 0;
    margin-right: 0;
}
.content-sect h5 {
    font-size: 18px;
    font-weight: 600;
}
.content-sect table {
    width: 100%;
}
.content-sect table td {
    padding: 10px;
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #303d4f;
    border-radius: 100%;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 8888;
}
.scroll-top:hover {
    background: #c27a47;
}
.scroll-top img {
    width: 50%;
}

.offer-btn {
    max-width: 300px;
    margin: 0 auto;
}
.offer-btn:hover {
    background-color: #cb9169;
}

.price-sect__tables.active {
    max-height: none;
}

.group-sect__item {
    overflow: hidden;
}