@charset "UTF-8";

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

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

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

.slick-list:focus {
    outline: 0
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}


/*! jQuery UI - v1.12.1 - 2017-07-02
* http://jqueryui.com
* Includes: core.css, datepicker.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:after,
.ui-helper-clearfix:before {
    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-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px
}

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

.ui-widget-shadow {
    box-shadow: 0 0 5px #666
}


.webui-popover-content {
    display: none
}

.webui-popover-rtl {
    direction: rtl;
    text-align: right
}

.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    min-width: 50px;
    min-height: 32px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
    margin-top: -10px
}

.webui-popover.right,
.webui-popover.right-bottom,
.webui-popover.right-top {
    margin-left: 10px
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
    margin-top: 10px
}

.webui-popover.left,
.webui-popover.left-bottom,
.webui-popover.left-top {
    margin-left: -10px
}

.webui-popover.pop {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    transition: -webkit-transform .15s cubic-bezier(.3, 0, 0, 1.5);
    transition: transform .15s cubic-bezier(.3, 0, 0, 1.5);
    opacity: 0
}

.webui-popover.pop-out {
    transition-property: "opacity,transform";
    transition: .15s linear;
    opacity: 0
}

.webui-popover.fade,
.webui-popover.fade-out {
    transition: opacity .15s linear;
    opacity: 0
}

.webui-popover.out {
    opacity: 0
}

.webui-popover.in {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.webui-popover .webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: block
}

.webui-popover-inner .close {
    font-family: arial;
    margin: 8px 10px 0 0;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    text-decoration: none
}

.webui-popover-inner .close:focus,
.webui-popover-inner .close:hover {
    opacity: .5
}

.webui-popover-inner .close:after {
    content: "\00D7";
    width: .8em;
    height: .8em;
    padding: 4px;
    position: relative
}

.webui-popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 5px 5px 0 0
}

.webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: none
}

.webui-popover-inverse {
    background-color: #333;
    color: #eee
}

.webui-popover-inverse .webui-popover-title {
    background: #333;
    border-bottom: 1px solid #3b3b3b;
    color: #eee
}

.webui-no-padding .webui-popover-content {
    padding: 0
}

.webui-no-padding .list-group-item {
    border-right: none;
    border-left: none
}

.webui-no-padding .list-group-item:first-child {
    border-top: 0
}

.webui-no-padding .list-group-item:last-child {
    border-bottom: 0
}

.webui-popover>.webui-arrow,
.webui-popover>.webui-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.webui-popover>.webui-arrow {
    border-width: 11px
}

.webui-popover>.webui-arrow:after {
    border-width: 10px;
    content: ""
}

.webui-popover.top-left>.webui-arrow,
.webui-popover.top-right>.webui-arrow,
.webui-popover.top>.webui-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.webui-popover.top-left>.webui-arrow:after,
.webui-popover.top-right>.webui-arrow:after,
.webui-popover.top>.webui-arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.webui-popover.right-bottom>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right>.webui-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.webui-popover.right-bottom>.webui-arrow:after,
.webui-popover.right-top>.webui-arrow:after,
.webui-popover.right>.webui-arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.webui-popover.bottom-left>.webui-arrow,
.webui-popover.bottom-right>.webui-arrow,
.webui-popover.bottom>.webui-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-top-width: 0
}

.webui-popover.bottom-left>.webui-arrow:after,
.webui-popover.bottom-right>.webui-arrow:after,
.webui-popover.bottom>.webui-arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}

.webui-popover.left-bottom>.webui-arrow,
.webui-popover.left-top>.webui-arrow,
.webui-popover.left>.webui-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.webui-popover.left-bottom>.webui-arrow:after,
.webui-popover.left-top>.webui-arrow:after,
.webui-popover.left>.webui-arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.webui-popover-inverse.top-left>.webui-arrow,
.webui-popover-inverse.top-left>.webui-arrow:after,
.webui-popover-inverse.top-right>.webui-arrow,
.webui-popover-inverse.top-right>.webui-arrow:after,
.webui-popover-inverse.top>.webui-arrow,
.webui-popover-inverse.top>.webui-arrow:after {
    border-top-color: #333
}

.webui-popover-inverse.right-bottom>.webui-arrow,
.webui-popover-inverse.right-bottom>.webui-arrow:after,
.webui-popover-inverse.right-top>.webui-arrow,
.webui-popover-inverse.right-top>.webui-arrow:after,
.webui-popover-inverse.right>.webui-arrow,
.webui-popover-inverse.right>.webui-arrow:after {
    border-right-color: #333
}

.webui-popover-inverse.bottom-left>.webui-arrow,
.webui-popover-inverse.bottom-left>.webui-arrow:after,
.webui-popover-inverse.bottom-right>.webui-arrow,
.webui-popover-inverse.bottom-right>.webui-arrow:after,
.webui-popover-inverse.bottom>.webui-arrow,
.webui-popover-inverse.bottom>.webui-arrow:after {
    border-bottom-color: #333
}

.webui-popover-inverse.left-bottom>.webui-arrow,
.webui-popover-inverse.left-bottom>.webui-arrow:after,
.webui-popover-inverse.left-top>.webui-arrow,
.webui-popover-inverse.left-top>.webui-arrow:after,
.webui-popover-inverse.left>.webui-arrow,
.webui-popover-inverse.left>.webui-arrow:after {
    border-left-color: #333
}

.webui-popover i.icon-refresh:before {
    content: ""
}

.webui-popover i.icon-refresh {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    margin-right: -15px;
    background: url(../img/loading.gif) no-repeat
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.webui-popover-backdrop {
    background-color: rgba(0, 0, 0, .65);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998
}

.webui-popover .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
    float: none
}

.flip-clock-wrapper * {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc
}

.flip-clock-wrapper a:hover {
    color: #fff
}

.flip-clock-wrapper ul {
    list-style: none
}

.flip-clock-wrapper.clearfix:after,
.flip-clock-wrapper.clearfix:before {
    content: " ";
    display: table
}

.flip-clock-wrapper.clearfix:after {
    clear: both
}

.flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none
}

.flip-clock-meridium {
    background: 0 0!important;
    box-shadow: 0 0 0!important;
    font-size: 36px!important
}

.flip-clock-meridium a {
    color: #313333
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 1em
}

.flip-clock-wrapper:after,
.flip-clock-wrapper:before {
    content: " ";
    display: table
}

.flip-clock-wrapper:after {
    clear: both
}

.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 60px;
    height: 90px;
    font-size: 80px;
    font-weight: 700;
    line-height: 87px;
    border-radius: 6px;
    background: #000
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 87px;
    text-decoration: none!important
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    perspective: 200px;
    margin: 0!important;
    overflow: visible!important;
    cursor: default!important
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 70px
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0
}

.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3
}

.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .7)
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd .5s .5s linear both;
    animation: asd .5s .5s linear both;
    z-index: 5
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 100px
}

.flip-clock-divider:first-child {
    width: 0
}

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    left: 5px
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: #000;
    text-shadow: none
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -88px
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -91px
}

.flip-clock-dot.top {
    top: 30px
}

.flip-clock-dot.bottom {
    bottom: 30px
}

@-webkit-keyframes asd {
    0% {
        z-index: 2
    }
    20% {
        z-index: 4
    }
    100% {
        z-index: 4
    }
}

@keyframes asd {
    0% {
        z-index: 2
    }
    20% {
        z-index: 4
    }
    100% {
        z-index: 4
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn .5s .5s linear both;
    animation: turn .5s .5s linear both
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg)
    }
    100% {
        -webkit-transform: rotateX(0)
    }
}

@keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg)
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 .5s linear both;
    animation: turn2 .5s linear both
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0)
    }
    100% {
        -webkit-transform: rotateX(-90deg)
    }
}

@keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
    100% {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, .1) 0, #000 100%;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0, #000 100%;
    -webkit-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, .1) 0, #000 100%;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0, #000 100%;
    -webkit-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, #000 0, rgba(0, 0, 0, .1) 100%;
    background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, #000 0, rgba(0, 0, 0, .1) 100%;
    -webkit-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, #000 0, rgba(0, 0, 0, .1) 100%;
    background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, #000 0, rgba(0, 0, 0, .1) 100%;
    -webkit-animation: hide .5s .3s linear both;
    animation: hide .5s .2s linear both
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1099px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1099px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1099px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1099px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1100px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1100px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1100px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1100px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1099px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1100px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.modal-dialog.slim .modal-content {
    padding-top: 0;
    margin-top: 25%
}

.modal-dialog.slim .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    line-height: 18px;
    z-index: 1000;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1100px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1100px) {
    .col,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

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

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.catalog-dropdown.collapse {
    display: block;
    visibility: hidden;
    opacity: 0;
}

.catalog-dropdown.collapse.in {
    visibility: visible;
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    font-size: 10px;
    color: #7ec500;
    position: absolute;
    right: 20px;
    top: 0;
    margin-top: 0;
    z-index: 1
}

.caret:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.caret:before {
    content: '\e803'
}

.dropdown,
.dropup {
    position: relative;
    display: inline-block
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    white-space: nowrap
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.open .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.navbar-fixed-bottom .dropdown .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:1024px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.dropdown--long .dropdown__toggle {
    min-width: 270px
}

.dropdown--long .dropdown-menu {
    min-width: 270px;
    margin-top: 0;
    border-top: 0
}

.dropdown__toggle {
    text-align: left;
    height: 40px;
    line-height: 40px;
    padding: 0 50px 0 20px;
    font-size: 14px;
    background-color: #fff;
    position: relative;
    border: 1px solid #e6e6e6;
    cursor: pointer
}

.dropdown--city {
    display: inline-block;
    vertical-align: top;
    margin: 26px 30px 0 0;
    cursor: pointer;
    font-size: 14px;
    padding: 0
}

.dropdown--city .dropdown-city__btn {
    background-color: transparent;
    font-size: 14px;
    line-height: 20px;
    color: #003882
}

.dropdown--city .dropdown-city__btn .icon {
    color: #7ec500;
    font-size: 19px;
    margin-right: 10px
}
.header-city__text .dropdown-city__btn {
    background-color: #4D7BC6;
}

.dropdown--city .dropdown-menu {
    min-width: 560px;
    left: -50px;
    top: 30px;
    background-color: #fff
}

.dropdown--city .dropdown-menu:before {
    display: block;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #fff;
    z-index: 1;
    border: 1px solid #e6e6e6;
    top: -8px;
    left: 120px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dropdown--city .dropdown-menu:after {
    display: block;
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #fff;
    z-index: 1;
    top: -6px;
    left: 121px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dropdown--city .dropdown-menu__row {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0
}

.dropdown--city .dropdown-menu__row:after,
.dropdown--city .dropdown-menu__row:before {
    content: " ";
    display: table
}

.dropdown--city .dropdown-menu__row:after {
    clear: both
}

.dropdown--city .dropdown-menu__col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .dropdown--city .dropdown-menu__col {
        float: left;
        width: 33.33333333%
    }
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.hide {
    display: none
}

.invisible {
    visibility: hidden
}

.clean-ul-list {
    list-style: none
}

.clean-ul-list,
.clean-ul-list li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

@font-face {
    font-family: Multicolore;
    src: url(../fonts/multicolore/Multicolore.eot);
    src: url(../fonts/multicolore/Multicolore.eot?#iefix) format('embedded-opentype'), url(../fonts/multicolore/Multicolore.woff) format('woff'), url(../fonts/multicolore/Multicolore.ttf) format('truetype'), url(../fonts/multicolore/Multicolore.svg#Multicolore) format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: PTRoubleSans;
    src: url(../fonts/PTRoubleSans/PTRoubleSans.eot);
    src: url(../fonts/PTRoubleSans/PTRoubleSans.eot?#iefix) format('embedded-opentype'), url(../fonts/PTRoubleSans/PTRoubleSans.woff2) format('woff2'), url(../fonts/PTRoubleSans/PTRoubleSans.woff) format('woff'), url(../fonts/PTRoubleSans/PTRoubleSans.ttf) format('truetype'), url(../fonts/PTRoubleSans/PTRoubleSans.svg#PTRoubleSans) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/Roboto-Bold.eot);
    src: url(../fonts/Roboto/Roboto-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Roboto/Roboto-Bold.woff2) format('woff2'), url(../fonts/Roboto/Roboto-Bold.woff) format('woff'), url(../fonts/Roboto/Roboto-Bold.ttf) format('truetype'), url(../fonts/Roboto/Roboto-Bold.svg#Roboto-Bold) format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/Roboto-Regular.eot);
    src: url(../fonts/Roboto/Roboto-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Roboto/Roboto-Regular.woff2) format('woff2'), url(../fonts/Roboto/Roboto-Regular.woff) format('woff'), url(../fonts/Roboto/Roboto-Regular.ttf) format('truetype'), url(../fonts/Roboto/Roboto-Regular.svg#Roboto-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: RotondaC;
    src: url('../fonts/Rotonda/RotondaC.eot');
    src: url('../fonts/Rotonda/RotondaC.eot?#iefix') format('embedded-opentype'), url('../fonts/Rotonda/RotondaC.woff') format('woff'), url('../fonts/Rotonda/RotondaC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: RotondaC-Bold;
    src: url('../fonts/Rotonda/RotondaC-Bold.eot');
    src: url('../fonts/Rotonda/RotondaC-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Rotonda/RotondaC-Bold.woff') format('woff'), url('../fonts/Rotonda/RotondaC-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html {
    color: #000;
    font-size: 14px
}

html body {
    background: #fff;
    /*min-width: 1200px;*/
    /*width: auto;*/
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    /*font-family: 'Open Sans', sans-serif*/
}

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

.layout-wrapper {
    margin: 0 auto
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        max-width: 750px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 970px
    }
}

@media (min-width:1100px) {
    .container {
        max-width: 1170px
    }
}

.container--full {
    max-width: none;
    padding: 0
}

.container--gray {
    background-color: #f2f2f2
}

.container--dark-gray {
    background-color: rgba(0, 0, 0, .081)
}

.container--blue {
    background-color: #003882
}

.container--not-full {
    max-width: 1440px
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
    position: relative
}

.wrapper:before {
    content: '';
    display: table
}

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

.h2,
h2 {
    color: #003882;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin: 0
}

.h2+.btn-container,
h2+.btn-container {
    margin-top: 20px
}

.h2.slider-caption,
h2.slider-caption {
    padding-top: 50px
}

.h3,
h3 {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 44px;
    line-height: 58px;
    font-weight: 400;
    margin: 0 0 5px
}

.h4,
h4 {
    font-family: Roboto, sans-serif;
    color: #2c2c2c;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0
}

.h5,
h5 {
    font-size: 16px;
    padding: 0;
    font-weight: 400;
    margin: 0 0 20px
}

a {
    color: #003882;
    text-decoration: none;
    display: inline-block;
    vertical-align: baseline
}

a:hover {
    text-decoration: none;
    opacity: .5
}

a.green-link {
    color: #7ec500;
    display: inline;
    vertical-align: baseline
}

p {
    color: #323232;
    font-size: 14px;
    line-height: 24px;
    margin: 0
}

p.small {
    font-size: 12px;
    line-height: normal
}

p.large {
    font-size: 16px;
    line-height: 28px
}

p.xl {
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 20px
}

p.xl:last-child {
    margin-bottom: 40px
}

.text-white {
    color: #fff
}

.text-blue {
    color: #003882
}

.text-green {
    color: #6ebd05
}

.text-light-gray {
    color: #323232
}

.bold {
    font-weight: 700
}

.text-lightest-gray {
    color: #848484
}

.text-lighter-gray {
    color: #474747
}

.uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

* {
    outline: 0
}

.no-margin {
    margin: 0
}

button {
    border: none
}

.light-title {
    display: block;
    font-family: Roboto, sans-serif;
    clear: both;
    font-size: 26px;
    line-height: 35px;
    color: #003882;
    text-align: center;
    text-transform: uppercase
}

.light-title--white {
    color: #fff
}

.light-sub-title {
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
    text-align: center;
    color: #000;
    margin: 10px 0 40px
}

.slick-slide:focus {
    outline: 0
}

.client-style * {
    font-family: Arial, sans-serif
}

.client-style a {
    color: #000
}

.client-style a:hover {
    color: #000
}

.client-style a:visited {
    color: #000
}

.client-style a:active {
    color: #000
}

.client-style ul.clean {
    list-style: none
}

.client-style ul.clean,
.client-style ul.clean li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.client-style .utility-text-left {
    text-align: left!important
}

.client-style .utility-text-center {
    text-align: center!important
}

.client-style .utility-text-right {
    text-align: right!important
}

.client-style .utility-float-left {
    float: left!important
}

.client-style .utility-float-center {
    float: center!important
}

.client-style .utility-float-right {
    float: right!important
}

.client-style .utility-block {
    display: block!important
}

.client-style .utility-inline {
    display: inline!important
}

.client-style .utility-inline-block {
    display: inline-block!important
}

.client-style .strong {
    font-weight: 700!important
}

.client-style .underline {
    text-decoration: underline!important
}

.client-style .semistrong,
.client-style strong.semi {
    font-weight: 500!important
}

.client-style .cursive {
    font-style: italic!important
}

/*.header {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

.header__top {
    border-bottom: 1px solid #e6e6e6
}

.header__nav {
    text-align: left;
    font-size: 0
}

.header__nav .container:first-child {
    padding: 20px
}

.header .header-brand {
    display: inline-block;
    padding: 31px 30px 32px 20px;
    float: left
}

.header .header-brand:hover {
    opacity: 1;
    text-decoration: none
}

.header .header-brand img {
    width: 150px;
    height: 37px
}

.header .header-right {
    float: right;
    padding: 28px 15px 25px 0;
    font-size: 0
}

.header .header-right__item {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border-left: 1px solid #e6e6e6
}

.header .header-right__item--name {
    border-left: 0;
    padding-left: 0;
    max-width: 160px;
    overflow: hidden
}

.header .header-right__item--exit {
    padding-right: 0
}

.header .header-right__item--exit .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180degdeg);
    transform: rotate(180degdeg)
}

.header .header-right__item .icon {
    font-size: 22px;
    color: #7ec500;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block
}

.header .header-right__item .icon.icon-basket {
    margin-top: -5px
}

.header .header-center {
    display: inline-block;
    margin: 0 auto;
    padding: 12px 0 16px;
    line-height: 0;
    font-size: 0;
    vertical-align: top
}*/

.header .dropdown-city-list {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 26px 30px 0 0;
    line-height: 20px;
    padding: 0
}

.header .dropdown-city-list__item {
    line-height: 20px;
    cursor: pointer;
    margin-bottom: 15px
}

.header .dropdown-city-list__item .icon {
    color: #7ec500;
    font-size: 19px;
    margin-right: 10px
}

.header .dropdown-city-list__item.active {
    color: #003882
}

.header .dropdown-city-list__item:hover {
    opacity: .7
}

.header .header-contacts {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-top: 20px
}

.header-center .social-container {
    margin-top: 20px
}

@media (max-width:1300px) {
    .header-center .social-container {
        display: none!important
    }
}

.header-brand {
    display: block;
    width: 200px;
    height: 104px;
    background: url(../images/logosprite.svg) no-repeat 0 30px;
    background-size: 100% auto
}

.header__nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header__nav .container:after,
.header__nav .container:before {
    display: none
}

.header__nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.header__nav .nav-catalog {
    padding: 8px 0
}

.header__nav .search-form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.nav {
    display: inline-block;
    font-size: 0;
    margin: 0 -20px 0 0
}

.nav__item {
    padding: 6px 12px;
    color: #323232;
    font-size: 12px;
    letter-spacing: .3px;
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap
}

.nav__item.active {
    background-color: #4d7bcd;
    color: #fff
}

.nav-catalog {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    white-space: nowrap
}

.nav-catalog .icon {
    color: #7ec500;
    font-size: 16px;
    margin-right: 10px
}

/*.footer {
    padding: 50px 0
}

.footer__row {
    margin-left: -15px;
    margin-right: -15px
}

.footer__row:after,
.footer__row:before {
    content: " ";
    display: table
}

.footer__row:after {
    clear: both
}

.footer__col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .footer__col {
        float: left;
        width: 25%
    }
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px
}

.footer-list__item {
    margin-bottom: 20px
}

.footer-list__item a {
    color: #323232;
    font-size: 12px;
    letter-spacing: .3px;
    text-transform: uppercase
}

.footer-list__item:last-of-type {
    margin-bottom: 0
}*/

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 19px 30px 19px;
    color: #fff;
    font-family: Roboto, sans-serif
}

.btn.focus,
.btn:focus,
.btn:hover {
    text-decoration: none;
    opacity: 1
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    background-color: #7ec500
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
    background-color: #70b01b
}

.btn-blue {
    background-color: #003882
}

.btn-blue:hover {
    background-color: #4d7bcd
}

.btn-blue--sm {
    padding: 5px 20px;
    margin: 19px 0 24px
}

.btn-white {
    background-color: #fff;
    color: #7ec500;
    font-weight: 700
}

.btn-white:hover {
    color: rgba(126, 197, 0, .7)
}

.btn-arrow {
    background-color: #7ec500;
    width: 213px;
    height: 60px;
    margin-right: 60px;
    position: relative
}

.btn-arrow:after {
    position: absolute;
    right: -60px;
    top: 0;
    font-family: fix-price;
    display: inline-block;
    background-color: #70b01b;
    color: #fff;
    content: '\e80c';
    width: 60px;
    height: 60px;
    line-height: 58px;
    padding: 0 10px
}

.btn-arrow:hover {
    background-color: #70b01b
}

.btn-arrow:hover:after {
    background-color: #7ec500
}

.btn-youtube {
    background-color: #f33;
    padding: 11px 24px 10px;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    margin-bottom: 20px
}

.btn-youtube .icon {
    display: inline-block;
    margin-right: 12px
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid #fff;
    width: 200px
}

.btn-border-green {
    background-color: transparent;
    border: 1px solid #7ec500;
    color: #7ec500
}

.btn-border-green:hover {
    color: #7ec500;
    opacity: .7
}

.btn-form {
    display: table-cell;
    width: 100px;
    font-size: 12px;
    font-weight: 900;
    line-height: 19px;
    text-transform: uppercase;
    padding: 21px 0 20px
}

.btn-subscribe {
    height: 50px;
    background-color: #7ec500;
    padding: 16px 0 15px;
    font-size: 16px;
    font-weight: 900;
    width: 100%;
    text-transform: uppercase
}

.btn-subscribe:hover {
    background-color: #70b01b
}

.btn-bold {
    font-weight: 900;
    font-size: 16px;
    padding-top: 18px
}

.btn-circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #969696;
    margin-right: 10px
}

.btn-circle .icon {
    font-size: 24px;
    color: #7ec500
}

.btn-circle:hover .icon {
    opacity: .7
}

.btn-oval {
    height: 40px;
    border-radius: 100px;
    border: 1px solid #7ec500;
    color: #323232;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    margin: 0
}

.btn-oval--lg {
    width: 300px
}

.btn-oval--sm {
    color: #595959;
    font-size: 10px;
    width: 62px
}

.btn-location {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 48px
}

.btn-location .icon {
    font-size: 22px;
    color: #7ec500;
    vertical-align: middle
}

.btn-location:hover {
    opacity: 1
}

.btn-location:hover .icon {
    opacity: .7
}

.btn-location-link {
    width: 40px;
    height: 40px;
    background-color: #7ec500;
    display: inline-block;
    margin-top: -9px;
    border-radius: 50%;
    line-height: 38px
}

.btn-location-link .icon.icon-map-marker {
    font-size: 25px;
    color: #fff;
    vertical-align: middle
}

.btn-location-link.focus,
.btn-location-link:focus,
.btn-location-link:hover {
    background-color: #70b01b;
    opacity: 1
}

.btn-fix {
    min-width: 232px
}

.btn-full {
    width: 100%
}

.btn-lg {
    min-width: 240px
}

.btn-xl {
    min-width: 370px
}

.btn-lg-fix {
    min-width: 300px
}

.btn-md {
    min-width: 212px
}

.btn-sm {
    min-width: 200px;
    font-size: 12px
}

.btn-xs {
    padding: 8px 0;
    width: 170px
}

.btn-registration {
    width: 370px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 19px;
    text-transform: uppercase
}

.btn-container {
    text-align: center
}

.btn-container--footer {
    text-align: left;
    margin-bottom: 30px
}

.btn-container--discount {
    text-align: left;
    margin: 24px 0 0
}

.btn-container--widgets {
    margin: 10px 0 38px
}

.btn-container--right {
    text-align: right
}

.btn-container--right:after,
.btn-container--right:before {
    content: " ";
    display: table
}

.btn-container--right:after {
    clear: both
}

.btn-container--special-offsets {
    text-align: left;
    padding: 28px 0
}

.btn-container--special-offsets .btn {
    margin-right: 30px
}

.btn-container--special-offsets .btn-default {
    width: 269px
}

.social-container {
    display: inline-block;
    font-size: 0
}

.social-container--footer {
    width: 200px;
    margin-top: 33px
}

.social-container--widgets {
    margin-top: 14px
}

.social {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    margin-right: 20px;
    margin-bottom: 14px;
    background-color: #4d7bcd;
    vertical-align: middle
}

.social .icon {
    color: #fff;
    vertical-align: middle
}

.social .icon-vk {
    font-size: 9px
}

.social .icon-instagram {
    font-size: 14px
}

.social .icon-fb {
    font-size: 16px
}

.social .icon-ok {
    font-size: 18px
}

.social .icon-twitter {
    font-size: 20px
}

.social .icon-youtube {
    font-size: 13px
}

.social:hover {
    background-color: #084ca0;
    opacity: 1
}

.social--sm {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 0;
    margin-right: 8px;
}

@media screen and (max-width: 1439px) {
    .social--sm {
        margin-right: 5px;
    }
}

.social--md {
    margin-right: 10px
}

.social--lg {
    width: 48px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px
}

.social--lg .icon-vk {
    font-size: 11px
}

.social--lg .icon-instagram {
    font-size: 18px
}

.social--lg .icon-fb {
    font-size: 20px
}

.social--lg .icon-ok {
    font-size: 23px
}

.social--lg .icon-twitter {
    font-size: 26px
}

.social--lg .icon-youtube {
    font-size: 16px
}

.social--light {
    background-color: rgba(77, 123, 205, .3);
    margin: 0
}

.social-label {
    display: inline-block;
    color: #323232;
    font-size: 18px;
    line-height: 32px;
    vertical-align: middle;
    margin-right: 16px
}

.content-socials__title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px
}

.content-socials__container {
    float: right
}

p+.content-socials {
    margin-top: 40px
}

