@charset 'UTF-8';

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-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: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    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;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.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 {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -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 {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@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-left: 6px;
        padding-right: 6px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../libs/slick/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../libs/slick/fonts/slick.eot);
    src: url(../libs/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(../libs/slick/fonts/slick.woff) format('woff'), url(../libs/slick/fonts/slick.ttf) format('truetype'), url(../libs/slick/fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular/Montserrat-Regular.eot);
    src: url(../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Regular/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular/Montserrat-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Montserrat-Light/Montserrat-Light.eot);
    src: url(../fonts/Montserrat-Light/Montserrat-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Light/Montserrat-Light.woff) format("woff"), url(../fonts/Montserrat-Light/Montserrat-Light.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Montserrat-Medium/Montserrat-Medium.eot);
    src: url(../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Medium/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium/Montserrat-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Montserrat-Bold/Montserrat-Bold.eot);
    src: url(../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Bold/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold/Montserrat-Bold.ttf) format("truetype")
}

@font-face {
    font-family: ElMessiri;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/ElMessiri-Regular/ElMessiri-Regular.eot);
    src: url(../fonts/ElMessiri-Regular/ElMessiri-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/ElMessiri-Regular/ElMessiri-Regular.woff) format("woff"), url(../fonts/ElMessiri-Regular/ElMessiri-Regular.ttf) format("truetype")
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #062332;
    color: #fff
}

::selection {
    background-color: #062332;
    color: #fff
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: Montserrat, sans-serif;
    overflow-x: hidden;
    color: #232323
}

body input,
body textarea {
    border: #666 1px solid;
    outline: 0
}

a {
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

button {
    cursor: pointer;
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

button:focus {
    outline: 0
}

img {
    pointer-events: none
}

b,
strong {
    font-weight: 700
}

.container {
    max-width: 1200px;
    margin: 0 auto
}

.title {
    font-family: ElMessiri, sans-serif;
    text-align: center;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 70px
}

.title.left {
    text-align: left
}

.title.white {
    color: #fff
}

.btn {
    padding: 22px 40px;
    font-size: 16px;
    line-height: 1.2;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #062332;
    font-weight: 600;
    display: inline-block;
    color: #363131
}

.btn:hover {
    text-decoration: none;
    opacity: .7;
    color: #363131
}

.btn-fill {
    background-color: #062332;
    border-color: #062332;
    color: #fff
}

.btn-fill:hover {
    text-decoration: none;
    color: #fff;
    background-color: #093349;
    opacity: 1
}

ul.list {
    margin: 20px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px
}

ul.list li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    line-height: 1.5
}

ul.list li:before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 11px
}

.admin-bar .header {
    top: 32px;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    padding: 20px 0;
    border-bottom: 1px solid rgba(6, 35, 50, .3);
    z-index: 100;
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.header.sticky {
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, .3);
    background-color: #062332
}

.header.sticky .header__burger span {
    background-color: #fff
}

.header.sticky .header__burger:before {
    background-color: #fff
}

.header.sticky .header__burger:after {
    background-color: #fff
}

.header.sticky .header__menu>ul>li>a {
    color: #fff
}

.header.sticky .header__menu>ul>li>a:hover {
    opacity: .8
}

.header.sticky .header__social li a {
    border-color: #fff
}

.header.sticky .header__social li a:hover {
    background-color: #fff
}

.header.sticky .header__social li a.tg {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3e%3cpath fill='%23fff' d='M16.49.298a1.258 1.258 0 0 0-1.273-.21L.795 5.75a1.234 1.234 0 0 0-.79 1.274 1.25 1.25 0 0 0 1 1.117l3.665.726v4.579a1.25 1.25 0 0 0 2.133.882l2.031-2.023 3.07 2.703a1.25 1.25 0 0 0 2.047-.656L16.89 1.525A1.25 1.25 0 0 0 16.49.298ZM5.146 7.688l-3.89-.773 10.906-4.289L5.146 7.69Zm.774 5.759V9.743l1.969 1.735-1.97 1.969Zm6.812.625L6.295 8.408l9.273-6.696-2.836 12.36Z'/%3e%3c/svg%3e")
}

.header.sticky .header__social li a.tg:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3e%3cpath fill='%230B4360' d='M16.49.298a1.258 1.258 0 0 0-1.273-.21L.795 5.75a1.234 1.234 0 0 0-.79 1.274 1.25 1.25 0 0 0 1 1.117l3.665.726v4.579a1.25 1.25 0 0 0 2.133.882l2.031-2.023 3.07 2.703a1.25 1.25 0 0 0 2.047-.656L16.89 1.525A1.25 1.25 0 0 0 16.49.298ZM5.146 7.688l-3.89-.773 10.906-4.289L5.146 7.69Zm.774 5.759V9.743l1.969 1.735-1.97 1.969Zm6.812.625L6.295 8.408l9.273-6.696-2.836 12.36Z'/%3e%3c/svg%3e")
}

.header.sticky .header__social li a.wp {
    background-size: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3e%3cpath fill='%23fff' d='M14.167 2.425A8.18 8.18 0 0 0 8.325 0C3.775 0 .067 3.708.067 8.258c0 1.459.383 2.875 1.1 4.125L0 16.667l4.375-1.15a8.26 8.26 0 0 0 3.95 1.008c4.55 0 8.258-3.708 8.258-8.258a8.207 8.207 0 0 0-2.416-5.842Zm-5.842 12.7a6.885 6.885 0 0 1-3.5-.958l-.25-.15-2.6.683.692-2.533-.167-.259a6.887 6.887 0 0 1-1.05-3.65c0-3.783 3.083-6.866 6.867-6.866 1.833 0 3.558.716 4.85 2.016a6.82 6.82 0 0 1 2.008 4.859c.017 3.783-3.067 6.858-6.85 6.858Zm3.767-5.133c-.209-.1-1.225-.6-1.409-.675-.191-.067-.325-.1-.466.1-.142.208-.534.675-.65.808-.117.142-.242.158-.45.05-.209-.1-.875-.325-1.659-1.025-.616-.55-1.025-1.225-1.15-1.433-.116-.209-.016-.317.092-.425.092-.092.208-.242.308-.359.1-.116.142-.208.209-.341.066-.142.033-.259-.017-.359-.05-.1-.467-1.116-.633-1.533-.167-.4-.342-.35-.467-.358h-.4a.749.749 0 0 0-.55.258c-.183.208-.717.708-.717 1.725 0 1.017.742 2 .842 2.133.1.142 1.458 2.225 3.525 3.117.492.217.875.342 1.175.433.492.159.942.134 1.3.084.4-.059 1.225-.5 1.392-.984.175-.483.175-.891.116-.983-.058-.092-.183-.133-.391-.233Z'/%3e%3c/svg%3e")
}

