/* ------------------- clear ----------------- */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	background: transparent;
	outline: none;
	-webkit-appearance: none;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {color: #5F5D5D;transition: color 0.5s;}
a:hover {color: #66CCFF;}
a, span {
	vertical-align: baseline;
}
img {
	max-width: 100%;
	vertical-align: top;
	text-decoration: none;
}
strong {
	font-weight: 900;
}
div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* -------------------- general styles ------------------- */
html, body {
	width: 100%;
	height: 100%;
}
html {
	font-size: 86%;
}
body {
	height: auto;
	min-height: 100%;
	font-family: 'Gotham', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	line-height: 1.5rem;
	font-style: normal;
	color: #5F5D5D;
}
input, textarea {
	font-family: 'Gotham', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	/* margin: 1% 0 1% 1.6%; */
	margin: 0 0 0 1.6%;
}
.col:first-child {
	margin-left: 0;
}
/*  GROUPING  */
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
/*  GRID OF TWO */
.span_1_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}
/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}
/*  GRID OF FOUR */
.span_4_of_4 {
	width: 100%; 
}
.span_3_of_4 {
	width: 74.6%; 
}
.span_2_of_4 {
	width: 49.2%; 
}
.span_1_of_4 {
	width: 23.8%; 
}
/*  GRID OF FIVE */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
  	width: 79.68%; 
}
.span_3_of_5 {
  	width: 59.36%; 
}
.span_2_of_5 {
  	width: 39.04%;
}
.span_1_of_5 {
  	width: 18.72%;
}
/*  GRID OF SIX */
.span_6_of_6 {
	width: 100%;
}
.span_5_of_6 {
  	width: 83.06%;
}
.span_4_of_6 {
  	width: 66.13%;
}
.span_3_of_6 {
  	width: 49.2%;
}
.span_2_of_6 {
  	width: 32.26%;
}
.span_1_of_6 {
  	width: 15.33%;
}
.hidden {
	display: none;
}
.container_fluid {
	padding: 0 100px;
}
.d-flex {
	display: flex;
}
.align-items-center {
	align-items: center;
}
.justify-content-center {
	justify-content: center;
}
.mla {
	margin-left: auto;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}