@font-face {
    font-family: fix-price;
    src: url(../fonts/fix-price/fix-price.eot?23367331);
    src: url(../fonts/fix-price/fix-price.eot?23367331#iefix) format('embedded-opentype'), url(../fonts/fix-price/fix-price.woff2?23367331) format('woff2'), url(../fonts/fix-price/fix-price.woff?23367331) format('woff'), url(../fonts/fix-price/fix-price.ttf?23367331) format('truetype'), url(../fonts/fix-price/fix-price.svg?23367331#fix-price) format('svg');
    font-weight: 400;
    font-style: normal
}

.icon:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-heart:before {
    content: '\e800'
}

.icon-basket:before {
    content: '\e801'
}

.icon-enter:before {
    content: '\e802'
}

.icon-arrow-down:before {
    content: '\e803'
}

.icon-ok:before {
    content: '\e804'
}

.icon-fb:before {
    content: '\e805'
}

.icon-instagram:before {
    content: '\e806'
}

.icon-vk:before {
    content: '\e807'
}

.icon-map-marker:before {
    content: '\e808'
}

.icon-loupe:before {
    content: '\e809'
}

.icon-grid:before {
    content: '\e80a'
}

.icon-left-arrow:before {
    content: '\e80b'
}

.icon-right-arrow:before {
    content: '\e80c'
}

.icon-youtube:before {
    content: '\e80d'
}

.icon-home:before {
    content: '\e80e'
}

.icon-clocks:before {
    content: '\e80f'
}

.icon-success:before {
    content: '\e810'
}

.icon-heart-fill:before {
    content: '\e811'
}

.icon-lng-arrow-right:before {
    content: '\e812'
}

.icon-calendar:before {
    content: '\e813'
}

.icon-question:before {
    content: '\e814'
}

.icon-custom-success:before {
    content: '\e815'
}

.icon-phone:before {
    content: '\e816'
}

.icon-location:before {
    content: '\e817'
}

.icon-cancel:before {
    content: '\e818'
}

.icon-twitter:before {
    content: '\f309'
}

.icon-mail:before {
    content: '\e819'
}

.breadcrumb {
    margin: 0 0 -100px;
    padding: 17px 0 5px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    position: relative;
    z-index: 10
}

.breadcrumb__item {
    display: inline-block
}

.breadcrumb__item:before {
    display: inline-block;
    font-family: fix-price;
    content: '\e812';
    font-size: 8px;
    line-height: 8px;
    margin: 0 10px;
    vertical-align: middle;
    padding-bottom: 3px
}

.breadcrumb__item>a {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none
}

.breadcrumb__item:first-of-type:before {
    display: none
}

.breadcrumb--inverted {
    color: #fff;
    position: relative;
    z-index: 10
}

.breadcrumb--inverted .breadcrumb__item>a {
    color: #fff
}

.checkbox {
    width: 25px;
    height: 25px
}

.checkbox+label {
    cursor: pointer
}

.checkbox:not(checked) {
    position: absolute;
    opacity: 0
}

.checkbox:not(checked)+label {
    position: relative;
    z-index: 10;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 12px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    border: 2px solid #7ec500;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle
}

.checkbox:not(checked)+label:before {
    position: absolute;
    content: '';
    display: none;
    width: 15px;
    height: 15px;
    top: 3px;
    left: 3px;
    background-image: linear-gradient(180deg, #7ec500 0, #70b01b 100%)
}

.checkbox:checked+label {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    border: 2px solid #7ec500;
    border-radius: 0
}

.checkbox:checked+label:before {
    display: block
}

.label-checkbox {
    display: inline-block;
    vertical-align: middle;
    color: #323232;
    font-size: 18px;
    margin-right: 30px
}

.custom-checkbox {
    width: 20px;
    height: 20px
}

.custom-checkbox+label {
    cursor: pointer
}

.custom-checkbox:not(checked) {
    position: absolute;
    opacity: 0
}

.custom-checkbox:not(checked)+label {
    position: relative;
    z-index: 10;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    border: 2px solid #e6e6e6;
    background-color: #fff;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle
}

.custom-checkbox:not(checked)+label:before {
    position: absolute;
    font-family: fix-price;
    content: '\e815';
    font-size: 10px;
    display: none;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #4d7bcd;
    color: #fff;
    text-align: center;
    top: -2px;
    left: -2px
}

.custom-checkbox:checked+label {
    border-radius: 3px;
    border: 2px solid #e6e6e6
}

.custom-checkbox:checked+label:before {
    display: block
}

.custom-checkbox-label {
    display: inline-block;
    max-width: 230px;
    vertical-align: top
}

.label-checkbox {
    display: inline-block;
    vertical-align: middle;
    color: #323232;
    font-size: 14px;
    line-height: 20px
}

.ui-datepicker {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #7ec500;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, .2);
    display: none
}

.ui-datepicker th {
    text-align: center;
    border-bottom: 1px solid #7ec500
}

.ui-datepicker th span {
    font-weight: 300
}

.ui-datepicker td {
    border: 0
}

.ui-datepicker-header {
    background: 0 0;
    border: 0
}

.ui-datepicker-title {
    padding: 3px 30px;
    text-align: center
}

.ui-datepicker-prev {
    font-size: 0;
    position: absolute;
    left: 15px;
    top: 12px;
    cursor: pointer
}

.ui-datepicker-prev:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ui-datepicker-prev:before {
    content: '\e80b'
}

.ui-datepicker-prev:before {
    font-size: 24px;
    color: #7ec500
}

.ui-datepicker-next {
    font-size: 0;
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer
}

.ui-datepicker-next:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ui-datepicker-next:before {
    content: '\e80c'
}

.ui-datepicker-next:before {
    font-size: 24px;
    color: #7ec500
}

.ui-datepicker-trigger {
    width: 60px;
    height: 62px;
    float: right;
    color: #fff;
    font-size: 15px;
    background: #7ec500;
    margin-top: -82px;
    margin-right: 0;
    z-index: 2;
    position: relative;
    cursor: pointer
}

.ui-datepicker-trigger:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ui-datepicker-trigger:before {
    content: '\e803'
}

input.form-control[disabled]+.ui-datepicker-trigger {
    display: none
}

.ui-datepicker-trigger:hover {
    background-color: #70b01b
}

.input-group-date {
    border: 1px solid #7ec500;
    max-width: 200px;
    background: #fff;
    display: inline-block;
    vertical-align: top
}

.input-group-date .form-control:first-child {
    border: 0;
    max-width: 190px;
    float: none;
    padding-left: 12px;
    margin-right: 25px
}

.input-group-date input.form-control[disabled],
.input-group-date.disabled {
    border-color: transparent;
    background-color: transparent
}

.input-group-date input.form-control[disabled] {
    padding-left: 0
}

.input-date-tl {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px
}

.input-date-tl:not(:first-child) {
    margin-left: 5px
}

[data-control-period-end],
[data-control-period-start] {
    font-size: 17px
}

.ui-icon {
    background-image: none!important
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: none!important
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: none!important
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: none!important
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: none!important
}

.ui-button .ui-icon {
    background-image: none!important
}

.form-control {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    border: 1px solid #dfdfdf;
    color: #000;
    font-size: 18px;
    padding: 16px 20px 20px
}

.form-control#commentProduct {
    width: 100%;
    height: 115px;
    resize: none;
    padding: 9px;
    margin: 19px 0 0 0;
}

.form-control::-webkit-input-placeholder {
    color: #969696;
    font-size: 16px
}

.form-control:-ms-input-placeholder {
    color: #969696;
    font-size: 16px
}

.form-control::-moz-placeholder {
    color: #969696;
    font-size: 16px
}

.form-control:-moz-placeholder {
    color: #969696;
    font-size: 16px
}

.form-control--sm {
    display: table-cell;
    margin-bottom: 0
}

.form-control--comments {
    height: 155px;
    vertical-align: top
}

.form-control:disabled {
    opacity: .5
}

.form-line {
    margin-left: -15px;
    margin-right: -15px
}

.form-line:after,
.form-line:before {
    content: " ";
    display: table
}

.form-line:after {
    clear: both
}

.form-line__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.form-line__item--50 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 60px;
    line-height: 60px;
    vertical-align: middle
}

@media (min-width:992px) {
    .form-line__item--50 {
        float: left;
        width: 50%
    }
}

.form-line__item--agree {
    min-height: 60px;
    line-height: 60px;
    vertical-align: middle;
    margin-bottom: 30px
}

.form-line__item--agree .agree-form__label {
    font-size: 18px
}

.form__top-text {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px
}

.form-group {
    margin-bottom: 20px;
    width: 100%;
    display: table
}

.form-group:after,
.form-group:before {
    content: " ";
    display: table
}

.form-group:after {
    clear: both
}

.btn-container-form {
    margin-top: 50px
}

.btn-container-form-bottom {
    margin-top: 130px;
    text-align: right;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .btn-container-form-bottom {
        float: left;
        width: 100%
    }
}

.file-upload {
    display: block;
    position: relative;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px
}

.file-upload__btn {
    display: inline-block;
    cursor: pointer;
    width: 370px;
    height: 60px;
    border: 1px solid #7ec500;
    text-align: center;
    color: #7ec500;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase;
    margin-right: 30px
}

.file-upload__btn:hover {
    opacity: .7
}

.file-upload__btn--full {
    width: 100%
}

.file-upload__mark {
    display: inline-block;
    color: rgba(0, 0, 0, .41);
    font-size: 16px
}

.file-upload input[type=file] {
    position: absolute;
    width: 370px;
    top: 0;
    opacity: 0
}

.form-container {
    margin-top: 48px
}

.form-container--authorization {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
    background: #f2f2f2;
    padding: 90px 100px 100px
}

.form-container--registration {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
    background: #f2f2f2;
    padding: 80px 100px 30px
}

.form__header {
    color: #003882;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px
}

.form-login {
    margin-left: -15px;
    margin-right: -15px
}

.form-login:after,
.form-login:before {
    content: " ";
    display: table
}

.form-login:after {
    clear: both
}

.form-login__opt {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .form-login__opt {
        float: left;
        width: 50%
    }
}

.form-login__title {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 12px
}

.form-login-btn {
    float: right;
    display: inline-block
}

.form-login-btn__text {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    max-width: 150px;
    margin-right: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px
}

fieldset {
    margin: 0 -80px;
    padding: 40px 100px 30px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.form-request {
    padding-top: 30px
}

.form-request__fieldset {
    padding: 0;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    border-top: 0
}

@media (min-width:768px) {
    .form-request__fieldset {
        float: left;
        width: 25%
    }
}

.form-request__label-top {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 40px;
    display: block
}

.form-request__group {
    margin-bottom: 24px
}

.form-request-white-block {
    padding: 50px 100px;
    margin-top: 25px;
    background-color: #fff
}

.error {
    border-color: #e60004!important;
    box-shadow: inset 0 0 2px #e60004
}

input::-ms-clear {
    display: none
}

.custom-form-container {
    padding: 50px 100px;
    background-color: #fff
}

.custom-form-container h2 {
    margin-bottom: 30px
}

.custom-form-container .agree-form__form-control {
    margin-bottom: 30px
}

form .btn.btn-default {
    min-height: 62px
}

.radio-group {
    position: relative;
    overflow: hidden;
    float: right;
    margin-left: 10px;
    padding: 15px 0;
    cursor: pointer
}

.radio-group input[type=radio] {
    position: absolute;
    left: -100px
}

.radio-group input[type=radio]+span {
    display: block;
    padding: 5px 0 6px;
    width: 130px;
    text-align: center;
    border: 1px solid #e2e2e2;
    color: #969696;
    font-size: 14px;
    text-transform: uppercase
}

.radio-group input[type=radio]:checked+span {
    background: #7ec500;
    border: 1px solid #7ec500;
    color: #fff
}

.label-radio {
    display: inline-block;
    vertical-align: middle;
    color: #323232;
    font-size: 18px;
    line-height: 60px;
    text-transform: uppercase
}

.color-group {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 6px;
    padding: 0;
    cursor: pointer
}

.color-group input[type=radio] {
    position: absolute;
    left: -100px
}

.color-group input[type=radio]+span {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative
}

.color-group input[type=radio]+span:before {
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 4px solid #fff
}

.color-group input[type=radio]:checked+span {
    width: 26px;
    height: 26px
}

.color-group input[type=radio]:checked+span:before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    border: 2px solid #fff
}

.docs {
    display: inline-block;
    margin-left: 10px;
    height: 110px;
    width: 110px;
    background-color: #4d7bcd;
    padding: 10px;
    text-align: left
}

.docs:hover {
    opacity: 1;
    background-color: #084ca0
}

.docs__icon {
    margin-bottom: 6px
}

.docs__icon-tl {
    font-size: 10px;
    font-weight: 700;
    fill: #fff;
    text-transform: uppercase
}

.docs__text {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700
}

.custom-row {
    margin-left: -15px;
    margin-right: -15px
}

.custom-row:after,
.custom-row:before {
    content: " ";
    display: table
}

.custom-row:after {
    clear: both
}

.custom-row>.btn-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px
}

@media (min-width:768px) {
    .custom-row>.btn-container {
        float: left;
        width: 100%
    }
}

.custom-row--padded {
    padding: 50px 0
}

.custom-half-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .custom-half-item {
        float: left;
        width: 50%
    }
}

.custom-half-item p.xl:last-of-type {
    margin-bottom: 0
}

.custom-fourth-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .custom-fourth-item {
        float: left;
        width: 25%
    }
}

.custom-third-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .custom-third-item {
        float: left;
        width: 33.33333333%
    }
}

.custom-wrap {
    padding: 50px 0 50px
}

.custom-wrap+.custom-wrap {
    padding-top: 0
}

.custom-wrap__header {
    line-height: 50px;
    vertical-align: bottom;
    margin-bottom: 30px
}

.custom-wrap__header:after,
.custom-wrap__header:before {
    content: " ";
    display: table
}

.custom-wrap__header:after {
    clear: both
}

.custom-wrap__header .btn {
    float: right
}

.custom-wrap__header .btn-youtube {
    float: none
}

.custom-wrap__header h2 {
    margin-right: 50px;
    display: inline-block
}

.custom-wrap__header-subtitle {
    color: #003882;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px
}

.custom-wrap>.interests {
    margin-bottom: 0
}

.container>.custom-wrap__header {
    padding-top: 40px
}

.custom-row+p {
    margin-top: 30px
}

select.bs-select-hidden,
select.selectpicker {
    display: none!important
}

.bootstrap-select {
    /*IE9 and below*/
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #969696
}

.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block!important;
    width: 100%!important;
    z-index: 2
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #e60004
}

.bootstrap-select.fit-width {
    width: auto!important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333!important;
    outline: 5px auto -webkit-focus-ring-color!important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: 0!important
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0!important;
    padding: 0!important
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 100
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 101
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #848484;
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid #848484;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.btn-group.bootstrap-select {
    margin-bottom: 20px;
    width: 100%
}

.btn-group.bootstrap-select .btn.dropdown-toggle {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    padding: 16px 60px 20px 20px;
    text-transform: none;
    font-weight: 400
}

.btn-group.bootstrap-select .btn.dropdown-toggle .filter-option {
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: 400
}

.btn-group.bootstrap-select .btn.dropdown-toggle:focus {
    outline: 0!important
}

.btn-group.bootstrap-select .btn.dropdown-toggle.bs-placeholder .filter-option,
.btn-group.bootstrap-select .btn.dropdown-toggle.bs-placeholder:active .filter-option,
.btn-group.bootstrap-select .btn.dropdown-toggle.bs-placeholder:focus .filter-option,
.btn-group.bootstrap-select .btn.dropdown-toggle.bs-placeholder:hover .filter-option {
    color: #969696;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: 400
}

.btn-group.bootstrap-select .btn.dropdown-toggle .bs-caret {
    width: 60px;
    height: 62px;
    line-height: 60px;
    background-color: #7ec500;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 15px
}

.btn-group.bootstrap-select .btn.dropdown-toggle .caret {
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
    position: static
}

.btn-group.bootstrap-select .btn.dropdown-toggle .caret:before {
    text-align: center;
    color: #fff;
    font-size: 15px;
    vertical-align: middle
}

.btn-group.bootstrap-select .dropdown-menu.open {
    border-top: 0;
    margin-top: 0;
    min-width: auto
}

.btn-group.bootstrap-select.phone-type {
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
    width: 80px!important
}

.btn-group.bootstrap-select.phone-type .btn.dropdown-toggle {
    border: 0;
    width: 80px!important;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    min-height: 60px;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 10px 19px;
    text-transform: none;
    font-weight: 400
}

.btn-group.bootstrap-select.phone-type .btn.dropdown-toggle .filter-option {
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: 400
}

.btn-group.bootstrap-select.phone-type .btn.dropdown-toggle:focus {
    outline: 0!important
}

.btn-group.bootstrap-select.phone-type .btn.dropdown-toggle.bs-placeholder .filter-option,
.btn-group.bootstrap-select.phone-type .btn.dropdown-toggle.bs-placeholder:active .filter-option,
.btn-group.bootstrap-select.phone-type .btn.dropdown-toggle.bs-placeholder:focus .filter-option,
.btn-group.bootstrap-select.phone-type .btn.dropdown-toggle.bs-placeholder:hover .filter-option {
    color: #969696;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: 400
}

.btn-group.bootstrap-select.phone-type .btn.dropdown-toggle .bs-caret {
    width: 25px;
    height: 60px;
    line-height: 58px;
    background-color: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 3px
}

.btn-group.bootstrap-select.phone-type .btn.dropdown-toggle .caret {
    color: #7ec500;
    font-size: 10px;
    vertical-align: middle;
    position: static
}

.btn-group.bootstrap-select.phone-type .btn.dropdown-toggle .caret:before {
    text-align: center;
    color: #7ec500;
    font-size: 10px;
    vertical-align: middle
}

.btn-group.bootstrap-select.phone-type .dropdown-menu.open {
    border-top: 0;
    margin-top: 0;
    top: 60px;
    left: 0;
    right: 0;
    min-width: auto
}

.selectpicker.phone-type {
    right: 0;
    left: auto
}

.select-wrap {
    background-color: #fff;
    width: 80px;
    display: table-cell;
    vertical-align: top;
    height: 60px;
    border: 1px solid #dfdfdf
}

.page-header {
    padding-top: 40px;
    min-height: 140px
}

.page-header--color-bg {
    background-color: #f2f2f2
}

.page-header--bg {
    position: relative;
    min-height: 500px;
    padding-top: 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center bottom;
    z-index: 0;
    max-width: 1440px;
    margin: 0 auto
}

.page-header--bg:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.page-header--bg-light {
    position: relative;
    min-height: 500px;
    padding-top: 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center bottom;
    z-index: 0
}

.page-header--big {
    height: 600px;
    padding-top: 50px
}

.page-header--action {
    min-height: 600px
}

.page-header__title {
    color: #003882;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    display: block;
    position: relative;
    z-index: 10
}

.page-header__title:first-child {
    padding-top: 20px
}

.page-header__title--inverted {
    color: #fff;
    margin-bottom: 28px
}

.page-header__title--padded-top {
    padding: 178px 0 0
}

.page-header__title--padded-top:first-child {
    padding: 138px 0 0
}

.page-header__title--light {
    padding-top: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px
}

.page-header__title--light:first-child {
    padding-top: 0
}

.page-header__title-franchising {
    padding: 65px 0 30px;
    font-size: 45px;
    color: #fff
}

.page-header__title-franchising>.uppercase {
    line-height: 57px;
    text-transform: uppercase
}

.page-header__title h1 {
    font-size: 40px;
    margin: 0;
}

#catalog_sect_cont .page-header__title h1, .catalog_element .page-header__title h1 {
    margin: .67em 0;
}

.page-header-alternative-caption {
    display: table;
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 500px
}

.page-header-alternative-caption__item {
    display: table-cell;
    width: 60%;
    vertical-align: top;
    padding-top: 40px;
    padding-right: 70px
}

.page-header-alternative-caption__item:nth-of-type(2) {
    width: 40%;
    padding-right: 0
}

.page-header-alternative-caption__item--icons {
    padding-top: 0;
    width: 40%;
    vertical-align: top;
    text-align: right
}

.page-header-alternative-caption__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #003882;
    font-family: Roboto, sans-serif
}

.page-header-alternative-caption__title--white {
    color: #fff
}

.page-header__subtitle {
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 24px;
    margin: 20px 0 10px;
    position: relative;
    z-index: 10
}

.page-header__subtitle--inverted {
    color: #fff
}

.page-header__text {
    color: #2c2c2c;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    position: relative;
    z-index: 10;
    max-width: 670px
}

.page-header__text--inverted {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px
}

.page-header__text--blue {
    color: #003882;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px
}

.page-header__text--light {
    font-size: 16px;
    font-weight: 400;
    color: #003882;
    margin-top: 20px
}

.page-header__text+.custom-row {
    margin-top: 25px
}

.page-header__back-link {
    color: #003882;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    padding: 24px 0
}

.page-header__subscribe {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 14px
}

.page-header__subscribe:after,
.page-header__subscribe:before {
    content: " ";
    display: table
}

.page-header__subscribe:after {
    clear: both
}

.page-header__form-group {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .page-header__form-group {
        float: left;
        width: 50%
    }
}

.page-header__form-control {
    height: 50px;
    width: 100%;
    background-color: #fff;
    border: 0;
    padding: 13px 26px
}

.page-header__subscribe-submit {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .page-header__subscribe-submit {
        float: left;
        width: 16.66666667%
    }
}

.page-header__socials {
    text-align: justify;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .page-header__socials {
        float: left;
        width: 33.33333333%
    }
}

.page-header__socials:after {
    content: '';
    display: inline-block;
    width: 100%
}

.page-header__btn-container {
    margin-top: 70px
}

.page-header__img {
    width: 100%;
    display: block;
    margin: 0 auto
}

.current-city {
    display: inline-block;
    color: #003882;
    font-size: 24px
}

.current-city__name {
    color: #6ebd05;
    font-size: 24px
}

.search-results {
    display: inline-block;
    padding-top: 24px;
    float: right;
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px
}

.dropdown-lang {
    display: inline-block;
    font-size: 14px;
    margin-left: 7px;
    position: relative
}

.dropdown-lang__btn {
    line-height: 30px;
    padding: 20px 46px 15px 25px;
    position: relative;
    border: 1px solid transparent;
    border-bottom: 0
}

.dropdown-lang__flag {
    height: 22px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle
}

.dropdown-lang__val {
    vertical-align: middle;
    font-size: 14px;
    display: inline-block
}

.dropdown-lang__caret {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    line-height: 1em;
    color: #7ec500;
    font-size: 10px
}

.dropdown-lang__caret:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.dropdown-lang__caret:before {
    content: '\e803'
}

.dropdown-lang:hover {
    opacity: 1
}

.dropdown-lang-menu {
    display: none;
    height: 0;
    overflow: hidden;
    padding: 0 37px 25px 25px;
    border: 1px solid #e6e6e6;
    border-top: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: .2s all
}

.dropdown-lang-menu__item {
    list-style: none;
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
    line-height: 30px
}

.dropdown-lang.open .dropdown-lang__btn {
    border-color: #e6e6e6;
    border-bottom: 0
}

.dropdown-lang.open .dropdown-lang__caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-lang.open .dropdown-lang-menu {
    display: block;
    height: auto
}

.advantages {
    width: 100%;
    max-width: 1440px;
    background-color: #7ec500;
    padding: 0;
    margin: 0 auto;
    overflow: hidden
}

.advantages:after,
.advantages:before {
    content: " ";
    display: table
}

.advantages:after {
    clear: both
}

.advantages__item {
    float: left;
    width: 33.33%;
    padding: 18px 10px 16px 44px;
    list-style: none;
    color: #fff;
    position: relative
}

.advantages__item+.advantages__item {
    border-left: 1px solid transparent
}

.advantages__item+.advantages__item:before {
    content: "";
    width: 1px;
    height: 150%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #70b01b
}

.advantages__icon {
    height: 55px;
    float: left;
    vertical-align: top;
    margin-right: 21px
}

.advantages__tl {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    margin: 5px 0 5px 60px
}

.advantages__sbtl {
    display: block;
    margin-left: 60px
}

.container-advantages {
    width: 100%;
    background-color: #7ec500
}

.fix-prices {
    font-size: 0;
    padding: 0;
    margin: 0
}
.fix-prices__item {
    display: inline-block;
    font-family: multicolore;
    font-size: 25px;
    border-radius: 50%;
    border: 3px solid;
    width: 51px;
    height: 51px;
    line-height: 50px;
    text-align: center
}
.fix-prices__item+.fix-prices__item {
    margin-left: 6px
}
@media (max-width:1460px) {
    .fix-prices__item {
        font-size: 22px;
        width: 45px;
        height: 45px;
        line-height: 46px;
    }
    .fix-prices__item+.fix-prices__item {
        margin-left: 6px;
    }
}
@media (max-width:1285px) {
    .fix-prices__item {
        font-size: 21px;
        width: 42px;
        height: 42px;
        line-height: 43px;
    }
    .fix-prices__item+.fix-prices__item {
        margin-left: 4px;
    }
}
.promo-slider {
    height: 500px;
    overflow: hidden
}

.promo-slider.slick-dotted.slick-slider {
    margin-bottom: 0
}

.promo-slider__item {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%
}

.promo-slider .slick-arrow {
    font-size: 0;
    color: #fff;
    background: #70b01b;
    border: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: absolute;
    top: 200px;
    width: 60px;
    height: 60px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    z-index: 100
}

.promo-slider .slick-arrow:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.promo-slider .slick-arrow:before {
    font-size: 25px;
    opacity: 1
}

.promo-slider .slick-arrow:hover {
    background-color: #7ec500
}

.promo-slider .slick-arrow.slick-prev {
    left: 20px
}

.promo-slider .slick-arrow.slick-prev:before {
    content: '\e80b'
}

.promo-slider .slick-arrow.slick-next {
    right: 20px
}

.promo-slider .slick-arrow.slick-next:before {
    content: '\e80c'
}

.promo-slider .slick-arrow:focus {
    outline: 0
}

.promo-slider .slick-dots {
    z-index: 100;
    bottom: 50px;
    text-align: right;
    padding-right: 130px
}

.promo-slider .slick-dots li {
    margin: 0
}

.promo-slider .slick-dots button:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    opacity: 1
}

.promo-slider .slick-dots li.slick-active button:before {
    background-color: #fff;
    opacity: 1
}

.card-block {
    margin-bottom: 30px;
    display: table;
    width: 100%;
    margin-top: -30px;
    position: relative;
    z-index: 10
}

.card-block__item {
    display: table-cell;
    width: 50%;
    vertical-align: bottom
}

.card-block__item:hover {
    opacity: 1
}

.card-block__item:first-of-type {
    padding-right: 15px
}

.card-block__item:nth-of-type(2) {
    padding-left: 15px
}

.card-block .card-img {
    display: block;
    width: 100%;
    height: auto
}

.card-block .card-img--left {
    height: 254px;
    width: auto;
    margin-left: -20px
}

.card-block--catalog {
    margin-top: 0
}

.special-offers {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.special-offers--bg-color {
    background-color: #003882
}

.special-offers__row {
    width: 100%;
    display: table
}

.special-offers__left-item {
    width: 41.66666667%;
    display: table-cell;
    padding: 49px 0 48px;
    vertical-align: middle
}

.special-offers__right-item {
    width: 58.33333333%;
    display: table-cell;
    padding: 30px 15px;
    vertical-align: middle
}

.special-offers__half-item {
    display: table-cell;
    width: 50%;
    padding-left: 15px
}

.special-offers-season {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    border-right: 15px solid #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    position: relative
}

.special-offers-season__top-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #7ec500;
    line-height: 60px;
    text-align: center
}

