.table-case table{
	width: 100%;
background-color: #f5f5f5;
margin-top:20px;
}

.table-case table > tbody > tr > td{
	padding: 8px;
	
	
/*line-height: 1.42857143;*/
/*vertical-align: top;*/
/*border-top: 1px solid #ddd;*/
}


.rews{
	display:flex;
	justify-content:center;
	margin:25px auto;
}
.contacts-page ul{
	list-style:none;
}
.pagination{
	width: 100%;
	display:flex;
	list-style:none;
	justify-content: center;
}
.pagination li{
display: inline-block;
margin: 0 2px 3px;
}
#productsearch-color{
	  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  max-height: 200px;
  overflow-y: scroll;
}
#ajax{
	width:100%;
}
.pagination li.active a {
	background: #ffae00;
border-color: #c19432;
}
.pagination li a{
	display: inline-block;
height: 28px;
min-width: 28px;
line-height: 28px;
font-size: 15px;
text-decoration: none;
text-align: center;
border: 1px solid #ddd;
border-radius: 3px;
background: #fbfbfb;
text-decoration: none;
color: #000;
}
.contacts-page .contacts-messenger-list li{
	margin-right: 10px;
}
.sales-all{
	cursor: pointer;
color: #2B7199;
text-align: center;
margin-top: 30px;
text-decoration-line: underline;
}
   .sales-item {
        text-align: center;
    }
    .sales-item img {
        width: 100%;
    }
    .sales-item p {
        font-size: 16px;
        color: #000;
        line-height: 1.5;
    }
#top {
    cursor: pointer;
    width: 45px;
    height: 45px;
    text-align: center;
    display: none;
    font-size: 30px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #2B7199;;
    border-radius: 25px;
    z-index: 999;
    border:1px solid #999;
}
#top:hover {
    cursor: pointer;
    background: rgba(0, 40, 62, 1);
}
.pagination-row {
	overflow: hidden;
	clear: both;
	margin: 0 0 20px 0;
	margin-bottom: 15px;
}
.pagination {
	padding: 0;
	margin: 0;
	text-align: center;
 }
.pagination .page-item {
	display: inline-block;
	margin: 0 2px 3px;
}
.pagination .page-link {
	display: inline-block;
	height: 28px;
	min-width: 28px;
	line-height: 28px;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 3px;    
	background: #fbfbfb;
	text-decoration: none;
	color: #000;
}
.pagination a.page-link:hover {
	background: #ffd57b;
}
.pagination .active a.page-link {
	background: #ffae00;
	border-color: #c19432;
}
.pagination .separator .page-link {
	border-color: #fff;
	background: #fff;
}
.pagination .disabled .page-link {
	color: #999;
}
.main-catalog-subcard{
		position: relative;
        padding-right: 0;
        padding-left: 0;
        z-index: 1;
        opacity: 0;
     
        max-width: 0;
        overflow: hidden;
        transition: opacity 0.5s, max-width 0.5s, display 0.5s;
        /*border: 1px solid #eee;*/
        box-sizing: border-box;
  
	}
	.active-sub{
	
        max-width: 100%;
        opacity: 1;
	}
	.sub-table{
		width: 100%;
	}
	.sub-table tr th{
		text-align: left;
	}
	.intro-catalog{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		text-align: center;
	}
	.main-catalog-title{
		text-align: center;
		width: 100%;
		display: inline-block;
		cursor: pointer;
		margin-top: 10px;
	}
	.main-catalog-card_img{
		/*border-radius: 50%;*/
		overflow: hidden;
		cursor: pointer;
	}
	.main-catalog-card_img_wrapper{
		text-align: center;
	}
	.main-catalog-card{
		margin-top: 30px;
	
	}
	.img-fluid{
		max-width: 100%;
	}
	.catalog-menu{
		display:flex;
		width: 100%;
		justify-content: space-between;
	}
	.card-info{
		border: 1px solid #eee;
	}
	.intro-catalog{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		text-align: center;
	}
	.main-catalog-title{
		text-align: center;
		width: 100%;
		display: inline-block;
		cursor: pointer;
		margin-top: 10px;
	}
	.main-catalog-card_img{
		border-radius: 50%;
		overflow: hidden;
		cursor: pointer;
	}
	.main-catalog-card_img_wrapper{
		text-align: center;
	}
	.main-catalog-card{
		margin-top: 30px;
	}
	.img-fluid{
		max-width: 100%;
	}
	.catalog-menu{
		display:flex;
		width: 100%;
		justify-content: space-between;
	}
		.btn-wrapper>button{
		position: absolute;
		top:45%;
		left:24%;
		color:#2B7199;
		display:none;
		z-index:10000;
	}
	.btn-wrapper{
		position: relative;
		cursor:pointer;
	}
	.btn-wrapper:hover >button{
		display: block;
	}
	.btn-wrapper:hover >img{
		opacity: 0.5;
	}
	.card-name{
		box-sizing: border-box;
		height: 50px;
		font-size: 20px; 
		margin-bottom: 15px;
	}

	.features-items{
		background: url('/img/dest/zebra.png');
	}
