.indexbanner img {
	max-width: 100%;
}

.indexbanner {
	border-bottom: unset;
	display: block;
	line-height: 1px;
}

.content_1_html .block {
	padding: 30px 0;
}

.content_3_html .block {
	padding: 0 0 25px 0;
}

.content {
	margin-top: 102px;
}

.content>div:nth-child(4n-2) {
	background: url(../../content/images/pattern.png);
}

.contacts>div {
	background: url(../../content/images/pattern.png);
}

div.complects {
    display: flex;
    
    justify-content: space-evenly;
    align-items: stretch;
    flex-direction: row;
	flex-wrap: wrap;
    
}

.complects>a {
	border-bottom: unset;
}

.complects>a>div.complect {
	margin:30px;
    width:330px;
    text-align:center;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    -moz-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    vertical-align: top;
	position: relative;
	
	
}

.complect.left {
	background-color: rgb(81,144,188);
	border:1px solid rgb(81,144,188);
	}
	
.complect.right {
	background-color: rgb(224,142,4);
	border:1px solid rgb(224,142,4);
}

.complect h2 {
	color:white;
	padding:20px;
	line-height: 120%;
}

.complect img {
	width:100%;
}

.complect div.link {
	position: absolute;
	bottom:-20px;
	right:-20px;
	color:white;
}

.left .link {
	background: url('../../content/images/blue-more.png');
}

.right .link {
	background: url('../../content/images/orange-more.png');
}

.link {
	background-size: 100% 100% !important;
	padding:3px 30px 3px 10px;
}

.complect div {
	margin:0;
	line-height: 0;
}

.complect div.link {
	line-height: 120%;
}

.header-advantages {
	background: url('../../content/images/advantages.png');
	background-size: 100% 100% !important;
	width:calc(100% - 40px);
	min-height:100px;
	color:white;
	font-weight: bold ;
	text-transform: uppercase;
	text-align:center;
	padding: 30px 20px 0 20px;
	font-size:1.5em;
}

.advantages {
	display: flex;
    
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
	flex-wrap: wrap;
}

.advantage {
	width:16%;
	min-width: 200px;
	margin:1.5%;
	text-align: center;
	font-size: 18px;
}

.advantage p {
	font-weight: bold;
}

.advantage span.selected {
	text-transform: uppercase;
}


.advantage img {
	width:100%;
}

.advantage img.romb {
	width:141.4%;
	
    width: 120%;
	margin: 0 0 -30px -20px;
}

img.desktop {
	display: inline-block;
}
img.mobile {
	display: none;
}

div.catalog {
    display: flex;
    
    justify-content: space-evenly;
    align-items: stretch;
    align-items: flex-start;
    flex-direction: row;
	flex-wrap: wrap;
    
}

.catalog>a {
	border-bottom: unset;
}

.catalog div.catalogitem {
	margin:50px 30px;
    width:330px;
    text-align:center;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    -moz-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    vertical-align: top;
	position: relative;
	color:white;
	line-height: 0.1em;
}

.catalog a {
	color:white;
}

.catalogitem .title {
	padding:10px;
	line-height: 150%;
    height: 7.5em;
}

.catalogitem .price {
	padding:5px;
	position: absolute;
	bottom: -32px;
	left:-1px;
}

.price {
	font-weight: bold;
}

.price .byn {
	font-size: 0.5em;
	font-weight: normal;
	text-transform: uppercase;
}

.catalogitem .more {
	padding:5px;
	position: absolute;
	bottom: -10px;
	right:0;
}

.catalogitem.sd {
	background-color: rgb(81,144,188);
	border:1px solid rgb(81,144,188);
	}
	
.catalogitem.nd {
	background-color: rgb(224,142,4);
	border:1px solid rgb(224,142,4);
}

.sd .price {
	background-color: rgb(81,144,188);
	line-height: 53px;
}

.nd .price {
	background-color: rgb(224,142,4);
	line-height: 53px;
}

.catalogitem h2 {
	color:white;
	padding:20px;
	line-height: 120%;
}

.catalogitem img {
	width:100%;
	height:330px;
	object-fit: contain;
}

.catalogitem .image {
	background-color: white;
}

.catalogitem div.cataloglink {
	position: absolute;
	bottom:-32px;
	right:-20px;
	color:white;
	font-size:16px;
	width:120px;
}

.sd .cataloglink {
	background: url('../../content/images/blue-more.png');
}