.special-offers-season__top-btn .icon {
    color: #fff;
    font-size: 30px;
    vertical-align: middle
}

.special-offers-season__top-btn:hover {
    opacity: 1;
    background-color: #70b01b
}

.special-offers-season__head {
    background-color: #003882;
    padding: 40px 30px 54px
}

.special-offers-season__head-btn {
    margin-top: 20px
}

.special-offers__right-caption {
    margin-bottom: 26px
}

.discounts {
    margin-left: -15px;
    margin-right: -15px
}

.discounts:after,
.discounts:before {
    content: " ";
    display: table
}

.discounts:after {
    clear: both
}

.discounts:after,
.discounts:before {
    content: " ";
    display: table
}

.discounts:after {
    clear: both
}

.discounts__item {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding: 0 15px
}

.discounts__img {
    display: block;
    height: 62px;
    margin: 0 auto 31px
}

.product-card {
    padding: 0;
    width: 100%;
    background-color: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
    border: 1px solid #e6e6e6
}

.product-card-top {
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px
}

.product-card-top-container .overlay {
    height: 100%;
    line-height: 319px;
    border: 1px solid #e6e6e6;
    background-color: rgba(126, 197, 0, .8);
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    opacity: 0;
    padding: 0 25px;
    transition: opacity .5s
}

.product-card-top-container .overlay .btn {
    max-width: 220px
}

.product-card-top-container .overlay--special {
    background-color: transparent;
    padding: 0;
    transition: opacity .3s
}

.product-card-top-container .overlay--special .overlay__top {
    padding: 0 25px;
    height: 280px;
    background-color: rgba(126, 197, 0, .8);
    width: 100%;
    position: relative
}

.product-card-top-container .overlay--special .overlay__top .btn {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20
}

.product-card-top-container .overlay--special .overlay__top .overlay-btn__desc {
    display: none;
    position: absolute;
    top: 50%;
    left: 25px;
    max-width: 220px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 50
}

.product-card-top-container .overlay--special .overlay__bottom {
    height: 60px;
    overflow: hidden
}

.product-card-top-container .overlay--special .overlay__bottom:after,
.product-card-top-container .overlay--special .overlay__bottom:before {
    content: " ";
    display: table
}

.product-card-top-container .overlay--special .overlay__bottom:after {
    clear: both
}

.product-card-top-container .overlay--special .overlay__bottom .btn {
    width: 50%;
    float: left;
    line-height: 60px
}

.product-card-top-container .overlay--special .overlay__bottom .product-card__bottom-btn-like {
    background-color: #fff;
    color: #003882;
    text-transform: none;
    font-weight: 400;
    line-height: 60px;
    vertical-align: middle
}

.product-card-top-container .overlay--special .overlay__bottom .product-card__bottom-btn-like .icon {
    margin-right: 9px
}

.product-card-top-container:hover .overlay {
    opacity: 1
}

.product-card__img {
    width: 250px;
    height: 250px;
    display: block;
    margin: 0 auto 28px
}

.product-card__colors {
    list-style: none;
    width: 100%;
    text-align: center;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 265px;
    z-index: 1
}

.product-card__colors-item {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 5px
}

.product-card__colors-item>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.product-card__label-img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50
}

