@-webkit-keyframes "fadeEffect" {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes "fadeEffect" {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/subset-Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/subset-Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/subset-Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/subset-Roboto-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

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

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

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

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

@font-face {
    font-family: "Century Gothic";
    font-display: swap;
    src: url(../fonts/cgothic/CenturyGothic-Bold.woff2) format("woff2"), url(../fonts/cgothic/CenturyGothic-Bold.woff) format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Gotham Pro", sans-serif;
    font-display: swap;
    src: url(../fonts/museosans/subset-MuseoSansCyrillic-500.woff2) format("woff2"), url(../fonts/museosans/subset-MuseoSansCyrillic-500.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Gotham Pro", sans-serif;
    font-display: swap;
    src: url(../fonts/museosans/subset-MuseoSansCyrillic-900.woff2) format("woff2"), url(../fonts/museosans/subset-MuseoSansCyrillic-900.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: "Gotham Pro", sans-serif;
    font-display: swap;
    src: url(../fonts/museosans/subset-MuseoSansCyrillic-700.woff2) format("woff2"), url(../fonts/museosans/subset-MuseoSansCyrillic-700.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Gotham Pro", sans-serif;
    font-display: swap;
    src: url(../fonts/museosans/subset-MuseoSansCyrillic-300.woff2) format("woff2"), url(../fonts/museosans/subset-MuseoSansCyrillic-300.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

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

@keyframes "fadeOut" {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes "timelapse" {
    0% {
        width: 100%
    }
    100% {
        width: 0
    }
}

@keyframes "timelapse" {
    0% {
        width: 100%
    }
    100% {
        width: 0
    }
}

@-webkit-keyframes "blink" {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes "blink" {
    0% {
        opacity: 1;
        width: 4px
    }
    50% {
        opacity: 0;
        width: 4px
    }
    100% {
        opacity: 1;
        width: 4px
    }
}

@-webkit-keyframes "typing" {
    0% {
        max-width: 0
    }
    10% {
        padding-right: 5px
    }
    100% {
        max-width: 72vw;
        padding-right: 5px
    }
}

@keyframes "typing" {
    0% {
        max-width: 0
    }
    100% {
        max-width: 72vw
    }
}

article {
    display: block
}

aside {
    display: block
}

details {
    display: block
}

figcaption {
    display: block
}

figure {
    display: block
}

footer {
    display: block
}

header {
    display: block
}

hgroup {
    display: block
}

main {
    display: block
}

nav {
    display: block
}

section {
    display: block
}

summary {
    display: block
}

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

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

html input[disabled] {
    cursor: default
}

body {
    margin: 0;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: "Gotham Pro", sans-serif;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
    background: #fafafa;
    font-size: 16px;
    color: #282528;
    height: 100%;
    min-height: 100%;
    -webkit-font-smoothing: antialiased
}

a {
    background: transparent;
    color: #428bca;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    text-decoration: underline;
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
    text-decoration: none
}

a:active {
    outline: 0;
    outline: none;
    text-decoration: none
}

a:hover {
    outline: 0;
    text-decoration: underline
}

h1 {
    margin: .67em 0;
    font-size: 2em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 3px
}

b {
    font-weight: bold
}

strong {
    font-weight: bold
}

hr {
    height: 0;
    box-sizing: content-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

img {
    border: 0;
    vertical-align: middle
}

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

button {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    box-shadow: none
}

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

input {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    box-shadow: none
}

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

select {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    text-transform: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    box-shadow: none
}

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

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

button[disabled] {
    cursor: default
}

input[type=checkbox] {
    padding: 0;
    box-sizing: border-box;
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=radio] {
    padding: 0;
    box-sizing: border-box;
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

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

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

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    background-color: transparent
}

* {
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

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

p {
    margin: 0 0 10px
}

small {
    font-size: 85%
}

.small {
    font-size: 85%
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}
h1,h2,h3,h4,h5,h6{
    font-family: "Gotham Pro"!important;
    font-weight: 500!important;
}
h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px
}

h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px
}

h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px
}

h4.subheading {
    font-family: "GothamPro-Medium", sans-serif
}

h5 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px
}

h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px
}

.h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 36px
}

.h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 30px
}

.h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 24px
}

.h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 18px
}

.h5 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 14px
}

.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol {
    margin-top: 0;
    margin-bottom: 10px
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px !important
}

.container:before {
    display: table;
    content: " ";
    display: table;
    content: " "
}

.container:after {
    display: table;
    content: " ";
    clear: both;
    display: table;
    content: " ";
    clear: both
}

.container .jumbotron {
    border-radius: 6px
}

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

.row:before {
    display: table;
    content: " ";
    display: table;
    content: " "
}

.row:after {
    display: table;
    content: " ";
    clear: both;
    display: table;
    content: " ";
    clear: both
}

.col-xs-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    float: left
}

.col-sm-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    float: left
}

.col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    float: left
}

.col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.3333333333%;
    float: left
}

.col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    float: left
}

.col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%;
    float: left
}

.col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-6 .img-edge {
    max-width: inherit
}

.col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    float: left
}

.col-sm-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.6666666667%;
    float: left
}

.col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    float: left
}

.col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    float: left
}

.col-sm-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    float: left
}

.col-sm-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    float: left
}

.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #333;
    text-decoration: none
}

.btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

fieldset[disabled] .btn-default {
    background-color: #fff;
    border-color: #ccc
}

fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

fieldset[disabled] .btn-default:focus {
    background-color: #fff;
    border-color: #ccc
}

fieldset[disabled] .btn-default:active {
    background-color: #fff;
    border-color: #ccc
}

fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

fieldset[disabled] .btn-primary {
    background-color: #428bca;
    border-color: #357ebd
}

fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd
}

fieldset[disabled] .btn-primary:focus {
    background-color: #428bca;
    border-color: #357ebd
}

fieldset[disabled] .btn-primary:active {
    background-color: #428bca;
    border-color: #357ebd
}

fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:focus {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
    background-image: none
}

.btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
    background-image: none
}

.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
    background-image: none
}

.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
    background-image: none;
    background-color: #1ea9fc;
    border-color: #1ea9fc;
    box-shadow: none
}

.btn-default.disabled {
    background-color: #fff;
    border-color: #ccc
}

.btn-default.disabled:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default.disabled:focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default.disabled:active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default[disabled] {
    background-color: #fff;
    border-color: #ccc
}

.btn-default[disabled]:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default[disabled]:focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default[disabled]:active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default.disabled.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default[disabled].active {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    font-family: "GothamPro-Medium", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background: #1480ed;
    padding: 25px 100px;
    border-radius: 0
}

.btn-primary:hover {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
    background-color: #1ea9fc;
    border-color: #1ea9fc;
    box-shadow: none
}

.btn-primary:focus {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
    background-color: #1ea9fc;
    border-color: #1ea9fc;
    box-shadow: none;
    outline: 0;
    background-color: #1480ed;
    border-color: #1480ed;
    box-shadow: none
}

.btn-primary:active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
    background-image: none;
    background-color: #1ea9fc;
    border-color: #1ea9fc;
    box-shadow: none
}

.btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
    background-image: none;
    background-color: #1ea9fc;
    border-color: #1ea9fc;
    box-shadow: none
}

.btn-primary.disabled {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.disabled:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.disabled:focus {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.disabled:active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary[disabled] {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary[disabled]:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary[disabled]:focus {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary[disabled]:active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.disabled.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary[disabled].active {
    background-color: #428bca;
    border-color: #357ebd
}

input[type=submit].btn-block {
    width: 100%
}

input[type=reset].btn-block {
    width: 100%
}

input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
    background: rgba(255, 255, 255, .2);
    opacity: 1;
    transition: background .15s linear
}

.fade.in {
    opacity: 1;
    opacity: 1;
    background: rgba(243, 248, 254, .7)
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:before {
    display: table;
    content: " ";
    display: table;
    content: " "
}

.nav:after {
    display: table;
    content: " ";
    clear: both;
    display: table;
    content: " ";
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
    background: rgba(255, 255, 255, .87);
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .22);
    width: 100%;
    z-index: 10
}

.navbar:before {
    display: table;
    content: " ";
    display: table;
    content: " "
}

.navbar:after {
    display: table;
    content: " ";
    clear: both;
    display: table;
    content: " ";
    clear: both
}

.navbar-header:before {
    display: table;
    content: " ";
    display: table;
    content: " "
}

.navbar-header:after {
    display: table;
    content: " ";
    clear: both;
    display: table;
    content: " ";
    clear: both
}

.navbar-header .sidebarIconToggle {
    transition: none
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand:focus {
    text-decoration: none
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-nav>li {
    padding: 0
}

.navbar-inverse .navbar-nav>li>a {
    color: #999;
    font-family: "GothamPro-Medium", sans-serif;
    display: block;
    margin: 0 0 0 29px;
    font-size: 17px;
    color: #7e7c7e;
    border-bottom: 1px solid #bebdbe;
    padding: 0
}

.navbar-inverse .navbar-nav>li>a:active {
    color: #7e7c7e
}

.navbar-inverse .navbar-nav>li>a:focus {
    color: #7e7c7e
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #333
}

.navbar-inverse .navbar-nav>.active>a {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>li.current-menu-item a {
    color: #333;
    border: none
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    border: none
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #282528
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #fff !important
}

.navbar-inverse .navbar-toggle:active .icon-bar {
    background-color: #fff !important
}

.navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #fff !important
}

.navbar-inverse .services-menu.navbar-nav>li>a {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #495c73;
    color: #495563;
    border: 0;
    margin: 0 0 0 52px;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 900
}

.navbar-inverse .services-menu.navbar-nav>li>a:hover {
    color: #006cea;
    background: transparent
}

.navbar-inverse .services-menu.navbar-nav>li:after {
    content: "";
    height: 2px;
    background-color: #51a1ff;
    display: inline-block;
    width: 0;
    transition: width .3s ease-in-out;
    bottom: 4px;
    position: relative;
    left: 73px
}

.navbar-inverse .services-menu.navbar-nav>li:hover:after {
    width: calc(100% - 73px)
}

.navbar-inverse .services-menu.navbar-nav>li.active>a {
    color: #006cea;
    background: transparent;
    color: #0a97fd
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

.jumbotron h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 0 !important
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

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

.modal.in .modal-dialog {
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 560px
}

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

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
    background-color: #000;
    opacity: .5
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .8;
    filter: alpha(opacity=80)
}
.modal-content {
	padding: 10px 0;
	border-radius: 0;
}
.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    border: none;
	padding: 60px 60px 12px;
    /* padding-top: 30px */
}

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

.modal-title {
    margin: 0;
    line-height: 1.428571429;
    font-size: 42px;
    font-weight: bold;
    color: #333;
    letter-spacing: -2px;
    font-family: "GothamPro-Bold", sans-serif;
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 53px;
    color: #333;
}

.modal-body {
    position: relative;
    padding: 0 60px 20px;
}

.modal-body .wpcf7-form div.wpcf7-response-output {
    margin: 0 0 20px;
    padding: .2em 1em;
    width: 100%
}

.modal-body .wpcf7-form div.wpcf7-validation-errors {
    border: 0;
    color: red;
    position: relative;
    top: 20px
}

.modal-body .wpcf7-form div.wpcf7-validation-errors:before {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAJBAMAAAD9fXAdAAAAMFBMVEX/AAD/AAD/AABHcEz/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABE++5nAAAAD3RSTlPfIL8An48Q789vrzBAcH8LU2lHAAAANUlEQVQIHWMwNhQ2ZjA2aDZmEDZQTmNQcGAtYYj4/1+TwTj+nzGD7Rf9wwxGjOKLGYyFrY0B7wMLb8bdCW8AAAAASUVORK5CYII=");
    width: 8px;
    height: 9px;
    position: absolute;
    left: 0;
    top: -9px
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.5;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50% !important;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1
}

.carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1
}

.carousel-inner>.active {
    display: block;
    left: 0
}

.carousel-inner>.next {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 100%
}

.carousel-inner>.prev {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: -100%
}

.carousel-inner>.next.left {
    left: 0
}

.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 15%
}

.carousel-control.right {
    right: 0;
    left: auto
}

.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    display: table;
    content: " ";
    clear: both
}

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

.pull-right {
    float: right !important;
    float: right
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

.visible-xs {
    display: none !important
}

tr.visible-xs {
    display: none !important
}

th.visible-xs {
    display: none !important
}

td.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

tr.visible-sm {
    display: none !important
}

th.visible-sm {
    display: none !important
}

td.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

tr.visible-md {
    display: none !important
}

th.visible-md {
    display: none !important
}

td.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

tr.visible-lg {
    display: none !important
}

th.visible-lg {
    display: none !important
}

td.visible-lg {
    display: none !important
}

.hidden-xs {
    display: block !important
}

tr.hidden-xs {
    display: table-row !important
}

th.hidden-xs {
    display: table-cell !important
}

td.hidden-xs {
    display: table-cell !important
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

th.hidden-sm {
    display: table-cell !important
}

td.hidden-sm {
    display: table-cell !important
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md {
    display: table-cell !important
}

td.hidden-md {
    display: table-cell !important
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

th.hidden-lg {
    display: table-cell !important
}

td.hidden-lg {
    display: table-cell !important
}

.visible-print {
    display: none !important
}

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

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

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

.main-footer__links {
    text-align: right;
    margin-bottom: 10px
}

.main-footer__link {
    margin-right: 36px;
    margin-right: 36px;
    font-size: 16px;
    color: #5f5f5f
}

.main-footer__link:last-child {
    margin-right: 0
}

.wrap {
    margin: 0 auto;
    position: relative
}

.fll {
    float: left
}

.flr {
    float: right
}

.navbar-all {
    position: fixed;
    top: 44px;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto
}

.nav-padd {
    padding: 13px 13px 11px
}

.navbar-collapse {
    padding: 17px 0 11px
}

.mPS2id-highlight {
    color: #0f94e0 !important;
    border-color: #0f94e0 !important
}

.blog-main {
    background: #fff
}

.prem-main {
    background: #fff
}

.flex-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

.absolute_center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.main-block {
    padding: 60px 0 85px;
    line-height: 30px
}

.main-b-title {
    font-size: 48px;
    color: #333;
    font-family: "GothamPro-Bold", sans-serif;
    position: relative;
    line-height: 56px;
    margin: 47px 0 43px
}

.main-b-title:after {
    display: block;
    content: "";
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: -25px;
    left: 0;
    background: #0f94e0
}

.main-descr-title {
    font-size: 24px;
    margin-bottom: 22px
}

.main-descr {
    line-height: 1.7
}

.main-descr+.main-descr {
    margin-top: 16px
}

.tab-pane {
    display: none
}

.tab-pane_active {
    display: block
}

.page .entry-title {
    display: none
}

.entry-title {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    padding: 15px 0 8px
}

.entry-content {
    font-size: 17px;
    line-height: 30px;
    padding: 15px 0 60px
}

.entry-content ol {
    padding-left: 27px
}

.entry-content ul {
    padding-left: 27px
}

.entry-content ul li {
    list-style: none;
    position: relative;
    padding-left: 5px
}

.entry-content ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    top: 10px;
    width: 10px;
    height: 10px;
    border: 1px solid #0f94e0;
    border-radius: 50%
}

.entry-content p {
    padding: 10px 0 5px
}

.entry-content h2 {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -1px
}

.main-footer {
    padding: 21px 0
}

.main-footer__copy {
    text-align: right;
    font-size: 14px;
    white-space: nowrap;
    color: #999
}

.reg-btn {
    display: inline-block;
    padding: 4px 33px;
    text-transform: uppercase;
    font-family: "GothamPro-Bold", sans-serif;
    font-size: 15px;
    transition: all .15s ease-out;
    cursor: pointer;
    color: #313133;
    border: 3px solid #313133;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, .6)
}

.reg-btn:hover {
    border-color: #0e92da;
    color: #0e92da;
    transition: all .15s ease-in;
    text-decoration: none
}

.load-more-btn {
    box-shadow: none
}

.reg-btn_header {
    margin-top: -10px;
    float: right;
    padding: 8px 20px;
    font-size: 14px;
    color: #0e92da;
    margin-left: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "GothamPro-Bold", sans-serif;
    transition: all .15s ease-out;
    cursor: pointer;
    border: 3px solid #0e92da
}

.reg-btn_header:hover {
    text-decoration: none;
    background-color: #0e92da;
    color: #fff;
    background-color: #1ea9fc;
    border-color: #1ea9fc;
    box-shadow: none
}

.reg-btn_header-sm {
    display: none
}

.order-form-checks-wrap {
    margin-bottom: 25px
}

.order-form-checks-wrap input+span {
    color: #000;
    font-family: "GothamPro-Medium", sans-serif;
    border: 2px solid #000;
    display: inline-block;
    padding: 6px 11px;
    transition: all .2s ease-out;
    white-space: nowrap;
    font-weight: normal;
    position: relative;
    /* border: 2px solid rgba(20, 128, 237, .3); */
    font-family: "Gotham Pro", sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #495c73;
    padding: 8px 11px;
    border: 1px solid #495c73;
    border-radius: 20px;
}

.order-form-checks-wrap input+span:after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 3px;
    bottom: 0;
    margin: auto;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform-origin: 120% 50%;
    transform: rotate(45deg);
    height: 16px;
    width: 9px;
    opacity: 0;
    transition: all .2s ease-out
}

.order-form-checks-wrap input {
    display: none
}

.order-form-checks-wrap input:checked+span {
    transition: all .2s ease-in;
    color: #fff;
    background-color: #000;
    padding-right: 34px;
    background: #495c73;
    border-color: #495c73
}

.order-form-checks-wrap input:checked+span:after {
    opacity: 1;
    transition: all .2s ease-in
}

.order-form-checks-wrap label {
    cursor: pointer;
    font-size: 0;
    margin-right: 14px;
    margin-top: 14px;
    display: inline-block
}

span.wpcf7-list-item {
    margin-left: 0;
    display: inline-block
}

span.wpcf7-form-control-wrap {
    display: block
}

/* .close_btn {
    transition: all .2s ease-out;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 10px;
    top: 10px;
    outline: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    opacity: 1;
    top: 55px;
    right: 55px
} */

.close_btn {
	transition: all 0.2s ease-out;
	width: 34px;
	height: 34px;
	position: absolute;
	right: 10px;
	top: 10px;
	outline: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	opacity: 1;
}

.modal-close_wht:before, .close_btn:before {
	transform: rotate(45deg);
}

.modal-close_wht:after, .close_btn:after {
	transform: rotate(-45deg);
}

.modal-close_wht:before, .modal-close_wht:after, .close_btn:before, .close_btn:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: " ";
	height: 20px;
	width: 4px;
	background-color: #333333;
}



/* .close_btn:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: " ";
    height: 20px;
    width: 4px;
    background-color: #333;
    transform: rotate(45deg);
    height: 50px;
    width: 2px;
    background-color: #006cea
} */

/* .close_btn:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: " ";
    height: 20px;
    width: 4px;
    background-color: #333;
    transform: rotate(-45deg);
    height: 50px;
    width: 2px;
    background-color: #006cea
} */

.modal-close_wht:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: " ";
    height: 20px;
    width: 4px;
    background-color: #333;
    transform: rotate(45deg);
    height: 50px;
    width: 2px;
    background-color: #006cea
}

.modal-close_wht:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: " ";
    height: 20px;
    width: 4px;
    background-color: #333;
    transform: rotate(-45deg);
    height: 50px;
    width: 2px;
    background-color: #006cea
}

.modal-insoc {
    background: #fff
}

#modal-reviews .modal-dialog {
    max-width: 960px;
    width: 960px
}

.order-form-row {
    margin-bottom: 20px
}

.order-form-row textarea {
    width: 100% !important;
    display: block;
    height: 47px;
    font-size: 16px;
    background: #fff;
    resize: none;
    height: 94px;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #495c73;
    padding: 7px 10px 7px 15px;
    border: 1px solid #1314154d;
    border-radius: 5px;
}

.order-form-row textarea::-moz-placeholder {
    color: #a9a9a9
}

.order-form-row textarea:-ms-input-placeholder {
    color: #a9a9a9
}

.order-form-row textarea::placeholder {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    color: #505a60
}

.order-form-row input::-webkit-input-placeholder {
    color: #a9a9a9
}

.order-form-row input::-moz-placeholder {
    color: #a9a9a9
}

.order-form-row input:-moz-placeholder {
    color: #a9a9a9
}

.order-form-row input:-ms-input-placeholder {
    color: #a9a9a9
}

.order-form-row input:not([type=submit]) {
    width: 100% !important;
    display: block;
    height: 47px;
    font-size: 16px;
    background: #fff;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #495c73;
    padding: 7px 10px 7px 15px;
    border: 1px solid #1314154d;
    border-radius: 5px;
}

.order-form-row input:not([type=submit])::-moz-placeholder {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #505a60
}

.order-form-row input:not([type=submit]):-ms-input-placeholder {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #505a60
}

.order-form-row input:not([type=submit])::placeholder {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #505a60
}

.order-form-row input::-moz-placeholder {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #505a60
}

.order-form-row input:-ms-input-placeholder {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #505a60
}

.order-form-row input::placeholder {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300;
    line-height: 30px;
    color: #505a60;
    font-size: 17px;
}

.order-form-row input:placeholder::-webkit-input-placeholder {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #505a60
}

.order-form-row input[type=submit] {
    width: 100%;
    background-color: #0f94e0;
    color: #fff;
    border-color: #0f94e0;
    padding: 0;
    height: 55px;
    font-size: 20px;
    background-color: #1480ed;
    border-color: #1480ed;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    z-index: 3;
    position: relative;
    box-shadow: none;
    font-family: "GothamPro-Medium", sans-serif;
    border-radius: 5px;
}

.order-form-row input[type=submit]:hover {
    background-color: #1ea9fc;
    border-color: #1ea9fc
}

.order-form-row textarea.wpcf7-not-valid {
    border-color: red
}

.order-form-row input.wpcf7-not-valid {
    border-color: red
}

.order-form-row:last-of-type {
    margin: 30px 0 0;
    position: relative
}

.order-form-row:last-of-type:before {
    content: "";
    display: block;
    width: 88%;
    height: 85%;
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 14px 52px rgba(20, 128, 237, .3), 0 10px 24px rgba(20, 128, 237, .3), 0 10px 34px rgba(20, 128, 237, .5);
    background: transparent;
    z-index: 2
}

.order-form-row input.wpcf7-validates-as-required {
    background: url(/wp-content/themes/swot/images/required-icon.svg) no-repeat 98% 9px
}

.order-form-row input.wpcf7-validates-as-required.wpcf7-not-valid {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAJBAMAAAD9fXAdAAAAMFBMVEX/AAD/AAD/AABHcEz/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABE++5nAAAAD3RSTlPfIL8An48Q789vrzBAcH8LU2lHAAAANUlEQVQIHWMwNhQ2ZjA2aDZmEDZQTmNQcGAtYYj4/1+TwTj+nzGD7Rf9wwxGjOKLGYyFrY0B7wMLb8bdCW8AAAAASUVORK5CYII=) no-repeat 98% 9px
}

.wpcf7-checkbox+.wpcf7-not-valid-tip {
    color: transparent;
    position: relative
}

.wpcf7-checkbox+.wpcf7-not-valid-tip:after {
    content: "Выберите вид работ";
    display: block;
    font-size: 1em;
    color: red;
    position: absolute;
    left: 0;
    top: 0
}

.web-item {
    cursor: pointer;
    transition: all .15s linear
}

.web-item:hover {
    font-family: GothamPro-Bold, sans-serif
}

.hidden-field {
    display: none
}

.modal-web-category {
    padding: 15px 0;
    font-family: "GothamPro-Bold";
    font-size: 15px;
    line-height: 15px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 18px
}

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

.navbar-case {
    font-family: Roboto;
    font-family: Roboto
}

.navbar-case .navbar {
    background: transparent;
    box-shadow: none;
    margin: 0;
    background: transparent;
    box-shadow: none;
    margin: 0
}

.navbar-case #top_nav_padd {
    display: flex;
    display: flex
}

.navbar-case.sticky {
    margin: 0;
    background: rgba(9, 26, 36, .75);
    background: rgba(3, 3, 3, .9);
    margin: 0;
    background: rgba(9, 26, 36, .75);
    background: rgba(3, 3, 3, .9)
}

.navbar-collapse.collapse {
    margin: 0 auto;
    margin: 0 auto
}

.barber-page .row+.row {
    margin-top: 180px
}

.barber-page h3 {
    font-family: "GothamPro-Bold";
    font-size: 32px;
    line-height: 37px;
    color: #006cea;
    position: relative
}

.barber-page .w-line {
    width: 5vw;
    height: 2px;
    background-color: #51a1ff;
    display: inline-block;
    position: absolute;
    left: -150px;
    left: -5vw;
    top: 38px;
    transition: width 1s ease-in-out !important
}

.barber-page .w-line.inview {
    width: 2vw
}

.barber-page .col-md-6:hover .w-line.inview {
    width: 5vw
}

.barber-page .shadow-text {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 104px;
    line-height: 86px;
    color: #e6e6e6;
    position: absolute;
    top: -10px;
    left: -20px
}

.barber-page .shadow-number {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 104px;
    line-height: 86px;
    color: #e6e6e6;
    position: absolute;
    top: -10px;
    left: -20px;
    font-size: 74px;
    left: -10px;
    top: -20px
}

.barber-page .shadow-text-big {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 104px;
    line-height: 86px;
    color: #e6e6e6;
    position: absolute;
    top: -10px;
    left: -20px;
    font-size: 99px;
    color: rgba(44, 76, 96, .1);
    left: -40px;
    top: -30px
}

.barber-page .jumbotron {
    background: #fff;
    color: #fff
}

.barber-page .jumbotron .container {
    max-width: 910px !important
}

.barber-page .jumbotron h1 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 54px;
    line-height: 64px;
    color: #fff
}

.barber-page .jumbotron h1 b {
    font-size: 74px;
    line-height: 86px;
    color: #51a1ff
}

.barber-page .entry-content {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden
}

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

.quote:before {
    content: url(/wp-content/themes/swot/images/case/quote.png);
    position: absolute;
    left: -40px;
    top: 7px
}

.quote .dots:before {
    content: " ..."
}

.quote .nomargin {
    margin: 0
}

.quote ol {
    margin-bottom: 0
}

.customer {
    display: grid;
    grid-template-columns: 80px auto;
    align-items: center;
    margin: 30px 0
}

.customer p {
    margin: 0;
    padding: 0;
    font-family: Roboto;
    color: #000;
    line-height: 28px
}

.customer img {
    border-radius: 50%;
    max-width: 64px
}

.customer .name {
    font-weight: bold;
    font-size: 24px
}

.customer .position {
    font-weight: 300;
    font-size: 18px
}

.page-template-page-barber .animate:not(.agroup) {
    opacity: 0;
    transform: translateY(50px);
    transition: 3s cubic-bezier(0.075, 0.82, 0.165, 1) opacity, 3s cubic-bezier(0.075, 0.82, 0.165, 1) transform
}

.page-template-page-barber .animate.agroup>* {
    opacity: 0;
    transform: translateY(50px);
    transition: 3s cubic-bezier(0.075, 0.82, 0.165, 1) opacity, 3s cubic-bezier(0.075, 0.82, 0.165, 1) transform
}

.page-template-page-barber .animate.agroup>.inview {
    transform: translateY(0px) rotate(0.001deg);
    opacity: 1
}
.page-template-page-barber .animate.inview:not(.agroup) {
    transform: translateY(0px) rotate(0.001deg);
    opacity: 1
}

.page-template-page-barber .reg-btn_header {
    width: 205px;
    height: 48px;
    background: #006cea;
    border-color: #006cea;
    font-family: "GothamPro-Medium";
    font-size: 13px;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 7px 15px;
    margin-top: 10px
}

.page-template-page-barber .navbar-collapse.collapse {
    margin-right: 60px
}

.page-template-page-barber .decoration.animate.agroup>.inview {
    transform: matrix(0.4, -0.92, -0.92, -0.4, 0, 0);
    opacity: 1
}

.sidebarIconToggle {
    transition: all .6s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 17px;
    right: 25px;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0
}

.sidebarIconToggle:not(.collapsed) {
    transform: translateY(3px)
}

.sidebarIconToggle:not(.collapsed)>.horizontal {
    transition: all .6s;
    box-sizing: border-box;
    opacity: 0;
    height: 0
}

.sidebarIconToggle:not(.collapsed)>.diagonal.part-1 {
    transition: all .6s;
    box-sizing: border-box;
    transform: rotate(135deg) translateY(0)
}

.sidebarIconToggle:not(.collapsed)>.diagonal.part-2 {
    transition: all .6s;
    box-sizing: border-box;
    transform: rotate(-135deg) translateY(0)
}

.spinner {
    transition: all .6s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    left: 0;
    transition: all .3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #292d2f;
    left: 0
}

.sidebarIconToggle.collapsed .horizontal {
    transition: all .1s;
    box-sizing: border-box;
    position: relative;
    float: left;
    transform: translateY(6px);
    transition: all .3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    transform: translateY(16px) translateX(16px);
    width: 38px
}

.sidebarIconToggle.collapsed .diagonal.part-1 {
    position: relative;
    transition: all .6s;
    box-sizing: border-box;
    float: left;
    position: relative;
    transition: all .3s;
    box-sizing: border-box;
    float: left;
    width: 54px
}

.sidebarIconToggle.collapsed .diagonal.part-2 {
    transition: all .6s;
    box-sizing: border-box;
    position: relative;
    float: left;
    transform: translateY(12px);
    transition: all .6s;
    box-sizing: border-box;
    position: relative;
    float: left;
    transform: translateY(32px) translateX(26px);
    width: 28px
}

.owl-carousel {
    -webkit-tap-highlight-c1686olor: transparent;
    position: relative;
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-c1686olor: transparent;
    position: relative;
    -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);
    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-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

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

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -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-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-dots.disabled {
    display: none
}

.owl-carousel .owl-nav.disabled {
    display: none
}

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

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

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

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

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

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

.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
}

.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;
    transition: transform .1s ease
}

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

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

.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;
    background-size: contain;
    transition: opacity .4s ease
}

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

.no-js .owl-carousel {
    display: block
}

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

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

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

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

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

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

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

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

.owl-height {
    transition: height .5s ease-in-out
}

.services-page {
    font-family: "Gotham Pro", sans-serif;, sans-serif;
    font-weight: 300
}

.services-page h3 {
    font-weight: bold;
    font-size: 68px;
    line-height: 72px;
    margin: 30px 0;
    font-family: "Gotham Pro", sans-serif;
    color:#0352fb;
}

.services-page h3>span {
    color: #333
}

.services-page h3>span.typing {
    max-width: 0;
    overflow: hidden;
    display: inline-block;
    padding-right: 0;
    vertical-align: top;
    white-space: nowrap;
    color: #495c73;
    color: #1ec5fc;
    position: relative
}

.services-page h2 {
    color: #006cea;
    color: #067afb;
    font-family: "Gotham Pro", sans-serif;
}

.services-page h2>span {
    color: #333
}

.services-page h1 {
    color: #006cea;
    color: #067afb
}

.services-page h4 {
    font-family: "Gotham Pro", sans-serif;, sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #495c73
}

.services-page h4>span {
    color: #006cea;
    color: #067afb
}

.services-page h5 {
    color: #006cea;
    color: #067afb
}

.services-page .seo-text h3 {
    color: #333;
    font-family: "Gotham Pro", sans-serif;, sans serif;
    font-size: 23px;
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
    color: #495c73
}

.services-page .seo-text h1 {
    color: #333;
    font-family: "Gotham Pro", sans-serif;, sans serif;
    font-size: 26px;
    color: #495c73
}

.services-page .seo-text ul li {
    color: #495c73;
    margin-bottom: 10px;
    list-style: disc;
    font-size: 16px;
    line-height: 1.4
}

.services-page .btn:focus {
    outline: 0;
    background-color: #1480ed;
    border-color: #1480ed;
    box-shadow: none
}

.services-page p {
    font-size: 20px;
    line-height: 30px;
    color: #57687e;
}

.services-page .services-1 {
    overflow: hidden
}

