.eighth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 785px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 160px
}

@media (max-width:1023px) {
    .eighth {
        padding-top: 110px;
        padding-bottom: 60px;
        width: 100%
    }
}

.eighth__title {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #a92e2f;
    padding: 5px 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.eighth__subtitle {
    width: 600px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px
}

@media (max-width:1023px) {
    .eighth__subtitle {
        width: 100%
    }
}

.eighth__selector {
    box-shadow: 4px 4px 28px 4px rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    width: 100%
}

.eighth__selector-title {
    text-align: center;
    color: #010101;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.eighth__selector-slider .owl-next,
.eighth__selector-slider .owl-prev {
    position: absolute;
    width: 11px !important;
    height: 34px !important;
    background: url(../../img/arrow_big.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    top: 50%;
    transform: translateY(-50%) scaleX(-1)
}

.eighth__selector-slider .owl-next:active,
.eighth__selector-slider .owl-next:focus,
.eighth__selector-slider .owl-prev:active,
.eighth__selector-slider .owl-prev:focus {
    outline: 0 !important
}

.eighth__selector-slider .owl-next {
    left: auto;
    right: -5px;
    transform: translateY(-50%) scaleX(-1)
}

.eighth__selector-slider .owl-prev {
    left: -5px;
    right: auto;
    transform: translateY(-50%)
}

.eighth__selector-slider .owl-next span,
.eighth__selector-slider .owl-prev span {
    display: none
}

.eighth__selector-slider .owl-next.disabled,
.eighth__selector-slider .owl-prev.disabled {
    display: none !important
}

.eighth__selector-slider-item {
    height: 110px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.eighth__selector-slider-item-inner {
    padding: 5px;
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.eighth__selector-slider-item.active .eighth__selector-slider-item-inner,
.eighth__selector-slider-item:hover .eighth__selector-slider-item-inner {
    transform: scale(1.4);
    border: 1px solid #e8e8e8
}

.eighth__calc {
    box-shadow: 4px 4px 28px 4px rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 5px;
    padding: 25px 80px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width:1023px) {
    .eighth__calc {
        padding: 25px
    }
}

.eighth__calc-top {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr
}

@media (max-width:1023px) {
    .eighth__calc-top {
        grid-template-columns: 1fr;
        grid-gap: 30px
    }
}

.eighth__calc-top-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: stretch;
    align-items: stretch
}

@media (max-width:1023px) {
    .eighth__calc-top-img {
        padding: 10px
    }
}

.eighth__calc-top-img-inner {
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

@media (max-width:1023px) {
    .eighth__calc-top-img-inner {
        height: 220px
    }
}

.eighth__calc-top-inputs-name {
    padding-left: 10px;
    font-weight: 700;
    margin-bottom: 5px
}

.eighth__calc-top-inputs-wrapper {
    margin-bottom: 10px
}

.eighth__calc-natural {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px
}

@media (max-width:1023px) {
    .eighth__calc-natural {
        grid-template-columns: 1fr;
        grid-gap: 30px
    }
}

.eighth__calc-natural-item {
    position: relative;
    display: grid;
    grid-template-columns: auto 55px 1fr;
    align-items: center;
    cursor: pointer
}

@media (max-width:1023px) {
    .eighth__calc-natural-item {
        grid-template-columns: 60px 55px 1fr
    }
}

@media (max-width:1023px) {
    .eighth__calc-natural-item-img {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }
}

.eighth__calc-natural-item-select {
    width: 100%;
    height: 100%;
    position: relative
}

.eighth__calc-natural-item-select:after,
.eighth__calc-natural-item-select:before {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.eighth__calc-natural-item-select:before {
    width: 22px;
    height: 22px;
    border: 1px solid #000
}

.eighth__calc-natural-item-select:after {
    width: 18px;
    height: 18px;
    background: #a92e2f;
    opacity: 0
}

.eighth__calc-natural-item.active .eighth__calc-natural-item-select:before {
    border-color: #a92e2f
}

.eighth__calc-natural-item.active .eighth__calc-natural-item-select:after {
    opacity: 1
}

.eighth__calc-natural-item-name {
    width: 70%
}

.eighth__calc-natural-item-name--chair-top {
    width: 87%
}

.eighth__calc-result {
    opacity: 1;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px
}

.eighth__calc-result.active {
    opacity: 1
}

@media (max-width:1023px) {
    .eighth__calc-result {
        display: inline;
        text-align: center
    }
}

.eighth__calc-result-value {
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    color: #a92e2f;
    margin-left: 8px
}

@media (max-width:1023px) {
    .eighth__calc-result-value {
        display: inline
    }
}

.eighth__calc-button {
    padding: 10px 30px;
    margin: 20px 0;
    margin-bottom: 5px
}

.eighth__calc-desc {
    text-align: center
}

.eleventh {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px
}

@media (max-width:1023px) {
    .eleventh {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.eleventh__title {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #a92e2f;
    padding: 5px 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.eleventh__subtitle {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px
}

.eleventh__item {
    box-shadow: 4px 4px 28px 4px rgba(0, 0, 0, .1);
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: center;
    margin-bottom: 50px
}

@media (max-width:1023px) {
    .eleventh__item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        padding-top: 10px
    }
}

.eleventh__item-img {
    width: 148px;
    height: 148px;
    position: relative;
    border-radius: 50%;
    margin: -10px 0;
    margin-left: 50px;
    margin-right: 30px
}

@media (max-width:1023px) {
    .eleventh__item-img {
        margin: 30px 0
    }
}

.eleventh__item--invert .eleventh__item-img {
    order: 2;
    margin-left: 30px;
    margin-right: 50px
}

@media (max-width:1023px) {
    .eleventh__item--invert .eleventh__item-img {
        order: 1;
        margin: 30px 0
    }
}

.eleventh__item-img:after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 1px solid #a92e2f;
    opacity: .25;
    border-radius: 50%
}

.eleventh__item-desc {
    padding-right: 140px;
    padding-left: 0;
    width: calc(100% - 228px)
}

@media (max-width:1023px) {
    .eleventh__item-desc {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }
}

.eleventh__item--invert .eleventh__item-desc {
    order: 1;
    padding-right: 0;
    padding-left: 140px;
    text-align: right
}

@media (max-width:1023px) {
    .eleventh__item--invert .eleventh__item-desc {
        order: 2;
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }
}

.eleventh__item-desc-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 7px
}

.eleventh__item-desc-item {
    font-size: 17px
}

.eleventh__item-desc-subtitle {
    color: #a92e2f
}

@media (max-width:1023px) {
    .eleventh__item-desc-subtitle {
        display: inline;
        font-weight: 700
    }
}

@media (max-width:1023px) {
    .eleventh__item-desc-text {
        display: inline;
        font-weight: 700
    }
}

.fifteenth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px
}

@media (max-width:1023px) {
    .fifteenth {
        padding-top: 20px;
        padding-bottom: 70px
    }
}

.fifteenth__title {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #a92e2f;
    padding: 5px 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.fifteenth__subtitle {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px
}

.fifteenth__list-wrapper {
    width: 810px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1023px) {
    .fifteenth__list-wrapper {
        width: 100%
    }
}

.fifteenth__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.fifteenth__list .owl-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.fifteenth__list .owl-dot {
    width: 17px;
    height: 17px;
    border: 1px solid #a92e2f !important;
    background-color: #fff !important;
    border-radius: 50%;
    margin: 8px;
    cursor: pointer;
    position: relative
}

.fifteenth__list .owl-dot:after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #a92e2f;
    opacity: 0
}

.fifteenth__list .owl-dot.active,
.fifteenth__list .owl-dot:hover {
    background-color: #a92e2f !important
}

.fifteenth__list .owl-dot.active:after,
.fifteenth__list .owl-dot:hover:after {
    opacity: .3
}

.fifteenth__list-item {
    width: 210px;
    height: 301px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

@media (max-width:1023px) {
    .fifteenth__list-item {
        margin-left: auto;
        margin-right: auto
    }
}

.fifth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px
}

@media (max-width:1023px) {
    .fifth {
        padding-top: 100px;
        padding-bottom: 30px
    }
}

.fifth__title {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #a92e2f;
    padding: 5px 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.fifth__subtitle {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.fifth__slider {
    width: 100%;
    padding: 20px 35px
}

@media (max-width:1023px) {
    .fifth__slider {
        padding: 20px 0
    }
}

.fifth__slider .owl-next,
.fifth__slider .owl-prev {
    position: absolute;
    width: 26px !important;
    height: 77px !important;
    background: url(../../img/arrow_big.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    top: 50%;
    transform: translateY(-50%) scaleX(-1)
}

.fifth__slider .owl-next:active,
.fifth__slider .owl-next:focus,
.fifth__slider .owl-prev:active,
.fifth__slider .owl-prev:focus {
    outline: 0 !important
}

.fifth__slider .owl-next {
    left: auto;
    right: 0;
    transform: translateY(-50%) scaleX(-1)
}

.fifth__slider .owl-prev {
    left: 0;
    right: auto;
    transform: translateY(-50%)
}

.fifth__slider .owl-next span,
.fifth__slider .owl-prev span {
    display: none
}

.fifth__slider .owl-next.disabled,
.fifth__slider .owl-prev.disabled {
    display: none !important
}

.fifth__slider .owl-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.fifth__slider .owl-dot {
    width: 17px;
    height: 17px;
    border: 1px solid #a92e2f !important;
    background-color: #fff !important;
    border-radius: 50%;
    margin: 8px;
    cursor: pointer;
    position: relative
}

.fifth__slider .owl-dot:after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border: 1px solid #a92e2f;
    opacity: 0;
    border-radius: 50%
}

.fifth__slider .owl-dot.active,
.fifth__slider .owl-dot:hover {
    background-color: #a92e2f !important
}

.fifth__slider .owl-dot.active:after,
.fifth__slider .owl-dot:hover:after {
    opacity: .3
}

.fifth__slider-item {
    padding: 20px;
    width: 100%
}

.fifth__slider-item-inner {
    width: 100%;
    padding: 23px 53px;
    box-shadow: 4px 4px 28px 4px rgba(0, 0, 0, .15);
    display: grid;
    grid-template-columns: 287px 1fr
}

@media (max-width:1023px) {
    .fifth__slider-item-inner {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding: 20px
    }
}

.fifth__slider-item-photo-preview {
    width: 100%;
    height: 214px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.fifth__slider-item-photo-list {
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px
}

.fifth__slider-item-photo-list-inner {
    height: 66px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.fifth__slider-item-info {
    padding-left: 80px
}

@media (max-width:1023px) {
    .fifth__slider-item-info {
        padding-left: 0
    }
}

.fifth__slider-item-desc {
    padding: 20px 0
}

@media (max-width:1023px) {
    .fifth__slider-item-desc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }
}

.fifth__slider-item-desc-item {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: baseline
}

@media (max-width:1023px) {
    .fifth__slider-item-desc-item {
        display: inline
    }
}

.fifth__slider-item-desc-item-inner {
    font-weight: 700;
    margin-left: 6px
}

@media (max-width:1023px) {
    .fifth__slider-item-desc-item-inner {
        display: inline
    }
}

.fifth__slider-item-button-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.fifth__slider-item-button {
    padding: 8px 50px
}

.fifth__slider-item-button:before {
    background: #a92e2f !important
}

.footer {
    background: #020202;
    color: #fff
}

.footer__block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    height: 173px
}

@media (max-width:1023px) {
    .footer__block {
        grid-template-columns: 1fr;
        height: auto;
        padding: 25px 0;
        grid-gap: 25px
    }
}

.footer__logo-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: flex-start
}

@media (max-width:1023px) {
    .footer__logo-wrapper {
        align-items: center
    }
}

.footer__logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 170px
}

.footer__logo-img {
    width: 100%;
    height: 71px;
}

.footer__logo-text {
    color: #fff;
    text-align: center
}

.footer__logo-ip {
    color: #fdfbfb;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 10px
}

.footer__logo-link {
    color: #ef2526;
    font-size: 14px;
    text-decoration: underline
}

.footer__callback {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width:1023px) {
    .footer__callback {
        order: 3
    }
}

.footer__callback-title {
    font-size: 20px;
    margin-bottom: 10px
}

.footer__callback-link {
    font-size: 21px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: center;
    color: #ef2526
}

.footer__callback-link:before {
    content: '';
    display: block;
    margin-right: 10px;
    background: url(../../img/phone_icon.webp.html);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 20px;
    height: 20px
}

.footer__callback-desc {
    margin-top: 10px;
    margin-bottom: 5px
}

.footer__callback-button {
    padding: 10px
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: flex-end
}

@media (max-width:1023px) {
    .footer__contacts {
        align-items: center
    }
}

.footer__contacts-address {
    margin-bottom: 10px
}

.footer__contacts-phone {
    margin-bottom: 10px;
    color: #ef2526;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.footer__contacts-phone:before {
    content: '';
    display: block;
    width: 73px;
    height: 20px;
    background: url(../../img/messengers.webp.html);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-right: 10px
}

.footer__contacts-worktime {
    margin-bottom: 10px
}

.footer__contacts-social {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

@media (max-width:1023px) {
    .footer__contacts-social {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }
}

.footer__contacts-social-img {
    background: url(../../img/vk.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 24px;
    height: 14px;
    margin-left: 10px
}

.fourteenth {
    padding-bottom: 120px
}

@media (max-width:1023px) {
    .fourteenth {
        padding-bottom: 50px;
        padding-top: 20px
    }
}

.fourteenth__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center
}

.fourteenth__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

@media (max-width:1023px) {
    .fourteenth__list {
        grid-template-columns: 1fr;
        grid-gap: 30px
    }
}

.fourteenth__list-item {
    padding: 0 40px;
    text-align: center
}

.fourteenth__list-item-title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a92e2f
}

.fourteenth__list-item-img {
    margin: 30px auto;
    width: 112px;
    height: 112px;
    box-shadow: 0 0 50px 7px rgba(88, 15, 15, .75);
    border-radius: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

@media (max-width:1023px) {
    .fourteenth__list-item-img {
        margin: 15px auto
    }
}

.fourteenth__list-item-text {
    color: #fff;
    font-size: 18px;
    margin-top: 50px;
    text-align: center
}

@media (max-width:1023px) {
    .fourteenth__list-item-text {
        margin-top: 0
    }
}

.fourth {
    color: #fff;
    text-align: center;
    padding-bottom: 120px
}

@media (max-width:1023px) {
    .fourth {
        padding-bottom: 0
    }
}

.fourth__block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fourth__img {
    position: absolute;
    width: 292px;
    height: 413px;
    background: url(../../img/chair_2.webp.html);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    right: 13px;
    bottom: -105px;
    filter: drop-shadow(0 0 21px rgba(169, 46, 47, .5))
}

@media (max-width:1023px) {
    .fourth__img {
        position: relative;
        right: 0;
        bottom: 0;
        order: 5;
        margin-top: 40px;
        margin-bottom: -80px
    }
}

.fourth__title {
    width: 494px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px
}

@media (max-width:1023px) {
    .fourth__title {
        width: 100%;
        order: 1
    }
}

.fourth__subtitle {
    margin-bottom: 20px;
    font-size: 24px;
    color: #ef2526
}

@media (max-width:1023px) {
    .fourth__subtitle {
        width: 100%;
        order: 2
    }
}

.fourth__button {
    padding: 10px 25px;
    margin-bottom: 20px
}

@media (max-width:1023px) {
    .fourth__button {
        order: 3
    }
}

@media (max-width:1023px) {
    .fourth__desc {
        width: 70%;
        font-size: 18px;
        order: 4
    }
}

.modal__background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 10000;
    opacity: 0;
    visibility: hidden
}

.modal__background.active {
    opacity: 1;
    visibility: visible
}

.modal__block {
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    z-index: 10001;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden
}

.modal__block.active {
    opacity: 1;
    visibility: visible
}

.modal__close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    cursor: pointer
}

.modal__close:before {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff
}

.modal__close:after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    width: 12px;
    height: 12px;
    mask: url(../../img/close.svg);
    -webkit-mask: url(../../img/close.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important;
    transform: translate(-50%, -50%)
}

.modal__content {
    width: 266px;
    min-width: 266px;
    box-shadow: 0 0 44px 2px rgba(169, 46, 47, .75);
    background-color: rgba(255, 255, 255, .9);
    border-radius: 5px;
    padding: 20px 11px;
    text-align: center
}

.modal__form-title {
    color: #343333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

.modal__form-subtitle {
    color: #873d3d;
    font-size: 15px
}

.modal__form-desc {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 3px
}

.modal__form-desc--small {
    font-size: 12.5px;
    margin-top: 7px
}

.modal__form-input {
    width: 180px;
    margin-left: auto;
    margin-right: auto
}

.modal__form-button {
    margin-top: 15px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    text-align: center;
    text-transform: uppercase
}

.modal__form-button:before {
    background: #a92e2f !important
}

.modal__form-link {
    cursor: pointer;
    color: #ef2526;
    font-size: 14px;
    text-decoration: underline
}

.ninth__block {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 630px;
    text-align: center;
    padding-bottom: 130px
}

@media (max-width:1023px) {
    .ninth__block {
        padding-top: 30px;
        padding-bottom: 80px;
        width: 100%
    }
}

.ninth__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.ninth__subtitle {
    margin-top: 30px;
    font-size: 18px
}

.placeholder__block {
    position: absolute;
    width: 100%;
    height: 30px;
    background: #9acd32;
    top: -40px;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 15px
}

.placeholder__block:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -5px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #9acd32 transparent transparent transparent
}

.placeholder.focus .placeholder__block {
    opacity: 1;
    visibility: visible
}

.radio {
    position: relative
}

.radio.focus .warning.active {
    opacity: 0;
    visibility: hidden
}

.radio.focus .placeholder {
    opacity: 1;
    visibility: visible
}

.radio__items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

.radio__item {
    position: relative
}

.radio__item-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1
}

.radio__item-label {
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    border: 1px solid #ccc;
    border-right: none;
    cursor: pointer
}

.radio__item:nth-of-type(1) .radio__item-label {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.radio__item:nth-last-of-type(1) .radio__item-label {
    border-right: 1px solid #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.radio__item-input:checked+.radio__item-label {
    background-color: #cacaca;
    color: #000
}

.radio__item-input:focus+.radio__item-label {
    background: #cacaca;
    color: #000
}

.seventeenth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px
}

@media (max-width:1023px) {
    .seventeenth {
        padding-top: 100px
    }
}

.seventeenth__title {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #a92e2f;
    padding: 5px 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.seventeenth__map {
    width: 100%;
    height: 240px
}

.seventh {
    color: #fff;
    text-align: center;
    padding-bottom: 120px
}

@media (max-width:1023px) {
    .seventh {
        padding-bottom: 0
    }
}

.seventh__block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 375px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1023px) {
    .seventh__block {
        width: 100%
    }
}

.seventh__img {
    position: absolute;
    width: 292px;
    height: 413px;
    background: url(../../img/chair_2.webp.html);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    left: -300px;
    transform: scaleX(-1);
    bottom: -150px
}

@media (max-width:1023px) {
    .seventh__img {
        position: relative;
        right: auto;
        bottom: auto;
        order: 5;
        margin-top: 40px;
        margin-bottom: -80px;
        width: 252px;
        height: 255px;
        left: 12px
    }
}

.seventh__title {
    width: 494px;
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px
}

@media (max-width:1023px) {
    .seventh__title {
        width: 100%;
        order: 1
    }
}

.seventh__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    color: #ef2526
}

@media (max-width:1023px) {
    .seventh__subtitle {
        width: 100%;
        order: 2
    }
}

.seventh__button {
    padding: 10px 25px;
    margin-bottom: 20px
}

@media (max-width:1023px) {
    .seventh__button {
        order: 3
    }
}

@media (max-width:1023px) {
    .seventh__desc {
        width: 70%;
        font-size: 18px;
        order: 4
    }
}

.sixteenth {
    color: #fff;
    text-align: center;
    padding-bottom: 100px
}

@media (max-width:1023px) {
    .sixteenth {
        padding-bottom: 0;
        padding-top: 30px
    }
}

.sixteenth__block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1023px) {
    .sixteenth__block {
        width: 100%
    }
}

.sixteenth__img {
    position: absolute;
    width: 292px;
    height: 413px;
    background: url(../../img/chair_2.webp.html);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    left: -270px;
    transform: scaleX(-1);
    bottom: -120px
}

@media (max-width:1023px) {
    .sixteenth__img {
        position: relative;
        right: auto;
        bottom: auto;
        order: 5;
        margin-top: 10px;
        margin-bottom: -80px;
        width: 252px;
        height: 255px;
        left: 12px
    }
}

.sixteenth__title {
    width: 494px;
    color: #ef2526;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media (max-width:1023px) {
    .sixteenth__title {
        width: 100%;
        order: 1
    }
}

.sixteenth__subtitle {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff
}

@media (max-width:1023px) {
    .sixteenth__subtitle {
        width: 100%;
        order: 2
    }
}

.sixteenth__desc {
    margin-bottom: 25px;
    font-size: 18px;
    color: #ef2526
}

@media (max-width:1023px) {
    .sixteenth__desc {
        width: 100%;
        font-size: 18px;
        order: 3
    }
}

.sixteenth__button {
    padding: 10px 25px;
    margin-bottom: 20px
}

@media (max-width:1023px) {
    .sixteenth__button {
        order: 4
    }
}

.sixth__block {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px
}

.sixth__title {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #a92e2f;
    padding: 5px 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.sixth__subtitle {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px
}

.sixth__desc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px
}

@media (max-width:1023px) {
    .sixth__desc {
        grid-template-columns: 1fr;
        grid-gap: 40px
    }
}

.sixth__desc-img {
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    box-shadow: 0 0 45px 9px rgba(169, 46, 47, .75)
}

@media (max-width:1023px) {
    .sixth__desc-img {
        height: 214px
    }
}

.sixth__desc-info-title {
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.sixth__desc-info-table {
    margin-top: 25px
}

.sixth__desc-info-table-header {
    background-image: linear-gradient(to top, #000 0, #565656 100%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.sixth__desc-info-table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    background: #e4e4e4;
    color: #000
}

.sixth__desc-info-table-row:nth-of-type(odd) {
    background: #fff
}

.sixth__desc-info-table-cell {
    min-height: 53px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px
}

.sixth__list {
    margin-top: 35px
}

.sixth__list-item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 400;
    color: #fff
}

.sixth__list-item:after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 20px;
    background: url(../../img/check.webp.html);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:1023px) {
    .sixth__list-item:after {
        left: 15px;
        top: 0;
        transform: translateY(0)
    }
}

@media (max-width:1023px) {
    .sixth__list-item {
        text-align: center
    }
}

.switch__elem.hide {
    display: none
}

.tenth {
    padding-bottom: 120px
}

@media (max-width:1023px) {
    .tenth {
        padding-bottom: 90px
    }
}

.tenth__title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 5px
}

