.cont-guestbook td > span{
	font-size: 14px;
}
.cont-guestbook td > .like-h{
	font-size: 20px;

	display: block;
}

#review-add-form input[type="text"],
#review-add-form textarea,
.comment-form textarea,
.comment-form input[type="text"]{
	background-color: white;
	border: 1px solid #aeaeae;
	border-radius: 15px;
	padding-left: 15px !important;
	box-sizing: border-box;
	resize: none;
}
.comment-form textarea,
.comment-form input[type="text"]{
	width: 300px;
}
#review-add-form .error,
.comment-form .error{
	border-color: red !important;
}
.cont-guestbook h4{
	margin: 0;
	padding: 0;
	border: none;
	color: #2c2c2c;
	/*text-align: center;*/
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 25px;
	font-family: "RobotoRegular";
}
.comment-form .comment-submit input[type="submit"]{
	margin: 0;
}
/*#review-add-form{
	width: 284px;
}*/
#review-add-form #review-text{
	width: 100%;
}
/*.highslide-wrapper{
	position: relative;
}
.highslide-wrapper:before{
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
	background: url(/ds-comf/ds-form/images/ds-close.png) no-repeat center;
	content: '';
	display: block;
	z-index: 10;
	cursor: pointer;
	pointer-events: all;
}*/
#review-city {
	border: 1px solid #cbe97b;
	outline: none;
}
#review-text {
	border: 1px solid #cbe97b;
	outline: none;
	margin: auto;
	display: block;
	padding: 5px 1%;
	resize: none;
	width: 97%;
	height: 70px;
}
#review-add-form .save {
	margin: 20px 0 0;
	width: 124px;
	height: 30px;
	background: #fff url(/wa-data/public/shop/themes/default/style/img/mail.svg) 0 -1px no-repeat;
	border-radius: 15px;
	border: 1px solid #739d00;
	color: #739d00;
	text-align: center;
	font-size: 14px;
	float: right;
	padding: 0;
	padding-left: 25px;
	cursor: pointer;
	opacity: 1;
	outline: none;
	text-shadow: none;
}
#review-add-form .save:hover{
	background-color: #739d00;
	color: #fff;
}
form#review-add-form {
	overflow: hidden;
}

.oneguest {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #cdcdcd;
	box-sizing: border-box;
	display: block;
}
.left-oneguest {
	background: url(/wa-data/public/shop/themes/default/style/img/oneguest.png) 15px 0 no-repeat;
	padding-left: 66px;
}
.left-oneguest .name {
	color: #2c2c2c;
	font-size: 16px;
	font-weight: 700;
}
.left-oneguest .dates{
	color: #818181;
	font-size: 14px;
	font-weight: 400;
}
.right-oneguest {
	padding-left: 66px;
}
.right-oneguest .questions{
	color: #2c2c2c;
	font-size: 14px;
	font-weight: 400;
}
.right-oneguest .answer{
	color: #89a52e;
	font-size: 14px;
	font-weight: 700;
	background: url(/wa-data/public/shop/themes/default/style/img/answer.png) no-repeat;
	padding-left: 65px;
	margin-top: 20px;
	min-height: 41px;
}
#review-add-form .personal-link-wrap{
	display: flex;
	align-items: center;
	float: left;
	margin: 20px 0 0;
}

#review-add-form .personal-link-wrap > span {
	margin-right: 5px;
}

.tabs__content__main__item {
	width: 235px;
	border-radius: 15px;
	border: 1px solid #aeaeae;
	background-color: #e4e4e4;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	padding: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.tabs__content__main__item:hover {
	background-color: #739d00;
	border: 1px solid #739d00;
}
.tabs__content__main__item:hover {
	color: #fff;
}
.tabs__content__main__item span {
	text-transform: uppercase;
	color: #414141;
	font-size: 14px;
	font-weight: 400;
}
.tabs__content__main__item.active {
	background-color: #739d00;
}
.tabs__content__main__item.active {
	color: #fff;
}
.tabs__content__main__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.tabs__content__main {
}
.tabs__content__main__text {
	margin-top: 30px;
}
.tabs__content__main__text__item {
	display: none;
}
.tabs__content__main__text__item.active {
	display: block;
}

.tabs__content__main__wrapper {
	margin-top: 30px;
}

.contacts__wrapper {
	margin: 0 0 10px 0;
}

.c-content-decorator ul.contacts__wrapper {
	padding-left: 0;
}

.c-content-decorator ul.contacts__wrapper li::before {
	display: none;
}

ul.contacts__wrapper {
	display: inline-block;
	vertical-align: top;
	/*margin-right: 50px;*/
	margin-right: 9px;
}

.contacts__wrapper .contacts__item {
	position: relative;
	padding: 10px 25px;
}

.contacts__wrapper .contacts__item:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 25px;
	/*height: 25px;*/
	height: 101%;
	transform: translateY(-50%);
}

.contacts__wrapper .contacts__item.map__icon:after {
	background: url("img/map__icon.svg") no-repeat left center;
}
.contacts__wrapper .contacts__item.tel__icon:after {
	background: url("img/phone__icon.svg") no-repeat left center;
}
.contacts__wrapper .contacts__item.mail__icon:after {
	background: url("img/mail__icon.svg") no-repeat left center;
}
.contacts__wrapper .contacts__item.time__icon:after {
	background: url("img/time__icon.svg") no-repeat left center;
}