.services-page .services-1 p {
    color: #495c73
}

.services-page .services-1 .big-texts>p:nth-child(1) {
    top: 150px;
    left: 330px
}

.services-page .container {
    max-width: 1300px !important;
    width: 1300px
}

.services-page .section {
    padding-top: 150px;
    padding-bottom: 120px;
    position: relative
}

.services-page .s-secondary {
    background-color: #fff
}

.services-page .s-muted {
    background-color: rgba(243, 246, 249, .4)
}

.services-page .s-blue {
    background-color: rgba(219, 241, 248, .4)
}

.services-page .entry-content {
    padding-top: 0
}

.services-page .entry-content ul li:before {
    display: none
}

.services-page .entry-content .carousel-inner ul {
    padding-left: 0
}

.services-page .entry-content .carousel-inner ul li {
    list-style: none;
    padding-left: 20px;
    list-style-position: inside
}

.services-page .entry-content .carousel-inner ul li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: linear-gradient(163.82deg, #7AB7FF 9.77%, #00DCEA 99.98%);
    border: 0;
    left: 0
}

.services-page .entry-content .carousel-inner ul.withfilter li:before {
    filter: brightness(1.5)
}

.services-page hr {
    border-bottom: 2px solid #b8d9ff;
    border-top: 0
}

.services-page .services-11 .prices-slider-section .price-tab-descr>p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.4;
    min-height: 60px;
    font-family: "Gotham Pro", sans-serif;, sans-serif
}

.services-page .services-11 .prices-slider-section h4 {
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .31em;
    text-transform: uppercase;
    color: #495c73;
    margin-top: -15px;
    margin-left: 3px;
}

.services-page .services-11 .prices-slider-section p {
    font-family: "GothamPro";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #495c73;
    margin-top: 26px;
    margin-bottom: 16px
}

.services-page .services-11 .prices-slider-section .cost-block p {
    font-family: "GothamPro-Medium", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #495c73;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    color: rgba(19, 21, 21, .7)
}

.services-page .services-11 .prices-slider-section .cost-block p.small {
    font-size: 14px;
    font-family: "Gotham Pro", sans-serif;, sans-serif;
    margin-bottom: 10px;
}

.services-page .modal-backdrop {
    background-color: #c9e4ff
}

/*.services-page .jumbotron {
    background: #fff url(../images/services/hero-desktop.jpg) no-repeat no-repeat right top;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 70px;
    margin-bottom: 0
}*/
.services-page .jumbotron {
    /* background: #fff url(../images/unsplash_bg.png) no-repeat no-repeat center top; */
    background: radial-gradient(81.86% 81.86% at 104.58% 18.14%, rgb(33 133 234) 0%, rgb(28 83 202 / 0%) 100%), radial-gradient(113.56% 113.56% at 52.05% -13.56%, #1106ee 0%, rgb(16 4 234 / 0%) 100%), radial-gradient(62.03% 66.52% at -2.21% 33.14%, #d8beac 0%, rgb(9 83 253 / 6%) 100%), radial-gradient(67.29% 67.29% at 49.92% 96.78%, #1893d9bf 0%, rgb(255 255 255 / 0%) 100%);
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 70px;
    /* padding-top: 220px; */
    margin-bottom: 0
}
.services-page .jumbotron:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(108.69deg, #4FACFE -1.99%, #29F4FF 104.87%);
    mix-blend-mode: screen;
}
.services-page .jumbotron h1 {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 74px;
    line-height: 84px;
    /* color: #006cea;
    color: #037cfb; */
    color:#0352fb;
    margin-left:-4px;
}

.services-page .jumbotron h1 b {
    /* color: #495c73;
    color: #333 */
    color: #090808;
}

.services-page .jumbotron p,
.services-page .jumbotron span 
{
    font-weight: 900;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: .5em;
    text-transform: uppercase;
    color: #454c56;
    display: inline-block;
    margin-left: 2px
}

/* .services-page .jumbotron span {
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .5em;
    text-transform: uppercase;
    color: #495c73;
    display: inline-block
} */

.services-page .jumbotron p.subtext {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: block;
    color: #0a0a0a;
    text-transform: none;
    letter-spacing: 0;
  
}

.services-page .jumbotron span#hidescroll2 {
    background: linear-gradient(177.95deg, #006CEA 9.77%, #00DCEA 99.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid #1480ed;
    padding: 11px 10px 10px 16px;
    margin-left: 30px;
    width: 176px;
    border-radius: 2.5px
}

.services-page .jumbotron .img-mesh {
    top: 30%;
    z-index: 0
}

.services-page .jumbotron .col-md-5>p {
    margin-left: 50px
}

.services-page .jumbotron .col-md-5>.btn-primary-wrapper {
    margin-left: 50px;
    margin-top: 50px
}

.services-page .jumbotron .col-md-5 p {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #006cea;
    color: #565d67;
    letter-spacing: 0;
    text-transform: none
}

.services-page .jumbotron .big-texts {
    height: 100vh
}

.services-page .jumbotron .big-texts>p {
    text-shadow: 0 44px 24px rgba(20, 128, 237, .1);
    text-shadow: 0 20px 7px rgba(66, 77, 88, .12)
}

.services-page .jumbotron .big-texts>p.inview {
    opacity: 1
}

.services-page .jumbotron .tabs-hero {
    position: absolute;
    bottom: 50px;
    margin-left: 40px
}

.services-page .jumbotron .tabs-folio.tabs-hero.nav-tabs>li>a {
    padding-bottom: 40px;
    margin-right: 30px;
    padding-left: 20px;
    padding-right: 20px
}

.services-page .jumbotron .hidden-xs {
    display: inline-block !important
}

.services-page .hero-bottom {
    overflow: hidden
}

.services-page .hero-bottom img:first-child {
    position: relative;
    bottom: -80px;
    float: left;
    left: 5%
}

.services-page .services-3 .big-texts>p:nth-child(1) {
    top: 446px;
    color: #e4f2ff;
    left: 192px
}

.services-page .big-texts>p {
    position: absolute;
    font-family: "Century Gothic";
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
    font-size: 168px;
    line-height: 90px;
    text-align: right;
    color: #f0f7ff;
    opacity: .5
}

.services-page .big-texts>p:nth-child(1) {
    top: 120px;
    left: 320px
}

.services-page .big-texts>p:nth-child(2) {
    top: 300px;
    left: 750px
}

.services-page .big-texts>p:nth-child(3) {
    top: 500px;
    left: 750px
}

.services-page .big-texts>p:nth-child(4) {
    top: 700px;
    left: 450px
}

.services-page .shadow-text {
    font-family: "Gotham Pro", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 900;
    letter-spacing: .5em;
    text-transform: uppercase;
    color: #495c73;
    left: 6px
}

.services-page .shadow-text>b {
    border: 1px solid rgba(20, 128, 237, .3);
    border-radius: 2px;
    padding: 8px 8px 8px 14px
}

.services-page .services-2 .big-texts>p {
    right: 0;
    left: auto;
    top: 200px;
    color: #e4f2ff
}

.services-page .animate.diagrams {
    opacity: 1;
    transform: none
}

.services-page .animate.diagrams>* {
    opacity: 0;
    transform: translateY(50px);
    transition: 3s cubic-bezier(0.075, 0.82, 0.165, 1) opacity, 1s cubic-bezier(0.075, 0.82, 0.165, 1) transform;
    transform: translateY(50px) scale(0.1)
}

.services-page .animate:not(.diagrams):not(.agroup) {
    opacity: 0;
    transform: translateY(50px);
    transition: 3s cubic-bezier(0.075, 0.82, 0.165, 1) opacity, 1s cubic-bezier(0.075, 0.82, 0.165, 1) transform
}

.services-page .animate.inview:not(.diagrams) {
    transform: translateY(0px);
    opacity: 1
}

.services-page #glavnaya .animate.agroup>.inview.fadeup {
    transform: translateY(-50px) rotate(0.001deg);
    opacity: 0
}

.services-page .services-4 .big-texts>p:nth-child(1) {
    left: auto;
    right: 0;
    top: 150px;
    color: #e4f2ff
}

.services-page .services-5 .big-texts>p:nth-child(1) {
    color: #e4f2ff;
    position: absolute;
    left: auto;
    right: 180px;
    top: 80px;
    right: 170px;
    top: 105px
}

.services-page .services-6 .big-texts>p:nth-child(1) {
    color: #e4f2ff;
    position: absolute;
    left: auto;
    right: 180px;
    top: 80px;
    top: 40px;
    width: 100%;
    left: 600px
}

.services-page .sec9icon {
    margin-top: 17px;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 49px;
    text-align: center;
    color: #291d44;
    border: 2px solid #495c73;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 0;
    font-family: "Century Gothic", sans-serif
}

.services-page .services-9 .big-texts>p:nth-child(1) {
    left: auto;
    right: -50px;
    top: 10px;
    color: #e4f2ff
}

.services-page .block-3-in-1 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 32px;
    color: #006cea;
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    padding-top: 0
}

.services-page .services-10.s-blue {
    background-color: rgba(225, 243, 252, .4)
}

.services-page .services-12 .big-texts>p:nth-child(1) {
    left: auto;
    right: 50px;
    top: 40px;
    color: #e4f2ff;
    z-index: 1
}

.services-page .folio-slider-section h4 {
    font-size: 46px;
    line-height: 53px
}

.services-page .folio-slider-section p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    padding: 0
}

.services-page .folio-slider-section p>b {
    font-weight: 500
}

.services-page .folio-slider-section li {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin-bottom: 10px
}

.services-page .folio-slider-section .quote ol li {
    margin-bottom: 0
}

.services-page .item.item-light h4 {
    color: #fff
}

.services-page .item.item-light p {
    color: #fff
}

.services-page .item.item-light .shadow-text {
    color: #fff
}

.services-page .item.item-light .count-numbers {
    color: #fff
}

.services-page .section.services-14 {
    padding-bottom: 0
}

.services-page .btn-folio:focus {
    /* background: rgba(214, 233, 255, .2); */
    background:none;
    box-shadow: none
}

.services-page .btn-folio:active {
    background:none;
    box-shadow: none
}

.services-page .section.services-15 {
    padding-bottom: 50px;
    background: #fff
}

.services-page .services-16 {
    padding-bottom: 350px
}

.services-page .services-16 h2,
.services-page #aboutus-2 h2 {
    font-size: 68px;
    line-height: 72px
}

.services-page .services-17 p {
    font-weight: 400; 
    color: #57687e;
    font-size: 16px;
    line-height: 22px
}

.services-page .services-18 {
    padding: 0
}

.services-page .services-19 {
    padding-bottom: 20px;
    padding-top: 100px
}

.services-page .services-20 {
    background: linear-gradient(90deg, #4FACFE -9.13%, #4BB2FE 38.38%, #1AF3FF 100%), #c4c4c4;
    padding: 30px 0;
    margin-bottom: 0;
}

.services-page .services-20 h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-family: "GothamPro", sans-serif;
}

.services-page .section.services-21 {
    padding-bottom: 100px;
    padding-bottom: 50px
}

.services-page .section.services-22 {
    padding: 160px 0 0 0;
    background-color: #fff
}

.services-page .section.services-23 {
    padding-top: 80px;
    padding-bottom: 80px
}

.services-page .services-23 .seo-text p {
    font-size: 16px;
    line-height: 1.4
}

.btn-compare {
    font-size: 18px;
    line-height: 18px;
    color: #006CEA;
    position: absolute;
    top: 142px;
    background: none;
    font-weight: bold;
    border: 0;
    padding: 5px 10px;
    right: 30px;
}

.btn-compare:hover {
    background: none;
    border: 0;
    /*color: #54dcee*/
}

.btn-compare:active {
    background: none;
    border: 0;
    /*color: #54dcee*/
}

.btn-compare.active {
    background: none;
    border: 0;
    color: #54dcee
}
.btn-compare img{
    position: relative;
    margin-right: 10px;
}
.btn-compare.hidden-xs svg {
    position: relative;
    transition: all .2s ease-in-out
}

.btn-compare.hidden-xs:hover svg {
    transform: rotate(90deg)
}

.btn-compare.hidden-xs:hover svg path {
   /* stroke: #54dcee*/
}

.btn-compare.hidden-xs.arrow-rotate svg {
    transform: rotate(90deg)
}

.btn-compare.hidden-xs.arrow-rotate:hover svg {
    transform: rotate(-90deg)
}

.img-edge {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 50%
}

.barber-page.services-page .row+.row {
    margin-top: 50px
}

.barber-page.services-page .w-line {
    background-color: #54dcee;
    height: 1px;
    top: -3px
}

.barber-page.services-page .jumbotron .container {
    max-width: 1300px !important
}

.barber-page.services-page .services-12 .row+.row.bars-table {
    margin-top: 0
}

.barber-page.services-page .services-17 .sec17-row .w-line {
    transform: rotate(90deg);
    background-color: #006cea;
    opacity: .2;
    width: 45px;
    left: 3px
}

.progressbar-text {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 32px;
    line-height: 22px;
    color: #006cea;
    width: 100%
}

.stripes-block p {
    font-family: "GothamPro-Medium", sans-serif;
    font-size: 22px;
    line-height: 28px;
    color: #495c73;
    padding: 0;
    margin-bottom: 5px
}

.stripes-block p.text-small {
    font-size: 18px;
    color:#333;
    font-family: "GothamPro-Medium", sans-serif;
}

.stripes-block p.bar-label {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #495c73
}

.stripes-block p.bar-label>b {
    font-weight: 500
}

.stripes-block .google-top-block p.bar-label {
    margin-bottom: 0
}

.stripes-block .google-top-block p.bar-label>b {
    font-weight: 400;
    color: #495c73;
    margin: 0
}

p.bar-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #495c73
}

.pr-bar-cont {
    width: 100%;
    height: 9px;
    margin: 0;
    position: relative;
    top: -5px;
    border-radius: 10px
}

.pb-child {
    width: 100%;
    height: 100%
}

.pb-child:not(.shrinker) {
    top: .4%;
    left: .4%;
    right: .4%;
    bottom: .4%;
    border-radius: 10px
}

.coolprogress {
    animation-direction: reverse;
    background: #006cea;
    background: linear-gradient(90.33deg, #006CEA -1.35%, #00DCEA 99.92%)
}

.badprogress {
    animation-direction: reverse;
    background: #c1deff;
    background: linear-gradient(90deg, #C1DEFF 0%, #8CB1B4 100%)
}

.midprogress {
    animation-direction: reverse;
    background: #3597dd;
    background: linear-gradient(90deg, #3597DD 0%, #9CDBFF 100%)
}

.shrinker {
    background-color: #fff;
    position: absolute;
    top: -0.5px;
    right: -0.5px;
    width: calc(100% + 1px);
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    right: -1px;
    width: 105%;
    z-index: 120;
    display: block;
    bottom: -1px
}

.s-primary .shrinker {
    background-color: #fafafa
}

.timelapse {
    -webkit-animation-name: timelapse;
    animation-name: timelapse;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0.05, 0.4, 0.96);
    animation-timing-function: cubic-bezier(0.86, 0.05, 0.4, 0.96)
}

.count-numbers {
    font-family: "GothamPro-Medium", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 21px;
    color: #006cea;
    margin: 17px 0
}

.count-numbers .small {
    font-size: 32px
}

.section .btn-primary-wrapper {
    display: inline-block;
    position: relative
}

.section .btn-primary-wrapper:before {
    content: "";
    display: block;
    width: 88%;
    height: 85%;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 14px 52px rgba(20, 128, 237, .3), 0 10px 24px rgba(20, 128, 237, .3), 0 10px 34px rgba(20, 128, 237, .5);
    background: transparent;
    z-index: -2
}

.pr-bar-cont+.bar-label:not(.nopadd) {
    padding-bottom: 36px;
    padding-top: 4px
}

.swot-deco {
    position: absolute
}

#slider-tabs-prices .fade {
    opacity: 0;
    transition: all .15s linear
}

#slider-tabs-prices .fade.in {
    opacity: 1;
    background: none
}

#slider-tabs-prices .cost-car-wrapper>.owl-carousel>.owl-nav .owl-prev:before {
    content: url('data:image/svg+xml; utf8, <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.9985 29.1421L29.1406 15L14.9985 0.857866" stroke="rgb(0, 108, 234)" stroke-width="2"/></svg>');
    stroke: #006cea;
    text-align: center;
    top: 21.5px;
    right: 4px;
    position: relative;
    display: inline-block;
    transition: filter .2s ease-in-out;
    content: url('data:image/svg+xml; utf8, <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.0015 0.857862L0.859375 15L15.0015 29.1421" stroke="rgb(0, 108, 234)" stroke-width="2" /></svg>');
    left: 4px;
    right: auto
}

#slider-tabs-prices .cost-car-wrapper>.owl-carousel>.owl-nav .owl-next:before {
    content: url('data:image/svg+xml; utf8, <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.9985 29.1421L29.1406 15L14.9985 0.857866" stroke="rgb(0, 108, 234)" stroke-width="2"/></svg>');
    stroke: #006cea;
    text-align: center;
    top: 21.5px;
    right: 4px;
    position: relative;
    display: inline-block;
    transition: filter .2s ease-in-out
}

#slider-tabs-prices .cost-car-wrapper>.owl-carousel>.owl-nav .owl-prev.disabled:before {
    opacity: .3
}

#slider-tabs-prices .cost-car-wrapper>.owl-carousel>.owl-nav .owl-next.disabled:before {
    opacity: .3
}

.price-tab-descr {
    font-size: 17px;
    max-width: 800px;
    margin-top: 10px;
    margin-bottom: 40px
}

.web-item-price--last {
    display: inline-block;
    text-decoration: line-through
}

.web-item-price--last::after {
    background-color: #495c73
}

.web-item-price--last span {
    font-family: "GothamPro-Medium", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #006cea;
    font-size: 22px;
    color: #495c73
}

#modal-order-web .modal-header {
    padding: 40px 60px 5px
}

#modal-order-web .modal-body {
    padding: 0 60px 45px
}

#modal-order-web input:not([type=submit]) {
    border: 1px solid #b7b7b7;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #495c73;
    padding: 7px 10px 7px 15px
}

#modal-order-web textarea {
    border: 1px solid #b7b7b7;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #495c73;
    padding: 7px 10px 7px 15px
}

/* #modal-order-web .modal-web-category {
    border: 0;
    padding: 0;
    margin-bottom: 0;
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #495c73
} */

#myModal2 .close_btn {
    top: 15px;
    right: 15px
}

#myModal3 .close_btn {
    top: 15px;
    right: 15px
}

#myModal4 .close_btn {
    top: 15px;
    right: 15px
}

.web-item-price--new {
    display: inline-block
}

.web-item-price--new span {
    font-family: "GothamPro-Medium", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #006cea
}

.navbar-services .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
}

.navbar-services .navbar-toggle {
    display: block;
    top: 25px;
    right: 50px;
    display: none;
    width: 47px;
    height: 38px;
    box-sizing: border-box;
    border-radius: 0;
    padding-bottom: 38px
}

.navbar-services .navbar-toggle:hover {
    background-color: transparent
}

.navbar-services .navbar-toggle:hover .spinner {
    background-color: #00c6ea
}

.navbar-services .button-header {
    position: absolute;
    right: 150px;
    right: 50px
}

.navbar-services .button-header>a {
    margin: 0
}

.navbar-services .btn-primary {
    padding: 14px 26px;
    border: 0;
    font-size: 16px;
    font-family: "GothamPro-Medium", sans-serif
}

.navbar-services.sticky .navbar-toggle {
    display: inline-block;
    display: none
}

.navbar-services.sticky .button-header {
    right: 150px;
    right: 50px
}

.services-menu {
    float: right;
    position: absolute;
    right: 365px;
    top: 35px
}

.sticky .services-menu {
    display: none;
    display: inline-block
}

.sticky .navbar-nav>li {
    float: left
}

#responsive-menu.modal.fade.in {
    background-color: rgba(201, 228, 255, .87);
    background-color: #fafafac7
}

#responsive-menu .modal-dialog {
    transform: translate(0, 200px);
    padding-left: 100px
}

#responsive-menu ol {
    padding: 0;
    counter-reset: section;
    list-style-type: none
}

#responsive-menu ol li {
    float: none;
    display: block
}

#responsive-menu ol li:before {
    counter-increment: section;
    content: "0" counter(section);
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    left: -60px;
    top: 23%;
    transform: rotate(-90deg);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    border: .3px solid #fff;
    transform: rotate(-90deg)
}

#responsive-menu ol li a {
    display: inline-block;
    font-weight: bold;
    font-size: 35px;
    line-height: 64px;
    color: #006cea;
    color: #363a3e;
    padding: 0;
    font-size: 24px;
    font-size: 7vw;
    font-family: "Century Gothic";
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 64px;
    color: #000
}

#responsive-menu ol li a:hover {
    background: none;
    color: #00c6ea;
    color: #36a0fb
}

#responsive-menu ol li:hover:before {
    text-decoration: line-through;
    color: #36a0fb
}

#responsive-menu ol li:hover:after {
    content: " ";
    position: absolute;
    left: -51px;
    top: 18%;
    height: 43px;
    width: 1px;
    background-color: #36a0fb
}

#responsive-menu ol li.active:before {
    text-decoration: line-through;
    color: #36a0fb
}

#responsive-menu ol li.active:after {
    content: " ";
    position: absolute;
    left: -51px;
    top: 18%;
    height: 43px;
    width: 1px;
    background-color: #36a0fb
}

#responsive-menu ol li.active a {
    color: #0a97fd
}

#responsive-menu ol li.big-menu-modal a {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 68px;
    line-height: 72px
}

#responsive-menu .close {
    opacity: 1;
    right: 40px;
    top: 40px;
    right: 50px;
    top: 52px;
    position: relative;
    display: block
}

#responsive-menu .close.sticky {
    top: 8px
}

#responsive-menu .sidebarIconToggle {
    height: 40px;
    width: 47px
}

#responsive-menu .sidebarIconToggle:not(.collapsed) {
    transform: translateY(14px)
}

#responsive-menu .close-modal {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFlSURBVHgBzdi9boNADABgGzogdWHtxqvkbTrmUTr2bfoozdaxLJUylFIbVY2ScJz/chdLJyGMdJ8Q2NYBcOzfe3j+GKB27MnAFgpcLr4f32CGHqZpB69PB6gRjJpadozw8LVrALoecKYFA7SUqPHmTqgBZrIcux5PiYYSSAk4FH1z5yja+2fZG88fKIxLoDiF1w8Wwm2grmGlcBnUOuzWOAEqDbsVTojahkXjFKg8LAqnRMlgXpwBJYdZcUaUDqbFOVB6mBTnRNlgOVwAyg5L4Tq6H4DywdZwNERFoPywSxxHAIqjgZDAxLU9fLDLDx15xUzCdtja39fSCsI5ykXi7wtq/MYCmykJAThDSxLWKSdO2cSVxdOBU4w9xopuxAkHRWebMeAEo3VM79PisAjKgMNiKCUOi6IUOCyOEuKwCkqAw2qoDA6rojZwfKI4LseLtVAcL7Tn/8g0j9Adxz/x590dDv8CU2qxywAkLY0AAAAASUVORK5CYII=");
    transition: filter .2s ease-in-out
}

#responsive-menu .close-modal:hover {
    filter: brightness(1.5)
}

.navbar-case.navbar-services.sticky {
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 1px 4px 1px #c9e4ff;
    z-index: 200
}

.img-mesh {
    position: absolute
}

#knife-el {
    position: absolute;
    top: 0vh;
    width: 0;
    height: 0;
    border-left: 100vh solid #fff;
    border-right: 100vh solid transparent;
    border-top: 100vh solid #fff;
    left: 14px;
    transform: rotateY(66deg);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0vh;
    height: 0;
    border-left: 1000px solid #fff;
    border-right: 1000px solid transparent;
    border-top: 1000px solid #fff;
    left: -31px;
    transform: rotateY(66deg);
    overflow: hidden;
    display: block
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #fff;
    z-index: 1001;
    display:none;
}
/* 
.preloader__image {
    position: relative;
    top: 45%;
    left: 0;
    right: 0;
    width: 100%;
    height: 134px;
    margin-top: -32px;
    background: url(../images/services/preloader.gif) no-repeat 50% 50%;
    background-size: 130%
} */

.loaded_hiding .preloader {
    transition: .3s opacity;
    opacity: 0
}

.loaded .preloader {
    display: none;
}

.mockup-slider {
    position: absolute;
    right: 0;
    text-align: center;
    margin: auto;
    right: 0%;
    min-width: 40%
}

.cost-table-carousel a {
    cursor: pointer
}

.big-texts {
    position: relative
}

.hero-bottom-left {
    position: absolute;
    bottom: 0;
    padding: 0;
    left: 0;
    bottom: 50px;
    left: 2%
}

.hero-bottom-right {
    position: absolute;
    bottom: 0;
    padding: 0;
    left: 0;
    left: auto;
    right: 0
}

.services-1 h5 {
    font-family: "Gotham Pro", sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px
}

.services-1 .big-texts p {
    color: #e4f2ff
}

.services-1 .decoration>div {
    position: absolute;
    top: 0;
    transform: matrix(0.4, -0.92, -0.92, -0.4, 0, 0);
    background-image: url(/wp-content/themes/swot/images/services/superdeco.svg);
    width: 1053.67px;
    height: 1053.67px
}

.services-1 .decoration>div:nth-child(1) {
    left: -570px
}

.services-1 .decoration>div:nth-child(2) {
    left: -320px
}

.services-1 .decoration>div:nth-child(3) {
    left: -70px
}

.services-1 .decoration>div:nth-child(4) {
    left: 190px
}

.services-1 .decoration>div:nth-child(5) {
    left: 340px;
    top: -250px
}

.services-1 .decoration>div:nth-child(6) {
    left: 600px;
    top: -250px
}

.services-1 .decoration>div.deco-cutter {
    background: radial-gradient(81.86% 81.86% at 104.58% 18.14%, rgb(190 246 243) 0%, rgb(230 234 243 / 75%) 100%), radial-gradient(113.56% 113.56% at 52.05% -13.56%, #edf2f6fa 0%, rgb(5 245 243 / 12%) 100%), radial-gradient(62.03% 66.52% at -2.21% 33.14%, #3dd6e200 0%, rgb(42 77 158 / 6%) 100%), radial-gradient(67.29% 67.29% at 49.92% 96.78%, #1196e24a 0%, rgb(255 255 255 / 0%) 100%);
    right: -494px;
    top: -150px;
    width: 1600px;
    height: 1600px
}

.img-dart {
    position: absolute;
    right: 30px
}

.services-2 h4 {
    font-size: 28px;
    line-height: 32px
}

.services-3 h3 {
    /* font-size: 46px; */
    /* font-size: 45px; */
    font-size: 52px;
    line-height: 53px
}

.services-3 h5 {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    max-width: 480px;
    margin: 10px auto;
    font-family: "Gotham Pro", sans-serif;, sans-serif
}

.services-3 .shadow-text {
    white-space: nowrap
}

.diagrams>div {
    background: #ccc;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    position: absolute
}

.diagrams .cred {
    background: #ff1313;
    mix-blend-mode: darken;
    top: 200px;
    left: 100px
}

.diagrams .cblue {
    background: #61ead9;
    mix-blend-mode: darken;
    top: 100px;
    left: 70px
}

.diagrams .cyel {
    background: #eee630;
    mix-blend-mode: darken;
    top: 50px;
    left: 150px
}

.diagrams .cpink {
    background: #ad50f5;
    mix-blend-mode: darken;
    top: 100px;
    left: 230px
}

.diagrams .csin {
    background: #4a99e1;
    mix-blend-mode: darken;
    top: 200px;
    left: 200px
}

.diagrams.animate {
    position: relative;
    left: 10%;
    right: 10%
}

.diagrams.animate>.inview-diagrams {
    transform: scale(1) translateY(0px);
    opacity: .68
}

.diagrams.animate>.inview-diagrams.cred {
    opacity: .46
}

.diag-text>span {
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: #495c73;
    max-width: 220px;
    position: absolute
}

.diag-text .cred-text {
    top: 330px;
    left: -30px
}

.diag-text .cblue-text {
    top: 100px;
    max-width: 140px;
    left: -25px
}

.diag-text .cyel-text {
    left: 199px;
    top: 20px
}

.diag-text .cpink-text {
    right: 50px;
    text-align: right;
    max-width: 150px;
    top: 100px
}

.diag-text .csin-text {
    top: 330px;
    right: 25px;
    text-align: right;
    max-width: 160px
}

.diag-text .unic-text {
    text-align: center;
    top: 220px;
    left: 150px;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: #fff
}

.diagrams.animate.diag-text>.inview-diagrams {
    transform: scale(1) translateY(0px);
    opacity: 1
}

/*#glavnaya .btn-primary {
    letter-spacing: 2.6px
}*/

#glavnaya .btn-primary svg {
    position: relative;
    left: 5px;
    transition: transform .2s ease-in-out
}

#glavnaya .btn-primary:focus svg {
    transition: transform .2s ease-in-out
}

#glavnaya .btn-primary:hover svg {
    transform: rotate(90deg)
}

#glavnaya .btn-primary:active svg {
    transform: rotate(90deg)
}

.first-letter-m {
    display: inline-block
}

.first-letter-m::first-letter {
    margin-right: 8px
}

.services-4 .img-edge {
    z-index: 0
}

.services-4 .count-numbers {
    position: relative
}

.services-4 .bar-label {
    position: relative
}

.services-4 .basic-count {
    position: absolute;
    left: 62%;
    top: 90px;
    font-size: 28px;
    line-height: 21px
}

.services-4 .img-mesh {
    top: -25px;
    left: -25px
}

.services-4 h3 {
    font-size: 46px;
    line-height: 53px
}

.s-logos {
    position: relative;
    left: -15px
}

.s-logos>.s-logo {
    width: 20%;
    float: left
}

.s-logos>.s-logo>img,
.s-logos>.s-logo>picture {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    display: block
}

.s-logos>.s-logo>span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #495c73;
    text-align: center
}

.services-5 h3 {
    font-size: 46px;
    line-height: 53px
}

.services-5 p {
    max-width: 640px
}

.services-5 .img-edge {
    top: 0;
    left: auto;
    right: 0
}

.services-5 .s-logos {
    position: relative;
    left: -15px
}

.services-5 .s-logos>.s-logo {
    width: 14.28%;
    float: left
}

.services-5 .swot-deco:nth-child(1) {
    top: 0;
    right: 20%
}

.services-5 .swot-deco:nth-child(2) {
    top: 100px;
    right: 0
}

.services-5 .swot-deco:nth-child(3) {
    top: 112px;
    right: 136px
}

.services-6 {
    padding-bottom: 200px
}

.services-6 h3 {
    font-size: 46px;
    line-height: 53px
}

.services-6 .count-numbers {
    color: #353f4b;
    font-size: 62px;
    line-height: 42px
}

.services-6 .count-numbers .small {
    font-size: 42px;
    line-height: 42px
}

.services-6 .img-edge {
    top: 60px;
    left: auto;
    right: 0
}

.services-6 .s-logos>.s-logo {
    width: auto;
    margin: auto;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px
}

.services-6 .s-logos>.s-logo img {
    padding-left: 15px;
    padding-right: 15px
}

.services-6 .col-md-8.stripes-block hr {
    margin-left: 0;
    max-width: 560px
}

.services-6 .swot-deco:nth-child(1) {
    top: 470px;
    right: 16%
}

.services-7 h3 {
    font-size: 46px;
    line-height: 53px
}

.services-7 .count-numbers {
    color: #333;
    font-size: 38px;
    line-height: 21px;
    margin: 3px 0
}

.services-7 .count-numbers .small {
    font-size: 32px;
    line-height: 21px
}

.services-7 .s-logos>.s-logo {
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px
}

.services-7 .s-logos>.s-logo img {
    max-width: 100%
}

.sec7icon {
    max-width: 45px
}

.services-8 h3 {
    font-size: 46px;
    line-height: 53px
}

.services-8 .s-logos {
    display: flex;
    flex-flow: wrap
}

.services-8 .s-logos>.s-logo {
    width: auto;
    margin: 0;
    margin-right: 8px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px
}

