body {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 50%, #d3dce6);
    font-family: 'Droid Sans', sans-serif;
    color: #4f5e6e;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 400;
    text-decoration: none;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #273444;
    font-size: 36px;
    line-height: 1.25em;
    font-weight: 700;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #273444;
    font-size: 28px;
    line-height: 1.25em;
    font-weight: 700;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #273444;
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 700;
}

h4 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #273444;
    font-size: 22px;
    line-height: 1.25em;
    font-weight: 700;
}

h5 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #273444;
    font-size: 19px;
    line-height: 1.25em;
    font-weight: 700;
}

h6 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #273444;
    font-size: 16px;
    line-height: 1.45em;
    font-weight: 700;
}

p {
    margin-bottom: 10px;
    font-family: 'Droid Sans', sans-serif;
    color: #4f5e6e;
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 400;
}

a {
    margin-bottom: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #0094ea;
    text-decoration: none;
}

a:hover {
    color: #0094ea;
    text-decoration: none;
}

ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

img {
    display: inline-block;
    max-width: 100%;
}

label {
    display: block;
    color: #273444;
    font-size: 16px;
    font-weight: 400;
}

blockquote {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-left-style: none;
    background-color: #fbfcfd;
    box-shadow: inset 3px 0 0 0 #0786ce;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #4f5e6e;
    font-size: 20px;
    line-height: 1.25em;
    font-style: italic;
    font-weight: 600;
}

blockquote:hover {
    background-color: #f9fafc;
    box-shadow: inset 3px 0 0 0 #0094ea;
    color: #0094ea;
}

figure {
    margin-bottom: 10px;
}

figcaption {
    margin-top: 5px;
    margin-bottom: 80px;
    text-align: center;
}

.ui-kit-label {
    margin-top: 12px;
    margin-bottom: 25px;
    padding-top: 5px;
    border-top: 1px dashed #eff2f7;
    font-family: 'Roboto Mono';
    color: #94a0ad;
    font-size: 12px;
    font-weight: 400;
}

.ui-kit-label.inline-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Proximanova, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.ui-kit-label.inline-box.no-divider {
    font-size: 11.5px;
    font-weight: 600;
}

.ui-kit-label.no-divider {
    margin-top: 10px;
    padding-top: 0px;
    border-top-style: none;
}

.section {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 50px;
    float: none;
    background-color: #fff;
    box-shadow: 0 12px 30px -8px rgba(48, 58, 71, .15);
}

.btn {
    display: inline-block;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px 2em;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #e0e6ed;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: Proximanovacond, sans-serif;
    color: #4f5e6e;
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.btn:hover {
    box-shadow: inset 0 0 0 1px #e0e6ed;
    opacity: 0.8;
    color: #4f5e6e;
}

.btn.btn--primary {
    overflow: hidden;
    background-color: #c32931;
    box-shadow: 0 8px 16px -6px rgba(19, 35, 50, .5);
    color: #fff;
}

.btn.btn--primary:hover {
    background-color: #cf1322;
    opacity: 1;
}

.btn.btn--primary.btn--l {
    height: 48px;
    font-size: 19px;
    line-height: 48px;
}

.btn.btn--primary.btn--l.btn--icon {
    font-size: 19px;
}

.btn.btn--primary.btn--l.btn--icon.btn--facebook {
    background-color: #3b5999;
}

.btn.btn--primary.btn--l.btn--icon.btn--google {
    background-color: #db4437;
}

.btn.btn--primary.btn--xs {
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1px;
}

.btn.btn--primary.btn--xs.btn--border.btn--icon {
    font-size: 11px;
}

.btn.btn--primary.btn--s {
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 1.5px;
}

.btn.btn--primary.btn--s.btn--border.btn--icon {
    font-size: 13px;
}

.btn.btn--primary.btn--xl {
    height: 52px;
    padding-right: 2em;
    padding-left: 2em;
    font-size: 21px;
    line-height: 52px;
}

.btn.btn--primary.btn--xl.btn--icon {
    font-size: 21px;
}

.btn.btn--primary.btn--m {
    height: 44px;
    font-size: 18px;
    line-height: 44px;
    font-weight: 600;
}

.btn.btn--primary.btn--m.btn--icon {
    font-size: 17px;
}

.btn.btn--primary.btn--border.btn--icon {
    font-size: 15px;
}

.btn.btn--primary.btn-d {
    overflow: visible;
    height: 35px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #c32931;
    box-shadow: 0 8px 16px -6px rgba(19, 35, 50, .5);
    font-size: 17px;
    line-height: 35px;
    letter-spacing: 1.5px;
    text-shadow: 0 -1px 0 #940213;
}

.btn.btn--primary.btn-d.btn--flip.m-l-r-0 {
    margin-top: 15px;
}

.btn.btn--info {
    background-color: #05b8ff;
    box-shadow: none;
    color: #fff;
}

.btn.btn--danger {
    background-color: #f5222d;
    box-shadow: none;
    color: #fff;
}

.btn.btn--success {
    background-color: #85c737;
    box-shadow: none;
    color: #fff;
}

.btn.btn--gray {
    background-color: #eff2f7;
    box-shadow: none;
    color: #515e68;
}

.btn.btn--inverse {
    background-color: #273444;
    box-shadow: none;
    color: #fff;
}

.btn.btn--close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 42px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #c0ccda;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: none;
    font-family: Iconfont, sans-serif;
    color: #94a0ad;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
}

.btn.btn--close:hover {
    border-color: #0094ea;
    background-color: #0094ea;
    box-shadow: none;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    color: #fff;
}

.ui-kit-section__title {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid transparent;
    font-family: Proximanova, sans-serif;
    color: #273444;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ui-kit-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ecf0f5;
}

.input {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px;
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #000 #000 rgba(167, 192, 207, .35);
    background-color: transparent;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    font-family: Proximanovacond, sans-serif;
    color: #4f5e6e;
    font-size: 19px;
    line-height: 40px;
    font-weight: 600;
}

.input:hover {
    border-bottom-color: rgba(146, 196, 219, .65);
}

.input:focus {
    border-color: transparent transparent #73b5df;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

.input::-webkit-input-placeholder {
    color: rgba(20, 36, 51, .3);
}

.input:-ms-input-placeholder {
    color: rgba(20, 36, 51, .3);
}

.input::-ms-input-placeholder {
    color: rgba(20, 36, 51, .3);
}

.input::placeholder {
    color: rgba(20, 36, 51, .3);
}

.input.input--l {
    height: 48px;
    font-size: 19px;
    line-height: 48px;
    text-align: left;
}

.input.input--s {
    height: 34px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 34px;
}

.input.input--xs {
    height: 30px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: -0.25px;
}

.input.input--xl {
    height: 48px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-width: 3px;
    font-size: 20px;
    line-height: 48px;
    font-weight: 600;
}

.input.input--xl.input-centered {
    text-align: center;
}

.input.input--m {
    height: 44px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 44px;
}

.tab__pane {
    width: 80%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 80px;
    border-radius: 10px;
    background-color: rgba(11, 21, 31, .5);
    color: #e5e9f2;
    font-size: 18px;
}

.tab__menu {
    z-index: 1;
    display: block;
    overflow: hidden;
    width: auto;
    max-width: 300px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 10px;
    background-color: transparent;
    box-shadow: 0 32px 50px -16px rgba(0, 0, 0, .25);
    opacity: 0.97;
}

.tabs-content {
    z-index: 2;
    width: 70%;
    margin-right: 30px;
    margin-left: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 12px;
    box-shadow: none;
}

.tabs {
    position: relative;
    left: -3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 980px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ui-kit-content-wrap {
    overflow: hidden;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #eff2f7;
}

.container {
    display: block;
    width: 100%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.fluid-container {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.col {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.col.lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 16.67%;
    -ms-flex: 0 16.67%;
    flex: 0 16.67%;
}

.col.lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.col.lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
}

.col.lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 41.67%;
    -ms-flex-preferred-size: 41.67%;
    flex-basis: 41.67%;
}

.col.lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

.col.lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 58.33%;
    -ms-flex: 0 58.33%;
    flex: 0 58.33%;
}

.col.lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 66.66%;
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
}

.col.lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}

.col.lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 91.66%;
    -ms-flex-preferred-size: 91.66%;
    flex-basis: 91.66%;
}

.col.lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 83.33%;
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
}

.col.lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.col.lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
}

.warning-box {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px 20px 12px;
    border-radius: 3px;
    background-color: #feebe9;
    color: #13212e;
}

.inline-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.custom-css__nav-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    min-width: 120px;
    padding-top: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #142433;
    background-color: rgba(11, 21, 31, .5);
    opacity: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
}

.custom-css__nav-link:hover {
    background-color: #142433;
    color: #d3dce6;
}

.subheading {
    margin-bottom: 1em;
    font-size: 20px;
    line-height: 1.36em;
    font-weight: 400;
}

.block-title {
    margin-top: 35px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eff2f7;
    color: #273444;
    font-size: 19px;
    line-height: 1.45em;
    font-weight: 600;
}

.block-title.m-t-25 {
    text-transform: capitalize;
}

.section-subtitle {
    margin-top: 5px;
    margin-bottom: 20px;
    color: #273444;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.alert {
    position: relative;
    height: auto;
    min-height: 44px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 12px 9px;
    border: 1px solid #e4e9ee;
    border-radius: 3px;
    background-color: #f4f6f7;
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 400;
}

.alert.alert--error {
    min-height: 44px;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 9px;
    border-style: solid;
    border-color: #fac8c4;
    border-radius: 5px;
    background-color: hsla(6, 91%, 95%, .85);
    color: #f5222d;
}

.alert.alert--success {
    padding-right: 12px;
    border-style: solid;
    border-color: #cde9ac;
    background-color: hsla(92, 78%, 86%, .37);
    color: #85c737;
    text-align: left;
}