.product-card-label {
    display: table;
    height: 88px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    text-align: center;
    background-image: url(../images/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.product-card-label__count {
    display: table-cell;
    vertical-align: bottom;
    color: #e84046;
    font-family: Multicolore;
    font-size: 40px;
    padding-top: 10px;
    padding-right: 2px;
    letter-spacing: -1.06px
}

.product-card-label__info {
    display: table-cell;
    vertical-align: middle
}

.product-card-label__note {
    text-align: left;
    display: block;
    font-size: 16px;
    height: 16px
}

.product-card-label__price {
    display: inline-block;
    color: #003882;
    font-family: Multicolore;
    font-size: 20px;
    letter-spacing: -1.67px
}

.product-card-label__rub {
    display: inline-block;
    font-family: PTRoubleSans;
    font-size: 17px;
    margin-left: 2px
}

.product-card__badge {
    background-color: #4d7bcd;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50
}

.product-card__badge-price {
    display: inline-block;
    position: absolute;
    top: 203px;
    right: 19px;
    margin-top: 2px;
    width: 56px;
    height: 56px;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 10px;
    padding-top: 23px;
    z-index: 50
}

.product-card__badge-price--red {
    background-color: #ff0009
}

.product-card__badge-price--red2 {
    background-color: #ff0009
}

.product-card__badge-price--purple {
    background-color: #852f8d
}

.product-card__badge-price--green {
    background-color: #00a14c
}

.product-card__badge-price--yellow {
    background-color: #feef38
}

.product-card__badge-price--yellow span {
    color: #193e92
}

.product-card__badge-price--violet {
    background-color: #5c1f88
}

.product-card__badge-price--turquoise {
    background-color: #0F96A0
}

.product-card__badge-price--scarlet {
    background-color: #E5006F
}

.product-card__title {
    color: #2c2c2c;
    font-size: 18px;
    padding: 0 20px;
    overflow: hidden
}

.product-card__bottom {
    padding: 0 30px 30px 40px
}

.product-card__bottom-btn-like {
    cursor: pointer;
    float: left;
    padding: 0;
    line-height: 60px;
    vertical-align: middle
}

.product-card__bottom-btn-like .icon {
    width: 22px;
    font-size: 22px;
    color: #003882;
    display: inline-block
}

.product-card__bottom-btn-like:hover {
    opacity: 1
}

.product-card__bottom-btn-like:hover .icon {
    opacity: .7
}

.product-card__bottom-btn-like.active .icon {
    color: #70b01b
}

.product-card__bottom-btn-like.active .icon:before {
    content: '\e811'
}

.product-card__bottom-btn-like.active .icon:hover {
    color: #7ec500;
    opacity: 1
}

.product-card__bottom-btn {
    width: 135px;
    padding: 0;
    line-height: 60px;
    background-color: #7ec500;
    text-transform: none;
    font-weight: 400
}

.product-card__bottom-btn .icon {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0
}

.product-card__bottom-btn:hover {
    background-color: #70b01b
}

.product-card__bottom-badge-price {
    display: inline-block;
    margin-top: 2px;
    width: 56px;
    height: 56px;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 10px;
    padding-top: 25px;
    float: right
}

.product-card__bottom-badge-price--red {
    background-color: #e84046
}

.product-card__bottom-badge-price--purple {
    background-color: #852f8d
}

.product-card__bottom-badge-price--violet {
    background-color: #5c1f88
}

.product-card--lg {
    margin-bottom: 20px;
    padding: 0
}

.product-card--lg .product-card-top {
    padding: 14px 0 0
}

.product-card--lg .product-card-top-container .overlay {
    line-height: 463px
}

.product-card--lg .product-card__img {
    width: 343px;
    height: 343px;
    margin-bottom: 45px
}

.product-card--lg .product-card__title {
    padding: 0 20px
}

.product-card--lg .product-card__colors {
    top: 370px
}

.product-card--lg .product-card__colors-item {
    width: 22px;
    height: 22px;
    margin: 0 6px
}

.product-card--lg .product-card__badge-price {
    top: 290px
}

.product-card--lg .product-card__badge-price--left {
    left: 20px;
    right: auto
}

.product-card--md {
    padding: 0;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px
}

.product-card--md .product-card-top {
    padding-top: 20px;
    padding-bottom: 10px
}

.product-card--md .product-card__bottom {
    padding: 0 20px 10px 30px
}

.product-card--md .product-card__bottom-btn {
    width: 110px
}

.product-card--md .product-card__title {
    padding: 0 20px
}

.product-card--md .product-card__colors {
    top: 280px
}

.product-card--md .product-card-hover-block {
    height: 390px
}

.product-card--md .product-card-top-container .overlay {
    line-height: 370px
}

.product-card--md .product-card-top-container .overlay.overlay--special .overlay__top {
    height: 322px
}

.product-card .overlay-btn {
    height: 383px;
    line-height: 370px;
    border: 1px solid #e6e6e6;
    background-color: rgba(126, 197, 0, .8);
    position: absolute;
    z-index: 110;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    padding: 0 25px
}

.product-card .overlay-btn__desc {
    background-color: #003882;
    padding: 40px 14px;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.product-card .overlay-btn__desc-title {
    width: 100%;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 7px
}

.product-card .overlay-btn__desc-text {
    width: 100%;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.badge-price-value {
    color: #fff;
    font-family: multicolore;
    font-size: 36px;
    line-height: 0
}

.badge-price-value--md {
    font-size: 34px!important;
}
.badge-price-value--lg {
    font-size: 24px!important;
}

.badge-price-value--mdn {
    font-size: 30px!important;
}

.badge-price-value--sm {
    font-size: 24px!important;
}

.badge-price-currency {
    color: #fff;
    font-size: 10px;
    line-height: 0;
    font-weight: 400
}

.widgets-block {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 70px
}

.widgets-block:after,
.widgets-block:before {
    content: " ";
    display: table
}

.widgets-block:after {
    clear: both
}

.widgets-block__item:first-of-type {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .widgets-block__item:first-of-type {
        float: left;
        width: 33.33333333%
    }
}

.widgets-block__item:nth-of-type(2) {
    padding-top: 49px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .widgets-block__item:nth-of-type(2) {
        float: left;
        width: 16.66666667%
    }
}

.widgets-block__item:nth-of-type(3),
.widgets-block__item:nth-of-type(4) {
    padding-top: 49px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .widgets-block__item:nth-of-type(3),
    .widgets-block__item:nth-of-type(4) {
        float: left;
        width: 25%
    }
}

.action-block {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 29px
}

.action-block:after,
.action-block:before {
    content: " ";
    display: table
}

.action-block:after {
    clear: both
}

.action-block__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block
}

@media (min-width:768px) {
    .action-block__item {
        float: left;
        width: 33.33333333%
    }
}

.action-block__item:hover {
    opacity: 1
}

.action-title {
    padding: 55px 0 48px
}

.action-card {
    border: 1px solid #dfdfdf;
    background-color: #fff
}

.action-card__header {
    height: 65px;
    line-height: 65px;
    padding-left: 20px
}

.action-card__header img {
    display: inline-block;
    height: 34px;
    vertical-align: middle
}

.action-card__img {
    display: block;
    height: 278px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.action-card__img--lk {
    height: 213px
}

.action-card__desc {
    padding: 32px 30px 27px
}

.action-card__desc-title {
    height: 50px;
    font-family: Roboto, sans-serif;
    color: #003882;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0
}

.action-card__info {
    height: 200px;
    margin: 22px 0;
    font-weight: 300
}

.action-card__date {
    color: #000;
    font-size: 12px;
    line-height: 30px;
    vertical-align: middle
}

.action-card__date .icon {
    color: #7ec500;
    font-size: 19px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.action-card__footer {
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    background-color: #7ec500
}

.action-card__footer .icon {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.action-card__footer-date {
    float: right;
    text-align: right
}

.raffle-promo {
    background-color: #8ebb3a;
    position: relative;
    min-height: 500px;
    padding-top: 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center bottom
}

.raffles-block {
    padding-bottom: 26px
}

.raffles-block__title {
    height: 123px;
    line-height: 123px;
    vertical-align: middle;
    background-color: #f2f2f2
}

.raffles-block__logo {
    height: 123px;
    line-height: 123px;
    text-align: center
}

.raffles-block__logo img {
    height: 45px;
    display: inline-block;
    vertical-align: middle
}

.raffles-block__image {
    width: 100%;
    height: 540px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom center
}

.raffles-block__caption {
    color: #003882;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    margin: 55px 0 43px
}

.raffles-block__row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px
}

.raffles-block__row:after,
.raffles-block__row:before {
    content: " ";
    display: table
}

.raffles-block__row:after {
    clear: both
}

.raffles-block__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center
}

@media (min-width:768px) {
    .raffles-block__item {
        float: left;
        width: 16.66666667%
    }
}

.raffles-block__item .raffle-item-text {
    color: #000;
    font-size: 14px;
    line-height: 24px
}

.raffles-block__item img {
    height: 125px;
    display: block;
    margin: 0 auto
}

@media (min-width:768px) {
    .raffles-block__item:first-of-type {
        margin-left: 25%
    }
}

@media (min-width:768px) {
    .raffles-block__item:first-of-type.no-offset {
        margin-left: 16.66666667%
    }
}

.raffles-block__item:first-of-type img {
    height: 122px
}

.raffle-list {
    list-style: none;
    padding: 0
}

.raffle-list li {
    display: inline-block;
    margin-right: 20px
}

.raffle-list li a {
    color: #474747;
    font-size: 16px;
    text-decoration: underline
}

.raffle-timer {
    text-align: center
}

.raffle-timer h2 {
    margin-bottom: 35px
}

.raffle-timer .flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: auto;
    display: inline-block;
    margin: 1em
}

.raffle-timer .flip-clock-wrapper ul.flip {
    position: relative;
    float: left;
    margin: 5px;
    width: 80px;
    height: 100px;
    font-size: 80px;
    font-weight: 700;
    line-height: 87px;
    border-radius: 6px;
    background: #fff
}

.raffle-timer .flip-clock-wrapper ul.flip a:hover {
    opacity: 1
}

.raffle-timer .flip-clock-wrapper .flip-clock-label {
    display: none
}

.raffle-timer .flip-clock-wrapper .flip-clock-dot {
    display: none
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to top, #000 0, #fff 50%);
    opacity: .05
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #7ec500;
    text-shadow: none;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    font-family: Roboto, sans-serif;
    font-size: 55px;
    font-weight: 500;
    vertical-align: middle
}

.flip-clock-wrapper .flip {
    box-shadow: 0 0 15px rgba(0, 0, 0, .14)
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, #848484 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #848484), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, #848484 0, rgba(0, 0, 0, .1) 100%;
    background: -ms-linear-gradient(top, #848484 0, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, #848484 0, rgba(0, 0, 0, .1) 100%;
    -webkit-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, #848484 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #848484), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, #848484 0, rgba(0, 0, 0, .1) 100%;
    background: -ms-linear-gradient(top, #848484 0, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, #848484 0, rgba(0, 0, 0, .1) 100%;
    -webkit-animation: hide .5s .3s linear both;
    animation: hide .5s .2s linear both
}

.raffle-confirmation {
    background: url(../images/FixPriceClub-2017_ten_Roz7_sm.png) no-repeat -255px -45px;
    width: 122px;
    height: 122px;
    margin: 0 auto
}

.raffle-win {
    background: url(../images/FixPriceClub-2017_ten_Roz7_sm.png) no-repeat -470px -41px;
    width: 132px;
    height: 124px;
    margin: 0 auto
}

.raffle-winner {
    background: url(../images/FixPriceClub-2017_ten_Roz7_sm.png) no-repeat -697px -47px;
    width: 111px;
    height: 112px;
    margin: 0 auto
}

.account-header {
    padding: 0 0 20px;
    background-color: #f2f2f2
}

.agree-form {
    width: 100%;
    text-align: center;
    padding: 30px 0
}

.agree-form__form-control {
    height: 25px;
    margin-bottom: 50px
}

.agree-form__label {
    display: inline-block;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle
}

.agree-form__label--md {
    vertical-align: top;
    font-size: 18px;
    max-width: 680px;
    color: #323232
}

.agree-form__link {
    color: #7ec500
}

.agree-form__check {
    width: 25px;
    height: 25px
}

.agree-form__check+label {
    cursor: pointer
}

.agree-form__check:not(checked) {
    position: absolute;
    opacity: 0
}

.agree-form__check:not(checked)+label {
    position: relative;
    z-index: 10;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 14px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    border: 2px solid #7ec500;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle
}

.agree-form__check:not(checked)+label:before {
    position: absolute;
    content: '';
    display: none;
    width: 15px;
    height: 15px;
    top: 3px;
    left: 3px;
    background-image: linear-gradient(180deg, #7ec500 0, #70b01b 100%)
}

.agree-form__check:checked+label {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    border: 2px solid #7ec500;
    border-radius: 0
}

.agree-form__check:checked+label:before {
    display: block
}

.specification-link {
    display: block;
    margin-top: 19px;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 24px
}

.search-form {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 20px;
    position: relative
}

.search-form form {
    position: relative
}

.search-form__item {
    width: 100%;
    height: 40px;
    border: 1px solid #969696;
    padding: 8px 33px 8px 26px;
    box-sizing: border-box!important
}

.search-form__submit {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search-form__submit .icon {
    color: #7ec500;
    font-size: 14px
}

.search-form--location {
    margin: 0 20px 0 0;
    border: 1px solid #E5E5E5;
}

.search-form--location .search-form__item {
    border: 0;
    width: 450px;
    height: 50px;
    padding: 13px 26px
}

.promo-block {
    position: relative
}

.promo-block__btn-container {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    padding-bottom: 56px
}

.top-footer {
    background-color: #f2f2f2;
    padding-top: 30px
}

.social-cards {
    margin-left: -15px;
    margin-right: -15px
}

.social-cards:after,
.social-cards:before {
    content: " ";
    display: table
}

.social-cards:after {
    clear: both
}

.social-cards__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width:768px) {
    .social-cards__item {
        float: left;
        width: 25%
    }
}

.social-card {
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.form-subscribe {
    width: 100%;
    background-color: #003882;
    padding: 50px 30px 40px
}

.form-subscribe .form-control {
    width: 100%;
    padding: 18px 30px;
    margin: 30px 0 20px
}

.nav-tabs {
    display: block;
    width: 100%;
    list-style: none;
    margin: 19px 0 20px;
    padding: 0
}

.nav-tabs:after,
.nav-tabs:before {
    content: " ";
    display: table
}

.nav-tabs:after {
    clear: both
}

.nav-tabs>li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.nav-tabs>li>a {
    color: #003882;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 900;
    line-height: 19px;
    text-transform: uppercase;
    height: 60px;
    padding: 20px 25px 0;
    background-color: #fff;
    text-align: center
}

.nav-tabs>li>a.custom-tab {
    padding: 11px 25px 0
}

.nav-tabs>li>a .icon-home {
    font-size: 27px;
    color: #003882
}

.nav-tabs>li>a:hover {
    color: #4d7bcd;
    opacity: 1
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #7ec500
}

.nav-tabs>li.active>a .icon-home,
.nav-tabs>li.active>a:focus .icon-home,
.nav-tabs>li.active>a:hover .icon-home {
    color: #fff
}

.nav-tabs>li.home-tab>a {
    padding: 18px 15px 0
}

.nav-tabs>li.active.special-tab>a,
.nav-tabs>li.special-tab>a {
    color: #fff;
    background-color: #e84046
}

.nav-tabs.registered li.special-tab {
    display: none
}

.nav-tabs--registration {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    width: auto
}

.nav-tabs--registration>li {
    margin-right: 20px
}

.nav-tabs--registration>li>a {
    border: 1px solid rgba(0, 0, 0, .41);
    color: rgba(0, 0, 0, .41);
    font-size: 14px;
    height: 30px;
    line-height: normal;
    text-transform: uppercase;
    padding: 5px 16px 5px;
    background-color: transparent;
    text-align: center
}

.nav-tabs--registration>li>a:hover {
    border: 1px solid #7ec500
}

.nav-tabs--registration>li.active>a,
.nav-tabs--registration>li.active>a:focus,
.nav-tabs--registration>li.active>a:hover {
    color: #fff;
    background-color: #7ec500;
    border: 1px solid #7ec500
}

.nav-tabs--registration>li:first-of-type>a {
    padding: 6px 16px 5px
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.tab-content.registered .personal-info__program {
    display: none
}

.tab-content.registered .personal-info__card {
    display: table-cell
}

.tab-content.registered .personal-info__card-balance {
    display: table;
    margin: auto;
    width: 640px;
}

.tab-content.registered .personal-data__item.registered {
    display: block
}

.tab-content.registered .personal-data__item.unregistered {
    display: none
}

.personal-info {
    display: table;
    float: left;
    margin: auto;
}

.personal-info__client {
    padding: 43px 70px 60px 0;
    width: 300px;
    display: table-cell;
    vertical-align: top
}

.personal-info__program {
    display: table-cell;
    padding: 24px 0 23px
}

.personal-info__program-head {
    color: #474747;
    margin-bottom: 48px
}

.personal-info__card {
    display: none;
    width: 270px;
    padding: 40px 0 0 0
}

.personal-info__card-balance {
    display: none;
    padding-top: 20px
}

.personal-info__greeting {
    color: #323232;
    font-size: 14px;
    text-transform: uppercase
}

.client-name {
    color: #000;
    font-size: 40px;
    font-weight: 300;
    line-height: 46px;
    margin: 28px 0 48px
}

.lost-card-link {
    float: right;
    color: #474747;
    font-size: 14px;
    text-decoration: underline
}

.lost-card-link:hover {
    text-decoration: underline
}

.lost-card-link--lg {
    font-size: 16px;
    float: none;
    display: inline-block;
    margin-top: 18px
}

.client-points {
    margin: 30px 0 25px
}

.client-points__active {
    display: inline-block;
    color: #000;
    font-size: 43px;
    font-weight: 300;
    line-height: 60px
}

.client-points__inactive {
    display: inline-block;
    float: right;
    width: 234px;
    height: 60px;
    border-radius: 100px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 10px 10px 0 30px
}

.client-points__inactive .inactive-points {
    color: #000;
    font-size: 20px;
    line-height: 24px
}

.client-points__inactive>.btn-oval {
    float: right
}

.personal-card__header {
    margin-bottom: 25px;
    color: #000;
    font-size: 22px;
    font-weight: 300
}

.personal-card__control {
    height: 238px;
    background-image: url(../images/personal-card-3.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative
}

.personal-card__number {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 249px;
    height: 40px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
    border-radius: 12px;
    background-color: #fff;
    border: 0;
    padding: 3px 15px 4px;
    vertical-align: bottom;
    color: #757575;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    text-align: left
}

.personal-card__number::-webkit-input-placeholder {
    color: #969696;
    font-size: 12px;
    letter-spacing: .75px;
    text-transform: uppercase
}

.personal-card__number:-ms-input-placeholder {
    color: #969696;
    font-size: 12px;
    letter-spacing: .75px;
    text-transform: uppercase
}

.personal-card__number::-moz-placeholder {
    color: #969696;
    font-size: 12px;
    letter-spacing: .75px;
    text-transform: uppercase
}

.personal-card__number:-moz-placeholder {
    color: #969696;
    font-size: 12px;
    letter-spacing: .75px;
    text-transform: uppercase
}

.personal-card--sm .personal-card__control {
    width: 270px;
    height: 174px;
    margin-top: 30px
}

.personal-card--sm .personal-card__number {
    width: 182px;
    height: 29px;
    right: 8px;
    bottom: 9px;
    text-align: center;
    border-radius: 10px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #848484
}

.personal-card--lg .personal-card__control {
    width: 470px;
    height: 302px;
    margin-bottom: 43px
}

.personal-card--lg .personal-card__number {
    right: 20px;
    bottom: 21px;
    width: 330px;
    height: 50px;
    border-radius: 15px;
    padding: 0 17px 0 18px;
    vertical-align: bottom;
    color: #000;
    font-size: 24px;
    letter-spacing: 1px
}

.personal-card--lg .personal-card__number::-webkit-input-placeholder {
    color: #969696;
    font-size: 16px;
    letter-spacing: 1px
}

.personal-card--lg .personal-card__number:-ms-input-placeholder {
    color: #969696;
    font-size: 16px;
    letter-spacing: 1px
}

.personal-card--lg .personal-card__number::-moz-placeholder {
    color: #969696;
    font-size: 16px;
    letter-spacing: 1px
}

.personal-card--lg .personal-card__number:-moz-placeholder {
    color: #969696;
    font-size: 16px;
    letter-spacing: 1px
}

.card-registration-block {
    padding: 20px 0 45px;
    border-bottom: 1px solid #7ec500
}

.card-registration-block__header {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px
}

.card-registration-bottom-block {
    padding: 15px 0 0;
    display: table;
    width: 100%
}

.card-registration-bottom-block__item {
    display: table-cell
}

.card-registration-bottom-block__item:last-of-type {
    vertical-align: middle;
    width: 300px
}

.card-program {
    text-align: justify;
    margin-bottom: 50px
}

.card-program:after {
    content: '';
    display: inline-block;
    width: 100%
}

.card-program__item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 33%;
    padding-right: 70px
}

.card-program__img {
    display: block;
    height: 130px;
    margin-bottom: 28px
}

.card-program__title {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.card-program__desc {
    color: #000;
    font-size: 14px;
    line-height: 20px
}

.card-program--sm {
    margin-bottom: 0
}

.card-program--sm .card-program__item {
    padding-right: 0;
    width: 230px;
    margin-right: 30px;
}

.card-program--sm .card-program__img {
    height: 115px;
    margin-bottom: 18px
}

.personal-data {
    height: 952px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 80px
}

.personal-data:after,
.personal-data:before {
    content: " ";
    display: table
}

.personal-data:after {
    clear: both
}

.personal-data__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px
}

@media (min-width:768px) {
    .personal-data__item {
        float: left;
        width: 33.33333333%
    }
}

.personal-data__item.registered {
    display: none
}

.personal-data__green-link {
    display: inline-block;
    margin-bottom: 10px;
    color: #77b524;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.personal-data__p {
    line-height: 20px;
    margin-bottom: 25px
}

.error-message {
    margin-top: 20px;
    padding: 17px 0 19px;
    margin-left: 0;
    margin-right: 0;
    background-color: rgba(255, 237, 0, .4)
}

.error-message:after,
.error-message:before {
    content: " ";
    display: table
}

.error-message:after {
    clear: both
}

.error-message__item:first-of-type {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .error-message__item:first-of-type {
        float: left;
        width: 75%
    }
}

.error-message__item:last-of-type {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right
}

@media (min-width:768px) {
    .error-message__item:last-of-type {
        float: left;
        width: 25%
    }
}

.error-message__text {
    color: #000;
    font-size: 12px;
    line-height: 24px
}

.error-message__link {
    color: #000;
    font-size: 12px;
    line-height: 24px;
    text-decoration: underline
}

.error-message__link:hover {
    text-decoration: underline
}

.link-tabs {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.link-tabs:after,
.link-tabs:before {
    content: " ";
    display: table
}

.link-tabs:after {
    clear: both
}

.link-tabs>li {
    float: left;
    margin-right: 40px
}

.link-tabs>li>a {
    color: #7ec500;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 24px 0 22px;
    background-color: transparent;
    text-align: left
}

.link-tabs>li>a:hover {
    opacity: .7
}

.link-tabs>li.active>a,
.link-tabs>li.active>a:focus,
.link-tabs>li.active>a:hover {
    color: #003882
}

.tab-order-content>.tab-order-pane {
    display: none
}

.tab-order-content>.active {
    display: block
}

.orders-list {
    background-color: #fff;
    margin-bottom: 140px
}

.orders-list-item__row {
    margin-left: -15px;
    margin-right: -15px
}

.orders-list-item__row:after,
.orders-list-item__row:before {
    content: " ";
    display: table
}

.orders-list-item__row:after {
    clear: both
}

.orders-list-item+.orders-list-item {
    border-top: 1px solid rgba(132, 132, 132, .5)
}

.orders-list-item__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0
}

.orders-list-item__container:after,
.orders-list-item__container:before {
    content: " ";
    display: table
}

.orders-list-item__container:after {
    clear: both
}

@media (min-width:768px) {
    .orders-list-item__container {
        width: 750px
    }
}

@media (min-width:992px) {
    .orders-list-item__container {
        width: 970px
    }
}

@media (min-width:1100px) {
    .orders-list-item__container {
        width: 1170px
    }
}

.orders-list-item__container:after,
.orders-list-item__container:before {
    content: " ";
    display: table
}

.orders-list-item__container:after {
    clear: both
}

@media (min-width:768px) {
    .orders-list-item__container {
        max-width: 750px
    }
}

@media (min-width:992px) {
    .orders-list-item__container {
        max-width: 970px
    }
}

@media (min-width:1100px) {
    .orders-list-item__container {
        max-width: 1170px
    }
}

.orders-list-item__container--full {
    max-width: none;
    padding: 0
}

.orders-list-item__container--gray {
    background-color: #f2f2f2
}

.orders-list-item__container--dark-gray {
    background-color: rgba(0, 0, 0, .081)
}

.orders-list-item__container--blue {
    background-color: #003882
}

.orders-list-item__container--not-full {
    max-width: 1440px
}

.orders-list-item__container>.custom-wrap__header {
    padding-top: 40px
}

.orders-list-item__address,
.orders-list-item__date,
.orders-list-item__detail,
.orders-list-item__number,
.orders-list-item__status,
.orders-list-item__total {
    padding-top: 30px;
    padding-bottom: 30px
}

.orders-list-item__date {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .orders-list-item__date {
        float: left;
        width: 16.66666667%
    }
}

.orders-list-item__total {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .orders-list-item__total {
        float: left;
        width: 8.33333333%
    }
}

.orders-list-item__address {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .orders-list-item__address {
        float: left;
        width: 25%
    }
}

.orders-list-item__detail,
.orders-list-item__number,
.orders-list-item__status {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .orders-list-item__detail,
    .orders-list-item__number,
    .orders-list-item__status {
        float: left;
        width: 16.66666667%
    }
}

.orders-list-item__detail {
    padding-left: 0;
    text-align: left
}

.orders-list-item__title {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.orders-list-item__value {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 5px
}

.orders-list-item__address-link {
    color: #6ebd05;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    max-width: 220px;
    overflow: hidden;
    white-space: nowrap
}

.orders-list-item-status {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.orders-list-item-status--new {
    background-color: #7ec500
}

.orders-list-item-status--ready {
    background-color: #e84046
}

.actions-promo {
    margin: 30px 0 50px;
    display: table;
    width: 100%
}

.actions-promo__item:first-of-type {
    width: 57.264957%;
    display: table-cell;
    vertical-align: top
}

.actions-promo__item:last-of-type {
    display: table-cell;
    background-color: #fff;
    width: 42.735043%;
    padding: 20px 0 0 30px;
    vertical-align: top
}

.actions-promo__img {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.actions-promo__title {
    color: #003882;
    font-family: Roboto, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 12px
}

.actions-promo__list {
    list-style: none;
    padding-left: 34px;
    margin: 0 0 30px
}

.actions-promo__list-item {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    position: relative
}

.actions-promo__list-item:before {
    font-family: fix-price;
    content: '\e810';
    font-size: 25px;
    color: #7ec500;
    position: absolute;
    left: -34px;
    top: 1px
}

.actions-promo__btn {
    width: 269px
}

.paging {
    text-align: center;
    margin: 30px 0 50px;
    position: relative;
    width: 100%
}

.paging:after,
.paging:before {
    content: " ";
    display: table
}

.paging:after {
    clear: both
}

.paging__list {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 0
}

.paging__divider,
.paging__item {
    width: 40px;
    height: 40px;
    background-color: #4d7bcd;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px 0 0;
    padding: 0
}

.paging__divider a,
.paging__divider a:visited,
.paging__item a,
.paging__item a:visited {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 1
}

.paging__item {
    width: 40px;
    height: 40px;
    background-color: #4d7bcd;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px 0 0;
    padding: 0
}

.paging__item.active {
    color: #fff;
    background-color: #084ca0
}

.paging__item:hover {
    background-color: #084ca0
}

.paging__ctrl {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background-color: #4d7bcd;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.paging__ctrl:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.paging__ctrl:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    text-decoration: none;
    background-color: #084ca0
}

.paging__ctrl:active {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    text-decoration: none
}

.paging__ctrl.disabled {
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    cursor: default
}

.paging__ctrl.disabled:hover {
    background-color: #4d7bcd
}

.paging__ctrl--prev:before {
    content: '\e80b'
}

.paging__ctrl--next:before {
    content: '\e80c'
}

.paging-wrap {
    text-align: center
}

.detail-action {
    width: 100%
}

.detail-action__description {
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 0 65px
}

.detail-action__description:after,
.detail-action__description:before {
    content: " ";
    display: table
}

.detail-action__description:after {
    clear: both
}

.detail-action__description-item {
    margin-bottom: 34px
}

.detail-action__description-item h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 14px
}

.detail-action__description-item p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px
}

.detail-action__description-item p:last-child {
    margin-bottom: 0
}

.detail-action__description-item ol {
    padding-left: 0;
    margin: 0;
    list-style: none;
    counter-reset: list
}

.detail-action__description-item ol li {
    list-style-type: none;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    margin-bottom: 30px
}

.detail-action__description-item ol li:before {
    position: absolute;
    left: -100px;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    background-color: #7ec500;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    counter-increment: list;
    content: counter(list)
}

.detail-action__description-item:nth-child(n) {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .detail-action__description-item:nth-child(n) {
        float: left;
        width: 41.66666667%
    }
}

.detail-action__description-item:nth-child(2n) {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .detail-action__description-item:nth-child(2n) {
        float: left;
        width: 58.33333333%
    }
}

.detail-action__description-item:nth-child(2n+1) {
    clear: left
}

.detail-action__description-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 14px
}

.detail-action__description-list {
    padding-left: 0;
    margin: 0;
    list-style: none;
    counter-reset: list
}

.detail-action__description-list-item {
    list-style-type: none;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    margin-bottom: 30px
}

.detail-action__description-list-item:before {
    position: absolute;
    left: -100px;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    background-color: #7ec500;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    counter-increment: list;
    content: counter(list)
}

.detail-action__description-text {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px
}

.detail-action__description-text:last-child {
    margin-bottom: 0
}

.question-link {
    font-size: 18px;
    line-height: 28px;
    color: silver;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.question-link:hover {
    color: #616161
}

.question-link .icon {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
    padding-bottom: 5px
}

.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    min-width: 50px;
    min-height: 40px;
    text-align: left;
    margin-left: 15px;
    white-space: normal;
    border: 0;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, .09);
    background-color: #fff;
    padding: 1px
}

.webui-popover .webui-popover-content {
    padding: 20px 22px 20px 30px;
    text-align: left;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    background-color: #fff;
    max-width: 525px
}

.webui-popover.right-bottom>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right>.webui-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #fff
}

.webui-popover.right-bottom>.webui-arrow:after,
.webui-popover.right-top>.webui-arrow:after,
.webui-popover.right>.webui-arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.order-card__top-table {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 0
}

.order-card__top-table:after,
.order-card__top-table:before {
    content: " ";
    display: table
}

.order-card__top-table:after {
    clear: both
}

.order-card__number {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .order-card__number {
        float: left;
        width: 25%
    }
}

.order-card__status {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .order-card__status {
        float: left;
        width: 25%;
    }
}

.order-card__date {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .order-card__date {
        float: left;
        width: 16.66666667%;
    }
}

.order-card__row {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 0 50px
}

.order-card__row:after,
.order-card__row:before {
    content: " ";
    display: table
}

.order-card__row:after {
    clear: both
}

.order-card__address {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    height: 350px
}

@media (min-width:768px) {
    .order-card__address {
        float: left;
        width: 41.66666667%
    }
}

.order-card__map {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 350px
}

@media (min-width:768px) {
    .order-card__map {
        float: left;
        width: 58.33333333%
    }
}

.order-card__address-title {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    vertical-align: bottom;
    margin-bottom: 17px
}

.order-card__address-marker {
    width: 30px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 7px 5px 0
}

.order-card__address-value {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 21px
}

.order-card__working-hours {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 22px
}

.order-card__working-hours .working-hours-time {
    color: #003882
}

.order-card__payment {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 24px
}

.order-card__delivery {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    bottom: 6px
}

.order-card__delivery-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 16px
}

.order-card__metro {
    margin: 0;
    list-style: none;
    padding: 0
}

.order-card__metro .station {
    display: inline-block;
    margin: 13px 13px 25px 0
}

.order-card__metro .station__color {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin-right: 6px
}

.order-card__icon-card {
    vertical-align: middle;
    display: inline-block;
    width: 22px;
    margin-right: 10px
}

.order-detail__main {
    border-top: 1px solid #7ec500;
    border-bottom: 1px solid #7ec500
}

.order-detail__basket {
    padding-top: 50px
}

.order-detail__basket .order-product {
    padding-bottom: 30px;
    position: relative;
    margin: 0 0 20px
}

.order-detail__basket .order-product:before {
    content: '';
    position: absolute;
    height: 1px;
    display: block;
    background-color: #7ec500;
    bottom: 0;
    left: 15px;
    right: 0
}

.order-detail__basket .order-product:last-of-type:before {
    display: none
}

.order-detail__basket .order-product__footnote {
    font-size: 14px;
    opacity: .5;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -58px
}

@media (min-width:992px) {
    .order-detail__basket .order-product__footnote {
        float: left;
        width: 58.33333333%
    }
}

.order-detail__basket .order-product__info {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .order-detail__basket .order-product__info {
        float: left;
        width: 66.66666667%
    }
}

.order-detail__basket .order-product__numbers {
    margin-top: 20px;
    text-align: right
}

.order-detail__basket .order-product-price {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .order-detail__basket .order-product-price {
        float: left;
        width: 100%
    }
}

.order-detail__basket .order-product__appearence {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .order-detail__basket .order-product__appearence {
        float: left;
        width: 33.33333333%
    }
}

.order-detail__basket .order-products-list {
    margin-bottom: 0
}

.order-detail__title {
    font-size: 16px;
    text-transform: uppercase;
    margin: 18px 0 28px;
    color: #000
}

.order-detail-info {
    margin-left: -15px;
    margin-right: -15px
}

.order-detail-info:after,
.order-detail-info:before {
    content: " ";
    display: table
}

.order-detail-info:after {
    clear: both
}

.order-detail-comment {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 23px;
    margin-bottom: 130px;
    font-size: 18px
}

.order-detail-comment:after,
.order-detail-comment:before {
    content: " ";
    display: table
}

.order-detail-comment:after {
    clear: both
}

.order-detail-comment__title {
    text-transform: uppercase;
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .order-detail-comment__title {
        float: left;
        width: 16.66666667%
    }
}

.order-detail-comment__text {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.order-products-list {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px
}

@media (min-width:992px) {
    .order-products-list {
        float: left;
        width: 75%
    }
}

.order-product {
    margin-left: -15px;
    margin-right: -15px;
    margin: 20px 0 0 -15px
}

.order-product:after,
.order-product:before {
    content: " ";
    display: table
}

.order-product:after {
    clear: both
}

.order-product__appearence {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 270px;
    line-height: 270px;
    text-align: center
}

@media (min-width:992px) {
    .order-product__appearence {
        float: left;
        width: 25%
    }
}

.order-product__pic {
    position: relative;
    border: 1px solid #e6e6e6
}

.order-product__img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle
}

.order-product__badge {
    background-color: #4d7bcd;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    right: 0;
    top: 0
}

.order-product__badge--red {
    background-color: #e60004;
    width: auto;
    padding: 0 14px
}

.order-product__info {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .order-product__info {
        float: left;
        width: 75%
    }
}

.order-product__spec {
    margin-left: -15px;
    margin-right: -15px
}

.order-product__spec:after,
.order-product__spec:before {
    content: " ";
    display: table
}

.order-product__spec:after {
    clear: both
}

.order-product__numbers {
    float: right;
    width: 50%;
    margin-top: 60px
}

.order-product__quantity {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    margin-top: 18px
}

.order-product-price {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.order-product-price__old {
    display: block;
    text-align: right;
    text-decoration: line-through;
    font-size: 14px;
    color: #848484
}

.order-product-price__now {
    display: block;
    text-align: right;
    font-size: 18px;
    font-weight: 700
}

.order-product__name {
    font-size: 18px;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .order-product__name {
        float: left;
        width: 66.66666667%
    }
}

.order-product__container {
    margin-top: 55px
}

.order-product__btn-del {
    font-size: 18px;
    color: #7ec500;
    background-color: transparent
}

.order-total {
    background: #f2f2f2;
    margin-bottom: 30px;
    padding: 0 10px
}

.order-total--white {
    background-color: #fff
}

.order-shop-address-block {
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0 20px 0;
}
.order-shop-address-block__no-choosen {
    display: none;
}
.order-shop-address-block__choosen {
    display: none;
}
.order-shop-address-block_vis {
    display: block;
}
.order-shop-address-title {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
}
.order-shop-address-target {
    color: rgba(0, 0, 0, .634);
    font-size: 14px;
    line-height: 20px;
}
.order-shop-address-info {
    display: none;
    margin-top: 20px;
}
.order-shop-address-info_vis {
    display: block;
}
.order-shop-address-info__item {
    margin-bottom: 15px;
}
.order-shop-address-info__item:last-child {
    margin-bottom: 0px;
}
.order-shop-address-info__working {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-top: -10px;
}
.order-shop-address-info__costs {
    display: none;
    margin-bottom: 30px;
}
.order-shop-address-info__costs_vis {
    display: block;
}
.order-shop-address-info__checkbox {
    margin-top: 20px;
}
.custom-checkbox_2-row {
}
.custom-checkbox_2-row__input {
    display: none;
}
.custom-checkbox_2-row__label {
    display: flex;
    align-items: center;
    position: relative;
}
.custom-checkbox_2-row__label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #7EC500;
    margin-right: 9px;
}
.custom-checkbox_2-row__input:checked + .custom-checkbox_2-row__label:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 4px;
    background: #7EC500;
}
.order-total--white .order-total-discount,
.order-total--white .order-total-title {
    border-bottom: 1px solid #e6e6e6
}

.order-total-title {
    display: table;
    width: 100%;
    border-bottom: 1px solid #fff
}

.order-total-title__text {
    font-size: 14px;
    padding: 20px 0;
    display: table-cell;
    width: 60%;
    vertical-align: middle
}

.order-total-title__sum {
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0;
    display: table-cell;
    width: 40%;
    max-width: 0;
    text-align: right;
    white-space: nowrap;
    vertical-align: middle
}

.order-total-discount {
    padding: 30px 0;
    border-bottom: 1px solid #fff
}

.order-total-discount:after,
.order-total-discount:before {
    content: " ";
    display: table
}

.order-total-discount:after {
    clear: both
}

.order-total-discount__text {
    font-size: 18px;
    color: #7ec500;
    float: left;
    width: 60%
}

.order-total-discount__sum {
    font-size: 20px;
    font-weight: 700;
    color: #7ec500;
    float: right;
    width: 40%;
    text-align: right;
    white-space: nowrap
}

.order-total-discount__footnote {
    clear: both;
    font-size: 14px;
    color: #e60004;
    padding-top: 15px
}

.order-total-bottom {
    padding: 26px 0
}

.order-total-bottom:after,
.order-total-bottom:before {
    content: " ";
    display: table
}

.order-total-bottom:after {
    clear: both
}

.order-total-bottom__text {
    font-size: 20px;
    font-weight: 700;
    float: left;
    width: 40%
}

.order-total-bottom__sum {
    font-size: 24px;
    font-weight: 700;
    float: right;
    width: 60%;
    text-align: right
}

.order-total-bottom__btns {
    clear: both;
    padding-top: 15px
}

.order-total-bottom__btns .btn+.btn {
    margin: 10px 0 15px;
    color: #000;
    font-weight: 600
}

.order-total-loyalty-card {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #fff
}

.order-total-loyalty-card .btn {
    min-height: inherit!important;
}

.card-info {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .card-info {
        float: left;
        width: 25%
    }

    .order-info {
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}
@media (min-width:992px) {
    .order-info {
        float: left;
        width: 430px
    }
}
#map {
    width: 100%;
    height: 100%
}
.order-modal {
    display: table;
    border: 1px solid #e6e6e6;
    margin-top: 37px;
    margin-bottom: 37px
}
.order-modal:after,
.order-modal:before {
    content: " ";
    display: table
}
.order-modal:after {
    clear: both
}
.order-modal-info {
    padding: 20px 50px;
    display: table-cell;
    width: 75%
}
.order-modal-info__pic {
    width: 30%;
    position: relative;
    border: 1px solid #e6e6e6;
    display: inline-block;
    padding-top: 40px;
    margin: 20px 40px 0 0
}
.order-modal-info__text {
    display: inline-block;
    width: 50%;
    font-size: 18px;
    vertical-align: middle
}
.order-modal-info__quantity {
    color: #70b01b;
    margin-top: 35px;
    font-size: 18px;
    display: flex;
    justify-content: center;
}
.order-modal-info__footnote {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    opacity: .5
}
.order-modal-aside {
    display: table-cell;
    width: 25%;
    background-color: #f2f2f2;
    padding: 20px
}
.order-modal-aside__sum {
    font-size: 40px;
    line-height: 40px
}
.order-modal-aside-price {
    display: table;
    width: 100%
}
.order-modal-aside-price__old {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-decoration: line-through;
    font-size: 20px;
    opacity: .5
}
.order-modal-aside-price__discount {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    color: #7ec500;
    font-size: 18px
}
@media (max-width: 767px) {
    .order-modal {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    .order-modal-info,
    .order-modal-aside {
        display: block;
        width: 100%;
    }

    .order-modal-info {
        padding: 20px;
    }

    .order-modal-info h2 {
        font-size: 24px;
    }
}

.order-product__counter {
    position: relative;
    vertical-align: top;
    margin-top: 15px;
    font-size: 0;
    display: inline-block;
    max-width: 150px;
    line-height: 25px;
    height: 40px
}
.order-product__counter input[type=number] {
    box-sizing: border-box;
    -moz-appearance: textfield;
    width: 70px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    border: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #969696;
    font-weight: 400
}
.order-product__counter input[type=number]:focus {
    outline: 0
}
.order-product__counter input[type=number]::-webkit-inner-spin-button,
.order-product__counter input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.btn.btn-counter {
    text-decoration: none;
    width: 40px;
    height: 40px;
    border: 0;
    background-color: #7ec500;
    padding: 0;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    line-height: 36px
}
.btn.btn-counter:hover {
    background-color: #70b01b
}
.btn.btn-counter.disabled {
    opacity: .3;
}
.news {
    padding-bottom: 59px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #fff
}
.news__row {
    margin-left: -15px;
    margin-right: -15px
}
.news__row:after,
.news__row:before {
    content: " ";
    display: table
}
.news__row:after {
    clear: both
}
.news-items-block {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .news-items-block {
        float: left;
        width: 66.66666667%
    }
}
.news-item {
    display: block;
    background-color: #fff;
    padding: 30px 28px 22px;
    margin-bottom: 20px
}
.news-item:hover {
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}
.news-item__title {
    color: #6ebd05;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 19px
}
.news-item__text {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    height: 75px
}
.news-item__date {
    opacity: .3;
    color: #000;
    font-size: 14px;
    line-height: 26px
}
.sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .sidebar {
        float: left;
        width: 33.33333333%
    }
}
.sidebar-green-block {
    background-color: #7ec500;
    padding: 30px;
    margin-bottom: 20px
}
.sidebar-green-block__title {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 40px
}
.sidebar-green-block__title:last-child {
    margin-bottom: 18px
}
.sidebar-green-block__desc {
    color: #fff;
    font-family: Roboto, sans-serif;
    line-height: 30px;
    font-size: 20px
}
.sidebar-promo-slider {
    height: 646px;
    margin-bottom: 20px
}
.sidebar-promo-slider-item {
    height: 646px
}
.sidebar-promo-slider-item__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 370px
}
.sidebar-promo-slider-item__desc {
    background-color: #003882;
    height: 276px;
    padding: 30px
}
.sidebar-promo-slider-item__desc-title {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px
}
.sidebar-promo-slider-item__desc-text {
    color: #fff;
    font-size: 30px;
    line-height: 40px
}
.sidebar-promo-slider .slick-dots {
    z-index: 1000;
    bottom: 30px;
    text-align: left;
    padding-left: 30px
}
.sidebar-promo-slider .slick-dots li {
    margin: 0;
    width: auto
}
.sidebar-promo-slider .slick-dots button {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: transparent;
    opacity: 1;
    border: 1px solid #fff;
    margin-right: 9px
}
.sidebar-promo-slider .slick-dots button:before {
    display: none
}
.sidebar-promo-slider .slick-dots li.slick-active button {
    background-color: #fff
}
.sidebar-caption-container {
    margin: 40px 0 20px
}
.sidebar-product-card-slider {
    height: 560px;
    background-color: #fff;
    overflow: hidden
}
.sidebar-product-card-slider__item {
    display: inline-block;
    float: left
}
.sidebar-product-card-slider__item .product-card {
    margin-bottom: 0
}
.sidebar-product-card-slider .slick-arrow {
    font-size: 0;
    color: #fff;
    background: #003882;
    border: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: absolute;
    bottom: -20px;
    top: auto;
    width: 60px;
    height: 60px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    z-index: 100
}
.sidebar-product-card-slider .slick-arrow:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.sidebar-product-card-slider .slick-arrow:before {
    font-size: 25px;
    opacity: 1
}
.sidebar-product-card-slider .slick-arrow:hover {
    background-color: #4d7bcd
}
.sidebar-product-card-slider .slick-arrow.slick-prev {
    right: 50%;
    left: auto;
    margin-right: 5px
}
.sidebar-product-card-slider .slick-arrow.slick-prev:before {
    content: '\e80b'
}
.sidebar-product-card-slider .slick-arrow.slick-next {
    left: 50%;
    right: auto;
    margin-left: 5px
}
.sidebar-product-card-slider .slick-arrow.slick-next:before {
    content: '\e80c'
}
.sidebar-product-card-slider .slick-arrow:focus {
    outline: 0
}
.sidebar-promo-slider.slick-slider {
    margin-bottom: 20px
}
.booklets {
    background-color: #f2f2f2
}
.booklets-row {
    margin-left: -15px;
    margin-right: -15px
}
.booklets-row:after,
.booklets-row:before {
    content: " ";
    display: table
}
.booklets-row:after {
    clear: both
}
.booklets-items-block {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .booklets-items-block {
        float: left;
        width: 66.66666667%
    }
}
.booklets-card {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .booklets-card {
        float: left;
        width: 50%
    }
}
.booklets-card:nth-of-type(2n+1) {
    clear: left;
    margin-bottom: 43px
}
.booklets-card__img {
    height: 442px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-bottom: 12px
}
.booklets-card__title {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px
}
.booklets-presentation {
    margin-bottom: 20px
}
.location {
    padding: 41px 0
}
.location-header {
    padding-top: 50px;
    color: #003882;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 700
}
.toggle-switch-container {
    display: inline-block;
    text-align: center;
    height: 50px;
    background-color: none;
    position: relative
}
.toggle-switch {
    vertical-align: middle;
    margin: 0 3px 0 0;
    width: 28px;
    height: 28px
}
.toggle-switch+label {
    cursor: pointer
}
.toggle-switch:not(checked) {
    position: absolute;
    opacity: 0;
    top: 11px
}
.toggle-switch:not(checked)+label {
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 56px;
    margin-left: 15px
}
.toggle-switch:not(checked)+label:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 56px;
    height: 32px;
    border-radius: 100px;
    background: #7ec500;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2)
}
.toggle-switch:not(checked)+label:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: all .2s
}
.toggle-switch:checked+label:after {
    left: 26px
}
.toggle-switch-value {
    display: inline-block;
    color: #000;
    margin: 0 0px 0 15px;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase
}
.shops--main {
    padding-top: 200px
}
.shops--main .shops-table {
    height: 400px;
    overflow-y: scroll
}
.shops-table {
    background-color: #fff;
    display: none
}
.shops-table__row {
    padding: 19px 0 23px;
    border-bottom: 2px solid #f2f2f2
}
.shops-table-item {
    margin-left: -15px;
    margin-right: -15px;
    color: rgba(0, 0, 0, .634);
    font-size: 14px;
    line-height: 20px
}
.shops-table-item:after,
.shops-table-item:before {
    content: " ";
    display: table
}
.shops-table-item:after {
    clear: both
}
.shops-table-item .icon {
    color: #7ec500;
    display: inline-block;
    margin-right: 12px
}
.shops-table-item .icon-custom-success {
    font-size: 13px
}
.shops-table-item .icon-location {
    font-size: 15px
}
.shops-table-item .icon-cancel {
    color: rgba(0, 0, 0, .19)
}
.shops-table-item__address {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .shops-table-item__address {
        float: left;
        width: 25%
    }
}
.shops-table-item__distance,
.shops-table-item__metro,
.shops-table-item__payment,
.shops-table-item__working-hours {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}
@media (min-width:768px) {
    .shops-table-item__distance,
    .shops-table-item__metro,
    .shops-table-item__payment,
    .shops-table-item__working-hours {
        float: left;
        width: 16.66666667%;
        text-align: center;
    }
}
.shops-table-item__location {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right
}
@media (min-width:768px) {
    .shops-table-item__location {
        float: left;
        width: 8.33333333%
    }
}
.shops-table-item__metro-station {
    list-style: none;
    padding: 0;
    margin: 0
}
.shops-table-item__metro-station .station {
    display: block;
    margin: 0 0 10px
}
.shops-table-item__metro-station .station__color {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin-right: 6px
}
.shops-table-item__metro-station .station:last-of-type {
    margin: 0
}
.shops-table-item__title {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin: 11px 0 16px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}
@media (min-width:768px) {
    .shops-table-item__title {
        text-align: center;
        float: left;
        width: 16.66666667%
    }
}
.shops-table-item__title:first-of-type {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .shops-table-item__title:first-of-type {
        float: left;
        width: 25%
    }
}
.shops-table--vacancy .shops-table-item .shops-table-item__title:first-of-type {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .shops-table--vacancy .shops-table-item .shops-table-item__title:first-of-type {
        float: left;
        width: 41.66666667%
    }
}
.shops-table--vacancy .shops-table-item .shops-table-item__address {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .shops-table--vacancy .shops-table-item .shops-table-item__address {
        float: left;
        width: 41.66666667%
    }
}
.shops-table--vacancy .shops-table-item .shops-table-item__location {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .shops-table--vacancy .shops-table-item .shops-table-item__location {
        float: left;
        width: 25%
    }
}
.shops-map {
    display: block;
    height: 800px
}
.shops-map--sm {
    height: 500px
}
.shops.list-on .shops-table {
    display: block;
    height: 100%;
}
.checkout-shops-map .shops-map {
    /*height: 500px*/
}
.shops--md {
    height: 450px;
    overflow-y: scroll
}
.shops--md .shops-map {
    height: 450px
}
.info-windows {
    background-color: #fff;
    padding: 0 0 15px 15px;
    position: relative;
    max-width: 370px
}
.info-windows .great-things-card {
    margin: 20px -15px 0
}
.info-windows-working-hours {
    display: table;
    width: 100%;
    margin-bottom: 42px
}
.info-windows-working-hours__title {
    display: table-cell;
    width: 210px
}
.info-windows-working-hours__day {
    display: table-cell;
    width: 70px
}
.info-windows-working-hours__hours {
    display: table-cell;
    text-align: right
}
.info-windows-payment {
    color: rgba(0, 0, 0, .634);
    font-size: 14px;
    line-height: 24px
}
.info-windows-payment .icon {
    font-size: 15px;
    color: #7ec500
}
.info-windows-distance {
    display: inline-block;
    float: right;
    color: rgba(0, 0, 0, .634);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 43px
}
.info-windows-distance .icon {
    display: inline-block;
    margin-right: 12px;
    font-size: 15px;
    color: #7ec500
}
.info-windows-card {
    display: inline-block;
    margin-right: 12px;
    width: 21px;
    height: 15px;
    margin-bottom: -2px
}
.info-windows-location-icon {
    width: 49px;
    height: 66px;
    display: block;
    position: relative;
    margin: 20px 0 -52px -25px;
    left: 50%
}
.info-windows-choose {
    padding: 0
}
.firstHeading {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 21px
}
.gm-style .gm-style-iw {
    overflow: visible;
    margin-bottom: 36px
}
.gm-style .gm-style-iw>div,
.gm-style .gm-style-iw>div>div {
    overflow: visible!important
}
.questions {
    background-color: #f2f2f2;
    padding-bottom: 50px
}
.questions-row {
    margin-left: -15px;
    margin-right: -15px
}
.questions-row:after,
.questions-row:before {
    content: " ";
    display: table
}
.questions-row:after {
    clear: both
}
.questions-block {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .questions-block {
        float: left;
        width: 66.66666667%
    }
}
.questions-caption-container {
    margin: 50px 0 20px
}
.questions-form-group {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .questions-form-group {
        float: left;
        width: 50%
    }
}
.questions-form-group--full {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .questions-form-group--full {
        float: left;
        width: 100%
    }
}
.questions-form-group:last-of-type {
    margin-bottom: 50px
}
.license-agreement {
    height: 297px;
    border: 1px solid #dfdfdf;
    padding: 20px 0 20px 20px;
    margin-bottom: 20px
}
.license-agreement__text {
    max-height: 220px;
    overflow-y: scroll;
    margin-bottom: 15px
}
.license-agreement__text p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 20px;
    padding-right: 25px
}
.license-agreement .agree-form__label {
    color: #000;
    font-size: 18px
}
.panel-group .panel {
    padding: 30px 90px 30px 30px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    position: relative
}
.panel-group .panel-btn {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: #fff;
    transition: all .5s
}
.panel-group .panel-btn .icon {
    color: #70b01b;
    font-size: 15px;
    display: block;
    height: 15px;
    line-height: 15px;
    position: absolute;
    top: 38px;
    right: 18px;
    transition: all .5s
}
.panel-group .panel-btn:hover {
    opacity: 1
}
.panel-group .panel-btn:hover .icon {
    opacity: .7
}
.panel-group .panel-btn[aria-expanded=true] {
    background-color: #7ec500
}
.panel-group .panel-btn[aria-expanded=true] .icon {
    color: #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    margin-top: 15px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px
}
.panel-group .panel-heading+.panel-collapse>.panel-body .icon-phone {
    font-size: 20px;
    color: #7ec500;
    display: inline-block;
    margin-right: 10px
}
.panel-group .panel-title {
    color: #70b01b;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px
}
.panel-group--career>.panel {
    background-color: #7ec500;
    margin-bottom: 2px;
    padding: 0;
    position: relative
}
.panel-group--career>.panel:first-of-type {
    margin-left: 150px
}
.panel-group--career>.panel:nth-child(2) {
    margin-left: 100px
}
.panel-group--career>.panel:nth-child(3) {
    margin-left: 50px
}
.panel-group--career>.panel .panel-collapse>.panel-body {
    background-color: #e2e2e2;
    padding: 0 70px;
    margin: 0
}
.panel-group--career>.panel .panel-collapse>.panel-body:after,
.panel-group--career>.panel .panel-collapse>.panel-body:before {
    content: " ";
    display: table
}
.panel-group--career>.panel .panel-collapse>.panel-body:after {
    clear: both
}
.panel-group--career>.panel .panel-heading {
    padding: 40px 30px;
    min-height: 143px
}
.panel-group--career>.panel .panel-title {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    line-height: 35px;
    font-weight: 400;
    text-transform: uppercase
}
.panel-group--career>.panel .panel-title .panel-subtitle {
    display: block;
    max-width: 200px;
    opacity: .5;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase
}
.panel-group--career>.panel .panel-btn {
    background-color: transparent;
    height: 150px;
    right: 0
}
.panel-group--career>.panel .panel-btn .icon {
    color: #fff;
    top: 68px
}
.pill-content>.pill-pane,
.tab-content>.tab-pane {
    display: block;
    height: 0;
    overflow: hidden
}
.pill-content>.active,
.tab-content>.active {
    height: auto
}
.checkout--unregistered {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
    background: #f2f2f2;
    padding: 90px 100px 100px;
    margin-top: 48px
}
.checkout__header {
    color: #003882;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px
}
.checkout-login {
    margin-left: -15px;
    margin-right: -15px
}
.checkout-login:after,
.checkout-login:before {
    content: " ";
    display: table
}
.checkout-login:after {
    clear: both
}
.checkout-login__opt {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:992px) {
    .checkout-login__opt {
        float: left;
        width: 50%
    }
}
.checkout-login__title {
    font-size: 16px;
    font-weight: light;
    margin-bottom: 12px
}
.checkout-state {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    font-size: 0;
    white-space: nowrap
}
.checkout-state__item {
    display: inline-block;
    position: relative;
    width: 180px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding-left: 18px;
    background: #fff;
    font-size: 16px
}
.checkout-state__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 18px;
    border-color: transparent transparent transparent #fff
}
.checkout-state__item:first-child:before {
    border-color: transparent transparent transparent #f2f2f2
}
.checkout-state__item:last-child {
    margin-right: 18px
}
.checkout-state__item:last-child:after {
    content: "";
    position: absolute;
    right: -18px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 18px;
    border-color: transparent transparent transparent #fff
}
.checkout-state__item.active {
    background: #7ec500;
    color: #fff
}
.checkout-state__item.active:after {
    border-color: transparent transparent transparent #7ec500
}
.checkout-state__item.active+.checkout-state__item:before {
    border-color: transparent transparent transparent #7ec500
}
.checkout-info {
    background-color: #f2f2f2;
    padding-bottom: 150px
}
.checkout-confirm {
    margin-left: -15px;
    margin-right: -15px
}
.checkout-confirm:after,
.checkout-confirm:before {
    content: " ";
    display: table
}
.checkout-confirm:after {
    clear: both
}
.checkout-confirm__info {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:992px) {
    .checkout-confirm__info {
        float: left;
        width: calc(100% - 430px)
    }
}
.checkout-confirm__checkout-city {
    margin-bottom: 30px;
}
.checkout-city {
    color: #003882;
    font-size: 24px;
    font-weight: 700;
}
.checkout-shops-map {
    position: relative;
    display: block;
}
.checkout-order__title {
    text-transform: uppercase;
    font-size: 18px;
    margin: 10px 0 19px
}
.checkout-order__title__yandex-taxi {
    text-transform: initial;
}
.checkout-order__desc__yandex-taxi {
    font-size: 17px;
    font-weight: 600;
}
.checkout-order__num {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 19px
}
.checkout-final {
    background: #f2f2f2;
    padding-top: 1px;
    padding-bottom: 60px
}
.order-checkout-confirm {
    text-align: center;
    padding: 0 10px 29px
}
.resume-shopping {
    display: inline-block;
    color: #474747;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 25px
}
.resume-shopping:hover {
    text-decoration: underline
}
#checkout-map {
    width: 100%;
    height: 100%
}
.password-forgotten {
    display: inline-block;
    color: #474747;
    font-size: 14px;
    text-decoration: underline
}
.password-forgotten:hover {
    text-decoration: underline
}
.registration-tabs-container {
    margin-bottom: 20px
}
.registration-tabs-container--no-margin {
    margin-bottom: 0
}
.registration-tabs-container__text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase
}
.registration-tabs-container__green-link {
    display: inline-block;
    vertical-align: middle;
    color: #7ec500;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}
.registration-form__row {
    margin-left: -15px;
    margin-right: -15px
}
.registration-form__row:after,
.registration-form__row:before {
    content: " ";
    display: table
}
.registration-form__row:after {
    clear: both
}
.registration-form__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .registration-form__item {
        float: left;
        width: 50%
    }
}
.great-things-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 470px;
    padding-left: 36px;
    margin-bottom: 10px
}
.great-things-list__item {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    position: relative
}
.great-things-list__item:before {
    display: inline-block;
    color: #7ec500;
    font-family: fix-price;
    content: '\e810';
    font-size: 25px;
    line-height: 28px;
    margin-right: 9px;
    vertical-align: middle;
    position: absolute;
    left: -36px;
    top: 1px
}
.great-things-list--white .great-things-list__item {
    color: #fff
}
.great-things-list--white .great-things-list__item:before {
    content: '\e815';
    color: #fff;
    font-size: 10px;
    width: 25px;
    height: 25px;
    background-color: #7ec500;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    top: 2px
}
.great-things-promo {
    background-color: #fff;
    padding: 37px 70px 50px;
    background-image: url(../images/great-things/background-map.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom center;
    position: relative;
    margin-top: 39px
}
.great-things-promo__header {
    color: #003882;
    font-family: Roboto, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 35px
}
.great-things-promo__btn {
    position: absolute;
    top: 275px;
    right: 148px
}
.great-things-promo__footer-link {
    display: inline-block;
    float: left;
    vertical-align: middle;
    color: rgba(0, 56, 130, .96);
    font-size: 14px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase
}
.great-things-promo__footer-btn {
    padding: 11px 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #7ec500;
    width: 100%
}
.great-things-promo__footer-btn:hover {
    background-color: #70b01b
}
.great-things-info {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 42px 0 50px;
    min-height: 357px;
    position: relative
}
.great-things-info--green {
    background-color: #7ec500;
    margin: 60px 0 40px
}
.great-things-info--blue {
    background-color: #38beea
}
.great-things-info__card {
    position: absolute;
    top: 44px;
    left: 84px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    width: 409px;
    height: 264px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background-image: url(../images/personal-card.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 15px
}
.great-things-info__head {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 35px
}
.great-things-info-desc {
    width: 470px;
    margin-left: 585px
}
.great-things-info-desc__title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 15px
}
.great-things-info-desc__text {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px
}
.great-things-row {
    margin-left: -15px;
    margin-right: -15px
}
.great-things-row:after,
.great-things-row:before {
    content: " ";
    display: table
}
.great-things-row:after {
    clear: both
}
.great-things-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .great-things-item {
        float: left;
        width: 33.33333333%
    }
}
.great-things-item--card {
    float: right;
    padding-top: 20px
}
.great-things-sl-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .great-things-sl-item {
        float: left;
        width: 50%
    }
}
.great-things-card {
    border: 1px solid #dfdfdf;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    display: block
}
.great-things-card__img {
    height: 278px;
    margin: -30px -30px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.great-things-card__date {
    color: #000;
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 5px
}
.great-things-card__text {
    height: 78px;
    color: #003882;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 24px
}
.great-things-card__text:last-child {
    margin-bottom: 0
}
.great-things-card__btn-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .great-things-card__btn-container {
        float: left;
        width: 50%
    }
}
.great-things-card__btn {
    padding: 18px 0 20px;
    font-size: 12px;
    width: 100%
}
.great-things-card-link {
    display: block;
    min-height: 515px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 203px 30px 0
}
.great-things-card-link:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .2;
    z-index: 0
}
.great-things-card-link__title {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 44px;
    line-height: 58px;
    font-family: Roboto, sans-serif
}
.great-things-card-link__btn {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #7ec500;
    line-height: 60px;
    text-align: center
}
.great-things-card-link__btn .icon {
    color: #fff;
    font-size: 30px;
    vertical-align: middle
}
.great-things-card-link__btn:hover {
    opacity: 1;
    background-color: #70b01b
}
.great-things-caption-container {
    margin: 40px 0 20px
}
.great-things-bottom-container {
    margin-bottom: 50px;
    text-align: center
}
.great-things-slider {
    height: 500px;
    display: block;
    width: 90%;
    clear: left;
    margin: 20px auto auto auto;
}
.great-things-slider .slick-arrow {
    font-size: 0;
    color: #fff;
    background: #70b01b;
    border: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: absolute;
    top: -60px;
    width: 60px;
    height: 60px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    z-index: 100
}
.great-things-slider .slick-arrow:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.great-things-slider .slick-arrow:before {
    font-size: 25px;
    opacity: 1
}
.great-things-slider .slick-arrow:hover {
    background-color: #7ec500
}
.great-things-slider .slick-arrow.slick-prev {
    left: -70px;
    top: 200px;
}
.great-things-slider .slick-arrow.slick-prev:before {
    content: '\e80b'
}
.great-things-slider .slick-arrow.slick-next {
    right: -70px;
    top: 200px;
}
.great-things-slider .slick-arrow.slick-next:before {
    content: '\e80c'
}
.great-things-slider .slick-arrow:focus {
    outline: 0
}
.great-things-intro {
    padding-top: 40px;
    position: relative;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.great-things-intro__wrap {
    width: 60%
}
.great-things-intro__text {
    margin-top: 20px;
    position: relative;
    z-index: 10;
    font-size: 16px;
    font-weight: 400;
    color: #003882
}
.great-things-intro__title {
    font-family: Roboto, sans-serif;
    margin: 0;
    display: block;
    position: relative;
    z-index: 10;
    padding-top: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px
}
.great-things-intro__btn-container {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    text-align: center;
    margin-top: 20px
}
.great-things-intro__btn-container--double {
    width: 50%
}
.main-list-row {
    margin-left: -15px;
    margin-right: -15px
}
.main-list-row:after,
.main-list-row:before {
    content: " ";
    display: table
}
.main-list-row:after {
    clear: both
}
.main-list-filter {
    margin-bottom: 30px
}
.catalog_sect_cont__filter {
    text-align: right;
}
.main-list-filter:after,
.main-list-filter:before {
    content: " ";
    display: table
}
.main-list-filter:after {
    clear: both
}
.main-list-filter__tl {
    margin-top: -2px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}
.main-list-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .main-list-item {
        float: left;
        width: 75%
    }
}
.main-list-promo {
    margin-bottom: 30px
}
.main-list-promo__img {
    display: block;
    width: 100%
}
.main-list-promo__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .main-list-promo__item {
        float: left;
        width: 50%
    }
}
.main-list-promo-card {
    margin-top: -40px;
    height: 246px;
    background-color: #e6e6e6;
    padding: 30px 50px
}
.main-list-promo-card__img {
    display: inline-block;
    float: left;
    width: 160px;
    margin: 27px 70px 0 0
}
.main-list-promo-card__title {
    color: #003882;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px
}
.main-list-promo-card__text {
    color: #323232;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    height: 48px
}
.main-list-promo-card__btn-container {
    display: inline-block;
    width: 240px
}
.main-list__card-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .main-list__card-item {
        float: left;
        width: 33.33333333%
    }
}
.main-list__card-item:nth-child(3n+1) {
    clear: left
}
.aside {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .aside {
        float: left;
        width: 25%
    }
}
.aside__item {
    padding: 25px;
    border: 1px solid #e6e6e6;
    border-top: 0
}
.aside__item:first-of-type {
    border-top: 1px solid #e6e6e6
}
.aside-list {
    list-style: none;
    padding: 0;
    margin: 0
}
.aside-list__item {
    margin-bottom: 20px
}
.aside-list__item a[data-toggle] {
    color: #7ec500
}
.aside-list__item.active a {
    color: #7ec500
}
.aside-list--vacancies-filter .aside-list__item>a {
    color: #6ebd05
}
.aside-list--vacancies-filter .aside-list__item.active>a {
    color: #003882
}
.aside-sublist {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 20px
}
.aside-sublist__item {
    padding-bottom: 20px
}
.aside-sublist__item:first-child {
    padding-top: 20px
}
.aside-sublist__item a[data-toggle] {
    color: #7ec500
}
.aside-sublist__item:last-child {
    padding-bottom: 0
}
.aside-title {
    margin-bottom: 20px;
    color: #2c2c2c;
    font-size: 18px
}
.aside-field {
    margin-bottom: 25px
}
.aside-field:last-child {
    margin-bottom: 0
}
.aside-green-block {
    background-color: #7ec500;
    padding: 30px;
    margin: 20px 0
}
.aside-green-block__img {
    height: 317px;
    margin: -30px -30px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.aside-green-block__title {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 40px
}
.aside-collapser {
    margin-top: 20px
}
.product-row {
    margin-left: -15px;
    margin-right: -15px
}
.product-row:after,
.product-row:before {
    content: " ";
    display: table
}
.product-row:after {
    clear: both
}
.product-slider {
    margin: 25px 0 60px;
    min-height: 360px
}
.product-slider__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .product-slider__item {
        float: left;
        width: 25%
    }
}
.product-slider .slick-arrow {
    font-size: 0;
    color: #fff;
    background: #70b01b;
    border: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: absolute;
    top: -50px;
    width: 60px;
    height: 60px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    z-index: 100
}
.product-slider .slick-arrow:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.product-slider .slick-arrow:before {
    font-size: 25px;
    opacity: 1
}
.product-slider .slick-arrow:hover {
    background-color: #7ec500
}
.product-slider .slick-arrow.slick-prev {
    left: auto;
    right: 90px
}
.product-slider .slick-arrow.slick-prev:before {
    content: '\e80b'
}
.product-slider .slick-arrow.slick-next {
    right: 15px
}
.product-slider .slick-arrow.slick-next:before {
    content: '\e80c'
}
.product-slider .slick-arrow:focus {
    outline: 0
}
.product-detail {
    display: table;
    width: 100%;
    margin: 0 0 37px
}
.product-detail__item {
    display: table-cell;
    vertical-align: top
}
.product-detail__item:first-child {
    width: 75%;
    padding-right: 15px
}
.product-detail__item:nth-child(2) {
    padding-left: 15px;
    width: 25%
}
.product-detail-aside {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 30px 30px 18px;
    text-align: center
}
.product-detail-aside__badge-price {
    display: block;
    margin: 30px auto;
    width: 56px;
    height: 56px;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 10px;
    padding-top: 23px
}
.product-detail-aside__badge-price--red {
    background-color: #e84046
}
.product-detail-aside__badge-price--purple {
    background-color: #852f8d
}
.product-detail-aside__badge-price--violet {
    background-color: #5c1f88
}
.product-detail-aside-shops-link {
    color: #003882;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 60px
}
.product-detail-aside-shops-link .icon {
    font-size: 19px;
    color: #003882;
    display: inline-block;
    margin-right: 9px
}
.product-detail-aside-btn-container {
    margin-bottom: 15px
}
.product-detail-aside-footnote {
    opacity: .5;
    color: #333;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 60px
}
.product-detail-aside-title {
    color: #003882;
    font-family: Roboto, sans-serif;
    font-size: 23px;
    line-height: 24px;
    text-transform: uppercase
}
.product-detail-aside__footer {
    text-align: center
}
.product-detail-aside__footer-link {
    text-decoration: underline;
    color: #003882;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 5px 0 24px
}
.product-detail-aside__footer-link:hover {
    text-decoration: underline
}
.product-detail-aside__footer-img {
    display: inline-block;
    width: 82px
}
.product-detail-card {
    border: 1px solid #e6e6e6;
    background-color: #fff
}
.product-detail-card:after,
.product-detail-card:before {
    content: " ";
    display: table
}
.product-detail-card:after {
    clear: both
}
.product-detail-card-img-block {
    position: relative;
    width: 430px;
    display: inline-block;
    margin-right: 40px;
    float: left;
    padding: 75px 0 30px
}
.product-detail-card-img-block__label {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500
}
.product-detail-card-img-block__badge {
    background-color: #4d7bcd;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 500
}
.product-detail-card-img-block__img {
    width: 330px;
    height: 330px;
    display: block;
    margin: 0 auto
}
.product-detail-card-img-block__colors {
    list-style: none;
    padding: 0;
    margin: 60px 0 0 50px;
    font-size: 0
}
.product-detail-card-img-block__colors .slick-slide {
    border: 2px solid #dfdfdf;
    border-radius: 4px;
    text-align: center
}
.product-detail-card-img-block__colors .slick-current {
    border: 2px solid #7ec500
}
.product-detail-card-img-block__colors .slick-arrow {
    z-index: 10
}
.product-detail-card-img-block__colors .slick-arrow:before {
    color: #6f6f6f
}
.product-detail-card-img-block__colors .slick-arrow.slick-prev {
    left: 0
}
.product-detail-card-img-block__colors .slick-arrow.slick-prev:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.product-detail-card-img-block__colors .slick-arrow.slick-prev:before {
    content: '\e80b'
}
.product-detail-card-img-block__colors .slick-arrow.slick-next {
    right: 17px
}
.product-detail-card-img-block__colors .slick-arrow.slick-next:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.product-detail-card-img-block__colors .slick-arrow.slick-next:before {
    content: '\e80c'
}
.product-detail-card-img-block__colors-item {
    border: 1px solid #e6e6e6;
    display: inline-block;
    margin-right: 20px
}
.product-detail-card-img-block__colors-item>img {
    display: block;
    width: 100px;
    height: 100px
}
.product-detail-card-info {
    padding: 30px 30px 20px 0;
    position: relative;
    margin-left: 470px
}
.product-detail-card-info__title {
    color: rgba(0, 56, 130, .95);
    font-size: 14px;
    margin-bottom: 10px
}
.product-detail-card-info__btn-like {
    float: right;
    width: 22px;
    line-height: 22px;
    vertical-align: middle
}
.product-detail-card-info__btn-like .icon {
    font-size: 22px;
    color: #003882
}
.product-detail-card-info__btn-like:hover {
    opacity: 1
}
.product-detail-card-info__btn-like:hover .icon {
    opacity: .7
}
.product-detail-card-info__btn-like.active .icon {
    color: #70b01b
}
.product-detail-card-info__btn-like.active .icon:before {
    content: '\e811'
}
.product-detail-card-info__btn-like.active:hover {
    opacity: 1
}
.product-detail-card-info__btn-like.active:hover .icon {
    color: #7ec500;
    opacity: 1
}
.product-detail-card-info__colors {
    display: inline-block;
    margin-bottom: 25px
}
.product-detail-card-info__colors:after,
.product-detail-card-info__colors:before {
    content: " ";
    display: table
}
.product-detail-card-info__colors:after {
    clear: both
}
.product-detail-card-info__more {
    margin: 10px 0 10px 0;
}
.product-detail-card-info__more>a {
    text-decoration: underline;
}
.product-detail-card-info__brand {
    margin-bottom: 30px
}
.product-detail-card-info__brand>a {
    text-decoration: underline
}
.product-detail-card-info__brand>a:hover {
    text-decoration: underline
}
.product-detail-card-info__sizes {
    margin-bottom: 30px
}
.product-detail-card-info__desc {
    height: 105px;
    overflow: hidden
}
.product-detail-card-info__desc p {
    line-height: normal;
    margin-bottom: 10px
}
.product-detail-card-info__collapse-btn {
    margin-top: 13px;
    color: #7ec500;
    background-color: transparent;
    font-size: 14px;
    text-decoration: underline;
    padding: 0
}
.product-detail-card-info__footnote {
    height: 100px;
    margin: 20px 0 20px
}
.product-detail-card-info__footnote>p {
    margin-bottom: 20px;
    color: #969696;
    font-size: 12px;
    line-height: normal
}
.product-detail-card-info__footnote>p:last-of-type {
    margin-bottom: 0
}
.product-detail-card-info__goods-icons {
    margin-bottom: 20px;
}
.slider-container {
    margin-top: 80px
}
.contacts-row {
    margin-left: -15px;
    margin-right: -15px;
    margin: 30px -15px 50px
}
.contacts-row:after,
.contacts-row:before {
    content: " ";
    display: table
}
.contacts-row:after {
    clear: both
}
.contacts-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .contacts-item {
        float: left;
        width: 50%
    }
}
.contacts-aside-img {
    width: 100%;
    height: auto;
    display: inline-block
}
.contacts-card {
    background-color: #fff;
    padding: 20px 30px 15px;
    margin-bottom: 20px
}
.contacts-card__title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px
}
.contacts-card__info {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 10px;
    vertical-align: middle
}
.contacts-card__info .icon {
    color: #7ec500;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    margin-bottom: -5px
}
.download-block {
    background-color: #003882;
    padding: 30px;
    display: table-cell;
    width: 25%
}
.download-block__link {
    display: block;
    width: 59px;
    margin-bottom: 10px
}
.download-block__link>img {
    width: 100%;
    height: auto
}
.download-block__title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 7px
}
.download-block__info {
    opacity: .39;
    color: #fff;
    font-size: 16px;
    line-height: 26px
}
.priviledge-block {
    display: table;
    width: 100%
}
.priviledge-block-desc {
    display: table-cell;
    width: 75%;
    max-width: 900px;
    padding: 40px 30px 40px 0
}
.priviledge-list {
    padding: 0;
    margin: 18px 0 0;
    line-height: 0;
    font-size: 1px
}
.priviledge-list-title {
    height: 100px;
    line-height: 50px;
    margin-right: 120px
}
.priviledge-list__item {
    display: inline-block;
    margin-right: 45px;
    height: 89px;
    width: 89px
}
.priviledge-list .slick-arrow {
    font-size: 0;
    color: #fff;
    background: #70b01b;
    border: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: absolute;
    top: -80px;
    width: 60px;
    height: 60px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    z-index: 100
}
.priviledge-list .slick-arrow:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.priviledge-list .slick-arrow:before {
    font-size: 25px;
    opacity: 1
}
.priviledge-list .slick-arrow:hover {
    background-color: #7ec500
}
.priviledge-list .slick-arrow.slick-prev {
    left: auto;
    right: 75px
}
.priviledge-list .slick-arrow.slick-prev:before {
    content: '\e80b'
}
.priviledge-list .slick-arrow.slick-next {
    right: 0
}
.priviledge-list .slick-arrow.slick-next:before {
    content: '\e80c'
}
.priviledge-list .slick-arrow:focus {
    outline: 0
}
.vacancies-desc {
    display: block;
    float: left;
    vertical-align: top;
    list-style: none;
    width: 50%;
    padding: 50px 0 30px;
    margin: 0;
    font-size: 0
}
.vacancies-desc__item {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px
}
.vacancies-desc__item:before {
    display: block;
    content: '';
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #7ec500;
    position: absolute;
    left: 0;
    top: 8px
}
.vacancies-title-container {
    padding: 50px 0 39px
}
.vacancies-advantages {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px
}
.vacancies-advantages:after,
.vacancies-advantages:before {
    content: " ";
    display: table
}
.vacancies-advantages:after {
    clear: both
}
.vacancies-advantages__item {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 300px;
    border: 1px solid #fff;
    background-color: #67a5d4;
    cursor: pointer;
    position: relative;
    text-align: center;
    padding-top: 90px
}
@media (min-width:768px) {
    .vacancies-advantages__item {
        float: left;
        width: 33.33333333%
    }
}
.vacancies-advantages__item .advantages-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #1b63ab;
    transition: .5s opacity;
    line-height: 300px
}
.vacancies-advantages__item .advantages-overlay-desc {
    vertical-align: middle;
    display: inline-block;
    line-height: 28px;
    padding: 30px
}
.vacancies-advantages__item .advantages-overlay-desc__title {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase
}
.vacancies-advantages__item .advantages-overlay-desc__text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-align: center
}
.vacancies-advantages__item:hover .advantages-overlay {
    opacity: 1
}
.vacancies-advantages-icon {
    display: block;
    height: 70px;
    margin: 0 auto 25px
}
.vacancies-advantages-title {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase
}
.vacancies-row {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 0
}
.vacancies-row:after,
.vacancies-row:before {
    content: " ";
    display: table
}
.vacancies-row:after {
    clear: both
}
.vacancies-block {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .vacancies-block {
        float: left;
        width: 75%
    }
}
.vacancies-block-row {
    border: 1px solid #dfdfdf;
    border-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 100px 10px
}
.vacancies-block-row:first-child {
    border-top: 1px solid #dfdfdf
}
.vacancies-block-row:after,
.vacancies-block-row:before {
    content: " ";
    display: table
}
.vacancies-block-row:after {
    clear: both
}
.vacancies-block-row--top {
    padding: 20px 20px 20px 100px;
    color: #003882;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    position: relative
}
.vacancies-block-row--top>.btn-circle {
    position: absolute;
    left: 20px;
    top: 20px
}
.vacancies-block-item-left,
.vacancies-block-item-right {
    float: left;
    margin-bottom: 35px
}
.vacancies-block-item-left ul,
.vacancies-block-item-right ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.vacancies-block-item-left ul li,
.vacancies-block-item-right ul li {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
    position: relative
}
.vacancies-block-item-left ul li:last-child,
.vacancies-block-item-right ul li:last-child {
    margin-bottom: 0
}
.vacancies-block-item-left ul li:before,
.vacancies-block-item-right ul li:before {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    left: -20px;
    top: 10px;
    border-radius: 50%;
    background-color: #7ec500
}
.vacancies-block-item-left h3,
.vacancies-block-item-right h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif
}
.vacancies-block-item-left {
    width: 45%;
    padding-right: 30px;
    clear: left
}
.vacancies-block-item-right {
    width: 55%;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px
}
.vacancies-block-list {
    list-style: none;
    padding: 0;
    margin: 0
}
.vacancies-block-list__item {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
    position: relative
}
.vacancies-block-list__item:last-child {
    margin-bottom: 0
}
.vacancies-block-list__item:before {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    left: -20px;
    top: 10px;
    border-radius: 50%;
    background-color: #7ec500
}
.vacancies-block-btn-container {
    margin-top: 30px
}
.vacancies-item {
    display: block;
    border: 1px solid #dfdfdf;
    padding: 30px;
    position: relative;
    color: #7ec500;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px
}
.vacancies-item .icon {
    position: absolute;
    color: #7ec500;
    font-size: 15px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.vacancies-item__detail {
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    margin: 12px 70px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 300
}
.vacancies-item__detail-date {
    float: right
}
.reviews-title-container {
    padding: 50px 0 39px
}
.reviews-photo-slider {
    overflow: hidden
}
.reviews-photo-slider__item {
    text-align: center;
    margin: 0 15px;
    width: 33.33%;
    display: inline-block;
    float: left
}
.reviews-photo-slider__item-photo {
    width: 270px;
    height: 270px;
    display: inline-block;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(151, 151, 151, .5);
    opacity: .5;
    transition: opacity 1s ease
}
.reviews-photo-slider__item.slick-slide.slick-active .reviews-photo-slider__item-photo {
    opacity: .5;
    transition: opacity 1s ease
}
.reviews-photo-slider__item.slick-slide.slick-current .reviews-photo-slider__item-photo {
    opacity: 1;
    transition: opacity 1s ease
}
.reviews-info-slider {
    padding-bottom: 50px
}
.reviews-info-slider__item {
    text-align: center;
    margin: 0 15px;
    padding: 20px 0 5px
}
.reviews-info-slider .slick-arrow {
    font-size: 0;
    color: #fff;
    background: #70b01b;
    border: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: absolute;
    top: 180px;
    width: 60px;
    height: 60px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    z-index: 100
}
.reviews-info-slider .slick-arrow:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.reviews-info-slider .slick-arrow:before {
    font-size: 25px;
    opacity: 1
}
.reviews-info-slider .slick-arrow:hover {
    background-color: #7ec500
}
.reviews-info-slider .slick-arrow.slick-prev {
    left: 0
}
.reviews-info-slider .slick-arrow.slick-prev:before {
    content: '\e80b'
}
.reviews-info-slider .slick-arrow.slick-next {
    right: 0
}
.reviews-info-slider .slick-arrow.slick-next:before {
    content: '\e80c'
}
.reviews-info-slider .slick-arrow:focus {
    outline: 0
}
.employee-name {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 5px
}
.employee-position {
    color: #000;
    font-size: 16px;
    line-height: 26px
}
.employee-review {
    width: 770px;
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 40px 70px;
    margin-top: 43px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15)
}
.employee-review__text {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px
}
.employee-review__text:last-child {
    margin-bottom: 0
}
.employee-review:before {
    display: block;
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}
.employee-review:after {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    z-index: 1;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}
.probation-program {
    display: table;
    padding: 0 0 50px
}
.probation-program-desc {
    display: table-cell;
    width: 75%;
    vertical-align: top;
    padding: 40px 30px 10px 0
}
.probation-program-desc__text {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 30px
}
.video {
    height: auto
}
.video--padded {
    padding-top: 50px
}
.video .about-video {
    position: relative;
    display: block;
    height: 500px;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.video .about-video:hover {
    opacity: 1
}
.video .about-video:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .2)
}
.video .about-video:after {
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 10;
    content: '';
    width: 170px;
    height: 170px;
    background-image: url(../images/play.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.video .about-video .video-caption-container {
    width: 100%;
    height: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 150
}
.video .about-video .video-caption {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 58px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.favorites__row {
    margin-left: -15px;
    margin-right: -15px
}
.favorites__row:after,
.favorites__row:before {
    content: " ";
    display: table
}
.favorites__row:after {
    clear: both
}
.favorites__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .favorites__item {
        float: left;
        width: 75%
    }
}
.favorites-promo {
    margin-bottom: 30px
}
.favorites-promo__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .favorites-promo__item {
        float: left;
        width: 50%
    }
}
.favorites-promo-card {
    height: 265px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 50px 50px 0 270px
}
.favorites-promo-card__title {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    margin-bottom: 10px
}
.favorites-promo-card__text {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    height: 48px
}
.favorites-promo-card__btn {
    display: block;
    width: 200px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 0;
    font-size: 12px;
    font-weight: 700
}
.favorites-promo-card__btn:hover {
    opacity: 1
}
.favorites-promo-card__btn--blue {
    background-color: #3e5fc2
}
.favorites-promo-card__btn--blue:hover {
    background-color: #4d7bcd
}
.favorites-promo-card__btn--green {
    background-color: #7ec500
}
.favorites-promo-card__btn--green:hover {
    background-color: #70b01b
}
.favorites-promo-card--green-card {
    margin-left: -20px;
    padding-left: 290px
}
.info-block {
    margin-left: -15px;
    margin-right: -15px
}
.info-block:after,
.info-block:before {
    content: " ";
    display: table
}
.info-block:after {
    clear: both
}
.info-block__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .info-block__item {
        float: left;
        width: 25%
    }
}
.info-block-card {
    margin-bottom: 30px;
    display: block
}
.info-block-card__img {
    height: 150px;
    margin: 0 0 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.youtube-img-link {
    cursor: pointer;
}
.youtube-img-link:hover:after {
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 10;
    content: '';
    width: 70px;
    height: 70px;
    background-image: url(../images/play.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.info-block-card__date {
    color: #969696;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px
}
.info-block-card__text {
    height: 78px;
    color: #003882;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px
}
.info-block-card__text:last-child {
    margin-bottom: 0
}
.brands {
    min-height: 320px
}
.brands__item {
    float: left;
    text-align: center;
    height: 160px;
    min-width: 160px;
    line-height: 160px
}
.brands__img {
    max-width: 160px;
    display: inline-block!important;
    vertical-align: middle
}
.brands .slick-arrow {
    font-size: 0;
    color: #fff;
    background: #70b01b;
    border: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: absolute;
    top: -50px;
    width: 60px;
    height: 60px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    z-index: 100
}
.brands .slick-arrow:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.brands .slick-arrow:before {
    font-size: 25px;
    opacity: 1
}
.brands .slick-arrow:hover {
    background-color: #7ec500
}
.brands .slick-arrow.slick-prev {
    left: auto;
    right: 90px
}
.brands .slick-arrow.slick-prev:before {
    content: '\e80b'
}
.brands .slick-arrow.slick-next {
    right: 15px
}
.brands .slick-arrow.slick-next:before {
    content: '\e80c'
}
.brands .slick-arrow:focus {
    outline: 0
}
.modal-open {
    overflow: hidden
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.banner-img-in {
    padding-top: 40px!important;
}
.banner-img-in__link:hover {
    opacity: 1;
}
.banner-img-in__img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    max-height: 800px;
}
.modal-content {
    margin-top: 25%;
    position: relative;
    padding-top: 30px;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}
.modal-content__ageConfirm {
    padding-top: 0;
    max-width: 650px;
    margin: 0 auto;
}
.modal-content.banner-img-in {
    background: inherit;
    box-shadow: none;
    text-align: center;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}
.modal-backdrop.in {
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}
.modal-close {
    margin: -20px 20px 0;
    float: right;
    background-color: transparent;
    font-size: 30px;
    line-height: 30px;
    color: #979797
}
.modal-close:hover {
    opacity: .7
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
.modal-dialog {
    width: auto;
    margin: 30px 10px 10px
}
.modal-content {
    margin-top: 25%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5)
}
@media (min-width:1200px) {
    .modal-dialog {
        width: auto;
        max-width: 1200px;
        margin: 40px auto 20px
    }
    .modal-content {
        margin-top: 25%;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
    }
}
@media (min-width:1440px) {
    .modal-dialog {
        max-width: 1300px;
        margin: 90px auto 30px
    }
    .modal-content {
        margin-top: 25%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}
.loyalty-program {
    padding: 10px 0 45px;
    display: table;
    margin: 0 auto;
    width: 75%
}
.loyalty-program h2 {
    color: #003882;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center
}
.loyalty-program__item {
    display: table-cell;
    width: 25%;
    padding: 0 15px;
    text-align: center
}
.loyalty-program__img {
    display: block;
    height: 110px;
    margin: 0 auto 17px
}
.loyalty-program__title {
    color: #70b01b;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600
}
.loyalty-program__desc {
    color: #000;
    font-size: 14px;
    line-height: 20px
}
.special-info {
    background-color: #fff;
    width: 100%;
    height: 450px
}
.special-info__left-item {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: table-cell;
    position: relative;
    height: 450px
}
@media (min-width:768px) {
    .special-info__left-item {
        float: left;
        width: 41.66666667%
    }
}
.special-info__right-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .special-info__right-item {
        float: left;
        width: 50%
    }
}
.special-info__img {
    display: block;
    height: 485px;
    position: absolute;
    bottom: 0;
    left: 80px
}
.special-info__title {
    padding: 45px 0 30px
}
.special-info__text {
    max-height: 205px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px
}
.photo-slider {
    padding: 30px 0 50px
}
.photo-slider__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .photo-slider__item {
        float: left;
        width: 33.33333333%
    }
}
.photo-slider__img {
    width: 100%;
    height: auto;
    margin: 0 auto
}
.photo-slider .slick-arrow {
    font-size: 0;
    color: #fff;
    background: #70b01b;
    border: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: absolute;
    top: -50px;
    width: 60px;
    height: 60px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    z-index: 100
}
.photo-slider .slick-arrow:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.photo-slider .slick-arrow:before {
    font-size: 25px;
    opacity: 1
}
.photo-slider .slick-arrow:hover {
    background-color: #7ec500
}
.photo-slider .slick-arrow.slick-prev {
    left: auto;
    right: 90px
}
.photo-slider .slick-arrow.slick-prev:before {
    content: '\e80b'
}
.photo-slider .slick-arrow.slick-next {
    right: 15px
}
.photo-slider .slick-arrow.slick-next:before {
    content: '\e80c'
}
.photo-slider .slick-arrow:focus {
    outline: 0
}
.photo-slider-container {
    margin-top: 80px
}
.single-product-slider {
    height: 278px;
    margin-bottom: 0;
    overflow: hidden
}
.single-product-slider__item {
    float: left;
    width: 100%
}
.single-product-slider.slick-slider {
    height: 278px;
    margin-bottom: 0;
    overflow: hidden
}
.single-product-slider.slick-slider .slick-dots {
    z-index: 1000;
    bottom: 5px;
    text-align: center
}
.single-product-slider.slick-slider .slick-dots li {
    margin: 0 5px;
    height: 16px;
    vertical-align: middle
}
.single-product-slider.slick-slider .slick-dots button {
    display: block;
    padding: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: red
}
.single-product-slider.slick-slider .slick-dots button:before {
    display: none
}
.virtual-tour {
    padding: 50px 0 100px
}
.virtual-tour__frame {
    width: 100%;
    height: 700px
}
.interests {
    background-color: #fff;
    padding: 50px 100px 70px;
    margin-bottom: 50px
}
.interests__row {
    margin-left: -15px;
    margin-right: -15px
}
.interests__row:after,
.interests__row:before {
    content: " ";
    display: table
}
.interests__row:after {
    clear: both
}
.interests__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .interests__item {
        float: left;
        width: 33.33333333%
    }
}
.interests__item p {
    margin-bottom: 0
}
.interests__list {
    list-style: none;
    padding: 0;
    margin: 0 0 50px
}
.interests__list li {
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 20px
}
.interests__list li:last-of-type {
    margin-bottom: 0
}
.interests__list li>a {
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
    color: #000
}
.interests-bottom {
    border-top: 1px solid #e6e6e6;
    padding-top: 40px
}
.interests-bottom__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .interests-bottom__item {
        float: left;
        width: 66.66666667%
    }
}
.interests-bottom__item p {
    margin-bottom: 0
}
.interests-bottom>p.xl {
    margin-bottom: 0
}
.interests h2 {
    margin-bottom: 10px
}
.interests>p.xl {
    margin-bottom: 0
}
.request-rules {
    background-color: #003882;
    padding: 40px 0 50px;
    text-align: center
}
.request-rules p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px
}
.request-rules__row {
    margin-left: -15px;
    margin-right: -15px
}
.request-rules__row:after,
.request-rules__row:before {
    content: " ";
    display: table
}
.request-rules__row:after {
    clear: both
}
.request-rules__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .request-rules__item {
        float: left;
        width: 33.33333333%
    }
}
.request-rules__icon {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background-color: #7ec500;
    line-height: 100px;
    font-size: 50px;
    color: #fff;
    text-align: center
}
.characteristics {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 35px
}
.characteristics:after,
.characteristics:before {
    content: " ";
    display: table
}
.characteristics:after {
    clear: both
}
.characteristics__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 15px
}
@media (min-width:768px) {
    .characteristics__item {
        float: left;
        width: 25%
    }
}
.characteristics__icon {
    display: block;
    height: 70px;
    width: auto;
    margin: 0 auto 30px
}
.characteristics__title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 5px
}
.characteristics__desc {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px
}
.text-slider {
    margin-bottom: 50px
}
.text-slider .item {
    margin-bottom: 100px
}
.text-slider .item p {
    color: #000;
    font-size: 18px;
    line-height: 34px;
    font-weight: 300
}
.text-slider .slick-arrow {
    font-size: 0;
    color: #fff;
    background: #70b01b;
    border: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: absolute;
    bottom: -30px;
    top: auto;
    width: 60px;
    height: 60px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    z-index: 100
}
.text-slider .slick-arrow:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.text-slider .slick-arrow:before {
    font-size: 25px;
    opacity: 1
}
.text-slider .slick-arrow:hover {
    background-color: #7ec500
}
.text-slider .slick-arrow.slick-prev {
    left: 0
}
.text-slider .slick-arrow.slick-prev:before {
    content: '\e80b'
}
.text-slider .slick-arrow.slick-next {
    right: auto;
    left: 70px
}
.text-slider .slick-arrow.slick-next:before {
    content: '\e80c'
}
.text-slider .slick-arrow:focus {
    outline: 0
}
.competitive-advantages {
    margin-left: -15px;
    margin-right: -15px
}
.competitive-advantages:after,
.competitive-advantages:before {
    content: " ";
    display: table
}
.competitive-advantages:after {
    clear: both
}
.competitive-advantages__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px
}
@media (min-width:768px) {
    .competitive-advantages__item {
        float: left;
        width: 50%
    }
}
.competitive-advantages__item:first-child,
.competitive-advantages__item:nth-child(2) {
    margin-top: 0
}
.competitive-advantages__icon {
    width: 130px;
    height: 130px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    background-color: #7ec500;
    margin-bottom: 22px
}
.competitive-advantages__icon img {
    max-width: 85px;
    max-height: 70px;
    display: inline-block;
    vertical-align: middle
}
.competitive-advantages__title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 15px
}
.competitive-advantages__desc {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px
}
.map-container {
    position: relative;
    height: 600px
}
.map-container #map {
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
.map-container__top {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 100
}
.map-container__top .location {
    padding-bottom: 20px
}
.map-container__title {
    display: inline-block;
    color: #003882;
    font-size: 40px;
    line-height: 40px;
    padding-top: 40px
}
.map-container__title .location-count {
    display: inline-block;
    background-color: #fff;
    padding: 0 24px;
    margin: 0 10px;
    font-weight: 700
}
.map-title {
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100
}
.modal-map-container .modal-map {
    height: 800px;
    width: 100%
}
.frequent-questions {
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 0 0
}
.frequent-questions:after,
.frequent-questions:before {
    content: " ";
    display: table
}
.frequent-questions:after {
    clear: both
}
.frequent-questions__title {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .frequent-questions__title {
        float: left;
        width: 33.33333333%
    }
}
.frequent-questions__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .frequent-questions__item {
        float: left;
        width: 66.66666667%
    }
}
.frequent-questions__bottom {
    border-top: 1px solid #e6e6e6;
    margin: 30px 0 0;
    padding: 27px 0 40px
}
.frequent-questions__bottom p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    max-width: 470px;
    display: inline-block
}
.frequent-questions__bottom .btn {
    float: right;
    margin-left: 30px;
    width: 270px
}
.rooms {
    margin-bottom: 50px;
    padding-top: 90px
}
.rooms-title {
    margin-bottom: 40px
}
.rooms-table {
    background-color: #fff
}
.rooms-table__row {
    padding: 19px 0 23px;
    border-bottom: 2px solid #f2f2f2
}
.rooms-table-item {
    margin-left: -15px;
    margin-right: -15px;
    color: rgba(0, 0, 0, .634);
    font-size: 14px;
    line-height: 20px
}
.rooms-table-item:after,
.rooms-table-item:before {
    content: " ";
    display: table
}
.rooms-table-item:after {
    clear: both
}
.rooms-table-item__address,
.rooms-table-item__type {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .rooms-table-item__address,
    .rooms-table-item__type {
        float: left;
        width: 25%
    }
}
.rooms-table-item__btn,
.rooms-table-item__price,
.rooms-table-item__space {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .rooms-table-item__btn,
    .rooms-table-item__price,
    .rooms-table-item__space {
        float: left;
        width: 16.66666667%
    }
}
.rooms-table-item__title {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin: 11px 0 16px;
    min-width: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .rooms-table-item__title {
        float: left;
        width: 16.66666667%
    }
}
.rooms-table-item__title:first-of-type,
.rooms-table-item__title:nth-of-type(2) {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .rooms-table-item__title:first-of-type,
    .rooms-table-item__title:nth-of-type(2) {
        float: left;
        width: 25%
    }
}
.room-type {
    font-size: 14px;
    font-weight: 700
}
.room-type+.room-type-desc {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px
}
.online-sales {
    padding-top: 40px
}
.online-sales__title {
    margin-bottom: 90px
}
.online-sales__icon {
    display: block;
    height: 150px;
    margin: 0 auto 20px
}
.online-sales__desc {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
    text-align: center
}
.online-sales-promo {
    height: 450px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom center;
    padding: 85px 0 0;
    position: relative;
    font-size: 0
}
.online-sales-promo__title {
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 120px
}
.online-sales-promo__footnote {
    display: inline-block;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    font-weight: 700;
    vertical-align: middle
}
.online-sales-promo__icon {
    display: inline-block;
    height: 33px;
    margin-right: 20px;
    vertical-align: middle
}
.online-sales-top {
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat
}
.online-sales-top__wrap {
    width: 70%;
    margin-left: 30%
}
.online-sales-top__title {
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0 40px;
    font-size: 48px
}
.online-sales-top__icon {
    display: block;
    height: 100px;
    margin: 0 auto 20px
}
.online-sales-top__desc {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
    text-align: center
}
.online-sales-top__footnote {
    display: block;
    text-align: center;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 32px;
    font-weight: 400;
    vertical-align: middle;
    padding-bottom: 30px
}
.catalog-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 18px;
    z-index: 111;
    box-shadow: 1px 1px 1px #848484
}
.catalog-nav {
    padding: 15px 0 15px 0;
    background: #fff;
    position: relative;
    z-index: 2;
    overflow-y: auto;
}
.catalog-nav__item {
    font-size: 14px;
    padding: 0 20px;
    display: block;
    line-height: 30px;
    color: rgba(0, 56, 130, .8)
}
.catalog-nav__item[data-sub-hover]:not([data-sub-hover=""]) {
    color: #003882
}
.catalog-nav__item[data-sub-hover]:not([data-sub-hover=""]):hover {
    color: #7ec500
}
.catalog-nav__item:hover {
    color: #6ebd05
}
.catalog-nav__icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 8px;
    margin-bottom: 2px
}
.catalog-sub {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 15px 40px 15px 0;
    background: #fff;
    list-style: none;
    margin: 0;
    transition: .3s all;
    transition-delay: .1s;
    left: 0;
    top: 0;
    opacity: 0;
    overflow-y: auto;
}
.catalog-sub.active,
.catalog-sub:hover {
    opacity: 1;
    left: 100%;
    z-index: 1;
    box-shadow: 1px 1px 1px #848484
}
.catalog-sub__item {
    display: block;
    padding: 5px 0 5px 40px;
    border-left: 1px solid #e6e6e6
}
.catalog-sub__link {
    display: block;
    color: #003882;
    font-size: 14px
}
.massmedia {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .massmedia {
        float: left;
        width: 66.66666667%
    }
}
.massmedia .link-tabs li a {
    padding-top: 0
}
.massmedia-item {
    display: block;
    background-color: #fff;
    padding: 20px 100px 20px 20px;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    position: relative
}
.massmedia-item:last-of-type {
    margin-bottom: 0
}
.massmedia-item:hover {
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}
.massmedia-item .media {
    margin: 0
}
.massmedia-item .media .media-left {
    padding-right: 18px
}
.massmedia-item__title {
    color: #6ebd05;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 11px 30px 0 0
}
.massmedia-item__text {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 8px;
    padding-right: 30px
}
.massmedia-item__date {
    margin-top: 15px;
    display: block;
    text-align: right;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px
}
.massmedia-item .icon.icon-right-arrow {
    position: absolute;
    color: #7ec500;
    font-size: 20px;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.massmedia__doc-icon {
    width: 24px;
    height: 28px;
    margin-top: 5px
}
.massmedia__img {
    display: block;
    width: 160px
}
.indicators {
    padding-top: 20px
}
.indicators-title {
    margin-bottom: 40px
}
.indicators-table {
    background-color: #fff;
    margin-bottom: 40px
}
.indicators-table__row {
    padding: 23px 0;
    border-bottom: 2px solid #f2f2f2
}
.indicators-table-item {
    display: table;
    width: 100%;
    color: rgba(0, 0, 0, .634);
    font-size: 14px;
    line-height: 20px
}
.indicators-table-item__desc {
    display: table-cell
}
.indicators-table-item__desc p {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #000
}
.indicators-table-item__value {
    display: table-cell;
    width: 10%;
    text-align: right
}
.indicators-table-item__title {
    text-align: right;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 0 14px;
    min-width: 10px;
    width: 10%;
    display: table-cell
}
.indicators-table-item__title:first-of-type {
    width: auto
}
.indicators-image {
    width: 100%;
    display: block;
    margin-top: 40px
}
.img-gallery {
    margin: 0
}
.img-gallery__item {
    height: 428px
}
.img-gallery__photo {
    display: inline-block;
    height: 428px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.img-gallery .slick-arrow {
    font-size: 0;
    color: #fff;
    background: #70b01b;
    border: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: absolute;
    top: 45%;
    width: 60px;
    height: 60px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    z-index: 100
}
.img-gallery .slick-arrow:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.img-gallery .slick-arrow:before {
    font-size: 25px;
    opacity: 1
}
.img-gallery .slick-arrow:hover {
    background-color: #7ec500
}
.img-gallery .slick-arrow.slick-prev {
    left: 0
}
.img-gallery .slick-arrow.slick-prev:before {
    content: '\e80b'
}
.img-gallery .slick-arrow.slick-next {
    right: 0
}
.img-gallery .slick-arrow.slick-next:before {
    content: '\e80c'
}
.img-gallery .slick-arrow:focus {
    outline: 0
}
.img-gallery--raffle .img-gallery__item {
    height: 600px
}
.img-gallery--raffle .img-gallery__photo {
    height: 600px;
    background-position: center top;
    background-size: auto 100%
}
.min-gallery--full {
    max-width: 570px;
    margin: 20px auto 0
}
.min-gallery__item {
    cursor: pointer;
    height: 75px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border: 2px solid transparent
}
.min-gallery__item.slick-current {
    border: 2px solid #70b01b
}
.min-gallery .slick-arrow {
    font-size: 0;
    color: #fff;
    background: 0 0;
    border: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    z-index: 100
}
.min-gallery .slick-arrow:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.min-gallery .slick-arrow:before {
    font-size: 25px;
    opacity: 1
}
.min-gallery .slick-arrow:hover {
    background-color: transparent
}
.min-gallery .slick-arrow.slick-prev {
    left: 20px
}
.min-gallery .slick-arrow.slick-prev:before {
    content: '\e80b'
}
.min-gallery .slick-arrow.slick-next {
    right: 20px
}
.min-gallery .slick-arrow.slick-next:before {
    content: '\e80c'
}
.min-gallery .slick-arrow:focus {
    outline: 0
}
.file-link {
    display: block;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 26px 30px;
    margin-bottom: 20px;
    position: relative
}
.file-link:last-of-type {
    margin-bottom: 0
}
.file-link:hover {
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}
.file-link__icon svg {
    width: 48px;
    height: 56px;
    fill: #003882;
    stroke: #003882
}
.file-link__icon svg .file-link__icon-tl {
    color: #003882;
    font-size: 10px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 300
}
.file-link .media {
    margin: 0
}
.file-link .media .media-left {
    padding-right: 18px
}
.file-link__title {
    color: #6ebd05;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 30px 0 0
}
.file-link__text {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 5px;
    padding-right: 30px
}
.file-link .icon.icon-right-arrow {
    position: absolute;
    color: #7ec500;
    font-size: 20px;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.results {
    padding: 40px 100px 30px;
    background-color: #fff
}
.results__caption {
    color: #003882;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 40px;
    font-weight: 400
}
.results__row {
    display: table;
    width: 100%
}
.results__col {
    display: table-cell;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    width: 13.33333%
}
.results__col--card {
    width: 10%
}
.results__title {
    display: table-cell;
    color: #7ec500;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
    width: 13.33333%
}
.results__title--card {
    width: 10%
}
.results-promo {
    margin: 0 auto;
    width: 830px
}
.results-promo__title {
    color: #70b01b;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 23px
}
.results-promo__subtitle {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    line-height: 35px;
    position: relative;
    z-index: 10;
    margin-bottom: 30px
}
.results-promo__search-form {
    width: 100%;
    position: relative;
    z-index: 10
}
.results-promo__search-form .form-group>.personal-card__number {
    display: inline-block;
    vertical-align: middle;
    position: static;
    width: 369px;
    height: 60px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
    border-radius: 0;
    margin-right: 20px;
    font-size: 24px;
    letter-spacing: 8px;
    text-transform: uppercase
}
.results-promo__search-form .form-group>.personal-card__number::-webkit-input-placeholder {
    color: #000;
    font-size: 18px;
    letter-spacing: 1.13px;
    text-transform: uppercase
}
.results-promo__search-form .form-group>.personal-card__number:-ms-input-placeholder {
    color: #000;
    font-size: 18px;
    letter-spacing: 1.13px;
    text-transform: uppercase
}
.results-promo__search-form .form-group>.personal-card__number::-moz-placeholder {
    color: #000;
    font-size: 18px;
    letter-spacing: 1.13px;
    text-transform: uppercase
}
.results-promo__search-form .form-group>.personal-card__number:-moz-placeholder {
    color: #000;
    font-size: 18px;
    letter-spacing: 1.13px;
    text-transform: uppercase
}
.results-promo__search-form .form-group .btn {
    display: inline-block;
    vertical-align: middle
}
.results-winner {
    height: 390px;
    padding-top: 50px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom center;
    position: relative
}
.results-winner:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .1)
}
.results-winner__title {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    margin-bottom: 20px
}
.results-container {
    min-height: 300px;
    padding: 65px 100px;
    background-color: #7ec500;
    margin: 0 auto
}
.winner-info {
    position: relative;
    z-index: 10;
    display: table;
    width: 600px
}
.winner-info__photo-item {
    display: table-cell;
    vertical-align: top
}
.winner-info__photo {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #d8d8d8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 30px
}
.winner-info__photo .man-icon {
    display: block;
    width: 79px;
    margin: 0 auto
}
.winner-info__user {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px
}
.winner-info__user .user-name {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px
}
.winner-info__user .user-text {
    color: #fff;
    font-size: 18px;
    line-height: 28px
}
.fpc-promo {
    height: 500px;
    padding-top: 35px;
    position: relative;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom center;
    margin-bottom: 40px
}
.fpc-promo--top {
    margin-bottom: 0;
    overflow: hidden
}
.fpc-promo__wrap {
    width: 60%;
    height: 100%
}
.fpc-promo__subtitle {
    margin-top: 20px;
    position: relative;
    z-index: 10;
    font-size: 25px;
    font-weight: 400;
    color: #fff
}
.fpc-promo__title {
    font-family: Roboto, sans-serif;
    margin: 0;
    display: block;
    position: relative;
    z-index: 10;
    padding: 30px 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: #fff
}
.fpc-promo__list li {
    color: #fff;
    font-size: 18px
}
.fpc-promo__btn-container {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    text-align: center;
    margin-top: 20px
}
.fpc-promo__btn-container-double {
    position: absolute;
    width: 100%;
    max-width: 1170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    text-align: left;
    margin-top: 20px
}
.fpc-promo__btn-container-double .custom-row {
    max-width: 700px
}
.franchising-start {
    position: relative
}
.franchising-start__row {
    display: table;
    border-bottom: 1px solid #000;
    position: relative;
    padding: 21px 0 18px;
    width: 100%
}
.franchising-start__row:last-of-type {
    border-bottom: 0
}
.franchising-start__col-number {
    display: table-cell;
    vertical-align: middle;
    padding-right: 23px;
    width: 106px
}
.franchising-start__col-title {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px
}
.franchising-start__col-desc {
    width: 500px;
    padding-right: 40px;
    vertical-align: middle;
    display: table-cell
}
.franchising-start__col-desc ul {
    padding-left: 20px
}
.franchising-start__col-desc ul li {
    margin-left: -10px;
    color: #000;
    font-size: 16px;
    line-height: 21px
}
.franchising-start__col-desc--sm {
    width: 365px;
    padding-right: 0
}
.franchising-start__col-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}
.franchising-start__col-btn .btn {
    width: 307px
}
.franchising-start__num {
    width: 83px;
    height: 80px;
    display: block;
    line-height: 75px;
    background-color: #4d7bcd;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 50px
}
.franchising-start__img {
    position: absolute;
    width: 420px;
    height: 209px;
    right: 0;
    bottom: 20px;
    z-index: 100
}
.franchising-start__img img {
    display: block;
    width: 100%
}
.preheader {
    min-height: 51px;
    background-color: #013a81;
    text-align: center;
    padding-bottom: 2px
}
.preheader__item {
    display: inline-block;
    padding: 0 26px;
    position: relative;
    line-height: 51px;
    vertical-align: middle
}
.preheader__item:first-of-type:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 28px;
    right: 0;
    top: 15px
}
.preheader__item a {
    color: #91afd4;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border-bottom: 1px solid #91afd4
}
.preheader__item .icon {
    display: inline-block;
    vertical-align: middle;
    max-height: 30px;
    max-width: 30px
}
.preheader__item .icon-active {
    display: none;
    vertical-align: middle;
    max-height: 30px;
    max-width: 30px
}
.preheader__item.active a {
    border-bottom: transparent;
    color: #fff;
    font-weight: 700
}
.preheader__item.active .icon {
    display: none
}
.preheader__item.active .icon-active {
    display: inline-block
}
.preheader__item:first-of-type.active:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 28px;
    left: 0;
    top: 15px
}
.preheader__item:last-of-type.active:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 28px;
    background-color: #fff;
    right: 0;
    top: 15px
}
.promocode_block {
    padding-top: 20px;
    margin: auto;
    width: 40%;
    text-align: center;
    font-weight: bold;
}
.promocode_description {
    color: #366caf;
    font-weight: bold;
    margin-bottom: 17px;
    line-height: 20px;
}
.promocode_result {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #366caf;
}
.promocode_btn {
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 20px;
    width: 50%;
    font-weight: bold;
    color: white;
    background-color: #90c11a;
    height: 40px;
}
.promocode_input {
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    border-radius: 3px;
    border-color: #80a4d1;
    border-width: 1px;
    height: 45px;
    color: #366caf;
    text-align: center;
    font-weight: 400;
    font-size: 25px;
}
.promocode_captcha {
    margin: 15px auto 10px auto;
    width: 304px;
    max-width: 70%;
}
.btn-rectangle {
    height: 40px;
    border: 1px solid #7ec500;
    color: #323232;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    margin: 0
}
.grey {
    background-color: darkgrey!important;
    cursor: context-menu!important;
}
.bb-msg {
    color: #323232;
    vertical-align: top;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 10px;
}
.succes-border {
    border-bottom: 2px solid #70b01b!important;
}
.modal-dialog.slim .modal-content.margin__low {
    margin-top: 10%;
}

