/* Стилизация карточки товара ST200 */

.t744 .t744__textwrapper {
    display: flex;
    flex-flow: column nowrap;
}

.t744 .t744__title-wrapper {
    order: 1;
    margin-bottom: 0;
}

.t744 .t744__price-wrapper {
    order: 5;
    margin-top: 40px;
}

.t744 .js-product-controls-wrapper {
    order: 4;
    position: relative;
}

.t744 .t-product__option[data-edition-option-id="Размеры"]::after {
    content: 'Под заказ можем изготовить любой размер, цвет и плотность';
    position: relative;
    z-index: 2;
    bottom: -10px;
    left: 0;
    right: 0;
    display: block;
    padding: 0 10px 0 40px;
    border-radius: 5px;
    font: 400 10px / 30px 'Steppe', Arial, sans-serif;
    color: #003b4d;
    text-align: center;
    background-color: #e5ebed;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20V0H15V20L7.5 13.8889L0 20Z' fill='%2394C134'/%3E%3C/svg%3E%0A");
    background-position-x: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
}

.t744 .js-product-controls-wrapper .js-product-edition-option-name {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.t744 .t744__btn-wrapper {
    order: 6;
    margin-top: -42px;
    margin-left: 140px;
}

.t744 .t744__descr {
    order: 2;
    margin-top: 10px;
}

.t744 .t744__descr.js-store-prod-text {
    order: 3;
    margin-top: 10px;
}

.t744 .t-product__option .t-product__option-variants {
    display: grid;
    gap: 5px;
}

.t744 .t-product__option[data-edition-option-id="Выберите серию:"] .t-product__option-variants {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.t744 .t-product__option[data-edition-option-id="Выберите размер:"] .t-product__option-variants {
    grid-template-columns: repeat(auto-fill, minmax(228px, 1fr));
}

.t744 .t-product__option[data-edition-option-id="Выберите размер (м):"] .t-product__option-variants {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.t744 .t-product__option[data-edition-option-id="Выберите размер (мм):"] .t-product__option-variants {
    grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
}

.t744 .t-product__option[data-edition-option-id="Цвет:"] .t-product__option-variants {
    grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
}

.t744 .t-product__option[data-edition-option-id="Толщина:"] .t-product__option-variants {
    grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
}

.t744 .t-product__option[data-edition-option-id="Размер:"] .t-product__option-variants {
    grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
}

.t744 .t-product__option[data-edition-option-id="Размеры"] .t-product__option-variants {
    grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
}

.t744 .t-product__option[data-edition-option-id="Выберите цвет:"] .t-product__option-variants {
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
}

.t744 .t-product__option .t-product__option-item_simple {
    min-height: 20px;
    border: 1px solid #C6D3D7;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
    padding: 2px 0 0;
    box-sizing: border-box;
    transition: all .2s .1s ease;
}

.t744 .t-product__option .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #003B4D;
    background-color: #003B4D;
    transition: all .3s ease;
}

.t744 .t-product__option .t-product__option-item_simple .t-descr {
    color: #003B4D;
    font-size: 10px;
    line-height: 26px;
    transition: all .2s .1s ease;
}

.t744 .t-product__option .t-product__option-item_simple.t-product__option-item_active .t-descr {
    color: #fff;
    transition: all .3s ease;
}

.t744 .t744__btn-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.t744 .t-btn_sm {
    flex: 1 1 0;
    padding: 0;
}

.t744__textwrapper {
    position: relative;
}

.t744__textwrapper::after {
    content: 'Цены на сайте носят информационный характер, не являются окончательными и не являются публичной офертой. Уточняйте стоимость у менеджера';
    position: absolute;
    bottom: -10px;
    left: 0;
    font: 400 10px/1.25 'Steppe', Arial, sans-serif;
    color: #82a8b5;
}

.t744__btn td,
.svoefermerstvo > span {
    padding-top: 2px;
}

.svoefermerstvo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #e5ebed;
    cursor: pointer;
}

.svoefermerstvo > span {
    font-family: Steppe;
    color: #003b4d;
    margin-right: 8px;
}

.svoefermerstvo > img {
    width: 24px;
    height: 24px;
}

/* Скругление углов карты */

iframe[src^="https://yandex.ru/map-widget/"] {
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 479px) {
    .t744 .t-product__option[data-edition-option-id="Размеры"]::after {
        padding: 7px 10px 7px 40px;
        font: 400 9px/15px 'Steppe', Arial, sans-serif;
    }

    .t744 .t744__btn-wrapper {
        margin-top: 10px;
        margin-left: 0;
    }

    .t744 .t744__btn-wrapper .t744__btn {
        font-size: 12px;
    }

    .t744__textwrapper::after {
        bottom: -20px;
    }
}

@media screen and (max-width: 379px) {
    .t744 .t744__btn-wrapper .t744__btn {
        font-size: 10px;
        padding: 0 10px;
    }
}