* {
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 0;
	vertical-align: top;
}
html,
body {
	height: 100%;
	width: 100%;
}
h1,
h2,
h3,
h4 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
th,
td {
	text-align: left;
	vertical-align: top;
}
a img {
	border: 0;
}
img {
	height: auto;
	max-width: 100%;
}
object,
embed,
video,
iframe {
	max-width: 100%;
}
.default_font {
	font-size: 18px;
	line-height: 25px;
}
.larger_font {
	font-size: 20px;
	line-height: 30px;
}
.transition {
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}
.strut {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	height: 0;
	width: 100%;
}
.uppercase {
	letter-spacing: 1px;
	text-transform: uppercase;
}
.inline_block {
	display: inline-block;
}
/*.hidden {*/
/*	display: none;*/
/*}*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
.aleft {
	text-align: left;
}
.aright {
	text-align: right;
}
.acenter {
	text-align: center;
}
.ajustify {
	text-align: justify;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.fixed {
	position: fixed;
}
.w75 {
	width: 75%;
}
.w66 {
	width: 66.66%;
}
.w50 {
	width: 50%;
}
.w33 {
	width: 33.33%;
}
.w30 {
	width: 30%;
}
.w25 {
	width: 25%;
}
.w20 {
	width: 20%;
}
.w16 {
	width: 16.66%;
}
a {
	color: #424242;
	text-decoration: none;
}
a:hover,
a:active {
	color: #424242;
	text-decoration: underline;
}
.pseudolink {
	border-bottom: 1px dashed #424242;
	color: #424242;
	cursor: pointer;
}
.pseudolink:hover {
	border-bottom: 1px dashed #424242;
	color: #424242;
}
body {
	font-size: 18px;
	line-height: 25px;
	color: #424242;
	font-family: 'Fira Sans';
	font-weight: 400;
	min-width: 360px;
}
.container_cont {
	position: relative;
	min-height: 100%;
	overflow: hidden;
}
.container {
	padding: 115px 0 150px;
}
header {
	position: fixed;
	background: #fff;
	border-bottom: 1px solid #e5edf7;
	left: 0;
	padding: 14px 0 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
header .phones {
	float: right;
	position: relative;
	line-height: 22px;
	margin: 8px 0 0;
}

header .phones a {
	display: inline-block;
	font-size: 13px;
}

header .phones .slogan {
	color: #004dac;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
	text-align: right;
}

header .phones .phone-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	/*gap: 10px;*/
}

header .phones .phone-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

header .phones .phone {
	font-size: 14px;
	white-space: nowrap;
}

header .phones .auth-links {
	text-align: left;
	white-space: nowrap;
}

