

/* Start:/bitrix/templates/main/components/bitrix/sale.basket.basket.line/smallbasket/style.css?15810662742819*/
.mainheader .bx-basket {
	position: relative;
	z-index: 100;
}

.mainheader .bx-basket-item-list {
	position: absolute;
	min-width: 21rem;
	padding: 1rem 0 .5rem;
	background-color: #f3f3f3;
	top: 100%;
	right: 0;
	margin-top: -1.5rem;
	font-size: 12px;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s ease, margin-top 0.3s ease, visibility 0s linear 0.3s;
	-moz-transition: opacity 0.3s ease, margin-top 0.3s ease, visibility 0s linear 0.3s;
	transition: opacity 0.3s ease, margin-top 0.3s ease, visibility 0s linear 0.3s;
}

.mainheader .bx-basket:hover .bx-basket-item-list {
	opacity: 1;
	margin-top: 2px;
	visibility: visible;
	-webkit-transition: opacity 0.3s ease, margin-top 0.3s ease, visibility 0s linear 0s;
	-moz-transition: opacity 0.3s ease, margin-top 0.3s ease, visibility 0s linear 0s;
	transition: opacity 0.3s ease, margin-top 0.3s ease, visibility 0s linear 0s;
}

.mainheader .bx-basket-item-list:before {
	content: '';
	position: absolute;
	top: -0.75rem;
	right: 11rem;
	border: 1rem solid transparent;
	border-left: 1.5rem solid #f3f3f3;
	border-bottom-width: 0;
}

.mainheader .topnav .helper .bx-basket-item-list A {
	text-decoration: none;
}

.mainheader .bx-basket-block {
	display: inline-block;
	position: relative;
}

.mainheader .bx-basket-item-list-container {
	max-height: 22rem;
	overflow: auto;
	padding: 0 .75rem 0 1rem;
}

.bx-basket-item-list-container STRONG, .bx-basket-item-list-container B {
	font-weight: 600;
}

.bx-basket-item-list-button-container {
	padding: .875rem 0 .5rem;
	text-align: center;
}

.bx-basket-item-list-item {
	overflow: hidden;
	position: relative;
	padding: .75rem 0;
	border-bottom: 1px dotted #aaa;
}

.bx-basket-item-list-item:first-child {
	padding-top: 0;
}

.bx-basket-item-list-item-img {
	float: left;
	width: 4rem;
	height: 4rem;
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px dotted #ccc;
}

.bx-basket-item-list-item-img IMG {
	position: absolute;
	left: 0;
	top: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bx-basket-item-list-item-body {
	overflow: hidden;
	padding: 0 1rem 0 .75rem;
}

.bx-basket-item-list-item-name {
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	line-height: 1.25;
	min-height: 2.75rem;
	padding-top: .25rem;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: .5rem;
	right: 0;
	width: 1rem;
	height: 1rem;
	color: #f50;
	font-size: 1rem;
	text-align: right;
	cursor: pointer;
}
.bx-basket-item-list-item:first-child .bx-basket-item-list-item-remove {
	top: -.25rem;
}
.bx-basket-item-list-item-remove:hover {
	color: #e30;
}
.bx-basket-item-list .basket-info {
	display: none;
}
/* End */


/* Start:/bitrix/templates/main/components/cmind/cmind.fos/main/style.css?15810662736210*/
/* WIDGET */
#cmind-fos *,
#cmind-fos *:after,
#cmind-fos *:before,
#cmind-fos {
	box-sizing: border-box;
}
#cmind-fos {
	display: none;
	position: fixed;
	z-index: 99999999;
	right: 20px;
	bottom: 3%;
	line-height: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	width: 75px;
	height: 75px;
	border-radius: 50%;
}
@media screen and (min-width: 1921px) {
	#cmind-fos {
		left: 50%;
		right: auto;
		margin-left: 860px;
	}
}
#cmind-fos.active {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#cmind-fos.active .phone {
	left: -44px;
}
#cmind-fos.active .mail {
	left: -20px;
	top: -30px;
}
#cmind-fos .phone-big {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 1;
	width: 75px;
	border-radius: 50%;
	text-align: center;
	height: 75px;
}
#cmind-fos .phone-big .fa {
	font-size: 55px;
	line-height: 75px;
}
#cmind-fos .phone,
#cmind-fos .mail {
	position: absolute;
	left: 20px;
	top: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.8;
	z-index: 3;
	width: 35px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#cmind-fos .phone:hover,
#cmind-fos .mail:hover {
	opacity: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
