/* Fixed contacts */
body {
	color: #596172;
}
@-webkit-keyframes pulsation {
0% {
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 1
}
50% {
	opacity: .5
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0
}
}

@keyframes pulsation {
0% {
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 1
}
50% {
	opacity: .5
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0
}
}

@-webkit-keyframes iconOpacity {
0% {
	opacity: 0
}
40% {
	opacity: .96
}
60% {
	opacity: 1
}
80% {
	opacity: .96
}
100% {
	opacity: 0
}
}

@keyframes iconOpacity {
0% {
	opacity: 0
}
40% {
	opacity: .96
}
60% {
	opacity: 1
}
80% {
	opacity: .96
}
100% {
	opacity: 0
}
}

#rm_fixed_contact_button {
position: fixed;
right: 15px;
bottom: 15px;
width: 50px;
height: 50px;
background-color: #fb9130;
border-radius: 100%;
cursor: pointer;
z-index: 1001
}

@media (min-width: 420px) {
	#rm_fixed_contact_button {
		right: 30px;
		width: 70px;
		height: 70px
	}
}

.rm-footer-fourth {
	padding: 0;
}
@media (min-width: 991px) {
	#rm_livesearch.expanded {
		width: 345px;
		left: -95px;
		z-index: 9999;
		top: 45px;
	}
	.rm-livesearch-list-item-name a {
		line-height: 20px;
	}
	#rm_fixed_contact_button {
		bottom: 30px
	}
	.header-icons .rm-search {
		margin: 0;
	}

	.header-icons #search .btn-search {
		right: 0;
		left: inherit;
	}

	.header-icons #search #rm-search-button img {
		width: 24px;
		height: 24px;
	}
	.header-icons #search {
		width: 250px;
		display: block;
		margin: 0 auto;
	}

	.header-icons #search input {
		position: absolute;
		display: none;
		border: 0;
		padding: 5px;
		height: 44px;
		border-radius: 0;
		right: 0;
		width: 280px !important;
		background: #f1f1f1;
		padding-left: 15px;
	}
}
#rm_fixed_contact_button.clicked {
z-index: 1041
}

#rm_fixed_contact_substrate {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
z-index: 0;
display: none
}

#rm_fixed_contact_substrate.active {
z-index: 1020;
display: block
}

.rm-fixed-contact-pulsation {
width: 80px;
height: 80px;
background-color: #fb9130;
border-radius: 50px;
position: absolute;
left: -15px;
top: -15px;
z-index: -1;
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
-webkit-animation: pulsation 2s infinite;
animation: pulsation 2s infinite
}

@media (min-width: 420px) {
.rm-fixed-contact-pulsation {
	width: 100px;
	height: 100px
}
}

.rm-fixed-contact-icon {
color: #fff;
width: 100%;
font-size: 20px;
overflow: hidden
}

@media (min-width: 420px) {
.rm-fixed-contact-icon {
	font-size: 28px
}
}

.rm-fixed-contact-icon .fa-envelope {
-webkit-animation: iconOpacity 3s infinite;
animation: iconOpacity 3s infinite;
width: 20px;
height: 20px
}

@media (min-width: 420px) {
.rm-fixed-contact-icon .fa-envelope {
	width: 28px;
	height: 28px
}
}

.rm-fixed-contact-text {
font-size: 7px;
text-transform: uppercase;
line-height: 9px;
color: #fff
}

@media (min-width: 420px) {
.rm-fixed-contact-text {
	font-size: 8px;
	line-height: 10px
}
}

.rm-fixed-contact-dropdown {
position: absolute;
bottom: 60px;
right: 36px;
padding: 20px;
border-radius: 6px;
background: #fff;
display: block;
opacity: 0;
z-index: -1;
margin-bottom: 20px;
-webkit-transition: margin-bottom .3s ease, opacity .3s ease;
transition: margin-bottom .3s ease, opacity .3s ease;
box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
visibility: hidden;
min-width: 250px
}

@media (min-width: 420px) {
.rm-fixed-contact-dropdown {
	right: 60px
}
}

.rm-fixed-contact-dropdown.expanded {
margin-bottom: 0;
opacity: .98;
z-index: 1;
visibility: visible
}

.rm-fixed-contact-item {
color: #333
}

.rm-fixed-contact-item:hover {
color: #0a78bf
}

.rm-fixed-contact-item:not(:last-child) {
margin-bottom: 18px
}

.rm-fixed-contact-item-icon {
display: block;
-ms-flex: 0 0 40px;
flex: 0 0 40px;
max-width: 40px;
width: 40px;
height: 40px;
border-radius: 100%;
margin-right: 10px;
color: #fff
}

.rm-fixed-contact-item-icon svg {
width: 20px !important;
height: 20px
}

.rm-fixed-contact-messenger {
background: #0084ff
}

.rm-fixed-contact-viber {
background: #7c529d
}

.rm-fixed-contact-telegram {
background: #2ca5e0
}

.rm-fixed-contact-skype {
background: #31c4ed
}

.rm-fixed-contact-whatsapp {
background: #25d366
}

.rm-fixed-contact-email {
background: #50a8ff
}

.rm-fixed-contact-call {
background: #3cba8b
}

.rm-fixed-contact-contacts {
background: #141e1a
}

@media (min-width: 992px) {
.rm-contact-left-text {
	padding-right: 80px;
}
.rm-fixed-contact-viber-mobile {
	display: none !important
}
#back-top {
	bottom: 152px!important;
}
}

@media (max-width: 991px) {
.rm-footer-shedule-list {
	margin: 20px 0;
}
.rm-fixed-contact-viber-desktop {
	display: none !important
}
.faq_01 .container,
.faq_01 .col {
	padding: 0;
}
.faq_01 .tab-label {
	font-size: 16px !important;
	line-height: 1.2;
}
.faq_01 .tab p {
	padding-left: 0 !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
}
}

/* End of fixed contacts */

/* Notify */

.alert-block {
margin: 20px;
position: absolute;
right: 0;
top: 0
}
@media (min-width: 575px) {
.blog-latest .ocs-article-box {
	width: calc(25% - 3px);
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	display: inline-block;
	float: none;
}
}
.blog-latest .ocs-article-box {
margin-bottom: 20px;
padding-right: 10px;
padding-left: 10px;
}
@media (max-width: 575px) {
.alert-block {
	right: 15px !important;
	top: 15px !important;
	left: 15px !important;
}
}

.rm-alert {
background: #fff;
float: right;
border: none;
border-radius: 2px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, .29);
padding: 0;
margin-bottom: 20px
}

@media (min-width: 420px) {
.rm-alert {
	max-width: 370px
}
}

.rm-alert-success .rm-alert-icon {
background: #0cc95b
}

.rm-alert-danger .rm-alert-icon {
background: #f33d32
}

.rm-alert-warning .rm-alert-icon {
background: #f3c932
}

.rm-alert-primary .rm-alert-icon {
background: #50a8ff
}

.rm-alert-close {
position: absolute;
right: 10px;
top: 10px;
background: transparent;
padding: 0
}

.rm-alert-icon {
max-width: 36px;
height: 36px;
border-radius: 2px;
margin: 20px;
-ms-flex: 0 0 36px;
flex: 0 0 36px
}

.rm-alert-icon i {
font-size: 18px;
color: #fff;
text-align: center
}

.rm-alert-text {
color: #272323;
font-size: 13px;
line-height: 17px;
padding: 20px 46px 20px 0;
border-radius: 0 2px 2px 0;
-ms-flex-positive: 1;
flex-grow: 1
}

@media (min-width: 420px) {
.rm-alert-text {
	min-width: 310px
}
}

.rm-alert-text a {
color: #0a78bf;
text-decoration: underline
}

.rm-alert-text a:hover {
text-decoration: none
}

.rm-alert-text .alert-text-item:not(:last-child) {
margin-bottom: 5px
}

.animated {
animation-duration: .5s;
animation-fill-mode: both
}

