

/* Start:/local/components/esh/fast-search/templates/.default/style.css?17604231591225*/
 .fast-search{
	position: relative;
 }

 .fast-search input{
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
 }

 .fast-search .result-item {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
  }

  .fast-search .result-item:hover {
    background: #f5f5f5;
  }

  .fast-search .result-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
    flex-shrink: 0;
  }

  .fast-search .item-info {
    flex-grow: 1;
  }

  .fast-search .item-title {
    font-weight: 500;
    margin-bottom: 4px;
  }

  .fast-search .item-price {
    color: #0a4a82;
    font-size: 0.9em;
	font-weight: bold;
  }

  .fast-search-form{
	position: relative;
  }

  .fast-search-form button{
	position: absolute;
	right: 0px;
	top:0px;
	border: none;
    background: #95a1a8;
    margin-bottom: 0;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 16px;
	width: 34px;
	height: 34px;
  }
/* End */


/* Start:/local/templates/main_webidea/components/bitrix/menu/IndexCatalogMenu_v4/style.css?17335627372389*/
.Left-bar {
  width: 245px;
  padding-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 10;
}

.Left-bar_nav{
	position: static;
}

.Left-bar.active {
  left: 0;
}

.Left-bar_buttons {
  margin-bottom: 25px;
}

.Left-bar_header {
  font: 14px/35px 'OpenSansSemiBold';
  color: #5c5c5c;
  background: #d2d2d2;
  padding-left: 25px;
}


.Left-bar_ul .level-2{
	display: none;
	padding: 20px;
	position: absolute;
	left: 228px;
	top:0px;
	width: 850px;
	background: #f6f5f3;
	border: 1px solid #eaeaea;
	z-index: 50;
}

.Left-bar_ul .level-2-col{
	display: inline-block;
	vertical-align: top;
	width: 21%;
	margin-right: 20px;
}

.Left-bar_ul .level-2-col > li{
	margin-bottom: 5px;
}

.Left-bar_ul .level-2 li a{
  
  text-decoration: none;
  font: 12px 'OpenSansRegular';
  color: #333333;	
}

.Left-bar_ul .level-3{
  padding-left: 10px;
}

.Left-bar_ul .level-3 li a{
  margin-bottom: 3px;
  text-decoration: none;
  font: 11px 'OpenSansRegular';
  color: #333333;	
}

.Left-bar_ul li:hover .level-2{
	display: block;
}


.Left-bar_ul {
  padding: 15px 0;
  background: #f6f5f3;
  border: 1px solid #e2e2e2;
  border-top: none;
}

.Left-bar_ul > li{
	position: relative;
}