.header.sticky .header__social li a.wp:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3e%3cpath fill='%230B4360' d='M14.167 2.425A8.18 8.18 0 0 0 8.325 0C3.775 0 .067 3.708.067 8.258c0 1.459.383 2.875 1.1 4.125L0 16.667l4.375-1.15a8.26 8.26 0 0 0 3.95 1.008c4.55 0 8.258-3.708 8.258-8.258a8.207 8.207 0 0 0-2.416-5.842Zm-5.842 12.7a6.885 6.885 0 0 1-3.5-.958l-.25-.15-2.6.683.692-2.533-.167-.259a6.887 6.887 0 0 1-1.05-3.65c0-3.783 3.083-6.866 6.867-6.866 1.833 0 3.558.716 4.85 2.016a6.82 6.82 0 0 1 2.008 4.859c.017 3.783-3.067 6.858-6.85 6.858Zm3.767-5.133c-.209-.1-1.225-.6-1.409-.675-.191-.067-.325-.1-.466.1-.142.208-.534.675-.65.808-.117.142-.242.158-.45.05-.209-.1-.875-.325-1.659-1.025-.616-.55-1.025-1.225-1.15-1.433-.116-.209-.016-.317.092-.425.092-.092.208-.242.308-.359.1-.116.142-.208.209-.341.066-.142.033-.259-.017-.359-.05-.1-.467-1.116-.633-1.533-.167-.4-.342-.35-.467-.358h-.4a.749.749 0 0 0-.55.258c-.183.208-.717.708-.717 1.725 0 1.017.742 2 .842 2.133.1.142 1.458 2.225 3.525 3.117.492.217.875.342 1.175.433.492.159.942.134 1.3.084.4-.059 1.225-.5 1.392-.984.175-.483.175-.891.116-.983-.058-.092-.183-.133-.391-.233Z'/%3e%3c/svg%3e")
}

.header.sticky .header__social li a.mail {
    background-size: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' fill='none'%3e%3cpath fill='%23fff' d='M1.667 13.333c-.459 0-.85-.163-1.177-.489A1.606 1.606 0 0 1 0 11.667v-10C0 1.208.163.817.49.49.816.163 1.208 0 1.667 0H15c.458 0 .85.163 1.177.49.327.326.49.718.49 1.177v10c0 .458-.163.85-.49 1.177-.326.326-.719.49-1.177.49H1.667ZM15 3.333 8.77 7.23a.855.855 0 0 1-.655.093.855.855 0 0 1-.22-.093L1.668 3.333v8.334H15V3.333Zm-6.667 2.5L15 1.667H1.667l6.666 4.166ZM1.667 3.542v-1.23.021-.01 1.219Z'/%3e%3c/svg%3e")
}

.header.sticky .header__social li a.mail:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' fill='none'%3e%3cpath fill='%230B4360' d='M1.667 13.333c-.459 0-.85-.163-1.177-.489A1.606 1.606 0 0 1 0 11.667v-10C0 1.208.163.817.49.49.816.163 1.208 0 1.667 0H15c.458 0 .85.163 1.177.49.327.326.49.718.49 1.177v10c0 .458-.163.85-.49 1.177-.326.326-.719.49-1.177.49H1.667ZM15 3.333 8.77 7.23a.855.855 0 0 1-.655.093.855.855 0 0 1-.22-.093L1.668 3.333v8.334H15V3.333Zm-6.667 2.5L15 1.667H1.667l6.666 4.166ZM1.667 3.542v-1.23.021-.01 1.219Z'/%3e%3c/svg%3e")
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__menu>ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px 50px
}

.header__menu>ul>li {
    list-style: none;
    position: relative;
}

.header__menu>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.header__menu>ul>li>a {
    display: block;
    color: #062332;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2
}

.header__menu>ul>li>a:hover {
    text-decoration: none;
    color: #0b4360
}

.header__menu>ul>li>ul {
    margin: 0;
    padding: 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    position: absolute;
    left: 0;
    top: calc(100% + 25px);
    width: 220px;
    background-color: #062332;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: .25s all ease-in-out;
}

.header__menu>ul>li>ul:before {
    content: '';
    width: 100%;
    height: 25px;
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: 100%;
}

.header__menu>ul>li>ul li {
    list-style: none;
}

.header__menu>ul>li>ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.header__menu>ul>li>ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.header__social {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px 10px
}

.header__social li {
    list-style: none
}

.header__social li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #0b4360;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px
}

.header__social li a:hover {
    background-color: #0b4360
}

.header__social li a.tg {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3e%3cpath fill='%230B4360' d='M16.49.298a1.258 1.258 0 0 0-1.273-.21L.795 5.75a1.234 1.234 0 0 0-.79 1.274 1.25 1.25 0 0 0 1 1.117l3.665.726v4.579a1.25 1.25 0 0 0 2.133.882l2.031-2.023 3.07 2.703a1.25 1.25 0 0 0 2.047-.656L16.89 1.525A1.25 1.25 0 0 0 16.49.298ZM5.146 7.688l-3.89-.773 10.906-4.289L5.146 7.69Zm.774 5.759V9.743l1.969 1.735-1.97 1.969Zm6.812.625L6.295 8.408l9.273-6.696-2.836 12.36Z'/%3e%3c/svg%3e")
}

.header__social li a.tg:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3e%3cpath fill='%23fff' d='M16.49.298a1.258 1.258 0 0 0-1.273-.21L.795 5.75a1.234 1.234 0 0 0-.79 1.274 1.25 1.25 0 0 0 1 1.117l3.665.726v4.579a1.25 1.25 0 0 0 2.133.882l2.031-2.023 3.07 2.703a1.25 1.25 0 0 0 2.047-.656L16.89 1.525A1.25 1.25 0 0 0 16.49.298ZM5.146 7.688l-3.89-.773 10.906-4.289L5.146 7.69Zm.774 5.759V9.743l1.969 1.735-1.97 1.969Zm6.812.625L6.295 8.408l9.273-6.696-2.836 12.36Z'/%3e%3c/svg%3e")
}

