@media (max-width: 480px) {
    .first-screen {
        background-image: url(first-screen.jpg) !important
    }

    .take-business-plan {
        background-image: url(second-screen.jpg) !important
    }

    .self-advertising {
        background-image: url(img/mobile-backgrounds/self-advertising-bg-m.jpg) !important
    }

    .statistic {
        background-image: url(img/mobile-backgrounds/schedule-bg.jpg) !important
    }

    .marketing {
        background-image: url(img/mobile-backgrounds/the-shooter-in-the-fog.jpg) !important
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    -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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    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: 0;
    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
}

[role="button"] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
        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-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.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, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.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, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .modal-header:after, .modal-footer: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
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

<
/
style >

<!--
bootstrap grid

-->

<!--
main-styles

-->
<
style >

@charset 'UTF-8';
.slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(slick.eot);
    src: url(slick.eot?#iefix) format('embedded-opentype'), url(slick.woff) format('woff'), url(slick.ttf) format('truetype'), url(slick.svg#slick) format('svg')
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:hover:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 10;
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: brutal;
    src: url(brutaltype-webfont.eot);
    src: url(brutaltype-webfont.eot?#iefix) format('embedded-opentype'), url(brutaltype-webfont.woff2) format('woff2'), url(brutaltype-webfont.woff) format('woff'), url(brutaltype-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: brutal;
    src: url(brutaltype-medium-webfont.eot);
    src: url(brutaltype-medium-webfont.eot?#iefix) format('embedded-opentype'), url(brutaltype-medium-webfont.woff2) format('woff2'), url(brutaltype-medium-webfont.woff) format('woff'), url(brutaltype-medium-webfont.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: brutal;
    src: url(brutaltype-bold-webfont.eot);
    src: url(brutaltype-bold-webfont.eot?#iefix) format('embedded-opentype'), url(brutaltype-bold-webfont.woff2) format('woff2'), url(brutaltype-bold-webfont.woff) format('woff'), url(brutaltype-bold-webfont.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

* {
    outline: 0
}

html {
    font-size: 10px
}

body {
    overflow-x: hidden;
    font-size: 10px;
    font-family: brutal, Helvetica Neue, Helvetica, Arial, sans-serif;
    transition: all .5s
}

.text-center {
    text-align: center
}

.relative {
    position: relative
}

.first-screen {
    padding-top: 40px;
    background-image: url(first-screen.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: -webkit-fill-available;
}

.first-screen .content-box {
    margin-top: 55px
}

.first-screen .top-sub-text {
    margin-top: 45px;
    margin-bottom: 25px
}

.top-logo {
    vertical-align: top
}

.head-info {
    margin: 0 0 0 25px;
    display: inline-block;
    font-size: 1.6rem;
    color: #000
}

.head-info .refinement {
    margin-top: 10px;
    display: inline-block;
    color: #000;
    font-size: 2rem;
}

.header-right {
    text-align: right
}

.phone-box {
    margin-bottom: 5px
}

.phone-box .phone-number {
    font-size: 3rem;
    font-weight: 700;
    color: #e31e24;
}

.phone-box .phone-number:hover {
    text-decoration: none
}

.stroke-btn {
    padding: 8px 15px;
    border: 2px solid #50a438;
    background: 0 0;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #2c2b2a
}

.stroke-btn.khaki {
    border-color: #78804d;
    color: #78804d
}

.stroke-btn.white {
    border-color: #fff;
    color: #fff
}

.stroke-btn.gray {
    border-color: #999;
    color: #999
}

.content-box {
    color: #000
}

.content-box span {
    display: block
}

.big-header {
    margin: 10px 0;
    font-size: 5.6rem;
    letter-spacing: -.2px;
    line-height: 1.1;
    text-transform: uppercase
}

.small-header {
    font-size: 2.4rem;
    font-weight: 500
}

.small-header.bold {
    font-weight: 700
}

.sub-header-text {
    line-height: 1.3;
    letter-spacing: .05rem;
    font-size: 3.2rem
}

.top-sub-text {
    font-size: 2rem
}

.top-sub-text-m {
    display: none
}

.khaki-btn {
    position: relative;
    padding: 20px 60px;
    border: none;
    background: 0 0;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.5);
    z-index: 10
}

.khaki-btn:before {
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff
}

.khaki-btn:after {
    position: absolute;
    bottom: 4px;
    right: 4px;
    content: "";
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.khaki-btn-container {
    position: relative;
    display: inline-block;
    border-radius: 2px;
    background-color: #50a438;
    box-shadow: 0 5px #50a438;
    cursor: pointer
}

.khaki-btn-container:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain
}

.khaki-btn-container:after {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    content: "";
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain
}

.take-business-plan {
    height: 900px;
    padding-top: 65px;
    background-image: url(second-screen.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    color: #ccc
}

.take-business-plan .big-header {
    margin-bottom: 5px;
    letter-spacing: -1.8px
}

fieldset.additional-inputs {
    padding: 0;
    height: auto;
    overflow: auto;
    opacity: 1;
    transition: all .5s
}

fieldset.additional-inputs.close {
    padding: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .5s
}

.facial-form fieldset {
    border: none
}

.facial-form label {
    display: block;
    font-size: 1.4rem;
    color: #fff
}

.facial-form input {
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 11px 17px;
    width: 100%;
    font-size: 1.6rem;
    color: #999
}

.facial-form input::-webkit-input-placeholder {
    color: #999
}

.facial-form input:-moz-placeholder {
    color: #999
}

.facial-form input::-moz-placeholder {
    color: #999
}

.facial-form input:-ms-input-placeholder {
    color: #999
}

.facial-form input::-ms-input-placeholder {
    color: #999
}

.facial-form.oblique-borders {
    margin-top: 55px;
    padding: 10px 25px;
    position: relative;
    border: 2px solid rgba(255, 255, 255, .2);
    border-top: none
}

.facial-form.oblique-borders:before {
    content: "";
    position: absolute;
    top: -40px;
    left: -2px;
    width: 90%;
    height: 40px;
    border-top: 2px solid rgba(255, 255, 255, .2);
    border-left: 2px solid rgba(255, 255, 255, .2)
}

.facial-form.oblique-borders:after {
    content: "";
    position: absolute;
    top: -21px;
    right: -10px;
    width: 56px;
    border-top: 2px solid rgba(255, 255, 255, .2);
    transform: rotate(45deg)
}

.facial-form .form-sub-text {
    margin-bottom: 15px;
    padding: 0;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, .6)
}

.facial-form .form-sub-text a {
    color: inherit;
    text-decoration: underline
}

.facial-form .khaki-btn {
    padding: 18px 45px;
    line-height: 1.7;
    font-size: 1.4rem
}

.about {
    position: relative;
    padding-bottom: 75px;
    background-image: url(chef-backgroung-f.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.about-header {
    margin-top: 65px;
    line-height: 1.3;
    letter-spacing: .09rem;
    font-size: 4rem;
    font-weight: 400
}

.about form.cooperation > div {
    padding-right: 0
}

.about form.cooperation input {
    border: 0
}

.about .form-sub-text {
    color: rgba(102, 102, 102, .8)
}

.about .khaki-btn {
    padding: 20px;
    font-size: 1.4rem
}

.about .chef-info-m {
    display: none
}

.chef-with-effects {
    width: 165%;
    z-index: 5;
    margin-left: -160px
}

.chef-info {
    position: absolute;
    bottom: 21%;
    left: 23.5%;
    padding: 10px 20px;
    width: 180px;
    background-image: url(./img/pictures/dotted-pattern.png)
}

.chef-info .name {
    margin-bottom: 8px;
    display: inline-block;
    line-height: 1;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff
}

.chef-info .position {
    display: inline-block;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, .5)
}

.bricks {
    width: 100%;
    position: absolute;
    top: 0
}

.main-text {
    position: relative;
    display: block;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.6rem
}

.main-big-text {
    font-size: 2rem;
    letter-spacing: .4px
}

.main-big-text .indent, .main-text .indent {
    display: block;
    margin: 25px 0
}

.cooperation input {
    display: inline-block;
    padding: 18px 0;
    width: 100%;
    font-size: 1.8rem;
    text-align: center
}

.form-sub-text {
    display: block;
    padding-top: 25px;
    font-size: 1.2rem
}

.form-sub-text a {
    color: inherit;
    text-decoration: underline
}

.advantage {
    padding-top: 60px;
    padding-bottom: 55px;
    background-image: url(advantage-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.advantage .big-header {
    margin-bottom: 50px;
    width: 105%;
    letter-spacing: -2px
}

.self-advertising {
    padding-top: 62px;
    padding-bottom: 128px;
    background-image: url(self-advertising-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    color: #fff
}

.self-advertising .big-header {
    margin-bottom: 14px;
    letter-spacing: -1.5px
}

.self-advertising .main-big-text {
    margin-top: 10px
}

.about-with-sliders {
    padding-top: 15px
}

.about-with-sliders .row:first-child .col-md-6.slider:first-child {
    margin-top: -78px
}

.about-with-sliders .right-block {
    margin-left: 5.8%
}

.about-with-sliders .second-row {
    margin-top: 25px
}

.about-with-sliders .slider {
    position: relative
}

.about-with-sliders .slider .slick-dots {
    bottom: 30px;
    width: 95%
}

.about-with-sliders .slider .slick-dots button {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 100%
}

.about-with-sliders .slider .slick-dots .slick-active button {
    border-width: 4px;
    background-color: #78804d
}

.about-with-sliders .slider .slick-dots button:before {
    font-size: 0;
    color: transparent
}

.about-with-sliders .main-text {
    padding: 25px 32px;
    line-height: 1.4;
    letter-spacing: .6px
}

.about-with-sliders .main-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-top: 2px solid rgba(0, 0, 0, .1);
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.about-with-sliders .main-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-right: 2px solid rgba(0, 0, 0, .1);
    border-bottom: 2px solid rgba(0, 0, 0, .1)
}

.about-with-sliders .main-text .small-header {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 115%;
    line-height: 1.4;
    letter-spacing: -.4px
}

.about-with-sliders .main-text .indent {
    margin: 0 0 22px;
    width: 110%;
    line-height: 1.5;
    letter-spacing: .3px
}

.about-with-sliders .slick-dots li {
    margin: 0 10px
}

.about-with-sliders .position-lower {
    margin-top: 60px
}

.about-with-sliders .position-lower .right-block {
    margin-top: 15px
}

.about-with-sliders .position-lower .right-block .main-text {
    padding-top: 12px
}

.about-with-sliders .position-lower .small-header {
    margin-bottom: 23px
}

.about-with-sliders .position-lower .stroke-btn {
    line-height: 2;
    padding: 10px 24px;
    margin-top: 7px
}

.khaki-decoration-text {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    background-color: #78804d
}

.capture-form {
    padding: 50px 0
}

.capture-form.first-form {
    margin-bottom: -200px;
    padding-bottom: 200px;
    background-image: url(shape-bg.png);
    background-repeat: no-repeat;
    background-position: -310px 20px
}

.capture-form.bottom-form {
    padding-top: 70px
}

.capture-form.bottom-form .main-big-text {
    margin-top: 10px;
    margin-bottom: 12px;
    margin-left: 62px;
    display: inline-block
}

.capture-form.bottom-form .facial-form {
    margin-top: 15px
}

.capture-form .sub-header-text {
    position: relative;
    display: block
}

.capture-form .sub-header-text.with-arrow {
    margin-bottom: 50px
}

.capture-form .sub-header-text.with-arrow:after {
    content: url(./img/pictures/arrow-down.png);
    position: absolute;
    top: 20px;
    right: -130px
}

.capture-form .cover {
    padding: 40px 0;
    background: url(./img/pictures/capture-form-cover.png) center top;
    background-size: cover;
    color: #fff
}

.capture-form .cover:after {
    content: "";
    display: block;
    clear: both
}

.capture-form .cover .sub-header-text {
    width: 110%;
    padding-left: 65px
}

.capture-form .cover .facial-form {
    padding-left: 28px
}

.capture-form .cover .facial-form input {
    border: 0;
    width: 93%;
    background-color: #515151;
    color: #ccc
}

.capture-form .cover .facial-form input::-webkit-input-placeholder {
    color: #ccc
}

.capture-form .cover .facial-form input:-moz-placeholder {
    color: #ccc
}

.capture-form .cover .facial-form input::-moz-placeholder {
    color: #ccc
}

.capture-form .cover .facial-form input:-ms-input-placeholder {
    color: #ccc
}

.capture-form .cover .facial-form input::-ms-input-placeholder {
    color: #ccc
}

.capture-form .substrate {
    padding: 0 20px;
    background-color: #000
}

.capture-form .big-header {
    line-height: 1.2;
    padding-top: 5px;
    padding-left: 66px;
    letter-spacing: -1.8px
}

.capture-form .sub-header-text {
    line-height: 1.2
}

.advantage-with-reviews {
    padding-top: 60px
}

.advantage-with-reviews .video-script-info {
    width: 60%;
    margin-left: 39%;
    margin-top: -10px
}

.big-percent {
    font-size: 104px;
    font-weight: 700;
    color: #78804d
}

.review-slider .video-block .poster {
    max-height: 282px
}

.video-block {
    position: relative
}

.video-block.script {
    margin-top: -55px;
    margin-left: 125px;
    height: 310px
}

.video-block.script .video-container {
    width: 100%
}

.video-block.script .poster {
    position: absolute;
    top: 0;
    right: -8%
}

.video-block.script .video-play-btn {
    position: absolute;
    top: 44%;
    left: 0;
    cursor: pointer
}

.video-block .video-container {
    width: 100%
}

.video-block .poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.video-block .video-play-btn {
    position: absolute;
    top: 37%;
    left: 43%;
    cursor: pointer
}

.review-slider * {
    outline: 0
}

.review-slider .slick-next:before, .review-slider .slick-prev:before {
    content: url(fill-black-slider-btn.jpg)
}

.review-slider .slick-prev {
    top: 35%;
    left: 5px;
    z-index: 1
}

.review-slider .slick-next {
    top: 45%;
    right: 5px;
    transform: rotate(180deg)
}

.review-slider .slick-dots {
    padding-top: 10px
}

.review-slider .slick-dots button {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.review-slider .slick-dots .slick-active button {
    background-color: #78804d
}

.review-slider .slick-dots button:before {
    font-size: 0;
    color: transparent
}

.review-slider .slide-description {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    font-size: 1.4rem
}

.raise-bill {
    padding-top: 2.7%
}

.raise-bill .big-header {
    margin-bottom: 32px
}

.raise-bill .main-big-text.wide {
    width: 106%
}

.statistic {
    margin-top: 53px;
    padding-top: 62px;
    padding-bottom: 80px;
    background-image: url(schedule-bg.jpg);
    background-position: center top;
    background-size: cover;
    color: #c3c3c3
}

.statistic .main-big-text, .statistic .main-text, .statistic .sub-header-text {
    display: block
}

.statistic-headers {
    margin-bottom: 20px
}

.statistic-headers .big-header {
    letter-spacing: -1.5px
}

.statistic-headers .sub-header-text {
    margin-bottom: 47px;
    color: #9a9a9a
}

.statistic-headers .main-text {
    color: grey
}

.statistic .data-cols .sub-header-text {
    font-weight: 700
}

.statistic .schedule {
    margin-bottom: 35px;
    width: 100%
}

.statistic .schedule-container {
    position: relative
}

.statistic .schedule-link {
    display: none
}

.statistic .khaki-btn-container {
    margin-top: 20px;
    width: 30%
}

.statistic .khaki-btn-container .khaki-btn {
    padding: 20px 25px;
    line-height: 1.7;
    font-size: 1.4rem;
    z-index: 10
}

.events {
    margin-top: 10px;
    color: #fff
}

.events-info-block {
    padding-top: 60px
}

.events-info-block .main-big-text {
    position: relative;
    top: 15px
}

.events-info-block .big-header {
    letter-spacing: -2px
}

.events .info-card {
    position: absolute;
    top: -10px;
    right: 15px;
    width: 265px;
    padding: 25px;
    background-color: #78804d;
    line-height: 21px;
    text-align: left;
    z-index: 1
}

.events .cover {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    height: 390px;
    overflow: hidden
}

.events .cover-image {
    width: 100%;
    z-index: -1
}

.events .sub-header-text {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 20%;
    line-height: 40px;
    transform: translateY(-50%);
    cursor: pointer
}

.sales-info {
    position: relative;
    padding-top: 20px
}

.sales-info .big-header {
    margin-top: 42px;
    letter-spacing: -2px
}

.sales-info .main-big-text {
    margin-top: 35px
}

.sales-info .align-bottom {
    position: absolute;
    width: 30%;
    right: -5%;
    bottom: 1%
}

.top-shelf {
    margin-top: 42px
}

.container.fluid {
    position: relative;
    margin-top: -380px
}

.card-container {
    height: 340px;
    overflow: hidden
}

.card-background {
    position: absolute;
    top: 0;
    left: -18%;
    width: 64%
}

.crm-block {
    position: relative;
    margin-top: 2.8%;
    padding-top: 5%;
    padding-bottom: 147px;
    background-image: url(crm.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    color: #fff
}

.crm-block .main-text .indent {
    margin: 12px 0
}

.crm-block .main-text .stroke-btn {
    margin-top: 9px;
    padding: 15px 33px;
    letter-spacing: .5px
}

.crm-header {
    margin: 10px 0;
    line-height: 150px;
    font-size: 200px
}

.crm-copter {
    position: absolute;
    top: -424px;
    right: -79%;
    width: 275%
}

.special-offer {
    position: relative;
    padding: 63px 0 0;
    background-image: url(get-ahead-of-competitors.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    color: #f2f2f2
}

.special-offer .book {
    position: relative;
    right: -59px;
    bottom: -15px;
    margin-top: 19px;
    height: 429px
}

.special-offer .main-big-text {
    margin-top: 32px;
    display: inline-block
}

.col-md-6.info-table {
    position: absolute;
    bottom: 32px;
    left: 0;
    margin-left: 15px;
    padding: 25px 30px;
    width: 47.4%;
    background-color: #78804d
}

.col-md-6.info-table .main-big-text {
    margin-top: 0
}

.col-md-6.info-table:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-right: none;
    border-bottom: none;
    width: 55px;
    height: 55px
}

.col-md-6.info-table:after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-top: none;
    border-left: none;
    width: 55px;
    height: 55px
}

.marketing {
    padding-top: 3.3%;
    padding-bottom: 4%;
    background-image: url(the-shooter-in-the-fog.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #dce2e0
}

.marketing .big-header {
    letter-spacing: -1.8px
}

.marketing .main-text {
    display: inline-block;
    margin-top: 10px
}

.good-cover {
    position: relative;
    margin: 20px 0 30px;
    width: 90%;
    min-height: 250px;
    background-color: rgba(195, 208, 204, .3);
    line-height: 250px;
    text-align: center
}

.good-cover .decor-left:after, .good-cover .decor-left:before, .good-cover .decor-right:after, .good-cover .decor-right:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.good-cover .decor-left:before {
    top: 8px;
    left: 8px;
    border-bottom: none;
    border-right: none
}

.good-cover .decor-left:after {
    bottom: 8px;
    left: 8px;
    border-top: none;
    border-right: none
}

.good-cover .decor-right:before {
    top: 8px;
    right: 8px;
    border-bottom: none;
    border-left: none
}

.good-cover .decor-right:after {
    bottom: 8px;
    right: 8px;
    border-top: none;
    border-left: none
}

.bonus-block {
    position: relative;
    padding-bottom: 5.8%;
    background-image: url(bonus-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    color: #e4e5de
}

.bonus-block .decor {
    position: relative;
    margin: 0 auto 2.8%;
    width: 11%;
    height: 20px;
    background-color: #dce2e0
}

.bonus-block .decor:before {
    content: "";
    position: absolute;
    top: -13px;
    left: -23px;
    display: block;
    width: 35px;
    border-top: 25px solid #dce2e0;
    transform: rotate(40deg)
}

.bonus-block .decor:after {
    content: "";
    position: absolute;
    top: -13px;
    right: -23px;
    display: block;
    width: 35px;
    border-top: 25px solid #dce2e0;
    transform: rotate(-40deg)
}

.bonus-block .sub-header-text {
    line-height: 1.2;
    font-size: 4rem
}

.bonus-block .big-header {
    margin-bottom: 40px;
    display: block;
    width: 105%;
    text-transform: none;
    letter-spacing: -.8px
}

.bonus-block .indent {
    margin: 15px 0
}

.bonus-block .stroke-btn {
    margin-top: 10px;
    padding: 17px 70px
}

.bonus-block .underline {
    display: inline-block;
    border-bottom: 1px dashed #fff;
    line-height: 1
}

.shulyae-support {
    position: relative;
    padding-top: 3.2%;
    padding-bottom: 1.4%
}

.shulyae-support .main-big-text {
    margin-top: 5.6%
}

.shulyae-support .world-wide-map {
    position: absolute;
    top: 27.7%;
    right: -6%;
    display: inline-block
}

.shulyae-support .world-wide-map .info {
    position: absolute;
    bottom: 20%;
    left: 40%
}

.shulyae-support .world-wide-map .info .amount {
    font-size: 8rem;
    color: #78804d
}

.shulyae-support .world-wide-map .info .indent {
    margin: -15px 0
}

.black-background {
    background-color: #000
}

.wide-slider * {
    outline: 0
}

.wide-slider .slick-next:before, .wide-slider .slick-prev:before {
    content: url(fill-black-slider-btn.jpg)
}

.wide-slider .slick-prev {
    top: 46.6%;
    left: 0;
    z-index: 5
}

.wide-slider .slick-next {
    top: 51.9%;
    right: 0;
    transform: rotate(180deg)
}

.wide-slider .wide-slide {
    position: relative
}

.wide-slider .wide-slide img {
    margin: 0 auto
}

.wide-slider .wide-slide .description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 65px;
    color: #fff
}

.news-review {
    padding-top: 3.1%
}

.news-review .big-header {
    margin-bottom: 37px
}

.our-base {
    margin-top: 57px;
    background-color: #dfdfdf;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.our-base .chef {
    margin-left: auto;
    display: block;
    width: 89%
}

.our-base .city-label {
    position: absolute;
    bottom: 25%;
    left: 0;
    display: inline-block;
    letter-spacing: 8px;
    font-size: 15.437rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.our-base .city-label:before {
    content: "";
    position: absolute;
    top: -40%;
    left: 15%;
    width: 120px;
    height: 105px;
    border: 25px solid #fff;
    border-right: none;
    border-bottom: none
}

.our-base .city-label:after {
    content: "";
    position: absolute;
    bottom: -40%;
    right: 15%;
    width: 120px;
    height: 105px;
    border: 25px solid #fff;
    border-top: none;
    border-left: none
}

.our-base .about-us {
    padding-top: 5.5%
}

.our-base .about-us .main-big-text {
    margin-top: 40px
}

.our-base .about-us .stroke-btn {
    padding: 15px 50px
}

#map {
    width: 100%;
    height: 560px
}

.we-on-the-map .map-info-card {
    position: absolute;
    top: 70px;
    left: 0;
    padding: 30px;
    background-color: #fff;
    z-index: 5
}

.we-on-the-map .map-info-card a:hover {
    text-decoration: none
}

.we-on-the-map .map-info-card :first-child {
    margin-top: 0
}

.we-on-the-map .map-info-card :last-child {
    margin-bottom: 0
}

.we-on-the-map .map-info-card:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    display: block;
    width: 25px;
    height: 25px;
    border: 2px solid rgba(0, 0, 0, .1);
    border-right: none;
    border-bottom: none
}

.we-on-the-map .map-info-card:after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: block;
    width: 25px;
    height: 25px;
    border: 2px solid rgba(0, 0, 0, .1);
    border-top: none;
    border-left: none
}

.we-on-the-map .map-info-card .email-link, .we-on-the-map .map-info-card .phone-link {
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: 1px dashed #333;
    line-height: 1;
    color: inherit
}

.footer {
    padding-bottom: 70px;
    color: #999
}

.footer .social {
    padding: 40px 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.footer .social-links {
    list-style: none
}

.footer .social-links li {
    display: inline-block;
    margin: 10px 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle
}

.footer .social-links li a {
    color: inherit
}

.footer .social-links li a:hover {
    text-decoration: none
}

.footer .social-links .viber:before {
    content: url(viber-ico.png);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.footer .social-links .vk:before {
    content: url(vk-ico.png);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.footer .social-links .telegram:before {
    content: url(telegram-ico.png);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.footer .social-links .whatsapp:before {
    content: url(whatsapp-ico.png);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.footer .cell img {
    vertical-align: top
}

.footer .bottom {
    padding: 30px 0
}

.footer .description {
    margin-left: 40px;
    display: inline-block
}

.footer .cell-privacy {
    margin-top: 40px;
    padding: 20px 0;
    font-size: 1.2rem;
    color: #bfbfbf
}

.footer .privacy {
    margin-bottom: 10px;
    display: block
}

.footer .privacy a {
    color: inherit;
    text-decoration: underline
}

.footer .phone-number {
    color: #999
}

.footer .author {
    margin-top: 28px;
    display: block;
    font-size: 1.2rem;
    color: #bfbfbf
}

.footer .author a {
    color: inherit;
    text-decoration: underline
}

body.modal-open {
    overflow: hidden;
    transition: all .5s
}

.open-modal-btn {
    cursor: pointer
}

.close-modal-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #8d8d8c;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-size: 6rem;
    color: #fff;
    z-index: 10
}

.modal-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: all .25s;
    z-index: -1000;
    -webkit-overflow-scrolling: touch
}

.modal-bg > * {
    -webkit-transform: translateZ(0px)
}

.modal-bg.active {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    transition: all .25s;
    z-index: 1000
}

.modal-bg.active .algoritm-column, .modal-bg.active .crm-column, .modal-bg.active .tools-column {
    right: 0;
    transition: all .5s
}

.modal-bg .algoritm-column, .modal-bg .crm-column, .modal-bg .tools-column {
    position: absolute;
    top: 0;
    right: -768px;
    width: 768px;
    min-height: 100vh;
    background-color: #fff;
    transition: all .5s
}

.modal-bg .capture-form {
    margin: 80px auto;
    padding: 0;
    width: 1170px;
    background-image: none
}

.modal-bg .capture-form .cover {
    background-color: #333
}

.modal-bg .capture-form .close-modal-btn {
    top: -50px
}

.modal-bg .capture-form .facial-form .main-big-text {
    margin-bottom: 30px;
    padding-right: 20px;
    display: inline-block
}

.modal-bg .capture-form .facial-form .main-big-text.text-center {
    text-align: center
}

.modal-bg .capture-form .facial-form input::-webkit-input-placeholder {
    color: #ccc
}

.modal-bg .capture-form .facial-form input:-moz-placeholder {
    color: #ccc
}

.modal-bg .capture-form .facial-form input::-moz-placeholder {
    color: #ccc
}

.modal-bg .capture-form .facial-form input:-ms-input-placeholder {
    color: #ccc
}

.modal-bg .capture-form .facial-form input::-ms-input-placeholder {
    color: #ccc
}

.modal-bg .capture-form.shulya-presentation, .modal-bg .capture-form.shooting-range, .modal-bg .capture-form.talk-about {
    position: absolute
}

.modal-bg .capture-form.shulya-presentation .container, .modal-bg .capture-form.shooting-range .container, .modal-bg .capture-form.talk-about .container {
    position: relative
}

.modal-bg .capture-form.about-us, .modal-bg .capture-form.call-request, .modal-bg .capture-form.quest, .modal-bg .capture-form.review-modal, .modal-bg .capture-form.script-modal, .modal-bg .capture-form.shooting-range, .modal-bg .capture-form.talk-about, .modal-bg .capture-form.tasks {
    position: relative;
    padding: 0
}

.modal-bg .capture-form.about-us .cover, .modal-bg .capture-form.call-request .cover, .modal-bg .capture-form.quest .cover, .modal-bg .capture-form.review-modal .cover, .modal-bg .capture-form.script-modal .cover, .modal-bg .capture-form.shooting-range .cover, .modal-bg .capture-form.talk-about .cover, .modal-bg .capture-form.tasks .cover {
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(talk-about-modal-bg.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat
}

.modal-bg .capture-form.about-us .big-header, .modal-bg .capture-form.call-request .big-header, .modal-bg .capture-form.quest .big-header, .modal-bg .capture-form.review-modal .big-header, .modal-bg .capture-form.script-modal .big-header, .modal-bg .capture-form.shooting-range .big-header, .modal-bg .capture-form.talk-about .big-header, .modal-bg .capture-form.tasks .big-header {
    margin-top: 50px;
    letter-spacing: -.5px;
    text-transform: none;
    font-size: 4rem;
    font-weight: 400
}

.modal-bg .capture-form.about-us .sub-header-text, .modal-bg .capture-form.call-request .sub-header-text, .modal-bg .capture-form.quest .sub-header-text, .modal-bg .capture-form.review-modal .sub-header-text, .modal-bg .capture-form.script-modal .sub-header-text, .modal-bg .capture-form.shooting-range .sub-header-text, .modal-bg .capture-form.talk-about .sub-header-text, .modal-bg .capture-form.tasks .sub-header-text {
    margin-top: 20px;
    font-size: 2rem
}

.modal-bg .capture-form.about-us .facial-form, .modal-bg .capture-form.call-request .facial-form, .modal-bg .capture-form.quest .facial-form, .modal-bg .capture-form.review-modal .facial-form, .modal-bg .capture-form.script-modal .facial-form, .modal-bg .capture-form.shooting-range .facial-form, .modal-bg .capture-form.talk-about .facial-form, .modal-bg .capture-form.tasks .facial-form {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #8d8d8c
}

.modal-bg .capture-form.about-us .facial-form input, .modal-bg .capture-form.call-request .facial-form input, .modal-bg .capture-form.quest .facial-form input, .modal-bg .capture-form.review-modal .facial-form input, .modal-bg .capture-form.script-modal .facial-form input, .modal-bg .capture-form.shooting-range .facial-form input, .modal-bg .capture-form.talk-about .facial-form input, .modal-bg .capture-form.tasks .facial-form input {
    background-color: #fff
}

.modal-bg .capture-form.about-us .facial-form input::-webkit-input-placeholder, .modal-bg .capture-form.call-request .facial-form input::-webkit-input-placeholder, .modal-bg .capture-form.quest .facial-form input::-webkit-input-placeholder, .modal-bg .capture-form.review-modal .facial-form input::-webkit-input-placeholder, .modal-bg .capture-form.script-modal .facial-form input::-webkit-input-placeholder, .modal-bg .capture-form.shooting-range .facial-form input::-webkit-input-placeholder, .modal-bg .capture-form.talk-about .facial-form input::-webkit-input-placeholder, .modal-bg .capture-form.tasks .facial-form input::-webkit-input-placeholder {
    color: #999
}

.modal-bg .capture-form.about-us .facial-form input:-moz-placeholder, .modal-bg .capture-form.call-request .facial-form input:-moz-placeholder, .modal-bg .capture-form.quest .facial-form input:-moz-placeholder, .modal-bg .capture-form.review-modal .facial-form input:-moz-placeholder, .modal-bg .capture-form.script-modal .facial-form input:-moz-placeholder, .modal-bg .capture-form.shooting-range .facial-form input:-moz-placeholder, .modal-bg .capture-form.talk-about .facial-form input:-moz-placeholder, .modal-bg .capture-form.tasks .facial-form input:-moz-placeholder {
    color: #999
}

.modal-bg .capture-form.about-us .facial-form input::-moz-placeholder, .modal-bg .capture-form.call-request .facial-form input::-moz-placeholder, .modal-bg .capture-form.quest .facial-form input::-moz-placeholder, .modal-bg .capture-form.review-modal .facial-form input::-moz-placeholder, .modal-bg .capture-form.script-modal .facial-form input::-moz-placeholder, .modal-bg .capture-form.shooting-range .facial-form input::-moz-placeholder, .modal-bg .capture-form.talk-about .facial-form input::-moz-placeholder, .modal-bg .capture-form.tasks .facial-form input::-moz-placeholder {
    color: #999
}

.modal-bg .capture-form.about-us .facial-form input:-ms-input-placeholder, .modal-bg .capture-form.call-request .facial-form input:-ms-input-placeholder, .modal-bg .capture-form.quest .facial-form input:-ms-input-placeholder, .modal-bg .capture-form.review-modal .facial-form input:-ms-input-placeholder, .modal-bg .capture-form.script-modal .facial-form input:-ms-input-placeholder, .modal-bg .capture-form.shooting-range .facial-form input:-ms-input-placeholder, .modal-bg .capture-form.talk-about .facial-form input:-ms-input-placeholder, .modal-bg .capture-form.tasks .facial-form input:-ms-input-placeholder {
    color: #999
}

.modal-bg .capture-form.about-us .facial-form input::-ms-input-placeholder, .modal-bg .capture-form.call-request .facial-form input::-ms-input-placeholder, .modal-bg .capture-form.quest .facial-form input::-ms-input-placeholder, .modal-bg .capture-form.review-modal .facial-form input::-ms-input-placeholder, .modal-bg .capture-form.script-modal .facial-form input::-ms-input-placeholder, .modal-bg .capture-form.shooting-range .facial-form input::-ms-input-placeholder, .modal-bg .capture-form.talk-about .facial-form input::-ms-input-placeholder, .modal-bg .capture-form.tasks .facial-form input::-ms-input-placeholder {
    color: #999
}

.modal-bg .capture-form.about-us .facial-form .khaki-btn, .modal-bg .capture-form.call-request .facial-form .khaki-btn, .modal-bg .capture-form.quest .facial-form .khaki-btn, .modal-bg .capture-form.review-modal .facial-form .khaki-btn, .modal-bg .capture-form.script-modal .facial-form .khaki-btn, .modal-bg .capture-form.shooting-range .facial-form .khaki-btn, .modal-bg .capture-form.talk-about .facial-form .khaki-btn, .modal-bg .capture-form.tasks .facial-form .khaki-btn {
    padding: 18px 55px
}

.modal-bg .capture-form.about-us .padding-right-none, .modal-bg .capture-form.call-request .padding-right-none, .modal-bg .capture-form.quest .padding-right-none, .modal-bg .capture-form.review-modal .padding-right-none, .modal-bg .capture-form.script-modal .padding-right-none, .modal-bg .capture-form.shooting-range .padding-right-none, .modal-bg .capture-form.talk-about .padding-right-none, .modal-bg .capture-form.tasks .padding-right-none {
    padding-right: 0
}

.modal-bg .capture-form.about-us input, .modal-bg .capture-form.call-request input, .modal-bg .capture-form.quest input, .modal-bg .capture-form.review-modal input, .modal-bg .capture-form.script-modal input, .modal-bg .capture-form.tasks input {
    color: #333
}

.modal-bg .capture-form.about-us .container, .modal-bg .capture-form.call-request .container, .modal-bg .capture-form.quest .container, .modal-bg .capture-form.review-modal .container, .modal-bg .capture-form.script-modal .container, .modal-bg .capture-form.tasks .container {
    position: relative
}

.modal-bg .capture-form.about-us .cover, .modal-bg .capture-form.call-request .cover, .modal-bg .capture-form.quest .cover, .modal-bg .capture-form.review-modal .cover, .modal-bg .capture-form.script-modal .cover, .modal-bg .capture-form.tasks .cover {
    background-image: none;
    background-color: transparent
}

.modal-bg .capture-form.about-us .video-block, .modal-bg .capture-form.call-request .video-block, .modal-bg .capture-form.quest .video-block, .modal-bg .capture-form.review-modal .video-block, .modal-bg .capture-form.script-modal .video-block, .modal-bg .capture-form.tasks .video-block {
    margin-bottom: 30px
}

.modal-bg .capture-form.about-us .poster, .modal-bg .capture-form.call-request .poster, .modal-bg .capture-form.quest .poster, .modal-bg .capture-form.review-modal .poster, .modal-bg .capture-form.script-modal .poster, .modal-bg .capture-form.tasks .poster {
    width: 100%
}

.modal-bg .capture-form.about-us .slide-description, .modal-bg .capture-form.call-request .slide-description, .modal-bg .capture-form.quest .slide-description, .modal-bg .capture-form.review-modal .slide-description, .modal-bg .capture-form.script-modal .slide-description, .modal-bg .capture-form.tasks .slide-description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 30px;
    background-color: rgba(0, 0, 0, .5);
    font-size: 1.4rem
}

.modal-bg .capture-form.about-us .sub-header-text, .modal-bg .capture-form.call-request .sub-header-text, .modal-bg .capture-form.quest .sub-header-text, .modal-bg .capture-form.review-modal .sub-header-text, .modal-bg .capture-form.script-modal .sub-header-text, .modal-bg .capture-form.tasks .sub-header-text {
    margin-bottom: 20px;
    padding: 0;
    font-size: 3.2rem
}

.modal-bg .capture-form.about-us .quest-content, .modal-bg .capture-form.call-request .quest-content, .modal-bg .capture-form.quest .quest-content, .modal-bg .capture-form.review-modal .quest-content, .modal-bg .capture-form.script-modal .quest-content, .modal-bg .capture-form.tasks .quest-content {
    background-color: #fff;
    padding-bottom: 25px
}

.modal-bg .capture-form.about-us .quest-content .main-text, .modal-bg .capture-form.call-request .quest-content .main-text, .modal-bg .capture-form.quest .quest-content .main-text, .modal-bg .capture-form.review-modal .quest-content .main-text, .modal-bg .capture-form.script-modal .quest-content .main-text, .modal-bg .capture-form.tasks .quest-content .main-text {
    margin: 0 auto;
    padding: 10px 25px;
    width: 90%;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #333
}

.modal-bg .capture-form.about-us .quest-content .main-text:before, .modal-bg .capture-form.call-request .quest-content .main-text:before, .modal-bg .capture-form.quest .quest-content .main-text:before, .modal-bg .capture-form.review-modal .quest-content .main-text:before, .modal-bg .capture-form.script-modal .quest-content .main-text:before, .modal-bg .capture-form.tasks .quest-content .main-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-top: 2px solid rgba(0, 0, 0, .1);
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.modal-bg .capture-form.about-us .quest-content .main-text:after, .modal-bg .capture-form.call-request .quest-content .main-text:after, .modal-bg .capture-form.quest .quest-content .main-text:after, .modal-bg .capture-form.review-modal .quest-content .main-text:after, .modal-bg .capture-form.script-modal .quest-content .main-text:after, .modal-bg .capture-form.tasks .quest-content .main-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    border-right: 2px solid rgba(0, 0, 0, .1);
    border-bottom: 2px solid rgba(0, 0, 0, .1)
}

.modal-bg .capture-form.about-us .tasks-content, .modal-bg .capture-form.call-request .tasks-content, .modal-bg .capture-form.quest .tasks-content, .modal-bg .capture-form.review-modal .tasks-content, .modal-bg .capture-form.script-modal .tasks-content, .modal-bg .capture-form.tasks .tasks-content {
    padding-top: 20px;
    background-color: #fff
}

.modal-bg .capture-form.about-us .tasks-content .main-text, .modal-bg .capture-form.call-request .tasks-content .main-text, .modal-bg .capture-form.quest .tasks-content .main-text, .modal-bg .capture-form.review-modal .tasks-content .main-text, .modal-bg .capture-form.script-modal .tasks-content .main-text, .modal-bg .capture-form.tasks .tasks-content .main-text {
    margin: 0 auto;
    padding: 10px 25px;
    width: 90%;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #333
}

.modal-bg .capture-form.about-us .tasks-content .main-text:before, .modal-bg .capture-form.call-request .tasks-content .main-text:before, .modal-bg .capture-form.quest .tasks-content .main-text:before, .modal-bg .capture-form.review-modal .tasks-content .main-text:before, .modal-bg .capture-form.script-modal .tasks-content .main-text:before, .modal-bg .capture-form.tasks .tasks-content .main-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-top: 2px solid rgba(0, 0, 0, .1);
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.modal-bg .capture-form.about-us .tasks-content .main-text:after, .modal-bg .capture-form.call-request .tasks-content .main-text:after, .modal-bg .capture-form.quest .tasks-content .main-text:after, .modal-bg .capture-form.review-modal .tasks-content .main-text:after, .modal-bg .capture-form.script-modal .tasks-content .main-text:after, .modal-bg .capture-form.tasks .tasks-content .main-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    border-right: 2px solid rgba(0, 0, 0, .1);
    border-bottom: 2px solid rgba(0, 0, 0, .1)
}

.modal-bg .capture-form.about-us .script-modal-content, .modal-bg .capture-form.call-request .script-modal-content, .modal-bg .capture-form.quest .script-modal-content, .modal-bg .capture-form.review-modal .script-modal-content, .modal-bg .capture-form.script-modal .script-modal-content, .modal-bg .capture-form.tasks .script-modal-content {
    background-color: #fff
}

.modal-bg .capture-form.about-us .script-modal-content .main-text, .modal-bg .capture-form.call-request .script-modal-content .main-text, .modal-bg .capture-form.quest .script-modal-content .main-text, .modal-bg .capture-form.review-modal .script-modal-content .main-text, .modal-bg .capture-form.script-modal .script-modal-content .main-text, .modal-bg .capture-form.tasks .script-modal-content .main-text {
    margin: 0 auto;
    padding: 10px 25px;
    width: 90%;
    line-height: 1.4;
    letter-spacing: .6px;
    color: #333
}

.modal-bg .capture-form.about-us .script-modal-content .main-text:before, .modal-bg .capture-form.call-request .script-modal-content .main-text:before, .modal-bg .capture-form.quest .script-modal-content .main-text:before, .modal-bg .capture-form.review-modal .script-modal-content .main-text:before, .modal-bg .capture-form.script-modal .script-modal-content .main-text:before, .modal-bg .capture-form.tasks .script-modal-content .main-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-top: 2px solid rgba(0, 0, 0, .1);
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.modal-bg .capture-form.about-us .script-modal-content .main-text:after, .modal-bg .capture-form.call-request .script-modal-content .main-text:after, .modal-bg .capture-form.quest .script-modal-content .main-text:after, .modal-bg .capture-form.review-modal .script-modal-content .main-text:after, .modal-bg .capture-form.script-modal .script-modal-content .main-text:after, .modal-bg .capture-form.tasks .script-modal-content .main-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    border-right: 2px solid rgba(0, 0, 0, .1);
    border-bottom: 2px solid rgba(0, 0, 0, .1)
}

.modal-bg .capture-form.call-request {
    margin: 80px auto;
    width: 969px
}

.modal-bg .capture-form.call-request .container {
    width: 970px;
    background-image: url(chef.png);
    background-position: 15% top;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}

.modal-bg .capture-form.call-request .facial-form {
    padding-top: 20px
}

.modal-bg .capture-form.call-request .main-text.text-center {
    margin-bottom: 20px;
    padding-right: 30px
}

.modal-bg .capture-form.call-request .choose-time {
    padding-right: 25px
}

.modal-bg .capture-form.call-request .choose-time input[type=radio] {
    display: none
}

.modal-bg .capture-form.call-request .choose-time label[for=just-now], .modal-bg .capture-form.call-request .choose-time label[for=by-time] {
    padding: 10px 0;
    display: inline-block;
    width: 49%;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    color: #333
}

.modal-bg .capture-form.call-request .choose-time label.checked {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

.modal-bg .capture-form.call-request .choose-time input#convenient-time {
    width: 100%
}

.modal-bg .capture-form.call-request .choose-time #convenient-time {
    opacity: 1;
    transition: opacity .5s
}

.modal-bg .capture-form.call-request .choose-time #convenient-time.closed {
    opacity: 0;
    cursor: default;
    transition: opacity .5s
}

.modal-bg .capture-form.call-request .khaki-btn-container {
    width: 93%
}

.modal-bg .capture-form.call-request .khaki-btn-container .khaki-btn {
    width: 100%
}

.modal-bg .capture-form.shooting-range .slide {
    position: relative
}

.modal-bg .capture-form.shooting-range .slide-image {
    width: 100%
}

.modal-bg .capture-form.shooting-range .slide-description {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    font-size: 1.4rem;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    z-index: 10
}

.modal-bg .capture-form.shooting-range .slick-next:before, .modal-bg .capture-form.shooting-range .slick-prev:before {
    content: url(fill-black-slider-btn.jpg)
}

.modal-bg .capture-form.shooting-range .slick-next, .modal-bg .capture-form.shooting-range .slick-prev {
    top: 45%;
    height: 60px;
    z-index: 10
}

.modal-bg .capture-form.shooting-range .slick-prev {
    left: -15px
}

.modal-bg .capture-form.shooting-range .slick-next {
    top: 42%;
    right: -15px;
    transform: rotate(180deg)
}

.crm-column {
    color: #fff
}

.crm-column .cell {
    position: relative;
    border-bottom: 5px solid #fff
}

.crm-column .background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%
}

.crm-column .small-header {
    display: block
}

.crm-column .info-block {
    position: absolute;
    top: 0;
    padding: 5% 5% 5% 8%;
    padding-bottom: 0;
    display: block;
    width: 50%;
    line-height: 1.2
}

.crm-column .info-block.right {
    right: 0
}

.crm-column .info-block .main-text {
    letter-spacing: 1px
}

.algoritm-column .cell {
    padding: 50px 30px
}

.algoritm-column .left-column {
    display: inline-block;
    width: 46.5%
}

.algoritm-column .right-column {
    margin-top: -25px;
    padding-left: 40px;
    display: inline-block;
    width: 50%;
    vertical-align: top
}

.algoritm-column .bottom-row .left-column .indent, .algoritm-column .bottom-row .left-column .main-text {
    margin-top: 0
}

.algoritm-column .bottom-row .right-column {
    margin-top: 0;
    padding-left: 0
}

.algoritm-column .bottom-row .right-column .khaki-btn {
    padding: 20px 45px;
    width: 100%
}

.algoritm-column .funnel {
    position: relative;
    margin: 0 auto;
    width: 80%;
    text-align: center
}

.algoritm-column .funnel.top {
    width: 96.5%;
    border-top: 144px solid #e7e7e7;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent
}

.algoritm-column .funnel.middle {
    width: 80.5%;
    border-top: 125px solid #eee;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent
}

.algoritm-column .funnel.bottom {
    width: 65%;
    border-top: 165px solid #f6f6f6;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent
}

.algoritm-column .funnel-container {
    margin-bottom: 70px
}

.algoritm-column .funnel .main-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    z-index: 1
}

.algoritm-column .funnel .main-text .small-header {
    display: block
}

.tools-column {
    padding: 80px 30px
}

.tools-column .list {
    margin-bottom: 50px
}

.tools-column .list .item {
    font-size: 1.4rem;
    margin: 8px 0
}

.tools-column .list .item.audio {
    list-style-image: url(list-of-tools/audio.png)
}

.tools-column .list .item.photo {
    list-style-image: url(list-of-tools/photo.png)
}

.tools-column .list .item.text {
    list-style-image: url(list-of-tools/text.png)
}

.tools-column .list .item.video {
    list-style-image: url(list-of-tools/video.png)
}

.tools-column .main-text {
    display: inline-block;
    margin-bottom: 10px
}

.thanks {
    padding-top: 50px;
    color: #333
}

.thanks .back-to-homepage {
    position: relative;
    left: -50px
}

.thanks .logo-black {
    width: 220px
}

.thanks .phone-box .phone-number {
    color: #333
}

.thanks .stroke-btn {
    border-color: #333;
    color: #333
}

.thanks #title {
    font-size: 4rem
}

.thanks #choose-mail .main-big-text {
    margin-top: 50px;
    display: block
}

.thanks #choose-mail .email-brand {
    margin-top: 30px;
    padding: 10px;
    border: 2px solid #999;
    display: inline-block
}

.thanks #choose-mail .refinement {
    margin-top: 20px;
    display: block;
    font-size: 1.4rem;
    color: #999
}

