

/* Start:/local/templates/template2016/css/datapicker.css?152770492021526*/
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title, .datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:focus {
  outline: none;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.datepicker--day-name {
  color: #8dca2e;
}

.datepicker--day-name.-weekend- {
  color: #3c9032;
}

.datepicker--cell {
  border-radius: 2px;
}

.datepicker--cell.-other-month- {
  color: #cccccc;
}

.datepicker--cell.-current- {
  color: #23b6d6;
}

.datepicker--cell.-focus- {
  background-color: #6ad1e8;
  color: white;
}

.datepicker--cell.-focus-.-current-, .datepicker--cell.-focus-.-other-month- {
  color: white;
}

.datepicker--cell.-focus-.-selected- {
  background-color: #00c6f0;
}

/* End */


/* Start:/local/templates/template2016/css/popup.css?152770492016027*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #ffffff;
  opacity: 0.7;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  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;
  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: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  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;
  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: 2px;
  top: 2px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 24px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close-btn-in .mfp-close {
  color: #23b6d6;
}

.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%;
  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;
  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;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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;
    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 all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*

====== Move-slide-bottom effect ======

* Fade-move animation for second dialog
*/
/* at start */
.my-mfp-slide-bottom .popup {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .popup {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .popup {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.7;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-notfound {
  font-size: 18px;
  padding: 10px 10px;
  background: #ca1b51;
  color: white;
  border-radius: 3px;
}

.popup {
  background: white;
  text-align: left;
  max-width: 555px;
  margin: 40px auto;
  position: relative;
  border: 4px solid #23b6d6;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.popup__in {
  padding: 13px 16px 15px;
}

.popup__in::after {
  content: '';
  display: table;
  clear: both;
}

.popup__title {
  font-size: 18px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}

.popup__rem {
  margin-bottom: 11px;
}

.popup__stitle {
  font-size: 18px;
  margin: 0 0 8px;
}

.popup__cnt {
  margin-top: 13px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede;
}

.popup__buttons {
  margin-top: 20px;
  margin-bottom: 4px;
}

.popup__buttons::after {
  content: '';
  display: table;
  clear: both;
}

.popup__button {
  float: left;
  width: 262px;
}

.popup__continue {
  float: right;
  margin-top: 15px;
  margin-right: 4px;
  text-decoration: none;
}

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

.popup__cancel {
  display: inline-block;
  margin-top: 10px;
  margin-left: 26px;
  text-decoration: none;
}

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

.popup__status {
  background-color: #f1f1f1;
  padding: 14px 25px 18px;
  margin: -20px -16px 30px;
}

.popup__status-title {
  display: inline-block;
  margin-right: 28px;
}

.popup__status-item {
  display: inline-block;
  margin-right: 15px;
}

.popup__status-item_green {
  color: #00ad4d;
}

.popup__status-item_red {
  color: #ca1b51;
}

.popup__status-icon {
  display: inline-block;
  font-size: 11px;
  margin-right: 12px;
}

.popup__status-date {
  float: right;
}

.popup__notice {
  font-size: 13px;
  color: #8c8c8c;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popup.popup_add-comment {
  max-width: 692px;
}

.popup.popup_with-header .mfp-close {
  color: white;
  right: 0;
  top: 1px;
}

.popup.popup_with-header .popup__title {
  font-size: 24px;
  background-color: #23b6d6;
  color: white;
  margin: -13px -16px 20px -16px;
  padding: 8px 15px 14px;
  border-bottom: 0;
}
.popup.popup_add-to-basket img {
  display: block;
}

.popup.popup_add-to-basket .popup__items {
  display: table;
  width: 100%;
}

.popup.popup_add-to-basket .popup__item {
  display: table-row;
}

.popup.popup_add-to-basket .popup__item-col {
  display: table-cell;
  vertical-align: middle;
  padding: 14px 0 14px;
  border-bottom: 1px solid #dedede;
}

.popup.popup_add-to-basket .popup__item-col_image {
  width: 120px;
}

.popup.popup_add-to-basket .popup__item-col_name {
  padding-right: 10px;
}

.popup.popup_add-to-basket .popup__item-col_price {
  width: 132px;
}

.popup.popup_add-to-basket .popup__item-col_price:last-child {
  width: 170px;
}

.popup.popup_add-to-basket .popup__item-col_discount {
  width: 79px;
}

.popup.popup_add-to-basket .popup__item-title {
  text-decoration: none;
}

.popup.popup_add-to-basket .popup__item-title:hover {
  text-decoration: underline;
}

.popup.popup_add-to-basket .popup__item-type {
  font-size: 13px;
  margin-top: 7px;
  margin-bottom: 9px;
}

.popup.popup_add-to-basket .popup__price-old {
  text-decoration: line-through;
  color: #8c8c8c;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 3px;
  margin-left: 2px;
}

.popup.popup_add-to-basket .popup__price {
  font-size: 20px;
  margin-bottom: 10px;
}

.popup.popup_add-to-basket .popup__cur {
  font-size: 13px;
}

.popup.popup_add-to-basket .popup__button {
  margin-left: 4px;
}

.popup.popup_bonus-refill {
  max-width: 470px;
}

.popup.popup_bonus-refill .popup__in {
  padding: 13px 24px 29px;
}

.popup.popup_bonus-refill .popup__cnt {
  margin-bottom: 20px;
  padding: 0 2px 16px;
  max-width: 364px;
}

.popup.popup_bonus-refill .popup__title {
  margin: -13px -24px 23px !important;
}

.popup.popup_bonus-refill .popup__rem {
  margin-bottom: 19px;
  padding: 0 2px;
}

.popup.popup_order-delivery {
  max-width: 660px;
}

.popup.popup_order-delivery .popup__title {
  margin-bottom: 30px;
}

.popup.popup_order-delivery .popup__in {
  padding-bottom: 29px;
}

.popup.popup_order-detail {
  max-width: 800px;
}

.popup.popup_order-detail .striped-table {
  margin-bottom: 29px;
}

.popup.popup_order-detail .striped-table__td:first-child {
  width: 200px;
}

.popup.popup_order-detail .popup__stitle {
  font-size: 18px;
  margin: 0 8px 16px;
}

.popup.popup_order-detail .popup__in {
  padding-bottom: 26px;
}

.popup.popup_remove-key {
  max-width: 563px;
}

.popup.popup_remove-key .popup__button {
  margin-right: 14px;
}

.popup.popup_subscription .popup__button {
  width: 175px;
}

.popup.popup_subscription .popup__input {
  width: 277px;
}

.popup.popup_subscription .popup__right-link {
  float: right;
  margin-top: 7px;
  text-decoration: none;
}

.popup.popup_subscription .popup__right-link:hover {
  text-decoration: underline;
}

.popup.popup_with-header .mfp-close {
  color: white;
  right: 0;
  top: 4px;
}

.popup.popup_with-header .popup__title {
  font-size: 24px;
  background-color: #23b6d6;
  color: white;
  margin: -13px -16px 20px -16px;
  padding: 11px 15px 17px;
  border-bottom: 0;
}

.popup.popup_birthday {
  max-width: 460px;
}

.popup.popup_birthday .popup__title {
  margin: -13px -26px 28px;
}

.popup.popup_birthday .popup__in {
  padding: 13px 26px 25px;
}

.popup.popup_birthday .popup__rem {
  margin-bottom: 19px;
}

.popup.popup_birthday .popup__fi {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 16px 0;
  margin-bottom: 10px;
}

.popup.popup_birthday .popup__fi-label {
  float: left;
  margin-right: 10px;
  margin-top: 9px;
  margin-bottom: 6px;
}

.popup.popup_birthday .popup__fi-input_day {
  width: 62px;
}

.popup.popup_birthday .popup__fi-input_month {
  width: 162px;
}

.popup.popup_birthday .popup__submit {
  margin-top: 10px;
}

.popup.popup_birthday .popup__textarea {
  clear: both;
}

.popup.popup_invite-friend {
  max-width: 410px;
}

.popup.popup_invite-friend .popup__title {
  margin: -13px -26px 28px;
}

.popup.popup_invite-friend .popup__in {
  padding: 13px 26px 25px;
}

.popup.popup_invite-friend .popup__notice {
  margin-bottom: 30px;
}

.popup.popup_invite-friend .popup__fi {

}

.popup.popup_invite-friend .popup__fi::after {
  content: '';
  display: table;
  clear: both;
}

.popup.popup_invite-friend .popup__fi-input {
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  padding-bottom: 15px;
}

.popup.popup_invite-friend .popup__fi-input .input-text__error-text {
  top: 37px;
  bottom: auto;
}

.popup.popup_invite-friend .popup__fi-label {
  float: left;
  margin-right: 10px;
  margin-top: 9px;
  margin-bottom: 6px;
}

.popup.popup_invite-friend .popup__submit {
  margin-top: 10px;
}

.popup.popup_invite-friend .popup__textarea {
  clear: both;
}

.popup.popup_refill {
  max-width: 470px;
}

.popup.popup_refill .radiobutton-round {
  margin-top: 6px;
}

.popup.popup_refill .radiobutton-round:first-child {
  margin-top: 0;
}

.popup.popup_refill .radiobutton-round:last-child {
  margin-top: 3px;
}

.popup.popup_refill .popup__in {
  padding: 13px 24px 29px;
}

.popup.popup_refill .popup__cnt {
  padding: 0 2px 5px;
  margin: 13px -8px 20px;
}

.popup.popup_refill .popup__cnt-in {
  max-width: 364px;
  padding: 0 8px;
}

.popup.popup_refill .popup__title {
  margin: -13px -24px 23px !important;
}

.popup.popup_refill .popup__notice {
  border-bottom: 1px solid #dcdcdc;
  margin: 26px -8px -6px;
  padding: 0 8px 16px;
}

.popup.popup_refill .popup__rem {
  margin-bottom: 19px;
  padding: 0 2px;
}

.popup.popup_graphic-key {
  max-width: 660px;
}

.popup.popup_graphic-key .popup__in {
  padding: 13px 26px 24px;
}

.popup.popup_graphic-key .popup__title {
  margin: -13px -26px 26px;
}

.popup.popup_graphic-key .popup__img {
  max-width: 100%;
}

.popup.popup_graphic-key .popup__rem {
  font-size: 18px;
  margin-bottom: 29px;
}
/* End */


/* Start:/local/templates/template2016/css/fold.css?15277049203857*/
.fold {
  margin: 18px 0;
  overflow: hidden;
  padding-bottom: 1px;
}
.fold:last-child {
  margin-bottom: 0;
}
.fold_folded > .fold__head {
  background-color: white;
  border-color: #6ad1e8;
}
.fold_folded > .fold__head .fold__stat-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fold_folded > .fold__head .fold__stat-texts-in {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fold_folded > .fold__body .fold__body-in {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.fold__head {
  min-height: 53px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  padding: 13px 120px 13px 18px;
  cursor: pointer;
  color: #0088b5;
  z-index: 1;
  background-color: #ebebeb;
}
.fold__head:hover {
  color: white;
  background-color: #23b6d6;
  border-color: #23b6d6;
}
.fold__head:hover .fold__stat-texts {
  color: white;
}
.fold__head:hover .fold__stat-icon {
  color: white;
}
.fold__title {
  font-size: 20px;
}
.fold__stat {
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -8px;
  padding-right: 29px;
}
.fold__stat-texts {
  font-size: 13px;
  color: #6ad1e8;
  height: 16px;
  text-align: right;
  overflow: hidden;
}
.fold__stat-texts-in {
  -webkit-transition: transform 0.3s linear 0s;
  -moz-transition: transform 0.3s linear 0s;
  -o-transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fold__stat-icon {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  color: #23b6d6;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: transform 0.3s linear 0s;
  -moz-transition: transform 0.3s linear 0s;
  -o-transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
}
.fold__body {
  display: none;
}
.fold__body-in {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: transform 0.3s linear 0s;
  -moz-transition: transform 0.3s linear 0s;
  -o-transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
  padding: 11px 0 13px 20px;
}

.fold_small {
  margin: 25px 0 25px -4px;
}
.fold_small .fold__title {
  font-size: 16px;
}
.fold_small .fold__head {
  min-height: 47px;
}
.fold_small .fold__body-in {
  padding: 14px 0 0 19px;
}
.fold_small > .fold__head {
  background-color: #6ad1e8;
  border-color: #6ad1e8;
  color: white;
}
.fold_small > .fold__head .fold__stat-texts {
  color: white;
}
.fold_small > .fold__head .fold__stat-icon {
  color: white;
}
.fold_small.fold_folded > .fold__head {
  background-color: white;
  border-color: #6ad1e8;
  color: #0088b5;
}
.fold_small.fold_folded > .fold__head .fold__stat-texts {
  color: #6ad1e8;
}
.fold_small.fold_folded > .fold__head .fold__stat-icon {
  color: #23b6d6;
}

.fold.fold_small .fold__head:hover {
  color: white;
  background-color: #23b6d6;
  border-color: #23b6d6;
}
.fold.fold_small .fold__head:hover .fold__stat-texts {
  color: white;
}
.fold.fold_small .fold__head:hover .fold__stat-icon {
  color: white;
}
/* End */


/* Start:/static/js/libs/jquery-ui-1.12.1/jquery-ui.min.css?15277049193516*/
/*! jQuery UI - v1.12.1 - 2016-11-22
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.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-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}

.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: 0
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}

.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
}

.ui-menu-icons {
  position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30)
}
/* End */


/* Start:/static/css/bitrix.css?15277049191436*/
/*.action-detail__image {
        display: none;
    }*/
.action-detail__text .picture_right {
    width:100%;
    text-align: center;
    margin: 25px 0;
}
.action-detail__text .picture_right img{
    max-width:705px;
}
.action-detail__text .picture_right p {
    margin-top:10px;
    font-style: italic;
}
.action-detail__text blockquote {
    font-size:17px;
    margin: 20px 0;
    border-left: 5px solid #6ad1e8;
    padding-left: 10px;
    font-style: italic;
}
.action-detail__title.h1, .action-detail__text h2, .action-detail__text h3, .action-detail__text h4, .action-detail__text h5 {
    font-weight: bold;
    margin: 25px 0 5px;
}
.action-detail__title.h1 { font-size:24px; }
.action-detail__text h2 { font-size:22px; }
.action-detail__text h3 { font-size:20px; }
.action-detail__text h4 { font-size:18px; }
.action-detail__text h5 { font-size:17px; }
.action-detail__text ol { list-style: decimal; }
.action-detail__text ul { list-style: disc; }
div.action-detail__text ul li::before { display: none; }
div.action-detail__text ol, div.action-detail__text ul {
    padding: 10px 0 10px 25px;
    margin: 0;
}
div.action-detail__text ul li, div.action-detail__text ol li {
    padding-left:5px;
}
.action-detail__text p {
    line-height: 1.5em;
    margin: 10px 0;
}
.action-detail__text strong {
    font-weight: bold;
}
.action-detail__text em {
    font-style: italic;
}
/* End */


/* Start:/local/templates/template2016/components/bitrix/menu/top/style.css?1527704920236*/
.menu-top {
  font-size: 13px;
}

.menu-top::after {
  content: '';
  display: table;
  clear: both;
}

.menu-top__item {
  float: left;
  margin-right: 1.55em;
  margin-top: 1.1em;
}

.menu-top__item:hover {
  text-decoration: none;
}

/* End */


/* Start:/local/templates/template2016/components/bitrix/system.auth.form/.default/style.css?15277049205700*/
.top-auth::after {
  content: '';
  display: table;
  clear: both;
}

.top-auth__buttons::after {
  content: '';
  display: table;
  clear: both;
}

.top-auth__handler {
  display: none;
}

.top-auth__button {
  color: #0088b5;
  text-decoration: none;
  height: 38px;
  line-height: 35px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  text-align: center;
  float: left;
  background-color: white;
  font-size: 13px;
  border-radius: 4px;
  margin: 3px 0 3px 3px;
  padding: 0 24px;
}

.top-auth__button_register {
  background-color: #6ad1e8;
  color: white;
  border-color: transparent;
  padding: 0 22px;
}

.top-auth__avatar {
  float: left;
  height: 49px;
  line-height: 47px;
  margin-right: 8px;
  position: relative;
  min-width: 24px;
}

.top-auth__icon-user {
  font-size: 24px;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 13px;
  color: #b4b4b4;
}

.top-auth__image {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.top-auth__name {
  font-size: 13px;
  padding-top: 17px;
  position: relative;
  overflow: hidden;
}

.top-auth__exit {
  float: right;
  font-size: 24px;
  height: 49px;
  line-height: 49px;
  margin-right: 11px;
  padding: 0 4px;
  color: #23b6d6;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.top-auth.top-auth_mobile {
  width: 33.33333%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
}

@media (max-width: 969px) {
  .top-auth.top-auth_mobile {
    width: 8.33333%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 749px) {
  .top-auth.top-auth_mobile {
    width: 16.66667%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 480px) and (max-width: 749px) {
  .top-auth.top-auth_mobile {
    margin-left: 0;
  }
}

.top-auth.top-auth_mobile .top-auth__button {
  height: 54px;
  line-height: 51px;
  font-size: 15px;
  width: 41.9%;
}

.top-auth.top-auth_mobile .top-auth__button_register {
  width: 56%;
}

@media (max-width: 969px) {
  .top-auth.top-auth_mobile .top-auth__buttons {
    display: none;
  }
}

.top-auth.top-auth_mobile .top-auth__handler {
  padding-top: 12px;
  text-align: center;
  height: 59px;
}

@media (max-width: 969px) {
  .top-auth.top-auth_mobile .top-auth__handler {
    display: block;
  }
}

.top-auth.top-auth_mobile .top-auth__handler-button {
  font-size: 36px;
  color: #6ad1e8;
}

.menu-auth {
  position: relative;
}

.menu-auth__toggle {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  height: 44px;
  color: #0088b5;
  font-size: 13px;
  padding: 0 15px 1px 8px;
  line-height: 43px;
  transition: background 0.1s linear, color 0.1s linear;
}

.menu-auth__toggle::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
  outline: none !important;
}

.menu-auth__toggle::after {
  content: '';
  display: table;
  clear: both;
}

.menu-auth__avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  width: 34px;
  height: 34px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  padding: 1px;
}

.menu-auth__icon-user {
  font-size: 32px;
  color: #6ad1e8;
  transition: color 0.1s linear;
}

.menu-auth__text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.menu-auth__popup {
  position: absolute;
  right: 0;
  top: 44px;
  z-index: 999;
  background-color: white;
  margin-left: 7px;
  border: 3px solid #00c6f0;
  padding-top: 3px;
  padding-bottom: 3px;
  min-width: 262px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear, top 0s linear;
  -webkit-transition-delay: 0s, 0.2s, 0s, 0.2s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, top 0s linear 0.2s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s, top 0s linear 0.2s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s, top 0s linear 0.2s, -webkit-transform 0.2s linear 0s;
}

.menu-auth__link {
  display: block;
  height: 36px;
  line-height: 35px;
  text-decoration: none;
  padding: 0 13px;
}

.menu-auth__link:hover {
  background-color: #00c6f0;
  color: white;
}

.menu-auth__link:hover .menu-auth__exit {
  color: white;
}

.menu-auth__sep {
  border-top: 1px solid #c6eff4;
  margin-top: 2px;
  padding-bottom: 2px;
}

.menu-auth__exit {
  font-size: 24px;
  float: right;
  margin-top: 6px;
  color: #23b6d6;
}

.menu-auth:hover .menu-auth__toggle, .menu-auth_visible .menu-auth__toggle {
  background: #00c6f0;
  color: white;
}

.menu-auth:hover .menu-auth__icon-user, .menu-auth_visible .menu-auth__icon-user {
  color: white;
}

.menu-auth_visible .menu-auth__popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

/* End */


/* Start:/local/components/ws/location.selection/templates/.default/style.css?15277049192895*/
.wherere-you-from {
  width: 375px;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  position: absolute;
  top: 54px;
  background-color: white;
  left: 0;
  box-sizing: border-box;
  z-index: 203;
  padding: 27px 33px 24px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.wherere-you-from::before, .wherere-you-from::after {
  content: '';
  border-left: 7px inset transparent;
  border-right: 7px inset transparent;
  border-bottom: 10px solid #d5d5d5;
  position: absolute;
  left: 175px;
  top: -10px;
}

.wherere-you-from::after {
  border-bottom-color: white;
  top: -9px;
}

.wherere-you-from_visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.wherere-you-from__city {
  font-size: 18px;
  margin-bottom: 17px;
}

.wherere-you-from__buttons {
  margin-bottom: 24px;
}

.wherere-you-from__button {
  width: auto !important;
  margin-right: 41px !important;
  padding: 0 35px !important;
}

.wherere-you-from__not {
  font-size: 15px;
  display: inline-block;
}

.wherere-you-from__rem {
  font-size: 13px;
  color: #999999;
}

.city-selector {
  width: 16.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 13px;
  position: relative;
}

.city-selector__button {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: black;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
}

.city-selector__title {
  display: inline-block;
  border-bottom: 1px dashed #c3c3c3;
  vertical-align: middle;
  font-size: 13px;
}

.city-selector__icon {
  display: inline-block;
  color: #8dca2e;
  vertical-align: middle;
  font-size: 16px;
}

.wherere-you__close {
  position: absolute;
  right: 17px;
  top: 16px;
  font-size: 16px;
  cursor: pointer;
}

.ui-widget.ui-autocomplete {
  border: 1px solid #23b6d6;
}

.ui-autocomplete .ui-state-active {
  background: #23b6d6;
  border: 1px solid #23b6d6;
}

.ui-autocomplete .ui-menu-item {
  background: #fff;
}

.city-selector {
  position: relative;
  font-size: 13px;
}
/* End */


/* Start:/local/components/widgets/button/templates/.default/style.css?15277049195279*/
.button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  color: white;
  font-size: 18px;
  margin: 0;
  padding: 0;
  display: inline-block;
  background: -owg-linear-gradient(#35b7d3, #17abcb);
  background: -webkit-linear-gradient(#35b7d3, #17abcb);
  background: -moz-linear-gradient(#35b7d3, #17abcb);
  background: -o-linear-gradient(#35b7d3, #17abcb);
  -pie-background: -pie-linear-gradient(#35b7d3, #17abcb);
  background: linear-gradient(#35b7d3, #17abcb);
  border-bottom: 2px solid #0c90b9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.button::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
  outline: none !important;
}

.button__icon {
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  position: relative;
  margin-right: 11px;
  margin-left: -4px;
}

.button_big {
  height: 51px;
  line-height: 50px;
  font-size: 24px;
}

.button_biggest {
  height: 70px;
  line-height: 69px;
  font-size: 28px;
}

.button_gray {
  color: #0088b5;
  border-radius: 0;
  background: #f1f1f1;
  border: 0;
}

.button_green {
  background: -owg-linear-gradient(#44af47, #2ea639);
  background: -webkit-linear-gradient(#44af47, #2ea639);
  background: -moz-linear-gradient(#44af47, #2ea639);
  background: -o-linear-gradient(#44af47, #2ea639);
  -pie-background: -pie-linear-gradient(#44af47, #2ea639);
  background: linear-gradient(#44af47, #2ea639);
  border-bottom-color: #1c7d1a;
}

.button_light-green {
  background: -owg-linear-gradient(#73c21e, #64b00c);
  background: -webkit-linear-gradient(#73c21e, #64b00c);
  background: -moz-linear-gradient(#73c21e, #64b00c);
  background: -o-linear-gradient(#73c21e, #64b00c);
  -pie-background: -pie-linear-gradient(#73c21e, #64b00c);
  background: linear-gradient(#73c21e, #64b00c);
  border-bottom-color: #408e15;
}

.button_orange {
  background: -owg-linear-gradient(#f27e30, #e66813);
  background: -webkit-linear-gradient(#f27e30, #e66813);
  background: -moz-linear-gradient(#f27e30, #e66813);
  background: -o-linear-gradient(#f27e30, #e66813);
  -pie-background: -pie-linear-gradient(#f27e30, #e66813);
  background: linear-gradient(#f27e30, #e66813);
  border-bottom-color: #c33d00;
}

.button_orange-flat {
  background: #ff8226;
  border-bottom-color: #ff8226;
  text-decoration: underline;
}

.button_size-auto {
  width: auto;
  padding: 0 26px;
}

.button_size-auto.button_big {
  padding: 0 49px;
}

.button_size-xxs {
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}

.button_size-xxs.button_size-auto {
  padding: 0 18px;
}

.button_size-xxs .button__icon {
  font-size: 20px;
  margin-right: 8px;
  margin-left: -12px;
}

.button_small {
  height: 40px;
  line-height: 39px;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.button_small .button__icon {
  font-size: 17px;
  margin-right: 6px;
  margin-left: 0;
}

.button_small-text {
  font-size: 13px;
  letter-spacing: 0;
}

.button_smaller {
  height: 36px;
  line-height: 35px;
  font-size: 13px;
  border-bottom: 0;
}

.button__icon {
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  position: relative;
  margin-right: 11px;
  margin-left: -4px
}

.button_without-border {
  border-bottom: 0;
}

.button-buy-small {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  vertical-align: middle;
  color: #43af47;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  height: 28px;
  line-height: 27px;
  font-size: 13px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}

.button-buy-small::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
  outline: none !important;
}

.button-buy-small__icon {
  font-size: 24px;
}

.button-buy-small__text-in, .button-buy-small__text-out {
  display: none;
}

.button-buy-small:hover {
  color: #8dca2e;
}

.button-buy-small_in-basket {
  background-color: #43af47;
  color: white;
  padding: 0 11px 0 4px;
}

.button-buy-small_in-basket:hover {
  color: white;
}

.button-buy-small_in-basket .button-buy-small__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.button-buy-small_in-basket .button-buy-small__text-in {
  display: none;
}

.button-buy-small_in-basket .button-buy-small__text-out {
  display: inline;
}

.button-buy-small_with-text {
  padding: 0 11px 0 4px;
}

.button-buy-small_with-text .button-buy-small__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.button-buy-small_with-text .button-buy-small__text-in {
  display: inline;
}

.button-buy-small_in-basket .button-buy-small__text-in {
  display: none;
}

.button:disabled {
  opacity: 0.5;
  cursor: default;
}
/* End */


/* Start:/local/components/ws/location.favorite/templates/.default/style.css?15277049192899*/
.city-popup {
  z-index: 203;
  position: absolute;
  top: 0;
  left: 0;
  width: 487px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0s, 0.2s, 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.city-popup_visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.city-popup__header {
  height: 48px;
  background-color: #23b6d6;
  position: relative;
  color: white;
}

.city-popup__title {
  vertical-align: middle;
  padding: 12px 40px 0 15px;
}

.city-popup__title-icon {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.city-popup__title-text {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}

.city-popup__close {
  position: absolute;
  right: 17px;
  top: 16px;
  font-size: 16px;
  cursor: pointer;
}

.city-popup__body {
  border: 4px solid #23b6d6;
  border-top: 0;
  background-color: white;
  padding: 20px 12px 28px 25px;
}

.city-popup__city {
  font-size: 18px;
  margin-bottom: 18px;
}

.city-popup__rem {
  font-size: 13px;
  margin-bottom: 24px;
}

.city-popup__cities {
  font-size: 13px;
  margin-bottom: 35px;
}

.city-popup__cities::after {
  content: '';
  display: table;
  clear: both;
}

.city-popup__col {
  float: left;
  width: 36%;
  box-sizing: border-box;
  padding-left: 15px;
}

.city-popup__col:first-child {
  padding-left: 0;
  width: 34%;
}

.city-popup__col:last-child {
  width: 30%;
}

.city-popup__city-item {
  margin-bottom: 13px;
}

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

.city-popup__city-selector {
  text-decoration: none;
}

.city-popup__city-selector:hover {
  text-decoration: underline;
}

.city-popup__form {
  padding-right: 23px;
}

.city-popup__button {
  float: right !important;
  width: 120px !important;
  margin-left: 4px !important;
}

.city-popup__input {
  position: relative;
  overflow: hidden;
}
/* End */


/* Start:/local/templates/template2016/components/bitrix/sale.basket.basket.small/.default/style.css?15277049204901*/
.basket {
	position: relative;
	will-change: transform, opacity;
	z-index: 202;
}

.basket__wr {
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	z-index: 14;
	background: #8dca2e;
	height: 100%;
	transition: width 0.15s linear 0.15s, border-radius 0.15s linear 0.15s, color 0.15s linear 0s;
	border-radius: 19px;
	font-size: 13px;
	padding: 11px 0 0 12px;
	color: #8dca2e;
}

.basket__button {
	height: 38px;
	line-height: 35px;
	color: white;
	border-radius: 19px;
	padding-left: 11px;
	padding-right: 7px;
	z-index: 15;
	position: relative;
	cursor: pointer;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.basket__icon {
	vertical-align: middle;
	display: inline-block;
	font-size: 24px;
	width: 24px;
	margin-right: 1px;
}

.basket__text {
	vertical-align: middle;
	display: inline-block;
	font-size: 13px;
	color: #ccff99;
}

.basket__tprice {
	font-size: 13px;
	display: inline-block;
	position: relative;
	top: 1px;
}

.basket__count {
	float: right;
	height: 24px;
	line-height: 24px;
	min-width: 24px;
	border-radius: 12px;
	padding: 0 3px;
	color: black;
	background-color: white;
	text-align: center;
	margin-top: 7px;
	font-size: 13px;
}

.basket__cor {
	font-size: 16px;
	vertical-align: middle;
	margin-top: 14px;
	float: right;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.basket__popup {
	position: absolute;
	top: 22px;
	right: 0;
	width: 292px;
	box-sizing: border-box;
	border: 3px solid #8dca2e;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	border-bottom-width: 12px;
	padding: 26px 12px 15px;
	background-color: white;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
	-webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear, top 0s linear;
	-webkit-transition-delay: 0s, 0.2s, 0s, 0.2s;
	transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, top 0s linear 0.2s, -webkit-transform 0.2s linear 0s;
	transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s, top 0s linear 0.2s;
	transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s, top 0s linear 0.2s, -webkit-transform 0.2s linear 0s;
}

.basket__prod-list {
	margin-bottom: 13px;
}

.basket__product-wr {
	position: relative;
}

.basket__product-icon {
	width: 24px;
	height: 24px;
	background-color: white;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: -9px;
	color: #cccccc;
	cursor: pointer;
	z-index: 1;
}

.basket__product-icon:hover {
	color: #cccccc;
}

.basket__product-icon:hover + .basket__product {
	opacity: 0.33;
}

.basket__icon-remove {
	position: absolute;
	top: 1px;
	left: 1px;
	font-size: 22px;
}

.basket__product {
	transition: opacity 0.2s linear;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.basket__product::after {
	content: '';
	display: table;
	clear: both;
}

.basket__image {
	float: left;
	padding-top: 15px;
	margin-right: 4px;
}

.basket__cnt {
	position: relative;
	overflow: hidden;
	height: 92px;
	line-height: 88px;
	font-size: 15px;
}

.basket__cnt-in {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

.basket__type {
	font-size: 13px;
	margin-top: 1px;
}

.basket__price {
	margin-top: 6px;
}

.basket__close {
	border-radius: 0 0 24px 24px;
	width: 48px;
	height: 24px;
	position: absolute;
	bottom: -36px;
	left: 50%;
	margin-left: -24px;
	background-color: #8dca2e;
	text-align: center;
	cursor: pointer;
	display: block;
}

.basket__close-icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: white;
	display: inline-block;
	position: relative;
	top: -1px;
	font-size: 16px;
}

.basket_visible .basket__popup {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear;
	-webkit-transition-delay: 0.15s, 0.15s, 0.15s;
	transition: opacity 0.2s linear 0.15s, visibility 0s linear 0.15s, -webkit-transform 0.2s linear 0.15s;
	transition: opacity 0.2s linear 0.15s, visibility 0s linear 0.15s, transform 0.2s linear 0.15s;
	transition: opacity 0.2s linear 0.15s, visibility 0s linear 0.15s, transform 0.2s linear 0.15s, -webkit-transform 0.2s linear 0.15s;
}

.basket_visible .basket__wr {
	width: 292px;
	border-radius: 6px 6px 3px 3px;
	color: white;
	transition: width 0.15s linear, border-radius 0.15s linear, color 0.15s linear 0.15s;
}

.basket__text_empty {
	color: #ccff99;
}

.basket__button_empty {
	cursor: default;
}

.basket__icon-remove:hover {
	color: #ca1b51;
}
/* End */


/* Start:/local/templates/template2016/components/bitrix/menu/catalog/style.css?15277049205195*/
.menu-left {
  font-size: 15px;
  width: 22.44898%;
  float: left;
  margin-left: 1.27551%;
  margin-right: 1.27551%;
  margin-left: 15px;
  margin-right: 14px;
  position: relative;
}

.menu-left__selector {
  font-size: 15px;
  background-color: #6ad1e8;
  border-radius: 4px;
  color: white;
  padding: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 204;
}

.menu-left__selector-text {
  padding-right: 20px;
}

.menu-left__selector-icon {
  position: absolute;
  right: 12px;
  top: 18px;
  font-size: 13px;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.menu-left__list {
  border: 3px solid #71d8e4;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  padding: 3px 0;
  background-color: white;
  position: absolute;
  top: -9999px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear, top 0s linear;
  -webkit-transition-delay: 0s, 0.2s, 0s, 0.2s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, top 0s linear 0.2s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s, top 0s linear 0.2s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s, top 0s linear 0.2s, -webkit-transform 0.2s linear 0s;
  z-index: 202;
}

.menu-left__link {
  text-decoration: none;
  height: 36px;
  line-height: 35px;
  padding: 0 11px;
  display: block;
}

.menu-left__item {
  position: relative;
}

.menu-left__item_m {
  margin: 4px;
}

.menu-left__item_m:first-child {
  margin-top: 0;
}

.menu-left__item_m .menu-left__link {
  padding: 0 10px;
}

.menu-left__item_color-load {
  background-color: #23b6d6;
}

.menu-left__item_color-load .menu-left__link {
  color: white;
}

.menu-left__item_color-delivery-round {
  background-color: #8dca2e;
}

.menu-left__item_color-delivery-round .menu-left__link {
  color: white;
}

.menu-left__item_bnr {
  padding: 4px 4px 0;
  border-top: 1px solid #71d8e4;
  margin-top: 17px;
}

.menu-left__item_bnr .menu-left__link {
  color: white;
  height: auto;
  line-height: 1.2;
  background-color: #43af47;
  padding: 10px 10px;
}

.menu-left__item:hover .menu-left__link {
  background-color: #00c6f0;
  color: white;
}

.menu-left__item:hover .menu-left__subitems {
  display: block;
}

.menu-left__item:hover .menu-left__icon-show {
  color: white;
}

.menu-left__icon-show {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 1;
  position: absolute;
  right: 9px;
  top: 11px;
  font-size: 13px;
  color: #23b6d6;
}

.menu-left__icon {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -3px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.menu-left__subitems {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  background-color: white;
  margin-left: 7px;
  display: none;
  border: 3px solid #00c6f0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  padding-top: 3px;
  padding-bottom: 3px;
  min-width: 211px;
}

.menu-left__subitems::before {
  content: '';
  height: 36px;
  width: 10px;
  left: -12px;
  background-color: #00c6f0;
  position: absolute;
  top: -3px;
}

.menu-left__sitem {
  margin: 0 3px;
  white-space: nowrap;
}

.menu-left__slink {
  display: block;
  height: 36px;
  line-height: 35px;
  text-decoration: none;
  padding: 0 12px;
}

.menu-left__slink:hover {
  background-color: #00c6f0;
  color: white;
}

.menu-left__sep {
  border-top: 3px solid #71d8e4;
  margin: 3px 0;
}

.menu-left_visible .menu-left__list, .menu-left_visible-always .menu-left__list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
  top: 46px;
}

.menu-left_visible .menu-left__selector, .menu-left_visible-always .menu-left__selector {
  border-radius: 4px 4px 0 0;
}

.menu-left_visible .menu-left__selector-icon, .menu-left_visible-always .menu-left__selector-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-left_visible-always .menu-left__selector {
  cursor: default;
}

.menu-left_visible-always .menu-left__selector-icon {
  display: none;
}

.menu-root-catalog{
  color: white;
  text-decoration: none;
  width: 90%;
  display: block;
}
/* End */


/* Start:/local/components/custom/search.form/templates/.default/style.css?15277049191056*/
.search-top__in {
  background-color: #23b6d6;
  height: 46px;
  border-radius: 4px;
}

.search-top__section {
  width: 210px;
  float: left;
}

.search-top__input {
  height: 40px;
  border-radius: 0;
  background-color: white;
  border: 0;
  display: block;
  box-sizing: border-box;
  margin-top: 3px;
  font-size: 15px;
  font-family: inherit;
  color: black;
  padding: 12px 10px;
  outline: none;
  width: 100%;
}

.search-top__input-out {
  position: relative;
  overflow: hidden;
}

.search-top__input::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}

.search-top__input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.search-top__input:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}

.search-top__input::placeholder {
  color: #999999;
  opacity: 1;
}

.search-top__submit {
  float: right;
  width: 68px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: 0;
  margin-top: 3px;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
/* End */


/* Start:/local/components/widgets/select/templates/.default/style.css?15277049193665*/
.select {
  height: 36px;
  box-sizing: border-box;
  background-color: white;
  position: relative;
  border: 1px solid #23b6d6;
  text-align: left;
}

.select__toggle {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 8px 5px;
  text-align: left;
  font-size: 13px;
  color: #0088b5;
  z-index: 201;
}

.select__toggle::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
  outline: none !important;
}

.select__corner {
  position: absolute;
  right: 7px;
  top: 9px;
  color: #23b6d6;
  font-size: 16px;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.select__dropdown {
  position: absolute;
  z-index: 1044;
  background-color: white;
  border: 1px solid #23b6d6;
  border-top: 0;
  border-radius: 0 0 1px 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear, top 0s linear;
  -webkit-transition-delay: 0s, 0.2s, 0s, 0.2s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, top 0s linear 0.2s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s, top 0s linear 0.2s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s, top 0s linear 0.2s, -webkit-transform 0.2s linear 0s;
  font-size: 13px;
  box-sizing: border-box;
  overflow: auto;
}

.select__dropdown_up {
  border-top: 1px solid #23b6d6;
}

.select__dropdown_visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.select_open .select__corner {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select__option {
  cursor: pointer;
  padding: 4px 5px;
  color: #0088b5;
}

.select__option:hover {
  color: white;
  background-color: #23b6d6;
}

.select.select_big {
  height: 40px;
}

.select.select_big .select__toggle {
  padding: 8px 9px;
  font-size: 15px;
}

.select.select_big .select__corner {
  top: 11px;
}

.select_hsearch {
  height: 46px;
  border-width: 3px;
  border-radius: 3px;
}

.select_hsearch .select__toggle {
  padding: 3px 30px 3px 10px;
  font-size: 15px;
  color: black;
}

.select_hsearch .select__corner {
  top: 14px;
  font-size: 13px;
  right: 12px;
}

.select__dropdown_hsearch {
  left: -4px;
  top: 44px;
  border: 3px solid #23b6d6;
  border-radius: 0 0 3px 3px;
  font-size: 15px;
  margin-top: -3px;
  padding-top: 3px;
  padding-bottom: 3px;
  min-width: 250px;
}

.select__dropdown_hsearch .select__option {
  padding: 4px 10px 5px;
  color: #0088b5;
}

.select__dropdown_hsearch .select__option:hover {
  color: white;
  background-color: #00c6f0;
}

/* End */


/* Start:/local/templates/template2016/components/bitrix/breadcrumb/.default/style.css?1527704920570*/
.breadcrumbs {
  font-size: 13px;
  margin: 22px 0 23px;
  width: 66.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 30px;
  box-sizing: border-box;
}

.breadcrumbs::after {
  content: '';
  display: table;
  clear: both;
}

.breadcrumbs__item {
  float: left;
  position: relative;
  color: #999999;
}

.breadcrumbs__item_link {
  padding-right: 20px;
}

.breadcrumbs__item_link:hover {
  color: #23b6d6;
  text-decoration: none;
}

.breadcrumbs__item_link::after {
  content: '\003E';
  position: absolute;
  right: 5px;
  top: 0;
}
/* End */


/* Start:/local/components/custom/back.link/templates/.default/style.css?1527704919440*/
.back-button {
	margin: 22px 0 23px;
	width: 33.33333%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-right: 30px;
	font-size: 13px;
	text-align: right;
}

.back-button__link {
	position: relative;
	color: #999;
	padding-right: 53px;
	display: inline-block;
}

.back-button__link:hover {
	color: #23b6d6;
	text-decoration: none;
}

.back-button__icon {
	font-size: 41px;
	position: absolute;
	right: 2px;
	top: -11px;
}

/* End */


/* Start:/local/templates/template2016/components/bitrix/main.include/user_panel/style.css?15277049202572*/
.user-panel {
  background-color: #23b6d6;
  z-index: 250;
  color: white;
  font-size: 13px;
  border-top: 1px solid white;
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  height: 51px;
  width: 100%;
}

.user-panel__in {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
}

.user-panel__in:after {
  content: " ";
  display: block;
  clear: both;
}

.user-panel__item_header.user-panel__item {
  color: #6ad1e8;
  font-size: 13px;
  padding-left: 30px;
  padding-top: 17px;
  padding-right: 0;
}

.user-panel__item_header.user-panel__item .user-panel__nn {
  background: #6ad1e8;
  color: white;
  margin-left: 1px;
  padding: 0 4px;
}

.user-panel__item_header.user-panel__item_unactive {
  color: #b4b4b4;
}

.user-panel__item_header.user-panel__item_unactive .user-panel__nn {
  color: #b4b4b4;
  background: transparent;
}

.user-panel__item {
  width: 16.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
}

.user-panel__icon {
  display: inline-block;
  font-size: 24px;
  width: 24px;
  vertical-align: middle;
}

.user-panel__link {
  color: white;
}

.user-panel__link:hover {
  text-decoration: none;
}

.user-panel__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
}

.user-panel__nn {
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 2px;
  padding: 0 7px;
  color: #6ad1e8;
  margin-left: 7px;
}

.user-panel__nn_hl {
  background-color: white;
  color: #0088b5;
  margin-left: 6px;
}

.user-panel__item_unactive {
  color: #6ad1e8;
}

.user-panel__item_header.user-panel__item {
  color: #6ad1e8;
  font-size: 13px;
  padding-left: 30px;
  padding-top: 17px;
  padding-right: 0;
}

.user-panel__item_header.user-panel__item .user-panel__nn {
  background: #6ad1e8;
  color: white;
  margin-left: 1px;
  padding: 0 4px;
}

.user-panel__item_header.user-panel__item_unactive {
  color: #b4b4b4;
}

.user-panel__item_header.user-panel__item_unactive .user-panel__nn {
  color: #b4b4b4;
  background: transparent;
}

.user-panel__item_header.user-panel__item {
  color: #6ad1e8;
  font-size: 13px;
  padding-left: 30px;
  padding-top: 17px;
  padding-right: 0;
}

.user-panel__item_header.user-panel__item .user-panel__nn {
  background: #6ad1e8;
  color: white;
  margin-left: 1px;
  padding: 0 4px;
}

.user-panel__item_header.user-panel__item_unactive {
  color: #b4b4b4;
}

.user-panel__item_header.user-panel__item_unactive .user-panel__nn {
  color: #b4b4b4;
  background: transparent;
}

/* End */


/* Start:/local/templates/template2016/components/bitrix/sale.basket.basket.line/.default/style.css?15277049201440*/
.basket-small {
  width: 33.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.basket-small__in {
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 3px 3px 7px;
  height: 42px;
  box-sizing: border-box;
}

.basket-small__left {
  float: left;
  margin-top: 6px;
}

.basket-small__icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #43af47;
  margin-right: -2px;
}

.basket-small__title {
  display: inline-block;
  vertical-align: middle;
  color: #00ad4d;
}

.basket-small__empty {
  color: #8c8c8c;
  background-color: #dcdcdc;
  float: right;
  margin-top: 6px;
  margin-right: 6px;
  padding: 4px 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.basket-small__button {
  width: auto !important;
  float: right !important;
  padding: 0 13px !important;
}

.basket-small__price {
  float: right;
  font-size: 13px;
  color: black;
  margin-right: 9px;
  margin-top: 11px;
}

.basket-small__count {
  color: white;
  background-color: #43af47;
  float: right;
  margin-top: 7px;
  margin-right: 5px;
  padding: 4px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
}
/* End */


/* Start:/local/templates/template2016/styles.css?164604386266845*/
@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol, ul {
  list-style: none
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q, blockquote {
  quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none
}

a {
  outline: none;
}

a img {
  border: none
}

html {
  height: 100%
}

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  color: black;
  line-height: 1.2;
  min-width: 320px;
  height: 100%
}

.page-wrap {
  min-height: 100%;
  margin-bottom: -255px
}

/*.page-wrap::after {
  content: "";
  display: block;
  height: 255px
}*/

.page-wrap_small {
  min-height: 100%;
  margin-bottom: -69px;
}

.page-wrap_small::after {
  content: "";
  display: block;
  height: 69px;
}

@font-face {
  font-family: "magaz";
  src: url("/local/templates/template2016/fonts/magaz.eot");
  src: url("/local/templates/template2016/fonts/magaz.eot?#iefix") format("eot"),
  url("/local/templates/template2016/fonts/magaz.woff2") format("woff2"),
  url("/local/templates/template2016/fonts/magaz.woff") format("woff"),
  url("/local/templates/template2016/fonts/magaz.ttf") format("truetype"),
  url("/local/templates/template2016/fonts/magaz.svg#magaz") format("svg")
}

.ic-action, .ic-attention, .ic-avatar, .ic-back, .ic-bon, .ic-bonus, .ic-buy, .ic-buyers, .ic-c-next, .ic-c-prev, .ic-check-active, .ic-check-disabled, .ic-check, .ic-close, .ic-compare, .ic-delivery-round, .ic-delivery, .ic-dload, .ic-email, .ic-error, .ic-exit, .ic-gamer, .ic-help, .ic-history, .ic-inform, .ic-key, .ic-line, .ic-list, .ic-load, .ic-lock, .ic-logo-video, .ic-mark, .ic-menu, .ic-next, .ic-no, .ic-pays-e, .ic-pays, .ic-pl, .ic-place, .ic-post, .ic-prod, .ic-quest, .ic-radio-active, .ic-radio, .ic-range, .ic-rating-empty, .ic-rating, .ic-search, .ic-self, .ic-settings, .ic-show, .ic-tech, .ic-user-empty, .ic-user, .ic-video, .ic-watch, .ic-watched, .ic-wish, .ic-year, .ic-yes {
  font-family: "magaz";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}

.ic-action:before {
  content: "\E001";
  display: inline-block;
}

.ic-attention:before {
  content: "\E002";
  display: inline-block;
}

.ic-avatar:before {
  content: "\E003";
  display: inline-block;
}

.ic-back:before {
  content: "\E004";
  display: inline-block;
}

.ic-bon:before {
  content: "\E005";
  display: inline-block;
}

.ic-bonus:before {
  content: "\E006";
  display: inline-block;
}

.ic-buy:before {
  content: "\E007";
  display: inline-block;
}

.ic-buyers:before {
  content: "\E008";
  display: inline-block;
}

.ic-c-next:before {
  content: "\E009";
  display: inline-block;
}

.ic-c-prev:before {
  content: "\E00A";
  display: inline-block;
}

.ic-check-active:before {
  content: "\E00B";
  display: inline-block;
}

.ic-check-disabled:before {
  content: "\E00C";
  display: inline-block;
}

.ic-check:before {
  content: "\E00D";
  display: inline-block;
}

.ic-close:before {
  content: "\E00E";
  display: inline-block;
}

.ic-compare:before {
  content: "\E00F";
  display: inline-block;
}

.ic-delivery-round:before {
  content: "\E010";
  display: inline-block;
}

.ic-delivery:before {
  content: "\E011";
  display: inline-block;
}

.ic-dload:before {
  content: "\E012";
  display: inline-block;
}

.ic-email:before {
  content: "\E013";
  display: inline-block;
}

.ic-error:before {
  content: "\E014";
  display: inline-block;
}

.ic-exit:before {
  content: "\E015";
  display: inline-block;
}

.ic-gamer:before {
  content: "\E016";
  display: inline-block;
}

.ic-help:before {
  content: "\E017";
  display: inline-block;
}

.ic-history:before {
  content: "\E018";
  display: inline-block;
}

.ic-inform:before {
  content: "\E019";
  display: inline-block;
}

.ic-key:before {
  content: "\E01A";
  display: inline-block;
}

.ic-line:before {
  content: "\E01B";
  display: inline-block;
}

.ic-list:before {
  content: "\E01C";
  display: inline-block;
}

.ic-load:before {
  content: "\E01D";
  display: inline-block;
}

.ic-lock:before {
  content: "\E01E";
  display: inline-block;
}

.ic-logo-video:before {
  content: "\E01F";
  display: inline-block;
}

.ic-mark:before {
  content: "\E020";
  display: inline-block;
}

.ic-menu:before {
  content: "\E021";
  display: inline-block;
}

.ic-next:before {
  content: "\E022";
  display: inline-block;
}

.ic-no:before {
  content: "\E023";
  display: inline-block;
}

.ic-pays-e:before {
  content: "\E024";
  display: inline-block;
}

.ic-pays:before {
  content: "\E025";
  display: inline-block;
}

.ic-pl:before {
  content: "\E026";
  display: inline-block;
}

.ic-place:before {
  content: "\E027";
  display: inline-block;
}

.ic-post:before {
  content: "\E028";
  display: inline-block;
}

.ic-prod:before {
  content: "\E029";
  display: inline-block;
}

.ic-quest:before {
  content: "\E02A";
  display: inline-block;
}

.ic-radio-active:before {
  content: "\E02B";
  display: inline-block;
}

.ic-radio:before {
  content: "\E02C";
  display: inline-block;
}

.ic-range:before {
  content: "\E02D";
  display: inline-block;
}

.ic-rating-empty:before {
  content: "\E02E";
  display: inline-block;
}

.ic-rating:before {
  content: "\E02F";
  display: inline-block;
}

.ic-search:before {
  content: "\E030";
  display: inline-block;
}

.ic-self:before {
  content: "\E031";
  display: inline-block;
}

.ic-settings:before {
  content: "\E032";
  display: inline-block;
}

.ic-show:before {
  content: "\E033";
  display: inline-block;
}

.ic-tech:before {
  content: "\E034";
  display: inline-block;
}

.ic-user-empty:before {
  content: "\E035";
  display: inline-block;
}

.ic-user:before {
  content: "\E036";
  display: inline-block;
}

.ic-video:before {
  content: "\E037";
  display: inline-block;
}

.ic-watch:before {
  content: "\E038";
  display: inline-block;
}

.ic-watched:before {
  content: "\E039";
  display: inline-block;
}

.ic-wish:before {
  content: "\E03A";
  display: inline-block;
}

.ic-year:before {
  content: "\E03B";
  display: inline-block;
}

.ic-yes:before {
  content: "\E03C";
  display: inline-block;
}


.text {
  font-size: 15px;
  padding: 0 15px;
}

.text h1,
.text .head_1 {
  font-size: 24px;
  margin-bottom: 22px;
}

.text h2,
.text .head_2 {
  font-size: 20px;
  margin-bottom: 18px;
}

.text h3,
.text .head_3 {
  font-size: 18px;
  margin-bottom: 18px;
}

.text p, .text ul {
  margin: 18px 0;
}

.text p + h1,
.text p + h2,
.text p + h3,
.text ul + h1,
.text ul + h2,
.text ul + h3,
.text p + .head_1,
.text p + .head_2,
.text p + .head_3,
.text ul + .head_1,
.text ul + .head_2,
.text ul + .head_3 {
  margin-top: 30px;
}

.text ol {
  counter-reset: list;
  margin: 18px 0;
}

.text ol li {
  counter-increment: list;
  position: relative;
  padding-left: 21px;
  margin: 18px 0;
}

.text ol li::before {
  content: counter(list) ". ";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.text ul {
  margin: 18px 0 18px 21px;
}

.text ul li {
  position: relative;
  padding-left: 13px;
}

.text ul li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
}

.text ul ul li:before {
  content: '\2218';
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -1px;
}

.detail-text__fix ul {
  margin: 15px 0 15px 10px;
}

.detail-text__fix ul li {
  position: relative;
  padding-left: 13px;
}

.detail-text__fix ul li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
}

.detail-text__fix ul ul li:before {
  content: '\2218';
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -1px;
}

.text hr {
  display: block;
  height: 1px;
  border: none;
  border-top: 1px solid #dcdcdc;
  padding: 0;
  margin: 29px -15px 18px;
}

.text img {
  margin: 16px 0;
}

.text img:last-child {
  margin-bottom: 0;
}

.text table {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  margin: 18px 0;
  width: 100%;
}

.text table th,
.text table td {
  border-bottom: 1px solid #cccccc;
  padding: 11px 7px 12px;
  text-align: left;
}

.text table thead {
  color: #666666;
  font-size: 13px;
  font-weight: normal;
}

.text .note {
  color: #566571;
  font-size: 13px;
}

.payment-methods__icon {
  background-image: url(/local/templates/template2016/i/sprites/payment-methods__icon.png);
  display: inline-block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .payment-methods__icon {
    background-image: url(/local/templates/template2016/i/sprites/payment-methods__icon@2x.png);
    background-size: 106px 69px;
  }
}

.payment-methods__icon_beeline {
  background-position: -40px -24px;
  width: 23px;
  height: 23px;
}

.payment-methods__icon_mastercard {
  background-position: 0px 0px;
  width: 40px;
  height: 23px;
}

.payment-methods__icon_megafon {
  background-position: -64px 0px;
  width: 23px;
  height: 23px;
}

.payment-methods__icon_mts {
  background-position: 0px -48px;
  width: 21px;
  height: 21px;
}

.payment-methods__icon_qiwi {
  background-position: 0px -23px;
  width: 24px;
  height: 25px;
}

.payment-methods__icon_rbk {
  background-position: -64px -23px;
  width: 22px;
  height: 22px;
}

.payment-methods__icon_visa {
  background-position: -21px -48px;
  width: 36px;
  height: 11px;
}

.payment-methods__icon_wm {
  background-position: -40px 0px;
  width: 24px;
  height: 24px;
}

.payment-methods__icon_yandex {
  background-position: -87px 0px;
  width: 19px;
  height: 22px;
}

.platforms {
  background-image: url(/local/templates/template2016/i/sprites/platforms.png);
  display: inline-block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platforms {
    background-image: url(/local/templates/template2016/i/sprites/platforms@2x.png);
    background-size: 138px 104px;
  }
}

.platforms_apple {
  background-position: 0px -78px;
  width: 30px;
  height: 26px;
}

.platforms_pc {
  background-position: -78px -52px;
  width: 37px;
  height: 26px;
}

.platforms_ps3 {
  background-position: -78px 0px;
  width: 60px;
  height: 26px;
}

.platforms_ps4 {
  background-position: -78px -26px;
  width: 57px;
  height: 26px;
}

.platforms_psvita {
  background-position: 0px 0px;
  width: 78px;
  height: 26px;
}

.platforms_xbox360 {
  background-position: 0px -52px;
  width: 70px;
  height: 26px;
}

.platforms_xboxone {
  background-position: 0px -26px;
  width: 78px;
  height: 26px;
}

.social-auth__icon {
  background-image: url(/local/templates/template2016/i/sprites/social-auth__icon.png);
  display: inline-block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .social-auth__icon {
    background-image: url(/local/templates/template2016/i/sprites/social-auth__icon@2x.png);
    background-size: 162px 162px;
  }
}

.social-auth__icon_facebook {
  background-position: 0px 0px;
  width: 54px;
  height: 54px;
}

.social-auth__icon_googleplus {
  background-position: -54px 0px;
  width: 54px;
  height: 54px;
}

.social-auth__icon_mailru {
  background-position: 0px -54px;
  width: 54px;
  height: 54px;
}

.social-auth__icon_ok {
  background-position: -54px -54px;
  width: 54px;
  height: 54px;
}

.social-auth__icon_steam {
  background-position: -108px 0px;
  width: 54px;
  height: 54px;
}

.social-auth__icon_twitter {
  background-position: -108px -54px;
  width: 54px;
  height: 54px;
}

.social-auth__icon_vk {
  background-position: 0px -108px;
  width: 54px;
  height: 54px;
}

.social-auth__icon_yandex {
  background-position: -54px -108px;
  width: 54px;
  height: 54px;
}

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

.container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  color: black;
  line-height: 1.2;
  min-width: 320px;
}

a {
  color: #0088b5;
}

a:hover {
  text-decoration: none;
}

b {
  font-weight: bold;
}

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  display: none
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/template2016/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

/* Ion.RangeSlider
// css version 2.0.3
// В© 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2;
}

.irs-disabled {
  opacity: 0.4;
}

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.header__top {
  border-bottom: 1px solid #dcdcdc;
  min-height: 45px;
}

.header__top-in {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.header__top-in:after {
  content: " ";
  display: block;
  clear: both;
}

.header__mid {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 3px;
}

.header__mid:after {
  content: " ";
  display: block;
  clear: both;
}

.header__bot {
  padding-top: 12px;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.header__bot:after {
  content: " ";
  display: block;
  clear: both;
}

.header__logo {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  text-align: center;
  padding-left: 20px;
  margin-top: 8px;
  color: #666666;
}

.header__logo_mobile, .header__logo_tablet {
  display: none;
}

.header__logo-image {
  max-width: 100%;
}

.header__logo-text {
  margin-top: 1px;
}

.header__basket {
  width: 16.66667%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 11px;
}

.header__basket_mobile {
  display: none;
}

.header__achievements {
  width: 50%;
  float: left;
  padding-left: 1.27551%;
  padding-right: 1.27551%;
  padding-right: 0;
}

.header__menu-top {
  width: 58.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 30px;
}

.header__auth {
  float: right;
  margin-left: 0;
  margin-right: 15px;
}

.header__city {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-left: 30px;
}

.header__search {
  width: 75%;
  float: right;
  padding-left: 1.27551%;
  padding-right: 1.27551%;
}

.header-after {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.header-after:after {
  content: " ";
  display: block;
  clear: both;
}


.footer {
  background-color: #f1f1f1;
  padding-bottom: 51px;
  clear: both;
  height: 255px;
}

.footer__top {
  color: #999999;
  font-size: 13px;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  padding-bottom: 8px;
}

.footer__top:after {
  content: " ";
  display: block;
  clear: both;
}

.footer__logo {
  width: 16.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-top: -5px;
  margin-bottom: -2px;
}

.footer__logo-image {
  max-width: 100%;
}

.footer__mid {
  border-top: 1px solid white;
}

.footer__mid-in {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.footer__mid-in:after {
  content: " ";
  display: block;
  clear: both;
}

.footer__bot {
  border-top: 1px solid white;
}

.footer__bot-in {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  color: #999;
  padding: 22px 0;
}

.footer__bot-in:after {
  content: " ";
  display: block;
  clear: both;
}

.footer__copyright {
  width: 66.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.footer__developer {
  width: 33.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.index__top {
  width: 1170px;
  margin-left: auto;
  margin-right: auto
}

.index__top:after {
  content: " ";
  display: block;
  clear: both
}

.index__land {
  width: 75%;
  float: right;
  padding-top: 30px
}

.index__land-col {
  width: 33.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px
}

.index__land-col_last {
  float: right
}

.index__tile {
  margin-bottom: 30px
}

.index__dist {
  margin-bottom: 30px
}

.index__center {
  width: 66.66667%;
  float: left
}

.index__left {
  float: left;
  position: relative;
  width: 25%;
  height: 570px;
}

.index__left-col {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.index__aside {
  width: 33.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px
}

.index__slider-sync {
  width: 62.5%;
  float: left;
  padding-left: 15px;
  padding-right: 15px
}

.index__calendar-small {
  margin-bottom: 35px
}

.index__social {
  margin-bottom: 27px
}

.index__bottom {
  width: 1170px;
  margin-left: auto;
  margin-right: auto
}

.index__bottom:after {
  content: " ";
  display: block;
  clear: both
}

.index__news-col {
  width: 37.5%;
  float: left;
  padding-left: 15px;
  padding-right: 15px
}

.index__text {
  clear: both;
  padding: 35px 30px 0
}

.index__slider {
  width: 66.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  height: 330px;
  margin-bottom: 30px
}

.h1 {
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 4px;
}

.hits {
  background-color: #ececec;
  padding-top: 14px;
  margin-bottom: 30px;
  clear: both;
}

.input-text {
  width: 100%;
  position: relative;
  display: inline-block;
}

.input-text__input {
  border: 1px solid #23b6d6;
  font-size: 15px;
  font-family: inherit;
  height: 40px;
  padding: 11px 10px 13px;
  width: 100%;
  outline: none;
}

.input-text__input:disabled {
  background-color: #e6e6e6;
}

.input-text__icon-checked {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #23b6d6;
  display: none;
}

.input-text__icon-error {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #ca1b51;
  display: none;
}

.input-text__error-text {
  font-size: 13px;
  color: #ca1b51;
  position: absolute;
  left: 1px;
  bottom: -19px;
}

.input-text_checked .input-text__icon-checked {
  display: block;
}

.input-text_color-sky .input-text__input {
  color: #0088b5;
}

.input-text_error .input-text__input {
  border-color: #ca1b51;
  -webkit-box-shadow: inset 0 0 0 1px #ca1b51;
  -moz-box-shadow: inset 0 0 0 1px #ca1b51;
  box-shadow: inset 0 0 0 1px #ca1b51;
}

.input-text_error .input-text__icon-error {
  display: block;
}

.input-text_simple {
  border: 1px solid #23b6d6;
  font-size: 15px;
  font-family: inherit;
  height: 36px;
  padding: 6px 10px 7px;
  outline: none;
}

.input-text_simple:disabled {
  background-color: #e6e6e6;
}

.input-text_small .input-text__input {
  height: 36px;
  padding: 9px 10px 10px;
}

.checkbox {
  font-size: 16px;
}

.checkbox__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #22b6d5;
  line-height: 1;
}

.checkbox__icon::before {
  vertical-align: middle;
}

.checkbox__icon.ic-check-active {
  display: none;
}

.checkbox__activation {
  margin-right: 5px;
}

.checkbox__activation_active {
  visibility: hidden;
  position: absolute;
}

.checkbox__activation .activations-small {
  position: relative;
  margin: -1px 0;
}

.checkbox__activation .activations-small_origin, .checkbox__activation .activations-small_origin_passive {
  left: 2px;
  top: -1px;
}

.checkbox__activation .activations-small_steam, .checkbox__activation .activations-small_steam_passive {
  left: 1px;
}

.checkbox__activation .activations-small_gog, .checkbox__activation .activations-small_gog_passive {
  left: 1px;
}

.checkbox__activation .activations-small_psn, .checkbox__activation .activations-small_psn_passive {
  left: 2px;
  top: 1px;
}

.checkbox__activation .activations-small_battlenet, .checkbox__activation .activations-small_battlenet_passive {
  top: 1px;
}

.checkbox__activation .activations-small_rockstar, .checkbox__activation .activations-small_rockstar_passive {
  left: 2px;
  top: 1px;
}

.checkbox__activation .activations-small_xbox_live, .checkbox__activation .activations-small_xbox_live_passive {
  left: 1px;
}

.checkbox__activation .activations-small_itunes, .checkbox__activation .activations-small_itunes_passive {
  top: -1px;
  left: 1px;
}

.checkbox__activation .activations-small_windows_store, .checkbox__activation .activations-small_windows_store_passive {
  left: 1px;
  top: -1px;
}

.checkbox__label {
  position: relative;
  display: inline-block;
  min-height: 16px;
  padding-left: 1.3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.checkbox__label:hover .checkbox__icon {
  opacity: 0.4;
}

.checkbox__label:hover .checkbox__icon.ic-check {
  display: none;
}

.checkbox__label:hover .checkbox__icon.ic-check-active {
  display: block;
}

.checkbox__label:hover .checkbox__activation {
  visibility: hidden;
  position: absolute;
}

.checkbox__label:hover .checkbox__activation_active {
  visibility: visible;
  position: static;
}

.checkbox__input {
  position: absolute;
  left: -9999px;
}

.checkbox__input:checked + .checkbox__cnt .checkbox__icon.ic-check {
  display: none;
}

.checkbox__input:checked + .checkbox__cnt .checkbox__icon.ic-check-active {
  display: block;
  opacity: 1;
}

.checkbox__input:checked + .checkbox__cnt .checkbox__activation {
  visibility: hidden;
  position: absolute;
}

.checkbox__input:checked + .checkbox__cnt .checkbox__activation_active {
  visibility: visible;
  position: static;
}

.checkbox__text {
  font-size: 0.93em;
}

.checkbox_small-text .checkbox__text {
  font-size: 0.8125em;
  position: relative;
  top: -0.04em;
}

.checkbox_small-text .checkbox__label {
  padding-left: 1.47em;
}

.radiobutton {
  font-size: 16px;
}

.radiobutton__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #22b6d5;
}

.radiobutton__icon::before {
  vertical-align: middle;
}

.radiobutton__icon.ic-radio-active {
  display: none;
}

.radiobutton__label {
  position: relative;
  display: inline-block;
  min-height: 16px;
  padding-left: 1.3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.radiobutton__label:hover .radiobutton__icon {
  opacity: 0.4;
}

.radiobutton__label:hover .radiobutton__icon.ic-radio {
  display: none;
}

.radiobutton__label:hover .radiobutton__icon.ic-radio-active {
  display: block;
}

.radiobutton__input {
  position: absolute;
  left: -9999px;
}

.radiobutton__input:checked + .radiobutton__icon.ic-radio {
  display: none;
}

.radiobutton__input:checked + .radiobutton__icon.ic-radio + .ic-radio-active {
  display: block;
  opacity: 1;
}

.radiobutton__text {
  font-size: 0.93em;
}

.radiobutton__text {
  font-size: 0.8125em;
  position: relative;
  top: -0.04em;
}

.radiobutton__label {
  padding-left: 1.47em;
}


.link-tile {
  position: relative;
  overflow: hidden;
  box-sizing: border-box
}

.link-tile__link {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden
}

.link-tile__image {
  vertical-align: bottom;
  max-width: 100%
}

.header-small__top {
  border-bottom: 1px solid #dcdcdc;
  height: 45px;
}

.header-small__top-in {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.header-small__top-in:after {
  content: " ";
  display: block;
  clear: both;
}

.header-small__logo {
  float: left;
  font-size: 13px;
  text-align: center;
  margin-left: 27px;
  margin-top: 11px;
}

.header-small__logo-image {
  max-width: 100%;
}

.header-small__basket {
  width: 16.66667%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 3px;
  margin-right: 200px;
}

.header-small__auth {
  float: right;
  margin-right: 15px;
}


.footer-small {
  background-color: #f1f1f1;
  font-size: 13px;
  height: 69px
}

.footer-small__in {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 0 21px;
  height: 69px;
  line-height: 29px
}

.footer-small__in:after {
  content: " ";
  display: block;
  clear: both
}

.footer-small__item {
  width: 16.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 15px;
  box-sizing: border-box
}

.footer-small__item:first-child {
  padding-left: 30px
}

.footer-small__icon {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 6px;
  color: #999
}

.footer-small__link {
  color: #666666;
  display: inline-block;
  vertical-align: middle
}

.footer-small__link:hover {
  text-decoration: none
}


.hamburger {
  float: left;
  margin-right: 7px;
  position: relative;
  font-size: 15px
}

.hamburger__toggle {
  font-size: 24px;
  width: 50px;
  height: 49px;
  line-height: 49px;
  cursor: pointer;
  text-align: center;
  color: #b4b4b4;
  -webkit-transition: background .1s linear, color .1s linear;
  -webkit-transition-delay: .15s, .15s;
  -moz-transition: background .1s linear .15s, color .1s linear .15s;
  -o-transition: background .1s linear .15s, color .1s linear .15s;
  transition: background 0.1s linear 0.15s, color 0.1s linear 0.15s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  z-index: 1
}

.hamburger__toggle:hover {
  background-color: #00c6f0;
  color: white;
  -webkit-transition: background .1s linear, color .1s linear;
  -moz-transition: background .1s linear false, color .1s linear false;
  -o-transition: background .1s linear false, color .1s linear false;
  transition: background 0.1s linear, color 0.1s linear
}

.hamburger__dropdown {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: opacity .2s linear, visibility 0s linear, -webkit-transform .2s linear, top 0s linear;
  -webkit-transition-delay: 0s, .2s, 0s, .2s;
  -moz-transition: opacity .2s linear 0s, visibility 0s linear .2s, -moz-transform .2s linear 0s, top 0s linear .2s;
  -o-transition: opacity .2s linear 0s, visibility 0s linear .2s, -o-transform .2s linear 0s, top 0s linear .2s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s, top 0s linear 0.2s;
  position: absolute;
  left: 0;
  top: 49px;
  z-index: 999;
  background-color: white;
  border: 4px solid #00c6f0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  padding-top: 4px;
  padding-bottom: 2px;
  min-width: 262px
}

.hamburger__sitem {
  margin: 0 4px 2px
}

.hamburger__slink {
  display: block;
  height: 36px;
  line-height: 35px;
  text-decoration: none;
  padding: 0 12px
}

.hamburger__slink:hover {
  background-color: #00c6f0;
  color: white
}

.hamburger_open .hamburger__toggle {
  background-color: #00c6f0;
  color: white
}

.hamburger_open .hamburger__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity .2s linear, visibility 0s linear, -webkit-transform .2s linear;
  -webkit-transition-delay: 0s, 0s, 0s;
  -moz-transition: opacity .2s linear 0s, visibility 0s linear 0s, -moz-transform .2s linear 0s;
  -o-transition: opacity .2s linear 0s, visibility 0s linear 0s, -o-transform .2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, transform 0.2s linear 0s
}


.grid-buy__container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0 60px
}

.grid-buy__container:after {
  content: " ";
  display: block;
  clear: both
}

.grid-buy__title {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  margin-bottom: 16px;
  color: #666666
}

.grid-buy__title_second {
  margin-top: 33px;
  margin-bottom: 19px
}

@media (max-width: 749px) {
  .grid-buy__title {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
  }
}

.grid-buy__basket {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.grid-buy__user-info {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 30px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.grid-buy__order-info {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 30px;
  margin-top: 3px;
  margin-bottom: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.grid-buy__payment-list {
  padding-top: 2px;
  margin-bottom: 8px
}

.grid-buy__conditions {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 35px;
  padding: 0 30px
}

.grid-buy__total {
  font-size: 18px;
  color: #8c8c8c;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 55.5px;
  margin-bottom: 21px
}

.grid-buy__total-price {
  font-size: 24px;
  color: black;
  display: inline-block;
  margin-left: 6px
}

.grid-buy__total-cur {
  font-size: 13px;
  display: inline-block;
  margin-left: 4px
}

.grid-buy__button {
  width: 26.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 31px
}

.grid-buy__rem {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 30px;
  margin-bottom: 23px;
  margin-top: -2px
}

.grid-buy__lb {
  width: 33.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px
}

.grid-buy__delivery {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px
}

.grid-buy__order-payment-checked {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px
}

.grid-buy__order-payment-back {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 25px
}

.grid-buy__cnt {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 30px
}

.grid-buy__cnt-text {
  margin-bottom: 19px
}

.grid-buy__cnt-input {
  margin-bottom: 20px;
  width: 345px
}

.grid-buy-mobile__container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 60px
}

.grid-buy-mobile__container:after {
  content: " ";
  display: block;
  clear: both
}

@media (max-width: 969px) {
  .grid-buy-mobile__container {
    padding: 15px 0 60px
  }
}

@media (max-width: 749px) {
  .grid-buy-mobile__container {
    padding: 20px 0 60px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
  }

  .grid-buy-mobile__container:after {
    content: " ";
    display: block;
    clear: both
  }
}

.grid-buy-mobile__steps {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width: 749px) {
  .grid-buy-mobile__steps {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width: 479px) {
  .grid-buy-mobile__steps {
    width: auto;
    float: none;
    clear: both
  }
}

.grid-buy-mobile__cnt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width: 749px) {
  .grid-buy-mobile__cnt {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width: 479px) {
  .grid-buy-mobile__cnt {
    width: auto;
    float: none;
    clear: both
  }
}

@media (min-width: 480px) {
  .grid-buy-mobile__cnt {
    padding: 0 30px
  }
}

.grid-buy-mobile__title {
  font-size: 27px;
  color: #666666;
  padding: 29px 0 17px
}

@media (max-width: 969px) {
  .grid-buy-mobile__title {
    padding-top: 32px
  }
}

@media (max-width: 749px) {
  .grid-buy-mobile__title {
    padding-top: 26px
  }
}

.grid-buy-mobile__rem {
  font-size: 19px;
  padding: 0 0 26px
}

@media (max-width: 749px) {
  .grid-buy-mobile__rem {
    padding: 0 0 35px
  }
}

@media (max-width: 479px) {
  .grid-buy-mobile__rem {
    padding: 0 0 24px
  }
}

.grid-buy-mobile__lb {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width: 749px) {
  .grid-buy-mobile__lb {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width: 479px) {
  .grid-buy-mobile__lb {
    width: auto;
    float: none;
    clear: both
  }
}

.grid-buy-mobile__lb:not(:last-of-type) {
  margin-bottom: -1px
}

.grid-buy-mobile__email {
  color: #00ad4d
}

.grid-buy-mobile__edit {
  font-size: 16px;
  margin-top: 11px
}

.grid-buy-mobile__edit-button {
  text-decoration: underline
}

.grid-buy-mobile__edit-button:hover {
  text-decoration: none
}

.grid-buy-mobile__next-step {
  border-top: 1px solid #dcdcdc;
  text-align: center;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 3px;
  padding-top: 30px
}

@media (max-width: 969px) {
  .grid-buy-mobile__next-step {
    padding-top: 8px;
    border-top: 0
  }
}

@media (max-width: 749px) {
  .grid-buy-mobile__next-step {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width: 479px) {
  .grid-buy-mobile__next-step {
    width: auto;
    float: none;
    clear: both
  }
}

.grid-buy-mobile__next-step_without {
  border-top: 0;
  padding-top: 0;
  margin-top: 0
}

.grid-buy-mobile__next-step_without .button {
  font-size: 26px
}

.grid-buy-mobile__next-step_hidden {
  display: none
}

.grid-buy-mobile__next-button {
  width: 353px;
  max-width: 100%
}

@media (max-width: 479px) {
  .grid-buy-mobile__next-button {
    width: 100%
  }
}

.grid-buy-mobile__payment {
  clear: both;
  margin-bottom: 22px
}

.grid-buy-mobile__payment::after {
  content: '';
  display: table;
  clear: both
}

@media (max-width: 749px) {
  .grid-buy-mobile__payment {
    padding-top: 6px
  }
}

.grid-buy-mobile__order-info {
  margin-top: 14px;
  margin-bottom: 31px;
  font-size: 19px
}

@media (max-width: 749px) {
  .grid-buy-mobile__order-info {
    margin-top: 6px;
    margin-bottom: 21px
  }
}

@media (max-width: 479px) {
  .grid-buy-mobile__order-info {
    margin-bottom: 18px
  }
}

.grid-buy-mobile__order-info-item {
  padding-bottom: 12px;
  vertical-align: top
}

@media (max-width: 749px) {
  .grid-buy-mobile__order-info-item {
    padding-bottom: 25px
  }
}

@media (max-width: 479px) {
  .grid-buy-mobile__order-info-item {
    display: block;
    padding-bottom: 23px
  }
}

.grid-buy-mobile__order-info-item:first-child {
  color: #666666;
  padding-right: 47px;
  font-size: 16px;
  width: 170px
}

@media (max-width: 749px) {
  .grid-buy-mobile__order-info-item:first-child {
    padding-right: 13px;
    width: 135px
  }
}

@media (max-width: 479px) {
  .grid-buy-mobile__order-info-item:first-child {
    display: block;
    padding-bottom: 2px;
    padding-right: 0;
    width: auto
  }
}

.grid-buy-mobile__total {
  text-align: center;
  font-size: 19px;
  color: #8c8c8c;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 17px
}

@media (max-width: 479px) {
  .grid-buy-mobile__total {
    margin-top: 16px;
    padding-left: 7px
  }
}

.grid-buy-mobile__total-price {
  font-size: 36px;
  color: black;
  display: inline-block
}

@media (max-width: 479px) {
  .grid-buy-mobile__total-price {
    display: block
  }
}

.grid-buy-mobile__total-cur {
  font-size: 19px;
  display: inline-block;
  margin-left: 6px
}

.grid-buy-mobile__basket {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 8px;
  margin-bottom: 30px
}

@media (max-width: 749px) {
  .grid-buy-mobile__basket {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 38px
  }
}

@media (max-width: 479px) {
  .grid-buy-mobile__basket {
    width: auto;
    margin-top: 36px
  }
}

.grid-lc__container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 0 16px;
}

.grid-lc__container:after {
  content: " ";
  display: block;
  clear: both;
}

.grid-lc__title {
  width: 66.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  margin-bottom: 18px;
  color: #666666;
}

.grid-lc__rem {
  width: 66.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 30px;
  margin-bottom: 23px;
  margin-top: -2px;
}

.grid-lc__stitle {
  font-size: 18px;
}

.grid-lc__group {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 24px 30px 15px;
  border-top: 1px solid #dcdcdc;
}

.grid-lc__group_without {
  padding: 15px 30px 24px;
  border-top: 0;
}

.grid-lc__auth {
  margin: 16px 0 9px;
}

.grid-lc__auth-item {
  margin-right: 11px;
}

.grid-lc__lr-form {
  margin-top: 33px;
}

.grid-lc__lr-rem {
  color: #8c8c8c;
  padding-top: 8px;
}

.grid-lc__lr-title {
  font-size: 18px;
  margin-bottom: 17px;
}

.grid-lc__lr-list {
  font-size: 13px;
}

.grid-lc__lr-list li {
  margin-bottom: 9px;
}

.grid-lc__lr-list li::before {
  content: '\2022';
  padding-right: 5px;
}

.grid-lc__lr-link {
  margin-right: 30px;
}

.grid-lc__rc {
  margin-bottom: 8px;
}

.grid-lc__login-tbl, .grid-lc__reg-tbl {
  width: 100%;
}

.grid-lc__login-td {
  padding-bottom: 20px;
}

.grid-lc__login-td:first-child {
  width: 68px;
}

.grid-lc__login-td:nth-child(2) {
  width: 308px;
}

.grid-lc__login-td:nth-child(3) {
  padding-left: 45px;
}

.grid-lc__login-td[rowspan] {
  vertical-align: top;
}

.grid-lc__reg-td {
  padding-bottom: 20px;
}

.grid-lc__reg-td:first-child {
  width: 50px;
  padding-right: 12px;
}

.grid-lc__reg-td:nth-child(2) {
  width: 331px;
}

.grid-lc__reg-td:nth-child(3) {
  padding-left: 45px;
}

.grid-lc__reg-td[rowspan] {
  vertical-align: top;
}

.grid-lc__fsubmit.button {
  font-size: 24px;
  width: 211px;
}

.grid-lc__rsubmit.button {
  font-size: 24px;
}

.form-auth-on-page__error {
  margin: 0 0 10px 0;
  color: #ca1b51;
  font-size: 13px;
}
.form-auth-on-page__success {
  margin: 0 0 10px 0;
  font-size: 13px;
  color: #00ad4d;
}

.grid-help {
  border-top: 1px solid #dcdcdc;
  margin-bottom: 39px;
}

.grid-help__container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 21px;
}

.grid-help__container:after {
  content: " ";
  display: block;
  clear: both;
}

.grid-help__menu {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.grid-help__title {
  width: 75%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 27px;
  padding: 0 16px;
}

.grid-help__text {
  width: 75%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -4px;
  padding-right: 0;
}

.grid-help__text p {
  margin: 12px 0;
}

.grid-help .fold:first-of-type {
  margin-top: 23px;
}

.grid-help__text p {
  margin: 12px 0;
}

.grid__container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 16px;
}

.grid__container:after {
  content: "";
  display: block;
  clear: both;
}
.share__youtube {
  border: 2px solid #8a9caa;
  position: relative;
  padding: 12px;
  border-radius: 5px;
  height: 76px;
  overflow: hidden;
  box-sizing: border-box;
}
.share__youtube .share__youtube--title {
  font-size: 18px;
  line-height: 1;
  color: #566571;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -10px;
}

.success {
  color: #00ad4d;
}
.share__twitter {
  width: 100%;
  max-width: 382px;
  height: 60px;
  background: url(/local/templates/template2016/i/twitter-bg.jpg) no-repeat 50% 50%;
}
.share__twitter .share__twitter--button {
  position: relative;
  padding: 20px 9px;
}


.grid-404 {
  background-color: #f1f1f1;
  height: 100%;
  min-width: 1170px;
}

.grid-404__container {
  background-color: white;
  border-bottom: 1px solid #dcdcdc;
}

.grid-404__in {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 65px 20px 70px;
}

.grid-404__in:after {
  content: " ";
  display: block;
  clear: both;
}

.grid-404__h1 {
  color: #ff7200;
  font-size: 120px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 0.27em;
}

.grid-404__h1 span {
  font-size: 0.2em;
  font-weight: normal;
  position: absolute;
  left: -1.5em;
  top: 2.62em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.grid-404__rem {
  font-size: 18px;
  margin: 5px 0 62px;
}

.grid-404__rem + .grid-404__search {
  margin-top: -18px;
}

.grid-404__search {
  width: 75%;
  float: left;
  margin-left: 12.5%;
  margin-right: -100%;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
.header-404 {
  border-bottom: 1px solid #dcdcdc;
}

.header-404__in {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.header-404__in:after {
  content: " ";
  display: block;
  clear: both;
}

.header-404__left {
  width: 66.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.header-404__logo {
  margin-top: 2px;
  padding: 17px 0 0 1px;
}

.header-404__logo-image {
  display: inline-block;
  vertical-align: middle;
}

.header-404__logo-text {
  font-size: 13px;
  margin-left: 33px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -4px;
}

.header-404__right {
  width: 33.33333%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  margin-bottom: -1px;
}

.header-404__button {
  display: block;
  text-align: center;
  background: #23b6d6;
  height: 95px;
  line-height: 90px;
  color: white;
  width: 100%;
  font-size: 18px;
  text-decoration: underline;
}

.grid-lk {
  border-top: 1px solid #dcdcdc;
  margin-bottom: 39px;
}

.grid-lk__container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 20px;
}

.grid-lk__container:after {
  content: " ";
  display: block;
  clear: both;
}

.grid-lk__left {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.grid-lk__right {
  width: 75%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.grid-lk__title {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
  padding-top: 7px;
  margin-bottom: 26px;
}

.grid-lk__welcome {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 7px;
  margin-bottom: 12px;
}

.grid-lk__welcome_pass {
  margin-top: -10px;
  margin-bottom: 17px;
}

.grid-lk__filter {
  width: 100%;
  float: left;
  margin-bottom: 21px;
}

.grid-lk__pblocks {
  clear: both;
  margin: 0 -15px 1px;
}

.grid-lk__pblocks::after {
  content: '';
  display: table;
  clear: both;
}

.grid-lk__pablock {
  width: 33.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 29px;
}

.grid-lk__pablock_big {
  width: 66.66667%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
}

.grid-lk__promocode {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

.grid-lk__sections {
  clear: both;
  margin: 0 -15px;
}

.grid-lk__sections::after {
  content: '';
  display: table;
  clear: both;
}

.grid-lk__datatable {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-top: -5px;
  margin-bottom: 30px;
}

.grid-lk__pabonus {
  width: 44.44444%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 29px;
}

.grid-lk__pabonus .pablock__title-out {
  margin-bottom: 2px;
}

.grid-lk__pabonus .pablock__in {
  padding-bottom: 23px;
}

.grid-lk__actlist {
  width: 55.55556%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.grid-lk__actitem {
  margin: 5px 0 19px;
}

.grid-lk__tab-nav {
  width: 100%;
  float: left;
  margin-top: -14px;
  margin-bottom: 26px;
}

.grid-lk__tab-list {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.grid-lk__set-default {
  float: right;
  margin-top: 3px;
}

.grid-lk__new-address {
  margin: 7px -15px;
}

.grid-lk .new-address__item {
  margin-right: 14px;
}

.grid-lk__social {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #dcdcdc;
  padding-top: 35px;
  margin-bottom: 25px;
}

.grid-lk__social-title {
  font-size: 18px;
  margin-bottom: 19px;
}

.grid-lk__social-rem {
  margin-bottom: 19px;
}

.grid-lk__social-items {
  margin: 0 -5px;
}

.grid-lk__social-item {
  margin-right: 11px;
}

.grid-lk__social-item:last-child {
  margin-right: 0;
}

.grid-lk__linking {
  width: 66.66667%;
  float: left;
}

.grid-lk__folds {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}

.grid-lk__subscr {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 2px;
}

.grid-lk__subscr-list {
  margin: 18px 0 29px;
}

.grid-lk__subscr-item {
  margin-bottom: 10px;
}

.grid-lk__subscr-item .checkbox__label {
  padding-left: 1.6em;
}

.pablock__in {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 11px 14px 17px;
}

.pablock__icon {
  float: left;
  margin-right: 6px;
  font-size: 32px;
  margin-top: 4px;
  margin-left: -2px;
  color: #b4b4b4;
  min-width: 32px;
}

.pablock__title-out {
  position: relative;
  overflow: hidden;
  height: 42px;
  margin-bottom: 12px;
}

.pablock__title-out::before {
  content: '\200B';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.4em;
}

.pablock__title {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.pablock__table {
  line-height: 1.6;
  margin-top: -4px;
}

.pablock__td {
  vertical-align: top;
}

.pablock__td:first-child {
  width: 164px;
  padding-right: 14px;
  color: #8c8c8c;
}

.pablock__td a {
  margin-left: 14px;
  font-size: 13px;
}

.pablock_big .pablock__in {
  min-height: 277px;
}


.linking__icon_facebook, .linking__icon_google, .linking__icon_mailru, .linking__icon_ok, .linking__icon_steam, .linking__icon_twitter, .linking__icon_vk, .linking__icon_yandex {
  background: url("/local/templates/template2016/i/sprites/svg-sprite.svg") no-repeat;
}

.linking__icon_facebook {
  background-position: 0 0;
  width: 130px;
  height: 34px;
}

.linking__icon_google {
  background-position: 0 33.333333333333336%;
  width: 130px;
  height: 34px;
}

.linking__icon_mailru {
  background-position: 0 66.66666666666667%;
  width: 130px;
  height: 34px;
}

.linking__icon_ok {
  background-position: 100% 0;
  width: 130px;
  height: 34px;
}

.linking__icon_steam {
  background-position: 100% 33.333333333333336%;
  width: 130px;
  height: 34px;
}

.linking__icon_twitter {
  background-position: 100% 66.66666666666667%;
  width: 130px;
  height: 34px;
}

.linking__icon_vk {
  background-position: 0 100%;
  width: 130px;
  height: 34px;
}

.linking__icon_yandex {
  background-position: 100% 100%;
  width: 130px;
  height: 34px;
}

.grid-page__share {
  width: 366px;
  height: 680px;
  float: right;
  margin: 0 12px 24px;
  overflow: hidden;
  padding-top: 15px;
}
.share-page__block {
  position: relative;
  margin: 0 0 24px;
}
.i_bnr, .i_social {
  margin-bottom: 25px;
}

.grid-page__left {
  width: 65%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.grid-page__title {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
  padding-top: 7px;
  margin-bottom: 26px;
}


/*.scroll_to_top {*/
  /*margin-top: -116px;*/
  /*cursor: pointer;*/
  /*right: 50%;*/
  /*margin-right: -681px;*/
  /*height: 58px;*/
  /*line-height: 38px;*/
  /*width: 58px;*/
  /*background: -webkit-linear-gradient(#76d7e4, #4cb7c5);*/
  /*background: linear-gradient(#76d7e4, #4cb7c5);*/
  /*border-radius: 50%;*/
  /*position: fixed;*/
  /*top: -30px;*/
  /*text-align: center;*/
  /*color: white;*/
  /*font-size: 26px;*/
/*}*/

.scroll_to_top {
  display: none;
  position: fixed;
  bottom: 65px;
  width: 65px;
  height: 65px;
  line-height: 70px;
  right: 50%;
  margin-right: -710px;
}

.scroll_to_top {
  z-index: 10;
  bottom: 0;
  top: 50%;
  margin-top: -116px;
}

.scroll_to_top .on-top {
  background: -webkit-linear-gradient(#4cb7c5, #76d7e4);
  background: linear-gradient(#4cb7c5, #76d7e4);
  cursor: pointer;
  text-align: center;
  color: white;
  font-size: 35px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.scroll_to_top .on-top .ic-show {
  right: -1px;
}

.ui-menu {
  z-index: 204;
}

.grid-news {
  padding-bottom: 20px;
  border-top: 1px solid #dcdcdc;
  padding-top: 16px
}

.grid-news__container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto
}

.grid-news__container:after {
  content: " ";
  display: block;
  clear: both
}

.grid-news__filter-top {
  margin-top: -17px
}

.grid-news__news-list {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px
}

.grid-news__right {
  width: 33.33333%;
  float: right;
  padding-left: 15px;
  padding-right: 15px
}

.grid-news__htitle {
  margin-bottom: 16px
}

.grid-news__action {
  margin-bottom: 15px
}

.grid-news__top {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px
}

.grid-news__top:after {
  content: " ";
  display: block;
  clear: both
}

.grid-news__found {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 30px;
  margin: 7px 0 11px
}

.grid-news__sorting {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
  margin-bottom: 9px
}

.grid-news__pluso {
  width: 25%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right
}

.grid-news__pagination {
  text-align: right;
  padding: 0 15px;
  margin-top: 15px
}

.grid-news__detail {
  width: 66.66667%;
  float: left
}

.grid-news__action-detail {
  margin-bottom: 32px
}

.grid-news__dlc {
  padding: 0 15px;
  clear: left;
  margin-bottom: 30px
}

.grid-news__social {
  width: 66.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 15px
}

.grid-news__filter-top {
  margin-top: -17px;
}


/*NEW FOOTER*/
.new_footer {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 1900px;
  min-height: 260px;
  background: #f1f1f1;
  font-family: Verdana;
}
.footerwightline {
  border-bottom: 3px solid #ffffff;
  position: absolute;
  top: 67px;
  left: 0px;
  height: 3px;
  width: 100%;
  z-index: 1;
}
.new_footer_wrap {
  max-width: 1136px;
  width: 1170px;
  height: 100%;
  margin: 0 auto;
}

.footer_block1 {
  width: 100%;
  height: 70px;
  border-bottom: 3px solid #ffffff;
  position: relative; 
}

.new_footer_wrap_logo {
  width: 231px;
  height: 30px;
  position: absolute;
  top: 20px;
  background-image: url(/static/i/logo.svg);
  background-repeat: no-repeat;
  width: 40%;
}
.new_footer_wrap_logo_ul {
  list-style-type: none;
  float: right;
  padding-top: 20px;
  width: 58.5%;
}
.new_footer_wrap_logo_ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
  font-size: 13px;
}
.new_footer_wrap_logo_ul li:last-child {
  margin-right: 0px;
}
.footer_block2 {
  width: 39.7%;
  height: 159px;
  float: left;
  border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #ffffff;
    position: relative;
}
.footer_block2_inn {
  display: block;
  padding-left: 0%;
  padding-top: 0%;
}
.footer_block2 p {
  font-family: Verdana;
  font-size: 13px;
  color: #9e9e9e;
  line-height: 1.4;
}
.footer_block3 {
  width: 59.1%;
  height: 150px;
  float: right; 
  position: relative;
}
.footer_block3_buysoc {
  display: block;
  max-width: 100%;
  min-height: 160px;
  padding-top: 3%;
  padding-left: 2%;
}
.footerbuysoc {
  float: left;
  font-family: Verdana;
  font-size: 14px;
  color: #666666;
  display: inline-block;
  padding-top: 5px;
  margin-right: 5px;
  padding-bottom: 25px;
}
ul.backgroundimagebuy {
    padding: 0;
    margin: 0 0 20px 0;
} 
.backgroundimagebuy li {
  list-style-type: none;
  margin-right: 5px;
}
.sposobioplatibeeline{
  background-image: url(/upload/imgnewfooter/footer_icon_beeline.png);
  background-repeat: no-repeat;
  width: 29px; 
  height: 29px;
  display: inline-block;
}
.sposobioplatiwm {
  background-image: url(/upload/imgnewfooter/footer_icon_wm.png);
  background-repeat: no-repeat;
  width: 29px; 
  height: 29px;
  display: inline-block;
}
.sposobioplatisberbank {
  background-image: url(/upload/imgnewfooter/footer_icon_sberbank.png);
  background-repeat: no-repeat;
  width: 29px; 
  height: 29px;
  display: inline-block;
}
.sposobioplatialfa {
  background-image: url(/upload/imgnewfooter/footer_icon_alfa.png);
  background-repeat: no-repeat;
  width: 29px; 
  height: 29px;
  display: inline-block;
}
.sposobioplatimegafon {
  background-image: url(/upload/imgnewfooter/footer_icon_megafon.png);
  background-repeat: no-repeat;
  width: 29px; 
  height: 29px;
  display: inline-block;
}
.sposobioplatiq {
  background-image: url(/upload/imgnewfooter/footer_icon_q.png);
  background-repeat: no-repeat;
  width: 29px; 
  height: 29px;
  display: inline-block;
}
.sposobioplatimaster {
  background-image: url(/upload/imgnewfooter/footer_icon_master.png);
  background-repeat: no-repeat;
  width: 48px; 
  height: 29px;
  display: inline-block;
}
.sposobioplatipaykeeper {
  background-image: url(/upload/imgnewfooter/paykeeper.jpg);
  background-repeat: no-repeat;
  width: 84px; 
  height: 29px;
  display: inline-block;
}
.sposobioplatimts {
  background-image: url(/upload/imgnewfooter/footer_icon_mts.png);
  background-repeat: no-repeat;
  width: 29px; 
  height: 29px;
  display: inline-block;
}
.sposobioplatiya {
  background-image: url(/upload/imgnewfooter/footer_icon_yandex.png);
  background-repeat: no-repeat;
  width: 29px; 
  height: 29px;
  display: inline-block;
}
.sposobioplativisa {
  background-image: url(/upload/imgnewfooter/footer_icon_visa.png);
  background-repeat: no-repeat;
  width: 46px; 
  height: 14px;
  display: inline-block;
  margin-bottom: 8px;
}
.sposobioplatimir {
  background-image: url(/upload/imgnewfooter/footer_icon_mir.png);
  background-repeat: no-repeat;
  width: 46px; 
  height: 13px;
  display: inline-block; 
  margin-bottom: 8px;
}
.footer_block3_blocksoc {
    display: inline-block;
}
.footerbuysoc2 {
  float: left;
  font-family: Verdana;
  font-size: 14px;
  color: #666666;
  display: inline-block;
  padding-top: 5px;
  margin-right: 5px;
  padding-left: 5px;
}
.footer_block3_soccety {
    display: inline-block;
}
.footer_block3_soccety a{
    margin-right: 5px;
    display: inline-block;
}
.footertwitter {
  background-image: url(/upload/imgnewfooter/footer_icon_twitter.png);
  background-repeat: no-repeat;
  width: 29px; 
  height: 29px;
  
}
.footeryoutube {
  background-image: url(/upload/imgnewfooter/footer_icon_youtube.png);
  background-repeat: no-repeat;
  width: 29px; 
  height: 29px;
  padding-right: 5px;
}
.footervk {
  background-image: url(/upload/imgnewfooter/footer_icon_vk.png);
  background-repeat: no-repeat;
  width: 29px; 
  height: 29px;
 
}
.footersteam {
  background-image: url(/upload/imgnewfooter/footer_icon_steam.png);
  background-repeat: no-repeat;
  width: 29px; 
  height: 29px;
 
}
.footerfacebook {
  background-image: url(/upload/imgnewfooter/footer_icon_facebook.png);
  background-repeat: no-repeat;
  width: 29px; 
  height: 29px;
  
}
.il_button_up {
    opacity: 0.5;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 9999;
}
.il_button_up:hover {
  opacity: 1;
}
.scrollup {
    display: none;
    background: url(/upload/img/arrow-icon.svg) no-repeat center;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    top: 50px;
    cursor: pointer;
    z-index: 10000;
    transition: 0.5s display;
    -webkit-transition: 0.5s display;
    -moz-transition: 0.5s display;
    -o-transition: 0.5s display;
}
 
.cbutton.cbutton--click,
.cbutton:focus {
  outline: none;
  color: #3c8ddc;
}

.cbutton::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -45px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  content: '';
  opacity: 0;
  pointer-events: none;
}

.cbutton--effect-boris::after {
  background: rgba(111,148,182,0.1);
}

.cbutton--effect-boris.cbutton--click::after {
  -webkit-animation: anim-effect-boris 0.3s forwards;
  animation: anim-effect-boris 0.3s forwards;
}

@-webkit-keyframes anim-effect-boris {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }
  25%, 50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}

@keyframes anim-effect-boris {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }
  25%, 50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}




.theme-switcher {
  border-bottom: 3px solid #6ad1e8;
  margin: 20px 0;
}
.btn-switch {
  width: 120px;
  margin-right: 3px;
  height: 47px;
  background-color: white;
  color: #0088b5;
  border-radius: 5px 5px 0 0;
  border: 1px solid #cccccc;
  border-bottom: none;
  cursor: pointer;
  /* display: inline-block;
  text-decoration: none; */
}
.btn-switch:hover {
  background-color: #8DCA2E;
  color: white;
}
.btn-switch.active {
  border: none;
  background-color: #6ad1e8;
  color: white;
}
.btn-switch.current {
  cursor: default;  
}
.blog-nav, .filter-new.filter-container {
  max-width: 1200px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 20px auto;
}
.filter-new.filter-container::after, .filter-new.filter-container form::after {
  clear: both;
  display: block;
  content: "";
}
.theme-content {
  display: none;
}

/* 10.10.17 filter-news-style */

.filter-new.filter-container .filter-top__on-page {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: auto;
  margin-right: 50px;
}
.filter-new.filter-container .grid-video__sorting {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.filter-new.filter-container .filter__social-wrapper {
  float: right;
}
.grid-news.video-list-js {
  width: 1170px;
  margin: 0 auto;
}
/*
.subscription_form_wrapper{
  display: none;
}
*/



/*СТРАНИЦА КАТАЛОГА*/
.catalog_page .index {
  padding-bottom: 60px;
}

.catalog_page h1 {
  margin-bottom: 40px;
  padding: 0 30px;
}

.catalog_page .index__top {
  padding: 0;
  padding-bottom: 40px;
}

.catalog_page .catalog_canvas {
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 0 15px;
}

.catalog_canvas_item {
width: 260px;
    height: 325px;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
    margin-right: 28px;
    border-radius: 5px 5px 5px 5px;
}

.catalog_page .catalog_canvas div:nth-of-type(4n) {
  margin-right: 0;
}

.cat_cnvs_it_head {
background-color: #6ed2e7;
padding: 13px;
border-radius: 5px 5px 0 0;
}

.cat_cnvs_it_head i {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;

}

.cat_cnvs_it_head .it_head_title {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    padding-left: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.cat_cnvs_it_head .it_head_title span {
display: block;
font-size: 12px;
}

.cat_cnvs_it_body {
    padding: 15px 20px 20px 70px;
    border: 1px solid #e6e1e2;
    border-top: none;
    height: calc(100% - 73px);
    border-radius: 0 0 5px 5px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 110% 95%;
    background-size: unset;
}

.catalog_page .catalog_canvas div:nth-of-type(5) .cat_cnvs_it_body {
  background-position: 112% 105%;
}

.cat_cnvs_it_body ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #0088b5;
  line-height: 2.2em;
  font-family: sans-serif;

}

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

.cat_cnvs_it_body ul li.last_one {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
}

/*Конец СТРАНИЦА КАТАЛОГА*/
/* End */
/* /local/templates/template2016/css/datapicker.css?152770492021526 */
/* /local/templates/template2016/css/popup.css?152770492016027 */
/* /local/templates/template2016/css/fold.css?15277049203857 */
/* /static/js/libs/jquery-ui-1.12.1/jquery-ui.min.css?15277049193516 */
/* /static/css/bitrix.css?15277049191436 */
/* /local/templates/template2016/components/bitrix/menu/top/style.css?1527704920236 */
/* /local/templates/template2016/components/bitrix/system.auth.form/.default/style.css?15277049205700 */
/* /local/components/ws/location.selection/templates/.default/style.css?15277049192895 */
/* /local/components/widgets/button/templates/.default/style.css?15277049195279 */
/* /local/components/ws/location.favorite/templates/.default/style.css?15277049192899 */
/* /local/templates/template2016/components/bitrix/sale.basket.basket.small/.default/style.css?15277049204901 */
/* /local/templates/template2016/components/bitrix/menu/catalog/style.css?15277049205195 */
/* /local/components/custom/search.form/templates/.default/style.css?15277049191056 */
/* /local/components/widgets/select/templates/.default/style.css?15277049193665 */
/* /local/templates/template2016/components/bitrix/breadcrumb/.default/style.css?1527704920570 */
/* /local/components/custom/back.link/templates/.default/style.css?1527704919440 */
/* /local/templates/template2016/components/bitrix/main.include/user_panel/style.css?15277049202572 */
/* /local/templates/template2016/components/bitrix/sale.basket.basket.line/.default/style.css?15277049201440 */
/* /local/templates/template2016/styles.css?164604386266845 */