.header__social li a.wp {
    background-size: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3e%3cpath fill='%230B4360' d='M14.167 2.425A8.18 8.18 0 0 0 8.325 0C3.775 0 .067 3.708.067 8.258c0 1.459.383 2.875 1.1 4.125L0 16.667l4.375-1.15a8.26 8.26 0 0 0 3.95 1.008c4.55 0 8.258-3.708 8.258-8.258a8.207 8.207 0 0 0-2.416-5.842Zm-5.842 12.7a6.885 6.885 0 0 1-3.5-.958l-.25-.15-2.6.683.692-2.533-.167-.259a6.887 6.887 0 0 1-1.05-3.65c0-3.783 3.083-6.866 6.867-6.866 1.833 0 3.558.716 4.85 2.016a6.82 6.82 0 0 1 2.008 4.859c.017 3.783-3.067 6.858-6.85 6.858Zm3.767-5.133c-.209-.1-1.225-.6-1.409-.675-.191-.067-.325-.1-.466.1-.142.208-.534.675-.65.808-.117.142-.242.158-.45.05-.209-.1-.875-.325-1.659-1.025-.616-.55-1.025-1.225-1.15-1.433-.116-.209-.016-.317.092-.425.092-.092.208-.242.308-.359.1-.116.142-.208.209-.341.066-.142.033-.259-.017-.359-.05-.1-.467-1.116-.633-1.533-.167-.4-.342-.35-.467-.358h-.4a.749.749 0 0 0-.55.258c-.183.208-.717.708-.717 1.725 0 1.017.742 2 .842 2.133.1.142 1.458 2.225 3.525 3.117.492.217.875.342 1.175.433.492.159.942.134 1.3.084.4-.059 1.225-.5 1.392-.984.175-.483.175-.891.116-.983-.058-.092-.183-.133-.391-.233Z'/%3e%3c/svg%3e")
}

.header__social li a.wp:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3e%3cpath fill='%23fff' d='M14.167 2.425A8.18 8.18 0 0 0 8.325 0C3.775 0 .067 3.708.067 8.258c0 1.459.383 2.875 1.1 4.125L0 16.667l4.375-1.15a8.26 8.26 0 0 0 3.95 1.008c4.55 0 8.258-3.708 8.258-8.258a8.207 8.207 0 0 0-2.416-5.842Zm-5.842 12.7a6.885 6.885 0 0 1-3.5-.958l-.25-.15-2.6.683.692-2.533-.167-.259a6.887 6.887 0 0 1-1.05-3.65c0-3.783 3.083-6.866 6.867-6.866 1.833 0 3.558.716 4.85 2.016a6.82 6.82 0 0 1 2.008 4.859c.017 3.783-3.067 6.858-6.85 6.858Zm3.767-5.133c-.209-.1-1.225-.6-1.409-.675-.191-.067-.325-.1-.466.1-.142.208-.534.675-.65.808-.117.142-.242.158-.45.05-.209-.1-.875-.325-1.659-1.025-.616-.55-1.025-1.225-1.15-1.433-.116-.209-.016-.317.092-.425.092-.092.208-.242.308-.359.1-.116.142-.208.209-.341.066-.142.033-.259-.017-.359-.05-.1-.467-1.116-.633-1.533-.167-.4-.342-.35-.467-.358h-.4a.749.749 0 0 0-.55.258c-.183.208-.717.708-.717 1.725 0 1.017.742 2 .842 2.133.1.142 1.458 2.225 3.525 3.117.492.217.875.342 1.175.433.492.159.942.134 1.3.084.4-.059 1.225-.5 1.392-.984.175-.483.175-.891.116-.983-.058-.092-.183-.133-.391-.233Z'/%3e%3c/svg%3e")
}

.header__social li a.mail {
    background-size: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' fill='none'%3e%3cpath fill='%230B4360' d='M1.667 13.333c-.459 0-.85-.163-1.177-.489A1.606 1.606 0 0 1 0 11.667v-10C0 1.208.163.817.49.49.816.163 1.208 0 1.667 0H15c.458 0 .85.163 1.177.49.327.326.49.718.49 1.177v10c0 .458-.163.85-.49 1.177-.326.326-.719.49-1.177.49H1.667ZM15 3.333 8.77 7.23a.855.855 0 0 1-.655.093.855.855 0 0 1-.22-.093L1.668 3.333v8.334H15V3.333Zm-6.667 2.5L15 1.667H1.667l6.666 4.166ZM1.667 3.542v-1.23.021-.01 1.219Z'/%3e%3c/svg%3e")
}

.header__social li a.mail:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' fill='none'%3e%3cpath fill='%23fff' d='M1.667 13.333c-.459 0-.85-.163-1.177-.489A1.606 1.606 0 0 1 0 11.667v-10C0 1.208.163.817.49.49.816.163 1.208 0 1.667 0H15c.458 0 .85.163 1.177.49.327.326.49.718.49 1.177v10c0 .458-.163.85-.49 1.177-.326.326-.719.49-1.177.49H1.667ZM15 3.333 8.77 7.23a.855.855 0 0 1-.655.093.855.855 0 0 1-.22-.093L1.668 3.333v8.334H15V3.333Zm-6.667 2.5L15 1.667H1.667l6.666 4.166ZM1.667 3.542v-1.23.021-.01 1.219Z'/%3e%3c/svg%3e")
}

.header__burger {
    display: none;
    height: 20px;
    width: 35px;
    position: relative;
    cursor: pointer
}

.header__burger span {
    width: 100%;
    height: 2px;
    background-color: #062332;
    position: absolute;
    top: 9px;
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all
}

.header__burger::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #062332;
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all
}

.header__burger::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #062332;
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all
}

.header__burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.header__burger.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px
}

.header__burger.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px
}

.mobile__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background-color: #fff;
    z-index: 150;
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    overflow-y: auto
}

