@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes gradLine {
    0%, to {
        background-color: #120827
    }
    20% {
        background-color: #110925
    }
    40% {
        background-color: #0b0418
    }
    60% {
        background-color: #071a2b
    }
    80% {
        background-color: #180f2c
    }
}

@keyframes gradLine {
    0%, to {
        background-color: #120827
    }
    20% {
        background-color: #110925
    }
    40% {
        background-color: #0b0418
    }
    60% {
        background-color: #071a2b
    }
    80% {
        background-color: #180f2c
    }
}

@-webkit-keyframes float {
    0%, to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
    50% {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px)
    }
}

@keyframes float {
    0%, to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
    50% {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px)
    }
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(1, 169, 235, .4)
    }
    70% {
        box-shadow: 0 0 0 10px transparent
    }
    to {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(1, 169, 235, .4)
    }
    70% {
        box-shadow: 0 0 0 10px transparent
    }
    to {
        box-shadow: 0 0 0 0 transparent
    }
}

@-webkit-keyframes pulse-after {
    0%, to {
        box-shadow: 0 0 7px 3px rgba(255, 255, 255, .1), 5px 5px 16px 0 rgba(64, 170, 214, .43)
    }
    70% {
        box-shadow: 0 0 10px 4px rgba(255, 255, 255, .3), 5px 5px 26px 0 rgba(64, 170, 214, .63)
    }
}

@keyframes pulse-after {
    0%, to {
        box-shadow: 0 0 7px 3px rgba(255, 255, 255, .1), 5px 5px 16px 0 rgba(64, 170, 214, .43)
    }
    70% {
        box-shadow: 0 0 10px 4px rgba(255, 255, 255, .3), 5px 5px 26px 0 rgba(64, 170, 214, .63)
    }
}

@-webkit-keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0)
    }
    50% {
        -webkit-transform: scale(1.5) rotateZ(180deg);
        transform: scale(1.5) rotateZ(180deg)
    }
    to {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg)
    }
}

@keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0)
    }
    50% {
        -webkit-transform: scale(1.5) rotateZ(180deg);
        transform: scale(1.5) rotateZ(180deg)
    }
    to {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg)
    }
}

