
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  *font: 14px Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #333;
  min-width: 1000px;
  position: relative;
}

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

/* LINK */
a {
  color: #005b9f;
}
a:hover,
a:focus,
a:active {
  color: #005b9f;
  outline: none;
}

.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  background: white;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  display: block;
  padding: 5px;
  color: #666;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  background: white;
  white-space: nowrap;
}
.ui-menu .ui-menu-item:hover {
  background: #F0F0F0;
  color: #000;
  background: #d4d3d4;
  cursor: pointer;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
  background: #F0F0F0;
  color: #000;
  background: #d4d3d4;
  cursor: pointer;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  color: #ffffff;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid rgba(255, 255, 255, 0);
  cusor: pointer;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  opacity: .5;
  filter: alpha(opacity=50);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  opacity: .2;
  filter: alpha(opacity=20);
  /* support: IE8 */
  border-radius: 5px;
}
/*!
 * jQuery UI CSS Framework 1.11.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
/*!
 * jQuery UI CSS Framework 1.11.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  color: #ffffff;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid rgba(255, 255, 255, 0);
  cusor: pointer;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  opacity: .5;
  filter: alpha(opacity=50);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  opacity: .2;
  filter: alpha(opacity=20);
  /* support: IE8 */
  border-radius: 5px;
}
.ui-autocomplete {
  max-height: 260px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 250px;
  padding: 7px 15px 15px 15px;
  display: none;
  background-color: #fff;
  color: #455560;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  color: #455560;
  border: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 5px solid transparent;
}
.ui-datepicker .ui-datepicker-next span {
  border-left-color: #455560;
  left: auto;
}
.ui-datepicker .ui-datepicker-prev span {
  border-right-color: #455560;
  right: auto;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 27px;
  text-align: center;
  font-size: 19px;
  position: relative;
  margin-bottom: 5px;
}
.ui-datepicker .ui-datepicker-title:after {
  content: "";
  position: absolute;
  width: 216px;
  height: 0px;
  border-bottom: 1px solid #ced1d9;
  top: 100%;
  left: -100px;
  right: -100px;
  margin: auto;
  margin-top: 10px;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0;
}
.ui-datepicker th {
  padding: 10px 3px 4px;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 7px 2px 6px 2px;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker td span.ui-state-default,
.ui-datepicker td a.ui-state-default {
  border: none;
  background-color: #eaebed;
  color: #000;
}
.ui-datepicker td span.ui-state-default.ui-priority-secondary,
.ui-datepicker td a.ui-state-default.ui-priority-secondary {
  background: none;
}
.ui-datepicker td a.ui-state-default:hover {
  background-color: #455560;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Magnific Popup CSS */
.mfp-bg {
  min-width: 1000px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.4;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  min-width: 1000px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-wrap._topPosition {
  top: 0px;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-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: 1045;
}
.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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  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-color: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/**
 * popup_feedback close button
**/
.popup_feedback .mfp-close {
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
}
.popup_feedback .mfp-close::before,
.popup_feedback .mfp-close::after {
  background-color: grey;
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 2px;
}
.popup_feedback .mfp-close::after {
  transform: rotate(-45deg);
}
.popup_feedback .mfp-close {
  background-color: #fff;
  border: medium none;
  bottom: auto;
  height: 30px;
  left: auto;
  outline: medium none;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  left: 100%;
  bottom: 100%;
  text-decoration: none;
  text-align: center;
  opacity: 0.85;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 0;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.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;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  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;
  width: 40px;
  font-size: 50px;
}
.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%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.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;
  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-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;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.parsley-errors-list {
  color: red;
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.parsley-errors-list.filled {
  opacity: 1;
}
.address-check {
  padding: 60px 0 40px 0;
  text-align: center;
}
.address-check .input,
.address-check .custom-select,
.address-check .btn {
  width: 205px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
@media (max-width: 1024px) {
  .address-check .input,
  .address-check .custom-select,
  .address-check .btn {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
}
.address-check .input._red,
.address-check .custom-select._red,
.address-check .btn._red {
  height: 42px;
  line-height: 14px;
  padding: 11px 20px;
}
@media (max-width: 1024px) {
  .address-check .input._red,
  .address-check .custom-select._red,
  .address-check .btn._red {
    font-size: 48px;
    font-weight: 100;
    line-height: 60px;
    height: 112px;
  }
}
@media (max-width: 1024px) {
  .address-check .page__title {
    font-size: 66px;
    line-height: 82px;
    margin-bottom: 54px;
  }
  .address-check .custom-select {
    position: relative;
    height: 112px;
  }
  .address-check .custom-select:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 5px;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAABVUlEQVQoFbXRzUrDQBAH8JkNehVvWtAWJVgPKngKmBSsBz/WaopY2yfwHdSbH6/gS6htJekLVLFHj9EUSvMSHtSsO8qmVtMSBAeSTbLz/zFhAf6zTM7H/+J/zzEFWFv2HoPRzgrfWVXfkqzmtn2KOPJobNgZ6o9AQFiT1xhD5uQ2C/kkWI7vnjHAExSQ0rRwkTKaCga+15jW51KIzBAM9zOzeqvbfu6o/Z8rYYDsGIR4Eygqd+5tlXoikF4C/8npoawk0Yc41OLFc0SMsKZTv6I8VR9IHwhN69lJGZCTslJ6JtsK2l406RcGR5+TCSg33fo15VT9Ammj63uuQkH+vkLlwV0gwx7WqPVhlEW6DSg0efGSIRwKgBc5UU1OXaHJ3gEP7t3qTVwudkLVKA/KndLnJyRqSGxBCHgNAcuDMMoNBalBofJxKQQYilF/0kJrvbCcpPkD6AmAJRAk4mAAAAAASUVORK5CYII=') center center no-repeat;
    width: 70px;
    height: 100px;
    display: inline-block;
    background-size: 15px 9px;
  }
  .address-check select {
    height: 112px;
    font-size: 48px;
    font-weight: 100;
    line-height: 60px;
    padding: 0px 16px;
  }
  .address-check select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #B9BEC8;
    box-shadow: inset 0px 2px 0px 0px #F0E3E6;
    outline: none;
    font-family: Helvetica, Arial, sans-serif;
    color: #5C6268;
  }
  .address-check .input {
    font-size: 48px;
    font-weight: 100;
    line-height: 60px;
    height: 112px;
  }
  .address-check .input._house,
  .address-check .input._street {
    padding-left: 15px;
  }
}
.address-check .selectricWrapper {
  margin: 0;
}
.address-check .cannot-find {
  font-size: 16px;
  color: #5A6169;
  text-align: left;
  margin-left: 54px;
}
@media (max-width: 1024px) {
  .address-check .cannot-find {
    font-size: 46px;
    text-align: left;
    margin-left: 5px;
    margin-top: -25px;
  }
}
.address-check .cannot-find .strong-text {
  font-weight: bold;
  color: black;
  text-decoration: none;
}
.address-check .cannot-find .red-text {
  color: #E62D00;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 2px solid #E62D00;
}
@media (max-width: 1024px) {
  .autocompl-streets li.ui-menu-item,
  .autocompl-houses li.ui-menu-item {
    padding: 36px 10px;
    font-size: 44px;
  }
}
.address {
  margin-bottom: 10px;
  font-size: 18px;
  color: #4A4A4A;
  line-height: 21px;
}
.address__edit {
  display: inline-block;
  width: auto;
  height: 18px;
  margin-right: 5px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAACIklEQVRYCcXXOU/DMBQA4OfQgxnE0QFVNGwsFf0DQGGhAxL8BcR/AiFWJthgo+xIrSoQYmkL4pJQaVfUgvKwXZLKxHFzOMFLkmf3+ZP9mgMgoXa3DJnuinnaKxUqqimJqlNXH8PkJs0zAFIBhAEQa2eq1j6X5Y8dJGBsgQIVK0iKGYOKDaTEKFCxgHxhPFDaQYEwEpRWUCjMH5Q2UCTMCNU37PMoRy0YBiDwEnmFtGEAWvj1uRoJpBszffMafoXiwAx3LUTxxIUJBYoTExgUNyYQKAmMb1BSGF+gJDFjQUljlKD/wDCQ57NsPmue8HdgNip8448Ddgf2m8ITRAge8xdyv5nc4wJjWArls4x/sqBxRkdl3PMpI6EwLKOwQh/Fpe1uaWnPnop/qtBPFrpSfTvm4xgaw3ILIMPADYJ4KEHt+kRFwrhACKQMhDYZyhq7UpExDOTUUKeUz01A+o0FeUPaCNmfrjWP7FCvWNgCg9dU1o79HrVgWK7RluHEujCJbKUa7Qtwr5Q2jAAywCgLIHYxHqUVw6e0Eb0V85EC8va1cJRsX7e4uAnW4D7ITU/I6XHBa+i9tGCmIdv0GDMMS1DK8SE7eQ2lMCPWjyzZcPsOeGHL+jXFUr953PXjTIBPiFBFsC4Rv6szjefRP9EZo++Egdi2rTkpEToIeEWDl98A1dl6S72Vzg/1nKRo/RQIkmtEiwKwOld/uKWpUU/64Fl+ADfHbZo1tBa5AAAAAElFTkSuQmCC") no-repeat;
  background-size: 18px;
  padding-left: 25px;
  text-decoration: none;
  font-size: 14px;
}
.address__edit span {
  color: grey;
  text-decoration: none;
  border-bottom: 1px dotted;
}
.akado-phones {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #414549;
  line-height: 20px;
}
.akado-phones__item {
  display: inline-block;
  width: 235px;
  float: left;
}
.akado-phones__img {
  float: left;
  padding-top: 6px;
}
.akado-phones__desc {
  margin-left: 15px;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
}
.akado-phones__title {
  margin-bottom: 7px;
  color: #5c6268;
  font-size: 11px;
  font-weight: 800;
  line-height: 11px;
}
.akado-phones__phone {
  color: #fffeff;
  font-size: 16px;
  font-weight: 100;
  line-height: 14px;
}
.akado-phones__time {
  font-size: 11px;
}
.benefits {
  padding: 28px 29px 26px;
  border-radius: 8px;
  border-width: 1px;
  border-color: #a7a7a7;
  border-style: solid;
}
.main-title + .benefits {
  margin-top: -11px;
}
.benefits + .benefits {
  margin-top: 24px;
}
.benefits__img {
  max-width: 410px;
}
.benefits__img.pull-left + .benefits__desc {
  margin-left: 463px;
}
.benefits__img.pull-right + .benefits__desc {
  margin-right: 463px;
}
.benefits__title {
  margin-bottom: 21px;
  color: #010101;
  font-size: 24px;
  font-weight: 400;
}
.benefits__about {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.best-deal.best-deal-red .best-deal__link {
  color: red;
}
.best-deal.best-deal-red .best-deal__title {
  color: #2d3746;
}
.best-deal.best-deal-red .best-deal__group {
  display: table;
}
.best-deal.best-deal-red .best-deal__item {
  display: table-cell;
  min-height: 286px;
  padding: 19px 23px;
}
.best-deal.best-deal-red .best-deal__item:nth-child(4) {
  display: inline-block;
}
.best-deal.best-deal-red .best-deal__item .best-deal__left-side {
  width: 130px;
  display: inline-block;
  vertical-align: top;
  min-height: 150px;
}
.best-deal.best-deal-red .best-deal__item .best-deal__left-side .best-deal__tariff-title {
  font-family: Arial;
  font-size: 29px;
  font-weight: bold;
  line-height: 31px;
  margin-bottom: 16px;
  color: #2d3746;
}
.best-deal.best-deal-red .best-deal__item .best-deal__left-side ul {
  margin: 0px;
  padding: 0px;
}
.best-deal.best-deal-red .best-deal__item .best-deal__left-side ul li {
  list-style: none;
  color: red;
  font-size: 16px;
  font-weight: bold;
}
.best-deal.best-deal-red .best-deal__item .best-deal__right-side {
  width: 88px;
  float: right;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.best-deal.best-deal-red .best-deal__item .best-deal__right-side .best-deal__price-title {
  color: #2d3746;
  font-size: 16px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.best-deal.best-deal-red .best-deal__item .best-deal__right-side .best-deal_price-block {
  width: 88px;
  height: 88px;
  border-radius: 44px;
  border: 2px solid red;
  color: red;
  position: absolute;
  top: 27px;
}
.best-deal.best-deal-red .best-deal__item .best-deal__right-side .best-deal_price-block p {
  font-size: 13px;
  font-weight: bold;
  line-height: 27px;
  margin-top: 17px;
}
.best-deal.best-deal-red .best-deal__item .best-deal__right-side .best-deal_price-block p span {
  display: block;
  font-size: 32px;
  font-weight: bold;
}
.best-deal.best-deal-red .best-deal__item .best-deal__right-side .__inmonth {
  color: #2d3746;
  font-size: 15px;
  font-weight: bold;
}
.best-deal.best-deal-red .best-deal__item .best-deal__sub-info {
  margin-bottom: 60px;
  margin-top: 5px;
}
.best-deal.best-deal-red .best-deal__item .best-deal__sub-info p {
  font-size: 16px;
  color: #2d3746;
  margin-bottom: 0px;
  font-weight: bold;
}
.best-deal.best-deal-red .best-deal__item .btn._full-width._big._red {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  display: block;
}
.best-deal {
  font-size: 0;
  background: #FFFFFF;
  -moz-box-shadow: 0px 2px 4px 0px rgba(62, 75, 81, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(62, 75, 81, 0.3);
  padding: 0px 30px 30px 30px;
  position: relative;
}
.best-deal .btn._red {
  position: absolute;
  bottom: 28px;
  left: 30px;
  right: 30px;
  width: auto;
}
.best-deal._choice {
  padding: 0;
  margin-top: 20px;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  margin-bottom: 82px;
}
.best-deal._choice .best-deal__group {
  display: none;
}
.best-deal._choice .best-deal__group._visible {
  display: block;
}
.best-deal._choice .best-deal__group + .best-deal._choice .best-deal__group {
  border-top: 1px solid #E1E3E6;
  margin-top: -1px;
}
.best-deal__link {
  position: absolute;
  top: 100%;
  margin-top: 22px;
  border-radius: 6px;
  border: 1px solid #D1D4D8;
  line-height: 60px;
  width: 100%;
  height: 60px;
  display: none;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #BD10E0;
  text-decoration: none;
}
.best-deal__link:hover {
  color: #BD10E0;
}
.best-deal__link._visible {
  display: block;
}
.best-deal__title {
  padding: 21px 0px 21px 0px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.best-deal__item {
  position: relative;
  display: inline-block;
  width: 312px;
  min-height: 410px;
  padding: 3px 30px 28px 30px;
  font-size: 14px;
  border: none;
  vertical-align: top;
  border: 1px solid #E1E3E6;
}
.best-deal__item:nth-child(3n + 1) + .best-deal__item,
.best-deal__item:nth-child(3n + 1) + .best-deal__item + .best-deal__item {
  border-left: none;
}
.best-deal__item:nth-child(3) ~ .best-deal__item {
  border-top: none;
}
.best-deal__img {
  height: 96px;
  line-height: 100px;
}
.best-deal__img img {
  max-height: 90px;
  max-width: 170px;
  vertical-align: middle;
}
.best-deal__plate {
  display: inline-block;
  margin-bottom: 12px;
  padding: 3px 11px 3px 10px;
  background: #F8E71C;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #4A4A4A;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.best-deal__price {
  padding: 5px 22px 4px 14px;
  top: 20px;
  position: absolute;
  right: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #000000;
  line-height: 32px;
  font-weight: bold;
  background: #F8E71C;
}
.best-deal__price-per {
  position: absolute;
  margin-top: 1px;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.best-deal__name {
  margin-bottom: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  line-height: 24px;
}
.best-deal__about {
  height: 40px;
  margin-bottom: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #5C6268;
  line-height: 20px;
}
.order__side .best-deal__about {
  height: auto;
}
.best-deal__desc {
  position: absolute;
  width: auto;
  left: 30px;
  right: 30px;
  bottom: 91px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.order__side .best-deal__desc {
  position: static;
}
.best-deal__desc b,
.best-deal__desc strong {
  font-weight: 100;
}
.best-deal__desc a {
  color: black;
  text-decoration: none;
}
.best-deal__desc a:hover {
  text-decoration: underline;
}
.best-deal__desc p {
  margin-bottom: 0;
}
.bottom-nav {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 25px;
  padding-bottom: 28px;
}
.bottom-nav__title {
  color: #3E4C51;
  font-weight: bold;
}
.bottom-nav__item {
  float: left;
  width: 235px;
}
.bottom-nav__link a {
  color: white;
  text-decoration: none;
  font-weight: 100;
}
.bottom-nav__link a:hover {
  text-decoration: underline;
}
.btn-icon.btn._geo {
  margin-left: 9px;
  padding: 8px 17px 8px 35px;
  font-size: 14px;
  letter-spacing: 0px;
  background-repeat: no-repeat;
  background-size: 12px 18px, 100% 100%;
  background-position: 16px center, center center;
  -moz-box-shadow: inset 0px -2px 0px 0px #990B00;
  box-shadow: inset 0px -2px 0px 0px #990B00;
  border-radius: 6px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAkCAYAAACTz/ouAAADzElEQVRIDa1WPWgTYRjOxRirSW2MDdVoQ+vQIYJQkKKFShEqdLPYKTq56KCTuNvVuiTQrRUaHAQXpzgIEpdKQTpZBZPUpaY2tAETTdL8XHye63fH3SWXXNQXnvve+77nfd7v/05ydLBms3kUzTcFLqMMCnoW5UfgNSFJUk3U2y8gPgekgW5GzpxtZZCdjUZjsZuquR0xTxnbLZFUq9WemYPtviN2EQkkqyRSqVSatxJD2/ft7e132Ww2WS6Xdzrw5tsmSSQSx2RZzpgDKby0tPQAQZPAFYHJeDz+CIl2zXxqUAs8g0n5fP62mQyB7MTExHUwx4EwMCZAf3xmZuZGpVLJmeOohXbDVLnQ01dm4srKyn0QKXYeOA0MCNAfBsKrq6sPzXHUQpsLUIyZ+ur1umFLVqvVXdRTfAg4ATCAu4Tg+fAAZ4AwuHv6JNRCfR8gkcwELqfTSbJmhULhM14KQBGoAHVAFuDBKgNsK4L7CaVmQosdUhKwwYUeMFgzt9t9HC8UqQKGNkFiHdvKgiuqHQ6hpUyROgIJw/yhMeB4PJ6wz+drwG3q602+HAqFGl6vl1OpmdDizGgjcGA37GgMOBhmfyqVuquva+dvbGzcw13k1be1aKHRhwP0Qr9Qwi/mcjlu0ba2v79/FbySOY5aCPABTk4RTc5kMh8OXcPTGwgE1nDPPIbIKbUF/iCuhSd+v/896rhWBhNa2rpxrjyzs7NhnMKquTe6dxl+Cvimq2txqUEtagLUVh7cs+dwAtdaInqsoAa1AO0ccJdwtxxsbW29RflPJjQOIGLYgVyLgampqUs4hYUeO63RGUsNagHq+sI9nCYu1nA6nY5rET06jKUGQC1l/tUsnCZeBeXl5WWSOLxerSFiefqp1XJAmYwHZhT7+E2PnW8iJsFYoaF23DBPzMi7pRSLxaJIwF7YMnBriImBXAKo0dJ7VegInJPABeyGl3ZHQS5jRCw1LI0Lw8/dUCQSuYZd8atbEnLIZYyIVRYXvqWxB/3A6Pr6On9FOho55IqYjr0HRzH2wA0EcA1fxMfki1UGtpFDrojp2nvwFOMu4F0SwtrxZ6DeJkk9Go1GyBFcbefg3Zbxu+sHxjY3N5+bE7CObYJDbs/G4fLCOhsMBseLxeJXNQl91rFNcGxPDfgGUxd8ZGFh4Ra+CxWCPlgjADdDx4W1k5nDp9BgMpm8g9IxPT3NL9YewL8K/mFYmp0E5PBsqD9dFPspwGvZ8tSS2HF4JAijCC9A5UJE+RvglaB9FuG3NTsjUAPZGbVDTPY3N66q9f/KP7SHsNzHEzR5AAAAAElFTkSuQmCC");
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAkCAYAAACTz/ouAAADzElEQVRIDa1WPWgTYRjOxRirSW2MDdVoQ+vQIYJQkKKFShEqdLPYKTq56KCTuNvVuiTQrRUaHAQXpzgIEpdKQTpZBZPUpaY2tAETTdL8XHye63fH3SWXXNQXnvve+77nfd7v/05ydLBms3kUzTcFLqMMCnoW5UfgNSFJUk3U2y8gPgekgW5GzpxtZZCdjUZjsZuquR0xTxnbLZFUq9WemYPtviN2EQkkqyRSqVSatxJD2/ft7e132Ww2WS6Xdzrw5tsmSSQSx2RZzpgDKby0tPQAQZPAFYHJeDz+CIl2zXxqUAs8g0n5fP62mQyB7MTExHUwx4EwMCZAf3xmZuZGpVLJmeOohXbDVLnQ01dm4srKyn0QKXYeOA0MCNAfBsKrq6sPzXHUQpsLUIyZ+ur1umFLVqvVXdRTfAg4ATCAu4Tg+fAAZ4AwuHv6JNRCfR8gkcwELqfTSbJmhULhM14KQBGoAHVAFuDBKgNsK4L7CaVmQosdUhKwwYUeMFgzt9t9HC8UqQKGNkFiHdvKgiuqHQ6hpUyROgIJw/yhMeB4PJ6wz+drwG3q602+HAqFGl6vl1OpmdDizGgjcGA37GgMOBhmfyqVuquva+dvbGzcw13k1be1aKHRhwP0Qr9Qwi/mcjlu0ba2v79/FbySOY5aCPABTk4RTc5kMh8OXcPTGwgE1nDPPIbIKbUF/iCuhSd+v/896rhWBhNa2rpxrjyzs7NhnMKquTe6dxl+Cvimq2txqUEtagLUVh7cs+dwAtdaInqsoAa1AO0ccJdwtxxsbW29RflPJjQOIGLYgVyLgampqUs4hYUeO63RGUsNagHq+sI9nCYu1nA6nY5rET06jKUGQC1l/tUsnCZeBeXl5WWSOLxerSFiefqp1XJAmYwHZhT7+E2PnW8iJsFYoaF23DBPzMi7pRSLxaJIwF7YMnBriImBXAKo0dJ7VegInJPABeyGl3ZHQS5jRCw1LI0Lw8/dUCQSuYZd8atbEnLIZYyIVRYXvqWxB/3A6Pr6On9FOho55IqYjr0HRzH2wA0EcA1fxMfki1UGtpFDrojp2nvwFOMu4F0SwtrxZ6DeJkk9Go1GyBFcbefg3Zbxu+sHxjY3N5+bE7CObYJDbs/G4fLCOhsMBseLxeJXNQl91rFNcGxPDfgGUxd8ZGFh4Ra+CxWCPlgjADdDx4W1k5nDp9BgMpm8g9IxPT3NL9YewL8K/mFYmp0E5PBsqD9dFPspwGvZ8tSS2HF4JAijCC9A5UJE+RvglaB9FuG3NTsjUAPZGbVDTPY3N66q9f/KP7SHsNzHEzR5AAAAAElFTkSuQmCC"), -o-linear-gradient(-89deg, #00779f 0%, #D71000 100%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAkCAYAAACTz/ouAAADzElEQVRIDa1WPWgTYRjOxRirSW2MDdVoQ+vQIYJQkKKFShEqdLPYKTq56KCTuNvVuiTQrRUaHAQXpzgIEpdKQTpZBZPUpaY2tAETTdL8XHye63fH3SWXXNQXnvve+77nfd7v/05ydLBms3kUzTcFLqMMCnoW5UfgNSFJUk3U2y8gPgekgW5GzpxtZZCdjUZjsZuquR0xTxnbLZFUq9WemYPtviN2EQkkqyRSqVSatxJD2/ft7e132Ww2WS6Xdzrw5tsmSSQSx2RZzpgDKby0tPQAQZPAFYHJeDz+CIl2zXxqUAs8g0n5fP62mQyB7MTExHUwx4EwMCZAf3xmZuZGpVLJmeOohXbDVLnQ01dm4srKyn0QKXYeOA0MCNAfBsKrq6sPzXHUQpsLUIyZ+ur1umFLVqvVXdRTfAg4ATCAu4Tg+fAAZ4AwuHv6JNRCfR8gkcwELqfTSbJmhULhM14KQBGoAHVAFuDBKgNsK4L7CaVmQosdUhKwwYUeMFgzt9t9HC8UqQKGNkFiHdvKgiuqHQ6hpUyROgIJw/yhMeB4PJ6wz+drwG3q602+HAqFGl6vl1OpmdDizGgjcGA37GgMOBhmfyqVuquva+dvbGzcw13k1be1aKHRhwP0Qr9Qwi/mcjlu0ba2v79/FbySOY5aCPABTk4RTc5kMh8OXcPTGwgE1nDPPIbIKbUF/iCuhSd+v/896rhWBhNa2rpxrjyzs7NhnMKquTe6dxl+Cvimq2txqUEtagLUVh7cs+dwAtdaInqsoAa1AO0ccJdwtxxsbW29RflPJjQOIGLYgVyLgampqUs4hYUeO63RGUsNagHq+sI9nCYu1nA6nY5rET06jKUGQC1l/tUsnCZeBeXl5WWSOLxerSFiefqp1XJAmYwHZhT7+E2PnW8iJsFYoaF23DBPzMi7pRSLxaJIwF7YMnBriImBXAKo0dJ7VegInJPABeyGl3ZHQS5jRCw1LI0Lw8/dUCQSuYZd8atbEnLIZYyIVRYXvqWxB/3A6Pr6On9FOho55IqYjr0HRzH2wA0EcA1fxMfki1UGtpFDrojp2nvwFOMu4F0SwtrxZ6DeJkk9Go1GyBFcbefg3Zbxu+sHxjY3N5+bE7CObYJDbs/G4fLCOhsMBseLxeJXNQl91rFNcGxPDfgGUxd8ZGFh4Ra+CxWCPlgjADdDx4W1k5nDp9BgMpm8g9IxPT3NL9YewL8K/mFYmp0E5PBsqD9dFPspwGvZ8tSS2HF4JAijCC9A5UJE+RvglaB9FuG3NTsjUAPZGbVDTPY3N66q9f/KP7SHsNzHEzR5AAAAAElFTkSuQmCC"), -moz-linear-gradient(-89deg, #00779f 0%, #D71000 100%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAkCAYAAACTz/ouAAADzElEQVRIDa1WPWgTYRjOxRirSW2MDdVoQ+vQIYJQkKKFShEqdLPYKTq56KCTuNvVuiTQrRUaHAQXpzgIEpdKQTpZBZPUpaY2tAETTdL8XHye63fH3SWXXNQXnvve+77nfd7v/05ydLBms3kUzTcFLqMMCnoW5UfgNSFJUk3U2y8gPgekgW5GzpxtZZCdjUZjsZuquR0xTxnbLZFUq9WemYPtviN2EQkkqyRSqVSatxJD2/ft7e132Ww2WS6Xdzrw5tsmSSQSx2RZzpgDKby0tPQAQZPAFYHJeDz+CIl2zXxqUAs8g0n5fP62mQyB7MTExHUwx4EwMCZAf3xmZuZGpVLJmeOohXbDVLnQ01dm4srKyn0QKXYeOA0MCNAfBsKrq6sPzXHUQpsLUIyZ+ur1umFLVqvVXdRTfAg4ATCAu4Tg+fAAZ4AwuHv6JNRCfR8gkcwELqfTSbJmhULhM14KQBGoAHVAFuDBKgNsK4L7CaVmQosdUhKwwYUeMFgzt9t9HC8UqQKGNkFiHdvKgiuqHQ6hpUyROgIJw/yhMeB4PJ6wz+drwG3q602+HAqFGl6vl1OpmdDizGgjcGA37GgMOBhmfyqVuquva+dvbGzcw13k1be1aKHRhwP0Qr9Qwi/mcjlu0ba2v79/FbySOY5aCPABTk4RTc5kMh8OXcPTGwgE1nDPPIbIKbUF/iCuhSd+v/896rhWBhNa2rpxrjyzs7NhnMKquTe6dxl+Cvimq2txqUEtagLUVh7cs+dwAtdaInqsoAa1AO0ccJdwtxxsbW29RflPJjQOIGLYgVyLgampqUs4hYUeO63RGUsNagHq+sI9nCYu1nA6nY5rET06jKUGQC1l/tUsnCZeBeXl5WWSOLxerSFiefqp1XJAmYwHZhT7+E2PnW8iJsFYoaF23DBPzMi7pRSLxaJIwF7YMnBriImBXAKo0dJ7VegInJPABeyGl3ZHQS5jRCw1LI0Lw8/dUCQSuYZd8atbEnLIZYyIVRYXvqWxB/3A6Pr6On9FOho55IqYjr0HRzH2wA0EcA1fxMfki1UGtpFDrojp2nvwFOMu4F0SwtrxZ6DeJkk9Go1GyBFcbefg3Zbxu+sHxjY3N5+bE7CObYJDbs/G4fLCOhsMBseLxeJXNQl91rFNcGxPDfgGUxd8ZGFh4Ra+CxWCPlgjADdDx4W1k5nDp9BgMpm8g9IxPT3NL9YewL8K/mFYmp0E5PBsqD9dFPspwGvZ8tSS2HF4JAijCC9A5UJE+RvglaB9FuG3NTsjUAPZGbVDTPY3N66q9f/KP7SHsNzHEzR5AAAAAElFTkSuQmCC"), -ms-linear-gradient(-89deg, #00779f 0%, #D71000 100%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAkCAYAAACTz/ouAAADzElEQVRIDa1WPWgTYRjOxRirSW2MDdVoQ+vQIYJQkKKFShEqdLPYKTq56KCTuNvVuiTQrRUaHAQXpzgIEpdKQTpZBZPUpaY2tAETTdL8XHye63fH3SWXXNQXnvve+77nfd7v/05ydLBms3kUzTcFLqMMCnoW5UfgNSFJUk3U2y8gPgekgW5GzpxtZZCdjUZjsZuquR0xTxnbLZFUq9WemYPtviN2EQkkqyRSqVSatxJD2/ft7e132Ww2WS6Xdzrw5tsmSSQSx2RZzpgDKby0tPQAQZPAFYHJeDz+CIl2zXxqUAs8g0n5fP62mQyB7MTExHUwx4EwMCZAf3xmZuZGpVLJmeOohXbDVLnQ01dm4srKyn0QKXYeOA0MCNAfBsKrq6sPzXHUQpsLUIyZ+ur1umFLVqvVXdRTfAg4ATCAu4Tg+fAAZ4AwuHv6JNRCfR8gkcwELqfTSbJmhULhM14KQBGoAHVAFuDBKgNsK4L7CaVmQosdUhKwwYUeMFgzt9t9HC8UqQKGNkFiHdvKgiuqHQ6hpUyROgIJw/yhMeB4PJ6wz+drwG3q602+HAqFGl6vl1OpmdDizGgjcGA37GgMOBhmfyqVuquva+dvbGzcw13k1be1aKHRhwP0Qr9Qwi/mcjlu0ba2v79/FbySOY5aCPABTk4RTc5kMh8OXcPTGwgE1nDPPIbIKbUF/iCuhSd+v/896rhWBhNa2rpxrjyzs7NhnMKquTe6dxl+Cvimq2txqUEtagLUVh7cs+dwAtdaInqsoAa1AO0ccJdwtxxsbW29RflPJjQOIGLYgVyLgampqUs4hYUeO63RGUsNagHq+sI9nCYu1nA6nY5rET06jKUGQC1l/tUsnCZeBeXl5WWSOLxerSFiefqp1XJAmYwHZhT7+E2PnW8iJsFYoaF23DBPzMi7pRSLxaJIwF7YMnBriImBXAKo0dJ7VegInJPABeyGl3ZHQS5jRCw1LI0Lw8/dUCQSuYZd8atbEnLIZYyIVRYXvqWxB/3A6Pr6On9FOho55IqYjr0HRzH2wA0EcA1fxMfki1UGtpFDrojp2nvwFOMu4F0SwtrxZ6DeJkk9Go1GyBFcbefg3Zbxu+sHxjY3N5+bE7CObYJDbs/G4fLCOhsMBseLxeJXNQl91rFNcGxPDfgGUxd8ZGFh4Ra+CxWCPlgjADdDx4W1k5nDp9BgMpm8g9IxPT3NL9YewL8K/mFYmp0E5PBsqD9dFPspwGvZ8tSS2HF4JAijCC9A5UJE+RvglaB9FuG3NTsjUAPZGbVDTPY3N66q9f/KP7SHsNzHEzR5AAAAAElFTkSuQmCC"), linear-gradient(-179deg, #00779f 0%, #D71000 100%);
  border: 1px solid #DC281E;
  -moz-box-shadow: inset 0px 2px 0px 0px #FF6455;
  box-shadow: inset 0px 2px 0px 0px #FF6455;
  font-family: Helvetica, Arial, sans-serif;
  text-shadow: 0px -1px 0px #980F0C;
  color: #fff !important;
}
.btn-icon.btn._geo:hover {
  border-radius: 6px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAkCAYAAACTz/ouAAADzElEQVRIDa1WPWgTYRjOxRirSW2MDdVoQ+vQIYJQkKKFShEqdLPYKTq56KCTuNvVuiTQrRUaHAQXpzgIEpdKQTpZBZPUpaY2tAETTdL8XHye63fH3SWXXNQXnvve+77nfd7v/05ydLBms3kUzTcFLqMMCnoW5UfgNSFJUk3U2y8gPgekgW5GzpxtZZCdjUZjsZuquR0xTxnbLZFUq9WemYPtviN2EQkkqyRSqVSatxJD2/ft7e132Ww2WS6Xdzrw5tsmSSQSx2RZzpgDKby0tPQAQZPAFYHJeDz+CIl2zXxqUAs8g0n5fP62mQyB7MTExHUwx4EwMCZAf3xmZuZGpVLJmeOohXbDVLnQ01dm4srKyn0QKXYeOA0MCNAfBsKrq6sPzXHUQpsLUIyZ+ur1umFLVqvVXdRTfAg4ATCAu4Tg+fAAZ4AwuHv6JNRCfR8gkcwELqfTSbJmhULhM14KQBGoAHVAFuDBKgNsK4L7CaVmQosdUhKwwYUeMFgzt9t9HC8UqQKGNkFiHdvKgiuqHQ6hpUyROgIJw/yhMeB4PJ6wz+drwG3q602+HAqFGl6vl1OpmdDizGgjcGA37GgMOBhmfyqVuquva+dvbGzcw13k1be1aKHRhwP0Qr9Qwi/mcjlu0ba2v79/FbySOY5aCPABTk4RTc5kMh8OXcPTGwgE1nDPPIbIKbUF/iCuhSd+v/896rhWBhNa2rpxrjyzs7NhnMKquTe6dxl+Cvimq2txqUEtagLUVh7cs+dwAtdaInqsoAa1AO0ccJdwtxxsbW29RflPJjQOIGLYgVyLgampqUs4hYUeO63RGUsNagHq+sI9nCYu1nA6nY5rET06jKUGQC1l/tUsnCZeBeXl5WWSOLxerSFiefqp1XJAmYwHZhT7+E2PnW8iJsFYoaF23DBPzMi7pRSLxaJIwF7YMnBriImBXAKo0dJ7VegInJPABeyGl3ZHQS5jRCw1LI0Lw8/dUCQSuYZd8atbEnLIZYyIVRYXvqWxB/3A6Pr6On9FOho55IqYjr0HRzH2wA0EcA1fxMfki1UGtpFDrojp2nvwFOMu4F0SwtrxZ6DeJkk9Go1GyBFcbefg3Zbxu+sHxjY3N5+bE7CObYJDbs/G4fLCOhsMBseLxeJXNQl91rFNcGxPDfgGUxd8ZGFh4Ra+CxWCPlgjADdDx4W1k5nDp9BgMpm8g9IxPT3NL9YewL8K/mFYmp0E5PBsqD9dFPspwGvZ8tSS2HF4JAijCC9A5UJE+RvglaB9FuG3NTsjUAPZGbVDTPY3N66q9f/KP7SHsNzHEzR5AAAAAElFTkSuQmCC"), -o-linear-gradient(-89deg, #E22C1C 0%, #C40F00 100%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAkCAYAAACTz/ouAAADzElEQVRIDa1WPWgTYRjOxRirSW2MDdVoQ+vQIYJQkKKFShEqdLPYKTq56KCTuNvVuiTQrRUaHAQXpzgIEpdKQTpZBZPUpaY2tAETTdL8XHye63fH3SWXXNQXnvve+77nfd7v/05ydLBms3kUzTcFLqMMCnoW5UfgNSFJUk3U2y8gPgekgW5GzpxtZZCdjUZjsZuquR0xTxnbLZFUq9WemYPtviN2EQkkqyRSqVSatxJD2/ft7e132Ww2WS6Xdzrw5tsmSSQSx2RZzpgDKby0tPQAQZPAFYHJeDz+CIl2zXxqUAs8g0n5fP62mQyB7MTExHUwx4EwMCZAf3xmZuZGpVLJmeOohXbDVLnQ01dm4srKyn0QKXYeOA0MCNAfBsKrq6sPzXHUQpsLUIyZ+ur1umFLVqvVXdRTfAg4ATCAu4Tg+fAAZ4AwuHv6JNRCfR8gkcwELqfTSbJmhULhM14KQBGoAHVAFuDBKgNsK4L7CaVmQosdUhKwwYUeMFgzt9t9HC8UqQKGNkFiHdvKgiuqHQ6hpUyROgIJw/yhMeB4PJ6wz+drwG3q602+HAqFGl6vl1OpmdDizGgjcGA37GgMOBhmfyqVuquva+dvbGzcw13k1be1aKHRhwP0Qr9Qwi/mcjlu0ba2v79/FbySOY5aCPABTk4RTc5kMh8OXcPTGwgE1nDPPIbIKbUF/iCuhSd+v/896rhWBhNa2rpxrjyzs7NhnMKquTe6dxl+Cvimq2txqUEtagLUVh7cs+dwAtdaInqsoAa1AO0ccJdwtxxsbW29RflPJjQOIGLYgVyLgampqUs4hYUeO63RGUsNagHq+sI9nCYu1nA6nY5rET06jKUGQC1l/tUsnCZeBeXl5WWSOLxerSFiefqp1XJAmYwHZhT7+E2PnW8iJsFYoaF23DBPzMi7pRSLxaJIwF7YMnBriImBXAKo0dJ7VegInJPABeyGl3ZHQS5jRCw1LI0Lw8/dUCQSuYZd8atbEnLIZYyIVRYXvqWxB/3A6Pr6On9FOho55IqYjr0HRzH2wA0EcA1fxMfki1UGtpFDrojp2nvwFOMu4F0SwtrxZ6DeJkk9Go1GyBFcbefg3Zbxu+sHxjY3N5+bE7CObYJDbs/G4fLCOhsMBseLxeJXNQl91rFNcGxPDfgGUxd8ZGFh4Ra+CxWCPlgjADdDx4W1k5nDp9BgMpm8g9IxPT3NL9YewL8K/mFYmp0E5PBsqD9dFPspwGvZ8tSS2HF4JAijCC9A5UJE+RvglaB9FuG3NTsjUAPZGbVDTPY3N66q9f/KP7SHsNzHEzR5AAAAAElFTkSuQmCC"), -moz-linear-gradient(-89deg, #E22C1C 0%, #C40F00 100%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAkCAYAAACTz/ouAAADzElEQVRIDa1WPWgTYRjOxRirSW2MDdVoQ+vQIYJQkKKFShEqdLPYKTq56KCTuNvVuiTQrRUaHAQXpzgIEpdKQTpZBZPUpaY2tAETTdL8XHye63fH3SWXXNQXnvve+77nfd7v/05ydLBms3kUzTcFLqMMCnoW5UfgNSFJUk3U2y8gPgekgW5GzpxtZZCdjUZjsZuquR0xTxnbLZFUq9WemYPtviN2EQkkqyRSqVSatxJD2/ft7e132Ww2WS6Xdzrw5tsmSSQSx2RZzpgDKby0tPQAQZPAFYHJeDz+CIl2zXxqUAs8g0n5fP62mQyB7MTExHUwx4EwMCZAf3xmZuZGpVLJmeOohXbDVLnQ01dm4srKyn0QKXYeOA0MCNAfBsKrq6sPzXHUQpsLUIyZ+ur1umFLVqvVXdRTfAg4ATCAu4Tg+fAAZ4AwuHv6JNRCfR8gkcwELqfTSbJmhULhM14KQBGoAHVAFuDBKgNsK4L7CaVmQosdUhKwwYUeMFgzt9t9HC8UqQKGNkFiHdvKgiuqHQ6hpUyROgIJw/yhMeB4PJ6wz+drwG3q602+HAqFGl6vl1OpmdDizGgjcGA37GgMOBhmfyqVuquva+dvbGzcw13k1be1aKHRhwP0Qr9Qwi/mcjlu0ba2v79/FbySOY5aCPABTk4RTc5kMh8OXcPTGwgE1nDPPIbIKbUF/iCuhSd+v/896rhWBhNa2rpxrjyzs7NhnMKquTe6dxl+Cvimq2txqUEtagLUVh7cs+dwAtdaInqsoAa1AO0ccJdwtxxsbW29RflPJjQOIGLYgVyLgampqUs4hYUeO63RGUsNagHq+sI9nCYu1nA6nY5rET06jKUGQC1l/tUsnCZeBeXl5WWSOLxerSFiefqp1XJAmYwHZhT7+E2PnW8iJsFYoaF23DBPzMi7pRSLxaJIwF7YMnBriImBXAKo0dJ7VegInJPABeyGl3ZHQS5jRCw1LI0Lw8/dUCQSuYZd8atbEnLIZYyIVRYXvqWxB/3A6Pr6On9FOho55IqYjr0HRzH2wA0EcA1fxMfki1UGtpFDrojp2nvwFOMu4F0SwtrxZ6DeJkk9Go1GyBFcbefg3Zbxu+sHxjY3N5+bE7CObYJDbs/G4fLCOhsMBseLxeJXNQl91rFNcGxPDfgGUxd8ZGFh4Ra+CxWCPlgjADdDx4W1k5nDp9BgMpm8g9IxPT3NL9YewL8K/mFYmp0E5PBsqD9dFPspwGvZ8tSS2HF4JAijCC9A5UJE+RvglaB9FuG3NTsjUAPZGbVDTPY3N66q9f/KP7SHsNzHEzR5AAAAAElFTkSuQmCC"), -ms-linear-gradient(-89deg, #E22C1C 0%, #C40F00 100%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAkCAYAAACTz/ouAAADzElEQVRIDa1WPWgTYRjOxRirSW2MDdVoQ+vQIYJQkKKFShEqdLPYKTq56KCTuNvVuiTQrRUaHAQXpzgIEpdKQTpZBZPUpaY2tAETTdL8XHye63fH3SWXXNQXnvve+77nfd7v/05ydLBms3kUzTcFLqMMCnoW5UfgNSFJUk3U2y8gPgekgW5GzpxtZZCdjUZjsZuquR0xTxnbLZFUq9WemYPtviN2EQkkqyRSqVSatxJD2/ft7e132Ww2WS6Xdzrw5tsmSSQSx2RZzpgDKby0tPQAQZPAFYHJeDz+CIl2zXxqUAs8g0n5fP62mQyB7MTExHUwx4EwMCZAf3xmZuZGpVLJmeOohXbDVLnQ01dm4srKyn0QKXYeOA0MCNAfBsKrq6sPzXHUQpsLUIyZ+ur1umFLVqvVXdRTfAg4ATCAu4Tg+fAAZ4AwuHv6JNRCfR8gkcwELqfTSbJmhULhM14KQBGoAHVAFuDBKgNsK4L7CaVmQosdUhKwwYUeMFgzt9t9HC8UqQKGNkFiHdvKgiuqHQ6hpUyROgIJw/yhMeB4PJ6wz+drwG3q602+HAqFGl6vl1OpmdDizGgjcGA37GgMOBhmfyqVuquva+dvbGzcw13k1be1aKHRhwP0Qr9Qwi/mcjlu0ba2v79/FbySOY5aCPABTk4RTc5kMh8OXcPTGwgE1nDPPIbIKbUF/iCuhSd+v/896rhWBhNa2rpxrjyzs7NhnMKquTe6dxl+Cvimq2txqUEtagLUVh7cs+dwAtdaInqsoAa1AO0ccJdwtxxsbW29RflPJjQOIGLYgVyLgampqUs4hYUeO63RGUsNagHq+sI9nCYu1nA6nY5rET06jKUGQC1l/tUsnCZeBeXl5WWSOLxerSFiefqp1XJAmYwHZhT7+E2PnW8iJsFYoaF23DBPzMi7pRSLxaJIwF7YMnBriImBXAKo0dJ7VegInJPABeyGl3ZHQS5jRCw1LI0Lw8/dUCQSuYZd8atbEnLIZYyIVRYXvqWxB/3A6Pr6On9FOho55IqYjr0HRzH2wA0EcA1fxMfki1UGtpFDrojp2nvwFOMu4F0SwtrxZ6DeJkk9Go1GyBFcbefg3Zbxu+sHxjY3N5+bE7CObYJDbs/G4fLCOhsMBseLxeJXNQl91rFNcGxPDfgGUxd8ZGFh4Ra+CxWCPlgjADdDx4W1k5nDp9BgMpm8g9IxPT3NL9YewL8K/mFYmp0E5PBsqD9dFPspwGvZ8tSS2HF4JAijCC9A5UJE+RvglaB9FuG3NTsjUAPZGbVDTPY3N66q9f/KP7SHsNzHEzR5AAAAAElFTkSuQmCC"), linear-gradient(-179deg, #E22C1C 0%, #C40F00 100%);
  border: 1px solid #DC281E;
  -moz-box-shadow: inset 0px 2px 0px 0px #FF6455;
  box-shadow: inset 0px 2px 0px 0px #FF6455;
  color: white;
  color: #fff !important;
}
.btn-icon.btn._geo:active {
  border-radius: 6px;
  /* Rectangle 62: */
  background-color: #D70C00;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAkCAYAAACTz/ouAAADzElEQVRIDa1WPWgTYRjOxRirSW2MDdVoQ+vQIYJQkKKFShEqdLPYKTq56KCTuNvVuiTQrRUaHAQXpzgIEpdKQTpZBZPUpaY2tAETTdL8XHye63fH3SWXXNQXnvve+77nfd7v/05ydLBms3kUzTcFLqMMCnoW5UfgNSFJUk3U2y8gPgekgW5GzpxtZZCdjUZjsZuquR0xTxnbLZFUq9WemYPtviN2EQkkqyRSqVSatxJD2/ft7e132Ww2WS6Xdzrw5tsmSSQSx2RZzpgDKby0tPQAQZPAFYHJeDz+CIl2zXxqUAs8g0n5fP62mQyB7MTExHUwx4EwMCZAf3xmZuZGpVLJmeOohXbDVLnQ01dm4srKyn0QKXYeOA0MCNAfBsKrq6sPzXHUQpsLUIyZ+ur1umFLVqvVXdRTfAg4ATCAu4Tg+fAAZ4AwuHv6JNRCfR8gkcwELqfTSbJmhULhM14KQBGoAHVAFuDBKgNsK4L7CaVmQosdUhKwwYUeMFgzt9t9HC8UqQKGNkFiHdvKgiuqHQ6hpUyROgIJw/yhMeB4PJ6wz+drwG3q602+HAqFGl6vl1OpmdDizGgjcGA37GgMOBhmfyqVuquva+dvbGzcw13k1be1aKHRhwP0Qr9Qwi/mcjlu0ba2v79/FbySOY5aCPABTk4RTc5kMh8OXcPTGwgE1nDPPIbIKbUF/iCuhSd+v/896rhWBhNa2rpxrjyzs7NhnMKquTe6dxl+Cvimq2txqUEtagLUVh7cs+dwAtdaInqsoAa1AO0ccJdwtxxsbW29RflPJjQOIGLYgVyLgampqUs4hYUeO63RGUsNagHq+sI9nCYu1nA6nY5rET06jKUGQC1l/tUsnCZeBeXl5WWSOLxerSFiefqp1XJAmYwHZhT7+E2PnW8iJsFYoaF23DBPzMi7pRSLxaJIwF7YMnBriImBXAKo0dJ7VegInJPABeyGl3ZHQS5jRCw1LI0Lw8/dUCQSuYZd8atbEnLIZYyIVRYXvqWxB/3A6Pr6On9FOho55IqYjr0HRzH2wA0EcA1fxMfki1UGtpFDrojp2nvwFOMu4F0SwtrxZ6DeJkk9Go1GyBFcbefg3Zbxu+sHxjY3N5+bE7CObYJDbs/G4fLCOhsMBseLxeJXNQl91rFNcGxPDfgGUxd8ZGFh4Ra+CxWCPlgjADdDx4W1k5nDp9BgMpm8g9IxPT3NL9YewL8K/mFYmp0E5PBsqD9dFPspwGvZ8tSS2HF4JAijCC9A5UJE+RvglaB9FuG3NTsjUAPZGbVDTPY3N66q9f/KP7SHsNzHEzR5AAAAAElFTkSuQmCC");
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
}
.btn-icon.btn._cart {
  padding: 7px 8px 7px 31px;
  letter-spacing: 0px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAACmklEQVRYCe1XS2sUQRCu6pnJIQcjeFHEKNkIERQPC0HxgSiIr4h78+DjqP/B/+DJg1717mIgxGCEBZOD4KKi0Wi8uBuciIq4otm4O1NWL8ywk+me3kCmc0nD0NVV3V99dH9d24tHz5duCYIAMGwTCe6pTUABhvglbIRPZ2fHf4PF5gqEk4AyowDs9MhDNhz2bMVzHLjJXyhn2GgiKwmiKBw5OzaaNWe9Y5mEZDIHxcH1TpqF51JIDxITEE4g4q7YJ8SB2LZgdFTTnef4hdI1Hl+PfSx48efnxUql0ox9ORqpI2P1vk7kQ3Ba/Vv2J3w5DlI7VCwWvf7tg+N84/qivEQU8s2jaJxnn9qharXa4oTvu5OyprgmcCGw8KUISSK8O6+6CdmyuSA3lIRSOrLECAnnlISW/do7IvhniUechkX6VklIpaN4VY5GoCMkc9rWEd/k1spS7YNyhyShDdDRR3kyWkK2dST1IzdCS8i2jhzEN5mEZNCmjppBc85IyJaOWNC155OTDSMhWzriH9SOfoyEpI6Y/Qs5Mc/GJ1GJ8N3I0PbYug2ht8KCGiYk7SXQrs8KEPzie/V4ZqJczZq2GevegdQDrTsY2YfOXNrTJ+AKIRS4GHwnCKdmJh5NR/G19BLLc+Aqr5FY31Zj8b+v7Hb49NiI54o7KLDAD7UBrk07uD+2e++I93lh/mX26mQ0xkI9llGkrufcYAJeEhqAS/3l0VOlbav9WeNesIyE+Nk6rEoin7Wu1x5SxbS+HrDMhAAXdQkc8rQx9RozlpFQ0Ib7KnB+/04/m3roq2I6nw6L3zpPIiyjqOuf5hd3Du1bEEiDfCsGuHL/IMLy8lL9ru/7XGR7b2osKv/9Wr+3Vqwoq3FHo4k99Eqs/24t8m+l7u8iAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: 18px 16px;
  background-position: 9px center;
}
.btn-icon.btn._feedback {
  padding: 7px 8px 7px 8px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAARCAYAAAAougcOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmI5YjIxNS03NDRlLTQ2YjktYTQyMC1hYjcwZGExN2FjMDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEMzRkNFMDQzRTk0MTFFNTlBRjM5MTZCRTNCQTQ0NkUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEMzRkNFMDMzRTk0MTFFNTlBRjM5MTZCRTNCQTQ0NkUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNTMyOGQ4Yi1hMTYyLTRjNzYtYWIwNS03YjM2ZGMxNTdmZjUiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2MTBkNzU1Ny04MmQ5LTExNzgtOGJiYS1hZTkxYjk1NDBiODMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6HM1cfAAABGklEQVR42mIpqKpzYGBgmAvESgzUB/eAOJkFSCwBYmkG2gCQw5cw0dACGJBmYqADAFlyhcZ2XGGa0NakC2RoA3ELEN+mksG3oeZpg8xnhKauQ0DOP5AskG8MpMKBOAKIZUkw+DEQrwDilUCzzkLNAoWUHciS/0DGc5AkFJ8EKvoPFGcEsi2BOBKIQ4FYHIvBL4F4NRAvB+LjSPrMoQ4FYUmYJcjgPhCvAmkEaroIdREzkAL5OADqO5CrNwDxAaCav1A1+lAHhQGxIrKB2CxBBjehrgQFwQ10SaBeDahrQYar4zKEkCXI4DwQrwfih0AsD8SBQGxIjEYWEiLWkFhDseUTumTG4WPJUxrb8RRkSQy03KcFAJkbAxBgAPwlUbEPNNslAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: 18px 12px;
  background-position: center center;
  width: 36px;
  height: 35px;
  margin-right: 9px;
}
.btn-icon.btn._login {
  background: none;
  border-radius: 0;
  padding: 0px 20px 0px 36px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  margin-right: 2px;
  border: 1px solid #868F9B;
  border-top: none;
  border-bottom: none;
  letter-spacing: 0px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAiCAYAAABBY8kOAAADTElEQVRIDe1WTUhUURR+977njDODDv0QFhRZTuXfuChpU9GPbaONUa0kDFqEDLho0bJFi6CVYRQYBU3UwqCQSjOhok0zlJmJZUZJRDg6OTq/7+d2zmve876XY5OjQeCBwz3n3HPO9+659553iZAHPXs7XMcobSJMOEiIsIExgUDYGBHYY6bS67v9FeE/pcGAnHQ/FHJ7naVtVKRN4JTLl2mqFlSpfGpfdfVMrmS5goWeUMhb7PL2EkK25wrm7ZqmvcnE1f0NOysneLshU0OwjcRRXHIrXxCMpZT6HR7pTmNjo2jLpatzrYh0v+w/6vZ4gnwA0zR57Mvne58+jgwI8PkbN/tq15eXH6KEOHm/VDze3FBf1wE2xtvnApKeDgyHqSj6DUdZliduXG5rvdZ+aQhsatYuHj9x0tfcErjocDjXGL7wDR/21GypAl0xbDjaS0eudHZu4kHQ6UVf7wUAeQXiJPB4lieDHVcH+h49PA+6SVBC382u7howWBZhB6KrS1fVm1EgwGoiZwOnu0BEkAjHCDhx7kxrTzqd/gqySR63ewcoltwWRZ8UxbVmBAiJ+Mx7GGLAP4Dx+CazHIdxCjiWSMSHYZwlQteBYjkU0uysvlTKmObibALTGIIkgNPAfN1RRlsi6wNiln7lwEVg+fRD8duK4HRZaytSDZxlYBzthAdDgWtgOWGaxjCHJbdFgUnCmO5kT4iJLMk4B41QK9BcOexAXLxFzAVicZpPyRdovhx5zZn78aR/8AAlYovAWKVUVOQzolVFHYdL+FqUJNW+F1giVVFEKpJaUZTKjBhFUUYhz6BAaPte/9YHaDeA6PPBkW+gmTfcCCpwnNpVVbEScmhYOgRzLAEIfqO3KRAoRYxZIDQvAY2NjmLTNYH4i7uocKlkEjuEDoSJjb1aVBBMpsiyXrV/dryXgRa8h8ul+49KB52Y/00v+MttgSw2Pa0/z4zDwKKRiN7ObY4FqVPRaM9QOJyBJPpvG3tRCXDZ4SPHtjldLk9B2bPBmVQqefd28B2o34Fj2ONwVfjyWQGMgEXAhfY+/PXjg2YaOAqcNBJi9y4Gxpaud1sYCyEEwr3B51gKWDGAQNZXhqtDG2/Hub8lBELGJ5ou/wRFAxL22DBIpwAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: 13px 17px;
  background-position: 14px center;
}
.btn-icon.btn._login:hover {
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #464b50;
  color: white;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 8px 12px 10px;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
  letter-spacing: 1px;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 17px;
  font-weight: bold;
  position: relative;
  overflow: visible;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  cursor: pointer;
  border: none;
 
  background-color: #00779f;
  /* Remove inner padding and border in Firefox 3+ */
}
a.btn {
  text-decoration: none;
}
a.btn:hover,
a.btn:focus {
  color: #fff;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn:focus {
  outline: none;
}
.btn:hover {

}
.btn:active {
  background: #972A22;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn._full-width {
  width: 100%;
}
.btn._red,
.btn._red-2 {

  background: #00779f;
  margin-top: 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-style: normal;
  color: #FFFFFF;
  line-height: 24px;

  padding: 8px 16px 10px;
}
.btn._red:hover,
.btn._red-2:hover {

  background: #1999c4;
}
.btn._red:active,
.btn._red-2:active {
 

  -moz-box-shadow: none;
  box-shadow: none;
}

.mix-new-feature {
  min-height: 56px;
  margin-bottom: 9px;
}
.mix-new-feature__desc {
  margin-left: 50px;
}
.mix-new-feature__img {
  margin-top: 3px;
}
.mix-new-feature__title {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.mix-new-feature__subtitle {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.mix-new-snippet {
  position: relative;
  float: left;
  width: 267px;
  padding: 0px 20px 30px 20px;
  padding-bottom: 26px;
  border: 1px solid #dedfe1;
 
  min-height: 510px;
}
.mix-new-snippet + .mix-new-snippet {
  margin-left: 10px;
}

.mix-new-snippet + .mix-new-snippet + .mix-new-snippet {
  margin-left: 10px;
}
.mix-new-snippet + .mix-new-snippet + .mix-new-snippet + .mix-new-snippet {
  margin-left: 10px;
}
.mix-new-snippet__top {
  height: 177px;
}
.mix-new-snippet._mini {
  min-height: 0;
}
.mix-new-snippet._phone .mix-new-snippet__top {
  height: 200px;
}
.mix-new-snippet._equipment {
  margin-bottom: 52px;
}
.mix-new-snippet._equipment .mix-new-snippet__top {
  height: auto;
  min-height: 255px;
}
.mix-new-snippet._fluid .mix-new-snippet__top,
.mix-new-snippet._equipment._fluid .mix-new-snippet__top {
  min-height: 205px;
}
.mix-new-snippet._fluid .mix-new-snippet__about,
.mix-new-snippet._equipment._fluid .mix-new-snippet__about {
  height: auto;
  min-height: 0;
  overflow: visible;
}
.mix-new-snippet._fluid .mix-new-snippet__plus,
.mix-new-snippet._equipment._fluid .mix-new-snippet__plus {
  height: auto;
  min-height: 0;
  overflow: visible;
  line-height: 19px;
}
.mix-new-snippet._fluid .mix-new-snippet__speed-val,
.mix-new-snippet._equipment._fluid .mix-new-snippet__speed-val {
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 17px;
}
.mix-new-snippet._fluid .mix-new-snippet__speed-desc,
.mix-new-snippet._equipment._fluid .mix-new-snippet__speed-desc {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.mix-new-snippet__label {
  position: absolute;
  right: -10px;
  top: -10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.195px;
  line-height: 27px;
}
.mix-new-snippet__what {
  display: inline-block;
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  line-height: 31px;
}
a.mix-new-snippet__what {
  margin-bottom: 7px;
  color: #005b9f;
}
.mix-new-snippet__img {
  height: 80px;
  position: relative;
}
.mix-new-snippet__img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  max-width: 100%;
  max-height: 100%;
}
.mix-new-snippet__title {
  margin-bottom: 11px;
  color: #000000;
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
}
.mix-new-snippet__title._smaller {
  font-size: 27px;
}
.mix-new-snippet._mini .mix-new-snippet__title {
  height: 60px;
  overflow: hidden;
  font-size: 24px;
}
.mix-new-snippet._equipment .mix-new-snippet__title {
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  height: 68px;
  overflow: hidden;
}
.mix-new-snippet__about {
  height: 83px;
  overflow: hidden;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.mix-new-snippet._mini .mix-new-snippet__about,
.mix-new-snippet._phone .mix-new-snippet__about {
  height: auto;
  margin-bottom: 22px;
}
.mix-new-snippet._phone .mix-new-snippet__about {
  height: 38px;
  overflow: hidden;
}
.mix-new-snippet._equipment .mix-new-snippet__about {
  height: 95px;
  margin-bottom: 18px;
}
.mix-new-snippet__plus {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.mix-new-snippet._equipment .mix-new-snippet__plus {
  margin-bottom: 18px;
  height: 96px;
  overflow: hidden;
}
.mix-new-snippet__separator {
  border-top: 1px solid #dedfe1;
  margin: 44px 0px 44px 0px;
}
.mix-new-snippet._mini .mix-new-snippet__separator,
.mix-new-snippet._phone .mix-new-snippet__separator {
  margin-bottom: 34px;
}
.mix-new-snippet__price {
  position: relative;
  color: #000000;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 9px;
}
.mix-new-snippet__price b {
  color: #000000;
  font-size: 50px;
  font-weight: 400;
  line-height: 30px;
}
.mix-new-snippet__price-sub {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  min-height: 40px;
}
.mix-new-snippet._equipment .mix-new-snippet__price {
  line-height: 65px;
}
.mix-new-snippet__oldprice {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
}
.mix-new-snippet__oldprice > span {
  position: relative;
}
.mix-new-snippet__oldprice > span:after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: 9px;
  border-top: 1px solid #f24126;
}
.mix-new-snippet__oldprice.__above {
  bottom: 110%;
}
.mix-new-snippet._equipment .mix-new-snippet__oldprice {
  line-height: 18px;
}
.mix-new-snippet__button {
  margin-bottom: 20px;
}


.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hidden-text {
  font: 0px/0 a;
}
.pseudo-link {
  text-decoration: none;
  border-bottom: 1px dotted;
  cursor: pointer;
}
.pseudo-link:hover {
  text-decoration: none;
}
.clear-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.left {
  float: left;
}