.partners-form input{
        width: 100%;
        border-radius: 5px;
        background: #f7f7f7;
border: 1px solid #eaebec;
border-radius: 2px;
box-shadow: none;
color: #383838;
height: auto;
font-size: 13px;
padding: 8px 13px 7px;
width: 100%;
    }
    .partners-form label{
        font-size: 13px;
    }
    .partners-form strong{
        margin: 36px 0 18px;
font-size: 30px;
line-height: 35px;
    }
    .partners-form input[type="checkbox"]{
        width: auto;
    }
    .form_checks label{
        line-height: 16px;
cursor: pointer;
border-width: 1px;
border-style: solid;
border-color: #cad3df;
border-radius: 4px;
padding: 8px 20px;
color: #374355 !important;
    }
    .form_checks input{
        display:none;
    }
    .form_checks input:checked+label{
        border-color: #0082d5;
    }
    .form_checks .form-group{
        margin-right: 5px;
    }
    .submit_btn{
        background: #f75e25 !important;
color: #fff !important;
font-size: 14px;
line-height: 22px;
min-height: 38px;
display: inline-block;
padding: 10px 35px;
border-radius: 22px !important;
cursor: pointer;
box-sizing: border-box;
outline: 0 none;
border: 0 none;

width: auto !important;
    }

.icon-choice img{
	width: 160px;
	height: 160px;
}
.calc-form input{
	padding: 10px;
	width: 100%;
	margin-right: 0;
}
.cal-btn{
	border: none;
	color: white;
}
.cal-btn:hover{
	background:#CE2B2B;
}
.icon-choice{
	cursor: pointer;
}
.calc-list-1 label{
	cursor: pointer;
}
.calc-list-1{
	padding-left: 30px;
	margin-top: 30px;
}
.about-page ul li{
	list-style: disc;
}
tbody tr td{
	width: 60%;
}
.tabs__controls.active{
  background: #245068;
  cursor: default;               
}
.tabs__controls{
	padding: 10px;
	background:#2B7199;
	color: #fff;
}
.tabs__controls:hover{
	color: #fff;
	text-decoration: none;
	background: #245068;
}
.tab-content{
	margin-top: 50px;
}
.tab-pane{
  display: none;
}
.tab-pane.active{
  display: flex;
}

.menu{
	height: auto;
	position: relative;
}
.menu-list li{
	padding: 10px;
	border-bottom: none;
}
.menu-list li a{
	height: 100%;
}

.cal-btn{
    background: #FF4747;
    width: 100%;
    padding: 6px 0px;
}
.calc-div {
    display:block;
    width:100%;
}
@media(min-width:768px){
    .flex-calc-1{
        width: 54%;
    }
    .flex-calc-img {
        text-align: right;
        width: 46%;
    }
    .flex-calc-1 div {
        width:100%;
        margin-bottom:20px;
    }
    .flex-calc-1 input{
        /*width:100%;*/
        margin-right: 0px;
        
    }
}
.h2-dec{
    font-size: 1.5rem;
    line-height: 44px;
    text-align: center;
    margin-bottom: 0;
    color: #2B7199;
    margin-bottom: 1rem;
    font-weight: 800;
}
.catalog h2{
    font-size: 1.5rem;
    line-height: 44px;
    margin-bottom: 0;
    color: #2B7199;
    margin-bottom: 1rem;
    font-weight: 800;
}
/* полоса прокрутки (скроллбар) */
.wrap-kviz::-webkit-scrollbar {
    width: 24px; /* ширина для вертикального скролла */
    height: 30px; /* высота для горизонтального скролла */
    background-color: #1D5C80;
}

/* ползунок скроллбара */
.wrap-kviz::-webkit-scrollbar-thumb {
    background-color: #062A3E;
    border-radius: 0px;
    box-shadow: none;
}

.wrap-kviz::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}

/* Стрелки */