.thanks .capture-form .sub-header-text.refinement {
    display: inline-block;
    margin-top: 30px
}

.marketing .container.marketing-slider-m .col-md-4.col-sm-6 {
    min-height: 440px
}

@media (max-width: 767px) {
    .events-info-block .big-header {
        letter-spacing: 0
    }

    .text-center-m {
        text-align: center
    }

    .big-header {
        line-height: 1.4;
        letter-spacing: 1px;
        font-size: 2.4rem
    }

    .sub-header-text {
        font-size: 1.8rem
    }

    .main-big-text, .main-text {
        font-size: 1.4rem
    }

    .khaki-btn-container {
        width: 100%
    }

    .khaki-btn {
        padding: 18px 20px;
        width: 100%;
        font-size: 1.2rem
    }

    .hidden-m {
        display: none !important
    }

    .dashed-underline-m {
        display: inline-block;
        border-bottom: 1px dashed #333
    }

    .dashed-underline-m.gray {
        border-color: #d9d9d9
    }

    .dashed-underline-m.white {
        border-color: #fff
    }

    .first-screen {
        padding-bottom: 60px;
        background-size: 150%
    }

    .first-screen .header-left .head-info {
        display: none
    }

    .first-screen .top-logo {
        width: 100%
    }

    .first-screen .phone-number {
        font-size: 1.3rem
    }

    .first-screen .head-info {
        margin: 0;
        font-size: 1.2rem;
        color: #a6a6a6
    }

    .first-screen .head-info .refinement {
        margin: 0;
        font-size: inherit;
        color: inherit
    }

    .first-screen .stroke-btn {
        display: none
    }

    .first-screen .content-box {
        margin-top: 70%;
        padding: 25px 20px 0;
        background-color: #fff;
        text-align: center;
        color: #333
    }

    .first-screen .top-sub-text {
        margin-top: 45px;
        margin-bottom: 25px;
        display: block;
        font-size: 1.4rem
    }

    .first-screen .khaki-btn-container {
        display: none
    }

    .take-business-plan {
        padding-bottom: 70px;
        background-position: center bottom;
        background-color: #000;
        overflow: hidden
    }

    .take-business-plan .big-header {
        font-size: 2rem
    }

    .facial-form.oblique-borders {
        padding: 0 15px 10px;
        border-color: rgba(26, 26, 26, .8);
        background-color: rgba(26, 26, 26, .8)
    }

    .facial-form.oblique-borders:before {
        width: 100%;
        border-color: rgba(26, 26, 26, .8);
        background-color: rgba(26, 26, 26, .8)
    }

    .facial-form.oblique-borders:after {
        top: -65px;
        right: -30px;
        width: 80px;
        height: 50px;
        background-color: #000;
        border-color: #000
    }

    .facial-form .khaki-btn {
        padding: 18px 20px;
        width: 100%;
        font-size: 1.2rem
    }

    .facial-form label {
        font-size: 1.2rem
    }

    .facial-form input {
        font-size: 1.4rem
    }

    .facial-form .form-sub-text {
        margin-top: 30px
    }

    .about {
        padding-bottom: 50px;
        background-image: url(./img/pictures/chef-with-effects-m.png);
        background-size: 45%;
        background-position: right 130px;
        background-color: #e7e7e7
    }

    .about .chef-image {
        height: 50px;
        background-image: url(./img/pictures/bricks-faded-m.png);
        background-repeat: no-repeat
    }

    .about .bricks {
        display: none
    }

    .about .about-header {
        margin-top: 0;
        font-size: 2rem
    }

    .about .half-width-m {
        display: inline-block;
        width: 55%
    }

    .about .chef-info {
        display: none
    }

    .about .chef-info-m {
        display: block;
        margin-left: auto;
        width: 50%;
        font-size: 1.2rem;
        text-align: right
    }

    .about .chef-info-m .name {
        display: block;
        font-weight: 700
    }

    .about .chef-info-m .position {
        color: #999
    }

    .about .cooperation {
        width: 100%;
        margin: 0
    }

    .about .cooperation > div {
        padding: 0
    }

    .about .cooperation input {
        margin-bottom: 15px;
        padding: 16px 0
    }

    .advantage {
        padding-top: 30px;
        padding-bottom: 20px;
        background-image: url(advantage-bg-m.jpg);
        background-position: right 290px;
        background-size: 40%
    }

    .advantage .half-width-m {
        padding-right: 45%
    }

    .advantage .big-header {
        width: 100%;
        margin-bottom: 0
    }

    .self-advertising {
        padding-top: 120px;
        padding-bottom: 20px;
        background-image: url(self-advertising-bg-m.jpg);
        background-position: center -50px;
        background-size: 250%;
        color: #ccc
    }

    .self-advertising .big-header {
        letter-spacing: .5px;
        font-size: 2rem
    }

    .about-with-sliders {
        background-color: #000
    }

    .about-with-sliders .slide .slide-poster {
        width: 100%
    }

    .about-with-sliders .slide .main-text {
        margin-top: 0;
        background-color: #fff
    }

    .about-with-sliders .slide .big-header {
        margin-bottom: 20px;
        display: inline-block;
        text-transform: none;
        font-weight: 700;
        font-size: 1.6rem
    }

    .about-with-sliders .slick-dots li {
        margin: 0
    }

    .about-with-sliders .slick-dots button:before {
        color: rgba(255, 255, 255, .5)
    }

    .about-with-sliders .slick-dots li.slick-active button:before {
        color: #fff
    }

    .block-with-script {
        display: none
    }

    .review-slider .video-block .poster {
        width: 100%
    }

    .review-slider .video-block .video-play-btn {
        width: 20%;
        top: 30%;
        left: 40%
    }

    .review-slider .slide-description {
        text-align: center
    }

    .review-slider .slick-dots li {
        width: 10px;
        height: 10px
    }

    .review-slider .slick-dots button {
        width: 3px;
        height: 3px;
        padding: 3px
    }

    .raise-bill .big-header {
        margin: 0 auto;
        width: 80%
    }

    .raise-bill .main-big-text.wide {
        width: 100%
    }

    .statistic {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .statistic .big-header {
        letter-spacing: 0;
        font-size: 2rem
    }

    .statistic .sub-header-text {
        color: #ccc !important
    }

    .statistic .main-big-text {
        font-size: 1.6rem
    }

    .statistic .main-text {
        font-size: 1.6rem;
        color: #ccc
    }

    .statistic .data-cols {
        background-color: rgba(40, 44, 57, .9)
    }

    .statistic .data-cols .cell {
        padding: 10px 5px;
        height: 95px
    }

    .statistic .data-cols .cell:nth-child(2n-1) {
        border-right: 1px solid rgba(255, 255, 255, .1)
    }

    .statistic .data-cols .cell:nth-child(1n+3) {
        border-top: 1px solid rgba(255, 255, 255, .1);
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .statistic .data-cols .sub-header-text {
        font-size: 1.4rem
    }

    .statistic .data-cols .main-text {
        font-size: 1.2rem
    }

    .statistic .schedule {
        margin-bottom: 0
    }

    .statistic .schedule-link {
        position: absolute;
        top: 0;
        left: 0;
        padding: 15% 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(40, 44, 57, .9);
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: 700;
        color: #fff
    }

    .statistic .main-big-text {
        margin-top: 60px
    }

    .statistic .khaki-btn-container {
        width: 80%
    }

    .statistic .khaki-btn-container .khaki-btn {
        padding: 20px;
        font-size: 1rem
    }

    .events-info-block .big-header {
        margin: 10px auto;
        width: 75%;
        font-size: 2rem
    }

    .events-info-block .main-big-text {
        display: inline-block;
        width: 80%
    }

    .events .cover {
        height: auto
    }

    .events .info-card {
        top: inherit;
        bottom: -20%;
        left: 10%;
        padding: 10px 25px;
        width: 80%;
        text-align: center
    }

    .events .info-card .small-header {
        font-size: 1.4rem
    }

    .events .info-card .main-text {
        font-size: 1.2rem
    }

    .events .sub-header-text {
        padding: 20%;
        line-height: inherit
    }

    .events .slick-dots li {
        margin: 0 2px;
        width: 10px;
        height: 10px
    }

    .events .slick-list {
        padding-bottom: 50px
    }

    .sales-info .big-header {
        width: 60%;
        font-size: 2rem
    }

    .sales-info .ops-background-m {
        background-image: url(./img/pictures/special-forces.png);
        background-size: 50%;
        background-position: right 0;
        background-repeat: no-repeat
    }

    .sales-info .half-width-m {
        display: block;
        width: 50%
    }

    .sales-info .main-big-text b {
        font-weight: 400
    }

    .crm-block {
        margin-top: 50px;
        padding: 0;
        background-image: none
    }

    .crm-block .container {
        margin: 0;
        padding: 0
    }

    .crm-block .crm-text-content {
        margin: 0
    }

    .crm-block .crm-background {
        position: relative;
        margin: 0;
        padding: 15px;
        display: inline-block;
        width: 100%;
        height: 100vw;
        background-image: url(./img/pictures/crm-copter-m.jpg);
        background-size: cover;
        background-position: center center;
        text-align: center
    }

    .crm-block .crm-background .middle {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        transform: translateY(-50%)
    }

    .crm-block .crm-background .crm-header {
        margin: 0 auto;
        display: inline-block;
        line-height: inherit;
        font-size: 6.4rem
    }

    .crm-block .crm-background .main-text {
        margin-top: 0;
        letter-spacing: -.2px;
        font-size: 1.8rem;
        color: #ccc
    }

    .crm-block .content-block {
        padding: 10px 30px;
        color: #333
    }

    .crm-block .content-block .main-text {
        margin-bottom: 10px
    }

    .crm-block .content-block .stroke-btn {
        margin-bottom: 20px;
        font-size: 1.2rem
    }

    .special-offer {
        padding-bottom: 250px;
        background-image: url(./img/pictures/special-offer-bg-m.jpg);
        background-position: center bottom;
        background-size: contain;
        background-color: #000;
        color: #ccc
    }

    .special-offer .big-header {
        font-size: 2rem
    }

    .special-offer .info-table {
        bottom: -20%;
        margin-right: 15px;
        padding: 10px;
        width: auto;
        text-align: center;
        color: #fff
    }

    .special-offer .info-table:after, .special-offer .info-table:before {
        content: none
    }

    .marketing {
        background-size: cover
    }

    .marketing .good-cover {
        margin: 20px 0 0;
        padding: 25px 20px;
        width: 100%;
        min-height: 390px;
        line-height: normal;
        background-color: #fff
    }

    .marketing .good-cover img {
        margin: 0 auto 20px;
        width: auto;
        max-width: 100%;
        max-height: 170px
    }

    .marketing .good-cover .main-big-text {
        font-size: 1.6rem
    }

    .marketing-slider-m .slick-dots li {
        margin: 0;
        width: 15px;
        height: 15px
    }

    .bonus-block {
        padding: 25px 15px 230px;
        background-image: url(bonus-bg-m.jpg);
        background-size: contain;
        background-position: center bottom;
        background-color: #85704b
    }

    .bonus-block .decor {
        display: none
    }

    .bonus-block .sub-header-text {
        font-size: 2rem
    }

    .bonus-block .stroke-btn {
        padding: 10px 20px;
        font-size: 1.2rem
    }

    .shulyae-support {
        padding-top: 30px
    }

    .shulyae-support .big-header {
        text-align: center
    }

    .shulyae-support .sub-header-text {
        display: inline-block;
        text-align: center
    }

    .shulyae-support .world-wide-map {
        position: relative;
        right: 0;
        left: 0;
        margin-right: -15px;
        margin-left: -15px
    }

    .shulyae-support .world-wide-map img {
        width: 100%
    }

    .shulyae-support .world-wide-map .info {
        bottom: 5%;
        left: 0;
        right: 0;
        text-align: center
    }

    .black-background {
        background-color: transparent
    }

    .black-background .wide-slider .wide-slide img {
        width: 100%
    }

    .black-background .wide-slider .wide-slide .description {
        position: relative;
        text-align: center;
        background-color: transparent;
        line-height: 40px;
        font-size: 1.2rem;
        color: #333
    }

    .black-background .wide-slider button.slick-arrow {
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: 60px
    }

    .black-background .wide-slider button.slick-arrow.slick-prev {
        transform: translate(0)
    }

    .black-background .wide-slider button.slick-arrow.slick-next {
        transform: translate(0);
        transform: rotate(180deg)
    }

    .news-review .big-header {
        margin: 0 auto 15px;
        width: 90%;
        font-size: 2rem
    }

    .capture-form .cover {
        padding-top: 50px;
        padding-bottom: 1px;
        background-image: url(./img/pictures/capture-form-cover-m.png);
        background-position: center -100px;
        background-size: 180vw;
        background-repeat: no-repeat;
        background-color: #333
    }

    .capture-form .cover .main-big-text {
        margin: 0;
        padding: 2px 10px;
        display: inline;
        background-color: #000;
        line-height: 28px
    }

    .capture-form .cover .big-header {
        padding-left: 0
    }

    .capture-form .cover .sub-header-text {
        width: 100%;
        padding-left: 0
    }

    .capture-form .cover .facial-form {
        margin-top: 40px;
        padding-left: 0
    }

    .capture-form .cover .facial-form fieldset {
        margin: 0;
        padding: 0 0 10px
    }

    .capture-form .cover .facial-form input {
        width: 100%;
        background-color: #fff;
        color: #999
    }

    .capture-form .cover .facial-form input::-webkit-input-placeholder {
        color: #999
    }

    .capture-form .cover .facial-form input:-moz-placeholder {
        color: #999
    }

    .capture-form .cover .facial-form input::-moz-placeholder {
        color: #999
    }

    .capture-form .cover .facial-form input:-ms-input-placeholder {
        color: #999
    }

    .capture-form .cover .facial-form input::-ms-input-placeholder {
        color: #999
    }

    .our-base .about-us {
        margin-bottom: 30px;
        background-image: url(./img/pictures/chef-m.png);
        background-size: 40%;
        background-position: right bottom;
        background-repeat: no-repeat
    }

    .our-base .about-us:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 20px;
        background-image: url(./img/pictures/bricks-faded.png);
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        content: ""
    }

    .our-base .about-us .stroke-btn {
        padding: 10px;
        font-size: 1.2rem
    }

    .our-base .big-header {
        margin-top: 20px;
        line-height: 1.6;
        font-size: 2rem
    }

    .our-base .half-width-m {
        display: block;
        width: 55%
    }

    .we-on-the-map .map-info-card {
        right: 0;
        left: 0;
        margin: 0 30px
    }

    .footer {
        padding-bottom: 0
    }

    .footer .social {
        padding-right: 30px;
        padding-left: 30px
    }

    .footer .social .main-big-text {
        margin: 0 auto;
        width: 70%;
        display: inline-block;
        font-size: 1.6rem
    }

    .footer .social .social-links {
        padding: 0
    }

    .footer .social .social-links li {
        margin: 10px 0 15px;
        width: 49%;
        text-align: left
    }

    .footer .bottom .cell {
        text-align: center
    }

    .footer .bottom .cell-privacy {
        margin-top: 0
    }

    .footer .bottom .description {
        margin: 0
    }

    .footer .author {
        text-align: left
    }

    .modal-bg .algoritm-column, .modal-bg .crm-column, .modal-bg .tools-column {
        width: 100%
    }

    .modal-bg .crm-column .small-header {
        font-size: 1.2rem
    }

    .modal-bg .crm-column .main-text {
        font-size: 1rem
    }

    .modal-bg .crm-column .info-block {
        width: 100%
    }

    .modal-bg .crm-column .indent {
        margin: 10px 0
    }

    .modal-bg .algoritm-column .cell {
        padding-top: 80px
    }

    .modal-bg .algoritm-column .cell .bottom-row, .modal-bg .algoritm-column .cell .left-column, .modal-bg .algoritm-column .cell .right-column {
        width: 100%
    }

    .modal-bg .algoritm-column .cell .bottom-row .main-text, .modal-bg .algoritm-column .cell .left-column .main-text, .modal-bg .algoritm-column .cell .right-column .main-text {
        font-size: 12px
    }

    .modal-bg .algoritm-column .cell .bottom-row .small-header, .modal-bg .algoritm-column .cell .left-column .small-header, .modal-bg .algoritm-column .cell .right-column .small-header {
        font-size: 16px
    }

    .modal-bg .algoritm-column .cell .right-column {
        padding-left: 0
    }

    .modal-bg .algoritm-column .cell .funnel.middle {
        width: 77%
    }

    .modal-bg .algoritm-column .cell .funnel.bottom {
        width: 58%
    }

    .modal-bg .algoritm-column .cell .khaki-btn {
        padding: 15px 25px
    }

    .modal-bg .tools-column {
        padding-left: 0;
        padding-right: 0
    }

    .modal-bg .capture-form {
        margin-top: 50px;
        margin-bottom: 50px;
        width: 95%
    }

    .modal-bg .capture-form.talk-about .cover {
        padding-top: 50px
    }

    .modal-bg .capture-form.talk-about .cover > .col-sm-4 {
        padding: 0
    }

    .modal-bg .capture-form.talk-about .big-header {
        display: inline;
        background-color: #000;
        line-height: 1.6;
        font-size: 2rem
    }

    .modal-bg .capture-form.talk-about .sub-header-text {
        display: inline;
        background-color: #000;
        font-size: 1.4rem
    }

    .modal-bg .capture-form.talk-about .sub-header-text:before {
        content: "";
        display: block;
        width: 100%;
        height: 10px
    }

    .modal-bg .capture-form.talk-about .facial-form {
        padding: 30px 15px
    }

    .modal-bg .capture-form.talk-about .facial-form .khaki-btn {
        padding: 15px 40px
    }

    .modal-bg .capture-form.shulya-presentation {
        position: static
    }

    .modal-bg .capture-form.shooting-range {
        top: 30%;
        margin-top: 0
    }

    .modal-bg .capture-form.review-modal .container {
        padding: 0
    }

    .modal-bg .capture-form.review-modal .row {
        margin: 0
    }

    .modal-bg .capture-form.review-modal .cover {
        background-color: #fff
    }

    .modal-bg .capture-form.review-modal .col-sm-4, .modal-bg .capture-form.review-modal .col-sm-8 {
        padding: 0
    }

    .modal-bg .capture-form.review-modal .review-mobile-slider .slide-description {
        position: relative;
        padding: 10px 0;
        display: block;
        background-color: transparent;
        text-align: center;
        color: #000
    }

    .modal-bg .capture-form.review-modal .review-mobile-slider .video-block {
        margin-bottom: 0
    }

    .modal-bg .capture-form.review-modal .review-mobile-slider .video-play-btn {
        top: 25%;
        left: 40%
    }

    .modal-bg .capture-form.review-modal .review-mobile-slider .slick-dots li {
        margin: 0
    }

    .modal-bg .capture-form.review-modal .facial-form {
        padding: 30px 15px
    }

    .modal-bg .capture-form.review-modal .facial-form .main-big-text {
        background-color: transparent;
        font-size: 16px
    }

    .modal-bg .capture-form.review-modal .facial-form .khaki-btn {
        padding: 15px 40px
    }

    .modal-bg .capture-form.quest .container {
        padding: 0
    }

    .modal-bg .capture-form.quest .row {
        margin: 0
    }

    .modal-bg .capture-form.quest .cover {
        padding-top: 20px;
        background-color: #fff
    }

    .modal-bg .capture-form.quest .sub-header-text {
        text-align: center;
        font-size: 20px;
        color: #000
    }

    .modal-bg .capture-form.quest .video-block {
        margin-left: -15px;
        margin-right: -15px
    }

    .modal-bg .capture-form.quest .video-play-btn {
        top: 30%;
        left: 40%
    }

    .modal-bg .capture-form.quest .quest-content {
        padding-bottom: 0
    }

    .modal-bg .capture-form.quest .quest-content .main-text {
        margin: 0;
        padding: 0
    }

    .modal-bg .capture-form.quest .quest-content .main-text:after, .modal-bg .capture-form.quest .quest-content .main-text:before {
        display: none
    }

    .modal-bg .capture-form.quest .col-sm-4 {
        padding: 0
    }

    .modal-bg .capture-form.quest .facial-form {
        padding: 30px 15px
    }

    .modal-bg .capture-form.quest .facial-form .main-big-text {
        background-color: transparent;
        font-size: 16px
    }

    .modal-bg .capture-form.quest .facial-form .khaki-btn {
        padding: 15px 40px
    }

    .modal-bg .capture-form.about-us .cover .content-img {
        width: 100%
    }

    .modal-bg .capture-form.about-us .cover > div {
        padding: 0
    }

    .modal-bg .capture-form.about-us .cover .facial-form {
        margin-top: 0;
        padding: 30px 15px
    }

    .modal-bg .capture-form.about-us .cover .facial-form .main-big-text {
        background-color: transparent;
        font-size: 16px
    }

    .modal-bg .capture-form.about-us .cover .facial-form .khaki-btn {
        padding: 15px 40px
    }

    .modal-bg .capture-form.call-request {
        width: 95%
    }

    .modal-bg .capture-form.call-request .container {
        padding: 0;
        width: 100%;
        background-position: center top;
        background-size: 200px
    }

    .modal-bg .capture-form.call-request .row {
        margin: 0
    }

    .modal-bg .capture-form.call-request .cover {
        margin-top: 200px
    }

    .modal-bg .capture-form.call-request .cover > div {
        padding: 0
    }

    .modal-bg .capture-form.call-request .cover .facial-form {
        padding: 30px 15px
    }

    .modal-bg .capture-form.call-request .cover .facial-form .main-big-text {
        margin-bottom: 10px;
        background-color: transparent;
        font-size: 16px
    }

    .modal-bg .capture-form.tasks .container {
        padding: 0
    }

    .modal-bg .capture-form.tasks .row {
        margin: 0
    }

    .modal-bg .capture-form.tasks .cover > div {
        padding: 0
    }

    .modal-bg .capture-form.tasks .tasks-content {
        overflow-x: hidden
    }

    .modal-bg .capture-form.tasks .tasks-content .main-text {
        padding: 10px 0
    }

    .modal-bg .capture-form.tasks .tasks-content .main-text:after, .modal-bg .capture-form.tasks .tasks-content .main-text:before {
        display: none
    }

    .modal-bg .capture-form.tasks .tasks-content .sub-header-text {
        text-align: center;
        font-size: 20px
    }

    .modal-bg .capture-form.tasks .tasks-content .content-img {
        width: 100%
    }

    .modal-bg .capture-form.tasks .facial-form {
        margin-top: 0;
        padding: 30px 15px
    }

    .modal-bg .capture-form.tasks .facial-form .main-big-text {
        background-color: transparent;
        font-size: 16px
    }

    .modal-bg .capture-form.tasks .facial-form .khaki-btn {
        padding: 15px 40px
    }

    .modal-bg .capture-form.script-modal .container {
        padding: 0
    }

    .modal-bg .capture-form.script-modal .row {
        margin: 0
    }

    .modal-bg .capture-form.script-modal .cover {
        background-color: #fff
    }

    .modal-bg .capture-form.script-modal .cover > div {
        padding: 0
    }

    .modal-bg .capture-form.script-modal .cover .sub-header-text {
        padding: 30px;
        text-align: center;
        font-size: 20px;
        color: #000
    }

    .modal-bg .capture-form.script-modal .cover .content-img {
        width: 100%
    }

    .modal-bg .capture-form.script-modal .cover .facial-form {
        margin-top: 0;
        padding: 30px 15px
    }

    .modal-bg .capture-form.script-modal .cover .facial-form .main-big-text {
        background-color: transparent;
        font-size: 16px
    }

    .modal-bg .capture-form.script-modal .cover .facial-form .khaki-btn {
        padding: 15px 40px
    }

    .modal-bg .capture-form .close-modal-btn {
        top: -30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 4rem
    }

    .advantage-with-reviews .review-slider .slick-next, .advantage-with-reviews .review-slider .slick-prev {
        display: none !important
    }

    .news-review .review-slider .video-play-btn {
        width: 60px
    }
}

@media (min-width: 768px) {
    .hidden-desktop {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 996px) {
    .first-screen .header-left .head-info {
        margin-left: 0
    }

    .facial-form.oblique-borders:before {
        width: 95%
    }

    .take-business-plan .facial-form.oblique-borders {
        margin-top: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
        border: 2px solid rgba(255, 255, 255, .2);
        background-color: rgba(0, 0, 0, .4)
    }

    .take-business-plan .facial-form.oblique-borders:after, .take-business-plan .facial-form.oblique-borders:before {
        content: none
    }

    .about .chef-info {
        bottom: 45%;
        left: 2%
    }

    .about .only-phone-form {
        text-align: center
    }

    .advantage {
        background-position: center bottom;
        background-size: auto
    }

    .about-with-sliders .right-block {
        margin-left: 0
    }

    .capture-form .big-header {
        padding-left: 0
    }

    .capture-form .cover .sub-header-text {
        padding-left: 0;
        width: 100%
    }

    .capture-form .cover .facial-form {
        margin-top: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 28px;
        background-color: rgba(0, 0, 0, .4)
    }

    .block-with-script .video-block.script {
        margin: 40px 0;
        width: 50%;
        display: inline-block
    }

    .block-with-script .video-block.script .video-play-btn {
        top: 50%;
        left: 25%;
        transform: translateY(-50%)
    }

    .advantage-with-reviews .video-script-info {
        display: inline-block;
        width: 49%;
        height: 310px;
        margin: 40px 0;
        vertical-align: middle
    }

    .video-block .video-play-btn {
        top: 30%;
        left: 40%
    }

    .review-slider .slick-prev {
        top: 30%
    }

    .events-info-block .row.events div {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .crm-copter {
        display: none
    }

    .special-offer .book {
        right: 0
    }

    .special-offer .facial-form.oblique-borders {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 30px;
        border-top: 2px solid rgba(255, 255, 255, .2);
        background-color: rgba(0, 0, 0, .4)
    }

    .special-offer .facial-form.oblique-borders:after, .special-offer .facial-form.oblique-borders:before {
        content: none
    }

    .sales-info .align-bottom {
        position: relative
    }

    .about-with-sliders .main-text .indent, .about-with-sliders .main-text .small-header, .raise-bill .main-big-text.wide {
        width: 100%
    }

    .bonus-block .main-big-text {
        padding: 20px;
        border: 2px solid rgba(255, 255, 255, .2);
        background-color: rgba(0, 0, 0, .4)
    }

    .shulyae-support .world-wide-map {
        display: none
    }

    .our-base {
        padding-bottom: 40px
    }

    .our-base .col-md-6.hidden-m {
        text-align: center
    }

    .our-base .col-md-6.hidden-m .bricks {
        position: static
    }

    .our-base .col-md-6.hidden-m .chef {
        display: inline;
        width: auto;
        margin-left: 0
    }

    .our-base .col-md-6.hidden-m .city-label {
        width: 100%;
        left: 0
    }

    .footer .description {
        margin-left: 0
    }

    .footer {
        padding-bottom: 30px
    }

    .modal-bg .capture-form, .modal-bg .capture-form.call-request {
        width: 100%
    }

    .modal-bg .capture-form.call-request .container {
        width: 100%;
        background-image: none;
        background-color: transparent
    }

    .capture-form.tasks .tasks-content img {
        width: 100%
    }

    .modal-bg .capture-form.about-us .padding-right-none, .modal-bg .capture-form.call-request .padding-right-none, .modal-bg .capture-form.quest .padding-right-none, .modal-bg .capture-form.review-modal .padding-right-none, .modal-bg .capture-form.script-modal .padding-right-none, .modal-bg .capture-form.shooting-range .padding-right-none, .modal-bg .capture-form.talk-about .padding-right-none, .modal-bg .capture-form.tasks .padding-right-none {
        padding-right: 15px
    }

    .capture-form.script-modal img {
        width: 100%
    }
}

@media (min-width: 997px) and (max-width: 1199px) {
    .sales-info .align-bottom {
        right: 0;
        width: 25%
    }

    .crm-copter, .shulyae-support .world-wide-map {
        display: none
    }

    .our-base .city-label {
        font-size: 12.537rem
    }

    .footer, .our-base {
        padding-bottom: 50px
    }

    .modal-bg .capture-form {
        width: 100%
    }

    .capture-form .cover .facial-form {
        padding-left: 20px;
        padding-right: 20px
    }

    .capture-form .cover .sub-header-text, .capture-form.about-us img, .capture-form.script-modal img, .capture-form.tasks img {
        width: 100%
    }

    .bonus-block .sub-header-text {
        font-size: 3.5rem
    }

    .bonus-block .big-header {
        font-size: 4.8rem
    }

    .chef-info {
        bottom: 26%;
        left: 9.5%
    }
}

#policy .cover > div {
    padding: 0
}

#policy .tasks-content {
    padding-top: 20px;
    padding-bottom: 20px
}

.error {
    color: red;
    font-size: 14px
}

.error.hidden {
    display: inline !important;
    opacity: 0;
    transition: all .5s
}

iframe.youtube-frame-video {
    height: 400px;
    margin-bottom: 20px
}

.events-info-block .events .cover {
    cursor: pointer
}

.khaki-btn-container:hover {
    background-color: #45a02b;
    box-shadow: 0 5px #45a02b;
    transition: all .1s
}

.khaki-btn-container:active {
    background-color: #7f8657;
    box-shadow: none;
    transition: all .1s
}

.khaki-btn-container:active .khaki-btn {
    box-shadow: none
}

.stroke-btn.khaki:hover {
    background-color: #f2f4e8;
    transition: all .1s
}

.stroke-btn.khaki:active {
    background-color: #78804d;
    color: #fff;
    transition: all .1s
}

.header-right .stroke-btn:hover, .stroke-btn.white:hover {
    background-color: rgba(255, 255, 255, .3);
    transition: all .1s
}

.header-right .stroke-btn:active, .stroke-btn.white:active {
    background-color: #fff;
    color: #000;
    transition: all .1s
}

.stroke-btn.gray:hover {
    background-color: #e5e5e5;
    transition: all .1s
}

.stroke-btn.gray:active {
    background-color: #999;
    color: #fff;
    transition: all .1s
}

.we-on-the-map .map-info-card .email-link:hover, .we-on-the-map .map-info-card .phone-link:hover {
    color: #78804d;
    border-color: #78804d
}

.footer .author a:hover, .footer .privacy a:hover {
    color: #78804d
}

.slick-next:hover:before, .slick-prev:hover:before {
    content: url(/img/icons/fill-khaki-slider-btn.jpg) !important
}

.events-info-block .events .cover:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    content: "";
    opacity: 0;
    transition: all .3s
}

