.catalog_page {
    font-family: 'Raleway', sans-serif;
}
span.filter_group_name {
    display: block;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}
form.catalog_filter {
    margin-bottom: 25px;
    background: #FFF;
    display: flex;
    padding: 20px 40px;
    flex-wrap: wrap;
}
form.catalog_filter .form-group {
	display: inline-block;
	overflow: hidden;
}
form.catalog_filter .form_radio_group-item {
	width: max-content;
}
form.catalog_filter .form_radio_group input[type=radio] {
	display: none;
}
form.catalog_filter .form_radio_group label {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: #D9D9D9;
	border: 0;
	padding: 5px 15px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
	margin-right: 20px;
	cursor: pointer;
	border: 0;
	outline: none;
	font-variant-numeric: lining-nums proportional-nums;
	margin-bottom: 15px;
}
form.catalog_filter .form_radio_group .form_radio_group-item:last-child label {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: #D9D9D9;
	border: 0;
	padding: 5px 15px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
	margin-right: 20px;
	cursor: pointer;
}
 
form.catalog_filter .form_radio_group input[type=radio]:checked + label {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: #D13016;
	border: 0;
	padding: 5px 15px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
	margin-right: 20px;
	cursor: pointer;
	border: 0;
	outline: none;
	font-variant-numeric: lining-nums proportional-nums;
	margin-bottom: 15px;
}

form.catalog_filter .form_radio_group label:hover {
	color: #666;
}
 
form.catalog_filter .form_radio_group {
    max-width: max-content;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

form.catalog_filter .form_radio_group .form_radio_group-item:last-child label {
    margin-right: 0px !important;
}
.product_items .item {
    background: #FFF;
    padding: 15px;
}

img {
    max-width: 100%;
}

.product_items .item h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    line-height: 130%;
    margin-bottom: 15px;
    padding-right: 15px;
}
.product_items .item h3 a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    line-height: 130%;
    margin-bottom: 15px;
    padding-right: 15px;
}

.product_items .item img {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.description {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.product_items .col-lg-4 {
    margin-bottom: 30px;
}
.product_items .item p span {
    color: #000;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.price {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-variant-numeric: lining-nums proportional-nums;
    margin-bottom: 15px;
}

.add_btn {
    width: 343px;
    max-width: 100%;
    flex-shrink: 0;
    outline: none;
    border: 0;
    background: #D13016;
    padding: 10px 30px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* margin: 0 auto; */
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.add_btn:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}


.catalog_page .pagination {
    background: no-repeat;
    border: 0;
    border-radius: 0;
    /* padding: 0 80px; */
    display: flex;
    justify-content: space-evenly;
    max-width: max-content;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    /* width: 100%; */
    align-content: center;
    margin-bottom: 30px;
}

.catalog_page li.page-item .page-link {
    background: none;
    border: 0;
    color: #000;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
  
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-transform: lowercase;
    margin: 0 15px;
    display: flex;
    align-items: center;
    align-content: center;
}
.catalog_page li.page-item.active a.page-link {
    color: #D13016;
    font-variant-numeric: lining-nums proportional-nums;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: lowercase;
    background: none;
    margin: 0px 15px;
}



.catalog_page i.fas.fa-angle-left {
    font-size: 0px;
}

.catalog_page i.fas.fa-angle-right {
    font-size: 0px;
}

.white_block {
    background: #fff;
    padding: 60px 0px;
}

.white_block p {
    margin-bottom: 15px;
    font-size: 18px;
}

.catalog_page a.btn {
    width: 166px;
    /* height: 50px; */
    flex-shrink: 0;
    padding: 12px 20px;
    border-radius: 50px;
    background: #D13016;
    color: #FFF;
 
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
}

.grey_block {
    background: #E7E8EB;
    padding: 60px 0px;
}

.grey_block p {
    margin-bottom: 15px;
    font-size: 18px;
}
.project_block {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
}

.project_block .col-lg-12 {
    background: rgba(231, 232, 234, 0.90);
    padding: 25px;
    color: #000;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.project_block h2 {
    color: #fff;
}

.project_block p, .project_block li {
    margin-bottom: 15px;
    font-size: 18px;
}
.col_block {
    display: flex;
}

.col_block ul {
    width: 33%;
    padding: 15px;
    padding-left: 25px;
}

.col_block ul li {
    list-style: disc;
    margin: 0px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.col_block ul b {
    margin-bottom: 10px;
    display: block;
}
.white {
    background: #fff;
    padding: 40px 25px;
    padding-bottom: 0px;
}

.catalog_page_card {
    margin-bottom: 60px;
}
.kot-price {
    color: #000;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
    margin-top: 15px;
    font-variant-numeric: lining-nums proportional-nums;
}

.kot-art {
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.kot-art b {
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.description b {
    margin-bottom: 10px;
    display: block;
}
.catalog_page_card .description {
    margin-top: 35px;
}
.dop-options .col_options {
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: max-content;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-bottom: 10px;
}

.dop-options .col_options svg {
    width: 24px;
    display: block;
    max-width: 24px;
    margin-right: 10px;
}
.catalog_page_card .description ul li{
    grid-gap: 16px;
    align-items: center;
    display: flex;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
    flex-wrap: nowrap;
}

.catalog_page_card span.prop_value {
    text-align: right;
    width: max-content;
    display: block;
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* border-bottom: 1px dashed #000; */
}

.catalog_page_card span.prop_name {
    /* border-bottom: 1px dashed #000; */
    display: block;
    width: 100%;
    position: relative;
}
.catalog_page_card .description ul {
    margin-bottom: 50px;
}

.catalog_page_card .description b {
    display: block;
    margin-bottom: 15px;
}



.catalog_page_card a#home-tab {
    color: #000;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 25px;
}

.catalog_page_card a#profile-tab {
    color: #000;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 0;
    padding-left: 0px;
    padding-right: 0px;
}

.catalog_page_card .nav-tabs .nav-item {
    margin-bottom: -3px;
    border: 0;
}

.catalog_page_card ul#myTab {
    border: 0;
    margin-bottom: 40px;
    border-bottom: 2px solid #E7E8EB;
    padding-bottom: 0px;
    /* padding: 0px 25px; */
}

.catalog_page_card a#profile-tab.active {
    border-bottom: 5px solid #D13016;
}
.catalog_page_card a#home-tab.active {
    border-bottom: 5px solid #D13016;
}

.catalog_page_card div#myTabContent {
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 200% */
    padding-bottom: 60px;
}


.catalog_page_card div#myTabContent td {
    border: 1px solid #E7E8EA;
    background: #FFF;
    padding: 5px 35px;
}
.catalog_page_card div#myTabContent th {
    border: 1px solid #E7E8EA;
    background: #FFF;
    padding: 15px 35px;
    background: #E7E8EA;
}

.big_table {
    overflow: auto;
}

.big_table table {
    min-width: 600px;
}

.catalog_page_card span.prop_name b {
    margin: 0px;
    font-weight: 400;
    background: #fff;
    max-width: max-content;
    z-index: 1;
    position: relative;
}

.catalog_page_card span.prop_name:after {
    position: relative;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted#000;
    display: block;
    top: -4px;
    z-index: 0;
}


@media (max-width: 991px) {
    .col_block ul {
        width: 100%;
    }

    .col_block {
        display: flex;
        flex-direction: column;
    }
	.product_items .item {
    /*max-width: 370px;*/
    margin: 0 auto;
}
}
