@charset "UTF-8";
/* псевдо элемент */
@font-face {
    font-family: "fontello";
  font-weight: normal;
  font-style: normal;
    src: url("../fonts/fontello/fontello.eot");
    src: url("../fonts/fontello/fontello.eot?#iefix") format("embedded-opentype"), 
	url("../fonts/fontello/fontello.woff") format("woff"), 
	url("../fonts/fontello/fontello.ttf") format("truetype");
}

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

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

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

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

/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #ff6600;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #ff6600;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

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

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    -webkit-border-radius: 0;
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

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

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

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

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

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

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

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

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

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

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

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

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

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

.owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

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

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

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

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

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

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

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

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

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

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

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

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

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

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

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

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

/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.25;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.icon {
    display: block;
}

* {
    outline: none !important;
}

.error-input {
    border-color: #ff0000 !important;
}

input,
textarea {
    border: 1px solid #aaa;
}

input.placeholder,
  textarea.placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #aaa;
}

input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #aaa;
}

input::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #aaa;
}

input:-moz-placeholder,
  textarea:-moz-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #aaa;
}

input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #aaa;
}

input.border-style-input.placeholder,
  textarea.border-style-input.placeholder {
    color: #0c1b32;
}

input.border-style-input::-webkit-input-placeholder,
  textarea.border-style-input::-webkit-input-placeholder {
    color: #0c1b32;
}

input.border-style-input::-moz-placeholder,
  textarea.border-style-input::-moz-placeholder {
    color: #0c1b32;
}

input.border-style-input:-moz-placeholder,
  textarea.border-style-input:-moz-placeholder {
    color: #0c1b32;
}

input.border-style-input:-ms-input-placeholder,
  textarea.border-style-input:-ms-input-placeholder {
    color: #0c1b32;
}

input:focus.placeholder,
textarea:focus.placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #aaa;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #aaa;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #aaa;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #aaa;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #aaa;
}

input:focus.border-style-input.placeholder,
textarea:focus.border-style-input.placeholder {
    color: #0c1b32;
}

input:focus.border-style-input::-webkit-input-placeholder,
textarea:focus.border-style-input::-webkit-input-placeholder {
    color: #0c1b32;
}

input:focus.border-style-input::-moz-placeholder,
textarea:focus.border-style-input::-moz-placeholder {
    color: #0c1b32;
}

input:focus.border-style-input:-moz-placeholder,
textarea:focus.border-style-input:-moz-placeholder {
    color: #0c1b32;
}

input:focus.border-style-input:-ms-input-placeholder,
textarea:focus.border-style-input:-ms-input-placeholder {
    color: #0c1b32;
}

/* modal animate */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

span.accent {
    color: #ff6600;
}

a:hover .icon-s-key-icon, li.active .icon-s-key-icon {
    background-image: url(/wp-content/themes/grosca/images/sprite.png);
    background-position: -242px 0px;
    width: 30px;
    height: 29px;
}

a:hover .icon-s-adress-icon, li.active .icon-s-adress-icon {
    background-image: url(/wp-content/themes/grosca/images/sprite.png);
    background-position: 0px -217px;
    width: 23px;
    height: 30px;
}

a:hover .icon-s-gift-icon, li.active .icon-s-gift-icon {
    background-image: url(/wp-content/themes/grosca/images/sprite.png);
    background-position: -154px -185px;
    width: 30px;
    height: 30px;
}

a:hover .icon-s-home-icon, li.active .icon-s-home-icon {
    background-image: url(/wp-content/themes/grosca/images/sprite.png);
    background-position: -242px -57px;
    width: 30px;
    height: 27px;
}

a:hover .icon-s-info-icon, li.active .icon-s-info-icon {
    background-image: url(/wp-content/themes/grosca/images/sprite.png);
    background-position: -174px -135px;
    width: 30px;
    height: 31px;
}

a:hover .icon-s-pay-icon, li.active .icon-s-pay-icon {
    background-image: url(/wp-content/themes/grosca/images/sprite.png);
    background-position: -64px -185px;
    width: 30px;
    height: 30px;
}

a:hover .icon-s-ans-icon-black, li.active .icon-s-ans-icon-black {
    background-image: url(/wp-content/themes/grosca/images/sprite.png);
    background-position: -242px -190px;
    width: 21px;
    height: 21px;
}