#cmind-fos .phone .fa,
#cmind-fos .mail .fa {
	line-height: 35px;
	font-size: 22px;
}
/* FORMS */
.cmind-form {
	position: fixed;
	width: 320px;
	bottom: 3%;
	left: 50%;
	margin-left: -160px;
	border: 2px solid #000;
	padding: 1.25rem;
	box-sizing: border-box;
	background: #fff;
	display: none;
	z-index: 99999999;
	max-height: 94%;
	overflow-y: auto;
}
.cmind-loading:after,
.cmind-form-opened:after{
	content: '';
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background-color: rgba(0,0,0,0.4);
	z-index: 9999;
}
.cmind-form .close-form {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 10px;
}
.cmind-form h3,
.cmind-form .form-group {
	margin-bottom: 1.25rem;
}
.cmind-form input[type="text"],
.cmind-form input[type="email"],
.cmind-form textarea {
	width: 100%;
	/*padding: 5px;
	border: 1px solid #000;
	border-radius: 0;
	box-sizing: border-box;*/
}
.cmind-form textarea {
	min-height: 9rem;
}
.cmind-form .note {
	color: #ccc;
	font-size: small;
	font-style: italic;
}
.cmind-form .message {
	margin-top: 20px;
	padding: 5px;
	border: 2px solid transparent;
	text-align: center;
}
.cmind-form .message.error {
	border-color: rgb(128, 0, 0);
	background-color: rgba(128, 0, 0,0.2);
}
.cmind-form .message.success {
	border-color: rgb(21, 128, 0);
	background-color: rgba(21, 128, 0,0.2);
}
.cmind-form .captcha-holder {
	position: relative;
}
.cmind-form .captcha-pic {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	bottom: 0;
	width: 50%;
}
.cmind-form .submit-btn {
	/*width: 100%;
	display: block;
	text-align: center;
	border: 1px solid #000;
	border-radius: 0;*/
}
/* ANIMATIONS */
@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
/* End */


/* Start:/bitrix/templates/main/components/cmind/cmind.fos/main/themes/yellow.css?1581066273488*/
#cmind-fos .phone-big,
#cmind-fos .phone,
#cmind-fos .mail {
	background: #fff9c4;
	color: #ffcb05;
}
.cmind-form .close-form:hover {
	background: #ffcb05;
	color: #fff9c4;
}
.cmind-form {
	border-color: #ffcb05;
}
.cmind-form input[type="text"]:focus,
.cmind-form input[type="email"]:focus,
.cmind-form textarea:focus {
	border-color: #f50;
}
.cmind-form .close-form {
	color: #ffcb05;
}
.cmind-form {
	text-align: center;
}
.cmind-form H3,
.cmind-form .form-group {
	text-align: left;
}
/* End */


/* Start:/bitrix/templates/main/styles.css?16047497924351*/
#ebody {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.33;
	color: #111;
}

#ebody H1,
#ebody H2,
#ebody H3,
#ebody H4,
#ebody H5,
#ebody H6 {
	font-family: 'Roboto Slab', Georgia, serif;
}
#ebody H1:first-child,
#ebody H2:first-child,
#ebody H3:first-child,
#ebody H4:first-child,
#ebody H5:first-child,
#ebody H6:first-child {
	margin-top: 0;
}
#ebody H1,
#ebody H2,
#ebody H3 {
	line-height: 1.1;
}
#ebody H1 {
	font-size: 2.25rem;
}
#ebody H2 {
	font-size: 2rem;
}
#ebody H3 {
	font-size: 1.5rem;
}
#ebody H4 {
	font-size: 1rem;
}
#ebody H5 {
	font-size: 1rem;
}
#ebody H6 {
	font-size: 1rem;
}

#ebody A {
	color: #666;
	-webkit-transition: color 0.1s ease, background-color 0.1s ease;
	-moz-transition: color 0.1s ease, background-color 0.1s ease;
	transition: color 0.1s ease, background-color 0.1s ease;
}
#ebody A:hover {
	color: #f50;
}
#ebody A IMG {
	border: 0 none;
}
#ebody IMG {
	max-width: 100%;
}

