body{
	padding: 0px;
	margin: 0px;
	font-family: 'Play', sans-serif;
}

.header{
	display: flex;
    width: 100%;
    text-align: center;
    background: #1c6cd5;
    color: #fff;
    flex-direction: row;
    justify-content: space-around;
}

.h_logo{

	padding: 20px;
}

.h_logo > p{
	margin: 0px;
    font-size: 30;
    padding: 0px;
    font-weight: bold;
}

.h_tel{
	padding: 20px;
}

.h_tel > p{
	margin: 0px;
    font-size: 30;
    padding: 0px;
    font-weight: bold;
}

.h_ord{
	padding: 20px;
}

.h_ord > a{
    font-size: 30px;
    background: #ff0000;
    color: #fff;
    text-decoration: none;
    padding: 20px;
}

.h_ord > a:hover{
    background: #ff000050;
    color: #333;    
}

.footer{
	display: flex;
    width: 100%;
    text-align: center;
    background: #1c6cd5;
    color: #fff;
    justify-content: space-around;
}

.f_logo{
	padding: 20px;
}
.f_tel{
	padding: 20px;
}
.f_ord{
	padding: 20px;
}

.bb_top{
	background-image: url(/images/slide-1.jpg);
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 5% 0;
    max-height: 700px;
}

.bb_top > div{
	background: #000000a0;
    padding: 20px;
}

.bb_top > div > p{
    text-align: right;
    font-size: 30px;
    color: #fff;
    margin: 40px 0px;
	line-height: 42px;
}

.bb_top > div > p > span{
	font-weight: bold;
    background: #1c6cd5;
    color: #fff;
    padding: 10px;
}

.bb_top > div > h1{
	margin:0px;
	color: #fff;
    font-size: 48;
}

.bb_top > div > h2{
	font-size: 36;
    text-align: center;
    background: #FF0000;
    padding: 5px;
    color: #fff;
}

/*Старая верстка списка товаров*/
.bb_mid  {
padding: 0 0 20px 0;
}

.bb_mid > h2 {
	text-align: center;
    font-size: 36;
    margin: 0px;
    padding: 40px 0 0 0;
}

.bb_mid > ul {
	text-align: center;
	padding: 0px;
	margin: 0px;	
}

.bb_mid > ul  > li{
	display: inline-block;
	padding: 30px;
}

.bb_mid > ul  > li > div > img{
	float: none !important;
    margin: 0px !important;
    max-width: 400px;
}

.prtnrs img {
    padding-bottom: 40px;
}

.lst_prt img {
    padding-bottom: 3rem;
}

.bb_mid > ul  > li > div:last-child{	
	padding: 10px;
    background: #1c6cd5;
    color: #fff;
}

.bb_mid2 > h2 {
	text-align: center;
    font-size: 36;
    margin: 0px;
    padding: 0 0 20px 0;	
}

.bb_mid2  {
	background: #1c6cd5;
	padding: 40px;
	color: #fff;
}

.bb_mid2 > h2 {
	text-align: center;
    font-size: 36;
    margin: 0px;
    padding: 0 0 20px 0;	
}

.bb_mid2 > .dv_scrll > table {
	margin: auto;
	text-align: center;
}

.bb_mid2 > .dv_scrll > table > tbody > tr > td:first-child{
	font-weight: bold;
	text-align: left;
}

.bb_mid2 > .dv_scrll > table > tbody > tr > td{
	padding: 20px;
    border: 1px solid #00000040;
    background: #ffffffa6;
    font-size: 20px;
}

.dv_scrll {
	 overflow-x: overlay;
}

.price_info {
    color: #666;
    line-height: 2rem;
    margin: 1rem 30%;
    border-left: 3px solid #FF0000;
    padding: 0.6rem 1rem;
    background: #f9f9f9;
    font-style: italic;
}

/*Новая верстка списка товаров*/
.dv_ct {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin: auto;
}

.dv_itm {
    max-width: 500px;
    position: relative;
    margin: 2rem;
    width: 400;
    box-shadow: 0px 0px 20px 6px hwb(0deg 80% 20% / 20%);
    border: 1px solid hsl(0deg 0% 93% / 70%);
}

.dv_itm_flx {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
    height: 100%;
}

.dv_ttl {
    background: hsl(209deg 100% 42% / 10%);
    text-align: center;
    padding: 0 20px;
}

.bz_title {
    margin: 0;
    padding: 20px 0px;
}

.dv_img {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    overflow: hidden;
    display: contents;
}

.dv_img img {
    width: 100%;
}

.dv_dsc {
    background: #1c6cd5;
    padding: 20px;
}

.dv_dsc p {
    margin: auto;
    color: #fff;
    line-height: 1.5rem;
}

.dv_odr {
    text-align: center;
    background: red;
    padding: 0.7rem;
}

.dv_odr a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
}
/*Конец новой верстки списка товаров*/

.bb_bot{
	text-align: center;
	padding: 40px 0px;
}

.bb_bot > h2{
    font-size: 36;
    margin: 0px;
    padding: 0 0 20px 0;	
}

.bb_bot > p{
	font-size: 24px;
    margin: 10px;
}

.bb_bot > p:last-child{
	margin: 40px 0 20px 0;
}

.bb_bot > p > nobr{
    background: #ff0000;
    color: #FFF;
    padding: 10px;
    font-size: 36;
}

.text {
    text-align: justify;
    margin: 20px 20%;
    font-size: 20px;
    line-height: 30px;
}

.ytb_video {
	text-align: center;
}

.ytb_video iframe {
	width: 560px;
	height: 315px;
}

.p_otzyv {
	text-align: right;
	font-style: italic;
}

.img_sostav {
	text-align: center;
	margin: 20px 0px;
}

.bz_title {
    margin: 0;
    padding: 20px 0px;
}

.bz_desc {
	text-align: left;
    padding: 10px 10px 10px 20px !important;
}

.bz_desc p{
	margin: 5px 0px;
}


@media (min-width: 240px) and (max-width: 921px) {
  .h_logo > p{	
	font-size: 0.5em;
}

  .h_tel > p{	
	font-size: 0.6em;
}

  .h_ord > a{	
	font-size: 0.5em;
}
.bb_mid > ul > li > div > img {
    max-width: 300px;
}

.ytb_video iframe {
	width: 280;
	height: 157;
}

}

@media (max-width: 400px) {
.bb_mid2 {
    padding: 15px;
}

.text {
    margin: 20px 0;
    text-align: left;
}

.bb_bot {
    padding: 40px 15px;
}
.bb_mid {
    padding: 0 15px 20px 15px;
}

.footer {
    display: flex;
    width: 100%;
    text-align: center;
    background: #1c6cd5;
    color: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.header {
    justify-content: space-between;
}

}