@-webkit-keyframes fadeInRight {
from {
	opacity: 0;
	-ms-transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
to {
	opacity: 1;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}

@keyframes fadeInRight {
from {
	opacity: 0;
	-ms-transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
to {
	opacity: 1;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}

.fadeInRight {
animation-name: fadeInRight
}

@-webkit-keyframes fadeOutUp {
from {
	opacity: 1
}
to {
	opacity: 0;
	-ms-transform: translate3d(0, -100%, 0);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
}

@keyframes fadeOutUp {
from {
	opacity: 1
}
to {
	opacity: 0;
	-ms-transform: translate3d(0, -100%, 0);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
}

.fadeOutUp {
animation-name: fadeOutUp
}

/* End of notify */

/* Modal */

.modal {
margin-top: 150px;
-webkit-transition: margin-top .6s ease, opacity .4s ease;
transition: margin-top .6s ease, opacity .4s ease;
opacity: 0
}

.modal.show {
margin-top: 0;
opacity: 1
}

.modal-dialog {
max-width: 650px
}

.modal-dialog.narrow {
max-width: 480px
}

.modal-dialog.wide {
max-width: 950px
}

.modal-dialog.wide .modal-body {
padding: 0
}

.modal-dialog.wide .modal-body-left, .modal-dialog.wide .modal-body-right {
padding: 20px
}

@media (min-width: 768px) {
.modal-dialog.wide .modal-body-left, .modal-dialog.wide .modal-body-right {
	padding: 30px
}
}

@media (max-width: 767px) {
	.modal-dialog.wide .modal-body-left {
		padding-bottom: 0
	}
	.rm-slideshow-plus-item-img img {
		max-height: 150px;
	}
	.rm-slideshow-plus-item-img {
		height: 150px !important;
	}
	.rm-slideshow-plus-item-box {
		padding: 15px 30px 70px 30px;
	}
}

.modal-dialog.wide .rm-product-center-price {
border-bottom: 0
}

@media (max-width: 767px) {
.modal-dialog.wide .rm-product-center-price {
	padding: 15px 0
}
}

.modal-dialog.wide .rm-product-center-price>span {
font-size: 18px;
line-height: 22px;
}

.modal-dialog.wide .rm-product-center-price-old {
font-size: 14px;
line-height: 17px
}

.modal-dialog.extra-wide {
max-width: 1196px
}

.modal-dialog.extra-wide .modal-body {
padding: 0
}

.modal-content {
border-radius: 6px;
border: 0;
box-shadow: 0 0 20px rgba(0, 0, 0, .17);
overflow: hidden
}

.modal-content a {
text-decoration: underline;
color: #0a78bf
}

.modal-content a:hover {
text-decoration: none
}

.modal-content .rm-btn {
padding-left: 25px;
padding-right: 25px
}

.modal-header {
border-bottom: 1px solid #f9f9fc;
text-transform: uppercase;
padding: 30px 20px;
font-size: 22px;
border-top-left-radius: 6px;
border-top-right-radius: 6px
}

@media (min-width: 768px) {
.modal-header {
	padding: 30px
}
}

.modal-title {
line-height: 27px;
padding-right: 58px
}

.modal-close {
width: 88px;
height: 88px;
padding: 0;
background: transparent;
border: 0;
position: absolute;
right: 0;
top: 0;
transition: -ms-transform .3s ease;
transition: -webkit-transform .3s ease;
transition: transform .3s ease;
-webkit-transition: -webkit-transform .3s ease
}

.modal-close:hover {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}

.modal-close:focus {
box-shadow: none
}

.modal-close-icon {
position: absolute;
top: 30px;
left: 43px;
bottom: 30px;
border: 1px solid #777
}

.modal-close-left {
-ms-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
transform: rotate(135deg)
}

.modal-close-right {
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}

.modal-body {
padding: 20px;
min-height: 300px
}

@media (min-width: 768px) {
.modal-body {
	padding: 30px
}
.modal-body-left {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	border-right: 1px solid #f9f9fc
}
.modal-body-right {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 30px
}
}

.modal-body-img {
max-height: 280px;
margin-bottom: 30px;
border: 1px solid #f9f9fc;
max-width: 100%
}

.modal-body iframe {
max-width: 100%
}

.modal-backdrop {
background-color: #1e242f
}

.modal-backdrop.show {
opacity: .66
}

.modal .form-checkbox-group, .modal .form-group {
margin-bottom: 30px
}

.modal .form-checkbox-group {
padding-left: 15px
}

.modal .form-checkbox-group label {
color: #777;
font-size: 12px
}

.modal textarea {
height: 200px
}

.modal-product-title {
font-weight: 500;
font-size: 16px;
line-height: 24px
}

.modal-comment {
font-size: 12px;
margin-bottom: 30px
}

.modal .rm-modal-comment {
color: #777;
font-size: 12px;
line-height: 18px
}

.modal .rm-modal-comment+.rm-review-block {
margin-top: 20px
}

@media (min-width: 360px) {
.modal .rm-review-block .rm-module-rating-star {
	background: url("/catalog/view/theme/oct_remarket/img/star-grey-big.svg") no-repeat;
	width: 25px;
	height: 25px;
	cursor: pointer
}
.modal .rm-review-block .rm-module-rating-star:not(:last-child) {
	margin-right: 6px
}
.modal .rm-review-block .rm-module-rating-star:last-child {
	margin-bottom: 10px
}
.modal .rm-review-block .rm-module-rating-star-is {
	background: url("/catalog/view/theme/oct_remarket/img/star-gold-big.svg") no-repeat
}
}

@media (min-width: 360px) and (min-width: 576px) {
.modal .rm-review-block .rm-module-rating-star:not(:last-child) {
	margin-right: 10px
}
}

#rm-popup-cart.modal {
margin-top: 0
}

#rm-popup-cart .modal-body {
padding: 0 20px 20px
}

#rm-popup-cart .rm-cart-products-item {
padding: 20px 0;
position: relative;
border-bottom: 1px solid #f9f9f9
}

#rm-popup-cart .rm-cart-products-item-left {
-ms-flex: 0 0 55px;
flex: 0 0 55px;
max-width: 55px
}

@media (min-width: 420px) {
#rm-popup-cart .rm-cart-products-item-left {
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px
}
}

#rm-popup-cart .rm-cart-products-item-right {
padding: 0 20px;
width: 100%
}

@media (max-width: 320px) {
#rm-popup-cart .rm-cart-products-item-right .d-flex.align-items-center.mt-auto {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}
}

#rm-popup-cart .rm-cart-products-item img {
margin: 0 !important;
max-width: 55px
}

@media (min-width: 420px) {
#rm-popup-cart .rm-cart-products-item img {
	max-width: 100px
}
}

#rm-popup-cart .rm-cart-products-item-info {
margin-bottom: 10px !important
}

#rm-popup-cart .rm-cart-products-item-info-title {
margin-bottom: 10px;
font-size: 12px;
line-height: 15px
}

#rm-popup-cart .rm-cart-products-item .rm-product-quantity {
margin: 0
}

#rm-popup-cart .rm-cart-products-item-price-all {
margin-bottom: 7px
}

#rm-popup-cart .rm-cart-block-total-price {
font-size: 18px;
line-height: 22px
}

#rm-popup-cart .rm-cart-block-total-price+.rm-btn {
margin-top: 25px
}

#rm-popup-cart .rm-cart-text {
line-height: 26px;
border-bottom: 1px solid #f9f9f9;
padding: 10px 0
}

#rm-popup-cart .rm-cart-text span {
color: #272323;
font-weight: 500
}

#rm-popup-cart .rm-cart-products {
margin-bottom: 0;
max-height: 355px;
overflow-y: auto
}

@media (min-width: 768px) {
#rm-popup-cart .rm-cart-products {
	max-height: 508px
}
}

#rm-popup-cart .rm-cart-products .rm-btn-del {
position: static;
height: 36px;
-ms-flex: 0 0 34px;
flex: 0 0 34px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: 10px;
margin-left: auto;
background: #fbfbfb;
border-radius: 3px
}

#rm-popup-cart .rm-cart-products+div {
box-shadow: 0px -4px 30px -10px rgba(40, 75, 101, .15);
padding-top: 20px;
border-radius: 20px 20px 0 0;
margin-left: -20px;
margin-right: -20px
}

#rm-popup-cart .rm-cart-products+div>.col-12 {
padding-left: 20px;
padding-right: 20px
}

#rm-popup-cart .rm-cart-products-item-price {
-ms-flex: 0 1 110px;
flex: 0 1 110px;
font-size: 16px;
line-height: 22px;
font-weight: 500;
width: auto
}

@media (max-width: 320px) {
#rm-popup-cart .rm-cart-products-item-price {
	margin-bottom: 10px;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}
}

#rm-popup-cart .rm-product-one-click .form-control {
max-width: 100%
}

#rm-popup-cart .rm-btn.dark:hover:before {
width: 450px
}

.empty-popup-cart-text {
font-size: 24px;
line-height: 29px;
margin: 0 auto 20px
}

.empty-popup-cart img {
width: 360px;
height: 387px;
display: block;
margin: 20px auto;
max-width: 100%
}

#rm-popup-login .rm-btn {
margin-top: 40px
}

#rm-popup-subscribe .modal-body-text {
color: #777
}

#rm-popup-subscribe .modal-body-text p {
margin-bottom: 0
}

#rm-popup-subscribe .modal-body-text p+p {
margin-top: 10px
}

#rm-popup-subscribe .modal-body-text b {
font-weight: 500;
font-size: 18px;
line-height: 21px;
color: #272323
}

#rm-popup-subscribe .modal-body .rm-popup-subscribe-image {
display: block;
margin: 64px auto 50px
}

#rm-popup-review .rm-review-block .control-label {
font-weight: 500;
font-size: 18px;
line-height: 24px;
margin-bottom: 15px
}

#rm-popup-review .rm-module-rating-star {
background: url("/catalog/view/theme/oct_remarket/img/star-grey-big.svg") no-repeat;
width: 25px;
height: 25px;
cursor: pointer
}

#rm-popup-review .rm-module-rating-star:not(:last-child) {
margin-right: 13px
}

#rm-popup-review .rm-module-rating-star-is {
background: url("/catalog/view/theme/oct_remarket/img/star-gold-big.svg") no-repeat
}

#rm-popup-quickview .form-group {
margin-bottom: 0
}

#rm-popup-quickview .form-group:not(:last-child) {
margin-bottom: 10px
}

#rm-popup-quickview .rm-product-tabs {
padding: 20px;
background: #f9f9fc
}

@media (min-width: 768px) {
#rm-popup-quickview .rm-product-tabs {
	padding: 30px
}
}

#rm-popup-quickview .rm-product-tabs .nav-tabs {
padding-left: 0;
margin: 0
}

#rm-popup-quickview .rm-product-images {
min-height: 0
}

@media (max-width: 767px) {
#rm-popup-quickview .rm-product-center {
	padding: 0 20px 20px
}
#rm-popup-quickview .rm-product-center-info {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px
}
#rm-popup-quickview .rm-product-center-options {
	padding-bottom: 20px
}
#rm-popup-quickview .rm-product-images {
	min-height: 260px
}
#rm-popup-quickview .rm-product-images-main {
	margin-top: 20px
}
#rm-popup-quickview .rm-module-stickers {
	top: -5px
}
#rm-popup-quickview .tab-pane {
	padding: 20px
}
#rm-popup-quickview .rm-product-tabs-questions-top {
	padding: 20px
}
}

#rm-popup-quickview .rm-product-one-click {
margin: 20px 0
}

@media (min-width: 768px) {
#rm-popup-quickview .rm-product-one-click {
	margin: 0 0 30px
}
}

@media (max-width: 575px) {
#rm-popup-quickview .rm-product-one-click .form-control {
	max-width: 100%
}
}

#rm-popup-quickview .rm-product-btn.button-fast-order {
display: block !important;
margin-top: 20px
}

@media (min-width: 768px) {
#rm-popup-quickview .rm-product-btn.button-fast-order {
	margin-top: 30px
}
}

#rm-popup-quickview .rm-product-images-additional {
max-height: 100px
}

#rm-popup-quickview .rm-product-top-buttons {
padding: 0
}

#rm-popup-quickview .rm-product-top-button {
width: 100%;
margin-top: 20px;
margin-left: 0
}

#popup_product_questions .rm-product-tabs-questions-item:first-child {
border-top: 0
}

#rm-popup-quickorder .rm-popup-price-old {
text-decoration: line-through;
color: #777
}

#rm-popup-quickorder #button_checkout {
height: 44px;
line-height: 44px
}

.popup-purchase-options .form-group:not(:last-child) {
margin-bottom: 20px
}

.popup-purchase-options .form-group:last-child {
margin-bottom: 0
}

.popup-purchase-options .radio-with-img {
margin-bottom: -10px
}

.popup-purchase-options .text-danger {
text-align: left;
margin-top: 6px
}

.rm-popup-success {
padding: 30px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex
}

.rm-popup-success img {
margin-bottom: 50px
}

.rm-popup-success p {
font-size: 16px;
line-height: 24px
}

.rm-popup-success p+p {
margin-top: 20px
}

.rm-popup-success p:last-of-type {
margin-bottom: 50px
}