#ebody .ico,
#ebody .img-holder {
	display: inline-block;
	position: relative;
	width: 2rem;
}
#ebody .ico:before,
#ebody .img-holder:before,
#ebody .ico:after,
#ebody .img-holder:after {
	content: '';
}
#ebody .ico:before,
#ebody .img-holder:before {
	float: right;
	padding-top: 99.9%;
}
#ebody .ico:after,
#ebody .img-holder:after {
	display: table;
	border-spacing: 0;
	clear: both;
}
#ebody .ico > *,
#ebody .img-holder > * {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#ebody .img-holder {
	overflow: hidden;
	width: 4rem;
}
#ebody .img-holder:before,
#ebody .img-holder:after {
	content: '';
}
#ebody .img-holder:before {
	float: right;
	padding-top: 66.66666666666666%;
}
#ebody .img-holder:after {
	display: table;
	border-spacing: 0;
	clear: both;
}

#ebody .mynote {
	display: block;
	font-size: 12px;
	font-style: italic;
	line-height: 1.25;
	padding-top: 0.75rem;
	margin: 1rem 0;
	border-top: 1px dashed #333;
	color: #333;
}
#ebody .mynote > * {
	display: block;
	margin-bottom: 0.5rem;
	padding-left: 1rem;
}
#ebody .mynote > UL,
#ebody .mynote > OL {
	margin-left: 0.75rem;
	line-height: 1.1;
}
#ebody .mynote > UL LI,
#ebody .mynote > OL LI {
	margin-bottom: 0.3em;
}
#ebody .mynote SUP {
	display: inline-block;
	width: 1rem;
	margin-left: -1rem;
	font-style: normal;
}
#ebody .mytable {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.875rem;
	line-height: 1.33;
	color: #333;
}
#ebody .mytable TH,
#ebody .mytable TD {
	padding: 1rem;
	border: 1px dashed #bbb;
	vertical-align: top;
}
#ebody .mytable TH:first-child,
#ebody .mytable TD:first-child {
	border-left: 0 none;
}
#ebody .mytable TH:last-child,
#ebody .mytable TD:last-child {
	border-right: 0 none;
}
#ebody .mytable TH {
	font-weight: 600;
	text-align: left;
	color: #000;
}
#ebody .mytable THEAD TH {
	border-color: #fff;
	background-color: #ffd843;
}
#ebody .mytable TR:first-child TH,
#ebody .mytable TR:first-child TD {
	border-top: 0 none;
}
#ebody .mytable TR:last-child TH,
#ebody .mytable TR:last-child TD {
	border-bottom: 0 none;
}
#ebody .mytable_100 {
	width: 100%;
}

#ebody .notabene {
	position: relative;
	padding: 1.5rem 2rem;
	margin: 1.5rem 3rem;
	background-color: #fff2c1;
	font-size: 0.875rem;
}
#ebody .notabene:before {
	content: '';
	position: absolute;
	left: 0.5rem;
	top: 0.5rem;
	right: 0.5rem;
	bottom: 0.5rem;
	border: 1px dashed #fff;
}
#ebody .notabene P {
	margin-bottom: 0;
}

#ebody .myimage {
	width: 30%;
	height: auto;
	padding: 0.5rem;
	border: 1px dashed #ddd;
	margin-top: 0.1rem;
	margin-bottom: 2rem;
}
#ebody .myimage_left {
	float: left;
	margin-right: 2rem;
}
#ebody .myimage_right {
	float: right;
	margin-left: 2rem;
}
#ebody H3 {
	clear: both;
}
#ebody DT {
	font-weight: 600;
	margin-bottom: 0.25em;
}
#ebody DD {
	margin-bottom: 1rem;
	margin-left: 2.5rem;
}
#ebody .features-list {
	width: 50%;
	margin: 0.5rem 0 1.25rem;
}
#ebody .features-list DT,
#ebody .features-list DD SPAN {
	position: relative;
	top: 0.33rem;
	background: #fff;
}
#ebody .features-list DT {
	float: left;
	clear: left;
	margin-bottom: 0;
	padding-right: 0.5rem;
	font-size: 0.75rem;
	top: 0.5rem;
}
#ebody .features-list DD {
	margin-left: 0;
	text-align: right;
	margin-bottom: 0.5rem;
	border-bottom: 1px dotted #ccc;
}
#ebody .features-list DD SPAN {
	display: inline-block;
	padding-left: 0.5rem;
}
/* End */
/* /bitrix/templates/main/components/bitrix/sale.basket.basket.line/smallbasket/style.css?15810662742819 */
/* /bitrix/templates/main/components/cmind/cmind.fos/main/style.css?15810662736210 */
/* /bitrix/templates/main/components/cmind/cmind.fos/main/themes/yellow.css?1581066273488 */
/* /bitrix/templates/main/styles.css?16047497924351 */