.tenth__subtitle {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 15px
}

.tenth__slider {
    padding: 0 35px
}

@media (max-width:1023px) {
    .tenth__slider {
        padding: 0
    }
}

.tenth__slider .owl-next,
.tenth__slider .owl-prev {
    position: absolute;
    width: 26px !important;
    height: 77px !important;
    background: url(../../img/arrow_big.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    top: 50%;
    transform: translateY(-50%) scaleX(-1)
}

.tenth__slider .owl-next:active,
.tenth__slider .owl-next:focus,
.tenth__slider .owl-prev:active,
.tenth__slider .owl-prev:focus {
    outline: 0 !important
}

.tenth__slider .owl-next {
    left: auto;
    right: 0;
    transform: translateY(-50%) scaleX(-1)
}

.tenth__slider .owl-prev {
    left: 0;
    right: auto;
    transform: translateY(-50%)
}

.tenth__slider .owl-next span,
.tenth__slider .owl-prev span {
    display: none
}

.tenth__slider .owl-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.tenth__slider .owl-dot {
    width: 17px;
    height: 17px;
    border: 1px solid #a92e2f !important;
    background-color: #fff !important;
    border-radius: 50%;
    margin: 3px;
    cursor: pointer;
    position: relative
}

.tenth__slider .owl-dot:after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border: 1px solid #a92e2f;
    opacity: 0;
    border-radius: 50%
}