#modal-agree .modal-dialog {
max-width: 1000px
}

/* End of modal */

.rm-header-phones-icon img {
display: none;
}

#language ul li {
list-style: none;
display: inline-block;
}

#language ul li:first-child {
text-transform: none;
}

#language .rm-dropdown-inner {
background: none;
box-shadow: none;
border-radius: none;
}

#language .language-select.active-item {
text-decoration: underline;
}


.header-icons .rm-search {
height: 36px;
}

.rm-btn:focus, button:focus {
box-shadow: none;
outline: none;
}

.top-nav {
height: 35px;
}
#top {
background: rgb(89, 97, 114);
background-image: url(/catalog/view/theme/oct_remarket/img/top-bg.png);
}

/* cyrillic */

@font-face {
font-family: 'ClinicaPro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('ClinicaPro Regular'), local('ClinicaPro-Regular'), url(fonts/ClinicaPro-Regular.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin */

@font-face {
font-family: 'ClinicaPro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('ClinicaPro Regular'), local('ClinicaPro-Regular'), url(fonts/ClinicaPro-Regular.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */

@font-face {
font-family: 'ClinicaPro';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('ClinicaPro Medium'), local('ClinicaPro-Medium'), url(fonts/ClinicaPro-Bold.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin */

@font-face {
font-family: 'ClinicaPro';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('ClinicaPro Medium'), local('ClinicaPro-Medium'), url(fonts/ClinicaPro-Bold.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */

@font-face {
font-family: 'ClinicaPro';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('ClinicaPro Bold'), local('ClinicaPro-Bold'), url(fonts/ClinicaPro-Bold.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin */

@font-face {
font-family: 'ClinicaPro';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('ClinicaPro Bold'), local('ClinicaPro-Bold'), url(fonts/ClinicaPro-Bold.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.top-nav-info-list a, .top-nav-account-links-item a, .top-nav-account-links-item button {
text-transform: none !important;
font-size: 17px;
}

.top-nav-info-list>li, .top-nav-account-links-item {
padding: 12px 15px;
}

.rm-header-phones {
margin-left: -14px !important;
}

.rm-header-phones-list a {
display: block;
font-size: 18px;
color: rgb(89, 97, 114);
font-weight: 400;
}

.oct-fixed-bar-item {
padding: 6px 10px;
display: inline-block;
}

.oct-fixed-bar-item.search-icon {
margin-right: 15px;
}

.oct-fixed-bar-quantity {
right: 1px;
top: 3px;
}

.oct-fixed-bar-item+.oct-fixed-bar-item {
border: none;
}
header .header-icons {
align-items: center;
}
header .container-wrap {
background: #f1f1f1;
}

.col-logo-center {
background: #fff;
}

header {
padding: 20px 0;
}

header>.container-fluid.container-sm {
border-bottom: 3px solid #A7C1BE;
padding: 0;
}

header>.container-fluid.container-sm #menu_toggle_button {
background: none;
}

header>.container-fluid.container-sm #menu_toggle_button .rm-btn-icon {
display: none;
}

.oct-fixed-bar.fixed-right {
display: none !important;
}

header .main-menu, header .main-menu li {
display: inline-block;
}

header .main-menu li, header>.container-fluid.container-sm #menu_toggle_button span {
padding: 20px 75px;
}

header .main-menu li a, header>.container-fluid.container-sm #menu_toggle_button span {
color: #596172 !important;
font-size: 20px;
font-weight: 400;
}

header #menu_toggle_button {
display: inline-block !important;
}

#top .top-nav-info-list>li:nth-last-child(-n+4) {
display: none;
}

header .main-menu>li:nth-last-child(n+5) {
display: none;
}

.col-12.d-none.d-lg-block.order-4 {
text-align: center;
}

@media (min-width: 1600px) {
	.container, 
	.container-fluid, 
	.container-sm, 
	.container-md, 
	.container-lg, 
	.container-xl, 
	.modal-dialog-1110, 
	.rm-slideshow-plus-item-box {
		max-width: 1366px !important;
	}
}
@media (max-width: 1600px) {
#back-top {
	bottom: 20px!important;
	/* right: 20px; */
}
.blog-latest .rm-module-title {
	margin-top: 20px;
}
}

.rm-slideshow-plus-item-box {
margin: 0 auto;
}

.rm-slideshow-plus-box {
padding-top: 0 !important;
}

.rm-slideshow-plus .rm-slideshow-plus-item .rm-slideshow-plus-item-title {
font-family: 'MoniqueScript';
font-size: 34px;
}

.rm-slideshow-plus-item-text {
margin-top: 50px;
}

.rm-slideshow-plus .rm-slideshow-plus-item .rm-btn {
border-radius: 99px;
font-size: 18px;
}

.container-fluid.container-sm {
max-width: 1336px !important;
}

#rm-search-button:hover, .rm-product-top-button:hover, .oct-fixed-bar-item:hover {
background: #e5e5e5;
}

.oct-fixed-bar-quantity-cart, .oct-fixed-bar-quantity {
background: #646E7D;
}

.slide-old-price {
font-size: 44px;
color: #596172;
text-decoration: line-through;
}

.slide-new-price {
padding-left: 40px;
font-size: 63px;
font-weight: 700;
}

.slide-new-price-uah {
font-size: 48px;
font-weight: 400;
}

.rm-slideshow-plus-item-text .mt-auto {
margin-top: inherit !important;
}

.rm-footer {
background: #A7C1BE;
background-image: url(/catalog/view/theme/oct_remarket/img/bg-footer.png);
background-position-y: bottom;
}
@media (max-width: 550px) {
.rm-footer {
	background-image: url(/catalog/view/theme/oct_remarket/img/bg-footer-550.png);
	background-position-y: top;
	background-position-x: left;
	background-repeat: no-repeat;
}

}

.rm-footer-links-list a {
color: rgb(101, 108, 125);
font-size: 20px;
text-decoration: none;
line-height: 1;
}

.rm-footer-title-toggle-text, .rm-footer-title {
font-size: 23px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
}

.rm-footer-title.footer_social_title {
text-transform: none;
margin-top: 30px;
}

.rm-footer-text, .rm-footer-phones a, .rm-footer-mail-link {
font-size: 20px;
text-decoration: none;
color: #656c7d;
}

.rm-footer-mobile-inner img {
margin-right: 7px;
}

.rm-footer-address {
margin: 10px 0 10px;
font-size: 19px;
}

.rm-footer-phones {
margin: 20px 0 10px;
}

.rm-social-item a {
background: none;
border: 0;
width: inherit;
}

.rm-social-item a:hover {
background: none;
border: 0;
}

.rm-social-item i {
color: #fff;
-webkit-transition: color .3s ease;
transition: color .3s ease;
font-size: 20px;
}

.rm-footer-credits {
border-top: none;
padding-top: 0;
margin-top: 0;
margin-bottom: 10px;
font-size: 18px;
text-align: left !important;
}

.rm-slideshow-plus-box {
margin: 0;
padding: 0;
}

.rm-slideshow-plus-box .slick-track {
margin: 0;
}

.rm-footer-second li:nth-last-child(-n+4) {
display: none;
}

.rm-footer-third li:nth-last-child(n+5) {
display: none;
}

.rm-footer-links-list li::marker {
color: rgb(101, 108, 125);
font-size: 20px;
line-height: 1.5;
}
.rm-cart-products-item-info-title a{
	line-height: 1.2;
}

@media (min-width: 992px) {
.rm-footer-links-list {
	margin-top: 15px;
	margin-left: 20px;
}
}

.rm-footer-shedule-list-item {
line-height: 1.2;
}

.rm-slideshow-plus-box>div:first-child {
margin: 0;
padding: 0;
}

.rm-breadcrumb .fa-home:after {
content: "";
position: relative;
background: url(../img/breadcrumbs-home.svg) no-repeat;
height: 14px;
top: -1px;
}
.breadcrumb .fa-home:before {
content: url(../img/breadcrumbs-home.svg);
position: relative;
height: 14px;
top: 1px;
}

.text-about {
padding: 0 10%;
margin-bottom: 80px;
}

.text-about p {
text-align: center;
line-height: 1.2;
font-size: 22px;
color: #656c7d;
}

.title-about {
font-size: 36px;
font-weight: 700;
text-align: center;
margin-bottom: 30px;
color: #656c7d;
margin-top: 0px;
}

.font-marck {
display: inline;
font-size: 60px;
font-family: 'Marianna';
line-height: 1;
font-weight: normal;
}

.rm-module-header span, .rm-product-top-button, .rm-product-top-button:hover {
border-color: transparent;
text-align: center;
}


.rm-module-header span {
font-size: 42px;
color: #656c7d;
}

.rm-module {
text-align: center;
}

.rm-module>.row-padding-top {
padding-top: 100px;
}

.rm-content {
border: none;
}

.rm-page-title.h6.text-center.my-4 {
display: none;
}

.rm-news .row.row-padding-top, .rm-news-item-date {
display: none;
}

.rm-news-item-bottom {
text-align: center;
background: #f1f1f1;
}

.rm-news-item-title {
display: block;
margin-bottom: 20px;
margin-top: 30px;
font-weight: 400;
text-decoration: none;
font-size: 26px;
color: #596172;
}

.rm-news-item-text {
font-size: 21px;
line-height: 26px;
color: #596172;
margin-bottom: 30px;
}

.rm-news-item-bottom {
padding: 15px;
}

.rm-module-col.product-grid {
width: calc(25% - 3px);
padding-right: 10px;
padding-left: 10px;
display: inline-block;
float: none;
}

.row.rm-category-products {
margin-right: -15px;
margin-left: 15px;
}

.rm-category-sort {
padding: 15px;
border: none;
}

.rm-module-item {
box-shadow: 0 4px 15px rgb(0 0 0 / 4%);
}

.rm-module-col:hover {
box-shadow: none;
}

.rm-module-col:hover .rm-module-item {
box-shadow: 0 4px 15px rgb(0 0 0 / 8%);
}
.rm-news {
margin-bottom: 120px;
}

.rm-module-title a {
font-weight: 400;
line-height: 1.3 !important;
text-decoration: none;
}

.rm-module-title {
text-align: center;
}

.rm-column-categories-item, .rm-categories-3>.rm-column-categories-item span {
background: #a7c1be;
}

.rm-column-title {
color: #596172;
background: #a7c1be;
text-transform: none;
padding: 20px;
font-weight: 600;
font-size: 24px;
text-align: left;
padding-left: 34px;
margin-top: 3px;
}

.rm-column-categories-item a {
color: #596172;
font-size: 22px;
font-weight: 400;
}

.rm-categories-2>.rm-column-categories-item a {
font-size: 18px;
}

.rm-categories-3>.rm-column-categories-item a {
font-size: 17px;
}

.rm-column-categories-item>span {
margin: 0 15px;
}

.rm-categories-3>.rm-column-categories-item span {
padding: 5px 20px 5px 34px;
}

.rm-column-categories-item:last-child>span {
border: none;
}

.rm-category-sort select+select {
display: none!important;
}

.rm-category-appearance {
display: none !important;
}

.rm-category-sort {
text-align: right;
margin-right: 0;
padding-right: 0;
}

.rm-categories-2>.rm-column-categories-item.active>span a, .rm-column-categories>.rm-column-categories-item.active>span a {
color: #fff;
}

.rm-column-categories-item.active>span, .rm-column-categories-item .rm-categories-3 .active, .rm-column-categories-item .rm-categories-3 .active span a, .rm-column-categories-item a:hover {
color: #fff;
}

.rm-column-categories-item:last-child {
padding-bottom: 5px;
}

.rm-cart-btn-icon {
display: none;
}

.rm-module-img {
padding: 0;
}

@media (min-width: 768px) {
.product-grid .rm-btn-text {
	display: block;
}
.rm-product-images {
	padding-left: 10px;
	padding-top: 5px;
}
}
.break {
flex-basis: 100%;
height: 0;
}
.rm-module-price-box .rm-module-price-bottom, .rm-module-price-box .rm-cart-btn {
text-align: center;
margin: 0 auto;
}
.rm-module-price-box .rm-cart-btn {
margin-top: 10px;
border-radius: 99px;
background-color: #A7C1BE;
padding: 5px 25px;
color: #fff;
}
.rm-module-price-box .rm-cart-btn.rm-btn.secondary .rm-btn-text {
color: #fff;
font-size: 22px;
line-height: 1;
}
.rm-cart-btn-icon+.rm-btn-text {
padding-left: 0;
}

.rm-module-price {
color: #A7C1BE;
}

.rm-content {
line-height: 20px;
}

.rm-module-item {
padding: 0 !important;
}

.rm-module-rating {
margin: 10px 20px 0 20px;
}

.rm-module-caption {
padding: 0 20px 25px;
}

.rm-module-price-top {
margin: 0 auto;
}

.rm-category-description {
padding: 0 0 20px 20px;
}

.rm-module .rm-cart-btn .rm-btn-text {
display: block;
}

.rm-module-item .rm-module-quantity {
display: none;
}

.rm-module-item:hover .rm-module-quantity {
opacity: 0;
z-index: 0;
}

.rm-product-images-additional {
padding: 0;
}

.rm-product-top {
border: none;
}

.rm-product-center {
border: none;
padding: 43px 30px;
}

.tab-content .rm-content {
padding: 30px 60px;
}

.rm-store-reviews-item-text {
padding: 0 30px;
border-left: 1px solid #A7C1BE;
}

.rm-slideshow-plus-item-btn .rm-btn {
margin-top: -20px;
}

.rm-product-images-additional .slick-prev {
left: 60px;
top: 0;
transform: rotate(90deg);
}
@media (min-width: 1200px) {
.rm-category-products .rm-module-img {
	min-height: 250px;
}
.rm-product-images {
	border: none;
	padding-right: 117px;
}
}

/* .rm-product #product {
padding-left: 30px;
} */

.rm-module-col.product-grid {
margin-bottom: 20px;
}

.rm-column-box {
border: none;
}

#product-category .row-cat-title-sort {
margin-left: 10px;
align-items: center;
}

#product-category .rm-module-title,
#product-special .rm-module-title {
margin-bottom: 18px;
margin-top: 15px;
}