/**
Конец старых стилей
 */

.baloon__head {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 21px;
    margin-left: 10px;
    font-weight: bold;
}

.baloon__rezhim {text-transform: uppercase; display: flex; align-items: center; justify-content: space-between; margin-left: 10px;}
.baloon__img {display: flex; align-items: center; margin-right: 20px;}
.baloon__address{margin: 15px 0; margin-left: 10px;}
.baloon__address span{display: inline-block; width: 10px; height: 10px; border-radius: 100px; margin-right: 6px;}
.baloon__arrow {position: relative;}
.baloon__payment {display: flex; align-items: center; margin: 15px 0; margin-left: 10px;}

.baloon__img {display: flex; align-items: center;}
.baloon__img img {margin-right: 15px;}
.baloon__arrow {display: flex; align-items: center; }
.baloon__arrow img {margin-right: 15px; }

.main-list-row .main-list__card-item .product-card__img {
    width: 190px;
    height: 190px;
}
.main-list__card-item {height: 382px;}
div.single-product-slider, div.single-product-slider.slick-slider {height: 200px;}
div.product-card--md .product-card__bottom {display: flex; justify-content: space-between; align-items: center;}
div.product-card--md .product-card__title {min-height: 52px;}
div.product-card--md:hover {}

.hidden__block {position: absolute; left: -10000px;}
.vidos__popup {padding: 2px !important; line-height: 1;}
body {overflow-x: hidden; }
.vidos__popup .fancybox-close-small {
    outline: none;
}
.vidos__popup .fancybox-close-small:after {
    background: transparent;
    font-size: 40px;
}
.vidos__popup .fancybox-close-small:hover:after {
    background: transparent;
    font-size: 40px;
}