.events-info-block .events .cover:hover:before {
    opacity: 1;
    transition: all .3s
}

.facial-form input:focus {
    background-color: #f2f2f2;
    color: #000
}
.shulya img {
    position: absolute;
    margin: -10px 0px 0px -60px;
    width: 50%;
}
.shulya {
    position: absolute;
    font-size: 18px;
    text-align: right;
    margin-top: 40px;
    margin-left: 70px;
}
p.chrono_credits {
    display: none;
}
input#button3 {
    background-color: #50a438;
    color: #fff;
}
input#button3:hover {
    background-color: #45a02b;
}


@media (max-width: 1290px) {
    h1.big-header {
        display: none;
    }
    .first-screen {
        padding-top: 0px
    }
    .first-screen .content-box {
        margin-top: 30px;
    }
    .first-screen .top-sub-text {
        margin-top: 20px;
        margin-bottom: 25px;
    }
}
@media (max-width: 1030px) {
    .head-info .refinement {
        font-size: 1.4rem;
    }
    .first-screen .top-sub-text {
        margin-top: 35px;
    }
    .first-screen .content-box {
        margin-top: 45px;
    }
}


@media (max-width: 600px) {
    .first-screen {
        background-image: url(first-screen2.jpg) !important;
        background-size: 250% !important;
        background-position-x: 67% !important;
        background-position-y: 35% !important;
        background-position: center bottom;
    }
    .first-screen .content-box {
        margin-top: 180px;
    }
    .header-right {
        text-align: right;
        margin: 10px 0px 0px -22px;
    }
    .first-screen .phone-number {
        font-size: 1.6rem;
    }
    .shulya {
        text-align: center;
        margin-top: 23px;
        margin-left: 0;
        margin-bottom: 100px !important;
    }
    .shulya img {
        display: none;
    }
    .first-screen .khaki-btn-container {
        display: block;
    }
    span.top-sub-text-m.hidden-desktop {
        display: none;
    }
    .first-screen .top-sub-text {
        margin-top: 25px;
    }
    .bottfo {
        font-size: 10px !important;
        bottom: -250px !important;
        position: absolute !important;
        max-width: 300px !important;
    }
    input {
        width: 95%;
    }
    .first-screen .stroke-btn {
        display: block;
        float: right;
        font-size: 12px;
    }
    .capture-form.call-request .row {
        margin-right: 0px;
    }
}