.alert.alert--warning {
    border-color: #fccf51;
    background-color: #fff5ca;
    color: #d19406;
}

.embed-css-container {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    background-color: #0b151f;
}

.code {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 1px 5px 2px;
    border-radius: 3px;
    background-color: #fcf8f9;
    font-family: 'Roboto Mono';
    color: #b5241c;
    font-size: 11.5px;
    line-height: 1.45em;
    font-weight: 400;
    letter-spacing: 0px;
}

.embed-css {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    opacity: 1;
}

.ui-kit-section__title-number {
    display: inline-block;
    color: #0094ea;
}

.box-slider {
    left: 0px;
    top: 0px;
    right: 0px;
    display: none;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    border-style: none;
    background-color: transparent;
}

.slider__arrow--left {
    left: -65%;
    right: 0px;
    bottom: -575px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0);
    border-radius: 50%;
    background-color: rgba(11, 21, 31, 0);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Iconfont, sans-serif;
    color: #e0e6ed;
    font-size: 30px;
    line-height: 100%;
    font-weight: 400;
}

.slider__arrow--left:hover {
    border-color: transparent;
    background-color: transparent;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    color: #fff;
}

.slider__arrow--left.arrow-video {
    bottom: -445px;
}

.slider__arrow--left.news-tab {
    bottom: -375px;
}

.slider__arrow--right {
    left: 0px;
    right: -65%;
    bottom: -575px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 54px;
    height: 54px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0);
    border-radius: 50%;
    background-color: rgba(11, 21, 31, 0);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Iconfont, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 100%;
}

.slider__arrow--right:hover {
    border-color: transparent;
    background-color: transparent;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    color: #fff;
}

.slider__arrow--right.arrow-video {
    bottom: -445px;
}

.slider__arrow--right.news-tab {
    bottom: -375px;
}

.slider__nav {
    left: 0px;
    right: 0px;
    bottom: 20px;
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    line-height: 100%;
}

.slider__nav.promo {
    bottom: -48px;
}

.slider__nav.video-tab {
    left: 0px;
    right: 0px;
    bottom: -80px;
}

.nav {
    position: relative;
    right: 2%;
    display: block;
    overflow: visible;
    width: 104%;
    height: 47px;
    margin-right: auto;
    margin-left: auto;
    border-top: 2px solid #a8071a;
    border-bottom: 2px solid #820014;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(11, 21, 31, 0)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, left bottom, from(#a8071a), to(#cf1322));
    background-image: linear-gradient(180deg, rgba(11, 21, 31, 0) 85%, rgba(0, 0, 0, .25)), linear-gradient(180deg, #a8071a, #cf1322);
    box-shadow: inset 0 0 15px 1px #fff, 0 0 20px 0 rgba(0, 0, 0, .25);
}

.nav__wrap {
    display: block;
    height: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
}

.brand {
    display: none;
    width: 25%;
    height: 100%;
}

.btn-nav {
    position: relative;
    display: none;
    width: 70px;
    height: 100%;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #cf1322;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    color: #fff;
    font-size: 17px;
    line-height: 1em;
    cursor: pointer;
}

.nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: inset 0 -2px 0 0 rgba(17, 125, 206, 0);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: Proximanovacond, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .65);
}

.nav-link:hover {
    box-shadow: inset 0 0 20px 0 rgba(92, 0, 17, .5);
    color: #fff;
}

.nav-link.w--current {
    box-shadow: inset 0 -2px 0 0 hsla(0, 0%, 100%, .75), inset 0 0 20px 0 rgba(92, 0, 17, .85);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .65);
}

.nav-link.w--current:hover {
    background-image: none;
}

.nav-links__wrap {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 180px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000001;
    display: none;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f4f8;
    box-shadow: inset 0 0 0 12px #fff;
}

.spinner-icon {
    position: absolute;
    z-index: 1;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    opacity: 0.8;
}

.embed-css__label--icon {
    position: relative;
    top: 1px;
    margin-right: 8px;
    font-family: Iconfont, sans-serif;
    color: #999ca1;
    font-size: 15px;
    line-height: 85%;
    font-weight: 400;
}

.error-link {
    color: #f5222d;
    text-decoration: underline;
}

.error-link:hover {
    color: #f44336;
    text-decoration: none;
}

.link--success {
    color: #85c737;
    text-decoration: underline;
}

.link--success:hover {
    opacity: 0.75;
    color: #85c737;
    text-decoration: none;
}

.form-label {
    margin-top: 7px;
    margin-bottom: 10px;
    font-family: Proximanovacond, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    text-transform: capitalize;
}

.btn-close {
    position: absolute;
    top: 0px;
    right: 13px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    float: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: Iconfont, sans-serif;
    font-size: 15px;
    line-height: 100%;
    font-weight: 400;
    cursor: pointer;
}

.btn-close:hover {
    opacity: 0.75;
}

.form-wrap {
    margin-bottom: 10px;
}

.textarea {
    width: 100%;
    height: auto;
    min-height: 75px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 0px 0px 10px;
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #e5e9f2 #e5e9f2 rgba(167, 192, 207, .35);
    background-color: transparent;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    font-family: Proximanovacond, sans-serif;
    color: #4f5e6e;
    font-size: 19px;
    line-height: 1.45em;
    font-weight: 600;
}

.textarea:hover {
    border-bottom-color: rgba(146, 196, 219, .65);
}