.wrap-kviz::-webkit-scrollbar-button:vertical:start:decrement {
    background: linear-gradient(120deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(240deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(0deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
    display:none;
}

.wrap-kviz::-webkit-scrollbar-button:vertical:end:increment {
    background:
        linear-gradient(300deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(60deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(180deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
    display:none;
}

.wrap-kviz::-webkit-scrollbar-button:horizontal:start:decrement {
    background:
        linear-gradient(30deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(150deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(270deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
    display:none;
}

.wrap-kviz::-webkit-scrollbar-button:horizontal:end:increment {
    background:
        linear-gradient(210deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(330deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(90deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
    display:none;
}
.icon-choice:hover .icon>img{
    box-shadow:5px 5px 5px 5px rgba(0,0,0,1)
}
.icon-choice.active .icon>img{
    box-shadow: 6px 6px 7px rgba(0,0,0,0.4);
}
.icon-choice .title {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    display: block;
    margin-top: 5px;
}
.icon-choice {
    margin-right:30px;
}
.kviz-choice{
    display:flex;
    justify-content:space-between;
    width: 100%;
}
.wrap-kviz{
    overflow: scroll;
    overflow-y: hidden;
    margin-bottom: 40px;
}
.kviz-choice input[type="radio"]{
    display:none;
}
input[type="radio"]:checked +label img{
    box-shadow:5px 5px 5px 5px rgba(0,0,0,1)
}
.icon-choice.active input[type="radio"]:checked{

}
#kviz {
	background-color: #ffc350;
	color: #fff;
	padding: 60px 0;
	position: relative
}

#kviz h2.section-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 20px
}

@media(min-width:992px) {
	#kviz h2.section-title {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 30px
	}
}

#kviz #prev {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 160px
}

#kviz .kviz .form-control {
	background: #fbb226;
	-webkit-box-shadow: inset 1px 3px 6px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 3px 6px rgba(0, 0, 0, .1);
	padding: 16px 30px;
	display: block;
	width: 100%;
	max-width: 920px;
	color: #fff;
	font-size: 24px;
	line-height: 29px
}

#kviz .kviz .form-control::-webkit-input-placeholder {
	color: #fff;
	font-size: 24px;
	line-height: 29px
}

#kviz .kviz .form-control::-moz-placeholder {
	color: #fff;
	font-size: 24px;
	line-height: 29px
}

#kviz .kviz .form-control:-ms-input-placeholder {
	color: #fff;
	font-size: 24px;
	line-height: 29px
}

#kviz .kviz .form-control::-ms-input-placeholder {
	color: #fff;
	font-size: 24px;
	line-height: 29px
}

#kviz .kviz .form-control::placeholder {
	color: #fff;
	font-size: 24px;
	line-height: 29px
}

#kviz .kviz .kviz-item {
	display: none
}

#kviz .kviz .kviz-item.active {
	display: block
}

#kviz .kviz .kviz-item .kviz-description {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 29px;
	display: block
}

#kviz .kviz .kviz-item .kviz-choice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#kviz .kviz .kviz-item .kviz-choice .text-choice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 800;
	font-size: 72px;
	line-height: 88px;
	width: 160px;
	height: 160px;
	background: #fbb226;
	-webkit-box-shadow: inset 1px 3px 6px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 3px 6px rgba(0, 0, 0, .1);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 15px;
	margin-bottom: 30px
}

#kviz .kviz .kviz-item .kviz-choice .text-choice:hover {
	cursor: pointer;
	background-color: #ffc350
}

#kviz .kviz .kviz-item .kviz-choice .text-choice input {
	display: none
}

#kviz .kviz .kviz-item .kviz-choice .text-choice:active {
	-webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, .2);
	box-shadow: 1px 3px 6px rgba(0, 0, 0, .2)
}

#kviz .kviz .kviz-item .kviz-choice .text-choice.active {
	background-color: #731110;
	-webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, .5);
	box-shadow: 1px 3px 6px rgba(0, 0, 0, .5)
}

#kviz .kviz .kviz-item .kviz-choice .icon-choice {
	margin: 0 15px;
	width: 160px;
	height: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 39px 15px 10px 15px;
	text-align: center;
	background: #fbb226;
	-webkit-box-shadow: inset 1px 3px 6px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 3px 6px rgba(0, 0, 0, .1);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-bottom: 30px
}

#kviz .kviz .kviz-item .kviz-choice .icon-choice:hover {
	cursor: pointer;
	background-color: #ffc350
}

#kviz .kviz .kviz-item .kviz-choice .icon-choice:active {
	-webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, .2);
	box-shadow: 1px 3px 6px rgba(0, 0, 0, .2)
}

#kviz .kviz .kviz-item .kviz-choice .icon-choice.active {
	background-color: #731110;
	-webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, .5);
	box-shadow: 1px 3px 6px rgba(0, 0, 0, .5)
}

#kviz .kviz .kviz-item .kviz-choice .icon-choice input {
	display: none
}

#kviz .kviz .kviz-item .kviz-choice .img-choice {
	margin: 0 15px;
	width: 160px;
	height: 160px;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-bottom: 30px
}

#kviz .kviz .kviz-item .kviz-choice .img-choice:hover {
	cursor: pointer;
	-webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, .3);
	box-shadow: 1px 3px 6px rgba(0, 0, 0, .3)
}

#kviz .kviz .kviz-item .kviz-choice .img-choice:active {
	-webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, .2);
	box-shadow: 1px 3px 6px rgba(0, 0, 0, .2)
}

#kviz .kviz .kviz-item .kviz-choice .img-choice.active {
	-webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, .5);
	box-shadow: 1px 3px 6px rgba(0, 0, 0, .5)
}

#kviz .kviz .kviz-item .kviz-choice .img-choice input {
	display: none
}

#kviz .kviz .progress {
	background-color: #fbb226;
	height: 10px;
	margin-top: 21px
}

.section.text-block.text-block-decor {
	margin-bottom: 61px
}

.catalog .catalog-item .description .title.title-popular {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
	min-height: 0
}

#sales {
	padding-bottom: 0
}

.category-table.popular-table>tbody>tr>td {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px
}

#kviz .kviz .progress .progress-bar {
	background-color: #fff;
	height: 10px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.menu-list .active{
	background: #253036;
}
	