.mobile__menuContainer {
    max-width: 350px;
    margin: 0 auto;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.mobile__menuContainer .header__menu {
    margin: 0
}

.mobile__menuContainer .header__menu>ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mobile__menuContainer .header__menu>ul>li>a {
    border-bottom: none;
    font-size: 18px
}

.mobile__menuContainer .header__menu>ul>li>ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: auto;
    width: unset;
    padding: 0;
    gap: 10px;
    background-color: transparent;
    margin: 10px 0 0px 35px;
}

.mobile__menuContainer .header__menu>ul>li>ul li a {
    color: #062332;
    font-size: 18px;
    position: relative;
}

.mobile__menuContainer .header__menu>ul>li>ul li a:before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #062332;
    position: absolute;
    left: -30px;
    top: 9px;
}

.mobile__menuContainer .header__menu>ul>li>ul:before {
    display: none;
}

.mobile__menuInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-top: 1px solid rgba(6, 35, 50, .5);
    padding-top: 20px
}

.mobile__menuInfo a {
    display: block;
    color: #062332;
    font-size: 16px
}

.mobile__menuInfo a:hover {
    text-decoration: none;
    opacity: .8
}

.mobile__menuPhone {
    font-size: 18px !important;
    font-weight: 500
}

.mobile__menuSocial {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px 10px
}

.mobile__menuSocial li {
    list-style: none
}

.mobile__menuSocial li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #0b4360;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px
}

.mobile__menuSocial li a:hover {
    background-color: #0b4360
}

.mobile__menuSocial li a.tg {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3e%3cpath fill='%230B4360' d='M16.49.298a1.258 1.258 0 0 0-1.273-.21L.795 5.75a1.234 1.234 0 0 0-.79 1.274 1.25 1.25 0 0 0 1 1.117l3.665.726v4.579a1.25 1.25 0 0 0 2.133.882l2.031-2.023 3.07 2.703a1.25 1.25 0 0 0 2.047-.656L16.89 1.525A1.25 1.25 0 0 0 16.49.298ZM5.146 7.688l-3.89-.773 10.906-4.289L5.146 7.69Zm.774 5.759V9.743l1.969 1.735-1.97 1.969Zm6.812.625L6.295 8.408l9.273-6.696-2.836 12.36Z'/%3e%3c/svg%3e")
}

.mobile__menuSocial li a.tg:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3e%3cpath fill='%23fff' d='M16.49.298a1.258 1.258 0 0 0-1.273-.21L.795 5.75a1.234 1.234 0 0 0-.79 1.274 1.25 1.25 0 0 0 1 1.117l3.665.726v4.579a1.25 1.25 0 0 0 2.133.882l2.031-2.023 3.07 2.703a1.25 1.25 0 0 0 2.047-.656L16.89 1.525A1.25 1.25 0 0 0 16.49.298ZM5.146 7.688l-3.89-.773 10.906-4.289L5.146 7.69Zm.774 5.759V9.743l1.969 1.735-1.97 1.969Zm6.812.625L6.295 8.408l9.273-6.696-2.836 12.36Z'/%3e%3c/svg%3e")
}

.mobile__menuSocial li a.wp {
    background-size: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3e%3cpath fill='%230B4360' d='M14.167 2.425A8.18 8.18 0 0 0 8.325 0C3.775 0 .067 3.708.067 8.258c0 1.459.383 2.875 1.1 4.125L0 16.667l4.375-1.15a8.26 8.26 0 0 0 3.95 1.008c4.55 0 8.258-3.708 8.258-8.258a8.207 8.207 0 0 0-2.416-5.842Zm-5.842 12.7a6.885 6.885 0 0 1-3.5-.958l-.25-.15-2.6.683.692-2.533-.167-.259a6.887 6.887 0 0 1-1.05-3.65c0-3.783 3.083-6.866 6.867-6.866 1.833 0 3.558.716 4.85 2.016a6.82 6.82 0 0 1 2.008 4.859c.017 3.783-3.067 6.858-6.85 6.858Zm3.767-5.133c-.209-.1-1.225-.6-1.409-.675-.191-.067-.325-.1-.466.1-.142.208-.534.675-.65.808-.117.142-.242.158-.45.05-.209-.1-.875-.325-1.659-1.025-.616-.55-1.025-1.225-1.15-1.433-.116-.209-.016-.317.092-.425.092-.092.208-.242.308-.359.1-.116.142-.208.209-.341.066-.142.033-.259-.017-.359-.05-.1-.467-1.116-.633-1.533-.167-.4-.342-.35-.467-.358h-.4a.749.749 0 0 0-.55.258c-.183.208-.717.708-.717 1.725 0 1.017.742 2 .842 2.133.1.142 1.458 2.225 3.525 3.117.492.217.875.342 1.175.433.492.159.942.134 1.3.084.4-.059 1.225-.5 1.392-.984.175-.483.175-.891.116-.983-.058-.092-.183-.133-.391-.233Z'/%3e%3c/svg%3e")
}

.mobile__menuSocial li a.wp:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3e%3cpath fill='%23fff' d='M14.167 2.425A8.18 8.18 0 0 0 8.325 0C3.775 0 .067 3.708.067 8.258c0 1.459.383 2.875 1.1 4.125L0 16.667l4.375-1.15a8.26 8.26 0 0 0 3.95 1.008c4.55 0 8.258-3.708 8.258-8.258a8.207 8.207 0 0 0-2.416-5.842Zm-5.842 12.7a6.885 6.885 0 0 1-3.5-.958l-.25-.15-2.6.683.692-2.533-.167-.259a6.887 6.887 0 0 1-1.05-3.65c0-3.783 3.083-6.866 6.867-6.866 1.833 0 3.558.716 4.85 2.016a6.82 6.82 0 0 1 2.008 4.859c.017 3.783-3.067 6.858-6.85 6.858Zm3.767-5.133c-.209-.1-1.225-.6-1.409-.675-.191-.067-.325-.1-.466.1-.142.208-.534.675-.65.808-.117.142-.242.158-.45.05-.209-.1-.875-.325-1.659-1.025-.616-.55-1.025-1.225-1.15-1.433-.116-.209-.016-.317.092-.425.092-.092.208-.242.308-.359.1-.116.142-.208.209-.341.066-.142.033-.259-.017-.359-.05-.1-.467-1.116-.633-1.533-.167-.4-.342-.35-.467-.358h-.4a.749.749 0 0 0-.55.258c-.183.208-.717.708-.717 1.725 0 1.017.742 2 .842 2.133.1.142 1.458 2.225 3.525 3.117.492.217.875.342 1.175.433.492.159.942.134 1.3.084.4-.059 1.225-.5 1.392-.984.175-.483.175-.891.116-.983-.058-.092-.183-.133-.391-.233Z'/%3e%3c/svg%3e")
}