.tenth__slider .owl-dot.active,
.tenth__slider .owl-dot:hover {
    background-color: #a92e2f !important
}

.tenth__slider .owl-dot.active:after,
.tenth__slider .owl-dot:hover:after {
    opacity: .3
}

.tenth__slider-item {
    padding: 15px
}

.tenth__slider-item-inner {
    box-shadow: 0 0 36px 4px rgba(169, 46, 47, .75);
    background-color: rgba(255, 255, 255, .75);
    border-radius: 5px;
    padding: 20px;
    min-height: 290px
}

@media (max-width:1023px) {
    .tenth__slider-item-inner {
        min-height: 365px
    }
}

.tenth__slider-item-block {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 15px
}

@media (max-width:1023px) {
    .tenth__slider-item-block {
        grid-template-columns: 1fr
    }
}

.tenth__slider-item-images {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

@media (max-width:1023px) {
    .tenth__slider-item-images {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        justify-content: space-between
    }
}

.tenth__slider-item-author {
    width: 100px;
    height: 100px;
    border: 1px solid #a92e2f;
    border-radius: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.tenth__slider-item-example {
    margin-top: auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 100px;
    height: 66px
}

@media (max-width:1023px) {
    .tenth__slider-item-example {
        margin-top: 0
    }
}

.tenth__slider-item-title {
    color: #a92e2f;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px
}

.tenth__slider-item-inner-text {
    color: #262525;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px
}

.tenth__slider-item-button-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.tenth__slider-item-button {
    padding: 10px 50px;
    margin-top: 40px;
    margin-bottom: 20px
}

@media (max-width:1023px) {
    .tenth__slider-item-button {
        margin-top: 20px;
        margin-bottom: 0
    }
}

.tenth__slider-item-button:before {
    background: #a92e2f
}

.third {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px
}

.third__title {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #a92e2f;
    padding: 5px 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.third__subtitle {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px
}

.third__table {
    width: 645px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 175px 1fr;
    border-radius: 5px
}

@media (max-width:1023px) {
    .third__table {
        width: 100%;
        grid-template-columns: 175px calc(100% - 175px)
    }
}

.third__table-carousel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.third__table-carousel .owl-next,
.third__table-carousel .owl-prev {
    position: absolute;
    width: 11px !important;
    height: 29px !important;
    background: url(../../img/arrow_side.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    top: 50%;
    transform: translateY(-50%) scaleX(-1)
}

.third__table-carousel .owl-next:active,
.third__table-carousel .owl-next:focus,
.third__table-carousel .owl-prev:active,
.third__table-carousel .owl-prev:focus {
    outline: 0 !important
}

.third__table-carousel .owl-next {
    left: auto;
    right: 10px;
    transform: translateY(-50%)
}

.third__table-carousel .owl-prev {
    right: auto;
    left: 10px;
    transform: translateY(-50%) scaleX(-1)
}

.third__table-carousel .owl-next span,
.third__table-carousel .owl-prev span {
    display: none
}

@media (max-width:1023px) {
    .third__table-col {
        margin-top: 25px
    }
}

.third__table-col.selected {
    border: 1px solid #ef2526;
    box-shadow: 0 0 44px 2px rgba(169, 46, 47, .35);
    z-index: 1;
    border-radius: 5px
}

@media (max-width:1023px) {
    .third__table-col.selected {
        margin-top: 0
    }
}

.third__table-cell {
    height: 53px;
    border-bottom: 1px solid transparent;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 17px
}

.third__table-cell:nth-of-type(1) {
    background: linear-gradient(to top, #000 0, #565656 100%)
}

.third__table-cell:nth-of-type(2),
.third__table-cell:nth-of-type(4) {
    background: #e4e4e4;
    color: #000
}

.third__table-cell:nth-of-type(3),
.third__table-cell:nth-of-type(5) {
    background: #f1f0f0;
    color: #000
}

.third__table-col.selected .third__table-cell:nth-of-type(1) {
    background: linear-gradient(to top, #a92e2f 0, #f74243 100%);
    height: 70px;
    margin-top: -17px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

@media (max-width:1023px) {
    .third__table-col.selected .third__table-cell:nth-of-type(1) {
        margin-top: 0
    }
}

.third__table-col.selected .third__table-cell:nth-of-type(2),
.third__table-col.selected .third__table-cell:nth-of-type(3),
.third__table-col.selected .third__table-cell:nth-of-type(4),
.third__table-col.selected .third__table-cell:nth-of-type(5),
.third__table-col.selected .third__table-cell:nth-of-type(6) {
    background: #fff;
    border-bottom: 1px solid rgba(239, 37, 38, .22);
    color: #ef2526
}

.third__table-col:nth-of-type(1) .third__table-cell:nth-of-type(1) {
    border-top-left-radius: 5px
}

.third__table-carousel .third__table-col:nth-of-type(1) .third__table-cell:nth-of-type(1) {
    border-top-left-radius: 0
}

.third__table-col:nth-last-of-type(1) .third__table-cell:nth-of-type(1) {
    border-top-right-radius: 5px
}

.third__table-cell-button {
    width: 90%;
    padding: 7px 0
}

.third__table-col.selected .third__table-cell-button:after {
    opacity: 1
}

.third__desc {
    margin-top: 20px;
    width: 678px;
    color: #fff;
    font-size: 18px;
    text-align: center
}

@media (max-width:1023px) {
    .third__desc {
        width: 100%
    }
}

.thirteenth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px
}

@media (max-width:1023px) {
    .thirteenth {
        padding-bottom: 90px;
        padding-top: 90px
    }
}

.thirteenth__title {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #a92e2f;
    padding: 5px 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.thirteenth__list {
    position: relative;
    height: 550px;
    width: 100%
}

@media (max-width:1023px) {
    .thirteenth__list {
        height: auto
    }
}

.thirteenth__list-item {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 330px
}

@media (max-width:1023px) {
    .thirteenth__list-item {
        position: relative;
        width: 100%;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin-bottom: 30px
    }
}

.thirteenth__list-item:nth-of-type(1) {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 50%;
    transform: translateX(-50%)
}

.thirteenth__list-item:nth-of-type(2) {
    top: 155px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    left: 30px
}

.thirteenth__list-item:nth-of-type(3) {
    top: 155px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    right: 30px
}

.thirteenth__list-item:nth-of-type(4) {
    bottom: 180px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    left: 30px
}

.thirteenth__list-item:nth-of-type(5) {
    bottom: 180px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    right: 30px
}

.thirteenth__list-item:nth-of-type(6) {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 50%;
    transform: translateX(-50%)
}

.thirteenth__list-item-icon {
    width: 38px;
    height: 48px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin: 5px 15px
}

@media (max-width:1023px) {
    .thirteenth__list-item-icon {
        margin-bottom: 15px
    }
}

.thirteenth__list-item:nth-of-type(1) .thirteenth__list-item-icon {
    order: 2
}

@media (max-width:1023px) {
    .thirteenth__list-item:nth-of-type(1) .thirteenth__list-item-icon {
        order: 1
    }
}

@media (max-width:1023px) {
    .thirteenth__list-item-desc {
        order: 2 !important;
        width: 100% !important;
        text-align: center !important
    }
}

.thirteenth__list-item:nth-of-type(1) .thirteenth__list-item-desc {
    order: 1
}

.thirteenth__list-item:nth-of-type(2) .thirteenth__list-item-desc {
    width: calc(100% - 58px);
    order: -1;
    text-align: right
}

.thirteenth__list-item:nth-of-type(3) .thirteenth__list-item-desc {
    width: calc(100% - 58px)
}

.thirteenth__list-item:nth-of-type(4) .thirteenth__list-item-desc {
    width: calc(100% - 58px);
    order: -1;
    text-align: right
}

.thirteenth__list-item:nth-of-type(5) .thirteenth__list-item-desc {
    width: calc(100% - 58px)
}

.thirteenth__list-item-desc-title {
    font-size: 16px;
    color: #a92e2f;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700
}

.thirteenth__list-item-desc-text {
    color: #010101;
    font-size: 16px
}

.thirteenth__list-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 260px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.thirteenth__list-img:after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    border: 1px solid #a92e2f;
    opacity: .25;
    border-radius: 50%
}

@media (max-width:1023px) {
    .thirteenth__list-img {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: 30px auto;
        margin-top: 50px
    }
}

.thirteenth__desc {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-left: 33px;
    margin-top: 20px
}

.thirteenth__desc:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    //*background: url(../../img/thirteenth_check.webp.html);*//
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 23px;
    height: 31px
}

.twelfth {
    color: #fff;
    text-align: center;
    padding-bottom: 100px
}

@media (max-width:1023px) {
    .twelfth {
        padding-bottom: 0
    }
}

.twelfth__block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.twelfth__img {
    position: absolute;
    width: 292px;
    height: 413px;
    background: url(../../img/chair_2.webp.html);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    right: 13px;
    bottom: -105px;
    filter: drop-shadow(0 0 21px rgba(169, 46, 47, .5))
}

@media (max-width:1023px) {
    .twelfth__img {
        position: relative;
        right: 0;
        bottom: 0;
        order: 5;
        margin-top: 20px;
        margin-bottom: -80px
    }
}

.twelfth__title {
    width: 494px;
    color: #ef2526;
    font-size: 24px;
    margin-bottom: 15px
}

@media (max-width:1023px) {
    .twelfth__title {
        width: 100%
    }
}

.twelfth__subtitle {
    width: 400px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff
}

@media (max-width:1023px) {
    .twelfth__subtitle {
        width: 100%
    }
}

.twelfth__desc {
    color: #ef2526;
    font-size: 24px;
    margin-bottom: 15px
}

@media (max-width:1023px) {
    .twelfth__desc {
        width: 100%;
        font-size: 24px;
        order: 4
    }
}

.twelfth__button {
    padding: 10px 25px;
    margin-bottom: 20px
}

@media (max-width:1023px) {
    .twelfth__button {
        order: 3
    }
}

.warning {
    position: absolute;
    width: 100%;
    height: 30px;
    background: red;
    top: -40px;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 15px
}

.warning:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -5px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: red transparent transparent transparent
}

.warning.active {
    opacity: 1;
    visibility: visible
}