@font-face {
	font-family: ARIALN;
	src: url('../font/ARIALN.otf');
}
@font-face {
	font-family: ARIALNB;
	src: url('../font/ARIALNB.otf');
}
@font-face {
	font-family: ARIALNI;
	src: url('../font/ARIALNI.otf');
}
@font-face {
	font-family: ARIALNBI;
	src: url('../font/ARIALNBI.otf');
}

* {
	font-family: ARIALN,Arial,Helvetica,sans-serif;
}

html {height: 100%;}
body {height: 100%; font-family: Arial, Tahoma, sans-serif; background-color: #d5e6f1;}
#body {height: 100%; display: flex; flex-direction: column;}
header {padding: 30px 0 30px; position: relative;}
main {flex: 1;}
footer {padding: 30px 0; text-align: center;}
.bg-light {background-color: #f3f5f2;}

.breadcrumb {padding: 0; background-color: transparent;}
.breadcrumb ul {padding: 0; display: flex; flex-wrap: wrap;}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {color: #6b7a6b; font-weight: bold;}

h1, .h1 {font-size: 54px; line-height: 60px;}


.index-header {
	/*background: transparent url('../images/index-header.png') scroll no-repeat 50% 100% /contain; padding-top: 396px;*/
	position: relative;
	text-align: center;
    padding-top: 0px;
}
.index-header-img {max-width: 100%; position: relative; top: -27px;}
.index-header-text {position: absolute; width: 100%; display: flex; flex-direction: column;
	justify-content: space-between; top: 0; left: 0; align-items: center; height: 330px;}
.index-header-text > div {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; text-align: center; align-items: center;}
.index-header-text > div:first-child {color: rgb(252, 103, 12); font-size: 52px; margin-top: 105px; line-height: 62px;
	font-style: italic;
}
.index-header-text .header-contacts {width: 600px;}
.index-header-text > .header-contacts > div {font-size: 22px; color: rgb(37, 64, 97);}
.index-header-text > div:last-child {font-size: 28px; color: rgb(37, 64, 97);}

.index-header .bottom-div {position: absolute; left: 0; bottom: 87px; width: 100%;}

#menu ul {padding: 0; margin: 0; position: relative; display: flex; justify-content: space-around; float: initial;}
#menu ul > li {background: linear-gradient(to bottom, #7594A8, #B9CCDA); border-radius: 15px; color: #fff;
	border: 3px solid #fff;
	/* [1.30] */
	width: 120px; display: flex; justify-content: center; align-items: center;
	margin-left: 8px;
}
#menu ul > li:before  {
	content: '';
	position: absolute;
	top: -4px; bottom: -4px; left: -4px; right: -4px;
	background: linear-gradient(180deg, #9AB5E4 0%, #E1E8F5 100%);
	z-index: 0;
	border-radius: 15px;
}
#menu ul > li:after  {
	content: '';
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background: linear-gradient(to bottom, #7594A8, #B9CCDA);
	z-index: 0;
	border-radius: 12px;
}
#menu ul > li:hover {background: #ddd;}
#menu ul > li:hover a {color: rgb(37, 64, 97);}
#menu ul > li a .caret,
#menu ul > li .a .caret {margin-left: 8px;}
#menu ul > li a,
#menu ul > li .a {color: #fff; text-align: center; font-size: 22px; line-height: 1; padding: 11px 4px; z-index: 1;}
#menu ul > li a,
#menu ul > li a:active,
#menu ul > li a:focus
	{outline: 0;}
#menu .a {display: block; line-height: 20px; padding: 15px 15px;}
#menu ul > li a:hover, #menu ul > li a:focus {background-color: transparent;}
#menu ul > li > ul {position: absolute;}
#menu .dropdown-menu {display:none; background-color: transparent; border-color: transparent; box-shadow: none; padding: 10px 0;}
#menu .dropdown-menu li a {box-shadow: 0 6px 12px rgba(0,0,0,0.175); border-radius: 15px;}
#menu .navbar-collapse {padding-right: 8px;}

.index-header #menu ul {justify-content: flex-end;}
.index-header #menu ul > li {margin-left: 15px;}

.page_title {margin-bottom: 100px; font-weight: normal; text-align: center; }

.layout_div {}
.layout_div h1, .layout_div h2, .layout_div h3, .layout_div h4, .layout_div h5,
.layout_div .h1, .layout_div .h2, .layout_div .h3, .layout_div .h4, .layout_div .h5 {}

.backToTop {display: inline-block; color: #fc670c; cursor: pointer; transform: scale(2, 1);}

.shop_product_list {display: flex; flex-wrap: wrap;}
.shop_product_list-item {position: relative; margin-bottom: 30px; display: flex; flex-direction: column; justify-content: space-between;}
.shop_product_list-item > div {background-color: #fff; display: flex; flex-direction: column; justify-content: space-between; height: 100%;}
.shop_product_list-item .img {position: relative; overflow: hidden;
	width: 100%; height: 360px; background-size: 100%;
}
.shop_product_list-item .img > div {position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background: transparent none scroll no-repeat 50% 50% / contain;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-web-kit-transition: all .3s ease-in;
}
.shop_product_list-item .img:hover > div {transform: scale(1);}
/*.shop_product_list-item .img:hover > div {transform: scale(1.25, 1.25);}*/
.shop_product_list-item .desc {background: #fff; display: flex; flex-direction: column; justify-content: space-between; flex: 1;}
.shop_product_list-item .desc .text {padding: 10px 15px; min-height: 83px;}
.shop_product_list-item .desc,
.shop_product_list-item .desc a
	{color: #1c4e2a; text-decoration: none;}
.shop_product_list-item .name {font-size: 22px;}
.shop_product_list-item .btn {border-radius: 0; border-color: transparent;}
.shop_product_list-item .price {color: #fc670c;}
/* [1.26] / [1.23] */
.shop_product_list-item .desc .text {text-align: center;}
.shop_product_list-item .price {font-size: 22px; color: #5B7484;}
.shop_product_list-item a.js_buy,
.shop_product_list-item .js_buy {font-size: 22px; color: rgb(252, 103, 12);}
.shop_product_list-item .js_buy:hover {background-color: rgb(252, 103, 12); color: #fff;}
.shop_product_list-item .js_buy i {}

.shop_product_list-index {display: flex; flex-wrap: wrap; justify-content: center; padding-top: 0px;}
.shop_product_list-item-index {width: 33% !important; margin-bottom: 45px;}

.shop_product_list-item-index a {border: 2px solid #a6bcdd; display: block; transition: all ease-in .3s;
	height: 100%;}
.shop_product_list-item-index:hover a {border-color: #4f7fbc; text-decoration: none;}
.shop_product_list-item-index .desc {text-align: center;}
.shop_product_list-item-index .img:hover > div {transform: scale(1);}
/* [1.21] */
.shop_product_list-item-index .img:after {width: 80px; height: 2px; background-color: darkgray;
    position: absolute; bottom: 0; left: 50%; margin-left: -40px; content: "";
	display: none; /* [1.33] */
}

.shop_product_list_eholot {justify-content: space-between;}
.shop_product_list_eholot .shop_product_list-item {width: 25%; padding-right: 10px; padding-left: 10px;}
.shop_product_list_eholot .shop_product_list-item .img {height: 250px;}
.shop_product_list_eholot .shop_product_list-item > div {border: 2px solid #a6bcdd;}
.shop_product_list_eholot .shop_product_list-item > div > a {padding: 0 4px;}
.shop_product_list_eholot .shop_product_list-item .name:hover {text-decoration: underline;}

@media (max-width: 992px) {
	.shop_product_list_eholot .shop_product_list-item {width: 50%;}
}

@media (max-width: 767px) {
	.shop_product_list_eholot .shop_product_list-item {width: 100%;}
}


.layout_index .shop_product_list {padding: 30px 0;}

.shop_product_text {}
.shop_product_text .gallary img {width: 100%;}
.shop_product_text .gallary .carousel {margin-top: 8px;}
.shop_product_text .gallary .carousel ul {display: flex; flex-wrap: wrap; padding: 0; margin: 0; list-style: none;
	justify-content: space-between; width: 100% !important;}
.shop_product_text .gallary .carousel li {width: 32%; height: 80px; overflow: hidden; display: flex;}
.shop_product_text .gallary .carousel li a {display: flex; height: 100%; width: 100%; background: #fff none scroll no-repeat center center / contain;}
.shop_product_text .gallary .carousel li a img {display: none;}

.shop_product_text-title { color: #1c4e2a; font-size: 35px; line-height: 40px; margin-bottom: 15px;
	padding-bottom: 15px; position: relative;
}

.shop_product_text a {color: #fc670c;}
.shop_product_text .buy-controls {margin-bottom: 20px;}
.shop_product_text .price {color: #fc670c; font-size: 30px; margin-bottom: 15px;}

.shop_product_text .dl-horizontal {}
.shop_product_text .dl-horizontal dt {text-align: left;}

.news_list {}
.news_list-item {margin-bottom: 30px;}

.index-cert-box {background-color: #f3f5f2; padding: 100px 0;}
.index-cert-title {text-align: center; font-size: 48px; line-height: 56px;}
.index-cert-subtitle {text-align: center; font-size: 16px;}
.index-cert-img {text-align: center; padding-top: 60px;}
.index-cert-img img {max-width: 460px; width: 100%;}

.header-bottom {display: flex; justify-content: space-around; align-items: center;
	position: relative; top: 10px;
}
.header-bottom #menu {flex: 1;}
.header-bottom #basket_info {background: linear-gradient(to bottom, #7594A8, #B9CCDA); border-radius: 15px;
	color: #fff; border: 4px solid rgb(252, 103, 12); width: 286px; padding: 4px 18px; white-space: nowrap;
	margin-left: 7px;
}
.header-bottom #basket_info i {color: rgb(252, 103, 12)}
.header-bottom #basket_info a, .header-bottom #basket_info .a {color: #fff;text-align: center;font-size: 40px;
	text-decoration: none; display: block;}
.header-bottom #basket_info:hover {border-color: rgb(37, 64, 97); background: #ddd;}
.header-bottom #basket_info:hover a, .header-bottom #basket_info:hover .a,
.header-bottom #basket_info:hover i {color: rgb(37, 64, 97);}

.basket_product_list {}
.basket_product_list .count input {width: 60px; text-align: left;}

.basket_product_list, .basket_product_list input,
#delivery_changer {font-size: 17px;}
#delivery_changer > div {border-right: 1px solid #ddd;}
#delivery_changer > div:last-child {border-right: 0px;}

.basket_box {width: 30%;}
.basket_box input, .basket_box textarea {font-size: 17px;}

.content-basket-text {font-size: 17px;}

.menu_link {
	color: #6b7a6b;
	/*display: flex;*/
	align-items: center;
	z-index: 1;
	position: absolute;
	top: 38px;
	right: 10px;
	display: none;
}
/* menu_hamburger */
.menu_hamburger{
	width: 35px;
	height: 30px;
	margin: 10px 10px;
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.menu_hamburger span{
	background-color: #6b7a6b;
	position: absolute;
	border-radius: 2px;
	transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.menu_hamburger span:nth-child(1){
	width: 100%;
	height:  4px;
	display: block;
	top: 0px;
	left: 0px;
}
.menu_hamburger span:nth-child(2){
	width: 100%;
	height:  4px;
	display: block;
	top: 13px;
	left: 0px;
}
.menu_hamburger span:nth-child(3){
	width: 100%;
	height:  4px;
	display: block;
	bottom: 0px;
	left: 0px;
}
.menu_hamburger:not(.click-menu_hamburger):hover span:nth-child(1){
	width: 100%;
	height:  4px;
	display: block;
	top: -2px;
	left: 0px;
	transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.menu_hamburger:not(.click-menu_hamburger):hover span:nth-child(2){
	width: 100%;
	height:  4px;
	display: block;
	top: 13px;
	left: 0px;
	transition: .4s cubic-bezier(.8, .5, .2, 1.4);
}
.menu_hamburger:not(.click-menu_hamburger):hover span:nth-child(3){
	width: 100%;
	height:  4px;
	display: block;
	bottom: -2px;
	left: 0px;
	transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.click-menu_hamburger {
	transform: rotate(-90deg);
}
.click-menu_hamburger span:nth-child(1){
	left:3px;
	top: 12px;
	width: 30px;
	transition: .3s cubic-bezier(.8, .5, .2, 1.4);
	transform: rotate(90deg);
	transition-delay: 150ms;
}
.click-menu_hamburger span:nth-child(2){
	left:2px;
	top: 20px;
	width: 20px;
	transition: .3s cubic-bezier(.8, .5, .2, 1.4);
	transform: rotate(45deg);
	transition-delay: 50ms;
}
.click-menu_hamburger span:nth-child(3){
	left:14px;
	top: 20px;
	width: 20px;
	transition: .3s cubic-bezier(.8, .5, .2, 1.4);
	transform: rotate(-45deg);
	transition-delay: 100ms;
}


.widget-sidebar .widget-bar {
	position: fixed;
	overflow-y: auto;
	top: 0;
	right: -320px;
	width: 320px;
	padding: 60px 20px 20px 0px;
	height: 100%;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	background-color: #333;
	color: #fff;
}
.widget-sidebar .widget-bar.on {
	right: 0;
	box-shadow: 0 0 30px -10px rgba(0,0,0,0.65);
}
.widget-sidebar .widget-bar .widget {
	margin-bottom: 30px;
}
.widget-sidebar .widget-bar .widget .link {list-style: none; padding-left: 0px;}
.widget-sidebar .widget-bar .widget .link li a {
	color: #fff;
	font-size: 14px;
}
.widget-sidebar .widget-bar .widget .link li a:focus
, .widget-sidebar .widget-bar .widget .link li a:hover {
	color: #fff;
}
.widget-sidebar .widget-bar .widget .title {
	font-size: 16px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
}

.widget-sidebar .widget-bar .widget_v2 {margin-bottom: 60px;}
.widget-sidebar .widget-bar .widget_v2 .link {list-style: none; padding-left: 0px; position: relative;
	padding-top: 40px;}
.widget-sidebar .widget-bar .widget_v2 .link:before {width: 80px; top: 0; left: 0px; display: block;
	position: absolute; height: 1px; background-color: #fff; content: "";
}
.widget-sidebar .widget-bar .widget_v2 .link li a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
}
.widget-sidebar .widget-bar .widget_v2 .link li a:focus
, .widget-sidebar .widget-bar .widget_v2 .link li a:hover {
	color: #fff;
	text-decoration: none;
}
.widget-sidebar .widget-bar .widget_v2 .title {
	font-size: 16px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
}

.widget-sidebar .widget-bar .close-widget-bar {
	float: right;
	font-size: 28px;
	color: #ccc;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
	border: 0;
	box-shadow: none;
	background: transparent;
	line-height: 15px;
	padding: 0;
	position: absolute;
	top: 30px;
	right: 30px;
}
.widget-sidebar .widget-bar .close-widget-bar:hover,
.widget-sidebar .widget-bar .close-widget-bar:focus,
.widget-sidebar .widget-bar .close-widget-bar:active,
.widget-sidebar .widget-bar .close-widget-bar:hover:active {
	color: #FFF;
	outline:0;
}
.widget-sidebar.navbar-reverse .widget-bar {
	right: inherit;
	left: -300px;
	text-align: right;
}
.widget-sidebar.navbar-reverse .widget-bar.on {
	right: inherit;
	left: 0;
}
.widget-sidebar.navbar-reverse .widget-bar .close-widget-bar {
	float: left;
}

.widget-sidebar .widget-bar ul {list-style: none;}
.widget-sidebar .widget-bar ul li {padding-bottom: 15px; color: #fff;}
.widget-sidebar .widget-bar ul li a {color: #a6a6a6; font-size: 16px; text-decoration: none;}
.widget-sidebar .widget-bar ul li a:hover {color: #fff;}

.index-cert-box .row.pt {display: flex;}

/*
@media (max-width: 1380px) {
	.index-header {padding-top: 330px;}
	.index-header-text > div:first-child {font-size: 40px;margin-top: 90px;line-height: 58px;}
	.index-header-text {height: 316px;}
}

@media (max-width: 1280px) {
	.index-header {padding-top: 330px;}
	.index-header-text > div:first-child {font-size: 40px;margin-top: 90px;line-height: 58px;}
	.index-header-text {height: 316px;}
	.header-bottom {top:18px;}
}

@media (max-width: 1269px) {
	.index-header {padding-top: 340px;}
	.index-header-text > div:first-child {font-size: 40px;margin-top: 94px;line-height: 52px;}
	.index-header-text {height: 330px;}
	.header-bottom {top:18px;}
}

@media (max-width: 1240px) {
	.index-header {padding-top: 310px;}
	.index-header-text > div:first-child {font-size: 36px; margin-top: 76px; line-height: 40px;}
	.index-header-text {height: 296px;}
	.header-bottom {top:18px;}
}

@media (max-width: 1180px) {
	.index-header {padding-top: 310px;}
	.index-header-text > div:first-child {font-size: 36px; margin-top: 96px; line-height: 40px;}
	.index-header-text {height: 296px;}
	.header-bottom {top:18px;}
}

@media (max-width: 1100px) {
	.index-header {padding-top: 310px;}
	.index-header-text > div:first-child {font-size: 36px; margin-top: 120px; line-height: 40px;}
	.index-header-text {height: 296px;}
	.header-bottom {top:25px;}
}
*/
@media (max-width: 1199px) {
 	.header-bottom .basket_info .full {display: none;}
	/*
    .index-header {padding-top: 310px;}
    .index-header-text > div:first-child {font-size: 36px; margin-top: 120px; line-height: 40px;}
    .index-header-text {height: 296px;}
    /*.header-bottom {top:25px;}*/
}

/*
@media (max-width: 1024px) {
	.index-header {padding-top: 280px;}
	.index-header-text > div:first-child {font-size: 36px; margin-top: 110px; line-height: 40px;}
	.index-header-text {height: 280px;}
	.index-header-text > div:last-child {font-size: 24px;}
	.header-bottom {top:25px;}
}
*/

@media (min-width: 992px) {
	.widget-sidebar .navbar-toggle {
		display: none;
	}

	.index-header {}
}
@media (max-width: 991px) {
	.widget-sidebar {
		background-color: #fcfcfc;
		border-color: #eee;
		text-align: left;
	}

	.index-cert-box .row.pt {flex-direction: column;}
	.index-cert-box .index-partners {margin-top: 100px;}

	#menu, .index-header-text, .header-bottom #basket_info {display: none;}
	.widget-bar #menu {display: block;}
	.menu_link {display: flex;}

	.index-header, header {background-image: none; padding: 0 0 90px 0;}
	header.index-header {padding-bottom: 60px;}
	.menu_link {display: flex; justify-content: flex-end; width: 100%; position: fixed; top: 0; left: 0; right: auto;
		background: #daeaf2; padding: 10px; box-shadow: 0 2px 10px -6px rgba(0,0,0,0.65);}
	.menu_link a {color: #6b7a6b; text-decoration: none; font-size: 24pt; margin-left: 30px;}
	.menu_link i {}
	.menu_link .menu_hamburger {margin-left: 30px;}
    .menu_link .site_name {position: absolute; left: 0;}

	/*
	.index-header-text {height: 220px;}
	.index-header-text > div:first-child {font-size: 22px;margin-top: 100px;line-height: 26px;}
	.index-header-text .header-contacts {width: auto;}
	.index-header-text .header-contacts > div:first-child {margin-right: 10px;}
	.index-header-text > .header-contacts > div {font-size: 16px;}
	.index-header-text > div:last-child {font-size: 16px;}
	*/

	.shop_product_list-item-index {width: 45% !important;}

}
@media (max-width: 767px) {
	.widget-sidebar .widget-sidebar-header {
		margin: 0;
	}
	/*.index-header {padding-top: 195px;}*/
	/*
	.index-header-text {height: 160px;}
	.index-header-text > div:first-child {margin-top: 50px;}
	*/

	.basket_box {width: 100%;}

	.shop_product_list-item-index {width: 100% !important;}

}
@media (max-width: 479px) {
   .widget-sidebar .widget-bar {
	   right: -250px;
	   width: 250px;
   }
	/*
	.index-header-text {height: 185px;}
	.index-header-text > div:first-child {margin-top: 30px;}
	 */
}
@media (max-width: 782px) {
	.widget-sidebar.wp-topbar .widget-bar {
		top: 46px;
	}
}

.widget-bar #basket_info {display: block; width: 100%; border: 4px solid rgb(252, 103, 12); border-width: 0 4px 0 4px;
	margin-bottom: 30px; font-size: 16pt; padding-left: 40px;
}
.widget-bar #basket_info, .widget-bar #basket_info a {color: #A6A6A6; text-decoration: none;}
.widget-bar #basket_info:hover, .widget-bar #basket_info:hover a {color: #fff;}

.shop_product_text .gallary2 img {max-width: 100%;}
.product_text_block {background: #FFF; padding: 15px; position: relative; top: 90px;}
.product_text_block .btn + .btn {margin-left: 15px;}
.product_text_block .price {margin-bottom: 30px;}
.shop_product_text-eholot {margin-bottom: 90px;}
.shop_product_text-eholot .price {color: #5B7484;}
.shop_product_text-eholot .product_text_block {padding-left: 30px; border: 2px solid #a6bcdd;}
.shop_product_text-eholot .shop_product_text-title {text-decoration: none;}
.shop_product_text-eholot .shop_product_text-title:hover {text-decoration: underline;}
.shop_product_text-eholot .js_buy {font-size: 22px; border-color: #fc670c;}
.shop_product_text-eholot .js_buy:hover {color: #fff; background-color: #fc670c;}
.shop_product_text-eholot .info {text-align: center;}

/* [1.23] 29.03.19 17:58 п1 */
.shop_product_text-eholot .product_text_block {width: calc(100% - 55px); margin-left: 55px;}
@media (max-width: 991px) {
	.shop_product_text-eholot .product_text_block {width: 100%; margin-left: 0px;}
}


#accordion .panel-title a {text-decoration: none;}
#accordion .panel-title a,
#accordion .panel-title a:focus,
#accordion .panel-title a:active {outline: 0;}
#accordion .panel-title a.collapsed:before {content: "+"; color: #a8a8a8;}
#accordion .panel-title a:before {content: "-"; width: 12px; display: inline-block;}
#accordion .panel-title a.collapsed {color: #000;}
#accordion .panel-title a {color: #fc670c;}
#accordion .panel,
#accordion .panel-heading {border-color: transparent; background-color: transparent; border-radius: 0;}
#accordion .panel {border-left: 1px solid #a8a8a8; box-shadow: none;}
#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.delete a {color: #d9534f;}
.delete a:hover {color: #c9302c;}
.dl-horizontal dt {text-align: left;}

.basket_product_list tfoot td {vertical-align: middle !important;}
.radio input[disabled] + span {color: lightgray;}

.cross-product {position: fixed; bottom: 20%; left: 0; right: auto; z-index: 1; display: block;
	background: #fc670c; padding-left: 24px; font-size: 0; color: #fff; height: 80px;
}
.cross-product:before {position: absolute; left: 8px; top: 50%; content:"\003c"; color: #fff;
	margin-top: -6px;
	font-size: 12px; transform: scale(1, 2);}
.cross-product-next:before {left: auto; right: 8px; content:"\003e";}
.cross-product-next {left: auto; right: 0; padding-left: 0; padding-right: 24px; margin-right: 10px;}
.cross-product .img {height: 80px; width: 80px; display: inline-block; content: ""; background: #333 none scroll no-repeat center center / contain;}

.index-partners {display: flex; flex-direction: column; justify-content: center; align-items: center;}
.index-partners-item {padding: 20px 20px 40px 20px; border: 2px solid #a6bcdd; text-decoration: none;
	display: flex; flex-direction: column; align-items: center; text-align: center; width: 280px;}
.index-partners-item:hover {border-color: #4f7fbc; text-decoration: none;}
.index-partners-title {text-transform: uppercase; color: #1c4e2a; font-size: 22px; line-height: 32px;}

.payment_block_info {display: none;}
.payment_block_info li {margin: 10px 0 18px;}
#delivery_info_block {width: 100%;}

.btn-orange {font-size: 22px; border-color: #fc670c;color: #fc670c;}
.btn-orange:hover,
.btn-orange:focus {color: #fff; background-color: #fc670c;}

/* ШАПКА  */
.index-header-img {top: -1em;}
.index-header-text > div:first-child {margin-top: 1.1em; line-height: 1em;}
.index-header-text {height: 62%;}
.index-header .bottom-div {bottom: 19%;}

@media (min-width: 992px) {
	.index-header .bottom-div {bottom: 16%;}
}

@media (min-width: 1000px) {
	.index-header .bottom-div {bottom: 15.5%;}
}
@media (min-width: 1200px) {
	.index-header .bottom-div {bottom: 15.5%;}
}


@media (min-width: 1240px) {
	.index-header-text > div:first-child {margin-top: 1.4em; }
}

@media (min-width: 1300px) {
	.index-header .bottom-div {bottom: 15%;}
}

@media (min-width: 1400px) {
	.index-header .bottom-div {bottom: 14.5%;}
}

@media (min-width: 1600px) {
	.index-header-text > div:first-child {margin-top: 1.55em; }
	.index-header .bottom-div {bottom: 15%;}
}

@media (max-width: 991px) {
	.index-header-img {display: none;}
}

.payment_buttons {display: flex; flex-wrap: wrap;}
.payment_buttons > form {margin-right: 15px;}

.agree_block {padding-left: 20px; padding-bottom: 15px;}

.menu_link a.promo-link {width: 35px; height: 27px; line-height: 21px; font-size: 22px;
	color: #fc670c; border: 3px solid #fc670c; box-sizing: border-box;
	position: relative; top: 1px; border-radius: 3px; text-align: center;
	font-weight: bold;
}

.next_prev_btn {position: relative; display: flex; justify-content: space-between;}
.next_prev_btn span {width: 50%; content: ""; display: block;}

@media (max-width: 991px) {
	.next_prev_btn {padding-top: 20px;}
	.cross-product {position: relative; z-index: 0;}
	.cross-product-next {margin-right: 2px;}
	.cross-product-prev {margin-left: 2px;}
	.menu_link a {margin-left: 14px;}
	.menu_link .menu_hamburger {margin-left: 14px;}
	.shop_product_text-eholot .gallary2 {margin-bottom: -60px;}
}

.social_list {padding-top: 16px;}
.social_list a {font-size: 0px;}
.social_list img {width: 36px; margin: 0 4px 16px;}

.diff_total {color: #fc670c;}