._rel {
    position: relative;
}

@media (min-width: 768px) {
    ._show-767 {
        display: none;
    }
}

@media (max-width: 767px) {
    ._hide-767 {
        display: none;
    }
}

.form-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.section-title {
    color: #1D334A;
    font-size: 46px;
    line-height: 1.3;
    margin-bottom: 25px;
}
@media (max-width: 1399px) {
    .section-title {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .section-title {
        font-size: 34px;
    }
}
@media (max-width: 576px) {
    .section-title {
        font-size: 28px;
    }
}

.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #D3D4D6;
    background-color: #fff;
    color: #1D334A;
    padding: 20px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 300;
    max-width: 270px;
    z-index: 10;
}
@media (max-width: 576px) {
    .tooltip {
        max-width: 200px;
    }
}

.tooltip-block {
    padding-left: 5px;
}

.modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #1D334A;
    line-height: normal;
}

.modal-input--label {
    font-size: 12px;
    color: #253341;
    font-weight: 600;
}

.modal .modal-input input {
    border-color: #1D334A;
}

.modal .modal-input input.error {
    border-color: red;
}

.modal-input input {
    text-transform: none;
}

.modal-input input:-ms-input-placeholder {
    font-weight: 300;
    color: #666;
}

.modal-input input::placeholder {
    font-weight: 300;
    color: #666;
}

dots {
    border-bottom: 1px dotted;
    flex-grow: 1;
    margin: 0 8px 6px;
}

.button._secondary,
.button._secondary:hover {
    background-color: #009B40;
    border-color: #009B40;
}

.c-tab-pane {
    visibility: hidden;
    height: 0;
    opacity: 0;
}

.c-tab-pane._active {
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.05s;
}

.c-tabs-nav {
    display: flex;
    font-size: 18px;
}
@media (max-width: 767px) {
    .c-tabs-nav {
        font-size: 16px;
    }
}

.c-tab-link {
    color: #56666F;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    text-decoration: none;
    transition: 0s;
}
.c-tab-link._active {
    color: #1D334A;
}
.c-tab-link:hover:not(._active) {
    color: #1D334A;
}

/*start section-top*/
.section-top > .container {
    max-width: 1480px;
}

@media (max-width: 991px) {
    .section-top__wrap {
        padding: 70px 40px;
    }
}
@media (max-width: 699px) {
    .section-top__wrap {
        padding: 50px 20px;
    }
}
@media (max-width: 599px) {
    .section-top__wrap {
        padding: 50px 0;
    }
}

