.main-form .block-submit {
	display: flex;
	justify-content: center;
}

.main-form .h2 {
	text-align: center;
}

.main-form .success .message-block-icon-txt {
	background-color: #f3f1ec;
	padding: 20px;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	color: #55b733;
}

.main-form {
	margin-top: 35px;
}

.main-form .success {
	display: none;
}

.main-form .btn-submit {
	margin-top: 30px;
	cursor: pointer;
}

.main-form .main-form-fields .fields-col input.error {
	border: 1px solid #f03535;
}

.main-form .main-form-fields .fields-col textarea.error {
	border: 1px solid #f03535;
}

.main-form .main-form-fields .fields-col input {
	padding: 12px 15px;
	outline: none;
	border-radius: 8px;
	font-size: 1em;
	background-color: #fafafa;
	background-image: none;
	position: relative;
	border: 1px solid #c5c5c5;
}

.main-form .main-form-fields .fields-col textarea {
	resize: none;
	padding: 12px 15px;
	outline: none;
	border-radius: 8px;
	font-size: 1em;
	background-color: #fafafa;
	position: relative;
	border: 1px solid #c5c5c5;
}

.main-form .main-form-fields .fields-col {
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	flex: 1;
	margin: 0 15px;
	padding: 10px;

}

.main-form .main-form-fields {
	display: flex;
}

.bx-filter .bx-ui-slider-track-container {
	z-index: 1;
}

.citrus-form__fields .field-group.dept_1 {
	width: 100%;
}

.product-item__image_second {
	max-height: 150px;
}

.section-title.text-left.slider__block .h2.mw-100 {
	margin-top: 3rem;
}

.text-under-color-panel {
	background-color: #F5F5F5;
	padding: 7px;
}

.product-sections-slider .swiper-button-next:after {
	content: '';
}

.product-sections-slider .swiper-button-prev:after {
	content: '';
}

.slider__block a {
	display: block;
}

table.price-table td {
	border-bottom: 1px solid #e3e3e3;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

ul.breadcrumbs {
	margin: 0;
}

ul.breadcrumbs li {
	margin-left: 10px;
}

.tab_block>h3 {
	display: block;
}

.tab_block_main .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.tab_block_main {
	background-color: #F5F5F5;
	padding: 20px 18px;
}

.tab_block_main .tab_content {
	display: inline-block;
	width: 100%;
}

.tab_block_main .tab_content .tab_block {
	display: none;
}

.tab_block_main .tab_content .tab_block.active {
	display: block;
}

.tab_block_main .price-table {
	border: 1px solid #e3e3e3 !important;
}

.tab_block_main .tab_options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border-bottom: 2px solid #E7E7E7;
}

.tab_block_main .tab_options>li:before {
	content: none !important;
}

.tab_block_main .tab_options>li {
	padding: 0 !important;
	margin: 0;
}

.tab_block_main .tab_options>li a {
	color: #333;
	text-decoration: none;
}

.tab_block_main .tab_options>li a.active {
	border-bottom: 4px #0064B4 solid;
}


.load_more {
	border-radius: 8px;
	border: 1px solid #333333;
	transition: background-color .15s ease-out, color .15s ease-out;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	margin-top: 40px;
	cursor: pointer;
}

.sections-uslugi .item .image-block .image {
	border-radius: 15px;
}

.calc-main-field .radio-block input {
	border: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12) inset;
	padding: 10px 16px;
}

.calc-main-field .radio-block {
	flex: 1;
}

.calc-main-field .field-block.radio {
	flex-direction: row;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
}

.calc-main-field .field-block {
	display: flex;
	flex-direction: column;
}

.product-sections-slider .icon-arrow-left:before {
	content: '';
}

.search-form__input {
	color: #333 !important;
}

.product-sections-slider .icon-arrow-right:before {
	content: '';
}

.search-form__button i {
	color: #0f508c;
}

.gray-block {
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 12px;
}

.section._with-padding.section-color-gray[data-settings-rel='about'] {
	background: url(/upload/iblock/465/hv6rjdu3p2tx6duqiegw2dqhfj36eb5b.jpeg);
	background-position: center;
	background-size: cover;
}