.mobile__menuSocial li a.mail {
    background-size: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' fill='none'%3e%3cpath fill='%230B4360' d='M1.667 13.333c-.459 0-.85-.163-1.177-.489A1.606 1.606 0 0 1 0 11.667v-10C0 1.208.163.817.49.49.816.163 1.208 0 1.667 0H15c.458 0 .85.163 1.177.49.327.326.49.718.49 1.177v10c0 .458-.163.85-.49 1.177-.326.326-.719.49-1.177.49H1.667ZM15 3.333 8.77 7.23a.855.855 0 0 1-.655.093.855.855 0 0 1-.22-.093L1.668 3.333v8.334H15V3.333Zm-6.667 2.5L15 1.667H1.667l6.666 4.166ZM1.667 3.542v-1.23.021-.01 1.219Z'/%3e%3c/svg%3e")
}

.mobile__menuSocial li a.mail:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' fill='none'%3e%3cpath fill='%23fff' d='M1.667 13.333c-.459 0-.85-.163-1.177-.489A1.606 1.606 0 0 1 0 11.667v-10C0 1.208.163.817.49.49.816.163 1.208 0 1.667 0H15c.458 0 .85.163 1.177.49.327.326.49.718.49 1.177v10c0 .458-.163.85-.49 1.177-.326.326-.719.49-1.177.49H1.667ZM15 3.333 8.77 7.23a.855.855 0 0 1-.655.093.855.855 0 0 1-.22-.093L1.668 3.333v8.334H15V3.333Zm-6.667 2.5L15 1.667H1.667l6.666 4.166ZM1.667 3.542v-1.23.021-.01 1.219Z'/%3e%3c/svg%3e")
}

.mobile__close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    z-index: 2
}

.mobile__close:after,
.mobile__close:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #062332;
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.mobile__close:after:hover,
.mobile__close:before:hover {
    opacity: .8
}

.mobile__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.mobile__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.promo {
    background-color: #ecf0f9;
    height: 100vh;
    min-height: 900px;
    overflow: hidden;
    padding-top: 120px
}

.promo .container {
    height: 100%
}

.promo__container {
    display: grid;
    grid-template-columns: 1fr 560px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px 50px;
    position: relative;
    height: 100%
}

.promo__title {
    font-family: ElMessiri, sans-serif;
    margin-bottom: 40px;
    background-color: #062332;
    position: relative;
    padding: 50px 0
}

.promo__title>span {
    position: relative;
    z-index: 2;
    font-size: 50px;
    line-height: 1.1;
    color: #fff
}

.promo__title:before {
    content: "";
    position: absolute;
    width: 1000%;
    height: 100%;
    background-color: #062332;
    left: -50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.promo__text {
    max-width: 640px;
    font-size: 16px;
    line-height: 1.8
}

.promo__text p {
    margin: 0
}

.promo__text p+* {
    margin-top: 20px
}

.promo__list {
    margin: 20px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px
}

.promo__list li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    line-height: 1.2
}

.promo__list li:before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 9px
}

.promo__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px
}

.promo__img {
    width: 560px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5
}

.promo__img img {
    width: 100%;
    aspect-ratio: .7;
    -o-object-fit: cover;
    object-fit: cover
}

.help {
    background-color: #fff;
    padding: 100px 0
}

.help__container {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.help__img {
    position: relative
}

.help__img img {
    height: 100%;
    width: 100%;
    max-height: 650px;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.help__list {
    margin: 20px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px
}

.help__list li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    line-height: 1.2;
    font-size: 18px
}

.help__list li:before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 9px
}

.steps {
    background-color: #ecf0f9;
    padding: 100px 0
}

.steps__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    counter-reset: myCounter;
}

.steps__item {
    list-style: none;
    position: relative;
    border-radius: 10px;
    background-color: #f8f8f8;
    padding: 40px;
}

.steps__item:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    font-size: 160px;
    line-height: 1;
    font-weight: 700;
    color: rgba(166, 166, 166, .1);
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.steps__itemTitle {
    color: #363131;
    font-size: 20px;
    line-height: 1.35;
    position: relative
}

.services {
    margin: 100px 0
}

.services__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px
}

.services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.services__itemImg {
    display: flex;
    overflow: hidden;
    flex: none;
}

.services__itemImg:hover img {
    transform: scale(1.05) rotate(-2deg);
}

.services__itemImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: .9;
    transition: .25s all ease-in-out;
}

.services__itemContent {
    padding: 30px 20px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}

.services__itemTitle {
    font-family: ElMessiri, sans-serif;
    font-size: 28px;
    line-height: 1.2
}

.services__itemText {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 20px
}

.services__itemPrice {
    font-weight: 500;
    margin: auto 0 20px;
    font-size: 20px;
    line-height: 1
}

.services__itemPrice span {
    font-size: 14px;
    color: gray
}

.services__itemBottom {
    margin-top: 20px
}

.services__itemBottom .btn {
    padding: 16px 30px
}

.reviews {
    margin: 100px 0
}

.reviews__slider {
    margin: 0 -10px;
    padding: 0 30px;
    margin-bottom: 0 !important
}

.reviews__slider.slick-initialized .reviews__item {
    display: block
}

.reviews__slider .slick-arrow {
    width: 30px;
    height: 30px;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center
}

.reviews__slider .slick-arrow:before {
    display: none
}

.reviews__slider .slick-arrow:hover {
    opacity: .8
}

.reviews__slider .slick-prev {
    left: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3e%3cpath fill='%23000' fill-rule='evenodd' d='M.238 8.639a.977.977 0 0 1 0-1.278L6.615.264a.755.755 0 0 1 1.147 0 .977.977 0 0 1 0 1.278L1.96 8l5.802 6.458a.977.977 0 0 1 0 1.277.757.757 0 0 1-1.147 0L.238 8.639Z' clip-rule='evenodd'/%3e%3cpath fill='%23000' d='M1 9a1 1 0 1 1 0-2h14a1 1 0 1 1 0 2H1Z'/%3e%3c/svg%3e")
}