.section-top__text {
    position: absolute;
    left: 0;
    top: 0;
    padding: 80px 70px;
    color: #1D334A;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 660px;
    font-weight: 500;
}
@media (max-width: 1399px) {
    .section-top__text {
        padding-top: 60px;
    }
}
@media (max-width: 1199px) {
    .section-top__text {
        max-width: 550px;
    }
}
@media (max-width: 991px) {
    .section-top__text {
        position: relative;
        z-index: 1;
        max-width: 600px;
        padding: 0 0 50px 0;
    }
}
@media (max-width: 576px) {
    .section-top__text {
        padding: 0 0 30px 0;
    }
}
.section-top__text ._title {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 16px;
}
@media (max-width: 1399px) {
    .section-top__text ._title {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .section-top__text ._title {
        font-size: 34px;
    }
}
@media (max-width: 369px) {
    .section-top__text ._title {
        font-size: 27px;
    }
}

.section-top__form {
    color: #1D334A;
    max-width: 420px;
    padding: 30px;
    background: #F1F2F6;
    border: 1px solid #D3D4D6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 150px;
    top: 80px;
    z-index: 2;
}
.section-top__form input {
    background-color: #fff;
    text-transform: none;
    border-color: #1D334A;
}
@media (max-width: 1399px) {
    .section-top__form {
        top: 60px;
        right: 70px;
    }
}
@media (max-width: 991px) {
    .section-top__form {
        position: relative;
        top: unset;
        right: unset;
        max-width: 100%;
        padding: 30px;
    }
    .section-top__form .modal-button {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 10px;
    }
}
@media (max-width: 599px) {
    .section-top__form {
        padding: 20px;
    }
    .section-top__form .modal-button {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .section-top__form .mob-2-col {
        display: flex;
        justify-content: space-between;
    }
    .section-top__form .mob-2-col .modal-form--wrap {
        width: calc(50% - 10px);
    }
}
@media (max-width: 599px) {
    .section-top__form .mob-2-col {
        flex-direction: column;
    }
    .section-top__form .mob-2-col .modal-form--wrap {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .section-top__image {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
}
.section-top__image img {
    display: block;
    min-height: 620px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}

/*end section-top*/
/*start clients*/
section.clients {
    padding: 70px 0;
}
@media (max-width: 1399px) {
    section.clients {
        padding: 50px 0;
    }
}
@media (max-width: 576px) {
    section.clients {
        padding: 35px 0;
    }
}

.clients__tabs {
    padding-top: 50px;
}
@media (max-width: 1399px) {
    .clients__tabs {
        padding-top: 40px;
    }
}
@media (max-width: 576px) {
    .clients__tabs {
        padding-top: 25px;
    }
}
.clients__tabs .c-tabs-nav {
    margin-bottom: 50px;
    border-bottom: 1px solid #D3D4D6;
}
@media (max-width: 1399px) {
    .clients__tabs .c-tabs-nav {
        margin-bottom: 40px;
    }
}
@media (max-width: 576px) {
    .clients__tabs .c-tabs-nav {
        margin-bottom: 25px;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }
}
.clients__tabs .c-tab-link {
    padding: 15px 30px;
    position: relative;
    white-space: nowrap;
}
@media (max-width: 576px) {
    .clients__tabs .c-tab-link {
        margin-right: 20px;
        padding: 15px 0;
    }
    .clients__tabs .c-tab-link:last-child {
        margin-right: 0;
    }
}
.clients__tabs .c-tab-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 0;
    width: 100%;
    background-color: #009B40;
}
@media (max-width: 576px) {
    .clients__tabs .c-tab-link:before {
        bottom: 0;
    }
}
.clients__tabs .c-tab-link._active:before {
    height: 3px;
    transition: 0.25s;
}
.clients__tabs .c-tab-pane {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .clients__tabs .c-tab-pane {
        flex-direction: column;
    }
}

.clients__about {
    width: 60%;
    flex-shrink: 0;
    display: flex;
}
@media (max-width: 1199px) {
    .clients__about {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .clients__about {
        flex-direction: column;
    }
}
.clients__about__point {
    margin-right: 15px;
    font-size: 14px;
    width: 33.3333333333%;
}
@media (max-width: 767px) {
    .clients__about__point {
        display: flex;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .clients__about__point:last-child {
        margin-bottom: 0;
    }
}
.clients__about__point ._title {
    font-weight: 600;
    color: #1D334A;
    margin-bottom: 5px;
}
.clients__about__point ._number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    background-color: #1D334A;
    margin-bottom: 15px;
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    margin-right: 15px;
}

@media (max-width: 1199px) {
    .clients__image img {
        width: 100%;
    }
}

/*end clients*/
/*start advantages*/
section.advantages {
    padding: 70px 0;
}
@media (max-width: 1399px) {
    section.advantages {
        padding: 50px 0;
    }
}
@media (max-width: 576px) {
    section.advantages {
        padding: 35px 0;
    }
}

.advantages__list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 16px);
    margin: 0 -8px;
}
@media (max-width: 991px) {
    .advantages__list {
        margin: 0;
        width: 100%;
    }
}

.advantages__point {
    width: calc(25% - 16px);
    margin: 8px;
    background-color: #F1F2F6;
    padding: 45px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1199px) {
    .advantages__point {
        width: calc(33.3333333333% - 16px);
    }
}
@media (max-width: 991px) {
    .advantages__point {
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .advantages__point {
        padding: 25px;
    }
}
.advantages__point._longevity {
    background-color: #1D334A;
}
.advantages__point._longevity ._title {
    color: #F1F2F6;
}
.advantages__point._longevity ._text {
    color: #D3D4D6;
}
.advantages__point._eco {
    background-color: #009B40;
}
.advantages__point._eco ._title {
    color: #F1F2F6;
}
.advantages__point._eco ._text {
    color: #D3D4D6;
}
.advantages__point._image {
    padding: 0;
    cursor: default;
}
.advantages__point._image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.advantages__point ._title {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #1D334A;
}
@media (max-width: 767px) {
    .advantages__point ._title {
        margin-bottom: 15px;
    }
}
.advantages__point ._text {
    color: #56666F;
}

.advantages-slider .owl-stage {
    display: flex;
    margin-left: -100px;
}
@media (max-width: 767px) {
    .advantages-slider .owl-stage {
        margin-left: -50px;
    }
}
@media (max-width: 649px) {
    .advantages-slider .owl-stage {
        margin-left: -20px;
    }
}
@media (max-width: 599px) {
    .advantages-slider .owl-stage {
        margin-left: -100px;
    }
}
@media (max-width: 499px) {
    .advantages-slider .owl-stage {
        margin-left: -50px;
    }
}
@media (max-width: 419px) {
    .advantages-slider .owl-stage {
        margin-left: -20px;
    }
}
@media (max-width: 349px) {
    .advantages-slider .owl-stage {
        margin-left: 0;
    }
}
.advantages-slider .owl-nav {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.advantages-slider .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    transform: unset;
    position: static;
}

/*end advantages*/
/*start catalog-main*/
section.catalog-main {
    padding: 70px 0;
}
@media (max-width: 1399px) {
    section.catalog-main {
        padding: 50px 0;
    }
}
@media (max-width: 576px) {
    section.catalog-main {
        padding: 35px 0;
    }
}

.catalog__series {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 16px);
    margin: 0 -8px;
}
@media (max-width: 991px) {
    .catalog__series {
        margin: 0;
        width: 100%;
    }
}
.catalog__series__point {
    width: calc(25% - 16px);
    margin: 8px;
    position: relative;
}
@media (max-width: 991px) {
    .catalog__series__point {
        display: block;
        margin: 0;
        width: 100%;
        height: 100%;
    }
}
.catalog__series__point:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 51, 74, 0.3);
    z-index: 1;
}
.catalog__series__point:hover ._image img {
    transform: scale(1.1);
}
.catalog__series__point:hover ._price {
    opacity: 1;
    transition: 0.25s;
    transition-delay: 0.5s;
}
.catalog__series__point ._name {
    color: #fff;
    position: absolute;
    left: 25px;
    top: 25px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.catalog__series__point ._name strong {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .catalog__series__point ._name strong {
        font-size: 20px;
    }
}
.catalog__series__point ._price {
    opacity: 0;
    font-weight: 100;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1199px) {
    .catalog__series__point ._price {
        opacity: 1;
    }
}
.catalog__series__point ._price span {
    padding: 2px 0;
}
.catalog__series__point ._more {
    color: #fff;
    position: absolute;
    left: 25px;
    bottom: 25px;
    text-transform: uppercase;
    z-index: 1;
    transition: 0.25s;
}
.catalog__series__point ._more:hover {
    text-decoration: underline;
}
.catalog__series__point ._image {
    overflow: hidden;
    display: block;
    height: 100%;
}
.catalog__series__point ._image img {
    transition: 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog__panels .button-more {
    display: flex;
    justify-content: center;
}

.catalog__panels__wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 16px);
    margin: 0 -8px 30px;
}
@media (max-width: 499px) {
    .catalog__panels__wrap {
        width: 100%;
        margin: 0 0 25px 0;
    }
}

