@charset "UTF-8";
.timer-wrap{
	text-align: center
}
.counter__num {
    text-align: center;
    margin-bottom: 10px
}

.counter__num_text {
    display: block;
    margin-bottom: 5px;
    font-size: 14px
}

.counter__num_item {
    display: inline-block;
    background: #f05500;
    width: 77px;
    height: 72px;
    border-radius: 4px;
}

.counter__hour,
.counter__min,
.counter__sec {
 font-family: BebasNeueBold;
    font-size: 72px;
	line-height: 72px;
    color: #fefefe;
    vertical-align: middle;
    display: inline-block;
    width: 77px;
    margin: 0 3.5px;
    position: relative;
}


.header__counter {
    position: relative
}

.header__counter.text-bottom {
    display: none;
}
.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 0;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(controls.png) 0 -32px no-repeat
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(controls.png) -43px -32px no-repeat
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

hr,
img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

body,
figure {
    margin: 0
}

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

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

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

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

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

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

pre,
textarea {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

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

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

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

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

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


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

.img-thumbnail,
body {
    background-color: #fff
}

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

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.collapsing,
.modal,
.modal-open {
    overflow: hidden
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

.modal-title,
address,
dd,
dt {
    line-height: 1.42857143
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.form label,
.initialism,
.spis_2 li span {
    text-transform: uppercase
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl,
ol,
ul {
    margin-top: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

address,
dl {
    margin-bottom: 20px
}

ol,
ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
    .container {
        width: 750px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

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

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    font-style: normal
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0
}

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

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

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

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

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

.modal {
    display: none;
    position: fixed;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.modal-footer:after,
.modal-header:after,
.row:after {
    clear: both
}

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

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

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

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

.btn img,
.price__old,
.price__old span,
.price__old-number {
    position: relative
}

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

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

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

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

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

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

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

.visible-print {
    display: none!important
}

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

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

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

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

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

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

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

.flex,
.imgText {
    display: flex
}

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

html {
    -webkit-tap-highlight-color: transparent;
    font-size: 62.5%
}

br {
    font-size: 0
}

body {
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.66;
    color: #08172e
}

.header {
    padding: 10px 0
}

@media screen and (min-width:992px) {
    .special {
        position: relative;
        top: -35px
    }
}

.special {
    padding: 0 10px
}

.flex_header {
    justify-content: space-between;
    align-items: center
}

.imgText {
    align-items: center
}

.imgText_logo {
    flex-shrink: 0
}

.imgText_logo .imgText__right {
    color: #353535;
    font-size: 1.4rem;
    line-height: 1.28;
    padding-left: 16px
}

.imgText_preim {
    align-items: center;
    padding: 0 .9em
}

.imgText_preim .imgText__right {
    color: #53a34f;
    font-size: 1.4rem;
    line-height: 1.14;
    padding-left: 4px
}

.imgText_preim .imgText__right_yellow {
    color: #fed300
}

.imgText_kak {
    flex-direction: column
}

.imgText_kak .imgText__right {
    font-size: 2.4rem;
    line-height: 1;
    text-align: center
}

.imgText_kak .imgText__left {
    margin-bottom: 1em;
    min-height: 200px
}

.btn {
    border-radius: 4px;
    background-color: #53a34f;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.25;
    border: none;
    padding: 5px 15px;
    flex-shrink: 0;
    outline: 0
}

.btn a {
    text-decoration: none;
    color: #fff
}

.btn__wrap {
    background: #fff;
    padding: 0 6px;
    margin-left: 30px;
    margin-right: 30px
}

.btn_form,
.btn_red {
    font-size: 2.4rem;
    color: #fafafa;
    box-shadow: 4px 6px 10px rgba(240, 85, 0, .43);
    background-color: #f05500;
    margin-bottom: 10px;
    font-weight: 700
}

.btn img {
    display: inline-block;
    top: -2px;
    margin-right: 9px
}

.btn_form {
    width: 100%
}

.sec {
    padding-top: 50px;
    padding-bottom: 50px
}

.sec_1 {
    background: url(sec1.jpg) center top no-repeat;
    padding-bottom: 0;
    background-size: cover
}

.sec_2 {
    background: url(sec2.jpg) center bottom no-repeat;
    padding-bottom: 36px
}

.sec_3 {
    background: url(sec3.jpg) center top/cover no-repeat;
    padding-bottom: 40px
}

.sec_4 {
    background-color: #e4edf0
}

.sec_7 {
    background: url(sec7.jpg) center top/cover no-repeat;
    padding-bottom: 0
}

.sec_footer {
    margin-top: -24px;
    background: #fff;
    color: #a8acb9;
    font-size: 14px;
    line-height: 1.14;
    text-align: center;
    font-family: 'Open Sans', sans-serif
}

.h2,
.lh1-25 {
    line-height: 1.25
}

.sec_footer span {
    font-size: 1.2rem;
    color: #525253
}

p {
    margin: 0 0 1em
}

.h2 {
    font-family: BebasNeueBold;
    font-size: 4.8rem;
    color: #08172e;
    margin: 0 0 .2em
}

.h2_1 {
    color: #f5f5f5;
    margin: 0
}

.h2_2 {
    color: #f05500
}

.c-yellow {
    color: #ffd306;
    text-shadow: 1px 1px 4px #333
}

.fs24 {
    font-size: 2.4rem
}

.c-white {
    color: #ededed
}

.lh1-29 {
    line-height: 1.29
}

.spis_1,
.spis_2 {
    color: #ededed;
    font-size: 1.6rem;
    line-height: 1.5
}

.borderYellow {
    border-radius: 4px;
    border: 2px solid #ffd306;
    padding: 20px 30px;
    margin-bottom: 16px
}

.borderYellow_top {
    max-width: 368px
}

.borderYellow_bottom {
    margin-top: 1em;
    margin-bottom: 14px
}

.spis {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.spis_1 li {
    display: flex;
    align-items: center;
    margin-bottom: 23px
}

.spis_1 li span {
    display: block;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 10px
}

.spis_1 li:nth-of-type(1) span {
    background: url(li1.png) center center no-repeat
}

.spis_1 li:nth-of-type(2) span {
    background: url(li2.png) center center no-repeat
}

.spis_1 li:nth-of-type(3) span {
    background: url(li3.png) center center no-repeat
}

.spis_1 li:nth-of-type(4) span {
    background: url(li4.png) center center no-repeat
}

.spis_1 li:nth-of-type(5) span {
    background: url(li5.png) center center no-repeat
}

.spis_1 li:last-of-type {
    margin-bottom: 0
}

.spis_2 li {
    margin-bottom: 16px
}

.spis_2 li:last-of-type {
    margin-bottom: 0
}

.spis_2 li span {
    display: block;
    color: #ffd306;
    font-weight: 700
}

.form {
    border-radius: 4px;
    background-color: #fff;
    padding: 28px 24px 16px
}

.form__fields {
    border-radius: 8px;
    border: 4px solid #b0d4e1;
    padding: 26px 32px 55px;
    margin-bottom: -42px
}

.form label {
    color: #a8acb9;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.33;
    margin-bottom: 8px;
    display: block
}

.form label span {
    text-transform: none;
    font-weight: 400
}

.modal-title,
.price,
.price__new,
.slide__img span {
    font-weight: 700
}

.form input,
.form select {
    width: 100%;
    height: 42px;
    border-radius: 5px;
    background-color: #eff0f4;
    color: #4f5362;
    font-size: 1.4rem;
    padding: 0 0 0 1em;
    outline: 0;
    border: none
}

.price__new,
.price__old {
    color: #a8acb9;
    display: inline-block;
    line-height: 1
}

.form input:focus {
    box-shadow: 5px 7px 18px rgba(173, 178, 199, .62);
    background-color: #fff
}

.form_top {
    margin-top: 71px;
    margin-bottom: 18px
}

.form_bottom {
    z-index: 1
}

.price {
    text-align: center;
    margin-bottom: 1em
}

.price__old {
    font-size: 1.3em;
    width: 48%;
    margin-right: 2%
}

.price__old span {
    display: inline-block
}

.price__old-number:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 2px;
    background-color: #f05500;
    left: 50%;
    margin-left: -65px;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-15deg)
}

.price__new-inner,
.price__old-inner {
    margin-bottom: .5em;
    font-size: .8em
}

.price__new {
    font-size: 1.3em;
    width: 48%
}

.price__new span {
    color: #091a35;
    display: inline-block
}

.fs12 {
    font-size: 1.2rem
}

.c-grey {
    color: #a8acb9
}

.c-red {
    color: #f05500
}

.rel {
    position: relative
}

.babushka,
.cream_2,
.cream_bottom,
.cream_top {
    position: absolute
}

.babushka {
    bottom: 0;
    right: 341px;
    z-index: 2
}

.cream_top {
    bottom: 12px;
    right: 520px;
    width: 285px;
    z-index: 3
}

.cream_2 {
    top: -45px;
    right: 250px;
    width: 120px
}

.cream_bottom {
    max-width: 260px;
    bottom: -5px;
    left: -19px
}

.sec8 {
    padding: 25px 0 0
}

.sec8 p>* {
    font-size: 16px;
    line-height: 1
}

.sale,
.sostav__title {
    font-size: 3rem;
    font-family: BebasNeueBold
}

.sec8 .float-right span {
    margin-bottom: 5px
}

.sec8 p>.privacy {
    display: inline-block
}

.sec8 p>a.privacy {
    color: #08172e;
    text-decoration: underline
}

.sec8 p.float-right {
    text-align: left;
    float: right
}

.sec8 p.float-left {
    padding-left: 65px;
    position: relative;
    float: left
}

.ded,
.sale {
    position: absolute
}

.sec8 p.float-left::before {
    display: block;
    position: absolute;
    width: 48px;
    height: 41px;
    content: "";
    left: 0;
    top: 0;
    background-size: 130%
}

.sale {
    width: 72px;
    height: 72px;
    border: 2px dashed #f0f3f4;
    border-radius: 50%;
    background-color: #f05500;
    justify-content: center;
    display: flex;
    align-items: center;
    padding-top: 5px;
    color: #ededed;
    right: 630px;
    z-index: 2;
    top: auto;
    bottom: 140px
}

.sale_bottom {
    right: -303px;
    bottom: 150px;
    top: auto
}

.ded {
    top: 0;
    right: -86px
}

.wrap {
    overflow: hidden
}

.mb1 {
    margin-bottom: 1em
}

.mb5 {
    margin-bottom: 5em
}

.podpis {
    margin-top: 12px
}

.sostav__wrap {
    display: flex;
    flex-direction: column
}

.sostav__title {
    color: #53a34f;
    margin-bottom: .2em
}

.fs14,
.slide__img {
    font-size: 1.4rem
}

.sostav__block {
    display: flex;
    align-items: center;
    margin-bottom: 2em
}

.sostav__block_1 {
    margin-top: 3em;
    margin-bottom: 1.5em
}

.sostav__block_2 {
    margin-bottom: 1em
}

.sostav__block_3 {
    margin-bottom: .9em
}

.sostav__img {
    width: 25%;
    flex-shrink: 0
}

.sostav__text {
    line-height: 1.33;
    padding-left: .5em
}

.slide {
    display: flex;
    margin-bottom: 56px
}

.slide:nth-last-of-type {
    margin-bottom: 0
}

.slide__img {
    text-align: center;
    width: 100px;
    line-height: 1.29;
    flex-shrink: 0
}

.slide__img span {
    display: block
}

.slide__img img {
    margin-bottom: .8em
}

.slide__text {
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px
}

.slide__title {
    color: #08172e;
    font-family: BebasNeueBold;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 12px
}

.slide__info {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 12px
}

.slide__info img {
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 3em 0 .7em
}

.slide_xs {
    display: block;
    margin-bottom: 0
}

.bx-wrapper {
    border: none;
    box-shadow: none;
    margin: 1.2em 0 1em
}

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: 0;
    font-size: 18px;
    font-weight: 700;
    width: auto;
    height: auto;
    background: 0 0;
    color: #08172e;
    text-decoration: none
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    color: #53a34f
}

.bx-wrapper .bx-controls-direction a {
    bottom: -17px;
    top: inherit;
    margin-top: 0
}

.bx-wrapper .bx-prev {
    left: 50%;
    margin-left: -4em
}

.bx-wrapper .bx-next {
    right: 50%;
    margin-right: -4em
}

.res1 {
    margin-top: 4em;
    margin-bottom: 1em
}

.mb2 {
    margin-bottom: 2em
}

.mb0 {
    margin-bottom: 0
}

.babushka2 {
    position: relative;
    left: 30px;
    z-index: 0;
    bottom: 0
}

.fs16 {
    font-size: 1.3rem
}

.timer {
    display: flex;
    justify-content: center;
    height: 72px
}

.timer-hrs,
.timer-min,
.timer-sec {
    font-family: BebasNeueBold;
    font-size: 72px;
    color: #fefefe;
    position: relative;
    height: 72px;
    border-radius: 4px;
    background-color: #f05500;
    text-align: center;
    padding: 0 10px;
    margin: 0 2px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.mb05 {
    margin-bottom: .5em
}

.modal-header .close {
    position: absolute;
    right: 8px;
    top: 11px;
    line-height: 1;
    background: 0 0;
    border: none
}

.inv img {
    margin-bottom: 1em
}

.link {
    cursor: pointer
}

.all_instruction {
    color: #08172e;
    font-size: 24px;
    padding: 15px;
    margin-top: 42px;
    border: 4px solid #315bb0;
    text-align: center
}

.h2_center {
    text-align: center;
    margin-bottom: 10px
}

@media (max-width:1199px) {
    .babushka,
    .flex_preim {
        display: none
    }
    .sostav__text {
        min-height: 150px
    }
    .flex_header {
        flex-wrap: wrap
    }
    .flex_preim {
        margin-bottom: 1em
    }
    .imgText_logo {
        margin-bottom: 0
    }
    .imgText_preim {
        padding: 0 1em 0 0
    }
    .sec_1 {
        background-size: cover
    }
    .sec8 {
        padding-top: 35px
    }
    .sec_7 {
        padding-bottom: 20px
    }
    .cream_top {
        right: 398px
    }
    .cream_2 {
        position: static;
        max-width: 100%;
        display: block;
        margin: 1em auto
    }
    .cream_bottom {
        bottom: -45px
    }
    .form_top {
        z-index: 1
    }
    .sale {
        right: 380px;
        top: 360px
    }
    .sale_bottom {
        right: -305px;
        top: auto
    }
    .res2 {
        margin-top: 28px
    }
    .babushka2 {
        bottom: -20px;
        left: 70px
    }
    .btn_form {
        font-size: 1.8rem
    }
    .btn__wrap {
        margin-bottom: 9px
    }
    .borderYellow_bottom {
        margin-top: 0
    }
}

@media (max-width:991px) {
    .cream,
    .ded {
        position: static
    }
    .sostav__text {
        min-height: auto
    }
    .borderYellow_top {
        max-width: 100%;
        margin-bottom: 1em
    }
    .sec8 {
        padding-top: 30px
    }
    .form_top {
        margin-top: 0
    }
    .sale {
        right: 625px;
        top: 13px
    }
    .ded {
        display: block;
        margin: 0 auto -40px;
        max-width: 100%
    }
    .cream {
        display: block!important;
        margin: 10px auto 20px
    }
    .sec_1 {
        padding-bottom: 50px
    }
    .inv img {
        margin: 0 auto 1em;
        display: block
    }
    .imgText_kak,
    .sostav__block_1,
    .sostav__block_2,
    .sostav__block_3 {
        margin-bottom: 2em
    }
    .sostav__block_1 {
        margin-top: 0
    }
    .res1,
    .res2 {
        margin: 1em auto
    }
    .res3 {
        display: block;
        margin: auto
    }
    .logo {
        margin-bottom: 1em
    }
    .timer-wrap {
        margin-bottom: 2em
    }
    .babushka2,
    .cream_bottom {
        display: none
    }
}

@media (max-width:767px) {
    .flex_preim,
    .sec8 .float-left span,
    .sec8 .float-right {
        display: none
    }
    .imgText_logo {
        flex-shrink: 2
    }
    .imgText_logo .imgText__right {
        font-size: 9px
    }
    .sale {
        position: static;
        margin-bottom: 15px
    }
    .h2 {
        font-size: 4rem
    }
    .header {
        padding: 1em 0
    }
    .borderYellow {
        padding: 20px 15px
    }
    .form {
        padding: 20px 15px 1px
    }
    .form__fields {
        margin-bottom: -30px;
        padding: 20px 15px 34px
    }
    .sec8 {
        padding-top: 15px
    }
    .sec8 p.float-left {
        float: none;
        padding-left: 0;
        text-align: center
    }
    .sec8 p.float-left::before {
        display: block;
        float: none;
        margin: 10px auto;
        position: static
    }
    .btn,
    .btn_form {
        font-size: 2rem
    }
    .modal-body .form {
        padding: 20px 0 1px
    }
    .ded {
        margin: 0 auto -30px
    }
    .logo,
    .sec_4 .col-md-3:last-of-type .imgText_kak,
    .slide_xs {
        margin-bottom: 0
    }
    .slide {
        flex-direction: column
    }
    .slide__img {
        float: left;
        margin-right: 20px
    }
    .slide__text {
        padding-left: 0
    }
    .slide_xs {
        display: block
    }
	
	.sale, .sostav__title{
		font-size: 2.2rem
	}
}

.kkakk {
    display: block
}

.kkakk .img-responsive {
    margin: 0 auto
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .99);
    z-index: 9999
}

.preloader .sk-cube-grid:after {
    content: 'Загрузка...';
    position: absolute;
    font-size: 1.6rem;
    bottom: -3em;
    left: 50%;
    transform: translateX(-50%)
}

.sk-cube-grid {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: 30%
}

.sk-cube-grid .sk-cube {
    width: 33.333333333%;
    height: 33.333333333%;
    background-color: #53a34f;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

ifarme {
    max-width: 100%
}

ul {
    padding: 0
}

.overlay-public-zdv-open {
    z-index: 100
}

@media (min-width:991px) {
    .sec7__cell {
        display: table-cell;
        float: none
    }
    .sec7__image {
        vertical-align: bottom
    }
}

.sss {
    display: none
}

@media screen and (max-width:991px) {
    .form__fields {
        margin-bottom: -30px
    }
    .aaa {
        display: none!important
    }
    .sss {
        display: block
    }
}

@media screen and (max-width:767px) {
    .bx-wrapper .bx-controls-direction a {
        bottom: -45px
    }
}

.nnone {
    display: none
}

@media screen and (max-width:480px) {
    .privacy::before {
        position: static;
        display: block;
        margin: 0 auto 15px
    }
    .slide__info img {
        margin: 0 0 0 5px
    }
    .imgText.imgText_logo {
        display: block;
        width: 100%;
        text-align: center
    }
    .btn {
        margin: auto
    }
    .slide__text {
        font-size: 15px;
        line-height: 20px
    }
    .slide__info {
        text-align: center;
        display: none
    }
}

.ever-popup .form__fields .popup_img {
    position: static;
    display: block;
    max-width: 150px;
    margin: 0 auto 10px
}

.ever-popup .form__fields .popup_img img {
    max-width: 100%
}

.popup_img {
    max-width: 150px;
    margin: 0 auto
}

.popup_img img {
    max-width: 100%
}

@media screen and (max-width:620px) {
    .res2 {
        display: none
    }
    .res21,
    .res22 {
        display: block;
        margin: 15px auto
    }
    .wrap_popup {
        max-width: 300px
    }
    .res21 {
        max-width: 250px;
        width: 100%;
        height: auto
    }
}

#footer {
    margin-top: 40px
}

.new_date {
    display: block;
    margin-top: 10px
}

@media screen and (max-width:999px) {
    .sec_2 {
        background-position: left bottom
    }
    .sec {
        padding-top: 20px
    }
}

@media screen and (max-width:991px) {
    .sec_1 .form {
        max-width: 300px;
        margin: 0 100px
    }
    .cream_top {
        position: absolute;
        right: 100px
    }
}

@media screen and (max-width:768px) {
    .cream_top {
        position: static
    }
    .sec_1 .form {
        margin: 0 auto
    }
    .sec {
        padding-bottom: 20px
    }
    .ever-popup-build {
        margin-bottom: 30px
    }
}