.textarea:focus {
    border-color: transparent transparent #73b5df;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

.textarea::-webkit-input-placeholder {
    color: rgba(20, 36, 51, .3);
    letter-spacing: 0.25px;
}

.textarea:-ms-input-placeholder {
    color: rgba(20, 36, 51, .3);
    letter-spacing: 0.25px;
}

.textarea::-ms-input-placeholder {
    color: rgba(20, 36, 51, .3);
    letter-spacing: 0.25px;
}

.textarea::placeholder {
    color: rgba(20, 36, 51, .3);
    letter-spacing: 0.25px;
}

.textarea.textarea--s {
    min-height: 75px;
    padding: 14px 0px;
    font-size: 14px;
}

.textarea.textarea--m {
    min-height: 100px;
    padding: 0px 0px 12px;
    float: left;
    font-size: 18px;
}

.modal {
    position: fixed;
    z-index: 100001;
    display: none;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.modal-wrap {
    position: relative;
    display: block;
    width: 500px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    text-align: center;
}

.form-block {
    padding-top: 25px;
}

.link {
    display: inline-block;
    text-decoration: none;
}

.link:hover {
    color: #05b8ff;
    text-decoration: underline;
}

.btn--close__wrap {
    position: absolute;
    top: 25px;
    right: 25px;
}

.btn-icon--xl {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 8px;
    font-family: Iconfont, sans-serif;
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0px;
}

.btn-icon--l {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 7px;
    font-family: Iconfont, sans-serif;
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0px;
}

.btn-icon--m {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 7px;
    font-family: Iconfont, sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0px;
}

.btn-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 6px;
    font-family: Iconfont, sans-serif;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0px;
}

.btn-icon--s {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 5px;
    font-family: Iconfont, sans-serif;
    font-size: 13px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0px;
}

.btn-icon--xs {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 5px;
    font-family: Iconfont, sans-serif;
    font-size: 11px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0px;
}

.textarea--l {
    width: 100%;
    height: auto;
    min-height: 130px;
    margin-bottom: 20px;
    padding: 18px;
    border: 1px solid #e5e9f2;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    color: #4f5e6e;
    font-size: 20px;
    line-height: 1.45em;
}

.textarea--l:focus {
    border-color: #0094ea;
}

.textarea--l::-webkit-input-placeholder {
    color: #94a0ad;
}

.textarea--l:-ms-input-placeholder {
    color: #94a0ad;
}

.textarea--l::-ms-input-placeholder {
    color: #94a0ad;
}

.textarea--l::placeholder {
    color: #94a0ad;
}

.truncate-text {
    padding: 9px 20px;
    background-color: #fbfcfd;
}

.burger {
    position: relative;
    display: block;
    overflow: hidden;
    width: 36px;
    height: 24px;
    cursor: pointer;
}

.burger__first-line {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.burger__second-line {
    position: absolute;
    left: 0%;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 3px;
    margin-top: 10px;
    background-color: #fff;
}

.burger__third-line {
    position: absolute;
    left: 0%;
    top: 0px;
    right: 0px;
    width: 66%;
    height: 3px;
    margin-top: 20px;
    background-color: #fff;
}

.main-container {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    max-width: 1920px;
    min-height: 720px;
    margin-right: auto;
    margin-left: auto;
    border: 12px solid #fff;
    box-shadow: inset 0 0 35px 0 rgba(11, 21, 31, .05);
}

.bg-promotion {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../images/promotion_bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: saturate(93%);
    filter: saturate(93%);
}

.form-feedback {
    position: relative;
    bottom: 12px;
    margin-bottom: 0px;
    color: #8492a6;
    font-size: 13px;
    line-height: 1.25em;
}

.block-title-2 {
    margin-top: 35px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eff2f7;
    color: #273444;
    font-size: 20px;
    line-height: 1.45em;
    font-weight: 600;
}

.block-title-2.m-t-25 {
    text-transform: capitalize;
}

.header {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 45px;
    padding-left: 45px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.header.dark {
    background-image: none;
}

.content {
    position: relative;
    z-index: 1;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-container {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 90px;
    z-index: 10;
    display: block;
    overflow: visible;
    max-width: 1920px;
    margin-right: auto;
    margin-bottom: 44px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-container.bar-section {
    position: absolute;
    bottom: 0px;
}

.nav-item {
    width: 15%;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.nav-item.large-item {
    width: 22%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.nav-item.medium {
    width: 18%;
}

.nav-item.secodary {
    width: 30%;
}

.nav-item.secodary.shirt {
    display: inline-block;
    width: 27%;
    float: left;
}

.nav-item.secodary.long {
    display: inline-block;
    width: 46%;
    float: left;
}

.home__bears {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.bottle__wrap {
    position: relative;
    left: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    max-width: 320px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.bottle {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: -25px;
    z-index: 0;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.splash {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.background__home {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 92%;
    background-image: url('../images/arctic.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-box__heading--top {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Bitter, serif;
    color: #a8071a;
    font-size: 22px;
    line-height: 1.35em;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
    text-shadow: 0 2px 0 #fff, 0 2px 2px rgba(19, 34, 50, .35);
}

.text-box__heading--top.contacts {
    margin-bottom: 25px;
    color: #c32931;
    font-size: 21px;
}

.text-box__heading--top.m-b-0 {
    display: inline;
    font-size: 22px;
    text-shadow: 0 1px 0 #fff, 0 2px 1px rgba(19, 34, 50, .15);
}

.text-box__heading--top.top {
    position: relative;
    left: 20px;
    top: -7px;
    margin-bottom: 15px;
    font-size: 21px;
    letter-spacing: 0.5px;
}

.text-box__heading--top.terms {
    margin-bottom: 25px;
    font-size: 21px;
}

.text-box__heading--bottom {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Proximanovacond, sans-serif;
    color: #142433;
    font-size: 17px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-box__heading--bottom.smaller {
    position: relative;
    top: -10px;
    margin-bottom: 0px;
    color: #273444;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 1.25px;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .35);
}

.text-box__heading-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-shadow: 0 2px 0 #fff;
}

.text-box__heading-wrap.full-width {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    display: block;
    width: 100%;
    height: 44px;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0b151f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 21, 31, .25)), color-stop(50%, rgba(20, 36, 51, 0)));
    background-image: linear-gradient(180deg, rgba(11, 21, 31, .25), rgba(20, 36, 51, 0) 50%);
}

.footer.bar-section {
    background-color: #230616;
    box-shadow: 0 -30px 100px 10px rgba(2, 0, 1, .15);
}

.text-box__container {
    position: relative;
    max-width: 580px;
    min-width: 400px;
    padding: 30px;
    border-radius: 12px;
    background-color: hsla(0, 0%, 100%, .85);
    box-shadow: 0 25px 100px -10px rgba(11, 21, 31, .25), inset 0 0 20px 15px #fff;
}

.text-box__container.manufacture {
    background-color: hsla(0, 0%, 100%, .75);
    box-shadow: 0 25px 100px -10px rgba(8, 0, 29, .15), inset 0 0 20px 15px hsla(0, 0%, 100%, .5);
}

.text-box__container.contacts {
    width: 50%;
    max-width: 440px;
    padding-bottom: 15px;
    background-color: hsla(0, 0%, 100%, .75);
    box-shadow: 0 25px 100px -10px rgba(8, 0, 29, .15), inset 0 0 20px 15px hsla(0, 0%, 100%, .5);
}

.text-box__container.enter {
    left: 20%;
    top: 15px;
    max-width: 400px;
    min-width: 360px;
    padding: 30px 30px 10px;
    background-color: hsla(0, 0%, 100%, .85);
    box-shadow: 0 50px 75px -30px rgba(11, 21, 31, .75), inset 0 0 20px 15px hsla(0, 0%, 100%, .75);
    text-align: center;
}

.text-box__container.terms {
    max-width: 960px;
    background-color: hsla(0, 0%, 100%, .75);
    box-shadow: 0 25px 100px -10px rgba(8, 0, 29, .15), inset 0 0 20px 15px hsla(0, 0%, 100%, .85);
    line-height: 1.5em;
}

.text-box__container.home {
    min-width: 440px;
}

.text-box__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    margin-right: auto;
    margin-bottom: 44px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.text-box__wrap.manufacture {
    position: relative;
    left: -10%;
    width: 100%;
}

.text-box__wrap.contacts {
    position: relative;
    left: -10%;
}

.text-box__wrap.terms {
    position: relative;
    overflow: hidden;
    width: 960px;
    max-height: 520px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
}

.text-box__wrap.enter {
    margin-bottom: 0px;
}

.balinoff-logo {
    position: relative;
    top: 15px;
    height: 112px;
}

.balinoff-logo.start {
    left: -20px;
    top: 10px;
}

.balinoff-logo.dark {
    height: 100px;
    background-color: rgba(11, 21, 31, .25);
    box-shadow: 0 0 50px 25px rgba(11, 21, 31, .25);
}

.balinoff-logo.bar {
    left: -10px;
    top: 10px;
    height: 100px;
}

.bottle__container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100vh;
    padding-bottom: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.bears-img {
    position: relative;
    left: -60px;
    top: 40px;
    width: 53%;
    max-width: 300px;
    min-width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.copyrights {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.8;
}

.flag {
    position: relative;
    left: -1px;
    top: -1px;
    display: inline-block;
    margin-right: 7px;
}

.france-text {
    position: relative;
    left: 45px;
    width: auto;
}

.text-box__heading--bottom-franfe {
    position: relative;
    display: inline-block;
    margin: 0px auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: DINPro;
    color: #1f2d3d;
    font-size: 17px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.seven--red {
    color: #c32931;
}

.distilled-text {
    position: relative;
    left: -60px;
    z-index: 2;
    display: block;
    margin: 0px auto 7px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Proximanovacond, sans-serif;
    color: #142433;
    font-size: 17px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.copyrights__text {
    display: block;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Proximanovacond, sans-serif;
    color: hsla(0, 0%, 100%, .65);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.facebook__icon {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 7px;
    margin-left: 9px;
    float: right;
    -webkit-transition-duration: 250undefined;
    transition-duration: 250undefined;
    font-family: Iconfont, sans-serif;
    color: hsla(0, 0%, 100%, .9);
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.facebook__icon:hover {
    -webkit-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35);
    color: #1890ff;
}

.follow-us__text {
    display: inline-block;
    font-family: Proximanovacond, sans-serif;
    color: hsla(0, 0%, 100%, .65);
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.content-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.content-row.promo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.background__bar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 92%;
    background-image: url('../images/bar-background.jpg');
    background-position: 50% 96%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
}

.background__manufacture {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../images/manufacture-background.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.background__contacts {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../images/contacts-bg.jpg');
    background-position: 75% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-filter: saturate(110%);
    filter: saturate(110%);
}

.heading__span {
    display: block;
}

.popular-topics__list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.popular-topic__item {
    max-width: 420px;
    margin-bottom: 12px;
    -webkit-transition-property: none;
    transition-property: none;
}

.button--topic-item {
    position: relative;
    width: 100%;
    height: 41px;
    padding: 0px 10px 0px 23px;
    border-radius: 100px;
    background-color: rgba(97, 10, 66, .75);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Proximanovacond, sans-serif;
    color: hsla(0, 0%, 100%, .85);
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 -1px 0 #0b151f;
    cursor: pointer;
}

.button--topic-item:hover {
    background-color: #73164b;
    box-shadow: 0 6px 12px -3px #4b0c30;
}

.button--topic-item__text {
    position: relative;
    z-index: 2;
    display: inline-block;
    line-height: 40px;
}

.icon-add-circle-click {
    position: relative;
    z-index: 1;
    display: none;
    width: 26px;
    height: 26px;
    margin-top: 8px;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
    opacity: 0.8;
    -webkit-filter: hue-rotate(46deg);
    filter: hue-rotate(46deg);
}

.icon-add-circle {
    position: relative;
    z-index: 1;
    display: none;
    width: 26px;
    height: 26px;
    margin-top: 8px;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
    opacity: 0.65;
    -webkit-filter: hue-rotate(46deg);
    filter: hue-rotate(46deg);
}

.button-active-trail {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: none;
    border-radius: 100px;
    background-color: #73164b;
}

.topic-item__desc {
    position: relative;
    display: none;
    margin-bottom: 0px;
    padding: 15px 15px 15px 23px;
    opacity: 1;
    font-family: 'Droid Sans', sans-serif;
    color: rgba(249, 250, 252, .88);
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
}

.cocktails-menu__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 50%;
    height: 100%;
    max-width: 420px;
    min-height: 600px;
    padding-right: 5px;
    padding-left: 10px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(65%, rgba(26, 4, 16, .75)), to(rgba(32, 5, 22, 0)));
    background-image: linear-gradient(90deg, rgba(26, 4, 16, .75) 65%, rgba(32, 5, 22, 0));
}

.text-box__heading--bar {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Bitter, serif;
    color: #fff;
    font-size: 22px;
    line-height: 1.35em;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
    text-transform: none;
    text-shadow: 0 4px 25px #bd6597;
}

.bee__wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bee {
    position: absolute;
    right: -65px;
    bottom: -55px;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.background__our-vodka {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 93%;
    background-color: #040b13;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 21, 31, .25)), color-stop(25%, rgba(11, 21, 31, 0))), url('../images/our-vodka-bg.jpg');
    background-image: linear-gradient(180deg, rgba(11, 21, 31, .25), rgba(11, 21, 31, 0) 25%), url('../images/our-vodka-bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.logo:hover {
    opacity: 0.8;
}

.balinoff-text {
    color: #a8071a;
    font-weight: 400;
}

.mix {
    display: inline-block;
    margin-bottom: 8px;
}

.coctail-img {
    position: relative;
    top: 7px;
    right: 7px;
    display: block;
    overflow: hidden;
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 8px 15px;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.95;
}

.bottle-img.small {
    position: relative;
    top: 20px;
    max-width: 95%;
}

.bottle-img.ice {
    position: relative;
    top: -12px;
}

.bottle-img.medium {
    position: relative;
    top: 20px;
    max-width: 95%;
}

.bottle-img.cocktail {
    position: relative;
    bottom: 30px;
    margin-right: -60px;
    margin-left: -60px;
}

.bottle-img.lime {
    position: relative;
    left: 30px;
    top: -21px;
}

.bottle-img._1l-bottle {
    top: 0px;
    max-width: 95%;
}

.bottle-img.ice-large {
    position: relative;
    top: -10px;
    margin-right: -45px;
    margin-left: -45px;
}

.bottles__row--front {
    position: absolute;
    left: -7%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 115%;
    height: 100%;
    margin-right: -7.5%;
    margin-left: -7.5%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.bottles__row--back {
    position: absolute;
    left: 0%;
    top: -80px;
    bottom: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130%;
    height: 100%;
    margin-right: -10%;
    margin-left: -10%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.bottle__wrappper {
    position: relative;
    top: -30px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.bottle-label {
    position: absolute;
    left: 120px;
    top: 33px;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 27px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: hsla(0, 0%, 100%, .92);
    box-shadow: 0 10px 8px -6px rgba(7, 14, 24, .35);
    opacity: 0.95;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    font-family: Proximanovacond, sans-serif;
    color: #a8071a;
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bottle-label.large {
    left: 132px;
    top: 52px;
}

.bottle-label.largest {
    left: 138px;
    top: 26px;
    color: #a8071a;
}

.inner-text {
    margin-bottom: 0px;
    color: #1f2d3d;
    font-size: 16.5px;
    font-weight: 400;
    text-shadow: 0 -1px 0 #fff;
}

.start-logo {
    position: relative;
    left: -1px;
    top: -1px;
    max-width: 103px;
    margin-right: 45px;
}

.text-box__heading--medium {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Proximanovacond, sans-serif;
    color: #4f5e6e;
    font-size: 16px;
    line-height: 1.45em;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-box__heading--medium.cta {
    margin-top: 10px;
    color: #273444;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn-wrapper {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}

.inner-link {
    margin-bottom: 0px;
    color: #1f2d3d;
    font-size: 17px;
    line-height: 1em;
    font-weight: 400;
}

.text-box__link {
    position: relative;
    top: 1px;
    right: 0px;
    margin-top: 0px;
    font-family: Proximanovacond, sans-serif;
    color: #036cc1;
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .65);
}

.text-box__link:hover {
    color: #0c9bee;
}

.background__start {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 21, 31, .05)), to(rgba(11, 21, 31, .05))), url('../images/start-bg.jpg');
    background-image: linear-gradient(180deg, rgba(11, 21, 31, .05), rgba(11, 21, 31, .05)), url('../images/start-bg.jpg');
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    -webkit-filter: none;
    filter: none;
}

.background__terms {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../images/contacts.jpg');
    background-position: 65% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-filter: saturate(135%);
    filter: saturate(135%);
}

.footer-link {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
}

.footer-link:hover {
    opacity: 0.85;
    text-decoration: underline;
}

.youtube__icon {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 7px;
    float: right;
    font-family: Iconfont, sans-serif;
    color: hsla(0, 0%, 100%, .9);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.youtube__icon:hover {
    -webkit-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35);
    color: #cf1322;
}

.start-copyrights__text {
    position: relative;
    top: 0px;
    display: block;
    margin-top: 15px;
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Proximanovacond, sans-serif;
    color: #1f2d3d;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .35);
}

.start-copyrights__text.m-t-10 {
    top: -15px;
}

.icon-add-circle--passive {
    position: relative;
    z-index: 1;
    display: none;
    width: 26px;
    height: 26px;
    margin-top: 8px;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
    opacity: 0.65;
    -webkit-filter: hue-rotate(46deg);
    filter: hue-rotate(46deg);
}

.arrow-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    margin-left: -19px;
    font-family: Iconfont, sans-serif;
    color: hsla(0, 0%, 100%, .92);
    font-size: 13px;
    line-height: 100%;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 50%, #d3dce6);
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.utility-page-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 620px;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.utility-page-title {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 32px;
    text-transform: capitalize;
}

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

.backgrounds {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 92%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

.bg-bottle {
    position: absolute;
    right: -12%;
    bottom: -60px;
    z-index: 1;
    display: block;
    width: 60%;
    height: 120%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/promotion-bottle.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.97;
}

.bg-lights {
    position: absolute;
    left: 50%;
    top: 100px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: block;
    width: 80%;
    height: 100%;
    background-image: url('../images/lights.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.secondary-nav {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 43px;
    display: none;
    width: 100%;
    height: 47px;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
}

.secondary-nav-__wrap {
    position: relative;
    left: -20px;
    display: block;
    width: 500px;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: inset 0 0 15px 1px #fff;
    text-align: center;
}

.secondary-nav-cont {
    position: relative;
    left: -30px;
    display: block;
    overflow: hidden;
    width: 460px;
    height: 43px;
    float: right;
    border-top: 2px solid #a8071a;
    border-right: 2px solid #a8071a;
    border-left: 2px solid #a8071a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(11, 21, 31, 0)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, left bottom, from(rgba(168, 7, 26, .5)), to(rgba(168, 7, 26, .5))), -webkit-gradient(linear, left top, left bottom, from(#a8071a), to(#cf1322));
    background-image: linear-gradient(180deg, rgba(11, 21, 31, 0) 85%, rgba(0, 0, 0, .25)), linear-gradient(180deg, rgba(168, 7, 26, .5), rgba(168, 7, 26, .5)), linear-gradient(180deg, #a8071a, #cf1322);
}

.nav-link--secondary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    padding: 16px 28px 15px 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, .87);
    box-shadow: inset -3px 0 0 0 rgba(195, 41, 49, 0), inset 0 1px 0 0 rgba(97, 108, 120, .15);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: Proximanovacond, sans-serif;
    color: #1f2d3d;
    font-size: 15px;
    line-height: 100%;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5);
}

.nav-link--secondary:hover {
    background-color: #fff;
    color: #c32931;
}

.nav-link--secondary.w--current {
    background-color: hsla(0, 0%, 100%, .99);
    box-shadow: inset 0 1px 0 0 rgba(97, 108, 120, .15);
    opacity: 1;
    color: #c32931;
}

.nav-link--secondary.w--current:hover {
    background-image: none;
}

.promo__icon {
    position: relative;
    top: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 0px;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.65;
    -webkit-transition-property: none;
    transition-property: none;
    font-family: Iconfont, sans-serif;
    color: #a8071a;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}

.promo-slider {
    height: auto;
    background-color: transparent;
}

.promo-slider.video-slider {
    min-height: 0px;
    margin-bottom: 45px;
}

.promo-slide {
    height: 100%;
}

.promo-content {
    position: relative;
    top: -35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.slide-img {
    position: relative;
    display: block;
    width: 90%;
    max-width: 345px;
    margin-right: auto;
    margin-left: auto;
    border: 5px solid #fff;
    box-shadow: 0 12px 35px -12px rgba(11, 21, 31, .66);
}

.bottles-container {
    position: relative;
    top: 120px;
    overflow: visible;
    height: 80%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: scale(0.87);
    -ms-transform: scale(0.87);
    transform: scale(0.87);
}

.box-gradient {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    display: block;
    width: 100%;
    height: 50px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(90%, #fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 90%);
}

.box-gradient.top {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, #fff 10%, hsla(0, 0%, 100%, 0));
}

.text-box {
    position: relative;
    overflow: auto;
    max-height: 520px;
    max-width: 960px;
    min-width: 400px;
}

.box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bottle--img.special {
    position: relative;
    top: 25px;
    width: 105%;
    max-width: 105%;
}

.video {
    height: auto;
}

.white--color {
    margin-bottom: 0px;
    font-family: Proximanovacond, sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
}

.news-item {
    position: relative;
    top: 0px;
    padding: 0px 40px 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    font-size: 19px;
    line-height: 1.6em;
}

.news-slider {
    min-height: auto;
    background-color: transparent;
}

.date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Proximanovacond, sans-serif;
    color: #cf1322;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.time-icon {
    display: inline;
    margin-right: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: Iconfont, sans-serif;
    color: #cf1322;
    font-size: 14px;
    font-weight: 700;
}

.l-bold-text {
    margin-right: 3px;
    font-weight: 800;
}

.alert--error {
    position: relative;
    height: auto;
    min-height: 44px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 12px 9px;
    border: 1px solid #fac8c4;
    border-radius: 3px;
    background-color: hsla(6, 91%, 95%, .85);
    color: #f5222d;
    font-size: 17px;
    line-height: 1.6em;
}

.alert--success {
    position: relative;
    height: auto;
    min-height: 44px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 12px 9px;
    border: 1px solid #cde9ac;
    border-radius: 3px;
    background-color: #f1fce7;
    color: #85c737;
    font-size: 17px;
    line-height: 1.6em;
}

.particles {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.promo-img-wrap {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.promo-video-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mask {
    height: 100%;
}

._1l-bottle {
    position: relative;
    top: 27px;
    max-width: 95%;
}

.logo-icon {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 1;
    -webkit-filter: saturate(106%);
    filter: saturate(106%);
}

.spinner-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 6px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}

html.w-mod-js *[data-ix="loading-spinner"] {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

html.w-mod-js *[data-ix="scroll-into-view"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="initial-state-hidden"] {
    display: none;
}

html.w-mod-js *[data-ix="modal-initial-state"] {
    display: none;
    opacity: 0;
    -webkit-transform: scale(0.7500000000000002, 0.7500000000000002);
    -ms-transform: scale(0.7500000000000002, 0.7500000000000002);
    transform: scale(0.7500000000000002, 0.7500000000000002);
}

html.w-mod-js *[data-ix="initial-state-topic-item-desc"] {
    display: none;
    opacity: 0;
}

html.w-mod-js *[data-ix="initial-state-icon-add-circle"] {
    opacity: 0;
    -webkit-transform: translate(-90px, 0px) rotate(-180deg);
    -ms-transform: translate(-90px, 0px) rotate(-180deg);
    transform: translate(-90px, 0px) rotate(-180deg);
}

@media (max-width: 991px) {
    .section {
        display: block;
        width: auto;
        margin-right: auto;
        margin-left: auto;
    }
    .btn.btn--primary {
        overflow: hidden;
        background-color: #c32931;
        box-shadow: none;
    }
    .ui-kit-wrap {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .input.input--l {
        padding-right: 0px;
        padding-left: 0px;
    }
    .input.input--s {
        padding-right: 0px;
        padding-left: 0px;
    }
    .input.input--xs {
        padding-right: 0px;
        padding-left: 0px;
    }
    .input.input--xl {
        padding-right: 0px;
        padding-left: 0px;
    }
    .input.input--m {
        padding-right: 0px;
        padding-left: 0px;
    }
    .tab__pane {
        width: 100%;
    }
    .tab__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-radius: 7px;
    }
    .tabs-content {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .tabs {
        left: 0%;
        top: 0px;
        max-width: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ui-kit-content-wrap {
        margin-left: 0px;
        padding-top: 0px;
    }
    .col.md-6 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .col.md-2 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 16.33%;
        -ms-flex-preferred-size: 16.33%;
        flex-basis: 16.33%;
    }
    .col.md-3 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
    .col.md-4 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }
    .col.md-5 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 41.67%;
        -ms-flex-preferred-size: 41.67%;
        flex-basis: 41.67%;
    }
    .col.md-7 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 58.33%;
        -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
    }
    .col.md-8 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 66.66%;
        -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
    }
    .col.md-9 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }
    .col.md-10 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 83.33%;
        -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
    }
    .col.md-11 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 91.66%;
        -ms-flex-preferred-size: 91.66%;
        flex-basis: 91.66%;
    }
    .col.md-12 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .col.md-1 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 8.33%;
        -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
    }
    .inline-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .block-title {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .box-slider {
        top: 30px;
        display: block;
        max-width: 620px;
    }
    .box-slider-mask {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .slider__arrow--left {
        left: 7px;
        width: 45px;
        height: 45px;
        padding-right: 0px;
        background-color: rgba(11, 21, 31, .5);
        color: #fff;
    }
    .slider__arrow--left.arrow-video {
        left: -65%;
        bottom: -515px;
        background-color: rgba(11, 21, 31, 0);
    }
    .slider__arrow--left.news-tab {
        left: -65%;
        background-color: rgba(11, 21, 31, 0);
    }
    .slider__arrow--left.promo {
        left: -65%;
        background-color: rgba(11, 21, 31, 0);
    }
    .slider__arrow--left.vodka-arrow {
        left: 15px;
        top: 0px;
        right: auto;
        bottom: 0px;
    }
    .slider__arrow--right {
        right: 7px;
        width: 45px;
        height: 45px;
        padding-left: 0px;
        background-color: rgba(11, 21, 31, .5);
    }
    .slider__arrow--right.arrow-video {
        left: 65%;
        bottom: -515px;
        background-color: rgba(11, 21, 31, 0);
    }
    .slider__arrow--right.news-tab {
        right: -65%;
        background-color: rgba(11, 21, 31, 0);
    }
    .slider__arrow--right.promo {
        right: -65%;
        background-color: rgba(11, 21, 31, 0);
    }
    .slider__arrow--right.vodka-arrow {
        left: auto;
        top: -575px;
        right: 15px;
        bottom: -575px;
    }
    .slider__slide {
        width: 100%;
        height: auto;
        min-height: 540px;
        text-align: center;
    }
    .slider__nav.box-slider__nav {
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: auto;
        opacity: 0.66;
    }
    .nav {
        position: relative;
        right: 0%;
        z-index: 10000;
        width: 100%;
        height: 60px;
        padding-right: 0px;
        padding-left: 0px;
        border-top-style: none;
        border-bottom-style: none;
        background-image: none;
        box-shadow: none;
    }
    .nav__wrap {
        display: block;
        padding-right: 0px;
        padding-left: 0px;
    }
    .brand {
        position: relative;
        z-index: 1;
        display: block;
        width: auto;
        float: left;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }
    .btn-nav {
        z-index: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 60px;
        height: 100%;
        padding: 0px;
        float: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(207, 19, 34, .85);
        font-family: Iconfont, sans-serif;
        font-size: 26px;
        font-weight: 400;
    }
    .nav-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 70px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 21px;
        font-weight: 700;
        letter-spacing: 3px;
    }
    .nav-link:hover {
        background-color: #142433;
        background-image: none;
        box-shadow: none;
        color: #fff;
    }
    .nav-link.w--current {
        box-shadow: none;
        color: #cf1322;
    }
    .nav-links__wrap {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1;
        display: none;
        width: 100%;
        height: 100vh;
        max-width: none;
        padding-right: 0px;
        padding-bottom: 45px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(20, 36, 51, .97);
        opacity: 0;
        -webkit-transform: translate(100%, 0px);
        -ms-transform: translate(100%, 0px);
        transform: translate(100%, 0px);
    }
    .brand__img {
        position: relative;
        left: 10px;
        top: 10px;
    }
    .textarea.textarea--s {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .textarea.textarea--m {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .burger {
        margin-top: 0px;
    }
    .main-container {
        border-width: 0px;
    }
    .main-container.promotion {
        height: auto;
        min-height: 100vh;
    }
    .bg-promotion {
        height: 96%;
    }
    .block-title-2 {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .header {
        z-index: 10;
        min-height: 60px;
    }
    .content {
        z-index: 2;
        margin-bottom: 30px;
    }
    .nav-container {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1000;
        overflow: visible;
        width: 100vw;
        height: 80px;
        margin-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .nav-item {
        width: 100%;
        height: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .nav-item.large-item {
        width: 100%;
        height: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .nav-item.medium {
        width: 100%;
    }
    .bottle__wrap {
        left: -7%;
        max-width: 360px;
        min-width: 200px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .background__home {
        height: 96%;
    }
    .text-box__heading--bottom {
        left: -30px;
    }
    .text-box__heading--bottom.smaller {
        left: 0px;
    }
    .footer {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 12;
        height: 46px;
        border-top: 2px none #f9fafc;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(123, 189, 239, .12)), color-stop(25%, hsla(0, 0%, 100%, .05)));
        background-image: linear-gradient(0deg, rgba(123, 189, 239, .12), hsla(0, 0%, 100%, .05) 25%);
        box-shadow: none;
    }
    .footer.bar-section {
        position: absolute;
        z-index: 12;
    }
    .text-box__container {
        width: 100%;
        max-width: none;
        min-width: none;
        padding: 30px;
    }
    .text-box__container.enter {
        left: -5%;
        top: 0px;
    }
    .text-box__container.terms {
        display: block;
    }
    .text-box__wrap {
        position: relative;
        left: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 130%;
        max-width: 460px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }
    .text-box__wrap.manufacture {
        width: 60%;
    }
    .text-box__wrap.contacts {
        left: -17%;
        width: 60%;
    }
    .text-box__wrap.terms {
        left: 0%;
        width: 90%;
        max-width: 960px;
    }
    .balinoff-logo {
        display: none;
    }
    .balinoff-logo.start {
        left: -45px;
        display: block;
        height: 110px;
    }
    .bottle__container {
        z-index: 0;
        overflow: visible;
        padding-bottom: 44px;
    }
    .bears-img {
        position: relative;
        left: 15px;
        top: -260px;
        width: 90%;
        min-width: 130px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .copyrights {
        padding-right: 30px;
        padding-left: 30px;
    }
    .france-text {
        position: relative;
        left: 30px;
    }
    .distilled-text {
        left: -30px;
    }
    .content-row {
        position: relative;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .content-row.promo {
        height: auto;
        min-height: 90vh;
    }
    .body.bar {
        background-color: #2e1221;
        background-image: none;
    }
    .background__bar {
        height: 96%;
        background-position: 100% 0px;
        background-size: cover;
    }
    .background__manufacture {
        height: 100%;
        background-position: 69% 50%;
        background-size: cover;
    }
    .background__contacts {
        height: 100%;
        background-position: 82% 50%;
        background-size: cover;
    }
    .popular-topic__item {
        margin-bottom: 12px;
    }
    .icon-add-circle {
        display: none;
    }
    .topic-item__desc {
        display: none;
        padding-left: 20px;
    }
    .cocktails-menu__wrap {
        overflow: auto;
        width: 100%;
        max-width: 420px;
        min-height: 700px;
        padding-top: 120px;
        padding-bottom: 90px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(24, 4, 16, .5);
    }
    .text-box__heading--bar {
        margin-bottom: 30px;
    }
    .background__our-vodka {
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(73%, #050e17), to(#050e17)), url('../images/our-vodka-bg.jpg');
        background-image: linear-gradient(180deg, transparent 65%, #050e17 73%, #050e17), url('../images/our-vodka-bg.jpg');
        background-position: 0px 0px, 94% 0px;
        background-size: auto, 1200px;
        background-repeat: repeat, no-repeat;
    }
    .bottles__row--front {
        display: none;
    }
    .bottles__row--back {
        display: none;
    }
    .bottle__wrappper {
        top: 5px;
        display: block;
        max-width: 400px;
        min-height: 540px;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottle__wrappper:hover {
        -webkit-filter: none;
        filter: none;
    }
    .bottle-label {
        left: auto;
        top: 45px;
        right: 0px;
        bottom: 45px;
        box-shadow: 0 15px 10px -8px rgba(7, 14, 24, .5);
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .bottle-label._1 {
        top: 10px;
        right: 15px;
    }
    .bottle-label._2 {
        top: 51px;
        right: 15px;
    }
    .bottle-label._3 {
        top: 70px;
        right: 11px;
    }
    .bottle-label._4 {
        top: 171px;
    }
    .text-box__heading--medium {
        left: -30px;
    }
    .background__start {
        height: 100%;
        background-position: -120px 0px;
        background-size: cover;
    }
    .background__terms {
        height: 100%;
        background-position: 50% 50%;
        background-size: cover;
    }
    .icon-add-circle--passive {
        display: none;
    }
    .backgrounds {
        height: 100%;
    }
    .bg-bottle {
        left: 0px;
        top: -143px;
        right: 0%;
        display: none;
        height: 120%;
    }
    .bg-lights {
        left: 0%;
        width: 100%;
        height: 100%;
    }
    .secondary-nav {
        position: relative;
        right: 0%;
        z-index: 10000;
        width: 100%;
        height: 60px;
        padding-right: 0px;
        padding-left: 0px;
        border-top-style: none;
        border-bottom-style: none;
        background-image: none;
        box-shadow: none;
    }
    .secondary-nav-__wrap {
        position: relative;
        right: 0%;
        z-index: 10000;
        width: 100%;
        height: 60px;
        padding-right: 0px;
        padding-left: 0px;
        border-top-style: none;
        border-bottom-style: none;
        background-image: none;
        box-shadow: none;
    }
    .secondary-nav-cont {
        position: relative;
        right: 0%;
        z-index: 10000;
        width: 100%;
        height: 60px;
        padding-right: 0px;
        padding-left: 0px;
        border-top-style: none;
        border-bottom-style: none;
        background-image: none;
        box-shadow: none;
    }
    .nav-link--secondary {
        height: auto;
        padding: 12px 25px 11px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        box-shadow: inset -3px 0 0 0 rgba(195, 41, 49, 0), inset 1px 0 0 0 rgba(97, 108, 120, .15);
        text-align: center;
        letter-spacing: 1px;
    }
    .nav-link--secondary.w--current {
        text-align: center;
    }
    .promo__icon {
        margin-right: 8px;
    }
    .promo-content {
        top: 45px;
        max-width: 680px;
        text-align: center;
    }
    .slide-img {
        width: 100%;
    }
    .bottles-container {
        top: 75px;
        height: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .bottle--img._3 {
        position: relative;
        top: 60px;
    }
    .bottle--img._2 {
        position: relative;
        top: 35px;
    }
    .bottle--img._1 {
        position: relative;
        top: -5px;
        max-width: 110px;
    }
    .bottle--img._4 {
        position: relative;
        top: 159px;
    }
    .bottle--img._6 {
        position: relative;
        top: 182px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 16px;
    }
    .ui-kit-label {
        margin-bottom: 20px;
    }
    .section {
        display: block;
        margin: 30px auto 0px;
        padding: 30px 25px;
    }
    .ui-kit-wrap {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tab__pane {
        padding-right: 5px;
        padding-left: 5px;
    }
    .tabs-content {
        border-radius: 10px;
    }
    .ui-kit-content-wrap {
        overflow: visible;
        width: 100%;
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .col.sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }
    .col.sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 16.67%;
        -ms-flex-preferred-size: 16.67%;
        flex-basis: 16.67%;
    }
    .col.sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
    .col.sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .col.sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 66.66%;
        -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
    }
    .col.sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }
    .col.sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 83.33%;
        -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
    }
    .col.sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 91.66%;
        -ms-flex-preferred-size: 91.66%;
        flex-basis: 91.66%;
    }
    .col.sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .col.sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 58.33%;
        -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
    }
    .col.sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 41.67%;
        -ms-flex-preferred-size: 41.67%;
        flex-basis: 41.67%;
    }
    .col.sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 8.33%;
        -ms-flex: 0 8.33%;
        flex: 0 8.33%;
    }
    .box-slider {
        top: 0px;
        max-width: 480px;
    }
    .slider__nav.box-slider__nav {
        bottom: 0px;
    }
    .nav {
        height: 54px;
    }
    .brand.w--current {
        top: 0px;
    }
    .btn-nav {
        width: 54px;
    }
    .nav-link {
        height: 60px;
        padding-right: 15px;
        padding-left: 15px;
        font-family: Proximanovacond, sans-serif;
        font-size: 20px;
        font-weight: 700;
    }
    .nav-link:hover {
        background-color: #273444;
    }
    .nav-link.w--current {
        background-color: transparent;
        box-shadow: none;
        font-family: Proximanovacond, sans-serif;
        color: #c32931;
        font-weight: 800;
        text-shadow: none;
    }
    .brand__img {
        left: 5px;
        top: 8px;
        max-width: 170px;
        -webkit-filter: brightness(105%);
        filter: brightness(105%);
    }
    .burger {
        width: 34px;
    }
    .main-container.our-vodka {
        min-height: 680px;
    }
    .nav-container {
        overflow: visible;
        height: 80px;
    }
    .home__bears {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .bottle__wrap {
        left: 45px;
        top: -10px;
        min-width: 160px;
    }
    .background__home {
        position: fixed;
        height: 110%;
        background-color: #fff;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e1f0f9), color-stop(15%, #bce1f8), color-stop(30%, hsla(0, 0%, 100%, 0))), url('../images/arctic.jpg');
        background-image: linear-gradient(180deg, #e1f0f9, #bce1f8 15%, hsla(0, 0%, 100%, 0) 30%), url('../images/arctic.jpg');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, 1440px;
        background-repeat: repeat, no-repeat;
    }
    .text-box__heading--top {
        font-size: 22px;
    }
    .text-box__heading--top.m-b-0 {
        font-size: 21px;
    }
    .text-box__heading--top.top {
        margin-bottom: 20px;
        font-size: 21px;
    }
    .text-box__heading--bottom {
        font-size: 17px;
    }
    .text-box__heading--bottom.smaller {
        top: -12px;
        font-size: 13px;
    }
    .text-box__heading-wrap {
        position: relative;
    }
    .footer {
        height: auto;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(123, 189, 239, .12)), color-stop(25%, hsla(0, 0%, 100%, .05)));
        background-image: linear-gradient(0deg, rgba(123, 189, 239, .12), hsla(0, 0%, 100%, .05) 25%);
    }
    .footer.bar-section {
        position: absolute;
    }
    .text-box__container {
        padding: 30px;
    }
    .text-box__container.contacts {
        width: 100%;
        max-width: 480px;
        min-width: 360px;
    }
    .text-box__container.enter {
        left: 0%;
        margin-top: 60px;
        padding-bottom: 10px;
    }
    .text-box__container.terms {
        background-color: hsla(0, 0%, 100%, .75);
        box-shadow: 0 25px 100px -10px rgba(8, 0, 29, .15), inset 0 0 20px 15px hsla(0, 0%, 100%, .3);
        font-size: 16px;
        line-height: 1.45em;
    }
    .text-box__wrap {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        max-width: 420px;
        min-height: 100vh;
        padding-top: 90px;
        padding-bottom: 90px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .text-box__wrap.manufacture {
        left: 0%;
        width: 90%;
    }
    .text-box__wrap.contacts {
        left: 0%;
        width: 65%;
        max-width: none;
        margin-bottom: 0px;
    }
    .text-box__wrap.terms {
        width: 80%;
        min-height: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .text-box__wrap.enter {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .balinoff-logo.start {
        left: 0px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .bottle__container {
        z-index: 11;
        overflow: visible;
    }
    .bears-img {
        position: relative;
        left: -30%;
        top: -24%;
    }
    .copyrights {
        padding: 9px 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .distilled-text {
        margin-bottom: 0px;
    }
    .copyrights__text {
        line-height: 1.25em;
    }
    .facebook__icon {
        top: -2px;
        margin-left: 5px;
    }
    .body.our-vodka {
        background-color: #040b13;
    }
    .body.bar {
        background-color: #1b0311;
    }
    .background__bar {
        top: 0px;
        z-index: 10;
        background-image: url('../images/bar-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#370b24), to(#370b24));
        background-image: url('../images/bar-background.jpg'), linear-gradient(180deg, #370b24, #370b24);
        background-position: 100% 0px, 0px 0px;
        background-size: cover, auto;
        background-repeat: no-repeat, repeat;
        background-attachment: scroll, scroll;
    }
    .background__manufacture {
        background-position: 70% 50%;
        background-repeat: no-repeat;
    }
    .background__contacts {
        background-position: 87% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .popular-topics__list {
        display: block;
        max-width: auto;
        margin: 15px auto 0px;
        padding-bottom: 10px;
        border-radius: 40px;
    }
    .button--topic-item {
        height: 41px;
        background-color: rgba(97, 10, 66, .65);
        font-size: 18px;
        line-height: 41px;
        letter-spacing: 0.5px;
    }
    .button--topic-item__text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .icon-add-circle-click {
        display: none;
        margin-top: 7px;
        opacity: 0;
    }
    .icon-add-circle {
        display: none;
        margin-top: 7px;
        opacity: 0;
    }
    .topic-item__desc {
        padding-right: 20px;
        padding-left: 20px;
    }
    .cocktails-menu__wrap {
        position: relative;
        z-index: 11;
        max-width: 380px;
        padding-right: 0px;
        padding-left: 0px;
        background-color: rgba(24, 4, 16, .35);
    }
    .text-box__heading--bar {
        margin-bottom: 0px;
        font-size: 21px;
    }
    .bee {
        right: -44px;
        -webkit-transform: scale3d(0.6, 0.6, 1.69);
        transform: scale3d(0.6, 0.6, 1.69);
    }
    .background__our-vodka {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(20, 36, 51, 0)), color-stop(56%, rgba(20, 36, 51, 0)), color-stop(66%, #040b13)), url('../images/our-vodka-bg.jpg');
        background-image: linear-gradient(180deg, rgba(20, 36, 51, 0) 16%, rgba(20, 36, 51, 0) 56%, #040b13 66%), url('../images/our-vodka-bg.jpg');
        background-position: 0px 0px, 50% 0px;
        background-size: auto, 1000px;
        background-repeat: repeat, no-repeat;
    }
    .coctail-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 7px;
        padding: 0px 10px;
    }
    .bottles__row--front {
        position: relative;
        top: 0px;
        width: 100%;
        height: 90vh;
        margin-right: 0%;
        margin-left: 0%;
    }
    .bottles__row--back {
        left: 0%;
        top: -160px;
        width: 100%;
        height: 90vh;
        margin-right: 0%;
        margin-left: 0%;
    }
    .bottle__wrappper {
        top: 0px;
        min-height: 540px;
    }
    .bottle-label._1 {
        top: 0px;
    }
    .bottle-label._4 {
        top: 98px;
    }
    .start-logo {
        top: 0px;
        max-width: 105px;
    }
    .btn-wrapper {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .text-box__link {
        position: relative;
        font-size: 16px;
    }
    .background__start {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-image: url('../images/start-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .youtube__icon {
        top: -2px;
        margin-left: 5px;
    }
    .start-copyrights__text {
        position: relative;
        top: -5px;
        margin-top: 0px;
        font-size: 14px;
        line-height: 1.25em;
    }
    .start-copyrights__text.m-t-10 {
        top: -15px;
    }
    .icon-add-circle--passive {
        position: absolute;
        top: 0px;
        right: 10px;
        bottom: 0px;
        display: block;
        margin-top: 7px;
    }
    .secondary-nav {
        height: 54px;
    }
    .secondary-nav-__wrap {
        height: 54px;
    }
    .secondary-nav-cont {
        height: 54px;
    }
    .nav-link--secondary {
        padding: 10px 8px 10px 12px;
        text-align: center;
        letter-spacing: 0.5px;
    }
    .nav-link--secondary.w--current {
        text-shadow: none;
    }
    .promo__icon {
        top: -2px;
        margin-right: 8px;
        margin-left: 0px;
        letter-spacing: 0px;
    }
    .promo-content {
        top: 20px;
        width: 85%;
    }
    .bottles-container {
        top: 60px;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .bottle--img._3 {
        position: relative;
        top: 45px;
    }
    .bottle--img._2 {
        position: relative;
        top: 19px;
    }
    .bottle--img._1 {
        top: 0px;
    }
    .bottle--img._4 {
        position: relative;
        top: 156px;
    }
    .bottle--img._6 {
        position: relative;
        top: 180px;
    }
    .white--color {
        font-size: 23px;
    }
    .news-item {
        padding: 10px 25px 25px;
        font-size: 18px;
    }
    .date {
        font-size: 18px;
    }
}

@media (max-width: 479px) {
    body {
        font-size: 18px;
    }
    p {
        font-size: 15px;
        line-height: 1.45em;
    }
    li {
        font-size: 1rem;
    }
    label {
        font-size: 16px;
    }
    blockquote {
        padding: 12px 15px 12px 20px;
        font-size: 18px;
        line-height: 1.35em;
    }
    .ui-kit-label.inline-box.no-divider {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .section {
        margin-top: 30px;
        padding: 30px 25px;
    }
    .btn.btn--primary.btn-d.btn--flip {
        height: 33px;
        line-height: 33px;
    }
    .btn.btn--primary.btn-d.btn--flip.m-l-r-0 {
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .btn.btn--primary.btn-d.btn--flip.m-l-0 {
        margin-right: 5px;
    }
    .btn.btn--primary.btn-d.btn--flip-2 {
        height: 33px;
        margin-right: 0px;
        line-height: 33px;
    }
    .btn.btn--primary.btn-d.btn--flip-2.m-r-0 {
        margin-left: 5px;
    }
    .ui-kit-section__title {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
    .input {
        margin-top: 0px;
        margin-bottom: 20px;
        border-width: 0px 0px 2px;
    }
    .tab__pane {
        min-height: 380px;
        padding: 0px 0px 10px;
    }
    .tab__menu {
        max-height: none;
        max-width: 400px;
        margin-bottom: 0px;
    }
    .tabs-content {
        max-width: 400px;
        float: left;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .ui-kit-content-wrap {
        padding-top: 40px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .col.xs-12 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .col.xs-2 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 16.67%;
        -ms-flex-preferred-size: 16.67%;
        flex-basis: 16.67%;
    }
    .col.xs-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 25%;
        -ms-flex: 0 25%;
        flex: 0 25%;
    }
    .col.xs-4 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }
    .col.xs-5 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 41.67%;
        -ms-flex-preferred-size: 41.67%;
        flex-basis: 41.67%;
    }
    .col.xs-6 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .col.xs-7 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 58.33%;
        -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
    }
    .col.xs-8 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 66.66%;
        -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
    }
    .col.xs-9 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }
    .col.xs-10 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 83.33%;
        -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
    }
    .col.xs-11 {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 91.66%;
        -ms-flex-preferred-size: 91.66%;
        flex-basis: 91.66%;
    }
    .col.xs-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 8.33%;
        -ms-flex: 0 8.33%;
        flex: 0 8.33%;
    }
    .warning-box {
        font-size: 15px;
    }
    .subheading {
        font-size: 17px;
        line-height: 1.35em;
    }
    .block-title {
        font-size: 17px;
    }
    .alert {
        font-size: 15px;
    }
    .box-slider {
        max-width: 400px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .slider__arrow--left {
        left: 0px;
        opacity: 0.85;
    }
    .slider__arrow--left.arrow-video {
        left: -85%;
        bottom: -155%;
    }
    .slider__arrow--left.news-tab {
        left: -85%;
        bottom: -110%;
    }
    .slider__arrow--left.promo {
        left: -85%;
        bottom: -117%;
    }
    .slider__arrow--left.vodka-arrow {
        left: 0px;
    }
    .slider__arrow--right {
        right: 0px;
        opacity: 0.85;
    }
    .slider__arrow--right.arrow-video {
        left: 85%;
        right: 0px;
        bottom: -155%;
    }
    .slider__arrow--right.news-tab {
        right: -85%;
        bottom: -110%;
    }
    .slider__arrow--right.promo {
        right: -85%;
        bottom: -117%;
    }
    .slider__arrow--right.vodka-arrow {
        right: 0px;
    }
    .slider__slide {
        min-height: 520px;
    }
    .slider__nav {
        display: block;
    }
    .slider__nav.box-slider__nav {
        bottom: 25px;
        opacity: 0.5;
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }
    .slider__nav.promo {
        bottom: -8%;
    }
    .slider__nav.promo.calendar {
        bottom: -10.5%;
    }
    .slider__nav.video-tab {
        bottom: -30%;
    }
    .nav {
        height: 70px;
        padding-right: 0px;
        background-image: none;
    }
    .brand {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .brand.w--current {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .btn-nav {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }
    .nav-link {
        height: 60px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 18px;
        letter-spacing: 3px;
    }
    .nav-links__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .brand__img {
        left: 3px;
        top: 0px;
        max-width: 145px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-filter: brightness(105%);
        filter: brightness(105%);
    }
    .spinner {
        background-image: none;
    }
    .form-label {
        font-size: 15px;
        font-weight: 600;
    }
    .textarea {
        font-size: 18px;
    }
    .burger {
        width: 30px;
    }
    .main-container {
        position: relative;
        min-height: 620px;
        border-width: 0px;
    }
    .main-container.our-vodka {
        min-height: 620px;
    }
    .main-container.promotion {
        min-height: 700px;
    }
    .block-title-2 {
        font-size: 18px;
    }
    .content {
        margin-bottom: 0px;
    }
    .content.home {
        min-height: 500px;
        margin-bottom: -100px;
        padding-bottom: 45px;
    }
    .nav-container {
        height: 60px;
    }
    .home__bears {
        z-index: 0;
    }
    .bottle__wrap {
        left: 15%;
        top: 15px;
        max-width: 360px;
        min-width: 100px;
    }
    .bottle {
        display: block;
    }
    .background__home {
        background-color: #a4d1f5;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#97d0ff), color-stop(0%, #abdafd), color-stop(10%, #afdaff), color-stop(20%, rgba(128, 192, 240, 0))), url('../images/arctic.jpg');
        background-image: linear-gradient(180deg, #97d0ff, #abdafd 0%, #afdaff 10%, rgba(128, 192, 240, 0) 20%), url('../images/arctic.jpg');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
    }
    .text-box__heading--top {
        margin-bottom: 15px;
        font-size: 19px;
        line-height: 1.25em;
    }
    .text-box__heading--top.contacts {
        margin-bottom: 20px;
        font-size: 19px;
        line-height: 1.4em;
        letter-spacing: 0.5px;
    }
    .text-box__heading--top.m-b-0 {
        font-size: 20px;
    }
    .text-box__heading--top.top {
        margin-bottom: 25px;
        font-size: 19px;
        letter-spacing: 0.5px;
    }
    .text-box__heading--top.terms {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.35em;
    }
    .text-box__heading--bottom {
        left: -15px;
        margin-bottom: 0px;
        font-size: 14px;
    }
    .text-box__heading--bottom.smaller {
        left: 25px;
        top: -7px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .text-box__heading-wrap {
        position: relative;
        left: -24px;
        top: 2px;
        right: 7px;
        margin-top: 10px;
    }
    .footer {
        height: auto;
        background-color: #142433;
        background-image: none;
        box-shadow: none;
    }
    .footer.bar-section {
        box-shadow: none;
    }
    .text-box__container {
        padding: 25px 20px;
        border-radius: 15px;
    }
    .text-box__container.manufacture {
        min-width: 290px;
        background-color: hsla(0, 0%, 100%, .85);
    }
    .text-box__container.contacts {
        width: 96%;
        max-width: none;
        min-width: 290px;
        padding-right: 25px;
        padding-bottom: 0px;
        padding-left: 25px;
        background-color: hsla(0, 0%, 100%, .85);
    }
    .text-box__container.enter {
        min-width: 240px;
        margin-top: 0px;
        margin-right: 15px;
        margin-left: 15px;
        padding: 25px 20px 10px;
        background-color: hsla(0, 0%, 100%, .65);
    }
    .text-box__container.terms {
        min-width: 280px;
        border-radius: 12px;
        background-color: hsla(0, 0%, 100%, .8);
        font-size: 15px;
    }
    .text-box__container.home {
        min-width: 290px;
    }
    .text-box__wrap {
        max-width: 400px;
        padding: 0px 30px 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .text-box__wrap.manufacture {
        width: 100%;
        padding: 0px 20px 20px;
    }
    .text-box__wrap.contacts {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .text-box__wrap.terms {
        width: 90%;
        max-height: 480px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        border-radius: 10px;
    }
    .text-box__wrap.enter {
        width: 90%;
        min-height: 100vh;
        padding: 25px 0px 0px;
    }
    .balinoff-logo.start {
        top: 10px;
        height: 90px;
    }
    .bottle__container {
        overflow: visible;
        width: 130%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .bears-img {
        left: -45px;
        top: -18%;
        z-index: 1;
        width: 100%;
        min-width: 100px;
    }
    .copyrights {
        padding: 10px 12px 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .flag {
        left: -1px;
        top: -1px;
        width: 30px;
    }
    .france-text {
        left: 20px;
    }
    .text-box__heading--bottom-franfe {
        left: 0px;
        font-size: 14px;
    }
    .distilled-text {
        left: -10px;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .copyrights__text {
        top: -5px;
        font-size: 12px;
        line-height: 1.45em;
        text-align: center;
    }
    .facebook__icon {
        top: -2px;
        margin-left: 7px;
        font-size: 14px;
    }
    .follow-us__text {
        color: #fff;
        font-size: 12px;
    }
    .content-row.promo {
        min-height: 100vh;
    }
    .background__bar {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 10;
        background-image: url('../images/bar-background.jpg');
        background-position: 79% 0px;
        background-size: 1200px;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
    .background__manufacture {
        background-color: #a4d1f5;
        background-position: 82% 50%;
    }
    .background__contacts {
        background-position: 85% 0%;
        background-size: cover;
    }
    .popular-topics__list {
        padding-right: 30px;
        padding-left: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 25px;
    }
    .popular-topic__item {
        margin-bottom: 12px;
    }
    .button--topic-item {
        height: 39px;
        line-height: 39px;
    }
    .icon-add-circle-click {
        width: 24px;
        height: 24px;
        margin-top: 8px;
    }
    .icon-add-circle {
        width: 24px;
        height: 24px;
        margin-top: 8px;
    }
    .topic-item__desc {
        margin-bottom: 0px;
        padding-right: 10px;
        font-size: 14px;
    }
    .cocktails-menu__wrap {
        position: relative;
        z-index: 11;
        max-width: none;
        min-height: 680px;
        padding-top: 45px;
        padding-bottom: 45px;
        background-color: rgba(24, 4, 16, .15);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(65%, rgba(26, 4, 16, .65)), to(rgba(32, 5, 22, .5)));
        background-image: linear-gradient(90deg, rgba(26, 4, 16, .65) 65%, rgba(32, 5, 22, .5));
    }
    .text-box__heading--bar {
        font-size: 20px;
        line-height: 1.25em;
        letter-spacing: 1.5px;
    }
    .bee {
        right: -55px;
        bottom: -55px;
        max-width: 140px;
        -webkit-transform: scale3d(0.55, 0.55, 1.69);
        transform: scale3d(0.55, 0.55, 1.69);
    }
    .background__our-vodka {
        background-position: 0px 0px, 33% 0%;
        background-size: auto, 970px;
    }
    .coctail-img {
        position: absolute;
        top: 15px;
        right: 5px;
        width: 65px;
        height: 65px;
        margin-left: 0px;
        padding: 0px 10px;
    }
    .bottles__row--back {
        width: 100%;
    }
    .bottle__wrappper {
        min-height: 520px;
    }
    .bottle-label {
        top: 177px;
        padding-right: 7px;
        padding-left: 12px;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .bottle-label._1 {
        top: 24px;
    }
    .bottle-label._2 {
        top: 40px;
        right: 23px;
    }
    .bottle-label._3 {
        top: 69px;
        right: 7px;
    }
    .bottle-label._4 {
        top: 156px;
    }
    .inner-text {
        font-size: 15px;
        line-height: 1.4em;
    }
    .start-logo {
        top: -2px;
        max-width: 100px;
    }
    .text-box__heading--medium {
        left: -15px;
        margin-bottom: 0px;
        font-size: 14px;
    }
    .text-box__heading--medium.cta {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.25em;
        letter-spacing: 0.25px;
    }
    .btn-wrapper {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .text-box__link {
        top: -1px;
        margin-bottom: 15px;
        line-height: 1.25em;
    }
    .background__start {
        background-position: -152px 0px;
    }
    .background__terms {
        -webkit-filter: saturate(110%);
        filter: saturate(110%);
    }
    .footer-link {
        display: block;
    }
    .youtube__icon {
        left: 0px;
        top: -1px;
        font-size: 17px;
    }
    .start-copyrights__text {
        font-size: 12.5px;
        line-height: 1.4em;
    }
    .start-copyrights__text.m-t-10 {
        left: 20px;
        top: -10px;
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .icon-add-circle--passive {
        position: absolute;
        top: 0px;
        right: 10px;
        bottom: 0px;
        width: 24px;
        height: 24px;
        margin-top: 8px;
    }
    .arrow-icon {
        left: 0px;
        margin-right: 0px;
        font-size: 12px;
    }
    .secondary-nav {
        height: 70px;
        padding-right: 0px;
        background-image: none;
    }
    .secondary-nav-__wrap {
        height: 70px;
        padding-right: 0px;
        background-image: none;
    }
    .secondary-nav-cont {
        height: 70px;
        padding-right: 0px;
        background-image: none;
    }
    .nav-link--secondary {
        padding: 7px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        box-shadow: inset -3px 0 0 0 rgba(195, 41, 49, 0), inset 1px 0 0 0 rgba(97, 108, 120, .15);
        font-size: 14px;
        line-height: 1.25em;
        letter-spacing: 0.5px;
    }
    .nav-link--secondary.w--current {
        box-shadow: inset 0 1px 0 0 rgba(97, 108, 120, .15);
        line-height: 1.4em;
    }
    .nav-link--secondary.promo-nav.w--current {
        padding-right: 10px;
        padding-left: 6px;
        line-height: 1.15em;
        letter-spacing: 0.25px;
    }
    .promo__icon {
        left: 0px;
        top: 0px;
        margin-right: 2px;
        margin-left: 3px;
        font-size: 17px;
    }
    .promo-slider {
        top: -15px;
        min-height: auto;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    .promo-content {
        top: 0px;
        width: 88%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .slide-img {
        width: 80%;
        min-width: 280px;
        box-shadow: none;
    }
    .bottles-container {
        top: 30px;
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .text-box {
        width: 100%;
        max-height: 480px;
        min-width: 280px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        border-radius: 12px;
    }
    .box-content {
        height: 105%;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottle--img {
        position: relative;
        top: 0px;
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }
    .bottle--img._3 {
        top: 50px;
    }
    .bottle--img._2 {
        top: 10px;
    }
    .bottle--img._1 {
        top: 0px;
    }
    .bottle--img._4 {
        top: 140px;
        max-width: 120px;
    }
    .bottle--img._6 {
        top: 170px;
        max-width: 105px;
    }
    .white--color {
        margin-top: 10px;
        font-size: 25px;
        line-height: 1.2em;
    }
    .news-slide {
        height: auto;
    }
    .news-item {
        height: auto;
        margin-bottom: 30px;
        padding: 0px 0px 20px;
        font-size: 19px;
        line-height: 1.45em;
        font-weight: 400;
    }
    .news-slider {
        height: auto;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@font-face {
    font-family: 'Iconfont';
    src: url('../fonts/IconFont.eot') format('embedded-opentype'), url('../fonts/IconFont.woff') format('woff'), url('../fonts/IconFont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-Bold.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-Semibold.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-Light.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-ExtraBold.eot') format('embedded-opentype'), url('../fonts/ProximaNova-ExtraBold.woff') format('woff'), url('../fonts/ProximaNova-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Proximanovacond';
    src: url('../fonts/ProximaNovaCond-Semibold.eot') format('embedded-opentype'), url('../fonts/ProximaNovaCond-Semibold.woff') format('woff'), url('../fonts/ProximaNovaCond-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proximanovacond';
    src: url('../fonts/ProximaNovaCond-Extrabld.eot') format('embedded-opentype'), url('../fonts/ProximaNovaCond-Extrabld.woff') format('woff'), url('../fonts/ProximaNovaCond-Extrabld.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Proximanovacond';
    src: url('../fonts/ProximaNovaCond-Bold.eot') format('embedded-opentype'), url('../fonts/ProximaNovaCond-Bold.woff') format('woff'), url('../fonts/ProximaNovaCond-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Proximanovacond';
    src: url('../fonts/ProximaNovaCond-Light.eot') format('embedded-opentype'), url('../fonts/ProximaNovaCond-Light.woff') format('woff'), url('../fonts/ProximaNovaCond-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proximanovacond';
    src: url('../fonts/ProximaNovaCond-Regular.eot') format('embedded-opentype'), url('../fonts/ProximaNovaCond-Regular.woff') format('woff'), url('../fonts/ProximaNovaCond-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proximanova extra';
    src: url('../fonts/ProximaNova-ExtraBold.woff') format('woff'), url('../fonts/ProximaNova-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}