.icon-s-gray-arrow_right:hover {
    background-image: url(/wp-content/themes/grosca/images/sprite.png);
    background-position: -70px -168px;
    width: 38px;
    height: 12px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.icon-s-gray-arrow:hover {
    background-image: url(/wp-content/themes/grosca/images/sprite.png);
    background-position: -70px -168px;
    width: 38px;
    height: 12px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-s-gray-arrow_right {
    background-image: url(/wp-content/themes/grosca/images/sprite.png);
    background-position: -188px -114px;
    width: 38px;
    height: 12px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.container {
    position: relative;
}

.info-block {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: -1.8rem;
    top: 0;
    height: 100%;
}

.btn-style {
    -webkit-border-radius: 29px 30px 30px 29px/29px 29px 30px 30px;
    border-radius: 29px 30px 30px 29px/29px 29px 30px 30px;
    background-color: #ff6600;
    background-image: -webkit-linear-gradient(-135deg, #e68a00, #ff6600);
    background-image: -o-linear-gradient(-135deg, #e68a00, #ff6600);
    background-image: -webkit-linear-gradient(225deg, #e68a00, #ff6600);
    background-image: -o-linear-gradient(225deg, #e68a00, #ff6600);
    background-image: linear-gradient(-135deg, #e68a00, #ff6600);
    color: #fff;
    text-align: center;
    padding: 17px 0;
    display: block;
    width: 100%;
    letter-spacing: .3px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: none;
}

.btn-style:hover {
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: 0 2px 24px 3px rgba(251, 106, 0, 0.27);
    box-shadow: 0 2px 24px 3px rgba(251, 106, 0, 0.27);
}

.btn-border-style {
    color: #fff;
    text-align: center;
    padding: 16px 0;
    display: block;
    width: 100%;
    letter-spacing: .3px;
    border: 1px solid #fff;
    -webkit-border-radius: 29px 30px 30px 29px/29px 29px 30px 30px;
    border-radius: 29px 30px 30px 29px/29px 29px 30px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn-border-style:hover {
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 24px 3px rgba(255, 255, 255, 0.27);
    box-shadow: 0 2px 24px 3px rgba(255, 255, 255, 0.27);
}

.btn-border-style.accent-border {
    border-color: #ff6600;
    color: #0c1b32;
}

.title {
    font-family: MullerBold, sans-serif;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 7.1px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.subtitle {
    font-family: MullerBold, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 3.75px;
}

.jq-checkbox.check-input {
    display: inline-block;
    width: 38px;
    height: 38px;
    min-width: 38px;
    background-color: #f7f7f7;
    border: 1px solid transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.jq-checkbox.check-input .jq-checkbox__div {
    background-color: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.jq-checkbox.check-input.checked {
    border-color: #ff6600;
    background-color: #fff;
    padding: 4px;
}

.jq-checkbox.check-input.checked .jq-checkbox__div {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background-color: #ff6600;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input {
    width: 100%;
    max-width: 100%;
    background-color: #f7f7f7;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
    padding: 10px 0;
    padding-left: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #f7f7f7;
}

input.border-style-input {
    border: 1px solid transparent;
    border-bottom: 1px solid #afb4bb;
    background-color: transparent;
}

label {
    cursor: pointer;
}

.info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.info-block .phone-link {
    margin-top: 19vh;
}

.info-block a {
    color: #fff;
    margin: 0 auto 28px auto;
    display: block;
    font-size: 18px;
}

.info-block a:hover {
    text-decoration: none;
    color: #fff;
}

.info-block a.phone-link {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 14px;
    font-family: MullerRegular, sans-serif;
    line-height: 20px;
    letter-spacing: .5px;
    margin: 0 auto;
}

.info-block.black-color {
    color: #0c1b32;
}

.info-block.black-color a {
    color: #0c1b32;
}

.info-block.black-color a:hover {
    text-decoration: none;
    color: #0c1b32;
}

body {
    font-size: 14px;
    min-width: 320px;
    position: relative;
    line-height: 24px;
    font-family: "MullerRegular", sans-serif;
    overflow-x: hidden;
    color: #0c1b32;
}

.text-center {
    text-align: center;
}

.header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header__logo {
    padding-top: 2rem;
    -webkit-flex-basis: 129px;
    -ms-flex-preferred-size: 129px;
    flex-basis: 129px;
    width: 100%;
    max-width: 129px;
    margin-right: 41px;
}

.header__logo img.logo {
    width: 100%;
    max-width: 129px;
}

.header__menu .main-menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.header__menu .main-menu-item {
    border-left: 1px solid #ebebeb;
    min-width: 126px;
    margin: 0px;
}

.header__menu .main-menu-item:last-child {
    border-right: 1px solid #ebebeb;
}

.header__menu .main-menu-item.active a.main-menu-link {
    text-decoration: none;
    color: #ff6600;
    -webkit-box-shadow: 0px 0px 20px 0px #aaa;
    box-shadow: 0px 0px 20px 0px #aaa;
    position: relative;
    z-index: 1;
}

.header__menu .main-menu-item:hover {
    position: relative;
    z-index: 2;
}

.header__menu .main-menu-item:hover a.main-menu-link {
    position: relative;
    z-index: 2;
}

.header__menu .main-menu-item a.main-menu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-family: MullerBold, sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .5px;
    padding: 21px 5px 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header__menu .main-menu-item a.main-menu-link:hover {
    text-decoration: none;
    color: #ff6600;
    -webkit-box-shadow: 0px 0px 20px 0px #aaa;
    box-shadow: 0px 0px 20px 0px #aaa;
    position: relative;
    z-index: 2;
}

.header__menu .main-menu-item a.main-menu-link:hover p {
    color: #ff6600;
}

.header__menu .main-menu-item a.main-menu-link i.icon {
    display: block;
    margin: 0 auto;
}

.header__menu .main-menu-item a.main-menu-link .icon-block {
    min-height: 46px;
    display: block;
}

.header__menu .main-menu-item a.main-menu-link .menu-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__menu .main-menu-item a.main-menu-link .menu-title p {
    margin-bottom: 0;
    display: block;
    max-width: 100px;
    min-height: 32px;
}

.header__backcall {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-basis: 241px;
    -ms-flex-preferred-size: 241px;
    flex-basis: 241px;
}

.header__phone {
    -webkit-flex-basis: 193px;
    -ms-flex-preferred-size: 193px;
    flex-basis: 193px;
    width: 100%;
    max-width: 193px;
    margin-left: 20px;
    padding-top: 2.8rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 10px;
}

.header__phone a.phone-link {
    color: #000;
    font-family: MullerBold, sans-serif;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .3px;
    text-align: right;
}

.header__phone a.phone-link:hover {
    color: #000;
    text-decoration: none;
}

.header .header-menu {
    margin-top: 2.5rem;
    display: none;
}

.main {
    /* background-image: url(/wp-content/themes/grosca/images/main_bg.jpg); */
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
/* fix slider */
.main .slide-item {
    padding-top: 5rem;
    padding-bottom: 7.2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.main .owl-dots {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    bottom: 20px;
}
.main button.owl-dot span {
    border: 3px solid #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    margin: 0 5px;
}
.main button.owl-dot span {
    border: 3px solid #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    margin: 0 5px;
    transition: .5s;
}
.main button.owl-dot.active span {
    background-color: #fff;
}

.main .container {
    padding-left: 10.6rem;
    position: relative;
}

.main__title {
    font-family: MullerBold, sans-serif;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 7.2px;
    max-width: 98%;
}

.main__subtitle {
    font-family: MullerBold, sans-serif;
    font-size: 18px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    margin-bottom: -5px;
}

.main__content {
    margin-top: 2.9rem;
}

.main__content .main-descr {
    font-family: MullerLight, sans-serif;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .35px;
    max-width: 58%;
}

.main__content .btns-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 2.9rem;
}

.main__content .btns-block a.main-btn-price {
    max-width: 203px;
}

.main__content .btns-block a.main-btn-services {
    max-width: 222px;
    margin-left: 14px;
}

.service {
    background-image: url(/wp-content/themes/grosca/images/bg2.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 4.7rem;
    padding-bottom: 19.1rem;
}

.service .container {
    padding-left: 10.6rem;
    position: relative;
}

.service__content {
    margin-top: 2.7rem;
    max-width: 100%;
}

.service__content .about-page__content{
    max-width: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-top: 1rem;
}

.service__content__top {
    background-color: #f8f8f8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 1.8rem 2.6rem 1rem;
}

.service__content__bottom {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 54px 167px rgba(228, 228, 228, 0.43);
    box-shadow: 0 54px 167px rgba(228, 228, 228, 0.43);
    padding: 3.5rem 2.6rem 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-wrap: 100%;
    -ms-flex-wrap: 100%;
    flex-wrap: 100%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}

.service__content__bottom:after {
    content: '';
    height: 52%;
    width: 1px;
    background-color: #e6edec;
    position: absolute;
    left: 50%;
    top: 22%;
}

.service__content__bottom__block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.2rem;
}

.service__content__bottom__block:nth-of-type(2n) {
    padding-left: 1.5rem;
}

.service__content__bottom__block .icon-block {
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    width: 100%;
    max-width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 8px;
}

.service__content__bottom__block .title-block {
    -webkit-flex-basis: -webkit-calc(100% - 50px);
    -ms-flex-preferred-size: calc(100% - 50px);
    flex-basis: calc(100% - 50px);
    width: 100%;
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
    font-family: MullerBold, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .4px;
    padding-left: 8px;
}

.service__content__bottom__btn-block {
    margin-top: -5px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: -8rem;
}

.service__content__bottom__btn-block a.service-btn {
    text-align: center;
    width: 100%;
    display: block;
    max-width: 395px;
    padding: 19px 0 16px;
}

.tarifs {
    padding-top: 5.15rem;
    position: relative;
    padding-bottom: 5.5rem;
    z-index: 1;
}

.tarifs.cost-page {
    background-color: #fff;
    padding-top: 13rem;
}

.tarifs.cost-page .tarifs__title {
    text-align: center;
    -webkit-flex-basis: 94%;
    -ms-flex-preferred-size: 94%;
    flex-basis: 94%;
    max-width: 94%;
}

.tarifs.cost-page .container {
    padding-left: 6.4rem;
}

.tarifs.cost-page .tarifs__content {
    -webkit-flex-basis: 94%;
    -ms-flex-preferred-size: 94%;
    flex-basis: 94%;
    max-width: 94%;
}

.tarifs .smeta-img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.tarifs .container {
    padding-left: 10.6rem;
    position: relative;
    z-index: 2;
}

.tarifs .tarifs-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 3.1rem;
}

.tarifs .slide-item {
    -webkit-flex-wrap: 31.3%;
    -ms-flex-wrap: 31.3%;
    flex-wrap: 31.3%;
    width: 100%;
    max-width: 31.3%;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.tarifs .slide-item:last-child {
    margin-right: 0;
}

.tarifs .slide-item .slide-block {
    -webkit-box-shadow: 0 14px 43px rgba(194, 194, 194, 0.26);
    box-shadow: 0 14px 43px rgba(194, 194, 194, 0.26);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 1.5rem 1rem;
}

.tarifs .slide-item .slide-block .slide-title {
    text-transform: uppercase;
    font-family: MullerBold, sans-serif;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 3.8px;
}

.tarifs .slide-item .slide-block .slide-title p {
    margin-bottom: 0;
}

.tarifs .slide-item .slide-block .slide-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.tarifs .slide-item .slide-block .slide-content .slide-row:nth-of-type(1),
.tarifs .slide-item .slide-block .slide-content .slide-row:nth-of-type(2),
.tarifs .slide-item .slide-block .slide-content .slide-row:nth-of-type(3),
.tarifs .slide-item .slide-block .slide-content .slide-row:nth-of-type(4),
.tarifs .slide-item .slide-block .slide-content .slide-row:nth-of-type(5){
    display: flex;
}

.tarifs .slide-item .slide-block .slide-content-title {
    margin-top: 1.8rem;
}

.tarifs .slide-item .slide-block .left-col, .tarifs .slide-item .slide-block .right-col {
    text-transform: uppercase;
    font-family: MullerBold, sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .2px;
    -webkit-flex-wrap: 100%;
    -ms-flex-wrap: 100%;
    flex-wrap: 100%;
    width: 100%;
    max-width: 100%;
}

.tarifs .slide-item .slide-block .left-col {
    text-align: left;
}

.tarifs .slide-item .slide-block .right-col {
    text-align: right;
}

.tarifs .slide-item .slide-block .slide-content {
    margin-top: 1.8rem;
    min-height: 225px;
}

.tarifs .slide-item .slide-block .slide-content .left-col {
    text-align: left;
    font-family: MullerRegular, sans-serif;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .2px;
    text-transform: none;
}

.tarifs .slide-item .slide-block .slide-content .right-col {
    text-align: right;
    font-family: MullerRegular, sans-serif;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .2px;
    text-transform: none;
}

.tarifs .slide-item .slide-block .slide-result p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: MullerBold, sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .2px;
    color: #0c1b32;
}

.tarifs .slide-item .slide-block .slide-result span {
    display: inline-block;
    margin-left: 5px;
}

.tarifs .slide-item .slide-block .slide-btn {
    margin-top: 1.7rem;
    margin-bottom: 5px;
}

.tarifs .slide-item.slide1 .slide-block {
    background-color: #fff;
}

.tarifs .slide-item.slide2 .slide-block {
    background-color: #ffefe3;
}

.tarifs .slide-item.slide3 .slide-block {
    color: #fff;
    background-color: #0c1b32;
}

.tarifs .slide-item.slide3 .slide-result p {
    color: #fff;
}

.calculate {
    padding-top: 3.5rem;
    background-color: #f7f7f7;
    padding-bottom: 5.8rem;
    overflow: hidden;
}

.calculate.cost-page {
    padding-top: 2.9rem;
    margin-bottom: -14.5rem;
    padding-bottom: 8rem;
}

.calculate.cost-page.texts-page{margin-bottom:0}

.calculate.cost-page .container {
    padding-left: 4.5rem;
}

.calculate.cost-page .calculate__content {
    max-width: 94%;
    margin-top: 4rem;
    -webkit-box-shadow: 0 54px 167px rgba(228, 228, 228, 0.43);
    box-shadow: 0 54px 167px rgba(228, 228, 228, 0.43);
    position: relative;
    z-index: 2;
}

.calculate__info {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .4px;
    font-weight: bold;
    margin-top: .8rem;
    max-width: 64%;
}

.calculate .calc-item {
    position: absolute;
    right: -11.5rem;
    top: -2rem;
    z-index: 3;
}

.calculate .container {
    padding-left: 10.6rem;
    position: relative;
}

.calculate__content {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 2.2rem;
    padding: 2rem 2.5rem;
}

.calculate__content form {
    max-width: 93.2%;
}

.calculate__content form input.check-input {
    position: absolute;
    opacity: 0;
    left: -9999px;
}

.calculate__content .check-box-title {
    text-transform: uppercase;
    font-family: MullerBold, sans-serif;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: .3px;
}

.calculate__content__checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 1.6rem;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 1.4rem;
}

.calculate__content__checkbox .check-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    width: 100%;
    max-width: 33%;
    margin-bottom: 13px;
}

.calculate__content__checkbox .check-group label {
    margin-bottom: 0;
    margin-left: 32px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
    margin-top: 6px;
}

.calculate__content__form {
    margin-top: 1.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
}

.calculate__content__form .input-group {
    width: 100%;
    max-width: 39%;
    -webkit-flex-basis: 39%;
    -ms-flex-preferred-size: 39%;
    flex-basis: 39%;
}

.calculate__content__form .input-group label {
    font-family: MullerBold, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 12px;
    letter-spacing: .3px;
    margin-bottom: 7px;
}

.calculate__content__form .btn_group {
    margin-top: 2.8rem;
    margin-bottom: -3.2rem;
}

.calculate__content__form .btn_group .calc_btn {
    width: 100%;
    max-width: 260px;
    text-align: left;
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: .4px;
}

.calculate__content__form .btn_group .calc_btn:after {
    content: url("/wp-content/themes/grosca/images/white-arrow.png");
    width: 32px;
    height: 10px;
    display: inline-block;
    position: relative;
    top: -5px;
}

.calculate__content__form span {
    display: block;
    -webkit-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    text-align: center;
    width: 100%;
    max-width: 22%;
    padding-top: 42px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
}

.advantages {
    background-color: #fff;
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
}

.advantages .container {
    padding-left: 10.6rem;
    position: relative;
}

.advantages__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
}

.advantages__title {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    width: 100%;
    max-width: 60%;
}

.advantages .read-more {
    color: #e68a00;
    font-family: MullerBold, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 3px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: .65rem;
    border-bottom: 2px solid transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 10px;
}

.advantages .read-more:hover {
    text-decoration: none;
    border-bottom: 2px solid #ff6600;
}

.advantages .read-more:after {
    content: url("/wp-content/themes/grosca/images/yellow-arrow.png");
    width: 28px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 30px;
    right: 10px;
}

.advantages .read-more span {
    color: #ff6600;
    display: inline-block;
    margin-right: 5px;
}

.advantages__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 1.6rem;
}

.advantages__content__block {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 25px 10px;
    padding-bottom: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    min-height: 230px;
    width: 100%;
}

.advantages__content__block.block1 {
    -webkit-flex-basis: 176px;
    -ms-flex-preferred-size: 176px;
    flex-basis: 176px;
    max-width: 176px;
}

.advantages__content__block.block2 {
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    max-width: 200px;
}

.advantages__content__block.block3 {
    -webkit-flex-basis: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    max-width: 230px;
}

.advantages__content__block.block4 {
    -webkit-flex-basis: 210px;
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
    max-width: 210px;
}

.advantages__content__block.block5 {
    -webkit-flex-basis: 130px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    max-width: 130px;
}

.advantages__content__block:hover {
    -webkit-box-shadow: 0 33px 100px rgba(62, 62, 62, 0.07);
    box-shadow: 0 33px 100px rgba(62, 62, 62, 0.07);
    position: relative;
    z-index: 1;
}

.advantages__content__block .icon-block {
    min-height: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.advantages__content__block .icon-block i.icon {
    margin: 0 auto;
}

.advantages__content__block .descr-block {
    text-align: center;
    margin-top: 1.5rem;
}

.advantages__content__block .descr-block p.block-title {
    font-family: MullerBold, sans-serif;
    margin-bottom: 0;
    line-height: 24px;
    font-size: 14px;
}

.advantages__content__block .descr-block p.block-info {
    font-size: 12px;
    line-height: 18px;
    margin-top: -3px;
}

.answers {
    background-image: url(/wp-content/themes/grosca/images/bg3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 3.65rem;
}

.answers .container {
    padding-left: 10.6rem;
    position: relative;
}

.answers__title {
    color: #fff;
}

.answers__content {
    padding-right: 2.5rem;
    margin-top: 2.5rem;
}

.answers .answers-slider {
    position: relative;
}

.answers .slide-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3.5rem 2.7rem 4rem;
    margin-bottom: 9rem;
    position: relative;
}

.answers .slide-item .slide-logo {
    -webkit-flex-basis: 85px;
    -ms-flex-preferred-size: 85px;
    flex-basis: 85px;
    width: 100%;
    max-width: 85px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 85px;
    overflow: hidden;
    border: 1px solid #ececec;
}

.answers .slide-item .slide-logo img {
    width: 100%;
}

.answers .slide-item .slide-descr {
    -webkit-flex-basis: -webkit-calc(100% - 85px);
    -ms-flex-preferred-size: calc(100% - 85px);
    flex-basis: calc(100% - 85px);
    width: 100%;
    max-width: -webkit-calc(100% - 85px);
    max-width: calc(100% - 85px);
    padding-left: 1.6rem;
}

.answers .slide-item .slide-descr p.answer-title {
    text-transform: uppercase;
    font-family: MullerBold, sans-serif;
    letter-spacing: .4px;
    padding-left: 1px;
    margin-top: 3px;
}

.answers .slide-item .slide-descr .slide-info {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .3px;
    margin-top: -7px;
}

.answers .slide-item .slide-descr .slide-info p {
    margin-bottom: 18px;
}

.answers .slide-item a.slide-btn {
    position: absolute;
    left: 2rem;
    bottom: -2rem;
    max-width: 210px;
}

.answers .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 1px;
    width: 98px;
    max-width: 98px;
    -webkit-flex-basis: 98px;
    -ms-flex-preferred-size: 98px;
    flex-basis: 98px;
    position: absolute;
    right: 40px;
    top: 37px;
}

.about {
    padding-top: 3.3rem;
}

.about .container {
    padding-left: 10.6rem;
    position: relative;
}

.about .info-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 18vh;
}

.about__content {
    margin-top: 2.5rem;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .3px;
    padding-bottom: 5rem;
}

.about__content p {
    margin-bottom: 30px;
}

.about__content p.bold {
    font-family: MullerBold, sans-serif;
}

.form-block {
    border: 8px solid #ff6600;
    border-bottom: none;
    width: 104%;
    padding: 3.5rem 3.3rem;
    position: relative;
}

.form-block .form-title {
    max-width: 65%;
}

.form-block form {
    max-width: 51%;
    margin-top: 2.8rem;
}

.form-block form .input-group {
    margin-bottom: 2.8rem;
}

.form-block form .input-group.btn_group {
    margin-top: 3.5rem;
    margin-bottom: .7rem;
}

.form-block form .input-group.btn_group .backfooter_btn {
    max-width: 180px;
}

.form-block .form-image {
    position: absolute;
    right: 2rem;
    bottom: -2.3rem;
}

.form-block .form-image .who.image-descr {
    position: absolute;
    bottom: 7rem;
    left: -8.1rem;
}

.form-block .form-image .who.image-descr p {
    text-transform: uppercase;
    font-family: MullerBold, sans-serif;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.2px;
}

.footer {
    position: relative;
    z-index: 1;
    background: #f2f1f1;
    background: -webkit-linear-gradient(left, #f2f1f1 0%, #f2f1f1 47%, #f7f7f7 51%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f2f1f1), color-stop(47%, #f2f1f1), color-stop(51%, #f7f7f7), to(#f7f7f7));
    background: -o-linear-gradient(left, #f2f1f1 0%, #f2f1f1 47%, #f7f7f7 51%, #f7f7f7 100%);
    background: linear-gradient(to right, #f2f1f1 0%, #f2f1f1 47%, #f7f7f7 51%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f1', endColorstr='#f7f7f7',GradientType=1 );
    max-height: 185px;
    overflow: hidden;
}

.footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.footer__left {
    background-color: #f2f1f1;
    -webkit-flex-basis: 29.4%;
    -ms-flex-preferred-size: 29.4%;
    flex-basis: 29.4%;
    width: 100%;
    max-width: 29.4%;
    padding-top: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 3rem;
}

.footer__left__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
    padding: 6px 0;
}

.footer__left__link .icon-block {
    min-width: 22px;
    margin-right: 31px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__left__link .icon-block i.icon {
    margin: 0 auto;
    display: block;
}

.footer__left__link a.footer-link {
    color: #0c1b32;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .3px;
    font-weight: bold;
    padding-top: 7px;
}

.footer__left__link a.footer-link:hover {
    text-decoration: none;
    color: #0c1b32;
}

.footer__left__link p {
    margin-bottom: 0;
    display: inline-block;
    padding-top: 5px;
    letter-spacing: .4px;
}

.footer__right {
    -webkit-flex-basis: 70.6%;
    -ms-flex-preferred-size: 70.6%;
    flex-basis: 70.6%;
    width: 100%;
    max-width: 70.6%;
    background-color: #f7f7f7;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

.footer__right__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 4.7rem;
}

.footer__right__top .footer-menu {
    min-width: 30px;
    -webkit-flex-basis: 30px;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    margin-top: 1.3rem;

}

.footer__right__top .f-menu-top {
    -webkit-flex-basis: -webkit-calc(100% - 30px);
    -ms-flex-preferred-size: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    width: 100%;
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    margin-top: 1.1rem;
}

.footer__right__top .f-menu-top li.f-menu-top-item {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: auto;
    margin-right: 32px;
}

.footer__right__top .f-menu-top li.f-menu-top-item a.f-menu-top-link {
    color: #0c1b32;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: MullerBold, sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .3px;
    display: block;
    width: 100%;
}

.footer__right__top .f-menu-top li.f-menu-top-item a.f-menu-top-link:hover {
    color: #ff6600;
    text-decoration: none;
}

.footer__right__top .f-menu-top li.f-menu-top-item a.f-menu-top-link.active {
    color: #ff6600;
}

.footer__right__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding-left: 4.7rem;
    margin-top: 2rem;
}

.footer__right__bottom .small-logo {
    min-width: 77px;
    -webkit-flex-basis: 77px;
    -ms-flex-preferred-size: 77px;
    flex-basis: 77px;
    width: 100%;
    max-width: 77px;
    margin-top: 13px;
}

.footer__right__bottom .f-menu-bottom {
    -webkit-flex-basis: -webkit-calc(100% - 77px);
    -ms-flex-preferred-size: calc(100% - 77px);
    flex-basis: calc(100% - 77px);
    width: 100%;
    max-width: -webkit-calc(100% - 77px);
    max-width: calc(100% - 77px);
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    margin-top: 1.1rem;
}

.footer__right__bottom .f-menu-bottom li.f-menu-bottom-item {
    width: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 52px;
}

.footer__right__bottom .f-menu-bottom li.f-menu-bottom-item a.f-menu-bottom-link {
    color: #0c1b32;
    opacity: .64;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .3px;
    display: block;
    width: auto;
}

.footer__right__bottom .f-menu-bottom li.f-menu-bottom-item a.f-menu-bottom-link:hover {
    text-decoration: underline;
    color: #0c1b32;
}

.contacts {
    background-color: #f7f7f7;
    padding-top: 2.8rem;
    background-image: url(/wp-content/themes/grosca/images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: -9.8rem;
}

.contacts .container {
    padding-left: 4.5rem;
}

.contacts__info {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .4px;
    font-weight: bold;
    margin-top: .8rem;
    max-width: 64%;
}

.contacts__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 93%;
    -ms-flex-preferred-size: 93%;
    flex-basis: 93%;
    max-width: 93%;
    width: 93%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 4rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 54px 167px rgba(228, 228, 228, 0.43);
    box-shadow: 0 54px 167px rgba(228, 228, 228, 0.43);
}

.contacts__content__left {
    background-color: #fff;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 100%;
    max-width: 50%;
    padding: 2.4rem 2.2rem;
    padding-bottom: 4.8rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.contacts__content__left .contact-title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 3.3px;
    font-family: MullerBold, sans-serif;
}

.contacts__content__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 1.8rem;
    margin-bottom: -11px;
}

.contacts__content__block .icon-block {
    width: 100%;
    max-width: 83px;
    -webkit-flex-basis: 83px;
    -ms-flex-preferred-size: 83px;
    flex-basis: 83px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 26px 0 27px;
    min-height: 83px;
}

.contacts__content__block .descr-block {
    -webkit-flex-basis: -webkit-calc(100% - 83px);
    -ms-flex-preferred-size: calc(100% - 83px);
    flex-basis: calc(100% - 83px);
    width: 100%;
    max-width: -webkit-calc(100% - 83px);
    max-width: calc(100% - 83px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 22px;
    padding-top: 15px;
}

.contacts__content__block .descr-block a, .contacts__content__block .descr-block p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .3px;
    color: #0c1b32;
    font-family: MullerBold, sans-serif;
}

.contacts__content__block .descr-block a:hover, .contacts__content__block .descr-block p:hover {
    text-decoration: none;
    color: #0c1b32;
}

.contacts__content__block .descr-block p {
    margin-bottom: 0;
}

.contacts__content__block.block4 .descr-block {
    padding-top: 28px;
}

.contacts__content__right {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 100%;
    max-width: 50%;
    background-color: #aaa;
    height: 555px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.contacts__content__btn-block {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
}

.contacts__content__btn-block a.contacts-btn {
    display: block;
    margin: 0 auto;
    max-width: 230px;
    margin-top: -2.2rem;
    margin-bottom: -1.5rem;
    position:relative;
}

.advantages.contact-advantages {
    padding-top: 17.2rem;
}

.advantages.contact-advantages .container {
    padding-left: 1rem;
}

.advantages.contact-advantages .advantages__title {
    text-align: center;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
}

.advantages.contact-advantages .advantages__content {
    padding-left: 5.3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.advantages.contact-advantages .advantages__content__block {
    margin-right: 3.2rem;
}

.advantages.contact-advantages .advantages__content__block .block-title {
    text-transform: uppercase;
}

.call-to-phone {
    padding-top: 1.3rem;
    margin-bottom: 6rem;
}

.call-to-phone.ab-page {
    padding-top: 6.3rem;
    margin-bottom: 3rem;
}

.call-to-phone__title {
    text-align: center;
}

.call-to-phone__title p {
    margin-bottom: 0;
}

.call-to-phone__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.call-to-phone a.call-to-link {
    margin: 0 auto;
    color: #ff6600;
    display: inline-block;
    font-family: MullerBold, sans-serif;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 7.2px;
}

.about-page {
    background-color: #f7f7f7;
    padding-top: 2.8rem;
    background-image: url(/wp-content/themes/grosca/images/action-bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: -11rem;
}

.about-page .container {
    padding-left: 4.5rem;
}

.about-page__info {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .4px;
    font-weight: bold;
    margin-top: .8rem;
    max-width: 64%;
}

.about-page__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-flex-basis: 94%;
    -ms-flex-preferred-size: 94%;
    flex-basis: 94%;
    max-width: 94%;
    width: 94%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 54px 167px rgba(228, 228, 228, 0.43);
    box-shadow: 0 54px 167px rgba(228, 228, 228, 0.43);
    padding: 2.4rem 2rem;
    padding-bottom: 5.3rem;
    position: relative;
}

.about-page__content:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 48%;
    left: -webkit-calc(50% - 3px);
    left: calc(50% - 3px);
    top: 30%;
    background-color: #e8e8e8;
}

.about-page__content__block-title {
    text-align: center;
    text-transform: uppercase;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    font-family: MullerBold, sans-serif;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 3.2px;
}

.about-page__content__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 100%;
    max-width: 50%;
    margin-top: 2.4rem;
}

.about-page__content__block.block6 .descr-block {
    padding-top: 30px;
}

.about-page__content__block:nth-of-type(2n+1) {
    padding-left: 40px;
}

.about-page__content__block:hover .icon-block {
    background-color: #ff6600;
}

.about-page__content__block:hover .descr-block {
    font-weight: bold;
}

.about-page__content__block .icon-block {
    -webkit-flex-basis: 83px;
    -ms-flex-preferred-size: 83px;
    flex-basis: 83px;
    min-height: 83px;
    width: 100%;
    max-width: 83px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f7f7f7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-page__content__block .descr-block {
    -webkit-flex-basis: -webkit-calc(100% - 83px);
    -ms-flex-preferred-size: calc(100% - 83px);
    flex-basis: calc(100% - 83px);
    max-width: -webkit-calc(100% - 83px);
    max-width: calc(100% - 83px);
    width: 100%;
    padding-left: 28px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
    padding-top: 15px;
    padding-right: 20px;
}

.about-page__content__block .descr-block p {
    margin-bottom: 0;
}

.about-page__content__btn-block {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
}

.about-page__content__btn-block a.contacts-btn {
    display: block;
    margin: 0 auto;
    max-width: 230px;
    margin-top: 3.5rem;
    margin-bottom: -7rem;
}

.about-page.action {
    margin-bottom: -2rem;
}

.about-page.action .tarifs-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 3.1rem;
}

.about-page.action .slide-item {
    -webkit-flex-wrap: 31.3%;
    -ms-flex-wrap: 31.3%;
    flex-wrap: 31.3%;
    width: 100%;
    max-width: 31.3%;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.about-page.action .slide-item:last-child {
    margin-right: 0;
}

.about-page.action .slide-item .slide-block {
    -webkit-box-shadow: 0 14px 43px rgba(194, 194, 194, 0.26);
    box-shadow: 0 14px 43px rgba(194, 194, 194, 0.26);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 1.5rem 2rem;
}

.about-page.action .slide-item .slide-block .slide-title {
    text-transform: uppercase;
    font-family: MullerBold, sans-serif;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 3.8px;
}

.about-page.action .slide-item .slide-block .slide-title p {
    margin-bottom: 0;
}

.about-page.action .slide-item .slide-block .slide-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}

.about-page.action .slide-item .slide-block .slide-content-title {
    margin-top: 1.8rem;
}

.about-page.action .slide-item .slide-block .left-col, .about-page.action .slide-item .slide-block .right-col {
    text-transform: uppercase;
    font-family: MullerBold, sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .2px;
    -webkit-flex-wrap: 50%;
    -ms-flex-wrap: 50%;
    flex-wrap: 50%;
    width: 100%;
    max-width: 50%;
}

.about-page.action .slide-item .slide-block .left-col {
    text-align: left;
}

.about-page.action .slide-item .slide-block .right-col {
    text-align: right;
}

.about-page.action .slide-item .slide-block .slide-content {
    margin-top: 1.8rem;
    min-height: 145px;
}

.about-page.action .slide-item .slide-block .slide-content .left-col {
    text-align: left;
    font-family: MullerRegular, sans-serif;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .2px;
    text-transform: none;
}

.about-page.action .slide-item .slide-block .slide-content .right-col {
    text-align: right;
    font-family: MullerRegular, sans-serif;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .2px;
    text-transform: none;
}

.about-page.action .slide-item .slide-block .slide-result p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: MullerBold, sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .2px;
    color: #0c1b32;
}

.about-page.action .slide-item .slide-block .slide-result span {
    display: inline-block;
    margin-left: 5px;
}

.about-page.action .slide-item .slide-block .slide-btn {
    margin-top: 1.7rem;
    margin-bottom: 5px;
}

.about-page.action .slide-item.slide1 .slide-block {
    background-color: #fff;
}

.about-page.action .slide-item.slide2 .slide-block {
    background-color: #ffefe3;
}

.about-page.action .slide-item.slide3 .slide-block {
    color: #fff;
    background-color: #0c1b32;
}

.about-page.action .slide-item.slide3 .slide-result p {
    color: #fff;
}

.about-page.action .about-page__content {
    margin-top: 3rem;
    padding-top: 1.9rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.about-page.action .about-page__content:after {
    display: none;
}

.about-page.action .slide-item {
    margin-right: 21px;
}

.about-page.action .tarifs-slider {
    margin-top: 2rem;
}

.about-page.action .slide-item .slide-block .slide-title p {
    text-transform: none;
    font-family: MullerBold, sans-serif;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: .6px;
}

.about-page.action .slide-item .slide-block .slide-content {
    margin-top: 1.8rem;
}

.about-page.action .slide-item .slide-block .slide-content-title {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: -1rem;
}

.about-page.action .slide-item .slide-block .slide-title {
    min-height: 60px;
}

.about-page.action .slide-item .slide-block .slide-content {
    min-height: 112px;
}

.about-page.answer-page {
    background-image: url(/wp-content/themes/grosca/images/answer-bg.jpg);
    -webkit-background-size: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #fff;
    margin-bottom: 2rem;
}

.about-page.answer-page .about-page__content {
    padding: 2.4rem 3rem;
}

.about-page.answer-page .ans-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}

.about-page.answer-page .about-page__content:after {
    display: none;
}

.about-page.answer-page .about-page__content__block {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    width: 100%;
    max-width: 30%;
    padding-left: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 3.5rem;
}

.about-page.answer-page .about-page__content__block img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 11px 27px rgba(211, 211, 211, 0.43);
    box-shadow: 0 11px 27px rgba(211, 211, 211, 0.43);
}

.about-page.answer-page .about-page__content__block a.image-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0c1b32;
    text-align: center;
}

.about-page.answer-page .about-page__content__block a.image-link i.icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 25%;
}

.about-page.answer-page .about-page__content__block a.image-link .link-block {
    width: 128px;
    height: 128px;
    -webkit-border-radius: 64px;
    border-radius: 64px;
    background-color: #fff;
    -webkit-box-shadow: 0 11px 27px rgba(211, 211, 211, 0.43);
    box-shadow: 0 11px 27px rgba(211, 211, 211, 0.43);
    color: #0c1b32;
    margin-top: -20%;
}

.about-page.answer-page .about-page__content__block a.image-link:hover {
    color: #fff;
    text-decoration: none;
}

.about-page.answer-page .about-page__content__block a.image-link:hover .link-block {
    color: #fff;
    -webkit-box-shadow: 0 2px 24px 3px rgba(251, 106, 0, 0.27);
    box-shadow: 0 2px 24px 3px rgba(251, 106, 0, 0.27);
    background-image: -webkit-linear-gradient(-135deg, #e68a00, #ff6600);
    background-image: -o-linear-gradient(-135deg, #e68a00, #ff6600);
    background-image: -webkit-linear-gradient(225deg, #e68a00, #ff6600);
    background-image: -o-linear-gradient(225deg, #e68a00, #ff6600);
    background-image: linear-gradient(-135deg, #e68a00, #ff6600);
}

.about-page.answer-page .about-page__content__block .title-block {
    text-align: center;
    text-transform: uppercase;
    margin-top: 1.8rem;
    text-align: center;
    font-family: MullerBold, sans-serif;
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: 3.3px;
    width: 100%;
}

.cost {
    margin-top: 2rem;
}

.cost__title {
    text-transform: uppercase;
    text-align: center;
    font-family: MullerBold, sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 3.3px;
    max-width: 85%;
    margin: 0 auto;
}

.cost__content {
    max-width: 88%;
    margin: 0 auto;
    margin-top: 2.8rem;
    background-color: transparent;
}

.cost__content table {
    width: 100%;
    max-width: 100%;
    min-width: 500px;
    padding: 2rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 24px 167px rgba(228, 228, 228, 0.43);
    box-shadow: 0 24px 167px rgba(228, 228, 228, 0.43);
}

.cost__content table th:first-child, .cost__content table td:first-child {
    width: 76.5%;
}

.cost__content table th:last-child, .cost__content table td:last-child {
    width: 23.5%;
    background-color: #ffefe3;
}

.cost__content table th {
    text-transform: uppercase;
    font-family: MullerBold, sans-serif;
    font-size: 16px;
    letter-spacing: .3px;
    padding: 22px 28px 30px;
    line-height: 24px;
}

.cost__content table th:last-child {
    text-align: right;
    padding-top: 20px;
    padding-right: 3.5rem;
}

.cost__content table td {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .4px;
    text-align: left;
    padding: 18px 28px;
    font-weight: bold;
}

.cost__content table td:last-child {
    text-align: right;
    padding-right: 4rem;
}

.cost__content table tr.result td {
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    font-weight: bold;
    font-family: MullerBold, sans-serif;
}

.cost__content table tr.result td:last-child {
    background-color: #ff6600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cost__content table tr.result td:last-child:hover {
    background-color: #d05800;
}

.cost__content table tr.result td a.cost-btn {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-family: MullerRegular, sans-serif;
    position: absolute;
    letter-spacing: -.3px;
    top: 0;
    left: 0;
    padding: 22px 0;
}

.cost__content table tr.result td a.cost-btn:hover {
    text-decoration: none;
}

.cost__content .cost-info {
    margin-top: 1.8rem;
}

.cost__content .cost-info p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
    text-align: center;
    margin-bottom: 0px;
}

.cost__content .cost-info p.bold {
    font-family: MullerBold, sans-serif;
}

.cost__content .cost-info p span {
    font-family: MullerBold, sans-serif;
    text-transform: uppercase;
}

.about-page.service-list {
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-color: #fff;
    margin-bottom: 0;
}

.about-page.service-list .about-page__content__block {
    -webkit-flex-basis: 47.2%;
    -ms-flex-preferred-size: 47.2%;
    flex-basis: 47.2%;
    width: 100%;
    max-width: 47.2%;
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
}

.about-page.service-list .about-page__content__block .icon-block {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-flex-basis: 95px;
    -ms-flex-preferred-size: 95px;
    flex-basis: 95px;
    width: 100%;
    max-width: 95px;
}

.about-page.service-list .about-page__content__block .icon-block i.icon {
    margin-top: 11px;
}

.about-page.service-list .about-page__content__block .descr-block {
    -webkit-flex-basis: -webkit-calc(100% - 160px);
    -ms-flex-preferred-size: calc(100% - 160px);
    flex-basis: calc(100% - 160px);
    width: 100%;
    max-width: -webkit-calc(100% - 160px);
    max-width: calc(100% - 160px);
    padding-left: 0;
    margin-left: -11px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 15px;
    line-height: 25px;
}

.about-page.service-list .about-page__content__block .arrow-block {
    -webkit-flex-basis: 65px;
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    width: 100%;
    max-width: 65px;
    position: relative;
    min-height: 98px;
    background-color: #f0f0f0;
}

.about-page.service-list .about-page__content__block .arrow-block .arrow-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/grosca/images/gray-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.about-page.service-list .about-page__content__block:hover {
    background-color: #f7f7f7;
}

.about-page.service-list .about-page__content__serv-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.about-page.service-list .about-page__content__serv-block .about-page__content__block {
    -webkit-flex-basis: 47.2%;
    -ms-flex-preferred-size: 47.2%;
    flex-basis: 47.2%;
    width: 100%;
    max-width: 47.2%;
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
}

.about-page.service-list .about-page__content__serv-block .about-page__content__block .icon-block {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-flex-basis: 95px;
    -ms-flex-preferred-size: 95px;
    flex-basis: 95px;
    width: 100%;
    max-width: 95px;
}

.about-page.service-list .about-page__content__serv-block .about-page__content__block .icon-block i.icon {
    margin-top: 11px;
}

.about-page.service-list .about-page__content__serv-block .about-page__content__block .descr-block {
    -webkit-flex-basis: -webkit-calc(100% - 160px);
    -ms-flex-preferred-size: calc(100% - 160px);
    flex-basis: calc(100% - 160px);
    width: 100%;
    max-width: -webkit-calc(100% - 160px);
    max-width: calc(100% - 160px);
    padding-left: 0;
    margin-left: -11px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 15px;
}

.about-page.service-list .about-page__content__serv-block .about-page__content__block .arrow-block {
    -webkit-flex-basis: 65px;
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    width: 100%;
    max-width: 65px;
    position: relative;
    min-height: 98px;
    background-color: transparent;
}

.about-page.service-list .about-page__content__serv-block .about-page__content__block .arrow-block a.arrow-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/grosca/images/gray-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.about-page.service-list .about-page__content__serv-block .about-page__content__block:hover {
    background-color: #f7f7f7;
}

.about-page.service-list .about-page__content:after {
    display: none;
}

.about-page.service-list .about-page__content__complex {
    background-color: #f4feff;
    margin-top: 2.5rem;
    padding: 0 15px;
    margin-bottom: 3rem;
}

.about-page.service-list .about-page__content__complex .complex-title {
    font-family: MullerBold, sans-serif;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: .6px;
    margin-top: 2.8rem;
}

.about-page.service-list .about-page__content__complex .complex-info {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
}

.about-page.service-list .about-page__content__complex .complex-form {
    margin-top: 2.7rem;
}

.about-page.service-list .about-page__content__complex .complex-form .form-title {
    max-width: 65%;
}

.about-page.service-list .about-page__content__complex .complex-form .form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 2.5rem;
    padding-bottom: 3.5rem;
}

.about-page.service-list .about-page__content__complex .complex-form .form-content .input-group {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    width: 100%;
    max-width: 35%;
    margin-right: 5%;
}

.about-page.service-list .about-page__content__complex .complex-form .form-content .input-group.btn_group {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 0;
    margin-top: -5px;
}

.about-page.service-list .about-page__content__btn-block {
    margin-top: 4rem;
    margin-bottom: -7rem;
}

.about-page.service-list .about-page__content__btn-block a.complex-btn {
    max-width: 250px;
    margin: 0 auto;
}

.modal-form-style {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 54px 167px rgba(228, 228, 228, 0.43);
    box-shadow: 0 54px 167px rgba(228, 228, 228, 0.43);
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 3.8rem 3rem;
}

.modal-form-style label {
    font-family: MullerBold, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 12px;
    letter-spacing: .3px;
    margin-bottom: 7px;
}

.modal-form-style form {
    width: 100%;
    padding-right: 15px;
    margin-top: 2rem;
}

.modal-form-style form .input-group {
    margin-bottom: 2rem;
}

.modal-form-style form .btn_group {
    margin-top: 2.8rem;
    margin-bottom: 0rem;
}

.modal-form-style .mfp-close {
    font-size: 70px;
    font-weight: 200;
    font-family: MullerRegular, sans-serif;
    color: #dedede;
    margin-top: 20px;
    margin-right: 20px;
}

.modal-form-style .thanks_content {
    padding-right: 15px;
}

.modal-form-style .modal-close {
    margin-top: 4rem;
}

.af-message-success{display:none!important;}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding: 0;
    }
}

@media (max-width: 1255px) {
    .form-block {
        width: 100%;
    }

    .advantages.contact-advantages .advantages__content {
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .tarifs .container{
        padding-left: 15px;
    }
    .tarifs .slide-item .slide-block{
        padding: 20px;
        min-width: 290px;
    }
    .header__logo {
        padding-top: 1rem;
    }

    .header .header-menu {
        display: none;
    }

    .header__phone {
        position: absolute;
        left: -25px;
        top: 2rem;
    }
.tarifs .tarifs-slider
{
    justify-content: space-between;
}
    .tarifs .slide-item {
    margin-right: 15px;
    min-width: 290px;
    margin-bottom: 15px;
}

    .tarifs .smeta-img {
        max-width: 22vw;
    }

    .calculate .calc-item {
        max-width: 30vw;
    }

    .advantages__content__block {
        -webkit-flex-basis: 33.3% !important;
        -ms-flex-preferred-size: 33.3% !important;
        flex-basis: 33.3% !important;
        max-width: 33.3% !important;
    }

    .advantages__content {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .advantages {
        padding-bottom: 1.5rem;
    }

    .form-block .form-image {
        max-width: 25vw;
        right: 0;
    }

    .form-block .form-image img {
        width: 100%;
    }

    .form-block .form-title {
        max-width: 70%;
    }

    .footer__left {
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        width: 100%;
        max-width: 32%;
    }

    .footer__right {
        -webkit-flex-basis: 68%;
        -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
        width: 100%;
        max-width: 68%;
    }

    .footer__right__top {
        padding-left: 1rem;
    }

    .footer__right__bottom {
        padding-left: 1rem;
    }

    .footer__right__bottom .f-menu-bottom li.f-menu-bottom-item {
        margin-right: auto;
    }

    .footer__right__top .footer-menu {
        display: none;
    }

    .footer__right__top .f-menu-top {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .footer__right__top .f-menu-top li.f-menu-top-item {
        margin-right: auto;
    }

    .contacts__content__block .descr-block a, .contacts__content__block .descr-block p {
        font-size: 16px;
    }

    .contacts__content__left {
        padding: 1.4rem 1.2rem;
    }

    .about-page__content__block .descr-block {
        font-size: 14px;
        padding-right: 0;
        padding-left: 15px;
    }

    .about-page.action .container {
        padding-left: 15px;
    }

    .about-page.action .about-page__content {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }

    .about-page.action .about-page__content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .about-page.action .slide-item .slide-block {
        padding: 1.5rem 1rem;
    }

    .about-page.action .slide-item .slide-block .slide-title p {
        font-size: 21px;
    }

    .about-page.answer-page .about-page__content__block a.image-link .link-block {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .about-page.answer-page .about-page__content__block {
        margin-bottom: 1.5rem;
    }

    .about-page.service-list .about-page__content__block .icon-block, .about-page.service-list .about-page__content__serv-block .about-page__content__block .icon-block {
        -webkit-flex-basis: 50px;
        -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
        max-width: 50px;
    }

    .about-page.service-list .about-page__content__block .descr-block {
        max-width: -webkit-calc(100% - 115px);
        max-width: calc(100% - 115px);
        -webkit-flex-basis: -webkit-calc(100% - 115px);
        -ms-flex-preferred-size: calc(100% - 115px);
        flex-basis: calc(100% - 115px);
        margin-left: 0;
    }

    .about-page.service-list .about-page__content__complex .complex-title {
        margin-top: 1.5rem;
        font-size: 22px;
    }

    .about-page.service-list .about-page__content__complex .complex-form .form-title {
        max-width: 75%;
        font-size: 30px;
    }

    .about-page.service-list .about-page__content__serv-block .about-page__content__block .arrow-block a.arrow-link {
        -webkit-background-size: 65% 65%;
        background-size: 65%;
    }

    .about-page.service-list .about-page__content__serv-block .about-page__content__block .arrow-block {
        -webkit-flex-basis: 50px;
        -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
        max-width: 50px;
    }

    .about-page.service-list .about-page__content__serv-block .about-page__content__block .descr-block {
        max-width: -webkit-calc(100% - 105px);
        max-width: calc(100% - 105px);
        -webkit-flex-basis: -webkit-calc(100% - 105px);
        -ms-flex-preferred-size: calc(100% - 105px);
        flex-basis: calc(100% - 105px);
        padding-left: 10px;
    }

    .about-page.service-list .about-page__content__serv-block .about-page__content__block {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about-page.service-list .about-page__content__serv-block .about-page__content__block .icon-block i.icon {
        margin-top: 0;
    }

    .about-page.service-list .about-page__content__serv-block .about-page__content__block {
        max-width: 49%;
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        min-height: 120px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 95%;
    }

    .header__phone {
        position: relative;
        left: 0;
        top: 0;
    }

    .header .header-menu {
        display: none;
    }

    .header .container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .header__backcall {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .header__menu {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
    }

    .header__phone {
        padding-top: 1.8rem;
    }

    .header .header-menu {
        margin-top: 1.7rem;
    }

    .header__menu .main-menu-item {
        min-width: 117px;
    }

    .header__menu .main-menu-item {
        border-top: 1px solid #ebebeb;
    }

    .header__menu .main-menu-item a.main-menu-link {
        padding: 10px 5px 10px;
    }

    .main .container, .service .container, .calculate .container, .advantages .container, .answers .container, .about .container {
        padding-left: 5.6rem;
    }

    .main__content .main-descr {
        max-width: 100%;
    }

    .main__content {
        margin-top: 1rem;
    }

    .main .slide-item {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

    .service__content__top, .service__content__bottom {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .service__content__bottom__block .title-block {
        font-size: 14px;
        line-height: 20px;
        padding-right: 5px;
        padding-left: 0;
    }

    .service {
        padding-top: 3rem;
        padding-bottom: 6rem;
    }

    .tarifs {
        padding-top: 3rem;
    }

    .tarifs .container {
        padding-left: 15px;
    }

    .tarifs .slide-item .slide-block {
        padding: 1rem;
    }

    .tarifs .slide-item .slide-block .slide-content-title {
        margin-top: .5rem;
    }

    .tarifs .slide-item .slide-block .left-col, .tarifs .slide-item .slide-block .right-col {
        font-size: 10px;
    }

    .calculate__content form {
        max-width: 100%;
    }

    .calculate__content__form .input-group.btn_group {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .advantages__title {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .advantages {
        padding-top: 3rem;
    }

    h2.about__title.title {
        max-width: 80%;
    }

    .about__content {
        margin-top: 1rem;
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 1rem;
    }

    .form-block .form-title {
        max-width: 100%;
    }

    .form-block {
        padding: 1.5rem 1.3rem;
    }

    .form-block .form-image .who.image-descr {
        position: absolute;
        bottom: 5rem;
        left: -10rem;
    }

    .footer__right__top .f-menu-top li.f-menu-top-item {
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 10%;
    }

    .footer__right__top .f-menu-top {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 0;
    }

    .footer__right__bottom {
        margin-top: 0;
    }

    .footer__right__bottom .f-menu-bottom li.f-menu-bottom-item a.f-menu-bottom-link {
        font-size: 12px;
    }

    .footer__left__link .icon-block {
        margin-right: 5px;
    }

    .footer__left__link p {
        font-size: 12px;
    }

    .footer__left__link {
        padding: 4px 0;
    }

    .footer__left {
        padding-bottom: 1rem;
    }

    .footer__right {
        padding-bottom: 1rem;
    }

    .contacts__content__left {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .contacts__content__right {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .contacts__content__right {
        height: 295px;
    }

    .contacts__content__block .icon-block {
        -webkit-flex-basis: 60px;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
        width: 100%;
        max-width: 60px;
        min-height: 60px;
        padding: 15px 0;
    }

    .contacts__content__block {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 100%;
        max-width: 50%;
    }

    .contacts__content__left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .contacts__content__block .descr-block {
        -webkit-flex-basis: -webkit-calc(100% - 60px);
        -ms-flex-preferred-size: calc(100% - 60px);
        flex-basis: calc(100% - 60px);
        width: 100%;
        max-width: -webkit-calc(100% - 60px);
        max-width: calc(100% - 60px);
        padding-left: 10px;
        padding-top: 5px;
    }

    .contacts__content__block .descr-block a, .contacts__content__block .descr-block p {
        font-size: 16px;
    }

    .contacts__content__left .contact-title {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .contacts__content__block.block4 .descr-block {
        padding-top: 18px;
    }

    .contacts .container {
        padding-left: 0;
    }

    .contacts__content {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .contacts .container {
        padding-right: 0;
    }

    .contacts__content__left {
        padding-bottom: 2rem;
    }

    .about-page {
        -webkit-background-size: contain;
        background-size: contain;
    }

    .about-page__info {
        max-width: 80%;
    }

    .about-page__content:after {
        display: none;
    }

    .about-page__content__block {
        -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        width: 80%;
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 0rem;
        margin-top: 2rem;
        padding-left: 0 !important;
    }

    .about-page.action .slide-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .about-page.answer-page .about-page__content__block {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }

    .calculate.cost-page .calculate__info {
        max-width: 100%;
    }

    .calculate.cost-page .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tarifs.cost-page .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .calculate.cost-page .calculate__content {
        max-width: 100%;
    }

    .tarifs.cost-page .tarifs__title br {
        display: none;
    }

    .tarifs.cost-page .tarifs__content {
        max-width: 100%;
    }

    .tarifs.cost-page {
        padding-bottom: 3rem;
    }

    .cost__title {
        max-width: 100%;
    }

    .cost__content {
        max-width: 100%;
    }

    .about-page.service-list .about-page__content__block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about-page.service-list .about-page__content__block .icon-block i.icon {
        margin-top: 0;
    }

    .about-page.service-list .about-page__content__block .descr-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about-page.service-list .about-page__content__complex {
        margin-top: 1rem;
    }

    .about-page.service-list .about-page__content__complex .complex-form .form-title {
        max-width: 65%;
        font-size: 23px;
        letter-spacing: 2px;
        line-height: 30px;
    }

    .about-page.service-list .about-page__content__complex .complex-form .form-content .input-group {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        max-width: 48%;
        margin-right: 2%;
    }

    .about-page.service-list .about-page__content__complex .complex-form .form-content .input-group.btn_group {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin-top: 1rem;
        margin-right: 0;
    }

    .about-page.service-list .about-page__content__complex .complex-form .form-content {
        padding-bottom: 2rem;
    }

    .about-page.service-list .about-page__content__serv-block .about-page__content__block {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .about-page.service-list .about-page__content {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }

    .about-page.service-list .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .header__menu .main-menu-list {
        position: absolute;
        background-color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        top: 68px;
        right: 0;
        width: 245px;
        z-index: 2;
        display: none;
    }

    .header__logo {
        -webkit-flex-basis: 95px;
        -ms-flex-preferred-size: 95px;
        flex-basis: 95px;
        width: 100%;
        max-width: 95px;
    }

    .header__menu .main-menu-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .header__menu .main-menu-item a.main-menu-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .header__menu .main-menu-item a.main-menu-link br {
        display: none;
    }

    .header__menu .main-menu-item a.main-menu-link .icon-block {
        min-height: 35px;
    }

    .header__menu .main-menu-item a.main-menu-link .menu-title p {
        min-height: 10px;
    }

    .header__menu .main-menu-item a.main-menu-link .menu-title {
        -webkit-flex-basis: -webkit-calc(100% - 30px);
        -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
        width: 100%;
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 10px;
    }

    .header__menu .main-menu-item a.main-menu-link .menu-title p {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .header__menu .main-menu-item a.main-menu-link .icon-block {
        min-width: 30px;
    }

    .header .header-menu {
        margin-top: 1.5rem;
    }

    .main .slide-item {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

    .main__title {
        font-size: 30px;
        line-height: 35px;
        max-width: 100%;
    }

    .main__content .main-descr {
        line-height: 20px;
    }

    .title {
        font-family: MullerBold, sans-serif;
        font-size: 30px;
        line-height: 35px;
    }

    .service__content {
        margin-top: 1rem;
    }

    .service__content__bottom__block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        padding-left: 0 !important;
        margin-bottom: 5px;
    }

    .service__content__bottom__block .icon-block {
        padding-top: 0px;
    }

    .service__content__bottom:after {
        display: none;
    }

    .service__content__bottom {
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }

    .service__content__bottom__block .title-block {
        padding-right: 0;
    }

    h2.tarifs__title.title br {
        display: none;
    }

    .tarifs .slide-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: auto;
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .tarifs .slide-item .slide-block {
        max-width: 420px;
        margin: 0 auto;
    }

    .tarifs {
        padding-bottom: 2rem;
    }

    .calculate__content {
        padding: 2rem 1.5rem;
    }

    .calculate__content__checkbox .check-group label {
        margin-left: 10px;
    }

    .calculate__content__form .input-group {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }

    .calculate__content__form span {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding-top: 27px;
    }

    .answers .slide-item {
        padding: 3.5rem 1rem 2rem;
    }

    .answers .slide-item .slide-logo {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        overflow: auto;
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .answers .slide-item .slide-logo img {
        width: 100%;
        max-width: 85px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #aaa;
        overflow: hidden;
        max-height: 85px;
        display: block;
    }

    .answers .slide-item .slide-descr {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .answers {
        padding-top: 2.5rem;
    }

    .answers .slide-item {
        margin-bottom: 5rem;
    }

    .form-block .form-title {
        font-size: 25px;
    }

    .form-block .form-image img {
        display: none;
    }

    .form-block .form-image .who.image-descr {
        display: none;
    }

    .form-block form {
        max-width: 100%;
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .form-block form .input-group.btn_group .backfooter_btn {
        max-width: 250px;
    }

    .footer__left {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 100%;
        max-width: 50%;
    }

    .footer__right {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 100%;
        max-width: 50%;
    }

    .footer__right__top {
        padding-left: 0;
        position: relative;
    }

    .footer__right__top .f-menu-top {
        position: absolute;
        bottom: 35px;
        right: 0;
        z-index: 10;
        display: none;
    }

    .footer {
        overflow: visible;
    }

    .footer__right__top .footer-menu {
        display: block;
    }

    .footer__right__bottom {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .footer__right__bottom .small-logo {
        position: absolute;
        right: 4rem;
        top: 21px;
    }

    .footer__right__bottom .f-menu-bottom {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .footer__right__bottom .f-menu-bottom li.f-menu-bottom-item {
        width: 100%;
        text-align: right;
    }

    .footer__right__top .f-menu-top li.f-menu-top-item {
        margin-bottom: 0;
        padding: 5px 15px;
    }

    .footer__right__top .f-menu-top {
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px solid #ff6600;
    }

    .footer__right__top .f-menu-top li.f-menu-top-item {
        margin-left: 0;
    }

    .contacts__content__block .descr-block a, .contacts__content__block .descr-block p {
        font-size: 14px;
    }

    .contacts__content__block .descr-block {
        padding-left: 0;
    }

    .contacts__content__block .icon-block {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .about-page.answer-page .about-page__content__block {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }

    .cost__content table th:last-child {
        width: 115px;
        padding: 15px;
        text-align: center;
    }

    .cost__content table td:last-child {
        padding-right: 1rem;
        text-align: center;
    }

    .cost__content table tr.result td {
        font-size: 16px;
    }

    .cost__content table tr.result td a.cost-btn {
        padding: 20px 0;
    }

    .about-page.service-list .about-page__content__complex .complex-info {
        font-size: 14px;
        line-height: 20px;
    }

    .about-page.service-list .about-page__content__complex .complex-form .form-title {
        max-width: 75%;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 30px;
    }

    .about-page.service-list .about-page__content__complex .complex-form .form-content .input-group {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .about-page.service-list .about-page__content__complex .complex-form .form-content {
        margin-top: 1rem;
    }

    .about-page.service-list .about-page__content__block .arrow-block .arrow-link, .about-page.service-list .about-page__content__block .arrow-block {
        background-color: transparent;
    }
    
}

@media (max-width: 639px) {
    .main .slide-item {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .title {
        font-size: 24px;
        line-height: 30px;
    }

    .main__content .btns-block a.main-btn-price {
        max-width: 180px;
    }

    .btn-style {
        padding: 12px 0 10px;
        line-height: 20px;
    }

    .main__content .btns-block a.main-btn-services {
        max-width: 180px;
    }

    .btn-border-style {
        padding: 12px 0 10px;
        line-height: 20px;
    }

    .info-block .phone-link {
        margin-top: 10vh;
    }

    .main__content .main-descr {
        font-size: 13px;
    }

    .service {
        padding-top: 2rem;
        padding-bottom: 5rem;
    }

    .service__content__top {
        font-size: 13px;
        line-height: 20px;
        padding-top: 1rem;
    }

    .service__content__top p {
        margin-bottom: 0;
    }

    .jq-checkbox.check-input {
        width: 28px;
        height: 28px;
    }

    .jq-checkbox.check-input.checked .jq-checkbox__div {
        width: 18px;
        height: 18px;
    }

    .calculate__content__checkbox .check-group label {
        margin-top: 3px;
    }

    .calculate__content__form span {
        padding-top: 15px;
    }

    .calculate__content__form .btn_group .calc_btn:after {
        top: -4px;
    }

    .calculate__content__form .btn_group {
        margin-top: 1.8rem;
    }

    .advantages__content__block {
        -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        max-width: 50% !important;
        padding-top: 0;
    }

    .answers__content {
        padding-right: 0;
    }

    .about__content {
        font-size: 13px;
    }

    .about__content p.bold {
        font-size: 14px;
    }

    .contacts__content__block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .contacts__info {
        font-size: 14px;
        line-height: 22px;
        max-width: 100%;
    }

    .contacts__content {
        margin-top: 2rem;
    }

    .contacts {
        background-color: #efefef;
        background-image: none;
    }

    .advantages.contact-advantages .advantages__content__block {
        margin-right: 0;
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        width: 100%;
        max-width: 48%;
    }

    .call-to-phone {
        margin-bottom: 0;
    }

    .about-page__content__block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .cost__content table td {
        padding: 15px 15px;
    }

    .cost__content table tr.result td {
        font-size: 15px;
    }

    .cost__content table tr.result td a.cost-btn {
        padding: 15px 0;
    }

    .about-page.service-list .about-page__content__block .descr-block {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        padding-right: 0;
    }
}

@media (max-width: 559px) {
    .info-block {
        display: none;
    }

    .main .container, .service .container, .calculate .container, .advantages .container, .answers .container, .about .container {
        padding-left: 0;
        padding-right: 0;
    }

    .container {
        max-width: 90%;
    }

    .header__phone a.phone-link {
        font-size: 15px;
    }

    .header__phone {
        max-width: 155px;
        -webkit-flex-basis: 155px;
        -ms-flex-preferred-size: 155px;
        flex-basis: 155px;
    }

    .header__logo {
        margin-right: 0;
    }

    .main__content .btns-block {
        margin-top: 1rem;
    }

    .service {
        padding-top: 2rem;
        padding-bottom: 16rem;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .title {
        font-size: 21px;
        line-height: 28px;
    }

    .service__content__bottom {
        padding-right: 2rem;
    }

    .service__content__bottom__btn-block a.service-btn {
        width: -webkit-calc(100% + 45px);
        width: calc(100% + 45px);
        max-width: -webkit-calc(100% + 45px);
        max-width: calc(100% + 45px);
        margin-left: -20px;
    }

    .tarifs .slide-item .slide-block {
        max-width: 320px;
    }

    .footer .container {
        padding: 0;
    }

    .advantages__content__block {
        min-height: 200px;
        margin-bottom: 1rem;
    }

    .advantages__content__block {
        max-width: 48% !important;
        -webkit-flex-basis: 48% !important;
        -ms-flex-preferred-size: 48% !important;
        flex-basis: 48% !important;
    }

    section.answers .container {
        padding: 0;
        max-width: 100%;
    }

    section.answers h2.answers__title.title {
        padding: 0;
        max-width: 90%;
        margin: 0 auto;
    }

    .form-block .form-title {
        letter-spacing: 2px;
    }

    .footer__left {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 5%;
    }

    .footer__right {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 5%;
    }

    .footer .container {
        max-width: 100%;
        width: 100%;
    }

    .footer__right__bottom .f-menu-bottom {
        display: none;
    }

    .footer__right__top {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer__right__bottom .small-logo {
        position: relative;
        right: 0;
        top: 0;
        margin-left: 0;
        margin-right: auto;
    }

    .footer__right__top .footer-menu {
        position: absolute;
    }

    .footer__right__bottom {
        padding-left: 2.5rem;
        padding-bottom: 15px;
    }

    .footer__left__link .icon-block {
        margin-right: 15px;
    }

    .footer__left {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f7f7f7;
    }

    .btn-border-style {
        padding: 12px 0 8px;
    }

    .footer__right__top .f-menu-top {
        bottom: 0;
    }

    .call-to-phone a.call-to-link {
        font-size: 30px;
        letter-spacing: 2.2px;
    }

    .call-to-phone.ab-page {
        padding-top: 3.3rem;
        margin-bottom: 0;
    }

    .about-page .container {
        padding-left: 15px;
    }

    .about-page__info {
        max-width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .about-page__content {
        margin-top: 1.2rem;
    }

    .about-page__content {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }

    .adaptive-table {
        overflow-x: scroll;
    }

    .cost__content table th {
        padding: 22px 28px 10px;
    }

    .cost__title {
        font-size: 16px;
        line-height: 25px;
    }

    .about-page.service-list {
        -webkit-background-size: 120% 120%;
        background-size: 120%;
    }
    .about-page.action .slide-item{
        max-width: 100%;
    }
    .about-page__content{
        padding-bottom: 2.3rem;
    }
}


@media (max-width: 430px) {
    .main__content .btns-block a.main-btn-price, .main__content .btns-block a.main-btn-services {
        max-width: 48%;
    }

    .title {
        letter-spacing: 5px;
    }

    .calculate__content__checkbox .check-group label {
        font-size: 13px;
    }

    .form-block .form-title {
        font-size: 21px;
    }

    .form-block form {
        margin-top: 1.5rem;
    }

    .advantages.contact-advantages .container {
        padding-left: 0;
    }

    .advantages.contact-advantages .advantages__content__block {
        margin: 0 auto;
    }

    .about-page__content__block .descr-block {
        padding-top: 5px;
    }

    .about-page__content__block .descr-block br {
        display: none;
    }

    .about-page__content__block.block6 .descr-block {
        padding-top: 15px;
    }

    .about-page.answer-page {
        -webkit-background-size: 120% 120%;
        background-size: 120%;
    }

    .about-page.answer-page .about-page__content__block {
        max-width: 80%;
        -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        width: 100%;
    }

    .cost__title {
        font-size: 14px;
        line-height: 20px;
    }

    .cost__content {
        margin-top: 1rem;
    }

    .tarifs.cost-page {
        padding-bottom: 0;
    }
}

@media (max-width: 413px) {
    .header__logo {
        max-width: 65px;
        -webkit-flex-basis: 65px;
        -ms-flex-preferred-size: 65px;
        flex-basis: 65px;
    }

    .header .container {
        padding: 0;
    }

    .header__backcall {
        -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
        max-width: 200px;
    }

    .header__phone {
        padding-top: 1.2rem;
    }

    .header .header-menu {
        margin-top: 1.1rem;
    }

    .main__content .btns-block a.main-btn-services {
        margin-left: 10px;
    }

    .btn-style, .btn-border-style {
        font-size: 13px;
    }

    .main__title {
        font-size: 20px;
        line-height: 24px;
    }

    .main__subtitle {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .main__content .main-descr {
        font-size: 12px;
    }

    .title {
        font-size: 16px;
        line-height: 22px;
    }

    .service__content__bottom__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .service__content__bottom__block .title-block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .service__content__bottom__block .icon-block i.icon {
        margin: 0 auto;
    }

    .service__content__bottom__block {
        margin-bottom: 1rem;
    }

    .service__content__bottom__btn-block a.service-btn {
        padding: 12px;
    }

    .calculate__content__checkbox .check-group {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 100%;
        max-width: 50%;
    }

    .calculate__content__form span {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .advantages__content__block {
        -webkit-flex-basis: 90% !important;
        -ms-flex-preferred-size: 90% !important;
        flex-basis: 90% !important;
        max-width: 90% !important;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .answers .slide-item a.slide-btn {
        bottom: -1rem;
    }

    .header__menu .main-menu-list {
        top: 58px;
    }

    .modal-form-style {
        padding: 3rem 2rem;
    }

    .modal-form-style form {
        padding-right: 0;
    }

    .call-to-phone a.call-to-link {
        font-size: 24px;
        letter-spacing: 0;
    }

    .contacts__content__left {
        padding: 1.4rem 10px;
    }

    .contacts__content__block .icon-block {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        margin-left: -10px;
    }

    .contacts__content__block .descr-block a, .contacts__content__block .descr-block p {
        font-size: 13px;
    }

    .about-page__content {
        padding: 1rem 1rem;
        padding-bottom: 5rem;
    }

    .about-page__content__block-title {
        letter-spacing: 0;
    }

    .about-page__content__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .about-page__content__block .descr-block {
        padding: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-top: 1rem;
        text-align: center;
    }

    .about-page.service-list .about-page__content__block .icon-block, .about-page.service-list .about-page__content__serv-block .about-page__content__block .icon-block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .about-page.service-list .about-page__content__block .icon-block i.icon, .about-page.service-list .about-page__content__serv-block .about-page__content__block .icon-block i.icon {
        margin: 0 auto;
    }

    .about-page.service-list .about-page__content__block .descr-block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .about-page.service-list .about-page__content__block .arrow-block .arrow-link, .about-page.service-list .about-page__content__block .arrow-block {
        width: 100%;
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0;
        min-height: 50px;
    }

    .about-page.service-list .about-page__content__complex .complex-title {
        font-size: 18px;
    }

    .about-page.service-list .about-page__content__complex .complex-form .form-title {
        max-width: 100%;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 24px;
    }

    .about-page.service-list input.border-style-input {
        padding-left: 0;
        font-size: 15px;
    }

    .about-page.service-list .about-page__content__complex .complex-form .form-content .input-group.btn_group {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .about-page.service-list .about-page__content__serv-block .about-page__content__block .descr-block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        margin: 0 auto;
    }

    .about-page.service-list .about-page__content__serv-block .about-page__content__block .arrow-block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        min-height: 50px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .about-page.service-list .about-page__content__serv-block .about-page__content__block .arrow-block a.arrow-link {
        position: relative;
        left: auto;
        right: auto;
        margin: 0 auto;
        max-width: 50px;
    }

    .about-page.service-list .about-page__content__btn-block {
        margin-top: 0;
    }

    .about-page.service-list {
        background-image: none;
        background-color: #f7f7f7;
    }
}


@media(max-width: 992px){
    .header__menu .main-menu-list{
        justify-content: center;
    }
    .about-page.action .slide-item{
        max-width: 31%;
        flex-basis: 31%;
    }
    
}
@media(max-width: 768px){
    .header .header-menu{
        display: block;
    }
    .about-page.action .slide-item{
        max-width: 48%;
        flex-basis: 48%;
        margin: 0 auto !important;
        margin-bottom: 15px !important;
    }
    .about-page.action .tarifs-slider{
        justify-content: center;
    }
}

@media(max-width: 980px){
    .tarifs .slide-item{
        min-width: 46%;
    }
    .tarifs .tarifs-slider {
    justify-content: center;
}
}
@media(max-width: 767px){
    .tarifs .slide-item{
        min-width: 300px;
        width: 100%;
        max-width: 320px;
    }
    .about-page.action .slide-item{
        min-width: 300px;
        width: 100%;
        max-width: 320px;
        flex-basis: 320px;
        margin: 0 auto !important;
        margin-bottom: 15px !important;
    }
    .tarifs .tarifs-slider {
    justify-content: center;
}
.form-block{
    border-bottom: 8px solid #ff6600;
}
}
/* fix */
.ans-link{
    text-transform: uppercase;
    text-align: right;
    font-family: MullerBold, sans-serif;
    transition: .5s;
    color: #ff6600;
}
.ans-link:hover{
    color: #000;
    text-decoration: none;
}
@media(max-width: 1200px){
    .header__phone{
        justify-content: center;
    }
}
@media(max-width: 767px){
    .ans-link{
        display: none;
    }
}
@media(max-width: 413px){
    .header__phone{
        margin-left: 0;
    }
}

a.see-more-btn {
    color: #e68a00;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    border-bottom: 1px dashed;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-family: MullerBold, sans-serif;
}