/*Product img popup*/
.product-zoom-popup {
    cursor: zoom-in;
}


.product-popup {
    padding: 50px 20px;
}


.product-popup-content-wrapper {
    display: flex;
}

.product-popup-content {
    position: relative;
    /*height: calc(100vh - 100px);*/
    max-width: 65%;
    width: 100%;
    padding-top: 40px;
    background-color: #fff;
    margin: auto;
}

.product-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
}

.product-popup-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-popup-slider .slick-list,
.product-popup-slider .slick-track {
    height: 100%;
}

.product-popup-slider .slick-arrow.slick-prev,
.product-popup-slider .slick-arrow.slick-next {
    height: 30px;
}

.product-popup-slider .slick-arrow.slick-prev {
    left: 15px;
}
.product-popup-slider .slick-arrow.slick-next {
    right: 15px;
}

.product-popup-slider .slick-arrow.slick-prev:before,
.product-popup-slider .slick-arrow.slick-next:before {
    font-family: fix-price;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    color: #6f6f6f;
}

.product-popup-slider .slick-arrow.slick-prev:before {
    content: '\e80b';
}

.product-popup-slider .slick-arrow.slick-next:before {
    content: '\e80c';
}

.product-popup-slider {
    height: calc(100% - 140px);
    padding: 0 40px;
}