.rm-page-title {
padding-left: 0;
}

.rm-cat-sort {
padding-right: 12px;
}

.rm-category-description img {
border: none;
width: 100%;

}

#product-product .rm-module-rating-star {
background: url(../img/star-grey-big.svg) no-repeat;
width: 30px;
height: 30px;
display: inline-block;
}

#product-product .rm-module-rating-star-is {
background: url(../img/star-gold-big.svg) no-repeat;
}

.rm-product-quantity {
display: none;
}

.rm-product-one-click-btn {
display: none !important;
}

.tab-content>.tab-pane {
display: block;
}

#oct-tabs {
display: none;
}

.nav-link-text {
font-size: 20px;
color: #A7C1BE;
padding: 20px 60px;
}

.rm-category .rm-module-stock {
display: none;
}

.rm-module .rm-module-stock {
display: none;
}

.rm-module .rm-module-col, .rm-news .rm-news-col {
width: calc(25% - 3px);
padding-right: 10px;
padding-left: 10px;
display: inline-block;
float: none;
}
.rm-module .rm-module-title {
margin-top: 17px;
margin-bottom: 18px;
}

.rm-news-col:hover {
box-shadow: none;
}

.rm-news-col:hover .rm-news-item {
box-shadow: 0px 4px 10px rgb(0 0 0 / 8%);
}

body.no-scroll {
height: 100%;
overflow: auto;
}

.rm-menu {
position: absolute;
left: -15px;
right: -15px;
}

.rm-menu-list-item-name {
font-size: 20px;
}

.rm-product-center-info {
border: none;
padding-bottom: 21px;
}

.rm-product-center-options {
padding: 20px 0;
border: none;
}

.rm-product-center-price {
padding: 20px 0;
border: none;
color: #656c7d;
font-size: 14px;
}
.rm-search-block .form-checkbox-group label {
font-size: 18px;
line-height: 1;
}
.rm-search-block select {
background: #fdfdfd url(../img/input-sort.svg) no-repeat right 15px center;
border: 1px solid #A7C1BE;
border-radius: 0;
font-size: 18px;
}
.tab-content .tab-item-desc .nav-item {
border-bottom: 2px solid #A7C1BE;
}

.tab-content .tab-item-extra {
border: 1px solid #A7C1BE;
}

.tab-content .tab-item-extra {
border-bottom: none;
}

.tab-content .tab-item-extra #product_extra_tab-2 {
border-bottom: 1px solid #A7C1BE;
}

.tab-content .nav-item .nav-link {
padding: 0;
}

/* .tab-content .tab-item-extra {
border-bottom: none;
} */

.tab-content #product_reviews .rm-product-reviews-top-right, .tab-content #product_reviews .rm-store-reviews-top-value, .tab-content #product_reviews .rm-store-reviews-top-value-text {
display: none !important;
}

.tab-content .tab-item-extra .nav-link-text {
color: #fff;
background: #A7C1BE;
padding: 10px 80px;
}

.rm-product-tabs {
display: none;
}

.rm-content.tab-pane {
margin-top: 0;
line-height: 1.3;
}

.tab-content #product_reviews {
padding-left: 0;
padding-top: 80px;
}

.tab-content #product_reviews .rm-store-reviews-top, .tab-content #product_reviews .rm-store-reviews-top .align-items-start, .tab-content #product_reviews .rm-store-reviews-top .rm-store-reviews-top-title, .tab-content #product_reviews .rm-store-reviews-top .rm-btn.dark {
display: inline-block !important;
}

.rm-store-reviews-top-title {
font-size: 20px;
line-height: 29px;
letter-spacing: .3px;
margin-bottom: 25px;
margin-right: 30px;
color: #596172;
}

.tab-content #product_reviews .rm-store-reviews-top .rm-btn.dark {
border-radius: 99px;
font-size: 18px;
}

.rm-store-reviews-item .rm-store-reviews-item-info-rating-title {
display: none;
}

.rm-store-reviews-item .rm-store-reviews-item-info-date {
color: #596172;
margin-bottom: 10px;
font-size: 16px;
line-height: 1.2;
}

.rm-store-reviews-item-info-name {
font-weight: 400;
margin-bottom: 10px;
line-height: 10px;
color: #596172;
font-size: 18px;
}

.rm-product-tabs-reviews .rm-store-reviews-item-text {
font-size: 18px;
color: #596172;
}

.rm-store-reviews-item {
border-top: 1px solid #A7C1BE;
}

#review .rm-store-reviews-item:first-child {
border: none;
}

/* .rm-slideshow-plus .slick-track .slick-slide:after {
content: '';
display: inline-block;
width: 100%;
height: 170px;
background: linear-gradient(180deg, #D8D8D8 0%, rgba(255, 255, 255, 0.8) 43.23%, rgba(255, 255, 255, 0.8) 52.6%, #D8D8D8 100%);
;
position: absolute;
bottom: 0;
} */
.rm-slideshow-plus-item-fullimg img {
	margin: 0 auto;
}

.rm-slideshow-plus .rm-slideshow-plus-item-img {
z-index: 2;
}

.rm-slideshow-plus-item-btn .rm-btn {
display: inline-block;
padding: 30px 25px;
}

.rm-slideshow-plus-item-btn .rm-btn .rm-btn-text {
position: relative;
top: -22px;
}

.rm-btn:before {
background: none;
}

.rm-product-images-additional {
margin-top: 0;
}


#oct_desktop_language {
padding: 0;
}
#form-language .btn-lang.rm-dropdown-toggle {
display: none !important;
}

#form-language .rm-dropdown {
position: relative;
display: block;
opacity: 1;
margin-top: 0;
z-index: 10000;
visibility: visible;
padding: 0;
background: none;
box-shadow: none;
text-align: right;
border: none;
}

#form-language .rm-dropdown li {
list-style: none;
display: inline-block;
}

#form-language .rm-dropdown button {
color: #fff;
padding: 8px;
}
.rm-dropdown li:not(:last-child) {
border: none;
}
#form-language .rm-dropdown li:hover button {
color: #b3c5c2;
}

#form-language .rm-dropdown li img,
#form-language .rm-dropdown::after {
display: none;
}

.rm-product-center-options .rm-control-label {
display: none;
}

.rm-product-top-button {
padding: 0;
/* border: 2px solid #656c7d; */
background: transparent;
-webkit-transition: background .3s ease, border .3s ease;
transition: background .3s ease, border .3s ease;
}

.rm-product-center-buttons .rm-product-top-button:hover, .rm-product-center-buttons .oct-fixed-bar-item:hover {
background: transparent;
}
.rm-product-top-button:hover .rm-product-top-button-icon {
background: #a7c1be;
}

.rm-product-top-button-wishlist .rm-product-top-button-icon {
width: 40px;
height: 40px;
}

.rm-product-top-button {
border-radius: 99px;
margin-left: 10px;
}

