.title-rem {
            color: #F26F23;
            font-size: 32px;
            font-weight: bold;
        }

        .title-slog {
            color: white;
            font-size: 12px;
            margin-top: 10px;
        }

        .rem-block1 {
            display: flex;
            width: 300px;
            align-items: center;
            margin: 20px 0px;
        }

        .rem-block1 > div:first-child {
            margin-right: 15px;
        }

        .rem-block1 > div:last-child {
            font-size: 16px;
            font-weight: bold;
            color: white;
        }

        .brg-rem1 {
            padding: 15px 20px;
            background-image: url('/images/bg_remont.png')
        }

        .middle {
            margin: -24px;
        }

        .rem-info-d {
            margin-top: 40px;
            display: flex;
        }

        .rem-info-d > div {
            width: 20%;
            display: flex;
            background: white;
            border-radius: 5px;
            align-items: center;
            margin-right: 10px;
            padding: 20px 0px;
        }

        .rem-info-d > div > div:first-child {
            color: #F26F23;
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;

        }

        .rem-info-d > div > div span {
            font-size: 30px;
            font-weight: bold;
        }

        .rem-info-d > div > div:last-child {
            font-size: 12px;
            color: #555555;
            line-height: 15px;
        }

        .remban {
            display: flex;
            margin: 51px 0px 20px;
        }

        .remban > div {
            margin-right: 20px;
            background: #F26F23;
            color: white;
            padding: 15px 0px;
            width: 190px;
            text-align: center;
            border-radius: 50px;
        }
		
		.remban a{
			color:white;
		}

        .rem-block4-title {
            color: #555555;
            font-size: 32px;
            font-weight: bold;
            margin: 20px 0px 20px 20px;
        }

        .rem-block4-prem {
            display: flex;
            justify-content: space-between;
            margin: 20px 0px 35px 20px;
        }

        .rem-block4-prem > div {
            width: 49%;
        }

        .rem-block4-prem > div > div {
            display: flex;
            margin-bottom: 10px;
        }

        .rem-block4-prem > div > div > div:first-child {
            margin-right: 10px;
        }

        .rem-block4-prem > div > div img {
            width: 100%;
        }

        .rem-block4-prem > div > div > div:last-child {
            color: #555555;
        }

        .new-rem-brands {
            display: flex;
            margin: 0px 20px;
        }

        .new-rem-brands > div:first-child {
            position: relative;
            width: 50%;
        }

        .new-rem-brands-title:after {
            content: '';
            position: absolute;
            border-top: 30px solid transparent;
            border-left: 29px solid #f26f23;
            border-bottom: 30px solid transparent;
            top: 0px;
            right: -29px;
        }

        .new-rem-brands-title {
            font-size: 18px;
            font-weight: bold;
            color: white;
            background: #F26F23;
            padding: 20px;
        }

        .rem-vcc {
            display: flex;
            justify-content: flex-end;
            flex: auto;
            align-items: start;
        }

        .rem-vcc > div:last-child {
            margin-left: 10px;
        }

        .saleart {
            display: flex;
            align-items: center;
            margin: 55px 0px 0px 20px;
        }

        .saleart > div:last-child {
            font-size: 32px;
            margin-left: 20px;
            line-height: 36px;
            font-weight: bold;
            color: #555555;
        }

        .saleart span {
            color: #F26F23;
        }

        .art-ii {
            display: flex;
            margin: 40px 0px 0px 20px;
            justify-content: space-between;
        }

        .art-ii > div {
            width: 48%;
        }

        .art-ii > div:first-child img {
            width: 100%;
        }

        .new-step-rem {
            border: 1px solid #555555;
            background: white;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            padding: 23px 0px;
            position: relative;
        }

        .new-step-rem-name {
            font-size: 16px;
            font-weight: bold;
            margin-left: 10px;
        }

        .new-step-rem span {
            position: absolute;
            background: #DA251C;
            width: 20px;
            height: 20px;
            color: white;
            text-align: center;
            border-radius: 50px;
            top: -5px;
            left: -5px;

        }

        .desc-step-rem {
            margin-top: 15px;
            color: #555555;
        }

        .desc-step-rem1 {
            display: flex;
            margin-top: 15px;
        }

        .desc-step-rem1 > div:last-child {
            font-size: 16px;
            font-weight: 600;
            margin-left: 10px;
        }

        .rem1-step-old {
            justify-content: space-between;
            display: flex;
            margin: 30px 0px 0px 20px;
        }

        .rem1-step-old > div {
            position: relative;
            background: white;
            border: 2px solid #555555;
            border-radius: 10px;
            padding: 35px 0px;
            width: 32%;
        }

        .rem1-step-old-name {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px;
            text-align: center;
        }

        .rem1-step-old-desc {
            font-size: 12px;
            text-align: center;
            color: #555555;
        }

        .rem1-step-old-count {
            background: #DA251C;
            width: 20px;
            height: 20px;
            color: white;
            text-align: center;
            border-radius: 50px;
            position: absolute;
            top: -6px;
            left: -8px;
        }

        .rem1-step-old-count-rub {
            color: #F26F23;
            text-align: center;
            font-family: Inter;
            font-size: 49px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .rem1-step-old-count-rub span {
            color: #F26F23;
            font-family: Inter;
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .rem1-step-old-img {
            text-align: center;
        }

        .sent-rem-t-d {
            background: #555;
            margin-top: 50px;
            margin-left: 20px;
            display: flex;
            justify-content: space-between;
            padding: 30px;
        }

        .sent-rem-t-d > div {
            width: 49%;
        }

        .sent-rem-t-title {
            color: #F26F23;
            font-family: Inter;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .sent-rem-t-desc {
            color: #FFF;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-top: 9px;
        }

        .sent-rem-t {
            border-radius: 22.5px;
            background: #F26F23;
            display: inline-block;
            padding: 14px 30px;
            color: #FFF;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-top: 26px;
        }

        .two-sent-rem-d {
            display: flex;
            margin-top: 34px;
            justify-content: space-between;
        }

        .two-sent-rem-d > div {
            width: 49%;
        }

        .two-sent-rem-d > div > div:first-child {
            display: flex;
            color: #FFF;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 15px;
        }

        .two-sent-rem-d > div > div:first-child img {
            margin-right: 7px;
        }

        .two-sent-rem-d > div > div:last-child {
            color: #FFF;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .seert-rem-t-d {
            color: #555;
            font-family: Inter;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-top: 40px;
            margin-bottom: 20px;
            margin-left: 20px;
        }

        .seert-rem-t-d-desc {
            color: #555;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 26px;
            margin-left: 20px;
        }

        .vybor-f {
            display: flex;
            margin-left: 20px;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .vybor-f > div > div {
            margin: 18px 20px;
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

        .vybor-f > div {
            display: flex;
            border-radius: 7px;
            border: 1px solid #F26F23;
            background: #FFF;
            width: 32%;
            margin-bottom: 26px;
        }

        .vybor-f-row-name {
            color: #555;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 6px;
        }

        .vybor-f-row-desc {
            color: #555;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 18px;
        }

        .vybor-f-row-price {
            border-radius: 22.5px;
            background: #555;
            padding: 10px 15px;
            color: #FFF;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .full-lest-rem {
            display: flex;
            margin-left: 20px;
            margin-bottom: 46px;
        }

        .full-lest-rem > div {
            color: #555;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .full-lest-rem > div:first-child {
            margin-right: 15px;
        }

        .full-lest-rem > div:last-child {
            width: 500px;
        }

        .whote-rem-form {
            border-radius: 7px;
            background: #555;
            padding: 10px 30px;
            display: flex;
            margin-left: 20px;
        }

        .whote-rem-form input {
            border-radius: 7px;
            background: #88888F;
            border: unset;
            outline: none;
            padding: 15px;
        }

        .whote-rem-form button {
            border-radius: 7px;
            background: #F26F23;
            border: unset;
            outline: none;
            width: 100%;
            padding: 16px;
            color: #FFF;
            text-align: center;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .whote-rem-form > div:first-child {
            width: 40%;
        }

        .whote-rem-form > div:last-child {
            width: 60%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .whote-rem-form-name {
            color: #FFF;
            font-family: Inter;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .whote-rem-form-desc {
            color: #FFF;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-top: 12px;
        }

        .whote-rem-form-desc1 {
            color: #FFF;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-top: 12px;
        }

        .whote-rem-form-w1 {
            width: 100%;
        }


        .whote-rem-form-w2 {
            width: 49%;
        }

        .whote-rem-form-w3 {
            width: 49%;
        }

        .pay-rem {
            display: flex;
            margin-top: 41px;
            justify-content: space-between;
            margin-left: 20px;
        }

        .pay-rem > div {
            width: 49%;

        }

        .pay-rem-name {
            color: #555;
            font-family: Inter;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .pay-rem-name {
            color: #555;
            font-family: Inter;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .pay-rem-name1 {
            border-radius: 7px;
            border: 1px solid #EFF0EF;
            background: #FFF;
            margin-top: 30px;
            display: flex;
            padding: 30px;
        }

        .pay-rem-desc {
            margin-top: 19px;
            color: #555;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 19px;
        }

        .pay-rem-desc-pm2 {
            color: #F26F23;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            border-bottom: 1px solid #BDBDBD;
            padding-bottom: 24px;
        }

        .pay-rem-desc-pm3 {
            color: #555;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-top: 15px;
            margin-bottom: 24px;
        }

        .pay-rem-desc-pm4 {
            display: flex;
            align-items: center;
            color: #555;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 24px;
        }

        .pay-rem-desc-pm5 {
            color: #555;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            padding-top: 15px;
            border-top: 1px solid #BDBDBD;
        }

        .pay-rem-desc-pm4 img {
            margin-right: 15px;
        }

        .pay-rem-w1 img {
            width: 100%;
        }

        .pay-rem-name1 img {
            margin-right: 8px;
        }

        .table-price-rem {
            border-bottom: 1px solid #BDBDBD;
            width: 100%;
            margin-bottom: 18px;
            padding-bottom: 18px;
        }

        .rem-price {
            color: #555;
            font-family: Inter;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin: 60px 0px 0px 22px;
        }

        .price-table-rem {
            border-radius: 7px;
            background: #F7F7F7;
            padding: 20px;
            display: flex;
            margin: 20px 0px 0px 20px;
        }

        .bat-price-rem {
            display: inline-block;
            border-radius: 22.5px;
            background: #F26F23;
            color: #FFF;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            padding: 14px 30px;
        }

        .price-table-rem > div {
            width: 49%;
        }

        .table-price-rem > div {
            display: flex;
        }

        .table-price-rem .table-price-row2 {
            width: 100%;
            color: #555;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            padding-bottom: 9px;
            border-bottom: 1px solid #BDBDBD;
        }

        .table-price-row1 > div, .table-price-row2 > div {
            width: 50%;
        }

        .table-price-rem .table-price-row1 {
            width: 100%;
            color: #555;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            padding-bottom: 9px;
            margin-top: 15px;
        }

        .end-form-rem > div:first-child {
            width: 45%;
        }

        .end-form-rem > div:last-child {
            width: 50%;
        }

        .end-form-rem > div:last-child img {
            width: 100%;
        }

        .end-form-rem {
            border-radius: 7px;
            background: #F26F23;
            margin: 36px 0px 0px 20px;
            display: flex;
            justify-content: space-between;
            padding: 20px;
        }

        .end-form-rem-name {
            color: #FFF;
            font-family: Inter;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            border-bottom: 1px solid #FF8F4E;
            padding-bottom: 28px;
            margin-bottom: 20px;
        }

        .end-form-rem-desc {

            color: #FFF;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .end-form-rem-row input[type="text"],  .end-form-rem-row input[type="tel"]{
            border-radius: 7px;
            background: #FF8F4E;
            border: none;
            outline: unset;
            margin-top: 24px;
            text-align: center;
            padding: 16px;
            color: #FFF;
            text-align: center;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .end-form-rem-row button {
            border-radius: 7px;
            background: #FFF;
            border: none;
            outline: unset;
            padding: 16px;
            margin-top: 20px;
            width: 100%;
            color: #F26F23;
            text-align: center;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 24px;
        }

        .end-form-rem-slog {
            color: #FFF;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .end-form-rem-slog span {
            text-decoration: underline;
        }

        .whote-rem-form > div:last-child .whote-rem-form-desc1 {
            display: none;
        }

        .sent-rem-t-d > div:last-child .sent-rem-t{
display: none;
        }

        .new-rem-brands-title .rem-vcc{
            display: none;
        }
		
		.rem-slider{
			    margin-left: 20px;
    margin-top: 30px;
		}
		.rem-slider a{
			margin:10px;
			display:block;
		}
		.rem-slider img{
			width:100%;
		}

        @media (max-width: 768px) {
			
			.brg-rem1 {
               background-size: cover;
			}
			
			.remban{
				    margin: 32px 0px -4px;
			}

			.rem-slider{
				  margin-top: 10px;
                margin-left: 0px;
			}
            .middle {
                margin: 0px;
                margin-top: -25px;
            }

            .rem-block4-title {
                color: #555;
                margin-left: 0px;
                font-family: Inter;
                font-size: 21px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .rem-block4-prem > div {
                width: 100%;
            }

            .rem-block4-prem {
                margin-left: 0px;
                flex-direction: column;
                margin-bottom: 10px;
            }

            .rem-info-d {
                flex-wrap: wrap;
                justify-content: space-between;
                margin-top: 10px;
            }

            .rem-info-d > div {
                width: 49%;
                margin-right: 0px;
                margin-bottom: 10px;
            }

            .title-rem {
                color: #F26F23;

                font-family: Inter;
                font-size: 21px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .title-slog {
                color: #FFF;

                font-family: Inter;
                font-size: 8px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .new-rem-brands-title .rem-vcc{
                display: flex;
            }

            .rem-block1 > div:last-child {
                color: #FFF;

                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .breadcrumbs {
                display: none;
            }

            .remban > div:first-child {
                display: none;
            }

            .saleart {
                margin-left: 0px
            }

            .saleart > div:last-child {
                color: #555;
                font-family: Inter;
                font-size: 21px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .remban > div {
                color: #FFF;

                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .art-ii {
                flex-direction: column;
                margin-left: 0px;
                margin-top: 20px;
            }

            .art-ii > div {
                width: 100%;
                margin-bottom: 15px;
            }

            .new-step-rem {

                align-items: center;
            }

            .new-step-rem > div {
                display: flex;
            }

            .desc-step-rem1 > div:last-child {
                color: #555;

                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .desc-step-rem {
                color: #555;

                font-family: Inter;
                font-size: 8px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .new-step-rem-name {
                color: #555;
                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .rem1-step-old {
                margin-left: 0px;
                flex-direction: column;
                margin-top: 15px;
            }

            .rem1-step-old > div {
                width: 100%;
                margin-bottom: 10px;
            }

            .rem1-step-old-desc {
                padding: 0px 10px;
            }

            .sent-rem-t-d > div {
                width: 100%;
            }

            .sent-rem-t-d {
                margin-left: -20px;
                margin-right: -20px;
                flex-direction: column;
            }

            .sent-rem-t-title {
                color: #F26F23;

                font-family: Inter;
                font-size: 21px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .sent-rem-t-desc {
                color: #FFF;

                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .sent-rem-t-d > div:last-child .sent-rem-t{

                width: 198px;
                margin: auto;
                display: block;
                text-align: center;
                margin-top: 16px;
            }

            .two-sent-rem-d > div {
                width: 100%;
                margin-bottom: 10px;
            }

            .two-sent-rem-d {
                flex-direction: column;
                margin-top: 10px;
            }

            .two-sent-rem-d > div > div:last-child {
                color: #FFF;

                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .sent-rem-t {
                display: none;
            }

            .brg-rem1 .rem-info-d {
                display: none;
            }

            .brg-rem1-mob {
                display: block !important;
            }

            .rem-info-d > div {
                background: #555;
            }

            .rem-info-d > div > div:last-child {
                color: #FFF;

                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .brg-rem1 {
                background-image: url('/images/bg_remont_coffeemob.png')
            }

            .new-rem-brands {
                margin-left: 0px;
            }

            .rem-vcc {
                display: none;
            }

            .whote-rem-form > div:last-child .whote-rem-form-desc1 {
                display: block;
            }

            .vybor-f > div {
                margin-bottom: 10px;
            }

            .new-rem-brands > div:first-child {
                color: #FFF;
                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                width: 100%;
                display: flex;
                padding: 11px;
                align-items: center;
            }

            .whote-rem-form-desc1 {
                color: #FFF;

                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .new-rem-brands-title:after {
                content: '';
                position: absolute;
                border-top: 22px solid transparent;
                border-left: 20px solid #f26f23;
                border-bottom: 22px solid transparent;
                top: 0px;
                right: -20px;
            }

            .seert-rem-t-d {
                color: #555;
                margin-top: 10px;
                margin-left: 0px;
                margin-bottom: 10px;
                font-family: Inter;
                font-size: 21px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .vybor-f {
                flex-direction: column;
                margin-left: 0px;
            }

            .full-lest-rem {
                margin-left: 0px;
                margin-bottom: 18px;
            }

            .vybor-f > div {
                width: 100%;
            }

            .whote-rem-form {
                margin-left: 0px;
                flex-direction: column;
            }

            .whote-rem-form > div:first-child {
                width: 100%;
            }

            .whote-rem-form > div:last-child {
                width: 100%;
            }

            .whote-rem-form-w2 {
                width: 100%;
            }

            .whote-rem-form-w3 {
                width: 100%;
            }

            .whote-rem-form-name {
                color: #FFF;

                font-family: Inter;
                font-size: 21px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .whote-rem-form > div:first-child .whote-rem-form-desc1 {
                display: none;
            }

            .whote-rem-form input {
                margin-bottom: 10px;
            }

            .whote-rem-form-desc {
                color: #FFF;
                margin-bottom: 10px;
                font-family: Inter;
                font-size: 12px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .pay-rem {
                margin-top: 10px;
                flex-direction: column;
                margin-left: 0px;
            }

            .pay-rem > div {
                width: 100%;
            }

            .pay-rem-name1 {
                margin-top: 10px;
                color: #FFF;
                border-radius: 4.506px;
                background: #555;

                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                padding: 20px;
                align-items: center;
            }

            .pay-rem-desc {
                margin-top: 10px;
                margin-bottom: 10px;
                color: #555;

                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .pay-rem-desc-pm2 {
                color: #F26F23;

                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                padding-bottom: 16px;
            }

            .pay-rem-desc-pm3 {
                color: #555;

                font-family: Inter;
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .pay-rem-desc-pm4 {
                color: #555;

                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                margin-bottom: 10px;
            }

            .pay-rem-desc-pm5 {
                margin-bottom: 10px;
            }

            .rem-price {
                margin-left: 0px;
                margin-top: 10px;
                color: #555;

                font-family: Inter;
                font-size: 21px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .price-table-rem > div {
                width: 100%;
            }

            .table-price-rem .table-price-row2 {
                color: #555;

                font-family: Inter;
                font-size: 8px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .table-price-rem .table-price-row1 {
                color: #555;

                font-family: Inter;
                font-size: 8px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .bat-price-rem {
                color: #FFF;

                text-align: center;
                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                width: 171px;
                margin: auto;
                display: block;
            }

            .table-price-rem {
                margin-top: 20px;
                border: unset;
                margin-bottom: 0px;
            }

            .end-form-rem {
                margin-left: 0px;
                flex-direction: column;
            }

            .end-form-rem > div:first-child {
                width: 100%;
            }

            .end-form-rem > div:last-child {
                width: 100%;
            }

            .end-form-rem-name {
                color: #FFF;

                font-family: Inter;
                font-size: 21px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                margin-bottom: 10px;
                padding-bottom: 10px;
            }

            .end-form-rem-row input[type="text"] {
                margin-top: 10px;
            }

            .end-form-rem-row button {
                margin-top: 10px;
                margin-bottom: 13px;
            }

            .end-form-rem-slog {
                margin-bottom: 20px;
                color: #FFF;

                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .end-form-rem-desc {
                color: #FFF;

                font-family: Inter;
                font-size: 12px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .price-table-rem {
                flex-direction: column;
                margin: 20px -15px 0px -15px;
            }

            .pay-rem-name {
                color: #555;

                font-family: Inter;
                font-size: 21px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .seert-rem-t-d-desc {
                color: #555;

                font-family: Inter;
                font-size: 10px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                margin-bottom: 10px;
                margin-left: 0px;
            }


        }

        .end-form-rem-row ::placeholder{
            color: white;
            opacity: 1; /* Firefox */
        }

        .whote-rem-form-w1 ::placeholder{
            color: #555;
            text-align: center;
        }
        .whote-rem-form-w2 ::placeholder{
                     color: #555;
                     text-align: center;
                 }