.services-8 .s-logos>.s-logo>img {
    padding-left: 8px
}

.services-8 .img-edge {
    top: 190px;
    left: auto;
    right: 0
}

.services-8 .img-mesh {
    top: 140px;
    right: 280px
}

.services-9 h3 {
    font-size: 46px;
    line-height: 53px
}

.services-9 .count-numbers {
    color: #291d44;
    font-size: 38px;
    line-height: 21px;
    margin: 0 0 15px
}

.services-9 .count-numbers .small {
    font-size: 32px;
    line-height: 21px
}

.services-9 .count-numbers+.bar-label {
    padding: 0
}

.services-9 p.bar-label {
    margin-bottom: 5px
}

.services-10 h2 {
    font-size: 68px;
    line-height: 72px;
    letter-spacing: 0;
    /* margin-top: 50px */
    margin-top: 20px;
}

.services-10 .img-edge {
    top: 150px;
    left: auto;
    right: 0
}

.services-10 .img-mesh {
    top: 150px;
    left: auto;
    right: 0;
    top: 20px
}

.services-10 .btn-primary {
    padding: 15px 52px
}

.services-10 .btn-primary-wrapper {
    margin-top: 20px
}

.services-10 h3.gradient-text {
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    margin: 0
}

.services-10 h3.gradient-text>span {
    font-size: 48px;
    margin: 0 7px;
    vertical-align: middle
}

.block-3-in-1 {
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #006cea;
    margin: 30px 0;
    padding: 40px 30px;
    position: relative
}

.block-3-in-1 h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 32px;
    color: #006cea;
    margin-bottom: 0
}
.block-3-in-1 h3,
.block-3-in-1 h4{
    font-family: 'Montserrat', sans-serif;
}

.block-3-in-1 .row>.col-md-4:not(:last-child):after {
    content: "+";
    position: absolute;
    right: 5px;
    top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #006cea
}

.prices-tabs {
    margin-top: 70px
}

.prices-tabs .tabs-folio.nav-tabs>li>a {
    /* margin: 0 52px */
    margin: 0 35px;
}

.prices-tabs .tabs-folio.nav-tabs>li:first-child>a {
    margin-left: 0
}

.prices-tabs .web-item {
    font-family: "Gotham Pro", sans-serif;
}

.services-11 h2 {
    font-size: 68px;
    line-height: 72px;
    position: relative;
    left: -3px
}

.services-11 .prices-slider-section .cost-car-wrapper>.owl-carousel>.owl-stage-outer>.owl-stage {
    background: #fff;
    box-shadow: 0 12px 37px rgba(20, 128, 237, .1)
}

.services-11 .prices-slider-section .cost-car-wrapper>.owl-carousel>.owl-stage-outer {
    overflow: initial
}

.services-11 .prices-slider-section .item {
    padding: 24px 48px 41px 23px
}

.services-11 .prices-slider-section .item:hover {
    box-shadow: 0 14px 23px rgba(28, 104, 194, .4)
}

.services-11 .prices-slider-section .item:hover ul li:before {
    filter: none
}

.services-11 .prices-slider-section .item:hover .cost-table-carousel .item {
    box-shadow: none
}

.services-11 .prices-slider-section .item .owl-item>.item {
    padding: 10px;
    min-height: 70px;
    display: flex
}

.services-11 .prices-slider-section .item .owl-item>.item.nopad {
    padding: 10px 0 0
}

.services-11 .prices-slider-section .item .owl-item>.item.nopad img {
    min-height: 60px
}

.services-11 .prices-slider-section .item .owl-dots {
    display: none
}

.services-11 .prices-slider-section h3 {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    background: linear-gradient(150deg, #006cea 40%, #00dcea 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0
}

.services-11 .prices-slider-section h3 span {
    font-weight: 900;
    text-transform: capitalize
}

.services-11 .prices-slider-section ul {
    padding-left: 21px
}

.services-11 .prices-slider-section ul li:not(:last-child) {
    margin-bottom: 13px;
    /* border-bottom: 1px solid #e5e5e5; */
    padding-bottom: 5px;
    min-height:75px !important;
}

.services-11 .prices-slider-section .web-item-list li::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 12px;
    width: 7px;
    height: 12px;
    border-top: 2px solid #339900;
    border-left: 2px solid #339900;
    transform: rotate(-135deg);
}

.services-11 .prices-slider-section .btn-primary {
    background: #e2f0ff;
    color: #006cea;
    padding: 15px 72px;
    box-shadow: none;
    border-color: #e2f0ff;
    font-family: "GothamPro-Medium", sans-serif
}

.services-11 .prices-slider-section .btn-primary:hover {
    background: #1480ed;
    border-color: #1480ed;
    color: #fff
}

/*.services-11 .prices-slider-section .btn-primary-wrapper:before {
    box-shadow: none
}

.services-11 .prices-slider-section .btn-primary-wrapper:hover:before {
    box-shadow: 0 10px 17px rgba(20, 128, 237, .5)
}
*/
.services-11 .cost-block {
    padding-left: 17px;
    margin-bottom: 27px
}

.services-11 .cost-block p>span.cost-part {
    font-family: "GothamPro-Bold", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #006cea
}

.services-11 .cost-block p>span.cost-x {
    font-family: "GothamPro-Bold", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin:0 10px;
}

.services-11 .cost-block>div:not(.prices-descr) {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #131515;
}

.services-11 .cost-block>div>span {
    font-size: 20px;
}

.services-11 .cost-block>div>span.old-cost {
    color: #525454;
    font-size: 18px;
    margin: 0;
    text-decoration: line-through;
    font-weight: 400;
}

.services-11 .cost-table-carousel {
    margin-top: 20px
}

.services-11 .cost-table-carousel .item {
    text-align: center;
    padding: initial
}

.services-11 .cost-table-carousel .item img {
    margin: auto;
    max-width: 160px;
    max-height: 50px
}

.services-11 .cost-table-carousel .item a {
    display: flex;
    margin: auto;
    justify-content: center
}

.services-11 .cost-table-carousel .owl-next {
    position: absolute;
    top: 10%;
    top: 25px;
    right: 0
}

.services-11 .cost-table-carousel .owl-prev {
    position: absolute;
    top: 10%;
    top: 25px
}

.services-11 .cost-table-carousel .owl-next.disabled svg {
    opacity: .2
}

.services-11 .cost-table-carousel .owl-prev.disabled svg {
    opacity: .2
}

.services-11 .tooltip-inner {
    max-width: 345px;
    background: #fff;
    box-shadow: 0 2px 44px rgba(2, 80, 159, .15);
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #495c73;
    padding: 26px 19px 19px
}

.services-11 .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff
}

.services-11 .tooltip.in {
    opacity: 1
}

.badge-top {
    color: #fff;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAAcCAMAAADhuZd1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABFUExURQAAAADP/wDH/wDP/wjH/wjP/wTL/wPM/wXM/wXI/QTL/wTL/wXK/QTL/gbL/wTL/gXL/gXL/wXL/gXK/gbK/gXL/gXL/u84Zj0AAAAWdFJOUwAQICAgIEBfX3B/j5+vr7+/v8/f3+/hen+4AAAAdUlEQVQ4y6XURw6AQAwEwd4l57Dg/z+VA7yA9r0sS2MNNMcdv2emETpKYhU8Mhg+ovyJ8iU736H8jPIlOZ9RfkT5E+VLdr7D+V76u3Y+NuljkD5a6S/5vzFJ/4X4378hiv7aAEx9D8BuCriFyhxwJagWsWB6AINRiuMajLAxAAAAAElFTkSuQmCC) no-repeat center center;
    width: 63px;
    height: 28px;
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 49px;
    right: -13px
}

.modal-web-title h3 {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 78px;
    background: linear-gradient(150deg, #006cea 40%, #00dcea 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    max-width: 65%;
    line-height: 38px
}

.modal-web-title h3 span {
    font-weight: 900;
    text-transform: capitalize
}

.modal-info-folio .modal-web-category {
    border: none;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #495c73;
    padding: 0;
    margin-bottom: 7px
}

.modal-info-folio .modal-web-title {
    font-family: "Gotham Pro", sans-serif;
    font-weight: bold;
    font-size: 34px;
    line-height: 34px;
    color: #495c73
}

.modal-info-folio h4 {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #006cea;
    margin: 0 0 15px
}

.modal-web-image .img-edge {
    max-width: 100% !important;
    position: relative
}

.modal-web-image .img-mobile {
    max-width: 100% !important;
    position: relative;
    position: absolute;
    left: 30px;
    top: 10px;
    max-width: 80px !important;
}

.modal-web-image .desktop-img.only-desktop {
    left: -7%
}

.modal-web-image .desktop-img {
    position: relative;
    max-width: 100%
}

.prices-descr-wrapper>div {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #2f3842
}

.prices-descr-wrapper div:first-child {
    margin-top: 150px
}

.prices-descr-wrapper div:nth-child(2) {
    margin-top: 53px
}

.prices-descr-wrapper div:nth-child(3) {
    margin-top: 61px
}

.prices-descr-wrapper div:nth-child(4) {
    margin-top: 41px
}

.prices-descr-wrapper div:nth-child(5) {
    margin-top: 61px
}

.prices-descr-wrapper div:nth-child(6) {
    margin-top: 19px
}

.prices-descr-wrapper div:nth-child(7) {
    margin-top: 18px
}

.prices-descr-wrapper div:nth-child(8) {
    margin-top: 63px
}

.prices-descr-wrapper div:nth-child(9) {
    margin-top: 60px
}

.prices-descr-wrapper div:nth-child(10) {
    margin-top: 180px
}
#internet-magazin .prices-descr-wrapper div:nth-child(3){
    margin-top: 70px;
}
#internet-magazin .prices-descr-wrapper div:nth-child(4){
    margin-top: 40px;
}
#internet-magazin .prices-descr-wrapper div:nth-child(5){
    margin-top: 70px;
}
#internet-magazin .prices-descr-wrapper div:nth-child(6){
    margin-top: 60px;
}
#internet-magazin .prices-descr-wrapper div:nth-child(7){
    margin-top: 50px;
}
#internet-magazin .prices-descr-wrapper div:nth-child(9){
    margin-top: 70px;
}

#web-serv-port .prices-descr-wrapper div:first-child {
    margin-top: 150px
}

#web-serv-port .prices-descr-wrapper div:nth-child(2) {
    margin-top: 76px
}

#web-serv-port .prices-descr-wrapper div:nth-child(3) {
    margin-top: 65px
}

#web-serv-port .prices-descr-wrapper div:nth-child(4) {
    margin-top: 65px
}

#web-serv-port .prices-descr-wrapper div:nth-child(5) {
    margin-top: 60px
}

#web-serv-port .prices-descr-wrapper div:nth-child(6) {
    margin-top: 70px
}

#web-serv-port .prices-descr-wrapper div:nth-child(7) {
    margin-top: 40px
}

#web-serv-port .prices-descr-wrapper div:nth-child(8) {
    margin-top: 70px
}

#web-serv-port .prices-descr-wrapper div:nth-child(9) {
    margin-top: 70px
}

#web-serv-port .prices-descr-wrapper div:nth-child(10) {
    margin-top: 190px
}

#web-serv-port .prices-descr-wrapper.list-collapsed div:nth-child(9) {
    margin-top: 190px
}

#web-serv-port .prices-descr-wrapper.list-collapsed div:nth-child(10) {
    margin-top: 192px
}

.portal-site-carousel .item>ul>li:nth-child(1) {
    min-height: 72px
}

.portal-site-carousel .item>ul>li:nth-child(3) {
    min-height: 72px
}

.portal-site-carousel .item>ul>li:nth-child(4) {
    min-height: 44px
}

.portal-site-carousel .item>ul>li:nth-child(5) {
    min-height: 44px
}

.portal-site-carousel .item>ul>li:nth-child(6) {
    min-height: 44px
}

.portal-site-carousel>.owl-stage-outer {
    overflow: visible
}

#land-promo .prices-descr-wrapper div:first-child {
    margin-top: 150px
}

#land-promo .prices-descr-wrapper div:nth-child(2) {
    margin-top: 56px
}

#land-promo .prices-descr-wrapper div:nth-child(3) {
    margin-top: 65px
}

#land-promo .prices-descr-wrapper div:nth-child(4) {
    margin-top: 42px
}

#land-promo .prices-descr-wrapper div:nth-child(5) {
    margin-top: 70px
}

#land-promo .prices-descr-wrapper div:nth-child(6) {
    margin-top: 60px
}

#land-promo .prices-descr-wrapper div:nth-child(7) {
    margin-top: 46px
}

#land-promo .prices-descr-wrapper div:nth-child(8) {
    margin-top: 65px
}

#land-promo .prices-descr-wrapper div:nth-child(9) {
    margin-top: 90px
}

#land-promo .prices-descr-wrapper div:nth-child(10) {
    margin-top: 200px
}

#land-promo .prices-descr-wrapper.list-collapsed div:nth-child(9) {
    margin-top: 170px
}

#land-promo .prices-descr-wrapper.list-collapsed div:nth-child(10) {
    margin-top: 201px
}

#corp-site .prices-descr-wrapper div:nth-child(4) {
    margin-top: 50px
}
#corp-site .prices-descr-wrapper div:nth-child(5) {
    margin-top: 64px
}
#corp-site .prices-descr-wrapper div:nth-child(6) {
    margin-top: 70px
}
#corp-site .prices-descr-wrapper div:nth-child(7) {
    margin-top: 46px
}
#corp-site .prices-descr-wrapper div:nth-child(9) {
    margin-top: 70px
}
#corp-site .prices-descr-wrapper.list-collapsed div:nth-child(9) {
    margin-top: 230px
}

#corp-site .prices-descr-wrapper.list-collapsed div:nth-child(10) {
    margin-top: 192px
}

#internet-magazin .prices-descr-wrapper.list-collapsed div:nth-child(9) {
    margin-top: 210px
}

#internet-magazin .prices-descr-wrapper.list-collapsed div:nth-child(10) {
    margin-top: 192px
}

.services-12 hr {
    margin-bottom: 10px
}

.services-12 h3 {
    font-size: 46px;
    line-height: 53px;
    margin: 30px 0
}

.services-12 .pr-bar-cont {
    margin-top: 25px
}

.services-12 .hidden-xs.col-md-2 {
    padding-right: 3px
}

.services-12 .items-descr {
    font-family: "Gotham Pro", sans-serif;, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #495c73
}

.services-12 .bars-table-headings p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #495c73
}

.bars-table .count-numbers {
    display: flex;
    font-size: 24px;
    line-height: 42px;
    margin-top: 0;
    max-height: 42px;
    margin-bottom: 15px
}

.bars-table .count-numbers .small {
    font-size: 65%
}

.bars-descr>div {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #495c73;
    margin: 69px 0
}

.bars-descr>div:nth-child(2) {
    margin-bottom: 40px
}

.bars-descr>div:nth-child(3) {
    margin-bottom: 40px;
    margin-top: 40px
}

.bars-descr>div:nth-child(4) {
    margin-top: 40px;
    margin-top: 64px
}

.bars-descr>div:first-child {
    margin-top: 89px
}

.col-md-6.animate {
    z-index: 2
}

.services-13 h2 {
    font-size: 68px;
    line-height: 72px
}

.services-13 h5 {
    font-family: "Gotham Pro", sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
    color: #080808;
    position: relative
}

.services-13 .col-md-4 p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color:#57687e;
}

.services-13 .shadow-number {
    font-family: "GothamPro-Bold", sans-serif;
    font-size: 64px;
    line-height: 32px;
    color: #dce9f5;
    position: absolute;
    top: -6px;
    left: 0px
}

.services-14 h2 {
    font-size: 68px;
    line-height: 72px
}

.services-14 .btn-primary {
    padding: 15px 30px;
    box-shadow: none;
    position: relative
}

.services-14 .folio-slider-section .btn-primary-wrapper {
    position: absolute;
    top: 540px;
    right: -150px;
    box-shadow: none;
    left: auto
}

.services-14 .folio-slider-section .btn-primary-wrapper:before {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .3), 0 10px 34px rgba(0, 0, 0, .2);
    z-index: 0
}

.services-14 .img-mobile {
    position: absolute;
    top: 200px;
    left: 100px;
}

.services-14 .quote:before {
    top: -5px;
    transform: scale(0.6)
}

.tabs-folio.nav-tabs {
    border: 0;
    padding: 0
}

.tabs-folio.nav-tabs>li {
    padding: 0
}

.tabs-folio.nav-tabs>li>a {
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #384655;
    background: none;
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 0;
    padding-bottom: 18px;
    margin-right: 35px
}

.tabs-folio.nav-tabs>li>a:focus {
    border: 0;
    background: none;
    color: #0178f6;
    border-bottom: 1px solid #006cea
}

.tabs-folio.nav-tabs>li>a:hover {
    border: 0;
    background: none;
    color: #0178f6;
    border-bottom: 1px solid #006cea
}

.tabs-folio.nav-tabs>li:last-child>a {
    margin-right: 0
}

.tabs-folio.nav-tabs>li:before {
    display: none
}

.tabs-folio.nav-tabs>li.active>a {
    color: #006cea;
    color: #0178f6;
    border-bottom: 1px solid #006cea
}

#slider-tabs-folio .carousel-control {
    width: 10px
}

#slider-tabs-folio .folio-prev {
    width: 73px;
    height: 73px;
    background-color: rgba(255, 255, 255, .87);
    box-shadow: 0 24px 44px rgba(60, 77, 97, .6);
    display: block;
    top: 45%;
    top: calc(50% - 73px);
    position: absolute;
    transition: background .2s ease-in-out;
    background-color: rgba(255, 255, 255, .57);
    top: 40vh
}

#slider-tabs-folio .folio-prev:before {
    content: url('data:image/svg+xml; utf8, <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.9985 29.1421L29.1406 15L14.9985 0.857866" stroke="rgb(0, 108, 234)" stroke-width="2"/></svg>');
    stroke: #006cea;
    text-align: center;
    top: 21.5px;
    right: 4px;
    position: relative;
    display: inline-block;
    transition: filter .2s ease-in-out;
    content: url('data:image/svg+xml; utf8, <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.0015 0.857862L0.859375 15L15.0015 29.1421" stroke="rgb(0, 108, 234)" stroke-width="2" /></svg>');
    left: 4px;
    right: auto
}

#slider-tabs-folio .folio-prev:hover {
    background-color: #006cea
}

#slider-tabs-folio .folio-prev:hover:before {
    filter: grayscale(1) brightness(3)
}

#slider-tabs-folio .folio-next {
    width: 73px;
    height: 73px;
    background-color: rgba(255, 255, 255, .87);
    box-shadow: 0 24px 44px rgba(60, 77, 97, .6);
    display: block;
    top: 45%;
    top: calc(50% - 73px);
    position: absolute;
    transition: background .2s ease-in-out;
    background-color: rgba(255, 255, 255, .57);
    top: 40vh;
    right: 0
}

#slider-tabs-folio .folio-next:before {
    content: url('data:image/svg+xml; utf8, <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.9985 29.1421L29.1406 15L14.9985 0.857866" stroke="rgb(0, 108, 234)" stroke-width="2"/></svg>');
    stroke: #006cea;
    text-align: center;
    top: 21.5px;
    right: 4px;
    position: relative;
    display: inline-block;
    transition: filter .2s ease-in-out
}

#slider-tabs-folio .folio-next:hover {
    background-color: #006cea
}

#slider-tabs-folio .folio-next:hover:before {
    filter: grayscale(1) brightness(3)
}

#slider-tabs-folio .disabled .folio-prev {
    background-color: rgba(255, 255, 255, .1)
}

#slider-tabs-folio .disabled .folio-next {
    background-color: rgba(255, 255, 255, .1)
}

#slider-tabs-folio .carousel-control.disabled .folio-prev:before {
    opacity: .3
}

#slider-tabs-folio .carousel-control.disabled .folio-next:before {
    opacity: .3
}

#slider-tabs-folio .item {
    height: 100%;
    background: #727b86;
    padding: 12vh 0;
    color: #fff;
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
}

#exp-carousel .owl-prev {
    width: 73px;
    height: 73px;
    background-color: rgba(255, 255, 255, .87);
    box-shadow: 0 24px 44px rgba(60, 77, 97, .6);
    display: block;
    top: 45%;
    top: calc(50% - 73px);
    position: absolute;
    transition: background .2s ease-in-out;
    top: 40px;
    left: -15px
}

#exp-carousel .owl-prev:before {
    content: url('data:image/svg+xml; utf8, <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.9985 29.1421L29.1406 15L14.9985 0.857866" stroke="rgb(0, 108, 234)" stroke-width="2"/></svg>');
    stroke: #006cea;
    text-align: center;
    top: 21.5px;
    right: 4px;
    position: relative;
    display: inline-block;
    transition: filter .2s ease-in-out;
    content: url('data:image/svg+xml; utf8, <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.0015 0.857862L0.859375 15L15.0015 29.1421" stroke="rgb(0, 108, 234)" stroke-width="2" /></svg>');
    left: 4px;
    right: auto;
    top: 7px
}

#exp-carousel .owl-prev:hover {
    background-color: #006cea
}

#exp-carousel .owl-prev:hover:before {
    filter: grayscale(1) brightness(3)
}

#exp-carousel .owl-prev span {
    display: none
}

#exp-carousel .owl-next {
    width: 73px;
    height: 73px;
    background-color: rgba(255, 255, 255, .87);
    box-shadow: 0 24px 44px rgba(60, 77, 97, .6);
    display: block;
    top: 45%;
    top: calc(50% - 73px);
    position: absolute;
    transition: background .2s ease-in-out;
    right: 0;
    top: 40px;
    left: -15px;
    right: -15px;
    left: auto
}

#exp-carousel .owl-next:before {
    content: url('data:image/svg+xml; utf8, <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.9985 29.1421L29.1406 15L14.9985 0.857866" stroke="rgb(0, 108, 234)" stroke-width="2"/></svg>');
    stroke: #006cea;
    text-align: center;
    top: 21.5px;
    right: 4px;
    position: relative;
    display: inline-block;
    transition: filter .2s ease-in-out;
    top: 7px
}

#exp-carousel .owl-next:hover {
    background-color: #006cea
}

#exp-carousel .owl-next:hover:before {
    filter: grayscale(1) brightness(3)
}

#exp-carousel .owl-next span {
    display: none
}

#exp-carousel img {
    max-width: 200px;
    margin: auto;
    z-index: 2;
    position: relative;
    max-height: 80px
}

#exp-carousel .caption {
    display: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #495c73;
    padding: 0
}

#exp-carousel .item {
    padding: 5px 30px;
    text-align: center;
    display: flex;
    min-height: 93px
}

#exp-carousel .active.center .item {
    background: #fff;
    box-shadow: 0 10px 44px rgba(2, 80, 159, .15)
}

#exp-carousel .active.center .item .caption {
    display: inline-block;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    padding: 20px;
    padding-top: 80px;
    visibility: visible;
    box-shadow: 0 10px 44px rgba(2, 80, 159, .15);
    z-index: 1;
    width: 100%;
}

.folio-slider-section {
    margin-top: 40px
}

/* .btn-folio {
    width: 201px;
    height: 45px;
    display: inline-block;
    background: rgba(214, 233, 255, .2);
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    outline: 0;
    position: relative
} */
.btn-folio {
    width: 95%;
    border-bottom: 1px solid #B8D9FF;
    background: none;
    margin-bottom: 30px;
    padding: 0;
    height: max-content;
    position: relative;
    border-radius: 0;
    outline: 0;
}

.btn-folio + .opened.collapse ul:last-child{
    width: 95%;
    border-bottom: 1px solid #B8D9FF;
    padding-bottom:30px;
    margin-bottom:0;
}
/* .btn-folio:hover {
    color: #fff;
    background: rgba(214, 233, 255, .3);
    box-shadow: 0 1px 2px 0 rgba(214, 233, 255, .6);
    outline: 0
}

.btn-folio:hover svg {
    transform: rotate(90deg)
}

.btn-folio:active {
    color: #fff;
    background: rgba(214, 233, 255, .3);
    box-shadow: 0 1px 2px 0 rgba(214, 233, 255, .6);
    outline: 0
} */

.btn-folio:active svg {
    transform: rotate(90deg)
}

.btn-folio:before {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALCAYAAABGbhwYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABISURBVHgBxc9BCQAgEETRiWAEI9jUCEYyghGMMK4oKCu4J/HD3B7iAiqSDlYdybIsWdDLCkcfceAqwjiK82X/EG3/qlek8IEa2smRrUZ8G2oAAAAASUVORK5CYII=");
    display: none;
    position: absolute;
    right: 35px;
    transition: transform .2s ease-in-out
}

.btn-folio:focus:before {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALCAYAAABGbhwYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABISURBVHgBxc9BCQAgEETRiWAEI9jUCEYyghGMMK4oKCu4J/HD3B7iAiqSDlYdybIsWdDLCkcfceAqwjiK82X/EG3/qlek8IEa2smRrUZ8G2oAAAAASUVORK5CYII=");
    display: none;
    position: absolute;
    right: 35px;
    transition: transform .2s ease-in-out
}

.btn-folio:focus svg {
    position: absolute;
    top: 16px;
    right: 36px;
    transition: transform .2s ease-in-out
}

.btn-folio svg {
    position: absolute;
    /* top: 16px;
    right: 36px; */
    top: 0;
    right: 0;
    transform: rotate(180deg);
    transition: transform .2s ease-in-out;
}
.btn-folio.arrow-up svg {
    transform: rotate(360deg);
}
.btn-folio.arrow-up:hover svg {
    transform: rotate(360deg);
}

.btn-folio.arrow-up:active svg {
    transform: rotate(360deg);
}

.quote-more {
    text-align: right;
    display: block;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: 0;
    color: #fff;
    text-decoration: underline;
    position: relative;
    z-index: 10
}

.quote-more:before {
    content: "Свернуть"
}

.quote-more.collapsed:before {
    content: "Читать полностью"
}

#mama-quote span {
    padding-left: 27px;
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px
}

#mama-quote p {
    margin-top: 10px
}

.services-15 h2 {
    font-size: 68px;
    line-height: 72px
}

.services-15 p>b {
    font-weight: 700
}

.services-15 p>b>span {
    color: #006cea
}

.services-15 .range-label {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #495c73;
    padding: 0;
    margin-bottom: 0
}

.services-15 p.small {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #495c73;
    padding-bottom: 0;
    margin-bottom: 0
}

.services-15 .range-price {
    font-family: "Roboto";
    
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #495c73;
    padding-top: 5px
}

.services-15 .range-price>span {
    font-size: 28px;
    line-height: 37px
}

.services-15 .range-descr h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #046cea;
    margin: 0
}

.services-15 .range-descr p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7c90a9;
    margin-bottom: 0;
    padding-top: 7px;
    font-size: 16px;
    line-height: 24px;
    color: #495c73
}

.services-15 .range-descr h4 {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #495c73;
    margin-bottom: 0
}

.services-15 .range-descr p.range-price {
    color: #057df9;
    font-family: "GothamPro-Bold", sans-serif;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 0
}

.services-15 .range-descr .col-xs-6:first-child:after {
    content: "";
    display: block;
    height: 54px;
    width: 1px;
    background: #006cea;
    position: absolute;
    right: 50px;
    top: 15px
}

.services-15 #site-not-exist .range-descr p.range-price {
    color: #057df9;
    font-family: "GothamPro-Bold", sans-serif
}

.services-15 #site-not-exist .range-descr .range-roi {
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    color: #495c73;
    display: flex;
    flex-flow: row;
    align-items: center;
    padding-top: 0
}

.services-15 #site-not-exist .range-descr .range-roi>span {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #006cea
}

.services-15 #site-not-exist .range-descr .range-roi>span:first-child {
    margin-left: 4px
}

.services-15 .tabs-folio.nav-tabs {
    padding: 0 15px
}

.services-15 .tabs-folio.nav-tabs>li>a {
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 42px;
    color: #495c73;
    border-bottom: 1px solid #9ec4f1;
    margin-right: 0;
    text-transform: none;
    letter-spacing: 0
}

.services-15 .tabs-folio.nav-tabs>li.active>a {
    font-weight: 400;
    border-bottom: 3px solid #0477fd;
    color: #1a73e8
}

#site-exist {
    margin-top: 40px
}

#site-not-exist {
    margin-top: 40px
}

.section.services-15 .btn-primary-wrapper {
    margin-top: 40px;
    width: 90%
}

.section.services-15 .btn-primary-wrapper .btn-primary {
    width: 100%;
    padding: 25px 60px
}

#exp-carousel.owl-carousel .owl-stage-outer {
    overflow: visible
}

#portfolio .count-numbers {
    padding-left: 0
}

.js-tooltip-modal {
    color: #1383f9
}

.services-17 h2 {
    font-size: 68px;
    line-height: 72px;
    margin-bottom: 40px;
    /* margin-top: 50px; */
    margin-top: 20px;
    letter-spacing: 0
}

.services-17 h5 {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #333;
    margin: 25px 0 15px
}

.services-17 .img-mesh {
    right: 0;
    top: -80px
}

.services-17 .sec17-row .shadow-number {
    font-size: 16px;
    line-height: 32px;
    color: #006cea;
    transform: rotate(-90deg);
    left: 17px
}

.services-17 .col-md-4 {
    margin-bottom: 40px;
    min-height: 253px
}

.services-18 h2 {
    font-size: 46px;
    line-height: 53px
}

.services-18 .tooltip-inner {
    max-width: 345px;
    background: #fff;
    box-shadow: 0 2px 44px rgba(2, 80, 159, .15);
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #495c73;
    padding: 26px 19px 19px
}

.services-18 .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff
}

.services-18 .tooltip.in {
    opacity: 1
}

.services-18 img {
    padding: 20px;
    padding: 2vw
}

.services-18 .awards-row {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.info-btn-mark_opt {
    padding: 0;
    border: none;
    width: 14px;
    color: #231f20;
    cursor: pointer;
    text-align: center;
    height: 14px;
    background-color: #e4e4e4;
    border-radius: 50%;
    font-weight: 900;
    line-height: 14px;
    font-size: 10px;
    margin: 0 !important;
    display: inline-block;
    margin-left: 5px !important
}

#modal-gallery .modal-dialog {
    transform: translate(0, 50vh) translate(0, -50%);
    max-width: 60vh
}

.services-19 h2 {
    font-size: 54px;
    line-height: 54px
}

.services-21 h2,
.services-22 h2 {
    font-size: 68px;
    line-height: 72px;
    margin-bottom: 80px
}

.services-21 h5 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    letter-spacing: .1em;
    color: #006cea;
    text-transform: uppercase
}

.services-21 p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #3c4d61
}

.services-21 p a {
    color: #3c4d61
}

.services-21 p a:hover {
    color: #1480ed
}

.services-21 p a:active {
    color: #1480ed
}

.services-21 p a:focus {
    color: #1480ed
}

.services-21 .btn-primary-wrapper {
    margin-top: 40px
}

.services-21 .btn-primary {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 50px
}

