@charset "UTF-8";

@font-face {
    font-display: swap;
    font-family: roboto;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/RobotoRegular/RobotoRegular.eot);
    src: url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: roboto;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/RobotoMedium/RobotoMedium.eot);
    src: url(../fonts/RobotoMedium/RobotoMedium.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoMedium/RobotoMedium.woff) format("woff"), url(../fonts/RobotoMedium/RobotoMedium.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: roboto;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/RobotoBold/RobotoBold.eot);
    src: url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBold/RobotoBold.woff) format("woff"), url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: roboto;
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/RobotoBlack/RobotoBlack.eot);
    src: url(../fonts/RobotoBlack/RobotoBlack.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBlack/RobotoBlack.woff) format("woff"), url(../fonts/RobotoBlack/RobotoBlack.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: roboto;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/RobotoLight/RobotoLight.eot);
    src: url(../fonts/RobotoLight/RobotoLight.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoLight/RobotoLight.woff) format("woff"), url(../fonts/RobotoLight/RobotoLight.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: fontello;
    src: url(../fonts/fontello/font/fontello.eot?81611844);
    src: url(../fonts/fontello/font/fontello.eot?81611844#iefix) format("embedded-opentype"), url(../fonts/fontello/font/fontello.woff2?81611844) format("woff2"), url(../fonts/fontello/font/fontello.woff?81611844) format("woff"), url(../fonts/fontello/font/fontello.ttf?81611844) format("truetype"), url(../fonts/fontello/font/fontello.svg?81611844#fontello) format("svg");
    font-weight: 400;
    font-style: normal
}

body{

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: roboto, sans-serif;
}

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: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
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;
    font-family: roboto, sans-serif;
}

[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: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[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
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    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: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, 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: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -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
}

@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    font-family: roboto, sans-serif;
}

.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: 1170px
    }
}

.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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-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
}

.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
    }

    .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
    }

    .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
    }

    .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
    }

    .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
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-ok:before {
    content: '\2713'
}

.icon-location:before {
    content: '\e724'
}

.icon-phone:before {
    content: '\e800'
}

.icon-right-open:before {
    content: '\f006'
}

.icon-left-open:before {
    content: '\f007'
}

.icon-mail-alt:before {
    content: '\f0e0'
}

.icon-clock:before {
    content: '🕔'
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen,
.fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background-color: rgba(0, 175, 234, .5)
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: transform, width;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.1, 0, .25, 1);
    -o-transition-timing-function: cubic-bezier(.1, 0, .25, 1);
    transition-timing-function: cubic-bezier(.1, 0, .25, 1);
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav,
.fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
    display: inline-block;
    vertical-align: middle
}

.fotorama__nav__frame,
.fotorama__thumb-border {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.fotorama__caption__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fotorama--hidden,
.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: url(../libs/fotorama/fotorama.png) no-repeat
}

@media (-webkit-min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:2/1),
(min-resolution:2dppx) {

    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-close,
    .fotorama__video-play {
        background: url(../libs/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, .2)
}

@media print {

    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__thumb-border,
    .fotorama__video-close,
    .fotorama__video-play {
        background: 0 0 !important
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive)>:not(:first-child) {
    display: none
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
    background: #000
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav,
.fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    opacity: 0;
    border: none !important
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots {
    display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, .25)), to(rgba(64, 64, 64, .1)));
    background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1));
    background-image: -o-linear-gradient(top left, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1));
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .5)
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 10px
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    opacity: .1
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0) !important;
    transform: translate3d(32px, -32px, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0) !important;
    transform: translate3d(-48px, 0, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0) !important;
    transform: translate3d(48px, 0, 0) !important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    -webkit-background-size: 1px 100%, 5px 100%;
    background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before,
.fotorama__stage:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, .2)), color-stop(75%, rgba(0, 0, 0, .3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, .4), transparent);
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, .4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 0 0, 0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after,
.fotorama__stage:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, .2)), color-stop(75%, rgba(0, 0, 0, .3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, .4), transparent);
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, .4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}

.arcticmodal-container,
.arcticmodal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle
}

.arcticmodal-error {
    padding: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    color: #fff
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000 url(loading.gif) no-repeat 50% 50%
}