.catalog__panels__point {
    width: calc(25% - 16px);
    margin: 8px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 991px) {
    .catalog__panels__point {
        width: calc(50% - 16px);
        margin: 15px 8px;
    }
}
@media (max-width: 499px) {
    .catalog__panels__point {
        width: 100%;
        margin: 15px 0;
    }
}
.catalog__panels__point:hover ._name {
    color: #009B40;
}
.catalog__panels__point ._image {
    display: block;
    margin-bottom: 15px;
}
.catalog__panels__point ._image img {
    transition: 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog__panels__point ._type {
    font-size: 14px;
    color: #8E8E92;
    margin-bottom: 5px;
    font-weight: 300;
}
.catalog__panels__point ._name {
    font-size: 18px;
    margin-bottom: 10px;
    transition: 0.25s;
}
.catalog__panels__point ._size {
    color: #56666F;
    margin-bottom: 5px;
    font-weight: 300;
}
.catalog__panels__point ._price {
    color: #56666F;
    font-weight: 300;
}
.catalog__panels__point ._status {
    color: #009B40;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .catalog__series-slider {
        margin-bottom: 15px;
    }
}
.catalog__series-slider .owl-stage {
    display: flex;
    margin-left: -100px;
}
@media (max-width: 767px) {
    .catalog__series-slider .owl-stage {
        margin-left: -50px;
    }
}
@media (max-width: 649px) {
    .catalog__series-slider .owl-stage {
        margin-left: -20px;
    }
}
@media (max-width: 599px) {
    .catalog__series-slider .owl-stage {
        margin-left: -100px;
    }
}
@media (max-width: 499px) {
    .catalog__series-slider .owl-stage {
        margin-left: -50px;
    }
}
@media (max-width: 419px) {
    .catalog__series-slider .owl-stage {
        margin-left: -20px;
    }
}
@media (max-width: 349px) {
    .catalog__series-slider .owl-stage {
        margin-left: 0;
    }
}
.catalog__series-slider .owl-nav {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.catalog__series-slider .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    transform: unset;
    position: static;
}