.swiper-pagination-bullet {
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 18px));
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 18px));
display: inline-block;
border-radius: 50%;
background: var(--swiper-pagination-bullet-inactive-color, #000);
opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}

.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-pagination-color, #A7C1BE);
}

.rm-menu-list {
height: 366px !important;
background: #fff;
}
header>.container-fluid.container-sm #menu_toggle_button:hover span {
color: #A7C1BE !important;
}

.rm-menu-list-item-link:hover>.rm-menu-list-item-name {
text-decoration: none;
color: #A7C1BE;
}

.rm-module-buttons button:hover {
background: #596172;
border: 1px solid #596172;
}

#product-product div[id*="rm-related-products_"] .rm-module-rating-star {
background: url(../img/star-grey.svg) no-repeat;
width: 15px;
height: 15px;
display: inline-block;
}

#product-product div[id*="rm-related-products_"] .rm-module-rating-star-is {
background: url(../img/star-gold.svg) no-repeat;
}

.rm-product-center-info-item a {
text-decoration: none;
}

.rm-product-center-info-item a:hover {
text-decoration: underline;
text-decoration-color: #A7C1BE;
}

.rm-menu-list-item:hover>div:first-child .rm-menu-list-item-link, .rm-menu-list-item.active>div:first-child .rm-menu-list-item-link {
text-decoration: none;
}

.rm-module-reviews img {
display: none !important;
;
}

.rm-module-reviews {
padding-left: 5px;
font-size: 14px;
margin-left: auto;
color: #596172;
}

.rm-module-title a {
color: #596172 !important;
font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199px) {
header #menu_toggle_button .rm-btn-text {
	display: inline !important;
}
}

@media (max-width: 1300px) {
header .main-menu li, header>.container-fluid.container-sm #menu_toggle_button span {
	padding: 40px 47px 15px;
}
}
#rm_mobile_nav {
flex-flow: column;
}
.rm-btn.rm_mobile_sidebar_toggle {
margin-right: auto;
margin-left: 15px;
margin-top: 30px;
margin-bottom: 30px;
padding: 0 7px;
height: 30px;
line-height: 30px;
}
#rm_mobile_nav .rm-mobile-nav-buttons {
padding-right: 0;
max-width: 100%;
padding: 5px;
text-align: center;
background: #F4F4F4;
width: 100%;
}
#rm_mobile_nav {
padding: 0;
}

.rm_mobile_menu_phones-item:before {
display: none;
}

.rm_mobile_menu_phones-item {
margin: 10px auto;
justify-content: center;
}

.rm_mobile_menu_phones-item span {
font-size: 18px;
line-height: 20px;
text-decoration: none;
color: #596172;
}

.tab-item.tab-item-extra,
.rm-product-tabs-description {
padding-top: 35px;
}

.rm-product-images-additional .slick-prev, .rm-product-images-additional .slick-next {
opacity: 0;
}
.container-fluid>#search {
display: none;
}
.rm-product-top-button-text {
display: none;
}
.rm-product-tabs-reviews .rm-store-reviews-item-text {
padding: 30px;
}
@media (max-width: 991px) {
#form-language .rm-dropdown button {
	color: #596172;
}
#rm_sidebar_switcher .rm-dropdown button.active-item {
	background: none;
}
#rm_sidebar_switcher .rm-dropdown button:before,
#rm_sidebar_switcher .rm-dropdown button.active-item:after {
	display: none;
}
#rm_sidebar_switcher .rm-dropdown ul {
	text-align: left;
}
#rm_livesearch_close {
	right: 0;
	top: 44px;
}
.rm-product-title h1 {
	font-size: 32px;
}
.rm-product-center-price>span {
	font-size: 44px;
}
.rm-module-stock {
	font-size: 21px;
}
.tab-item p {
	font-size: 20px;
	line-height: 1.3;
}
.rm-module-price-box .rm-cart-btn.rm-btn.secondary .rm-btn-text {
	font-size: 18px;
}
.rm-footer-links-list {
	margin-top: 25px;
	margin-left: 20px;
}
#logo {
	position: fixed;
	top: 56px;
	height: 40px;
	z-index: 1031;
	left: 70px;
	margin: 9px 0;
	margin-left: 5px;
}
#logo img {
	max-height: 30px;
}
.container-fluid>#search {
	display: block;
	top: 50px;
}
.header-icons {
	position: relative;
	display: flex;
	justify-content: normal !important;
	width: 100%;
	justify-content: flex-end !important;
}
.icon-head-3 {
	position: fixed;
	z-index: 9999;
	top: 66px;
}
.icons-header-mobile {
	position: relative;
	align-items: end !important;
}
header>.container-fluid.container-sm {
	display: none;
}
.rm-slideshow-plus-box {
	margin-top: 30px;
}
header .container-wrap {
	background: #fff;
}
/* 	.icons-header-mobile .order-0.d-md-flex {
	display: none !important;
} */
#rm_mobile_nav {
	box-shadow: none;
}
#search.rm-search {
	position: relative;
	order: 4;
	width: 100%;
}
nav[aria-label="breadcrumb"] {
	margin: 20px 15px 0;
}
.rm-breadcrumb {
	padding-top: 0;
}
.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
}
.rm-category-sort-limit {
	justify-content: flex-end !important;
	margin-right: 15px;
}
}

@media (max-width: 767px) {
.rm-category-description {
	padding: 20px;
}
.rm-product-images .slick-slide img {
	width: calc(100% - 20px);
	margin-top: 10px;
}
.rm-product-images {
	padding: 10px;
}
.rm-product-images div[class*='col-'] {
	padding: 0;
}
.rm-store-reviews-item-info-name,
.rm-store-reviews-item .rm-store-reviews-item-info-date {
	font-size: 18px;
}
.rm-product-tabs-reviews .rm-store-reviews-item-text {
	padding: 10px;
	font-size: 14px;
}
.rm-store-reviews-item-text {
	padding: 0 30px;
	border-left: 0;
}
.rm-store-reviews-top-title{
	margin-right: 0;
}
.tab-content #product_reviews {
	padding-left: 20px;
	padding-top: 50px;
	text-align: center;
}
.rm-module>.row-padding-top {
	padding-top: 50px;
}
.tab-content .tab-item-extra .nav-link-text {
	padding: 8px 20px;
}
.tab-item {
	padding-top: 0;
}
.nav-link-text {
	font-size: 24px;
	padding: 20px;
}
.tab-content .tab-item-extra {
	border: none;
}
.tab-content .rm-content {
	padding: 20px;
}
.rm-module-stock:before {
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.rm-product-center-buttons .rm-btn.dark {
	font-size: 21px;
}
.rm-select {
	width: 100%;
	height: 55px;
	font-size: 18px;
}
.rm-product-title h1 {
	font-size: 24px;
}
.rm-product-center-price>span {
	font-size: 32px;
}
.rm-module-stock {
	font-size: 18px;
}
.tab-item p {
	font-size: 16px;
}
.rm-module-price-box .rm-cart-btn.rm-btn.secondary .rm-btn-text {
	font-size: 18px;
}
.rm-footer-links-list li:first-child {
	margin-top: 0;
}
.text-about p {
	text-align: center;
	font-size: 18px;
}
.rm-news-item-text {
	font-size: 18px;
}
.rm-footer-title-toggle-icon, .rm-footer-title-toggle-btn, .rm-footer-contacts-btn, .rm-footer-catalog-btn {
	display: none;
}
.rm-footer-mobile-inner.white {
	background: none;
	box-shadow: none;
	border: none;
}
.rm-footer-links-list {
	max-height: inherit;
	overflow: hidden;
	margin-left: 0;
}
.rm-footer-mobile-inner {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
.rm-footer-mobile-inner {
	margin-top: 10px;
}
nav[aria-label="breadcrumb"]:after {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
}
/* 	.rm-page-title h1 {
	padding-left: 0 !important;
} */
.text-about {
	padding: 0;
}
.rm-module-item {
	flex-direction: column !important;
	height: auto !important;
	min-height: 100%;
}
.rm-module-img, .rm-module-caption {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	position: static;
}
.rm-module-img a {
	margin: 0;
	width: 100%;
	height: 100%;
}
.rm-module-buttons {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
}
.rm-module-buttons button {
	margin-top: 0;
	margin-bottom: 8px;
}
.rm-module-rating {
	margin: 10px 20px 0 20px;
}
.slide-new-price {
	padding-left: 20px;
	font-size: 40px;
}
.slide-new-price-uah {
	font-size: 25px;
}
.slide-old-price {
	font-size: 28px;
}
.rm-slideshow-plus .rm-slideshow-plus-item .rm-btn {
	font-size: 14px;
}
.rm-slideshow-plus-item-btn .rm-btn {
	display: inline-block;
	padding: 23px 25px;
}
.rm-breadcrumb {
	padding: 0 0 15px 0;
}
}

.rm-page-title h1 {
padding-left: 15px;
}

.rm-category-sort select {
font-size: 14px;
}

.rm-module-item .rm-module-quantity {
display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
color: #656c7d;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
left: -5px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
right: -5px;
}

#slideshow-featured_0.swiper, #slideshow-related-products_0.swiper {
padding: 15px 25px;
width: 100%;
}

.rm-module-img a img {
max-width: 100% !important;
width: 100%;
height: auto;
}

.rm-module .rm-cart-btn .rm-btn-text {
display: inline !important;
}
#product .rm-product-center-price-old {
font-size: 24px;
font-family: 'Helvetica Neue Cyr', sans-serif ;
}

.rm-category-buttons-catalog {
font-size: 16px;
text-align: left;
background: #F4F4F4;
border: none;
}

.rm-footer-mobile-inner {
margin-top: 30px;
}

.rm-sidebar .rm_mobile_menu_first-item.rm_mobile_menu_info a {
color: #596172;
text-decoration: none;
}