.reviews__slider .slick-next {
    right: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3e%3cpath fill='%23000' fill-rule='evenodd' d='M15.762 7.36a.977.977 0 0 1 0 1.278l-6.377 7.097a.756.756 0 0 1-1.147 0 .977.977 0 0 1 0-1.278l5.802-6.458-5.802-6.458a.977.977 0 0 1 0-1.277.755.755 0 0 1 1.147 0l6.377 7.096Z' clip-rule='evenodd'/%3e%3cpath fill='%23000' d='M15 6.999a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2h14Z'/%3e%3c/svg%3e")
}

.reviews__slider .slick-dots {
    position: relative;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px
}

.reviews__slider .slick-dots li {
    list-style: none;
    margin: 0;
    width: 8px;
    height: 8px
}

.reviews__slider .slick-dots li.slick-active button {
    background-color: #062332
}

.reviews__slider .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 0;
    background-color: #ccc
}

.reviews__slider .slick-dots li button:before {
    display: none
}

.reviews__item {
    margin: 0 10px;
    display: none;
    padding: 10px;
    border: 1px solid #ccc
}

.reviews__item img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 1
}

.faq {
    margin: 100px 0
}

.faq__list {
    max-width: 950px;
    margin: 0 auto
}

.faq__item {
    border-bottom: 1px solid rgba(198, 170, 157, .5)
}

.faq__item.open .faq__itemTitle:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.faq__itemTitle {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    color: #120e0f;
    padding: 30px 70px 30px 50px;
    cursor: pointer;
    position: relative
}

.faq__itemTitle:before {
    content: "";
    width: 21px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 2.412 18.884 12 1 21.588V2.412Z' stroke='%23062332' stroke-width='2'/%3e%3c/svg%3e");
    position: absolute;
    right: 40px;
    top: 30px;
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.faq__itemTitle:hover:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='24' fill='%23062332' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 2.412 18.884 12 1 21.588V2.412Z' stroke='%23062332' stroke-width='2'/%3e%3c/svg%3e")
}

.faq__itemContent {
    font-size: 18px;
    line-height: 1.9;
    font-weight: 400;
    color: #595959;
    padding: 0 50px 45px;
    display: none;
    text-align: justify
}

.faq__itemContent p:last-child {
    margin-bottom: 0
}

.faq__itemContent ul li {
    line-height: 1.9
}

.faq__itemContent ul li:before {
    top: 15px
}

.footer {
    background-color: #062332
}

.footer__top {
    padding: 50px 0
}

.footer__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.footer__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff;
    font-size: 18px;
    line-height: 1.2
}

.footer__email:hover {
    opacity: .8;
    text-decoration: none;
    color: #fff
}

.footer__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-family: ElMessiri, sans-serif;
    font-size: 24px;
    line-height: 1.2
}

.footer__phone:hover {
    opacity: .8;
    text-decoration: none;
    color: #fff
}

.footer__social {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 5px 10px
}

.footer__social li {
    list-style: none
}

.footer__social li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px
}

.footer__social li a:hover {
    background-color: #fff
}

.footer__social li a.tg {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3e%3cpath fill='%23fff' d='M16.49.298a1.258 1.258 0 0 0-1.273-.21L.795 5.75a1.234 1.234 0 0 0-.79 1.274 1.25 1.25 0 0 0 1 1.117l3.665.726v4.579a1.25 1.25 0 0 0 2.133.882l2.031-2.023 3.07 2.703a1.25 1.25 0 0 0 2.047-.656L16.89 1.525A1.25 1.25 0 0 0 16.49.298ZM5.146 7.688l-3.89-.773 10.906-4.289L5.146 7.69Zm.774 5.759V9.743l1.969 1.735-1.97 1.969Zm6.812.625L6.295 8.408l9.273-6.696-2.836 12.36Z'/%3e%3c/svg%3e")
}

.footer__social li a.tg:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3e%3cpath fill='%230B4360' d='M16.49.298a1.258 1.258 0 0 0-1.273-.21L.795 5.75a1.234 1.234 0 0 0-.79 1.274 1.25 1.25 0 0 0 1 1.117l3.665.726v4.579a1.25 1.25 0 0 0 2.133.882l2.031-2.023 3.07 2.703a1.25 1.25 0 0 0 2.047-.656L16.89 1.525A1.25 1.25 0 0 0 16.49.298ZM5.146 7.688l-3.89-.773 10.906-4.289L5.146 7.69Zm.774 5.759V9.743l1.969 1.735-1.97 1.969Zm6.812.625L6.295 8.408l9.273-6.696-2.836 12.36Z'/%3e%3c/svg%3e")
}

.footer__social li a.wp {
    background-size: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3e%3cpath fill='%23fff' d='M14.167 2.425A8.18 8.18 0 0 0 8.325 0C3.775 0 .067 3.708.067 8.258c0 1.459.383 2.875 1.1 4.125L0 16.667l4.375-1.15a8.26 8.26 0 0 0 3.95 1.008c4.55 0 8.258-3.708 8.258-8.258a8.207 8.207 0 0 0-2.416-5.842Zm-5.842 12.7a6.885 6.885 0 0 1-3.5-.958l-.25-.15-2.6.683.692-2.533-.167-.259a6.887 6.887 0 0 1-1.05-3.65c0-3.783 3.083-6.866 6.867-6.866 1.833 0 3.558.716 4.85 2.016a6.82 6.82 0 0 1 2.008 4.859c.017 3.783-3.067 6.858-6.85 6.858Zm3.767-5.133c-.209-.1-1.225-.6-1.409-.675-.191-.067-.325-.1-.466.1-.142.208-.534.675-.65.808-.117.142-.242.158-.45.05-.209-.1-.875-.325-1.659-1.025-.616-.55-1.025-1.225-1.15-1.433-.116-.209-.016-.317.092-.425.092-.092.208-.242.308-.359.1-.116.142-.208.209-.341.066-.142.033-.259-.017-.359-.05-.1-.467-1.116-.633-1.533-.167-.4-.342-.35-.467-.358h-.4a.749.749 0 0 0-.55.258c-.183.208-.717.708-.717 1.725 0 1.017.742 2 .842 2.133.1.142 1.458 2.225 3.525 3.117.492.217.875.342 1.175.433.492.159.942.134 1.3.084.4-.059 1.225-.5 1.392-.984.175-.483.175-.891.116-.983-.058-.092-.183-.133-.391-.233Z'/%3e%3c/svg%3e")
}

