@font-face {
	font-family: 'Montserrat';
	src: url('/templates/aisbergvoda/fonts/Montserrat-Regular.eot');
	src: url('/templates/aisbergvoda/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
	url('/templates/aisbergvoda/fonts/Montserrat-Regular.woff2') format('woff2'),
	url('/templates/aisbergvoda/fonts/Montserrat-Regular.woff') format('woff'),
	url('/templates/aisbergvoda/fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('/templates/aisbergvoda/fonts/Montserrat-Medium.eot');
	src: url('/templates/aisbergvoda/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
	url('/templates/aisbergvoda/fonts/Montserrat-Medium.woff2') format('woff2'),
	url('/templates/aisbergvoda/fonts/Montserrat-Medium.woff') format('woff'),
	url('/templates/aisbergvoda/fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('/templates/aisbergvoda/fonts/Montserrat-Light.eot');
	src: url('/templates/aisbergvoda/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
	url('/templates/aisbergvoda/fonts/Montserrat-Light.woff2') format('woff2'),
	url('/templates/aisbergvoda/fonts/Montserrat-Light.woff') format('woff'),
	url('/templates/aisbergvoda/fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('/templates/aisbergvoda/fonts/Montserrat-Bold.eot');
	src: url('/templates/aisbergvoda/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
	url('/templates/aisbergvoda/fonts/Montserrat-Bold.woff2') format('woff2'),
	url('/templates/aisbergvoda/fonts/Montserrat-Bold.woff') format('woff'),
	url('/templates/aisbergvoda/fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Manrope';
	src: url('/templates/aisbergvoda/fonts/Manrope-Regular.eot');
	src: url('/templates/aisbergvoda/fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
	url('/templates/aisbergvoda/fonts/Manrope-Regular.woff2') format('woff2'),
	url('/templates/aisbergvoda/fonts/Manrope-Regular.woff') format('woff'),
	url('/templates/aisbergvoda/fonts/Manrope-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Manrope';
	src: url('/templates/aisbergvoda/fonts/Manrope-Bold.eot');
	src: url('/templates/aisbergvoda/fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
	url('/templates/aisbergvoda/fonts/Manrope-Bold.woff2') format('woff2'),
	url('/templates/aisbergvoda/fonts/Manrope-Bold.woff') format('woff'),
	url('/templates/aisbergvoda/fonts/Manrope-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
body{
	padding: 14px;
	
	font-family: 'Montserrat';
}
.article-text{
	font-family: 'Manrope';
	line-height: 1.2;
}
.capacity{
	height: 20px;
	margin-bottom: 4px;
	
	font-size: 0.9rem;
	color: #000;
}
.item__img{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 10px;
	height: 200px;
}
.item-title{
	margin-bottom: 13px;
	
	font-size: 1.02rem;
	font-weight: bold;
	line-height: 1.15;
	color: #000;
	
	overflow: hidden;
}
.price{
	margin-bottom: 15px;
	padding-right: 25px;
	
	font-size: 1.52rem;
	font-weight: 300;
	line-height: 1;
	color: #00a2e6;
}
.price span{
	font-weight: 500;
}
.btn,
.btn:focus,
.btn:active,
.rsform-submit-button,
.rsform-submit-button:focus,
.rsform-submit-button:active{
	position: relative;
	
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 218px;
	height: 40px;
	padding: 0 20px;
	
	font-size: 1.14rem;
	color: #fff;
	
	/* background: rgb(33,173,233);
	background: -moz-linear-gradient(top,  rgba(33,173,233,1) 0%, rgba(16,161,223,1) 50%, rgba(0,149,213,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(33,173,233,1) 0%,rgba(16,161,223,1) 50%,rgba(0,149,213,1) 100%);
	background: linear-gradient(to bottom,  rgba(33,173,233,1) 0%,rgba(16,161,223,1) 50%,rgba(0,149,213,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21ade9', endColorstr='#0095d5',GradientType=0 ); */
	background: #FF424E;
	border-radius: 40px;
	border: none;
	outline: none !important;
	box-shadow: none !important;
	
	transition: all .4s ease;
}
.btn:hover,
.rsform-submit-button:hover{
	color: #fff;
	
	/* background: rgb(35,141,234);
	background: -moz-linear-gradient(top,  rgba(35,141,234,1) 0%, rgba(17,143,221,1) 50%, rgba(0,116,211,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(35,141,234,1) 0%,rgba(17,143,221,1) 50%,rgba(0,116,211,1) 100%);
	background: linear-gradient(to bottom,  rgba(35,141,234,1) 0%,rgba(17,143,221,1) 50%,rgba(0,116,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#238dea', endColorstr='#0074d3',GradientType=0 ); */
	background: #e93c47;
}
.item-modal{
	padding-top: 20px;
}
.item-modal:not(.itemid-1) .rsform-block-tara,
.item-modal:not(.itemid-1) .rsform-block-text{
	display: none;
}
.item-modal .price > div{
	margin-bottom: 5px;
}
div[id*='rsform_error']{
	position: absolute;
	top: -30px;
	right: 0;
	
	width: 100%;
	
	color: #e73f3f;
	text-align: center;
	line-height: 1;
}
.rsform{
	position: relative;
	
	width: 362px;
	margin-left: auto;
}
.formRow > div{
	position: relative;
}
.formResponsive > h2,
.formControlLabel,
.formDescription,
.formValidation,
.rsform-radio{
	display: none;
}
.rsform-input-box{
	width: 100%;
	height: 40px;
	padding: 0 32px;
	
	background: #f3f3f3;
	box-shadow: inset 0 10px 10px 0 rgba(0,0,0,0.02);
	border-radius: 30px;
	border: 1px solid transparent;
	outline: none !important;
}
.rsform-input-box.rsform-error{
	border-color: #e73f3f;
}
.rsform-block{
	width: 100%;
	margin-bottom: 18px;
}
.rsform-block-send{
	text-align: right;
}
.rsform-block-tara{
	text-align: center;
}
.rsform-block-tara label{
	position: relative;
	
	margin-left: 28px;
	padding-left: 36px;
	
	font-size: 1.14rem;
	line-height: 1;
	color: #000;
	
	cursor: pointer;
}
.rsform-block-tara label:before{
	position: absolute;
	left: 0;
	top: calc(50% - 9px);
	
	width: 18px;
	height: 18px;
	
	/* background: rgb(33,173,233);
	background: -moz-linear-gradient(top,  rgba(33,173,233,1) 0%, rgba(18,162,224,1) 50%, rgba(1,150,214,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(33,173,233,1) 0%,rgba(18,162,224,1) 50%,rgba(1,150,214,1) 100%);
	background: linear-gradient(to bottom,  rgba(33,173,233,1) 0%,rgba(18,162,224,1) 50%,rgba(1,150,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21ade9', endColorstr='#0196d6',GradientType=0 ); */
	background: #FF424E;
	border-radius: 50%;
	
	content: '';
}
.rsform-block-tara label:after{
	position: absolute;
	left: 6px;
	top: calc(50% - 3px);
	
	width: 6px;
	height: 6px;
	
	background: #f3f3f3;
	border-radius: 50%;
	opacity: 0;
	
	content: '';
	transition: all .4s ease;
}
.rsform-block-tara label.active:after{
	opacity: 1;
}
.rsform-block-tara label:first-child{
	margin: 0;
}
#inc,
#dec{
	position: absolute;
	bottom: 0;
	
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	
	font-size: 1.45rem;
	font-family: 'Manrope';
	color: #666;
	
	border: none;
}
#dec{
	left: 0;
	
	border-radius: 30px 0 0 30px;
}
#inc{
	left: 90px;
	
	border-radius: 0 30px 30px 0;
}
#count{
	position: absolute;
	left: 40px;
	bottom: 0;
	
	width: 50px;
	padding: 0;
	
	text-align: center;
	
	border-radius: 0;
}
.thanks{
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.rsform-block-text{
	margin-top: -10px;
	
	text-align: center;
	font-size: 0.9rem;
	line-height: 1;
}