@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 100%; 
	}
}
/* SPARK */
h1 {
	font-size: 68px;
	font-size: 4.25rem;
	font-weight: 700;
	line-height: 1.25;
	color: #FFFFFF;
	margin-bottom: 3.5rem;
}
h2 {
	font-size: 48px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	color: #5F5F5F;
	margin-bottom: 3.75rem;
}
h3 {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	color: #5F5F5F;
	margin-bottom: 1.625rem;
}
h4 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	color: #5F5F5F;
	margin-bottom: 1.125rem;
}
h5 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #5F5F5F;
	margin-bottom: 1.25rem;
}
ol, ul {
	color: #5F5F5F;
}
button {
	width: 12.75rem;
	height: 4.375rem;
	background: #4DC7E4;
	border: 1px solid #4DC7E4;
	color: #FFFFFF;
	font-size: 1.5rem;
	cursor: pointer;
	transition: background 0.5s, border 0.5s, color 0.5s;
}
button:hover {
	background: #FFFFFF;
	color: #4DC7E4;
}
button:disabled {
	background: #FFFFFF;
	border: solid 1px #99A3AF;
	color: #99A3AF;
}
.header {
	width: 100%;
	height: 120px;
	height: 7.5rem;
	text-align: left;
	background-color: #FFFFFF;
	z-index: 5;
}
.header svg {
	width: 10rem;
}
.main {
	background-color: #4DC7E4;
	background-image: url("images/main_back.png");
	background-size: cover;
	background-position: center center;
	height: 35.5vw;
	border-radius: 0 0 2rem 2rem;
}
.main h1 br {
	display: none;
}
.main_left {
	width: 50%;
}
.main button {
	width: auto;
	padding: 0 1.875rem;
	color: #4DC7E4;
	border: 1px solid #4DC7E4;
	background: #FFFFFF;
}
.main button:hover {
	background: transparent;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.phone {
	margin-right: 2.275rem;
}
.phone a {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #5F5F5F;
	text-decoration: none;
}
.phone a:hover {
	color: #85D3EA;
}
#instructions {
	padding-top: 7.875rem;
}
.instructions {
	margin-bottom: 4.25rem;
}
.instruction {
	width: 30%;
	margin-right: 5%;
}
.instruction:last-child {
	margin-right: 0;
}
.instruction svg {
	margin-bottom: 2rem;
}
.ancors {
	margin-bottom: 4.25rem;
}
.ancor {
	position: relative;
    width: 30%;
	margin-right: 5%;
    cursor: pointer;
	font-size: 24px;
	font-size: 1.5rem;
	color: #5F5F5F;
	padding-left: 7.25rem;
}
.ancor:last-child {
	margin-right: 0;
}
.ancor:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 6rem;
	height: 3.375rem;
	background: #D9DADC;
	border-radius: 3.375rem;
	transform: translateY(-50%);
	transition: background 0.3s;
}
.ancor:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0.1875rem;
	width: 3.125rem;
	height: 3.125rem;
	background: #FFFFFF;
	border-radius: 3.125rem;
	transform: translateY(-50%);
	transition: left 0.3s, right 0.3s;
}
.ancor.active:before {
	background: #4DC7E4;
}
.ancor.active:after {
	left: 2.75rem;
}
.small_ancor {
	position: relative;
    cursor: pointer;
	font-size: 24px;
	font-size: 1.5rem;
	color: #5F5F5F;
	padding-left: 5rem;
}
.small_ancor:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 3.375rem;
	height: 1.875rem;
	background: #D9DADC;
	border-radius: 1.875rem;
	border: solid 0.1875rem #D9DADC;
	transform: translateY(-50%);
	transition: background 0.3s;
}
.small_ancor:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0.1875rem;
	width: 1.625rem;
	height: 1.625rem;
	background: #FFFFFF;
	border-radius: 1.625rem;
	transform: translateY(-50%);
	transition: left 0.3s;
}
.small_ancor.active:before {
	background: #4DC7E4;
	border: solid 0.1875rem #4DC7E4;
}
.small_ancor.active:after {
	left: 1.875rem;
}
.limit_reason {
	margin-top: 2rem;
}
.order_items {
	margin-top: 2rem;
}
.order_item {
	position: relative;
	background: #F6F7F7;
	padding: 1.125rem;
	margin-bottom: 1.125rem;
}
.order_item_del {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 2rem;
	cursor: pointer;
}
.order_item_image {
	width: 8rem;
	height: 8rem;
	margin-right: 1.125rem;
}
.order_item_image img {
	width: 8rem;
	height: 8rem;
	object-fit: contain;
}
.order_item_name {
	width: calc(100% - 22.125rem);
	font-size: 1rem;
	color: #5F5F5F;
}
.order_item_name input {
	width: max-content;
	padding: 0;
	font-size: 1rem;
	color: #5F5F5F;
	margin-bottom: 0.5rem;
}
.order_item_title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.1;
	color: #5F5F5F;
}
.order_item_amount {
	margin-left: 1.25rem;
	border: 1px solid #99A3AF;
	width: 8.75rem;
	justify-content: space-around;
}
.order_item_amount input {
	width: 2.75rem;
	text-align: center;
	font-size: 1.375rem;
	padding: 0.5rem 0;
}
.products {
	padding-top: 7.875rem;
	background: #F6F7F7;
	border-radius: 2rem 2rem 0 0;
}
.product {
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 2.5rem;
	background: #FFFFFF;
	padding: 2.25rem 1.875rem;
}
.product:nth-child(4n) {
	margin-right: 0;
}
.pgroups {
	flex-wrap: wrap;
}
.pimg {
	height: 17.25vw;
	overflow: hidden;
	margin-bottom: 1.5rem;
	cursor: pointer;
}
.particle {
	font-size: 1.25rem;
	color: #5F5F5F;
	margin-bottom: 1rem;
}
.pname {
	height: 6.5rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: #5F5F5F;
}
.pamount {
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
}
.pamount span {
	font-weight: 700;
	color: #4DC7E4;
}
.plimit {
	font-size: 1.25rem;
}
.plimit span {
	font-weight: 700;
	color: #4DC7E4;
}
.pbimg {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	padding-top: 60px;
	border: solid 1px #333333;
	background-color: #FFFFFF;
    -ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.2);
	z-index: 222;
}
.pbimg img {
	max-height: 550px;
}
.cls {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 28px;
	height: 28px;
	font-size: 28px;
	z-index: 30;
	cursor: pointer;
}
.cls:after {
	color: #CCCCCC;
	content: "\2573";
}
.cls:hover:after {
	color: #666666;
}
#form > h2 {
	margin-top: 4rem;
	margin-bottom: 3rem;
}
.cmask {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 220;
}
.contacts_left {
	width: 49.5%;
	margin-right: 1%;
	background: #FFFFFF;
	color: #5F5D5D;
	padding: 3.125rem;
}
.contacts_left h4 {
	color: #5F5D5D;
	margin-bottom: 10px;
}
.contacts_right {
	width: 49.5%;
	background: #FFFFFF;
	padding: 3.125rem;
}
.contacts_right h2 {
	display: none;
}
.map_canvas {
	height: 300px;
	margin-top: 40px;
}
.formagree {
	margin-top: 1rem;
}
.formagree span {
	color: #5F5F5F;
	border-bottom: dotted 1px #5F5F5F;
	cursor: pointer;
}
.formagree span:hover {
	color: #999999;
	border-bottom: none;
}
.captcha {
	width: 43%;
	color: #5F5F5F;
}
.captcha img {
	margin-bottom: 0.5rem;
}
.code {
	width: 57%;
}
.face {
	margin-top: 7.5rem;
	margin-bottom: 7.5rem;
}
.face h2 {
	color: #FFFFFF;
	margin-bottom: 1.5rem;
}
.face h5 {
	font-size: 1.5rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0;
}
.face h3 {
	color: #FFFFFF;
}
.face_in {
	background-color: #4DC7E4;
	background-image: url("images/face_back.png");
	background-size: cover;
	background-position: right center;
	padding: 2.5rem 3rem;
}
.face_in img {
	display: none;
}
.face_in_left {
	width: 50%;
}
.face_in_right {
	width: 50%;
}
.face_contact {
	margin-bottom: 0.625rem;
	font-size: 1.5rem;
}
.face_contact svg {
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 0.875rem;
}
.face_contact a {
	color: #FFFFFF;
	text-decoration: none;
}
.face_contact a:hover {
	color: #5F5F5F;
}
.basket {
	position: fixed;
	width: 6.875rem;
	height: 6.875rem;
	bottom: 10%;
	right: -100px;
	transform: translateX(50%);
	transition: right 0.5s, left 0.5s;
	box-sizing: content-box;
	z-index: 55;
}
.basket.active {
	right: 100px;
}
.basket svg {
	width: 6.875rem;
	height: 6.875rem;
}
.basket span {
	display: flex;
	pointer-events: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 18%;
	right: 18%;
	background: #D28358;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 700;
	width: 1.625rem;
	height: 1.625rem;
	border-radius: 1.625rem;
}
#pol {
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
    -ms-transform: translate(-50%, 0);
   	-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	width: 90%;
	max-width: 1000px;
	height: 70%;
	background: #FFFFFF;
	border: solid 1px #666666;
	border-radius: 20px;
	padding: 50px 20px 20px 20px;
	z-index: 201;
}
#inpol {
	height: 100%;
	overflow-y: auto;
	color: #2b608d;
	padding: 20px;
}
#inpol h2 {
	color: #2b608d;
}
#inpol h4 {
	color: #006dad;
	margin-top: 10px;
}
.close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 27px;
	height: 27px;
	padding: 6px;
	cursor: pointer;
}
.red {
	font-weight: 700;
	color: #FF0000;
}
.footer {
	align-items: center;
	justify-content: space-around;
	width: 100%;
	height: 122px;
	background-color: #5f5d5d;
	padding: 0 100px;
}
.footer a {
	font-size: 1.25rem;
	line-height: 1.4;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_item img {
	width: 10rem;
}
.form_switch {
	margin-bottom: 2rem;
}
.form_item {
	margin-bottom: 2rem;
}
.fld_fw textarea {
    display: block;
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #99A3AF;
    font-family: inherit;
    font-size: 1.5rem;
    height: 5rem;
    line-height: 1.25;
    padding: 0.5rem 0;
    text-overflow: ellipsis;
    width: 100%;
	color: #5F5F5F;
	box-sizing: border-box;
	resize: none;
}
label.ttl {
	position: relative;
    width: 100%;
}
label.ttl.short {
	width: 49%;
	margin-right: 2%;
}
label.ttl.short:last-child {
	margin-right: 0;
}
label.ttl input {
    display: block;
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #99A3AF;
    font-family: inherit;
    font-size: 1.5rem;
    height: 3.5rem;
    line-height: 1.25;
    min-width: 0;
    padding: 0.5rem 0;
    text-overflow: ellipsis;
    width: 100%;
	color: #5F5F5F;
	box-sizing: border-box;
	-webkit-border-radius: 0;
}
label.ttl > span {
    display: block;
    left: 0;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    position: absolute;
    top: 1.25rem;
    font-size: 1.5rem;
	color: #99A3AF;
    transition: transform .2s, font-size .2s, color .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2;
	cursor: text;
}
label.ttl input:focus ~ span {
    cursor: default;
    font-size: 0.875rem;
    transform: translateY(-1.75rem);
}
label.ttl input:not(:placeholder-shown) ~ span {
    cursor: default;
    font-size: 0.875rem;
    transform: translateY(-1.75rem);
}
.address_err {
	color: red;
	margin-top: 0.5rem;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #0048AA;
	position: relative;
}

.jspDrag
{
	background: #99CCFF;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #33336d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
.cb_inp {
	margin-top: 1rem;
}
.cb_inp button {
	height: 3.5rem;
	width: 60%;
	user-select: none;
}
.cb_inp button:hover {
	background: #85D3EA;
	border: 1px solid #85D3EA;
	color: #FFFFFF;
}
.cb_inp button.disabled {
	pointer-events: none;
	background: #D28358;
	border: solid 1px #D28358;
	cursor: default;
}
.cb_inp button:disabled {
	width: 100%;
	pointer-events: none;
	cursor: default;
}
.cb {
	border: solid 1px #99A3AF;
	height: 3.5rem;
	width: calc(40% - 0.625rem);
	margin-right: 0.625rem;
	color: #5F5F5F;
	font-size: 1.5rem;
	justify-content: space-around;
}
.cb .minus, .cb .plus, .order_item_amount .plus, .order_item_amount .minus {
	user-select: none;
	font-size: 2rem;
	cursor: pointer;
}
.cb .minus:hover, .cb .plus:hover, .order_item_amount .plus:hover, .order_item_amount .minus:hover {
	color: #85D3EA;
}
.cb .minus.disabled, .cb .plus.disabled, .order_item_amount.disabled .plus, .order_item_amount .minus.disabled {
	cursor: default;
	pointer-events: none;
	color: #D9DADC;
	cursor: default;
}
input[type=checkbox], input[type=radio] {
	/* -webkit-appearance: checkbox; */
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer;
}
input[type=checkbox] + label, input[type=radio] + label {
	color: #5F5F5F;
	font-size: 1.25rem;
	margin-left: 1rem;
	cursor: pointer;
}
input[type=checkbox]:before, input[type=radio]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #99A3AF;
	border-radius: 1.5rem;
	box-sizing: border-box;
}
input[type=checkbox]:checked:before, input[type=radio]:checked:before {
	border: 0.4375rem solid #4DC7E4;
}
.form_radio {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.cbr_ttl {
	font-size: 1.25rem;
}
.cbr {
	margin-left: 1.5rem;
	font-size: 1.25rem;
}
.ttlc {
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
}
/* .cb label { */
	/* line-height: 1.2; */
	/* margin-left: 10px; */
/* } */
/* .cb input { */
	/* -webkit-appearance: checkbox; */
	/* width: 20px; */
	/* height: 20px; */
/* } */
/* .inp { */
	/* width: 60px; */
/* } */
/* .inp input { */
	/* width: 30px; */
	/* padding: 4px; */
	/* border: solid 1px #999999; */
	/* border-radius: 2px; */
	/* background: #DDDDDF; */
/* } */
/* .inp select { */
	/* width: 40px; */
	/* padding: 4px; */
	/* border: solid 1px #999999; */
	/* border-radius: 2px; */
	/* background: #DDDDDF; */
/* } */
.err {
	color: #33DD38;
	margin-bottom: 30px;
}
.switch_button {
	width: 49%;
	margin-right: 2%;
	text-align: center;
}
.switch_button:last-child {
	margin-right: 0;
}
.switch {
	color: #99A3AF;
	border: solid 1px #99A3AF;
	margin-bottom: 20px;
	padding: 1rem 0;
	cursor: pointer;
    -webkit-transition: color 0.3s, background-color 0.3s, border 0.3s;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
}
.switch.active {
	background: #4DC7E5;
	border: solid 1px #4DC7E5;
	color: #FFFFFF;
	cursor: default;
}
.switch:hover {
	background-color: #D38359;
	color: #FFFFFF;
}
.redfld {
	border-bottom: solid 1px #FF9999!important;
	background: #FFEFEF!important;
}
.form_error {
	color: red;
}
.alert {
	width: 80%;
	margin: 10px auto 30px auto;
	padding: 10px 20px;
	background-color: #135C8E;
	border-radius: 10px;
}
.thanks {
	color: #00FF00;
	font-size: 1.25rem;
	line-height: 1.4;
	margin: 0.5rem 0;
}
.news {
	max-width: 100%;
	margin: 25px;
	background-color: #e9f6fa;
	padding: 20px 40px 30px 40px;
}
.news_ {
	max-width: 100%;
	display:-ms-flexbox;
	display: flex;
}
.news_block {
	border: solid 1px #135C8E;
	border-radius: 12px;
	padding: 20px 15px;
	text-align: left;
	margin-right: 20px;
}
.news_date {
	font-size: 15px;
	color: #33CC33;
}
.news_header {
	font-size: 18px;
	font-weight: 700;
	color: #135C8E;
}
.news_text {
	color: #333339;
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 50px;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@media only screen and (min-width: 1600px) {
	body {
		font-size: 18px;
	}
	.menu ul li a {
		font-weight: 700;
	}
}
/* @media only screen and (max-width: 1440px) { */
	/* .product { */
		/* width: 32.66%; */
		/* margin-right: 1%; */
	/* } */
	/* .product:nth-child(4n) { */
		/* margin-right: 1%; */
	/* } */
	/* .product:nth-child(3n) { */
		/* margin-right: 0; */
	/* } */
	/* .pimg { */
		/* height: 19.25vw; */
	/* } */
/* } */
/* @media only screen and (max-width: 1140px) { */
	/* body { */
		/* font-size: 15px; */
	/* } */
	/* h1 { */
		/* font-size: 48px; */
	/* } */
	/* .action_left .txt { */
		/* width: 90%; */
	/* } */
	/* .action_left .att { */
		/* width: 90%; */
	/* } */
	/* .product { */
		/* width: 49%; */
		/* margin-right: 1%; */
	/* } */
	/* .product:nth-child(4n) { */
		/* margin-right: 1%; */
	/* } */
	/* .product:nth-child(3n) { */
		/* margin-right: 1%; */
	/* } */
	/* .product:nth-child(2n) { */
		/* margin-right: 0; */
	/* } */
	/* .pimg { */
		/* height: 27.25vw; */
	/* } */
	/* .contacts { */
		/* flex-wrap: wrap; */
	/* } */
	/* .contacts_left , .contacts_right { */
		/* width: 100%; */
		/* margin: 0 0 35px 0; */
	/* } */
/* } */
/* @media only screen and (max-width: 960px) { */
	/* body { */
		/* font-size: 14px; */
	/* } */
	/* .w1 { */
		/* width: 14.2%; */
	/* } */
	/* .w2 { */
		/* width: 38.4%; */
	/* } */
	/* .w3 { */
		/* width: 23.2%; */
	/* } */
	/* .ancor { */
		/* width: 40%; */
	/* } */
	/* .news { */
		/* margin: 0; */
		/* padding: 20px; */
		/* width: 100%; */
	/* } */
/* } */
input::-webkit-input-placeholder{color:#bbbbbb}
input:-ms-input-placeholder{color:#bbbbbb}
input::placeholder{color:#bbbbbb}
textarea::-webkit-input-placeholder{color:#bbbbbb}
textarea:-ms-input-placeholder{color:#bbbbbb}
textarea::placeholder{color:#bbbbbb}
.smll {
	color: #5F5F5F;
	cursor: pointer;
	white-space: nowrap;
	font-size: 1.25rem;
	vertical-align: middle;
}
.smll svg {
	margin-right: 0.5rem;
	vertical-align: middle;
	margin-bottom: 0.25rem;
}
#products {
	overflow: hidden;
}
.products_right {
	padding-top: 4.5rem;
}
/* @media only screen and (max-width: 1440px) { */
	/* .ancor { */
		/* font-size: 14px; */
	/* } */
/* } */
@media only screen and (max-width: 800px) {
	.main_container {
		overflow: hidden;
	}
	body {
		font-size: 16px;
	}
	button {
		width: 102px;
		height: 30px;
		font-size: 0.875rem;
		font-weight: 700;
	}
	h1 {
		font-size: 32px;
		margin-bottom: 32px;
	}
	h2 {
		font-size: 24px;
		line-height: 1.25;
		margin-bottom: 22px;
	}
	h3 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.container_fluid {
		padding: 0 20px;
	}
	.ancors, .pgroups, .contacts, .instructions, .footer, .face_in {
		flex-wrap: wrap;
	}
	.instructions {
		margin-bottom: 0;
	}
	.instruction, .ancor, .product, .contacts_left , .contacts_right, .face_in_left, .face_in_right, .footer_item {
		width: 100%;
		margin: 0 0 35px 0;
		font-size: 16px;
		line-height: 1.2;
	}
	.instruction svg {
		width: 33px;
		height: 33px;
		margin-bottom: 8px;
	}
	.products h2 {
		margin-bottom: 16px;
	}
	.ancor {
		height: 48px;
		display: flex;
        align-items: center;
		padding-left: 0;
		padding-right: 65px;
		margin-bottom: 0;
	}
	.ancor:before {
		left: auto;
		right: 0;
		width: 56px;
		height: 27px;
		border-radius: 27px;
		border: solid 1px #D9DADC;
	}
	.ancor:after {
		left: auto;
		right: 29px;
		width: 25px;
		height: 25px;
		border-radius: 25px;
	}
	.ancor.active:after {
		left: auto;
		right: 2px;
	}
	.phone {
		display: none;
	}
	.top_button {
		margin-left: auto;
	}
	.main {
		height: auto;
		background-image: url("images/main_mobile.png");
		background-size: contain;
		background-position: center top;
		background-repeat: no-repeat;
	}
	.main h1 br {
		display: inline;
	}
	.main_left {
		width: 100%;
		padding-top: 98vw;
		padding-bottom: 66px;
	}
	.main button {
		width: 100%;
		height: 56px;
		font-size: 20px;
	}
	#instructions {
		padding-top: 72px;
	}
	.products {
		padding-top: 16px;
		background: #FFFFFF;
	}
	.products > .container_fluid {
		padding-top: 32px;
		border-radius: 0;
	}
	.header {
		height: 78px;
	}
	.header svg {
		width: 80px;
	}
	.products > .container_fluid:first-child {
		background: #F6F7F7;
		padding-top: 35px;
	}
	.product {
		width: 100%;
		padding: 12px;
		margin-right: 0;
	}
	.pimg {
		height: calc(100vw - 64px);
		margin-bottom: 12px;
	}
	.particle {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.pname {
		height: auto;
		font-size: 16px;
		margin-bottom: 16px;
	}
	.pamount {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.plimit {
		font-size: 14px;
	}
	.cb_inp {
		margin-top: 16px;
	}
	.cb {
		height: 40px;
		width: 84px;
		margin-right: 5px;
		font-size: 16px;
	}
	.cb_inp button {
		height: 40px;
		width: 42%;
		font-size: 16px;
		font-weight: 400;
	}
	#form > h2 {
		display: none;
	}
	.order_item {
		flex-wrap: wrap;
		padding: 12px;
		align-items: flex-start;
	}
	.order_item_image {
		width: 85px;
		height: 85px;
		margin-right: 18px;
	}
	.order_item_image img {
		width: 85px;
		height: 85px;
	}
	.order_item_name {
		width: calc(100% - 103px);
		font-size: 14px;
		min-height: 85px;
	}
	.order_item_name input {
		font-size: 14px;
		width: calc(100% - 80px);
	}
	.order_item_amount {
		margin-left: 0;
		margin-top: 18px;
		width: auto;
		padding: 0 0.5rem;
	}
	.order_item_amount input {
		width: 70px;
		font-size: 16px;
	}
	.order_item_del {
		top: auto;
		bottom: 10px;
		right: 20px;
		font-size: 34px;
	}
	.order_item_title {
		font-size: 16px;
	}
	.contacts {
		background: #FFFFFF;
	}
	.contacts_left, .contacts_right {
		padding: 1rem 0;
	}
	.contacts_right h2 {
		display; block;
	}
	.switch {
		padding: 11px 22px;
		font-size: 14px;
	}
	.form_switch {
		margin-bottom: 0;
	}
	.form_item {
		margin-bottom: 20px;
	}
	label.ttl input {
		font-size: 14px;
		height: 40px;
		-webkit-appearance: none
	}
	label.ttl > span {
		font-size: 14px;
	}
	input[type=checkbox] + label, input[type=radio] + label {
		font-size: 14px;
	}
	label.ttl input:focus ~ span {
		font-size: 10px;
	}
	.form_radio {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.cbr {
		margin-left: 0;
		margin-right: 12px;
	}
	.cbr_ttl {
		width: 100%;
		font-size: 14px;
		margin-bottom: 18px;
	}
	.ttlc {
		font-size: 14px;
		margin-top: 48px;
	}
	.fldc {
		flex-wrap: wrap;
	}
	.captcha, .captcha img {
		width: 218px;
	}
	.smll {
		font-size: 20px;
	}
	.code {
		margin-top: 18px;
		width: 100%;
	}
	button[type=submit] {
		margin-top: 28px;
		background: #D28358;
		width: 100%;
		font-size: 24px;
		height: 42px;
		border: none;
	}
	.formagree {
		font-size: 10px;
	}
	.products > .face {
		margin-top: 14px;
		padding-top: 44px;
		margin-bottom: 0;
	}
	.face h5 {
		font-size: 14px;
	}
	.basket {
		width: 76px;
		height: 76px;
		transform: translateX(0);
		right: auto;
		left: -160px;
	}
	.basket.active {
		left: 20px;
	}
	.basket span {
		font-size: 0.75rem;
		width: 1rem;
		height: 1rem;
        right: 27%;
        top: 12%;
		padding-top: 1px;
	}
	.basket svg {
		width: 64px;
		height: 64px;
	}
	.footer {
		height: auto;
		padding: 34px 20px;
	}
	.footer_item {
		text-align: center;
		justify-content: center;
		align-items: flex-end;
		margin-bottom: 8px;
	}
	.footer a {
		font-size: 20px;
	}
	.footer_item img {
		width: auto;
		margin: 0 24px;
	}
	.footer_item.align-items-center {
		order: 5;
		margin-top: 20px;
	}
	.face {
		background-color: #4DC7E4;
		background-image: url("images/face_mobile.png");
		background-size: contain;
		background-position: right top;
		background-repeat: no-repeat;
		margin: 2rem 0;
		padding: 2rem 1.25rem;
	}
	.face h2 {
		margin-bottom: 10px;
	}
	.face h3 {
		font-size: 18px;
	}
	.face_in {
		background: none;
		padding: 0;
	}
	.face_contact {
		font-size: 1rem;
		margin-bottom: 20px;
	}
	.face_in_right {
		margin: 0;
	}
	.face_contact svg {
		width: 25px;
		height: 25px;
	}
	.face_in img {
		display: inline-block;
		margin-bottom: 12px;
	}
}
.thanks {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 501;
}
.thanks_in {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 82rem;
	width: max-content;
	height: 40rem;
	padding: 2rem 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #4DC7E4;
	color: #FFFFFF;
	transform: translate(-50%, -50%);
	text-align: center;
	border: solid 3px #FFFFFF;
	z-index: 502;
}
.thanks_in p {
	font-size: 2rem;
}
.thanks_in svg {
	margin-bottom: 2rem;
}
.thanks_in h2 {
	font-size: 3rem;
	color: #FFFFFF;
}
.thanks_close {
	position: absolute;
	right: 1.5rem;
	top: 1.5rem;
	cursor: pointer;
}
.form_item > span, .form_item div > span {
	display: none;
}
.form_item div > span.suggestions-value {
	display: inline;
}
@supports (-webkit-touch-callout: none) {
	.form_item > span, .form_item div > span {
		display: block;
		font-size: 0.875rem;
		margin-bottom: 0.5rem;
		color: #99A3AF;
	}
	label.ttl > span {
		display: none;
	}
	.form_item.d-flex div {
		width: 48%;
		margin-right: 2%;
	}
	.form_item.d-flex div:last-child {
		margin-right: 0;
	}
}
.separator {
	width: 1px;
	height: 2.75rem;
	background: #FFFFFF;
	margin: 0 1rem;
}
.footer_item .separator ~ img {
	width: 7.75rem;
	margin-bottom: 0.125rem;
	margin-left: 0.25rem;
}