.footer__social li a.wp:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3e%3cpath fill='%230B4360' d='M14.167 2.425A8.18 8.18 0 0 0 8.325 0C3.775 0 .067 3.708.067 8.258c0 1.459.383 2.875 1.1 4.125L0 16.667l4.375-1.15a8.26 8.26 0 0 0 3.95 1.008c4.55 0 8.258-3.708 8.258-8.258a8.207 8.207 0 0 0-2.416-5.842Zm-5.842 12.7a6.885 6.885 0 0 1-3.5-.958l-.25-.15-2.6.683.692-2.533-.167-.259a6.887 6.887 0 0 1-1.05-3.65c0-3.783 3.083-6.866 6.867-6.866 1.833 0 3.558.716 4.85 2.016a6.82 6.82 0 0 1 2.008 4.859c.017 3.783-3.067 6.858-6.85 6.858Zm3.767-5.133c-.209-.1-1.225-.6-1.409-.675-.191-.067-.325-.1-.466.1-.142.208-.534.675-.65.808-.117.142-.242.158-.45.05-.209-.1-.875-.325-1.659-1.025-.616-.55-1.025-1.225-1.15-1.433-.116-.209-.016-.317.092-.425.092-.092.208-.242.308-.359.1-.116.142-.208.209-.341.066-.142.033-.259-.017-.359-.05-.1-.467-1.116-.633-1.533-.167-.4-.342-.35-.467-.358h-.4a.749.749 0 0 0-.55.258c-.183.208-.717.708-.717 1.725 0 1.017.742 2 .842 2.133.1.142 1.458 2.225 3.525 3.117.492.217.875.342 1.175.433.492.159.942.134 1.3.084.4-.059 1.225-.5 1.392-.984.175-.483.175-.891.116-.983-.058-.092-.183-.133-.391-.233Z'/%3e%3c/svg%3e")
}

.footer__social li a.mail {
    background-size: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' fill='none'%3e%3cpath fill='%23fff' d='M1.667 13.333c-.459 0-.85-.163-1.177-.489A1.606 1.606 0 0 1 0 11.667v-10C0 1.208.163.817.49.49.816.163 1.208 0 1.667 0H15c.458 0 .85.163 1.177.49.327.326.49.718.49 1.177v10c0 .458-.163.85-.49 1.177-.326.326-.719.49-1.177.49H1.667ZM15 3.333 8.77 7.23a.855.855 0 0 1-.655.093.855.855 0 0 1-.22-.093L1.668 3.333v8.334H15V3.333Zm-6.667 2.5L15 1.667H1.667l6.666 4.166ZM1.667 3.542v-1.23.021-.01 1.219Z'/%3e%3c/svg%3e")
}

.footer__social li a.mail:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' fill='none'%3e%3cpath fill='%230B4360' d='M1.667 13.333c-.459 0-.85-.163-1.177-.489A1.606 1.606 0 0 1 0 11.667v-10C0 1.208.163.817.49.49.816.163 1.208 0 1.667 0H15c.458 0 .85.163 1.177.49.327.326.49.718.49 1.177v10c0 .458-.163.85-.49 1.177-.326.326-.719.49-1.177.49H1.667ZM15 3.333 8.77 7.23a.855.855 0 0 1-.655.093.855.855 0 0 1-.22-.093L1.668 3.333v8.334H15V3.333Zm-6.667 2.5L15 1.667H1.667l6.666 4.166ZM1.667 3.542v-1.23.021-.01 1.219Z'/%3e%3c/svg%3e")
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 10px 0
}

.footer__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.footer__links a {
    display: block;
    color: rgba(255,255,255,.7);
    font-size: 14px;
    line-height: 1.2;
}

.footer__links a:hover {
    text-decoration: none;
    color: rgba(255,255,255,1);
}

.footer__copy {
    color: rgba(255, 255, 255, .2);
    text-align: center;
    font-size: 12px;
    line-height: 1.2
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 350px;
    margin: 20px auto;
    border-radius: 10px
}

.servicesModal {
    max-width: 600px;
    padding: 50px
}

.servicesModal .mfp-close {
    font-size: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px
}

.servicesModal .mfp-close:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.servicesModal .mfp-close:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.servicesModal__title {
    font-family: ElMessiri, sans-serif;
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px
}

.servicesModal__content .servicesModal__btn {
    margin-top: 30px
}

.servicesModal__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.servicesModal__infoItem {
    font-size: 16px;
    line-height: 1.2
}

.servicesModal__content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0
}

.servicesModal__content p+* {
    margin-top: 15px
}

.servicesModal__content h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px
}

.servicesModal__content ol {
    margin: 20px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    counter-reset: myCounter
}

.servicesModal__content ol li {
    list-style: none;
    display: block;
    position: relative;
    padding-left: 35px;
    line-height: 1.3;
    font-size: 16px
}

.servicesModal__content ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    width: 20px;
    height: 20px;
    background-color: #062332;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 12px;
    line-height: 20px
}

.servicesModal__content ul {
    margin: 20px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.servicesModal__content ul li {
    list-style: none;
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.2;
    font-size: 16px
}

.servicesModal__content ul li:before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 9px
}

.form .mfp-close {
    font-size: 0;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    opacity: 1
}

.form .mfp-close:hover {
    opacity: .8
}

.form .mfp-close:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #909090;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.form .mfp-close:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #909090;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.form .success {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 20px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    z-index: -1
}

.form__title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2
}

.form form input {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px 20px;
    border: 1px solid #ccc
}

.form form button {
    background-color: #2c8837;
    padding: 10px 30px;
    -webkit-box-shadow: 0 5px 0 0 #167522;
    box-shadow: 0 5px 0 0 #167522;
    border-radius: 3px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
    width: 100%;
    border: 0;
    cursor: pointer
}