.nd .cataloglink {
	background: url('../../content/images/orange-more.png');
}

.cataloglink {
	background-size: 100% 100% !important;
	padding:3px 30px 3px 10px;
}

.catalogitem div {
	margin:0;
	line-height: 0;
}

.catalogitem div.cataloglink {
	line-height: 120%;
}

.content_php .block {
	padding-top: 30px;
}

.itemname {
	text-transform: uppercase;
}

div.price {
	font-size: 1em;
	padding: 10px;
	margin: 0 auto;
	display: block;
	width: fit-content;
	color:white;
	font-weight: bold;
}

.sd .price {
	background-color: rgb(81,144,188);
}

.nd .price {
	background-color: rgb(224,142,4);
}

section.itemblock {
	max-width: 70%;
	margin: 0 auto;
}

div.item {
	display: flex;
	/* margin-top: 1em; */
}

div.item .image {
	width: 40%;
}

div.item .image img {
	max-width: 100%;
}

div.item .description {
	margin-left: 20px;
	width: calc(60% - 20px);
}

div.nameblock {
	display: flex;
	align-items: center;
}

div.nameblock h1 {
	width: 40%;
}

div.nameblock .secondname {
	margin-left: 20px;
	width: calc(60% - 20px);
}

span.name {
	font-weight: bold;
	text-decoration: underline;
}

.secondname {
	font-weight: bold;
}

.image h1 {
	margin-top:0;
	font-size: 1.7em;
}

.orderblock {
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.orderblock .price {
	white-space: nowrap;
	line-height: unset;
	margin:5px 5px 25px 0;
    padding: 7.33px 3.33px 3.33px 3.33px;
	border-radius:3px;

}

.orderblock .input-wrapper {
	width:unset;
}

.sd .orderblock .order input[type="submit"]{
	font-weight: bold;
	background: url(../../content/images/submit.png);
    background-size: 100% 100%;
    text-transform: uppercase;
    color: white;
    padding: 0.5em 25px 0.5em 0.5em;
}

.nd .orderblock .order input[type="submit"]{
	font-weight: bold;
	background: url(../../content/images/submit_o.png);
    background-size: 100% 100%;
    text-transform: uppercase;
    color: white;
    padding: 0.5em 25px 0.5em 0.5em;
}

p.select {
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	margin-top:0;
}

.total td{
	text-align: right !important;
	font-weight: bold;
	padding:20px;
}

td.description p:nth-child(1) {
	font-weight: bold;
	margin:0;
}

td.description p:nth-child(2) {
	font-weight: bold;
	margin: 0;
}

td.description p:nth-child(3) {
	margin: 0;
}

.cart_buttons {
	background-color: rgba(81,144,188,1);
	color:white;
	border-bottom: unset;
	border-radius: 50%;
	width:20px;
	display: inline-flex;
	height:20px;
	align-items: center;
    justify-content: center;
	margin:0 5px;
	font-size:20px;
}

form.cart {
	width:70%;
	margin:30px auto 0 auto;
}

div.number {
	display: flex;
    align-items: center;
	justify-content: center;
}

.cart_item_numbers td {
	text-align: center !important;
}

@media screen and (max-width:768px) {
	
.advantage {
		width:30%;
		font-size: 14px;
	}
	
.advantage img.romb {
		margin: 0 0 -20px -18px;
	} 
	
div.item {
	flex-flow: column nowrap;
	align-items: center;
}

div.item .image {
	width: 95%;
}

div.item .description {
    margin-left: 0px;
    width: calc(95% - 0px);
	text-align: center;
}

div.nameblock {
	flex-flow: column nowrap;
	align-items: center;
}

div.nameblock h1 {
	width: 95%;
}

div.nameblock .secondname {
	margin-left: 0px;
    width: calc(95% - 0px);
	text-align: center;
}
	
.switch-field {
	justify-content: center;
    flex-wrap: wrap;
	
}

.orderblock {
	margin-left: 1px;
}



}

@media screen and (max-width:600px) {
    img.desktop {
		display: none;
    }
	img.mobile {
		display: inline-block;
	}
	
	.content {
		margin-top: 60px;
	}
	
	.advantage {
		width:160px;
	}
	
	.cart_item .description p:last-child {
		font-size:0.75em;
	}
	
	.cart_buttons {
    width: 30px;
    height: 30px;
    font-size: 30px;
	}
}