.product-popup-slider__item {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.product-popup-slider__item img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.product-popup-slider-min {
    padding: 20px 40px;
}

.product-popup-slider-min__item {
    width: 107px;
    border: 2px solid #dfdfdf;
    border-radius: 4px;
    text-align: center;
    margin-right: 20px;
}

.product-popup-slider-min__item.slick-slide.slick-current.slick-center {
    border: 2px solid #7ec500;
}

@media (max-width: 1024px) {
    .product-popup {
        padding-right: 0;
    }

    .product-popup-content {
        height: 100vh;
    }

    .product-popup-slider .slick-arrow.slick-prev,
    .product-popup-slider .slick-arrow.slick-next {
        display: none !important;
    }

    .product-popup-slider {
        padding: 0 20px;
    }

    .product-popup {
        padding: 50px 20px;
    }

}

@media (min-width: 1025px) and (max-width: 1400px) {
    .product-popup {
        padding: 80px 20px;
    }
}

@media (min-width: 1401px) and (max-width: 1800px) {
    .product-popup {
        padding: 100px 20px;
    }
}




/*Product img popup end*/

.product-card__title-text_hidden {
    display: none;
}

.orders-list-item__col {
    padding: 30px 0;
}

.orders-list-item__col + .orders-list-item__col {
    padding-left: 20px;
}

.orders-list-item__col:nth-child(1) {
    width: 13%;
    padding-left: 15px;
}

.orders-list-item__col:nth-child(2) {
    width: 10%;
}

.orders-list-item__col:nth-child(3) {
    width: 22%;
}

.orders-list-item__col:nth-child(4) {
    width: 12%;
}

.orders-list-item__col:nth-child(5) {
    width: 16%;
}

.orders-list-item__col:nth-child(6) {
    width: 15%;
}

.orders-list-item__col:nth-child(7) {
    width: 12%;
    padding-right: 15px;
}

.orders-list-item__cancel {
    float: left;
    text-align: center;
}

.orders-list-item__detail-btn {
    margin-top: -1px;
    color: #7ec500;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.orders-list-item__cancel-btn {
    margin-top: 28px;
    color: #7ec500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.orders-list-item__detail-btn:hover,
.orders-list-item__cancel-btn:hover {
    opacity: .7;
}

.cancel-order-popup-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}

.cancel-order-popup {
    position: relative;
    flex: 0 1 660px;
    padding: 45px 130px 65px;
    background-color: #fff;
    font-size: initial;
}

.cancel-order-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 50px;
    font-weight: 300;
    color: #7ec500;
    text-align: center;
    cursor: pointer;
}

.cancel-order-popup__title {
    margin-bottom: 60px;
    color: #003882;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.cancel-order-popup__select .btn-group.bootstrap-select {
    margin: 0;
}

.cancel-order-popup__select .bootstrap-select .btn.dropdown-toggle {
    height: 50px;
    min-height: auto;
    padding: 0 50px 0 20px;
    box-sizing: border-box;
}

.cancel-order-popup__select .bootstrap-select .btn.dropdown-toggle .bs-caret {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.cancel-order-popup__select .bootstrap-select .btn.dropdown-toggle .caret:before {
    font-size: 10px;
}

.cancel-order-popup__select .btn-group.bootstrap-select .dropdown-menu.open {
    top: 50px !important;
}

.cancel-order-popup__btn-row {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}

.cancel-order-popup__submit-btn,
.cancel-order-popup__cancel-btn {
    width: 190px;
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    cursor: pointer;
}

.cancel-order-popup__submit-btn {
    background-color: #7ec500;
    color: #fff;
}

.cancel-order-popup__submit-btn:hover {
    background-color: #70b01b;
}

.cancel-order-popup__cancel-btn {
    border: 1px solid #7ec500;
    background-color: #fff;
    color: #7ec500;
}

.cancel-order-popup__cancel-btn:hover {
    opacity: 0.7;
}

.order-canceled {
    display: none;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .cancel-order-popup {
        padding: 60px 20px;
    }

    .cancel-order-popup__select .bootstrap-select .btn.dropdown-toggle {
        position: static !important;
        padding: 0 50px 0 10px !important;
    }

    .cancel-order-popup__btn-row {
        flex-wrap: wrap;
    }

    .cancel-order-popup__btn {
        width: 100%;
    }

    .cancel-order-popup__btn + .cancel-order-popup__btn {
        margin-top: 20px;
    }
}

/*New order styles*/
.checkout-form {
    margin-top: 30px;
}

.order-confirm-btn {
    width: 230px;
    padding: 0;
    font-size: 15px;
    line-height: 62px;
}

.order-delivery-btn {
    width: 230px;
    padding: 0;
    font-size: 15px;
    line-height: 62px;
    margin-top: 20px;
    display: none;
}

.order-comment {
    margin-top: 30px;
}

.order-product-list {
    max-height: 630px;
    margin-top: 40px;
    background-color: #fff;
    overflow-y: auto;
}

.order-product-list__item {
    position: relative;
    padding: 20px;
    display: flex;
}

.order-product-list__item_notice:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: .5;
}

.order-product-list__item + .order-product-list__item {
    border-top: 1px solid #f2f2f2;
}

.order-product-list__item-img {
    position: relative;
    height: 77px;
    flex: 0 0 75px;
    border: 1px solid #e6e6e6;
    text-align: center;
}