.s-img-wrap {
    width: 120px;
    height: 120px;
    background: linear-gradient(163.82deg, #006CEA 9.77%, #00DCEA 99.98%);
    box-shadow: 0 13px 19px rgba(0, 178, 234, .3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0
}

.s-card {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZcAAAC2BAMAAADnz90ZAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURUdwTOH8/+T+/+P8/+P//+L//+L9/+P9/+P+/+P9/9///+P9/+L8/+T9/+P9/5dFxBEAAAAOdFJOUwAr678/T49vr88Qf2Cf7etICgAAAk1JREFUeNrt261xG2EURuGzM0biYgKpQEAFmAqYmwQKpQOTELM0IbSpIMQVhKUAs1SQGkI8mWQi21rp+7nfnbMdPOTOvmd2+ZXn+YkYMWLEiBEjRowYMWLEiBEjRowYMWLEiBEjRowYMWLEiBEjRowYMWLEiBEjRowYMWLEiBEjRowYMWLEiBEjRowYMWLEiBEjRowYMWLEiBEjRowYMWLEiDmBWX/b5sHAdL/LgwE2h0QYmD4f82Bgtf+SBwPMD9s8GFjd7fJggPVhmwcD0/1tHgyw+ZQIAzcPxzyYAW/1WxhgftrmwcD0cZcHM9KtPgcD0/fbPBhg/5wIA3P4W70AA6v9Yx4MMEce2UsxoUf2cgywPiTCwPTjmAcDBHxxuxwT8FZfg4HV3WMeDIQKoldjIt3qApg4QbQMBm4iBNFSmBAjuxwmQBAtioFV15FdGNN3ZJfHdAyiNTDA5jkRpk8QrYbpcasrYtoH0bqYxkG0NqbprW6AaRdEm2BaBdFWmCYjux2mwchuiQG+Vh3ZjTF1R3ZzTM0g2gNTLYj2wVQKot0wNUZ2R0z5W90VU/rFrTem6K3ujykYRENgSgXRIJgyIzsMpsTIjoS5emTHwlx5q8NhrgmiATGXB9GYmAuDaFTMRV8dxcWw/Kuj0JilL27BMctudXzMgiA6AubsIDoI5rwgOgzmnJE9EIZ3vzoaC/POrR4N82YQHRDz+m+YQ2JeC6KjYk4G0XExJ37DHBnz34vb4Jh/b/XwGP76DTMD5k8QzYF5CaJZMMD89OE3PzGmiViv2NYAAAAASUVORK5CYII=) center -40px no-repeat;
    box-shadow: 0 12px 40px rgba(60, 77, 97, .11);
    padding: 20px;
    padding-top: 85px;
    max-height: 233px;
    min-height: 233px
}

.container.container-big {
    max-width: 1376px !important
}

.seo-text {
    width: 100%;
    max-width: 100%;
    max-height: 220px;
    overflow: auto
}

.services-23 .mCSB_inside>.mCSB_container {
    margin-right: 20px
}

.services-23 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #edf5fe;
    width: 8px;
    display: none
}

.services-23 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #006cea;
    border-radius: 0;
    width: 8px
}

.services-23 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #006cea
}

.services-23 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #006cea
}

.services-23 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #006cea
}

#totop {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    position: fixed;
    z-index: 99999999999;
    right: 40px;
    bottom: 40px;
    display: inline-block;
    width: 40px;
    height: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: #1480ed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    transition: all .3s ease-in-out;
    text-align: center
}

#totop svg {
    max-width: 20px;
    position: relative;
    top: 6px
}

.slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-snd-1 {
    transition: font-size 0 linear 1.85s
}

.slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-snd-2 {
    transition: font-size 0 linear 1.55s
}

.gradient-text {
    background: linear-gradient(177.95deg, #006CEA 9.77%, #00DCEA 99.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

i.blink-fst-1 {
    transition: font-size 0 linear 1.2s;
    background-color: #495c73;
    display: inline-block;
    position: relative;
    height: 38px;
    top: 7px;
    opacity: 0;
    width: 0
}

.inview i.blink-fst-1 {
    -webkit-animation: blink .6s infinite;
    animation: blink .6s infinite;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.inview .typing {
    -webkit-animation: typing 4.5s steps(40, end) .3s forwards;
    animation: typing 4.5s steps(40, end) .3s forwards
}

.inview .delay2-5s.typing {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.inview .delay3-5s.typing {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.inview .delay3s.typing {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.lazyload {
    opacity: 0
}

.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms
}

.corp-site-carousel>.owl-stage-outer {
    overflow: visible
}

.serv-20-wrapper {
    min-height: 82px;
    display: inline-block
}

.visible-ipad-land {
    display: none
}

.visible-ipad-port {
    display: none
}

.visible-1200 {
    display: none
}

.visible-ipad-land-static {
    display: none
}

.menu-label {
    display: none
}

.landscape-splash {
    position: fixed;
    z-index: 999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f7ff;
    display: none;
    justify-content: center;
    align-items: center
}

.landscape-splash__message {
    position: relative;
    margin: 20px;
    text-align: center
}

.landscape-splash__message svg {
    height: 40px;
    color: #006cea
}

.landscape-splash__message p {
    font-size: 20px;
    color: #006cea;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px
}

.mCustomScrollbar {
    touch-action: pinch-zoom
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100)
}

.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100)
}

.mCustomScrollbar.mCS_no_scrollbar {
    touch-action: auto
}

.mCustomScrollbar.mCS_touch_action {
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCustomScrollBox:hover>.mCSB_scrollTools {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100)
}

.mCustomScrollBox:hover~.mCSB_scrollTools {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100)
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: alpha(opacity=75);
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: alpha(opacity=40);
    -ms-filter: alpha(opacity=40)
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: alpha(opacity=75);
    -ms-filter: alpha(opacity=75)
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: alpha(opacity=85);
    -ms-filter: alpha(opacity=85)
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: alpha(opacity=90);
    -ms-filter: alpha(opacity=90)
}

.mCSB_scrollTools .mCSB_buttonDown {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools .mCSB_buttonLeft {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools .mCSB_buttonRight {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools .mCSB_buttonUp {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: alpha(opacity=90);
    -ms-filter: alpha(opacity=90)
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100)
}

.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100)
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
    display: none
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    /* border: 2px solid red */
}

#wpcf7-f1235-o3 .wpcf7-response-output{
    display: none;
} 

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng {
    border: 2px solid red
}

div.wpcf7-aborted {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid orange
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}

div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: normal;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item-label::before {
    content: " "
}

span.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