header .phones .auth-links a {
	display: inline-block;
	line-height: 1.3;
}
header .logo {
	float: left;
	display: block;
	margin: 0 30px 25px 0;
}
header .top_menu {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 27px 0 0;
}
header .top_menu a:hover {
	color: #004dac;
	text-decoration: none;
}
header .top_menu ul {
	margin: 0;
}
header .top_menu ul li {
	display: inline-block;
	background: none;
	border-radius: 16px;
	line-height: 32px;
	margin: 0 10px 0 0;
	padding: 0 11px;
}
header .top_menu ul .selected {
	border: 1px solid #004dac;
	color: #004dac;
	line-height: 30px;
	padding: 0 10px;
}
header .top_menu ul .selected a {
	color: #004dac;
}
.header_small {
	padding: 0;
}
.header_small .logo {
	margin: 0 30px 10px 0;
}
.content {
	position: relative;
	margin: 0 auto;
	min-width: 360px;
	padding: 0 20px;
	max-width: 1200px;
}
.content h1,
.content .h1 {
	text-align: center;
	position: relative;
	color: #004dac;
	font-size: 50px;
	line-height: 60px;
	margin: 70px 0 30px;
	z-index: 5;
}
.content h2,
.content .h2 {
	text-align: center;
	color: #004dac;
	font-size: 50px;
	font-weight: 300;
	line-height: 60px;
	margin: 40px 0 35px;
}
.content h3,
.content .h3 {
	text-align: center;
	color: #004dac;
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
	margin: 40px 0 35px;
}
.content h4,
.content .h4 {
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #004dac;
	font-size: 25px;
	font-weight: 500;
	line-height: 35px;
	margin: 40px 0 35px;
}
.content p {
	margin: 0 0 17px;
}
.content path {
	fill: none;
	stroke: #004dac;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}
.content ul {
	margin: 0 0 17px;
}
.content ul ul {
	margin: 17px 0;
}
.content ul li {
	background: url('/bitrix/templates/kristalnaya/images/ul_marker.gif') 0 16px no-repeat;
	list-style-type: none;
	margin: 0 0 17px;
	padding: 0 0 0 45px;
}
.content ul .marker {
	float: left;
	margin: 2px 0 0 -45px;
}
.content ul .marker_fill_pink circle {
	fill: #e7a7ce;
}
.content ul .marker_fill_pink_light circle {
	fill: #ffd6ff;
}
.content ul .marker_fill_pink_dark circle {
	fill: #d278b4;
}
.content ul .marker_fill_blue circle {
	fill: #a8dee9;
}
.content ul .marker_fill_blue_light circle {
	fill: #c9ffff;
}
.content ul .marker_fill_blue_dark circle {
	fill: #6bb8be;
}
.content ul .marker_fill_green circle {
	fill: #c1e6d2;
}
.content ul .marker_fill_green_light circle {
	fill: #c1e6d2;
}
.content ul .marker_fill_green_dark circle {
	fill: #85cea8;
}
.content ul .marker_fill_purple circle {
	fill: #b0abe8;
}
.content ul .marker_fill_purple_light circle {
	fill: #c0c1dd;
}
.content ul .marker_fill_purple_dark circle {
	fill: #918dc2;
}
.content ul .marker_border_pink circle {
	fill: none;
	stroke: #e7a7ce;
	stroke-width: 3;
}
.content ul .marker_border_pink_light circle {
	fill: none;
	stroke: #ffd6ff;
	stroke-width: 3;
}
.content ul .marker_border_pink_dark circle {
	fill: none;
	stroke: #d278b4;
	stroke-width: 3;
}
.content ul .marker_border_blue circle {
	fill: none;
	stroke: #a8dee9;
	stroke-width: 3;
}
.content ul .marker_border_blue_light circle {
	fill: none;
	stroke: #c9ffff;
	stroke-width: 3;
}
.content ul .marker_border_blue_dark circle {
	fill: none;
	stroke: #6bb8be;
	stroke-width: 3;
}
.content ul .marker_border_green circle {
	fill: none;
	stroke: #c1e6d2;
	stroke-width: 3;
}
.content ul .marker_border_green_light circle {
	fill: none;
	stroke: #c1e6d2;
	stroke-width: 3;
}
.content ul .marker_border_green_dark circle {
	fill: none;
	stroke: #85cea8;
	stroke-width: 3;
}
.content ul .marker_border_purple circle {
	fill: none;
	stroke: #b0abe8;
	stroke-width: 3;
}
.content ul .marker_border_purple_light circle {
	fill: none;
	stroke: #c0c1dd;
	stroke-width: 3;
}
.content ul .marker_border_purple_dark circle {
	fill: none;
	stroke: #918dc2;
	stroke-width: 3;
}
.content ol {
	margin: 0 0 17px;
	padding-left: 30px;
}
.content ol ol {
	margin: 10px 0 17px;
}
.content ol li {
	margin: 0 0 10px;
}
.content .accident_ol {
	text-align: justify;
}
.content .accident_ol .li {
	text-align: left;
	display: inline-block;
	position: relative;
	font-size: 18px;
	line-height: 32px;
}
.content .accident_ol .li svg {
	position: absolute;
	left: -20px;
}
.content .accident_ol .li .digit {
	position: relative;
	color: #004dac;
	font-size: 100px;
	font-weight: 300;
	line-height: 100px;
}
.content .accident_ol_4 .li {
	width: 20%;
}
.content .accident_ol_4 .li svg {
	top: 10px;
}
.content .accident_ol_4 .li .digit {
	margin: 20px 0 0;
}
.content .accident_ol_3 .li {
	width: 30%;
	padding: 0 0 0 80px;
}
.content .accident_ol_3 .li svg {
	top: -10px;
}
.content .accident_ol_3 .li .digit {
	float: left;
	margin: 0 0 0 -80px;
}
.content .accident_ol_2 {
	font-size: 0;
}
.content .accident_ol_2 .li {
	width: 50%;
	padding: 0 4% 0 80px;
}
.content .accident_ol_2 .li svg {
	top: -10px;
}
.content .accident_ol_2 .li .digit {
	float: left;
	margin: 0 0 0 -80px;
}
.content .tbl {
	margin: 0 auto 17px;
}
.content .tbl th {
	background: #c6c6c6;
	border: 1px solid #fff;
	font-weight: 500;
	padding: 6px 13px;
	vertical-align: middle;
}
.content .tbl td {
	border: 1px solid #a0a0a0;
	padding: 6px 13px;
	vertical-align: middle;
}
.content_narrow {
	max-width: 800px;
}
.left_menu {
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	margin: 55px 0 90px;
	z-index: 10;
}
.left_menu a:hover {
	color: #004dac;
	text-decoration: none;
}
.left_menu ul li {
	display: inline-block;
	background: none;
	border-radius: 16px;
	line-height: 32px;
	margin: 0 10px 0 0;
	padding: 0 11px;
}
.left_menu ul .selected {
	border: 1px solid #004dac;
	color: #004dac;
	line-height: 30px;
	padding: 0 10px;
}
.left_menu ul .selected a {
	color: #004dac;
}
.anchor_menu {
	position: absolute;
	color: #004dac;
	font-size: 14px;
	left: 20px;
	line-height: 20px;
	width: 150px;
	z-index: 20;
}
.anchor_menu a {
	color: #004dac;
}
.anchor_menu strong {
	font-size: 18px;
	font-weight: 500;
}
.anchor_menu ul li {
	background: none;
	margin: 0 0 40px;
	opacity: 0.5;
}
.anchor_menu ul .selected {
	font-weight: 500;
	opacity: 1;
}
.anchor_menu_fixed {
	position: fixed;
	top: 130px;
}
.products {
	text-align: center;
	position: relative;
	margin: -35px -10px 65px;
}
.products p {
	margin: 0 0 5px;
}
.products a {
	color: #004dac;
}
.products .pseudolink {
	border-bottom: 1px solid #004dac;
	color: #004dac;
}
.products .bottle_volume {
	position: absolute;
	text-align: center;
	color: #c0c1dd;
	font-family: 'Open Sans';
	font-size: 500px;
	font-weight: 600;
	left: -50%;
	line-height: 500px;
	opacity: 0.25;
	top: -50px;
	width: 200%;
	z-index: -1;
}
.products .product {
	text-align: left;
	display: inline-block;
	position: relative;
	margin: 0 10px 20px;
	width: 200px;
}
.products .product .img {
	height: 310px;
	margin: 0 0 15px;
	text-align: center;
}
.products .product .img img {
	height: 310px;
}
.products .product .name {
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	margin: 0 0 20px;
}
.products .product .name span {
	font-size: 14px;
}
.products .product .price {
	float: left;
	font-size: 18px;
}
.products .product .price span {
	font-size: 25px;
	line-height: 22px;
}
.products .product .price_per_bottle {
	font-size: 14px;
	margin: -15px 0 5px;
}
.products .product .text {
	font-size: 14px;
	margin: 0 0 20px;
}
.products .product .button {
	float: right;
	background: none;
	font-size: 14px;
	height: 32px;
	line-height: 30px;
	margin: -2px 0 0;
	padding: 0 5px;
}
.products .product:hover .img img {
	height: 330px;
	margin: -10px;
}
.products_equipment {
	margin: 0 -10px 65px;
}
.products_equipment p {
	margin: 0 auto 5px;
	max-width: 760px;
}
.products_intro {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}
.products_block {
	margin: 0 0 145px;
}
.products_block a {
	position: absolute;
	text-align: center;
	display: block;
	width: 100%;
	z-index: 10;
}
.products_block img {
	max-width: none;
}
.products_block .first {
	left: -50%;
}
.products_block .text {
	float: left;
	font-size: 20px;
	line-height: 30px;
	width: 66.66%;
	height: 235px;
	padding: 55px 10% 0;
}
.products_block .square {
	float: left;
	position: relative;
	width: 16.66%;
	height: 235px;
}
.products_block .square svg {
	position: absolute;
	left: 50%;
	margin: -100px 0 0 -100px;
	top: 50%;
}
.products_block .square_pink {
	background: #e7a7ce;
}
.products_block .square_pink_light {
	background: #ffd6ff;
}
.products_block .square_pink_dark {
	background: #d278b4;
}
.products_block .square_blue {
	background: #a8dee9;
}
.products_block .square_blue_light {
	background: #c9ffff;
}
.products_block .square_blue_dark {
	background: #6bb8be;
}
.products_block .square_green {
	background: #c1e6d2;
}
.products_block .square_green_light {
	background: #c1e6d2;
}
.products_block .square_green_dark {
	background: #85cea8;
}
.products_block .square_purple {
	background: #b0abe8;
}
.products_block .square_purple_light {
	background: #c0c1dd;
}
.products_block .square_purple_dark {
	background: #918dc2;
}
.products_block .square_pink:hover {
	background: #ff8fd3;
}
.products_block .square_pink_light:hover {
	background: #ffd6ff;
}
.products_block .square_pink_dark:hover {
	background: #ff4bc3;
}
.products_block .square_blue:hover {
	background: #92edff;
}
.products_block .square_blue_light:hover {
	background: #c9ffff;
}
.products_block .square_blue_dark:hover {
	background: #2af0ff;
}
.products_block .square_green:hover {
	background: #a8ffd0;
}
.products_block .square_green_light:hover {
	background: #a8ffd0;
}
.products_block .square_green_dark:hover {
	background: #54ffa6;
}
.products_block .square_purple:hover {
	background: #9d94ff;
}
.products_block .square_purple_light:hover {
	background: #9ea1ff;
}
.products_block .square_purple_dark:hover {
	background: #5d50ff;
}
.product_cont .left {
	float: left;
	font-size: 20px;
	line-height: 30px;
	width: 66.66%;
	margin: 0 0 60px;
}
.product_cont .left img {
	float: left;
	position: relative;
	display: block;
	margin: -100px 0 25px -25px;
}
.product_cont .left .brief {
	position: relative;
	background: #d35f6d;
	color: #fff;
	margin: 0 0 30px;
	padding: 20px 50px 50px 0;
}

.product_cont .left .brief img {
    max-width: 336px;
}
.product_cont .left .brief img + .paramsB {
    width: calc(100% - 336px + 25px);
    float: right;
}
.product_cont .left .brief .paramsB > div:nth-child(2).price {
    margin-top: 44px
}
.product_cont .left .brief .price {
	float: left;
	font-size: 40px;
	line-height: 65px;
	margin: 26px 0 0;
}
.product_cont .left .brief .price span {
	font-size: 65px;
	line-height: 50px;
}
.product_cont .left .brief .bottle_volume {
	float: left;
	font-size: 16px;
	line-height: 65px;
}
.product_cont .left .brief .bottle_volume .digit {
	font-size: 40px;
	margin: -15px 0 0;
}
.product_cont .left .brief .bottle_volume .digit span {
	font-size: 65px;
	line-height: 50px;
}
.product_cont .left .brief .bottles_per_pack {
	text-align: right;
	float: right;
	font-size: 16px;
	line-height: 26px;
    clear: right;
}
.product_cont .left .brief .button {
	float: right;
	box-shadow: 0 5px 10px #424242;
	font-size: 25px;
	height: 57px;
	line-height: 55px;
	margin: 35px 0 70px;
}
.product_cont .left .brief .clear {
	clear: right;
}
.product_cont .left .w50 {
	margin: 0 0 55px -45px;
	padding: 0 45px 0 0;
}
.product_cont .left .description {
	font-size: 25px;
	line-height: 40px;
	margin: 0 0 70px 310px;
}
.product_cont .left .bg_color {
	position: absolute;
	background: #d35f6d;
	height: 100%;
	right: 100%;
	top: 0;
	width: 100%;
}
.product_cont .left .bg_img {
	position: absolute;
	left: -165px;
	margin: 0;
	max-width: none;
	top: -130px;
	z-index: -1;
}
.product_cont .right {
	float: left;
	width: 33.33%;
	margin: 0 0 60px;
}
.product_cont .right .recommendation {
	position: relative;
	color: #fff;
	line-height: 26px;
	margin: 0 0 30px;
	padding: 30px;
}
.product_cont .right .recommendation p {
	position: relative;
}
.product_cont .right .recommendation .bg {
	position: absolute;
	background: url('/bitrix/templates/kristalnaya/images/product_recommendation_bg.jpg');
	background-size: cover;
	height: 100%;
	left: 0;
	top: 0;
	width: 300%;
}
.product_cont .right .composition {
	line-height: 30px;
	margin: 0 30px 30px;
}
.product_cont .right .composition table {
	width: 100%;
}
.product_cont .right .composition .name {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #004dac;
	font-weight: 700;
	margin: 0 0 13px;
}
.product_cont .right .composition .key {
	background: url('/bitrix/templates/kristalnaya/images/dots.png') 100% 100% repeat-x;
}
.product_cont .right .composition .key span {
	background: #fff;
	padding: 0 5px 0 0;
}
.product_cont .right .composition .value {
	text-align: right;
	background: url('/bitrix/templates/kristalnaya/images/dots.png') 0 100% repeat-x;
	white-space: nowrap;
	vertical-align: bottom;
}
.product_cont .right .composition .value span {
	background: #fff;
	padding: 0 0 0 5px;
}
.product_cont .right .certificates {
	margin: 0 30px 30px;
}
.product_cont .right .certificates .name {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #004dac;
	font-weight: 700;
	margin: 0 0 13px;
}
.product_cont .right .certificates .certificate {
	display: block;
	margin: 0 0 5px;
}
.cart_block {
	position: fixed;
	border-radius: 5px 0 0 0;
	bottom: 0;
	box-shadow: 0 0 10px #424242;
	font-size: 16px;
	line-height: 20px;
	right: 0;
	width: 360px;
	z-index: 50;
}
.cart_block a {
	text-decoration: underline;
}
.cart_block .name {
	float: left;
	width: 170px;
}
.cart_block .quantity {
	float: left;
	margin: 0 10px;
	width: 40px;
}
.cart_block .price {
	text-align: right;
	float: left;
	width: 60px;
}
.cart_block .brief {
	background: #004dac;
	border-radius: 5px 0 0 0;
	color: #fff;
	display: block;
	padding: 11px 20px 13px;
}
.cart_block .brief a {
	color: #fff;
}
.cart_block .brief .quantity {
	font-weight: 700;
}
.cart_block .brief .price {
	font-weight: 700;
}
.cart_block .full {
	background: #fff;
	border-radius: 5px 0 0 0;
	padding: 20px 20px 0;
}
.cart_block .full .product {
	position: relative;
	margin: 0 0 15px;
}
.cart_block .full .product .name span {
	color: #a0a0a0;
}
.cart_block .full .product .remove {
	position: absolute;
	background: url('/bitrix/templates/kristalnaya/images/arrows.png') -142px -87px;
	cursor: pointer;
	height: 13px;
	opacity: 0.5;
	right: -15px;
	top: 3px;
	width: 13px;
}
.cart_block .full .product .remove:hover {
	transform: rotate(90deg);
}
.cart_block .full .products_cont {
	margin: 0 -20px;
	padding: 0 20px;
	max-height: 260px;
	overflow-y: scroll;
}
.cart_block .full .total {
	border-top: 1px solid #e5edf7;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 15px 0 0;
}
.cart_block .full .total .quantity {
	font-weight: 700;
}
.cart_block .full .total .price {
	font-weight: 700;
}
.cart_block .full .order_link {
	text-align: center;
	float: left;
	width: 50%;
	background: #004dac;
	border-radius: 0 5px 0 0;
	color: #fff;
	margin: 0 0 0 -20px;
	padding: 11px 0 13px;
	text-decoration: none;
}
.cart_block .full .turn_out {
	text-align: center;
	float: left;
	width: 50%;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 0 0;
}
.cart_block .turn_in {
	cursor: pointer;
}
.cart_block_brief .brief {
	display: block;
}
.cart_block_brief .full {
	display: none;
}
.cart_block_full .brief {
	display: none;
}
.cart_block_full .full {
	display: block;
}
.cart_cont .data {
	float: left;
	width: 75%;
	margin: 0 0 60px;
	padding: 0 5% 0 0;
}
.cart_cont .data strong {
	font-weight: 500;
}
.cart_cont .data a {
	color: #004dac;
}
.cart_cont .data .cart {
	width: 100%;
}
.cart_cont .data .cart span {
	font-size: 25px;
	line-height: 22px;
}
.cart_cont .data .cart td {
	position: relative;
	font-size: 20px;
	line-height: 25px;
	padding: 30px 0 30px 20px;
}
.cart_cont .data .cart img {
	max-width: none;
}
.cart_cont .data .cart .image {
	padding: 0 0 30px;
}
.cart_cont .data .cart .name {
	font-size: 20px;
	line-height: 30px;
	color: #004dac;
	font-weight: 500;
}
.cart_cont .data .cart .price {
	text-align: right;
	white-space: nowrap;
}
.cart_cont .data .cart .pack_price {
	text-align: left;
}
.cart_cont .data .cart .quantity {
	text-align: center;
	white-space: nowrap;
}
.cart_cont .data .cart .quantity .digit {
	text-align: center;
	display: inline-block;
	margin: 0 8px;
	min-width: 50px;
	white-space: nowrap;
}
.cart_cont .data .cart .quantity .minus {
	display: inline-block;
	border-right: 10px solid #004dac;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	cursor: pointer;
	margin: 2px 0 0;
}
.cart_cont .data .cart .quantity .plus {
	display: inline-block;
	border-left: 10px solid #004dac;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	cursor: pointer;
	margin: 2px 0 0;
}
.cart_cont .data .cart .quantity .minus:hover {
	border-right: 10px solid #424242;
}
.cart_cont .data .cart .quantity .plus:hover {
	border-left: 10px solid #424242;
}
.cart_cont .data .cart .product .gray {
	color: #c6c6c6;
	font-size: 16px;
	font-weight: 400;
}
.cart_cont .data .cart .product .gray span {
	font-size: 16px;
}
.cart_cont .data .cart .product .remove {
	position: absolute;
	background: url('/bitrix/templates/kristalnaya/images/arrows.png') -140px -85px;
	cursor: pointer;
	height: 17px;
	right: -35px;
	top: 31px;
	width: 17px;
}
.cart_cont .data .cart .product .remove:hover {
	transform: rotate(90deg);
}
.cart_cont .data .cart .products_total {
	background: url('/bitrix/templates/kristalnaya/images/dots.png') 0 66px repeat-x;
	border-top: 1px solid #c6c6c6;
}
.cart_cont .data .cart .products_total td {
	padding: 50px 0 10px 20px;
}
.cart_cont .data .cart .products_total .white {
	background: #fff;
	font-size: 20px;
	line-height: 25px;
	margin: 0 -5px;
	padding: 0 5px;
}
.cart_cont .data .cart .products_total .name {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #424242;
	padding-left: 0;
}
.cart_cont .data .cart .products_total .name .white {
	font-size: 25px;
	line-height: 22px;
}
.cart_cont .data .cart .products_total .quantity {
	padding-left: 30px;
	padding-right: 10px;
}
.cart_cont .data .cart .products_total .corner {
	position: absolute;
	bottom: -1px;
	left: 50%;
	z-index: 10;
}
.cart_cont .data .cart .products_total .corner_gray {
	border-bottom: 11px solid #c6c6c6;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
}
.cart_cont .data .cart .products_total .corner_white {
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin: 0 1px;
}
.cart_cont .data .consumption_hint {
	font-size: 20px;
	line-height: 30px;
	position: relative;
	width: 66.66%;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	margin: 0 0 60px;
	padding: 15px 25px 10px;
}
.cart_cont .data .consumption_hint strong {
	white-space: nowrap;
}
.cart_cont .data .points {
	font-size: 20px;
	line-height: 30px;
	color: #004dac;
	margin: 0 0 50px;
}
.cart_cont .data .points .consumption {
	margin: 0 25px;
}
.cart_cont .data .cart_total tr {
	background: url('/bitrix/templates/kristalnaya/images/dots.png') 0 19px repeat-x;
}
.cart_cont .data .cart_total td {
	padding: 0;
}
.cart_cont .data .cart_total .white {
	font-size: 20px;
	line-height: 30px;
	background: #fff;
	margin: 0 -5px;
	padding: 0 5px;
}
.cart_cont .data .cart_total .white span {
	line-height: 27px;
}
.cart_cont .order_options {
	text-align: justify;
	background: #e5edf7;
	margin: 0 0 70px;
	padding: 60px 0 30px;
}
.cart_cont .order_options .order_option {
	text-align: left;
	display: inline-block;
	width: 16.66%;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 30px;
}
.cart_cont .order_options .order_option .pseudolink {
	border-bottom: 1px dashed #004dac;
	color: #004dac;
	font-size: 17px;
	font-weight: 400;
}
.cart_cont .order_options .order_option .name {
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 20px;
}
.cart_cont .order_options .order_option .option {
	display: inline-block;
	border: 1px solid #e5edf7;
	color: #004dac;
	cursor: pointer;
	margin: 0 0 0 -11px;
	opacity: 0.5;
	padding: 4px 10px;
}
.cart_cont .order_options .order_option .option:hover {
	opacity: 1;
}
.cart_cont .order_options .order_option .option_selected {
	border: 1px solid #004dac;
	border-radius: 20px;
	opacity: 1;
}
.cart_cont .order_options .order_option .option_disabled {
	color: #424242;
}
.cart_cont .order_options .order_option .option_disabled:hover {
	cursor: default;
	opacity: 0.5;
}
.cart_cont .order_options .order_option .button {
	float: right;
	font-size: 25px;
	height: 57px;
	line-height: 55px;
}
.cart_cont .order_options .order_option:first-of-type {
	width: 25%;
}
.cart_cont .order_options .hidden {
	display: none;
}
.orders {
	float: left;
	font-size: 20px;
	line-height: 30px;
	width: 75%;
	padding: 0 5% 0 0;
}
.orders span {
	font-size: 25px;
	line-height: 27px;
}
.orders .name {
	float: left;
	width: 33.33%;
	color: #004dac;
	font-weight: 500;
	padding: 0 20px 0 0;
}
.orders .volume {
	float: left;
	width: 16.66%;
	padding: 0 20px 0 0;
}
.orders .price {
	text-align: right;
	float: left;
	width: 16.66%;
	white-space: nowrap;
}
.orders .pack_price {
	text-align: center;
	float: left;
	padding: 0 20px 0 0;
}
.orders .quantity {
	text-align: center;
	float: left;
	width: 16.66%;
	padding: 0 20px 0 0;
	white-space: nowrap;
}
.orders .order {
	margin: 0 0 85px;
}
.orders .order .date {
	color: #004dac;
	font-size: 25px;
	font-weight: 500;
}
.orders .order .date_insert {
	display: inline-block;
	color: #a0a0a0;
	font-size: 16px;
	margin: 0 20px 15px 0;
}
.orders .order .status {
	display: inline-block;
	color: #a0a0a0;
	font-size: 16px;
	margin: 0 20px 15px 0;
}
.orders .order .status_o {
	color: #d35f6d;
}
.orders .order .status_n {
	color: #85cea8;
}
.orders .order .status_p {
	color: #85cea8;
}
.orders .order .product {
	margin: 0 0 15px;
}
.orders .order .total {
	background: url('/bitrix/templates/kristalnaya/images/dots.png') 0 50px repeat-x;
	border-top: 1px solid #c6c6c6;
	margin: 23px 0 0;
	padding: 33px 0 0;
}
.orders .order .total .name {
	background: #fff;
}
.orders .order .total .white {
	background: #fff;
	font-size: 20px;
	margin: 0 -5px;
	padding: 0 5px;
}
.orders .order .total .white span {
	line-height: 23px;
}
.orders .order .total .button {
	position: relative;
	margin: -9px 0 0;
}
.profile {
	float: left;
	width: 75%;
}
.profile a:hover {
	text-decoration: none;
}
.profile .data {
	float: left;
	width: 50%;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	padding: 0 5% 0 0;
}
.profile .data p {
	margin: 0 0 8px;
}
.profile .data p a {
	color: #004dac;
}
.profile .data p .gray {
	color: #a0a0a0;
	font-weight: 400;
}
.profile .data p .gray .pseudolink {
	border-bottom: 1px dashed #a0a0a0;
	color: #a0a0a0;
}
.profile .data p .gray .pseudolink:hover {
	border-bottom: 1px dashed #424242;
	color: #424242;
}
.profile .data input,
.profile .data select {
	margin: 0 0 30px;
}
.profile .data .name {
	font-size: 20px;
	line-height: 30px;
	color: #004dac;
	font-weight: 500;
	margin: 14px 0 25px;
}
.profile .data .w25 {
	display: inline-block;
	margin: 0 10px 0 0;
}
.profile .data .w20 {
	display: inline-block;
	margin: 0 10px 0 0;
}
.profile .add {
	color: #004dac;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	margin: 20px 0;
}
.profile .add .plus {
	text-align: center;
	display: inline-block;
	border: 1px solid #004dac;
	border-radius: 50%;
	font-size: 40px;
	font-weight: 300;
	line-height: 20px;
	margin: 0 8px 0 0;
	padding: 2px 0 0;
	width: 22px;
}
.profile .add:hover {
	color: #424242;
}
.profile .add:hover .plus {
	border: 1px solid #424242;
}
.profile .button {
	margin: 0 15px 0 0;
}
.profile .error_block {
	margin: 0 5% 15px 0;
}
.profile .ok_block {
	margin: 0 5% 15px 0;
}
.profile .status_block {
	margin: 0 5% 15px 0;
}
.calculator_block {
	text-align: left;
	width: 25%;
}
.calculator_block h4 {
	text-align: left;
	text-transform: none;
}
.calculator_block .calculator {
	position: relative;
	border: 1px solid #e5edf7;
	font-size: 20px;
	font-weight: 400;
	line-height: 45px;
	margin: 0 0 50px;
	padding: 20px 25px 35px;
}
.calculator_block .calculator .digit {
	font-size: 35px;
}
.calculator_block .calculator .current_value {
	margin: 0	0 10px;
}
.calculator_block .calculator .volume {
	position: absolute;
	border: 1px solid #004dac;
	border-radius: 11px;
	bottom: 45px;
	overflow: hidden;
	right: 25px;
	top: 35px;
	width: 22px;
}
.calculator_block .calculator .volume .active {
	position: absolute;
	background: #d35f6d;
	bottom: 0;
	width: 100%;
}
.calculator_block .calculator .volume .point {
	position: absolute;
	background: #004dac;
	height: 2px;
	margin: 0 0 -1px;
	width: 50%;
}
.calculator_block .calculator_empty {
	border: 1px solid #6bb8be;
	font-size: 25px;
	line-height: 35px;
	padding: 25px 25px 20px;
}
.calculator_block .calculator_empty a {
	color: #004dac;
	font-size: 20px;
}
.calculator_block .calculator_empty p {
	margin: 0 0 5px;
}
.calculator_block .family_members .family_member {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	margin: 0 0 50px;
}
.calculator_block .family_members .family_member p {
	margin: 0 0 8px;
}
.calculator_block .family_members .family_member input {
	margin: 0 0 30px;
}
.calculator_block .family_members .family_member .name {
	color: #a0a0a0;
	margin: 0 0 20px;
}
.calculator_block .family_members .family_member .draggable_cont {
	position: relative;
	height: 46px;
	margin: 10px 0 15px;
}
.calculator_block .family_members .family_member .draggable_cont .bg {
	position: absolute;
	background: #004dac;
	height: 1px;
	top: 11px;
	width: 100%;
}
.calculator_block .family_members .family_member .draggable_cont .dragger {
	position: absolute;
	background: #fff;
	border: 2px solid #004dac;
	border-radius: 50%;
	cursor: pointer;
	height: 20px;
	top: 0;
	width: 20px;
}
.calculator_block .family_members .family_member .draggable_cont .legend {
	position: absolute;
	bottom: 0;
	color: #c6c6c6;
	font-weight: 400;
}
.calculator_block .family_members .family_member .draggable_cont .legend_min {
	left: 0;
}
.calculator_block .family_members .family_member .draggable_cont .legend_max {
	right: 0;
}
.calculator_block .family_members .family_member .remove {
	position: absolute;
	background: url('/bitrix/templates/kristalnaya/images/arrows.png') -140px -85px;
	cursor: pointer;
	height: 17px;
	right: 0;
	top: 6px;
	width: 17px;
}
.calculator_block .family_members .family_member .remove:hover {
	transform: rotate(90deg);
}
.calculator_block .family_members .family_member .button {
	margin: 0;
}
.calculator_block .family_members .family_member .w25 {
	margin: 0 10px 0 0;
}
.calculator_block .add_family_member {
	color: #004dac;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 50px;
}
.calculator_block .add_family_member .plus {
	text-align: center;
	display: inline-block;
	border: 1px solid #004dac;
	border-radius: 50%;
	font-size: 40px;
	font-weight: 300;
	line-height: 20px;
	margin: 0 8px 0 0;
	padding: 2px 0 0;
	width: 22px;
}
.calculator_block .add_family_member:hover {
	color: #424242;
}
.calculator_block .add_family_member:hover .plus {
	border: 1px solid #424242;
}
.register form {
	float: left;
	width: 50%;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}
.register form p {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 8px;
	line-height: 25px;
}
.register form p a {
	color: #004dac;
}
.register form p .gray {
	color: #a0a0a0;
	font-weight: 400;
}
.register form input,
.register form select {
	margin: 0 0 30px;
}
.register form .name {
	font-size: 20px;
	line-height: 30px;
	color: #004dac;
	font-weight: 500;
	margin: 14px 0 25px;
}
.register form .w25 {
	display: inline-block;
	margin: 0 10px 0 0;
}
.register form .w20 {
	display: inline-block;
	margin: 0 10px 0 0;
}
.register form .small {
	color: #a0a0a0;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.register .benefits_block {
	float: left;
	width: 50%;
	padding: 25px 0 0 50px;
}
.register .benefits_block .benefit {
	display: block;
	margin: 0 0 40px;
	width: auto;
}
.articles {
	text-align: justify;
}
.articles .article {
	text-align: center;
	display: inline-block;
	width: 30%;
	margin: 0 0 50px;
}
.articles .article img {
	margin: 0 0 30px;
}
.articles .article .name {
	color: #004dac;
	display: block;
	font-size: 25px;
	font-weight: 500;
	line-height: 35px;
}
.articles .article:hover .name {
	text-decoration: underline;
}
.articles .w16 {
	display: inline-block;
}
.article_cont p {
	line-height: 32px;
}
.article_cont a {
	color: #004dac;
}
.article_cont a:hover {
	text-decoration: none;
}
.article_cont h4 {
	text-align: left;
	margin: 60px 0 15px;
}
.article_cont .circles {
	position: absolute;
	margin: -40px 0 0 -157px;
}
.article_cont .icon {
	position: absolute;
	margin: -40px 0 0 -150px;
}
.article_cont .slogan {
	font-size: 25px;
	line-height: 40px;
}
.article_cont .slogan strong {
	font-weight: 500;
}
.article_cont .w50 {
	display: inline-block;
	vertical-align: middle;
}
.article_cont .w50:first-of-type {
	position: relative;
	margin: 0 -7.5% 0 7.5%;
	z-index: 10;
}
.article_cont .w50:last-of-type {
	margin: 0 0 0 -7.5%;
}
.article_cont .w33 {
	display: inline-block;
	position: relative;
	margin: 0 -7.5% 0 7.5%;
	vertical-align: middle;
	z-index: 10;
}
.article_cont .w66 {
	display: inline-block;
	margin: 0 0 0 -7.5%;
	vertical-align: middle;
}
.article_cont .w66 img {
	margin: -170px 0 -100px;
	max-width: none;
}
.article_cont .visual {
	background: url('/bitrix/templates/kristalnaya/images/articles_visual.jpg') 50% 0;
	height: 900px;
	margin: 0 0 -550px;
	width: 100%;
}
.reviews .review {
	position: relative;
	margin: 0 0 60px;
}
.reviews .review svg {
	position: absolute;
	left: 0;
	margin: -100px 0 0;
	top: 25%;
}
.reviews .review .name {
	float: left;
	position: relative;
	width: 25%;
	font-size: 16px;
	padding: 0 5% 0 0;
	z-index: 10;
}
.reviews .review .name .date {
	color: #a0a0a0;
	display: none;
}
.reviews .review .date {
	text-align: right;
	float: left;
	position: relative;
	width: 25%;
	font-size: 16px;
	margin: 4px 0 0;
	padding: 0 0 0 5%;
}
.reviews .review .question {
	float: left;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	width: 50%;
	color: #004dac;
	font-weight: 500;
	margin: 0 0 30px;
	z-index: 10;
}
.reviews .review .answer {
	float: left;
	font-size: 18px;
	line-height: 25px;
	position: relative;
	width: 50%;
	border-left: 1px solid #c6c6c6;
	box-sizing: border-box;
	margin: 0 0 5px;
	padding-left: 30px;
}
.reviews .review .corner_gray {
	border-right: 15px solid #c6c6c6;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	top: 14px;
	right: 100%;
}
.reviews .review .corner_white {
	border-right: 14px solid #fff;
	border-bottom: 9px solid transparent;
	border-top: 9px solid transparent;
	top: 15px;
	right: 100%;
}
.reviews .review .border {
	position: absolute;
	background: #c6c6c6;
	height: 1px;
	right: 100px;
	top: 16px;
	width: 60%;
}
.reviews_block a {
	text-decoration: none;
}
.reviews_form {
	margin: 0 auto 100px;
	width: 50%;
}
.reviews_form input,
.reviews_form textarea {
	margin: 0 0 10px;
}
.reviews_form .button {
	margin: 10px 0 0;
}
.specials .special {
	text-align: justify;
	display: block;
	margin: 0 0 55px;
	text-decoration: none;
}
.specials .special .image {
	display: inline-block;
	width: 30%;
}
.specials .special .name {
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #004dac;
	font-size: 25px;
	font-weight: 500;
	line-height: 35px;
	margin: 0 0 30px;
}
.specials .special .text {
	text-align: left;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	width: 66.66%;
}
.specials .special .button {
	margin: 20px 0 0;
}
.specials .special:hover .button {
	border: 1px solid #004dac;
	color: #004dac;
}
.specials_block .special {
	text-align: center;
	float: left;
	position: relative;
	width: 33.33%;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
}
.specials_block .special img {
	position: relative;
}
.specials_block .special .name {
	position: absolute;
	bottom: -200px;
	font-size: 25px;
	line-height: 35px;
	opacity: 0.9;
	padding: 50px 5% 230px;
	width: 100%;
}
.specials_block .special .text {
	position: absolute;
	opacity: 0;
	padding: 0 15%;
	top: 100px;
	transition-delay: 0.4s;
	width: 100%;
}
.specials_block .special .button {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 30px;
	margin: 10px auto 0;
}
.specials_block .special .bg {
	position: absolute;
	background-position: 50% 50%;
	height: 100%;
	opacity: 0.4;
	width: 100%;
}
.specials_block .special:hover {
	text-decoration: none;
}
.specials_block .special:hover .name {
	bottom: 0;
}
.specials_block .special:hover .text {
	opacity: 1;
}
.specials_personal_block {
	text-align: center;
	float: left;
	width: 25%;
}
.specials_personal_block a:hover {
	text-decoration: none;
}
.specials_personal_block .special {
	font-size: 16px;
	line-height: 25px;
}
.specials_personal_block .special img {
	margin: 0 0 20px;
}
.specials_personal_block .special .name {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #004dac;
	font-size: 25px;
	font-weight: 500;
	line-height: 35px;
	margin: 0 0 20px;
}
.specials_personal_block .special:hover .button {
	border: 1px solid #004dac;
	color: #004dac;
}
.specials_personal_block .button {
	margin: 0 0 30px;
}
.special_cont a:hover {
	text-decoration: none;
}
.clients_cont .slogan {
	font-size: 25px;
	line-height: 40px;
}
.distributors_cont .map {
	position: absolute;
	height: 600px;
	left: 0;
	top: 0;
	width: 50%;
	z-index: 10;
}
.distributors_cont .map .map_baloon {
	color: #424242;
	font-family: 'Fira Sans';
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	padding: 0 0 10px;
}
.distributors_cont .map .map_baloon .name {
	color: #004dac;
	display: block;
	font-size: 18px;
	margin: 10px 0 0;
}
.distributors_cont .map .map_baloon .options {
	font-weight: 500;
}
.distributors_cont .slogan {
	font-size: 25px;
	line-height: 40px;
}
.distributors_cont .benefits_block {
	margin: 0;
}
.distributors_cont .benefits_block .bg {
	margin: 50px 0 0;
}
.distributors_cont .distributors {
	height: 590px;
	margin: 0 0 0 50%;
	padding: 10px 2.5% 0 5%;
	overflow-y: scroll;
	width: 42.5%;
}
.distributors_cont .distributors .distributor {
	text-align: justify;
	margin: -10px 0 0;
}
.distributors_cont .distributors .distributor .brief {
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	width: 50%;
	padding: 0 20px 0 0;
}
.distributors_cont .distributors .distributor .brief .name {
	color: #004dac;
	font-size: 20px;
}
.distributors_cont .distributors .distributor .brief .options {
	font-weight: 500;
}
.distributors_cont .distributors .distributor .contacts {
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	width: 50%;
	color: #a0a0a0;
}
.distributors_cont .form {
	background: url('/bitrix/templates/kristalnaya/images/distributors_bg.jpg') 50% 0 no-repeat;
	min-height: 550px;
	padding: 150px 0 0;
}
.distributors_cont .form form {
	display: inline-block;
	width: 30%;
}
.distributors_cont .form form input:not([type=checkbox]),
.distributors_cont .form form textarea {
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 0 4px 10px #004dac;
	margin: 0 0 10px;
}
.distributors_cont .form form input:focus,
.distributors_cont .form form textarea:focus {
	border: 1px solid #004dac;
}
.distributors_cont .form form .error_input {
	background-color: #ffe9ec;
	border: 1px solid #d35f6d;
}
.distributors_cont .form form .error_input:focus {
	background: #fff;
	border: 1px solid #004dac;
}
.distributors_cont .form form input.button {
	background: #004dac;
	border: 1px solid #004dac;
	color: #fff;
	margin: 10px 0 0;
}
.distributors_cont .form .intro {
	display: inline-block;
	width: 50%;
}
.distributors_cont .form .intro p {
	color: #004dac;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin: 0 0 25px;
}
.distributors_cont .form .intro p span {
	font-size: 30px;
	line-height: 40px;
}
.company_cont p {
	line-height: 32px;
}
.company_cont .w50 {
	float: left;
}
.company_cont .slogan {
	font-size: 25px;
	line-height: 40px;
}
.company_cont .slogan strong {
	font-weight: 500;
}
.company_cont .bg_left {
	position: absolute;
	left: 0;
	top: 250px;
}
.company_cont .bg_right {
	position: absolute;
	right: 0;
	top: 115px;
}
.company_rewards_cont .slogan {
	font-size: 25px;
	line-height: 40px;
}
.company_rewards_cont .slogan strong {
	font-weight: 500;
}
.company_rewards_cont .rewards {
	text-align: justify;
}
.company_rewards_cont .rewards .reward {
	text-align: center;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	width: 30%;
	margin: 0 0 20px;
}
.company_rewards_cont .rewards .w16 {
	display: inline-block;
}
.company_production_cont img {
	margin: -40px 0;
}
.company_production_cont p {
	line-height: 32px;
}
.company_production_cont .slogan {
	text-align: center;
	font-size: 20px;
	line-height: 35px;
}
.company_production_cont .slogan strong {
	font-weight: 500;
}
.company_production_cont .w50 {
	display: inline-block;
	margin: 0 -2px;
	vertical-align: middle;
}
.company_delivery_cont img {
	margin: -40px 0;
}
.company_delivery_cont ul {
	font-size: 25px;
	line-height: 40px;
}
.company_delivery_cont ul li {
	margin: 0 0 30px;
}
.company_delivery_cont ul .marker {
	margin-top: 10px;
}
.company_delivery_cont .benefits_block {
	font-size: 0;
	margin: 0;
}
.company_delivery_cont .w50 {
	display: inline-block;
	margin: 0 -2px;
	vertical-align: middle;
}
.company_delivery_cont .w50 img {
	max-width: none;
}
.company_workers_cont .workers {
	text-align: justify;
}
.company_workers_cont .workers .worker {
	text-align: center;
	display: inline-block;
	width: 30%;
	font-size: 16px;
	margin: 0 0 50px;
}
.company_workers_cont .workers .worker img {
	margin: 0 0 30px;
}
.company_workers_cont .workers .worker .name {
	font-size: 25px;
	font-weight: 500;
	line-height: 35px;
	margin: 0 0 20px;
}
.company_workers_cont .workers .w16 {
	display: inline-block;
}
.company_vacancies_cont .vacancies h4 {
	margin: 40px 0 10px;
}
.company_vacancies_cont .vacancies p {
	text-align: center;
}
.company_vacancies_cont .vacancies .pseudolink {
	border-bottom: 1px dashed #004dac;
	color: #004dac;
}
.company_vacancies_cont .vacancies .pseudolink:hover {
	border-bottom: 1px dashed #424242;
	color: #424242;
}
.company_vacancies_cont .vacancies .vacancy .name {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin: 40px 0 20px;
}
.company_vacancies_cont .vacancies .vacancy form {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	margin: 0 auto;
	max-width: 320px;
}
.company_vacancies_cont .vacancies .vacancy form input,
.company_vacancies_cont .vacancies .vacancy form textarea {
	margin: 0 0 20px;
}
.company_vacancies_cont .vacancies .vacancy form p {
	text-align: left;
	margin: 0 0 10px;
}
.company_vacancies_cont .vacancies .vacancy form .button {
	margin: 10px 0 0;
}
.company_contacts_cont {
	position: relative;
	font-size: 16px;
	line-height: 30px;
}
.company_contacts_cont .map {
	position: absolute;
	height: 1000px;
	left: 0;
	top: 0;
	width: 50%;
	z-index: 10;
}
.company_contacts_cont .map .map_baloon {
	color: #424242;
	font-family: 'Fira Sans';
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	padding: 0 0 10px;
}
.company_contacts_cont .map .map_baloon strong {
	display: block;
	margin: 10px 0 0;
}
.company_contacts_cont h3 {
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	color: #424242;
	font-weight: 500;
	margin: 30px 0 0;
}
.company_contacts_cont .partners {
	height: 1000px;
	margin: 0 0 0 50%;
	overflow-y: scroll;
	padding: 0 2.5% 0 5%;
	width: 42.5%;
}
.company_contacts_cont .partners a {
	color: #004dac;
}
.company_contacts_cont .partners .name {
	font-size: 25px;
	line-height: 40px;
}
.production_benefits_block {
	position: relative;
	margin: 0 0 90px;
}
.production_benefits_block a {
	text-decoration: none;
}
.production_benefits_block .production_benefit {
	float: left;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	width: 33.33%;
	margin: 0 0 150px;
	padding: 0 0 0 100px;
}
.production_benefits_block .production_benefit svg {
	position: absolute;
	margin: -50px 0 0 -100px;
	top: 50%;
}
.production_benefits_block .production_benefit_1 {
	margin: 70px 0 90px 16.66%;
}
.production_benefits_block .production_benefit_2 {
	width: 50%;
	margin: 220px 0 90px;
	padding: 0 100px;
}
.production_benefits_block .visual {
	position: absolute;
}
.production_benefits_block .visual_1 {
	left: 50%;
	margin: 100px 0 0 -1200px;
	max-width: none;
}
.production_benefits_block .visual_2 {
	background: url('/bitrix/templates/kristalnaya/images/production_benefits_visual_2.png') 50% 50%;
	height: 428px;
	top: 40px;
	width: 100%;
}
.production_benefits_block .visual_3 {
	background: url('/bitrix/templates/kristalnaya/images/production_benefits_visual_3.png');
	height: 403px;
	left: 25%;
	top: 405px;
	width: 644px;
}
.production_benefits_block .visual_4 {
	background: url('/bitrix/templates/kristalnaya/images/production_benefits_visual_4.png');
	height: 312px;
	right: -200px;
	top: 415px;
	width: 319px;
}
.benefits_block {
	text-align: justify;
	position: relative;
	margin: 0 0 100px;
}
.benefits_block a {
	text-decoration: none;
}
.benefits_block .benefit {
	text-align: center;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	width: 16.66%;
}
.benefits_block .benefit p {
	position: relative;
}
.benefits_block .benefit .icon {
	position: relative;
	display: block;
	margin: 0 auto 23px;
}
.benefits_block .benefit .circles {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -50px;
}
.benefits_block .bg {
	position: absolute;
	background: url('/bitrix/templates/kristalnaya/images/benefits_bg.jpg');
	height: 135px;
	top: 80px;
	width: 100%;
}
.slider {
	position: relative;
}
.slider .slides {
	position: absolute;
}
.slider .slides .slide {
	float: left;
	position: relative;
	display: block;
	text-decoration: none;
}
.slider .arrow {
	position: absolute;
	cursor: pointer;
	z-index: 10;
}
.slider .arrow div {
	background: url('/bitrix/templates/kristalnaya/images/arrows.png');
	height: 27px;
	margin: 40px;
	width: 27px;
}
.slider .arrow_prev div {
	background-position: 0 -80px;
}
.slider .arrow_next div {
	background-position: -27px -80px;
}
.slider .arrow_prev:hover div {
	background-position: -81px -80px;
}
.slider .arrow_next:hover div {
	background-position: -108px -80px;
}
.slider_main {
	height: 600px;
	margin: 60px 0 20px;
}
.slider_main .slides {
	height: 600px;
	transition-duration: 1.5s;
}
.slider_main .slides .slide img {
	position: absolute;
	bottom: 0;
	max-width: none;
}
.slider_main .slides .slide .content {
	height: 600px;
}
.slider_main .slides .slide .name {
	position: relative;
	text-align: left;
	margin: 0 0 30px 7.5%;
	padding: 70px 0 0;
	width: 40%;
	z-index: 20;
}
.slider_main .slides .slide .brief {
	position: relative;
	font-size: 22px;
	line-height: 34px;
	margin: 0 0 40px 7.5%;
	width: 40%;
	z-index: 20;
}
.slider_main .slides .slide .visual {
	right: 0;
	z-index: 15;
}
.slider_main .slides .slide .button {
	position: relative;
	margin: 0 0 0 7.5%;
	z-index: 20;
}
.slider_main .slides .slide .bg {
	right: -15%;
	transition-duration: 1s;
	z-index: 5;
}
.slider_main .slides .slide .bg_prev {
	right: -5%;
}
.slider_main .slides .slide .bg_next {
	right: -25%;
}
.slider_main .slides .slide .circles {
	position: absolute;
	opacity: 0.6;
	transition-duration: 1.5s;
	z-index: 10;
}
.slider_main .slides .slide .circles_left {
	bottom: 70px;
	left: -130px;
}
.slider_main .slides .slide .circles_left_prev {
	left: -260px;
}
.slider_main .slides .slide .circles_left_next {
	left: 0;
}
.slider_main .slides .slide .circles_center {
	left: 33%;
	top: 20px;
}
.slider_main .slides .slide .circles_center_prev {
	left: 30%;
}
.slider_main .slides .slide .circles_center_next {
	left: 36%;
}
.slider_main .slides .slide .circles_right {
	bottom: 20px;
	right: -80px;
}
.slider_main .slides .slide .circles_right_prev {
	right: 0;
}
.slider_main .slides .slide .circles_right_next {
	right: -160px;
}
.slider_main .slides .slide:hover .button {
	border: 1px solid #004dac;
	color: #004dac;
}
.slider_main .navigs {
	position: absolute;
	text-align: justify;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #004dac;
	font-weight: 700;
	left: 20px;
	right: 20px;
	top: -40px;
	z-index: 30;
}
.slider_main .navigs .navig {
	display: inline-block;
	cursor: pointer;
	opacity: 0.6;
}
.slider_main .navigs .navig:hover {
	opacity: 1;
}
.slider_main .navigs .navig_active {
	opacity: 1;
}
.slider_main .gradient {
	position: absolute;
	background: linear-gradient(to top, #fff, transparent);
	bottom: 0;
	height: 150px;
	width: 100%;
	z-index: 25;
}
.slider_history {
	height: 560px;
}
.slider_history .slides {
	height: 410px;
	margin: 30px 0 0;
}
.slider_history .slides .slide {
	line-height: 30px;
}
.slider_history .slides .slide img {
	float: left;
	margin: 10px 45px 0 0;
}
.slider_history .slides .slide .name {
	color: #004dac;
	font-size: 50px;
	line-height: 60px;
	margin: 0 0 10px;
}
.slider_history .slides .slide .twenty_years {
	position: absolute;
	bottom: 0;
	color: #004dac;
	font-size: 16px;
	left: 465px;
	line-height: 22px;
	max-width: 500px;
	padding: 0 0 0 185px;
}
.slider_history .slides .slide .twenty_years img {
	margin: 0 0 0 -185px;
}
.slider_history .slides .slide .twenty_years p {
	margin: 0;
}
.slider_history .navigs {
	text-align: justify;
	position: relative;
	margin: 0 auto;
	width: 760px;
}
.slider_history .navigs .navig {
	text-align: center;
	display: inline-block;
	position: relative;
	color: #004dac;
	cursor: pointer;
	font-size: 16px;
	margin: 0 0 20px;
	width: 34px;
	z-index: 10;
}
.slider_history .navigs .navig .bg {
	background: #004dac;
	border-radius: 50%;
	height: 8px;
	margin: 13px auto 28px;
	opacity: 0.3;
	width: 8px;
}
.slider_history .navigs .navig .marker {
	position: absolute;
	background: #004dac;
	border-radius: 50%;
	height: 8px;
	left: 50%;
	margin: 0 0 0 -4px;
	top: 13px;
	width: 8px;
}
.slider_history .navigs .navig_active {
	font-weight: 700;
}
.slider_history .navigs .navig_active .bg {
	height: 34px;
	margin: 0 auto 15px;
	width: 34px;
}
.slider_history .navigs .line {
	position: absolute;
	background: #c6c6c6;
	height: 1px;
	left: 20px;
	right: 20px;
	top: 17px;
	z-index: -1;
}
.slider_history .arrow_prev {
	left: 0;
	top: -36px;
}
.slider_history .arrow_next {
	right: 0;
	top: -36px;
}
.slider_production {
	height: 500px;
	margin: 60px 0;
}
.slider_production .slides {
	position: absolute;
	height: 500px;
}
.slider_production .slides img {
	margin: 0;
}
.slider_production .slides .slide {
	padding: 0 5px;
	opacity: 0.2;
}
.slider_production .slides .slide_active {
	opacity: 1;
}
.slider_production .arrow {
	background: radial-gradient(#fff 0%, transparent 75%);
}
.slider_production .arrow_prev {
	bottom: -53px;
	left: 100px;
}
.slider_production .arrow_next {
	bottom: -53px;
	right: 100px;
}
form input:not([type=checkbox]),
form textarea {
	background: none;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	box-shadow: none;
	box-sizing: border-box;
	color: #424242;
	resize: none;
	-webkit-appearance: none;
	width: 100%;
}
input,
textarea {
	font-family: 'Fira Sans';
	font-size: 20px;
	font-weight: 300;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding: 0 15px;
}
textarea {
	height: auto;
}
input:focus,
textarea:focus {
	border: 1px solid #004dac;
}
select {
	background: url('/bitrix/templates/kristalnaya/images/select.gif') 96% 50% no-repeat;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	color: #424242;
	font-family: 'Fira Sans';
	font-size: 20px;
	font-weight: 300;
	padding: 7px 40px 6px 11px;
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
}
select:focus {
	border: 1px solid #004dac;
}
select::-ms-expand {
	display: none;
}
.calendar {
	background: url('/bitrix/templates/kristalnaya/images/calendar.gif') 96% 50% no-repeat;
}
.file {
	opacity: 0;
	max-width: 0;
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	border: 0;
	padding: 0;
}
.file_name {
	background: url('/bitrix/templates/kristalnaya/images/file.gif') 96% 50% no-repeat;
	cursor: pointer;
}
.error_input {
	background-color: #ffe9ec !important;
	border: 1px solid #d35f6d !important;
}
.error_input:focus {
	background: none;
	border: 1px solid #004dac;
}
.error_msg {
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	color: #d35f6d;
	margin: 0 0 5px;
}
.error_msg a {
	color: #d35f6d !important;
	text-decoration: underline;
}
.error_msg .pseudolink {
	border-bottom: 1px dashed #d35f6d;
	color: #d35f6d;
}
.error_block {
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	background: #ffe9ec;
	color: #d35f6d;
	border-radius: 5px;
	font-weight: 500;
	margin: 0 0 15px;
	padding: 15px 25px 10px;
}
.error_block a {
	color: #d35f6d !important;
	text-decoration: underline;
}
.error_block .pseudolink {
	border-bottom: 1px dashed #d35f6d;
	color: #d35f6d;
}
.ok_msg {
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	color: #85cea8;
	font-weight: 500;
	margin: 0 0 25px;
}
.ok_msg a {
	color: #85cea8 !important;
	text-decoration: underline;
}
.ok_msg .pseudolink {
	border-bottom: 1px dashed #85cea8;
	color: #85cea8;
}
.ok_block {
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	background: #c1e6d2;
	color: #85cea8;
	border-radius: 5px;
	font-weight: 500;
	margin: 0 0 15px;
	padding: 15px 25px 10px;
}
.ok_block a {
	color: #85cea8 !important;
	text-decoration: underline;
}
.ok_block .pseudolink {
	border-bottom: 1px dashed #85cea8;
	color: #85cea8;
}
.status_block {
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	background: #e5edf7;
	color: #004dac;
	border-radius: 5px;
	font-weight: 500;
	margin: 0 0 15px;
	padding: 15px 25px 10px;
}
.status_block a {
	color: #004dac !important;
	text-decoration: underline;
}
.status_block .pseudolink {
	border-bottom: 1px dashed #004dac;
	color: #004dac;
}
.button {
	background: #004dac;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	padding: 0 20px;
	width: auto;
}
.button:hover {
	border: 1px solid #a0a0a0;
	color: #a0a0a0;
}
.button:disabled {
	opacity: 0.4;
	cursor: default;
}
.button_border {
	background: none;
	border: 1px solid #a0a0a0;
	color: #a0a0a0;
}
.button_border:hover {
	border: 1px solid #004dac;
	color: #004dac;
}
.button_white {
	background: #fff;
	color: #424242;
}
.button_gray {
	background: #c6c6c6;
	color: #424242;
}
.button_red {
	background: #d35f6d;
}
.radio {
	cursor: pointer;
	margin: 0 0 11px;
	padding: 0 0 0 25px;
}
.radio div {
	float: left;
	border: 1px solid #004dac;
	border-radius: 50%;
	height: 17px;
	margin: 2px 0 0 -25px;
	width: 17px;
}
.radio div div {
	border: none;
	border-radius: 50%;
	float: none;
	height: 9px;
	margin: 3px;
	width: 9px;
}
.radio_active div div {
	background: #004dac;
}
.popup {
	position: absolute;
	background: #fff;
	border: 1px solid #e5edf7;
	border-radius: 10px;
	box-shadow: 0 5px 10px #424242;
	display: none;
	font-size: 16px;
	font-weight: 500;
	left: 50%;
	margin: 100px 0 0 -190px;
	padding: 30px 20px 40px;
	width: 390px;
	z-index: 40;
}
.popup p {
	margin: 0 0 10px;
}
.popup p a {
	color: #004dac;
}
.popup input {
	margin: 0 0 20px;
}
.popup .name {
	color: #004dac;
	font-size: 25px;
	font-weight: 500;
	margin: 0 0 35px;
}
/*.popup_new_reg_log p {*/
/*	font-weight: 400;*/
/*}*/
.popup .left_menu {
	text-align: left;
	margin: 0 -10px 30px;
}
.popup .comment {
	font-weight: 400;
	margin: -10px 0 10px;
}
.popup .button {
	margin: 20px 0 0;
}
.popup .pseudolink {
	border-bottom: 1px dashed #004dac;
	color: #004dac;
}
.popup .close {
	position: absolute;
	background: url('/bitrix/templates/kristalnaya/images/arrows.png') -135px -80px;
	cursor: pointer;
	height: 27px;
	right: 15px;
	top: 15px;
	width: 27px;
}
.popup .close:hover {
	transform: rotate(90deg);
}
.popup_cart a:hover {
	text-decoration: none;
}
.popup_cart .button {
	font-size: 16px;
	padding: 0 25px;
}
.popup_cart .button_gray {
	margin-right: 6px;
}
.popup_enter .show_restore_password_popup {
	margin: 0 15px 0 0;
}
.shadow {
	position: fixed;
	background: #fff;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.8;
	top: 0;
	width: 100%;
	z-index: 40;
}
.corner {
	font-size: 0;
	line-height: 0;
	position: absolute;
}
.tab_content {
	position: absolute;
	left: -100%;
	width: 100%;
}
.tab_content_active {
	position: relative;
	left: 0;
}
.pages {
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	margin: 55px auto 90px;
	max-width: 760px;
	z-index: 10;
}
.pages ul li {
	text-align: center;
	display: inline-block;
	background: none;
	border: 1px solid #fff;
	border-radius: 16px;
	margin: 0 2px 5px;
	padding: 0;
	width: 30px;
}
.pages ul .selected {
	border: 1px solid #004dac;
	color: #004dac;
}
.pages ul .selected a {
	color: #004dac;
}
.fancybox_cont .fancybox-skin {
	border-radius: 0;
	box-shadow: none!important;
}
.fancybox_cont .fancybox-nav span {
	background: url('/bitrix/templates/kristalnaya/images/arrows.png');
	height: 40px;
	top: auto;
	visibility: visible;
	width: 40px;
}
.fancybox_cont .fancybox-prev span {
	background-position: 0 0;
	bottom: 0;
	left: 0;
}
.fancybox_cont .fancybox-next span {
	background-position: -40px 0;
	bottom: 0;
	right: 0;
}
.fancybox_cont .fancybox-prev:hover span {
	background-position: 0 -40px;
}
.fancybox_cont .fancybox-next:hover span {
	background-position: -40px -40px;
}
.fancybox_cont .fancybox-close {
	background: url('/bitrix/templates/kristalnaya/images/arrows.png') -120px 0;
	height: 40px;
	right: 6px;
	top: 6px;
	width: 40px;
}
.fancybox_cont .fancybox-close:hover {
	background-position: -120px -40px;
}
.combobox {
	position: relative;
}
.combobox input {
	padding: 0 40px 0 15px;
}
.combobox .corner {
	position: absolute;
	border-top: 10px solid #004dac;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	left: 91%;
	margin: 17px 0 0;
}
.ui-autocomplete {
	position: absolute;
	background: #fff;
	border: 1px solid #c6c6c6;
	border-radius: 0 0 5px 5px;
	list-style-type: none;
	max-height: 400px;
	overflow-y: scroll;
	padding: 0 15px;
	z-index: 10000000;
}
.ui-helper-hidden-accessible div {
    display: none;
}
.bx-slst input[type="text"] {
	position: relative;
	margin: 0;
}
.bx-slst input::-ms-clear {
	display: none;
}
.bx-slst .bx-ui-combobox-fake,
.bx-slst .bx-ui-combobox-route {
	border: none;
	padding: 0;
}
.bx-slst .dropdown-block {
	position: relative;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	margin: 0 0 30px;
	padding: 0 25px 0 15px;
}
.bx-slst .bx-ui-combobox-toggle {
	position: absolute;
	border-top: 8px solid #c6c6c6;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	cursor: pointer;
	margin: -4px 0 0;
	right: 8px;
	top: 50%;
}
.bx-slst .bx-ui-combobox-toggle:hover {
	border-top: 10px solid #004dac;
}
.bx-slst .bx-ui-combobox-container {
	overflow: hidden;
}
.bx-slst .bx-ui-combobox-dropdown {
	position: absolute;
	background: #fff;
	border: 1px solid #c6c6c6;
	border-top: none;
	border-radius: 0 0 5px 5px;
	display: none;
	font-weight: 400;
	max-height: 300px;
	overflow-y: auto;
	left: -1px;
	padding: 10px 0;
	top: 35px;
	width: 100%;
	z-index: 999;
}
.bx-slst .bx-ui-combobox-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-slst .bx-ui-combobox-variant,
.bx-slst .bx-slst .bx-ui-combobox-error {
	cursor: pointer;
	padding: 5px 15px;
}
.bx-slst .bx-ui-combobox-variant:hover {
	background: #e5edf7;
}
.bx-slst .bx-ui-combobox-variant-active {
	background: #e5edf7;
	font-weight: 500;
}
.bx-slst .bx-ui-state-items-discover-in-progress .bx-ui-combobox-loader {
	display: block;
}
.bx-slst .bx-ui-slst-other-item,
.bx-slst .bx-ui-combobox-deselect-item {
	font-weight: 500;
}
.bx-slst .bx-ui-combobox-error {
	background: #ffe9ec;
	color: #d35f6d;
	padding: 5px 15px;
}
.bx-slst .dropdown-active .bx-ui-combobox-dropdown {
	display: block;
}
.bx-slst .bx-ui-combobox-loader {
	position: absolute;
	background: url(/bitrix/panel/main/images/waiter-white.gif) right -1px no-repeat !important;
	display: none;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	right: 1px;
	top: 50%;
}
.bx-slst .bx-ui-combobox-go-edit {
	display: none;
}
.sale-paysystem-wrapper {
	border: none;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
}
.sale-paysystem-yandex-button-descrition {
	color: #a0a0a0;
	font: inherit;
	font-size: 16px;
	margin: 46px 0 0;
}
.sale-paysystem-yandex-button-item {
	background: #004dac;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	cursor: pointer;
	font-size: 25px;
	font-weight: 400;
	height: 57px;
	line-height: 55px;
	padding: 0 20px;
	width: auto;
}
.sale-paysystem-yandex-button-item:hover {
	background: #004dac;
	border: 1px solid #a0a0a0;
	color: #a0a0a0;
}
.sale-paysystem-description {
	display: none;
}
footer {
	position: relative;
	font-size: 13px;
	height: 60px;
	line-height: 16px;
	margin: -100px 0 0;
	padding-top: 40px;
}
footer .orwo {
	float: right;
	display: block;
	margin: -10px 0 0 20px;
	padding: 10px 0 0;
	width: 130px;
}
footer .orwo img {
	float: left;
	margin: -10px 15px 0 0;
	opacity: 0.8;
}
.private_polity_input {
    float: left;
}
.private_polity_input input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 2px;
}
.seo-text {
    margin-top: 30px;
}