.order-product-list__item-hit {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #4d7bcd;
    font-size: 8px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.order-product-list__item-info {
    margin-left: 15px;
    flex: 1 1 auto;
}

.order-product-list__item-descr {
    font-size: 14px;
    line-height: 1.43;
    color: #2c2c2c;
}

.order-product-list__item-notice-message {
    display: none;
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.43;
    color: #ff0000;
    z-index: 1;
}

.order-product-list__item_notice .order-product-list__item-notice-message {
    display: block;
}

.order-product-list__item-number-row {
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.order-product-list__item-number-row .order-product__counter {
    margin-top: 0;
}

.order-product-list__item-remove {
    font-size: 14px;
    line-height: 1.57;
    color: #96c11f;
    cursor: pointer;
}

.order-product-list__item-price-row {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.order-product-list__item-price {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.11;
    color: #2c2c2c;
}

.order-product-list__item-old-price {
    margin-left: 10px;
    font-size: 14px;
    color: #909090;
    text-decoration: line-through;
}

.btn-counter--disabled {
    background-color: #f2f2f2 !important;
    color: #ccc !important;
    pointer-events: none;
}


/* Отображение цен */
.product-card__badge-price--red2 {
    background-color: #ff0009;
}

.product-card__badge-price--purple {
    background-color: #a7338b
}

.badge-price-currency {
    color: #fff;
    font-size: 10px;
    line-height: 2.3;
    text-transform: uppercase;
    font-weight: 900;
}
.badge-price-value {
    width: 100%;
    display: inline-block;
}

.badge-price-value--lg {
    font-size: 31px;
}

.fast-order-btn {
    margin-top: 44px;
    max-width: 292px;
}

.fast-order-popup-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 800px;
    height: 400px;
    margin: auto;
}

.fast-order-popup-content {
    margin: 0;
    padding: 60px 40px 40px;
}

.fast-order-form__row {
    display: flex;
    justify-content: space-between;
}

.fast-order-form__input {
    flex-basis: 48%;
}

.fast-order-form__submit-btn {
    width: 48%;
    height: 62px;
}
.authorization-form input {
    height:56px;
}
.fast-order-form__btn {
    width: 48%;
    height: 62px;
}

.modal-content {
    margin-top: 0 !important;
}

.search-results-value {
    color: #6ebd05;
    font-weight: 500;
}
.__choose-location {
    margin-top: 31px;
    margin-bottom: 23px;
    display: flex;
    flex-wrap: wrap;
}
.choose-location__country-list {
    display: flex;
    margin-bottom: 23px;
}
.choose-location__country-item {

}
.choose-location__country-item:not(:last-child) {
    margin-right: 20px;
}
.choose-all-field {
    min-width: 130px;
    max-width: 272px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #E5E5E5;
}
.choose-all-field:hover {
    border: 1px solid #AAAAAA;
}
.no-select-field {
    padding: 0 20px;
}
.select-field__btn {
    height: 100%;
    font-size: 16px;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select-field__btn .caret {
    line-height: 50px;
}
.select-field__menu {
    padding: 16px;
    box-shadow: none;
    border: 1px solid #E5E5E5;
    width: calc(100% + 2px);
    top: calc(100% + 1px);
    left: -1px;
}
.select-field__search {
    width: 100%;
    height: 40px;
    border: 1px solid #E5E5E5;
    padding-left: 12px;
    font-size: 12px;
}
.select-field__menu-title {
    margin-top: 17px;
    margin-bottom: 6px;
    font-size: 12px;
    color: #AAAAAA;
}
.select-field__list {
    list-style: none;
    font-size: 14px;
    line-height: 36px;
    padding-left: 0;
    margin: 0;
    margin-left: -16px;
    margin-right: -16px;
}
.select-field__list-item {
    padding-left: 18px;
}
.select-field__list-link {
    display: block;
}
.select-field__list-item:hover {
    background: #6ebd05;
    color: #fff;
    opacity: 1;
}
.choose-location__toogle {
    margin-left: auto;
    float: right;
}
.location-wrapper {
    background: #fff;
}
.no-select-field_active {
    border: 1px solid #7EC500;
}
.no-select-field_active:hover {
    border: 1px solid #7EC500;
}
.select-field_disabled {
    background: #E7E7E7;
    color: #AAAAAA;
    border: none;
}
.select-field_disabled .select-field__btn {
    background: #E7E7E7;
    cursor: auto;
}
.select-field_disabled:hover {
    border: none;
}
.select-field_disabled .select-field__btn .caret, .choose-location__country-item_disabled .select-field__list {
    display: none;
}
.location-wrapper__location {
    padding: 23px 0;
}
.current-city, .current-city__name {
    font-size: 40px;
}

/*чекбоксы в "оплате"*/
.order-step {
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0 18px 0;
    display: none;
}

.order-step__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.order-step-radio {
    display: inline-flex;
    height: 40px;
}

.order-step-radio__btn {
    display: none;
}

.order-step-radio__label {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #444444;
    position: relative;
    padding-right: 45px;
    font-size: 16px;
}
.order-step-radio__label:not(:last-child) {
    margin-right: 40px;
}
.order-step-radio__label:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    right: 0;
    border: 3px solid #70b01b;
    opacity: 0.9;
}
.order-step-radio__btn:checked + .order-step-radio__label:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #70b01b;
    right: 7px;
}

.icon-basket-summ:before{
    content:'\20BD';
    font-size: 28px;
    margin-top: 2px;
}

/*.product-detail-card-img-block__colors .slick-arrow.slick-prev {
    left: -30px;
}

.product-detail-card-img-block__colors .slick-arrow.slick-next {
    right: -10px;
}*/

/*страница-конкурс*/

.contest-banner-wrap {
    position: relative;
}
.contest-banner-wrap:before {
    content: "";
    display: block;
    padding-top: 57%;
}
.contest-page__banner {
    /*margin-bottom: 50px;*/
}
.contest-page__rules {
    margin-bottom: 60px;
}
.contest-rules__list {
    display: flex;
    list-style: none;
    padding: 0;
}
.contest-rules__item {
    width: 25%;
}
.contest-rules__item:not(:last-child) {
    margin-right: 30px;
}
.contest-rules__img {
    position: relative;
    height: 135px;
    margin-bottom: 15px;
}
.contest-rules__img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0.8);
}
.contest-rules-text {
    max-width: 255px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.contest-rules__link {
    color: #0a7835;
    font-weight: 400;
    text-decoration: underline;
}
.contest-rules__link:hover {
    opacity: 1;
    text-decoration: none;
}
.contest-page__go {
    margin-bottom: 60px;
}
.contest-go {
    text-align: center;
}
.contest-go__items {
    display: inline-flex;
    margin-bottom: 50px;
}
.contest-go__item {
    display: block;
    width: 232px;
    text-align: center;
    padding: 19px 15px 16px 18px;
    font-size: 19px;
    font-weight: 700;
    line-height: 27.6px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.contest-go__item:hover {
    opacity: 0.5;
}
.contest-go__item:not(:last-child) {
    margin-right: 80px;
}
.contest-go__item_rules {
    background: #1d51ac;
}
.contest-go__item_particpt {
    background: #7ec500;
}
.contest-go__agry-label {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}
.contest-page__sended-form {
    margin: 0 auto 50px;
}
.sended-form {
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    max-width: 565px;
    display: none;
}
.sended-form p {
    font-size: 18px;
}
.fz_20 {
    font-size: 20px;
}
.contest-timer-wrap {
    padding: 50px 0 90px;
    background: #a1bf35;
}
.contest-page-timer {
    margin: 0 auto;
    max-width: 580px;
}
.contest-timer {
    background: #a1bf35;
}
.contest-timer__head {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 52.16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.contest-timer__clock {
    margin: 0;
    margin-left: -10px;
}
.contest-timer__clock a:hover {
    opacity: 1;
}
.contest-timer__clock ul {
    margin: 2px;
    width: 55px;
    height: 85px;
}
.contest-timer__clock .flip-clock-divider {
    width: 25px;
    height: 90px;
}
.contest-timer__clock ul li a div div.inn {
    color: #fff;
    background-color: #373737 !important;
}
.contest-timer__clock ul li a div div.inn {
    color: #fff;
    background-color: #373737;
}
.contest-timer__clock .flip-clock-divider .flip-clock-label {
    top: auto;
    bottom: -1.5em;
    right: -86px;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 37.54px;
}
.contest-timer__clock .flip-clock-dot {
    border-radius: inherit;
    box-shadow: none;
    background: #fff;
}
.contest-timer__clock span.flip-clock-divider.hours span.flip-clock-label {
    right: -92px;
}
.contest-timer__clock span.flip-clock-divider.minutes span.flip-clock-label {
    right: -95px;
}
.contest-timer__clock span.flip-clock-divider.seconds span.flip-clock-label {
    right: -95px;
}



.page-header.page-header-catalog {
    padding-top: 30px;
}

.main-list-promo__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-list-promo__name {
    margin-right: 60px;
}
.main-list-promo-name {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 25px 0 12px;
    background: #2764a7;
}
.main-list-promo-name__image-cont {
    width: 38px;
    height: 36px;
    margin-right: 20px;
    border-radius: 50%;
    background-size: 100%;
}
img.main-list-promo-name__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.main-list-promo-name__text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.main-list-promo__filter-inner {
    margin-bottom: 0;
}

.card-block {
    margin-top: 30px;
}

.video_main {
    padding-top: 0;
    padding-bottom: 30px;
}
.video_about-page {
    margin-bottom: 30px;
}

.action-card__container {
    width: 1440px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.detail-action__banner-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    max-height: 500px;
    background-color: #f2f2f2;
}
.detail-action__banner-img {
    height: auto;
    max-height: 500px;
    margin: auto;
    background-size: contain;
    max-width: 100%;
    width: 1440px;
}

.top_button__container {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.top_button__link {
    padding: 7px 12px;
    font-size: 12px;
    letter-spacing: .3px;
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    margin: auto;
    color: #fff;
    background-color: #ff0009;
    font-weight: 600;
    margin-top: 0.8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

a.top_button__link {
    max-width: 255px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top_button__link:hover {
    background: #ff383f;
    opacity: 1;
    color: #fff;
}

.dropdown--city {
    margin: 26px 5px 0 0;
}

.header .header-right__item--name {
    max-width: 135px;
    text-overflow: ellipsis;
}

@media (max-width:1400px){.header .header-contacts{margin-right: 5px}.header .header-right__item--name{max-width: 113px}}
@media (max-width:1370px){.header .header-right__item--name{max-width: 97px}}
@media (max-width:1350px){.header .header-right__item--name{max-width: 135px}.top_button__container{display:none!important}}

.login-banner__container {
    text-align: center;
    margin-top: 45px;
}

.login-banner__text-container {
    max-width: 1440px;
    margin: 45px auto 45px auto;
}

.login-banner__text {
    text-align: left;
    font-size: 21px;
    margin: 0 90px 0 90px;
    color: #191919;
    line-height: 44px;
}

.login-banner__img-container {
    max-width: 1440px;
    margin: auto;
}

.login-banner__img-container img {
    width: 100%;
}

@media (max-width:1440px){.login-banner__text{margin:0 25px 0 25px}}
@media (max-width:1350px){.login-banner__text{margin:0 5px 0 5px}}

.bonus-block__btn-container {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    top: 386px;
}

.promo-slider.bonus-slider .slick-arrow {
    top: 262px;
}

#my-share.custom-share {
    display: inline-block;
}
.detail_page_button__container {
    display: inline-block;
}
.detail_page_button__link {
    letter-spacing: 0.3px;
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: top;
    white-space: nowrap;
    background-color: #7ec500;
    margin: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0.8px;
    padding: 16.8px 30px 16.8px;
    font-family: Roboto,sans-serif;
}
a.detail_page_button__link {
    max-width: 395px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.detail_page_button__link:hover {
    background: #70b01b;
    opacity: 1;
    color: #fff;
}

.product-card__badge-price--orange {
    background-color: #ec6613;
}
.product-card__badge-price--orange span {
    color: #fff;
}

.draw_fast__container {
    text-align: center;
}
.draw_fast_reg__table {
    margin: auto;
    width: 100%;
}
.draw_fast_reg__td-left {
    float: left;
    text-align: right;
    width: 50%;
}
.draw_fast_reg__td-right {
    float: right;
    text-align: right;
    width: 50%;
}
.draw_fast__header {
    font-size: 31px;
    margin: 0 90px 25px 90px;
    color: #191919;
    line-height: 44px;
    font-weight: 700;
}
.draw_fast_reg__container {
    width: 970px;
    margin: auto;
}
.draw_fast_reg__phone {
    width: 100%;
    font-size: 20px;
    height: 56px;
    margin-bottom: 0px;
}
.draw_fast_reg__button {
    width: 292px;
    min-height: 0 !important;
}
.draw_fast_reg__button-rules {
    transition: none;
    font-size: 16px;
    padding: 14px 30px 18px 30px;
    height: 56px;
    display: inline-block;
    width: 160px;
}
.draw_fast_reg__agry {
    margin: 20px;
}
.contest-go__item:not(:last-child).draw_fast_reg__button-rules {
    margin-right: 0;
}

.raffle_bonus__results-winner.results-winner {
    margin-bottom: 40px;
}
.raffle_bonus__first-header {
    margin-top: 20px;
}
.results-promo__search-form .form-group>.personal-card__number::placeholder {
    display: inline-block;
    vertical-align: middle;
    position: static;
    width: 369px;
    height: 60px;
    margin-right: 20px;
    font-size: 24px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #757575;
}
.raffle_bonus__navigation .raffle-list li div.raffle-list__simple-text {
    color: #474747;
    font-size: 16px;
}
.raffle_bonus__navigation .link-tabs>li>a {
    cursor: pointer;
}
.raffle_bonus__banner-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    max-height: 500px;
    margin-top: 40px;
}
.raffle_bonus__banner-img {
    height: auto;
    max-height: 500px;
    margin: auto;
    background-size: contain;
    width: auto;
    max-width: 100%;
}
.raffle_bonus__result.card-success-result, .raffle_bonus__result.card-nothing-result {
    color: white;
    margin-top: 20px;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    position: relative;
    font-weight: 400;
}
.product-no-sale {
    color: #ffffff;
    background-color: #B5B5B5;
    line-height: 1;
    width: 110px;
    padding: 7px 7px 0 7px;
    height: 60px;
}
.product-no-sale-top {
    color: #ffffff;
    background-color: #B5B5B5;
    width: 50%;
    float: left;
    line-height: 1;
    padding: 7px 10px 0 10px;
    height: 60px;
}
.product-no-sale-top:hover{
    opacity:1;
}

/*видео в карточке*/

.product-detail-video-big {

    width: 330px;

    height: 330px;

    background-position: 50% 50%;

    background-repeat: no-repeat;

    position: relative;

    cursor: pointer;

    background-size: contain;

}

.product-detail-video-nav {

    height: 100px;

    background-position: 50% 50%;

    background-repeat: no-repeat;

    background-size: contain;

    position: relative;

    cursor: pointer;

}

.product-popup-video {

}

.product-popup-video-min {

    position: relative;

    height: 100px;

    background-position: 50% 50%;

    background-repeat: no-repeat;

    background-size: contain;

}

.product-detail-video-nav:after, .product-detail-video-big:after, .product-popup-video-min:after {

    margin: 0 auto;

    display: block;

    position: absolute;

    z-index: 10;

    content: '';

    width: 30px;

    height: 30px;

    background-image: url(../images/play.svg);

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    top: 50%;

    left: 50%;

    -webkit-transform: translateX(-50%) translateY(-50%);

    transform: translateX(-50%) translateY(-50%);

}

.product-detail-video-nav:after, .product-popup-video-min:after {

    width: 30px;

    height: 30px;

}

.product-detail-video-big:after {

    width: 100px;

    height: 100px;

}

.product-detail-card-img-block__colors .slick-arrow.slick-prev {

    left: -30px;

}

.product-detail-card-img-block__colors .slick-arrow.slick-next {

    right: -10px;

}

.badge-price-value--md span .one {
    font-size: 35px;
}

.badge-price-value--lg span .one {
    font-size: 25px;
}
.badge-price-value--sm span .one {
    font-size: 25px;
}
.badge-price-currency {
    font-family: RotondaC-Bold;
}

@media screen and (min-width: 992px) {
    .product-detail-card-info {
        padding: 39px 30px 20px 0;
    }
    .product-detail-card-info__btn-like {
        float: none;
        width: auto;
        vertical-align: inherit;
        line-height: normal;
        color: #003882;
        display: inline-flex;
        align-items: center;
        padding: 7px;
        margin-bottom: 12px;
        transition: all 0.3s ease;
    }
    .product-detail {
        display: flex;
        margin: 0 0 30px;
    }
    .product-detail-card {
        height: 100%;
    }
    .tabs__content-item-address .location {
        padding: 35px 0;
    }
    .tabs__content-item-address .shops.list-on .shops-table {
        overflow: hidden;
    }
}
.product-detail-card-info__selects {
    margin-bottom: 21px;
    margin-top: 21px;
}
.product-detail-select__clear {
    color: #a5b8d2;
    margin-left: 10px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}
.product-detail-select__clear:hover {
    color: #d2dae8;
}
.product-detail-selects__item {
    display: block;
}
.product-detail-selects__item:not(:last-child) {
    margin-bottom: 15px;
}
.product-detail-selects__item_error {
    border: 1px solid #EB2A2A;
}
.product-detail-select button {
    color: #666666;
}
.product-detail-select__list {
    padding: 15px 20px;
    box-shadow: none;
    border: 1px solid #E6E6E6;
}
.product-detail-select__point {
    display: flex;
    align-items: center;
}
.product-detail-select__point:not(:last-child) {
    margin-bottom: 10px;
}
.product-detail-select__color {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 7px;
}
.dropdown__toggle-text {
    display: flex;
    align-items: center;
}
.dropdown__toggle-text .product-detail-select__link:hover {
    opacity: 1;
}
.dropdown-menu>li>.product-detail-select__link {
    padding-left: 0px;
}
.dropdown-menu>li>.product-detail-select__link.product-none {
    color: #b3b3b3;
}
.dropdown-menu>li>.product-detail-select__link.product-in-stock {
    font-weight: 600;
}
.product-detail-card-info__btn-like:hover {
    background: rgba(126, 197, 0, 0.2);
}
.product-detail-card-info__btn-like:before {
    content: "";
    width: 17px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
    background: url(/icon/other/wish.png) 50% 50% no-repeat;
    background-size: 100%;
}
.product-detail-card-info__btn-like.active:before {
    background: url(/icon/other/wish_choose.png) 50% 50% no-repeat;
}
.product-detail-card-info__brand-value {
    color: #000;
}

.tabs {
    /*max-width: 700px;*/
}
.tabs__head {
    display: flex;
    margin-bottom: 20px;
    margin-bottom: 10px;
}
.tabs__head-item {
    width: 33.3%;
    max-width: 235px;
    text-align: center;
    padding: 27px 10px;
    border: 1px solid #E6E6E6;
    cursor: pointer;
    font-size: 18px;
    background: #fff;
    color: #303030;
}
.tabs__head-item:not(:last-child) {
    border-right: none;
}
.tabs__head-item:hover {
    /*background: #4D7BCC;*/
    /*color: #fff;*/
}
.tabs__head-item_active {
    background: #4D7BCC;
    color: #fff;
}
.tabs__head-item_active:hover {

}
.tabs__content-item {
    display: none;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 35px 50px;
}
.tabs__content-item_active {
    display: block;
}
.tab__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 30px;
}
.tab__text {
    font-size: 14px;
    line-height: 23px;
    color: #666666;
}
.tab__text p {
    color: #666666;
}

.tab__text p:not(:last-child) {
    margin-bottom: 25px;
}
.tabs__params {
    display: flex;
}
.tabs__params:not(:last-child) {
    margin-bottom: 15px;
}
.tabs__params-title-dott {
    display: flex;
    width: 400px;
    min-width: 400px;
    max-height: 20px;
}
.tabs__params-title, .product-detail-card-info__brand {
    color: #666666;
}
.tabs__params-dott {
    flex-grow: 1;
    border-bottom: 2px dotted #E6E6E6;
    margin: 0 10px 4px 4px;
}
.tabs__params-link {
    color: #4D7BCC;
    text-decoration: underline;
}

.tabs__content-item-address .page-header__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
}
.tabs__content-item-address .current-city {
    font-size: 18px;
    color: #000;
}
.tabs__content-item-address .current-city__name {
    color: #6ebd05;
    font-size: 18px;
}
.tabs__content-item-address .search-results {
    font-size: 14px;
    line-height: 23px;
}
.tabs__content-item-address .search-results {
    padding-top: 0;
}
.tabs__content-item-address .search-results-quantity {
    color: #6ebd05;
}
.tabs__content-item-address .search-form__item {
    border: 1px solid #E6E6E6;
}

@media (min-width: 992px) {
    .order-modal-info__text {
        margin-top: 20px;
        vertical-align: top;
    }
}

.order-product-props__container {
    margin-top: 10px;
}

.order-product-props__item {
    color: #323232;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.order-product-props__prop {
    font-weight: 700;
}

.order-product-props__value {
    font-weight: normal;
}

.product_detail__region_no_item {
    text-align: center;
}

.switcher {

}
.main-list-item__switcher, .catalog_sect_cont__switcher {
    display: flex;
    justify-content: flex-end;
}
.catalog_sect_cont__switcher {
    margin-top: 40px;
}
.switcher__row:not(:last-child) {
    margin-right: 35px;
}
.switcher__label {
    /*padding-left: 40px;*/
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.switcher__input {
    display: none;
}
.switcher__label:before {
    content: "";
    /*position: absolute;*/
    /*left: 0;*/
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 2px solid #E6E6E6;
    border-radius: 50%;
}
.switcher__input {
    position: absolute;
}
.switcher__input:checked + .switcher__label:before {
    border: none;
    background: #7EC500;
}
.switcher__input:checked + .switcher__label:after {
    content: "";
    width: 11px;
    height: 7px;
    position: absolute;
    left: 9px;
    top: 11px;
    border-bottom: 3px solid #FFFFFF;
    border-left: 3px solid #FFFFFF;
    transform: rotate(-45deg);
}
.goods-icons {
    position: absolute;
    top: 10px;
    left: 16px;
    left: 8px;
}
.goods-icons__item {
    margin: 0 auto;
    background-image: url(/images/goods_sprite.png);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.goods-icons__deliv {
    background-position: 0px 0px;
    width: 25px;
    height: 19px;
}
.goods-icons__map {
    background-position: 0px -19px;
    width: 17px;
    height: 21px;
}
.goods-icons__self {
    background-position: -25px 0px;
    width: 23px;
    height: 19px;
}
.goods-icons_horiz {
    display: inline-flex;
}
.goods-icons_horiz > div {
    position: relative;
}
.goods-icons_horiz > div:not(:last-child) {
    margin-right: 20px;
}
.goods-icons_stat {
    position: static;
}
.good-icons__hover-text {
    display: none;
    width: 150px;
    padding: 5px;
    position: absolute;
    left: 100%;
    left: calc(100% + 6px);
    z-index: 1;
    text-align: left;
    background: #FFFFFF;
    font-size: 12px;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
}
.goods-icons__item:hover > .good-icons__hover-text {
    display: block;
}
.product-card__goods-icons {
    z-index: 101;
}

/* Order styles*/
.checkout-choice_wrapper {
    display: flex;
    justify-content: space-between;
}

.checkout-choice__all {
    width: 360px;
    height: 110px;
    background: #ffffff;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 30px 0 0 30px;
    cursor: pointer;
}
.checkout-choice__all_sm {
    display: flex;
    justify-content: space-between;
    cursor: auto;
    margin-bottom: 2px;
    padding: 20px 8px 20px 8px;
    width: 100%;
    height: auto;
}
.checkout-choice__all_sm .choose-delivery-type {
    font-weight: normal;
    cursor: auto;
    padding-left: 45px;
}
.checkout-choice__all_sm .no-checkbox:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #70b01b;
    left: 7px;
}
.checkout-choice__all_sm .checkout-choice__all-text {
    padding-left: 45px;
}
.checkout-choice__all_md {
    display: flex;
    justify-content: space-between;
    cursor: auto;
    margin-bottom: 2px;
    padding: 20px 8px 20px 8px;
    width: 100%;
    height: auto;
}
.checkout-choice__all_md .checkout-choice__all-text {
    padding-left: 5px;
}
.checkout-choice__all_md .checkout-choice__all-pickup-date {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.checkout-choice__all_md .checkout-choice__all-shelf-life {
}
.checkout-choice__all-left {
    padding-right: 15px;
}
.choose-delivery-type__btn {
    display: none;
}
.choose-delivery-type:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    left: 0;
    border: 3px solid #70b01b;
    opacity: 0.9;
}
.choose-delivery-type__btn:checked + .choose-delivery-type:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #70b01b;
    left: 7px;
}
.checkout-choice-container {
    position: relative;
    width: 100%;
}
.choose-delivery-type {
    padding-left: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checkout-choice__all-text {
    font-size: 14px;
    line-height: 19px;
    color: #747474;
    font-weight: normal;
    padding-left: 50px;
}
.checkout-choice__all_no-checkbox {
    border: 2px solid #7ec500;
}
.choose-address-form_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.choose-address__error_wrap,
.choose-fullname__error_wrap
{
    display: none;
    text-align: center;
    margin-bottom: 20px;
    background: #f8d7da;
    border: 1px solid red;
    padding: 15px;
}
.choose-address__error_item {
    color: #721c24;
}
.choose-address_left {
    max-width: 267px;
    width: 100%;
}
.choose-address-input_wrap {
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 100%;
}
.choose-address_city input{
    width: 100%;
}
.choose-address_building, .choose-address_corp {
    display: inline-block;
    width: 123px;
}
.choose-input-small {
    display: flex;
    justify-content: space-between;
}

.choose-address_building-input, .choose-address_corp-input {
    width: 123px;
}

.choose-address_flat-input  {
    width: 125px;
}

.choose-address_date-input {
    width: 117px;
}
.choose-address_time-input {
    width: 171px;
}
.choose-address_str-input {
    width: 100%;
}
.choose-address_right {
    max-width: 453px;
    width: 100%;
}
.choose-address__btn {
    display: none;
    width: 100%;
}
.choose-address__btn-input {
    width: 100%;
    background: #7EC500;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 22px;
}
.choose-address__btn-input:hover {
    background-color: #70b01b;
}
.choose-address__btn_vis {
    display: block;
    margin-bottom: 20px;
}
.choose-address__cost {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    background: #ffffff;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.choose-address__cost-item {
    width: 48.5%;
    padding: 27px 20px;
    border: 1px solid #E6E6E6;
    cursor: pointer;
}
.choose-address__cost-item.checkout-choice__all_active {
    padding: 26px 19px;
}
.choose-address__cost-item .choose-delivery-type {
    cursor: pointer;
}
.checkout-choice__all_active {
    border: 2px solid #7ec500;
}

.choose-address-input {
    border: none;
    height: 58px;
    padding: 0 24px 0 24px;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.shops-choose-wrapper {
    display: flex;
}

.shops-choose-map {
    width: 50%;
    background: white;
    border-right: 1px solid #e6e6e6;
    /*123123*/
}
.choose-shop-list_wrap {
    /*width: 355px;*/
    overflow-y: auto !important;
}

.shops-table-wrap {
    width: 50%;
    background-color: #fff;
}
.shops-table-choosen {
    display: none;
    flex-direction: column;
    padding: 20px;
    height: 100%;
}
.shops-table-choosen p {
    margin-bottom: 20px;
}
.shops-table-choosen__back {
    font-weight: bold;
    color: #003882;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}
.shops-table-choosen__back:hover {
    opacity: 0.7;
}
.shops-table-choosen__back:before {
    content: "";
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #003882;
    border-left: 2px solid #003882;
    transform: rotate(45deg);
    margin-right: 10px;
}
.shops-table-choosen__city {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
.shops-table-choosen__selects {
}
.custom__select {
    width: 100%;
    height: 50px;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/select_arrow.png) 100% / 15% no-repeat #fff;
    background-size: auto;
}
.custom-select {
    padding-left: 0;
    position: relative;
}
.custom-select__title {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    background: #fff;
    padding: 0 20px 0 24px;
    color: #747474;
}
.custom-select__title-all {
    cursor: pointer;
}
.custom-select__title-all:after {
    content: "";
    width: 14px;
    height: 7px;
    background: url(/images/select_arrow.png) 50% 50% no-repeat;
    margin-left: auto;
    background-size: 100%;
}
.custom-select__menu-all {
    display: none;
}
.custom-select__menu {
    padding: 24px;
    background: #fff;
    margin-top: 1px;
}
.custom-select_active > .custom-select__menu-all {
    display: block;
}
.custom-select_active > .custom-select__title-all:after {
    transform: rotate(180deg);
}
.custom-select__item-all {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.custom-select__item-all:hover {
    color: #969696;
}
.custom-select__item-all:not(:last-child) {
    margin-bottom: 5px;
}
.custom-select-2 {
    position: relative;
}
.custom-select-2__menu {
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E6E6E6;
}
.custom-select-2__title {
    height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
}
.shops-table-choosen__btn {
    background: #83C621;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 0;
    cursor: pointer;
    margin-top: auto;
}
.shops-table-choosen__btn:hover {
    background-color: #70b01b;
}

.shops.list-on.shops-container {
    display: flex;
    height: 470px;
}

#order_form_content .shops-content {
    overflow: hidden;
}

.shop-list-item {
    margin: 0px 20px 0px 19px;
    padding: 18px 0;
    border-bottom: 1px solid #e6e6e6;
    max-width: 315px;
    cursor: pointer;
    position: relative;
}
.shop-list-item_b {
    font-weight: bold;
}
.shop-list-item:after {
    content: '';
    display: none;
    position: absolute;
    left: -19px;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #7ec500;
}

.shop-list-item:hover.shop-list-item:after {
    display: block;
}
.shop-list-item_choosen {
    padding-left: 35px;
    margin-left: 0;
}
.shop-list-item_choosen:before {
    content: "";
    width: 25px;
    height: 100%;
    background: #7EC500;
    position: absolute;
    left: 0;
    top: 0;
}
.shop-list-item_choosen.shop-list-item_choosen:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    top: calc(50% - 3px);
    left: 5px;
    width: 11px;
    height: 7px;
    border-bottom: 3px solid #FFFFFF;
    border-left: 3px solid #FFFFFF;
    transform: rotate(-45deg);
}
/*.shop-list-item_choosen.shop-list-item_choosen:after:hover {*/
    /*display: block;*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 5px;*/
    /*width: 11px;*/
    /*height: 7px;*/
    /*transform: rotate(-45deg);*/
/*}*/
.choose-shop-list {
    /*height: 250px;*/
}
.search-shop {
    border: 1px solid #E6E6E6;
    width: 100%;
    box-sizing: border-box !important;
}
.search-shop-input_wrap {
    box-sizing: border-box;
    margin: 20px;
    max-width: 305px;
}
.checkout-city-address {
    margin: 56px 0 30px 0;
}
.checkout-city-address + .choose-address-form__prev-ads {
    margin-top: -10px;
}
.choose-address-form__prev-ads {
    display: none;
    margin-bottom: 30px;
}
.choose-address-form__prev-ads_vis {
    display: block;
}
#order_form_content #delivery_type__pickup #shops-content {
    max-height: unset !important;
}
#order_form_content #delivery_type__pickup #shops-content .shops-map{
    height: 500px;
}
.empty-map-block {
    height: 334px;
    width: 100%;
    background: white;
    border-right: 1px solid #e6e6e6;
}
.metaship-pickup-points__not-found {
    text-align: center;
    color: #565656;
}
.metaship-pickup-points__loading {
    text-align: center;
    color: #565656;
}
.shops-table-choosen__pickup_not_calc {
}
.choose-delivery-name {
    margin-bottom: 10px;
}
.preloader-yandex-map {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    background-color: #fff;
    z-index: 999
}
.product-popup-slider__item:before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}


.product-popup-slider__item img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.element_detail_youtube__container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 1921px) {
    .product-popup-content {
        max-height: 100%;
    }
}

.form_desc__wrap {
    position: absolute;
    width: 100%;
    text-align: right;
    pointer-events: none;
}

.form_desc__btn-oval--sm {
    color: #595959;
    font-size: 12px;
    width: 100px;
}

.form_desc__btn {
    margin: 10px 40px 0 0;
    cursor: pointer;
    pointer-events: auto;
}

.form_desc__container {
    position: fixed;
    width: 100%;
}

.form_field_desc {
    padding-right: 120px;
    text-overflow: ellipsis;
}

.f-top-banner {
    position: sticky;
    top: 0;
    max-width: 1440px;
    margin: auto;
    background-color: #fff;
    font-size: 0;
    z-index: 999;
}

.f-top-banner__desktop {
    display: block;
}
.f-top-banner__mobile {
    display: none;
}

@media (max-width: 767px) {
    .f-top-banner__desktop {
        display: none;
    }
    .f-top-banner__mobile {
        display: block;
    }
}

.f-top-banner__btn-close {
    position: absolute;
    color: #fff;
    right: 5px;
    top: 5px;
    margin: auto;
    background: #00000075;
    width: 22px;
    height: 22px;
    font-family: monospace;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}

.f-top-banner__link {
    display: block;
    text-align: center;
}
a.f-top-banner__link:hover {
    opacity: .5;
}

.f-top-banner__img {
    width: 100%;
}

@media (min-width: 1921px) {
    .product-popup-content {
        max-height: 100%;
    }
}

.form_desc__wrap {
    position: absolute;
    width: 100%;
    text-align: right;
    pointer-events: none;
}

.form_desc__btn-oval--sm {
    color: #595959;
    font-size: 12px;
    width: 100px;
}

.form_desc__btn {
    margin: 10px 40px 0 0;
    cursor: pointer;
    pointer-events: auto;
}

.form_desc__container {
    position: fixed;
    width: 100%;
}

.form_field_desc {
    padding-right: 120px;
    text-overflow: ellipsis;
}

.online-catalog__notification__error {
    max-width: 1170px;
    text-align: center;
    margin: 20px auto 20px auto;
    color: #e91917;
}

.good-deeds__header {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}
.good-deeds__body {
    color: white;
    font-weight: 600;
}
.good-deeds-infographics__wrap {
    margin: 20px 0 20px 0;
    display: inline-block;
    width: 100%;
}
.good-deeds-infographics__table {
    width: 100%;
}
.good-deeds-infographics__item {
    padding: 5px 0 5px 0;
    max-width: 80%;
    display: block;
    color: #224b8e;
}
.good-deeds-infographics__icon {
    height: 55px;
    float: left;
    margin-right: 21px;
}
.good-deeds-infographics__text {
    font-size: 18px;
    font-weight: 500;
    word-break: break-word;
    height: 55px;
    display: table-cell;
    vertical-align: middle;
}
.good-deeds-infographics__item-count {
    color: #7dc515;
    font-weight: 700;
}
.good-deeds-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
}
.shops-working-hours__temp_closed {
    color: red;
    font-weight: 600;
    text-transform: none;
}

/*main*/
.main-products-item__buy_no-sale {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 52px;
    background-color: #B5B5B5;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 13px;
}
.main-products-item__buy_no-sale:hover {
    opacity: .5;
}
.header-badges__item:hover {
    opacity: .9;
}
.main-products-item__like.active svg {
    fill: #70b01b;
}

.main-products-item__like.active path {
    stroke: #70b01b;
}

.header-city-dropdown {
    position: absolute;
    top: 40px;
    left: 50px;
    max-width: 560px;
    max-height: 325px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 1000;
    overflow-y: auto;
}

.header.sticky .header-city-dropdown {
    top: 53px;
}

.header-city-dropdown__row {
    display: flex;
}

.header-city-dropdown__col {
    width: 33.33%;
}

.header-nav {
    position: relative;
}

.header.sticky .catalog-dropdown {
    top: calc(100% + 13px);
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    width: 140px;
    _width: 140px;
    padding: 4px 10px;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-wrap: normal;
}

.ui-autocomplete .ui-menu-item {
    display: block;
    padding: 5px 5px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: normal;
    background: #fff!important;
    cursor: pointer;
}

.ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
    color:  #003882;
    background: #fff;
    border: none;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-hover {
    color:  #003882;
    background: #fff;
    border: none;
}

.header-search__btn svg {
    vertical-align: top;
}

.brands-slider .slick-list {
    margin-right: -10px;
}

.brands-slider__item {
    margin-right: 10px;
}

.brands-slider__item img {
    max-width: 100%;
}

@media (max-width: 1023px) {
    .brands-slider__item {
        margin-right: 0;
    }

    .brands-slider__item img {
        max-width: none;
    }
}

.adaptive-modal__content {
    padding: 30px;
}

.adaptive-modal__btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.adaptive-modal__btn-wrapper .btn + .btn {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .adaptive-modal__content {
        padding: 20px;
    }

    .adaptive-modal__title {
        font-size: 23px;
        line-height: 31px;
    }

    .adaptive-modal__btn-wrapper {
        flex-direction: column;
    }

    .adaptive-modal__btn-wrapper .btn + .btn {
        margin-left: 0;
        margin-top: 10px;
    }
}

/*Символ валюты Кыргызстана*/
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon/icomoon.eot?zgqdkp');
    src:  url('../fonts/icomoon/icomoon.eot?zgqdkp#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?zgqdkp') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?zgqdkp') format('woff'),
    url('../fonts/icomoon/icomoon.svg?zgqdkp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.icon-KGS:before {
    content: "\e417";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*Символ валюты Узбекистана*/
.icon-UZS:before {
  content: "SO'M";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

/*Символ валюты Грузии*/
.icon-GEL:before {
  content: "ლ";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.header-links .header-links__item:nth-last-child(-n+2){
    margin-right: 5px;
}
.header-links .header-links__item:first-child{
    margin-left: 5px;
}