.modal-web-price {
    margin-bottom: 20px
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-min {
    position: absolute;
    display: block;
    cursor: default;
    left: 0
}

.irs-max {
    position: absolute;
    display: block;
    cursor: default;
    right: 0
}

.irs-from {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs--flat {
    height: 40px
}

.irs--flat .irs-line {
    top: 25px;
    height: 1px;
    background-color: transparent;
    border-radius: 0;
    border-top: 1px solid #9ec4f1;
    padding-bottom: 5px
}

.irs--flat .irs-bar {
    top: 24px;
    height: 3px;
    background-color: #07a3ff;
    background-color: #00cef9
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9
}

.irs--flat .irs-handle {
    top: 18px;
    width: 15px;
    height: 15px;
    background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    width: 15px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453;
    background: #0a97fd;
    background: #00d6f9;
    box-shadow: 0 4px 9px rgba(20, 128, 237, .3);
    border-radius: 50%
}

.irs--flat .irs-handle:hover>i:first-child {
    background-color: #067afb;
    background-color: #07a3ff
}

.irs--flat .irs-handle.state_hover>i:first-child {
    background-color: #067afb;
    background-color: #07a3ff
}

.irs--flat .irs-min {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-from {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px
}

.irs--flat .irs-to {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px
}

.irs--flat .irs-single {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px
}
.web-item-content__big-header .web-item-headers {
  margin-top: 15px;
}
.web-item-headers {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.web-item-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

 h3.web-item-title.rocket{
    background: linear-gradient(128.62deg, #1F6752 -23.18%, #00FE70 108.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
 h3.web-item-title.star{
    background: -webkit-gradient(linear, left top, right top, color-stop(-9.13%, #FDAC50), to(#E44941)), #C4C4C4;
    background: -webkit-linear-gradient(left, #FDAC50 -9.13%, #E44941 100%), #C4C4C4;
    background: -o-linear-gradient(left, #FDAC50 -9.13%, #E44941 100%), #C4C4C4;
    background: linear-gradient(90deg, #FDAC50 -9.13%, #E44941 100%), #C4C4C4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    transform: translate(0, 2px);
}
 h3.web-item-title.unique{
    background: -webkit-linear-gradient(45deg, #006cea, #00dcea);
    background: -o-linear-gradient(45deg, #006cea, #00dcea);
    background: linear-gradient(45deg, #006cea, #00dcea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.services-11 .prices-slider-section h3.web-item-title.rocket{
    background: linear-gradient(128.62deg, #1F6752 -23.18%, #00FE70 108.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.services-11 .prices-slider-section h3.web-item-title.star{
    background: -webkit-gradient(linear, left top, right top, color-stop(-9.13%, #FDAC50), to(#E44941)), #C4C4C4;
    background: -webkit-linear-gradient(left, #FDAC50 -9.13%, #E44941 100%), #C4C4C4;
    background: -o-linear-gradient(left, #FDAC50 -9.13%, #E44941 100%), #C4C4C4;
    background: linear-gradient(90deg, #FDAC50 -9.13%, #E44941 100%), #C4C4C4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    transform: translate(0, 2px);
}
.services-11 .prices-slider-section h3.web-item-title.unique{
    background: -webkit-linear-gradient(45deg, #006cea, #00dcea);
    background: -o-linear-gradient(45deg, #006cea, #00dcea);
    background: linear-gradient(45deg, #006cea, #00dcea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.services-11 .prices-slider-section .web-item__desc{
    color: #131515;
    font-family: "GothamPro-Medium", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
.services-11 .prices-slider-section .web-item-list {
    margin-bottom: 15px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    min-height: 545px;
}
.services-11 .prices-slider-section .web-item-list li {
    list-style: none;
    position: relative;
    line-height: 19px;
    padding: 10px 20px 10px 20px;
    color: #131515;
    font-size: 16px;
    min-height: 16px !important;
}
.services-11 .prices-slider-section .web-item-list li::before{
    width: 6px;
    height: 8px;
    border: 0;
    border-radius: 0;
    border-top: 3px solid #131515;
    border-left: 3px solid #131515;
}
.services-11 .prices-slider-section .item:hover .web-item-list li::before{
    border-top: 3px solid #0A9447;
    border-left: 3px solid #0A9447
}
.text-background_blue {
    
    font-weight: 500;
    background: -webkit-linear-gradient(45deg, #006cea, #00dcea);
    background: -o-linear-gradient(45deg, #006cea, #00dcea);
    background: linear-gradient(45deg, #006cea, #00dcea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-background_green {
    
    font-weight: 500;
    background: linear-gradient(128.62deg, #1F6752 -23.18%, #00FE70 108.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-background_orange {
    
    font-weight: 500;
    background: -webkit-gradient(linear, left top, right top, color-stop(-9.13%, #FDAC50), to(#E44941)), #C4C4C4;
    background: -webkit-linear-gradient(left, #FDAC50 -9.13%, #E44941 100%), #C4C4C4;
    background: -o-linear-gradient(left, #FDAC50 -9.13%, #E44941 100%), #C4C4C4;
    background: linear-gradient(90deg, #FDAC50 -9.13%, #E44941 100%), #C4C4C4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.prices-part-payment{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 13px !important;
}
.prices-part-payment img{
    width:20px !important;
    height: 20px;
    margin-right: 10px;
}
.btn-primary.btn-services-page{
    padding:17px 48px 16px;
    background: linear-gradient(93.91deg, #006CEA 106.09%, #38A8E4 133.37%, #3497FC 133.37%), #3497FC;
    box-shadow: 1px 2px 6px rgba(16, 70, 125, 0.3);
    border-radius: 5px;
    font-family: 'GothamPro-Medium';
    font-style: normal;
    font-size: 17px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.15s ease-out;
    border:none;
}
.services-11 .prices-slider-section .background_green .btn-primary{
    background: #14AE5C;
    border-radius: 5px;
    color:#fff;
}
.services-11 .prices-slider-section .background_orange .btn-primary{
    background: #F2824A;
    border-radius: 5px;
    color:#fff;
}
.services-11 .prices-slider-section .background_blue .btn-primary{
    background: #3497FC;
    border-radius: 5px;
    color:#fff;
}
.services-11 .prices-slider-section .background_green .btn-primary,
.services-11 .prices-slider-section .background_orange .btn-primary,
.services-11 .prices-slider-section .background_blue .btn-primary{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    /* font-weight: 700; */
    border:none;
}
.services-11 .prices-slider-section .background_green .btn-primary img,
.services-11 .prices-slider-section .background_orange .btn-primary img,
.services-11 .prices-slider-section .background_blue .btn-primary img{
    width: 20px;
    height: auto;
    margin-right: 10px;
}
.services-11 .prices-slider-section .background_green:before,
.services-11 .prices-slider-section .background_orange:before,
.services-11 .prices-slider-section .background_blue:before{
    display: none;
}
.services-11 .prices-slider-section .background_green .btn-primary:hover{
    background-color: #19E784;
}
.services-11 .prices-slider-section .background_orange .btn-primary:hover{
    background-color: #FC891E;
}
.services-11 .prices-slider-section .background_blue .btn-primary:hover{
    background-color: #1EA9FC;
}
.btn-primary.btn-services-page:hover{
    background: linear-gradient(0deg, #1EA9FC, #1EA9FC), #3497FC;
    /* box-shadow: 1px 2px 6px rgba(16, 70, 125, 0.3); */
    box-shadow: none;
    border-radius: 5px;
}
.map{
  width: 100%;
  height: 100%;
  position: relative;
}
.map > iframe{
  width: 100%;
  height: 100%;
}
.map:after{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333242;
  display: block;
  opacity: 0.7;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
    .container {
        width: 750px
    }
    .col-sm-1 {
        float: left;
        width: 8.3333333333%
    }
    .col-sm-2 {
        float: left;
        width: 16.6666666667%
    }
    .col-sm-3 {
        float: left;
        width: 25%
    }
    .col-sm-4 {
        float: left;
        width: 33.3333333333%
    }
    .col-sm-5 {
        float: left;
        width: 41.6666666667%
    }
    .col-sm-6 {
        float: left;
        width: 50%
    }
    .col-sm-7 {
        float: left;
        width: 58.3333333333%
    }
    .col-sm-8 {
        float: left;
        width: 66.6666666667%
    }
    .col-sm-9 {
        float: left;
        width: 75%
    }
    .col-sm-10 {
        float: left;
        width: 83.3333333333%
    }
    .col-sm-11 {
        float: left;
        width: 91.6666666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .navbar {
        border-radius: 4px
    }
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
    .navbar-header {
        float: left
    }
    .navbar-toggle {
        display: none
    }
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 970px
    }
    .col-md-1 {
        float: left;
        width: 8.3333333333%
    }
    .col-md-2 {
        float: left;
        width: 16.6666666667%
    }
    .col-md-3 {
        float: left;
        width: 25%
    }
    .col-md-4 {
        float: left;
        width: 33.3333333333%
    }
    .col-md-5 {
        float: left;
        width: 41.6666666667%
    }
    .col-md-6 {
        float: left;
        width: 50%
    }
    .col-md-7 {
        float: left;
        width: 58.3333333333%
    }
    .col-md-8 {
        float: left;
        width: 66.6666666667%
    }
    .col-md-9 {
        float: left;
        width: 75%
    }
    .col-md-10 {
        float: left;
        width: 83.3333333333%
    }
    .col-md-11 {
        float: left;
        width: 91.6666666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1170px
    }
    .col-lg-1 {
        float: left;
        width: 8.3333333333%
    }
7566    .col-lg-2 {
        float: left;
        width: 16.6666666667%
    }
    .col-lg-3 {
        float: left;
        width: 25%
    }
    .col-lg-4 {
        float: left;
        width: 33.3333333333%
    }
    .col-lg-5 {
        float: left;
        width: 41.6666666667%
    }
    .col-lg-6 {
        float: left;
        width: 50%
    }
    .col-lg-7 {
        float: left;
        width: 58.3333333333%
    }
    .col-lg-8 {
        float: left;
        width: 66.6666666667%
    }
    .col-lg-9 {
        float: left;
        width: 75%
    }
    .col-lg-10 {
        float: left;
        width: 83.3333333333%
    }
    .col-lg-11 {
        float: left;
        width: 91.6666666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .visible-xs.visible-lg {
        display: block !important
    }
    tr.visible-xs.visible-lg {
        display: table-row !important
    }
    th.visible-xs.visible-lg {
        display: table-cell !important
    }
    td.visible-xs.visible-lg {
        display: table-cell !important
    }
    .visible-sm.visible-lg {
        display: block !important
    }
    tr.visible-sm.visible-lg {
        display: table-row !important
    }
    th.visible-sm.visible-lg {
        display: table-cell !important
    }
    td.visible-sm.visible-lg {
        display: table-cell !important
    }
    .visible-md.visible-lg {
        display: block !important
    }
    tr.visible-md.visible-lg {
        display: table-row !important
    }
    th.visible-md.visible-lg {
        display: table-cell !important
    }
    td.visible-md.visible-lg {
        display: table-cell !important
    }
    .visible-lg {
        display: block !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg {
        display: table-cell !important
    }
    td.visible-lg {
        display: table-cell !important
    }
    .hidden-xs.hidden-lg {
        display: none !important
    }
    tr.hidden-xs.hidden-lg {
        display: none !important
    }
    th.hidden-xs.hidden-lg {
        display: none !important
    }
    td.hidden-xs.hidden-lg {
        display: none !important
    }
    .hidden-sm.hidden-lg {
        display: none !important
    }
    tr.hidden-sm.hidden-lg {
        display: none !important
    }
    th.hidden-sm.hidden-lg {
        display: none !important
    }
    td.hidden-sm.hidden-lg {
        display: none !important
    }
    .hidden-md.hidden-lg {
        display: none !important
    }
    tr.hidden-md.hidden-lg {
        display: none !important
    }
    th.hidden-md.hidden-lg {
        display: none !important
    }
    td.hidden-md.hidden-lg {
        display: none !important
    }
    .hidden-lg {
        display: none !important
    }
    tr.hidden-lg {
        display: none !important
    }
    th.hidden-lg {
        display: none !important
    }
    td.hidden-lg {
        display: none !important
    }
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .jumbotron h1 {
        font-size: 63px
    }
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .modal-dialog {
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal.fade .modal-dialog.modal-dialog_order {
        width: 560px;
        max-width: 560px;
        padding: 30px 0;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media screen and (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs {
        display: table-cell !important
    }
    td.visible-xs {
        display: table-cell !important
    }
    .visible-sm.visible-xs {
        display: block !important
    }
    tr.visible-sm.visible-xs {
        display: table-row !important
    }
    th.visible-sm.visible-xs {
        display: table-cell !important
    }
    td.visible-sm.visible-xs {
        display: table-cell !important
    }
    .visible-md.visible-xs {
        display: block !important
    }
    tr.visible-md.visible-xs {
        display: table-row !important
    }
    th.visible-md.visible-xs {
        display: table-cell !important
    }
    td.visible-md.visible-xs {
        display: table-cell !important
    }
    .visible-lg.visible-xs {
        display: block !important
    }
    tr.visible-lg.visible-xs {
        display: table-row !important
    }
    th.visible-lg.visible-xs {
        display: table-cell !important
    }
    td.visible-lg.visible-xs {
        display: table-cell !important
    }
    .hidden-xs {
        display: none !important
    }
    tr.hidden-xs {
        display: none !important
    }
    th.hidden-xs {
        display: none !important
    }
    td.hidden-xs {
        display: none !important
    }
    .hidden-sm.hidden-xs {
        display: none !important
    }
    tr.hidden-sm.hidden-xs {
        display: none !important
    }
    th.hidden-sm.hidden-xs {
        display: none !important
    }
    td.hidden-sm.hidden-xs {
        display: none !important
    }
    .hidden-md.hidden-xs {
        display: none !important
    }
    tr.hidden-md.hidden-xs {
        display: none !important
    }
    th.hidden-md.hidden-xs {
        display: none !important
    }
    td.hidden-md.hidden-xs {
        display: none !important
    }
    .hidden-lg.hidden-xs {
        display: none !important
    }
    tr.hidden-lg.hidden-xs {
        display: none !important
    }
    th.hidden-lg.hidden-xs {
        display: none !important
    }
    td.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important
    }
    tr.visible-xs.visible-sm {
        display: table-row !important
    }
    th.visible-xs.visible-sm {
        display: table-cell !important
    }
    td.visible-xs.visible-sm {
        display: table-cell !important
    }
    .visible-sm {
        display: block !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm {
        display: table-cell !important
    }
    td.visible-sm {
        display: table-cell !important
    }
    .visible-md.visible-sm {
        display: block !important
    }
    tr.visible-md.visible-sm {
        display: table-row !important
    }
    th.visible-md.visible-sm {
        display: table-cell !important
    }
    td.visible-md.visible-sm {
        display: table-cell !important
    }
    .visible-lg.visible-sm {
        display: block !important
    }
    tr.visible-lg.visible-sm {
        display: table-row !important
    }
    th.visible-lg.visible-sm {
        display: table-cell !important
    }
    td.visible-lg.visible-sm {
        display: table-cell !important
    }
    .hidden-xs.hidden-sm {
        display: none !important
    }
    tr.hidden-xs.hidden-sm {
        display: none !important
    }
    th.hidden-xs.hidden-sm {
        display: none !important
    }
    td.hidden-xs.hidden-sm {
        display: none !important
    }
    .hidden-sm {
        display: none !important
    }
    tr.hidden-sm {
        display: none !important
    }
    th.hidden-sm {
        display: none !important
    }
    td.hidden-sm {
        display: none !important
    }
    .hidden-md.hidden-sm {
        display: none !important
    }
    tr.hidden-md.hidden-sm {
        display: none !important
    }
    th.hidden-md.hidden-sm {
        display: none !important
    }
    td.hidden-md.hidden-sm {
        display: none !important
    }
    .hidden-lg.hidden-sm {
        display: none !important
    }
    tr.hidden-lg.hidden-sm {
        display: none !important
    }
    th.hidden-lg.hidden-sm {
        display: none !important
    }
    td.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important
    }
    tr.visible-xs.visible-md {
        display: table-row !important
    }
    th.visible-xs.visible-md {
        display: table-cell !important
    }
    td.visible-xs.visible-md {
        display: table-cell !important
    }
    .visible-sm.visible-md {
        display: block !important
    }
    tr.visible-sm.visible-md {
        display: table-row !important
    }
    th.visible-sm.visible-md {
        display: table-cell !important
    }
    td.visible-sm.visible-md {
        display: table-cell !important
    }
    .visible-md {
        display: block !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md {
        display: table-cell !important
    }
    td.visible-md {
        display: table-cell !important
    }
    .visible-lg.visible-md {
        display: block !important
    }
    tr.visible-lg.visible-md {
        display: table-row !important
    }
    th.visible-lg.visible-md {
        display: table-cell !important
    }
    td.visible-lg.visible-md {
        display: table-cell !important
    }
    .hidden-xs.hidden-md {
        display: none !important
    }
    tr.hidden-xs.hidden-md {
        display: none !important
    }
    th.hidden-xs.hidden-md {
        display: none !important
    }
    td.hidden-xs.hidden-md {
        display: none !important
    }
    .hidden-sm.hidden-md {
        display: none !important
    }
    tr.hidden-sm.hidden-md {
        display: none !important
    }
    th.hidden-sm.hidden-md {
        display: none !important
    }
    td.hidden-sm.hidden-md {
        display: none !important
    }
    .hidden-md {
        display: none !important
    }
    tr.hidden-md {
        display: none !important
    }
    th.hidden-md {
        display: none !important
    }
    td.hidden-md {
        display: none !important
    }
    .hidden-lg.hidden-md {
        display: none !important
    }
    tr.hidden-lg.hidden-md {
        display: none !important
    }
    th.hidden-lg.hidden-md {
        display: none !important
    }
    td.hidden-lg.hidden-md {
        display: none !important
    }
}

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

@media screen and (max-width: 1300px) {
    .portfolio-slider__block {
        padding-left: 30px;
        padding-right: 30px
    }
    .portfolio-slider__block .slick-next {
        right: 0
    }
    .portfolio-slider__block .slick-prev {
        left: 0
    }
}

@media screen and (max-width: 1200px) {
    .front-slider .slick-dots {
        padding: 15px 0;
        position: relative
    }
    .front-slider .slick-dots li {
        vertical-align: middle
    }
    .front-slider .slick-dots span {
        display: block;
        text-align: center
    }
    .front-slider .slick-dots span.front-dots-icon {
        margin: 0 auto;
        min-height: 54px !important
    }
    .front-slider .slick-dots span.front-dots-text {
        width: auto;
        margin-left: 0;
        margin-top: 10px
    }
    .front-dots-text {
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: opacity .5s ease-in
    }
    .slick-active .front-dots-text {
        opacity: 1;
        visibility: visible;
        overflow: visible
    }
    .portfolio-info {
        padding-left: 15px;
        padding-right: 15px
    }
    .main-feats__item {
        width: 20%
    }
    .main-feats__item svg {
        margin-left: auto !important
    }
    .reviews-block .slick-prev {
        left: -7vw
    }
    .reviews-block .slick-next {
        right: -7vw
    }
    .soc-links {
        left: 760px
    }
    .footer-wrap {
        left: -930px
    }
    #serivces .col-md-3 {
        padding-right: 10px
    }
    #contact {
        overflow: hidden
    }
}

@media screen and (max-width: 1024px) {
    #modal-reviews .modal-dialog {
        width: 100%
    }
    .reviews-slider-for-item {
        padding: 0 20px
    }
    .reviews-block .slick-prev {
        left: 0
    }
    .reviews-block .slick-next {
        right: 0
    }
    .nav-padd {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .prem-list .col-md-2 {
        text-align: center
    }
    .web-item-flex {
        flex-direction: column;
        align-items: center
    }
    .web-item-outer-left {
        width: 100%;
        margin-bottom: 35px
    }
    .web-item-outer-right {
        margin-right: 0
    }
    .web-cats-slide-block {
        display: -ms-flex;
        display: flex;
        justify-content: space-between
    }
    .web-item-slider {
        margin-top: 0;
        height: 100%;
        max-width: 445px;
        width: 50%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .center-wrap .reg-btn {
        margin-top: 0
    }
    .container {
        width: 100%
    }
    .google-top {
        margin-top: 80px;
        margin-bottom: 20px
    }
    .services-6 .stripes-block {
        margin-top: 45px
    }
    .sec7icon {
        margin-top: 28px
    }
}

@media screen and (max-width: 992px) {
    .front-slider .slick-dots {
        padding-bottom: 15px
    }
    .front-slider .slick-dots span.front-dots-text {
        min-height: 40px
    }
    .front-slider .slick-dots li:hover span {
        color: #2a2a2a
    }
    .front-slider li.slick-active span {
        color: #0f94e0 !important
    }
    .soc-links {
        left: 91vw
    }
    .info-tooltip {
        position: static
    }
    .info-tooltip .tooltip {
        opacity: 0;
        visibility: hidden;
        top: 100% !important;
        bottom: auto !important;
        left: 0 !important;
        width: 100%;
        z-index: 10
    }
    .info-tooltip .tooltip .tooltip-arrow {
        display: none
    }
    .info-tooltip .tooltip-inner {
        width: 100%;
        max-width: 100%
    }
    .info-tooltip.active .tooltip {
        opacity: 1;
        visibility: visible
    }
    .slick-active .front-slider-text span {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
    .slick-active .front-slider-text span.delay2-5s {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s
    }
    .slick-active .front-slider-text span.delay3-5s {
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s
    }
    .slick-active .front-slider-text span.delay3s {
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s
    }
    .slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-snd {
        font-size: 47px
    }
    .slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-fst-1 {
        transition-delay: 1.55s
    }
    .slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-fst-2 {
        transition-delay: 1.15s
    }
    .slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-fst-3 {
        transition-delay: .95s
    }
    .slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-snd-1 {
        transition-delay: 2.8s
    }
    .slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-snd-2 {
        transition-delay: 1.5s
    }
    .slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-snd-3 {
        transition-delay: 1.3s
    }
    .front-slider-text {
        margin-bottom: 20px;
        font-size: 48px
    }
    .front-slider-text span+i {
        font-size: 47px
    }
    #modal-reviews-inner {
        padding: 30px 0
    }
    .portfolio-slider__block {
        padding-left: 0;
        padding-right: 0
    }
    .portfolio-slider__block .slick-arrow {
        display: none !important
    }
    .info-tooltip-parent {
        position: relative
    }
    .portfolio-slider__work-hover {
        background-color: rgba(50, 98, 184, .65);
        transform: translateY(0);
        opacity: 1
    }
    .portfolio-slider__work-text {
        transform: translateY(0);
        opacity: 1
    }
    .portfolio-slider__work-logo {
        transform: translateY(0);
        opacity: 1
    }
    .main-feats__item {
        width: 25%
    }
    .prem-btn {
        min-height: auto;
        width: 20%;
        height: 18.2vw
    }
    .main-descr-big {
        letter-spacing: 0;
        font-weight: 600;
        font-size: 18px
    }
    .prem-i-list {
        margin-right: 0
    }
    .prem-i-list li {
        padding-left: 0
    }
    .prem-i-list li:before {
        position: static;
        display: inline
    }
    .cont-right-item:last-child {
        margin-bottom: 0
    }
    .cont-right-item:nth-of-type(1) {
        width: 48%;
        max-width: 220px
    }
    .cont-right-item:nth-of-type(2) {
        max-width: 170px;
        width: 48%
    }
    .cont-right-item:nth-of-type(3) {
        margin-right: 3%;
        width: 170px
    }
    .cat-header {
        padding: 45px 0 30px
    }
    .cat-h-title {
        font-size: 40px;
        margin-top: 9px
    }
    .cont-right-category:after {
        content: "";
        display: block;
        clear: both
    }
    .cont-right-category li {
        float: left;
        width: 50%;
        padding-right: 5px
    }
    .cont-right {
        width: inherit;
        position: static;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 35px 15px;
        margin: 0 -15px
    }
    .entry-title {
        font-size: 34px;
        margin-top: 30px
    }
    .entry-content {
        font-size: 16px;
        padding-bottom: 40px
    }
    .blog-page-wrap {
        display: block
    }
    .blog-page-content {
        float: none;
        width: 100%
    }
    .full-disc {
        float: none;
        width: 100%;
        margin: 45px 0 60px
    }
    .reg-btn_header {
        display: none
    }
    .reg-btn_header-sm {
        display: block !important;
        margin: 6px 15px 0 0
    }
    .front-slider-block .slick-arrow:hover {
        border-color: #fff
    }
    .carousel-indicators .active {
        width: 16px;
        height: 16px;
        margin: 0 2px
    }
    .carousel-indicators li {
        width: 14px;
        height: 14px;
        margin: 1px 3px
    }
    .front-slider-inner {
        margin-left: 8%
    }
    .prem-item {
        padding-top: 55px
    }
    .prem-i-img img {
        max-width: 75px
    }
    .main-b-title {
        font-size: 34px;
        line-height: 1.3;
        margin: 18px 0 30px
    }
    .main-b-title:after {
        bottom: -19px;
        width: 50px
    }
    .map-txt-line {
        padding-left: 57px
    }
    #blog {
        padding-bottom: 80px
    }
    .main-feats__block {
        margin-bottom: 0
    }
    #about {
        padding-bottom: 0
    }
    .about-main .col-md-6:first-child {
        padding-right: 10%
    }
    .col-md-6 {
        width: 50%;
        float: left
    }
    .footer-wrap {
        left: -100%
    }
    .map-txt {
        font-size: 32px
    }
    .main-descr-title {
        font-size: 20px;
        margin-top: 35px
    }
    .prem-i-link {
        display: inline-block;
        border-bottom: 1px solid #999
    }
    #benefits {
        padding: 25px 0 0
    }
    #benefits .container {
        font-size: 0;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
    .blog-left {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap
    }
    .benefits-item {
        float: none;
        display: inline-block;
        width: 33.3%;
        padding-bottom: 55px;
        padding-top: 22px
    }
    .main-descr {
        padding-right: 0 !important
    }
    .container {
        width: 100% !important
    }
    #serivces .col-md-3 {
        padding-right: 0;
        text-align: center;
        width: 50%
    }
    #serivces .prem-list {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap
    }
    #serivces .prem-list:after {
        display: none
    }
    #serivces .prem-list:before {
        display: none
    }
    .col-md-4 {
        width: 50%
    }
    .col-sm-12{
        width: 100%;
    }
    .blog-block {
        height: auto;
        margin-bottom: 0;
        background: none
    }
    .blog-block-info {
        background-color: #fafafa;
        padding-bottom: 25px;
        padding-top: 30px
    }
    .blog-cont .col-md-4 {
        width: calc(50% - 15px);
        margin-bottom: 40px;
        padding-right: 0
    }
    .blog-cont .col-md-4:nth-of-type(2n) {
        margin-left: 30px
    }
    .navbar-header {
        float: none
    }
    .navbar-left {
        float: none !important
    }
    .navbar-right {
        float: none !important
    }
    .navbar-toggle {
        display: block
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        float: none !important;
        padding: 0
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }
    .navbar-collapse.collapse {
        display: none !important
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px
    }
    .navbar-nav>li {
        float: none
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .collapse.in {
        display: block !important
    }
    .navbar-inverse .navbar-nav>li {
        padding: 5px 0 !important
    }
    .navbar-inverse .navbar-nav>li>a {
        border: none !important
    }
    .navbar-inverse .navbar-collapse {
        border-color: #c9c9c9 !important
    }
    .navbar-inverse .navbar-form {
        border-color: #c9c9c9 !important
    }
    .menu-name {
        font-family: "GothamPro-Medium", sans-serif;
        float: right;
        background-color: transparent;
        border: none;
        line-height: 48px;
        display: inline;
        margin-left: 15px
    }
    .web-cats-slide-block .web-item-slider {
        margin-bottom: 0
    }
}

@media screen and (max-width: 768px) {
    .front-slider .slick-dots {
        padding: 25px 0;
        background-color: #fff
    }
    .front-slider .slick-dots button {
        padding: 0
    }
    .front-slider .slick-dots li.slick-active button {
        background-color: #f3f3f3
    }
    .front-slider .slick-dots li {
        margin-bottom: 5px
    }
    .front-slider .slick-dots li button {
        padding: 12px 14px 17px
    }
    .front-slider .slick-dots li::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px;
        height: 50px;
        background-color: #f3f3f3;
        z-index: 10
    }
    .front-slider .slick-dots span.front-dots-text {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        min-height: auto;
        z-index: 20
    }
    .reg-btn_header-sm {
        display: none !important
    }
    .main-footer {
        text-align: center
    }
    .main-footer .col-sm-9 {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column-reverse
    }
    #map {
        position: relative;
        height: 485px
    }
    #map:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #0f94e0
    }
    .map-txt-line {
        white-space: normal
    }
    .footer-wrap {
        top: 10px;
        left: 0;
        width: 100%
    }
    .main-contact {
        height: 485px
    }
    .main-footer__links {
        text-align: center
    }
    .main-footer__copy {
        text-align: center;
        margin: 20px 0
    }
    .main-footer__link {
        margin: 0 10px !important;
        white-space: nowrap
    }
    .modal-close_wht {
        right: 19px;
        top: 19px;
        z-index: 10;
        padding: 15px;
        background: #0e93e2;
        border-radius: 50%
    }
    .portfolio-slider__work {
        width: 100%;
        margin-right: 0 !important
    }
    .portfolio-slider__work>img {
        width: 100%
    }
    #modal-carousel .carousel-control:after {
        opacity: 1
    }
    #modal-carousel .carousel-control.left {
        left: 10px
    }
    #modal-carousel .carousel-control.right {
        right: 10px
    }
    .main-feats__item {
        width: 33%
    }
    .reviews-slider-nav-icon {
        right: -70px;
        left: 0;
        margin: auto
    }
    .portfolio-info-item {
        margin-bottom: 20px;
        width: 50%
    }
    .reg-btn_header {
        margin: 0 auto;
        display: block;
        float: none;
        max-width: 195px;
        margin-bottom: 11px
    }
    .menu-name {
        display: none
    }
    .soc-links {
        left: auto;
        right: 15px
    }
}

@media screen and (max-width: 670px) {
    .header {
        min-height: 0
    }
    .web-item-conteiner {
        flex-direction: column;
        box-shadow: none
    }
    .web-item-outer-right {
        width: auto
    }
    .web-item-content {
        box-shadow: 0 0 7px 1px rgba(0, 0, 0, .2);
        margin: 0 auto;
        padding: 35px 25px 40px;
        width: 100%;
        padding: 35px 15px 40px
    }
    .web-item-content:last-child {
        margin-top: 20px;
        padding: 35px 25px 40px;
        padding: 35px 15px 40px
    }
    .web-item-content:last-child .web-item-top {
        padding-left: none;
        padding-left: 0
    }
    .web-item-content:last-child .web-item-list li {
        padding: 10px 0 10px 20px
    }
    .web-item-content:last-child .web-item-list li::before {
        left: 0
    }
    .web-item-content:last-child .web-item--btn {
        padding: 0;
        text-align: center
    }
    .web-item--btn {
        padding: 0;
        text-align: center
    }
    .web-item-outer-left {
        padding: 0
    }
    .web-item-hidetext {
        display: none
    }
    .web-cats-slide-block {
        flex-direction: column
    }
    .web-item-slider {
        max-width: none;
        width: 100%;
        margin: 15px 0
    }
    .hidden-mb {
        display: none
    }
    .webitem-show-descr-wrap {
        display: block
    }
    .prem-body__toggle-list.tab {
        order: 1;
        margin-top: 20px
    }
    .webitem-show-descr {
        color: #333;
        display: inline-block;
        font-size: 11px;
        border-bottom: 1px dashed #707070;
        text-transform: uppercase;
        line-height: normal;
        padding-bottom: 2px;
        font-family: "GothamPro-Medium", sans-serif
    }
    .show-670 {
        display: block
    }
    .hidden-670 {
        display: none
    }
    .webitem-descr-content {
        display: none;
        -webkit-animation: fadeEffect 1s;
        animation: fadeEffect 1s
    }
    .webitem-descr-show {
        display: block
    }
    .webitem-descr {
        display: block
    }
}

@media screen and (max-width: 640px) {
    .front-slider-text {
        margin-top: 97px;
        font-size: 36px
    }
    .front-slider-text br {
        display: none
    }
    .front-slider-text span {
        line-height: 1.2
    }
    .front-slider-text span+i {
        top: 2px
    }
    .main-feats__item {
        width: 50%
    }
    .bread>span:first-child {
        display: inline-block;
        margin-bottom: 15px
    }
    .bread>span:last-child {
        display: inline-block;
        line-height: 1.3
    }
    .front-slider-block {
        margin-top: 79px
    }
    .front-slider-block .slick-next {
        right: 15px
    }
    .front-slider-block .slick-prev {
        left: 15px
    }
    .front-slider-block .slick-arrow {
        bottom: auto;
        top: 47vw
    }
    .slick-initialized .slick-slide {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -moz-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center
    }
    .front-slider-inner {
        margin: 0 40px
    }
    .front-slider-item {
        height: 90vw;
        background-size: cover
    }
    .navbar-all {
        top: 0 !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        opacity: 1 !important
    }
    .front-slider-bottom-text {
        line-height: .8
    }
    .front-slider-middle-text {
        line-height: .8
    }
    .front-slider-top-text {
        line-height: .8
    }
    .front-slider-inner-text {
        line-height: 1.2
    }
    .webitem-show-descr-wrap {
        margin-top: -12px
    }
    .web-cats-slide-block .prem-body__title {
        margin-bottom: 25px
    }
}

@media screen and (max-width: 580px) {
    .map-contact {
        text-shadow: none
    }
    .map-txt {
        font-size: 27px
    }
    .visible-mobile {
        display: block
    }
    .hidden-mobile {
        display: none
    }
    .prem-body__title.visible-mobile {
        margin-bottom: 25px
    }
    .prem-body {
        padding: 30px 15px
    }
    .prem-body .col-md-6 {
        padding-left: 0 !important
    }
    .modal-body {
        padding-left: 16%;
        padding-right: 16%
    }
    .modal-body .wpcf7-form div.wpcf7-response-output {
        width: 100%
    }
    .modal-body .wpcf7-form input {
        width: 100%
    }
    .modal-body .wpcf7-form textarea {
        width: 100%
    }
    .modal-header {
        padding-left: 16%;
        padding-right: 16%
    }
    .header {
        min-height: 0
    }
    .col-md-6 {
        width: 100%;
        padding-right: 0 !important
    }
    table tr td:not(:first-child):before {
        content: attr(attr-parent);
        display: block;
        text-align: center;
        padding: 10px 0;
        border-bottom: 2px solid #ddd;
        margin-bottom: 20px;
        background: #f1f1f1;
        font-size: 16px
    }
    td {
        padding: 0 0 20px !important;
        display: block;
        width: 100%
    }
    td:first-child {
        background-color: #0f94e0;
        padding-top: 10px !important;
        font-weight: 700;
        font-size: 18px !important;
        color: #fff;
        padding-bottom: 10px !important
    }
    td * {
        padding: 0 !important;
        margin: 0
    }
    tr {
        text-align: center
    }
    tr:first-child {
        display: none
    }
    .front-slider-middle-text {
        line-height: 1.1
    }
    .webitem-descr--hide {
        height: 75px
    }
}

@media screen and (max-width:560px) {
    .front-slider .slick-dots {
        margin-bottom: 20px;
        padding: 11px 0
    }
    .front-slider .slick-dots li::after {
        bottom: -22px
    }
    .front-slider .slick-dots li span.front-dots-icon {
        transform: scale(0.65)
    }
    .front-slider .slick-dots li button {
        padding: 0 5px 15px
    }
    .front-slider .slick-dots span.front-dots-text {
        bottom: -6px
    }
    .front-slider-text {
        margin-top: 0;
        font-size: 24px;
        line-height: 1.4
    }
    .front-slider-text span+i {
        font-size: 24px;
        top: -2px;
        left: -5px
    }
    #map {
        height: 435px
    }
    .main-contact {
        height: 435px
    }
    .portfolio-descr-wrap {
        display: block
    }
    .portfolio-descr-badge-wrap {
        margin: 30px 0 0
    }
    .portfolio-slider__work-logo svg {
        max-width: 100%
    }
    .prem-btn svg {
        width: 35px
    }
    .portfolio-name {
        font-size: 32px;
        line-height: 1.2
    }
    .portfolio-reviews-block {
        padding: 35px 30px
    }
    .portfolio-info {
        padding: 35px 30px
    }
    .portfolio-descr {
        padding: 35px 30px
    }
    .portfolio-info-item {
        width: 100%;
        padding-right: 0
    }
    .portfolio-info-item:last-child {
        margin-bottom: 0
    }
    .reviews-slider-for-text {
        font-size: 14px
    }
    .about-main .col-md-6 {
        padding-top: 0
    }
    .about-main .col-md-2 {
        margin-top: 5px
    }
    .main-block {
        padding: 30px 0 50px
    }
    .slick-active .front-slider-text span {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
    .slick-active .front-slider-text span.delay2-5s {
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s
    }
    .slick-active .front-slider-text span.delay3-5s {
        -webkit-animation-delay: 1.9s;
        animation-delay: 1.9s
    }
    .slick-active .front-slider-text span.delay3s {
        -webkit-animation-delay: 1.7s;
        animation-delay: 1.7s
    }
    .slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-snd {
        font-size: 24px
    }
    .slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-fst-1 {
        transition-delay: 1.55s
    }
    .slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-fst-2 {
        transition-delay: 1.15s
    }
    .slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-fst-3 {
        transition-delay: .95s
    }
    .slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-snd-1 {
        transition-delay: 2.8s
    }
    .slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-snd-2 {
        transition-delay: 1.5s
    }
    .slick-initialized2 .front-slider-item.slick-active .front-slider-text span+i.blink-snd-3 {
        transition-delay: 1.3s
    }
    .order-form-checks-wrap input+span {
        font-size: 2.5vw;
        white-space: normal
    }
    .slick-initialized .slick-slide {
        padding: 0
    }
    .reviews-block {
        padding: 40px 0 0
    }
    .cont-right-item {
        max-width: 100% !important;
        width: 100% !important;
        margin-right: 0 !important
    }
    .cont-right {
        display: block
    }
    .entry-content {
        font-size: 14px
    }
    .entry-content .services-15 p {
        padding: 0
    }
    .entry-title {
        font-size: 28px;
        margin-top: 20px;
        line-height: 1.45
    }
    .cat-header {
        padding: 20px 0 17px
    }
    .cat-h-title {
        font-size: 29px
    }
    .bread {
        font-size: 14px
    }
    .reg-btn_blue {
        font-size: 14px;
        padding: 10px 27px
    }
    .soc-links {
        position: static;
        margin-left: 15px;
        margin-top: 40px
    }
    .modal-title {
        font-size: 32px
    }
    .modal-header {
        padding-left: 10%;
        padding-right: 10%;
        padding: 20px 30px 5px
    }
    .modal-body {
        padding-left: 10%;
        padding-right: 10%;
        padding: 0 30px 30px
    }
    .modal-body .row {
        margin-left: -15px;
        margin-right: -15px
    }
    .modal-body .modal-row {
        margin-left: -30px;
        margin-right: -30px
    }
    .navbar .container {
        padding-left: 0;
        padding-right: 0
    }
    .main-b-title {
        font-size: 28px
    }
    .front-slider-bottom-text span {
        line-height: 1.1
    }
    .blink-snd {
        font-size: 0
    }
    #blog {
        padding-top: 50px
    }
    .block-portfolio {
        padding-top: 30px
    }
    .art-pad:before {
        display: none
    }
    #benefits {
        padding: 60px 0 33px
    }
    #serivces .col-md-3 {
        width: 100%
    }
    #serivces .prem-item {
        padding-top: 30px
    }
    .col-md-4 {
        width: 100%
    }
    .blog-cont .col-md-4 {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 30px
    }
    .benefits-item {
        width: 100%;
        padding-bottom: 46px
    }
    .main-descr {
        font-size: 14px;
        line-height: 1.9
    }
    .blog-block-info {
        padding-bottom: 40px
    }
    .map-txt {
        font-size: 22px
    }
    .map-txt-line {
        line-height: 45px;
        padding-left: 50px;
        margin-bottom: 10px
    }
    .map-txt-line img {
        width: 50px;
        top: 11px;
        left: 13px
    }
    .map-txt-line:last-of-type img {
        top: 13px
    }
    .map-contact {
        font-size: 15px;
        padding: 0 29px;
        height: 51px;
        margin-top: 30px;
        line-height: 45px
    }
    .d-count {
        display: none
    }
    .m-count {
        display: block;
        line-height: 42px;
        height: 54px
    }
    .web-item-title {
        max-width: 70%;
        line-height: 23px
    }
    .services-page p {
        font-size: 18px;
        color:#57687e;
    }
    .services-page .container {
        width: 100%
    }
    .services-page .jumbotron h1 {
        font-size: 12vw;
        line-height: 7vh;
        font-size: 10vw;
        line-height: 6vh
    }
    .services-page .jumbotron h1>b {
        font-size: 12vw;
        line-height: 7vh;
        font-size: 10vw;
        line-height: 6vh
    }
    .services-page .jumbotron .hidden-xs {
        display: none !important
    }
    .services-page .jumbotron .col-md-5>p {
        margin-left: 0
    }
    .services-page .jumbotron .col-md-5>button {
        margin-left: 0
    }
    .services-page .jumbotron .col-md-5 button.btn-primary {
        margin-top: 20px;
        padding: 20px 60px
    }
    .services-page .jumbotron .col-md-5>div {
        text-align: center
    }
    .services-page .jumbotron .img-mesh {
        top: 26%;
        z-index: 0;
        top: 71px;
        display: none
    }
    .services-page .jumbotron .btn-primary-wrapper.visible-xs {
        margin-left: 0;
        margin-top: 20px;
        display: block;
        margin-left: auto;
        margin-top: 20px;
        display: block;
        position: absolute;
        bottom: 9vh;
        left: 0;
        right: 0;
        max-width: 364px;
        margin-right: auto
    }
    .services-page .jumbotron .btn-primary-wrapper.visible-xs>.btn-primary {
        padding: 15px 0;
        width: 100%
    }
    .services-page .jumbotron:after {
        right: 20px;
        height: 40vh
    }
    .services-page .jumbotron:before {
        right: 20px
    }
    .services-page .jumbotron span {
        margin: 0
    }
    .services-page #glavnaya>.container {
        position: relative
    }
    .services-page .section {
        padding-top: 50px;
        padding-bottom: 20px
    }
    .services-page .section .jumbotron {
        align-items: flex-start;
        padding-top: 118px;
        padding-top: 15vh;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10vh;
        background-image: url("../images/services/hero/swot_mobile_hero.jpg");
        background-position: right top
    }
    .services-page .section .jumbotron .services-23 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .services-page .shadow-text {
        top: 0;
        position: relative;
        left: 0
    }
    .services-page .services-1 .shadow-text {
        letter-spacing: .4em
    }
    .services-page .col-md-6 {
        padding-right: 15px !important
    }
    .services-page .services-16 h2,
    .services-page #aboutus-2 h2 {
        font-size: 10vw;
        line-height: 12vw
    }
    .services-page h3 {
        font-size: 9vw;
        line-height: 9vw;
        margin: 20px 0
    }
    .services-page .section.services-4 {
        padding-top: 10px
    }
    .services-page .section.services-4 .text-small {
        white-space: wrap
    }
    .services-page .nowrap {
        white-space: nowrap
    }
    .services-page .col-xs-12-w-p {
        padding-left: 15px;
        padding-right: 15px
    }
    .services-page .services-20 {
        padding: 40px 0;
        /*margin-bottom: 70px;*/
    }
    .services-page .services-20 h5 {
        padding: 10px 70px;
        line-height: 125%
    }
    .services-page .services-11 .prices-slider-section p {
        margin-top: 5px
    }
    .services-page .services-11 .prices-slider-section h4 {
        margin-top: 7px
    }
    .services-page .services-17 {
        padding-bottom: 0
    }
    .services-page .services-18 {
        padding-top: 0
    }
    .services-page .col-xs-6 {
        width: 50%
    }
    .services-page .section.services-22 {
        /*padding-top: 40px;*/
        padding-top: 110px;
        padding-bottom: 30px
    }
    .services-page .section.services-21 {
        padding-bottom: 13px
    }
    .btn-compare {
        top: -34px;
        margin-bottom: 20px;
        position: absolute;
        right: -6px;
        padding: 7px;
        z-index: 9
    }
    .btn-compare:after {
        display: none
    }
    .btn-compare svg {
        width: 12px;
        fill: #2f3842;
        transition: all .2s
    }
    .btn-compare.arrow-up svg {
        transform: rotate(-180deg)
    }
    .compare-wrapper {
        position: relative
    }
    #hidescroll2 {
        margin-left: 15px
    }
    .diag-text .cyel-text {
        left: 209px
    }
    .diag-text .unic-text {
        left: 164px
    }
    .diag-text .cred-text {
        top: 415px;
        left: 60px
    }
    .diag-text .cblue-text {
        left: 60px;
        top: 60px
    }
    .diag-text .cpink-text {
        right: -80px;
        top: 60px
    }
    .diag-text .csin-text {
        top: 415px;
        right: -80px
    }
    .section .btn-primary-wrapper:before {
        top: 30%;
        height: 65%
    }
    #modal-order-web .modal-body {
        padding: 0 30px 30px
    }
    #modal-order-web .modal-header {
        padding: 20px 30px 5px
    }
    #modal-order-web .modal-header .close {
        margin-top: -2px;
        position: absolute;
        top: 30px;
        right: 30px
    }
    #modal-order-web .modal-title {
        line-height: 1;
        font-size: 7vw;
        margin-top: 0
    }
    .services-1 h5 {
        font-size: 26px
    }
    .services-13 .col-md-4 p {
        color: #333
    }
    .services-13 h2 {
        font-size: 10vw;
        line-height: 12vw;
        font-size: 16vw;
        line-height: 1;
        font-size: 11vw
    }
    .services-13 .shadow-number {
        left: 13px;
        top: -8px
    }
    .services-13 h5 {
        left: 20px
    }
    .services-13 .col-xs-12:not(:last-child) {
        margin-bottom: 20px
    }
    .info-btn-mark_opt {
        position: relative;
        top: -2px
    }
    .services-18 .tooltip {
        opacity: 1;
        left: 10% !important;
        right: 10% !important
    }
    .services-18 .img-whywe {
        max-width: 173px;
        max-width: 45vw;
        padding: 4vw
    }
    .services-11 .tooltip {
        opacity: 1;
        left: 10% !important;
        right: 10% !important
    }
    .services-11 h2 {
        font-size: 10vw;
        line-height: 12vw;
        font-size: 13vw;
        line-height: 1
    }
    .services-11 .prices-slider-section .item {
        padding: 34px 23px 25px
    }
    .services-11 .prices-slider-section .corp-site-carousel {
        background: transparent
    }
    .services-11 .prices-slider-section .corp-site-carousel>.owl-stage-outer>.owl-stage {
        box-shadow: none
    }
    .services-11 .prices-slider-section .corp-site-carousel>.owl-stage-outer>.owl-stage .owl-item.active {
        background-color: #fff
    }
    .services-11 .prices-slider-section .portal-site-carousel>.owl-stage-outer>.owl-stage {
        box-shadow: none
    }
    .services-11 .prices-slider-section .portal-site-carousel>.owl-stage-outer>.owl-stage .owl-item.active {
        background-color: #fff
    }
    .services-11 .prices-slider-section .cost-car-wrapper>.owl-carousel>.owl-stage-outer>.owl-stage {
        background: none
    }
    .services-11 .prices-slider-section h3 {
        line-height: 32px
    }
    .services-11 .prices-slider-section ul {
        padding-left: 0
    }
    .services-11 .prices-slider-section ul li:before {
        top: 30px;
        display: none
    }
    .services-11 .prices-slider-section ul li:not(:last-child) {
        border-bottom: 0
    }
    .services-11 .portal-site-carousel>.owl-stage-outer>.owl-stage>.owl-item>.item {
        width: 100% !important
    }
    .services-11 .text-center+.prices-descr {
        text-align: center;
        position: relative;
        top: 16px
    }
    .services-11 .cost-table-carousel .owl-next {
        position: absolute;
        top: 35%
    }
    .services-11 .cost-table-carousel .owl-prev {
        position: absolute;
        top: 35%
    }
    .services-11 .cost-block {
        padding-left: 0
    }
    .services-11 .cost-block>div:not(.prices-descr) {
        margin: 12px 0
    }
    .hero-bottom-left {
        display: none
    }
    .hero-bottom-right {
        display: none
    }
    .sticky .services-menu {
        display: none
    }
    .services-menu {
        display: none
    }
    #glavnaya .tabs {
        display: none
    }
    .navbar-services .navbar-toggle {
        display: block;
        right: 20px;
        top: 25px
    }
    .navbar-services .button-header {
        display: none
    }
    .navbar-services.sticky .navbar-toggle {
        display: block
    }
    #knife-el {
        position: absolute;
        top: 0vh;
        width: 0;
        height: 0;
        border-left: 100vh solid transparent;
        border-right: 100vh solid transparent;
        border-top: 100vh solid #fff;
        left: -100vh;
        transform: rotateY(56deg);
        overflow: hidden
    }
    .services-21 .col-md-offset-0 p a {
        display: block;
        margin-bottom: 5px
    }
    .services-21 .col-md-offset-0 .s-card {
        margin-bottom: 0
    }
    .services-21 .s-card {
        margin-bottom: 60px
    }
    .services-21 .btn-primary-wrapper {
        margin-top: 0
    }
    .services-19 h2,
    .services-21 h2,
    .services-22 h2 {
        margin-bottom: 26px;
        font-size: 10vw;
        line-height: 12vw
    }
    #snaz-map {
        height: 300px !important
    }
    .barber-page.services-page .services-15 .row+.row {
        margin-top: 20px
    }
    .barber-page.services-page .services-18 .awards-row {
        margin-top: 10px
    }
    .barber-page.services-page .row.stripes-block {
        margin-top: 10px
    }
    .diagrams.animate {
        height: 350px;
        left: -80px;
        transform: scale(0.8) !important;
        top: -50px;
        left: -65px;
        right: 60px
    }
    .diagrams.animate.diag-text {
        position: absolute;
        top: 30px
    }
    #features {
        padding-top: 110px
    }
    #features h3 {
        font-size: 10vw
    }
    #features .img-mesh {
        position: absolute;
        left: auto;
        top: -350px;
        z-index: 0;
        right: 0
    }
    #features .col-md-2 {
        padding-bottom: 40px
    }
    #features .col-md-10 {
        z-index: 2
    }
    #features .shadow-text {
        font-size: 3.4vw
    }
    .img-edge {
        position: inherit;
        max-width: 100%
    }
    #responsive-menu .modal-dialog {
        transform: translate(0, 60px);
        padding-left: 69px
    }
    #responsive-menu .modal-dialog .col-md-6 {
        margin-left: 5px
    }
    #responsive-menu .modal-dialog .col-md-6 .w-line {
        margin-left: 1px
    }
    #responsive-menu .close {
        opacity: 1;
        right: 20px;
        top: 8px;
        position: relative
    }
    #responsive-menu ol li a {
        font-size: 8vw;
        line-height: 120%;
        margin: 10px 0
    }
    #responsive-menu ol li:before {
        left: -36px
    }
    #responsive-menu ol li:hover:after {
        left: -27px
    }
    #responsive-menu ol li.big-menu-modal a {
        font-size: 11vw;
        line-height: 120%
    }
    #responsive-menu ol li.active:after {
        left: -27px
    }
    .services-15 .tabs-folio.nav-tabs>li>a {
        font-size: 22px
    }
    .services-15 .range-price {
        font-size: 24px
    }
    .services-15 .range-price>span {
        font-size: 26px
    }
    .services-15 p {
        margin-bottom: 19px
    }
    .services-15 h2 {
        font-size: 10vw;
        line-height: 12vw
    }
    .services-15 .range-descr .col-xs-6:first-child:after {
        right: 8px
    }
    .services-15 .range-descr h3 {
        margin-top: 10px
    }
    .services-15 .range-label {
        position: relative;
        top: 5px
    }
    .s-logos {
        left: 0
    }
    .s-logos>.s-logo>img {
        max-width: 100%
    }
    .s-logos>.s-logo>span {
        font-size: 12px;
        line-height: 14px;
        margin-top: 4px
    }
    .services-5 .s-logos {
        left: 0
    }
    .services-5 .s-logos>.s-logo {
        width: 25%;
        float: left;
        margin-bottom: 20px
    }
    .services-5 .col-xs-4 hr {
        margin-top: 53px
    }
    .services-5 .count-numbers .small {
        margin-top: 5px;
        display: block
    }
    .services-8 .s-logos {
        align-content: center;
        display: flex
    }
    .services-8 .s-logos>.s-logo {
        padding-right: 0;
        max-height: 44px;
        min-height: 44px;
        margin: 0 1vw
    }
    .services-8 .s-logos>.s-logo>img {
        padding-left: 8px;
        max-width: 110px;
        display: flex;
        margin: 0 auto;
        align-self: center;
        padding: 0 5px
    }
    .services-8 .img-mesh {
        display: none
    }
    .count-numbers {
        font-size: 8vw
    }
    .folio-slider-section {
        margin-top: 20px;
        margin-top: 0
    }
    .modal-close_wht {
        background: none;
        top: -30px
    }
    .modal-close_wht:before {
        background-color: #398ee4
    }
    .modal-close_wht:after {
        background-color: #398ee4
    }
    .close_btn:before {
        background-color: #398ee4
    }
    .close_btn:after {
        background-color: #398ee4
    }
    .services-10 h3.gradient-text {
        font-size: 20vw;
        line-height: 20vw;
        font-weight: 700
    }
    .services-10 h3.gradient-text>span {
        font-size: 12vw;
        margin: 0 7px;
        vertical-align: middle
    }
    .services-10 h2 {
        font-size: 10vw;
        line-height: 12vw;
        padding-top: 0;
        margin-top: 20px
    }
    .services-10>.container>.row {
        display: flex;
        flex-flow: column
    }
    .services-10>.container>.row>.col-md-12 {
        order: 1
    }
    .services-10>.container>.row>.col-md-8 {
        order: 3
    }
    .services-10>.container>.row>.col-md-4 {
        order: 4
    }
    .services-10>.container>.row>.img-edge {
        order: 2
    }
    .services-10 .img-edge {
        position: absolute;
        top: 300px;
        right: 40px
    }
    .services-10 .col-md-12 {
        padding-bottom: 330px
    }
    .services-12 .count-numbers {
        margin-bottom: 0
    }
    .services-12 .items-descr {
        margin-top: 10px
    }
    .services-12 hr {
        margin-top: 10px
    }
    .services-17 h2 {
        font-size: 10vw;
        line-height: 12vw;
        padding-top: 0;
        margin-top: 20px
    }
    .services-17 .col-md-4 {
        margin-bottom: 70px;
        min-height: auto;
        min-height: unset
    }
    .services-17 .sec17-row .shadow-number {
        top: -40px
    }
    .services-17 .img-mesh {
        right: -150px;
        top: 10px
    }
    .services-14 h2 {
        font-size: 10vw;
        line-height: 12vw;
        font-size: 16vw;
        line-height: 1
    }
    .services-14 .btn-primary {
        position: inherit;
        top: 0;
        left: 0;
        padding: 15px 25px;
        width: 100%
    }
    .services-14 .img-mobile {
        position: initial;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 40%;
        position: absolute;
        top: 0;
        left: 0
    }
    .services-14 .folio-slider-section .btn-primary-wrapper {
        position: initial;
        top: auto;
        left: auto;
        width: 100%;
        position: relative;
        right: auto;
        left: auto;
        display: block
    }
    .services-14 .img-edge {
        max-width: 100%
        
    }
    .services-14 .img-edge.only-desktop {
        position: relative;
        left: -10%
    }
    .block-3-in-1 .row>.col-md-4:not(:last-child):after {
        position: relative;
        top: 0
    }
    .tabs-folio.nav-tabs:not(.calc-tabs)>li {
        float: none;
        display: block;
        margin-bottom: 10px
    }
    .tabs-folio.nav-tabs>li>a {
        padding-bottom: 8px
    }
    .prices-tabs {
        margin-top: 0
    }
    .prices-tabs .tabs-folio.nav-tabs>li>a {
        float: none;
        display: block;
        margin-bottom: 10px;
        margin-right: 5.8vw;
        font-size: 3.3vw;
        line-height: 1.5;
        white-space: nowrap;
        margin-bottom: 0
    }
    .prices-tabs .tabs-folio.nav-tabs>li:not(.last-child)>a {
        margin: 0;
        display: inline-block;
        text-align: left;
        margin-bottom: 10px;
        margin-right: 5.8vw;
        font-size: 3.3vw;
        line-height: 1.5;
        white-space: nowrap;
        margin-bottom: 0
    }
    .prices-tabs .tabs-folio {
        display: flex;
        overflow: auto;
        align-items: flex-end
    }
    .modal-info-folio {
        padding: 0;
        margin-bottom: 20px
    }
    .modal-info-folio .modal-web-title {
        font-size: 8vw
    }
    .modal-info-folio .modal-web-category {
        font-size: 3vw
    }
    .services-7 .s-logos>.s-logo {
        width: 50%
    }
    .services-7 .count-numbers {
        margin: 0
    }
    .services-7 .col-md-4 {
        position: relative;
        top: -10px
    }
    .big-texts {
        display: none
    }
    .services-6 .img-edge {
        position: relative;
        top: -20px
    }
    .services-6 .swot-deco:nth-child(1) {
        display: none
    }
    .services-6 .s-logos>.s-logo img {
        padding-left: 5px;
        padding-right: 5px
    }
    .modal.fade .modal-dialog.modal-dialog_order {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .page-template-page-barber .reg-btn_header {
        display: block;
        font-size: 18px;
        width: 280px;
        height: 52px;
        max-width: 280px;
        float: left;
        margin-left: 6px;
        left: -28px;
        position: relative
    }
    .services-4 .basic-count {
        left: 64%;
        top: 74px
    }
    .services-4 .s-logos>.s-logo {
        padding-bottom: 12px
    }
    .services-4 .stripes-block .col-xs-4>p:nth-child(2) {
        display: none
    }
    .services-4 .stripes-block .col-md-6.animate {
        margin-bottom: 25px
    }
    .google-top-block {
        margin-top: 20px
    }
    .stripes-block .google-top-block p.bar-label {
        margin: 4px 0
    }
    .pr-bar-cont+.bar-label:not(.nopadd) {
        padding-bottom: 20px
    }
    .services-3 .shadow-text {
        white-space: normal
    }
    #totop {
        right: 20px
    }
    .decoration {
        display: none
    }
    #exp-carousel .owl-item.active.center {
        width: auto !important
    }
    #exp-carousel .owl-stage {
        display: block;
        padding: 0;
        padding-top: 10px;
        background-color: #fff;
    }
    .services-16 .col-xs-12{
        background: #fff!important;
    }
    #exp-carousel .item {
        display: inline-block;
        padding: 5px 0;
        margin: 20px 30px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0px 0px 10px rgb(2 80 159 / 10%);
    }
    #exp-carousel .caption {
        position: initial;
        display: inline-block;
        visibility: visible;
        z-index: 1;
        padding-top: 0;
        padding: 0 5px;
        top: 0;
        position: relative
    }
    #exp-carousel img {
        max-height: 50px;
        max-height: 80px;
        min-height: 80px;
        padding: 20px 10px 10px
    }
    #exp-carousel img.nopad {
        padding: 10px 10px 0
    }
    #exp-carousel .owl-dots {
        display: none
    }
    .prices-slider-section .prices-descr {
        font-family: "Gotham Pro", sans-serif;
        font-weight: 500;
        font-size: 17px;
        /* font-weight: 600;
        font-size: 20px; */
        line-height: 22px;
        color: #2f3842;
        margin-bottom: 7px;
        padding-bottom: 4px;
        border-bottom: 1px solid #b8d9ff
    }
    .prices-slider-section .item>.prices-descr {
        margin-left: 20px;
        margin-left: 0
    }
    .prices-slider-section .item>p {
        margin-left: 20px;
        margin-left: 0
    }
    .navbar-brand {
        padding: 10px
    }
    .navbar-brand>img {
        transform: scale(0.8) translateX(-30px)
    }
    .col-xs-4 {
        width: 33.3333333333%
    }
    .corp-site-carousel>.owl-dots {
        display: none
    }
    #slider-tabs-folio .folio-prev {
        top: 0;
        background-color: transparent;
        box-shadow: none
    }
    #slider-tabs-folio .folio-prev:before {
        filter: grayscale(1) brightness(3)
    }
    #slider-tabs-folio .folio-prev:hover {
        background-color: transparent
    }
    #slider-tabs-folio .folio-next {
        top: 0;
        background-color: transparent;
        box-shadow: none
    }
    #slider-tabs-folio .folio-next:before {
        filter: grayscale(1) brightness(3)
    }
    #slider-tabs-folio .folio-next:hover {
        background-color: transparent
    }
    #slider-tabs-folio .carousel-control {
        width: 73px;
        bottom: auto
    }
    #slider-tabs-folio .left.carousel-control {
        left: auto;
        right: 73px
    }
    #slider-tabs-prices .cost-car-wrapper>.owl-carousel>.owl-nav .owl-prev {
        left: auto;
        right: 73px;
        right: 63px;
        top: 13px;
        position: absolute
    }
    #slider-tabs-prices .cost-car-wrapper>.owl-carousel>.owl-nav .owl-prev:before {
        filter: none;
        top: 0
    }
    #slider-tabs-prices .cost-car-wrapper>.owl-carousel>.owl-nav .owl-next {
        top: 13px;
        position: absolute;
        right: 20px
    }
    #slider-tabs-prices .cost-car-wrapper>.owl-carousel>.owl-nav .owl-next:before {
        filter: none;
        top: 0
    }
    #slider-tabs-prices .cost-car-wrapper>.owl-carousel>.owl-nav .owl-next>span:last-child {
        display: none
    }
    #slider-tabs-prices .cost-car-wrapper>.owl-carousel .owl-nav .owl-prev>span:last-child {
        display: none
    }
    .img-dart {
        top: -465px;
        right: 40px
    }
    .sec7icon {
        margin-top: 26px
    }
    .services-20 .col-md-4:not(:last-child) {
        margin-bottom: 25px
    }
    .services-9 h3 {
        padding-top: 0
    }
    #exp-carousel.owl-carousel .owl-stage-outer {
        overflow: hidden
    }
    #aboutus>div>.col-xs-12 {
        float: none;
        background: rgba(243, 246, 249, .4)
    }
    .navbar-case.navbar-services {
        transition: background .02s linear
    }
    #hidescroll {
        transition: opacity .06s linear
    }
    #portfolio .tabs-folio {
        display: flex;
        overflow: auto;
        align-items: flex-end
    }
    #portfolio .tabs-folio.nav-tabs>li {
        align-self: flex-end
    }
    #portfolio .tabs-folio.nav-tabs>li>a {
        margin-right: 5vw;
        font-size: 3.3vw;
        line-height: 1.5
    }
    #portfolio .tabs-folio.nav-tabs>li:nth-child(3)>a {
        min-width: 26vw
    }
    .modal-web-image {
        position: relative;
        top: 20px
    }
    .modal-web-image .img-mobile {
        position: absolute;
        max-width: 30% !important;
        left: 20px;
        top: 20px
    }
    .modal-web-image .desktop-img {
        position: relative;
        max-width: 100%
    }
    .modal-web-image .desktop-img.only-desktop {
        left: -7%
    }
    #modal-order-web-folio .modal-title {
        line-height: 1;
        font-size: 7vw;
        margin-top: 0
    }
    #modal-order-web-folio .modal-header .close {
        margin-top: -2px;
        position: absolute;
        top: 30px;
        right: 30px
    }
    #modal-order-30 .modal-title {
        line-height: 1;
        font-size: 7vw;
        margin-top: 0
    }
    #modal-order-30 .modal-header .close {
        margin-top: -2px;
        position: absolute;
        top: 30px;
        right: 30px
    }
    #modal-order .modal-title {
        line-height: 1;
        font-size: 7vw;
        margin-top: 0
    }
    #modal-order .modal-header .close {
        margin-top: -2px;
        position: absolute;
        top: 30px;
        right: 30px
    }
    .section.services-15 .btn-primary-wrapper {
        width: 100%;
        margin-top: 18px
    }
    .section.services-15 .btn-primary-wrapper .btn-primary {
        padding: 15px 25px
    }
    #site-exist {
        margin-top: 25px
    }
    #site-not-exist {
        margin-top: 25px
    }
    .main-footer {
        padding-top: 9px
    }
    .menu-label {
        right: 85px
    }
}