.form form button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom {
    opacity: 0;
    opacity--webkit-transition: opacity .3s ease-out;
    opacity--moz-transition: opacity .3s ease-out;
    opacity--o-transition: opacity .3s ease-out;
    opacity-transition: opacity .3s ease-out
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.page {
    margin: 90px 0 150px;
}

.page__top {
    display: none;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.page__linkBack {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #bd9c8c;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
}

.page__linkBack:hover {
    text-decoration: none;
    color: #a38576;
}

.page__linkBack:before {
    content: '';
    width: 21px;
    height: auto;
    aspect-ratio: 2.1;
    background-image: url(../img/page__linkBack.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.breadcrumbs {
    margin: 0 0 15px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.breadcrumbs li {
    list-style: none;
    color: #8f8f8f;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 5px;
}

.breadcrumbs li:after {
    content: '/';
    color: #8f8f8f;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs li a {
    color: #8f8f8f;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
}

.breadcrumbs li a:hover {
    text-decoration: none;
    color: #c6aa9d;
}

.pageError {
    max-width: 610px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.pageError__pretitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
}

.pageError__title {
    /* font-family: AngleciaProDisplay, serif; */
    font-size: 150px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.pageError__text {
    color: #231919;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    margin-top: 30px;
}

.pageError__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

@media (max-width:1260px) {
    .container {
        max-width: 960px
    }

    .title {
        font-size: 38px;
        margin-bottom: 60px
    }

    .services__itemTitle {
        font-size: 24px
    }

    .services__itemText {
        font-size: 14px
    }

    .help__container {
        grid-template-columns: 1fr 1fr
    }

    .header__menu>ul {
        gap: 15px 30px
    }

    .promo__container {
        grid-template-columns: 1fr 1fr;
        gap: 30px
    }

    .promo__img {
        width: 465px
    }

    .promo__title>span {
        font-size: 38px
    }

    .promo {
        min-height: 770px
    }
}

@media (max-width:991px) {
    .container {
        max-width: 720px
    }

    .title {
        font-size: 34px;
        margin-bottom: 50px
    }

    .footer__email {
        font-size: 16px
    }

    .footer__phone {
        font-size: 22px
    }

    .faq__itemTitle {
        padding: 20px 60px 20px 30px
    }

    .faq__itemTitle:before {
        bottom: 20px;
        top: auto;
        right: 20px
    }

    .faq__itemTitle {
        font-size: 20px
    }

    .faq__itemContent {
        padding: 0 30px 20px
    }

    .services__list {
        grid-template-columns: 1fr 1fr
    }

    .steps__itemTitle {
        font-size: 18px
    }

    .help__container {
        grid-template-columns: 300px 1fr;
        gap: 30px
    }

    .help__list li {
        font-size: 16px
    }

    .help .title {
        margin-bottom: 30px
    }

    .header__menu>ul>li>a {
        font-size: 13px;
        gap: 15px
    }

    .header__menu>ul {
        gap: 10px
    }

    .header__menu>ul>li>ul li a {
        font-size: 13px;
    }

    .header {
        padding: 18px 0;
    }

    .promo {
        height: auto;
        min-height: auto;
        padding-bottom: 50px
    }

    .promo__container {
        grid-template-columns: 1fr
    }

    .promo__img {
        width: 100%;
        max-width: 400px;
        position: relative;
        display: block;
        margin: 0 auto 30px
    }
}

@media (max-width:767px) {
    .container {
        max-width: 540px
    }

    .title {
        font-size: 32px;
        margin-bottom: 40px
    }

    .title br {
        display: none
    }

    body.lock {
        overflow: hidden;
        height: 100vh
    }

    .mobile__menu.open {
        left: 0
    }

    .header__burger {
        display: block
    }

    .btn {
        font-size: 14px
    }

    .services__itemContent {
        padding: 20px 0 0
    }

    .services__itemBottom {
        margin-top: 10px
    }

    .faq,
    .reviews,
    .services {
        margin: 80px 0
    }

    .help,
    .steps {
        padding: 80px 0
    }

    .footer__container {
        grid-template-columns: 1fr
    }

    .footer__email {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .faq__itemTitle:before {
        width: 15px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat
    }

    .faq__itemTitle {
        font-size: 19px;
        padding: 20px 30px 20px 0
    }

    .faq__itemTitle:before {
        bottom: 23px;
        right: 0
    }

    .faq__itemContent {
        padding: 0 0 20px;
        text-align: left
    }

    .steps__list {
        grid-template-columns: 1fr
    }

    .steps__item:before {
        font-size: 100px;
    }

    .help__container {
        grid-template-columns: 1fr
    }

    .help .title {
        text-align: center
    }

    .help__img {
        margin: 30px auto;
        max-width: 300px
    }

    .header .header__menu {
        display: none
    }
}

@media (max-width:575px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .title {
        font-size: 28px
    }

    .btn {
        padding: 18px 40px
    }

    .faq,
    .reviews,
    .services {
        margin: 60px 0
    }

    .help,
    .steps {
        padding: 60px 0
    }

    .steps__item {
        padding: 30px 40px 30px 20px
    }

    .steps__itemTitle {
        font-size: 16px
    }

    .steps__item:before {
        right: 10px;
        font-size: 80px
    }

    .servicesModal {
        padding: 50px 20px
    }

    .servicesModal__title {
        font-size: 28px
    }

    .servicesModal__infoItem {
        font-size: 15px
    }

    .servicesModal__content ol li {
        font-size: 15px
    }

    .servicesModal__content ol li:before {
        width: 18px;
        height: 18px;
        font-size: 10px
    }

    .servicesModal__content ul li {
        font-size: 15px;
        padding-left: 30px
    }

    .servicesModal__content ul li {
        padding-left: 30px
    }

    .promo__title {
        text-align: center
    }

    .promo__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .promo__title>span {
        font-size: 32px
    }

    .header.sticky {
        padding: 10px 0
    }

    .promo__img img {
        aspect-ratio: .8;
        -o-object-position: bottom;
        object-position: bottom
    }
}

@media (max-width:460px) {
    .services__list {
        grid-template-columns: 1fr
    }

    .promo__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 230px;
        margin: 30px auto 0;
        gap: 10px
    }

    .promo__bottom .btn {
        width: 100%;
        text-align: center
    }

    .promo__text {
        font-size: 14px
    }

    .promo__title {
        margin-bottom: 30px
    }
}