.Left-bar_ul > li > a {
  padding: 7px 23px 6px;
  text-decoration: none;
  font: 13px 'OpenSansRegular';
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.Left-bar_ul > li > a:hover {
  color: #b33131;
}

.Left-bar_ul > li > a object {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.Left-bar_ul > li.active a {
  color: #b33131;
}

.Left-bar_img {
  width: 24px;
  margin-right: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.Left-bar_ul > li a:hover {
	color: #b33131;
}

@media screen and (max-width: 1170px) {
	.Left-bar_ul .level-2{
	display: none;
	padding: 2px 5px 20px 25px;
	position: static;
	background: #f6f5f3;
	border: 0px;
	border-bottom: 1px solid #eaeaea;
}

.Left-bar_ul .level-2-col{
	display: block;
	width: 150px;
	margin-right: 0px;
}

.Left-bar_ul li:hover .level-2{
	display: none;
}




}



/* End */


/* Start:/local/templates/main_webidea/components/bitrix/news.list/footerOffices/style.css?1733562737150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main_webidea/components/webidea/callback/callback/style.css?17335627364347*/
.status-mess{
	font-family: "OpenSansRegular";
	color: white;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	display: block;
	text-align: center;
	border-radius: 10px;
	padding: 5px 20px;
	opacity: 0.8;
	margin-bottom: 10px;
}
.call-wrap{
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
	background-image: url(/local/templates/main_webidea/components/webidea/callback/callback/img/bg.png);
	background-repeat: repeat;
	width: 30%;
	max-width: 424px;
	padding: 95px 20px 40px 20px;
	top: 100px;
	margin: 20px 35%;
	z-index: 205;
}

.call-wrap .title:after{
	content: '';
    display:block; 
    background-image:url(/local/templates/main_webidea/components/webidea/callback/callback/img/cr.png);
    background-repeat:no-repeat;
    width:23px;
    height:23px;
    position:absolute;
    right:0px;
    top:80px;
}


.call-wrap .title:before{
	content: '';
    display:block; 
    background-image:url(/local/templates/main_webidea/components/webidea/callback/callback/img/cl.png);
    background-repeat:no-repeat;
    width:23px;
    height:23px;
    position:absolute;
    left:0px;
    top:80px;
}


.call-wrap:before{
	content: '';
    display:block; 
    background-image:url(/local/templates/main_webidea/components/webidea/callback/callback/img/logo.png);
    background-repeat:no-repeat;
    width:176px;
    height:116px;
    position:absolute;
    left:-8px;
    top:-83px;
}

.call-wrap .block-width{
	text-align: center;
	margin: 0px 2%;
	width: 96%;
}

.call-wrap .info{
	display: block;
	margin-top: 35px;
	margin-bottom: 35px;
	
	color: #514e4d;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}

.call-wrap input[type="text"]{
	background-color: #fafafa;
	max-width: 100%;
	font-size: 17px;
	border: 0px solid #ccc;
	border-bottom: 1px solid #7b6cc4;
    padding: 10px 15px;
    width:100%; 
    max-width: 270px;
    margin:0px auto 30px;   
}

.call-wrap .line.block-width{
	margin-bottom: 10px;
}

.call-wrap label{
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
	width:100%;
}

.call-wrap .title{
	position: absolute;
	left: -23px;
	top: 20px;
	background-image: url(/local/templates/main_webidea/components/webidea/callback/callback/img/title.png);
	padding: 10px 0px 0px 15px; 
	margin: 0px;
	width: 470px;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	color: #fbfbfb;
	font-family: "Open Sans";
	
}

.call-wrap .title h2{
	display: block;
	margin: 0px;
	color: #fbfbfb;
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 600;
	line-height: 50px;
}

.call-wrap .buttons-wrap{
	display: block;
	text-align: center;
	margin-top: 10px;
}

.call-wrap .buttons-wrap a.send{
display: block;
text-decoration: none;
color:#fff;	
width: 270px;
margin: 0px auto;
height: 50px;
line-height: 50px;
background-color: #df700a;
box-shadow: -8.2px 7.4px 18px rgba(13, 13, 13, 0.25);
text-shadow: -7.4px 6.7px 10px rgba(13, 13, 13, 0.2);
color: white;
font-family: "Open Sans";
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
}

.call-wrap .buttons-wrap a.send:hover{
	background-color: #f79842;	
}

.call-wrap .buttons-wrap a.cancel{
	display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 16px;
    color: #222;
}

.call-wrap .close{
	opacity: 1;
	display:block; 
    background-image:url(/local/templates/main_webidea/components/webidea/callback/callback/img/close.png);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    position:absolute;
    right:14px;
    top:14px;
    z-index: 25;
}

.call-wrap .close:hover{
	cursor: pointer;
    opacity: 0.8;
    transform: rotate(180deg);
    transition: all 0.7s ease 0s;
}

#call-err{
	font-size: 14px;
	color: #ff4242;
}

@media only screen and (min-width : 200px) and (max-width : 480px) {
	 /* smartphones, iPhone, portrait 480x320 phones */ 
	 .call-wrap{
		padding: 70px 10px 30px;

	 }
	 
	 .call-wrap input[type="text"]{
	 	padding: 5px 10px;
	 }

	.call-wrap .title{
		width: calc(100% + 46px);
	}

	.call-wrap .title h2{
		font-size: 20px;
	}
		
}

@media only screen and (min-width : 600px) and (max-width : 700px) {
	 /* smartphones, iPhone, portrait 480x320 phones */ 
	 .call-wrap{
		padding: 70px 10px 30px;
		width: 70%;
		margin: 20px 15%;
	 }
	 	 
		
}

@media only screen and (min-width : 700px) and (max-width : 1060px) {
	 /* smartphones, iPhone, portrait 480x320 phones */ 
	 .call-wrap{
		padding: 70px 10px 30px;
		width: 60%;
		margin: 20px 20%;
	 }
}
@media only screen and (min-width : 1060px) and (max-width: 1420px) {
	.call-wrap{
		width: 40%;
		margin: 20px 30%;
	}
}
@media only screen and (min-width : 200px) and (max-width: 600px) {
	.call-wrap{
		width: 90%;
		margin: 20px 5%;
		max-width: 424px;
	}
}

/* End */


/* Start:/local/templates/main_webidea/template_styles.css?1733985957160878*/
@font-face {
  font-family: 'OpenSansBold';
  src: url('/local/templates/main_webidea/fonts/opensans-bold-webfont.eot');
  src: url('/local/templates/main_webidea/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/local/templates/main_webidea/fonts/opensans-bold-webfont.woff') format('woff'), url('/local/templates/main_webidea/fonts/opensans-bold-webfont.ttf') format('truetype'), url('/local/templates/main_webidea/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansBoldItalic';
  src: url('/local/templates/main_webidea/fonts/opensans-bolditalic-webfont.eot');
  src: url('/local/templates/main_webidea/fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/local/templates/main_webidea/fonts/opensans-bolditalic-webfont.woff') format('woff'), url('/local/templates/main_webidea/fonts/opensans-bolditalic-webfont.ttf') format('truetype'), url('/local/templates/main_webidea/fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansCondenSedBold';
  src: url('/local/templates/main_webidea/fonts/opensans-condbold-webfont.eot');
  src: url('/local/templates/main_webidea/fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'), url('/local/templates/main_webidea/fonts/opensans-condbold-webfont.woff') format('woff'), url('/local/templates/main_webidea/fonts/opensans-condbold-webfont.ttf') format('truetype'), url('/local/templates/main_webidea/fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansCondensedLight';
  src: url('/local/templates/main_webidea/fonts/opensans-condlight-webfont.eot');
  src: url('/local/templates/main_webidea/fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'), url('/local/templates/main_webidea/fonts/opensans-condlight-webfont.woff') format('woff'), url('/local/templates/main_webidea/fonts/opensans-condlight-webfont.ttf') format('truetype'), url('/local/templates/main_webidea/fonts/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansCnLtIt';
  src: url('/local/templates/main_webidea/fonts/opensans-condlightitalic-webfont.eot');
  src: url('/local/templates/main_webidea/fonts/opensans-condlightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/local/templates/main_webidea/fonts/opensans-condlightitalic-webfont.woff') format('woff'), url('/local/templates/main_webidea/fonts/opensans-condlightitalic-webfont.ttf') format('truetype'), url('/local/templates/main_webidea/fonts/opensans-condlightitalic-webfont.svg#open_sansCnLtIt') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansExtraBold';
  src: url('/local/templates/main_webidea/fonts/opensans-extrabold-webfont.eot');
  src: url('/local/templates/main_webidea/fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('/local/templates/main_webidea/fonts/opensans-extrabold-webfont.woff') format('woff'), url('/local/templates/main_webidea/fonts/opensans-extrabold-webfont.ttf') format('truetype'), url('/local/templates/main_webidea/fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansExtraBoldItalic';
  src: url('/local/templates/main_webidea/fonts/opensans-extrabolditalic-webfont.eot');
  src: url('/local/templates/main_webidea/fonts/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/local/templates/main_webidea/fonts/opensans-extrabolditalic-webfont.woff') format('woff'), url('/local/templates/main_webidea/fonts/opensans-extrabolditalic-webfont.ttf') format('truetype'), url('/local/templates/main_webidea/fonts/opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansItalic';
  src: url('/local/templates/main_webidea/fonts/opensans-italic-webfont.eot');
  src: url('/local/templates/main_webidea/fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/local/templates/main_webidea/fonts/opensans-italic-webfont.woff') format('woff'), url('/local/templates/main_webidea/fonts/opensans-italic-webfont.ttf') format('truetype'), url('/local/templates/main_webidea/fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansLight';
  src: url('/local/templates/main_webidea/fonts/opensans-light-webfont.eot');
  src: url('/local/templates/main_webidea/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('/local/templates/main_webidea/fonts/opensans-light-webfont.woff') format('woff'), url('/local/templates/main_webidea/fonts/opensans-light-webfont.ttf') format('truetype'), url('/local/templates/main_webidea/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansLightItalic';
  src: url('/local/templates/main_webidea/fonts/opensans-lightitalic-webfont.eot');
  src: url('/local/templates/main_webidea/fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/local/templates/main_webidea/fonts/opensans-lightitalic-webfont.woff') format('woff'), url('/local/templates/main_webidea/fonts/opensans-lightitalic-webfont.ttf') format('truetype'), url('/local/templates/main_webidea/fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url('/local/templates/main_webidea/fonts/opensans-regular-webfont.eot');
  src: url('/local/templates/main_webidea/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/local/templates/main_webidea/fonts/opensans-regular-webfont.woff') format('woff'), url('/local/templates/main_webidea/fonts/opensans-regular-webfont.ttf') format('truetype'), url('/local/templates/main_webidea/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansSemiBold';
  src: url('/local/templates/main_webidea/fonts/opensans-semibold-webfont.eot');
  src: url('/local/templates/main_webidea/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/local/templates/main_webidea/fonts/opensans-semibold-webfont.woff') format('woff'), url('/local/templates/main_webidea/fonts/opensans-semibold-webfont.ttf') format('truetype'), url('/local/templates/main_webidea/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
embed,
figcaption,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

a:hover,
a:active {
  outline: none;
}

blockquote,
q {
  quotes: none;
  margin: 1em 40px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio[controls],
canvas,
video {
  display: inline-block;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: none;
  outline: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[tabindex] {
  outline: none;
}

input,
button {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

[required] {
  text-shadow: none;
}

body {
  background: #ffffff;
  position: relative;
  font: 16px/1.2 'Arial';
  background-image: url("/local/templates/main_webidea/img/bg/body.jpg");
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
  overflow-x: hidden;
  padding-bottom: 305px;
}

html,
body {
  min-height: 100vh;
}

html.blocked {
  overflow: hidden !important;
  position: fixed;
}

:focus {
  outline: none;
}

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 20px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 5px 5px;
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.jq-checkbox__div {
  width: 23px;
  height: 23px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #c0c0c0;
  box-shadow: inset 0 0 1px 1px #c0c0c0;
  margin-right: 9px;
  position: relative;
}

.jq-checkbox__div.__color {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checked .jq-checkbox__div:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 4px;
  background: #3f3f3f;
  border-radius: 1px;
}

.checked .jq-checkbox__div.__color:after {
  background: #fff;
}

.jq-radio__div {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 1px 1px #c0c0c0;
  box-shadow: inset 0 0 1px 1px #c0c0c0;
  margin-right: 9px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.jq-large .jq-radio__div {
  width: 26px;
  height: 26px;
}

.checked .jq-radio__div:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
  background: #3f3f3f;
  border-radius: 50%;
}

.jq-large.checked .jq-radio__div:after {
  width: 16px;
  height: 16px;
  top: 5px;
  left: 5px;
}

.jq-selectbox__select {
  -webkit-box-shadow: inset 0 0 1px 1px #c0c0c0;
  box-shadow: inset 0 0 1px 1px #c0c0c0;
  padding: 7px 10px;
  border-radius: 5px;
  font: 16px 'OpenSansRegular';
  color: #333333;
  background: #ffffff;
}

.jq-selectbox__trigger {
  position: absolute;
  height: 36px;
  width: 30px;
  top: 0;
  right: 0;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  border: 7px solid transparent;
  border-top: 7px solid #414141;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -7px;
}

.jq-selectbox__dropdown {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
}

.jq-selectbox__dropdown li {
  padding: 5px 10px;
  font: 16px 'OpenSansRegular';
  cursor: pointer;
}

.jq-selectbox__dropdown li.selected,
.jq-selectbox__dropdown li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 100;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  top: 15px;
  right: 25px;
  position: fixed;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-dots li {
  margin-right: 10px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
  padding: 0;
  width: 10px;
  height: 10px;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0;
}

.slick-dots li.slick-active button {
  background: #ffffff;
}

.Auth {
  width: 380px;
  background: #ffffff;
  margin: 20px auto;
}

.Auth_header {
  text-align: center;
  font: 18px/55px 'OpenSansBold';
  text-transform: uppercase;
  color: #ffffff;
  background: #f2922c;
}

.Auth_content {
  padding: 30px 50px;
  background: #ffffff;
}

.Auth_text {
  text-align: center;
  color: #414141;
  font: 14px/20px 'OpenSansRegular';
  margin-bottom: 15px;
}

.Auth_socials {
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 25px;
}

.Auth_label {
  font: 14px 'OpenSansRegular';
  color: #5c5c5c;
  margin-bottom: 7px;
  display: block;
}

.Auth_label span {
  color: #bd1515;
}

.Auth_input {
  font: 16px 'OpenSansRegular';
  color: #333;
  -webkit-box-shadow: inset 0 0 1px 1px #c0c0c0;
  box-shadow: inset 0 0 1px 1px #c0c0c0;
  border: none;
  border-radius: 5px;
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 15px;
}

.Auth_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.Auth_data label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Auth_data span {
  font: 14px 'OpenSansLight';
}

.Auth_forget {
  font: 12px 'OpenSansLight';
  color: #1c6db3;
  text-decoration: none;
}

.Auth_forget:hover {
  text-decoration: underline;
}

.Auth_submit {
  font: 14px 'OpenSansSemiBold';
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 10px;
  background: #c00d0d;
  border-radius: 20px;
  width: 230px;
}

.Bread-crumbs {
  margin-top: 10px;
  margin-bottom: 10px;
}

.Bread-crumbs.__mb-min {
  margin-bottom: 0;
}

.Bread-crumbs a {
  font: 14px 'OpenSansLight';
  color: black/*#5c5c5c*/;
  text-decoration: none;
  padding-bottom: 10px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
	font-weight: bold;
}

.Bread-crumbs a:hover {
  color: #5c5c5c/*#023f75*/;
}

.Bread-crumbs a:after {
  content: '/';
  margin-left: 4px;
  margin-right: 0px;
}

.Bread-crumbs a:last-child:after {
  content: none;
}

.Bread-crumbs.__slash a:after {
  content: '/';
}

.Bread-crumbs.__slash a:last-child:after {
  content: none;
}

.Buttons_button {
  width: 225px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  font: 12px/30px 'OpenSansSemiBold';
  color: #f2e8e8;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.Buttons_button.__color-1 {
  background: #c00d0d;
}

.Buttons_button.__color-1:hover {
  background: #f02929;
  color: white !important;
  text-decoration: none;
}

.Buttons_button.__color-2 {
  background: #414141;
  
}

.Buttons_button.__color-2:hover {
  background: #6d6b6b;
  color: white !important;
  text-decoration: none;
}

.Buttons_button.__left {
  margin-left: 0;
  margin-right: 0;
}

.Buttons_button:last-child {
  margin-bottom: 0;
}

.Catalog_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

.Catalog_header-title {
  font: 18px/1 'OpenSansBold';
  color: #414141;
  text-transform: uppercase;
  padding-left: 45px;
}

.Catalog_header-title.__min {
  text-transform: none;
  font: 16px/1 'OpenSansBold';
  color: #5c5c5c;
}

.Catalog_types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Catalog_type {
  display: block;
  margin-left: 23px;
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
	cursor: pointer;
}

.Catalog_type.active {
  opacity: 1;
	cursor: default;
}

.Catalog_type:hover {
  opacity: .8;
}

.Catalog_type.__table {
  background-image: url("/local/templates/main_webidea/img/ico/table.svg");
  background-position: top left;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.Catalog_type.__list {
  background-image: url("/local/templates/main_webidea/img/ico/list.svg");
  background-position: top left;
  background-repeat: no-repeat;
  width: 14px;
  height: 15px;
}

.Catalog_type.__block {
  background-image: url("/local/templates/main_webidea/img/ico/block.svg");
  background-position: top left;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.Catalog_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 1px;
  margin-right: -3px;
}

.Catalog_item {
  width: 25%;
  border: 1px solid #e2e2e2;
  margin-left: -1px;
  /* margin-bottom: 30px; */
  background: #ffffff;
}

.Catalog_image {
  background: #fbfbfb;
  height: 160px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Catalog_image img {
  max-height: 100%;
  max-width: 100%;
}

.Catalog_content {
  padding: 15px 20px 15px;
}

.Catalog_title {
  font: 14px/20px 'OpenSansRegular';
  color: #333333;
  margin-bottom: 5px;
	height: 80px;
	overflow: hidden;
}

.Catalog_title a {
  color: inherit;
  text-decoration: none;
}

.Catalog_title a:hover {
  text-decoration: underline;
}

.Catalog_price {
  font: 24px 'OpenSansBold';
  color: #333333;
  margin-bottom: 15px;
  height: 34px;
  text-align: center;
}

.Catalog_button {
  font: 14px/35px 'OpenSansSemiBold';
  color: #ffffff;
  background: #023f75;
  /* border-radius: 10px; */
  border-radius: 2px;
  text-align: center;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

.Catalog_button:hover {
  background: #0e62ac;
  text-decoration: none;
  color: #ffffff;
}

.Catalog_has {
  position: relative;
}

.Catalog_has-title {
  font: 14px 'OpenSansLight';
  color: #626262;
}

.Catalog_has-title:hover {
  text-decoration: none;
}

.Catalog_has-title:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #626262;
  border-bottom: 1px solid #626262;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  position: relative;
  top: -2px;
  -webkit-transition: .3s;
  transition: .3s;
}

.Catalog_has-title.active:after {
  -webkit-transform: rotate(226deg);
  transform: rotate(226deg);
  top: 1px;
}

.Catalog_has-list {
  margin-top: 10px;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  background: #fcfcfc;
  padding: 10px 0;
  z-index: 2;
  border: 1px solid #e2e2e2;
}

.Catalog_has-list.active {
  display: block;
}

.Catalog_has-list li {
  font: 15px 'OpenSansRegular';
  color: #333;
  padding-left: 10px;
  margin-bottom: 5px;
}

.Catalog_has-list li:last-child {
  margin-bottom: 0;
}

.Catalog_bottom {
  position: relative;
}

.Catalog_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.Catalog_sort-name {
  font: 14px/1 'OpenSansSemiBold';
  color: #626262;
  margin-right: 20px;
}

.Catalog_sort-name.__mr-none {
  margin-right: 0;
}

.Catalog_sort-name:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #626262;
  border-bottom: 1px solid #626262;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  position: relative;
  top: -3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.Catalog_sort-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Catalog_sort-link {
  font: 14px/1 'OpenSansLight';
  color: #626262;
  margin-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.Catalog_sort-link:hover {
  color: #023f75;
}

.Catalog_sort-link:after {
  width: 10px;
  height: 8px;
  background-image: url("/local/templates/main_webidea/img/ico/sort.png");
  background-position: top left;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.Catalog_sort-link.__asc:after {
  content: '';
}

.Catalog_sort-link.__desc:after {
  content: '';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Catalog_more {
  font: 16px 'OpenSansSemiBold';
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 18px 5px;
  background: #dfdfdf;
  -webkit-box-shadow: inset 0 0 10px #d7d7d7;
  box-shadow: inset 0 0 10px #d7d7d7;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #5d5d5d;
  -webkit-transition: .3s;
  transition: .3s;
}

.Catalog_more:hover {
  background: #cdcdcd;
  text-decoration: none;
}

.Catalog_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 60px;
}

.Catalog_pagination a {
  font: 16px 'OpenSansLight';
  color: #626262;
  display: inline-block;
  margin-right: 15px;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.Catalog_pagination li {
  font: 16px 'OpenSansLight';
  color: #626262;
  display: inline-block;
  margin-right: 15px;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.Catalog_pagination a.active {
  font-family: 'OpenSansBold';
  color: #333333;
}

.Catalog_pagination a:hover {
  color: #023f75;
}

.Catalog_show {
  position: relative;
float: right;
top: -90px;

}

.Catalog_show ul {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  background: #ffffff;
  z-index: 10;
  padding: 5px;
  display: none;
}

.Catalog_show ul.active {
  display: block;
}

.Catalog_show ul a {
  font: 16px 'OpenSansLight';
  color: #626262;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}

.Catalog_show ul a:hover {
  color: #023f75;
}

.Catalog_show-link {
  font: 16px 'OpenSansLight';
  color: #626262;
	cursor: pointer;
}

.Catalog_show-link:hover {
  text-decoration: none;
}

.Catalog_show-link:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #626262;
  border-bottom: 1px solid #626262;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  position: relative;
  top: -2px;
  -webkit-transition: .3s;
  transition: .3s;
}

.Catalog_filter-btn {
  display: none;
  cursor: pointer;
}

.Contact_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 45px;
}

.Contact_top-item.__1 {
  width: 43%;
}

.Contact_top-item.__2,
.Contact_top-item.__3 {
  padding: 0 30px;
}

.Contact_top-item.__2 {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.Contact_city {
  font: 16px 'OpenSansSemiBold';
  color: #414141;
  margin-bottom: 20px;
}

.Contact p {
  margin-bottom: 5px;
  font: 14px/20px 'OpenSansLight';
  color: #5c5c5c;
}

.Contact p strong {
  font-family: 'OpenSansSemiBold';
}

.Contact_map {
  height: 260px;
  margin-bottom: 50px;
}

.Contact_map iframe {
  width: 100%;
  height: 100%;
}

.Contact_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Contact_item {
  width: 33.33%;
  margin-bottom: 10px;
}

.Contact_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.Contact_image img {
  margin-right: 8px;
}

.Container {
  padding: 25px 0 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

.Container_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 1%;
}

.Count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Count_left,
.Count_right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 29px;
  background: #eaeaea;
  position: relative;
  cursor: pointer;
}

.Count_left:before,
.Count_right:before {
  content: '';
  width: 8px;
  height: 2px;
  background: #3f3f3f;
  position: absolute;
  top: 14px;
  left: 11px;
}

.Count_left {
  margin-right: 3px;
}

.Count_right {
  margin-left: 3px;
}

.Count_right:after {
  content: '';
  width: 2px;
  height: 8px;
  background: #3f3f3f;
  position: absolute;
  top: 11px;
  left: 14px;
}

.Count_input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  border: 1px solid #cccccc;
  font: 14px 'OpenSansLight';
  text-align: center;
  padding: 4px 4px;
}

.Detail {
  padding: 40px 50px;
  background: #343434;
  margin-bottom: 25px;
}

.Detail_top {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.Detail_title {
  font: 18px 'OpenSansBold';
  text-transform: uppercase;
  margin-right: 30px;
}

.Detail_select input {
  position: absolute;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
}

.Detail_select label {
  text-decoration: underline;
  cursor: pointer;
  font: 14px 'OpenSansLight';
}

.Detail_select label:hover {
  text-decoration: none;
}

.Detail_select input:checked + label {
  text-decoration: none;
}

.Detail_select span {
  margin: 0 6px;
  font: 14px 'OpenSansLight';
}

.Detail_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Detail_input {
  width: 64%;
  padding: 11px 15px;
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: inset 0 0 2px #c6c6c6;
  box-shadow: inset 0 0 2px #c6c6c6;
  margin-right: 15px;
  font: 16px 'OpenSansRegular';
}

.Detail_submit {
  width: 183px;
  font: 14px 'OpenSansSemiBold';
  color: #ffffff;
  text-transform: uppercase;
  background: #023f75;
  padding: 12px 0 13px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px 4px #333;
  box-shadow: 0 0 2px 4px #333;
  margin-right: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.Detail_submit:hover {
  background: #0c4f8b;
}

.Detail_link {
  font: 14px 'OpenSansSemiBold';
  color: #ffffff;
  text-transform: uppercase;
}

.Detail_link:hover {
  text-decoration: underline;
  color: #ffffff;
}

.Filter {
  padding: 30px 50px 20px;
  border: 1px solid #f6f5f3;
  background: #fff9ec;
  margin-bottom: 20px;
}

.Filter_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Filter_item {
  width: 25%;
  padding-right: 10px;
}

.Filter_items {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: none;
}

.Filter_items.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Filter_items .Filter_item {
  width: 33.33%;
}

.Filter_headings li {
  margin-bottom: 10px;
}

.Filter_headings a {
  font: 14px 'OpenSansSemiBold';
  color: #414141;
}

.Filter_headings li.active a,
.Filter_headings a:hover {
  text-decoration: none;
}

.Filter_content li {
  margin-bottom: 10px;
}

.Filter_content a {
  font: 14px 'OpenSansLight';
  color: #5c5c5c;
}

.Filter_content a:hover {
  text-decoration: none;
}

.Filter_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 14px 'OpenSansLight';
  color: #5c5c5c;
}

.Filter_label .jq-checkbox__div {
  width: 16px;
  height: 16px;
}

.Filter_label .jq-checkbox__div:after {
  width: 8px;
  height: 8px;
}

.Filter_reset {
  font: 14px 'OpenSansRegular';
  color: #1c6db3;
  text-decoration: none;
  display: block;
  margin-top: 5px;
  background: none;
  padding: 0;
  margin-bottom: 35px;
}

.Filter_reset:hover {
  text-decoration: underline;
}

.Filter_selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Filter_selected-item {
  background: #e2e2e2;
  font: 13px 'OpenSansLight';
  color: #5c5c5c;
  padding: 6px 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  margin-right: 20px;
  margin-bottom: 10px;
}

.Filter_selected a {
  background-image: url("/local/templates/main_webidea/img/ico/close.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  display: inline-block;
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.Footer {
  background: #115a9b;
  background-image: url("/local/templates/main_webidea/img/bg/drop.png");
  background-position: left top;
  background-repeat: repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.Footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Footer_left {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #e3e3e3;
  width: 40%;
  padding-right: 30px;
  position: relative;
  border-right: 1px solid #0a4a82;
}

.Footer_left:before {
  content: '';
  background-color: #0b4f8c;
  background-image: url("/local/templates/main_webidea/img/bg/drop-2.png");
  background-position: left top;
  background-repeat: repeat;
  position: absolute;
  width: 3000px;
  right: 0;
  top: 0;
  height: 100%;
}

.Footer_left-logo {
  margin-right: 35px;
  position: relative;
  z-index: 2;
}

.Footer_logo {
  margin-bottom: 30px;
  display: block;
}

.Footer_left-content {
  position: relative;
  z-index: 2;
}

.Footer_left-item {
  margin-bottom: 5px;
}

.Footer_left-item h3 {
  font: 18px 'OpenSansSemiBold';
}

.Footer_left-item p {
  font: 14px 'OpenSansRegular';
}

.Footer_right {
  padding: 60px 0 60px 60px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.Footer_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.Footer_item {
  width: 36%;
}

.Footer_item:nth-child(3) {
  width: 26%;
}

.Footer_item h3 {
  font: 18px 'OpenSansBold';
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}

.Footer_item h3:after {
  content: '';
  position: absolute;
  right: 4px;
  bottom: 20px;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.Footer_item.active h3:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  bottom: 10px;
}

.Footer_item li {
  margin-bottom: 6px;
}

.Footer_item li a {
  color: #e3e3e3;
  font: 13px 'OpenSansRegular';
  text-decoration: none;
}

.Footer_item li a:hover {
  text-decoration: underline;
}

.Formalization {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
}

.Formalization_left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.Formalization_right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 245px;
  padding-left: 15px;
  position: relative;
}

.Formalization_items {
  background: #ffffff;
}

.Formalization_item {
  margin-bottom: 5px;
}

.Formalization_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #d2d2d2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 9px;
  position: relative;
  cursor: pointer;
}

.Formalization_header-number {
  font: 14px/15px 'OpenSansSemiBold';
  color: #ffffff;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: 25px;
}

.Formalization_header-text {
  font: 18px 'OpenSansSemiBold';
  color: #5c5c5c;
}

.Formalization_header:after {
  width: 10px;
  height: 10px;
  content: '';
  position: absolute;
  right: 15px;
  top: 12px;
  border-right: 2px solid #828282;
  border-bottom: 2px solid #828282;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Formalization_item:not(.active) .Formalization_header:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Formalization_content {
  padding: 25px 0 35px;
  position: relative;
  display: none;
}

.Formalization_item.active .Formalization_content {
  display: block;
}

.Formalization_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}

.Formalization_product:first-child {
  padding-top: 0;
}

.Formalization_product-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 37%;
  padding-left: 50px;
  margin-right: 130px;
}

.Formalization_product-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Formalization_product-image {
  margin-right: 15px;
}

.Formalization_product-image img {
  max-width: 80px;
  height: auto;
}

.Formalization_product-title {
  font: 14px 'OpenSansRegular';
  text-decoration: none;
  color: #333333;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.Formalization_product-title:hover {
  color: #023f75;
}

.Formalization_product-info {
  font: 14px 'OpenSansLight';
  color: #626262;
  margin-bottom: 8px;
}

.Formalization_product-price {
  font: 16px/28px 'OpenSansBold';
  color: #333333;
}

.Formalization_product-price i {
  font: 16px 'OpenSansBold';
}

.Formalization_product-total-price {
  font: 24px/20px 'OpenSansBold';
  color: #333333;
}

.Formalization_product-total-price i {
  font: 24px 'OpenSansBold';
}

.Formalization_product-delete {
  width: 15px;
  height: 15px;
  background-image: url("/local/templates/main_webidea/img/ico/close.png");
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  margin-top: 23px;
  margin-right: 10px;
}

.Formalization_has-title {
  font: 14px 'OpenSansLight';
  color: #626262;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

.Formalization_has-title:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #626262;
  border-bottom: 1px solid #626262;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  position: relative;
  top: -2px;
  -webkit-transition: .3s;
  transition: .3s;
}

.Formalization_has.active .Formalization_has-title:after {
  -webkit-transform: rotate(226deg);
  transform: rotate(226deg);
  top: 1px;
}

.Formalization_has-items {
  padding: 5px;
  border: 1px solid #e2e2e2;
  display: none;
}

.Formalization_has-items li {
  font: 15px 'OpenSansRegular';
  color: #333;
  margin-bottom: 5px;
}

.Formalization_has.active .Formalization_has-items {
  display: block;
}

.Formalization_coupon {
  padding-left: 50px;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Formalization_coupon-field {
  width: 230px;
  position: relative;
}

.Formalization_coupon-go {
  width: 26px;
  height: 37px;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
}

.Formalization_coupon-go:after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 1px solid #939393;
  border-top: 1px solid #939393;
  position: absolute;
  top: 15px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Formalization_coupon-input {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px 1px #c0c0c0;
  box-shadow: 0 0 1px 1px #c0c0c0;
  border: none;
  font: 14px 'OpenSansRegular';
  color: #023f75;
  padding: 10px 27px 10px 14px;
}

.Formalization_coupon-input::-webkit-input-placeholder {
  color: #023f75;
}

.Formalization_coupon-input:-moz-placeholder {
  color: #023f75;
}

.Formalization_coupon-input::-moz-placeholder {
  color: #023f75;
}

.Formalization_coupon-input:-ms-input-placeholder {
  color: #023f75;
}

.Formalization_coupon-q {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  margin-left: 16px;
  border: 1px solid #d9d9d9;
  color: #8d8d8d;
  font: 14px/29px 'OpenSansRegular';
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: default;
}

.Formalization_coupon-q:hover {
  border-color: #8d8d8d;
}

.Formalization_order {
  width: 100%;
}

.Formalization_order-header {
  font: 14px/36px 'OpenSansSemiBold';
  color: #ffffff;
  background: #f2922c;
  text-align: center;
}

.Formalization_order-content {
  padding: 20px;
  border: 1px solid #e4e4e4;
  background: #f6f5f3;
}

.Formalization_order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.Formalization_order-item.__total {
  border-top: 1px solid #d2d2d2;
  padding-top: 10px;
  margin-bottom: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.Formalization_order-text {
  font: 14px 'OpenSansRegular';
  color: #333333;
}

.Formalization_order-price {
  font: 16px 'OpenSansBold';
  line-height: 1;
}

.Formalization_order-price i {
  font-style: normal;
}

.Formalization_order-item.__total .Formalization_order-price {
  font-size: 24px;
}

.Formalization_next {
  width: 180px;
  font: 14px 'OpenSansSemiBold';
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  background: #023f75;
  padding: 8px 10px;
  position: absolute;
  bottom: 35px;
  right: 50px;
  -webkit-transition: .3s;
  transition: .3s;
}

.Formalization_next:hover {
  background: #0f5da3;
}

.Formalization_address-item {
  padding-left: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 25px;
}

.Formalization_address-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.Formalization_address-header {
  font: 14px 'OpenSansSemiBold';
  margin-bottom: 15px;
}

.Formalization_address-type-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Formalization_address-type-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 14px 'OpenSansLight';
  color: #5c5c5c;
}

.Formalization_address-type-item.__left {
  border-left: 1px solid #d2d2d2;
  padding-left: 30px;
}

.Formalization_address-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.Formalization_address-row:last-child {
  margin-bottom: 0;
}

.Formalization_address-field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.Formalization_address-field label {
  display: block;
  font: 14px 'OpenSansRegular';
  color: #5c5c5c;
  margin-bottom: 5px;
}

.Formalization_address-field label.__padding {
  padding-top: 26px;
}

.Formalization_address-input {
  width: 182px;
  padding: 7px 10px 8px;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 1px 1px #c0c0c0;
  box-shadow: inset 0 0 1px 1px #c0c0c0;
  font: 16px 'OpenSansRegular';
}

.Formalization_address-input.__2 {
  width: 230px;
}

.Formalization_address-input.__3 {
  width: 83px;
}

.Formalization_delivery {
  padding-left: 50px;
}

.Formalization_delivery-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

.Formalization_delivery-item {
  width: 235px;
  background: #fcfcfc;
  border: 1px solid #f6f5f3;
  padding: 20px 20px 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.Formalization_delivery-item:hover {
  background: #f6f5f3;
}

.Formalization_delivery-item.active {
  background: #f6f5f3;
  border-color: #b3b2b1;
}

.Formalization_delivery-image {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Formalization_delivery-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.Formalization_delivery-content p {
  font: 14px/20px 'OpenSansLight';
  color: #414141;
  text-align: center;
}

.Formalization_pay-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.Formalization_pay-item {
  margin: 0 7px;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 30px;
  background: #fcfcfc;
  border: 1px solid #f6f5f3;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.Formalization_pay-item:hover {
  background: #f6f5f3;
}

.Formalization_pay-item.active {
  background: #f6f5f3;
  border-color: #b3b2b1;
}

.Formalization_submit {
  width: 183px;
  font: 14px 'OpenSansSemiBold';
  color: #ffffff;
  text-transform: uppercase;
  background: #c00d0d;
  text-align: center;
  border-radius: 25px;
  margin: 0 auto;
  display: block;
  padding: 13px 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.Formalization_submit:hover {
  background: #e50f0f;
}

.Formalization_bottom-price {
  display: none;
  text-align: center;
}

.Formalization_bottom-price-text {
  font: 16px/1 'OpenSansLight';
  margin-bottom: 5px;
}

.Formalization_bottom-price-num {
  font: 48px/1 'OpenSansBold';
  color: #333333;
}

.Formalization_bottom-price-num i {
  font-style: normal;
}

.Forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Forms .Heading-2 {
  position: relative;
}

.Forms .Heading-2:after {
  content: none;
  border-right: 2px solid #b33131;
  border-bottom: 2px solid #b33131;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.Forms_form {
  width: 50%;
}

.Forms_form.__left {
  padding-right: 40px;
}

.Forms_form.__right {
  padding-left: 40px;
  border-left: 1px solid #dfdfdf;
}

.Forms_descr {
  font: 16px/24px 'OpenSansRegular';
  color: #414141;
  margin-bottom: 30px;
}

.Forms_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.Forms_col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.Forms_col.__1 {
  width: 185px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.Forms_col.__2 {
  width: 135px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.Forms_col.__3 {
  width: 270px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.Forms_label {
  font: 14px 'OpenSansRegular';
  color: #5c5c5c;
  margin-bottom: 6px;
  display: block;
}

.Forms_input {
  -webkit-box-shadow: inset 0 0 1px 1px #c0c0c0;
  box-shadow: inset 0 0 1px 1px #c0c0c0;
  width: 100%;
  border: none;
  border-radius: 2px;
  font: 16px 'OpenSansRegular';
  padding: 6px 10px;
}

.Forms_area {
  -webkit-box-shadow: inset 0 0 1px 1px #c0c0c0;
  box-shadow: inset 0 0 1px 1px #c0c0c0;
  width: 100%;
  border: none;
  border-radius: 2px;
  font: 16px 'OpenSansRegular';
  padding: 7px 10px;
  min-height: 110px;
  max-width: 100%;
}

.Forms_area::-webkit-input-placeholder {
  color: #333333;
}

.Forms_area:-moz-placeholder {
  color: #333333;
}

.Forms_area::-moz-placeholder {
  color: #333333;
}

.Forms_area:-ms-input-placeholder {
  color: #333333;
}

.Forms_check-box.__flexible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Forms_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.Forms_check.__margin {
  margin-right: 40px;
}

.Forms_check.__center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Forms_check > .jq {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.Forms_check-text {
  font: 16px/18px 'OpenSansRegular';
  color: #333333;
}

.Forms_check-text span {
  font-size: 14px;
  display: block;
}

.Forms_button {
  width: 230px;
  background: #c00d0d;
  font: 14px 'OpenSansSemiBold';
  color: #ffffff;
  border-radius: 2px;
  padding: 11px 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 35px;
}

.Forms_button:hover {
  background: #ef1a1a;
}

.Forms_button.__color-2 {
  background: #075092;
}

.Forms_button.__color-2:hover {
  background: #0f68b9;
}

.Forms_select {
  width: 330px;
  cursor: pointer;
}

.Header {
  background: #fbfbfb;
  border-bottom: 1px solid #eeeeee;
	width: 100%;
	top: 0px;
	position: fixed;
	z-index: 81;
}

.Header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.Header_logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 245px;
}

.Header_content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.Header_top {
  padding: 8px 0 7px;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Header_address {
  font: 13px/17px 'OpenSansRegular';
  color: #1c6db3;
  background: url(/local/templates/main_webidea/img/ico/placeholder.svg) top left no-repeat;
  background-size: 13px 17px;
  padding-left: 20px;
  max-width: 33%;
}

.Header_call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Header_call-btn {
  font: 13px 'OpenSansRegular';
  color: #fbfbfb;
  padding: 4px 20px;
  border-radius: 11px;
  background: #848484;
  -webkit-transition: .3s;
  transition: .3s;
}

.Header_call-btn:hover {
  background: #595959;
}

.Header_call-link {
  font: 13px 'OpenSansRegular';
  color: #1c6db3;
  text-decoration: none;
  margin: 0 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.Header_call-link:hover {
  color: #4aa8f9;
}

.Header_tel {
  font: 15px 'OpenSansSemiBold';
  color: #787878;
  text-decoration: none;
  margin-left:20px;
}

.Header_tel:active {
  color: #bb0808;
}

.Header_reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Header_reg-link {
  font: 13px 'OpenSansRegular';
  color: #1c6db3;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.Header_reg-link:hover {
  color: #4aa8f9;
}

.Header_reg-s {
  font: 13px 'OpenSansRegular';
  color: #1c6db3;
  margin: 0 5px;
}

.Header_bottom {
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Header_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Header_search-btn {
  width: 25px;
  height: 25px;
  background-image: url("/local/templates/main_webidea/img/ico/search.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: block;
}

.Header_price {
  font: 18px/30px 'OpenSansSemiBold';
  color: #414141;
  text-decoration: none;
  display: block;
  background-image: url("/local/templates/main_webidea/img/ico/cart.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 41px;
  margin-left: 28px;
}

.Header_price span {
  display: none;
}

.Header_catalog {
  display: none;
  position: absolute;
  top: 105px;
  height: 85px;
  left: 0;
  width: 50%;
  background-image: url("/local/templates/main_webidea/img/ico/tire.svg");
  background-position: left 45px top 21px;
  background-repeat: no-repeat;
  background-color: #f2922c;
  background-size: 43px 43px;
  font: 24px/85px 'OpenSansRegular';
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
  padding-left: 105px;
}

.Heading-2 {
  font: 18px 'OpenSansBold';
  color: #414141;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.Heading-2.__mb-large {
  margin-bottom: 35px;
}

.History_item {
  margin-bottom: 60px;
  border-bottom: 1px solid #e4e4e4;
}

.History_header {
  font: 16px 'OpenSansRegular';
  color: #ffffff;
  background: #023f75;
  padding: 14px 50px;
  position: relative;
  cursor: pointer;
}

.History_header:after {
  content: '';
  width: 13px;
  height: 13px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 50px;
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.History_content {
  display: none;
}

.History_item.active .History_content {
  display: block;
}

.Logo_img {
  width: 210px;
}

.Main-news {
  background: #f6f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -20px;
}

.Main-news_content {
  position: relative;
  z-index: 2;
}

.Main-news_last {
  padding: 40px 0 20px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 70px;
}

.Main-news_last:before {
  content: '';
  width: 5000px;
  height: 100%;
  background: #fbfbfb;
  position: absolute;
  top: 0;
  right: 0;
}

.Main-news_read {
  width: 230px;
  background: #f6f5f5;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 40px 0 20px 30px;
}

.Main-news_read:before {
  content: '';
  width: 5000px;
  height: 100%;
  background: #f6f5f5;
  position: absolute;
  top: 0;
  left: 0;
}

.Main-news_read-item {
  margin-bottom: 15px;
}

.Main-news_title {
  font: 18px 'OpenSansBold';
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.Main-news_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Main-news_item {
  width: 47%;
}

.Main-news_item img {
  max-width: 100%;
  margin-bottom: 20px;
  display: block;
}

.Main-news_date {
  font: 14px 'OpenSansLight';
  color: #333333;
  margin-bottom: 3px;
}

.Main-news_header {
  font: 16px/20px 'OpenSansSemiBold';
  color: #333333;
  margin-bottom: 5px;
}

.Main-news_header a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.Main-news_header a:hover {
  color: #023f75;
}

.Main-news_text {
  font: 14px/20px 'OpenSansRegular';
  color: #333333;
  margin-bottom: 20px;
}

.Main-news_more {
  font: 15px 'OpenSansRegular';
  color: #1c6db3;
  text-decoration: none;
}

.Main-news_more.__mb-large {
  margin-top: 25px;
  display: block;
}

.Main-news_more:hover {
  text-decoration: underline;
}

.Main-news_read-link {
  font: 13px 'OpenSansRegular';
  color: #1d6db3;
  text-decoration: none;
}

.Main-news_read-link:hover {
  text-decoration: underline;
}

.Main_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

.Main_slider {
  width: 100%;
  height: 273px;
}

.Main_slider-item {
  display: block;
}

.Main_slider-item img {
  width: 100%;
  height: 270px;
}

.Main_product {
  width: 232px;
  height: 270px;
  background: #fbfbfb;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}

.Main_product-header {
  text-align: center;
  background: #b70c0c;
  color: #ffffff;
  font: 14px/25px 'OpenSansSemiBold';
}

.Main_product-content {
  border: 1px solid #e2e2e2;
  height: 245px;
}

.Main_product-image {
  /* padding: 30px 30px 5px 30px; */
  padding-top: 10px;
  padding-bottom: 10px;  
	align-content: center;
}

.Main_product-image img {
  /*width: 100%;*/
	position: relative;
	margin-left: 30%;
  max-height: 110px;
  display: block;
  margin: auto;

}

.Main_product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Main_product-name {
  width: 50%;
  padding: 5px 0 0 15px;
  overflow: hidden;
  font: 14px 'OpenSansLight';
  color: #333333;
}

.Main_product-price {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -130px;
  right: -95px;
  background: #414141;
  border-radius: 41%/35% 42% 50% 50%;
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}

.Main_product-price i {
  font: 20px 'OpenSansBold';
  color: #ffffff;
  position: relative;
  top: 18px;
  left: 18px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
  display: block;
}

.Main_catalog {
  margin-bottom: 30px;
}

.Main_offers {
  margin-bottom: 50px;
}

.Main_offers-title {
  padding: 25px 25px 25px 45px;
  font: 18px/1 'OpenSansBold';
  color: #414141;
  text-transform: uppercase;
}

.Main_offers-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Main_banners-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Main_banners-col {
  width: 48%;
}

.Main_banners-col.__full {
  width: 100%;
  margin-bottom: 15px;
}

.Main_banners-col img {
  width: 100%;
}

.Nav_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Nav_ul a {
  font: 14px 'OpenSansSemiBold';
  padding: 0 12px;
  text-decoration: none;
  color: #5c5c5c;
  -webkit-transition: .3s;
  transition: .3s;
}

.Nav_ul a:hover {
  color: #7ca2bd;
}

.Nav_ul li.active a {
  color: #7ca2bd;
}

.Nav_ul li:first-child a {
  padding-left: 0;
}

.Nav_ul li:last-child a {
  padding-right: 0;
}

.Nav_mobile {
  display: none;
  margin-top: 7px;
}

.Nav_mobile a {
  display: inline-block !important;
}

.Nav_button {
  position: relative;
  display: none;
}

.Nav_button span {
  font: 24px 'OpenSansRegular';
  color: #626262;
  margin-left: 20px;
}

.Nav_btn {
  background: none;
  display: none;
  padding: 0;
}

.Nav_btn i {
  display: block;
  /* width: 40px; */
  height: 6px;
  margin-bottom: 9px;
  border-radius: 1px;
  background: #626262;
  border-radius: 2px;
}

.Nav_btn i:last-child {
  margin-bottom: 0;
}

.News_types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.News_types a {
  font: 14px 'OpenSansLight';
  color: #626262;
  margin-right: 15px;
}

.News_types a.active {
  text-decoration: none;
}

.News_types a:hover {
  text-decoration: none;
}

.News_type-title {
  font: 14px 'OpenSansSemiBold';
  color: #626262;
  margin-right: 13px;
}

.News_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.News_item {
  width: 24%;
  margin: 0 11px 40px;
}

.News_item.__min {
  margin: 0 9px 40px;
  width: 23%;
}

.News_item.__large {
  width: 42%;
}

.News_item img {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.News_date {
  font: 14px 'OpenSansLight';
  color: #333333;
  margin-bottom: 3px;
}

.News_header {
  font: 16px/20px 'OpenSansSemiBold';
  color: #333333;
  margin-bottom: 5px;
}

.News_header a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.News_header a:hover {
  color: #023f75;
}

.News_text {
  font: 14px/20px 'OpenSansRegular';
  color: #333333;
  margin-bottom: 20px;
}

.News_more {
  font: 15px 'OpenSansRegular';
  color: #1c6db3;
  text-decoration: none;
}

.News_more.__mb-large {
  margin-top: 25px;
  display: block;
}

.News_more:hover {
  text-decoration: underline;
}

.News_read-link {
  font: 13px 'OpenSansRegular';
  color: #1d6db3;
  text-decoration: none;
}

.News_read-link:hover {
  text-decoration: underline;
}

.News_more-link {
  font: 16px 'OpenSansSemiBold';
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 18px 5px;
  background: #dfdfdf;
  -webkit-box-shadow: inset 0 0 10px #d7d7d7;
  box-shadow: inset 0 0 10px #d7d7d7;
  border-radius: 30px;
  margin-bottom: 20px;
  color: #5d5d5d;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.News_more-link:hover {
  background: #cdcdcd;
}

.Order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Order_item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #ffffff;
}

.Order_item.__number {
  width: 11%;
}

.Order_item.__date {
  width: 8%;
  background: #fcfcfc;
}

.Order_item.__exists {
  width: 47%;
}

.Order_item.__status {
  width: 17%;
  background: #fcfcfc;
}

.Order_item.__sum {
  width: 17%;
}

.Order_header {
  font: 14px 'OpenSansLight';
  color: #333333;
  padding: 8px 15px;
  background: #e4e4e4;
  border-right: 1px solid #fff;
}

.Order_header.__center {
  text-align: center;
}

.Order_item.__exists .Order_header {
  margin-bottom: 10px;
}

.Order_item:last-child .Order_header {
  border-right: none;
}

.Order_content {
  padding: 30px 10px;
}

.Order_number,
.Order_date {
  font: 14px 'OpenSansRegular';
  color: #333333;
  text-align: center;
}

.Order_exists-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.Order_exists-item:last-child {
  margin-bottom: 0;
}

.Order_exists-image {
  max-width: 80px;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.Order_exists-image img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

.Order_exists-title {
  width: 50%;
  padding-right: 30px;
  font: 14px/20px 'OpenSansLight';
  color: #333333;
}

.Order_exists-title:hover {
  text-decoration: none;
}

.Order_exists-num {
  font: 14px 'OpenSansRegular';
  color: #333333;
  padding: 0 25px;
  text-align: center;
}

.Order_exists-price {
  font: 14px 'OpenSansSemiBold';
  color: #333333;
  text-align: center;
}

.Order_status-text {
  font: 14px/20px 'OpenSansRegular';
  color: #333333;
  margin-bottom: 10px;
}

.Order_status-text-2 {
  font: 14px/20px 'OpenSansRegular';
  color: #626262;
  margin-bottom: 10px;
}

.Order_review {
  font: 13px/25px 'OpenSansRegular';
  display: block;
  width: 100%;
  background: #848484;
  color: #ffffff;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.Order_review:hover {
  background: #696868;
}

.Order_sum {
  font: 24px/1 'OpenSansBold';
}

.Page_top {
  padding-bottom: 35px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
  overflow: hidden;
}

.Page_top img {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
  max-width: 415px;
}

.Page_top p {
  font: 14px/20px 'OpenSansRegular';
  color: #333333;
  margin-bottom: 5px;
}

.Page_assortment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Page_assortment-item {
  width: 135px;
  margin-right: 60px;
  margin-bottom: 35px;
}

.Page_assortment p {
  font: 12px/16px 'OpenSansRegular';
  color: #333333;
  text-align: center;
}

.Page_assortment-image {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Page_assortment-image img {
  max-width: 100%;
}

.Page_text {
  padding-top: 20px;
  border-top: 1px solid #d2d2d2;
}

.Page_text p {
  font: 14px/20px 'OpenSansRegular';
  margin-bottom: 10px;
}

.Page_else-title {
  font: 24px 'OpenSansSemiBold';
  color: #333333;
  margin-bottom: 30px;
}

.Pre-order {
  width: 430px;
  margin-right: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #045196;
  padding: 40px 0;
  border-radius: 2px;
  background-image: url("/local/templates/main_webidea/img/bg/drop.png");
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 538px;
}

.Pre-order_title {
  font: 24px 'OpenSansBold';
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2px;
}

.Pre-order_descr {
  font: 14px 'OpenSansRegular';
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
}

.Pre-order_steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 25px;
}

.Pre-order_step {
  width: 33.333%;
  text-align: center;
  font: 16px/40px 'OpenSansBold';
  color: #ffffff;
  height: 40px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.Pre-order_step-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  background: #023f75;
  width: 33%;
  z-index: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.Pre-order_step-bg.__step-2 {
  width: 66%;
}

.Pre-order_step-bg.__step-3 {
  width: 96%;
}

.Pre-order_step-bg:after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  border-left: 14px solid #023f75;
  right: -34px;
  top: 0;
}

.Pre-order_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.Pre-order_col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.Pre-order_col.__small-1 {
  width: 55%;
}

.Pre-order_col.__small-2 {
  width: 40%;
}

.Pre-order_col.__medium-1 {
  width: 81%;
}

.Pre-order_col label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 14px 'OpenSansRegular';
  color: #ffffff;
  margin-bottom: 8px;
}

.Pre-order_input {
  width: 100%;
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: inset 0 0 2px #d7d7d7;
  box-shadow: inset 0 0 2px #d7d7d7;
  padding: 6px 10px 7px;
  font: 16px 'OpenSansRegular';
}

.Pre-order_area {
  width: 100%;
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: inset 0 0 2px #d7d7d7;
  box-shadow: inset 0 0 2px #d7d7d7;
  padding: 6px 10px 7px;
  font: 14px 'OpenSansRegular';
  color: #414141;
  resize: none;
  height: 105px;
}

.Pre-order_buttons {
  text-align: center;
  margin-top: 35px;
}

.Pre-order_button {
  width: 233px;
  font: 14px 'OpenSansSemiBold';
  background: #c00d0d;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 2px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 5px;
  margin-bottom: 10px;
}

.Pre-order_button:hover {
  background: #e72323;
}

.Pre-order_link {
  font: 14px 'OpenSansRegular';
  color: #d7d7d7;
}

.Pre-order_link a {
  color: inherit;
  text-transform: uppercase;
}

.Pre-order_link a:hover {
  text-decoration: none;
}

.Pre-order_form-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 50px;
  overflow: hidden;
}

.Pre-order_form-step {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.Price_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Price_item {
  margin-right: 65px;
  margin-bottom: 35px;
}

.Price_image {
  height: 90px;
}

.Price_image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.Price_title {
  font: 14px 'OpenSansRegular';
  color: #333333;
  margin-bottom: 5px;
  text-align: center;
}

.Price_link {
  display: block;
  font: 13px/25px 'OpenSansRegular';
  color: #ffffff;
  background: #848484;
  border-radius: 15px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.Price_link:hover {
  background: #7ca2bd;
}

.Price_text {
  font: 14px/20px 'OpenSansRegular';
  color: #333333;
}

.Product_image {
  width: 150px;
  padding: 0 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.Product_image img {
  max-width: 100%;
}

.Product_top {
  padding-bottom: 114px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.Product_top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Product_top-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.Product_has {
  background-image: url("/local/templates/main_webidea/img/ok.png");
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 34px;
  padding-left: 50px;
  font: 14px/34px 'OpenSansLight';
}

.Product_has a {
  color: #1c6db3;
}

.Product_has a:hover {
  text-decoration: none;
}

.Product_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Product_num {
  font: 24px 'OpenSansBold';
  color: #333333;
  margin-right: 25px;
}

.Product_button {
  font: 14px/35px 'OpenSansSemiBold';
  color: #ffffff;
  background: #023f75;
  border-radius: 2px;
  text-align: center;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  width: 190px;
  -webkit-transition: .3s;
  transition: .3s;
}

.Product_button:hover {
  background: #0e62ac;
  text-decoration: none;
  color: #ffffff;
}

.Product_data {
  padding-left: 150px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 15px;
}

.Product_data-title {
  font: 16px 'OpenSansSemiBold';
  color: #5c5c5c;
  margin-bottom: 10px;
}

.Product_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 14px 'OpenSansLight';
  color: #5c5c5c;
  margin-bottom: 10px;
}

.Product_list-left {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  white-space: nowrap;
}

.Product_list-left:after {
  content: '......................................................................................................................................';
white-space: nowrap;
}

.Register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Register_left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.Register_right {
  width: 36%;
  padding-left: 65px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.Register_right h3 {
  font: 16px/20px 'OpenSansSemiBold';
  color: #414141;
  margin-bottom: 15px;
}

.Register_right p {
  font: 14px/20px 'OpenSansRegular';
  color: #414141;
  margin-bottom: 10px;
}

.Register_header {
  background: #d2d2d2;
  padding: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Register_num {
  font: 14px/1 'OpenSansBold';
  color: #ffffff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}

.Register_title {
  font: 14px 'OpenSansSemiBold';
  color: #5c5c5c;
}

.Register_content {
  padding: 15px 0 15px 50px;
}

.Register_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.Register_row:last-child {
  margin-bottom: 0;
}

.Register_col {
  margin-right: 13px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.Register_col.__1 {
  width: 183px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.Register_col.__2 {
  width: 236px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.Register_label {
  font: 14px 'OpenSansRegular';
  color: #5c5c5c;
  margin-bottom: 5px;
  display: block;
}

.Register_label span {
  color: #bd1515;
}

.Register_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Register_field span {
  font: 14px 'OpenSansLight';
  color: #5c5c5c;
  margin-left: 15px;
}

.Register_input {
  width: 100%;
  max-width: 236px;
  border: none;
  -webkit-box-shadow: inset 0 0 1px 1px #c0c0c0;
  box-shadow: inset 0 0 1px 1px #c0c0c0;
  border-radius: 5px;
  font: 16px 'OpenSansRegular';
  padding: 7px 10px 6px;
}

.Register_btn {
  font: 14px 'OpenSansSemiBold';
  color: #ffffff;
  background: #c00d0d;
  padding: 13px 35px;
  border-radius: 25px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 15px;
}

.Register_btn:hover {
  background: #e40404;
}

.Socials.__blue {
  text-align: center;
}

.Socials a {
  background: #045196;
  margin-right: 20px;
  display: inline-block;
}

.Socials a:last-child {
  margin-right: 0;
}

.Socials.__blue a {
  background: #ffffff;
  /*margin-right: 15px;*/
}

.Socials.__blue a:last-child {
  margin-right: 0;
}

.Socials img {
  width: 26px;
  height: 25px;
}

.Wrapper {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-block {
  height: 200px;
  width: 25%;
}

.col-block:nth-child(1) {
  background: blue;
}

.col-block:nth-child(2) {
  background: red;
}

.col-block:nth-child(3) {
  background: green;
}

.col-block:nth-child(4) {
  background: orangered;
}

@media screen and (min-width: 1170px) {
  .Catalog_items.__list .Catalog_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    background: #fcfcfc;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .Catalog_items.__list .Catalog_item:nth-child(2n+2) {
    background: #ffffff;
  }

  .Catalog_items.__table .Catalog_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    background: #fcfcfc;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .Catalog_items.__table .Catalog_item:nth-child(2n+2) {
    background: #ffffff;
  }

  .Catalog_items.__list .Catalog_image {
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 130px;
    background: none;
  }

  .Catalog_items.__table .Catalog_image {
    width: 145px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 105px;
    background: none;
  }

  .Catalog_items.__list .Catalog_content {
    padding: 10px 50px 10px 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .Catalog_items.__table .Catalog_content {
    padding: 10px 50px 10px 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .Catalog_items.__list .Catalog_title {
    width: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 90px;
    margin-bottom: 0;
  }

  .Catalog_items.__table .Catalog_title {
    width: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .Catalog_items.__list .Catalog_price {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .Catalog_items.__table .Catalog_price {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .Catalog_items.__list .Catalog_button {
    margin-bottom: 0;
  }

  .Catalog_items.__table .Catalog_button {
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 180px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .Catalog_items.__list .Catalog_has {
    position: absolute;
    left: 0;
    top: 45px;
  }

  .Catalog_items.__table .Catalog_has {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    margin-right: 5px;
  }

  .Catalog_items.__table .Catalog_bottom {
    margin-left: 10px;
  }

  .Catalog_items.__list .Catalog_bottom {
    margin-left: 15px;
    width: 180px;
  }

  .Catalog_items.__table .Catalog_bottom {
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 1170px) {
	.Main_slider{
		margin-top: 30px !important;
	}
  .Buttons_button.__left {
    margin-left: auto;
    margin-right: auto;
  }

  .Catalog_header {
    text-align: center;
  }

  .Catalog_header-title {
    padding-left: 0;
  }

  .Catalog_types {
    display: none;
  }

  .Catalog_items.__no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .Main_catalog .Catalog_items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .Catalog_items.__no-wrap .Catalog_item {
    width: 220px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .Catalog_has-list {
    position: static;
  }

  .Filter {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .Footer_left {
    display: block;
    text-align: center;
    border-right: none;
  }

  .Footer_left-logo {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .Footer_right {
    padding-left: 20px;
  }

  .Footer_item {
    width: 33.33%;
  }

  .Footer_item:nth-child(3) {
    width: 33.33%;
  }

  .Formalization {
    margin: 0 -10px;
    padding-bottom: 10px;
    margin-bottom: -20px;
  }

  .Formalization_right {
    display: none;
  }

  .Formalization_item:first-child {
    margin-bottom: 0;
  }

  .Formalization_item:first-child .Formalization_content {
    padding-bottom: 0;
  }

  .Formalization_product {
    display: block;
    border-bottom: 3px solid #d2d2d2;
    padding: 20px 50px;
  }

  .Formalization_product-left {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
  }

  .Formalization_product-item.__price {
    display: none;
  }

  .Formalization_coupon {
    padding-left: 0;
    padding-top: 0;
  }

  .Formalization_coupon-q {
    margin-left: 10px;
  }

  .Formalization_next {
    display: none;
  }

  .Formalization_address-item {
    padding-right: 50px;
  }

  .Formalization_address-type-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Formalization_address-type-item.__left {
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
  }

  .Formalization_address-row {
    display: block;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 30px;
  }

  .Formalization_address-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .Formalization_address-field {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .Formalization_address-input {
    width: 100%;
  }

  .Formalization_address-input.__2 {
    width: 100%;
  }

  .Formalization_address-input.__3 {
    width: 100%;
  }

  .Formalization_delivery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Formalization_delivery-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .Formalization_delivery-item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .Formalization_pay-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Formalization_pay-item {
    width: 220px;
    margin-bottom: 10px;
  }

  .Formalization_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 50px 20px;
    background: #fff9ec;
  }

  .Formalization_bottom-price {
    display: block;
  }

  .Forms_form.__left {
    padding-bottom: 30px !important;
    margin-bottom: 30px;
  }

  .Header {
    background: #fff;
    border-bottom: none;
    height: 190px;
  }

  .Header_logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 31px;
  }

  .Header_top {
    border-bottom: none;
    padding: 0;
  }

  .Header_address {
    display: none;
  }

  .Header_call-btn {
    display: none;
  }

  .Header_call-link {
    display: none;
  }

  .Header_tel {
    position: absolute;
    top: 39px;
    right: 15px;
    font-size: 0;
    background-image: url("/local/templates/main_webidea/img/ico/phone.svg");
    background-position: top left;
    background-repeat: no-repeat;
    width: 30px;
    height: 32px;
  }

  .Header_reg {
    display: none;
  }

  .Header_bottom {
    padding: 0;
  }

  .Header_search {
    position: absolute;
    top: 39px;
    right: 74px;
    padding: 0;
    margin-bottom: 4px;
  }

  .Header_cart {
    position: absolute;
    top: 105px;
    height: 85px;
    right: 0;
    width: 50%;
    background-image: url("/local/templates/main_webidea/img/ico/cart-white.svg");
    background-position: left 45px top 21px;
    background-repeat: no-repeat;
    background-color: #626262;
    background-size: 51px 43px;
    font: 24px 'OpenSansRegular';
    text-decoration: none;
    color: #ffffff;
    padding-left: 105px;
  }

  .Header_price {
	margin-top: 8px;
    background: none;
    padding-left: 0;
    margin-left: 0;
    color: #ffffff;
    height: 100%;
	line-height: 16px;
	font-size: 14px;
  }

  .Header_price span {
    display: block;
    font: 24px 'OpenSansRegular';
    line-height: 82px;
  }

  .Header_catalog {
    display: block;
  }

  .History_item {
    border-bottom: none;
    margin-bottom: 0;
  }

  .History_header {
    margin-bottom: 10px;
  }

  .Left-bar {
    position: fixed;
    top: 0;
    left: -245px;
    background: #ffffff;
    padding: 0;
    overflow-y: auto;
    height: 100%;
    z-index: 9999;
  }

.Left-bar_ul > li {
 overflow: hidden;
}

  .Left-bar_inner {
    overflow-y: auto;
    padding: 20px 10px;
  }

  .Main-news_last {
    padding-right: 20px;
  }

  .Main_action {
    display: block;
  }

  .Main_slider {
    margin: 0 auto 15px;
    /*height: auto;*/
  }

  .Main_slider-item img {
    height: auto;
  }

  .Main_product {
    display: none;
  }

  .Main_offers-title {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .Main_offers-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Main_banners {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 55%;
    margin: 0 auto 20px;
  }

  .Nav {
    position: absolute;
    top: 37px;
  }

  .Nav_ul {
    position: absolute;
    display: none;
    top: 50px;
    width: 190px;
    left: 0;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    padding: 7px 0;
    z-index: 33;
    background: #ffffff;
  }

  .Nav_ul.active {
    display: block;
  }

  .Nav_ul a {
    display: block;
    padding: 7px 10px;
  }

  .Nav_ul li:first-child a {
    display: block;
    padding: 7px 10px;
  }

  .Nav_ul li:last-child a {
    display: block;
    padding: 7px 10px;
  }

  .Nav_mobile {
    display: block;
  }

  .Nav_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .Nav_btn {
    display: block;
  }

  .News_items {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .Order {
    display: block;
    border-bottom: 3px solid #ccc;
    margin-bottom: 30px;
  }

  .Order_item {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .Order_header {
    width: 150px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .Order_content {
    padding: 8px 10px;
  }

  .Page_assortment {
    margin-right: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .Page_assortment-item {
    padding: 0 10px;
    margin-right: 0;
  }

  .Pre-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }

  .Register_right {
    padding-left: 20px;
  }

  .Register_content {
    padding-left: 0;
  }

  .Register_row {
    display: block;
  }

  .block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {

	.popup-cart-content{
		width: 90% !important;
		margin: 10% 5% auto !important;
	}
	.popup-cart-button{
		margin: 5px 20px!important;
	}

  .slick-dots {
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .slick-dots button {
    border: 2px solid #5c5c5c;
  }

  .slick-dots li.slick-active button {
    background: #f2922c;
  }

  .Catalog_items:not(.__no-wrap) .Catalog_item {
    width: 50%;
  }

  .Contact_top {
    display: block;
  }

  .Contact_top-item {
    margin-bottom: 10px;
  }

  .Contact_top-item.__1 {
    width: 100%;
  }

  .Contact_top-item.__2,
  .Contact_top-item.__3 {
    padding: 0;
  }

  .Contact_top-item.__2 {
    border: none;
  }

  .Contact_map {
    height: 150px;
  }

  .Contact_items {
    display: block;
  }

  .Contact_item {
    width: 100%;
  }

  .Detail {
    margin: 0 -10px;
    padding: 80px 60px;
    background-image: url("/local/templates/main_webidea/img/bg/detail.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .Detail_top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Detail_title {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .Detail_select {
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
  }

  .Detail_bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .Detail_input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .Filter_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Filter_inner > .Filter_item {
    width: 100%;
  }

  .Filter_items.active {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Filter_items .Filter_item {
    width: 50%;
  }

  .Filter_headings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .Filter_headings li {
    margin: 0;
    padding: 7px;
  }

  .Footer_wrapper {
    display: block;
  }

  .Footer_left {
    width: 100%;
  }

  .Footer_left:before {
    right: -10px;
  }

  .Formalization_bottom-price-text {
    font-size: 14px;
  }

  .Formalization_bottom-price-num {
    font-size: 30px;
  }

  .Forms {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Forms_content {
    /* display: none; */
  }

  .Forms_content.active {
    display: block;
  }

  .Forms .Heading-2 {
    padding-right: 50px;
  }

  .Forms .Heading-2.active {
    color: #b33131;
  }

  .Forms .Heading-2.active:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 10px;
  }

  .Forms .Heading-2:after {
    content: '';
  }

  .Forms_form {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .Forms_form.__left {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1px solid #dfdfdf;
  }

  .Forms_form.__right {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .Forms_form.__right {
    border-left: none;
  }

  .Forms_button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  .Header {
    height: 120px;
  }

  .Header_logo {
    display:none;
    top: 15px;
    width: 150px;
  }

  .Header_tel {
    top: 16px;
    right: 10px;
  }

  .Header_search {
    top: 4px;
    right: 50px;
    left: 60px;
    margin-bottom: 4px;
  }

  .Header_cart {
    height: 50px;
    padding-left: 55px;
    background-position: 5px 8px;
    background-size: 41px 33px;
    top: 70px;
  }

  .Header_price span {
    line-height: 50px;
    font-size: 18px;
  }

  .Header_catalog {
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    background-position: 5px 8px;
    font-size: 18px;
    background-size: 35px 35px;
    top: 70px;
  }

  .Logo_img {
    width: 150px;
  }

  .Main-news_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Main-news_item {
    width: 100%;
    margin-bottom: 10px;
  }

  .Main-news_item:last-child {
    margin-bottom: 0;
  }

  .Main_action {
    margin: 0 -10px 50px;
  }

  .Main_slider {
    width: 100%;
    margin-top: -25px;
  }

  .Main_banners {
    width: 80%;
  }

  .Nav {
    top: 17px;
  }

  .Nav_button span {
    display: none;
  }

  .Nav_btn i {
    width: 40px;
    margin-bottom: 5px;
  }

  .News_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .News_item.__min {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
  }

  .News_item.__large {
    width: 100%;
  }

  .News_item {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
  }

  .News_item img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .Order_item.__exists {
    display: block;
  }

  .Page_top img {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .Price_items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .Price_item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .Product_image {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .Product_top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Product_top-info {
    display: block;
    bottom: 30px;
    left: 0;
    width: 100%;
  }

  .Product_top-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .Product_has {
    margin-bottom: 15px;
  }

  .Product_data {
    padding-left: 0;
  }

  .Product_list-left {
    width: auto;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .Product_list-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .Register {
    display: block;
  }

  .Register_right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .Register_col {
    width: 100%;
  }

  .Register_col.__1 {
    margin-bottom: 15px;
    width: 100%;
  }

  .Register_col.__2 {
    width: 100%;
  }

  .col-block {
    width: 50%;
  }
}

@media screen and (max-width: 481px) {
	.Main_slider{
		/*height: 140px;*/
		display: none;
	}
  .Auth {
    width: 95%;
  }

  .Auth_content {
    padding: 15px;
  }

  .Auth_text {
    margin-bottom: 10px;
  }

  .Auth_socials {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .Auth_data {
    margin-bottom: 10px;
  }

  .Catalog_items:not(.__no-wrap) .Catalog_item {
    width: 100%;
  }

  .Catalog_sort-name:after {
    content: '';
  }

  .Catalog_sort-items {
    position: absolute;
    top: 25px;
    left: 0;
    width: 120%;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    background: #ffffff;
    z-index: 10;
    padding: 5px;
    display: none;
  }

  .Catalog_sort-items.active {
    display: block;
  }

  .Catalog_sort-items a {
    padding: 7px 0;
    margin-right: 0;
  }

  .Catalog_more {
    padding: 10px 5px;
  }

  .Catalog_pagination {
    text-align: center;
    width: 100%;
  }

  .Catalog_show {
    display: none;
  }

  .Catalog_filter-btn {
    display: block;
  }

  .Detail {
    padding: 30px 20px;
  }

  .Detail_title {
    font-size: 16px;
  }

  .Filter_items .Filter_item {
    width: 100%;
  }

  .Footer_left {
    padding-right: 0;
  }

  .Footer_items {
    display: block;
  }

  .Footer_item {
    width: 100%;
    margin-bottom: 20px;
  }

  .Footer_item:nth-child(3) {
    width: 100%;
  }

  .Footer_item h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }

  .Footer_item h3:after {
    display: block;
  }

  .Footer_item ul {
    display: none;
  }

  .Footer_item.active ul {
    display: block;
  }

  .Formalization_product {
    padding-left: 10px;
    padding-right: 10px;
  }

  .Formalization_coupon-field {
    width: 140px;
  }

  .Formalization_address-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Formalization_address-type-item {
    margin-bottom: 5px;
  }

  .Formalization_bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Formalization_bottom-price-text {
    font-size: 11px;
  }

  .Formalization_bottom-price-num {
    font-size: 25px;
  }

  .Forms_form.__left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .Forms_form.__right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .Forms_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Forms_col.__1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .Forms_col.__2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .Forms_col.__3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .Forms_select {
    width: 100%;
  }

  .Heading-2 {
    font-size: 15px;
  }

  .Main-news {
    background: none;
  }

  .Main-news_last {
    padding-right: 0;
  }

  .Main-news_last:before {
    display: none;
  }

  .Main-news_read {
    display: none;
    background: none;
  }

  .Main-news_read:before {
    display: none;
  }

  .Main-news_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .Main-news_item img {
    display: none;
  }

  .Main-news_date {
    margin-right: 20px;
  }

  .Main-news_header a {
    color: #1c6db3;
    font-size: 15px;
  }

  .Main-news_text {
    display: none;
  }

  .Main-news_more {
    display: none;
  }

  .Main_offers {
    margin-bottom: 0;
  }

  .Main_offers-title {
    font-size: 16px;
  }

  .Main_offers-content {
    margin-left: -10px;
    margin-right: -10px;
  }

  .News_item.__min {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 10px;
  }

  .News_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 10px;
  }

  .News_item img {
    display: none;
  }

  .News_date {
    margin-right: 20px;
  }

  .News_header a {
    color: #1c6db3;
    font-size: 15px;
  }

  .News_text {
    display: none;
  }

  .News_more {
    display: none;
  }

  .News_more-link {
    padding: 10px 5px;
  }

  .Order_exists-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 0;
  }

  .Order_exists-num {
    display: none;
  }

  .Order_exists-price {
    display: none;
  }

  .Pre-order {
    width: 100%;
    border-radius: 0;
    min-height: 0;
  }

  .Pre-order_col label {
    font-size: 13px;
  }

  .Pre-order_form-steps {
    margin: 0 10px;
  }

  .Product_list li {
    font-size: 12px;
  }

  .Register_field {
    display: block;
  }

  .Register_field span {
    margin-left: 0;
    margin-top: 5px;
    display: block;
  }

  .Register_input {
    max-width: 100%;
  }

  .Register_btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .col-block {
    width: 100%;
  }
}

.zcwPopup{
	opacity: 1 !important;
}

.zcwPopup .powered_by{
	display: none;
}
.zcwPopup input[type="text"]{
	display: block;
	width: 100%;
	font-size: 18px;
	max-width: 33%;
	min-width: 105px;
	height: 33px;
	margin: 0;
	padding: 0 4px;
	border: none;
	border-radius: 2px;
	background: #fff;
	box-shadow: inset 0 3px 6px 0 rgba(215,215,215,.75);
}
.zcwPopup input[type="submit"]{
	font: 14px/35px 'OpenSansSemiBold';
	color: #ffffff;
	background: #023f75;
	border-radius: 10px;
	text-align: center;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 15px;
	-webkit-transition: .3s;
	transition: .3s;
}

.popup-cart-wrap{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.2);
	z-index: 99;
	display: none;
}
.popup-cart-content{
	position: relative;
	width: 40%;
	height: auto;
	margin: 10% 30% auto;
	background: white;
	border-radius: 10px;
	opacity: 0.9;
}
.popup-cart-content h3{
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	background: #023f75;
	color: white;
	border-radius: 10px 10px 0 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.popup-cart-text{
	display: block;
	text-align: center;
	margin-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
}
.popup-cart-button{
	font: 14px/35px 'OpenSansSemiBold';
	color: #ffffff;
	background: #023f75;
	border-radius: 2px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 15px;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	width: 200px;
	margin: 0 20px;
}
.popup-cart-button:hover{
	background: #0e62ac;
}
.popup-cart-buttons{
	display: block;
	margin: 50px auto;
	text-align: center;
	padding-bottom: 50px;
}


.popup-call-wrap{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.2);
	z-index: 99;
	display: none;
}
.popup-call-content{
	position: relative;
	width: 30%;
	height: auto;
	margin: 10% 35% auto;
	background: white;
	border-radius: 10px;
	opacity: 0.95;
}
.popup-call-content h3{
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	background: #023f75;
	color: white;
	border-radius: 10px 10px 0 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.popup-cart-button{
	font: 14px/35px 'OpenSansSemiBold';
	color: #ffffff;
	background: #023f75;
	border-radius: 2px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 15px;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	width: 200px;
	margin: 0 20px;
}
.popup-cart-button:hover{
	background: #0e62ac;
}
.popup-cart-buttons{
	display: block;
	margin: 50px auto;
	text-align: center;
	padding-bottom: 50px;
}
.popup-label{
	display: block;
	font-size: 15px;
	font-family: 'OpenSansRegular';
	color: #5c5c5c;
	margin-bottom: 10px;
}
.popup-input-wrap input{
	display: block;
	box-shadow: inset 0 0 1px 1px #c0c0c0;
	width: 60%;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'OpenSansRegular';
	padding: 6px 10px;
}
.popup-input-wrap{
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 50px;
}
.popup-stat-mess{
	font-size: 15px;
	font-family: 'OpenSansRegular';
	color: white;
	display: block;
	border-radius: 10px;
	line-height: 35px;
	text-align: center;
	width: 290px;
	margin: 20px auto 0;
}
.popup-call-close{
	position: absolute;
	margin-top: calc(10% - 40px);
	margin-left: 65%;
	background: url(/local/templates/main_webidea/img/no.png);
	background-size: cover;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	cursor: pointer;
	opacity: 0.8;
	-webkit-transition: .3s;
	transition: .3s;
}
.popup-call-close:hover{
	opacity: 1;
	transform: rotate(90deg);
	-webkit-transition: .3s;
	transition: .3s;
}
.reg-popup-wrap{
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}
.reg-popup{
	position: relative;
	margin-top: 10%;
}
.Contact_top strong a{
	color: #5c5c5c;
	font-family: 'OpenSansSemiBold';
}
.Product_counter{
  margin-bottom: 15px;;
}
.Product_counter .Counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.Counter_left,
.Counter_right {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: #e3e3e3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}

.Counter_left:before,
.Counter_right:before {
  width: 13px;
  height: 1px;
  background: #535353;
  content: '';
  position: absolute;
  top: 17px;
  left: 11px;
}

.Counter_right:after {
  width: 1px;
  height: 15px;
  background: #535353;
  content: '';
  position: absolute;
  top: 10px;
  left: 17px;
}

.Counter_cnt {
  font: 15px 'OpenSansLight';
  color: #242424;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 8px;
}


.__block .Product_counter{
	/* padding-left: 33px; */
	margin-bottom: 15px;
}
.__list .Catalog_has-title{
	width: 150px;
	display: block;
}
.__list .Catalog_image{
	width: 200px !important;
}
.__list .Catalog_title{
	margin-right: 30px !important;
	width: 200px !important;
}
.__list .Catalog_price{
	width: 160px !important;
}
.__table .Catalog_title{
	width: 140px !important;
}
.__table .Catalog_price{
	font-size: 17px !important;
}

.Pre-order_steps{
	z-index: 0 !important;
}
.Main-news_content{
	z-index: 0 !important;
}
.bx_ui_slider_track{
	z-index: 0 !important;
}

.Header_tel:hover{
	text-decoration: underline;
}
.Footer_socials .Socials a img{
	opacity: 0.9;
	-webkit-transition: .3s;
	transition: .3s;
}
.Footer_socials .Socials a img:hover{
	opacity: 1;
	-webkit-transition: .3s;
	transition: .3s;
	 box-shadow: 0 0 5px 2px rgba(221, 221, 221, 0.5);
}

.auth-err{
	display: block;
	text-align: center;
	color: red;
}

@media screen and (max-width: 600px) {
	#bx-admin-prefix{
		width: 95% !important;
		height: 400px !important;
	}
	.bx-core-adm-dialog-content{
		height: 318px !important;
		width: 100% !important;
	}
	.Auth{
		position: fixed;
		top: -11px;
	}
}
@media screen and (max-width: 480px) {
	.Auth{
		position: fixed;
		top: -11px;
	}
}

.sale-order-title{
	float: left;
}

.scrollTop{ 
	display:none; 
	z-index:9999; 
	position:fixed;
	bottom:5%; left:5%; 
	width:36px; 
	height:36px;
	background:url(/local/templates/main_webidea/img/arrow-top.png) 0 0 no-repeat; background-size: cover;
	opacity:0.5;
}

.scrollTop:hover{
	opacity:1; 
}
.Catalog_filter-btn {
    display: none !important;
}

.preload-wrap{
	display:none;
}

.wrapper-message {
	background-color: #fa5151;
	color: white;
	padding: 10px 20%;
	text-align: center;
}
.slick-prev.slick-arrow{
    right: 40px;
    position: absolute;
    top: -36px;
    width: 20px;
    color: transparent;
    display: block;
    background-color: transparent;
    height: 30px;
}
.slick-next.slick-arrow{
  right: 10px;
    position: absolute;
    top: -36px;
      width: 20px;
    color: transparent;
    display: block;
    background-color: transparent;
    height: 30px;
}

.slick-prev:before
{
  /* content: 'â†'; */
  width: 17px;
  height: 30px;
    content: "";
    background: url(/local/templates/main_webidea/img/arrow-l.png) no-repeat center center;
    display: block;

}

.slick-next:before
{
  /* content: 'â†'; */
  width: 17px;
  height: 30px;
  content: "";
  background: url(/local/templates/main_webidea/img/arrow-r.png) no-repeat center center;
  display: block;
/*   transform: scale(-1, 1); */

}
.slick-slide{
  height: auto;
}

/* @media screen and (min-width: 1800px) {
  .Wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
    .Container{
    max-width: 1600px !important; 
  }
} */

.footer-offices {
  color: #e3e3e3;
  font: 13px 'OpenSansRegular';
  margin-left: 12px;
  margin-bottom: 10px;
}

.footer-offices p{
  color: #e3e3e3;
  font: 13px 'OpenSansRegular';
}

.Header_search{
  margin-bottom: 4px;
}

.Left-bar_buttons{
  margin-bottom: 10px;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout {
  border-radius: 2px;
}

.Contacts_address {
  background: url(/local/templates/main_webidea/img/ico/placeholder.svg) top left no-repeat;
  background-size: 13px 17px;
  padding-left: 20px;
}

.bx_filter .bx_filter_search_reset{
border-radius: 2px;
}

.bx_filter .bx_filter_search_button{
  border-radius: 2px;
}

.form-info{
  padding: 20px;
  border: 1px solid #045196;
  border-radius: 5px;
  margin-bottom: 30px;
}

form[name="bform"] input[type="text"]{
  display: block;
  width: 100%;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #CCD5DB;
  border-radius: 2px;
  background: #f8fafc;
  outline: none;
  margin-bottom: 15px;
}

form[name="bform"] input[type="password"]{
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #CCD5DB;
  border-radius: 2px;
  background: #f8fafc;
  outline: none;
  margin-bottom: 15px;
}

form[name="bform"] input[type="submit"]{
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  background-color: #337ab7;
}

form[name="bform"] .description{
  font-size: 14px;
}

form[name="bform"] br{
  display: none;
}

/* End */
/* /local/components/esh/fast-search/templates/.default/style.css?17604231591225 */
/* /local/templates/main_webidea/components/bitrix/menu/IndexCatalogMenu_v4/style.css?17335627372389 */
/* /local/templates/main_webidea/components/bitrix/news.list/footerOffices/style.css?1733562737150 */
/* /local/templates/main_webidea/components/webidea/callback/callback/style.css?17335627364347 */
/* /local/templates/main_webidea/template_styles.css?1733985957160878 */