@media screen and (max-width: 390px) {
    .main-footer__link {
        margin: 0 !important
    }
    .main-footer__copy {
        white-space: normal
    }
    .map-txt-line img {
        top: 9px
    }
    .map-txt-line:last-of-type img {
        top: 12px
    }
    .map-txt {
        font-size: 16px
    }
    .main-feats__item {
        width: 100%;
        max-width: 190px
    }
    .front-slider .slick-dots {
        margin-bottom: 10px
    }
    .front-slider .slick-dots li {
        margin-bottom: 10px
    }
    .front-slider .slick-dots li::after {
        bottom: -17px
    }
    .front-slider .slick-dots li button {
        padding: 0;
        padding-bottom: 10px
    }
    .front-slider .slick-dots li span.front-dots-icon {
        transform: scale(0.6)
    }
    .front-slider .slick-dots span.front-dots-text {
        bottom: 0
    }
    .front-slider .slick-dots span {
        text-indent: -15px
    }
}

@media(max-width: 767px) {
    .navbar-nav {
        margin: 0
    }
}

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

@media(min-width: 992px) {
    .col-md-1 {
        float: left;
        float: left
    }
    .col-md-2 {
        float: left;
        float: left;
        width: 16.66666667%
    }
    .col-md-3 {
        float: left;
        float: left
    }
    .col-md-4 {
        float: left;
        width: 33.3333333333%;
        float: left
    }
    .col-md-5 {
        float: left;
        width: 41.66666667%;
        float: left
    }
    .col-md-6 {
        float: left;
        width: 50%;
        float: left
    }
    .col-md-7 {
        float: left;
        width: 58.33333333%;
        float: left
    }
    .col-md-8 {
        float: left;
        float: left
    }
    .col-md-9 {
        float: left;
        float: left
    }
    .col-md-10 {
        float: left;
        width: 83.3333333333%;
        float: left
    }
    .col-md-11 {
        float: left;
        float: left
    }
    .col-md-12 {
        float: left;
        float: left;
        float: left
    }
    .mockup-wrapper.col-md-5 {
        width: 100%;
        float: none;
        position: initial
    }
    .services-18 .col-md-offset-1 {
        margin-left: 12.5%
    }
}

@media screen and (min-width: 769px) {
    .navbar-case.sticky .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-case.sticky .navbar-collapse.collapse.in {
        display: block !important
    }
    .sticky .navbar-header {
        width: 100%;
        padding-right: 220px
    }
    .sticky .navbar-toggle {
        display: block;
        right: 265px;
        top: 20px
    }
    .sticky .navbar-nav>li {
        float: none
    }
    .page-template-page-barber .navbar-inverse .navbar-toggle:hover {
        background: transparent
    }
    .page-template-page-barber .navbar-toggle .icon-bar {
        width: 28px;
        height: 3px;
        border-radius: 0;
        background-color: #fff
    }
    .page-template-page-barber .sticky .reg-btn_header {
        position: absolute;
        right: 35px;
        top: 5px
    }
    .navbar-inverse .navbar-toggle:focus {
        background: transparent
    }
    .sticky.navbar-case #top_nav_padd {
        display: block
    }
    .mob-img {
        max-width: 330px
    }
    .barber-page .w-line.inview {
        width: 2vw
    }
}

@media screen and (min-width: 1025px) {
    .barber-page .w-line.inview {
        width: 5vw;
        width: 3.5vw
    }
    .barber-page .container:hover .w-line.inview {
        width: 5vw
    }
}

@media screen and (max-width: 992px) {
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #282528 !important
    }
    .navbar-inverse .navbar-toggle:active .icon-bar {
        background-color: #282528 !important
    }
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #282528 !important
    }
    .navbar-header {
        float: left
    }
}

@media screen and (max-width: 767px) {
    .barber-page .jumbotron h1 {
        font-size: 10vw;
        line-height: 6vh
    }
    .barber-page .jumbotron h1 b {
        font-size: 8vh;
        line-height: 10vh
    }
    .barber-page .hero-label {
        margin: 0;
        padding: 0
    }
    .barber-page .shadow-number {
        left: 5px
    }
    .barber-page .shadow-text-big {
        left: 0;
        font-size: 24vw
    }
    .barber-page .row+.row {
        margin-top: 80px
    }
    .barber-page .shadow-text {
        top: -20px;
        left: 5px
    }
    .barber-page .w-line {
        left: 15px;
        top: 65px;
        width: 35vw
    }
    .barber-page .w-line.letter-line {
        top: 38px
    }
    .barber-page .w-line.inview {
        width: 22vw
    }
    .barber-page .animate:hover .w-line.inview {
        width: 35vw
    }
    .barber-page .barber-tech .w-line.letter-line {
        top: 58px
    }
    .barber-page .barber-tech .shadow-text {
        top: -5px
    }
    .hero-images {
        position: absolute;
        right: 0;
        bottom: -10%
    }
    .hero-images img:first-child {
        position: initial
    }
    .barber-start {
        padding-top: 50px
    }
    .barber-start .row {
        flex-flow: column
    }
    .barber-start>.container:before {
        width: 100%;
        height: 82%
    }
    .barber-start img {
        left: 0;
        max-width: 100%;
        left: 15px
    }
    .barber-result {
        padding-top: 50px;
        margin-top: 0
    }
    .barber-result:before {
        width: 100%;
        height: 82%
    }
    .barber-result img {
        max-width: 125%;
        position: relative;
        left: -12.5%
    }
    .mtop100 {
        margin-top: -30px
    }
    .barber-services .col-md-8 img {
        position: absolute;
        top: 0;
        padding-left: 10px;
        padding-right: 10px
    }
    .barber-services .col-md-4 img {
        position: absolute;
        top: -260px;
        max-height: 500px
    }
    .barber-barbershop {
        top: 100px
    }
    .barber-barbershop:before {
        display: none
    }
    .barbershop-slides img.glow-img-big:not(:nth-child(3)) {
        display: none
    }
    .barbershop-slides img:nth-child(3) {
        left: 0;
        right: 0;
        top: 80px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%
    }
    .barber-contacts {
        margin-top: 100px;
        padding-top: 20px
    }
    .barber-order {
        padding-top: 50px
    }
    .barber-order .glow-img-big {
        position: absolute;
        top: 10%;
        left: 50%;
        max-width: 60%;
        left: 30%;
        top: 70%
    }
    .barber-mobile {
        overflow: hidden
    }
    .barber-mobile .row {
        display: block
    }
    .flex-cross {
        left: -10%;
        flex-flow: column;
        flex-wrap: wrap
    }
    .mob-img {
        position: relative;
        left: -40px
    }
    .tech-grid {
        display: block
    }
    .tech-grid ul {
        padding-left: 0;
        margin: 10px 0 25px
    }
    .tech-grid ul li {
        padding: 0
    }
    .barber-begin {
        margin-top: 70px
    }
    .page-template-page-barber .reg-btn_header {
        display: none
    }
    .page-template-page-barber .reg-btn_header-sm-mobile {
        display: inline-block;
        margin-left: 20px
    }
    .page-template-page-barber .navbar-inverse .navbar-nav>li {
        line-height: 0;
        padding: 0 !important
    }
    .page-template-page-barber .navbar-inverse .navbar-nav>li>a {
        line-height: 48px
    }
    .page-template-page-barber .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .page-template-page-barber .navbar-inverse .navbar-toggle:hover {
        background-color: rgba(0, 108, 234, .27);
        background-color: transparent
    }
    .page-template-page-barber .navbar-toggle .icon-bar {
        width: 28px;
        height: 3px;
        border-radius: 0;
        background-color: #fff
    }
    .page-template-page-barber .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px
    }
    .navbar-case #top_nav_padd {
        display: block
    }
    .navbar-case .navbar {
        background: rgba(3, 3, 3, .9)
    }
    .barbershop-dots2 {
        display: none
    }
    .barber-like h3 {
        font-size: 9vw
    }
    .barber-like button {
        padding: 0 15px;
        font-size: 16px;
        height: 56px
    }
    .customer {
        grid-template-columns: 100px auto
    }
    .customer img {
        max-width: 80px
    }
    .customer .position {
        font-size: 17px;
        line-height: 21px
    }
    .customer .name {
        font-size: 23px
    }
    .navbar-inverse .navbar-toggle:focus {
        background-color: rgba(0, 108, 234, .27);
        background-color: transparent
    }
    .quote {
        max-width: 90%;
        margin-left: 10%;
        font-size: 4vh;
        line-height: 5vh;
        font-size: 14px;
        line-height: 20px
    }
    .barbershop-dots {
        left: 60%
    }
    .barbershop-dots img:last-child {
        position: relative;
        right: 0;
        z-index: 0;
        top: -57px
    }
    .col-md-12 {
        width: 100%;
        float: left
    }
    .col-md-6.col-sm-12 {
        position: relative;
        z-index: 2
    }
    .barber-review {
        margin-top: 30px
    }
    #super-mockup {
        max-height: 36vh;
        max-width: 100%
    }
}

@media screen and (max-width: 324px) {
    .little-circles {
        bottom: 5%
    }
    .big-circle {
        bottom: calc(5% - 16px)
    }
    .flex-cross {
        left: -20%
    }
}

@media screen and (max-width: 814px)and (orientation: landscape) {
    .barber-page .jumbotron h1 {
        font-size: 5vh;
        font-size: 7vh;
        line-height: 8vh
    }
    .barber-page .jumbotron h1 b {
        font-size: 8vh;
        line-height: 9vh
    }
    .barber-page .hero-label {
        font-size: 3vh
    }
    .barber-page .hero-descr {
        font-size: 4vh;
        line-height: 5vh
    }
    .barber-page h3 {
        font-size: 8vh;
        line-height: 9vh
    }
    .barber-page .w-line {
        top: 57px;
        left: 10px
    }
    .barber-page .shadow-text-big {
        font-size: 24vh
    }
    .barber-page .w-line.inview {
        width: 20vw;
        width: 16vw
    }
    .barber-page .animate:hover .w-line.inview {
        width: 20vw
    }
    .barber-page .barber-tech .w-line.letter-line {
        top: 58px
    }
    .barber-page .barber-tech .shadow-text {
        top: -5px
    }
    p {
        font-size: 4vh;
        line-height: 5vh
    }
    .jumbotron .container {
        padding: 0 30px
    }
    .jumbotron .col-sm-5 {
        width: 50%;
        float: left
    }
    .jumbotron .col-sm-6 {
        width: 50%;
        float: left
    }
    .little-circles {
        bottom: 15%
    }
    .little-circles .appear-circle:nth-last-child(-n+10) {
        visibility: hidden;
        display: none
    }
    .col-md-6 {
        width: 100%;
        z-index: 2;
        position: relative
    }
    .barber-mobile {
        margin-bottom: 40px
    }
    .barber-mobile .col-md-5 {
        width: 100%;
        z-index: 2;
        position: relative
    }
    .barber-mobile .col-md-7 {
        width: 100%;
        z-index: 2;
        position: relative
    }
    .barber-services .col-md-8 img {
        position: initial
    }
    .barber-barbershop {
        padding-top: 40px;
        top: 10px
    }
    .barbershop-slides img:nth-child(3) {
        width: 100vh;
        margin: 0 auto;
        top: 120px
    }
    .barber-order {
        padding-top: 40px
    }
    .barber-order .glow-img-big {
        top: 45%
    }
    .barber-order .col-md-6 {
        padding-bottom: 0
    }
    .barber-like {
        height: 70vh
    }
    .flex-cross {
        display: block;
        max-width: 100%;
        position: initial
    }
    .mob-img {
        left: -20px;
        float: left;
        max-width: 25%
    }
    .barber-mobile-dots {
        z-index: -2
    }
    .barber-contacts {
        margin-top: -150px;
        padding-top: 20px
    }
    .barber-contacts .col-md-6 {
        padding-bottom: 0
    }
    .barber-review {
        margin-top: 10px
    }
    .tech-grid ul li {
        padding: 0;
        font-size: 5vh
    }
    .col-md-12 {
        float: left;
        width: 100%
    }
    .big-circle {
        bottom: calc(15% - 16px)
    }
    .main-footer__link {
        font-size: 13px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .barber-mobile {
        margin-top: 140px
    }
    .barber-mobile .row {
        display: block
    }
    .barber-mobile .col-md-5 {
        padding-right: 15px
    }
    .flex-cross {
        left: 2%;
        position: inherit;
        max-width: none
    }
    .mob-img {
        max-width: 250px;
        position: relative;
        left: -40px
    }
    .barber-order {
        margin-top: 70px
    }
    .barber-order .glow-img-big {
        top: 8%;
        left: 15%;
        max-width: 70%
    }
    .barber-services .col-md-8 img {
        position: absolute;
        top: -550px
    }
    .container {
        padding: 0 40px;
        padding: 0 100px
    }
    .hero-images {
        position: absolute;
        right: 0;
        bottom: 5%;
        overflow: hidden;
        padding-top: 10px
    }
    .barber-page .shadow-text-big {
        left: -10px;
        top: -20px
    }
    .barber-page .row+.row {
        margin-top: 80px
    }
    .barber-page .w-line {
        left: -10vw;
        width: 9vw
    }
    .barber-page .w-line.inview {
        width: 6vw
    }
    .barber-page .animate:hover .w-line.inview {
        width: 9vw
    }
    .barbershop-slides img.glow-img-big:not(:nth-child(3)) {
        display: none
    }
    .barbershop-slides img:nth-child(3) {
        left: 0;
        right: 0;
        top: 160px;
        width: 70%;
        margin-left: 15%;
        margin-right: 5%
    }
    .barber-barbershop {
        padding-top: 90px
    }
    .barber-barbershop:before {
        display: none
    }
    .barbershop-dots {
        z-index: -1
    }
    .barbershop-dots img {
        right: -90px
    }
    .barbershop-dots img:last-child {
        right: 61px
    }
    .barber-result {
        margin-top: 20px
    }
    .barber-result .img-responsive {
        max-width: 130%;
        left: -15%;
        position: relative
    }
    .mtop100 {
        margin-top: 0
    }
    .customer {
        grid-template-columns: 100px auto
    }
    .customer img {
        max-width: 80px
    }
    .barber-review {
        padding: 0 40px
    }
    .barber-like {
        min-height: 35vh
    }
    .barber-like h3 {
        font-size: 5vw
    }
    .barber-like a {
        font-size: 18px
    }
    .barber-like button {
        height: 70px;
        font-size: 18px;
        line-height: 20px
    }
    .page-template-page-barber .reg-btn_header {
        margin: 0;
        display: none
    }
    .page-template-page-barber .navbar-inverse .navbar-toggle:hover {
        background-color: rgba(0, 108, 234, .27);
        background-color: transparent
    }
    .page-template-page-barber .navbar-inverse .navbar-nav>li {
        line-height: 0;
        padding: 0 !important;
        margin: 0 3px
    }
    .page-template-page-barber .navbar-inverse .navbar-nav>li>a {
        line-height: 48px
    }
    .page-template-page-barber .navbar-toggle .icon-bar {
        width: 28px;
        height: 3px;
        border-radius: 0;
        background-color: #fff
    }
    .page-template-page-barber .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px
    }
    .page-template-page-barber .reg-btn_header-sm-mobile {
        display: block;
        margin-bottom: 20px;
        margin-left: 15px
    }
    .navbar-inverse .navbar-toggle:focus {
        background-color: rgba(0, 108, 234, .27);
        background-color: transparent
    }
    .navbar-case .navbar {
        background: rgba(3, 3, 3, .9)
    }
    .navbar-case #top_nav_padd {
        display: block
    }
    .main-footer .row {
        margin-left: -15px;
        margin-right: -15px
    }
    .barber-start .container {
        padding: 0 40px
    }
    .tech-grid {
        display: block
    }
    .tech-grid ul {
        padding-left: 0;
        margin: 10px 0 25px
    }
    .tech-grid ul li {
        padding: 0
    }
    .col-md-12 {
        float: left;
        width: 100%
    }
    .col-md-10 {
        width: 100%;
        float: left
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .barber-page .jumbotron .container {
        margin-top: -13%
    }
    .page-template-page-barber .main-footer .container {
        padding: 0 20px
    }
    .page-template-page-barber .main-footer__copy {
        text-align: right
    }
    .page-template-page-barber .main-footer__links {
        text-align: right
    }
    .page-template-page-barber .main-footer__link {
        margin: 0 0 0 15px !important;
        text-align: right
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
    .tech-grid {
        display: -ms-grid;
        display: grid
    }
    .tech-grid ul {
        padding-left: 0;
        margin: 0 0 10px
    }
    .tech-grid ul li {
        padding-left: 5px
    }
    .page-template-page-barber #responsive-menu .reg-btn_header {
        display: none
    }
    .page-template-page-barber .sticky .reg-btn_header-sm {
        display: inline-block;
        top: 15px !important
    }
    .barber-page .w-line {
        left: -7vw;
        width: 7vw;
        width: 4.5vw
    }
    .barber-page .w-line.inview {
        width: 3.4vw
    }
    .barber-page .animate:hover .w-line.inview {
        width: 4.5vw
    }
    .barber-like h3 {
        font-size: 3vw
    }
    .barber-like a {
        font-size: 16px
    }
    .barber-like button {
        height: 60px;
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (min-width: 1024px)and (max-width: 1024px) {
    .barber-services .col-md-8 img {
        position: relative;
        top: 100px
    }
    .barbershop-slides img:nth-child(3) {
        top: 210px;
        width: 60%;
        margin-left: 20%;
        margin-right: 20%
    }
    .barber-order .glow-img-big {
        top: -3%;
        left: 40%
    }
    .barber-mobile .col-md-5 {
        width: 100%
    }
    .barber-mobile .col-md-7 {
        width: 100%
    }
    .flex-cross {
        flex-flow: initial;
        left: 20%;
        max-width: 58%
    }
}

@media only screen and (min-width: 1024px)and (max-height: 1366px)and (-webkit-min-device-pixel-ratio: 1.5) {
    .barber-page .w-line {
        width: 5.3vw;
        left: -6.3vw
    }
    .barber-page .w-line.inview {
        width: 3.8vw
    }
    .barber-page .animate:hover .w-line.inview {
        width: 5.3vw
    }
}

@media only screen and (min-width: 1024px)and (max-height: 1366px)and (-webkit-min-device-pixel-ratio: 1.5)and (orientation: landscape) {
    .barber-page .w-line {
        width: 5.5vw;
        left: -5.3vw
    }
}

@media screen and (max-width: 1600px) {
    #knife-el {
        left: -190px
    }
    .services-page .jumbotron h1 {
        line-height: 66px
    }
    .services-page .jumbotron p.subtext {
        /* font-weight: bold; */
        font-size: 18px;
        line-height: 24px;
        margin: 1vh 0 3.5vh
    }
    .mockup-slider {
        top: 30%
    }
    #super-mockup {
        max-height: 41vh
    }
}

@media screen and (max-width: 1441px) {
    #knife-el {
        left: -272px
    }
}

@media screen and (max-width: 1441px)and (max-height: 862px) {
    #knife-el {
        left: -221px
    }
}

@media screen and (max-width: 1441px)and (max-height: 837px) {
    #knife-el {
        left: -260px
    }
}

@media screen and (max-width: 1370px) {
    #knife-el {
        left: -359px
    }
}

@media screen and (max-width: 1280px)and (max-height: 764px) {
    #knife-el {
        left: -354px
    }
}

@media screen and (max-width: 1280px)and (max-height: 740px) {
    #knife-el {
        left: -339px
    }
}

@media screen and (max-width: 1280px)and (max-height: 730px) {
    #knife-el {
        left: -346px
    }
}

@media screen and (max-width: 800px)and (min-height: 800px) {
    #knife-el {
        left: -105vh;
        transform: rotate(-244deg)
    }
    .services-page .jumbotron .hidden-sm {
        display: none !important;
        display: none !important
    }
    .services-page .jumbotron .btn-primary-wrapper.visible-xs {
        width: 200px;
        z-index: 1;
        position: absolute;
        bottom: 7vh;
        left: 0;
        right: auto;
        max-width: 364px;
        right: auto;
        left: 50%;
        transform: translateX(-50%)
    }
    .services-page .jumbotron .col-md-5>div {
        text-align: center;
        left: 0;
        right: 0
    }
    #super-mockup {
        max-height: 28vw
    }
}

@media screen and (max-height: 800px)and (min-width: 800px)and (max-width: 1279px)and (orientation: landscape) {
    #knife-el {
        left: -83vh
    }
    .services-page .big-texts>p {
        font-size: 80px
    }
}

@media screen and (max-width: 480px) {
    .services-page .jumbotron .col-md-5>div {
        left: 0;
        right: 0
    }
    #super-mockup {
        max-height: 24vh
    }
    .menu-label {
        right: 85px
    }
}

@media screen and (max-width: 1400px) {
    .services-page .jumbotron h1 {
        line-height: 74px;
        font-size: 69px;
        margin-top: 10px
    }
    .services-page .jumbotron h1 b {
        line-height: 74px;
        font-size: 69px
    }
    #super-mockup {
        max-height: 24vw
    }
}

@media screen and (max-width: 1300px) {
    #super-mockup {
        max-height: 22vw
    }
}

@media screen and (min-width: 1200px) {
    .preloader__image {
        background-size: auto
    }
    #responsive-menu ul li a {
        font-size: 36px
    }
    .services-page .jumbotron p.subtext {
        /* font-weight: bold; */
        font-size: 24px;
        line-height: 28px;
        margin: 10px 0 50px
    }
}


@media screen and (min-width: 1200px)and (max-width: 1367px)and (max-height: 770px) {
    .services-page .jumbotron {
        padding-bottom: 70px
    }
    .services-page .jumbotron p.subtext {
        margin: 10px 0 20px
    }
    .services-page .jumbotron h1 {
        font-size: 65px
    }
    .services-page .jumbotron h1 b {
        font-size: 65px
    }
}

@media screen and (min-width: 700px) {
    .services-11 .prices-slider-section .cost-car-wrapper>.owl-carousel.portal-site-carousel>.owl-stage-outer>.owl-stage {
        width: 840px
    }
}

@media screen and (min-width: 481px) {
    #exp-carousel .owl-item {
        width: 410px !important;
        left: -1px
    }
}

@media screen and (min-width: 1300px) {
    .services-21 .col-md-offset-0 .s-card p>a:first-child {
        margin-right: 0px
    }
}

@media screen and (max-width: 470px) {
    .services-page h3>span.typing {
        top: auto;
        vertical-align: text-bottom;
        line-height: 9vw;
        font-size: 9vw;
        display: inline-block
    }
}