@-webkit-keyframes blinki {
    0%, to {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@keyframes blinki {
    0%, to {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

body {
    overflow-wrap: break-word;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #222
}

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

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

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

dl, p {
    margin-top: 0
}

address, dl, ol, p, ul {
    margin-bottom: 1rem
}

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

address {
    font-style: normal;
    line-height: inherit
}

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

dt {
    font-weight: 700
}

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

blockquote, figure {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none;
    color: #007bff;
    background-color: transparent;
    transition: all .15s linear
}

a:hover {
    color: #0056b3
}

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

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

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

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

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

img, svg {
    vertical-align: middle
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

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

[hidden] {
    display: none !important
}

.fa-chevron-up:before {
    content: '\f077'
}

.fa-envelope:before {
    content: '\f0e0'
}

.fa-map-marker-alt:before {
    content: '\f3c5'
}

.fa-phone:before {
    content: '\f095'
}

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

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

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-display: auto;
    src: url('../libs/fontawesome/webfonts/fa-solid-900.eot');
    src: url('../libs/fontawesome/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../libs/fontawesome/webfonts/fa-solid-900.woff2') format('woff2'), url('../libs/fontawesome/webfonts/fa-solid-900.woff') format('woff'), url('../libs/fontawesome/webfonts/fa-solid-900.ttf') format('truetype'), url('../libs/fontawesome/webfonts/fa-solid-900.svg#fontawesome') format('svg')
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.mfp-bg {
    position: fixed;
    z-index: 1042;
    overflow: hidden;
    opacity: .8;
    background: #0b0b0b
}

.mfp-bg, .mfp-container, .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    position: fixed
}

.mfp-container {
    position: absolute;
    box-sizing: border-box;
    padding: 0 8px;
    text-align: center
}

.mfp-container:before, .mfp-content {
    display: inline-block;
    vertical-align: middle
}

.mfp-container:before {
    height: 100%;
    content: ''
}

.mfp-content {
    position: relative;
    z-index: 1045;
    margin: 0 auto;
    text-align: left
}

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

.mfp-ajax-cur {
    cursor: progress
}

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

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

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

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

.mfp-loading.mfp-figure, .mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-hide {
    display: none !important
}

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

.mfp-preloader a {
    color: #ccc
}

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

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

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

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

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

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

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

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

.mfp-arrow {
    position: absolute;
    top: 50%;
    width: 90px;
    height: 110px;
    margin: -55px 0 0;
    padding: 0;
    opacity: .65;
    -webkit-tap-highlight-color: transparent
}

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

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

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

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

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

.mfp-arrow-left {
    left: 0
}

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

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

.mfp-arrow-right {
    right: 0
}

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

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

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

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

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

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

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

.mfp-figure:after, img.mfp-img {
    display: block;
    width: auto;
    height: auto
}

img.mfp-img {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 0
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

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

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

.mfp-figure figure {
    margin: 0
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-right: 0;
        padding-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'Montserrat';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/Montserrat/Montserrat-Thin.eot?') format('eot'), url('../fonts/Montserrat/Montserrat-Thin.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-Thin.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Thin.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-Thin.svg#Montserrat') format('svg')
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/Montserrat/Montserrat-ExtraLight.eot?') format('eot'), url('../fonts/Montserrat/Montserrat-ExtraLight.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-ExtraLight.woff') format('woff'), url('../fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-ExtraLight.svg#Montserrat') format('svg')
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Montserrat/Montserrat-Light.eot?') format('eot'), url('../fonts/Montserrat/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-Light.svg#Montserrat') format('svg')
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Montserrat/Montserrat-Regular.eot?') format('eot'), url('../fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-Regular.svg#Montserrat') format('svg')
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Montserrat/Montserrat-Medium.eot?') format('eot'), url('../fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-Medium.svg#Montserrat') format('svg')
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: italic;
    src: url('../fonts/Montserrat/Montserrat-MediumItalic.eot?') format('eot'), url('../fonts/Montserrat/Montserrat-MediumItalic.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-MediumItalic.woff') format('woff'), url('../fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-MediumItalic.svg#Montserrat') format('svg')
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/Montserrat/Montserrat-SemiBold.eot?') format('eot'), url('../fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-SemiBold.svg#Montserrat') format('svg')
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Montserrat/Montserrat-Bold.eot?') format('eot'), url('../fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-Bold.svg#Montserrat') format('svg')
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: italic;
    src: url('../fonts/Montserrat/Montserrat-BoldItalic.eot?') format('eot'), url('../fonts/Montserrat/Montserrat-BoldItalic.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-BoldItalic.woff') format('woff'), url('../fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-BoldItalic.svg#Montserrat') format('svg')
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.eot?') format('eot'), url('../fonts/Montserrat/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-ExtraBold.svg#Montserrat') format('svg')
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/Montserrat/Montserrat-Black.eot?') format('eot'), url('../fonts/Montserrat/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Black.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-Black.svg#Montserrat') format('svg')
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

:-ms-input-placeholder, ::-ms-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

::placeholder {
    color: rgba(255, 255, 255, .8)
}

::-moz-selection {
    color: #fff;
    background-color: #01a9eb
}

::selection {
    color: #fff;
    background-color: #01a9eb
}

a:hover {
    text-decoration: none
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer, section {
    overflow: hidden
}

.mob-show {
    display: none
}

@media (max-width: 767px) {
    .mob-show {
        display: block
    }

    .mob-hide {
        display: none
    }
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px
}

.title {
    font-size: 40px;
    font-weight: 800;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #222
}

.title-white {
    color: #fff
}

@media (max-width: 1169px) {
    .container {
        max-width: 997px
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 768px
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 480px
    }

    .title {
        font-size: 25px
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 375px
    }
}

.header, .header-scroll {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 95px;
    background-color: transparent
}

.header-scroll {
    opacity: 1;
    background-color: #201f45
}

.header-noscroll, .header-pos, .header-scroll {
    position: fixed;
    transition: all .45s ease
}

.header-noscroll {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #201f45
}

.header-pos {
    top: 0;
    background-color: transparent
}

.header__line {
    display: flex;
    height: 95px;
    align-items: center;
    justify-content: space-between
}

.header__contacts, .header__soc {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header__toggle {
    display: none
}

.header__menu {
    position: fixed;
    z-index: 80;
    top: -520px;
    right: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 40px 0;
    transition: all .3s linear;
    text-align: center;
    opacity: 0;
    background: linear-gradient(120deg, #32254e 0%, #2a355a 100%);
    background-color: #31284f;
    box-shadow: 0 0 40px 0 rgba(16, 16, 16, .48)
}

.header__menu-active {
    top: 120px;
    opacity: 1
}

.header__item {
    display: flex;
    width: 100%;
    height: 30px;
    text-align: center;
    align-items: center;
    justify-content: center
}

.header__link {
    font-size: 14px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff
}

.logo__link {
    transition: all .15s linear;
    opacity: 1;
    outline: 0
}

.logo__link:hover, .soc__link:hover span, .work__tab:hover::after {
    opacity: .85
}

.logo__img {
    width: 100%;
    max-width: 220px;
    height: auto
}

.soc__link {
    position: relative;
    display: block;
    overflow: hidden;
    width: 31px;
    height: 31px;
    margin-left: 15px;
    transition: all .35s linear;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.soc__link span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .15s linear;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.soc__link-telegram {
    background-image: url('../images/icons/paper-plane.png')
}

.soc__link-skype {
    background-image: url('../images/icons/skype-logo.png')
}

.soc__link:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.phone__link {
    display: flex;
    max-width: 250px;
    margin-right: 40px;
    align-items: center;
    justify-content: space-between
}

.phone__link-text, .phone__link-time {
    line-height: 100%;
    display: block;
    color: #fff
}

.phone__link-text {
    margin-bottom: 4px;
    margin-left: 12px;
    font-size: 20px;
    font-weight: 600
}

.phone__link-time {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    text-align: right;
    opacity: .8
}

.phone__link-time::before {
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
    content: '\f017';
    color: #41aad6;
    text-shadow: 4px 4px 9px 0 rgba(64, 170, 214, .28)
}

.mail__link, .location__link, .phone__link-bord {
    display: flex;
    align-items: center;
    justify-content: center
}

.phone__link-bord {
    position: relative;
    width: 42px;
    height: 42px;
    border: 2px solid #409cd1;
    border-radius: 50%;
    box-shadow: 0 0 4px 2px rgba(255, 255, 255, .1), 2px 2px 5px 0 rgba(64, 170, 214, .26), inset 2px 2px 5px 0 rgba(64, 170, 214, .26);
}

.phone__link-bord i {
    font-size: 14px;
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
    color: #409cd1
}

.mail__link:hover .phone__link-bord, .phone__link:hover .phone__link-bord {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 rgba(1, 169, 235, .4)
}

.location__link:hover .phone__link-bord i, .mail__link:hover .phone__link-bord i, .phone__link:hover .phone__link-bord i {
    -webkit-animation: rotate-scale-up .65s linear both;
    animation: rotate-scale-up .65s linear both
}

.mail__link {
    margin-right: 50px
}

.mail__link-text {
    font-weight: 400;
    line-height: 100%;
    margin-left: 12px;
    color: #fff
}

@media (max-width: 1169px) {
    .header, .header__line {
        height: 75px
    }

    .logo__img {
        max-width: 180px
    }
}

@media (max-width: 991px) {
    .header__mail {
        display: none
    }
}

@media (max-width: 767px) {
    .header {
        height: 120px
    }

    .header__line {
        flex-direction: column;
        height: 120px;
        align-items: flex-start;
        justify-content: space-around
    }

    .header__contacts {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between
    }

    .header__toggle {
        position: relative;
        display: block;
        width: 22px;
        height: 19px;
        cursor: pointer
    }

    .header__toggle span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        transition: all .15s linear;
        border-radius: 2px;
        background-color: #fff
    }

    .header__toggle span:nth-child(2), .header__toggle span:nth-child(3) {
        top: 8px
    }

    .header__toggle span:nth-child(4) {
        top: 16px
    }

    .header__toggle-active span {
        background: linear-gradient(to bottom, #4273cd 0%, #41aad6 100%);
        background-color: #41aad6
    }

    .header__toggle-active span:nth-child(1), .header__toggle-active span:nth-child(4) {
        top: 50%;
        width: 0
    }

    .header__toggle-active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header__toggle-active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .logo {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between
    }

    .logo__img {
        max-width: 150px
    }

    .phone__link {
        margin-right: 0
    }

    .phone__link-bord {
        width: 36px;
        height: 36px
    }

    .phone__link-bord-text {
        font-size: 18px;
        margin-bottom: 3px
    }

    .phone__link-bord i, .phone__link-bord-time {
        font-size: 12px
    }
}

@media (max-width: 360px) {
    .phone__link-text {
        font-size: 16px;
        margin-left: 7px
    }
}

.hero {
    overflow: hidden;
    width: 100%;
    padding: 200px 0 60px;
    -webkit-animation: gradLine 14s ease-in infinite;
    animation: gradLine 14s ease-in infinite;
    color: #fff;
    background-color: #182349;
    box-shadow: 0 0 87px 0 rgba(16, 16, 16, .25)
}

.hero, .hero * {
    position: relative;
    z-index: 2
}

.hero__bg {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover
}

.hero__container {
    position: relative
}

.hero__title {
    font-size: 30px;
    font-weight: 900;
    line-height: 68px;
    width: 100%;
    max-width: 560px;
    min-height: 204px;
    margin-bottom: 27px;
    text-transform: uppercase
}

.hero__subtitle {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    max-width: 485px;
    margin-bottom: 43px
}

.hero__subtitle-strong {
    font-weight: 600;
}

.hero__list {
    display: flex;
    width: 100%;
    margin-top: 200px;
    align-items: flex-start;
    justify-content: space-between
}

.hero__item {
    width: 100%;
    max-width: 100%
}

.hero__text {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    max-width: 160px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .8);
    padding-right: 5px;
}

.hero__text-title {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px
}

.hero__icon, .hero__text-break {
    display: block
}

.hero__icon {
    width: 100%;
    height: 75px;
    margin-bottom: 3px;
    margin-left: -10px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto
}

.hero__icon-speed {
    background-image: url('../images/icons/speed.png')
}

.hero__icon-quality {
    background-image: url('../images/icons/quality.png')
}

.hero__icon-complexity {
    background-image: url('../images/icons/complexity.png')
}

.hero__icon-study {
    background-image: url('../images/icons/study.png')
}

.hero__icon-experience {
    background-image: url('../images/icons/experience.png')
}

.hero__icon-approach {
    background-image: url('../images/icons/approach.png')
}

#heroImage {
    position: absolute;
    top: -70px;
    right: -160px
}

.btn {
    font-size: 18px;
    font-weight: 900;
    display: flex;
    width: 100%;
    max-width: 360px;
    height: 90px;
    transition: all .15s linear;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 4px;
    outline: 0;
    background: 0 0;
    background: linear-gradient(120deg, #41aad6, #4273cd, #41aad6);
    background-position: left center;
    background-size: 200% 100%;
    box-shadow: 8px 8px 18px 0 rgba(64, 170, 214, .34);
    align-items: center;
    justify-content: center
}

.btn:hover {
    text-decoration: none;
    color: #fff;
    background-position: 100% center;
    box-shadow: 19px 19px 62px 0 rgba(64, 170, 214, .64)
}

@media (max-width: 1169px) {
    .hero {
        padding-top: 170px
    }

    .hero__img {
        width: 100%;
        max-width: 600px;
        height: auto
    }

    .hero__list {
        margin-top: 100px
    }
}

@media (max-width: 991px) {
    .hero {
        padding-top: 130px
    }

    .hero__img {
        display: inline-block;
        max-width: 70%;
        margin: 0 auto
    }

    .hero__list {
        margin-top: 0
    }

    .hero__title {
        margin: 0 auto 25px;
        text-align: center
    }

    #heroImage, .hero__subtitle {
        margin: 0 auto 40px;
        text-align: center
    }

    .hero__btn {
        margin: 0 auto
    }

    .hero__list {
        flex-flow: row wrap
    }

    .hero__item {
        max-width: 33%;
        margin-bottom: 22px
    }

    #heroImage {
        position: relative;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 35px auto
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 140px 0 25px
    }

    .hero__bg {
        background-position: center top;
        background-size: 100% auto
    }

    .hero__title {
        font-size: 32px;
        line-height: 36px;
        min-height: 108px;
        margin-bottom: 17px;
        text-align: left
    }

    .hero__subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
        text-align: left
    }

    .hero__img {
        width: 100%;
        max-width: 100%;
        margin: 40px auto 50px
    }

    .hero__item {
        max-width: 50%
    }

    .hero__text {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        max-width: 205px
    }

    .hero__text-title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 7px
    }

    .btn {
        font-size: 16px;
        max-width: 320px;
        height: 80px
    }

    #heroImage {
        margin: 0
    }
}

.skill, .skill * {
    position: relative
}

.skill {
    padding: 110px 0 55px;
    background-color: #fff;
    z-index: 1
}

.skill * {
    z-index: 3
}

.skill::after, .skill::before {
    position: absolute;
    width: 647px;
    height: 674px;
    content: '';
    background-image: url('../images/skill-bg-pc.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.skill::before {
    top: 0;
    left: 0
}

.skill::after {
    right: 0;
    bottom: 0
}

.skill__title {
    margin-bottom: 50px
}

.skill__container {
    padding: 0
}

.skill__row {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap
}

.skill__col {
    display: block;
    width: 100%;
    max-width: 50%;
    padding: 0 15px
}

.skill__item {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 55px
}

.skill__top {
    display: flex;
    width: 100%;
    height: 80px;
    margin-bottom: 25px;
    border: double 2px transparent;
    border-radius: 8px;
    background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, #40aad6, #4273cd);
    background-clip: content-box, border-box;
    background-origin: border-box;
    align-items: center;
    justify-content: flex-start
}

.skill__block {
    position: relative;
    padding-left: 83px
}

.skill__block::before {
    font-size: 18px;
    font-weight: 800;
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 25px;
    display: flex;
    width: 31px;
    height: 31px;
    content: '?';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: pulse-after 1.5s infinite;
    animation: pulse-after 1.5s infinite;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(120deg, #41aad6 0%, #4273cd 100%);
    background-color: #4273cd;
    box-shadow: 0 0 7px 3px rgba(255, 255, 255, .1), 5px 5px 16px 0 rgba(64, 170, 214, .43);
    align-items: center;
    justify-content: center
}

.skill__second-title, .skill__subtitle {
    font-size: 20px;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 5px;
    color: #222
}

.skill__subtitle {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0
}

.skill__point {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    margin-bottom: 22px;
    padding-left: 18px;
    color: rgba(34, 34, 34, .8)
}

.skill__point::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    border: 2px solid #4aa1d6;
    border-radius: 50%;
    box-shadow: 2px 2px 5px 0 rgba(64, 170, 214, .26)
}

@media (max-width: 1169px) {
    .skill::after, .skill::before {
        width: 367px;
        height: 380px
    }
}

@media (max-width: 991px) {
    .skill {
        padding: 70px 0 35px
    }

    .skill::after, .skill::before {
        width: 270px;
        height: 280px
    }

    .skill__subtitle {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .skill {
        padding: 55px 0 20px
    }

    .skill__title {
        margin-bottom: 25px
    }

    .skill__col {
        max-width: 100%
    }

    .skill__item {
        margin-bottom: 30px
    }

    .skill__top {
        height: 70px;
        margin-bottom: 20px
    }

    .skill__icon {
        width: 50px;
        height: 50px;
        margin-left: 10px
    }

    .skill__second-title {
        font-size: 18px
    }

    .skill__second-subtitle {
        font-size: 16px
    }

    .skill__point {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px
    }

    .skill__block {
        padding-left: 55px
    }

    .skill__block::before {
        left: 10px
    }
}

.why {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 65px 0 30px;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: #182349;
    box-shadow: 0 0 87px 0 rgba(16, 16, 16, .25)
}

.why__title {
    margin-bottom: 55px
}

.why__row {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

.why__row-col {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center
}

.why__item {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 210px;
    margin-bottom: 40px;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.why__item:focus .why__item-wrap, .why__item:hover .why__item-wrap {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.why__item-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.why__top {
    overflow: hidden;
    padding: 30px 0 25px;
    text-align: center;
    border-radius: 6px;
    background: linear-gradient(to bottom, #261d3b 0%, #242d4b 100%);
    box-shadow: 7px 7px 46px 0 rgba(16, 16, 16, .44)
}

.why__point::before, .why__top::before {
    position: absolute;
    left: 0;
    height: 8px;
    content: ''
}

.why__top::before {
    right: 0;
    background: linear-gradient(to right, #41aad6 0%, #4273cd 100%);
    background-color: #4273cd;
    top: 0;
    width: 100%
}

.why__num {
    font-size: 30px;
    font-weight: 900;
    line-height: 100%;
    position: absolute;
    top: 20px;
    left: 15px;
    opacity: .1;
    color: #40abd6
}

.why__container, .why__icon {
    position: relative
}

.why__icon {
    display: block;
    width: 92px;
    height: 92px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.why__icon-01 {
    background-image: url('../images/icons/why/01.png')
}

.why__icon-02 {
    width: 88px;
    background-image: url('../images/icons/why/02.png')
}

.why__icon-03 {
    width: 89px;
    background-image: url('../images/icons/why/03.png')
}

.why__icon-04 {
    width: 88px;
    background-image: url('../images/icons/why/04.png')
}

.why__icon-05 {
    width: 86px;
    background-image: url('../images/icons/why/05.png')
}

.why__icon-06 {
    width: 90px;
    background-image: url('../images/icons/why/06.png')
}

.why__titl {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    position: relative;
    top: -5px;
    margin-bottom: 0;
    text-align: center
}

.why__titl-break {
    display: block
}

.why__back, .why__top {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.why__back {
    display: flex;
    overflow: hidden;
    padding: 25px 70px 10px 23px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border-radius: 6px;
    background: linear-gradient(120deg, #41aad6 0%, #4273cd 100%);
    background-color: #4273cd;
    box-shadow: 7px 7px 46px 0 rgba(16, 16, 16, .44);
    align-items: center;
    justify-content: center
}

.why__point {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    margin-bottom: 17px;
    padding-left: 23px
}

.why__point::before {
    top: 6px;
    display: block;
    width: 8px;
    border: 2px solid #fff;
    border-radius: 50%
}

.why__point-break {
    display: block
}

.why__img {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    max-width: 755px;
    height: auto;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite
}

@media (max-width: 1169px) {
    .why__item {
        max-width: 310px
    }

    .why__img {
        top: 125px;
        left: -15px;
        max-width: 630px
    }

    .why__point-break {
        display: contents
    }
}

@media (max-width: 991px) {
    .why__item {
        max-width: 330px
    }

    .why__img {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        max-width: 80%;
        margin: 0 auto
    }

    .why__mobrow {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        flex-flow: row wrap
    }
}

@media (max-width: 767px) {
    .why {
        padding: 45px 0 17px;
        background-attachment: scroll
    }

    .why__title {
        margin-bottom: 25px
    }

    .why__img {
        max-width: 90%;
        margin-top: 10px
    }

    .why__item {
        margin-bottom: 40px
    }

    .why__point {
        font-size: 13px;
        line-height: 18px
    }

    .why__icon {
        width: 82px;
        height: 82px
    }

    .why__icon-02 {
        width: 78px
    }

    .why__icon-03 {
        width: 79px
    }

    .why__icon-04 {
        width: 78px
    }

    .why__icon-05 {
        width: 76px
    }

    .why__icon-06 {
        width: 80px
    }

    .why__titl {
        font-size: 16px;
        line-height: 22px
    }
}

.work {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 110px 0 120px;
    background-color: #fff
}

.work__title {
    margin-bottom: 45px
}

.work__button {
    display: block;
    width: 100%;
    margin-top: 25px
}

.work__btn {
    margin: 0 auto
}

.work__list {
    display: flex;
    width: 100%;
    margin-bottom: 44px;
    align-items: center;
    justify-content: center
}

.work__item {
    width: 100%;
    max-width: 262px;
    margin: 0 15px
}

.work__block, .work__tab {
    position: relative;
    width: 100%
}

.work__tab {
    height: 50px;
    text-align: center;
    display: block
}

.work__tab span, .work__tab::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.work__tab span {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    transition: all .15s linear;
    text-align: center;
    color: #4273cd;
    background: linear-gradient(90deg, #41aad6 0%, #4273cd 100%);
    -webkit-background-clip: text;
    align-items: center;
    justify-content: center;
    -webkit-text-fill-color: transparent;
    z-index: 3
}

.work__tab span::after {
    position: absolute;
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    transition: all .15s linear;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    border-width: 10px 22px 0;
    border-style: solid;
    border-color: #428dd1 transparent transparent
}

.work__tab::after {
    position: absolute;
    z-index: 2;
    top: 2px;
    left: 2px;
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    content: '';
    transition: all .25s linear;
    opacity: 1;
    border-radius: 3px;
    background-color: #fff
}

.work__tab::before {
    z-index: 1;
    bottom: 0;
    content: '';
    border-radius: 4px;
    background: linear-gradient(120deg, #41aad6 0%, #4273cd 100%);
    background-color: #4273cd
}

.work__tab:hover span {
    background-position: 100% 50%;
    background-size: 200% 100%
}

.work__tab-active::after, .work__tab-active:hover::after {
    top: 50%;
    height: 0
}

.work__tab-active span {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    background: 0 0;
    -webkit-text-fill-color: #fff
}

.work__tab-active span::after {
    opacity: 1
}

.work__block {
    display: none
}

.work__block-s {
    margin-top: -10px;
    padding-bottom: 15px
}

.work__wrap {
    display: flex;
    width: 100%;
    transition: all .25s linear;
    align-items: flex-start;
    justify-content: space-between
}

.work__wrap-line::before {
    position: absolute;
    z-index: 1;
    top: 82px;
    left: 10%;
    width: 80%;
    height: 1px;
    content: '';
    border-bottom: 1px dashed #427fcf
}

.work__wrap-t {
    padding: 30px 0
}

.work__level, .work__level-s {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 23%;
    padding-top: 30px;
    text-align: center
}

.work__level-s {
    max-width: 31%;
    padding-top: 25px
}

.work__icon-l, .work__level-t {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 27px 0 rgba(16, 16, 16, .13)
}

.work__level-t {
    display: flex;
    min-height: 175px;
    padding: 0 15px;
    text-align: center;
    align-items: center;
    justify-content: center
}

.work__icon-l {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 23px;
    background-repeat: no-repeat;
    background-position: left 18px top 20px
}

.work__icon-l-01 {
    background-image: url('../images/icons/work/01.png')
}

.work__icon-l-02 {
    background-image: url('../images/icons/work/02.png')
}

.work__icon-l-03 {
    background-image: url('../images/icons/work/03.png')
}

.work__icon-l-04 {
    background-image: url('../images/icons/work/04.png')
}

.work__icon-l-check {
    background-image: url('../images/icons/work/check.png');
    background-position: left 20px top 21px
}

.work__number-l {
    font-size: 36px;
    font-weight: 900;
    line-height: 100%;
    position: absolute;
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgba(65, 169, 214, .3)
}

.work__number-t {
    font-size: 40px;
    font-weight: 800;
    line-height: 100%;
    display: inline-block;
    margin-bottom: 12px;
    color: #4273cd;
    background: linear-gradient(90deg, #41aad6 0%, #4273cd 100%);
    -webkit-background-clip: text;
    text-shadow: 8px 8px 21px rgba(64, 170, 214, .49);
    -webkit-text-fill-color: transparent
}

.work__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
    color: #222
}

.work__text-break {
    display: block
}

.work__text-bold {
    font-weight: 700;
    font-style: italic
}

.work__text-bld {
    font-size: 18px;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 5px
}

.work__info, .work__info-b {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: rgba(34, 34, 34, .8)
}

.work__info-b {
    font-size: 16px;
    line-height: 22px
}

.work__toggle, .work__toggle-text {
    position: relative;
    width: 100%;
    align-items: center
}

.work__toggle {
    display: none;
    max-width: 100%;
    margin-bottom: 18px;
    cursor: pointer;
    height: 40px
}

.work__toggle-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    z-index: 3;
    display: flex;
    height: 100%;
    padding: 0 30px;
    transition: all .15s linear;
    color: #41aad6
}

.work__toggle-text::after {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    width: 20px;
    height: 100%;
    content: '';
    transition: all .15s linear;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
    background-image: url('../images/icons/arrow.png');
    background-repeat: no-repeat;
    background-position: center
}

.work__toggle::after {
    position: absolute;
    z-index: 2;
    top: 2px;
    left: 2px;
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    content: '';
    transition: all .25s linear;
    opacity: 1;
    border-radius: 3px;
    background-color: #fff
}

.work__toggle::before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 4px;
    background: linear-gradient(120deg, #41aad6 0%, #4273cd 100%);
    background-color: #4273cd
}

.work__toggle:hover::after {
    opacity: .9
}

.work__toggle-active .work__toggle-text::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

@media (max-width: 1169px) {
    .work__text-break {
        display: contents
    }

    .work__text-bold {
        display: block
    }
}

@media (max-width: 991px) {
    .work__wrap {
        padding-bottom: 10px;
        transition: all .25s linear;
        flex-flow: row wrap
    }

    .work__wrap-line::before {
        display: none
    }

    .work__level {
        max-width: 48%;
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .work {
        padding: 50px 0 60px
    }

    .work__toggle {
        display: flex
    }

    .work__level {
        max-width: 100%
    }

    .work__level-t {
        max-width: 100%;
        margin-bottom: 25px;
        padding: 0 20px
    }

    .work__level-s {
        max-width: 100%;
        margin-bottom: 10px
    }

    .work__block-s {
        padding-bottom: 0
    }

    .work__title {
        margin-bottom: 25px
    }

    .work__list {
        display: none
    }

    .work__button {
        margin-top: 10px
    }
}

.price {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 62px 0 90px;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: #182349;
    box-shadow: 0 0 87px 0 rgba(16, 16, 16, .25)
}

.price__title {
    margin-bottom: 27px
}

.price__item {
    display: flex;
    width: 100%;
    margin-bottom: 22px;
    align-items: center;
    justify-content: space-between
}

.price__item:nth-child(even) {
    flex-direction: row-reverse
}

.price__item:nth-child(even) .price__content {
    padding-right: 0;
    padding-left: 15px
}

.price__item:nth-child(even) .price__image {
    padding-right: 15px;
    padding-left: 0;
    text-align: center
}

.price__lis ul {
    margin-top: 18px
}

.price__lis ul .price__point::before {
    top: 7px;
    width: 5px;
    height: 5px;
    border: 0;
    background: linear-gradient(120deg, #41aad6 0%, #4273cd 100%)
}

.price__content {
    width: 100%;
    max-width: 50%;
    padding-right: 15px
}

.price__image {
    width: 100%;
    max-width: 50%;
    padding-left: 15px;
    text-align: left
}

.price__img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 567px;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite
}

.price__tit, .price__tit::before {
    font-weight: 800;
    display: flex;
    align-items: center
}

.price__tit {
    max-width: 100%;
    margin-bottom: 35px;
    padding-right: 15px;
    padding-left: 88px;
    background: linear-gradient(120deg, #32254e 0%, #2a355a 100%);
    font-size: 20px;
    line-height: 140%;
    position: relative;
    width: 100%;
    height: 70px;
    border-radius: 8px;
    background-color: #32254e;
    box-shadow: 0 0 40px 0 rgba(16, 16, 16, .48)
}

.price__tit::before {
    font-size: 18px;
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 30px;
    width: 31px;
    height: 31px;
    content: '?';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(120deg, #41aad6 0%, #4273cd 100%);
    background-color: #4273cd;
    box-shadow: 0 0 7px 3px rgba(255, 255, 255, .1), 5px 5px 16px 0 rgba(64, 170, 214, .43);
    justify-content: center
}

.price__point {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    margin-bottom: 18px;
    padding-left: 18px;
    color: rgba(255, 255, 255, .8)
}

.price__point::before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    border: 2px solid #4195d3;
    border-radius: 50%;
    box-shadow: 0 0 4px 2px rgba(255, 255, 255, .1), 2px 2px 5px 0 rgba(64, 170, 214, .26), inset 2px 2px 5px 0 rgba(64, 170, 214, .26)
}

.price__point-bold {
    font-weight: 700
}

@media (max-width: 991px) {
    .price__tit {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width: 767px) {
    .price {
        padding: 35px 0 10px;
        background-attachment: scroll
    }

    .price__title {
        width: 100%;
        max-width: 255px;
        margin: 0 auto 20px
    }

    .price__tit {
        margin-bottom: 20px;
        padding-left: 65px
    }

    .price__tit::before {
        left: 20px
    }

    .price__point {
        font-size: 14px;
        margin-bottom: 10px
    }

    .price__point ul {
        margin-top: 10px
    }

    .price__item {
        flex-direction: column;
        margin-bottom: 35px
    }

    .price__item:nth-child(even) {
        flex-direction: column
    }

    .price__item:nth-child(even) .price__content {
        padding-left: 0
    }

    .price__item:nth-child(even) .price__image {
        padding-right: 0
    }

    .price__content {
        max-width: 100%;
        padding-right: 0
    }

    .price__image {
        max-width: 100%;
        margin-top: 13px;
        padding-left: 0;
        text-align: center
    }

    .price__img {
        max-width: 90%
    }
}

.we {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 115px 0;
    background-color: #fff
}

.we__title {
    margin-bottom: 60px
}

.we__row, .we__wrapper {
    position: relative
}

.we__row {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between
}

.we__row:first-child {
    margin-bottom: 190px
}

.we__item {
    position: relative;
    width: 100%;
    max-width: 356px;
    padding-left: 30px
}

.we__item::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    border: 2px solid #4273cd;
    border-radius: 50%;
    box-shadow: 0 0 4px 2px rgba(255, 255, 255, .1), 2px 2px 5px 0 rgba(64, 170, 214, .26), inset 2px 2px 5px 0 rgba(64, 170, 214, .26);
    background: #e0e0ff;
}

.we__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    color: rgba(34, 34, 34, .8)
}

.we__img, .we__text-break {
    display: block
}

.we__img {
    position: absolute;
    top: 73px;
    left: 49%;
    width: 100%;
    max-width: 442px;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 1169px) {
    .we__img {
        top: 143px;
        max-width: 330px
    }
}

@media (max-width: 991px) {
    .we__row:first-child {
        margin-bottom: 0
    }

    .we__img {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin: 15px auto;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (max-width: 767px) {
    .we {
        padding: 55px 0 15px
    }

    .we__title {
        margin-bottom: 40px
    }

    .we__row {
        flex-flow: row wrap
    }

    .we__item {
        max-width: 100%;
        margin-bottom: 40px
    }

    .we__img {
        margin: 0 auto 50px
    }

    .we__text {
        font-size: 14px
    }

    .we__text-break {
        display: contents
    }
}

.contacts {
    width: 100%;
    padding: 70px 0 10px;
    color: #fff;
    background: linear-gradient(to right, #261d3b 0%, #242d4b 100%);
    background-color: #242d4b;
    box-shadow: 0 0 87px 0 rgba(16, 16, 16, .25)
}

.contacts, .contacts * {
    position: relative;
    z-index: 2
}

.contacts__bg {
    position: absolute;
    z-index: 1
}

.contacts__row {
    display: flex;
    padding-bottom: 50px;
    align-items: center;
    justify-content: space-between
}

.contacts__col {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 50%;
    align-items: flex-start;
    justify-content: flex-start
}

.contacts__title {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase
}

.contacts__link, .contacts__title {
    margin-bottom: 40px
}

.contacts__form {
    position: relative;
    width: 100%;
    padding: 45px 50px 50px;
    border-radius: 18px;
    background: linear-gradient(to bottom, #32254e 0%, #2a355a 100%);
    background-color: #2a355a;
    box-shadow: 0 0 65px 0 rgba(16, 16, 16, .42)
}

.contacts__second-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 20px;
    text-transform: uppercase
}

.contacts__second-subtitle {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    max-width: 435px;
    margin-bottom: 41px
}

.contacts__textarea {
    resize: none;
    overflow: hidden;
    height: 50px !important;
    line-height: 20px !important;
}

.contacts__input, .contacts__input.error {
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    padding: 0 15px 0 30px;
    color: #fff;
    border: 0;
    border-bottom: 2px solid #41aad6;
    outline: 0;
    background: 0 0;
    background-repeat: no-repeat;
    background-position: left center
}

.contacts__input.error {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 0
}

.contacts__input-block {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin-bottom: 40px
}

.contacts__input-name, .contacts__input-name.error {
    background-image: url('../images/icons/user.png')
}

.contacts__input-tel, .contacts__input-tel.error {
    background-image: url('../images/icons/call.png')
}

.contacts__input-email, .contacts__input-email.error {
    background-image: url('../images/icons/plane.png')
}

.contacts__input-about, .contacts__input-about.error {
    background: url('../images/icons/about.png') no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    opacity: .5;
    top: 17px;
    position: inherit;
}

.contacts__btn {
    margin-top: 60px
}

.contacts__label {
    position: relative;
    margin-top: 50px
}

.contacts__label .error {
    top: 0;
    display: none;
    height: 25px;
    margin-top: 0
}

.contacts__label-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.contacts__label-input:checked + .contacts__label-text::before {
    background-color: transparent !important;
    background-image: url('../images/icons/check.png');
    background-position: center
}

.contacts__label-input.error {
    position: absolute;
    margin: 0;
    padding: 0
}

.contacts__label-text {
    font-size: 12px;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    transition: all .15s linear;
    color: rgba(255, 255, 255, .8)
}

.contacts__label-text::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    content: '';
    transition: all .15s linear;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #e2e2e2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: -100% -100%
}

.contacts__label-text:hover {
    color: #fff
}

.contacts__label-text:hover::before {
    border-color: #fff
}

.contacts__copy {
    margin-bottom: 0;
    opacity: .8;
    color: #fff
}

.contacts__soc {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

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

#success, #success2 {
    font-size: 16px;
    line-height: 120%;
    position: relative;
    top: 20px;
    display: block;
    text-align: center;
    opacity: 0;
    color: #62e062
}

.contacts__label-input.error + .contacts__label-text::before {
    background-color: #651e5f
}

.location__link-text {
    font-weight: 400;
    line-height: 22px;
    display: block;
    max-width: 315px;
    margin-left: 12px;
    color: #fff
}

.location__link-text:first-child {
    padding-bottom: 10px
}

.location__link:hover .phone__link-bord {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 rgba(1, 169, 235, .4)
}

.arrow-top {
    font-size: 25px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: -211px;
    display: flex;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all .25s linear;
    color: #409cd0;
    border: 2px solid #409cd0;
    border-radius: 50%;
    box-shadow: 5px 5px 16px 0 rgba(64, 170, 214, .43), inset 0 0 7px 0 rgba(255, 255, 255, .2);
    text-shadow: 0 0 7px rgba(255, 255, 255, .1);
    align-items: center;
    justify-content: center
}

.arrow-top:hover {
    box-shadow: 0 0 10px 0 rgba(64, 170, 214, .43)
}

.arrow-top-active {
    bottom: 11px
}

@media (max-width: 991px) {
    .contacts__form {
        padding: 30px 10px 35px;
        text-align: center
    }

    .contacts__second-title {
        font-size: 20px;
        margin-bottom: 11px
    }

    .contacts__second-subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px
    }

    .contacts__input-block {
        max-width: 280px;
        margin: 0 auto 20px
    }

    .contacts__btn {
        max-width: 300px;
        margin: 0 auto
    }

    .contacts__label {
        display: flex;
        width: 100%;
        max-width: 300px;
        margin: 45px auto 0;
        text-align: left;
        align-items: center
    }

    .contacts__label .error {
        position: absolute;
        top: 10px;
        height: auto
    }

    .contacts__label-text {
        max-width: 220px
    }

    .contacts__label-text::before {
        top: 3px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .location__link {
        max-width: 310px
    }

    .location__link-text {
        max-width: 255px
    }
}

@media (max-width: 767px) {
    .contacts {
        padding: 35px 0 10px;
        background: linear-gradient(to bottom, #261d3b 0%, #242d4b 100%)
    }

    .contacts__row {
        flex-direction: column;
        padding-bottom: 40px;
        align-items: center
    }

    .contacts__bg {
        background-position: center top;
        background-size: cover
    }

    .contacts__col {
        max-width: 100%
    }

    .contacts__copy, .contacts__title {
        font-size: 14px;
        text-align: center
    }

    .contacts__title {
        font-size: 25px;
        width: 100%;
        margin-bottom: 22px
    }

    .contacts__link {
        flex-direction: column;
        margin: 0 auto 25px;
        align-items: center
    }

    .contacts__link .phone__link-text {
        margin-left: 0
    }

    .contacts__link span.phone__link-bord {
        margin-bottom: 11px
    }

    .contacts__link, .contacts__link span.phone__link-time {
        text-align: center
    }

    .contacts__link span.phone__link-time::before {
        display: none
    }

    .contacts__link .location__link-text {
        max-width: 320px;
        margin-left: 0
    }

    .contacts__soc {
        display: flex;
        width: 100%;
        max-width: 76px;
        margin: 0 auto 50px;
        align-items: center;
        justify-content: space-between
    }

    .contacts__soc .soc__link {
        margin: 0
    }

    .contacts__input {
        font-size: 14px;
        line-height: 36px;
        height: 36px;
		min-height: 36px
    }
}

.navigation {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 4%;
    width: 14px;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navigation__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center
}

.navigation__item {
    position: relative;
    width: 100%;
    margin: 18px 0
}

.navigation__link {
    display: block;
    width: 14px;
    height: 14px;
    transition: all .15s linear;
    border-radius: 50%;
    background-color: rgba(43, 159, 210, .2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1), 0 0 0 0 rgba(64, 170, 214, .64)
}

.navigation__link-active {
    background: linear-gradient(to bottom, #41aad6 0%, #4273cd 100%);
    background-color: #41aad6;
    box-shadow: 0 0 7px 3px rgba(255, 255, 255, .1), 0 0 13px 0 rgba(64, 170, 214, .64)
}

.navigation__text {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    width: auto;
    max-width: 500px;
    margin-right: -7px;
    padding-left: 26px;
    transition: all .15s linear;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    white-space: nowrap;
    opacity: 1;
    color: rgba(153, 153, 153, .8)
}

.navigation__text::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 1px;
    margin-top: -1px;
    content: '';
    transition: all .1s linear;
    transition-delay: 0s;
    background-color: #d2d1d7;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1), 0 0 0 0 rgba(64, 170, 214, .64)
}

@media (max-width: 1150px) {
    .navigation {
        display: none
    }
}

.label {
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    opacity: .5
}

.label, .label-2 {
    right: 0
}

.label-3 {
    right: 10px
}

.label-4 {
    right: -30px
}

.label-5 {
    right: -100px
}

.label-6 {
    right: 30px
}

.label-number, .label-text {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: #222
}

.label-number .letter, .label-text .letter {
    opacity: 0
}

.label-number-white, .label-text-white {
    color: #fff
}

.label label.letter {
    position: relative;
    top: -50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    background-color: #222
}

.label label.letter-white {
    background-color: #fff
}

.label-number {
    padding-left: 20px
}

.label-text {
    padding-right: 20px
}

.error {
    font-size: 80%;
    position: absolute;
    bottom: 10px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: -10px;
    padding: 7px 0 7px 6px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    color: #fff;
    border-radius: 0 0 5px 5px;
    background-color: #651e5f
}

.error.active {
    padding: .3em
}

@media (max-width: 1520px) {
    .label {
        display: none
    }
}

.typed-cursor {
    font-weight: 400;
    display: inline;
    -webkit-animation: blinki .7s infinite;
    animation: blinki .7s infinite;
    opacity: 1
}

.modal-form {
    position: relative;
    max-width: 555px;
    margin: 0 auto;
    text-align: center;
    color: #fff
}

.modal-form .contacts__second-subtitle {
    margin: 0 auto 41px
}

.modal-form .contacts__input-block {
    max-width: 100%
}

.modal-form .contacts__btn {
    margin: 60px auto 0
}

.modal-form .contacts__label {
    display: block;
    text-align: left
}

.modal-form .mfp-close {
    font-size: 40px;
    transition: all .15s linear;
    color: #4191d2;
    text-shadow: 0 0 7px rgba(255, 255, 255, .1), 0 0 16px rgba(65, 145, 210, .43)
}

@media (max-width: 991px) {
    .modal-form .contacts__form {
        padding: 30px 20px 35px;
        text-align: center
    }

    .modal-form .contacts__second-title {
        font-size: 26px;
        margin-bottom: 11px
    }

    .modal-form .contacts__second-subtitle {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 30px
    }

    .modal-form .contacts__input-block {
        max-width: 380px;
        margin: 0 auto 20px
    }

    .modal-form .contacts__btn {
        max-width: 300px;
        margin: 0 auto
    }

    .modal-form .contacts__label {
        display: flex;
        width: 100%;
        max-width: 390px;
        margin: 45px auto 0;
        text-align: left;
        align-items: center
    }

    .modal-form .contacts__label-text {
        max-width: 300px
    }

    .modal-form .contacts__label-text::before {
        top: 3px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width: 575px) {
    .modal-form {
        max-width: 90%;
        margin: 20px auto 0
    }

    .modal-form .contacts__second-title {
        font-size: 20px;
        margin-bottom: 11px
    }

    .modal-form .contacts__second-subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px
    }
}

.address-text {
    flex: auto;
}