.rm_mobile_menu_info li:not(:last-child) {
margin-bottom: 10px;
}
#back-top {
background: #F3F3F5;
border: none;
border-radius: 0;
line-height: 57px;
opacity: .8;
}
#back-top i {
color: #A7C1BE;
font-size: 20px;
}
.rm-footer-phones a:hover, .rm-footer-links-list a:hover {
color: #f9f9f9;
}
.rm-footer-address:hover,
.rm-footer-mail-link:hover {
color: #f9f9f9;
}
.rm-social-item a:hover i{
color: #596172;
}
.rm-footer-phones a:hover {
text-decoration: none;
}
@media (max-width: 420px) {
#back-top {
		line-height: 47px;
}
}
.rm-product-mobile-fixed {
display: none !important;
}
.modal-content a,
.rm-alert-text a {
color: #596172;
}
.rm-alert-success .rm-alert-icon {
background:rgb(89, 97, 114);
}
#content .rm-contact-item {
display: inline-block;
}
.rm-contact-location-info {
display: inline-block;
padding-left: 0;
padding-top: 10px;
}
#content .rm-contact-location:nth-child(3) .col-xl-6 {
display: none;
}
#information-contact .rm-contact-location .rm-page-title h1 {
padding-left: 15px;
background: #A7C1BE;
padding: 5px 10px;
color: #fff;
display: block;
}
.rm-contact-location-store-title {
color: rgb(89, 97, 114);
font-weight: 400;
font-size: 24px;
}
.rm-contact-location-address {
margin-bottom: 5px;
font-size: 16px;
color: rgb(89, 97, 114);
}
.rm-contact-location img {
width: auto;
margin-right: 7px;
}
.rm-contact-location a {
text-decoration: none;
}
.rm-contact-location-info li {
font-size: 16px;
color: rgb(89, 97, 114);
margin-bottom: 5px;
}
.rm-contact-location iframe {
min-height: 600px;
}
.rm-contact-form .form-group label {
display: none;
}
.rm-contact-location .row .rm-contact-item:last-child .rm-contact-location-store-title{
display: none;
}
.rm-contact-location .row .rm-contact-item:last-child .rm-contact-location-address a{
color: #A7C1BE;
font-size: 24px;
}
.rm-contact-location .row .rm-contact-item:last-child .rm-contact-location-address a:hover {
text-decoration: underline;
}
.rm-contact-location .row .rm-contact-item:last-child .row {
justify-content: center;
}
.rm-contact-location .row .rm-contact-item:not(:last-child) {
border-bottom: 2px solid #A7C1BE;
}
@media (min-width: 1200px) {
.rm-contact-location .row .rm-contact-item:last-child {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	display: flex !important;
	justify-content: center;
	padding-top: 30px;
}
}
.rm-contact-location .rm-footer-mail-link:hover {
color: rgb(89, 97, 114);
}
.rm-contact-form-col .rm-content {
box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
border-radius: 10px;
}
.rm-contact-form-text {
font-weight: 400;
font-size: 18px;
line-height: 1.2;
color: rgb(89, 97, 114);
margin: 0;
text-align: left;
}
.rm-contact-form-col .rm-content .rm-btn.dark {
background-color: rgb(153 181 176);
border-radius: 99px;
margin-top: 15px;
}
.rm-contact-location {
border-bottom: 2px solid #A7C1BE;
padding-bottom: 30px;
}


@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
	max-width: 90%;
}
}
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
	max-width: 90%;
}
}
@media (min-width: 768px) {
.rm-product-images .slick-slide img {
	margin-bottom: 35px;
}
.rm-product-images-additional+.rm-product-images-main.slick-initialized {
	padding-left: 70px;
}
.rm-product-title h1 {
	padding: 0px 30px;
}
.container {
	max-width: 100%;
}
.rm-search {
	margin-top: 52px;
	margin-bottom: 0;
}
#rm_livesearch_close {
	right: -40px;
	top: 44px;
}
.rm-product-center-buttons {
	padding-top: 30px;
}
.rm-product-images-main .slick-dots {
display: none !important;
}
}
@media (max-width: 991px) {
.container {
	max-width: 100%;
}
.rm-contact-left-text {
	padding-right: 15px;
}
.rm-contact-form-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}
}
.form-control {
border: 1px solid #A7C1BE;
border-radius: 0;
}
.rm-btn-subscribe {
background: #A7C1BE;
text-align: center;
padding: 20px;
}
.rm-btn-subscribe span {
font-weight: 400;
font-size: 18px;
line-height: 1.2;
color: #fff;
}
.rm-btn-subscribe-wrapper {
padding: 50px 0;
margin: 30px 0;
border-top: 2px solid #A7C1BE;
border-bottom: 2px solid #A7C1BE;
}
.row-form {
margin: 50px 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
/* 	border: 3px solid #596172;
border-radius: 99px; */
padding: 10px 17px;
font-size: 30px;
font-weight: 700;
}
.rm-sidebar-title-text {
font-weight: 400;
color: #646e7d;
}
#information-information img {
float: right;
/* padding-left: 30px; */
padding-bottom: 30px;
}
div[id*="information-"] .rm-page-title h1 {
display: inline-block;
background: #A7C1BE;
color: #fff;
padding: 5px 20px;
margin-left: 15px;
}
#information-information p span {
font-size: 18px !important;
color: #646e7d !important;
line-height: 25px !important;
}
#information-information ul li::marker {
color: #A7C1BE;
}
@media (max-width: 419px) {
.body-product {
		padding-top: 0;
}
}
@media (max-width: 991px) {
.body-product {
		padding-bottom: 0;
}
.oct-fixed-bar-item:hover,
#rm-search-button:hover {
	background: none;
}
header {
	padding: 0;
}
#rm_mobile_nav .rm-mobile-nav-buttons {
	padding: 0;
}
}
.con_01 {
margin-bottom: 70px;
}
.con_01 .iconbox {
text-align: center;
width: 100%;
}
.con_01 .icon {
width: 180px;
height: 180px;
text-align: center;
margin: 0 auto;
}
.con_01 h3 {
padding-top: 30px;
border-top: 2px solid #A7C1BE;
color: #A7C1BE;
}
.con_01 .col,
.con_01 .col-sm-12.col-md-4 {
padding: 0;
}
.con_01 img {
padding-left: 0 !important;
}
.con_01 .h1 {
display: inline-block;
background: #A7C1BE;
color: #fff;
padding: 5px 20px;
font-size: 26px;
font-weight: 400;
line-height: 32px;
margin-top: 70px;
}
.con_01 p {
font-size: 18px;
line-height: 1.5;
padding: 20px;
}

.con_01 .row {
padding-top: 30px;
justify-content: center;
}
.faq_01 input {
position: absolute;
opacity: 0;
z-index: -1;
}
.faq_01 .tabs {
overflow: hidden;
}
.faq_01 .tab {
width: 100%;
color: #646e7d;
overflow: hidden;
}
.faq_01 .tab-label {
display: flex;
justify-content: space-between;
padding: 1em;
border: 1px solid #A7C1BE;
background: #fff;
font-weight: 400;
cursor: pointer;
margin-bottom: -1px;
font-size: 18px;
/* Icon */
}
.faq_01 .tabs .tab:last-child .tab-label {
margin-bottom: 0;
}
.faq_01 .tab-label:hover {
color: #A7C1BE;
font-weight: 700;
}
.faq_01 .tab-label::after {
content: "\276F";
width: 1em;
height: 1em;
text-align: center;
transition: all 0.35s;
}
.faq_01 .tab-content {
max-height: 0;
padding: 0 1em;
color: #2c3e50;
background: white;
transition: all 0.35s;
}
.faq_01 input:checked + .tab-label {
color: #A7C1BE;
font-weight: 700;
}
.faq_01 input:checked + .tab-label::after {
transform: rotate(90deg);
}
.faq_01 input:checked ~ .tab-content {
max-height: 100vh;
padding: 1em;
border-left: 1px solid #A7C1BE;
border-right: 1px solid #A7C1BE;
}
.faq_01 .tab p {
font-size: 18px;
line-height: 1.5;
color:rgb(89, 97, 114);
padding-left: 30px;
}
@media (min-width: 1200px) {
#product-product .slick-arrow {
	bottom: 0;
}
}
@media (max-width: 767px) {
.rm-footer-mobile-inner {
	margin-top: 10px;
}
.rm-footer-links-list {
	margin-top: 15px;
}
.rm-search {
	margin-top: 52px;
	margin-bottom: 0;
}
.rm-slideshow-plus .slick-track .slick-slide:after {
	height: 150px !important;
}
.rm-slideshow-plus-item-text {
	margin-top: 30px;
	}
/* 	#product-product .slick-arrow {
	width: 40px;
	height: 40px;
	background-size: contain;
	bottom: 0;
}
#product-product .slick-arrow.slick-prev {
	right: 50px;
} */
}
@media (max-width: 650px) {
#product-product .slick-arrow {
	bottom: 0;
}
}
.rm-footer .row.d-md-none {
display: none;
}
.icon-head-3 {
display: inherit;
}
@media (max-width: 500px) {
	.font-marck {
    font-size: 36px;
}
.title-about {
	font-size: 25px;
}
.rm-module-rating {
	flex-direction: column;
}
.rm-module-reviews {
	font-size: 12px;
	margin: 5px auto;
}
.rm-module-col[data-width='width-50'] .rm-module-img, .rm-module-col[data-width='width-100'] .rm-module-img, .rm-module-col[data-width='width-infinity'] .rm-module-img {
	padding-bottom: 0;
}
.rm-module-caption {
	padding: 0 10px 20px;
}
}
@media (max-width: 360px) {
.product-layout .rm-btn-text {
		display: block;
}
.rm-product-center-info-item-title {
	font-size: 18px;
}
}
@media (min-width: 1366px) {
header .container-fluid {
	padding: 0;
}
}
.rm-footer {
padding: 40px 15px 0;
}
.rm-categories-children .rm-column-categories-item > span {
border: none;
}
.rm-social {
margin: 0 !important;
}
.rm-column-categories-item.active > span {
border: none;
}
.rm-categories-2 > .rm-column-categories-item span a:first-child:before {
display: none;
}
.rm-categories-children {
	padding-left: 13px;
}
.oct-load-more button {
border-radius: 99px;
}
.pagination li.active span,
.pagination li:hover a {
background: none;
color: #A7C1BE;
text-decoration: underline;
}
.pagination li a, .pagination li span {
padding: 5px;
background: none;
color: #656c7d;
}
.pagination li:not(:last-child) {
margin: 0 5px 15px 0;
}
.oct-load-more-button .rm-btn-icon {
display: none;
}
.oct-load-more-button .rm-btn-text {
margin: 0;
font-size: 20px;
}
#rm-product-options-box .rm-control-label select option:first-child {
display: none;
}
.rm-menu-list-item-child-links-categories-item a.rm-menu-list-item-child-links-categories-item-title {
color: #596172;
}
.rm-menu-list-item-child-links-categories-item a.see-all {
display: none;
}
.rm-menu-list-item-child-links-categories-item a:hover {
color: #A7C1BE;
}
.rm-btn.dark {
border-radius: 99px;
}
.rm-module-price,
.rm-module-price-old {
font-family: 'Helvetica Neue Cyr',sans-serif;
}
.rm-contact-location .row .rm-contact-item:nth-child(2) .rm-contact-location-info .row,
.rm-contact-location .row .rm-contact-item:nth-child(3) .rm-contact-location-info .row {
flex-direction: column;
}
@media (max-width: 1200px) {
.rm-contact-location .rm-page-title {
	margin-top: 50px;
	padding-left: 15px;
}
.rm-contact-location .row .rm-contact-item:nth-child(4) {
	text-align: center;
}
.rm-contact-location .row .rm-contact-item:nth-child(4) .rm-contact-location-info{
	padding: 30px;
}
.rm-contact-location {
	padding-bottom: 0;
	margin-bottom: 0;
}
}
@media (max-width: 991px) {
.rm-btn-subscribe a {
	font-size: 20px;
	line-height: 1.2;
}
.about-text img {
	width: 100% !important;
	padding-left: 0 !important;
	margin-bottom: 30px;
}
}

