/*
    filter: brightness(1.00);
    -o-filter: brightness(1.00);
    -moz-filter: brightness(1.00);
    -webkit-filter: brightness(1.00);

    filter: brightness(0.60);
    -o-filter: brightness(0.60);
    -moz-filter: brightness(0.60);
    -webkit-filter: brightness(0.60);

    filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    -moz-filter: blur(10px);
    -webkit-filter: blur(10px);

    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/123.svg");

    transform: translateX(-50%);
    transform: translate(-50%, -50%);

    transform: scale(1.2);

    Иконки
    https://icon-icons.com/ru/pack/Zwicon/1875
*/

:root {
	--site_width: 1280px;
	--site_color_dark: #2D3748;
	--site_color_dark_hover: #212732;
	--site_color_dark_shadow: #2d374833;
	--site_color_blue: #3e8af8;
	--site_color_blue_shadow: #3e8af85c;
	--site_color_coral: #fe5f55;
	--site_color_coral_hover: #d74a41;
	--site_color_pink: #c82333;
	--site_color_blue_hover: #185bbc;
	--site_font: Montserrat, sans-serif;
}

* {
	box-sizing: border-box;

	appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

	font-family: var(--site_font);
}

a, a:hover {
	color: #000;
	text-decoration: none;
}

a img {
	border: 0;
}

br, .br {
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	clear: both !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col2_3,
.col3_4,
.col2_5,
.col3_5,
.col4_5 {
	margin: 0;
	float: left;
	position: relative;
	padding: 5px 12px 5px;
	box-sizing: border-box;
}

.col_right {
	float: right !important;
}

.col1 {
	float: none;
	clear: both;
	width: 100%;
}

.col2 {
	width: 50%;
}

.col3 {
	width: 33.3333%;
}

.col4 {
	width: 25%;
}

.col5 {
	width: 20%;
}

.col6 {
	width: calc(100% / 6);
}

.col2_3 {
	width: 66.6666%;
}

.col3_4 {
	width: 75%;
}

.col2_5 {
	width: 40%;
}

.col3_5 {
	width: 60%;
}

.col4_5 {
	width: 80%;
}

.col1 > div {
	position: relative;
}

.desc {
	display: block;
}

.mobi,
.menu_hidden {
	display: none;
}

.container {
	width: var(--site_width) !important;
	max-width: var(--site_width) !important;
}


/*** scrollbar ***/
::scrollbar {
	width: 18px;
	height: 18px;
}

::-ie-scrollbar {
	width: 18px;
	height: 18px;
}

::-moz-scrollbar {
	width: 18px;
	height: 18px;
}

::-webkit-scrollbar {
	width: 18px;
	height: 18px;
}

::scrollbar-thumb {
	border-color: #111;
	background-color: #2D3748;
}

::-ie-scrollbar-thumb {
	border-color: #111;
	background-color: #2D3748;
}

::-moz-scrollbar-thumb {
	border-color: #111;
	background-color: #2D3748;
}

::-webkit-scrollbar-thumb {
	border-color: #111;
	background-color: #2D3748;
}

::scrollbar-track {
	width: 2px !important;
	border-width: 2px !important;
	background: #2d374852;
}

::-ie-scrollbar-track {
	width: 2px !important;
	border-width: 2px !important;
	background: #2d374852;
}

::-moz-scrollbar-track {
	width: 2px !important;
	border-width: 2px !important;
	background: #2d374852;
}

::-webkit-scrollbar-track {
	width: 2px !important;
	border-width: 2px !important;
	background: #2d374852;
}

/*** scrollbar ***/

/* --------------------- */

.slider-text .subheading {
	color: #93fb89;
}

.slider-text h1 {
	color: #fff;
	font-size: 59px;
	font-family: var(--site_font);
}

p.banner_text,
.header_contact a {
	color: #dcdcdc;
	font-family: var(--site_font);
}

.top .register-link {
	text-transform: inherit;
}

.ftco-navbar-light.scrolled {
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 33%);
}

.ftco-section {
	padding: 70px 0 50px;
}

p.banner_text {
	font-size: 19px;
	line-height: 27px;
	text-shadow: 1px 1px 1px #0a0a0a;
	font-family: var(--site_font);
}

.navbar {
	padding: 0 1rem;
}

.navbar-expand-lg .navbar-nav a {
	font-family: var(--site_font);
}

.hero-wrap .overlay {
	opacity: 0.3;
}

.fish_up {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 100;
	width: 50px;
	height: 50px;
	opacity: 0;
	cursor: pointer;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;

	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/fish_up.svg");
}

.fish_up.show {
	opacity: 0.6;
}

.fish_up:after {
	opacity: 0;
	content: "Наверх";
	position: absolute;
	bottom: -29px;
	left: 0;

	font-size: 15px;
	text-align: center;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.fish_up:hover {
	opacity: 1;
	bottom: 60px;
}

.fish_up:hover:after {
	opacity: 1;
}

.ftco-footer {
	padding: 7em 0 0;
}

.main_about {
	font-size: 19px;
	line-height: 27px;
	font-family: var(--site_font);
}

.main_about .height_stop {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.ftco-intro {
	margin: 50px auto 0;
	background-image: url('/core/temp/img/bg_2.jpg');
}

.ftco-intro h2 {
	line-height: 60px;
	font-family: var(--site_font);
}

.ftco-intro .text {
	color: #fff;
	font-size: 19px;
	line-height: 27px;
	font-family: var(--site_font);
}

.ftco-facts,
.contact-section,
.department-wrap {
	font-family: var(--site_font);
}

.contact-section .main_map {
	height: 500px;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 0 7px #8f8f8f;
}

/*** error ***/
.error {
	padding: 30px 0;

	gap: 0;
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: column;
	justify-content: center;
}

.error .img {
	width: 300px;
	height: 300px;

	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("../img/error_3.gif");
}

.error .img:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 20%;
	background: #aae3fa;
}

.error .text {
	font-size: 35px;
	font-weight: 500;
	line-height: 47px;
	text-align: center;
	color: #6da0b5;
}

/*** error ***/

/*** confirm ***/
.confirm {
	margin: 30px 0 0;
	padding: 0 0 0 160px;

	position: relative;
	background-size: 128px;
	background-repeat: no-repeat;
	background-position: center left;
}

.confirm.success {
	background-image: url("../img/success_ok.png");
}

.confirm.failure {
	background-image: url("../img/success_no.png");
}

/*** confirm ***/

/*** header ***/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0 0 5px #474747;
	border-bottom: 2px solid #1a212d;
	background-color: rgba(255, 255, 255, 0.5) !important;
}

header .center {
	width: var(--site_width);
	margin: 0 auto;
	padding: 0 12px;
}

header .top {
	position: relative;
	background: #fff;
}

header .top .info_line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;

	color: #e5e5e5;
	font-size: 13px;
	line-height: 13px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: var(--site_font);
	background: #3573dc;
	background: var(--site_color_blue);
	background: #2568c9;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.auth_client header .top .info_line {
	background: #50924c;
}