.box-modal {
    position: relative;
    width: 500px;
    padding: 16px;
    background: #fff;
    color: #3c3c3c;
    font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    -webkit-box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.box-modal_close {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    cursor: pointer
}

.box-modal_close:hover {
    color: #666
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.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;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -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 {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.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 {
    -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
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -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-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.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 .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    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 .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.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: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.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 .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s 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
}

::-webkit-input-placeholder {
    color: #666;
    text-align: center
}

::-moz-placeholder {
    color: #666;
    text-align: center
}

:-ms-input-placeholder {
    color: #666;
    text-align: center
}

::-ms-input-placeholder {
    color: #666;
    text-align: center
}

::placeholder {
    color: #666;
    text-align: center
}

::-moz-selection {
    background-color: #03b0ff;
    color: #fff
}

::selection {
    background-color: #03b0ff;
    color: #fff
}

.col-b-30 {
    margin-bottom: 30px
}

body {
    font-size: 14px;
    min-width: 320px;
    position: relative;
    line-height: 1.2;
    font-family: roboto, sans-serif;
    overflow-x: hidden;
    color: #333;
    font-weight: 500
}

body input,
body textarea {
    border: #666 1px solid;
    outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid,
body textarea:required:valid {
    border-color: green
}

.fixed-menu {
    position: relative
}

.green-link {
    color: #03b0ff;
    text-decoration: underline
}

.green-link:active,
.green-link:focus,
.green-link:hover {
    color: #03b0ff;
    text-decoration: none
}

.sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive.img-width {
    width: 100%
}

.p-0 {
    padding: 0
}

.m-0 {
    margin: 0
}

.text-center {
    text-align: center
}

b,
strong {
    font-weight: 700
}

.ul {
    margin: 0;
    padding: 0
}

.ul li {
    list-style-type: none
}

.inline__menu li {
    display: inline-block;
    font-size: 0
}

a:focus,
button:focus {
    outline: 0
}

.button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: none;
    position: relative;
    cursor: pointer
}

.button--red {
    background: #fde910;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .25), 0 3px 0 #edda13;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .25), 0 3px 0 #edda13;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.button--red:focus,
.button--red:hover {
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .25), 0 3px 0 #edda13, 0 7px 8px 0 rgba(186, 195, 65, .5);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .25), 0 3px 0 #edda13, 0 7px 8px 0 rgba(186,
            195,
            65,
            .5)
}

.botton--green {
    background: -webkit-gradient(linear, left bottom, left top, from(#158bf4), to(#7bbc41));
    background: -webkit-linear-gradient(bottom, #158bf4 0, #03b0ff 100%);
    background: -o-linear-gradient(bottom, #158bf4 0, #03b0ff 100%);
    background: linear-gradient(to top, #158bf4 0, #03b0ff 100%);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .25), 0 3px 0 #2389ee;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .25), 0 3px 0;
    -webkit-transition:background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease
}

.botton--green:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#158bf4), to(#158bf4));
    background: -webkit-linear-gradient(bottom, #158bf4 0, #158bf4 100%);
    background: -o-linear-gradient(bottom, #158bf4 0, #158bf4 100%);
    background: linear-gradient(to top, #158bf4 0, #158bf4 100%);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .25), 0 3px 0 #158bf4;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .25), 0 3px 0 #158bf4;
}

.botton--green:active {
    background: -webkit-gradient(linear, left bottom, left top, from(#158bf4), to(#158bf4));
    background: -webkit-linear-gradient(bottom, #158bf4 0, #158bf4 100%);
    background: -o-linear-gradient(bottom, #158bf4 0, #158bf4 100%);
    background: linear-gradient(to top, #158bf4 0, #158bf4 100%);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .25), 0 3px 0 #158bf4;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .25), 0 3px 0 #158bf4;
}

.button__wraper {
    text-align: center
}

.button--menu__wraper {
    text-align: center;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.button--menu {
    width: 20px;
    height: 13px;
    background: 0 0;
    border: none;
    cursor: pointer;
    height: 40px;
    padding: 0 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    position: relative
}

.button--menu .menu__band {
    display: block;
    width: 20px;
    height: 3px;
    background: #4a4a4a;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.button--menu .menu__band--1 {
    top: 38%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.button--menu .menu__band--3 {
    top: 63%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.button--open .menu__band--2 {
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px)
}

.button--open .menu__band--1 {
    -webkit-transform: rotate(-45deg) translate(0, -5px);
    -ms-transform: rotate(-45deg) translate(0, -5px);
    transform: rotate(-45deg) translate(0, -5px);
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right
}

.button--open .menu__band--3 {
    -webkit-transform: rotate(45deg) translate(-8px, -11px);
    -ms-transform: rotate(45deg) translate(-8px, -11px);
    transform: rotate(45deg) translate(-8px, -11px);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left
}

.hidden-block {
    display: none
}

.mycol {
    padding: 0
}

.header {
    position: relative;
    background: #fff url(../img/streamer.png);
    background-repeat: no-repeat;
    background-position: 42% top;
    height:
        /*130px;*/
        100%;
}

.top__line {
    margin-bottom: 12px
}

.main__menu {
    background: #f4f4f4;
    padding-left: 40px;
    margin-left: 59px;
    -webkit-border-radius: 0 0 0 50px;
    border-radius: 0 0 0 50px;
    padding-top: 0
}

.nav__link {
    padding: 9px 26px 9px 9px;
    display: inline-block;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.nav__link:hover {
    color: #03b0ff;
    text-decoration: underline
}

.nav__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 12px;
    background: #77a332
}

.sticky__menu--mobile {
    display: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sticky__menu--mobile .logo {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sticky__menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.sticky__menu .sticky__menu--top {
    padding: 5px 0;
    background-color: #03a4ff;
}

.sticky__menu .sticky-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sticky__menu .nav__link--sticky {
    padding: 9px 16px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sticky__menu .nav__link--sticky:hover {
    color: #fff;
    text-decoration: underline
}

.sticky__menu .nav__link--sticky::before {
    background: url(../img/menu-before.png);
    width: 2px;
    height: 43px
}

.sticky__menu .nav__list--stiky li:last-child a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2px;
    height: 43px;
    background: url(../img/menu-before.png)
}

.sticky__menu .call__block {
    padding: 0
}

.sticky__menu .call__block .phone__block {
    margin-top: 0
}

.sticky__menu .call__block .phone__number {
    color: #fff
}

.sticky__menu .call__block .call-time {
    color: #fff
}

.sticky__menu .sticky__menu--bottom {
    background: #ededed;
    -webkit-box-shadow: 0 5px 5px rgba(15, 16, 16, .15);
    box-shadow: 0 5px 5px rgba(15, 16, 16, .15)
}

.sticky__menu .bottom__menu {
    border: none
}

.sticky__menu .bottom-menu__link {
    padding: 18px 35px 15px
}

.sticky__menu .bottom-menu__link::before {
    top: 35px
}

.scroll {
    position: fixed !important;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .4)
}

.hidden__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    display: none
}

.hidden__list {
    text-align: center;
    margin-bottom: 15px
}

.hidden__list a {
    color: #313131;
    text-transform: uppercase;
    font-size: 15px
}

.hidden__list--second a {
    text-transform: none;
    font-weight: 300
}

.drop__menu:hover {
    color: #03b0ff;
    text-decoration: underline
}

.middle__line {
    margin-bottom: 26px
}

.logo {
    height: 100%;
    position: relative
}

.logo a {
    height: 33px;
    display: block
}

.logo img {
    max-width: 100%;
    width: 210px;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.call__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 5px
}

.phone__block {
    line-height: 1;
    margin-right: 28px;
    margin-top: 5px
}

.phone__number {
    font-size: 22px;
    display: block;
    font-weight: 900;
    color: #373737;
    text-decoration: none;
    line-height: 24px
}

.phone__number:active,
.phone__number:hover {
    color: #373737;
    text-decoration: none
}

.call-time {
    font-size: 12px;
    color: #03b0ff;
    text-align: right
}

.button--top {
    padding: 15px 31px 12px 54px;
    font-size: 13px
}

.button--call i,
.button--call--mobile i {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 33px;
    height: 33px;
    color: #000;
    background: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    line-height: 33px
}

.drop-down__list,
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0 3px 8px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 8px 2px rgba(0, 0, 0, .2);
    display: none;
    margin-left: 0 !important;
    padding-left: 0;

}

.drop-down__list li,
.sub-menu li {
    font-size: 13px;
    display: block
}

.drop-down__list li a,
.sub-menu li a {
    font-size: 12px;
    color: #212121;
    padding: 10px 0 10px 13px;
    display: block
}

.drop-down__list li a:hover,
.sub-menu li a:hover {
    color: #212121;
    text-decoration: none;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #158bf4), to(#03b0ff));
    background: -webkit-linear-gradient(bottom, #158bf4 0, #03b0ff 100%);
    background: -o-linear-gradient(bottom, #158bf4 0, #03b0ff 100%);
    background: linear-gradient(to top, #158bf4 0, #03b0ff 100%);
    color: #fff
}

.drop-down__list--mobile {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f3f3f2
}

.bottom__menu {
    border-top: 1px solid #ededec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.drop-menu {
    position: relative
}

.drop-menu:hover {
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #158bf4), to(#03b0ff));
    background: -webkit-linear-gradient(bottom, #158bf4 0, #03b0ff 100%);
    background: -o-linear-gradient(bottom, #158bf4 0, #03b0ff 100%);
    background: linear-gradient(to top, #158bf4 0, #03b0ff 100%)
}



.drop-menu:hover .drop-down__list,
.drop-menu:hover .sub-menu {
    display: block;
    color: #000;
}

.bottom-menu__link {
    font-size: 14px;
    text-transform: uppercase;
    color: #212121;
    padding: 18px 35px 13px;
    display: inline-block;
    margin-top: -1px;
    position: relative;
    overflow: hidden
}

.bottom-menu__link:hover {
    text-decoration: none;
    color: #fff
}

.banner__item {
    position: relative;
    height: 100%
}

.banner__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.owl-carousel .owl-item img {
    height: auto;
    /*min-height:272px*/
}

.title__composition {
    position: absolute;
    top: 21%;
    left: 20%;
    max-width: 570px;
    /*-webkit-transform:translate(-70%,-50%);-ms-transform:translate(-70%,-50%);transform:translate(-70%,-50%);*/
    z-index: 9
}

.h1 {
    color: #03b0ff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    line-height: 35px
}

.sub-title {
    font-size: 22px;
    color: #212121;
    margin-bottom: 19px
}

.sub-title--second {
    font-size: 14px;
    color: #212121;
    margin: 0;
    width: 60%
}

.sub-title--second a {
    text-decoration: underline;
    color: #fff;
    font-size: 21px;
}

.sub-title--second a:hover {
    color: #3A844A;
}

.sub-header {
    background: #f3f3f2;
    padding: 34px 0 17px
}

.h2-composition {
    text-align: center;
    color: #313131;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 23px
}

.h2 {
    font-size: 40px;
    font-weight: 900;
    margin: 0
}

.sub-header__text {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6
}

.services {
    padding: 52px 0 78px
}

.h3-composition {
    text-align: center
}

.h3-composition span {
    color: #303030;
    font-weight: 300;
    font-size: 24px;
    display: block
}

.h3 {
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    text-align: center
}

.h3-composition--mobile {
    display: none
}

.services__carts {
    margin-top: 60px
}

.services-cart {
    margin-bottom: 30px;
    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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #ededec;
    min-height: 418px;
    padding: 35px 20px 20px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 5
}

.services-cart::before {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 35px;
    height: 200px;
    background: 0 0;
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2
}

.services-cart::after {
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 35px;
    height: 50px;
    background: 0 0;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2
}

.services-cart:hover::before {
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px);
    border-top: 1px solid #03b0ff;
    border-left: 1px solid #03b0ff
}

.services-cart:hover::after {
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px);
    border-bottom: 1px solid #03b0ff;
    border-right: 1px solid #03b0ff
}

.h5 {
    font-size: 20px;
    font-weight: 900;
    color: #292929;
    margin-bottom: 7px
}

.services-cart__prise {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 9px
}

.services-cart__photo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.cart__button-wrapper {
    text-align: center;

}

.button-services-cart {    
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 14px;
    padding: 15px 59px 12px;
    margin: auto;
    color:#fff !important;
    z-index: 4
}

.expert-call {
    text-align: center;
    margin-top: 18px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ededec
}

.services__call {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 7px;
    color: #313131;
    text-decoration: none
}

.services__call a {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 7px;
    color: #313131;
    text-decoration: none
}

.services__call a:hover {
    color: #313131;
    text-decoration: none
}

.services__expert {
    font-size: 15px;
    font-weight: 400;
    margin: 0
}

.services__recomendation {
    margin-top: 52px;
    margin-bottom: 52px;
}

.recomendation__text {
    margin-top: 35px;
    text-align: left;
    font-size: 13px
}

.recomendation__text p {
    margin: 0;
    line-height: 1.6;
    font-size: 15px;
    font-weight: normal;
}

.portfolio {
    background: #f3f3f2;
    padding: 52px 0 88px
}

.carousel__wrapper {
    position: relative
}

.portfolio__slider {
    margin-top: 55px
}

.portfolio__slider .hover-border::before {
    left: 0
}

.portfolio__slider .hover-border:hover::before {
    width: 100%
}

.portfolio__slider .hover-border:hover::after {
    width: 100%
}

.portfolio__item {
    background: #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;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #212121;
    padding: 0 13px;
    padding-bottom:10px;
}

.photo__scale-hover {
    overflow: hidden;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.photo__scale-hover img {
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.photo__scale-hover:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.hover-border {
    position: relative;
    z-index: 5;
    border: 1px solid #ededec
}

.hover-border::before {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 36px;
    height: 200px;
    background: 0 0;
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1
}

.hover-border::after {
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 36px;
    height: 200px;
    background: 0 0;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1
}

.hover-border:hover {
    color: #212121;
    text-decoration: none
}

.hover-border:hover::before {
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px);
    border-color: #03b0ff
}

.hover-border:hover::after {
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px);
    border-color: #03b0ff
}

.portfolio-item__title {
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    padding: 17px 0 17px 8px;
    color: #212121
}

.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.portfolio-item__photo {
    padding: 13px 0;
    padding-top: 0;
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto
}

.carousel__nav i {
    position: absolute;
    font-size: 37px;
    color: #969696;
    top: 42%;
    -webkit-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    transform: translate(0, -20%);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.carousel__nav i:hover {
    color: #03b0ff
}

.carousel__nav .slider__nav--next,
.genplan__slider__nav--next {
    left: -63px
}

.carousel__nav .slider__nav--prev,
.genplan__slider__nav--prev {
    right: -63px
}

.order {
    padding: 59px 0 20px
}

.order__list {
    margin-top: 60px
}

.order__item {
    margin-bottom: 58px
}

.order__item strong {
    display: block;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 15px;
    text-align: center
}

.order__number {
    font-weight: 900;
    color: #373737;
    font-size: 16px;
    position: relative;
    padding-left: 6px;
    line-height: 16px;
    margin-bottom: 7px
}

.order__number::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 22px;
    background: #969696
}

.order__number::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 15px;
    height: 1px;
    background: #969696
}

.order__icon {
    width: 66px;
    min-height: 68px;
    display: block;
    margin: 0 auto
}

.order__text {
    margin-top: 14px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0
}

.button--order {
    font-size: 14px;
    font-weight: 900;
    padding: 15px 47px 12px
}

.client {
    padding: 39px 0 0;
    background: #f3f3f2
}

.client__block {
    margin-top: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px 13px
}

.client__logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 39px
}

.reason {
    padding-bottom: 50px
}

.reason__bg {
    position: relative
}

.reason__bg img {
    max-width: 100%;
}

.triple__title {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 21px;
    padding-top: 95px;
    padding-bottom: 56px;
    white-space: nowrap;
    /*border-left:1px solid #969696*/
}

.triple__title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    width: 36px;
    /*height:1px;*/
    background: #969696
}

.triple__title span {
    display: block
}

.triple__title span:first-child {
    font-size: 30px;
    font-weight: 300;
    color: #373737;
    text-transform: uppercase
}

.triple__title span:nth-child(2) {
    font-size: 30px;
    font-weight: 900;
    color: #03b0ff;
    text-transform: uppercase
}

.triple__title span:last-child {
    font-size: 24px;
    font-weight: 900;
    color: #373737
}

.reason__item {
    font-size: 15px;
    font-weight: normal;
    color: #373737;
    line-height: 20px;
    padding-left: 44px;
    margin-bottom: 29px;
    position: relative
}

.reason__item::before {
    content: '';
    position: absolute;
    top: -22px;
    left: 10px;
    width: 29px;
    height: 36px;
    background: url(../img/checked.png);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.reason__item:last-child {
    margin-bottom: 0
}

.reason__item span {
    color: #03b0ff;
    font-weight: 900
}

.calculators {
    background-color: #f3f3f2;
    padding: 57px 0 38px
}

.calculator {
    display: block;
    background: #fff;
    padding: 42px 30px 16px;
    margin-top: 57px;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    position: relative;
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease
}

.calculator::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    height: 1px;
    width: 33px;
    background: #d1d1d1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.calculator::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    height: 1px;
    width: 33px;
    background: #d1d1d1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.calculator:hover {
    text-decoration: none;
    border-color: #03b0ff
}

.calculator:hover::before {
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    background: #03b0ff
}

.calculator:hover::after {
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    background: #03b0ff
}

.calculator img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto
}

.calculator__text {
    margin-top: 45px;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    color: #313131
}

.h4 {
    color: #3e3e3e;
    /*text-transform:uppercase;*/
    font-size: 24px;
    font-weight: 900
}

.call-back {
    padding: 28px 0 25px;
    background: #d1d1d1
}

.call-back--mobile {
    display: none
}

.call-back__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.call-back__text {
    color: #303030;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase
}

.call-back__text p {
    margin: 0;
    text-decoration: none
}

.call-back__text a {
    color: #303030;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none
}

.call-back__text a:hover {
    text-decoration: none
}

.small {
    font-weight: 300;
    text-transform: none
}

.button--call-back {
    font-size: 14px;
    padding: 18px 73px 15px 114px
}

.button--call-back i {
    left: 65px;
    top: 11px
}

.desing {
    position: relative;
    z-index: 4
}

.desing::before {
    content: '';
    position: absolute;
    display: block;
    height: 308px;
    top: 55%;
    left: 0;
    right: 0;
    background: #f3f3f2;
    margin-top: -154px
}

.desing__background {
    padding: 95px 0 55px;
    position: relative;
    z-index: 5
}

.desing__background img {
    max-width: 100%;
}

.triple__title--desing {
    top: 55%
}

.triple__title--desing span {
    display: block
}

.triple__title--desing span:first-child {
    font-size: 30px;
    font-weight: 900;
    color: #03b0ff
}

.triple__title--desing span:nth-child(2) {
    font-size: 24px;
    font-weight: 900;
    color: #373737;
    margin-bottom: 15px;
    text-transform: none
}

.triple__title--desing span:last-child {
    font-size: 15px;
    font-weight: 300;
    color: #373737;
    white-space: normal
}

.descriotion {
    padding-bottom: 60px
}

.desing__text {
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    color: #313131
}

.descriotion__list li {
    margin-bottom: 5px
}

.footer {
    padding: 25px 0 0;
    background: #f3f3f2
}

.footer__logo {
    display: block;
    margin-bottom: 22px
}

.phone__block--footer {
    margin-bottom: 12px;
    white-space: nowrap
}

.phone__block--footer .call-time {
    color: #797979
}

.footer__adress {
    font-size: 13px;
    color: #313131;
    margin-bottom: 12px
}

.footer__mail {
    font-size: 14px;
    color: #03b0ff;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer__mail:hover {
    color: #03b0ff;
    text-decoration: none
}

.footer__list {
    text-align: left;
}

.footer__list li {
    white-space: nowrap;
    margin-bottom: 9px
}

.footer__list .wrap {
    white-space: normal
}

.footer__list span {
    color: #03b0ff;
    font-size: 15px
}

.footer__list a {
    color: #313131;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer__list a:hover {
    color: #03b0ff;
    text-decoration: underline
}

.just-hidden {
    display: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden
}

.page__sub-header {
    padding: 40px 0 35px;
    background: url(../img/pagetop.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.page-h1 {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

.bread-crumbs {
    padding: 17px 0 14px;
    background-color: #ededec
}

.bread-crumbs__link {
    font-size: 12px;
    color: #424242
}

.bread-crumbs__link:hover {
    color: #424242;
    text-decoration: none
}

.bread-crumbs__icon {
    font-size: 12px
}

.bread-crumbs__page {
    font-size: 12px;
    font-weight: 400;
    color: #7d7d7d
}

.top {
    position: fixed;
    bottom: 50px;
    right: -500px;
    width: 50px;
    height: 50px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fde910), to(#fde910));
    background: -webkit-linear-gradient(bottom, #fde910 0, #fde910 100%);
    background: -o-linear-gradient(bottom, #fde910 0, #fde910 100%);
    background: linear-gradient(to top, #fde910 0, #fde910 100%);
    text-align: center;
    line-height: 50px;
    z-index: 100;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    -webkit-animation: gradient 4s ease alternate infinite;
    animation: gradient 4s ease alternate infinite;
    -webkit-background-size: 100% 300%;
    background-size: 100% 300%;
    overflow: visible;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.top i {
    font-size: 25px;
    text-align: center;
    color: #fff
}

.top i::before {
    -webkit-transform: rotate(90deg) translate(-1px, 0);
    -ms-transform: rotate(90deg) translate(-1px, 0);
    transform: rotate(90deg) translate(-1px, 0);
    margin: 0;
    line-height: 50px;
    width: 100%
}

.top:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #adbd3f), to(#adbd3f));
    background: -webkit-linear-gradient(bottom, #adbd3f 0, #adbd3f 100%);
    background: -o-linear-gradient(bottom, #adbd3f 0, #adbd3f 100%);
    background: linear-gradient(to top, #adbd3f 0, #adbd3f 100%);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

.top:hover i {
    color: #fff
}

.top:active {
    -webkit-box-shadow: inset 0 0 1em rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 1em rgba(0, 0, 0, .5)
}

.top:active i::before {
    -webkit-transform: rotate(90deg) translate(-1px, 0) scale(.95);
    -ms-transform: rotate(90deg) translate(-1px, 0) scale(.95);
    transform: rotate(90deg) translate(-1px, 0) scale(.95)
}

.top-active {
    right: 50px
}

.portfolio-showcase {
    padding: 90px 0 251px
}

.portfolio-col {
    margin-bottom: 30px
}

.portfolio__description {
    padding: 10px 0 17px
}

.description__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 22px;
    background: #ededec;
    font-size: 12px;
    font-size-color: #212121
}

.description__row:nth-child(2n) {
    background: #fff
}

.row__value {
    color: #03b0ff;
    font-size: 13px;
    white-space: nowrap
}

.call-back--page {
    padding: 42px 0 38px;
    background: #d1d1d1
}

.call-back--page .call-back__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.call-back--page .call-back__title {
    text-transform: uppercase;
    font-weight: 300;
    color: #3c3c3c;
    font-size: 24px
}

.call-back--page .call-back__title span {
    font-weight: 900;
    color: #03b0ff
}

.inner-portfolio__title-wrapper {
    font-size: 13px;
    color: #424242;
    margin-bottom: 44px
}

.inner-portfolio__title {
    font-size: 30px;
    font-weight: 900;
    color: #424242;
    margin-top: 42px;
    margin-bottom: 7px
}

.inner-portfolio__sub-title {
    margin: 0
}

.fotorama__thumb-border {
    border: 2px solid #03b0ff
}

.work__short-description {
    padding: 18px 13px;
    background: #ededec;
    height: 100%;
    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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.work__short-description .work-description--top .description__row {
    background: #fff;
    font-size: 13px
}

.work__short-description .work-description--top .description__row:nth-child(2n) {
    background: #ededec
}

.work__short-description .work-description--bottom .description__row {
    background: #ededec;
    color: #03b0ff;
    font-size: 13px
}

.work__short-description .work-description--bottom .description__row:nth-child(2n) {
    background: #fff
}

.work__short-description .work-description--bottom .description__row--title {
    font-size: 14px;
    font-weight: 900;
    padding-left: 22px;
    margin-bottom: 25px
}

.work__description {
    padding: 51px 0 72px
}

.work__description p {
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    color: #464646;
    margin-bottom: 15px
}

.work__title {
    font-size: 30px;
    font-weight: 900;
    /*text-transform:uppercase;*/
    color: #03b0ff;
    margin-bottom: 35px
}

.work__title span {
    font-size: 24px;
    font-weight: 300;
    color: #373737;
    display: block
}

.portfolio__paginator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 100px
}

.button--paginator {
    width: 360px;
    text-align: center;
    display: inline-block;
    padding: 19px 0 16px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase
}

.button--paginator:hover {
    color: #fff;
    text-decoration: none
}

.button--green-border {
    width: 360px;
    text-align: center;
    display: inline-block;
    padding: 19px 0 16px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    color: #424242
}

.button--green-border .icon-left-open::before {
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    transform: translate(-15px, 0)
}

.button--green-border .icon-right-open::before {
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    transform: translate(15px, 0)
}

.button--green-border:hover {
    color: #424242;
    text-decoration: none
}

.button--green-border {
    text-decoration: none;
    border: 2px solid transparent;
    background: #fff;
    -webkit-border-radius: 3.5em;
    border-radius: 3.5em;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.button--green-border::before {
    content: '';
    display: block;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    background: #fff;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: -1
}

.button--green-border::after {
    content: '';
    display: block;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation: gradient 1.5s ease alternate infinite;
    animation: gradient 1.5s ease alternate infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    background: #03b0ff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #03b0ff), to(#03b0ff));
    background: -webkit-linear-gradient(top, #03b0ff 38%, #03b0ff 100%);
    background: -o-linear-gradient(top, #03b0ff 38%, #03b0ff 100%);
    background: linear-gradient(to bottom, #03b0ff 38%, #03b0ff 100%);
    -webkit-background-size: 300% 300%;
    background-size: 300% 300%
}

.button--green-border:hover:after {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes gradient {
    0% {
        background-position: 50% 0
    }

    50% {
        background-position: 50% 95%
    }

    100% {
        background-position: 50% 0
    }
}

@keyframes gradient {
    0% {
        background-position: 50% 0
    }

    50% {
        background-position: 50% 95%
    }

    100% {
        background-position: 50% 0
    }
}

.fotorama__arr {
    display: none !important
}

.blog__first-row {
    padding: 90px 0 36px
}

.blog__last-row {
    padding: 63px 0 100px
}

.blog-col {
    margin-bottom: 30px
}

.blog-item {
    padding: 13px;
    margin: 0;
    height: 100%
}

.blog-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto
}

.blog__date {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    background: #03b0ff;
    padding: 3px 9px;
    font-size: 9px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    z-index: 10
}

.blog__descriotion {
    text-align: center;
    margin-top: 10px
}

.blog-figcaption__title {
    color: #03b0ff;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 5px
}

.blog__descriotion p {
    margin: 0;
    font-size: 13px;
    color: #212121
}

.expert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 26px 48px 26px 52px;
    background: #ededec;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.expert::before {
    content: '';
    position: absolute;
    top: -28px;
    left: 0;
    background: url(../img/expert-stick-top.png);
    width: 225px;
    height: 59px
}

.expert::after {
    content: '';
    position: absolute;
    bottom: -28px;
    right: 0;
    background: url(../img/expert-stick-bottom.png);
    width: 212px;
    height: 60px
}

.expert__text-block {
    font-weight: 900;
    font-size: 20px;
    color: #373737
}

.expert__text-block p {
    margin: 0
}

.expert__title {
    font-size: 30px;
    color: #03b0ff
}

.button--expert {
    padding: 18px 40px 15px
}

.blog-page__header {
    min-height: 450px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.b-page__title-block {
    position: relative;
    padding: 27px 38px;
    background: rgba(0, 0, 0, .4)
}

.b-page__title {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fefefe
}

.blog__date--page {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -webkit-calc(100% - 8px);
    top: calc(100% - 8px)
}

.blog-article header {
    padding: 25px 0 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-article__title {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #03b0ff;
    margin-bottom: 0
}

.blog-article__sub-title {
    font-size: 24px;
    font-weight: 900;
    color: #373737;
    margin-bottom: 0
}

.blog__autor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #373737;
    font-weight: 900;
    border: 1px solid #1cb454;
    border-radius: 20px;
    padding: 5px 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.blog__autor img {
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-right: 16px
}

.autor__name {
    font-size: 18px;
    color: #1cb454;
    display: block;
    margin-bottom: 5px;
}

.autor__role {
    font-size: 13px
}

.mb-3 {
    margin-bottom: 25px
}

.blog-paragraph__wrapper {
    padding-bottom: 20px
}

.blog__paragraph {
    color: #464646;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 18px
}

.blog__paragraph ul {
    font-weight: normal;
}

.blog__photo {
    max-width: 100%;
    height: auto;
    display: block
}

.attention {
    padding: 17px;
    background: #ededec;
    text-align: justify
}

.attention strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px
}

.blog__table {
    width: 100%;
    margin-bottom: 30px
}

.blog__table td,
.blog__table th {
    padding: 17px 20px;
    text-align: left;
    white-space: nowrap
}

.blog__table tr {
    background: #d1d1d1
}

.blog__table tr:nth-child(2n) {
    background: #ededec
}

.blog__table .table__head {
    background: #03b0ff
}

.view-more__title {
    padding: 69px 0 41px;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #424242
}

.recommended__pages {
    padding: 0 0 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.recommended__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 204px;
    -ms-flex: 0 0 204px;
    flex: 0 0 204px;
    margin-right: 25px;
    margin-bottom: 20px
}

.recommended__link:last-child {
    margin-right: 0
}

.recommended__link::before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1
}

.recommended__link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation: gradient 1.5s ease alternate infinite;
    animation: gradient 1.5s ease alternate infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    background: #03b0ff;
    background: #96deff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #96deff), to(#03b0ff));
    background: -webkit-linear-gradient(top, #96deff 38%, #03b0ff 100%);
    background: -o-linear-gradient(top, #96deff 38%, #03b0ff 100%);
    background: linear-gradient(to bottom, #96deff 38%, #03b0ff 100%);
    -webkit-background-size: 300% 300%;
    background-size: 300% 300%
}

.recommended__link:hover:after {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@keyframes gradient {
    0% {
        background-position: 50% 0
    }

    50% {
        background-position: 50% 95%
    }

    100% {
        background-position: 50% 0
    }
}

.recommended__link img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-right: 10px
}

.recommended__name {
    color: #424242;
    font-size: 12px;
    text-decoration: none
}

.recommended__name:hover {
    color: #424242;
    text-decoration: none
}

.project-page__title-group {
    padding: 48px 0 26px;
    text-align: center;
    color: #313131
}

.project-page__title-group h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 6px
}

.project-page__title-group p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0
}

.project-text__wrapper {
    margin-bottom: 40px
}

.project-text__wrapper p {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: normal;
    color: #313113
}

.project__form {
    background: #ededec;
    padding: 25px 0 30px;
    position: relative;
    margin-left: 5px
}

.project__form::before {
    content: '';
    position: absolute;
    display: block;
    z-index: 2;
    height: 225px;
    width: 59px;
    top: 17px;
    left: -28px;
    background: url(../img/project-page-form-sticky-top.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    display:none;
}

.project__form::after {
    content: '';
    position: absolute;
    display: block;
    z-index: 2;
    height: 212px;
    width: 60px;
    bottom: 15px;
    right: -28px;
    background: url(../img/project-page-form-sticky-bottom.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    display:none;
}

.project-form__title-wrapper {
    padding: 22px 30px;
    background: linear-gradient(to bottom, #03a4ff 38%, #037abe 100%);
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.project-form__title-wrapper strong {
    display: block;
    font-size: 24px
}

.project-form__title-wrapper p {
    margin-bottom: 0
}

.project__top-form {
    padding: 36px 40px 0;
    text-align: center
}

.project-form__title {
    margin-bottom: 30px;
    color: #0a0a0a;
    font-size: 17px;
    font-weight: 300
}

.project-form__input {
    padding: 18px;
    width: 100%;
    border: none;
    outline: 0;
    background: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 10px
}

.project-form__input:focus {
    border: none;
    outline: 0
}

.button--project-form {
    width: 100%;
    padding: 18px 15px;
    margin-top: 30px
}

.three-components {
    padding: 67px 0 48px
}

.three-components__carts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 37px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.three-components__cart {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%
}

.three-components__cart p {
    font-size: 14px;
    color: #424242;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0
}

.three-components__cart strong {
    color: #03b0ff;
    font-weight: 500
}



.project-tariff {
    background: #f3f3f2;
    padding: 61px 0 56px
}

.tariff__sub-title {
    color: #303030;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center
}

.tariff-cart {
    margin-top: 45px;
    padding: 32px 16px 26px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tariff-cart:focus,
.tariff-cart:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 27px rgba(15, 16, 16, .25);
    box-shadow: 0 0 27px rgba(15, 16, 16, .25)
}

.tariff-cart:focus {
    outline: 0
}

.tariff-cart__title {
    text-align: center;
    color: #03b0ff;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 32px
}

.tariff-cart__list {
    margin-bottom: 56px;
}

.tariff-cart__list p {
    text-align:center;
}

.tariff-cart__list li {
    font-size: 15px;
    color: #262626;
    margin-bottom: 7px;
    line-height: 1.2;
    padding-left: 10px;
    position: relative;
    font-weight: 400
}

.tariff-cart__list li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #03b0ff;
    position: absolute;
    left: 0;
    top: 7px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.tariff-cart__price {
    text-align: center;
    color: #373737;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 40px
}

.tariff-cart__price strong {
    margin-left: 10px;
    color: #444;
    font-weight: 900;
    font-size: 24px
}

.tariff-cart__price strong p {
    margin-bottom: 0
}

.button--tariff-cart {
    padding: 18px 72px 15px
}

.tarif-mobile {
    display: none
}

.PS {
    margin-top: 17px;
    text-align: center
}

.PS__title {
    color: #373737;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px
}

.PS__sub {
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0
}

.h3-composition--drawing {
    padding: 60px 0
}

.drawing-cart {
    background: #f3f3f2;
    padding: 21px 16px 20px 19px;
    height: 100%;
    min-height: 135px;
    position: relative
}

.drawing-cart__ofer {
    padding-left: 115px;
    color: #424242;
    position: relative
}

.drawing-cart__ofer--1 {
    background: url(../img/drawing1.png);
    background-repeat: no-repeat;
    background-position: left center
}

.drawing-cart__ofer--2 {
    background: url(../img/drawing2.png);
    background-repeat: no-repeat;
    background-position: left center
}

.drawing-cart__ofer--3 {
    background: url(../img/drawing3.png);
    background-repeat: no-repeat;
    background-position: left center
}

.drawing-cart__ofer--4 {
    background: url(../img/drawing4.png);
    background-repeat: no-repeat;
    background-position: left center
}

.drawing-cart__ofer--5 {
    background: url(../img/drawing5.png);
    background-repeat: no-repeat;
    background-position: left center
}

.drawing-cart__ofer--6 {
    background: url(../img/drawing6.png);
    background-repeat: no-repeat;
    background-position: left center
}

.drawing-cart__ofer--7 {
    background: url(../img/drawing7.png);
    background-repeat: no-repeat;
    background-position: left center
}

.drawing-cart__ofer--8 {
    background: url(../img/drawing8.png);
    background-repeat: no-repeat;
    background-position: left center
}

.drawing-cart__ofer--9 {
    background: url(../img/drawing9.png);
    background-repeat: no-repeat;
    background-position: left center
}

.drawing-cart__ofer--10 {
    background: url(../img/drawing10.png);
    background-repeat: no-repeat;
    background-position: left center
}

.drawing-cart__ofer--11 {
    background: url(../img/drawing11.png);
    background-repeat: no-repeat;
    background-position: left center
}

.drawing-cart__ofer--12 {
    background: url(../img/drawing12.png);
    background-repeat: no-repeat;
    background-position: left center
}

.drawing-cart__title {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1.1
}

.drawing-cart__text {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 9px
}

.drawing-cart__price {
    display: inline-block;
    padding: 10px;
    background: #03b0ff;
    border: none;
    color: #fff;
    font-weight: 300;
    font-size: 18px
}

.progect-portfolio {
    background: #fff
}

.progect-portfolio .owl-carousel .owl-item img {
    min-height: 179px
}

.four-reason {
    background: #f3f3f2;
    padding-bottom: 34px
}

.four-reason__cart {
    padding: 32px 19px 21px;
    text-align: center;
    height: 100%;
    cursor: pointer
}

.reason-cart__title {
    font-size: 15px;
    font-weight: 900;
    color: #03b0ff;
    padding-top: 137px;
    margin-bottom: 20px
}

.reason-cart__title--1 {
    background: url(../img/reason1.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: auto auto;
    background-size: auto
}

.reason-cart__title--2 {
    background: url(../img/reason2.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: auto auto;
    background-size: auto
}

.reason-cart__title--3 {
    background: url(../img/reason3.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: auto auto;
    background-size: auto
}

.reason-cart__title--4 {
    background: url(../img/reason4.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: auto auto;
    background-size: auto
}

.reason-cart__text {
    font-size: 14px;
    color: #424242;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 90px
}

.h3-composition--green {
    text-align: left;
    padding: 42px 0 15px
}

.h3-composition--green .h3 {
    color: #03b0ff;
    text-align: left;
}

.h3-composition--green .h4 {
    color: #03b0ff
}

.h3-composition--green p {
    font-weight: 900
}

.answer__block p {
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    color: #454545
}

.map {
    margin-bottom: 20px
}

.m-contacts {
    padding: 42px 0 100px
}

.contacts__block {
    background: #ededec;
    padding: 13px
}

.mymap {
    height: 100%;
    background: url(../img/maps.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.mybaloon {
    padding: 15px 15px 15px 0
}

.mybaloon img {
    max-width: 50%;
    height: auto
}

.mybaloonP {
    font-size: 13px;
    margin-bottom: 0
}

.contacts-item__title {
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 11px;
    color: #fff;
    background: #03b0ff;
    margin-bottom: 16px;
    font-weight: 900
}

.contact__list {
    margin-bottom: 24px
}

.contact__list li {
    font-size: 13px;
    margin-bottom: 7px
}

.contact__list li:nth-child(3) {
    margin-bottom: 20px
}

.contact__list li strong {
    font-size: 16px;
    font-weight: 900
}

.contact__list li i {
    font-size: 16px;
    float: left;
    margin-right: 7px
}

.contact__list li a {
    color: #03b0ff;
    text-decoration: none
}

.contact__list li a:hover {
    color: #03b0ff;
    text-decoration: underline
}

.requisites__list li {
    font-size: 13px;
    margin-bottom: 7px
}

.requisites__list li strong {
    font-size: 14px;
    font-weight: 900
}

.requisites__list--top {
    margin-bottom: 40px
}

.contacts-form {
    background: #ededec;
    text-align: center
}

.contact-form__title {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #03b0ff), to(#158bf4));
    background: -webkit-linear-gradient(bottom, #03b0ff 0, #158bf4 100%);
    background: -o-linear-gradient(bottom, #03b0ff 0, #158bf4 100%);
    background: linear-gradient(to top, #03b0ff 0, #158bf4 100%);
    color: #fff;
    font-size: 18px;
    padding-bottom: 14px;
    padding-top: 17px;
    padding-right: 140px;
    padding-left: 140px;
    font-weight: 900
}

.contact-form__title h3 {
    font-size: 30px;
    text-transform: uppercase
}

.contacts-form__input {
    display: inline-block;
    margin-top: 36px;
    margin-left: 30px;
    margin-bottom: 30px;
    text-align: center;
    width: 265px;
    padding: 18px;
    border: none;
    outline: 0;
    background: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: left
}

.contacts-form__input:first-child {
    margin-left: 0
}

.checkbox__label {
    display: block;
    margin-bottom: 0
}

.checkbox__label a {
    color: #03b0ff;
    text-decoration: underline
}

.checkbox__label a:hover {
    color: #03b0ff;
    text-decoration: underline
}

.button--contacts-form {
    padding: 18px 42px 15px;
    margin-bottom: 42px;
    margin-top: 31px
}

.checkbox__label {
    display: inline-block
}

.checkbox__label .checkbox {
    display: none
}

.checkbox__label .checkbox-custom {
    position: relative;
    top: 15px;
    width: 15px;
    height: 15px;
    border: 1px solid #03b0ff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    left: -25px;
    background: transpatrent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.checkbox__label .checkbox-custom::before {
    content: '\2713';
    font-family: fontello;
    display: block;
    color: #ededec;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 1.5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.checkbox__label .checkbox:checked+.checkbox-custom {
    background: #03b0ff
}

.checkbox__label .checkbox:checked+.checkbox-custom::before {
    color: #fff
}

.hot-line {
    padding: 69px 0 99px
}

.hot-line__title {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #373737;
    font-weight: 900;
    margin-bottom: 49px
}

.hot-line__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hot-line__director img {
    width: 146px;
    max-width: 100%;
    display: block;
    height: auto;
    margin: auto;
    margin-bottom: 10px
}

.director__name-position {
    text-align: center
}

.director__name-position span {
    display: block;
    white-space: nowrap
}

.director__name {
    color: #03b0ff;
    font-size: 18px;
    font-weight: 900
}

.director__position {
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    font-style: italic
}

.hot-line__welcome {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hot-line__welcome p {
    margin-bottom: 0;
    font-size: 14px;
    color: #373737;
    font-style: italic;
    background-color: #ededec;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    padding: 24px 18px;
    position: relative;
    margin-top: -40px;
    margin-left: -10px
}

.hot-line__welcome p::before {
    content: '';
    display: block;
    width: 38px;
    height: 27px;
    background: url(../img/welcome-before.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -32px;
    top: 52%
}

.hot-line__welcome p a {
    color: #03b0ff;
    text-decoration: underline
}

.hot-line__welcome p a:active,
.hot-line__welcome p a:focus,
.hot-line__welcome p a:hover {
    color: #03b0ff;
    text-decoration: underline
}

.b-page__title--about {
    text-transform: none;
    font-weight: 700
}

.about-s-1 {
    padding: 80px 0 61px
}

.about__title {
    text-align: center;
    color: #03b0ff;
    /*text-transform:uppercase;*/
    font-size: 30px;
    margin-bottom: 24px;
    font-weight: 900
}

.s-1__sub__title {
    color: #464646;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 17px
}

.s-1__list {
    background: url(../img/prize.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: left center;
    padding-top: 34px;
    padding-bottom: 34px
}

.s-1__list li {
    color: #464646;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    list-style-type: disc;
    margin-bottom: 10px
}

.about-s-2 {
    background: #f3f3f2;
    padding: 60px 0 49px
}

.s-2__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 56px;
    margin-bottom: 47px
}

.s-2__cart {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27%;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%
}

.s-2-cart__content {
    text-align: center;
    position: relative
}

.s-2-cart__content p {
    color: #373737;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0
}

.s-2-cart__content img{
    width:74px;
    height:74px;
    margin-bottom:20px;
}

.s-2-cart__content--1 {
    background: url(../img/about-s2-1.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: auto auto;
    background-size: auto
}

.s-2-cart__content--2 {
    background: url(../img/about-s2-2.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: auto auto;
    background-size: auto
}

.s-2-cart__content--3 {
    background: url(../img/about-s2-3.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: auto auto;
    background-size: auto
}

.s-2-cart__title {
    color: #03b0ff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 14px
}

.about-s-3 {
    padding: 58px 0 40px
}

.about-s-3 .h3-composition {
    margin-bottom: 62px
}

.sity-list__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px 0 27px;
    background: #f4f4f4
}

.about__sity-list li {
    font-size: 12px;
    line-height: 18px;
    color: #505050
}

.low-price {
    margin-top: 27px;
    text-align: center;
    margin-bottom: 35px
}

.low-price p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
    padding-top: 170px;
    background: url(../img/low-price.jpg);
    background-repeat: no-repeat;
    background-position: center top
}

.low-price p strong {
    font-style: normal;
    font-weight: 900;
    display: block
}

.about__team {
    padding: 70px 0 90px
}

.team-cart__wrapper {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 20px;
}

.team-cart {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    margin-top: 10px;
    margin-right: 30px;
    max-width: 200px;
    border: 1px solid #ededed;
    border-radius: 20px;
    padding: 15px 15px;
}

.team-cart:nth-child(3) {
    margin-right: 0
}

.team-cart:last-child {
    margin-right: 0
}

.team-cart__photo {
    position: relative;
    height: 85px;
    position: relative;
    margin-bottom: 31px
}

.team-photo {
    position: absolute;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    top: 0
}

.team-photo--1 {
    left: 0;
    top: 11px
}

.team-photo--2 {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 4
}

.team-photo--3 {
    right: 0;
    top: 11px
}

.team-cart__text {
    color: #505050
}

.team-cart__title {
    font-size: 18px;
    font-weight: 900;
    color: #03b0ff;
    margin-bottom: 12px;
    display: block
}

.team-cart__description {
    font-size: 15px;
    margin-bottom: 0
}

.about-partners {
    padding: 39px 0 28px;
    background: #f3f3f2
}

.partners__logo-wrapper {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partner-logo {
    margin: auto;
    display: inline-block;
    margin-bottom: 30px
}

.about-plan {
    padding: 66px 0 79px
}

.plan__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 51px
}

.plan-item__name {
    color: #303030;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    padding-top: 100px;
    position: relative
}

.plan-item__name::before {
    content: '';
    position: absolute;
    width: 33px;
    height: 36px;
    display: block;
    background: url(../img/plan-arrow.png);
    top: 43%;
    left: 180px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}



.plan-item__name--2::before {
    left: 200px
}

.plan__item:last-child p::before {
    display: none
}

.s-about-form {
    margin-bottom: 43px
}

.tovar-menu {
    background: -webkit-gradient(linear, left bottom, left top, from(#03b0ff), to(#7bbc41));
    background: -webkit-linear-gradient(bottom, #03b0ff 0, #7bbc41 100%);
    background: -o-linear-gradient(bottom, #03b0ff 0, #7bbc41 100%);
    background: linear-gradient(to top, #03b0ff 0, #7bbc41 100%)
}

.green-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.green-menu>li {
    margin: auto
}

.green-menu>li a {
    position: relative;
    width: 100%
}

.green-menu>li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -69px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2px;
    height: 43px;
    background: url(../img/menu-before.png)
}

.green-menu>li a:first-child::before {
    left: -68px
}

.green-menu>li a:last-of-type::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -69px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2px;
    height: 43px;
    background: url(../img/menu-before.png)
}

.green-menu__toggle {
    height: 45px;
    width: 100%;
    position: relative;
    display: none
}

.green-menu__icon {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.green-menu__icon::before {
    font-size: 25px;
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.green-menu__link {
    padding: 18px 0 14px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block
}

.green-menu__link:hover {
    color: #fff;
    text-decoration: underline
}

.product-hidden__menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 100;
    padding: 20px 35px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7bbc41), to(#03b0ff));
    background: -webkit-linear-gradient(bottom, #7bbc41 0, #03b0ff 100%);
    background: -o-linear-gradient(bottom, #7bbc41 0, #03b0ff 100%);
    background: linear-gradient(to top, #7bbc41 0, #03b0ff 100%);
    display: none
}

.product-menu__open:hover .product-hidden__menu {
    display: block
}

.product-hidden__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-hidden__list li {
    font-size: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding-bottom: 10px;
    padding-right: 10px
}

.product-hidden__list li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400
}

.product-hidden__list li a::after,
.product-hidden__list li a::before {
    display: none
}

.watering-img__wrapper {
    /*margin-top:105px*/
}

.h3-composition--watering {
    text-align: left;
    padding: 43px 0 32px
}

.h3-composition--watering h3 {
    text-align: left;
}

.watering-calculation p {
    font-size: 15px;
    font-weight: normal;
}

.watering-scheme__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

.watering-scheme__wrapper .watering-scheme {
    margin: auto;
    display: inline-block
}

.watering-scheme__wrapper .watering-scheme:first-child {
    margin-left: 0
}

.watering-scheme__wrapper .watering-scheme:last-child {
    margin-right: 0
}

.watering-calculation img {
    max-width: 100%;
    height: auto;
    display: block
}

.watering-calculation .h3-composition--green {
    padding-top: 0;
    padding-bottom: 21px;
    /*text-transform:uppercase*/
}

.watering-calculation .h3-composition--green .h3 {
    font-size: 24px;
    text-align: left;
}

.watering-calculation .h3-composition--green p {
    font-weight: 300;
    font-size: 20px
}

.watering-calculation .h3-composition--green span {
    text-align: left;
}

.watering-calculation__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 20px 11px;
    background: #ededec
}

.watering-calculation__row:nth-child(2n) {
    background: #fff
}

.watering-calculation__name {
    font-size: 14px;
    color: #424242;
    font-weight: 900;
    position: relative
}

.watering-calculation__price {
    font-size: 14px;
    font-weight: 300;
    color: #212121
}

.watering-calculation__price---free {
    color: #fff;
    background: #d64c49;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 4px 7px;
    font-size: 11px;
    font-weight: 300
}

.calculation-table__button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.button--calculation-table {
    width: 265px;
    padding-top: 18px;
    padding-bottom: 13px;
    margin-top: 33px
}

.watering-table__tooltip {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/tooltip.svg);
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -14px;
    cursor: pointer
}

.watering-table__tooltip:hover .tooltip-ul {
    display: block
}

.tooltip-ul {
    background: #fff;
    padding: 22px 20px 22px 11px;
    -webkit-box-shadow: 0 0 32px rgba(15, 16, 16, .5);
    box-shadow: 0 0 32px rgba(15, 16, 16, .5);
    position: absolute;
    top: 34px;
    left: -10px;
    z-index: 30;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    display: none
}

.tooltip-ul::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    z-index: 20;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    left: 18px
}

.tooltip-ul li {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    color: #424242;
    margin-bottom: 10px
}

.tooltip-ul li:first-child {
    font-size: 14px;
    font-weight: 900
}

.deadline {
    padding: 79px 0 101px
}

.deadline .h3-composition {
    margin-bottom: 73px
}

.deadline__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.deadline__item {
    font-size: 18px;
    font-weight: 500;
    color: #424242;
    line-height: 1.3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-top: 90px;
    text-align: center;
}

.deadline__item strong {
    text-transform: uppercase;
    color: #03b0ff;
    display: block;
    font-weight: 900
}

.installation {
    padding: 66px 0 70px
}

.installation .h3 {
    margin-bottom: 70px
}

.installation__list {
    height: 100%;
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.installation__list li {
    font-size: 15px;
    font-weight: normal;
    color: #373737;
    padding: 12px 0 12px 37px;
    background: url(../img/checked.png);
    background-repeat: no-repeat;
    background-position: left center
}

.installation__recommendation h4 {
    padding: 19px 0 11px 17px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    background: #03b0ff;
    margin-bottom: 0
}

.installation__recommendation .recommendation__content {
    padding: 22px 19px 13px 17px;
    font-size: 15px;
    color: #373737;
    font-weight: 400;
    background: #f6f6f6
}

.installation__recommendation .recommendation__content strong {
    font-weight: 900
}

.installation__recommendation .recommendation__content p {
    margin-bottom: 18px;
    line-height: 2
}

.four-reason--watering .reason-cart__text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.watering-ps__list ul {
    font-size: 15px;
    font-weight: normal;
}

.watering-ps__list p {
    font-size: 15px;
    font-weight: normal;
    color: #454545;
    margin-bottom: 15px
}

.watering-ps {
    padding: 22px 0 0
}

.watering-ps .h3-composition {
    padding: 40px 0 20px
}

.watering-ps .h3-composition h3 {
    text-align: left;
}

.watering-ps .h3-composition h3 span {
    text-align: left;
}

.watering-ps .h3-composition h4 {
    text-align: left;
}

.watering-ps .h3-composition h4 span {
    text-align: left;
}

@media only screen and (max-width:1300px) {
    .bg__img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: auto
    }

    .sticky__menu .sticky__menu--top {
        padding: 5px 0
    }

    .sticky__menu .sticky__logo img {
        width: 100px;
        height: auto
    }

    .sticky__menu .phone__number {
        font-size: 20px
    }

    .sticky__menu .nav__link {
        font-size: 12px;
        padding: 9px 12px
    }

    .sticky__menu .bottom-menu__link {
        font-size: 13px
    }

    .carousel__nav {
        display: none
    }
}

@media (max-width:1199.98px) {
    .header {
        background-position: 36% top
    }

    .banner__item {
        height: auto
    }

  

    .sub-title--second {
        width: 100%
    }

    .h2-composition {
        font-size: 23px
    }

    .h2 {
        font-size: 38px
    }

    .h5 {
        font-size: 15px
    }

    .h3-composition {
        font-size: 22px
    }

    .h3 {
        font-size: 27px
    }

    .portfolio-item__title {
        font-size: 18px
    }

    .triple__title {
        margin-top: 20px
    }

    .reason__item::before {
        top: -10px
    }

    .button--call-back {
        white-space: nowrap;
        padding: 18px 40px 15px 50px
    }

    .button--call-back i {
        left: 8px
    }

    .call-back__text {
        font-size: 17px
    }

    .desing::before {
        top: 0;
        margin: 0;
        height: 80%
    }

    .footer__list a {
        font-size: 11px
    }

    .footer__list span {
        font-size: 14px
    }

    .sticky__menu .sticky__menu--top {
        padding: 5px 0
    }

    .sticky__menu .sticky__logo img {
        width: 80px;
        height: auto
    }

    .sticky__menu .nav__link {
        font-size: 11px;
        padding: 9px 10px
    }

    .sticky__menu .phone__block {
        margin-right: 15px
    }

    .sticky__menu .phone__number {
        font-size: 17px
    }

    .sticky__menu .call-time {
        font-size: 11px
    }

    .sticky__menu .nav__link {
        font-size: 11px;
        padding: 9px 10px
    }

    .sticky__menu .bottom-menu__link {
        font-size: 13px
    }

    .call-back__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .call-back__wrapper .small {
        margin: 10px 0
    }

    .expert {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .expert__text-block p {
        margin-bottom: 10px
    }

    .button--paginator {
        width: 250px
    }

    .button--green-border {
        width: 250px
    }

    .blog-article header {
        padding: 35px 0
    }

    .blog-paragraph__wrapper {
        padding-bottom: 0
    }

    .project-form__title-wrapper {
        font-size: 15px
    }

    .project-form__title-wrapper strong {
        font-size: 20px
    }

    .project-form__title {
        font-size: 15px;
        margin-bottom: 15px
    }

    .project__top-form {
        padding: 20px 25px 0
    }

    .project-form__input {
        padding: 14px
    }

    .button--project-form {
        margin-top: 16px
    }

    .components-cart__text {
        font-size: 13px
    }
    
   

    .components-cart__text--topographer {
        padding-left: 0;
        padding-top: 78px;
        background: url(../img/three-components1.png);
        background-repeat: no-repeat;
        -webkit-background-size: auto auto;
        background-size: auto;
        background-position: center top
    }

    .components-cart__text--plan {
        padding-left: 0;
        padding-top: 78px;
        background: url(../img/three-components2.png);
        background-repeat: no-repeat;
        -webkit-background-size: auto auto;
        background-size: auto;
        background-position: center top
    }

    .components-cart__text--wishes {
        padding-left: 0;
        padding-top: 78px;
        background: url(../img/three-components3.png);
        background-repeat: no-repeat;
        -webkit-background-size: auto auto;
        background-size: auto;
        background-position: 23% top
    }

    .button--tariff-cart {
        font-size: 13px;
        padding: 16px 65px 13px
    }

    .tariff-cart__price {
        margin-bottom: 15px
    }

    .tariff-cart__list {
        margin-bottom: 20px
    }

    .tariff-cart__list li {
        font-size: 13px
    }

    .reason-cart__title {
        font-size: 15px
    }

    .reason-cart__text {
        font-size: 13px
    }

    .contact-form__title {
        padding-right: 10px;
        padding-left: 10px
    }

    .s-1__list {
        padding-left: 200px
    }

    .about__sity-list li {
        font-size: 11px;
        line-height: 17px
    }

    .team-photo:hover {
        z-index: 5
    }

    .green-menu>li a::before {
        left: -48px
    }

    .green-menu>li a:first-child::before {
        left: -49px
    }

    .green-menu>li a:last-of-type::after {
        right: -48px
    }

    .watering-scheme__wrapper {
        display: block
    }

    .watering-scheme__wrapper .watering-scheme {
        max-width: 30%;
        margin: 0;
        margin-left: 19px
    }

    .watering-calculation .h3-composition--green {
        padding-bottom: 10px
    }

    .watering-calculation .h3-composition--green p {
        font-size: 18px
    }

    .h3-composition--green h4 {
        font-size: 24px;
    }

    .watering-calculation__row {
        padding: 10px 20px
    }

    .button--calculation-table {
        margin-top: 20px;
        font-size: 12px;
        width: 222px
    }

    .deadline .h3-composition {
        margin-bottom: 40px
    }

    .installation .h3 {
        margin-bottom: 40px
    }

    .installation__recommendation h4 {
        padding-left: 10px;
        font-size: 16px
    }

    .installation__recommendation .recommendation__content {
        padding-left: 10px;
        padding-top: 10px
    }
}

@media (max-width:991.98px) {
    .header {
        background: 0 0
    }

    .bottom-menu__link {
        padding-left: 10px;
        padding-right: 10px
    }

    .sticky__menu .bottom-menu__link {
        padding: 18px 10px 15px
    }

    .button__block button {
        font-size: 0;
        width: 47px;
        height: 47px;
        -webkit-border-radius: 57px;
        border-radius: 57px;
        padding: 0;
        text-align: center;
        line-height: 47px;
        -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .5), 0 3px 0 #c44744;
        box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .5), 0 3px 0 #c44744
    }

    .button--call i {
        width: 31px;
        height: 31px;
        left: 8px;
        top: 8px;
        font-size: 15px
    }

    .services-cart {
        padding: 30px 10px 10px;
        min-height: 340px;
        height:100%;
    }

    .h5 {
        font-size: 14px;
        margin-bottom: 4px
    }

    .services-cart__prise {
        font-size: 15px
    }

    .services-cart__photo {
        max-width: 80%;

    }

    .cart__button-wrapper {
        margin: 0
    }

    .button-services-cart {
        font-size: 13px;
        padding: 13px 45px 9px;
 
    }

    .calculator {
        padding: 30px 21px 15px
    }

    .h4 {
        font-size: 21px
    }

    .call-back__text {
        font-size: 15px
    }

    .footer__contacts-block {
        text-align: center
    }

    .portfolio-showcase {
        padding: 90px 0
    }

    .work__short-description {
        margin-top: 25px
    }

    .work__short-description .work-description--bottom .description__row--title {
        margin-top: 40px
    }

    .button--paginator {
        width: 200px;
        font-size: 12px
    }

    .button--green-border {
        width: 200px;
        font-size: 12px
    }

    .button--green-border .icon-left-open::before,
    .button--green-border .icon-right-open::before {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .blog-article__title {
        font-size: 26px
    }

    .blog-article__sub-title {
        font-size: 21px
    }

    .project-page__title-group h2 {
        font-size: 1.5rem;
        text-align: left;
    }

    .project-page__title-group P {
        font-size: 1.2rem;
        text-align: left;
    }

    .project__form {
        margin-left: 0;
        margin-top: 20px
    }

    .project__top-form {
        padding-left: 20%;
        padding-right: 20%
    }

    .components-cart__text {
        text-align: center
    }

    .tarif-hide {
        display: none
    }

    .tarif-mobile {
        padding: 25px 0;
        display: block
    }

    .tariff-cart--mobile {
        padding: 0;
        margin-top: 3px
    }

    .tariff-cart__title--mobile {
        margin-bottom: 0;
        background: #fff;
        padding: 10px 0;
        position: relative
    }

    .accordion__icon {
        position: absolute;
        right: 20%;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .menu-active .accordion__icon {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .accordion__content {
        padding: 0 20px 30px
    }

    .tariff__sub-title {
        font-size: 13px
    }

    .drawing-cart {
        padding: 21px 15px
    }

    .drawing-cart p {
        font-size: 13px;
    }

    .drawing-cart .drawing-cart__title {
        font-size: 15px;
    }

    .drawing-cart .drawing-cart__price {
        font-size: 15px;
    }

    .drawing-cart__ofer {
        padding-left: 0;
        padding-top: 80px;
        text-align: center
    }

    .drawing-cart__ofer--1 {
        background-position: center top
    }

    .drawing-cart__ofer--2 {
        background-position: center top
    }

    .drawing-cart__ofer--3 {
        background-position: center top
    }

    .drawing-cart__ofer--4 {
        background-position: center top
    }

    .drawing-cart__ofer--5 {
        background-position: center top;
        padding-top: 95px
    }

    .drawing-cart__ofer--6 {
        background-position: center top
    }

    .drawing-cart__ofer--7 {
        background-position: center top
    }

    .drawing-cart__ofer--8 {
        background-position: center top
    }

    .drawing-cart__ofer--9 {
        background-position: center top
    }

    .drawing-cart__ofer--10 {
        background-position: center top
    }

    .drawing-cart__ofer--11 {
        background-position: center top
    }

    .drawing-cart__ofer--12 {
        background-position: center top
    }

    .contact-form__title {
        font-size: 14px
    }

    .contact-form__title h3 {
        font-size: 25px
    }

    .about-s-1 {
        padding: 40px 0
    }

    .about-s-2 {
        padding: 40px 0
    }

    .about-s-3 {
        padding: 40px 0
    }

    .about__team {
        padding: 0 0 40px 0
    }

    .about__title {
        font-size: 22px;
        margin-bottom: 15px
    }

    .s-1__sub__title {
        font-size: 15px;
        font-weight: normal
    }

    .s-1__list {
        padding: 25px 0 25px 185px
    }

    .contacts-form__input {
        width: 215px;
        margin-left: 10px
    }

    .team-cart {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 43%;
        -ms-flex: 0 0 43%;
        flex: 0 0 43%
    }

    .team-cart:nth-child(2) {
        margin-right: 0
    }

    .team-cart:nth-child(3) {
        margin-right: 30px
    }

    .team-cart:nth-child(4) {
        margin-right: 0
    }

    .team-cart:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%
    }

    .s-2__list {
        margin-top: 25px
    }

    .s-2-cart__content p {
        font-size: 13px
    }

    .plan-item__name::before {
        left: 130px
    }

    .plan-item__name--3::before {
        left: 165px
    }

    .watering-img__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px
    }

    .calculation-table__button-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .calculation-table__button-wrapper .button--red {
        margin-right: 25px
    }

    .deadline {
        padding: 40px 0
    }

    .deadline__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .deadline__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-bottom: 30px
    }

    .portfolio-watering {
        padding: 40px 0
    }

    .installation {
        padding: 40px 0
    }

    .installation__recommendation {
        margin-top: 40px
    }

    .watering-ps .h3-composition {
        padding: 20px 0 10px 0
    }

    .watering-scheme__wrapper {
        text-align: center
    }

    .green-menu a::before,
    .green-menu a:last-of-type::after {
        display: none
    }

    .product-hidden__list li a {
        font-size: 12px
    }
}

@media (max-width:767.98px) {
    .myorder {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .top__line {
        margin: 0
    }

    .logo__hidden {
        display: none
    }

    .sticky__menu--mobile {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 90
    }

    .middle__line {
        position: relative
    }

    .middle__line::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #ededec
    }

    .call__block {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 20px;
        position: relative
    }

    .phone__block {
        text-align: left
    }

    .call__block {
        padding-top: 23px
    }

    .phone__number {
        font-size: 24px
    }

    .call-time {
        font-size: 12px
    }

    .bottom__line {
        display: none
    }

    .logo {
        padding: 37px 0
    }

    .middle__line {
        margin: 0
    }

    .hidden-block {
        display: block
    }

    .title__composition {
        left: 5%;
        right: 5%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: center
    }

    .h1 {
        font-size: 24px
    }

    .sub-title {
        font-size: 18px;
        display: none;
    }

    .sub-title--second {
        font-size: 11px;
    }

    .phone__block--footer {
        text-align: center
    }

    .sticky__menu {
        display: none !important
    }

    .button--green-border {
        width: 53px;
        font-size: 0
    }

    .button--green-border .icon-left-open,
    .button--green-border .icon-right-open {
        font-size: 12px
    }

    .blog-page__header {
        min-height: 200px
    }

    .b-page__title {
        font-size: 23px
    }

    .blog-article header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog__autor {
        margin-top: 30px
    }

    .blog__paragraph {
        font-size: 12px
    }

    .project__top-form {
        padding-left: 17%;
        padding-right: 17%
    }

    .project-page .h3-composition {
        font-size: 20px
    }

    .project-page .h3-composition .h3 {
        font-size: 1.3rem
    }

    .project-page .h3-composition span {
        font-size: 1.2rem
    }

    .watering-calculation .h3-composition--green .h3 {
        font-size: 1.3rem
    }

    .watering-calculation .h3-composition--green span {
        font-size: 1.2rem
    }

    .work__description .work__title {
        font-size: 1.3rem
    }

    .work__description .work__title span {
        font-size: 1.2rem
    }

    .three-components {
        padding: 40px 0
    }

    .components-cart__text {
        font-size: 13px
    }

    .project-tariff {
        padding: 40px 0
    }

    .h3-composition--drawing {
        padding: 40px 0
    }

    .progect-portfolio {
        padding: 40px 0
    }

    .about-plan {
        padding: 40px 0
    }

    .contacts-form__input:nth-child(3) {
        margin-left: 0;
        margin-top: 0
    }

    .hot-line__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hot-line {
        padding-bottom: 0;
        padding-top: 30px
    }

    .hot-line__welcome p {
        margin-top: 30px
    }

    .hot-line__welcome p::before {
        display: none
    }

    .m-contacts {
        padding-bottom: 30px
    }

    .hot-line__title {
        margin-bottom: 15px
    }

    .contacts-form__input {
        margin-left: 0;
        margin-bottom: 20px;
        width: 70%
    }

    .contacts-form__input:nth-child(2) {
        margin-top: 0
    }

    .about__title {
        font-size: 1.4rem
    }

    .s-1__sub__title {
        font-size: 15px;
        font-weight: normal
    }

    .s-1__list {
        padding: 8px 0 0 190px
    }

    .s-1__list li {
        font-size: 15px;
        line-height: 17px
    }

    .h3-composition {
        font-size: 20px
    }

    .h3-composition .h3 {
        font-size: 1.3rem
    }

    .h3-composition .h3 span {
        font-size: 1.2rem
    }

    .h3-composition .h4 {
        font-size: 1.2rem
    }

    .h3-composition .h4 span {
        font-size: 1.1rem
    }

    .team-cart {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        margin-right: 0
    }

    .team-cart:nth-child(3) {
        margin-right: 0
    }

    .plan-item__name::before {
        display: none
    }

    .green-menu__link {
        font-size: 10px
    }

    .watering-calculation__name {
        font-size: 13px
    }

    .watering-calculation__row {
        padding: 11px 20px
    }

    .deadline__item {
        font-size: 15px
    }

    .green-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .call__block {
        padding: 0;
        padding-bottom: 10px
    }

    .phone__number {
        font-size: 20px;
        line-height: 32px
    }

    .call-time {
                font-size: 15px;
        margin-top: 5px;
        display: block;
        text-align: left;
    }

    .logo {
        padding: 17px 0
    }

    .logo img {
        max-width: 50%
    }

    .product-hidden__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .product-hidden__list li a {
        font-size: 12px
    }
}

@media (max-width:575.98px) {
    .h1 {
        font-size: 24px
    }

    .sub-title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .sub-title--second {
        font-size: 11px
    }

    .sub-header {
        /*display:none*/
    }

    .expert-call {
        display: none
    }

    .services__recomendation {
        display: none
    }

    .h3-composition {
        display: none
    }

    .m-watering .h3-composition {
        display: block
    }

    .h3-composition--mobile {
        display: block;
        text-align: center;
        width: 100%
    }

    .h3-composition--mobile .h3 {
        font-size: 30px;
        text-transform: uppercase;
        color: #505050
    }

    .band {
        position: relative
    }

    .band::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -1px;
        height: 1px;
        width: 100%;
        background: #ededec;
        display: block;
        z-index: -1
    }

    .band .h3 {
        padding: 13px 25px;
        background: #fff;
        display: inline-block
    }

    .services {
        padding-top: 17px;
        padding-bottom: 35px
    }

    .services__carts {
        margin-top: 20px
    }

    .services-cart {
        min-height: 280px
    }

    .h5 {
        font-size: 12px;
        line-height: 18px
    }

    .services-cart__prise {
        font-size: 10px;
        font-weight: 300
    }

    .button-services-cart {
        font-size: 8px;
        padding-left: 35px;
        padding-right: 35px
    }

    .portfolio {
        padding: 30px 0 55px
    }

    .order {
        padding: 28px 0 0
    }

    .order__list {
        margin-top: 37px
    }

    .reason__item {
        padding-left: 20px
    }

    .reason__item::before {
        top: -26px;
        width: 45px;
        height: 48px;
        z-index: -1;
        background: url(../img/checked-mobile.png)
    }

    .triple__title {
        padding-top: 50px;
        padding-bottom: 35px;
        white-space: normal
    }

    .triple__title::before {
        top: 35px
    }

    .triple__title span {
        display: block
    }

    .triple__title span:first-child {
        font-size: 24px;
        font-weight: 300;
        color: #373737;
        text-transform: uppercase
    }

    .triple__title span:nth-child(2) {
        font-size: 24px;
        font-weight: 900;
        color: #03b0ff;
        text-transform: uppercase
    }

    .triple__title span:last-child {
        font-size: 20px;
        font-weight: 900;
        color: #373737
    }

    .calculators {
        padding: 40px 34px
    }

    .calculator {
        margin-top: 39px
    }

    .calculator__text {
        display: none
    }

    .call-back {
        display: none
    }

    .call-back--mobile {
        display: block;
        padding: 42px 0 38px;
        background: #d1d1d1;
        text-align: center
    }

    .call-back__title {
        font-weight: 900;
        font-size: 24px;
        color: #03b0ff
    }

    .call-back__text {
        font-size: 24px;
        font-weight: 300;
        color: #3c3c3c
    }

    .call-back__text .small {
        font-size: 20px;
        margin-bottom: 26px
    }

    .button--call--mobile {
        width: 90%
    }

    .button--call--mobile i {
        left: 50%;
        margin-left: -100px
    }

    .triple__title--desing span {
        display: block
    }

    .triple__title--desing span:first-child {
        font-size: 25px;
        font-weight: 900;
        color: #03b0ff
    }

    .triple__title--desing span:nth-child(2) {
        font-size: 20px;
        font-weight: 900;
        color: #373737;
        margin-bottom: 15px;
        text-transform: none
    }

    .triple__title--desing span:last-child {
        font-size: 14px;
        font-weight: 300;
        color: #373737;
        white-space: normal
    }

    .descriotion {
        padding-bottom: 38px
    }

    .desing__text {
        font-size: 15px;
        color: #373737;
    }

    .owl-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .owl-dots .owl-dot.active span {
        background: #03b0ff
    }

    .owl-dots .owl-dot span {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #696969;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin-left: 2px
    }

    .portfolio .owl-dots {
        bottom: -36px
    }

    .call-back--page .call-back__title {
        font-size: 18px
    }

    .call-back--page .call-back__title span {
        display: block;
        margin-bottom: 7px
    }

    .portfolio-showcase {
        padding: 30px 0
    }

    .description__row {
        padding: 7px 10px
    }

    .work__short-description .work-description--bottom .description__row--title {
        padding-left: 10px
    }

    .expert {
        padding: 20px 10px
    }

    .expert__title {
        font-size: 20px
    }

    .expert__text-block {
        font-size: 15px
    }

    .view-more__title {
        font-size: 26px;
        padding: 30px 0
    }

    .recommended__link {
        margin: auto;
        margin-bottom: 20px
    }

    .recommended__link:last-child {
        margin: auto
    }

    .project__form {
        width: 80%;
        margin: auto;
        margin-top: 30px
    }

    .project__top-form {
        padding-left: 5%;
        padding-right: 5%
    }

    .three-components__carts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .components-cart__text--wishes {
        background-position: 48% top
    }

    .project-page .h3-composition {
        display: block
    }

    .reason-cart__text {
        min-height: auto
    }

    .contacts-form__input {
        width: 90%
    }

    .checkbox__label a {
        display: block;
        margin-top: 10px
    }

    .checkbox__label .checkbox-custom {
        left: 0
    }

    .plan__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .plan__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }

    .s-1__list {
        padding-left: 15px;
        padding-right: 15px;
        background: 0 0
    }

    .s-2__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
    }

    .s-2__cart {
        margin-bottom: 30px
    }

    .s-2__cart:last-child {
        margin-bottom: 0
    }

    .about-page .h3-composition {
        display: block
    }

    .team-cart {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .team-cart:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .watering-img__wrapper {
        display: none
    }

    .green-menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .watering-calculation__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .watering-calculation__name {
        font-size: 13px;
        margin-bottom: 8px
    }

    .calculation-table__button-wrapper {
        -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
    }

    .calculation-table__button-wrapper .button--red {
        margin-right: 0
    }

    .deadline__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 95%;
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        text-align: center
    }

    .tooltip-ul {
        left: -200px
    }

    .tooltip-ul::before {
        left: 210px
    }

    .green-menu__toggle {
        display: block;
        cursor: pointer
    }

    .green-menu {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 40;
        background: -webkit-gradient(linear, left bottom, left top, from(#7bbc41), to(#03b0ff));
        background: -webkit-linear-gradient(bottom, #7bbc41 0, #03b0ff 100%);
        background: -o-linear-gradient(bottom, #7bbc41 0, #03b0ff 100%);
        background: linear-gradient(to top, #7bbc41 0, #03b0ff 100%)
    }

    .green-menu li {
        display: block;
        text-align: center
    }

    .green-menu--open::before {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .services-cart__photo {
        max-width: 69%;

    }

    .button-services-cart {
        bottom: 10px;
        padding: 8px 20px 5px
    }

    .product-hidden__menu {
        position: static;
        background: #f3f3f2
    }

    .product-hidden__menu li {
        text-align: left
    }

    .product-hidden__menu li a {
        color: #323232
    }

    .product-menu__open:hover .product-hidden__menu {
        display: none
    }
}

@media only screen and (max-width:400px) {
    .button--menu {
        padding: 0
    }

    .h1 {
        font-size: 20px
    }

    .sub-title {
        font-size: 16px
    }

    .h3-composition--mobile .h3 {
        font-size: 27px
    }

    .band .h3 {
        padding: 0 20px
    }

    .services-cart {
        min-height: 220px;
        padding: 10px 10px 0
    }

    .services-cart .h5 {
        font-size: 11px;
        line-height: 12px;
        margin-bottom: 0
    }

    .client__logo {
        max-width: 50%
    }

    .button--order {
        font-size: 13px;
        padding: 15px 35px 12px
    }

    .order__item strong {
        font-size: 14px
    }

    .order__text {
        font-size: 13px
    }

    .client .col-12 {
        padding: 0
    }

    .client__block {
        padding: 0 0 13px
    }

    .triple__title span:first-child {
        font-size: 20px
    }

    .triple__title span:nth-child(2) {
        font-size: 18px
    }

    .triple__title span:last-child {
        font-size: 15px
    }

    .reason__item {
        font-size: 15px;
        padding-right: 10px
    }

    .call-back__text {
        font-size: 19px
    }

    .call-back__text .small {
        font-size: 15px
    }

    .copy__text {
        font-size: 11px
    }

    .button--paginator {
        width: 150px
    }

    .work__description {
        padding: 50px 0 30px
    }

    .portfolio__paginator {
        margin-bottom: 30px
    }

    .work__title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .work__title span {
        font-size: 16px
    }

    .work__short-description .work-description--bottom .description__row--title {
        margin-top: 0
    }

    .inner-portfolio__title {
        font-size: 25px
    }

    .blog-article__title {
        font-size: 19px
    }

    .blog-article__sub-title {
        font-size: 17px
    }

    .blog-article header {
        padding: 20px 0
    }

    .attention strong {
        font-size: 15px
    }

    .project__form {
        width: 100%
    }

    .project__form::before {
        display: none
    }

    .project__form::after {
        display: none
    }

    .tariff-cart__title {
        font-size: 25px
    }

    .accordion__icon {
        right: 10%
    }

    .tariff-cart__price {
        font-size: 15px
    }

    .tariff-cart__price strong {
        font-size: 20px
    }

    .requisites__list li {
        font-size: 11px
    }

    .requisites__list li strong {
        font-size: 12px
    }

    .product-hidden__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center
    }

    .contact__list li {
        font-size: 11px
    }

    .contact-form__title {
        font-size: 12px;
        font-weight: 400
    }

    .contact-form__title h3 {
        font-size: 22px;
        margin-bottom: 0
    }

    .hot-line__welcome p {
        font-size: 12px
    }

    .services-cart__photo {
        max-width: 80%
    }
}

@media only screen and (max-height:400px) {
    .hidden__menu {
        height: -webkit-calc(100vh - 100px);
        height: calc(100vh - 100px);
        overflow: auto
    }
}

.portfolio-tag-ico {
    background: #03b0ff;
    padding: 5px 9px;
    margin-right: 10px;
    font-size: 15px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
}

.portfolio-tag-ico a {
    color: #fff !important;
    text-decoration: none;
}

@media(max-width: 990px) {
    .portfolio-tag-list {
        text-align: center;
    }

    .portfolio-tag-ico {
        width: 30%;
        display: block;
        margin: 10px auto;
    }
}

.owl-nav div {
    position: absolute;
    font-size: 0;
    color: #969696;
    top: 48%;
    -webkit-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    transform: translate(0, -20%);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-nav div:hover {
    color: #71c03d;
}

.owl-nav .owl-prev {
    left: 63px;
}

.owl-nav .owl-next {
    right: 63px;
}

.owl-nav div:before {
    content: '\f006';
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    font-size: 37px;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.owl-nav .owl-prev:before {
    content: '\f007';
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #969696;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 5px;
}

.owl-dots .owl-dot.active span {
    background: #03b0ff;
}



/*калькулятор обрезки деревьев*/
.smt-calc-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    border: #c4d6cb 1px solid;
    z-index: 1;
}

.call-back__text {
    font-size: 18px;
}

.call-back__text a.callibri_phone {
    font-weight: 400;
    color: #3c3c3c;
    font-size: 24px;
}

p a.callibri_phone {
    color: inherit;
}

.smt-boxes {
    padding-top: 15px;
}

.smt-boxes input[type="checkbox"] {
    display: none;
}

.smt-boxes input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.smt-boxes input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

.smt-boxes input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #3A844A;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.smt-boxes input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*калькулятор обрезки деревьев*/

.rev {
    display: block;
    width: 100%;
    padding: 42px 0 79px;
}

.rev-tt {
    display: block;
    width: 100%;
}

.rev-tt h2 {
    display: block;
    text-align: center;
    font-size: 40px;
    color: #313131;
    font-weight: 900;
    margin: 0;
}

.rev-tt p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -5px 0 0;
    line-height: 30px;
    font-size: 24px;
    font-weight: 300;

}

.rev-tt p span {
    display: inline-block;
    width: 125px;
    height: 27px;
    position: relative;
    padding: 3px;
    margin-right: 5px;
}

.rev-tt p span::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(../img/rev.png) center/cover no-repeat;
    z-index: 2;
}

.rev-tt p span::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #c1b592;
    z-index: 0;
}

.rev-tt p span i {
    display: block;
    position: relative;
    height: 100%;
    background: #eaac00;
    z-index: 1;
}

.rev .project__form {
    padding-top: 0;
    margin-top: -6px;
}

.rev .project__top-form {
    padding-top: 18px;
}

.rev .project-form__title-wrapper {
    padding: 16px 30px;
}

.rev .project-form__title-wrapper p {
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
}

.rev .project-form__title-wrapper p strong {
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
}

.rev .project-form__input {
    height: 44px;
    line-height: 45px;
    margin-bottom: 12px;
}

.rev .button--project-form {
    margin-top: 15px;
}

.project__top-form textarea {
    display: block;
    padding: 18px;
    width: 100%;
    height: 125px;
    border: none;
    outline: 0;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
}

.rev-sd {
    display: block;
    width: 100%;
    margin-top: 15px;
    position: relative;
    padding: 0 10px;
}

.rev-sd .owl-item {
    float: left;
    margin: 2px 7px;
}

.rev-bc {
    float: left;
    width: 100%;
    background: #fff;
    padding: 18px 18px 155px;
    position: relative;
    height: 100%;
}

.rev-bc::before {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 36px;
    height: 200px;
    background: 0 0;
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1;
}

.rev-bc::after {
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 36px;
    height: 200px;
    background: 0 0;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1;
}

.rev-sd .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rev-sd .owl-next {
    right: -35px;
}

.rev-sd .owl-prev {
    left: -35px;
}

.rev-sd .owl-stage-outer {
    overflow: hidden;
    width: 100%;
}

.rev-bc div {
    float: left;
    width: 100%;
}

.rev-bc div i {
    float: left;
    width: 148px;
    height: 148px;
    margin-right: 15px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
}

.rev-bc div h4 {
    display: block;
    margin-top: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #373737;
}

.rev-bc div span {
    display: block;
    margin-top: 17px;
    font-weight: 400;
    font-size: 14px;
    color: #373737;
}

.rev-bc q {
    float: left;
    margin-top: 17px;
    width: 100%;
    border-radius: 5px;
    background-color: rgb(183, 183, 183, 0.341);
    position: relative;
    padding: 12px 14px;
}

.rev-bc q p {
    display: block;
    font-size: 13px;
    color: #373737;
    margin-bottom: 10px;
}

.rev-bc q p:last-child {
    margin: 0;
}

.rev-bc q::before {
    content: '';
    position: absolute;
    background: url(../img/rev-r.png) bottom center/contain no-repeat;
    left: 163px;
    top: -29px;
    width: 31px;
    height: 29px;
}

.rev-bc q::after {
    display: none;
}

.rev-bc ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    width: 100%;
    padding: 0 18px;
    list-style: none;
    margin: 8px 0 0;
}

.rev-bc ul li {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 26px;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.rev-bc ul li:first-child {
    font-size: 16px;
    font-weight: 700;
}

.rev-bc ul li span {
    display: inline-block;
    width: 110px;
    min-width: 110px;
    height: 24px;
    position: relative;
    padding: 1px 3px;
    margin-left: -3px;
}

.rev-bc ul li span::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(../img/rev.png) center/cover no-repeat;
    z-index: 2;
}

.rev-bc ul li span::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #c3bca6;
    z-index: 0;
}

.rev-bc ul li span i {
    display: block;
    position: relative;
    height: 100%;
    background: #efcc68;
    z-index: 1;
}

.rev-bc ul li:first-child span i {
    background: #e6ab00;
}

.rev-bc ul li p {
    margin: 0;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    padding-left: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rev-bc ul li p b {
    font-weight: 400;
    width: 30px;
    display: inline-block;
}

.rev-bc ul li:first-child p b {
    font-weight: 700;
    font-size: 14px;
}

/* 1PS Styles */

.primary__mainh2 {
    text-align: center;
    margin-bottom: 20px;
}

.primary__flex {
    display: flex;
    text-align: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.primary__flex img {
    display: block;
    margin: 0 auto 10px;
    width: 65px;
}

.primary__flex1 img {
    display: block;
    margin: 0 auto 10px;
    width: 65px;
}

.primary__flex1 {
    display: flex;
    text-align: center;
}

.primary__flex p {
    font-weight: normal;
    font-size: 15px;
}

.primary__flex1 p {
    font-weight: normal;
    font-size: 15px;
}

.primary__flex div {
    padding: 10px;
    width: 25%;
}

.primary__flex1 div {
    padding: 10px;
    width: 33%;
}

.primary__strong {
    font-weight: bold !important;
    font-size: 1.4em !important;
    color: #03b0ff;
}

.about-workers-slider img {
    display: block;
    margin: 10px auto;
    width: 100px;
}

.about-workers-slider p {
    text-align: center;
    margin-bottom: 5px;
}

.workers-slider-description {
    font-weight: 300;
}

.slick-prev::before,
.slick-next::before {
    color: #0b0b0b;
}

@media (max-width: 600px) {
    .owl-nav div:before {
        font-size: 27px;
    }

    .owl-nav .owl-prev {
        left: 0;
    }

    .owl-nav .owl-next {
        right: 0;
    }

    .owl-dots {
        bottom: 5px;
    }
}

@media (max-width: 990px) {
    .rev .project__form {
        margin-top: 50px;
    }

    .rev {
        padding-bottom: 0;
        overflow: hidden;
    }

    .rev-sd .owl-stage {
        align-items: flex-start;
        align-content: flex-start;
    }

    .rev-sd {
        padding: 0;
    }

    .owl-nav .owl-prev {
        left: -10px;
    }

    .owl-nav .owl-next {
        right: -10px;
    }

    .rev-bc {
        padding: 15px 15px 155px;
        height: auto;
    }

    .rev-bc::after {
        z-index: 2;
        bottom: 2px;
    }

    .rev-bc ul {
        padding: 0 15px;
        bottom: 14px;
    }

    .rev-bc div h4 {
        font-size: 16px;
        margin-top: 8px;
    }

    .rev-bc div span {
        font-size: 13px;
        margin-top: 12px;
    }

    .rev-bc div i {
        width: 130px;
        height: 130px;
        margin-right: 12px;
    }

    .rev-bc q::before {
        width: 21px;
        left: 152px;
    }
}

@media(max-width: 800px) {

    .primary__flex,
    .primary__flex1 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .primary__flex div {
        width: 50% !important;
    }

    .primary__flex1 div {
        width: 50% !important;
    }
}

/*ps content*/
.num-list-1 {
    margin: 40px auto;
    padding: 0;
    max-width: 720px;
}

.num-list-1>li {
    margin: 10px auto 20px;
    padding-top: 10px;
    list-style: none;
    border-top: 1px solid #f3f3f2;
}

.num-list-1>li:first-child {
    border: none;
}

.num-list-1 .li-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 900;
    color: #03b0ff;
}

.num-list-1 .tariff-cart__list {
    margin: 0;
}

.ps-callback-1>.call-back--page {
    background-color: #f3f3f2;
}

.ps-callback-1 button.button--call-back {
    white-space: nowrap;
}

.genplan__slider {
    margin-top: 30px;
}

.center1ps {
    text-align: center;
}

.bold1ps {
    font-weight: 400 !important;
}

.link1ps a {
    color: green;
    font-size: 16px;
    text-decoration: none;
}

.link1ps img {
    margin-top: 15px;
    border-radius: 10px;
}

.spisok1ps li {
    padding-bottom: 10px;
}

.spisok1ps ul {
    list-style: none;
}

.spisok1ps ul li {
    position: relative;
}

.spisok1ps ul li:after {
    content: '✓';
    position: absolute;
    top: -3px;
    left: -15px;
}

.vop1ps {
    color: #373737;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
}

.otv1ps {
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}

.tr-green td {
    background: #03b0ff !important;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.table-price td {
    font-size: 15px;
}

.table-price td,
.table-price th {
    padding: 15px 0 15px 12px;
}

.table-price tr:hover td,
.table-price tr:hover th {
    background-color: #03b0ff;
    color: #fff;
}

#rc-imageselect,
.g-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.green_link,
.green_link:hover {
    color: #03b0ff;
    text-decoration: none;
}

.greenblock {
    width: 18px;
    height: 25px;
    background-color: #03b0ff;
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: -6px;
}

.s7__accord_wrp {
    margin-top: 55px
}

.s7__accord.uk-accordion>:nth-child(n+2) {
    margin-top: 0
}

.s7__accord.uk-accordion>li {
    border-bottom: 1px solid rgba(0, 0, 0, .02)
}

.s7__accord {
    background-color: #f5f5f5;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.s7__accord_title {
    position: relative;
    padding: 22px 25px
}

.s7__accord_title h3 {
    padding-left: 40px;
    margin-bottom: 0px;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase
}

.s7__accord_title:after {
    content: "";
    width: 13px;
    height: 13px;
    float: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 24px
}

.uk-open>.s7__accord_title {
    background-color: #03a4ff;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.uk-open>.s7__accord_title h3 {
    color: #fff
}

.uk-accordion {
    padding: 0;
    list-style: none
}

.uk-accordion>:nth-child(n+2) {
    margin-top: 20px
}

.uk-accordion-title {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.4;
    cursor: pointer;
    overflow: hidden
}

.uk-accordion-title::after {
    content: "";
    width: 1.4em;
    height: 1.4em;
    float: left;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%3E%3C%2Frect%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%3E%3C%2Frect%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 0%
}

.uk-open>.uk-accordion-title::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%3E%3C%2Frect%3E%0A%3C%2Fsvg%3E")
}

.uk-accordion-content {
    padding: 20px;
}

.uk-accordion-content:after,
.uk-accordion-content:after {
    content: "";
    display: table
}

.uk-accordion-content:after {
    clear: both
}

.uk-accordion-content>:last-child {
    margin-bottom: 0
}

.bold_1ps {
    font-weight: 300;
    font-size: 24px;
    color: #303030;
}

.h2_1ps {
    font-weight: 900;
}

.h1ps {
    text-align: center;
    margin-top: 21px;
}

.h2ps {
    text-align: center;
    margin-top: 33px;
}

.row1ps_item {
    padding-right: 8px;
    border: 0px solid black;
    padding-left: 8px;
}

.text_c {
    text-align: center;
    margin: 8px 0px;
}

.row1ps {
    display: flex;
}

.primary__pic {
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

.call {
    color: #03b0ff;
    font-size: 24px;
}

.primary__pc {
    text-align: center;
    margin-bottom: 47px;
    line-height: 1.5;
    font-size: 16px;
    box-shadow: 0 0 1pt #727272;
    width: 80%;
    display: inline-block;
    padding: 8pt;
    margin-top: 57px;
}

.fo25 {
    width: 34%;
}

.otre {
    margin-bottom: 42px;
    margin-top: 20px;
}

.svgim {
    fill: #03b0ff;
}

.zag1 {
    text-align: center;
    margin-top: 0px;
    font-weight: 500 !important;
    font-size: 1.3em !important;
    margin-bottom: 16px;
}

.q1 {
    font-weight: 600 !important;
    font-size: 1.3em !important;
    margin-top: 27px;
}

.zag2 {
    text-align: center;
    margin-bottom: 16px;
    margin-top: 0px;
    font-size: 1.2em !important;
    font-weight: 500 !important;
}

.accordion {
    border: 1px solid #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active,
.accordion:hover {
    /*border: 1px solid #ccc;*/
}

.footer__list {
    text-align: left;
}

.footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: row;
}


.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.h3-composition--green1 .h3 {
    color: #03b0ff;
    text-align: left;
}

.h3-composition--green1 span {
    text-align: left;
}

.answer__block p {
    margin-top: 13px;
}

@media screen and (min-width: 800px) and (max-width: 966px) {
    .row1ps {
        display: block;
        text-align: center;
    }

    .fo25 {
        width: 100%;
    }
}

@media screen and (min-width: 636px) and (max-width: 799px) {
    .row1ps {
        display: block;
        text-align: center;
    }

    .fo25 {
        width: 100%;
    }
}

@media screen and (max-width: 635px) {
    .row1ps {
        display: block;
        text-align: center;
    }

    .fo25 {
        width: 100%;
    }
}

.call-back-wrapper .call-back__text {
    width: 70%;
}

.call-back-wrapper-m {
    text-align: center;
    margin: 10px 0;
}

.call-back-wrapper .call-back__button button {
    height: 50px;
}

@media (max-width: 575.98px) {
    .call-back-wrapper {
        display: none;
    }
}

@media (min-width: 575.98px) {
    .call-back-wrapper-m {
        display: none;
    }
}

.primary-link {
    color: #03b0ff !important;
    text-decoration: none;
}

.call-back__button .button {
    padding: 18px 31px 15px 45px !important;
}

.call-back__button .button--call-back i {
    left: 6px !important;
}

.banner-w-button .sub-title {
    margin-bottom: 0 !important;
}

.text-box-price {
    padding: 20px 0 38px;
    text-transform: uppercase;
    font-weight: 900;
    color: black;
    margin: 0;
    text-align: center;
    font-size: 30px;
}

.text-box-price a {
    color: #03b0ff;
}

@media (max-width: 1199.98px) {
    .text-box-price {
        font-size: 27px;
    }
}

@media (max-width: 767.98px) {
    .text-box-price {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .text-box-price {
        font-size: 18px;
    }
}

.footer-usocial {
    text-align: left;
    margin-bottom: 12px;
}


@media (max-width: 991px) {
    .footer-usocial {
        text-align: center;
    }

    .footer .row {
        flex-direction: column
    }

    .footer__list {
        text-align: center;
        margin-top: 10px;
    }

    .footer__list span {
        font-size: 16px;
    }
}

.components-cart__text--time {
    padding-left: 91px;
    background: url(../img/time.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    background-position: left center;
}


@media (max-width: 1199.98px) {
    .components-cart__text--time {
        padding-left: 0;
        padding-top: 78px;
        background-position: center top;
    }
}

.components-cart__text--pig {
    padding-left: 91px;
    background: url(../img/pig.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    background-position: left center;
}

@media (max-width: 1199.98px) {
    .components-cart__text--pig {
        padding-left: 0;
        padding-top: 78px;
        background-position: center top;
    }
}

.components-cart__text--check {
    padding-left: 91px;
    background: url(../img/check.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    background-position: left center;
}

@media (max-width: 1199.98px) {
    .components-cart__text--check {
        padding-left: 0;
        padding-top: 78px;
        background-position: center top;
    }
}

.portfolio .owl-dots {
    bottom: -40px;
}

.button-portfolio {
    font-size: 14px;
    padding: 15px 59px 12px;
    margin-bottom: 5px;
}

.faq_accordion__icon {
    position: absolute;
    right: 5%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    top: 40px;
}

.active .faq_accordion__icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.about-row {
    display: flex;
    gap: 30px;
}

.about__img {
    flex: 148px;
    flex-shrink: 0;
    height: 148px;
}

.mob .sub-menu {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f3f3f2;
}

.mob .sub-menu .hidden__list {
    margin-bottom: 0px;
}

.mob-list li {
    list-style: none;
}

.social {
    display: flex;
    gap: 10px;
}

.social img {
    width: 40px;
    height: 40px;
}

.footer__logo img {
    max-width: 200px;
}

.bread-crumbs a,
.bread-crumbs span {
    font-size: 12px;
    color: #000;
}

.bread-crumbs span {
    margin: 0 3px;
}

.bread-crumbs span:first-child {
    margin: 0;
    margin-right: 3px;
}

.bread-crumbs .current-item {
    color: #7d7d7d;
}

.sticky__logo img {
    max-width: 130px;
}

@media(max-width:992px) {
    .logo img {
        width: 120px;
    }
}

@media(max-width:768px) {
    .logo img {
        width: 110px;
    }
}

@media(max-width:480px) {
    .social img {
        width: 25px;
        height: 25px;
    }

    .h1,
    h1 {
        font-size: 30px !important;
    }
}

* {
    scrollbar-width: thin;
    scrollbar-color: #158bf4 #dedede;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
    height: 12px;
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: #dedede;
}

*::-webkit-scrollbar-thumb {
    background-color: #158bf4;
    border-radius: 5px;
}

.banner__item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}




@media(max-width:991.98px) {
    .banner__item {
        height: 230px;
    }

    .button--call i {
        top: 12px;
    }
}

@media(max-width:767.98px) {
    .title__composition {
        transform: translate(0%, -20%);
    }

    .banner__item {
        height: calc(100vh - 119px);
    }
}

.slider-nav .slick-slide {
    width: 64px;
    height: 64px;
    cursor: pointer;
    margin: 0 1px;
}

.slider-nav .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.slider-for .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-for {
    margin-bottom: 10px;
}

.slick-arrow {
    display: none !important;
}

.bb{
    border-bottom:1px solid #ddd;
        padding-top: 5px;
    padding-bottom: 5px;
}

.sticky__menu--mobile-wr {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.sticky__menu--mobile-wr .phone__block {
    margin-top: 4px;
}

.sticky__menu--mobile .logo img {
    max-width: 100%;
}

.sticky__menu--mobile .social img {
    width: 26px;
    height: 26px;
}

@media(max-width:479.98px) {
    .sticky__menu--mobile .phone__number {
        font-size: 17px;
        line-height: 16px;
    }

    .sticky__menu--mobile .phone__block {
        margin-right: 5px;
    }

    .sticky__menu--mobile .social img {
        width: 20px;
        height: 20px;
    }

    .sticky__menu--mobile .col-2 {
              padding-left: 0;
    }

    .sticky__menu--mobile .col-8 {
        padding-right: 0;
    }
}

input.wpcf7-text,
input.wpcf7-mask {
    background: #f8f8f8;
    color: #888;
}

.button--call-cf7 {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 205px;
    margin: 0 auto;
}

.button--call-cf7-w {
    max-width: 100%;
}

.wpcf7-spinner {
    position: absolute;
    top: 47px;
    right: 0;
}

.button--call-cf7 i {
    position: absolute;
    left: 8px;
    top: 7px;
    width: 33px;
    height: 33px;
    color: #000;
    background: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    line-height: 33px;
    z-index: 2;
}

.button--call-cf7 i::before {
    margin-left: 9px;
}

.wpcf7-list-item-label {
    color: #888;
}

.tarif-mobile {
    display: none !important;
}

@media(max-width: 991.98px) {
    .tarif-mobile {
        display: block !important;
    }

    .tarif-hide {
        display: none !important;
    }

    .call-back__block {
        flex-direction: column;
        gap: 10px;
    }

    .call-back-wrapper .call-back__text {
        width: 100%;
    }

    .call-back__text a.callibri_phone {
        white-space: nowrap;
    }
}

* {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.disable {
    opacity: .4;
    cursor: default;
}

.tal{
    text-align: left;    
}

.tac {
    text-align: center !important;
}

@media(max-width:768px) {
    .middle__line {
        display: none;
    }
}
.components-cart__text{
        display: flex;
    align-items: center;
    gap: 20px;
}

.components-cart__text  img{
    width:64px;
    height:64px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 2rem !important;
     margin-top: 2rem !important;
}

.sticky__menu--bottom .drop-down__list,.sticky__menu--bottom .sub-menu{
    width:190px;
}

.table-responsive {
    overflow-x: hidden;
}

.blog__table td, .blog__table th {
    white-space: pre-wrap;
}

.team-cart__photo img{
    width:100%;
    max-width:100px;
}




/*@media(max-width:1280px) {*/
/*    .title__composition {*/
/*        top: 10%;*/
/*        left:10%;*/
/*    }*/
/*}*/







@media(max-width:992px) {
  .drop-down__list, .sub-menu {
        left: 0%;
        width: 160px;
    }  

  .title__composition .h1{
      font-size:24px;
  }
   .title__composition .sub-title{
      font-size:18px;
  }
  
}

@media(max-width:768px) {
  .drop-down__list, .sub-menu {
        left: 0;
        width: auto;
    }  
    .tariff-cart__title {
        font-size: 20px;
    }
    .blog__table td.tac, .blog__table th.tac{
        width:30%;
    }
    .title__composition {
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0px);
        right:0;
        width:100%;
    }
    
    .sticky__menu--mobile .button--call {
            padding: 10px;
            font-size: 0;
            height: 40px;
            width: 40px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
                margin-left: auto;
            
    }
      .sticky__menu--mobile    .button--call i {
               top: 5px;
        left: 5px;
    }
}


@media(max-width:380px) {
    .primary__flex div {
        width: 100% !important;
    }
}

.banner__background {
        background: #0000007a;
}

.banner .h1, .banner .sub-title{
    color:#fff;
}

.banner__item {
    position: relative;
    height: 520px;
}

.recomendation__text p, .table-responsive p {
    margin-bottom:10px;
}

.table-responsive br{
    height:10px;
}

@media (max-width: 991.98px) {
    .banner__item {
        height: 230px;
    }
    .title__composition {
        top: -2%;
        left: 13%;
    }
}

@media (max-width: 768px) {
    .title__composition {
        top: 45%;
        left: 50%;
    }
}

.wpcr3_show_btn, .wpcr3_submit_btn, .wpcr3_cancel_btn{
        background: #0995f7 !important;
        color:#fff !important;
}

.wpcr3_review{
    margin-left: 0px;
    background-color: #fff;
    padding: 20px 30px 15px 30px;
    position: relative;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    border-width: 1px;
    border-style: solid;
    border-radius: 9px;
    border-color: #e9eaed #dfe0e4 #c1c1c1;
    border-radius: 10px;
    margin-bottom:20px;
}

.wpcr3_review_item .wpcr3_dotline{
    display:none !important; 
}


.wpcr3_review .wpcr3_review_ratingValue{
    display: block !important;
}

.wpcr3_respond_1 .wpcr3_review .wpcr3_review_datePublished{
    font-size:12px !important;
    margin-bottom:20px !important;
}

.wpcr3_review .wpcr3_review_author{
    font-size:16px !important;
    font-weight:700 !important;
}




.wpcr3_review  .wpcr3_admin_response{
    background: #f9f9f9 !important;
    border-radius: 0 0 4px 4px !important;
    border-top: 1px solid #ddd !important;
    padding:10px !important;
}


div.wpcr3_review blockquote.wpcr3_content {
    padding-bottom: 10px !important;
}

.wpcr3_item_name{
    font-size:22px !important;
    font-weight:700 !important;
    margin-bottom:10px !important;
}

}










