

.contentblock_calc {
    margin-bottom: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
.tmk-calc {
    padding: 0px 47px;
    background: #fff;
    padding-top: 10px;
}
.calc__nav {
    position: relative;
    display:flex;
    align-self: flex-start;
    justify-content:space-between;
    margin-top: -26px;
    margin-left: -10px;
    padding: 26px 0;
    width: 108px;
}
@media (max-width: 1100px) {
    .calc__nav {
        margin-left: 0;
        width: 100%;
    }
}

.calc__nav .swiper {
    height: 391px;
    overflow: hidden;
}
@media (max-width: 1100px) {
    .calc__nav .swiper {
        margin: 0 auto;
        height: auto;
    }
}

@media (max-width: 1100px) {
    .calc__nav .swiper-slide {
        width: 88px;
    }
}

.calc__nav .swiper-button-prev,
.calc__nav .swiper-button-next {
    position: absolute;
    margin-top: 0;
    top: unset;
    width: 31px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .calc__nav .swiper-button-prev,
    .calc__nav .swiper-button-next {
        display: none;
    }
}

.calc__nav .swiper-button-prev:after,
.calc__nav .swiper-button-next:after {
    content: '';
}

.calc__nav .swiper-button-prev {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../img/calc-nav-arrow-top.svg');
}

.calc__nav .swiper-button-next {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../img/calc-nav-arrow-bot.svg');
}

.tmk-calc__category {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}
.calc__nav .calc__nav-item {
    margin: 0 10px;
}
@media (max-width: 1100px) {
    .calc__nav .calc__nav-item {
        margin: 10px;
    }
}
.calc__nav .calc__nav-item a {
    display:block;
    width:88px;
    height:88px;
    padding:0;
    background: #F8F8F8;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}

.calc__nav .calc__nav-item a:hover,
.calc__nav .calc__nav-item.active a{
    background-color: #F9A92E !important;
}

.tmk-calc__category li  {
    width: 49%;
    text-align: center;
    background: #F8F8F8;
    padding: 20px 0;
    color: #000;
    border: 1px solid #E6E7E8;
    border-radius: 3px;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.12);
}
.tmk-calc__category li.active {
    background: #F9A92E;
}
.tmk-calc__category li.active a{
    color: #fff;
}
.tmk-calc__category li:hover  {
    background: #F9A92E;
    cursor:pointer;
}
.tmk-calc__category li:hover a{
    color: #fff;
}
.tmk-calc__category li a {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.tmk-calc__category li:hover .tmk-calc__category  li a{
    background: #1fc2f0;
    color: #fff;
}

.calc__nav .calc__nav-item  .window_1 {
    background:url(../img/calc_button-1.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item.active .window_1,.calc__nav .calc__nav-item  .window_1:hover {
    background:url(../img/calc_button_white-1.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item  .window_2 {
    background:url(../img/calc_button-2.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item.active .window_2,.calc__nav .calc__nav-item  .window_2:hover {
    background:url(../img/calc_button_white-2.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item  .window_3 {
    background:url(../img/calc_button-3.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item.active .window_3,.calc__nav .calc__nav-item  .window_3:hover {
    background:url(../img/calc_button_white-3.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item  .window_4 {
    background:url(../img/calc_button-4.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item.active .window_4,.calc__nav .calc__nav-item  .window_4:hover {
    background:url(../img/calc_button_white-4.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item  .window_5 {
    background:url(../img/calc_button-5.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item.active .window_5,.calc__nav .calc__nav-item  .window_5:hover {
    background:url(../img/calc_button_white-5.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item  .window_6 {
    background:url(../img/calc_button-6.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item.active .window_6,.calc__nav .calc__nav-item  .window_6:hover {
    background:url(../img/calc_button_white-6.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item  .window_8 {
    background:url(../img/calc_button-8.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item.active .window_8,.calc__nav .calc__nav-item  .window_8:hover {
    background:url(../img/calc_button_white-8.svg) center center no-repeat;
    background-size:auto 39%;
}
.calc__nav .calc__nav-item  .window_9 {
    background:url(../img/calc_button-9.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item.active .window_9,.calc__nav .calc__nav-item  .window_9:hover {
    background:url(../img/calc_button_white-9.svg) center center no-repeat;
    background-size:auto 39%;
}
.calc__nav .calc__nav-item  .window_10 {
    background:url(../img/calc_button-10.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item.active .window_10,.calc__nav .calc__nav-item  .window_10:hover {
    background:url(../img/calc_button_white-10.svg) center center no-repeat;
    background-size:auto 39%;
}
.calc__nav .calc__nav-item  .window_11 {
    background:url(../img/calc_button-11.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item.active .window_11,.calc__nav .calc__nav-item  .window_11:hover {
    background:url(../img/calc_button_white-11.svg) center center no-repeat;
    background-size:auto 39%;
}
.calc__nav .calc__nav-item  .window_12 {
    background:url(../img/calc_button-12.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item.active .window_12,.calc__nav .calc__nav-item  .window_12:hover {
    background:url(../img/calc_button_white-12.svg) center center no-repeat;
    background-size:auto 39%;
}
.calc__nav .calc__nav-item  .window_7, .calc__nav .calc__nav-item  .window_13 {
    background:url(../img/calc_button-7.svg) center center no-repeat;
    background-size:auto 39%;
}

.calc__nav .calc__nav-item.active .window_7,.calc__nav .calc__nav-item  .window_7:hover, .calc__nav .calc__nav-item.active .window_13,.calc__nav .calc__nav-item  .window_13:hover {
    background:url(../img/calc_button_white-7.svg) center center no-repeat;
    background-size:auto 39%;
}
.tmk-calc__left-box {
    float: left;
}
@media (max-width: 1100px) {
    .tmk-calc__left-box {
        margin: 0 auto;
    }
}
.tmk-calc__right-box {
    float: right;
    width: auto;
    margin: 0 auto;
}
@media (max-width: 1100px) {
    .tmk-calc__right-box {
        width: 100%;
    }
}
.tmk-calc__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.tmk-calc__tab-panel {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: calc(100% - 108px);
}
@media (max-width: 1100px) {
    .tmk-calc__tab-panel {
        flex-wrap: wrap;
        width: 100%;
    }
}
.tmk-calc__select_wrapper {
    display: block;
    width: 270px;
    margin-bottom: 19px;
}
.tmk-calc__content h3, .tmk-calc__content label {
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 9px;
    margin-top: 0;
    line-height: 1;
}
.razmer-input {
    display: block;
}
.razmer-input input{
    text-align: center;
    background: #fff;
    border: none;
    font-weight: 400;
}

.tmk-calc__content select {
    width: 270px;
    border: 1px solid #e6e7e8;
    color: #1a3945;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: transparent;
    background: url(../img/select_arrow.png) calc(100% - 8px) 12px no-repeat;
    background-color: #f8f8f8;
    font-size: 15px;
    padding: 10px 30px 8px 8px;
    border-radius: 3px;
}
.tmk-shema {
    clear: both;
    text-align: center;
    padding: 39px 100px 102px;
    position: relative;
    padding-right: 0;
}
.tmk-shema__wrapper {
    display: inline-block;
    position: relative;
}
.tmk-shema__inner {
    display: block;
    background: #F2F2F2;
    padding: 11px 8px;
    float: left;
}
.tmk-shema__window {
    background: #F8F8F8;
    width: 135px;
    padding: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}
.tmk-shema__metrika-horizontal {
    position: absolute;
    left: 0;
    bottom: -48px;
    width: calc(100% + 17px);
    border-top: 1px solid #ccc;
    margin-left: -9px;
}
.full_tmk-shema__metrika-horizontal {
    bottom: -74px;
    width: calc(100% + 1px);
    margin-left: -1px;
}
.tmk-shema__metrika-horizontal .tmk-shema__metrika-inner {
    position: absolute;
    left: 50%;
    top: -32px;
    margin-left: -25px;
}
.full_tmk-shema__metrika-horizontal .tmk-shema__metrika-horizontal .tmk-shema__metrika-inner {
    top: -29px;
}
.tmk-shema__metrika-horizontal:before, .tmk-shema__metrika-horizontal:after {
    display: block;
    content: " ";
    width: 1px;
    height: 37px;
    position: absolute;
    background: #ccc;
}
.tmk-shema__metrika-horizontal:before {
    bottom: 0;
    left: 0;
}
.tmk-shema__metrika-horizontal:after {
    bottom: 0;
    right: 0;
}
.tmk-calc__mob-2 .tmk-shema__vertical,
.tmk-calc__mob-4 .tmk-shema__vertical,
.tmk-calc__mob-6 .tmk-shema__vertical {
    height: calc(100% + 18px);
    margin-top: -7px;
}
@media (max-width: 767px) {
    .tmk-calc__mob-2 .tmk-shema__vertical,
    .tmk-calc__mob-4 .tmk-shema__vertical,
    .tmk-calc__mob-6 .tmk-shema__vertical {
        height: calc(100% + 15px);
    }
}
.tmk-calc__mob-2 .tmk-shema__top .tmk-shema__vertical,
.tmk-calc__mob-4 .tmk-shema__top .tmk-shema__vertical,
.tmk-calc__mob-6 .tmk-shema__top .tmk-shema__vertical {
    height: calc(100% + 16px);
    margin-top: -11px;
}
@media (max-width: 767px) {
    .tmk-calc__mob-2 .tmk-shema__top .tmk-shema__vertical,
    .tmk-calc__mob-4 .tmk-shema__top .tmk-shema__vertical,
    .tmk-calc__mob-6 .tmk-shema__top .tmk-shema__vertical {
        height: calc(100% + 18px);
        margin-top: -8px;
    }
}

@media (max-width: 550px) {
    .tmk-calc__mob-2 .tmk-shema__top .tmk-shema__vertical {
        height: calc(100% + 9px);
        margin-top: -5px;
    }
}

.tmk-shema__vertical {
    position: absolute;
    left: -38px;
    top: 0;
    height: calc(100% + 22px);
    border-left: 1px solid #ccc;
    margin-top: -11px;
}
.tmk-shema__full-metrika-vert,
.tmk-calc__mob-2 .tmk-shema__full-metrika-vert,
.tmk-calc__mob-4 .tmk-shema__full-metrika-vert,
.tmk-calc__mob-6 .tmk-shema__full-metrika-vert {
    left: -60px;
    height: 100%;
    margin-top: 0;
}
.tmk-calc__mob-7 .tmk-shema__full-metrika-vert,
.tmk-calc__mob-8 .tmk-shema__full-metrika-vert,
.tmk-calc__mob-10 .tmk-shema__full-metrika-vert,
.tmk-calc__mob-11 .tmk-shema__full-metrika-vert,
.tmk-calc__mob-13 .tmk-shema__full-metrika-vert {
    height: calc(100% + 22px);
    margin-top: -11px;
    left: -67px;
}
@media (max-width: 767px) {
    .tmk-calc__mob-7 .tmk-shema__full-metrika-vert,
    .tmk-calc__mob-8 .tmk-shema__full-metrika-vert,
    .tmk-calc__mob-10 .tmk-shema__full-metrika-vert,
    .tmk-calc__mob-11 .tmk-shema__full-metrika-vert,
    .tmk-calc__mob-13 .tmk-shema__full-metrika-vert {
        height: calc(100% + 16px);
        margin-top: -9px;
    }
}
.tmk-calc__mob-7 .tmk-shema__full-metrika-vert,
.tmk-calc__mob-9 .tmk-shema__full-metrika-vert,
.tmk-calc__mob-11 .tmk-shema__full-metrika-vert,
.tmk-calc__mob-13 .tmk-shema__full-metrika-vert {
    right: -67px;
}
.tmk-calc__mob-7 .tmk-shema__full-metrika-vert.tmk-shema__vertical:before, .tmk-calc__mob-7 .tmk-shema__full-metrika-vert.tmk-shema__vertical:after,
.tmk-calc__mob-8 .tmk-shema__full-metrika-vert.tmk-shema__vertical:before, .tmk-calc__mob-8 .tmk-shema__full-metrika-vert.tmk-shema__vertical:after,
.tmk-calc__mob-10 .tmk-shema__full-metrika-vert.tmk-shema__vertical:before, .tmk-calc__mob-10 .tmk-shema__full-metrika-vert.tmk-shema__vertical:after,
.tmk-calc__mob-11 .tmk-shema__full-metrika-vert.tmk-shema__vertical:before, .tmk-calc__mob-11 .tmk-shema__full-metrika-vert.tmk-shema__vertical:after,
.tmk-calc__mob-13 .tmk-shema__full-metrika-vert.tmk-shema__vertical:before, .tmk-calc__mob-13 .tmk-shema__full-metrika-vert.tmk-shema__vertical:after {
    width: 45px;
}
.door_bottom .tmk-shema__vertical .tmk-shema__metrika-inner {
    position: absolute;
    top: 50%;
    left: -27px;
    margin-top: -25px;

}
.door_bottom .tmk-shema__vertical {
    left: -51px;
    height: calc(100% + 29px);
    margin-top: -2px;
}
@media (max-width: 767px) {
    .door_bottom .tmk-shema__vertical {
        height: calc(100% + 18px);
    }
}
.tmk-shema__window-big .tmk-shema__vertical {
    left: -51px;
    height: calc(100% + 38px);
    margin-top: -26px;
}
@media (max-width: 767px) {
    .tmk-shema__window-big .tmk-shema__vertical {
        height: calc(100% + 25px);
        margin-top: -17px;
    }
}
.tmk-shema__vertical .tmk-shema__metrika-inner {
    position: absolute;
    top: 50%;
    left: -27px;
    margin-top: -25px;
}
.right_metrika.tmk-shema__vertical .tmk-shema__metrika-inner {
    left: auto;
    right: -26px;
}
.right_metrika.tmk-shema__vertical {
    left: auto;
    right: -51px;
}
.door_bottom .right_metrika.tmk-shema__vertical {
    left: unset;
    right: -52px;
}
.door_bottom .tmk-shema__vertical {
    left: -52px;
}
.tmk-shema__vertical:before, .tmk-shema__vertical:after {
    display: block;
    content: " ";
    width: 30px;
    height: 1px;
    position: absolute;
    background: #ccc;
}

.tmk-shema__full-metrika-vert .tmk-shema__vertical:before, .tmk-shema__full-metrika-vert .tmk-shema__vertical:after {
    width: 30px;
}
.tmk-shema__vertical:before {
    top: 0;
    left: 0;
}
.tmk-shema__vertical:after {
    left: 0;
    bottom: 0;
}
.tmk-shema__full-metrika-vert.right_metrika {
    right: -56px;
    left: auto;
}
.right_metrika.tmk-shema__vertical:before,
.right_metrika.tmk-shema__vertical:after {
    right:0;
    left: auto;
}
.absolute-right.right_metrika.tmk-shema__vertical:before {
    width: 56px;
}
.absolute-right.right_metrika.tmk-shema__vertical:after {
    width: 208px;
}
@media (max-width: 1199px) {
    .absolute-right.right_metrika.tmk-shema__vertical:after {
        width: 228px;
    }
}

@media (max-width: 767px) {
    .absolute-right.right_metrika.tmk-shema__vertical:after {
        width: 224px;
    }
}

.tmk-calc__mob-7 .tmk-shema__full-metrika-vert,
.tmk-calc__mob-11 .tmk-shema__full-metrika-vert,
.tmk-calc__mob-13 .tmk-shema__full-metrika-vert {
    right: -67px;
}
.tmk-shema__metrika-inner input {
    width: 50px;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #1a3945;
    text-align: center;
    border: 1px solid #F9A92E;
    background-color: #fff;
    outline: transparent;
}
.tmk-shema__metrika-inner .tmk-shema__sm {
    color: #bcbcbd;
    display: inline-block;
    float: right;
    padding-left: 5px;
    background: #fff;
    font-size: 14px;
    margin-top: 2px;
}
.tmk-shema__vertical .tmk-shema__sm {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.tmk-shema__window-big {
    height: 229px;
}
.tmk-shema__window-item {
    /*background: #1bc1ef;*/
    /*border: 1px solid #4dc4e4;*/
    position: relative;
    background: linear-gradient(167.52deg, rgba(169, 206, 245, 0.46) 2.52%, rgba(47, 141, 240, 0.38) 49.74%, rgba(47, 141, 240, 0.15) 100%);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25), inset 1.11543px -1.11543px 1.11543px rgba(214, 214, 214, 0.484), inset -1.11543px 1.11543px 1.11543px rgba(255, 255, 255, 0.484);
    backdrop-filter: blur(6.02331px);
}
.tmk-shema__flap {
    display: none;
    width: 100%;
    height: 100%;
}
.tmk-shema__flap .tmk-shema__hinge-left {
    display: block;
    width: 11px;
    height: 27px;
    background: url(../img/hinge.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: -23px;
}
.tmk-shema__flap .tmk-shema__handle-right {
    display: block;
    width: 29px;
    height: 32px;
    background: url(../img/handle_right-new.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -13px;
    margin-top: -16px;
}
.tmk-shema__hinge-left.bottom {
    bottom: 15px;
}
.tmk-shema__hinge-left.top {
    top: 15px;
}
.tmk-shema__first-left.window_flap .tmk-shema__flap {
    display: block;
    background: url(../img/open_left.svg) center center no-repeat;
    background-size: contain;
}
.window_flap_rotate .tmk-shema__flap {
    display: block;
    background: url(../img/open_right_top.svg) center center no-repeat;
    background-size: contain;
}
.window_flap .tmk-shema__flap {
    display: block;
    background: url(../img/open_right.svg) center center no-repeat;
    background-size: contain;
}
.tmk-shema__first-left .tmk-shema__flap .tmk-shema__handle-right {
    display: block;
    width: 29px;
    height: 32px;
    background: url(../img/handle_left-new.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -13px;
    left: auto;
    margin-top: -16px;
}
.tmk-shema__first-left .tmk-shema__flap .tmk-shema__hinge-left {
    background: url(../img/hinge.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: auto;
    left: -23px;
    transform: rotate(-180deg);
}
.tmk-shema__first-left.window_flap_rotate .tmk-shema__flap {
    display: block;
    background: url(../img/open_left_top.svg) center center no-repeat;
    background-size: contain;
}
.tmk-calc__param-box {
    display: flex;
    padding-bottom: 20px;
    width: 100%;
}
.tmk-calc__param-box_section {
    width: 33.333%;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    float: left;
}
.tmk-calc__param-box_section:last-child {
    border-right: none;
}
.tmk-calc__param-box .tmk-calc__photo-block,
.tmk-calc__param-box .photosteklo_block {
    width: 270px;
    height: 320px;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 57px
}
.tmk-calc__param-box .tmk-calc__param {
    width: 270px;
    padding: 12px;
    background-color: #f8f8f8;
    margin: 0 57px;
    margin-top: 25px;
}
.tmk-calc__param-box .tmk-calc__progress {
    height: 15px;
    border-radius: 0;
    background-color: #e6e6e6;
    margin-bottom: 13px;
}
.tmk-calc__param-box .tmk-calc__progress .tmk-calc__progress-bar {
    background-color: #F9A92E;
    height: 15px;
    transition: width .2s;
}

.tmk-calc__param-box_section .tmk-calc__select_wrapper {
    margin: 19px 57px;
}
.tmk-calc__content h3:last-child {
    margin: 19px 57px;
}
hr {
    border: none;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
}
@media screen and (max-width: 1199px) {

    .tmk-calc__select_wrapper {
        float: left;
    }

    .tmk-calc__left-box .tmk-calc__select_wrapper:first-child,
    .tmk-calc__left-box .tmk-calc__select_wrapper:nth-child(4n) {margin-left:0;}

}


.tmk-cart .tmk-product__photo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    margin-left: 20px;
}
.tmk-cart .tmk-product__text p,
.tmk-cart .tmk-product__price {
    color: #1a3945;
    line-height: 15px;
    letter-spacing: 0px;
}
.tmk-cart .tmk-product__price {
    font-size: 14px;
    margin-top: 50px;
    letter-spacing: -.1px;
    width: 200px;
    float: left;
}
span.blue {
    color: #1bc1ef;
    font-weight: bold;
    font-size: 14px;
}
.tmk-cart .tmk-product__text {
    width: calc(100% - 150px - 172px - 220px);
    padding: 16px 15px 15px 24px;
    float: left;
}

.tmk-cart .tmk-product__amount-block {
    font-family: "GothamProBold";
    width: 172px;
    color: #1a3945;
    font-size: 14px;
    text-align: center;
    margin-top: 3px;
    padding: 16px 15px 15px;
}
.tmk-cart button {
    background: 0 0;
    outline: transparent;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
}
.tmk-cart button.tmk-product__minus,
.tmk-cart button.tmk-product__plus {
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
}
.tmk-cart button.tmk-product__minus:hover,
.tmk-cart button.tmk-product__plus:hover {
    font-weight: 600;
}
.tmk-cart .tmk-product__button {
    width: 100%;
    padding: 6px 5px;
    letter-spacing: 1px;
}
.tmk-cart .tmk-product__button_change {
    color: #fff;
    margin-top: 7px;
    cursor: pointer;
    background-color: #F9A92E;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.14);
    border-radius: 3px;
}
.tmk-cart .tmk-product__button_change:hover {
    background-color: #ed9207;
}
.tmk-cart .tmk-product__button_save {
    background: #00c88b;
    color: #fff;
    margin-top: 7px;
    cursor: pointer;
}
.tmk-cart .tmk-product__button_delete {
    color: #979797;
    background-color: #fff;
    margin-top: 11px;
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.tmk-cart input.amount {
    width: 32px;
    height: 32px;
    border: 1px solid #e6e7e8;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    outline: transparent;
}
.tmk-cart .counterBut {
    font-size: 27px;
    vertical-align: middle;
}
.tmk-cart .counterBut {
    font-size: 27px;
    vertical-align: middle;
}
.tmk-totals {
    width: 100%;
    background-color: #F9A92E;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    padding: 50px;
    margin-bottom: 30px;
}
.tmk-totals .tmk-totals__title,
.tmk-totals .total-old-price,
.tmk-totals .tmk-totals__new-price,
.tmk-totals__total-price {
    letter-spacing: -.2px;
    color: #fff;
    font-size: 31px;
    font-weight: bold;
}

.tmk-totals .total-old-price {
    padding-right: 15px;
    font-size: 24px;
    text-decoration: line-through;
    font-weight: 500;
}
.tmk-totals .tmk-totals__title {
    -webkit-flex-basis: 38%;
    text-align: left;
    flex-basis: 38%;
}
.tmk-totals .tmk-totals__prices {
    -webkit-flex-basis: 26%;
    flex-basis: 26%;
    text-align: left;
}
.tmk-totals .tmk-totals__prices span.tmk-totals__ed-price {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    padding-left: 5px;
}
.tmk-totals .tmk-totals__btn {
    -webkit-flex-basis: 35%;
    flex-basis: 35%;
    text-align: right;
}
.tmk-totals__box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.tmk-totals__btn a,
.tmk-totals__btn button {
    color: #fff;
    padding: 15px 18px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: transparent;
}

/*.tmk-totals__btn a:hover,*/
/*.tmk-totals__btn button:hover {*/
/*  border: 2px solid #1bc1ef;*/
/*  background: #1bc1ef;*/
/*  cursor: pointer;*/
/*}*/
span.grey {
    color: #bbb;
}
.tmk-cart__item {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.tmk-cart .tmk-product__photo img {
    max-width: 100%;
}
.hide {
    display:none;
}
.tmk-shema__top {
    padding-bottom: 0;
    float: none;
}
.window_double {
    width: 285px;
}
.tmk-shema__window-small {
    height: 95px;
}
.window_triple {
    width: 436px;
}
.door_bottom {
    height: 130px;
    margin-top: 12px;
    background-color: #e6e7e8;
    border: 1px solid #dadadb;
    position: relative;
}
.door_bottom.steklo_steklo {
    background: linear-gradient(167.52deg, rgba(169, 206, 245, 0.46) 2.52%, rgba(47, 141, 240, 0.38) 49.74%, rgba(47, 141, 240, 0.15) 100%);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25), inset 1.11543px -1.11543px 1.11543px rgba(214, 214, 214, 0.484), inset -1.11543px 1.11543px 1.11543px rgba(255, 255, 255, 0.484);
}
.door_bottom.steklo {
    background: #1bc1ef;
    border: 1px solid #4dc4e4;
}
.tmk-shema__window-door .tmk-shema__handle-right {
    display: block;
    width: 29px;
    height: 32px;
    background: url(../img/handle_left-new.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 57%;
    right: 2px;
    margin-top: -14px;
}
.tmk-shema__window-door .tmk-shema__handle-left {
    display: block;
    width: 29px;
    height: 32px;
    background: url(../img/handle_right-new.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 57%;
    left: 2px;
    margin-top: -14px;
}
.tmk-shema__window-door .tmk-shema__hinge-right {
    display: block;
    width: 11px;
    height: 43px;
    background: url(../img/hinge.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: -8px;
    transform: rotate(180deg);
}
.tmk-shema__window-door .tmk-shema__hinge-left {
    display: block;
    width: 11px;
    height: 43px;
    background: url(../img/hinge.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 6px;
}
.tmk-shema__window-door .tmk-shema__hinge-right.top,
.tmk-shema__window-door .tmk-shema__hinge-left.top{
    top: 60px;
}
.tmk-shema__window-door .tmk-shema__hinge-right.bottom,
.tmk-shema__window-door .tmk-shema__hinge-left.bottom {
    bottom: 60px;
}
.tmk-shema__vertical.right_side {
    left: auto;
    right: -35px;
}

.tmk-shema__vertical.right_side .tmk-shema__metrika-inner {
    left: auto;
    right: -70px;
}
.tmk-shema__vertical.right_side:before, .tmk-shema__vertical.right_side:after {
    left: auto;
    right: 0;
}
.tmk-shema__flap .handle_up {
    display: block;
    width: 32px;
    height: 29px;
    background: url(../img/handle_right-new.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -16px;
    transform: rotate(90deg);
}
.tmk-shema__flap .hinge_bottom {
    display: block;
    width: 13px;
    height: 39px;
    background: url(../img/hinge.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 88%;
    transform: rotate(90deg);
    transform-origin: center;
}
.hinge_bottom.left {
    left: 46px;
}
.tmk-shema__flap .hinge_bottom {
    display: block;
    width: 13px;
    height: 39px;
    background: url(../img/hinge.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 88%;
    transform: rotate(90deg);
    transform-origin: center;
}
.hinge_bottom.right {
    right: 46px;
}

input[type=number]:invalid{
    color:red;
    border-color: red;
}

.tmk-add-window {
    text-align: center;
    display: block;
    padding-top: 37px;
    padding-bottom: 37px;
}
.tmk-add-window__btn {
    display: inline-block;
    background: #F9A92E;
    color: #fff;
    padding: 15px 18px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.14);
    border-radius: 3px;
}
.tmk-add-window__btn:hover {
    background: #ed9207;
    color: #ffffff;
}
.tmk-first-window {
    text-align: center;
    width: 100%;
    line-height: 150px;
    font-size: 24px;
    text-transform: uppercase;
    border: 1px dotted #ccc;
    background: #f8f8f8;
    margin-bottom: 30px;
}
.tmk-preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    background-color: rgb(255 255 255 / 47%);
    backdrop-filter: blur(5px);
}

.tmk-preloader__item {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F9A92E;
    animation: preloader-spin 2s linear infinite;
    left: calc(50% - 75px);
    top: 15px;
}
.tmk-preloader__item:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(249, 169, 46, .3);
    animation: preloader-spin 3s linear infinite;
}
.tmk-preloader__item:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F9A92E;
    animation: preloader-spin 1.5s linear infinite;
}
@keyframes preloader-spin {
    0%   {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.popupimg {
    max-width: 800px
}
.popupimg img {
    max-width: 100%;
}
.popupimg-bb-box {
    display: flex;
}
span.old-p {
    display: block;
    color: #6d6d6d;
    text-decoration: line-through;
    font-size: 22px;
}
span.new-p {
    display: block;
    color: #000;
    line-height: 32px;
}
span.new-p span {
    font-size: 32px;
}
.tmk-order-form__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 50px 52px 82px;
    margin-bottom: 40px;
    position: relative;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(143, 164, 171, 0.16);
    box-shadow: 0px 0px 40px 0px rgba(143, 164, 171, 0.16);
    background: #fff;
}
.tmk-order-form__row {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.tmk-order-form__row.hide-row {
    -webkit-flex-basis: 1.0%;
    flex-basis: 100%;
    margin-top: 30px;
}
.tmk-order-form__row-label label span a {
    text-decoration: underline;
}
.tmk-order-form__content  .title-block {
    padding-top: 40px;
    padding-bottom: 30px;;
    width: 100%;
    display: block;
}
.tmk-order-form__content input[type=text],
.tmk-order-form__content input[type=tel],
.tmk-order-form__content input[type=email] {
    width: 100%;
    max-width: 420px;
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    padding-left: 23px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #e8e8e8;
}
.tmk-order-form__row textarea {
    max-width: 420px;
    width: 100%;
    display: block;
    font-size: 18px;
    min-height: 120px;
    padding-left: 23px;
    padding-top: 15px;
}
.tmk-order-form__row-label input {
    margin-right: 10px;
}

.tmk-order-form__row-label label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
}
.product-sostav-box {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product-sostav-item,
.product-sostav {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-sostav-item-col-1,
.product-sostav-item-col-2 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product-sostav-item-col-1 {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
.product-sostav-item-col-1 p {
    margin: 10px 0;
}
.product-sostav-item-col-2 {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    padding-top: 10px;
}
.product-sostav-img {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.product-sostav-itog {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-top: 10%;
}
.product-sostav-box .table-title {
    text-align: center;
    border: 1px solid #ccc;
    font-weight: 400;
    padding: 10px 0;
}
.online-order-itog {
    margin-top: 30px;
    border-top: 2px solid #c1c1c1;
    padding-top: 30px;
    font-size: 24px;
    text-align: right;
    width: 100%;
    display: block;
    position: relative;
}
.online-order-itog span, .product-sostav-item-col-1 span {
    font-weight: 400;
}
@media (max-width: 1023px) {
    .tmk-order-form__row {
        -webkit-flex-basis: 100%;
        flex-basis:  100%;
    }
    .tmk-order-form__content input[type=text],
    .tmk-order-form__content input[type=tel],
    .tmk-order-form__content input[type=email],
    .tmk-order-form__row textarea {
        max-width: 100%;
    }
    .tmk-order-form__content {
        padding: 15px;
    }
    .product-sostav-itog {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .product-sostav-box {
        -webkit-flex-basis: 60%;
        flex-basis: 60%;
    }
    .product-sostav-img {
        -webkit-flex-basis: 40%;
        flex-basis: 40%;
    }
}
@media (max-width: 1399px) {
    .tmk-calc__mob-5 .tmk-shema__window,
    .tmk-calc__mob-6 .tmk-shema__window {
        width: 155px;
    }
    .tmk-calc__mob-6 .window_triple {
        width: 497px;
    }
    .tmk-shema {
        padding: 39px 30px 102px;
    }
}
@media (max-width: 1199px) {
    .tmk-calc__left-box {
        width: 300px;
    }
    .tmk-calc__param-box_section {
        width: 33%;
    }
    .tmk-calc__param-box .tmk-calc__photo-block,
    .tmk-calc__param-box .photosteklo_block {
        margin: 0 auto;
    }
    .tmk-calc__param-box_section .tmk-calc__select_wrapper {
        margin: 19px 0;
        width: 100%;
        text-align: center;
    }
    .tmk-calc__content h3 {
        margin: 9px auto;
        max-width: 270px;
        margin-top: 0;
    }
    .tmk-calc__param-box .tmk-calc__param {
        margin: 0 auto;
        margin-top: 25px;
    }
    .tmk-calc__mob-10 .tmk-shema__window,
    .tmk-calc__mob-11 .tmk-shema__window,
    .tmk-calc__mob-12 .tmk-shema__window {
        width: 155px;
    }
    .tmk-calc__mob-10 .tmk-shema__window-big,
    .tmk-calc__mob-11 .tmk-shema__window-big,
    .tmk-calc__mob-12 .tmk-shema__window-big{
        height: 250px;
    }
}
@media (max-width: 1023px) {
    .tmk-calc__mob-6 .tmk-shema {
        margin-left: 77px;
    }
    .tmk-first-window {
        line-height: 40px;
    }
    .calc__nav {
        justify-content: left;
        flex-wrap: wrap;
    }
    .calc__nav .calc__nav-item  {
        margin-bottom: 18px;
    }
    .tmk-calc__left-box {
        float: none;
        max-width: 370px;
        text-align: center;
    }
    .tmk-calc__right-box {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 60px;
    }
    .tmk-shema {
        text-align: center;
        margin: 39px auto;
        padding: 0;
    }
    .tmk-calc__param-box {
        display: inline-block;
    }
    .tmk-calc__param-box_section {
        width: 100%;
        border-left: 1px solid #ccc;
    }
    .tmk-calc__param-box .tmk-calc__param {
        margin-bottom: 19px;
    }
    .tmk-calc__left-box .tmk-calc__select_wrapper:first-child, .tmk-calc__left-box .tmk-calc__select_wrapper:nth-child(4n) {
        margin-left: auto;
    }
    .tmk-calc__select_wrapper {
        float: none;
        width: auto;
    }
    .tmk-calc__tab-panel {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .tmk-calc__mob-5 .tmk-shema__window,
    .tmk-calc__mob-6 .tmk-shema__window {
        width: 100px;
    }
    .tmk-calc__mob-6 .window_triple {
        width: 324px !important;
    }
    .online-order-wrap {
        padding: 15px;
        margin-bottom: 20px;
    }
    span.old-p {
        display: inline-block;
    }
    span.new-p {
        display: inline-block;
        padding-left: 15px;
    }
    .tmk-totals .tmk-totals__title {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .tmk-totals .tmk-totals__prices {
        -webkit-flex-basis: 100%;
        flex-basis: 23%;
    }
    .tmk-totals .tmk-totals__btn {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 25px;
        margin-top: 30px;
    }
    .tmk-totals__box {
        display: -webkit-block;
        display: block;
    }

    .tmk-add-window {
        padding: 15px 19px;
        font-size: 16px;
    }
    .tmk-first-window {
        line-height: 1.2;
        padding: 15px 0;
    }
    .tmk-totals {
        width: 100%;
        text-align: left;
        padding: 20px;
    }
    .tmk-totals .tmk-totals__title, .tmk-totals .total-old-price {
        color: #fff;
        font-size: 23px;
    }
    .tmk-totals .total-old-price {
        font-size: 30px;
    }
    .calc__nav {
        justify-content: center;
    }
    .tmk-shema__window-big {
        height: 155px;
    }
    .tmk-shema__window {
        width: 120px;
        padding: 8px;
    }
    .tmk-shema__inner {
        padding: 8px 6px;
    }
    .window_triple {
        width: 384px;
    }
    .window_double {
        width: 252px;
    }
    .tmk-shema__vertical {
        left: -36px;
        height: calc(100% + 16px);
        margin-top: -8px;
    }
    .tmk-calc__mob-4 .tmk-shema__top .tmk-shema__vertical,
    .tmk-calc__mob-6 .tmk-shema__top .tmk-shema__vertical {
        height: calc(100% + 18px);
        margin-top: -8px;
    }
    .tmk-calc__mob-4 .tmk-shema__full-metrika-vert,
    .tmk-calc__mob-6 .tmk-shema__full-metrika-vert {
        height: calc(100% + 3px);
    }
    @media (max-width: 767px) {
        .tmk-calc__mob-4 .tmk-shema__full-metrika-vert,
        .tmk-calc__mob-6 .tmk-shema__full-metrika-vert {
            height: 100%;
        }
    }
    .tmk-shema__metrika-horizontal {
        bottom: -45px;
        width: calc(100% + 13px);
        margin-left: -7px;
    }
    .full_tmk-shema__metrika-horizontal {
        bottom: -74px;
        width: calc(100% + 1px);
        margin-left: -1px;
    }
    .tmk-shema__full-metrika-vert {
        left: -56px;
        height: 100%;
        margin-top: 0;
    }

    .door_bottom {
        height: 84px;
        margin-top: 8px;
    }
    .tmk-cart .tmk-product__text {
        width: 100%;
        order: 3;
    }
    .tmk-cart .tmk-product__amount-block {
        order: 2;
    }
    .tmk-cart .tmk-product__price {
        order: 4;
        margin-bottom: 19px;
        margin-top: 0px;
        width: 100%;
        padding: 15px;
        text-align: center;
        padding: 0 15px;
    }
    .tmk-product {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product-sostav-box {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .product-sostav-img {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }

}
@media (max-width: 550px) {
    .popupimg-bb-box {
        display: block;
    }
    .product {
        justify-content: center;
        padding-top: 20px;
    }
    .tmk-cart .tmk-product__text {
        padding: 16px 15px 24px;
        text-align: justify;
    }

    .tmk-shema__window {
        width: 80px;
        padding: 5px;
    }

    .tmk-shema__window-small {
        height: 66px;
    }
    .tmk-calc__mob-12 .tmk-shema__window-big {
        height: 132px;
    }

    .tmk-calc__mob-10 .tmk-shema__window-big,
    .tmk-calc__mob-11 .tmk-shema__window-big {
        height: 111px;
    }
    .tmk-calc__left-box {
        display: block;
        text-align: left;
    }
    .tmk-shema__flap .tmk-shema__handle-right {
        width: 14px;
        height: 16px;
        left: -5px;
        margin-top: -8px;
    }
    .tmk-shema__flap .tmk-shema__hinge-left {
        width: 5px;
        height: 21px;
        right: -4px;
    }
    .tmk-shema__first-left .tmk-shema__flap .tmk-shema__handle-right {
        width: 14px;
        height: 16px;
        right: -4px;
        margin-top: -8px;
    }
    .tmk-shema__hinge-left.top {
        top: 22px;
    }
    .tmk-shema__first-left .tmk-shema__flap .tmk-shema__hinge-left {
        left: -7px;
    }
    .tmk-shema__flap .tmk-shema__hinge-left {
        right: -8px;
    }
    .tmk-shema__hinge-left.bottom {
        bottom: 22px;
    }
    .tmk-shema__inner {
        padding: 5px 4px;
    }
    .tmk-shema__vertical {
        left: -32px;
        height: calc(100% + 10px);
        margin-top: -5px;
    }
    .tmk-calc__mob-4 .tmk-shema__vertical,
    .tmk-calc__mob-6 .tmk-shema__vertical,
    .tmk-calc__mob-10 .tmk-shema__vertical,
    .tmk-calc__mob-11 .tmk-shema__vertical,
    .tmk-calc__mob-12 .tmk-shema__vertical{
        height: calc(100% + 12px);
        margin-top: -7px;
    }
    .tmk-calc__mob-4 .tmk-shema__top .tmk-shema__vertical,
    .tmk-calc__mob-6 .tmk-shema__top .tmk-shema__vertical,
    .tmk-calc__mob-10 .tmk-shema__top .tmk-shema__vertical,
    .tmk-calc__mob-11 .tmk-shema__top .tmk-shema__vertical,
    .tmk-calc__mob-12 .tmk-shema__top .tmk-shema__vertical {
        height: calc(100% + 9px);
        margin-top: -5px;
    }
    .tmk-calc__mob-4 .tmk-shema__full-metrika-vert,
    .tmk-calc__mob-6 .tmk-shema__full-metrika-vert,
    .tmk-calc__mob-10 .tmk-shema__full-metrika-vert,
    .tmk-calc__mob-11 .tmk-shema__full-metrika-vert,
    .tmk-calc__mob-12 .tmk-shema__full-metrika-vert {
        height: 100%;
        margin-top: 0px;
    }
    .tmk-shema__metrika-horizontal {
        bottom: -41px;
        width: calc(100% + 9px);
        margin-left: -5px;
    }
    .tmk-shema__vertical .tmk-shema__sm,
    .tmk-shema__metrika-inner .tmk-shema__sm {
        display: none;
    }
    .full_tmk-shema__metrika-horizontal {
        bottom: -74px;
        width: calc(100% + 1px);
        margin-left: -1px;
    }
    .tmk-shema__full-metrika-vert {
        left: -56px;
        height: 100%;
        margin-top: 0;
    }
    .tmk-shema {
        margin-left: 32px;
    }
    .tmk-calc__mob-4 .tmk-calc__right-box .tmk-shema {
        margin-left: 73px;
    }
    .tmk-calc__mob-5 .tmk-calc__right-box .tmk-shema {
        margin-left: 47px;
    }
    .tmk-calc__mob-6 .tmk-calc__right-box .tmk-shema{
        margin-left: 50px;
    }
    .tmk-calc__mob-7 .tmk-calc__right-box .tmk-shema,
    .tmk-calc__mob-12 .tmk-calc__right-box .tmk-shema,
    .tmk-calc__mob-13 .tmk-calc__right-box .tmk-shema{
        margin-left: 0px;
    }

    .tmk-calc__mob-10 .tmk-calc__right-box .tmk-shema {
        margin-left: 30px;
    }
    .tmk-calc__mob-11 .tmk-calc__right-box .tmk-shema {
        margin-left: -37px;
    }
    .tmk-calc__mob-5 .tmk-calc__right-box .tmk-shema__window,
    .tmk-calc__mob-6 .tmk-calc__right-box .tmk-shema__window,
    .tmk-calc__mob-12 .tmk-calc__right-box .tmk-shema__window {
        width: 65px;
    }
    .tmk-calc__mob-11 .tmk-calc__right-box .tmk-shema__window,
    .tmk-calc__mob-10 .tmk-calc__right-box .tmk-shema__window {
        width: 55px;
    }
    .tmk-calc__mob-6 .tmk-calc__right-box .window_triple {
        width: 211px !important;
    }

    .tmk-calc__mob-6 .tmk-calc__right-box .tmk-shema__vertical .tmk-shema__metrika-inner,
    .tmk-calc__mob-7 .tmk-calc__right-box .tmk-shema__vertical .tmk-shema__metrika-inner,
    .tmk-calc__mob-8 .tmk-calc__right-box .tmk-shema__vertical .tmk-shema__metrika-inner,
    .tmk-calc__mob-9 .tmk-calc__right-box .tmk-shema__vertical .tmk-shema__metrika-inner,
    .tmk-calc__mob-10 .tmk-calc__right-box .tmk-shema__vertical .tmk-shema__metrika-inner,
    .tmk-calc__mob-11 .tmk-calc__right-box .tmk-shema__vertical .tmk-shema__metrika-inner,
    .tmk-calc__mob-12 .tmk-calc__right-box .tmk-shema__vertical .tmk-shema__metrika-inner,
    .tmk-calc__mob-13 .tmk-calc__right-box .tmk-shema__vertical .tmk-shema__metrika-inner {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: -12px;
        margin-top: -14px;
    }
    .tmk-calc__mob-8 .tmk-shema__window-big .tmk-shema__vertical,
    .tmk-calc__mob-10 .tmk-shema__window-big .tmk-shema__vertical {
        left: -38px;
        height: calc(100% + 6px);
        margin-top: -10px;
    }
    .tmk-calc__mob-8 .door_bottom .tmk-shema__vertical,
    .tmk-calc__mob-10 .door_bottom .tmk-shema__vertical {
        left: -38px;
        height: calc(100% + 22px);
        margin-top: -11px;
    }
    .tmk-calc__mob-8 .tmk-shema__full-metrika-vert,
    .tmk-calc__mob-10 .tmk-shema__full-metrika-vert {
        height: calc(100% + 10px);
        margin-top: -5px;
        left: -62px;
    }
    .tmk-calc__mob-8 .tmk-shema__vertical.right_side,
    .tmk-calc__mob-10 .tmk-shema__vertical.right_side {
        right: -32px;
    }
    .tmk-calc__mob-8 .tmk-calc__right-box .tmk-shema__vertical.right_side .tmk-shema__metrika-inner,
    .tmk-calc__mob-10 .tmk-calc__right-box .tmk-shema__vertical.right_side .tmk-shema__metrika-inner {
        left: -51px;
    }
    .tmk-calc__mob-9 .tmk-shema {
        margin-left: -15px
    }
    .tmk-calc__mob-7 .right_metrika.tmk-shema__vertical,
    .tmk-calc__mob-9 .right_metrika.tmk-shema__vertical,
    .tmk-calc__mob-11 .right_metrika.tmk-shema__vertical,
    .tmk-calc__mob-13 .right_metrika.tmk-shema__vertical {
        right: -37px;
        height: calc(100% + 13px);
        margin-top: -9px;
    }
    .door_bottom .right_metrika.tmk-shema__vertical {
        left: unset !important;
        right: -38px;
    }
    .door_bottom .tmk-shema__vertical {
        left: -39px !important;
    }
    .tmk-calc__mob-7 .tmk-calc__right-box .right_metrika.tmk-shema__vertical .tmk-shema__metrika-inner,
    .tmk-calc__mob-9 .tmk-calc__right-box .right_metrika.tmk-shema__vertical .tmk-shema__metrika-inner,
    .tmk-calc__mob-11 .tmk-calc__right-box .right_metrika.tmk-shema__vertical .tmk-shema__metrika-inner,
    .tmk-calc__mob-13 .tmk-calc__right-box .right_metrika.tmk-shema__vertical .tmk-shema__metrika-inner {
        left: -54px;
    }
    .tmk-calc__mob-9 .tmk-calc__right-box .tmk-shema__full-metrika-vert.right_metrika {
        right: -55px;
        height: calc(100% + -8px);
        margin-top: 1px;
    }
    .tmk-calc__mob-7 .tmk-calc__right-box .tmk-shema__full-metrika-vert.right_metrika,
    .tmk-calc__mob-11 .tmk-calc__right-box .tmk-shema__full-metrika-vert.right_metrika,
    .tmk-calc__mob-13 .tmk-calc__right-box .tmk-shema__full-metrika-vert.right_metrika {
        right: -60px;
        height: calc(100% + 2px);
        margin-top: -4px;
    }
    .door_bottom {
        height: 56px;
        margin-top: 5px;
    }
    .tmk-shema__window-door .tmk-shema__hinge-right.top,
    .tmk-shema__window-door .tmk-shema__hinge-left.top {
        top: 28px;
    }
    .tmk-shema__window-door .tmk-shema__hinge-right.bottom,
    .tmk-shema__window-door .tmk-shema__hinge-left.bottom {
        bottom: 28px;
    }
    .tmk-shema__window-door .tmk-shema__handle-right,
    .tmk-shema__window-door .tmk-shema__handle-left {
        width: 14px;
        height: 16px;
    }
    .tmk-shema__window-door .tmk-shema__hinge-right {
        width: 5px;
        height: 21px;
        left: -1px;
    }
    .tmk-shema__window-door .tmk-shema__hinge-left {
        width: 5px;
        height: 21px;
        right: -1px;
    }
    .tmk-calc__mob-7 .tmk-calc__right-box .tmk-shema {
        margin-left: 2px;
    }
    .tmk-shema__vertical.right_side {
        right: -30px;
    }
    .tmk-shema__vertical.right_side .tmk-shema__metrika-inner {
        right: -26px;
    }
    .window_triple {
        width: 246px;
    }
    .tmk-calc__mob-10 .tmk-calc__right-box .tmk-shema__vertical .tmk-shema__metrika-inner.right_side,
    .tmk-calc__mob-11 .tmk-calc__right-box .tmk-shema__vertical .tmk-shema__metrika-inner.right_side,
    .tmk-calc__mob-12 .tmk-calc__right-box .tmk-shema__vertical .tmk-shema__metrika-inner.right_side {
        left: -60!important;
        right: 3px;
    }
    .tmk-calc__mob-12 .tmk-shema__full-metrika-vert.absolute-right {
        right: -30px;
    }
    .tmk-calc__mob-12 .tmk-shema__full-metrika-vert.absolute-right  .tmk-shema__metrika-inner {
        left: -58px;
    }
    .tmk-calc__mob-12 .absolute-right.right_metrika.tmk-shema__vertical:before {
        width: 31px;
    }
    .tmk-calc__mob-12 .absolute-right.right_metrika.tmk-shema__vertical:after {
        width: 104px;
    }
    .window_double {
        width: 168px;
    }
    .tmk-calc__param-box_section{
        border: none;
    }
    .tmk-shema__flap .hinge_bottom {
        width: 6px;
        height: 16px;
    }
    .hinge_bottom.left {
        left: 21px;
    }
    .hinge_bottom.right {
        right: 21px;
    }
    .tmk-shema__flap .handle_up {
        width: 16px;
        height: 14px;
        top: -4px;
    }

}

@media (max-width: 400px) {
    .tmk-calc__left-box {
        width: 100%;
    }
}