.rm-category-sort {
display: none !important;
}
.blog-latest .rm-content {
padding: 0 0 0 10px;
}

.blog-latest .rm-product-description {
display: none;
}
.blog-latest .rm-btn .fa-share:before {
content: "";
}
.blog-latest .rm-btn {
border-radius: 99px;
margin: 30px;
}
.blog-latest .rm-column-categories-item > span {
border: none;
border-left: 1px solid #fff;
}
.blog-latest .rm-module-title {
margin-bottom: 20px;
}
.blog-latest .rm-module-title a,
.blog-latest .rm-btn span {
font-size: 22px;
}
.blog-latest .rm-module-item {
border: 1px solid #CACBCF !important;
}
.blog-latest #content > .rm-page-title {
display: none;
}
/* .blog-latest .rm-page-title {
background: #a7c1be;
margin-bottom: 0;
padding: 20px 30px 20px;
border-bottom: 1px solid #fff;
color: #596172;
} */
.blog-latest .rm-module-column-box .rm-column-categories-item:first-child {
padding-top: 30px;
}
.blog-latest .rm-module-column-box .rm-column-categories-item:last-child {
padding-bottom: 30px;
}
#review {
color: #596172;
font-size: 18px;
}
#slideshow-blog-main .rm-btn {
display: none;
}
#slideshow-blog-main .ocs-article-box {
padding: 0;
}
#slideshow-blog-main .rm-module-title {
display: block;
margin-bottom: 20px;
margin-top: 30px;
font-weight: 400;
text-decoration: none;
font-size: 18px;
color: #596172;
line-height: 1.2;
padding: 0 15px;
}
#slideshow-blog-main .rm-module-item {
text-align: center;
background: #f1f1f1;
}
#slideshow-blog-main .rm-product-description {
font-size: 16px;
line-height: 1.2;
color: #596172;
margin-top: 0 !important;
padding: 0 15px;
}
 #slideshow-blog-main {
padding-bottom: 50px;
} 
#slideshow-blog-main .swiper-slide {
	height: auto;
}
#product-special .rm-module-price {
margin-bottom: 0;
}
#product-special .rm-module-price-top {
margin: 0 auto;
margin-bottom: 10px !important;
}
.btn-primary {
color: #fff !important;
background-color: #596172;
border-color: #596172;
}
.simple-content .checkout-heading,
.simplecheckout-cart th,
.simplecheckout-cart th.price,
.simplecheckout-cart th.total,
.simplecheckout-cart th.name {
background-color: #A7C1BE !important;
color: #fff !important;
font-weight: normal !important;
font-size: 18px !important;
}
.simplecheckout-cart th {
padding: 10px 6px !important;
}

h1 {
font-family: 'Helvetica Neue Cyr', sans-serif;
}
.btn-danger {
color: #fff;
background-color: #D2B8C5;
border-color: #D2B8C5;
}
.rm-content, 
.rm-content .simplecheckout-block-content p,
.rm-content b,
.simplecheckout-cart td,
.simplecheckout-cart-total-value,
.simplecheckout-cart-total span.inputs,
.simplecheckout label, .simpleregister label {
color: #596172;
}
#simplecheckout_button_cart,
.simple-content .button, #simplecheckout_login .button {
border-radius: 99px;
text-decoration: none;
font-size: 18px;
}
#simplecheckout_button_cart:hover,
.simple-content .button:hover, #simplecheckout_login .button:hover,
.btn-primary:focus, .btn-primary.focus {
background-color: #596172;
opacity: .8;
border-color: #596172;
} 
#account-forgotten {
padding-top: 30px;
}
#account-forgotten .rm-content {
padding: 0;
padding-bottom: 30px;
}
.rm-content p:not(:last-child) {
margin-bottom: 15px;
}
.rm-content ul {
margin-top: 0;
margin-bottom: 30px;
}
#information-information .rm-content,
#information-information .rm-content p{
font-size: 18px;
line-height: 1.4;
}
.border-text {
border: 1px solid #A7C1BE;
padding: 20px 30px 30px;
margin-bottom: -1px;
}
.border-title {
color: #fff;
background: #A7C1BE;
display: inline-block;
padding: 10px 30px;
margin-bottom: 20px !important;
margin-left: -30px;
}
.text-proff {
padding: 30px 30px 50px;
}
.text-proffesional .h1 {
color:#A7C1BE;
padding: 50px 30px 30px;
border-bottom: 1px solid #A7C1BE;
font-size: 24px !important;
font-weight: normal;
margin-bottom: 0;
}
.con_01 .col-lg-4 {
padding: 0;
}
.con_01 .row-bg .col{
color: #fff;
background: #A7C1BE;
text-align: center;
}
.con_01 .row-bg .col p{
font-size: 22px !important;
padding: 10px;
}
.simplecheckout-cart {
border: none;
}
#product-search .rm-module-title {
margin-top: 15px;
}
.blog-article p {
font-size: 18px;
line-height: 1.6;
}
.blog-article h1.rm-page-title {
display: inline;
background: #A7C1BE;
color: #fff;
padding: 5px 20px;
}
.blog-article .title-wrap {
text-align: center;
margin-top: 30px;
}
#common-success .rm-content {
padding-left: 0;
}
#common-success .order-number {
background: #A7C1BE;
padding: 5px 20px;
margin-bottom: 15px;
margin-top: 50px;
color: #fff;
font-size: 22px;
display: inline;
}
.rm-column-categories-item > span {
padding: 12px 20px;
}



/*Media*/
@media (max-width: 991px) {
.rm-product-tabs-description p,
.rm-product-tabs-description span,
.rm-product-tabs-description li {
		font-size: 20px !important;
		color:rgb(89, 97, 114) !important;
		font-family: 'ClinicaPro' !important;
}
}
@media (max-width: 767px) {
.rm-product-tabs-description p,
.rm-product-tabs-description span,
.rm-product-tabs-description li {
		font-size: 16px !important;
		color:rgb(89, 97, 114) !important;
		font-family: 'ClinicaPro' !important;
}
}



/*Text-Product*/
.rm-breadcrumb-item a, .rm-breadcrumb-item,
.breadcrumb a {
font-size: 17px;
line-height: 1;
}
.breadcrumb li:last-child .breadcrums-separator {
display: none;
}
.rm-product-center-info-item-title {
font-size: 20px;
color: #A7C1BE;
}
.rm-product-center-price>span {
font-size: 48px;
color: #596172;
line-height: 1;
font-family: 'Helvetica Neue Cyr', sans-serif;
}
.rm-product-title h1 {
font-size: 38px;
color: #596172;
line-height: 1.2;
}
.rm-module-stock {
background: none;
font-size: 20px;
color: #596172;
margin-top: 40px;
height: 14px;
}
.body-product .rm-select {
height: 58px;
font-size: 20px;
background: #fdfdfd url(../img/input-sort.svg) no-repeat right 15px center;
border: 1px solid #A7C1BE;
border-radius: 0;
width: 50%;
color: #656c7d;
}
@media (min-width: 992px) {
.rm-product-tabs-description p,
.rm-product-tabs-description span,
.rm-product-tabs-description li {
	font-family: 'ClinicaPro' !important;
	font-size: 18px !important;
	line-height: 1.2 !important;
	color:rgb(89, 97, 114) !important;
}
}
#review b {
font-weight: 400;
}
.modal-content .modal-title {
text-transform: none;
}
.modal .rm-modal-comment {
display: none;
}
#rm-popup-review .rm-review-block .control-label {
font-weight: 400;
margin-top: 15px;
margin-bottom: 5px;
}
.rm-product-center-buttons>.d-flex {
	justify-content: flex-start !important;
}
.rm-product-center-buttons .rm-btn.dark {
background-color: #A7C1BE;
border-radius: 99px;
font-size: 24px;
padding: 28px 0;
width: 60% !important;
}
.rm-module-stock:before {
content: '';
display: inline-block;
width: 15px;
height: 15px;
border-radius: 7.5px;
background: #A7C1BE;
margin-right: 14px;
}
.rm-module-stock.rm-out-of-stock:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 7.5px;
	background: #D2B8C5;
	margin-right: 14px;
	}
.rm-module-stock.rm-out-of-stock {
    color: #656c7d;
    background: none;
}

#product-product .slick-arrow {
content: '';
font-size: 0;
width: 50px;
height: 50px;
margin-right: 15px;
background: #F3F3F5;
background-image: url(/catalog/view/theme/oct_remarket/img/arr-rl.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
right: 0;
cursor: pointer;
bottom: 36px;
top: inherit;
border-radius: 0;
border: none;
}
#product-product .slick-arrow.slick-prev {
right: 63px;
left: inherit !important;
}
#product-product .slick-arrow.slick-next {
right: 0px;
transform: rotate(180deg);
}
#product-product .slick-arrow:hover {
background: #ebebeb;
background-image: url(/catalog/view/theme/oct_remarket/img/arr-rl-blc.svg);
background-size: contain;
}
.rm-menu-list-item-chevron {
width: 10px;
height: 16px;
background: #596172;
}
.rm-menu-list-item-name {
color: #596172;
}
@media (max-width: 1600px) {
#product-product .slick-arrow {
	bottom: 15px;
}
#product-product .slick-arrow.slick-next {
	right: 15px;
}
#product-product .slick-arrow.slick-prev {
	right: 75px;
}
}
@media (max-width: 767px) {
.rm-404-content {
	background: url("/catalog/view/theme/oct_remarket/image/404-mob.jpg") no-repeat center center !important;
	margin-top: 0;
}
.rm-404-content .rm-content {
	height: 350px !important;
}
#product-product .slick-arrow {
	width: 40px;
	height: 40px;
	background-size: contain;
	margin-right: 5px;
}
#product-product .slick-arrow.slick-prev {
	right: 65px;
	left: inherit !important;
}
}
.form-control {
color: #596172;
font-size: 18px;
}
.rm-module-title {
font-size: 17px;
}
.rm-module-column-box .rm-column-title {
display: none;
}
.rm-column-box {

}
.rm-categories-children span.d-flex {
padding: 5px 20px;
}
.rm-page-title h1 {
font-weight: 500;
}
#logo img {
max-width: 115px;
}
.top-nav-info-list li {
padding: 0 15px;
}
.rm-menu-list-item-child-links-categories-item a.rm-menu-list-item-child-links-categories-item-title {
font-size: 18px;
}
.rm-menu-list-item-child-links-categories-item > a {
font-size: 16px;
}
.rm-footer-address_text {
display: inline-block;
}
.rm-footer-address_text a{
display: block;
}
.rm-footer-address img{
vertical-align: top;
margin-top: 4px;
}
#product_reviews .text-center {
line-height: 1;
}

