.model-detail {
    padding-top: 4%;
}

.model-detail__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.model-detail__col {
    width: 49%;
}

.model-detail__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 530px;
}

.model-detail__price {
    font-size: 18px;
    text-align: center;
}

.model-detail__price span {
    font-size: 36px;
}

.model-detail__name {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 50px;
}

.model-detail__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 40px 0;
}

.model-detail__order-btn {
    background: #d72b2b;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 210px;
    font-size: 16px;
    padding: 12px 10px;
    border: none;
    margin-right: 20px;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.model-detail__order-btn:hover {
    background: #bd2121;
}

.model-detail__link {
    border: 2px solid #e8e8e8;
    padding: 5px 10px;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 350px;
    text-align: left;
    transition: .3s all ease-in-out;
}

.model-detail__link:hover {
    border: 2px solid #d72b2b;
}

.model-detail__link-icon {
    display: block;
    fill: #d72b2b;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.model-detail__anchors {
    background: #e8e8e8;
}

.model-detail__anchors .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
}

.model-detail__anchor {
    font-size: 16px;
    padding: 7px 40px;
    border-right: 1px solid #d1d1d1;
}

.model-detail__anchor:last-child {
    border-right: none;
}

.model-detail__section {
    padding-top: 50px;
}

.model-detail__title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.model-features__title {
    font-weight: 600;
    position: relative;
    padding-left: 65px;
}

.model-features__title::before {
    content: '';
    width: 55px;
    height: 6px;
    background: #d72b2b;
    position: absolute;
    left: 0;
    bottom: 6px;
}

.model-features__list {
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.model-features__list:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 22px;
    left: 0;
    top: calc(50% - 11px);
    background: #d72b2b;
    z-index: -1;
}

.model-features__item {
    background: #e8e8e8;
    padding: 30px 10px;
    line-height: 1.5;
    width: 19.5%;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.model-features__name {
    text-align: center;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
}

.model-features__val {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
}

.model-props {
    height: auto;
    padding-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.model-props__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.model-props__text {
    width: 50%;
    padding: 0 30px;
    margin-top: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}

.model-props__item {
    margin-top: 30px;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.model-props__item b {
    font-weight: 600;
}

.model-props__img {
    width: 50%;
    height: inherit;
    /* margin: 0 auto 20px auto; */
}

.model-props .swiper-wrapper {
    margin: 0 auto;
    width: auto;
}

.model-props__pagination {
    position: relative;

}

.model-props__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #d72b2b;
}

.model-props__arrow {
    top: calc(50% - 60px);
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    width: 18px;
    height: 120px;
    background-size: 10px 15px;
}

.model-props__arrow_prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.model-props__arrow_next {
    right: 0;
}

.model-props__navigation {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.model-systems {
    background: #e8e8e8;
}

.model-systems__title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.model-systems__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0;
}

.model-systems__item {
    width: 48%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.model-systems__svg {
    width: 45px;
    min-width: 45px;
    height: 45px;
    fill: #d72b2b;
    margin-right: 25px;
}

.model-specials__title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.model-specials__title-wrapper:before {
    background: #e8e8e8;
    width: 27%;
    height: 2px;
    content: '';
}

.model-specials__title-wrapper:after {
    background: #e8e8e8;
    width: 27%;
    height: 2px;
    content: '';
}

.model-specials__title {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 20px;
}

.model-specials__credo {
    font-size: 16px;
    color: #fff;
    background: #d72b2b;
    text-align: center;
    width: 100%;
    max-width: 520px;
    display: block;
    margin: 5px auto 40px auto;
    box-sizing: border-box;
    padding: 12px 10px;
}

.model-specials__text {
    text-align: center;
    font-style: italic;
}

.model-specials__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}

.model-specials__item {
    width: 24%;
    margin-bottom: 75px;
}

.model-specials__name {
    text-align: center;
}

.model-specials__name span {
    font-weight: 600;
}

.model-specials__img-wrapper {
    height: 90px;
}

.model-specials__img {
    margin: auto;
    display: block;
    margin-bottom: 30px;
    max-height: 100%;
}

.order-form {
    max-width: 720px;
    width: 100%;
    background: #fff;
    color: #000;
    position: fixed;
    z-index: 10;
    box-shadow: 0 10px 20px #353535;
    margin: auto;
    left: 0;
    right: 0;
    top: 20%;
}

.order-form__close-buttom {
    position: absolute;
    right: 4px;
    top: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 40px;
    color: #a9a9a9;
}

.order-form__block {
    margin: 25px;
}

.order-form__title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 25px;
}

.order-form__list {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.order-form__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 12px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-form__type-input {
    width: 100%;
    padding: 15px 20px;
    height: 100%;
    box-sizing: border-box;
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
}

.order-form__label {
    font-size: 12px;
    color: #888888;
    position: absolute;
    left: 17px;
    top: 17px;
}

.order-form__type-check {
    display: none;
}

.conference-form__label {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    margin: 0 50px 0 35px;
    position: relative;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.conference-form__label::before {
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #a9a9a9;
}

.conference-form__items-container {
    /* margin-top: 50px; */
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.conference-form__submit {
    background: #d72b2b;
    border: none;
    color: #fff;
    height: 44px;
    padding: 0px 40px;
    font-size: 18px;
    margin: 10px auto;
    display: block;
    cursor: pointer;
}

.input-textarea {
    height: 100px;
}

.overlay-white {
    display: none;
    z-index: 5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.49);
}

.button__close {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0px;
    right: 3px;
    background: none;
    border: none;
    font-size: 30px;
    color: #8e8e8e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    outline: none;
}

.feedback__success {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 40%;
    width: 300px;
    text-align: center;
    background: #fff;
    padding: 30px 60px;
    border: 1px solid #ccc;
    z-index: 10;
    margin: auto;
}

.feedback__success_thanks {
    color: #c33939;
    font-size: 26px;
    display: block;
}

@media (max-width: 1024px) {
    .model-props__item {
        display: block;
    }

    .model-props__text {
        padding: 0;
        width: 100%;
    }

    .model-props__img {
        width: 100%;
        max-width: 670px;
        margin: 0 auto;
        display: block;
    }

    .model-props__pagination {
        margin-top: 20px;
    }

    .model-props__navigation {
        display: none;
    }

    .model-features__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .model-features__list:after {
        display: none;
    }

    .model-features__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .model-specials__item {
        width: 48%;
    }
}

@media (max-width: 768px) {
    .model-detail__row {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .model-detail__col {
        width: 100%;
    }

    .model-systems__item {
        width: 100%;
    }

    .model-detail__anchor {
        padding: 7px 15px;
    }

    .model-props {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .model-props__item {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .model-specials__item {
        width: 100%;
        margin-bottom: 40px;
    }

    .model-detail__anchors .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

    .model-detail__anchor {
        width: 100%;
        border-right: none;
        text-align: center;
        border-bottom: 1px solid #d1d1d1;
        padding: 10px 0;
    }

    .model-detail__anchor:last-child {
        border-bottom: none;
    }

    .model-detail__btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .model-detail__order-btn {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .model-detail__link {
        width: 100%;
    }
}