.feedback__wrapper {

}

.feedback__btn__wrapper {
	width: 155px;
	margin-left: auto;
	padding: 4px 0 4px 25px;
	border-radius: 15px;
	border: 1px solid #6d9d00;
	background-color: #ffffff;
	text-align: center;
	color: #6d9d00;
	font-size: 14px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}


.feedback__btn__wrapper:before {
	content: "";
	position: absolute;
	/*top: 50%;*/
	left: -1px;
	top: -1px;
	width: 30px;
	height: 30px;
	background: url(img/mail__feedback.svg)no-repeat;
	z-index: 10;
	/*transform: translateY(-50%);*/
}

.dsfeedback form {
	box-sizing: content-box;
}

.dspopup-modal .personal-link-wrap{
	text-align: center;
}
.personal-link-wrap a{
	color: #696969;
	outline: none;
}
.personal-link-wrap a:hover{
	text-decoration: none;
}

.dspopup-modal .close-dspopup-modal{
	background: url(/wa-content/images/close.png) center no-repeat!important;
	width: 32px!important;
	height: 32px!important;
	opacity: 1;
	top: 6px !important;
	right: 6px !important;
}

.reviews-pages {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #cdcdcd;
}

.links-page ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.links-page ul li {
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	line-height: 35px;
	text-align: center;
	box-shadow: 1px 1px 3px 1px rgba(182, 182, 182, 0.18);
	border: 1px solid #d5ea9b;
	background-color: #ffffff;
	border-radius: 50%;
	margin-right: 3px;
}

.links-page ul li+li {
	margin-top: 0;
}

.links-page ul li::before {
	display: none;
}

.links-page ul li.selected,.links-page ul li:hover {
	background-color: var(--button-color);
}

.links-page ul li.selected a,.links-page ul li:hover a {
	color: #FFF;
}

.links-page ul li:hover span {
	color: #FFF;
}

.links-page ul li a {
	text-decoration: none;
	color: var(--button-color);
	font-size: 18px;
	font-weight: 400;
}

.c-quantity__button_disabled {
	background-color: #f2f2f2;
	pointer-events: none;
}

.c-product-thumb__prices-container {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.c-product-thumb__prices-container_quantity .c-product-thumb__prices-block,
.c-product-thumb__prices-container_quantity .c-product-thumb__quantity-block {
	flex-basis: 50%;
}

.c-product-thumb__prices-container_quantity .c-product-thumb__prices-block .c-product-thumb__prices {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 0;
}

.c-product-thumb__quantity-block {
	text-align: right;
}

.c-product-thumb__quantity-block .c-product-thumb__quantity {
	margin-top: 0;
}

.c-product-thumb_mobile .c-product-thumb__prices-container_quantity {
	flex-direction: column;
	align-items: flex-start;
	margin: 10px 0;
}

.c-product-thumb_mobile .c-product-thumb__prices-container_quantity .c-quantity__input {
	padding: 5px;
}

.c-product-extend__quantity {
	margin-top: 5px;
}

.c-content-decorator .s-faq-question *+h2 {
	margin-top: 0;
}

.c-cart-summary__coupon-container .flexdiscount-form{
	position: relative;
	width: 203px;
	height: 30px;
}
.c-cart-summary__coupon-container .flexdiscount-coupon-code{
	width: 100%;
	height: 32px;
	border-radius: 15px;
	border: 1px solid #809c24;
	padding: 0 10px;
	box-sizing: border-box;
	font-style: 14px;
}
.c-cart-summary__coupon-container .flexdiscount-coupon-code:focus{
	border-radius: 15px;
	outline: none;
}
.c-cart-summary__coupon-container .flexdiscount-form .coupon-button {
	position: absolute;
	right: -1px !important;
	top: 0;
	content: 'ок';
	width: 32px;
	height: 32px;
	background-color: #809c24;
	border-radius: 50%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	cursor: pointer;
	border: none;
}
.fmail a {
	background: url(/wa-data/public/site/themes/megashop2/img/fmail.svg) 0 50% no-repeat;
	padding-left: 35px;
}
.fmail a:hover{
	text-decoration: underline;
}

div#qu_b_ {
	position: relative;
	line-height: 30px;
	height: 30px;
}

div#qu_b_::after {
	content: '';
	display: block;
	background: url(/wa-data/public/site/themes/megashop2/img/qu.svg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}
div#qu_b_ span {
	padding-left: 35px;
}

.c-blog-posts .c-product-thumb__buttons,
.c-blog-post-page .c-product-thumb__buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.c-blog-posts .c-product-thumb__additional-buttons,
.c-blog-post-page .c-product-thumb__additional-buttons {
	margin-right: 0;
}

@media (max-width: 1199px) {
	.r-product-extend__controls {
		display: flex;
	}

	.r-product-extend__control {
		width: auto;
	}

	.r-product-extend__controls .c-product-extend__quantity {
		margin-top: 0;
	}
}

.c-header-top-message {
}

.c-header-top-message__link {
	color: #333333;
}

.c-header-top-message__link_icon {
	position: relative;
}

.c-header-top-message__site-switcher-icon {
}

.c-catalog-extend .c-catalog-list