/* --------- top-block ----------*/
.top-block-1 .my-container,
.top-block-2 .my-container {
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    background: var(--gray) var(--accent-fon) !important;
    -moz-background-size: cover !important;
         background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    border: 2px solid #323232;
}

.top-block-1 .builder[data-path="column1"],
.top-block-2 .builder[data-path="column1"], 
.top-block-1 .builder[data-path="column2"],
.top-block-2 .builder[data-path="column2"] {
    padding: 60px;
}

.top-block-1 .description,
.top-block-2 .description,{
    max-height: 250px!important;
    overflow-y: auto;
    padding-right: 6px;
}

.top-block-img img {
    border-radius: 16px;
}

/** Подзаголовок (цена) **/

/* зачеркнутая */
.top-block-1 .old-price p,
.top-block-2 .old-price p {
    font-family: var(--ff1);
    color: var(--accent-color) !important;
    letter-spacing: 0px !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    opacity: 0.6;
}

/* основная цена */
.top-block-1 .new-price p,
.top-block-2 .new-price p {
    font-family: var(--ff1);
    color: var(--accent-color) !important;
    font-size: 26px !important;
    letter-spacing: 0px !important;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
}

@media(max-width:640px) {
    .top-block-1 .old-price p,
    .top-block-2 .old-price p,
    .top-block-1 .new-price p,
    .top-block-2 .new-price p {
        text-align: center;
    }
}


/* меняем местами колонки в top-block-1 */
.top-block-1 .my-container {
  display:flex;
}

@media (max-width:727px) {
 .top-block-1 .my-container .builder:nth-child(1){
    order:1;
  } 
  .top-block-1 .my-container .builder:nth-child(2){
    order:-1;
  } 
}
/* конец */

@media(max-width: 640px) {
    .top-block-1 .my-container,
	.top-block-2 .my-container {
    	background-position: left center !important;
	}
    
    .top-block-1 .my-container,
    .top-block-2 .my-container {
        margin: 15px;
    }
    
    .top-block-1 .builder[data-path="column1"],
	.top-block-2 .builder[data-path="column1"], 
	.top-block-1 .builder[data-path="column2"],
	.top-block-2 .builder[data-path="column2"] {
    	padding: 20px;
	}
}