/*end catalog-main*/
/*start configurator*/
section.configurator {
    padding: 70px 0;
}
@media (max-width: 1399px) {
    section.configurator {
        padding: 50px 0;
    }
}
@media (max-width: 576px) {
    section.configurator {
        padding: 35px 0;
    }
}

.configurator-form__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.configurator-form__block {
    width: calc(33.3333333333% - 8px);
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .configurator-form__block {
        width: calc(50% - 8px);
    }
}
@media (max-width: 576px) {
    .configurator-form__block {
        width: 100%;
    }
}
.configurator-form__block label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
}
.configurator-form__block input,
.configurator-form__block .nice-select {
    border: 1px solid rgba(211, 212, 214, 0.5);
    padding: 4px 15px;
    background-color: #fff;
    color: #1D334A;
    text-transform: none;
    border-radius: 0;
    transition: 0.25s;
}
.configurator-form__block input:hover,
.configurator-form__block .nice-select:hover {
    border-color: #009B40;
}
.configurator-form__block button.button {
    padding: 11px 15px;
    width: 100%;
    height: 50px;
}
.configurator-form__block .modal-button button,
.configurator-form__block .modal-button button:disabled {
    background-color: #1D334A;
}
.configurator-form__block ._options {
    font-size: 14px;
    color: #1D334A;
    display: flex;
    flex-wrap: wrap;
}
.configurator-form__block ._options__point {
    padding: 4px 15px;
    height: 50px;
    border: 1px solid rgba(211, 212, 214, 0.5);
    background-color: #FBFCFD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    flex-grow: 1;
    transition: 0.25s;
}
@media (max-width: 576px) {
    .configurator-form__block ._options__point {
        font-size: 14px;
        padding: 4px 10px;
    }
}
.configurator-form__block ._options__point:last-child {
    margin-right: 0;
}
.configurator-form__block ._options__point:hover {
    border-color: rgba(0, 155, 64, 0.5);
}
.configurator-form__block ._options__point._active {
    border-color: #009B40;
}
@media (max-width: 1199px) {
    .configurator-form__block._dops {
        width: auto;
    }
}
@media (max-width: 576px) {
    .configurator-form__block._dops {
        width: 100%;
    }
}