@media all {
	.whatsapp-widjet__wrapper {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		position: fixed;
		left: 10px;
		bottom: 10px;
		background-color: #25D366;
		z-index: 999999;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	.header-info-panel {
		color: #333;
		text-align: center;
		font-weight: 600;
		/*background: linear-gradient(to right,#0f508c 0,#2c88de 100%);*/
		background: #dcdddf;
		letter-spacing: -0.5px;
		padding: 10px 10px 10px 10px;
		/*padding: 25px 10px 10px 10px;*/
	}

	.h-right__block-text--bot {
		font-size: 11px !important;
	}

	.h-right__block-text {
		width: 256px !important;
	}

	.send_diric_block {
		display: flex;
		justify-content: flex-end;
		margin-bottom: 20px
	}

	.no-hor-padding {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.w {
		width: 1310px;
		padding: 0 30px;
		max-width: 100%;
		margin: auto
	}

	img {
		max-width: 100%
	}

	body._overflow {
		overflow: hidden
	}

	.img-placeholder {
		background-color: #f3f1ec;
		position: relative
	}

	.img-placeholder:before {
		content: "\e914";
		font-family: icomoon;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		text-align: center;
		font-size: 60px;
		color: #adadad;
		display: block;
		z-index: 1;
		line-height: 0
	}

	.img-placeholder>span {
		z-index: 1;
		position: relative
	}

	::-webkit-scrollbar {
		width: 10px;
		height: 10px
	}

	::-webkit-scrollbar-thumb {
		background-color: rgba(50, 50, 50, .25);
		border: 2px solid transparent;
		border-radius: 10px;
		background-clip: padding-box
	}

	::-webkit-scrollbar-track {
		background-color: rgba(50, 50, 50, .05)
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: rgba(50, 50, 50, .5)
	}

	h2.basket-page {
		margin-bottom: 15px
	}

	.hr {
		height: 2px;
		margin-bottom: 10px
	}

	.header_banner .header-item {
		display: flex;
		padding: 40px 200px;
		justify-content: space-between;
		flex-wrap: wrap;
		background-size: cover
	}

	.header_banner .header-item .text {
		display: flex;
		flex-direction: column
	}

	.header_banner .header-item .text .special-text {
		color: #feca2f;
		text-transform: uppercase;
		font-size: 30px;
		font-weight: 700;
		text-align: center
	}

	.header_banner .header-item .text .content-text {
		color: #fff;
		font-size: 20px
	}

	.timer-container .timer-block .timer .timer-el .timer-mark {
		color: #fff;
		opacity: .5;
		font-size: 14px;
		margin-top: 4px
	}

	.timer-container .timer-block {
		display: flex;
		align-items: flex-start
	}

	.timer-container .timer-block .timer .timer-el {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center
	}

	.timer-container .timer-block .timer .timer-el:not(:last-child) {
		margin-right: 10px
	}

	.timer-container {
		display: flex;
		align-items: center
	}

	.header_banner .header-item .timer-container .timer-block .end-sale {
		color: #fff;
		font-weight: 700;
		font-size: 16px;
		display: flex;
		text-align: right;
		margin-right: 10px
	}

	.timer-container .timer-block .timer .timer-el .number {
		border: 2px solid #fff;
		padding: 15px;
		height: 56px;
		width: 56px;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.timer-container .timer-block .timer {
		color: #fff;
		display: flex;
		font-size: 24px
	}

	.header_banner_btn_more {
		margin-left: 15px;
		background-color: transparent;
		text-transform: uppercase;
		color: #ffcc02;
		border: 2px solid #feca2f;
		padding: 16px 70px;
		text-decoration: none
	}
}

@media (max-width: 1470px) {
	.header_banner .header-item {
		align-items: center;
		padding: 40px 100px
	}

	.header_banner .header-item .timer-container .timer-block .end-sale {
		display: none
	}

	.header_banner .header-item .text .content-text {
		text-align: center;
		margin-bottom: 20px
	}
}

@media (max-width: 1215px) {
	.header_banner .header-item {
		justify-content: center
	}
}

@media (max-width: 767px) {
	.w {
		padding: 0 15px
	}
}

@media all {
	.h-row {
		display: flex;
		justify-content: space-between;
		padding: 34px 0 27px
	}

	.h-logo {
		display: flex;
		align-items: center;
		text-decoration: none;
		color: #333
	}

	.h-logo:hover {
		color: #333
	}

	.h-logo__image-container {
		margin: -16px 4px;
		height: 85px;
		max-width: 300px;
		display: flex;
		align-items: center
	}

	.h-logo__image {
		max-height: 100%;
		max-width: 100%
	}

	.h-logo._with-text .h-logo__image-container {
		width: 68px
	}

	.h-logo__text {
		margin-left: 10px;
		display: none;
		flex-direction: column
	}

	.h-logo._with-text .h-logo__text {
		display: flex
	}

	.h-logo__text-1 {
		font-size: 30px;
		line-height: 1.1
	}

	.h-logo__description {
		font-size: 13px;
		color: #777474
	}

	.main-overlay {
		content: "";
		display: block;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		background-color: transparent;
		z-index: 6;
		pointer-events: none;
		transition: .3s ease
	}

	.main-overlay._active {
		background-color: rgba(0, 0, 0, .6);
		pointer-events: all
	}

	.mobile-sidebar {
		max-width: 90%;
		top: 0;
		position: fixed;
		right: 0;
		z-index: 996;
		overflow: hidden;
		pointer-events: none
	}

	.mobile-sidebar._active {
		pointer-events: all
	}

	.mobile-sidebar__inner {
		background-color: #fff;
		width: 290px;
		max-width: 100%;
		height: 100vh;
		overflow: auto;
		transform: translate(100%, 0);
		transition: .3s ease
	}

	.mobile-sidebar._active .mobile-sidebar__inner {
		transform: translate(0, 0)
	}
}

@media (max-width: 1023px) {
	.header-info-panel {
		margin-top: -5px
	}

	.h-row {
		padding: 25px 0
	}

	.h-logo__image-container {
		height: 75px;
		margin: -14px 0
	}
}

@media (max-width: 767px) {
	.h-logo__text-1 {
		font-size: 25px
	}

	.h-logo__description {
		font-size: 11px
	}
}

@media (max-width: 479px) {
	.h-row {
		flex-direction: column;
		align-items: center;
		padding-top: 10px;
		padding-bottom: 10px
	}

	.h-logo__image-container {
		height: 65px;
		margin: 0
	}

	.h-left {
		margin-bottom: 10px
	}
}

#bx_3099287312_block .section._with-padding.section-color-gray {
	background: url(/upload/iblock/465/hv6rjdu3p2tx6duqiegw2dqhfj36eb5b.jpeg);
	background-position: center;
	background-size: cover;
}

@media all {
	.main-menu-line {
		/*background: linear-gradient(to right, #0f508c 0, #2c88de 100%);*/
		background: #fff;
		z-index: 5;
		position: sticky;
		top: 0;
		/*border-top: 1px solid #ebebeb;*/
		box-shadow: 0 6px 10px 1px rgba(15, 80, 140, 0.4);
	}

	.main-menu-line__row {
		display: flex;
		justify-content: space-between;
		position: relative
	}
}

@media (max-width: 1023px) {
	.main-menu-line__row {
		display: none
	}

	.h {
		border-bottom: 5px solid #32343a
	}
}

@media all {
	.f {
		background: linear-gradient(0deg, #01203c, #01203c), linear-gradient(90deg, #333 0, rgba(51, 51, 51, 0) 100%), #3e3e3e;
		overflow: hidden
	}

	.f-t {
		padding-top: 60px;
		padding-bottom: 50px
	}

	.f-b {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 0;
		border-top: 1px solid #504e49;
		color: #9a9a9a;
		font-size: 13px
	}

	.f-b a {
		color: #9a9a9a;
		text-decoration: none
	}

	.f-b a:hover {
		text-decoration: underline;
		color: #fff
	}

	.f-b a.f-agreement-link {
		text-decoration: underline;
		display: block
	}

	.f-b a.f-agreement-link:hover {
		color: #fff
	}

	.f-t__title {
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		text-decoration: none;
		margin-bottom: 14px;
		display: block;
		white-space: nowrap
	}

	.f-b .f-b__developer span .logo {
		display: flex;
		align-items: center
	}

	.f-b .f-b__developer a .logo {
		display: flex;
		align-items: center
	}

	.f-b .f-b__developer .not-link {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.f-b .f-b__developer a {
		display: flex;
		align-items: center;
		font-size: 14px;
		color: #fff;
		flex-direction: column
	}

	.f-b .f-b__developer img {
		margin: 0 5px
	}

	.f-b .f-b__developer a span {
		text-transform: uppercase
	}

	.f-b .sout_images {
		display: none
	}
}

@media (max-width: 767px) {
	.f-t {
		padding-top: 20px;
		padding-bottom: 40px
	}

	.f-t__col-contact {
		margin-top: 10px
	}

	.f-b {
		flex-direction: column;
		align-items: center;
		text-align: center
	}

	.f-b__developer {
		margin-top: 16px
	}
}

@media all {
	.breadcrumbs {
		background-color: #f5f5f5
	}

	.breadcrumbs-slider {
		z-index: 1;
		position: relative;
		overflow: hidden
	}

	.breadcrumbs-slider:after,
	.breadcrumbs-slider:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		-webkit-box-shadow: 0 0 8px 10px #f5f5f5;
		-moz-box-shadow: 0 0 8px 10px #f5f5f5;
		box-shadow: 0 0 8px 10px #f5f5f5
	}

	.breadcrumbs-slider:before {
		left: 0;
		right: auto
	}

	.breadcrumbs-slider .swiper-container {
		padding: 0 10px
	}

	ul.breadcrumbs {
		position: relative;
		white-space: nowrap;
		list-style: none;
		padding: 0
	}

	ul.breadcrumbs li {
		display: inline-block;
		width: auto
	}

	ul.breadcrumbs li:after {
		content: ' - ';
		vertical-align: middle;
		margin: 0 10px;
		color: #a09f9f
	}

	ul.breadcrumbs li>a,
	ul.breadcrumbs li>span {
		display: inline-block;
		vertical-align: middle;
		padding: 10px 0;
		font-weight: 600;
		color: #a09f9f;
		white-space: nowrap;
		font-size: 13px
	}

	ul.breadcrumbs li>span {
		color: #666
	}

	ul.breadcrumbs li:last-child:after {
		display: none
	}
}

@media all {
	.content-wrapper {
		display: flex;
		padding: 46px 0 60px
	}

	.content-wrapper._no-layout {
		padding-bottom: 0
	}

	.content-wrapper._no-layout {
		padding-top: 80px
	}

	.content {
		flex: 1 1 auto;
		max-width: 100%
	}

	.content-wrapper._with-sidebar .content {
		width: calc(100% - 320px)
	}

	.content-wrapper:not(._with-sidebar) h1.content-title {
		margin-bottom: 1em
	}

	.sidebar {
		width: 290px;
		margin-right: 30px;
		flex-shrink: 0
	}

	.sidebar-block {
		margin-bottom: 30px
	}

	.sidebar-block__title {
		font-size: 18px;
		font-weight: 600;
		padding: 20px 18px;
		color: #000
	}
}

@media (max-width: 920px) {
	.sidebar {
		width: 100%;
		margin: 0
	}

/*	.sidebar .sidebar-block:not(.bx-filter) {
		display: none
	}*/

	.sidebar .sidebar-block {
		display: none
	}

	.content-wrapper {
		padding: 25px 0 50px;
		display: flex;
		flex-direction: column
	}

	.content-wrapper._no-layout {
		padding-top: 25px
	}

	.content-wrapper._with-sidebar .content {
		width: 100%
	}
}

@media all {
	.callout {
		padding: 40px 0;
		background: linear-gradient(to right, #0f508c 0, #2c88de 100%);
		color: #fff
	}

	.callout-row {
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.callout-title {
		font-size: 30px;
		line-height: 1.1
	}

	.callout-description {
		font-size: 18px;
		margin-top: 10px;
		opacity: .7
	}

	.callout-right {
		display: flex;
		align-items: center
	}

	.callout-right-phone {
		margin-right: 30px;
		font-size: 30px;
		text-decoration: none;
		color: inherit
	}

	.callout .btn.btn-more {
		border-width: 2px
	}

	.callout .btn.btn-more:hover {
		border-color: #333 !important
	}
}

@media (max-width: 1023px) {
	.callout-row {
		flex-direction: column
	}

	.callout-left {
		text-align: center
	}

	.callout-right {
		margin-top: 20px;
		text-align: center
	}
}

@media (max-width: 767px) {

	.callout--template-2 .callout-title,
	.callout-title {
		font-size: 22px;
		line-height: 1.4;
		padding: 0 10px
	}

	.callout-description {
		font-size: 14px
	}

	.callout-right {
		flex-direction: column
	}

	.callout-right-phone {
		margin-right: 0;
		margin-bottom: 15px
	}
}

@media (max-width: 600px) {
	.main-form-fields {
		flex-direction: column;
	}

	.main-form .main-form-fields .fields-col input {
		margin-bottom: 20px;
	}
}

@media (max-width: 550px) {
	.header_banner .header-item .timer-container .timer-block {
		flex-direction: column
	}

	.header_banner_btn_more {
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
		text-align: center
	}


}

@media all {
	.show-more-container {
		margin-top: 30px
	}

	.btn-with-description {
		display: flex;
		margin: 18px -8px;
		align-items: center;
		flex-wrap: wrap
	}

	.btn-with-description .btn,
	.btn-with-description .btn-description {
		margin: 8px
	}

	.btn-with-description .btn-description {
		align-items: center;
		font-size: 13px;
		color: #666
	}

	.action-label {
		position: absolute;
		top: 0;
		left: 0;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 20px;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 600;
		color: #333
	}
}

@media all {
	.citrus-objects-map h3 {
		font-size: 15px
	}
}

@media all {
	.img-shadow {
		display: inline-block;
		padding-left: 25px;
		padding-top: 25px
	}

	.img-shadow img {
		box-shadow: -25px -25px 0 0 currentColor
	}
}

@media (max-width: 767px) {
	.img-shadow img {
		box-shadow: -20px -20px 0 0 currentColor
	}
}

@media (max-width: 479px) {
	.img-shadow img {
		box-shadow: -15px -15px 0 0 currentColor
	}
}

@media all {
	.product-old-price {
		font-size: smaller;
		color: #999;
		display: inline-block;
		padding: 0 5px;
		position: relative;
		text-decoration: none
	}

	.product-old-price:before {
		content: '';
		position: absolute;
		top: .75em;
		left: 0;
		right: 0;
		height: 1px;
		background-color: currentColor;
		margin: auto
	}

	.product-cat {
		margin-bottom: 20px
	}
}

@media all {
	.section {
		position: relative
	}

	.section._with-padding {
		padding: 88px 0 100px
	}

	.section._with-padding._small-padding {
		padding: 35px 0 40px
	}

	.section-header._center {
		text-align: center
	}

	.section-header .h1,
	.section-header h1 {
		margin-top: 0
	}

	.section.section-color-gray {
		background-color: #f5f5f5
	}

	.section-footer {
		margin-top: 48px;
		text-align: center
	}
}

@media (max-width: 1023px) {
	.section-header {
		text-align: center
	}

	.section._with-padding {
		padding: 75px 0 85px
	}
}

@media (max-width: 767px) {
	.section._with-padding {
		padding: 45px 0
	}

	.section-footer {
		margin-top: 40px
	}
}

.popup-window-content {
	display: none
}

.popup-window-titlebar {
	height: auto;
	font-size: 25px;
	font-weight: 700;
	padding: 20px 35px 0;
	text-align: center
}

.popup-window-buttons .toBasket {
	padding: 15px 20px;
	font-weight: 700;
	margin: 0 15px 15px 0;
	cursor: pointer;
	display: inline-block
}

.popup-window-buttons .close {
	border: 1px solid #cdcdcd !important;
	padding: 14px 20px;
	margin: 0 0 15px 0;
	cursor: pointer;
	display: inline-block
}

.popup-window.popup-window-with-titlebar {
	padding: 0 10px
}

.popup-window.popup-window-with-titlebar .popup-window-titlebar-text {
	padding: 0
}


.product-item__image {
	position: relative
}

.product-item__image.sale-marker:after {
	content: '%';
	background-color: #fc0;
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	color: #000
}

.product-gallery__main-link.sale-marker-detail:after {
	content: 'СКИДКА';
	background-color: #fc0;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	font-size: 22px;
	font-weight: 700;
	color: #000
}

.index-alert {
	margin-top: 30px;
	margin-bottom: 30px;
	display: none
}

.index-alert .wrap {
	border: 2px solid #cd1515;
	padding: 30px;
	text-align: center;
	position: relative
}

.index-alert .wrap .header {
	font-weight: 700;
	font-size: 18px;
	color: #333;
	line-height: 140%;
	display: block;
	margin-bottom: 13px
}

.index-alert .wrap .phones {
	display: block;
	margin-bottom: 25px
}

.index-alert .wrap .phones a {
	font-weight: 400;
	font-size: 20px;
	color: #333;
	text-decoration: none
}

.index-alert .wrap .phones a span {
	white-space: nowrap
}

.index-alert .wrap .phones a:nth-child(1) {
	margin-right: 10px
}

.index-alert .wrap .close-btn {
	position: absolute;
	right: 14px;
	top: 14px;
	cursor: pointer
}

@media (max-width: 767px) {
	.index-alert .wrap .phones a:nth-child(1) {
		margin-right: 0
	}
}

.index-alert .wrap .close {
	font-weight: 400;
	font-size: 20px;
	color: #333;
	line-height: 140%;
	display: block;
	margin-bottom: 4px
}

.index-alert .wrap .warning {
	font-weight: 700;
	font-size: 20px;
	color: #cd1515
}

.popup-window-with-titlebar .popup-window-content {
	padding: 0
}

.section .citrus-form__fields {
	display: flex;
	flex-wrap: wrap;
}

#header_order_requests .citrus-form__fields {
	margin-bottom: 0
}

.callout-right-phone {
	border-bottom: 2px solid #fff
}

.slider__block {
	position: relative;
}

table {
	width: 100%;
	border: none;
}

.particles-version.p-0.rotate-left.clr-blue {
	width: 100%;
	left: 0 !important;
}

.clr-blue {
	background: url(/bitrix/images/main/paralaks1.jpg);
}

#particles-js {
	position: relative;
	width: 100%;
	height: 250px;
}

.text-center {
	text-align: center !important;
}

.mb-30 {
	margin-bottom: 30px;
}

.text-white {
	color: #fff !important;
}

#particles-js .center-col {
	position: absolute;
	top: 50%;
	transform: translateY(-52%);
}

.btn.btn-rounded {
	border-radius: 20px;
}

.btn.btn-medium {
	font-size: 13px;
	padding: 6px 5px;
}

.btn.btn-green {
	background: #0064B4;
	border: 2px solid #FFCD00;
	color: #ffffff !important;
}

.selection_colors_box {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	grid-template-rows: repeat(3, 160px);
}

.selection_color_item .selection_color_name {
	width: 80px;

}

.selection_color_item .selection_color_code {
	width: 80px;
}

.selection_color_item {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	margin-bottom: 10px;
	cursor: pointer;
	width: 15%;
	font-size: 16px;
	text-align: center;
}

.selection_color_img_custom {
	border-radius: 100px;
	height: 80px;
	width: 80px;
	display: inline-block;
}

.selection_color_name {
	font-size: 14px;
	line-height: 16px;
}

.swiper-container1 {
	width: 97%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 1;
	background-size: 42px 42px;

}

.swiper-pagination {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

.swiper-custom-prev,
.swiper-custom-next {
	position: absolute;
	z-index: 2;
	background: transparent;
	bottom: 170px;
	width: 100%;
}

.swiper-custom-prev:before {
	content: url('/local/templates/citrus_aproduction2/images/arrow1.svg');
	float: left;

}

.swiper-custom-next:before {
	content: url('/local/templates/citrus_aproduction2/images/arrow2.svg');
	float: right;
}

.swiper-container1 .swiper-wrapper {
	width: 800px;
	height: 300px;
}

@media (max-width: 600px) {

	.switch a,
	.switch span {
		width: 30px !important;
		height: 30px !important;
	}
}

@media (max-width: 550px) {
	.product-item-price {
		font-size: 13px;
	}
}

@media (max-width: 440px) {
	.product-item__footer i {
		display: none;
	}

}

@media (max-width: 400px) {

	.popup-window-buttons span {
		display: flex;
		margin-bottom: 6px;
		width: 100%
	}

	.popup-window-buttons span:last-child {
		margin-bottom: 0
	}
}