@media all and (transform-3d) {
    .carousel-inner>.item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }
    .carousel-inner>.item.next {
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev {
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left {
        transform: translate3d(0, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev.right {
        transform: translate3d(0, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

@media(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }
    .carousel-inner>.item.next {
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev {
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left {
        transform: translate3d(0, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev.right {
        transform: translate3d(0, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

@media screen and (max-width: 365px) {
    .services-6 .col-xs-4 hr.badhr {
        margin-top: 75px
    }
}

@media screen and (min-width: 414px)and (max-width: 480px) {
    .diagrams.animate {
        left: -60px
    }
}

@media screen and (max-width: 480px)and (max-height: 812px) {
    #knife-el {
        transform: rotateY(62deg)
    }
}

@media screen and (max-width: 480px)and (max-height: 750px) {
    #knife-el {
        left: -100vh;
        transform: rotateY(56deg)
    }
}

@media screen and (max-width: 480px)and (max-height: 720px) {
    #knife-el {
        left: -102vh;
        transform: rotateY(58deg)
    }
}

@media screen and (max-width: 480px)and (max-height: 719px) {
    #knife-el {
        transform: rotateY(56deg)
    }
}

@media screen and (max-width: 480px)and (max-height: 670px) {
    #knife-el {
        transform: rotateY(52deg);
        left: -104vh
    }
}

@media screen and (min-width: 1800px)and (max-width: 1880px) {
    .services-1 .decoration>div.deco-cutter {
        right: -509px
    }
}

@media screen and (min-width: 1800px)and (max-width: 1880px)and (max-height: 950px) {
    .services-1 .decoration>div.deco-cutter {
        right: -518px
    }
}

@media screen and (min-width: 1024px)and (max-width: 1700px) {
    .services-14 .folio-slider-section .btn-primary-wrapper {
        right: -110px
        /* right: 40px; */
    }
    .services-1 .decoration>div.deco-cutter {
        right: -672px
    }
}

@media screen and (min-width: 1640px)and (max-width: 1700px) {
    .services-1 .decoration>div.deco-cutter {
        right: -625px
    }
}

@media screen and (min-width: 1600px)and (max-width: 1639px)and (max-height: 901px) {
    .services-1 .decoration>div.deco-cutter {
        right: -727px
    }
}

@media screen and (min-width: 1024px)and (max-width: 1500px) {
    .hero-bottom-right {
        max-width: 9%
    }
    .hero-bottom-left {
        max-width: 9%
    }
    .services-1 .decoration>div.deco-cutter {
        right: -810px
    }
    .services-5 .img-edge {
        top: 77px;
        max-width: 55%
    }
    .services-8 .img-edge {
        max-width: 35%
    }
    .services-10 .img-edge {
        max-width: 45%;
        top: 25%
    }
    .services-page .container {
        max-width: 1300px !important
    }
    .services-page .big-texts>p:nth-child(3) {
        left: 510px
    }
    .services-page .big-texts>p:nth-child(4) {
        left: 250px
    }
    .services-page .jumbotron .tabs-hero {
        margin-left: 6%
    }
    .services-page .jumbotron .tabs-folio.tabs-hero.nav-tabs>li>a {
        margin-right: 10px;
        padding-bottom: 25px
    }
    .services-page .section.services-21 {
        padding-bottom: 50px
    }
    .services-14 .img-mobile {
        left: 0
    }
    .services-14 .folio-slider-section .btn-primary-wrapper {
        right: -20px
    }
    #portfolio .col-md-6 .img-edge {
        left: -20%
    }
    .services-4 .img-edge {
        margin-top: 62px;
        max-width: 55%
    }
    .services-18 img {
        max-width: 18vw;
        max-width: 20vw;
        padding: 2vw
    }
    .services-21 h2,
    .services-22 h2 {
        margin-bottom: 20px
    }
    .services-21 .btn-primary-wrapper {
        margin-top: 0
    }
}

@media screen and (min-width: 1024px)and (max-width: 1500px)and (max-height: 700px) {
    .hero-bottom-left {
        bottom: 24px;
        left: 2%
    }
}

@media screen and (min-width: 1400px)and (max-width: 1440px)and (max-height: 850px) {
    .services-1 .decoration>div.deco-cutter {
        right: -780px
    }
    .services-page .services-5 .big-texts>p:nth-child(1) {
        right: 240px
    }
    .services-page .services-6 .big-texts>p:nth-child(1) {
        left: 436px
    }
    #corp-site .prices-descr-wrapper div:nth-child(2) {
        margin-top: 79px
    }
    #corp-site .prices-descr-wrapper div:nth-child(10) {
        margin-top: 196px
    }
    #corp-site .prices-descr-wrapper.list-collapsed div:nth-child(9) {
        margin-top: 219px
    }
    #land-promo .prices-descr-wrapper div:nth-child(9) {
        margin-top: 61px
    }
    #land-promo .prices-descr-wrapper div:nth-child(10) {
        margin-top: 200px
    }
}

@media screen and (min-width: 1400px)and (max-width: 1440px)and (max-height: 830px) {
    .services-1 .decoration>div.deco-cutter {
        right: -787px
    }
}

@media screen and (min-width: 1400px)and (max-width: 1440px)and (max-height: 790px) {
    .services-1 .decoration>div.deco-cutter {
        right: -805px
    }
}

@media screen and (min-width: 1024px)and (max-width: 1400px) {
    .services-14 .folio-slider-section .btn-primary-wrapper {
        right: 0
    }
    .services-14 .img-mobile {
        left: 10px
    }
    .services-14 .col-md-6 .img-edge {
        max-width: inherit;
        right: -40%;
        left: auto
    }
    .services-page .jumbotron .tabs-folio.tabs-hero.nav-tabs>li>a {
        padding-bottom: 30px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 10px
    }
    .services-page .jumbotron .tabs-hero {
        position: absolute;
        bottom: 40px;
        margin-left: 0
    }
    .services-page .jumbotron:after {
        height: 330px;
        height: 43vh
    }
    .services-page .big-texts>p:nth-child(3) {
        left: 420px;
        top: 460px
    }
    .services-page .big-texts>p:nth-child(4) {
        left: 180px;
        top: 620px
    }
    .services-page .services-5 .big-texts>p:nth-child(1) {
        right: 250px
    }
    .services-page .services-6 .big-texts>p:nth-child(1) {
        left: 436px
    }
    .services-1 .decoration>div.deco-cutter {
        right: -845px
    }
}

@media screen and (max-height: 800px)and (min-width: 800px)and (orientation: landscape) {
    .services-page .big-texts>p {
        font-size: 120px
    }
    .services-page .big-texts>p:nth-child(1) {
        left: 220px
    }
    .services-page .big-texts>p:nth-child(2) {
        left: 350px
    }
    .services-page .big-texts>p:nth-child(3) {
        left: 350px
    }
    .services-page .big-texts>p:nth-child(4) {
        left: 220px
    }
}

@media(min-width: 1200px) {
    .services-18 .col-lg-offset-0 {
        margin-left: 0
    }
}

@media screen and (max-width: 1280px) {
    .nav>li>a.hide-1200 {
        display: none
    }
    .nav>li>a.show-1200 {
        display: block
    }
}

@media screen and (min-width: 1281px) {
    .nav>li>a.show-1200 {
        display: none
    }
    .nav>li>a.hide-1200 {
        display: block
    }
}

@media screen and (min-width: 1200px)and (max-width: 1300px)and (max-height: 880px) {
    .services-page .container {
        max-width: 1170px !important
    }
    .services-page .services-6 .big-texts>p:nth-child(1) {
        left: 50%;
        font-size: 140px;
        top: 100px
    }
    .services-page .services-5 .big-texts>p:nth-child(1) {
        right: 250px;
        top: 155px
    }
    .services-page .services-1 .big-texts>p:nth-child(1) {
        top: 150px;
        left: 200px
    }
    .services-page .jumbotron {
        padding-top: 140px
    }
    .services-page .jumbotron .col-md-5 p {
        margin-top: 65px
    }
    .services-page .jumbotron .tabs-hero {
        bottom: 20px;
        display: flex;
        flex-flow: row;
        flex-grow: 1;
        width: 96%;
        width: 100%;
        justify-content: center;
        left: 0
    }
    .services-page .jumbotron .tabs-folio.tabs-hero.nav-tabs>li>a {
        padding-bottom: 22px
    }
    .services-page .services-11 .prices-slider-section .portal-site-carousel .item>p {
        min-height: 80px
    }
    .services-page .big-texts>p {
        font-size: 21vh
    }
    .services-page .big-texts>p:nth-child(2) {
        top: 35vh
    }
    .services-page .big-texts>p:nth-child(3) {
        top: 55vh
    }
    .services-page .big-texts>p:nth-child(4) {
        top: 75vh
    }
    .tabs-folio.nav-tabs>li {
        width: 24%;
        text-align: center;
        width: auto;
        text-align: left
    }
    #portfolio {
        padding-top: 50px
    }
    #portfolio .tabs-folio.nav-tabs {
        display: flex
    }
    #portfolio .tabs-folio.nav-tabs>li {
        text-align: left;
        width: auto
    }
    #portfolio .tabs-folio.nav-tabs>li a {
        margin-right: 34px;
        margin-right: 2.75vw;
        font-size: .9vw;
        padding-bottom: 10px
    }
    #portfolio .tabs-folio.nav-tabs>li:last-child a {
        margin-right: 0
    }
    .services-3 h5 {
        margin-top: 60px
    }
    .services-3 h3 {
        font-size: 42px;
        margin-bottom: 20px
    }
    .services-4 .basic-count {
        top: 150px;
        left: 65%
    }
    .services-4 h3 {
        font-size: 42px;
        margin-bottom: 20px
    }
    .services-4 .img-edge {
        margin-top: 120px;
        max-width: 52%
    }
    .services-6 .swot-deco:nth-child(1) {
        top: 300px;
        right: 180px
    }
    .services-6 .col-md-8 {
        max-width: 63%
    }
    .services-6 .s-logos>.s-logo img {
        padding-left: 10px;
        padding-right: 10px
    }
    .services-10 .img-edge {
        margin-top: 100px
    }
    .services-11 .prices-slider-section .item {
        padding: 24px 23px 41px
    }
    .services-11 .prices-slider-section .corp-site-carousel>.owl-stage-outer>.owl-stage>.owl-item:nth-child(2) .item {
        padding-right: 15px;
        padding-left: 15px
    }
    .services-14 .folio-slider-section .btn-primary-wrapper {
        right: -45px
    }
    .barber-page.services-page .jumbotron .container {
        max-width: 1000px !important
    }
    .btn-primary {
        padding: 22px 80px
    }
    .count-numbers {
        line-height: 28px;
        font-size: 41px
    }
    .tabs-folio.nav-tabs.calc-tabs>li {
        width: 50%;
        text-align: center
    }
    .services-15 .range-descr .col-xs-6:first-child:after {
        right: 30px
    }
    #glavnaya .tabs-folio.nav-tabs>li {
        margin-left: 40px
    }
    .prices-tabs .tabs-folio.nav-tabs>li>a {
        line-height: 18px;
        line-height: 1.6;
        margin: 0 72px
    }
    .prices-tabs .tabs-folio.nav-tabs>li:last-child>a {
        margin-right: 0
    }
    .services-2 .img-dart {
        position: absolute;
        right: 30px;
        right: -53px;
        top: -80px
    }
    .services-5 .swot-deco:nth-child(3) {
        top: 130px;
        right: 104px;
        height: 477px
    }
    .services-5 .swot-deco:nth-child(2) {
        top: 120px;
        right: 0;
        height: 500px
    }
    #garantii {
        padding-bottom: 50px
    }
    .stripes-block .col-xs-8 p {
        white-space: nowrap
    }
    .navbar-brand {
        padding-top: 8px
    }
    .hero-bottom-left {
        bottom: 20px
    }
    .services-1 .decoration>div.deco-cutter {
        right: -878px;
        top: -100px
    }
    .services-1 .decoration>div:nth-child(1) {
        left: -570px;
        top: 35px
    }
    .services-1 .decoration>div:nth-child(4) {
        left: 24vh
    }
    .services-1 .decoration>div:nth-child(5) {
        left: 57vh
    }
    .services-1 .decoration>div:nth-child(6) {
        left: 61vh;
        display: none
    }
    .diagrams.animate {
        position: relative;
        left: 0;
        right: 0
    }
    .diag-text .csin-text {
        right: -20px
    }
    .diag-text .cpink-text {
        right: -20px
    }
    .diag-text .cblue-text {
        left: -15px
    }
    .diag-text .cred-text {
        left: -15px
    }
    .services-8 .s-logos>.s-logo {
        padding-left: 0;
        margin-right: 0
    }
    #prices .prices-row {
        margin-left: -40px;
        margin-right: -30px
    }
    .page-template-page-barber .decoration.animate.agroup>.inview {
        transform: matrix(0.4, -0.92, -0.92, -0.4, 0, 0);
        opacity: 1;
        top: -80px
    }
    .page-template-page-barber .decoration.animate.agroup>.inview:first-child {
        top: -24px
    }
    .page-template-page-barber .decoration.animate.agroup>.inview:nth-child(2) {
        top: -49px
    }
    .page-template-page-barber .decoration.animate.agroup>.inview:nth-child(3) {
        top: -49px
    }
    .page-template-page-barber .services-1.section {
        padding-bottom: 80px
    }
    .services-21 p a:first-child {
        margin-right: 20px
    }
    .portal-site-carousel .item>ul>li:nth-child(2) {
        min-height: 94px;
        min-height: 85px;
        min-height: 107px
    }
    .portal-site-carousel .item>ul>li:nth-child(3) {
        min-height: 72px
    }
    .portal-site-carousel .item>ul>li:nth-child(4) {
        min-height: 44px
    }
    .portal-site-carousel .item>ul>li:nth-child(5) {
        min-height: 50px
    }
    .portal-site-carousel .item>ul>li:nth-child(6) {
        min-height: 50px
    }
    .portal-site-carousel .item>ul>li:nth-child(7) {
        min-height: 44px
    }
    #land-promo .prices-descr-wrapper>.prices-descr:nth-child(2) {
        margin-top: 74px
    }
    #land-promo .prices-descr-wrapper>.prices-descr:nth-child(5) {
        margin-top: 41px
    }
    #land-promo .prices-descr-wrapper>.prices-descr:nth-child(6) {
        margin-top: 62px
    }
    #land-promo .prices-descr-wrapper>.prices-descr:nth-child(8) {
        margin-top: 83px
    }
    #land-promo .prices-descr-wrapper>.prices-descr:nth-child(9) {
        margin-top: 86px
    }
    .cost-car-wrapper>.owl-carousel>.owl-stage-outer {
        overflow: visible
    }
    .services-18 img {
        max-width: 20vw;
        max-width: 20vw;
        padding: 10px;
        padding: 2vw
    }
    #modal-order-web .modal-header {
        padding: 2vw 5vw 5px
    }
    #modal-order-web .modal-body {
        padding: 0 5vw 2vw
    }
    .modal-header {
        padding: 2vw 5vw 5px;
        padding: 1vw 5vw 5px
    }
    .modal-body {
        padding: 0 5vw 2vw;
        padding: 0 5vw 1vw
    }
    #modal-order-web-folio #modal-order-web .modal-header {
        padding: 1vw 5vw 5px
    }
    #modal-order-web-folio #modal-order-web .modal-body {
        padding: 0 5vw 1vw
    }
    .visible-1200 {
        display: block
    }
}

@media screen and (min-width: 1240px)and (max-width: 1300px)and (max-height: 800px) {
    .services-1 .decoration>div.deco-cutter {
        right: -824px
    }
}

@media screen and (min-width: 1240px)and (max-width: 1300px)and (max-height: 740px) {
    .services-1 .decoration>div.deco-cutter {
        right: -850px
    }
}

@media screen and (max-width: 1200px) {
    .services-menu {
        display: none
    }
    .sticky .services-menu {
        display: none
    }
    .sticky .navbar-header {
        width: 100%;
        padding-right: 150px
    }
    .navbar-services .button-header {
        right: 212px
    }
    .navbar-services .navbar-toggle {
        display: block;
        display: inline-block
    }
    .navbar-services.sticky .button-header {
        right: 212px
    }
    .navbar-services.sticky .navbar-toggle {
        display: inline-block
    }
    .menu-label {
        display: inline-block;
        position: absolute;
        right: 123px;
        top: 30px;
        text-transform: uppercase;
        font-family: "Gotham Pro", sans-serif;, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: .02em;
        color: #131515
    }
    .navbar-header {
        width: 100%;
        padding-right: 150px
    }
    .reg-btn_header-sm {
        margin-top: 0;
        margin-right: 0
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px)and (orientation: portrait) {
    .services-page .jumbotron .col-md-5>p {
        margin-left: 0
    }
    .services-page .jumbotron .col-md-5>.btn-primary-wrapper {
        margin-left: 0
    }
    .services-page .jumbotron .tabs-hero {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 45%
    }
    .services-page .jumbotron .tabs-folio.tabs-hero.nav-tabs>li>a {
        margin: 0 auto;
        padding: 10px
    }
    .services-page .services-2 .big-texts>p {
        top: 565px
    }
    .services-page .section.services-4 {
        padding-top: 0
    }
    .services-page .services-4 .big-texts>p:nth-child(1) {
        top: 450px;
        font-size: 90px
    }
    .services-page .section.services-5 {
        padding-bottom: 50px
    }
    .services-page .section.services-6 {
        padding-top: 0
    }
    .services-page .big-texts>p {
        font-size: 88px
    }
    .services-page .big-texts>p:nth-child(3) {
        left: 250px
    }
    .services-page .big-texts>p:nth-child(2) {
        left: 450px
    }
    .services-page .big-texts>p:nth-child(4) {
        left: 100px
    }
    .services-page h3 {
        padding-top: 40px
    }
    .services-page h2 {
        padding-top: 40px
    }
    .services-page h3.gradient-text {
        padding-top: 0
    }
    .services-page .services-11 .prices-slider-section h4 {
        margin-top: 0
    }
    .services-page .services-11 .prices-slider-section .cost-block p {
        font-size: 17px
    }
    .services-page .services-11 .prices-slider-section .btn-primary-wrapper {
        width: 100%;
        margin-bottom: 20px
    }
    .services-page .services-11 .prices-slider-section .portal-site-carousel .item>p {
        min-height: 80px
    }
    .services-page .services-12 .big-texts>p:nth-child(1) {
        top: 550px
    }
    .services-page .services-13 {
        padding-bottom: 50px
    }
    .services-page .services-17 {
        padding-bottom: 0
    }
    .services-page .prices-row {
        margin-left: -100px;
        margin-right: -100px
    }
    .services-page .section.services-13 {
        padding-bottom: 50px
    }
    .services-page .section.services-14 {
        padding-bottom: 0;
        padding-top: 50px
    }
    .services-page .services-1 .big-texts>p:nth-child(1) {
        left: 150px
    }
    .services-menu {
        display: none
    }
    .navbar-services .navbar-toggle {
        display: inline-block
    }
    .navbar-services .button-header {
        right: 204px
    }
    .navbar-services .button-header>a {
        max-width: inherit
    }
    .navbar-services.sticky .navbar-toggle {
        display: inline-block
    }
    .navbar-services.sticky .button-header {
        right: 204px
    }
    .hero-bottom-right {
        max-width: none;
        max-width: 19vw;
        bottom: 120px
    }
    .hero-bottom-left {
        max-width: none;
        max-width: 19vw;
        bottom: 120px;
        bottom: 150px;
        display: none
    }
    #glavnaya .tabs-folio.nav-tabs>li {
        padding: 0;
        display: block;
        float: none;
        text-align: center
    }
    .services-15 .range-descr .col-xs-6:first-child:after {
        right: 15px
    }
    .services-15 .range-descr h4 {
        max-width: 80%
    }
    .services-15 .range-descr p.range-price {
        font-size: 15px
    }
    .services-15 .range-price {
        font-size: 15px
    }
    .services-15 .range-price>span {
        font-size: 20px
    }
    .services-15 #site-not-exist .range-descr p.range-price {
        font-size: 15px
    }
    .img-dart {
        right: 0
    }
    .col-md-10 {
        width: initial;
        float: none
    }
    .sticky .services-menu {
        display: none
    }
    .col-sm-12 {
        width: 100%
    }
    .visible-ipad-port {
        display: block
    }
    #features .img-mesh {
        position: absolute;
        top: -300px;
        z-index: 0;
        right: 0
    }
    #features .img-dart {
        top: -120px
    }
    #features .col-md-2 {
        padding-bottom: 100px
    }
    #features .col-md-10 {
        z-index: 2
    }
    #portfolio>.container {
        padding: 0 40px
    }
    #portfolio .tabs-folio.nav-tabs>li:nth-child(3)>a {
        min-width: 100px
    }
    #aboutus .col-sm-8 {
        width: 83.33333333%
    }
    .diagrams.diag-text {
        min-height: 400px
    }
    .diagrams.animate {
        left: 5%;
        right: 5%
    }
    .services-4 .img-edge {
        max-width: 100%;
        position: relative;
        left: -90px;
        margin-top: -20px;
        padding-bottom: 40px
    }
    .services-4 h3 {
        padding-top: 0
    }
    .img-edge {
        max-width: 120%;
        position: relative;
        right: -90px
    }
    #slider-tabs-folio .img-edge {
        left: auto;
        right: 200px
    }
    .services-14 .img-mobile {
        left: -80px
    }
    .services-14 .folio-slider-section .btn-primary-wrapper {
        right: -20px
    }
    .services-14 .tabs-folio.nav-tabs {
        display: flex;
        overflow-x: auto;
        align-items: flex-end;
        overflow-y: hidden
    }
    .services-14 .tabs-folio.nav-tabs>li>a {
        margin-right: 3vw;
        margin-bottom: 20px;
        letter-spacing: .2em
    }
    .services-5 .img-edge {
        right: 30px
    }
    .services-5 .swot-deco:nth-child(1) {
        top: 70px;
        right: 40%
    }
    .services-5 .col-xs-8 p {
        white-space: nowrap
    }
    .services-6 .img-edge {
        top: -20px;
        left: auto;
        right: 34px
    }
    .services-6 .swot-deco:nth-child(1) {
        top: 290px;
        right: 16%
    }
    .services-6 .badhr {
        margin-top: 48px
    }
    .services-8 .img-edge {
        top: 0;
        left: auto;
        right: -90px
    }
    .services-8 .img-mesh {
        top: 90px;
        right: 300px
    }
    .services-8 .s-logos {
        display: flex;
        flex-wrap: wrap
    }
    .col-sm-4 {
        width: 33.3333333333%
    }
    .reg-btn_header-sm {
        display: none !important;
        margin: 6px 15px 0 0
    }
    .reg-btn_header {
        display: inline-block
    }
    .sec7icon {
        margin-top: 35px
    }
    .services-10 .img-edge {
        display: none
    }
    .services-10 h2 {
        padding-top: 0
    }
    .services-3 h3 {
        padding-top: 0
    }
    .services-7 h3 {
        padding-top: 0
    }
    .services-9 h3 {
        padding-top: 0
    }
    .services-12 h3 {
        padding-top: 0
    }
    .services-12 .col-sm-10 {
        width: 83.3333333333%;
        float: left
    }
    .services-17 h2 {
        padding-top: 0
    }
    .services-17 .col-sm-6 {
        float: left;
        width: 50%
    }
    .services-17 .sec17-row .shadow-number {
        left: 5px;
        top: -25px
    }
    .prices-tabs .tabs-folio.nav-tabs {
        display: flex;
        padding-bottom: 10px
    }
    .prices-tabs .tabs-folio.nav-tabs>li>a {
        margin: 0 15px;
        font-size: 1.4vw;
        padding-bottom: 12px
    }
    .services-11 .prices-slider-section .corp-site-carousel>.owl-stage-outer .owl-item:not(.active) {
        opacity: .2
    }
    .services-11 .prices-slider-section h3 {
        line-height: 1.3;
        font-size: 2.7vw;
        margin-bottom: 5px
    }
    .services-11 .prices-slider-section .item {
        padding: 10px 15px 30px;
        width: auto !important
    }
    .services-11 .prices-slider-section .btn-primary {
        max-width: 100%;
        padding: 15px 50px;
        width: 100%
    }
    .services-11 .prices-slider-section ul {
        padding-left: 0
    }
    .services-11 .prices-slider-section ul li:before {
        display: none
    }
    .services-11 .prices-slider-section ul li:not(:last-child) {
        border-bottom: 0
    }
    .services-11 .cost-block {
        padding-left: 0
    }
    .services-11 .cost-block>div:not(.prices-descr) {
        font-size: 25px;
        line-height: 25px
    }
    .services-11 .cost-block>div>span.old-cost {
        font-size: 17px;
        line-height: 17px
    }
    .services-11 .cost-block>div>span {
        font-size: 21px
    }
    .modal-web-title h3 {
        line-height: 1.3;
        font-size: 2.7vw
    }
    .section .btn-primary-wrapper {
        max-width: 100%
    }
    .services-13 .shadow-number {
        top: -10px;
        left: -10px
    }
    .folio-slider-section {
        margin-top: 0
    }
    .btn-compare.hidden-xs svg {
        right: -20px
    }
    .btn-compare {
        padding: 5px 0;
        letter-spacing: 1px
    }
    .barber-page.services-page .services-17 .sec17-row .w-line {
        width: 25px;
        left: 13px;
        top: -10px
    }
    .services-21 .col-sm-offset-3 {
        margin-top: 70px
    }
    .services-21 p a {
        display: block
    }
    #responsive-menu ul li a {
        font-size: 5vw
    }
    .prices-slider-section .prices-descr {
        font-family: "Gotham Pro", sans-serif;
        font-weight: 600;
        font-size: 2.5vw;
        font-size: 20px;
        line-height: 1.2;
        white-space: nowrap;
        color: #2f3842;
        margin-bottom: 7px;
        padding-bottom: 4px;
        position: relative;
        padding-bottom: 5px
    }
    .prices-slider-section .prices-descr:after {
        content: "";
        height: 1px;
        background-color: #b8d9ff;
        display: block;
        position: absolute;
        left: -15px;
        right: -15px;
        bottom: 0
    }
    .prices-slider-section .owl-item:first-child .prices-descr:after {
        left: 0
    }
    .prices-slider-section .owl-item:last-child .prices-descr:after {
        right: 0;
        width: calc(100% + 15px)
    }
    .corp-site-carousel .item>p {
        min-height: 100px
    }
    .corp-site-carousel .item>ul>li:nth-child(2) {
        min-height: 129px
    }
    .corp-site-carousel .item>ul>li:nth-child(3) {
        min-height: 129px
    }
    .corp-site-carousel .item>ul>li:nth-child(4) {
        min-height: 85px
    }
    .corp-site-carousel .item>ul>li:nth-child(5) {
        min-height: 85px
    }
    .corp-site-carousel .item>ul>li:nth-child(6) {
        min-height: 107px
    }
    .corp-site-carousel .item>ul>li:nth-child(7) {
        min-height: 80px
    }
    .portal-site-carousel .item>ul>li:nth-child(2) {
        min-height: 85px;
        min-height: 129px
    }
    .portal-site-carousel .item>ul>li:nth-child(3) {
        min-height: 107px
    }
    .portal-site-carousel .item>ul>li:nth-child(4) {
        min-height: 63px
    }
    .portal-site-carousel .item>ul>li:nth-child(5) {
        min-height: 85px
    }
    .portal-site-carousel .item>ul>li:nth-child(6) {
        min-height: 85px
    }
    .portal-site-carousel .item>ul>li:nth-child(7) {
        min-height: 80px
    }
    #land-promo .corp-site-carousel .item>ul>li:nth-child(2) {
        min-height: 129px
    }
    #land-promo .corp-site-carousel .item>ul>li:nth-child(3) {
        min-height: 85px
    }
    #land-promo .corp-site-carousel .item>ul>li:nth-child(4) {
        min-height: 151px
    }
    #land-promo .corp-site-carousel .item>ul>li:nth-child(5) {
        min-height: 85px
    }
    #land-promo .corp-site-carousel .item>ul>li:nth-child(6) {
        min-height: 129px
    }
    #land-promo .corp-site-carousel .item>ul>li:nth-child(7) {
        min-height: 102px
    }
    .section.services-15 .btn-primary-wrapper {
        width: 100%
    }
    .section.services-15 .btn-primary-wrapper .btn-primary {
        padding: 25px 0
    }
    .section.services-15 #site-not-exist .btn-primary-wrapper .btn-primary {
        font-size: 14px
    }
}

@media screen and (min-width: 768px)and (max-width: 1279px)and (orientation: landscape) {
    .services-page .container {
        max-width: 1024px !important;
        padding: 0 40px
    }
    .services-page .jumbotron {
        padding-top: 120px
    }
    .services-page .jumbotron .tabs-folio.tabs-hero.nav-tabs>li>a {
        padding: 0;
        padding-bottom: 15px;
        font-size: 1vw
    }
    .services-page .jumbotron .tabs-folio.tabs-hero.nav-tabs>li:not(:last-child)>a {
        margin-right: 30px
    }
    .services-page .jumbotron .tabs-hero {
        display: flex;
        left: 140px;
        left: 0;
        justify-content: center;
        width: 100%
    }
    .services-page .services-1 .big-texts>p:nth-child(1) {
        top: 150px;
        left: 130px
    }
    .services-page .prices-row {
        margin-left: -40px;
        margin-right: -40px
    }
    .services-page .services-11 .prices-slider-section h4 {
        margin-top: 0
    }
    .services-page .services-2 .big-texts>p:nth-child(1) {
        left: 192px
    }
    .services-page .services-9 .big-texts>p:nth-child(1) {
        right: 0
    }
    .services-page .services-6 hr.badhr {
        margin-top: 48px
    }
    .services-page .services-6 .big-texts>p:nth-child(1) {
        left: 342px;
        top: 135px
    }
    .services-page #portfolio .shadow-text {
        letter-spacing: .4em
    }
    .services-page .services-3 .big-texts>p:nth-child(1) {
        top: 550px
    }
    .services-page .services-12 .big-texts>p:nth-child(1) {
        top: -157px;
        left: 400px
    }
    #responsive-menu ul li a {
        font-size: 5.5vw
    }
    .services-15 .range-descr .col-xs-6:first-child:after {
        right: 5px
    }
    .services-15 .col-md-8 {
        width: 80%
    }
    .section.services-15 .btn-primary-wrapper {
        width: 100%
    }
    .section.services-15 .btn-primary-wrapper .btn-primary {
        padding: 25px 0
    }
    .services-5 .col-xs-8 p {
        white-space: nowrap
    }
    .services-5 .count-numbers {
        line-height: 32px;
        margin-bottom: 4px
    }
    .prices-tabs .tabs-folio.nav-tabs {
        display: flex;
        flex-flow: row;
        justify-content: center
    }
    .prices-tabs .tabs-folio.nav-tabs>li>a {
        margin: 0 45px 0 0
    }
    .prices-tabs .tabs-folio.nav-tabs>li:last-child>a {
        margin: 0
    }
    .services-11 .prices-slider-section .corp-site-carousel>.owl-stage-outer>.owl-stage>.owl-item:nth-child(2) .item {
        padding-right: 15px;
        padding-left: 15px
    }
    .services-11 .prices-slider-section .corp-site-carousel>.owl-stage-outer .owl-item:not(.active) {
        opacity: .2
    }
    .services-11 .prices-slider-section h3 {
        line-height: 1.3;
        font-size: 22px
    }
    .services-11 .prices-slider-section .btn-primary {
        max-width: 100%;
        padding: 15px 50px;
        width: 100%
    }
    .services-11 .prices-slider-section .item {
        padding: 34px 15px 14px
    }
    .services-11 .cost-table-carousel .owl-next {
        top: 35%
    }
    .services-11 .cost-table-carousel .owl-prev {
        top: 35%
    }
    .services-11 .cost-block>div:not(.prices-descr) {
        font-size: 25px;
        line-height: 25px
    }
    .section.services-11 .btn-primary-wrapper {
        max-width: 100%
    }
    .corp-site-carousel .item>p {
        min-height: 80px
    }
    .corp-site-carousel .item>ul>li:nth-child(2) {
        min-height: 94px
    }
    .corp-site-carousel .item>ul>li:nth-child(3) {
        min-height: 94px
    }
    .corp-site-carousel .item>ul>li:nth-child(4) {
        min-height: 50px
    }
    .corp-site-carousel .item>ul>li:nth-child(5) {
        min-height: 72px
    }
    .corp-site-carousel .item>ul>li:nth-child(6) {
        min-height: 94px
    }
    .corp-site-carousel .item>ul>li:nth-child(7) {
        min-height: 44px
    }
    .corp-site-carousel .item b {
        font-size: 15px
    }
    .services-1 .decoration>div.deco-cutter {
        height: 2000px;
        right: -985px
    }
    .img-mesh {
        position: absolute;
        right: 14px;
        top: 17px
    }
    .services-6 .swot-deco:nth-child(1) {
        top: 301px;
        right: 4%
    }
    .order-form-row textarea {
        border-radius: 0;
        outline: 0;
        box-shadow: none
    }
    .order-form-row input:not([type=submit]) {
        border-radius: 0;
        outline: 0;
        box-shadow: none
    }
    .main-footer__link {
        margin-right: 24px;
        font-size: 12px;
        color: #5f5f5f
    }
    #portfolio-tabs {
        display: flex;
        overflow-x: auto;
        align-items: flex-end;
        overflow-y: hidden
    }
    .tabs-folio.nav-tabs>li>a {
        margin-right: 15px;
        margin-bottom: 20px;
        letter-spacing: 2px
    }
    .diagrams.animate {
        left: -25px
    }
    .diag-text .cpink-text {
        right: -45px
    }
    .diag-text .csin-text {
        right: -45px
    }
    .diag-text .cred-text {
        left: 0
    }
    .diag-text .cblue-text {
        left: -6px
    }
    .services-12 .col-sm-12 {
        width: 66%
    }
    .visible-ipad-land {
        display: block
    }
    .visible-ipad-land-static {
        display: block
    }
    .count-numbers {
        font-size: 37px
    }
    .prices-descr-wrapper div:first-child {
        margin-top: 120px
    }
    .prices-descr-wrapper div:nth-child(2) {
        margin-top: 79px
    }
    .prices-descr-wrapper div:nth-child(4) {
        margin-top: 61px
    }
    .prices-descr-wrapper div:nth-child(5) {
        margin-top: 88px
    }
    .prices-descr-wrapper div:nth-child(6) {
        margin-top: 40px
    }
    .prices-descr-wrapper div:nth-child(7) {
        margin-top: 40px
    }
    .prices-descr-wrapper div:nth-child(8) {
        margin-top: 87px
    }
    .prices-descr-wrapper div:nth-child(9) {
        margin-top: 59px
    }
    .prices-descr-wrapper div:nth-child(10) {
        margin-top: 193px
    }
    #corp-site .prices-descr-wrapper.list-collapsed div:nth-child(9) {
        margin-top: 219px
    }
    #corp-site .prices-descr-wrapper.list-collapsed div:nth-child(10) {
        margin-top: 190px
    }
    #web-serv-port .prices-descr-wrapper div:first-child {
        margin-top: 123px
    }
    #web-serv-port .prices-descr-wrapper div:nth-child(10) {
        margin-top: 191px
    }
    #web-serv-port .prices-descr-wrapper.list-collapsed div:nth-child(9) {
        margin-top: 176px
    }
    #land-promo .prices-descr-wrapper div:first-child {
        margin-top: 124px
    }
    #land-promo .prices-descr-wrapper div:nth-child(4) {
        margin-top: 62px
    }
    #land-promo .prices-descr-wrapper div:nth-child(5) {
        margin-top: 80px
    }
    #land-promo .prices-descr-wrapper div:nth-child(7) {
        margin-top: 47px
    }
    #land-promo .prices-descr-wrapper div:nth-child(9) {
        margin-top: 84px
    }
    #land-promo .prices-descr-wrapper div:nth-child(10) {
        margin-top: 193px
    }
    #land-promo .prices-descr-wrapper.list-collapsed div:nth-child(10) {
        margin-top: 190px
    }
}