.configurator-form__total {
    margin-bottom: 30px;
}
.configurator-form__total ._price {
    color: #1D334A;
    font-size: 26px;
    display: flex;
}
@media (max-width: 1199px) {
    .configurator-form__total ._price {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .configurator-form__total ._price {
        font-size: 20px;
    }
}
@media (max-width: 499px) {
    .configurator-form__total ._price {
        flex-direction: column;
    }
}
.configurator-form__total ._discount {
    color: #009B40;
    font-size: 20px;
    display: flex;
    padding-top: 5px;
}
@media (max-width: 1199px) {
    .configurator-form__total ._discount {
        font-size: 19px;
    }
}
@media (max-width: 576px) {
    .configurator-form__total ._discount {
        font-size: 18px;
    }
}
@media (max-width: 499px) {
    .configurator-form__total ._discount {
        flex-direction: column;
    }
}
.configurator-form__total ._quote {
    color: #9E9E9E;
    font-size: 12px;
    padding-top: 10px;
}
.configurator-form__total ._title {
    width: 100%;
    max-width: 320px;
}
@media (max-width: 1199px) {
    .configurator-form__total ._title {
        max-width: 300px;
    }
}
@media (max-width: 499px) {
    .configurator-form__total ._title {
        max-width: 100%;
    }
}

.configurator-form__send {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
@media (max-width: 767px) {
    .configurator-form__send {
        align-items: inherit;
    }
}
@media (max-width: 1199px) {
    .configurator-form__send .configurator-form__block {
        width: calc(33.3333333333% - 8px);
    }
}
@media (max-width: 767px) {
    .configurator-form__send .configurator-form__block {
        width: calc(50% - 8px);
    }
}
@media (max-width: 576px) {
    .configurator-form__send .configurator-form__block {
        width: 100%;
    }
}
.configurator-form__send .configurator-form__button {
    width: calc(33.3333333333% - 8px);
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .configurator-form__send .configurator-form__button {
        width: calc(50% - 8px);
    }
}
@media (max-width: 576px) {
    .configurator-form__send .configurator-form__button {
        width: 100%;
    }
}
.configurator-form__send .configurator-form__button .button {
    width: 100%;
}
@media (max-width: 767px) {
    .configurator-form__send .configurator-form__check {
        width: calc(50% - 8px);
        margin-bottom: 15px;
    }
}
@media (max-width: 576px) {
    .configurator-form__send .configurator-form__check {
        width: 100%;
        margin-bottom: 0;
    }
}

  #configurator-form input[type="number"]::placeholder {
        color:  #91969A;
    }
/*end configurator*/
/*start about*/
section.about {
    padding: 70px 0;
}
@media (max-width: 1399px) {
    section.about {
        padding: 50px 0;
    }
}
@media (max-width: 576px) {
    section.about {
        padding: 35px 0;
    }
}
section.about .title-with-text {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    section.about .title-with-text {
        flex-direction: column;
    }
}
section.about .title-with-text .section-title {
    width: 50%;
    flex-shrink: 0;
    margin: 0;
    line-height: 1;
}
@media (max-width: 1199px) {
    section.about .title-with-text .section-title {
        width: auto;
        margin-bottom: 25px;
    }
}

.about__list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .about__list {
        margin-left: -14px;
        width: calc(100% + 14px);
        justify-content: unset;
    }
}

.about__point {
    width: calc(25% - 24px);
    margin: 50px 10px 0 14px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1199px) {
    .about__point {
        margin-top: 40px;
        width: calc(33.3333333333% - 24px);
    }
}
@media (max-width: 767px) {
    .about__point {
        width: calc(50% - 24px);
    }
}
@media (max-width: 576px) {
    .about__point {
        width: 100%;
    }
}
.about__point:hover ._button {
    width: auto;
    padding: 10px 20px;
    background-color: #1D334A;
}
.about__point:hover ._button span {
    text-indent: unset;
}
.about__point:hover ._title {
    color: #009B40;
}
.about__point ._image {
    position: relative;
    margin-bottom: 15px;
    height: 100%;
}
.about__point ._image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about__point ._button {
    color: #fff;
    position: absolute;
    right: -10px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 45px;
    height: 45px;
    background-color: #009B40;
    text-transform: uppercase;
    line-height: 1;
    transition: 0.25s;
}
@media (max-width: 576px) {
    .about__point ._button {
        width: auto;
        padding: 10px 20px;
    }
}
.about__point ._button span {
    margin-right: 8px;
    margin-top: 2px;
    text-indent: -9999px;
}
@media (max-width: 576px) {
    .about__point ._button span {
        text-indent: 0;
    }
}
.about__point ._button:hover svg {
    transform: translateX(5px);
    transition: 0.25s;
}
.about__point ._title {
    font-size: 18px;
    font-weight: 600;
    transition: 0.25s;
}

/*end about*/
/*start stages-work*/
section.stages-work {
    padding: 70px 0;
}
@media (max-width: 1399px) {
    section.stages-work {
        padding: 50px 0;
    }
}
@media (max-width: 576px) {
    section.stages-work {
        padding: 35px 0;
    }
}
section.stages-work .section-text {
    width: 100%;
    max-width: 420px;
}
@media (max-width: 991px) {
    section.stages-work .section-text {
        max-width: 100%;
        margin-bottom: 15px;
    }
}