.rm-module-img div, .rm-module-img span{z-index:2;}
.box-product .rm-module-img a,
.box-content .rm-module-img a,
.product-thumb .rm-module-img a,
.item .rm-module-img a,
.product-list .rm-module-img a,
.product-grid .rm-module-img a
{display:inline-block;position:relative;z-index:0;overflow:hidden;margin:0 auto;text-align:center;}
.product-thumb .rm-module-img a:hover {opacity: 1;}
.product-thumb .rm-module-img img {max-width: 100%;}
.rm-module-img .main{
	transition: all ease-in-out .4s;
}
.rm-module-img .additional{
position:absolute;
top:0;
left:0;
opacity:0;
cursor:pointer;
transition: all ease-in-out .4s;
}

.rm-module-img:hover .additional{
opacity:1;
background:#fff;
}
.product-price .rm-module-img .main{
transform:none !important;
}
.product-price .rm-module-img .additional{
display:none;
}
.rm-product-center-info .rm-product-center-info-item:first-child span:last-child {
font-size: 18px;
color: #596172;
}
.rm-404-content .rm-content {
background: none;
height: 550px;
}
.rm-404-content {
background: url("/catalog/view/theme/oct_remarket/image/404.jpg") no-repeat center center;
margin-top: 0;
}
.rm-404-content .rm-404-content-title,
.rm-404-content .rm-404-content-text {
display: none;
}
.btn-404 {
margin: 0 0 50px;
font-size: 20px;
}
ul.pagination li {
font-size: 18px;
}
#oct-rm-category-more {
border-radius: 99px;
font-size: 18px;
}
.rm-category-description-text {
font-size: 16px;
line-height: 1.4;
}
.rm-category-description-text h2 {
font-size: 26px;
line-height: 1;
}
.second-name {
font-size: 25px;
color: #a7c1be;
}
.footer_404 .rm-footer {
margin-top: 0;
}
#rm-product-options-box input[type="radio"] {
display: none;
}
.rm-module-price-box button {
margin-top: 10px;
border-radius: 99px;
background-color: #A7C1BE;
padding: 10px 25px !important;
color: #fff;
}
.rm-module-price-box button span {
color: #fff;
font-size: 22px;
line-height: 1;
}
.rm-module-price-box button .fa-shopping-cart {
display: none;
}
.breadcrumb {
background: transparent;
margin-bottom: 0;
padding: 20px 0;
}
.rm-breadcrumb-item a, .rm-breadcrumb-item {
font-size: 17px;
line-height: 1;
}
#product-search #content h1 {
margin-bottom: 20px;

}
.input-group.date .rm-btn.dark{
border-radius: 0;
}
.rm-product-center-options .radio label {
color: #656c7d;
font-size: 17px;
padding: 17px;
border: 1px solid #A7C1BE;
border-radius: 0;
}
.rm-product-center-options .radio label.selected {
border: 1px solid #656c7d;
}
.result-pages {
font-size: 18px;
}
#rm-popup-cart .rm-cart-text,
.modal-content a, .rm-alert-text a {
font-size: 18px;
}
.rm-product-one-click .rm-product-right-title {
font-size: 16px;
}

.modal-content .rm-cart-products-item-info-option {
font-size: 14px;
line-height: 18px;
}
#rm-popup-cart .rm-cart-products-item-price {
font-size: 20px;
}
.simplecheckout-cart,
.simplecheckout-cart a,
.simplecheckout-block-content {
font-size: 18px;
}
.simplecheckout-cart-total,
.simplecheckout label {
font-size: 16px;
}
.simplecheckout-block-content img {
margin-right: 12px !important;
}
.checkout-heading-button a, .simplecheckout-cart a, .simpleregister-have-account a {
font-size: 16px;
}
.simplecheckout-button-left .button_oc {
padding: 6px 25px;
}
#CFPForm #product_image_holder img {
	width: 280px !important;
}
.rm-module-sticker-discount {
display: none;
}
.rm-contact-form .rm-btn {
font-size: 18px;
padding: 0 25px;
}
/* .simplecheckout-block-content label[for="pickup.pickup"]:before {
content: "";
background-size: 100%;
display: inline-block;
position: absolute;
left: 0;
top: 0;
width: 36px;
height: 36px;
border-radius: 5px;
background-image: url(/catalog/view/theme/oct_remarket/img/pickup.svg); 
}*/
.rm-content .simplecheckout-block-content .radio:nth-child(3) p {
margin-right: 50px;
}

.rm-module-stickers-sticker {
background: transparent;
font-size: 0;
}
.rm-module-stickers-sticker-stickers_special:before {
	content: "";
	display: block;
	width: 60px;
	height: 59px;
	background-image: url(/catalog/view/theme/oct_remarket/img/best-price.svg);
	background-size: contain;
	}
	.rm-product-stickers-stickers_special:before {
		content: "";
		display: block;
		width: 100px;
		height: 98px;
		background-image: url(/catalog/view/theme/oct_remarket/img/best-price.svg);
		background-size: contain;
		}
.rm-module-stickers-sticker-stickers_new:before {
content: "";
display: block;
width: 60px;
height: 59px;
background-image: url(/catalog/view/theme/oct_remarket/img/new2.svg);
background-size: contain;
}
.rm-product-stickers-stickers_new:before {
	content: "";
	display: block;
	width: 100px;
	height: 98px;
	background-image: url(/catalog/view/theme/oct_remarket/img/new2.svg);
	background-size: contain;
	}
.rm-module-stickers-sticker-stickers_bestseller:before {
	content: "";
	display: block;
	width: 60px;
	height: 59px;
	background-image: url(/catalog/view/theme/oct_remarket/img/best-seller.svg);
	background-size: contain;
	}
	.rm-product-stickers-stickers_bestseller:before {
		content: "";
		display: block;
		width: 100px;
		height: 98px;
		background-image: url(/catalog/view/theme/oct_remarket/img/best-seller.svg);
		background-size: contain;
	}
	.rm-product .rm-module-stickers > div + div {
    margin-left: 0 !important;
}
.rm-module-stickers-sticker {
	margin-bottom: 0;
}
.product-grid .rm-module-stickers {
	top: 5px;
	left: 0px;
}
.ask_price {
border-radius: 99px;
background-color: #A7C1BE;
padding: 5px 25px;
color: #fff;
font-size: 18px;
}
.rm-module-price-bottom {
justify-content: center !important;
}
#art_ask_price_submit {
font-size: 18px;
}
#art_ask_price p {
font-size: 18px;
line-height: 1.5;
}
.rm-inform-content-text {
line-height: 2;
font-size: 18px;
}
#rm_livesearch_close {
z-index: 0;
}
#rm_livesearch_close.visible {
z-index: 1;
}
.blog-latest .rm-module-title a, .blog-latest .rm-btn span {
	font-size: 17px;
}
.rm-content a:not(.button):hover {
	text-decoration: underline;
	color: #a7c1be;
}
.rm-content blockquote {
	background-color: #F1CFC8;
	padding: 20px 30px;
	font-style: italic;
	width: 50%;
	display: inline-block;
	float: left;
	margin: 5px 30px 5px 0;
}
.rm-content blockquote p {
	border-left: 2px solid #fff;
	padding-left: 15px;
	position: relative;
}
.rm-content blockquote p:before {
	content: "";
	position: absolute;
	background: url(../img/quote.svg) no-repeat;
	height: 20px;
	width: 20px;
	top: 0;
	left: -26px;
	background-color: #fff;
	border-radius: 99px;
}
#menu_button_list {
	display: inline-block;
}
.rm-menu.active {
	top: calc(100% + 3px);
	visibility: visible;
	opacity: 1;
	z-index: 1031;
	transition: opacity .3s ease .2s;	
}

#menu_toggle_button .rm-btn-text {
	padding: 23px 75px !important;
}
.swiper-slide .rm-module-stickers {
	top: 5px;
	left: 0px;
}
#common-home .rm-content {
	font-size: 16px;
	line-height: 1.4;
}
#common-home h2 {
	font-size: 26px;
}
.blog-latest .rm-module-title {
	padding: 0 15px;
}
.rm-product-center-price-sticker {
	background: #a7c1be;
}
.simplecheckout-cart-total#total_shipping {
	display: none;
}
.breadcrums-separator {
	position: relative;
	top: -1px;
	margin-right: 3px;
}
.blog-article li {
	font-size: 18px;
	line-height: 1.2;
}
.close-button {
    width: 100%;
    margin-top: 20px !important;
    border-radius: 99px;
    font-size: 18px;
	color: #a7c1be;
}
@media (max-width: 767px) {
	.product-layout .rm-module-img {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
	}
	.breadcrumb {
    padding-left: 15px;
	}
}
.product-layout .rm-cart-btn {
	line-height: 1;
}
.rm-account-wishlist-item button {
	justify-content: center;
}
.breadcrumb li:first-child span.bread-separator {
	font-size: 0;
}
.container-email-ver .buttons {
	margin-top: 30px;
}
.container-email-ver .buttons a {
	border-radius: 99px;
}
.container-email-ver .buttons a:hover {
	background: #a7c1be;
	border-color: #a7c1be;
}
.container-email-ver p {
	font-size: 18px;
	line-height: 2;
}
#simplecheckout_customer a:hover{
	color: #fff;
}
@media (max-width: 850px) {
	.rm-content blockquote {
    width: 100%;
    display: block;
    margin: 5px 0 5px 0;
}
}
@media (max-width: 550px) {
	.rm-product-center-buttons .ask_price.rm-btn.dark {
		width: 100% !important;
	}
	.rm-product-center-buttons .rm-product-top-button-wishlist {
		width: 30% !important;
	}
}