header .top .info_line .center {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

header .top .info_line .center .il_text .lookin {
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: var(--site_color_coral);
}

header .top .info_line .center .il_text .lookin:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: var(--site_color_coral);
	transform: translateX(-50%);

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

header .top .info_line .center .il_text .lookin:hover:after {
	width: 100%;
}

header .top .info_line .center .il_text {
	flex-grow: 1;
	padding: 12px 0;
}

header .top .info_line .center .il_user {
	gap: 10px;
	width: 300px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
}

header .top.scroll .info_line {
	top: -100%;
}

header .top .info_line .il_user .lk,
header .top .info_line .il_user .out,
header .top .info_line .il_user .lookin {
	margin: 6px 0;
	cursor: pointer;
	border-radius: 6px;
	padding: 6px 25px 6px;
	background: #2ac048;

	color: #fff;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

header .top .info_line .il_user .out {
	color: #fff;
	background: var(--site_color_coral);
}

header .top .info_line .il_user .lk {
	color: #fff;
	background: #3c70ce;
}

header .top .info_line .il_user .lk:hover {
	background: #1750b1;
}

header .top .info_line .il_user .lookin:hover {
	background: #169d31;
}

header .top .info_line .il_user .out:hover {
	color: #fff;
	background: var(--site_color_blue);
}

header .top .center_zone {
	display: flex;
	padding: 39px 12px 0;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

header .top.scroll .center_zone {
	padding: 0;
}

header .top .logo {
	width: 30%;
	height: 62px;
	display: block;
	padding: 0 0 0 50px;

	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("/local/templates/mediplus_/img/logo.svg");

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

header .top.scroll .logo {
	width: 16%;
	height: 39px;
}

header .top .opt {
	width: 50%;
	padding: 12px 0 0;

	color: #333;
	font-size: 17px;
	line-height: 18px;
}

header .top.scroll .opt {
	padding: 4px 0 0;
	font-size: 16px;
	line-height: 15px;
}

header .top .write_us {
	width: 70%;
	padding: 10px 0 0;
	text-align: right;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

header .top.scroll .write_us {
	padding: 0;
}

header .top .write_us .callme_head {
	display: inline-block;
	width: 180px;
	padding: 7px 0;
	margin: 0 20px 0 0;
	cursor: pointer;
	background: var(--site_color_coral);
	border-radius: 6px;

	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

header .top .write_us .callme_head:hover {
	background: var(--site_color_blue);
}

header .top.scroll .write_us .callme_head {
	margin: 0;
	padding: 11px 0;
	border-radius: 0px;

	font-size: 17px;
	line-height: 17px;
}

header .top .contacts {
	width: 23%;
	text-align: right;
}

header .top .contacts .phone a {
	display: block;
	padding: 7px 0 0;

	font-size: 26px;
	font-weight: 600;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

header .top.scroll .contacts .phone a {
	font-size: 22px;
	line-height: 22px;
}

header .top .contacts .email a {
	display: block;
	padding: 5px 0;

	color: #777;
	font-size: 17px;
	line-height: 17px;
}

header .top .contacts .email a:hover {
	color: #333;
}

header .top.scroll .email {
	display: none;
}

header .top.scroll .logo a {
	font-size: 21px;
}

/*** header ***/


/*** policy ***/
.policy {
	width: 1000px;
	margin: 20px auto;
}

.policy h3 {
	padding: 30px 0 10px;
}

.policy .list_2 {
	padding: 0 0 0 45px;
}

.policy .list_3 {
	padding: 0 0 0 90px;
}

.policy p span {
	color: #164ba4;
	font-weight: 900;
}

.policy p.list_2 span {
	color: #164ba4;
	font-weight: 900;
}

.policy p.list_3 span {
	color: #2d71e4;
	font-weight: 900;
}

.policy .date_post {
	margin: 30px 0 0;
	position: relative;
	background: #d0f6c1;
	display: inline-block;
	padding: 16px 50px 15px 30px;
	border-radius: 12px 0 0 12px;

	font-size: 15px;
	font-weight: 900;
}

.policy .date_post:after {
	content: "";
	position: absolute;
	top: 0;
	right: -59px;
	display: inline-block;
	border: 29px solid transparent;
	border-left: 30px solid #d0f6c1;
}

.policy_page section a {
	color: #0B66c3;
	text-decoration: underline;
}

.policy_page section a:hover {
	text-decoration: none;
	color: var(--site_color_coral);
}

/*** policy ***/


/*** auth_form ***/
.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.4);

	backdrop-filter: blur(5px);
	-o-backdrop-filter: blur(5px);
	-ms-backdrop-filter: blur(5px);
	-moz-backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 100%;

	background-size: 150px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.4);
	background-image: url("../img/loader_fish.svg");

	backdrop-filter: blur(3px);
	-o-backdrop-filter: blur(3px);
	-ms-backdrop-filter: blur(3px);
	-moz-backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	z-index: 101;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 0px 4px 18px #3e8af833;
}

.modal_big {
	width: 700px;
}

.modal .head {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	height: 57px;
	padding: 0 30px;
	background: var(--site_color_dark);
}

.modal .head .title {
	padding: 5px 0 0;
	color: #fff;
	font-weight: 500;
	font-size: 19px;
	line-height: 19px;
	font-family: var(--site_font);
}

.modal .head .close {
	width: 17px;
	height: 17px;
	cursor: pointer;
	opacity: 0.7;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/close.svg");
}

.modal .head .close:hover {
	opacity: 1;
	animation: pulse 0.5s infinite;
}

@keyframes pulse {
	0% {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}

.modal .body {
	gap: 10px;
	max-height: 500px;
	padding: 0 30px 0;
	overflow-y: auto;
	margin: 25px 0 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.modal .body .fil {
	width: 100%;
}

.modal .body .fil.fil_2 {
	width: 47%;
}

.modal .body .fil .fil_name {
	padding: 0 0 10px;

	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	color: var(--site_color_dark);
	font-family: var(--site_font);
}

i.rerequired,
.modal .body .fil .fil_name i {
	font-weight: 500;
	font-size: 13px;
	font-style: normal;
	color: var(--site_color_pink);
}

.modal .pass_fil {
	position: relative;
}

.modal .pass_fil .glaz {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 2;
	cursor: pointer;
	transform: translateY(-50%);

	background-size: 28px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/glaz_on.svg");
}

.modal .pass_fil .glaz.show {
	background-image: url("../img/glaz_off.svg");

}

.modal .forgot_fil {
	padding: 10px 0 0;
	gap: 30px;
	display: flex;
	align-items: center;
}

.modal .forgot_fil .request {
	flex-grow: 1;
	color: #e04c4c;
	font-size: 16px;
	line-height: 19px;
}

.modal .forgot_fil .forgot {
	display: flex;
	width: 200px;
	flex-shrink: 0;
	justify-content: flex-end;

	color: #333;
	font-size: 15px;
	text-decoration: underline;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.modal .forgot_fil .forgot:hover {
	cursor: pointer;
	text-decoration: none;
	color: var(--site_color_blue_hover);
}

.modal input,
.modal select,
.modal textarea {
	display: block;
	width: 100%;
	padding: 11px 15px;
	outline: none;
	border-radius: 6px;
	background: #fafafa;
	border: none;
	box-shadow: 0px 0px 1px 1px #495a725c;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;

	font-size: 15px;
	line-height: 15px;
	color: var(--site_color_dark);
}

.modal textarea {
	min-height: 130px;
	max-height: 200px;
	padding: 15px 15px;

	color: #000;
	line-height: 21px;
}

.modal select {
	padding: 10px 15px 11px;

	background-size: 11px;
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-image: url("../img/select.svg");
}

.modal input:focus,
.modal select:focus,
.modal textarea:focus {
	box-shadow: 0px 0px 4px 5px #3e8af844;
}

.modal input.empty,
.modal select.empty,
.modal textarea.empty {
	box-shadow: 0px 0px 1px 2px rgba(255, 0, 0, 0.36);
}

.modal p {
	margin: 0;
	font-size: 16px;
	line-height: 21px;
	color: var(--site_color_dark);
	font-family: var(--site_font);
}

.modal p.red {
	color: var(--site_color_pink);
}

.modal .body .callback {
	width: 100%;
	padding: 60px 0;
	text-align: center;
}

.modal .body .callback p {
	color: #1b6d85;
	font-size: 27px;
	line-height: 43px;
}

.modal .buttons {
	width: 100%;
	margin: 20px 0 0;
	gap: 10px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
}

.modal .button {
	display: inline-block;
	padding: 11px 27px;
	cursor: pointer;
	border-radius: 6px;
	background: var(--site_color_dark);

	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-family: var(--site_font);

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.modal .button:hover {
	background: var(--site_color_dark_hover);
}

.modal .button.red {
	background: #dc3545;
}

.modal .button.red:hover {
	background: var(--site_color_pink);
}

.modal .button.blue {
	background: var(--site_color_blue);
}

.modal .button.blue:hover {
	background: var(--site_color_blue_hover);
}

.modal .confirm {
	margin: 0;
	padding: 0;
	text-align: right;
}

.modal .confirm .text {
	font-size: 13px;
	line-height: 17px;
	color: var(--gray-dark);
}

.modal .confirm .text a {
	color: #0B66c3;
	text-decoration: underline;
}

.modal .confirm .text a:hover {
	text-decoration: none;
	color: var(--site_color_coral);
}

/*** auth_form ***/


/*** rehab ***/
.rehab {
	padding: 20px 0;
}

.rehab .center {
	padding: 60px 0 0;
	gap: 50px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}

.rehab .center .left {
	width: 300px;
	height: 500px;

	background-size: 230px;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url("../img/backup.png");
}

.rehab .center .right .data_bases {
	height: 620px;
	padding: 10px 20px 0 10px;
	overflow-y: scroll;
}

.rehab .backup {
	width: 650px;
	cursor: pointer;
	border-radius: 12px;
	margin: 0 0 10px 3px;
	border: 1px solid #dfdfdf;
	padding: 15px 45px 15px 15px;
	box-shadow: 0 0 0 #e0e0e0;

	background-size: 21px;
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-image: url("../img/backup_down.svg");

	color: #777;
	font-size: 17px;
	font-weight: 500;

	transform: scale(1);

	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.rehab .backup:hover {
	color: #444;
	transform: scale(1.03);
	background-color: #f4f2f2;
	box-shadow: 1px 3px 12px #e0e0e0;
}

.rehab .backup.selected {
	color: #000;
	border: 1px solid #c7f283;
	background-color: #dfffad;
}

.rehab .backup span {
	color: #2596fa;
	font-weight: 300;
	font-size: 14px;
	padding: 0 0 0 5px;
}

.rehab .recovery {
	gap: 20px;
	flex: none;
	width: 250px;
	height: 150px;
	display: flex;
	padding: 10px 0 0;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: column;
	align-content: flex-start;
	justify-content: flex-start;
}

.rehab .recovery .db_update,
.rehab .recovery .db_get_last {
	width: 250px;
	cursor: no-drop;
	padding: 16px 0 17px;
	background: #aaa;
	display: inline-block;
	border-radius: 12px;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.9px;
	font-family: var(--site_font);

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.rehab .recovery .db_update.active {
	cursor: pointer;
	background: #393f4e;
}

.rehab .recovery .db_get_last:hover,
.rehab .recovery .db_update.active:hover {
	background: #000;
}

.rehab .recovery .db_get_last {
	width: 250px;
	cursor: pointer;
	background: #393f4e;
	border-radius: 12px;
}

/*** rehab ***/


/*** menu_top ***/
header .menu {
	background: var(--site_color_dark);
}

header .menu .center {
	display: flex;
}

.menu_top {
	gap: 50px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;

	padding: 0;
	flex-grow: 1;
	margin: 0 !important;
}

.menu_top > li {
	display: inline-block;
}

.menu_top > li.icon_actions {
	padding: 0 0 0 15px;

	background-size: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("../img/fire.svg");
}

.menu_top > li.benefits {
	padding: 0 0 0 18px;

	background-size: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("../img/benefits.svg");
}

.menu_top > li > a {
	display: block;
	padding: 7px 0 5px;

	color: #fff;
}

.menu_top li {
	position: relative;
}

.menu_top li ul {
	display: none;
	position: absolute;
	left: -23px;
	top: 44px;
	margin: 0;
	padding: 15px 0;
	width: 270px;
	z-index: 10;
	background: #fff;
	box-shadow: 0px 0px 4px 0 #ababab;
	border-right: 1px solid transparent;
}

.awake .menu_top > li > ul {
	top: 63px;
}

.menu_top > li:nth-child(2) > ul,
.menu_top > li > ul > li:nth-child(2) > ul {
	#display: block;
}

.menu_top li ul li {
	display: block;
	margin: 0;
	padding: 0;
}

.menu_top li ul li a {
	display: block;
	margin: 0;
	padding: 4px 20px 4px 30px !important;
	border-top: 1px dashed #fff;

	color: #000 !important;
	font-size: 15px;

	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.menu_top li ul li + li > a {
	border-top: 1px dashed #ececec;
}

.menu_top li ul li:hover a {
	padding: 3px 0 3px 10px;
}

.menu_top li ul li ul {
	left: 270px;
	top: -15px;
}

.menu_top li ul li:hover {
	background: #00b4ff40;
}

.menu_top .cta {
	margin: 0 0 0 30px;
}

.my_cart {
	gap: 7px;
	width: 150px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
}

.my_cart .img {
	width: 25px;
	height: 100%;

	background-size: 21px;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url("../img/cart.svg");
}

.my_cart .total {
	color: #fff;
	font-size: 15px;
	text-align: right;
}

.my_cart .count {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: var(--site_color_coral);

	color: #fff;
	font-size: 12px;
	text-align: center;
}

/*** menu_top ***/

/*** main_slider ***/
.main_slider {
	width: 100%;
	min-height: 500px;
	position: relative;
	background: #428cff78;
}

.main_slider .slide {
	width: 100%;
	height: 500px;
	position: relative;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main_slider .slide .dark {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.3);
}

.main_slider .slide .cont {
	width: var(--site_width);
	margin: 0 auto;
	padding: 70px 12px 0;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 3;
	transform: translateX(-50%);
	font-family: var(--site_font);
}

.main_slider .slide .cont .mini {
	color: #93fb89;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.main_slider .slide .cont .title {
	width: 50%;
	margin: 0;
	padding: 30px 0;

	color: #fff;
	font-size: 59px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: 0.02em;
	text-shadow: 1px 1px 1px #292929;
}

.main_slider .slide .cont .text {
	width: 50%;

	color: #fff;
	font-size: 19px;
	line-height: 27px;
	text-shadow: 1px 1px 1px #0a0a0a;
	font-family: var(--site_font);
}

.main_slider .slide .cont .button {
	display: inline-block;
	padding: 7px 40px;
	margin: 30px 0 0;
	cursor: pointer;
	background: var(--site_color_blue);
	border-radius: 6px;

	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.main_slider .slide .cont .button:hover {
	background: var(--site_color_blue_hover);
}

/*** main_slider ***/

/*** main_brands ***/
.main_brands {
	margin: 10px auto;
	padding: 10px 0;
}

.main_brands .center {
	width: var(--site_width);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.main_brands .brand {
	display: block;
	float: left;
	width: 25%;
	height: 110px;
	margin: 20px 0;

	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;

	filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.main_brands .brand:nth-child(3) {
	background-size: 45%;
}

.main_brands .brand:hover {
	filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

/*** main_brands ***/

/*** actions ***/
.actions {
	margin: 20px auto 0;
	padding: 55px 0;
}

.actions h2 {
	width: var(--site_width);
	margin: 0 auto 20px;

	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	font-family: var(--site_font);
}

.actions .center {
	width: var(--site_width);
	margin: 0 auto;
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.actions .main_action {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 30px 25px 30px 35px;
	border-radius: 12px;
	background: #f9f9f9;
	width: calc(50% - 15px);
	box-shadow: 0 0 1px #aaa;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.actions .main_action:hover {
	box-shadow: 0 0 7px #aaa;
}

.actions .main_action .left {
	width: 60%;
	height: 100%;
	gap: 11px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.actions .main_action .left .dates {
	padding: 0 0 0 20px;

	font-size: 14px;
	font-weight: 100;
	font-family: var(--site_font);

	background-size: 9px;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url("../img/action_light.svg");
}

.actions .main_action .left .title {
	font-size: 21px;
	font-weight: 400;
	line-height: 30px;
	font-family: var(--site_font);

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.actions .main_action:hover .left .title {
	color: var(--site_color_blue_hover);
}

.actions .main_action .left .descr {
	font-size: 15px;
	font-weight: 100;
	line-height: 23px;
	font-family: var(--site_font);
}

.actions .main_action .left .gobye {
	width: 170px;
	padding: 7px 15px;
	cursor: pointer;
	background: var(--site_color_blue);
	border-radius: 6px;

	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.actions .main_action .left .gobye:hover {
	background: var(--site_color_blue_hover);
}

.actions .main_action .right {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	transform: scale(1);
	box-shadow: inset 0 0 0 #ddd;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.actions .main_action:hover .right {
	transform: scale(1.02);
	box-shadow: inset 0 0 5px #555;
}

.actions_cont {
	gap: 30px;
	display: flex;
	padding: 0 0 30px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #ddd;
}

.actions_cont .img {
	width: 170px;
	height: 250px;
	flex-shrink: 0;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url("../img/actions.png");
}

.actions_cont .text {
	flex-grow: 1;
}

/*** actions ***/


.prices_cont {
	gap: 30px;
	display: flex;
	margin: 0 0 50px;
	padding: 0 0 30px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #ddd;
}

.prices_cont .img {
	width: 170px;
	height: 250px;
	flex-shrink: 0;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url("../img/prices.png");
}

.prices_cont .text {
	flex-grow: 1;
}

.prices_cont .text p {
	margin: 0;
}

.all_prices {
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 0;
	margin: 30px auto 0;
	justify-content: space-between;
}

.one_price {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	width: 32%;
	height: 70px;
	position: relative;
	box-sizing: border-box;
	border-radius: 6px;
	overflow: hidden;

	background-size: 37px;
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	background-position: center left 10px;

	color: #304a5b;
	font-size: 17px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.3px;
	font-family: Roboto, sans-serif;
	text-decoration: none !important;

	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

.one_price a {
	width: 100%;
	display: block;
	flex-shrink: 0;
	z-index: 10;
	padding: 25px 15px 25px 60px;
}

.one_price:after {
	content: "";
	position: absolute;
	overflow: hidden;
	top: 0;
	left: -10em;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, .0), rgba(255, 255, 255, .8), rgba(255, 255, 255, .0)) no-repeat -2em 0%;
	background-size: 7em 100%;
	transform: skewX(-50deg);
}

.one_price:hover {
	background-color: #e4e3e3;
}

.one_price:hover:after {
	left: 5em;
	transition: 0.5s linear;
	background-position: 150% 20%;
}

/*** get_prices ***/

/*** get_prices ***/

/*** main_priem ***/
.main_priem {
	margin: 0px auto 0;
	padding: 70px 0 40px;

	background: #f8f8f8;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.main_priem .center {
	width: var(--site_width);
	margin: 0 auto;
}

.main_priem .priem_one {
	padding: 50px 30px 30px;
	cursor: pointer;
	transform: scale(1.0);

	background-size: 45px;
	background-repeat: no-repeat;
	background-position: top 14px center;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.main_priem .priem_one:hover {
	background-size: 65px;
	background-position: top 4px center;
}

.main_priem .priem_one .title {
	padding: 45px 0 0;

	color: #777;
	font-size: 17px;
	font-weight: 100;
	line-height: 24px;
	text-align: center;
	font-family: var(--site_font);

	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.main_priem .priem_one:hover .title {
	color: #24b0ff;
}

/*** main_priem ***/

/*** main_category ***/
.main_category {
	margin: 20px auto 0;
	padding: 20px 0 0px;
}

.main_category .center {
	width: var(--site_width);
	margin: 0 auto;
	padding: 0 0 0 2px;
}

.main_category .category {
	display: block;
	float: left;
	width: 20%;
	padding: 0 0 20px;
	margin: 0 0 -1px -1px;
	border: 1px solid #eee;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.main_category .category:hover {
	box-shadow: 0 0 7px #d8d8d8;
}

.main_category .category .img {
	display: block;
	width: 80%;
	height: 130px;
	margin: 20px auto;

	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.main_category .category .title {
	color: #333;
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	text-align: center;
	font-family: var(--site_font);

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.main_category .category:hover .title {
	color: #2680fe;
}

/*** main_category ***/

/*** main_news ***/
.padding_70 {
	padding: 70px 0 20px;
}

.center_width {
	margin: 0 auto;
	width: var(--site_width);
}

.main_news {
	padding: 30px 0 50px;
	font-family: var(--site_font);

	gap: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.main_news.on_main {
	border-bottom: 1px solid #ececec;
}

.main_news .center {
	width: var(--site_width);
	margin: 0 auto;
}

.main_news h2 {
	display: block;
	padding: 0 0 40px;

	font-size: 41px;
	font-weight: 500;
	line-height: 47px;
	text-align: center;
}

.main_news .col3 {
	padding: 0;
	float: none;
	flex-grow: 1;
	width: 32%;
	max-width: 32%;
}

.main_news .new_card {
	display: block;
	margin: 0 auto 30px;
}

.main_news .new_card:hover,
.main_news .new_card:hover a {
	color: #000 !important;
}

.main_news .new_card .img {
	height: 250px;
	border-radius: 12px;
	overflow: hidden;
	margin: 0 auto 10px;
	box-shadow: 0 0 5px #afafaf;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;

	filter: brightness(0.95);
	-o-filter: brightness(0.95);
	-moz-filter: brightness(0.95);
	-webkit-filter: brightness(0.95);
}

.main_news .new_card:hover .img {
	filter: brightness(1.10);
	-o-filter: brightness(1.10);
	-moz-filter: brightness(1.10);
	-webkit-filter: brightness(1.10);
}

.main_news .new_card .date {
	margin: 0;

	color: #969696;
	font-size: 15px;
	font-weight: 600;
}

.main_news .new_card .date:before {
	display: none;
}

.main_news .new_card .title {
	width: auto;
	height: 100px;
	overflow: hidden;
	padding: 8px 0 18px;

	font-size: 21px;
	text-align: left;
	line-height: 27px;
	font-weight: 600;
	font-family: Open sans, sans-serif;
}

.main_news .new_card .title:after {
	display: none;
}

.main_news .new_card .prev {
	height: 115px;
	overflow: hidden;
	padding: 0 0 10px;

	color: #777;
	font-size: 19px;
	font-weight: 100;
	line-height: 27px;
	font-family: Open sans, sans-serif;
}

.navi_page {
	gap: 7px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.navi_page a,
.navi_page .navi_a {
	width: 40px;
	height: 40px;
	display: flex;
	cursor: pointer;
	align-items: center;
	border-radius: 12px;
	justify-content: center;

	color: #fff;

	background-size: 17px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #b4bfd0;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.navi_page .navi_a.navi_select {
	background-color: var(--site_color_coral);
}

.navi_page a:hover,
.navi_page .navi_a:hover {
	background-color: var(--site_color_coral_hover);
}

.navi_page .navi_a.left_1 {
	background-image: url("../img/navi_left_1.svg");
}

.navi_page .navi_a.left_2 {
	background-image: url("../img/navi_left_2.svg");
}

.navi_page .navi_a.right_1 {
	background-image: url("../img/navi_right_1.svg");
}

.navi_page .navi_a.right_2 {
	background-image: url("../img/navi_right_2.svg");
}

/*** main_news ***/


/*** action_slider ***/
.action_slider {
	height: 340px;
	margin: 30px auto;
	overflow: hidden;
}

.action_slider .center {
	width: 1200px;
	height: 280px;
	margin: 0 auto 20px;
	position: relative;
	border-radius: 5px;
	background: #2d3748;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.action_slider .slick-prev,
.action_slider .slick-next {
	right: -60px;
	width: 40px;
	height: 100px;
	background: #C4C4C4;
	z-index: 2;
	opacity: 0.7;
	outline: none;

	background-size: 13px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/local/templates/mediplus_/img/action_slider/arrow_slider_next.svg");

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.action_slider .slick-prev:hover,
.action_slider .slick-next:hover {
	opacity: 1;
}

.action_slider .slick-prev {
	left: -60px;
	background-image: url("/local/templates/mediplus_/img/action_slider/arrow_slider_prev.svg");
}

.action_slider .slick-prev:before,
.action_slider .slick-next:before {
	display: none;
}

.action_slider .center:after,
.action_slider .center:before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(100% + 20px);
	width: 100%;
	height: 280px;
	border-radius: 5px;
	background: var(--site_color_dark);
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.action_slider .slick-dots {
	bottom: -40px !important;
}

.action_slider .slick-dots li {
	margin: 0 3px;
}

.action_slider .slick-dots li button:before {
	color: #C4C4C4;
	font-size: 10px;
}

.action_slider .slick-dots li.slick-active button:before {
	color: var(--site_color_dark);
}

.action_slider .center:after {
	left: auto;
	right: calc(100% + 20px);
}

.action_slider .one_action {
	border-radius: 5px;
	overflow: hidden;
	display: flex !important;
}

.action_slider .one_action .left {
	width: 50%;
	padding: 30px;
	font-family: var(--site_font);
}

.action_slider .one_action .left .dates {
	color: #c7c7c7;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.5px;
}

.action_slider .one_action .left .title {
	padding: 17px 0 0;

	color: #fff;
	font-size: 25px;
	font-weight: 500;
	line-height: 27px;
}

.action_slider .one_action .left .text {
	padding: 17px 0 0;

	color: #eee;
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
}

.action_slider .one_action .left .main_action_link {
	position: absolute;
	bottom: 30px;
	display: inline-block;
	height: auto;
	padding: 7px 40px;
	background: var(--site_color_blue);
	cursor: pointer;
	border-radius: 6px;

	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-family: var(--site_font);

	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.action_slider .one_action .left .main_action_link:hover {
	background: var(--site_color_blue_hover);
}

.action_slider .one_action .right {
	width: 50%;
	height: 280px;
	border-radius: 0 5px 5px 0;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
}

/*** action_slider ***/


/*** main_form ***/
.btn.btn-white,
.btn.btn-secondary {
	display: inline-block;
	padding: 11px 40px !important;
	background: var(--site_color_blue) !important;
	cursor: pointer !important;
	border-radius: 6px;
	border: 0 !important;

	color: #fff !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-family: var(--site_font) !important;

	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.btn.btn-white:hover,
.btn.btn-secondary:hover {
	border: 0 !important;
	color: #fff !important;
	padding: 11px 40px !important;
	background: var(--site_color_blue_hover) !important;
}

/*** main_form ***/

/*** cont ***/
.cont {
	padding: 0 0 80px;
}

.cont .content {
	width: var(--site_width);
	margin: 20px auto 50px;
	padding: 0 12px;

	color: var(--site_color_dark);
	font-size: 17px;
	line-height: 27px;
	letter-spacing: -0.3px;
	font-family: var(--site_font);
}

.cont .content h1,
.cont .content h2,
.cont .content h3,
.cont .content h4,
.cont .content h5 {
	font-family: var(--site_font);
}

.cont .content h1 {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.3px;
}

/*** cont ***/

/*** catalog ***/
.bread {
	padding: 0 0 20px;
	color: #777;
	font-size: 14px;
}

.bread a {
	color: #777;
	position: relative;
}

.bread a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: -5px;
	width: 0;
	height: 1px;
	background: var(--site_color_coral);

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.bread a:hover:after {
	width: calc(100% + 10px);
}

.bread b {
	padding: 0 28px 0 2px;

	background-size: 17px;
	background-repeat: no-repeat;
	background-position: left 4px bottom;
	background-image: url('/core/temp/img/arrow_right.svg');
}

.catalog_page .main_brands {
	padding: 0 0 50px;
}

.catalog_page .section_brands {
	display: flex;
	flex-wrap: wrap;
}

.catalog_page section + section {
	padding: 50px 0 0;
}

.catalog_page .section_brands .one_brand_item {
	width: 25%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_brands .one_brand_item .brand {
	display: block;
	width: 80%;
	height: 60px;
	margin: 20px auto;

	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

	filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.main_brands .one_brand_item .brand:hover {
	filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}


.catalog {
	display: flex;
	flex-wrap: wrap;
}

.catalog .one_brand_item {
	border: 1px solid #ddd;
	width: 20%;
	margin: 0 0 -1px -1px;
}

.catalog .catalog_item {
	border: 1px solid #ddd;
	width: 20%;
	margin: 0 0 -1px -1px;
}

.catalog .catalog_item .img {
	width: 100px;
	height: 100px;
	margin: 40px auto;

	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/core/temp/img/catalog_default.svg');
}

.catalog .catalog_item .title {
	width: 80%;
	margin: 0 auto;
	padding: 0 0 20px;

	font-size: 16px;
	line-height: 21px;
	text-align: center;
	font-family: var(--site_font);
}

/*** catalog ***/


/*** blog_page ***/
.blog_page .h1 {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.3px;
}

.blog_page .quote {
	margin: 20px auto;
	padding: 50px;
	background: #eef8ff;
	border-radius: 12px;
	box-shadow: 0 0 6px #d1dde6;

	font-size: 19px;
	line-height: 29px;
}

.blog_page .quote::first-letter {
	font-size: 3em;
	color: var(--site_color_coral);
	float: left;
	margin: 0 2px 4px 0;
	line-height: 19px;
	letter-spacing: 0;
	text-shadow: 1px 1px 1px rgba(183, 59, 51, 0.33);
}

/*** blog_page ***/


/*** one_group ***/
.one_group {
	padding: 30px 0 0;
}

.one_group .group_info {
	gap: 30px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
}

.one_group .gallery {
	width: 50%;
	height: 500px !important;

	gap: 10px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.one_group .gallery .rsOverflow {
	flex-grow: 1;
	height: 100% !important;
}

.one_group .gallery .rsOverflow .rsSlide {
	width: 100%;
	display: flex;
	justify-content: center;

	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


.one_group .gallery .rsTmb {
	width: 70px;
	height: 70px;


	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.one_group .gallery .rsOverflow .rsSlide img {
	display: block;
	margin: 0 !important;
}

.one_group .gallery .rsNav {
	display: flex;
	width: 100px;
	overflow-y: auto;
	height: 100% !important;
	flex-direction: column;
	justify-content: flex-start;
}

.one_group .gallery .rsNav .rsThumbsContainer {
	transform: none !important;
}

.one_group .gallery .rsContent {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.one_group .gallery .rsNav .rsNavItem {
	padding: 5px;
	border-radius: 12px;
	margin: 0 0 10px !important;
	border: 3px solid #fff;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.one_group .gallery .rsNav .rsNavItem.rsNavSelected {
	border: 3px solid var(--site_color_coral);
}

.one_group .gallery .rsNav img {
	display: block;
	width: 100%;
	padding: 5px;
}

.one_group .gallery .group_gal_poln {
	height: 500px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.one_group .gallery .group_gal_prev {
	width: 100px;
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.one_group_page .brand_img {
	width: 250px;
	height: 50px;
	margin: 0 0 10px;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
}


.one_group .description {
	width: calc(50% - 30px);
	min-height: 500px;
	padding: 30px 40px;
	border-radius: 12px;
	position: relative;
	box-shadow: 0 0 30px #ddd;
}

.one_group .description .brand a {
	padding: 0;
	margin: 0 0 20px;

	color: #777;
	font-size: 14px;
	position: relative;
}

.one_group .description .brand a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: var(--site_color_coral);

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.one_group .description .brand a:hover:after {
	width: calc(100% + 10px);
}

.one_group .description .title {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #ddd;

	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
}

.one_group .description .texty {
	height: 330px;
	margin: 0 0 20px;
	padding: 0 12px 0 0;
	overflow-y: scroll;
}

.one_group_page .good_table {
	margin: 80px auto 0;
}

.one_group_page .good_table .to_admin {
	color: #2187e2;
}

.one_group_page .good_table .labels {
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}

.one_group_page .good_table .labels .label {
	writing-mode: vertical-rl;
	rotate: 180deg;
}

.table .thead .tr,
.table .tbody .tr {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}

.table .thead .tr {
	padding: 9px 0;
	margin: 0 0 20px;
	border-radius: 6px;
	overflow: hidden;
	background: var(--site_color_dark);
}

.table .thead .td {
	padding: 5px 15px;
	color: #f5f5f5;
	text-align: center;
}

.table .thead .td + .td {
	border-left: 1px dashed #43546e;
}

.table .tbody .tr + .tr {
	border-top: 1px dashed #efeff0;
}

.table .tbody .tr {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;

}

.table .td:nth-child(1) {
	flex-shrink: 0;
	width: 150px !important;
}

.table .td:nth-child(2) {
	width: 450px !important;
}

.table .td:nth-child(6) {
	padding: 0 !important;
	width: 250px !important;
}

.table .tbody .td {
	padding: 0 15px;
	position: relative;
	text-align: center;
}

.table .tbody .td .no_price {
	color: red;
}

.table .tbody .td:nth-child(2) {
	text-align: left;
}

.table .good_table_img {
	width: 120px;
	height: 120px;
	margin: 10px;
	flex-shrink: 0;

	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.cart_body {
	border-bottom: 1px solid #ddd;
}

.total_amount {
	padding: 20px 20px;
	gap: 40px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	border-bottom: 1px solid #ddd;
}

.total_amount .text {
	font-weight: 700;
}

.total_amount .total {
	font-size: 27px;
	font-weight: 900;
	color: var(--site_color_blue_hover);
}

.cart_content {
	position: relative;
}

.cart_content_top .go_to_send_order,
.total_amount .ta_button {
	width: 190px;
	padding: 9px 17px 9px 0;
	border-radius: 12px;
	cursor: pointer;

	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.3px;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	background-size: 25px;
	background-color: #50924c;
	background-repeat: no-repeat;
	background-position: center right 12px;
	background-image: url('../img/arrow_down.svg');

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.total_amount .ta_button.reset_card {
	width: 215px;
	background-size: 16px;
	background-color: #a55050;
	background-position: center right 14px;
	background-image: url("../img/mobi_close.svg");
}

.total_amount .ta_button.reset_card:hover {
	background-color: #924c4c;
}

.cart_content_top .go_to_send_order {
	display: block;
	right: 0;
	top: -70px;
	position: absolute;
}

.cart_content_top .go_to_send_order:hover,
.total_amount .go_to_send_order:hover {
	background-color: #457E41FF;
}

.good_table .bye_block,
.cart_content .bye_block {
	border-radius: 6px;
	overflow: hidden;
}

.good_table .bye_block.deactivated {
	padding: 14px 0;
	background: #fdeaea;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.good_table .bye_block .right,
.good_table .bye_block .tocart {
	width: 40%;
	float: left;
}

.cart_content .bye_block .right,
.cart_content .bye_block .tocart {
	float: left;
}

.good_table .bye_block .count,
.good_table .bye_block .count_but,
.cart_content .bye_block .count,
.cart_content .bye_block .count_but {
	float: left;
	height: 55px;
	width: 33.3333%;
	background-color: #f1f1f1;
}

.good_table .bye_block .count_but,
.cart_content .bye_block .count_but {
	cursor: pointer;

	background-size: 11px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/core/temp/img/icons/plus.svg");
}

.good_table .bye_block .count_but.minus,
.cart_content .bye_block .count_but.minus {
	background-image: url("/core/temp/img/icons/minus.svg");
}

.good_table .bye_block .count,
.cart_content .bye_block .count {
	border: 0;
	padding: 0;
	outline: none;

	color: #000;
	font-size: 18px;
	text-align: center;
}

.good_table .bye_block .count:focus,
.cart_content .bye_block .count:focus {
	background-color: #fff;
}

.good_table .bye_block .count_but:hover,
.cart_content .bye_block .count_but:hover {
	background-size: 15px;
}

.good_table .bye_block .tocart,
.cart_content .bye_block .tocart {
	width: 60%;
	padding: 14px 0;
	cursor: pointer;
	background: var(--site_color_dark);

	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.3px;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.good_table .bye_block .tocart:hover,
.cart_content .bye_block .tocart:hover {
	background: #082759;
}

.good_table .bye_block .tocart.in_cart,
.cart_content .bye_block .tocart.in_cart {
	background: #40a107;
}

.cart_content .del_from_cart {
	height: 21px;
	cursor: pointer;
	margin: 0 auto;

	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/cart_del.svg");

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.cart_content .del_from_cart:hover {
	height: 25px;
	background-image: url("../img/cart_del_hover.svg");
}

.cart_content .td {
	flex-shrink: 0;
	font-size: 16px;
	line-height: 21px;
	padding: 5px 15px !important;
}

.cart_content .td:nth-child(1) {
	width: auto;
}

.cart_content .td:nth-child(2) {
	width: 33% !important;
}

.cart_content .td:nth-child(3) {
	width: 18% !important;
}

.cart_content .td:nth-child(4) {
	width: 12% !important;
}

.cart_content .td:nth-child(5),
.cart_content .td:nth-child(6) {
	width: 10% !important;
}

.cart_content .td:nth-child(7) {
	width: 5% !important;
}

.good_table .bye {
	display: inline-block;
	height: auto;
	padding: 7px 40px;
	background: var(--site_color_dark);
	cursor: pointer;
	border-radius: 6px;

	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-family: var(--site_font);

	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.good_table .bye:hover {
	background: var(--site_color_dark_hover);
}

/*** one_group ***/


/*** order_placement ***/
.order_placement {
	padding: 30px 0 30px;
}

.order_placement .placement {
	gap: 50px;
	display: flex;
	margin: 30px 0 0;
}

.order_placement .placement > div {
	border-radius: 12px;
}

.order_placement .your_data {
	width: 60%;
	padding: 30px;
	flex-shrink: 0;
	background: #3e8af826;
}

.order_placement .your_data .title {
	padding: 0 0 20px;
	font-size: 23px;
}

.hidden_cart,
.order_placement .your_data .order_form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row;
	align-content: flex-start;
	justify-content: space-between;
}

.hidden_cart {
	display: none;
	width: 100%;
	padding: 30px 0 0;
	margin: 30px auto 0;
	border-top: 1px dashed #b9c8e2;
}

.hidden_cart.show {
	display: flex !important;
}

.order_placement .confirm {
	margin: 0;
	padding: 0;
	text-align: right;
}

.order_placement .confirm .text {
	font-size: 13px;
	line-height: 17px;
	color: var(--gray-dark);
}

.order_placement .confirm .text a {
	color: #0B66c3;
	text-decoration: underline;
}

.order_placement .confirm .text a:hover {
	text-decoration: none;
	color: var(--site_color_coral);
}

.order_placement .order_form_one {
	width: 48%;
	margin: 0 0 30px;
}

.order_placement .order_form_one.hidden {
	display: none;
}

.order_placement .order_form_one.big {
	width: 100%;
	margin: 0 0 10px;
}

.order_placement .order_form_one .form_tit {
	padding: 0 0 1px 3px;

	color: #647aa1;
	font-size: 15px;
}

.order_placement input,
.order_placement select,
.order_placement textarea {
	width: 100%;
	outline: none;
	padding: 12px 16px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #fff;
}

.order_placement input.empty,
.order_placement select.empty,
.order_placement textarea.empty {
	border: 1px solid #ff7e7e;
}

.order_placement textarea {
	min-height: 150px;
	max-height: 190px;
}

.order_placement select {
	padding: 10px 15px 11px;
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-image: url("../img/select.svg");
}

.order_placement .order_final {
	flex-grow: 1;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}

.order_placement .order_final .delivery_banner {
	width: 100%;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.order_placement .order_final .delivery_banner .img {
	height: 510px;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/delivery_banner.png");

	filter: brightness(0.60);
	-o-filter: brightness(0.60);
	-moz-filter: brightness(0.60);
	-webkit-filter: brightness(0.60);
}

.order_placement .order_final .delivery_banner .text {
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0 auto;
	padding: 70px 10% 0;

	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	text-shadow: 1px 1px 1px #111;
}

.order_placement .order_final .final_text {
	font-size: 21px;
	line-height: 33px;
	text-align: center;
}

.order_placement .order_final .send_order {
	width: 100%;
	padding: 23px 0;
	border-radius: 12px;
	cursor: pointer;
	background: var(--site_color_dark);

	color: #fff;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.3px;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.order_placement .order_final .send_order:hover {
	background: #1d2430;
}

.order_placement .order_final .do_auth {
	width: 100%;
	padding: 20px 0;
	border-radius: 12px;
	background: #b20606b3;

	color: #fff;
	font-size: 23px;
	line-height: 31px;
	text-align: center;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

}

.order_placement .order_sended {
	background: #e5fbd7;
	border-radius: 12px;
	padding: 33px 40px 30px;

	font-size: 19px;
	line-height: 27px;
}

/*** order_placement ***/


/*** footer ***/
.dosta {
	padding: 10px 70px;
	text-align: center;
	background: #4fcaf6;
	background: #2d37482e;

	color: #333;
	font-size: 19px;
	line-height: 32px;
}

.dosta.top {
	background: #2d3748;
	color: #d2d2d2;
}

footer {
	clear: both;
	padding: 20px 0;
	background: var(--site_color_dark);
}

footer .center {
	width: var(--site_width);
	margin: 0 auto;
	padding: 0 15px;
}

footer .top {
	padding: 20px 0 20px;
}

footer .footer_col a {
	display: block;

	color: #afafaf;
	font-weight: 300;
	font-size: 16px;
	line-height: 37px;
	font-family: var(--site_font);

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

footer .footer_col a:hover {
	color: #ddd;
}

footer .footer_col a.main_link {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 37px;
	text-transform: uppercase;
}

footer .top .left {
	width: 28.3333%;
	margin: 0 5% 0 0;
	border-right: 1px solid #fff;
}

footer .top .left .bg {
	height: 270px;

	background-size: 270px;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url("../img/logo_white.svg");
}

footer .top .right {
	color: #fbfbfb;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	font-family: var(--site_font);
}

footer .top .right .title {
	font-weight: 600;
}

footer .top .right .footer_menu {
	padding: 20px 0;
	column-count: 3;
}

footer .top .right .footer_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .top .right .footer_menu li a {
	display: block;
	padding: 5px 0;

	color: #fbfbfb;
}

footer .bottom {
	padding: 20px 0 0;
	border-top: 1px solid #262f3c;

	color: #fafafa80;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	font-family: var(--site_font);
}

/*** footer ***/

/*** one_new_page ***/
.one_new_page {
	width: 1000px;
	margin: 20px auto;
}

.one_new_page .date {
	padding: 0 0 10px;
	color: #a5a5a5;
	font-size: 15px;
}

.one_new_page h2 {
	display: block;
	margin: 30px 0 20px;
	font-size: 25px;
	line-height: 30px;
	color: var(--site_color_dark);
}

.one_new_page h3 {
	display: block;
	position: relative;
	margin: 20px 0 15px;
	padding: 0 0 0 15px;
	font-size: 21px;
	line-height: 27px;
	color: var(--site_color_dark);
}

.one_new_page h3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 30px;
	border-radius: 3px;
	transform: translateY(-50%);
	background: var(--site_color_dark);
}

.one_new_page .img_one_new {
	margin: 30px auto;
}

.one_new_page .img_one_new .img_image {
	display: block;
	width: 100%;
	height: 600px;
	height: auto;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.one_new_page .img_one_new .img_podpis {
	display: block;
	padding: 6px 0;
	color: #999;
	font-size: 15px;
	text-align: center;
}

.one_new_page .back {
	display: inline-block;
	height: auto;
	margin: 30px 0 0;
	padding: 19px 35px 19px 45px;
	border-radius: 12px;
	background: var(--site_color_dark);
	cursor: pointer;

	color: #fff;
	font-size: 17px;
	font-weight: 600;
	line-height: 17px;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-family: var(--site_font);

	background-size: 27px;
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-image: url("../img/arrow_left.svg");

	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.one_new_page .back:hover {
	background-position: left 6px center;
}

.one_new_page .link_block {
	display: flex;
	justify-content: center;
	padding: 10px 0 20px;
}

.one_new_page .link_block a {
	padding: 13px 45px;
	background: #60bb1d;
	border-radius: 12px;

	color: #fff;
	text-align: center;

	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

.one_new_page .link_block a:hover {
	background: #4d9617;
}

.one_new_page .poln {
	font-size: 18px;
	line-height: 31px;
}

.one_new_page .poln li {
	margin: 0 0 0 10px;
	padding: 3px 0 3px 10px;
}

.one_new_page .poln h2 {
	padding: 0 0 0 17px;
	position: relative;
}

.one_new_page .poln h2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 27px;
	border-radius: 3px;
	background: var(--site_color_coral);
}

/*** one_new_page ***/

/*** contacts_page ***/
.contacts_page .map {
	height: 500px;
	border-radius: 12px;
	margin: 50px auto 0;
	overflow: hidden;
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.contacts_page .cont_blocks {
	padding: 30px 0 20px;
}

.contacts_page .cont_block {
	padding: 10px 0 11px;
}

.contacts_page .cont_block + .cont_block {
	border-top: 1px dashed #cccccc61;
}

.contacts_page .cont_block .key {
	float: left;
	width: 100px;
	padding: 5px 0 0;
	color: #999;
}

.contacts_page .cont_block .val {
	float: left;
	width: calc(100% - 100px);

	font-size: 21px;
	font-weight: 600;
	text-align: right;
}

.contacts_page .contacts_img {
	width: 90%;
	height: 350px;
	margin: 20px 0 0 10%;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/core/temp/img/contacts.jpg");
}

/*** contacts_page ***/

/*** goods ***/
.goods_cont {
	gap: 30px;
	display: flex;
}

.goods .right_goods {
	width: 100%;
	position: relative;
}

.goods .right_goods .brand_logo {
	position: absolute;
	top: -105px;
	right: 0;
	width: 160px;
	height: 100px;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
}

.goods .filters {
	gap: 30px;
	display: flex;
	padding: 0 0 30px;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.goods .filters .filter_search {
	flex-grow: 1;
	position: relative;
}

.goods .filters .filter_search input {
	display: block;
	width: 100%;
	padding: 13px 40px 13px 18px;
	border: 0;
	outline: none;
	background: #f8f9fd;
	border-radius: 8px;
	box-shadow: inset 2px 0px 3px #cdcdcd;

	font-size: 14px;
	line-height: 14px;
}

.goods .filters .filter_search .search_trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 43px;
	cursor: pointer;
	border-radius: 8px;

	background-size: 21px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--site_color_dark);
	background-image: url("../img/search.svg");

	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

.goods .filters .filter_search .search_trigger:hover {
	background-color: #000;
}

.goods .filters .filter_list {
	position: relative;

	font-size: 14px;
	line-height: 14px;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.goods .filters .filter_list .head {
	width: 250px;
	padding: 15px 18px 14px;
	border-radius: 8px;
	background: #f8f9fd;
	cursor: pointer;
	box-shadow: 0 2px 4px #b9afaf, 0 -1px 2px #f1f1f1;

	background-size: 17px;
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-image: url("../img/list_down.svg");
}

.goods .filters .filter_list.touch .head {
	border-radius: 8px 8px 0 0;
	background-image: url("../img/list_down_180.svg");
}

.goods .filters .filter_list .body {
	display: none;
	position: absolute;
	top: 43px;
	left: 0;
	z-index: 20;
	width: 100%;
	background: #f8f9fd;
	padding: 5px 0;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 2px 4px #b9afaf, 0 -1px 2px #f1f1f1;
}

.goods .filters .filter_list .option {
	padding: 9px 18px;
	cursor: pointer;
	text-indent: 0;

	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.goods .filters .filter_list .option:hover {
	color: #072d91;
	text-indent: 10px;
	background: #e1e4ed;
}

.goods .good {
	float: left;
	width: 33.3333%;
	margin: 0 0 -1px -1px;
	padding: 60px 30px 20px;
	transform: scale(1);
	box-sizing: border-box;
	border: 1px solid #efefef;
	box-shadow: 0 0 0 #cac9c9;
	position: relative;
	z-index: 1;

	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

.goods .good:hover {
	z-index: 10;
	border: 1px solid #ddd;
	box-shadow: 0 -2px 12px #cac9c9;
}

.goods .good .white_layer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #fff;
}

.goods .good .color_layer {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
}

.goods .good .info_line {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goods .good .info_line .to_admin {
	display: inline-block;
	padding: 1px 11px;
	background: #c4fb8f;
	border-radius: 4px;
	cursor: pointer;

	color: #6590ff;
	font-size: 13px;

	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

.goods .good .info_line .to_admin:hover {
	background: #86c946;
	color: #fff;
}

.goods .good .info_line a {
	display: inline-block;
	padding: 1px 11px;
	background: #eee;
	border-radius: 4px;

	color: #777;
	font-size: 13px;

	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

.goods .good .info_line a:hover {
	color: #3573dc;
}

.goods .good .img {
	display: block;
	height: 180px;
	position: relative;
	border-radius: 6px;

	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.goods .good .img .prev_img_col,
.goods .good .img .prev_img_col.show.oneim {
	float: left;
	height: 180px;
	position: relative;
	z-index: 3;
	border-bottom: 2px solid transparent;
}

.goods .good .img .prev_img_col.show {
	border-bottom: 2px solid var(--site_color_dark);
}


.labels {
	position: absolute;
	z-index: 4;
	top: 20px;
	right: 30px;

	gap: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-end;

	color: #fff;
	font-size: 15px;
}

.table .labels {
	top: -30px;
	right: auto;
}

.labels .label {
	padding: 5px 9px;
	background: #49b234;
	border-radius: 3px;
	line-height: 13px;
	font-size: 13px;
	letter-spacing: 0.3px;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

}

.labels .label.new {
	background: #71ca22;
}

.labels .label.top {
	background: #edbf01;
}

.labels .label.promo {
	background: #fc482d;
}

.labels .label.advice {
	background: #2992d9;
}

.goods .good .img .prev_img_bg {
	width: 100%;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	border-radius: 6px;
	box-shadow: inset 0 0 3px #e5e5e5;

	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

.goods .good .img .prev_img_bg.show {
	opacity: 1;
}

.goods .good .title {
	display: block;
	height: 65px;
	padding: 10px 0;
	overflow: hidden;

	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}

.goods .good .price {
	display: inline-block;
	padding: 10px 0 0;
	font-size: 19px;
	font-weight: 600;
}

.goods .good .old_price {
	display: inline-block;
	padding: 10px 0 0 10px;

	color: #878787;
	font-size: 15px;
	font-weight: 600;
}

.goods .good .price span {
	color: #999;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
}

.goods .good .bye_block {
	position: absolute;
	background: #fff;
	bottom: 0;
	z-index: 1;
	width: 100%;
	left: 0;
	opacity: 0;
	box-shadow: 0 2px 12px #cac9c9;

	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

.goods .good:hover .bye_block {
	opacity: 1;
	bottom: -55px;
}

.goods .good .bye_block .right,
.goods .good .bye_block .tocart {
	width: 50%;
	float: left;
}

.goods .good .bye_block .count,
.goods .good .bye_block .count_but {
	float: left;
	height: 55px;
	width: 33.3333%;
	background-color: #fafafa;
}

.goods .good .bye_block .count_but {
	cursor: pointer;

	background-size: 11px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/core/temp/img/icons/plus.svg");
}

.goods .good .bye_block .count_but.minus {
	background-image: url("/core/temp/img/icons/minus.svg");
}

.goods .good .bye_block .count {
	border: 0;
	padding: 0;
	outline: none;

	color: #000;
	font-size: 18px;
	text-align: center;
}

.goods .good .bye_block .count:focus {
	background-color: #fff;
}

.goods .good .bye_block .count_but:hover {
	background-size: 15px;
}

.goods .good .bye_block .tocart {
	padding: 14px 0;
	cursor: pointer;
	background: var(--site_color_dark);

	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.3px;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.goods .good .bye {
	display: inline-block;
	height: auto;
	padding: 7px 40px;
	background: var(--site_color_dark);
	cursor: pointer;
	border-radius: 6px;

	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-family: var(--site_font);

	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.goods .good .bye:hover {
	background: var(--site_color_dark_hover);
}

.bye_block .already_in_cart {
	padding: 14px 0;
	background: #7edd5c;
}

.no_in_stock {
	color: #777 !important;
	font-size: 15px !important;
	letter-spacing: 0 !important;
}

/*** goods ***/


/*** left_menu ***/
.left_menu {
	width: 300px;
	padding: 25px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 12px;
	background: #3573dc0a;
}

.left_menu .menu_brands a {
	display: block;
}

.left_menu .menu_block {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.left_menu .menu_block + .menu_block {
	padding: 30px 0 0;
}

.left_menu .menu_title {
	padding: 0 0 10px;
	margin: 0 auto 10px;

	color: #333;
	font-size: 19px;
	font-weight: 600;
}

.left_menu .menu_cont ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.left_menu .menu_cont > ul > li > a {
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
	position: relative;
}

.left_menu .menu_cont > ul > li > a:before {
	content: "";
	width: calc(100% + 10px);
	height: 1px;
	border: 0;
	background: #d7d7d7;
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
}

.left_menu .menu_cont > ul > li > a:after {
	content: "";
	width: 0;
	height: 1px;
	border: 0;
	background: #fc5e55;
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.left_menu .menu_cont > ul > li > a:hover:after,
.left_menu .menu_cont > ul > li.selected > a:after {
	width: calc(100% + 10px);
}

.left_menu .menu_cont > ul > li {
	padding: 0 0 20px;
}

.left_menu .menu_cont > ul > li > ul a {
	display: block;
	padding: 5px 0;
	position: relative;

	text-indent: 0;
	font-size: 14px;
	line-height: 14px;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.left_menu .menu_cont > ul > li > ul > li.selected a {
	padding: 5px 0 5px 10px;
}

.left_menu .menu_cont > ul > li > ul > li.selected a:after {
	content: "";
	position: absolute;
	top: 50%;
	border-radius: 3px;
	transform: translateY(-50%);
	left: 0;
	width: 5px;
	height: 60%;
	background: #fe5f55;
}

.left_menu .menu_cont ul a {
}

.left_menu .menu_cont > ul > li > ul a:hover {
	text-indent: 10px;
}

/*** left_menu ***/

/*** benefits ***/
.benefits {
	padding: 50px 0 0;
}

.benefits .center {
	margin: 0 auto;
	width: var(--site_width);
}


.benefits .center .main {
	gap: 50px;
	display: flex;
	align-items: flex-start;
}

.benefits .main > .left {
	flex-grow: 1;
}

.benefits .main > .right {
	width: 350px;
	flex-shrink: 0;
	position: sticky;
	top: 110px;
}

.benefits .title_block {
	gap: 30px;
	display: flex;
	align-items: center;
}

.benefits .title_block .logo {
	width: 150px;
	height: 150px;
	flex-shrink: 0;
	border-radius: 20px;
	background: #b9e2ff;
	transform: scale(1.0);

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.benefits .title_block .logo:hover {
	transform: scale(1.05);
}

.benefits .title_block .logo .img {
	width: 150px;
	height: 150px;

	background-size: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/logo_fish.svg");
}

.benefits .title_block .title {
	gap: 10px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.benefits .title_block .title h1 {
	font-size: 27px;
	font-weight: 600;
	line-height: 27px;
}

.benefits .title_block .title p {
	margin: 0;
	color: #555;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: -0.13px;
}

.benefits .title_img {
	height: 310px;
	margin: 30px auto;
	border-radius: 20px;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/benefits_banner.jpg")
}

.benefits .title_text h2 {
	font-size: 23px;
	font-weight: 700;
}

.benefits .title_text p {
	margin: 0;
	color: #555;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: -0.13px;
}

.benefits .four_block {
	padding: 50px 0;
	gap: 30px;
	display: flex;
	flex-wrap: wrap;
}

.benefits .four_block .fb_one {
	width: 40%;
	cursor: pointer;

	gap: 20px;
	flex-grow: 1;
	display: flex;
}

.benefits .four_block .fb_one .fb_logo {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	border-radius: 50%;
	transform: scale(1.0);

	background-size: 35px;
	background-color: #2f7fc2;
	background-position: center;
	background-repeat: no-repeat;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.benefits .four_block .fb_one:hover .fb_logo {
	transform: scale(1.1);
	background-color: #1d5e95;
}

.benefits .four_block .fb_one .fb_cont {
	gap: 10px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.benefits .four_block .fb_one .fb_title {
	color: #2f7fc2;
	font-size: 18px;
	line-height: 22px;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.benefits .four_block .fb_one:hover .fb_title {
	color: #1d5e95;
}

.benefits .four_block .fb_one .fb_text {
	color: #555;
	font-size: 15px;
	line-height: 21px;
}

.benefits .other_block {
	gap: 20px;
	display: flex;
	flex-direction: column;
}

.benefits .other_block .ob_one {
	gap: 20px;
	display: flex;
	align-items: center;

	padding: 20px 0 0;
	border-top: 1px solid #efefef;
}

.benefits .other_block .ob_one .ob_cont {
	gap: 10px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.benefits .other_block .ob_one .ob_logo {
	width: 90px;
	height: 90px;
	flex-shrink: 0;
	transform: scale(1.0);

	background-size: 70px;
	background-repeat: no-repeat;
	background-position: center left;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.benefits .other_block .ob_one:hover .ob_logo {
	transform: scale(1.1);
}

.benefits .other_block .ob_one .ob_title {
	color: #2f7fc2;
	font-size: 23px;
	font-weight: 900;
	line-height: 23px;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.benefits .other_block .ob_one:hover .ob_title {
	color: #1d5e95;
}

.benefits .other_block .ob_one .ob_text {
	color: #333;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: -0.1px;
}

.benefits .right {
	min-height: 400px;
	border-radius: 20px;
	overflow: hidden;
	background: var(--site_color_dark);
}

.benefits .right .top {
	padding: 40px 17px 20px;
	position: relative;
	background: #2f7fc2;

	text-align: center;
}

.benefits .right .top:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	display: inline-block;
	border: 175px solid transparent;
	border-top: 30px solid #2f7fc2;
}

.benefits .right .top .title {
	padding: 0 0 20px;
	color: #fff;
	font-size: 27px;
	line-height: 23px;
	font-weight: 900;
	letter-spacing: -0.1px;
}

.benefits .right .top .text {
	color: #aad1f2;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.1px;
}

.benefits .right .form {
	gap: 20px;
	display: flex;
	flex-direction: column;

	position: relative;
	padding: 70px 30px 40px;
}

.benefits .right .form input {
	display: block;
	width: 100%;
	outline: none;
	border: 0;
	background: #fff;
	padding: 11px 15px;
	border-radius: 6px;

	font-size: 16px;
	line-height: 16px;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.benefits .right .form input.empty {
	background: #ffb5b5;
}

.benefits .right .form .submit {
	margin: 0px 0 0;
	padding: 10px 0;
	border-radius: 6px;
	background: #2f7fc2;
	cursor: pointer;

	color: #fff;
	text-align: center;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;

	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.benefits .right .form .submit:hover {
	background: #1d5e95;
}

.benefits .right .form .after_reg {
	color: #fff;
	text-align: center;
}

.benefits .form .confirm {
	margin: 0;
	padding: 0;
}

.benefits .form .confirm .text {
	color: #b6b6b6;
	font-size: 13px;
	line-height: 17px;
}

.benefits .form .confirm .text a {
	color: #2f7fc2;
	text-decoration: none;
}

.benefits .form .confirm .text a:hover {
	text-decoration: underline;
}

/*** benefits ***/