.stages__wrap {
    display: flex;
    flex-wrap: wrap;
}
.stages__wrap .stages__info {
    width: 50%;
}
@media (max-width: 991px) {
    .stages__wrap .stages__info {
        width: 100%;
    }
}
.stages__wrap .stages__step {
    width: 25%;
    padding: 15px 8px;
}
@media (max-width: 991px) {
    .stages__wrap .stages__step {
        width: 33.3333333333%;
    }
}
@media (max-width: 767px) {
    .stages__wrap .stages__step {
        width: 100%;
        padding: 0;
    }
}
.stages__wrap ._image {
    margin-bottom: 15px;
    height: 200px;
}
.stages__wrap ._image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stages__wrap ._title {
    margin-bottom: 5px;
    font-size: 18px;
    color: #1D334A;
    font-weight: 600;
}
.stages__wrap ._text {
    font-size: 14px;
    font-weight: 300;
}

.stages__button {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

@media (max-width: 991px) {
    .stages-slider {
        margin-bottom: 15px;
    }
}
.stages-slider .owl-stage {
    display: flex;
    margin-left: -98px;
}
@media (max-width: 767px) {
    .stages-slider .owl-stage {
        margin-left: -48px;
    }
}
@media (max-width: 649px) {
    .stages-slider .owl-stage {
        margin-left: -18px;
    }
}
@media (max-width: 599px) {
    .stages-slider .owl-stage {
        margin-left: -98px;
    }
}
@media (max-width: 499px) {
    .stages-slider .owl-stage {
        margin-left: -48px;
    }
}
@media (max-width: 419px) {
    .stages-slider .owl-stage {
        margin-left: -18px;
    }
}
@media (max-width: 349px) {
    .stages-slider .owl-stage {
        margin-left: 0;
    }
}
.stages-slider .owl-nav {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.stages-slider .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    transform: unset;
    position: static;
}

/*end stages-work*/
/*start solution*/
section.solution {
    padding: 70px 0;
}
@media (max-width: 1399px) {
    section.solution {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    section.solution {
        padding: 50px 0 25px;
    }
}
@media (max-width: 576px) {
    section.solution {
        padding: 35px 0 10px;
        background-color: #F1F2F6;
    }
}
@media (max-width: 991px) {
    section.solution .section-title {
        font-weight: 600;
        font-size: 20px;
    }
}

.solution__wrap {
    display: flex;
}
@media (max-width: 991px) {
    .solution__wrap {
        flex-direction: column-reverse;
    }
}

.solution__col {
    width: 50%;
}
@media (max-width: 991px) {
    .solution__col {
        width: 100%;
    }
}
.solution__col img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.solution__col._image {
    padding-left: 16px;
}
@media (max-width: 991px) {
    .solution__col._image {
        padding-left: 0;
        margin-bottom: 20px;
    }
}

.solution-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .solution-form {
        align-items: flex-end;
    }
}
@media (max-width: 767px) {
    .solution-form {
        align-items: inherit;
    }
}

.solution-form__block {
    width: calc(50% - 8px);
    margin-bottom: 24px;
}
@media (max-width: 1199px) {
    .solution-form__block {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .solution-form__block {
        width: calc(33.3333333333% - 4px);
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .solution-form__block {
        width: calc(50% - 4px);
    }
}
@media (max-width: 576px) {
    .solution-form__block {
        width: 100%;
    }
}

.solution-form .modal-check {
    width: calc(100% - 300px);
    margin-bottom: 24px;
}
@media (max-width: 1199px) {
    .solution-form .modal-check {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .solution-form .modal-check {
        width: calc(50% - 4px);
    }
}
@media (max-width: 576px) {
    .solution-form .modal-check {
        width: 100%;
    }
}

.solution-form__button {
    width: 285px;
    margin-right: 15px;
}
@media (max-width: 1199px) {
    .solution-form__button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .solution-form__button {
        width: calc(33.3333333333% - 8px);
    }
}
@media (max-width: 767px) {
    .solution-form__button {
        width: calc(50% - 4px);
    }
}
@media (max-width: 576px) {
    .solution-form__button {
        width: 100%;
        margin-bottom: 10px;
    }
}
.solution-form__button button {
    width: 100%;
}

/*end solution*/
/*start review*/
section.review {
    padding: 70px 0;
}
@media (max-width: 1399px) {
    section.review {
        padding: 50px 0;
    }
}
@media (max-width: 576px) {
    section.review {
        padding: 35px 0;
    }
}

.review__list {
    margin-left: calc(50% - 650px);
}
@media (max-width: 1340px) {
    .review__list {
        margin-left: 0;
        padding-left: 20px;
    }
}

.review__title {
    width: 50%;
    margin-bottom: 30px;
}
@media (max-width: 1399px) {
    .review__title {
        width: 100%;
    }
}

.review__card {
    padding: 30px;
    background-color: #F1F2F6;
    font-size: 14px;
    min-height: 335px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.review__text {
    margin-bottom: 30px;
    flex-grow: 1;
}

.review__user {
    display: flex;
    align-items: center;
}
.review__user img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.review__user ._avatar {
    margin-right: 16px;
    flex-shrink: 0;
}
.review__user ._name {
    display: flex;
    flex-direction: column;
}
.review__user ._name strong {
    font-size: 18px;
    font-weight: 600;
    color: #1D334A;
}

.review-slider .owl-stage {
    margin-left: -100px;
    display: flex;
}
@media (max-width: 767px) {
    .review-slider .owl-stage {
        margin-left: -50px;
    }
}
@media (max-width: 649px) {
    .review-slider .owl-stage {
        margin-left: -100px;
    }
}
@media (max-width: 499px) {
    .review-slider .owl-stage {
        margin-left: -50px;
    }
}
@media (max-width: 399px) {
    .review-slider .owl-stage {
        margin-left: -20px;
    }
}
.review-slider .owl-nav {
    position: absolute;
    top: -30px;
    left: 1300px;
    transform: translateX(-100%);
    display: flex;
}
@media (max-width: 1299px) {
    .review-slider .owl-nav {
        position: static;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
        justify-content: flex-end;
        padding-right: 10px;
        padding-top: 20px;
    }
}
@media (max-width: 576px) {
    .review-slider .owl-nav {
        justify-content: space-between;
    }
}
.review-slider .owl-nav [class*=owl-] {
    transform: unset;
    position: static;
}
.review-slider .owl-nav button.owl-prev {
    margin-right: 20px;
}
.review-slider .owl-dots {
    width: 1300px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.review-slider .owl-dots .owl-dot {
    margin: 0;
    padding: 0;
}
.review-slider .owl-dots .owl-dot span {
    background-color: #D3D4D6;
    margin: 0;
    border-radius: 0;
    width: 80px;
    height: 2px;
}
.review-slider .owl-dots .owl-dot.active span {
    background-color: #1D334A;
}

/*end review*/
/*start form-footer*/
section.form-footer {
    padding: 70px 0;
}
@media (max-width: 1399px) {
    section.form-footer {
        padding: 50px 0 70px;
    }
}
@media (max-width: 576px) {
    section.form-footer {
        padding: 35px 0 70px;
    }
}
section.form-footer > .container {
    display: flex;
}
@media (max-width: 991px) {
    section.form-footer > .container {
        flex-direction: column-reverse;
    }
}
@media (max-width: 991px) {
    section.form-footer .form-title {
        margin-bottom: 15px;
    }
}

.form-footer__wrap {
    color: #1D334A;
    max-width: 420px;
    padding: 30px;
    background: #F1F2F6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: 110px;
    top: 80px;
    z-index: 2;
}
.form-footer__wrap input {
    background-color: #fff;
    text-transform: none;
    border-color: #1D334A;
}
@media (max-width: 1299px) {
    .form-footer__wrap {
        top: 50px;
    }
}
@media (max-width: 1199px) {
    .form-footer__wrap {
        top: unset;
        bottom: 30px;
        left: 45px;
    }
}
@media (max-width: 767px) {
    .form-footer__wrap {
        position: static;
        max-width: 100%;
        background: none;
        padding: 25px 0 0 0;
    }
    .form-footer__wrap .modal-button {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 10px;
    }
}
@media (max-width: 576px) {
    .form-footer__wrap .modal-button {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .form-footer__wrap .mob-2-col {
        display: flex;
        justify-content: space-between;
    }
    .form-footer__wrap .mob-2-col .modal-form--wrap {
        width: calc(50% - 10px);
    }
}
@media (max-width: 576px) {
    .form-footer__wrap .mob-2-col {
        flex-direction: column;
    }
    .form-footer__wrap .mob-2-col .modal-form--wrap {
        width: 100%;
    }
}

.form-footer__image img,
.form-footer__image picture {
    min-height: 560px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 767px) {
    .form-footer__image img,
    .form-footer__image picture {
        min-height: 300px;
    }
}

/*end form-footer*/


/*start product*/
/* .product-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .product-content {
        flex-direction: column;
    }
}

.product .product-button {
    margin-top: 0;
}

.product-info-content {
    max-height: unset;
}

.product h1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 14px;
}
@media (max-width: 1399px) {
    .product h1 {
        font-size: 32px;
    }
}
@media (max-width: 576px) {
    .product h1 {
        font-size: 28px;
    }
}

.product-labels {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.product-labels ._label {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 12px 4px 12px;
    color: #F1F2F6;
    background-color: rgba(29, 51, 74, 0.7);
    font-weight: 300;
    margin-right: 10px;
}

.product-price {
    color: #009B40;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 30px;
    font-size: 24px;
}
@media (max-width: 1399px) {
    .product-price {
        font-size: 22px;
    }
}
@media (max-width: 576px) {
    .product-price {
        font-size: 20px;
    }
}

.product-info-item {
    padding: 0;
    border: none;
}

.product-block {
    margin-bottom: 30px;
}
.product-block-title {
    font-size: 18px;
    font-weight: 600;
    color: #1D334A;
    margin-bottom: 10px;
}
.product-block ._more-content {
    cursor: pointer;
    font-size: 14px;
    color: #009B40;
    margin-top: 10px;
    display: inline-block;
}
.product-block ._more-content:hover {
    text-decoration: underline;
}
.product-block._characteristics ._point {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.product-block._characteristics ._point i,
.product-block._characteristics ._point dots {
    color: #8E8E92;
    font-style: normal;
    font-weight: 300;
}
.product-block._characteristics ._point span {
    color: #1D334A;
    font-weight: 600;
}
.product-block._about ._js-hide-content {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-block._characteristics ._js-hide-content ._point {
    display: none;
}
.product-block._characteristics ._js-hide-content ._point:nth-child(1), .product-block._characteristics ._js-hide-content ._point:nth-child(2), .product-block._characteristics ._js-hide-content ._point:nth-child(3) {
    display: flex;
}

.product-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.product-options ._option {
    font-size: 14px;
    width: calc(50% - 10px);
}
@media (max-width: 991px) {
    .product-options ._option {
        width: calc(33.3333333333% - 10px);
    }
}
@media (max-width: 767px) {
    .product-options ._option {
        width: calc(50% - 10px);
    }
}
@media (max-width: 450px) {
    .product-options ._option {
        width: 100%;
        margin-bottom: 20px;
    }
    .product-options ._option:last-child {
        margin-bottom: 0;
    }
}
.product-options ._option i {
    font-style: normal;
}
.product-options ._option__link {
    display: inline-block;
    margin-top: 5px;
    color: #009B40;
}
.product-options ._option__link:hover {
    text-decoration: underline;
}

.product-info {
    margin-right: 0;
}

.product-info,
.product-visual {
    width: calc(50% - 40px);
}
@media (max-width: 1299px) {
    .product-info,
    .product-visual {
        width: calc(50% - 20px);
    }
}
@media (max-width: 991px) {
    .product-info,
    .product-visual {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .product-visual {
        margin-bottom: 30px;
    }
}

.product-slider .owl-stage {
    display: flex;
}
.product-slider .owl-item ._image {
    height: 100%;
}
.product-slider .owl-item ._image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-slider__preview {
    display: flex;
    width: calc(100% + 12px);
    margin: 15px -6px 0;
    padding-bottom: 5px;
    overflow-x: auto;
    scrollbar-width: thin;
}
@media (max-width: 576px) {
    .product-slider__preview {
        width: calc(100% + 8px);
        margin: 10px -4px 0;
    }
}
.product-slider__preview .img {
    height: 120px;
    width: calc(33.3333333333% - 12px);
    margin: 0 6px;
    flex-shrink: 0;
    background-size: cover !important;
    cursor: pointer;
    border: 2px solid #fff;
    transition: 0.25s;
}
@media (max-width: 576px) {
    .product-slider__preview .img {
        height: 18vw;
        width: calc(33.3333333333% - 8px);
        margin: 0 4px;
    }
}
.product-slider__preview .img.active {
    border-color: #009B40;
} */

.product-block._about ._js-hide-content {
    max-height: 75px;
}
@media (max-width: 1399px) {
    .product-block._about ._js-hide-content {
        max-height: 60px;
    }
}
/*end product*/