@media screen and (min-width: 768px)and (max-width: 1279px)and (max-height: 740px)and (orientation: landscape) {
    .services-1 .decoration>div.deco-cutter {
        height: 2000px;
        right: -1022px
    }
}

@media only screen and (min-width: 1024px)and (max-height: 1366px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: portrait) {
    .container {
        padding: 0 40px
    }
    .services-page .section {
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative
    }
    .services-page .services-18 {
        padding: 0
    }
    .services-page .jumbotron .tabs-hero {
        margin-left: 11%
    }
    .services-page .jumbotron .col-md-5>p {
        margin-left: 0
    }
    .services-page .jumbotron .col-md-5>.btn-primary-wrapper {
        margin-left: 0
    }
    .services-page .big-texts>p:nth-child(2) {
        left: 350px
    }
    .services-page .big-texts>p:nth-child(3) {
        top: 770px;
        left: 150px;
        font-size: 150px
    }
    .services-page .big-texts>p:nth-child(4) {
        top: 1000px;
        left: 0;
        font-size: 150px
    }
    .services-page .services-4 .big-texts>p:nth-child(1) {
        top: 190px;
        font-size: 120px
    }
    .services-page .services-5 .big-texts>p:nth-child(1) {
        top: 155px;
        font-size: 150px
    }
    .services-page .services-6 .big-texts>p:nth-child(1) {
        top: 120px;
        width: 100%;
        left: 300px;
        font-size: 130px
    }
    .services-page .services-9 .big-texts>p:nth-child(1) {
        font-size: 150px;
        right: 20px
    }
    .services-page .section.services-13 {
        padding-bottom: 0
    }
    .services-page .section.services-19 {
        padding-bottom: 30px
    }
    .services-menu {
        display: none
    }
    .navbar-services .navbar-toggle {
        display: inline-block
    }
    .navbar-services .button-header {
        right: 150px
    }
    .hero-bottom-right {
        max-width: none
    }
    .hero-bottom-left {
        max-width: none
    }
    .tabs-folio.nav-tabs>li {
        width: 21%;
        text-align: center
    }
    .img-dart {
        right: 0
    }
    .diagrams>div {
        margin-left: -80px
    }
    .diag-text .cyel-text {
        left: 110px
    }
    .diag-text .unic-text {
        left: 70px
    }
    .services-3 h5 {
        margin-top: 60px
    }
    .services-4 .badhr {
        margin-top: 48px
    }
    .services-4 .basic-count {
        left: 65%;
        top: 150px
    }
    .services-5 .col-xs-4 p+p {
        margin-top: 33px
    }
    .services-5 .swot-deco:nth-child(3) {
        top: 0;
        right: 50px
    }
    .services-5 .swot-deco:nth-child(2) {
        top: -12px;
        right: -80px
    }
    .services-6 .swot-deco:nth-child(1) {
        top: 270px;
        right: 6%
    }
    .services-6 .badhr {
        margin-top: 48px
    }
    .services-8 .img-mesh {
        right: 80px
    }
    .services-8 .s-logos {
        display: flex;
        flex-flow: wrap
    }
    .services-10 .img-edge {
        top: 45%
    }
    .services-11 .prices-tabs .tabs-folio.nav-tabs>li>a {
        margin: 0 10px
    }
    .services-11 .tabs-folio.nav-tabs>li {
        width: 25%
    }
    .services-11 .cost-table-carousel .owl-next {
        top: 22%
    }
    .services-11 .cost-table-carousel .owl-prev {
        top: 22%
    }
    .services-11 .prices-slider-section .corp-site-carousel>.owl-stage-outer {
        overflow: hidden
    }
    .bars-descr>div {
        margin: 49px 0
    }
    .bars-descr>div:nth-child(4) {
        margin-top: 0
    }
    .services-13 .shadow-number {
        left: -15px
    }
    #case1 .item {
        padding: 70px 40px
    }
    .services-14 .col-md-6 .img-edge {
        left: -150px;
        right: 150px
    }
    .services-14 .img-mobile {
        top: 110px
    }
    .services-14 .folio-slider-section .btn-primary-wrapper {
        top: 570px
    }
    #portfolio .tabs-folio.nav-tabs>li {
        width: 14.28%
    }
    #portfolio .tabs-folio.nav-tabs>li>a {
        margin: 0
    }
    .sticky.navbar-case #top_nav_padd .services-menu {
        display: none
    }
    .navbar-services.sticky .navbar-toggle {
        display: inline-block
    }
    .navbar-services.sticky .button-header {
        right: 150px
    }
}

@media screen and (min-width: 800px)and (max-height: 1280px)and (orientation: portrait) {
    .prices-slider-section .prices-descr {
        font-stretch: 20px
    }
    .corp-site-carousel .item>ul>li:nth-child(5) {
        min-height: 85px
    }
}

@media only screen and (min-width: 1024px)and (max-height: 1400px)and (min-height: 801px)and (max-height: 901px)and (-webkit-min-device-pixel-ratio: 1.5)and (orientation: landscape) {
    .services-1 .decoration>div.deco-cutter {
        right: -770px
    }
    .services-page .jumbotron .tabs-hero {
        margin-left: 8%
    }
    .diag-text .cpink-text {
        right: 60px
    }
    .diag-text .csin-text {
        right: 45px
    }
}

@media screen and (max-width: 820px)and (orientation: landscape) {
    .landscape-splash {
        display: flex;
        height: 100%
    }
    body {
        overflow: hidden;
        height: 100%;
        height: 100%;
        min-height: 0;
        overflow: hidden
    }
    html {
        overflow: hidden;
        height: 100%;
        height: 100%;
        min-height: 0;
        overflow: hidden
    }
    .home-page {
        position: fixed
    }
}
@media screen and (max-width: 599px){
    .services-11 .prices-slider-section .collapsed-mobile .web-item-list{
        max-height: 0;
        transition: all .5s linear;
        min-height: 0;
        overflow: hidden;
    }
    .services-11 .prices-slider-section .collapsed-mobile.opened .web-item-list{
        max-height: 1000px;
        min-height: 405px;
    }
}
.services-page .services-13,
.services-page .services-3,
.services-page .services-5,
.services-page .services-7,
.services-page .services-9,
.services-page .services-10.s-blue,
#aboutus-2,
.services-page .services-16{
	background-color: #fff;
}
/*fonts*/

@font-face {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/wp-content/themes/swot/fonts/GothamPro-Light/GothamPro-Light.woff);
}

@font-face {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/swot/fonts/GothamPro/GothamPro.woff);
}

@font-face {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/wp-content/themes/swot/fonts/GothamPro-Bold/GothamPro-Bold.woff);
}

@font-face {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/wp-content/themes/swot/fonts/GothamPro-Medium/GothamPro-Medium.woff);
}
.services-page h3>span.blue-color{
    color: #1ec5fc;
}
.case__heading.about__heading{
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 130%;
    color: #131515;
    margin: 30px 0 0 0;
}
.about {
    margin: 0 0 17px 0;
}
.about > .wrapper {
    max-width: 838px;
}
.container-fluid__call-center .main-feats__block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1600px;
}
.container-fluid__call-center .main-feats__box {
    display: grid;
    grid-template-rows: 1fr 1fr;
}
.about .main-feats__item::before {
    padding-top: 0;
}
.main-feats__item:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.main-feats__item {
    width: 14.2%;
    position: relative;
}
.container-fluid__call-center .main-feats__item {
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}
.container-fluid__call-center .main-feats__item {
	position: relative;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about .slick-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -30px;
    list-style: none;
    display: flex;
    border-radius: 50%;
}
.about .slick-dots li button {
    width: 70px;
    height: 4px;
    background: #CCE1FB;
    font-size: 0px;
    margin: 0 3px;
    border: none;
}
.about .slick-active button {
    background: linear-gradient(90deg, #4FACFE -9.13%, #29F4FF 100%) !important;
}
.call-center__container.container{
	max-width: 1300px;
}
.main-contact {
    background-color: #333242;
    height: 604px;
    position: relative;
    color: #fff;
    font-weight: 700;
}
#map {
    width: 100%;
    height: 604px;
}
.footer-wrap {
    width: 100%;
    max-width: 1200px;
    position: absolute;
    top: 85px;
    left: calc((100% - 1200px) / 2);
    right: auto;
    text-align: left;
    display: inline-block;
    margin: 0 auto;
}
.map-txt {
    font-size: 44px;
    font-family: "Gotham Pro", sans-serif;
}
.main-contact .soc-links {
    margin: 0;
    width: auto;
    left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}
.map-txt-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    line-height: normal;
}
.map-txt-line:first-child {
    margin-bottom: 26px;
}
.map-txt-line:nth-child(2), .map-txt-line:nth-child(3) {
    margin-bottom: 20px;
}
.map-txt-line:nth-child(4) {
    font-size: 24px;
    margin-bottom: 43px;
}
.map-txt-line:nth-child(5) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px;
    line-height: 150%;
}
.main-contact .soc-links-title {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 20px;
}
.main-contact .soc-links__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.main-contact .soc-links__wrapper a {
    margin: 0 0 0 30px;
}
.map-txt-line img {
    position: static;
    margin-right: 25px;
    left: 8px;
    top: 14px;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.6));
    -o-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.6));
}
.map-txt-line a {
    color: #fff;
    white-space: nowrap;
}
.map-txt-line a:hover {
    text-decoration: none;
}
.map-txt-line:first-child a {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 150%;
    -webkit-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    transform: translate(0, 8px);
}
.map-txt-line:nth-child(1) img {
    top: 12px;
}
.map-txt-line:nth-child(2) img {
    top: 11px;
}
.map-txt-line:nth-child(2) a, 
.map-txt-line:nth-child(3) a, 
.map-txt-line:nth-child(4) a {
    font-size: 28px;
}

.main-contact .btn {

}
.main-contact .map-contact {
    margin: 35px 0 0 0;
}
.map-contact:hover {

}
.map-contact:active {

}
.awards-block{
    position: absolute;
    left: 50%;
    bottom: 48px;
    transform: translateX(-50%);
}
.awards-block .hero-bottom-left{
    position: relative;
    margin-right: 30px;
    bottom: 0;
    left: 0;
    height: 100px;
}
 .entry-content:before{
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: calc(22rem - 4px);
        width: 183px;
        height: 183px;
        background-image: url(../images/services/for_ukraine_pc_30.svg);
        background-repeat: no-repeat;
        background-position:top right;
        background-size: cover;
        z-index: 30;
    }
@media screen and (min-width: 1024px) and (max-width: 1500px){
    .awards-block .hero-bottom-left {
        max-width: 15%;
    }
}



@media (max-width: 1680px){
	.map-txt-line:first-child a {
	    font-size: -webkit-calc(34px + 10 * ((100vw - 375px) / (1680 - 375)));
	    font-size: calc(34px + 10 * ((100vw - 375px) / (1680 - 375)));
	}
	.map-txt-line:nth-child(2) a, 
	.map-txt-line:nth-child(3) a {
	    font-size: -webkit-calc(22px + 6 * ((100vw - 375px) / (1680 - 375)));
	    font-size: calc(22px + 6 * ((100vw - 375px) / (1680 - 375)));
	}
	.map-txt-line:nth-child(5) {
	    font-size: -webkit-calc(18px + 2 * ((100vw - 375px) / (1680 - 375)));
	    font-size: calc(18px + 2 * ((100vw - 375px) / (1680 - 375)));
	}
}
@media (max-width: 1280px){
	.footer-wrap {
	    left: 5%;
	    width: 90%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait){
	.tabs-folio.nav-tabs>li>a{
		margin-right: 25px;
    	min-width: 95px;
	}
}
@media (max-width: 1200px){
	.call-center__container.container {
	    max-width: 1160px !important;
	}
	.tabs-folio.nav-tabs>li>a{
		margin-right: 25px;
    	min-width: 95px;
	}
    .barber-page.services-page .jumbotron .container.awards-block {
        width: 96% !important;
    }
}
@media (max-width: 1024px){
	.call-center__container.container {
	    max-width: 992px !important;
	}
    .entry-content:before{
        background-image: url(../images/services/for_ukraine.svg);
        width: 135px;
        height: 135px;
        top: calc(22rem + 3px);
    }
}
@media (max-width: 992px){
	.call-center__container.container {
	    max-width: 940px !important;
	}
}
@media (max-width: 768px){
	.call-center__container.container {
	    max-width: 720px !important;
	}
	#portfolio-tabs.tabs-folio, 
	.prices-tabs.tabs-folio {
	    display: flex;
	    overflow: auto;
	    align-items: flex-end;
	}
	.barber-page .shadow-text {
	    top: 0;
	    left: 5px;
	    width: 100%;
	    display: block;
	    position: relative;
	}
	.barber-page.services-page .w-line{
		top: -10px;
	    position: absolute;
	    display: block;
	    left: 15px;
	    width: 18vw;
	}
	#contact {
	    padding: 50px 50px 25px;
	    height: auto;
	    background: #333333;
	}

	.footer-wrap {
	    position: static;
	    width: 100%;
	}
	.map-txt, .map-txt a {
	    font-weight: 500;
	}
	.map-txt-line:first-child a {
	    font-weight: 400;
	}
	.map-txt-line img {
	    width: auto;
	}
	.map-contact {
	    width: 100%;
	}
	.main-contact .soc-links {
	    position: static;
	    margin-top: 50px;
	}
	.main-contact .soc-links__wrapper {
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	.main-contact .soc-links__wrapper a {
	    margin: 0 30px 0 0;
	}
    .services-page .jumbotron{
        flex-wrap: wrap;
    }
    .awards-block .row .col-xs-12{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

}
@media (max-width: 560px){
	.services-page .jumbotron h1, .services-page .jumbotron h1 > b {
	    font-size: 10vw;
	    line-height: 5.5vh;
	}
	#contact {
	    padding: 50px 20px;
	}
	.map-txt-line img {
	    width: auto;
	}
	.services-21 h2, .services-22 h2 {
	    margin-bottom: 26px;
	    font-size: 10vw;
	    line-height: 12vw;
	}
    .services-page #glavnaya > .container.awards-block{
        bottom: 0;
    }
    .awards-block .row .col-xs-12 img.hero-bottom-left{
        display: block;
    }
    .barber-page.services-page .jumbotron .container.awards-block {
        width: 100% !important;
    }
    .awards-block .row .col-xs-12 img.hero-bottom-left{
        width: 22%;
        max-width: 100px;
        height: auto;
        display: block;
        margin-right: 0;
    }
    .awards-block .row .col-xs-12 img.hero-bottom-left:first-child{
        width: 30%;
        margin: 5px 0px;
    }
    .services-page .jumbotron .btn-primary-wrapper.visible-xs {
        width: 100%;
        z-index: 1;
        position: relative;
        bottom: 0;
        left: 0;
        right: auto;
        max-width: 364px;
        right: auto;
        left: 0;
        transform: translateX(0%);
        margin: 20px auto 20px;
    }
    .services-page .jumbotron{
        padding-top: 250px;
        padding-bottom: 50px;
        height: auto;
    }
    .mockup-slider{
        position: relative;
        height: 220px;
    }
    #super-mockup{
        max-height: 96%;
    }
}
@media (max-width: 320px){
	.call-center__container.container {
	    margin: auto;
	    padding: 0 15px;
	}
}
@media (max-width: 1061px){
	.container-fluid__call-center .main-feats__block {
	    display: block;
	}
	.container-fluid__call-center .main-feats__box {
	    display: grid !important;
	    grid-template-rows: 200px 200px;
	}
}
@media(min-width: 1366px){.swot-header__container{max-width:1300px !important}}

@media screen and (min-width: 1200px) and (max-width:1300px) {
    .services-page .jumbotron p.subtext {
        margin: 10px 0 20px
    }
    .sec17-row .inview{
        width: 30.2%;
    }
    
}
#garantii .agroup h2{
    text-transform: capitalize;
}
#aboutus-2 .about h2 {
    margin-bottom:50px;
}

#aboutus-2 .about:first-child {
    margin-bottom:50px;
}
.main-feats__item span{
    display: block;
    height:100%;
}

.main-feats__item .tooltip{
    border-radius: 5px;
    background: #fff;
    /* filter: drop-shadow(0px 2px 44px rgba(2, 80, 159, 0.15)); */
    filter: none;
}
.main-feats__item .tooltip .tooltip-inner{
    background-color: transparent ;
    color: #131515;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 400;
    box-shadow: 0px 0px 10px #d8d8d8;
}


.main-feats__item .tooltip.bottom .tooltip-arrow {
    top: -5px;
    border-bottom-color: #fff;
}

.main-feats__item > span svg,.main-feats__item > span img{
    min-width: 140px;
    max-width: 150px;
    height: 100%;
    object-fit: fill;
    overflow: initial;
}
/* Этот код будет применяться только в Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .main-feats__item > span svg,.main-feats__item > span img{
        height: auto!important;
    }
  }

#aboutus-2 .about:last-child .main-feats__box:nth-child(4) .main-feats__item:nth-child(1) span img,
#aboutus-2 .about:last-child .main-feats__box:nth-child(4) .main-feats__item:nth-child(2) span img
{
    /* object-fit: fill; */
    max-width:180px;
}

@media (max-width:1280px){
    .img-award-12{
        object-fit: fill!important;
        max-width:180px!important;
    }
}


@media (max-width:768px){
    #aboutus-2 .about:first-child .main-feats__item .tooltip{
        top: 60%!important;
    }
    #aboutus-2 .about:last-child .main-feats__box .main-feats__item:last-child .tooltip
    {
        top: 30%!important;
    }
    /* .main-feats__item .tooltip.bottom .tooltip-arrow{

    } */
    /* .main-feats__item .tooltip{
        top: 30%!important;
    } */

}
#aboutus-2 .about:last-child .main-feats__box:last-child .main-feats__item:last-child span img{
    object-fit: fill;
}

body.scrolled .swot-header__services{
    display: none;
}
/* @media (max-width:1280px){
    .swot-header__services{
        display: none;
    }
} */
.swot-header__services{
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(16px);
    height:96px;
}
@media (min-width:1024px){
    .swot-header__services .services-nav{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.swot-header__services .services-nav{
    width: 100%;
    padding: 0;
    margin: 0;
}
.swot-header__services .services-nav li{
    min-height:32px;
    list-style: none;
    cursor:pointer;
    align-items: center;
    display: flex;
}
.swot-header__services .services-nav li:hover a, .services-nav li a.active{
    background-color: transparent;
    background-image: linear-gradient(91deg, #0085FB 0%, #02EDFF 99.99%, #00F2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.swot-header__services .services-nav li a span svg{
    stroke:#4F4F4F;
    color:#4F4F4F;
    will-change: fill, stroke; /* Добавляем will-change для оптимизации анимации */
}


.swot-header__services .services-nav li:nth-child(4) a span svg,
.swot-header__services .services-nav li:nth-child(1) a span svg,
.swot-header__services .services-nav li:nth-child(2) a span svg,
.swot-header__services .services-nav li:nth-child(3) a span svg path:nth-child(1),
.swot-header__services .services-nav li:nth-child(3) a span svg path:nth-child(2)
{
    fill:#4F4F4F;
}
.swot-header__services .services-nav li:nth-child(3) a span svg path:nth-child(3){
    stroke:#4F4F4F;
}



.swot-header__services .services-nav li:hover a span svg path, .swot-header__services .services-nav li a.active span svg path{
    stroke:#0085FB;
    fill:#0085FB;
}
.swot-header__services .services-nav li:hover:nth-child(3) a span svg path,
.swot-header__services .services-nav li:nth-child(3) a.active span svg path
{
    stroke:#0085FB;
    fill:none;
}
.swot-header__services .services-nav li:hover:nth-child(3) a span svg path:nth-child(1),.swot-header__services .services-nav li:hover:nth-child(3) a span svg path:nth-child(2){
    fill:#0085FB;
}

/* .swot-header__services .services-nav li:nth-child(3) a span svg path:nth-child(3), .swot-header__services .services-nav li:nth-child(3) a.active span svg path + path + path{
    fill:none;
} */
.swot-header__services .services-nav li:nth-child(3) a.active span svg path + path
{
    stroke:#0085FB;
}

.swot-header__services .services-nav li a {
    color: #4F4F4F;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.swot-header__services .services-nav li a.active {
    font-weight: 500;
}
.swot-header__services .services-nav li a span + span p{
    margin-bottom:0;
}

.swot-header__services .services-nav li a span:first-child {
    margin-right: 16px;
    width:32px;
    height:32px;
}
.swot-header__services .swot-header__container{
    height: 100%;
    display: flex;
    align-items: center;
}
.landing-page .swot-header__default, .scrolled .swot-header__default{
    z-index: 29;
}


@media (min-width:1024px){
    .services-arrow-prev, .services-arrow-next{
        display: none;
    }
}
@media (max-width:1024px){
    .swot-header__services .services-nav li a{
        flex-direction: column;
        justify-content: center;
        font-size: 12px;
        gap: 15px;
        width: 100%;
        align-items: center;
        text-align: center;
    }
    /* .swot-header__services .services-nav li{
        padding: 0 20px;
    } */
    .swot-header__services {
        display: flex;
        align-items: center;
    }
    .swot-header__services .swot-header__container{
        /* border-left: 1px solid #d2d2d7;
        border-right: 1px solid #d2d2d7; */
        padding-left:0!important;
        padding-right:0!important;
    }
    .services-arrow-prev, .services-arrow-next{
        height: 100%;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        transition: 0.3s all;
        opacity: 1;
        outline:none;
        border:none;
    }
    .services-arrow-next{
        border-left: 1px solid #d2d2d7;
        padding-right: 5px;
    }
    .services-arrow-prev{
        border-right: 1px solid #d2d2d7;
        padding-left: 5px;
    }
    .services-arrow-next.swiper-button-disabled, .services-arrow-prev.swiper-button-disabled{
        opacity: 0;
    }
    .swot-header__services .services-nav li a span:first-child {
        margin-right: 0;
    }

    /* .swot-header__services .services-nav{
        gap:20px;
    } */
    .swot-header__services .services-nav li{
        justify-content: center;
    }
}

@media (max-width:480px){
    .swot-header__services .services-nav li:nth-child(4) a {
        width:80%;
    }
    .portfolio-slider__tab > span{
        display: none;
    }
}
a.js-tooltip-modal{
    text-decoration: underline;
}

#aboutus-2 .about:nth-child(2) .main-feats__box:nth-child(1) .main-feats__item:nth-child(1) img{
    object-fit: contain;
}

@media (min-width:1280px){
    #aboutus-2 .about:nth-child(2) .main-feats__box:nth-child(1) .main-feats__item:nth-child(1) img{
        max-width: 180px;
    }
}
@media (max-width:1280px){
    #aboutus-2 .about:nth-child(2) .main-feats__box:nth-child(1) .main-feats__item:nth-child(1) img{
        max-width: 150px!important;
    }
}

@media (max-width:1280px){
    .main-feats__block .main-feats__item svg{
        max-width: 120px!important;
        min-width: 120px!important;
        width: 120px;
    }
    .main-feats__item span {
        display: flex;
    }

    #aboutus-2 img,
    #aboutus-2 img svg
    {
        max-width: 120px!important;
        min-width: 120px!important;
    }
    #aboutus-2 .about:nth-child(2) .main-feats__box:nth-child(3) .main-feats__item:nth-child(1) img{
        max-width: 150px!important;
        min-width: 150px!important;
    }
    #aboutus-2 .about:nth-child(2) .main-feats__block .main-feats__box:nth-child(6) .main-feats__item:nth-child(1) svg{
        min-width: 150px!important;
    }

}

.services-page .jumbotron h1 b{
    font-weight:500!important;
}
/* .services-3 .w-line + h3{

} */

.inview b{
    text-transform: lowercase;
}
@media (min-width:768px){
    .sec17-wrapper{
        width:100%;
        float: left;
         padding-right: 20px;
    }

    .services-17 .sec17-row .shadow-number {

        left: 4px;
    }
    .barber-page.services-page .services-17 .sec17-row .w-line {
        left: -10px;
    }

    .services-17 .col-md-4 {
        margin-bottom: 100px;
        max-height: 243px;
    }
}

/* Этот код будет применяться только в Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .main-feats__item > span svg, .main-feats__item > span img {
        object-fit: contain;
     }
}
.services-page .jumbotron h1 b {
    text-transform: capitalize;
}
@media (min-width:1280px){
    .entry-content:before{
        top: 156px;
    }
}
@media (max-width:1280px){
    .entry-content:before{
        top: 153px;
    }
}

@media (min-height:783px) and (max-height:800px){
    .services-page .jumbotron{
        padding-top: 0;
        padding-bottom: 48px;
    }
    .services-page .jumbotron p.subtext {
        margin: 10px 0 30px;
    }
    .services-page .jumbotron h1,
    .barber-page .jumbotron h1 b{
        margin-top:0;
        font-size:70px;
    }
    .services-page .jumbotron .col-sm-12.agroup{
        width: 63%!important;
    }
}


@media (min-width:1400px) and (max-height:900px){
    .awards-block {
        left: 51%;
        bottom: 0;
    }
    .barber-page.services-page .jumbotron .container{
        margin-bottom: 30px;
    }
    .jumbotron .page-template-page-barber .animate.agroup>.inview{
        margin-top:0;
    }


    
}

@media (min-width:1280px){
    .col-sm-12,
    .col-md-12,
    .col-md-7,
    .col-md-8
    {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .services-7 h3 {
        padding-left: 20px;
    }
}

/* atps */

.order-form-checks-wrap input + span {
    border-radius: 20px;
  }
  
  .order-form-row textarea, .order-form-row input:not([type="submit"]){
    border-radius: 5px;
    border: 1px solid #b7b7b7;
  }
  
  .order-form-row input[type="submit"]{
    border-radius: 5px;
    background:#3497FC;
    border-color: transparent!important;
    box-shadow: none;
  }
  .order-form-row input[type="submit"]:hover{
    background:#0f94e0;
  }
  .modal-content{
    border:none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .order-form-row:last-of-type:before{
    display: none;
  }
  .map-contact, .map-contact font {
	font-family: 'Gotham Pro' !important;
	font-style: normal;
	font-weight: 700;
	font-size: 17px !important;
	line-height: 16px !important;
	text-align: center;
	text-transform: uppercase !important;
	color: #FFFFFF;
	padding: 17px 48px 16px !important;
}
  .map-contact {
	background: -webkit-gradient(linear, left top, right top, color-stop(-9.13%, #4FACFE), to(#29F4FF));
	background: -webkit-linear-gradient(left, #4FACFE -9.13%, #29F4FF 100%);
	background: -o-linear-gradient(left, #4FACFE -9.13%, #29F4FF 100%);
	background: linear-gradient(90deg, #4FACFE -9.13%, #29F4FF 100%);
	-webkit-box-shadow: 0px 10px 24px rgba(20, 128, 237, 0.3), 0px 10px 24px rgba(20, 128, 237, 0.3), 0px 14px 52px rgba(20, 128, 237, 0.3);
	box-shadow: 0px 10px 24px rgba(20, 128, 237, 0.3), 0px 10px 24px rgba(20, 128, 237, 0.3), 0px 14px 52px rgba(20, 128, 237, 0.3);
	margin: 35px 0 0 0;
	border: none;
	text-shadow: none;
}

.btn {
    border-radius: 40px!important;
}
.fw-500{
    font-weight:500!important;
}
.ml15{
    margin-left: 15px;
}
.mt48{
    margin-top: 48px;
}


#modal-order-web .web-item-title{
    font-size: 22px;
	margin-bottom: 0;
    line-height: 100%;
	font-family: GothamPro-Bold, sans-serif;
	color: #feba01;
	margin: 0;
	max-width: 90%;
}

#modal-order-web .modal-web-category{
    padding: 15px 0;
	font-family: "GothamPro-Bold";
	font-size: 18px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.web-item-price--new span{
    color: #443E3E;
	font-family: "GothamPro-Bold";
	font-size: 21px;
}
 .web-item-price--last span{
    font-family: "GothamPro", sans-serif;
    font-weight: 100;
    font-size: 18px;
}
.btn-services-page.smoothlink{
    background:#35354e;
    transition: all .1s ease-in-out;
}
.btn-services-page.smoothlink:hover{
    background:#495c73!important;
}
.btn{
    border-radius:40px;
}
.inview{
    font-weight: 500;
}
a.btn-folio{
    border-radius: 0!important;
}
@media (min-width:1024px){
    .services-7 .col-md-4{
        position: absolute;
        right: 0;
        top: 40%;
    }
}

/* .services-7 .col-md-8 .inview{
    margin-bottom: 45px;
} */
.btn.map-contact{
    background: linear-gradient(274deg, #0888f9 -9.13%, #08cbfa 100%);
    box-shadow: none;
}
@media (min-width:768px){
    .stripes-block{
        margin-top: 45px;
    }
   .mb10{
    margin-bottom: 10px;
   }
   #aboutus .mb10{
    display: block;
   }
}
@media (min-width:1280px) and (max-width:1440px) and (max-height:800px) {
    .services-page .jumbotron{
        padding-top: 220px;
    }
    .services-page .jumbotron p.subtext{
        margin-bottom:20px;
    }
}

@media (min-width:768px){
    .s-logos>.s-logo>img{
        max-width:100px;
        max-height:70px;
    }
    .services-6 .s-logos{
        display: flex;
        column-gap: 30px;
        width: max-content;
        margin-left: 15px;
    }
    .services-6 .s-logos>.s-logo{
       margin:0;
    }
    .services-6 .s-logos > .s-logo>img{
        max-width: 100px;
        padding: 0;
     }
     .services-6 .s-logos > .s-logo:nth-child(1) > img{
        max-width: 70px;
     }
     .services-6 .s-logos > .s-logo:nth-child(2) > img{
        max-width: 90px;
     }
     .services-6 .s-logos > .s-logo:nth-child(3) > img{
        max-width: 130px;
        height: 35px
     }
     .services-6 .s-logos > .s-logo:nth-child(4) > img{
         max-width: 150px;
     }
     .services-6 .s-logos > .s-logo:nth-child(5) > img{
        max-width: 80px;
     }

    .services-8 .s-logos>.s-logo>img {
        max-width: 174px;
        max-height: 50px;
    }

    .services-8 .s-logos>.s-logo:nth-child(11) > img{
        max-width: 150px;
    }
}

@media (max-width:768px){
    .services-6 .s-logos{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        column-gap: 20px;
    }
    .services-6 .s-logos>.s-logo{
        margin:0;
    }
    .services-6 .s-logos>.s-logo img{
        padding: 0 10px;
    }
    .services-10 .col-md-8 {
        margin-top: 20px;
    }
    .services-8 .s-logos>.s-logo>img {
        max-height: 50px;
    }
    .services-8 .s-logos{
        display: flex;
        flex-wrap: wrap;
        column-gap: 5px;
        row-gap: 10px;
    }
    .services-4 .s-logos>.s-logo>img{
        max-width: 70px;
	    max-height: 50px;
    }
    .services-6 .s-logos {
        display: flex;
        flex-wrap: wrap;
    }

    .services-6 .s-logos > .s-logo>img{
       max-width: 100px;
       padding: 0;
    }
    .services-6 .s-logos > .s-logo:nth-child(1) > img{
        max-width: 90px;
    }
    .services-6 .s-logos > .s-logo:nth-child(3) > img{
        max-width: 120px;
    }
    .services-6 .s-logos > .s-logo:nth-child(4) > img{
        max-width: 150px;
    }
    .services-6 .s-logos > .s-logo:nth-child(5) > img{
        max-width: 90px;
    }

}
.pl0{
    padding-left: 0!important;
}

.services-page .services-3 .big-texts>p:nth-child(1){
    z-index: 1;
}
@media (min-width:1280px){
    .services-page hr{
        margin-top:20px;
    }
}
