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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body, sub, sup {
    position: relative
}

body {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px;
    min-height: 100vh;
    line-height: 165%;
    font: 400 14px/1.2 "Manrope", sans-serif;
    color: #000;
    background: #fff
}

h1 {
    font-size: 2em
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all .2s ease;
    color: #0d47a1;
    text-decoration: underline
}

a:active, a:hover {
    outline-width: 0
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

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 {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

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

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

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

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

input[type=email], input[type=text], textarea {
    box-shadow: none;
    border-radius: 0
}

input[type=email]::-ms-clear, input[type=text]::-ms-clear, textarea::-ms-clear {
    display: none
}

input[type=password]::-ms-reveal {
    display: none
}

details, menu {
    display: block
}

.popup, .popup .fancybox-close-small, .slick-slide.slick-loading img, [hidden], template {
    display: none
}

.seo .seo-text>p, .service-page .service-detail table table, h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin: 0;
    line-height: 165%;
}

ol, ul {
    /* padding: 0; */
}

label {
    cursor: pointer
}

@font-face {
    font-family: Muller;
    src: url(fonts/Muller/Regular.woff2) format('woff2'), url(fonts/Muller/Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Muller;
    src: url(fonts/Muller/Medium.woff2) format('woff2'), url(fonts/Muller/Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Muller;
    src: url(fonts/Muller/Bold.woff2) format('woff2'), url(fonts/Muller/Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Muller;
    src: url(fonts/Muller/Black.woff2) format('woff2'), url(fonts/Muller/Black.woff) format('woff');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Clear Sans';
    src: url(fonts/ClearSans/Regular.woff2) format('woff2'), url(fonts/ClearSans/Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Clear Sans';
    src: url(fonts/ClearSans/Medium.woff2) format('woff2'), url(fonts/ClearSans/Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Clear Sans';
    src: url(fonts/ClearSans/Bold.woff2) format('woff2'), url(fonts/ClearSans/Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

.popup {
    position: relative;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    background: #fff
}

.popup .popup-close {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    outline: 0;
    border: none;
    cursor: pointer
}

.popup .popup-close:after, .popup .popup-close:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #989898;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -20px;
    border-radius: 3px
}

.popup .popup-close:before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup .popup-close:after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup .popup-close:hover:before {
    animation: popup-before .5s linear
}

.popup .popup-close:hover:after {
    animation: popup-after .5s linear
}

.popup .popup-title {
    font: 500 18px/26px "Manrope", sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase
}

@keyframes popup-before {
    0%, to {
        transform: rotate(-45deg)
    }

    50% {
        transform: rotate(45deg)
    }
}

@keyframes popup-after {
    0%, to {
        transform: rotate(45deg)
    }

    50% {
        transform: rotate(-45deg)
    }
}

@keyframes arrow-before {
    0%, to {
        transform: scale(1) rotate(180deg)
    }

    50% {
        transform: scale(1.2) rotate(180deg)
    }
}

.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;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-slider :not(button) {
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    overflow: hidden;
    display: none
}

.slick-arrow, .slick-slide, .slick-slide a {
    outline: 0 !important
}

[dir=rtl] .slick-slide {
    float: right
}

.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-slide:focus {
    outline: 0
}

.slick-arrow.slick-hidden, .slick-dots li:before {
    display: none
}

.slick-dots {
    display: block !important;
    padding-top: 37px;
    text-align: center
}

.slick-dots li {
    position: static !important;
    display: inline-block !important;
    font-size: 0 !important;
    padding: 0 !important;
    margin: 0 1px;
    vertical-align: top
}

.slick-dots .slick-active button {
    cursor: default
}

.slick-dots .slick-active button:before {
    background: #43a047 !important;
    -ms-transform: none;
    transform: none
}

.slick-arrow, .slick-dots button {
    font-size: 0;
    background: 0 0;
    border: 0;
    cursor: pointer
}

.slick-dots button {
    outline: 0;
    width: 20px;
    height: 20px;
    position: relative
}

.slick-dots button:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    transition: all .2s ease;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px;
    border-radius: 50%;
    background: #dfdfdf
}

.slick-dots button:hover:before {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.slick-arrow {
    width: 50px;
    height: 100%;
    transition: opacity .2s ease;
    position: absolute;
    top: 0;
    opacity: .8
}

#breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 8px;
    margin-bottom: 24px;
}

#breadcrumbs a {
    color: white;
}
.table-scroll td:last-of-type {
    font-weight: 700;
    color: #0d47a1;
}


/*! Pushy - v1.4.0 - 2020-12-28
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #191918;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.pushy-submenu>.pushy-submenu__top>button {
    transform: rotate(0);
    transition: transform 0.4s ease;
}

.pushy-submenu-open>.pushy-submenu__top>button {
    transform: rotate(45deg);
}

.pushy a {
    display: block;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
}

.pushy a:hover {
    color: #FFF;
}

.pushy ul:first-child {
    margin-top: 10px;
}

.pushy.pushy-left {
    left: 0;
}

.pushy.pushy-right {
    right: 0;
}

.pushy-content {
    visibility: hidden;
}

/* Menu Movement */
.pushy-left {
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}

.pushy-right {
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
    -webkit-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
    visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
    transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
    display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

/* Submenu Appearance */
.pushy-submenu {
    /* Submenu Buttons */
    /* Submenu Icon */
}

.pushy-submenu > ul {
    padding-left: 15px;
    transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.pushy-submenu > ul .pushy-link {
    transition: opacity 0.2s ease-in-out;
}

.pushy-submenu button {
    width: 100%;
    color: #b3b3b1;
    padding: 15px 30px;
    text-align: left;
    background: transparent;
    border: 0;
}

.pushy-submenu button:hover {
    color: #FFF;
}

.pushy-submenu > a,
.pushy-submenu > button {
    position: relative;
}

.pushy-submenu > a::after,
.pushy-submenu > button::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("../img/arrow.svg") no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.pushy-submenu-closed .pushy-link {
    opacity: 0;
}

.pushy-submenu-open {
    /* Submenu Icon */
}

.pushy-submenu-open > ul {
    max-height: 1000px;
    visibility: visible;
}

.pushy-submenu-open .pushy-link {
    opacity: 1;
}

.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.pushy-submenu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 16px;
}

.pushy-submenu__top button svg {
    width: 100%;
    height: 100%;
    color: white;
    fill: currentColor;
}

.pushy-submenu__top button {
    padding: 0;
    flex: 0 0 12px;
}

.pushy-submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #252523;
}

.pushy-logo path {
    fill: #fff;
}

.pushy-phones-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 30px;
    margin-bottom: 16px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    color: white;
}

.pushy-phones-wrap a {
    padding: 0;
}

.services__item {
    display: flex;
    height: 100%;
    padding: 16px;
    flex-direction: column;
    text-decoration: none;
    color: #171717!important;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%);
    transition: box-shadow 0.4s ease;
}

.services__item:hover {
    box-shadow: 0 0 16px 0 rgb(0,0,0,0.24)
}

.services__item-image img {
    max-width: 100%;
    height: auto;
}

.services__item-image {
    margin-bottom: 16px;
}

.services__item-name {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    margin-bottom: 16px;
}

.services__item-name::after {
    content: '';
    margin-top: 8px;
    width: 64px;
    height: 2px;
    background: #0d47a1;
}

.services__item-price {
    margin-top: auto;
    font-size: 16px;
    margin-bottom: 16px;
}

.services__title {
    margin-bottom: 32px;
    text-align: center;
}

.services {
    margin-bottom: 124px;
}

.services__item .services__item-name {
    padding: 0;
}


.pe_content {
    display: none;
}
.popup_expert {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 222;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pe_photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #0d47a1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    border: 2px solid white;
}
.pe_photo svg {
    fill: currentColor;
    color: inherit;
}
.pe_photo::after {
    content: '1';
    position: absolute;
    top: ;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    color: white;
    background-color: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.popup_expert.active .pe_content {
    display: block;
    background-color: white;
    padding: 34px 24px 24px;
    box-shadow: 0 0 24px 0 rgb(0,0,0,0.1);
    text-align: center;
    position: relative;
}
.pe_content .messengers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}
.pe_content .messengers svg {
    width: 36px;
    height: 36px;
}
.pe_name {
    font-size: 24px;
    margin-bottom: 16px;
}
.pe_post {
    font-size: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 24px;
}
.pe_close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
}
.pe_close svg {
    width: 14px;
    height: 14px;
}
.active .pe_photo {
    margin-bottom: -32px;
    z-index: 22;
    cursor: auto;
}
.active .pe_photo::after {
    content: unset;
}
.pe_phone {
    font-size: 14px;
    color: black;
    text-decoration: none;
    text-align: center;
    display: block;
}

.articles {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.articles__item {
    flex: 0 0 auto;
    width: 32%;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 10%);
    padding: 16px;
    display: flex;
    text-align: center;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
    border-radius: 4px;
    transition: box-shadow 0.4s ease;
}

.articles__item-img img {
    max-width: 100%;
    height: auto;
}

.articles__item-img {
    margin-bottom: 16px;
}

.articles__item-name {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}

.articles__item-more {
    padding: 8px 24px;
    border: 1px solid transparent;
    background-color: #0d47a1;
    color: white;
    border-radius: 4px;
    max-width: fit-content;
    margin: auto auto 0;
    transition: color 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
}

.articles__item-more:hover {
    color: #0d47a1;
    border-color: currentColor;
    background-color: transparent;
}

.articles__item:hover {
    box-shadow: 0 0 16px 0 rgb(0,0,0,0.2);
}

.other-articles {
    padding: 64px 0;
}

.other-articles h2 {
    margin-bottom: 32px;
}

/* .reviews {
  padding: 64px 0;
  text-align: center;
}

.reviews>.container>div {
  margin: 0 auto;
}

.reviews__title {
  margin-bottom: 32px;
}
 */
.page-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 165%;
}

.page-content p:not(:last-of-type) {
    margin-bottom: 12px;
}

.page-content .services {
    margin-top: 24px;
}

.geograf ul {
    list-style: none;
}

.geograf>ul>li>a {
    font-weight: 600;
    font-size: 24px;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
    border-bottom: 2px solid currentColor;
    width: fit-content;
    color: #0d47a1;
}

.geograf>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.geograf a {
    font-size: 18px;
    color: black;
    text-decoration: none;
}

.header-top {
    padding: 8px 0;
    border-bottom: 1px solid rgb(0,0,0,0.1);
}

.city {
    display: flex;
    gap: 4px;
    align-items: center;
    text-decoration: none;
    color: #283740;
}

.city>svg {
    width: 24px;
    height: auto;
    color: inherit;
    fill: currentColor;
}

.city>svg:last-of-type {
    width: 10px;
    margin-top: 3px;
}

.city__name {
    font-size: 16px;
    text-decoration: none;
}

#select_city-modal .radio-box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}

#select_city-modal .checkbox_block {
    display: flex;
    gap: 8px;
    flex: 1 1 auto;
    width: max(190px);
}

#select_city-modal .title {
    margin-bottom: 16px;
    text-align: center;
    font-size: 24px;
}

#select_city-modal .close-modal {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
}

.questions {
    padding: 64px 0 80px;
}

.questions-title {
    padding: 0 20px;
    font: 500 30px/1.2 "Manrope", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #283740;
    margin-bottom: 24px;
}

.accordion__button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 12px;
    border: 1px solid lightgray;
    background-color: transparent;
    align-items: center;
    font-weight: 600;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.accordion__descr {
    padding: 24px;
    border: 1px solid lightgray;
    display: none;
}

.accordion__icon {
    width: 12px;
    height: 12px;
    fill: currentColor;
    color: inherit;
    transform: rotate(-90deg);
}

.accordion__button--active {
    background-color: #43a047;
    color: white;
    border-color: #43a047;
}

.accordion__button--active .accordion__icon {
    transform: rotate(0);
}

.accordion__descr--active {
    display: block;
}

.reviews-title {
    padding: 0 20px;
    font: 500 30px/1.2 "Manrope", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #283740;
    margin-bottom: 24px!important;
}

.review-item {
    border: 1px solid lightgray;
    padding: 24px;
    text-align: start;
}

.review-item__name {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 18px;
}

.category-tags {
    display: flex;
    flex-direction: row!important;
    padding: 0!important;
    margin: 24px 0!important;
    flex-wrap: wrap;
    gap: 4px;
}

ul.category-tags li:before {
    content: unset!important;
}

.category-tags li {
    padding: 0!important;
}

.category-tags li a {
    display: flex;
    padding: 8px 16px;
    border: 1px solid #0d47a1;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.category-tags li a:hover {background-color: #0d47a1;color: white;}

.scroll-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    border: none;
    border-radius: 4px;
    background: #0d47a1;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.header-menu>.header-menu__item--parent>.nav-link::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_107_2)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.87761 14.2216C5.34315 12.6324 2.81088 12.5879 1.22163 14.1224C-0.367632 15.6569 -0.412058 18.1891 1.1224 19.7784L29.1224 48.7784C29.8762 49.5591 30.9148 50 32 50C33.0852 50 34.1238 49.5591 34.8776 48.7784L62.8776 19.7784C64.4121 18.1891 64.3676 15.6569 62.7784 14.1224C61.1891 12.5879 58.6569 12.6324 57.1224 14.2216L32 40.2412L6.87761 14.2216Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_107_2'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: contain;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -4px;
}

.header-menu>.header-menu__item--parent>.nav-link {
    display: flex;
    align-items: center;
    gap: 4px;
}

@media (max-width:1200px) {
    .slick-arrow {
        display: none !important
    }
}

.slick-arrow:after, .slick-arrow:before {
    transition: border-color .2s ease;
    content: '';
    position: absolute;
    top: 50%
}

.slick-arrow:before {
    border: 3px #999 solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    left: 0;
    margin-top: -25px
}

.slick-arrow:after {
    width: 12px;
    height: 12px;
    left: 21px;
    margin-top: -5px;
    border-top: 2px #999 solid;
    border-left: 2px #999 solid;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.grecaptcha-badge {
    display: none!important;
}

.slick-arrow.slick-prev {
    right: 100%;
    margin-right: 100px
}

@media (max-width:1360px) {
    .slick-arrow.slick-prev {
        margin-right: 20px
    }
}

.slick-arrow.slick-next {
    left: 100%;
    margin-left: 100px
}

@media (max-width:1360px) {
    .slick-arrow.slick-next {
        margin-left: 20px
    }
}

.slick-arrow.slick-next:after {
    left: 16px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.slick-arrow:hover {
    opacity: 1
}

.slick-arrow:hover:after, .slick-arrow:hover:before {
    border-color: #43a047
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar, .fancybox-toolbar {
    opacity: 0;
    position: absolute;
    z-index: 99997
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden
}

.fancybox-caption {
    opacity: 0;
    position: absolute
}

.fancybox-navigation .fancybox-button {
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.actions .slick-dots button:before, .fancybox-slide--iframe .fancybox-content, .service-page .side-docs ul li:before {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    color: #ccc
}

.fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px 44px 25px
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    to {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

.header-phones-wrap {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}
.header-phone.seo-footer-phone {
    color: #000;
}

@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: 12px;
            padding-right: 12px
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.fancybox-button--play, .fancybox-button--thumbs, .fancybox-button--zoom {
    display: none !important
}

* {
    -webkit-tap-highlight-color: transparent
}

main {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page.loading {
    filter: blur(3px)
}

.is-ie .page.loading {
    position: relative;
    filter: none
}

.is-ie .page.loading:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5)
}

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

.page-title {
    font: 500 38px/46px "Manrope", sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase;
    position: relative;
    text-align: center
}

.todo {
    outline: 2px solid red !important
}

.header {
    position: sticky;
    z-index: 10;
    padding: 14px 0 14px;
    box-shadow: 0 16px 16px 0 rgb(0,0,0,0.02);
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
}

.header.fixed {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding: 14px 0;
    background: #fff;
    box-shadow: 0 3px 4px 0 rgba(147, 147, 147, .2);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    will-change: transform
}

@media (max-width:1023px) {
    .header.fixed {
        -ms-transform: translateY(-68px);
        transform: translateY(-68px)
    }
}

.header.fixed.aos-animate {
    transition: transform .5s ease;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header.fixed .header-logo {
    width: 150px;
    height: 40px;
    margin-right: 40px
}

.header.fixed .header-main {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 0
}

.header.fixed .nav {
    top: 2px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width:1023px) {
    .header.fixed .nav {
        top: 54px
    }
}

.header.fixed .nav li {
    margin-right: 40px
}

@media (min-width:1024px) {
    .header.fixed .nav li.hidden {
        display: block
    }
}

@media (max-width:1023px) {
    .header.fixed .nav li {
        margin-right: 0
    }

    .header.fixed .nav li:not(:last-child) {
        margin-bottom: 25px
    }
}

@media (min-width:1024px) {
    .header.fixed .nav-link {
        font-size: 12px
    }
}

.header.fixed .btn {
    display: block
}

.header.fixed .header-whatsapp {
    margin-right: 24px
}

.header.fixed .header-search {
    display: none
}

@media (max-width:1023px) {
    .header.fixed .header-search {
        display: block
    }
}

.header.fixed .header-burger {
    background: #0d47a1
}

.header.fixed .header-burger>i {
    width: 40px;
    height: 33px;
    background: url(/images/sprite.svg) -285px -47px no-repeat
}

.header.fixed+.header-dummy {
    width: 100%;
    height: 68px
}

.header.white:not(.fixed) .header-logo path {
    fill: #fff
}

.header.white:not(.fixed) .nav-link {
    color: #fff
}

.header.white:not(.fixed) .nav-link:before {
    background: #fff
}

.header.white:not(.fixed) .header-search-btn {
    width: 16px;
    height: 16px;
    background: url(/images/sprite.svg) -329px -151px no-repeat
}

.header.dark .header-phone {
    color: black;
}

.header-whatsapp-mob {
    display: none
}

@media (max-width:1023px) {
    .header-whatsapp-mob {
        display: flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 150px;
        z-index: 2222;
        background: #4aa047;
        padding: 11px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        align-items: center;
        justify-content: center
    }

    .header-whatsapp-mob svg {
        width: 32px;
        height: 32px
    }

    .header.white:not(.fixed) .header-search-btn {
        width: 68px;
        height: 68px;
        top: 50%;
        right: 68px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        background: 0 0
    }

    .header.white:not(.fixed) .header-search-btn>i {
        transition: transform .5s ease;
        width: 33px;
        height: 33px;
        background: url(/images/sprite.svg) -39px -241px no-repeat;
        will-change: transform
    }

    .header.white:not(.fixed) .header-burger>i {
        width: 40px;
        height: 33px;
        background: url(/images/sprite.svg) -285px -47px no-repeat
    }
    .header.dark .header-phone {
        color: white;
    }
    .header-phones-wrap {
        margin-left: 0;
        margin-top: 16px;
    }
}

.header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1023px) {
    .header .container {
        position: relative
    }
}

.header .header-logo {
    width: 190px;
    height: 45px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    transition: none;
    z-index: 2
}

@media (max-width:499px) {
    .header .header-logo {
        width: 150px;
        height: 40px;
        margin-right: auto
    }
}

.footer .footer-logo svg, .header .header-logo svg {
    width: 100%
}

.header .header-logo path {
    transition: fill .2s ease
}

.header .header-main {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 50px
}

@media (max-width:1023px) {
    .header .header-main {
        position: static
    }
}

.header .nav, .header .nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header .nav {
    position: relative;
    z-index: 1;
    top: 5px;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:1023px) {
    .header .nav {
        width: 100%;
        height: auto;
        position: absolute;
        top: 54px;
        left: 0;
        display: none;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 20px;
        background: rgba(67, 160, 71, .9)
    }

    .header .nav.active {
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:499px) {
    .header .nav {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.header .nav ul {
    list-style: none;
    padding: 0;
}

@media (max-width:1023px) {
    .header .nav ul {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:499px) {
    .header .nav ul {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.header .nav li {
    margin-right: 35px;
}

@media (min-width:1024px) {
    .header .nav li.hidden {
        display: none
    }
}

@media (max-width:1023px) {
    .header .nav li {
        margin-right: 0
    }

    .header .nav li:not(:last-child) {
        margin-bottom: 25px
    }
}

.header .nav-link {
    position: relative;
    font: 700 13px/1.2 "Manrope", sans-serif;
    color: #283740;
    text-transform: uppercase;
    text-decoration: none
}

.header .nav-link:before {
    content: '';
    position: absolute;
    transition: width .3s ease;
    width: 0;
    height: 2px;
    bottom: -3px;
    left: 0;
    background: #283740;
    will-change: width
}

.header .nav .header-menu__item--parent {
    position: relative;
}

.header .nav .header-menu__submenu {
    background: white;
    padding: 16px;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    /* max-width: 300px; */
    box-sizing: border-box;
    /* width: 100%; */
}

.header .nav .header-menu__submenu .header-menu__item {
    margin: 0;
    margin-bottom: 8px;
    display: block;
}

.header .nav .header-menu__submenu .header-menu__item .nav-link {
    display: flex;
    width: 100%;
    min-width: 200px;
    color: black;
}

.header-menu__submenu .header-menu__item--parent a {
    display: flex;
    justify-content: space-between;
}

.header-menu__submenu .header-menu__item--parent>a::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.70711 7.70711C8.09763 7.31658 8.09763 6.68342 7.70711 6.29289L1.70711 0.292893C1.31658 -0.0976314 0.683417 -0.0976314 0.292893 0.292893C-0.0976315 0.683417 -0.0976315 1.31658 0.292893 1.70711L5.58579 7L0.292893 12.2929C-0.097632 12.6834 -0.0976321 13.3166 0.292893 13.7071C0.683417 14.0976 1.31658 14.0976 1.70711 13.7071L7.70711 7.70711Z' fill='black'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    width: 8px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}

.header .nav .header-menu .header-menu__item--parent:hover>.header-menu__submenu {
    display: block;
    top: -16px;
}

.header .nav .header-menu>.header-menu__item--parent:hover>.header-menu__submenu {
    top: 100%;
    left: -16px;
}

@media (max-width:767px) {
    .header .nav-link:before {
        transition: width .1s ease
    }
}

.header .nav-link.active:before, .header .nav-link:hover:before {
    width: calc(100% + 1px)
}

@media (max-width:1023px) {
    .header .nav-link {
        font: 500 16px/1.2 "Manrope", sans-serif;
        color: #fff
    }

    .header .nav-link:before {
        background: #fff
    }
}

.header .btn, .header .header-search.active .header-search-btn {
    display: none
}

@media (max-width:1023px) {
    .header .btn {
        width: 100%;
        height: 65px;
        display: block;
        max-width: 280px;
        margin: 40px auto 0;
        line-height: 65px
    }
}

@media (max-width:499px) {
    .header .btn {
        max-width: none
    }
}

.header .header-search {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.header .header-search>input {
    transition: all .5s ease;
    width: 0;
    height: 48px;
    position: absolute;
    top: -14px;
    left: -20px;
    padding: 0 40px 0 20px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    will-change: width, opacity
}

@media (max-width:1023px) {
    .header .header-search>input {
        top: 74px;
        transition: none
    }
}

.header .header-search.active {
    z-index: 2
}

@media (max-width:1023px) {
    .header .header-search.active {
        width: 100%;
        height: auto;
        padding: 20px;
        top: 130px;
        left: 0;
        background: rgba(67, 160, 71, .9)
    }

    .header-phone.seo-footer-phone {
        color: #fff;
    }
}

.header .header-search.active>input {
    transition: all .3s ease;
    width: calc(100% + 20px);
    visibility: visible;
    opacity: 1
}

@media (max-width:1023px) {
    .header .header-search.active>input {
        transition: none;
        position: static;
        width: 100%
    }

    .header .header-search.active .header-search-btn {
        transition: background .3s ease;
        top: -68px;
        display: -ms-flexbox;
        display: flex;
        background: #43a047
    }

    .header .header-search.active .header-search-btn>i {
        width: 29px;
        height: 29px;
        background: url(/images/sprite.svg) -171px -241px no-repeat;
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.footer .footer-address>span, .header .header-search.active .header-search-submit {
    display: block
}

.header .header-search.filled>input {
    padding: 0 40px
}

.header .header-search.filled .header-search-clear {
    visibility: visible;
    opacity: 1
}

.header .header-search-btn:hover, .header .header-search-submit:hover, .header .header-search.filled .header-search-clear:hover {
    opacity: .7
}

@media (max-width:1023px) {
    .header .header-search.filled .header-search-clear {
        display: block
    }

    .header .header-search.filled .header-search-clear:hover {
        opacity: 1
    }
}

.header .header-search-clear {
    width: 14px;
    height: 14px;
    background: url(/images/sprite.svg) -329px -191px no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
    visibility: hidden;
    opacity: 0
}

@media (max-width:1023px) {
    .header .header-search-clear {
        display: none;
        top: 39px;
        left: 40px;
        visibility: visible;
        opacity: 1
    }
}

.header .header-search-btn {
    display: block
}

.header .header-search-btn, .header .header-search-submit {
    transition: opacity .3s ease;
    position: absolute;
    top: 63%;
    right: 18px;
    will-change: opacity;
    transform: translateY(-50%)
}

.header .header-search-submit {
    top: 33%;
}

@media (max-width:1023px) {
    .header .header-search-btn, .header .header-search-submit {
        display: none
    }

    .header .header-search-btn:hover, .header .header-search-submit:hover {
        opacity: 1
    }
}

.header .header-search-btn {
    width: 16px;
    height: 16px;
    background: url(/images/sprite.svg) -329px -131px no-repeat
}

@media (max-width:1023px) {
    .header .header-search-btn {
        width: 68px;
        height: 68px;
        top: 50%;
        right: 68px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        background: 0 0
    }

    .header-whatsapp {
        margin-top: 24px
    }

    .header .header-search-btn>i {
        transition: transform .5s ease;
        width: 33px;
        height: 33px;
        background: url(/images/sprite.svg) -2px -241px no-repeat;
        will-change: transform
    }
}

.header .header-search-submit {
    width: 16px;
    height: 16px;
    background: url(/images/sprite.svg) -329px -171px no-repeat;
    display: none;
    border: none;
    outline: 0;
    cursor: pointer
}

@media (max-width:1023px) {
    .header .header-search-submit {
        width: 33px;
        height: 33px;
        background: url(/images/sprite.svg) -2px -241px no-repeat;
        top: 50%;
        right: 39px
    }
}

@media (min-width:1024px) {
    .is-ios .header .header-search-submit {
        right: 6px
    }
}

.header .header-burger {
    transition: all .2s ease;
    width: 68px;
    height: 68px;
    position: absolute;
    top: -14px;
    right: 0;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-burger>i {
    transition: transform .5s ease;
    width: 40px;
    height: 33px;
    background: url(/images/sprite.svg) -285px -84px no-repeat;
    will-change: transform
}

.header .header-burger.active {
    background: #0d47a1
}

.header .header-burger.active>i {
    width: 29px;
    height: 29px;
    background: url(/images/sprite.svg) -171px -241px no-repeat;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width:1023px) {
    .header .header-burger {
        display: -ms-flexbox;
        display: flex
    }
}

.footer {
    z-index: 3;
    padding: 196px 0 50px;
    background: url(/images/footer-white.png) 0 0 no-repeat;
    background-size: 100% 100%
}

.footer.blue-pattern {
    background-image: url(/images/footer-blue.png)
}

@media (max-width:1023px) {
    .footer {
        padding: 30px 0;
        background-image: none !important
    }
}

.footer, .footer .container {
    position: relative
}

.footer .footer-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1023px) {
    .footer .footer-columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer .footer-column {
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 37px;
    padding-right: 20px
}

.footer .footer-column:not(:first-child) {
    padding-left: 22px
}

@media (max-width:1023px) {
    .footer .footer-column {
        -ms-flex: auto;
        flex: auto;
        width: 50%
    }

    .footer .footer-column:not(:first-child) {
        padding-left: 0
    }
}

@media (max-width:499px) {
    .footer .footer-column {
        width: 100%;
        margin-bottom: 25px
    }
}

.footer .footer-logo {
    width: 150px;
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.footer .footer-phones-wrap {
    margin-top: 28px
}

.footer .footer-phone {
    display: inline-block;
    font: 400 14px/1.8 "Manrope", sans-serif;
    color: #171717;
    text-decoration: none;
    will-change: color
}

.footer .footer-phone:hover {
    color: #0d47a1
}

.footer .footer-address {
    margin-top: 16px;
    line-height: 1.3
}

.footer .footer-email {
    display: inline-block;
    margin-top: 9px;
    color: #0d47a1;
    text-decoration: underline
}

.footer .footer-email:hover {
    text-decoration: none
}

.footer .footer-subtitle {
    position: relative;
    margin-bottom: 18px;
    padding: 14px 0 15px;
    font: 500 14px/1.2 "Manrope", sans-serif;
    text-transform: uppercase
}

.footer .footer-subtitle:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #999
}

.footer .footer-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer .footer-link {
    transition: all .2s ease;
    margin-bottom: 10px;
    color: #283740;
    text-decoration: none;
    will-change: color
}

.clear-text a, .footer .footer-link:hover {
    color: #0d47a1
}

.footer .footer-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .footer .footer-bottom {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.footer .footer-copyright>span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 4px
}

.footer .footer-copyright>a {
    font-size: 12px
}

.footer .footer-developer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 17px;
    font-size: 12px;
    color: #777
}

@media (max-width:767px) {
    .footer .footer-developer {
        margin-top: 15px
    }
}

.footer .footer-developer .sibirix {
    margin-left: 2px;
    font-size: inherit
}

.footer .footer-developer .sibirix span {
    display: inline-block
}

.footer .footer-developer .sibirix>i {
    width: 27px;
    height: 27px;
    position: relative;
    margin-left: 7px
}

.footer .footer-developer .sibirix>i:before {
    content: '';
    position: absolute;
    transition: all .2s ease;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url(../images/sprite/slon-filled.svg) center no-repeat
}

.footer .footer-developer .sibirix .slon {
    width: 35px;
    height: 37px;
    top: -5px;
    left: -3px;
    opacity: 0;
    z-index: 1
}

.footer .footer-developer .sibirix .ray, .footer .footer-developer .sibirix .slon, .footer .footer-developer .sibirix .ufo {
    transition: all .2s ease;
    background: url(/images/sprite.svg) -285px -121px no-repeat;
    position: absolute;
    -ms-transform: scale(.7) translate(0, 0);
    transform: scale(.7) translate(0, 0)
}

.footer .footer-developer .sibirix .ray {
    width: 35px;
    height: 37px;
    top: -5px;
    left: -3px;
    opacity: 0;
    z-index: 1
}

.footer .footer-developer .sibirix .ufo {
    width: 35px;
    height: 32px;
    background: url(/images/sprite.svg) -285px -162px no-repeat;
    top: -23px;
    left: 14px;
    opacity: 0;
    -ms-transform: scale(.55);
    transform: scale(.55);
    z-index: 2
}

.footer .footer-developer .sibirix .ufo .ray {
    width: 35px;
    height: 32px;
    background: url(/images/sprite.svg) -285px -198px no-repeat;
    top: 21px;
    left: -8px;
    opacity: 0;
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-transform-origin: 80% 0;
    transform-origin: 80% 0
}

.footer .footer-developer .sibirix.aos-animated>i:before {
    opacity: 0
}

.footer .footer-developer .sibirix.aos-animated .slon {
    opacity: 1
}

.footer .footer-developer .sibirix.step-1 .ufo {
    opacity: 1;
    animation: ufo .75s linear
}

.footer .footer-developer .sibirix.step-2 .ufo {
    opacity: 1
}

.footer .footer-developer .sibirix.step-2 .ray {
    opacity: 1;
    animation: ray .5s linear
}

.footer .footer-developer .sibirix.step-3 .ufo {
    opacity: 1
}

.footer .footer-developer .sibirix.step-3 .ray {
    opacity: 1;
    animation: ray .5s 1.5s reverse linear
}

.footer .footer-developer .sibirix.step-3 .slon {
    opacity: 0;
    animation: slon 1.5s linear
}

.footer .footer-developer .sibirix.step-4 .ufo {
    opacity: 0;
    animation: ufo .5s reverse linear
}

.footer .footer-developer .sibirix.step-4 .slon {
    opacity: 0
}

@keyframes ufo {
    0% {
        transform: translate(30px, -60px) scale(.55);
        opacity: 0
    }

    25% {
        transform: translate(-10px, -40px) scale(.55)
    }

    75% {
        transform: translate(30px, -20px) scale(.55)
    }

    to {
        transform: translate(0, 0) scale(.55);
        opacity: 1
    }
}

@keyframes ray {
    0% {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes slon {
    0% {
        transform: scale(.7) skew(0) translate(0, 0);
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        transform: scale(0) skew(-45deg, -45deg) translate(60px, -70px);
        opacity: 0
    }
}

.footer .footer-developer .sibirix, .footer-social, .footer-social .footer-social-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.footer-social {
    padding-left: 14px
}

@media (max-width:767px) {
    .footer-social {
        margin-top: 15px;
        padding-left: 0
    }
}

.footer-social .footer-social-link {
    transition: all .2s ease;
    width: 28px;
    height: 28px;
    -ms-flex-pack: center;
    justify-content: center;
    will-change: opacity
}

.footer-social .footer-social-link:hover {
    opacity: .7
}

.footer-social .footer-social-link:not(:last-child) {
    margin-right: 11px
}

.about .about-branch>img, .about .about-satellite>img, .footer-social .footer-social-link>img, .steps .steps-icon>img {
    max-width: 100%
}

.about-history {
    position: relative!important;
}

.btn, .clear-text a:hover, .no-touch a:hover {
    text-decoration: none
}

.btn {
    transition: all .2s ease;
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 0 29px;
    font: 500 12px/40px "Manrope", sans-serif;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #0d47a1;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    outline: 0
}

.btn.stroke {
    color: #0d47a1;
    background: 0 0
}

.btn.white {
    color: #fff;
    border-color: #fff
}

.btn:hover {
    color: #0d47a1;
    background: white;
}

.btn, .btn:hover.stroke {
    color: #fff;
    background: #0d47a1
}

.btn:hover.white {
    color: #000;
    border-color: #fff;
    background: #fff
}

.custom-form :-ms-input-placeholder {
    color: #394d59;
    font: 400 14px "Manrope", sans-serif
}

.custom-form ::placeholder {
    color: #394d59;
    font: 400 14px "Manrope", sans-serif
}

.custom-form .input-block {
    position: relative
}

.custom-form label.error {
    position: absolute;
    top: 100%;
    left: 0;
    color: #ff3531;
    font: 12px/1 "Manrope", sans-serif
}

.custom-form input, .custom-form textarea {
    transition: all .2s ease;
    color: #555;
    font: 400 14px "Manrope", sans-serif;
    border: 1px solid #c5d6e8;
    border-radius: 3px !important;
    background: 0 0;
    outline: 0
}

.custom-form input:-ms-input-placeholder, .custom-form textarea:-ms-input-placeholder {
    transition: all .2s ease
}

.custom-form input::placeholder, .custom-form textarea::placeholder {
    transition: all .2s ease
}

.custom-form input:focus, .custom-form textarea:focus {
    border-color: #0d47a1
}

.custom-form input:focus:-ms-input-placeholder, .custom-form textarea:focus:-ms-input-placeholder {
    opacity: 0
}

.custom-form input:focus::placeholder, .custom-form textarea:focus::placeholder {
    opacity: 0
}

.custom-form input.error, .custom-form textarea.error {
    border-color: #ff3531
}

.custom-form textarea {
    resize: none
}

.custom-form .search-button {
    transition: all .2s ease;
    width: 48px !important;
    height: 48px !important;
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer
}

.custom-form .search-button:after {
    content: '';
    position: absolute;
    transition: all .2s ease;
    width: 16px;
    height: 16px;
    background: url(/images/sprite.svg) -329px -131px no-repeat;
    top: 16px;
    right: 16px
}

.custom-form .search-button:hover {
    opacity: .7
}

.is-ff .custom-form input:-ms-input-placeholder, .is-ff .custom-form textarea:-ms-input-placeholder {
    line-height: 3em !important
}

.is-ff .custom-form input::placeholder, .is-ff .custom-form textarea::placeholder {
    line-height: 3em !important
}

.clear-text {
    color: #283740;
    font: 14px/22px "Manrope", sans-serif
}

.clear-text p {
    padding-bottom: 20px
}

.clear-text h1, .clear-text h2, .clear-text h3, .clear-text h4 {
    letter-spacing: 1px
}

.clear-text h1, .clear-text h2, .clear-text h3, .clear-text h4, .clear-text h5 {
    color: #283740;
    font-family: "Manrope", sans-serif;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase
}

.clear-text *+h1, .clear-text *+h2, .clear-text *+h3, .clear-text *+h4, .clear-text *+h5 {
    padding-top: 50px
}

@media (max-width:499px) {
    .clear-text *+h1, .clear-text *+h2, .clear-text *+h3, .clear-text *+h4, .clear-text *+h5 {
        padding-top: 30px
    }
}

.clear-text h1, .clear-text h3 {
    padding-bottom: 25px;
    font-size: 36px
}

@media (max-width:499px) {
    .clear-text h1 {
        font-size: 30px
    }
}

.clear-text h2 {
    padding-bottom: 12px;
    font-size: 30px
}

@media (max-width:499px) {
    .clear-text h2 {
        font-size: 23px
    }
}

.clear-text h3 {
    font-size: 26px
}

@media (max-width:499px) {
    .clear-text h3 {
        font-size: 22px
    }
}

.clear-text h4 {
    padding-bottom: 24px;
    font-size: 21px
}

.clear-text h5 {
    max-width: 500px;
    padding-bottom: 21px;
    font-size: 20px;
    letter-spacing: 1px
}

.clear-text h6 {
    padding-bottom: 23px;
    font: 17px/1.3 "Manrope", sans-serif;
    text-transform: none
}

@media (max-width:499px) {
    .clear-text h6 {
        font-size: 18px
    }
}

.clear-text ol, .clear-text ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
    list-style: none
}

.clear-text ul li {
    position: relative
}

.clear-text ol li {
    position: relative;
    padding: 0 0 6px 30px;
    counter-increment: li
}

.clear-text ol {
    padding-top: 23px;
    counter-reset: li
}

.clear-text ol li:before {
    position: absolute;
    content: counter(li) '.';
    top: 0;
    left: 0;
    color: #43a047;
    font-weight: 700
}

.clear-text ul li {
    padding: 0 0 18px 20px;
    font-size: 16px
}

.clear-text ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 0;
    background: #43a047;
    border-radius: 50%
}

.clear-text img {
    max-width: 100%
}

.clear-text figure {
    margin: 0 40px 30px 0
}

.clear-text figure.align-left {
    float: left;
    margin: 0 40px 30px 0
}

.clear-text figure.align-left img, .clear-text figure.align-right img {
    float: none
}

.clear-text figure.align-right {
    float: right;
    margin: 0 0 30px 40px
}

@media (max-width:767px) {
    .clear-text figure {
        float: none !important;
        width: 100% !important
    }

    .clear-text figure img {
        width: 100%
    }
}

.clear-text figcaption {
    padding: 9px 0 0;
    font-size: 14px
}

.clear-text hr {
    margin: 0;
    clear: both;
    border: 0;
    background: 0 0
}

.clear-text mark {
    color: #43a047;
    text-transform: uppercase;
    background: 0 0
}

.clear-text table {
    margin: 0 0 29px;
    font-size: 16px;
    line-height: 24px;
    border-collapse: collapse
}

.clear-text img, .clear-text table td, .clear-text table th {
    vertical-align: top
}

.clear-text table td:last-child, .clear-text table th:last-child {
    text-align: right
}

.clear-text table th {
    padding: 16px 26px 14px;
    color: #0d47a1;
    font: 500 16px/24px "Manrope", sans-serif;
    text-align: left;
    border-bottom: 1px #0d47a1 solid
}

.clear-text table td {
    padding: 13px 26px
}

.clear-text table tr:nth-child(odd) td {
    background: #f2f8fd
}

@media (max-width:499px) {
    .clear-text .large-only {
        display: none
    }
}

.clear-text .small-only {
    width: 100%
}

@media (min-width:500px) {
    .clear-text .small-only {
        display: none
    }
}

.clear-text .small-only .st-head-row-main {
    display: none
}

.clear-text .small-only td, .clear-text .small-only th {
    padding: 10px
}

.clear-text .small-only td:last-child, .clear-text .small-only th:last-child {
    text-align: left
}

@media (max-width:767px) {
    .clear-text .table-scroll {
        width: 100%;
        overflow: hidden
    }

    .clear-text .table-scroll>table {
        display: block;
        overflow-x: auto;
        white-space: nowrap
    }
}

.clear-text blockquote {
    margin: 44px 0 52px
}

blockquote {
    position: relative;
    max-width: 750px;
    min-height: 140px;
    padding-left: 50px;
    color: #3e4c55;
    font: 14px/20px "Manrope", sans-serif
}

blockquote:before {
    content: '';
    position: absolute;
    width: 27px;
    height: 21px;
    background: url(/images/sprite.svg) -2px -278px no-repeat;
    top: 6px;
    left: 0;
    z-index: 2
}

blockquote:after {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    top: -20px;
    left: 0;
    background: #f2f8fd;
    -ms-transform: skewX(-13deg);
    transform: skewX(-13deg)
}

blockquote.with-image {
    min-height: 100px;
    padding-left: 161px
}

@media (max-width:767px) {
    blockquote.with-image {
        padding-left: 120px
    }
}

@media (max-width:499px) {
    blockquote.with-image {
        padding: 120px 0 0
    }
}

blockquote.with-image:before {
    left: 104px
}

@media (max-width:767px) {
    blockquote.with-image:before {
        left: 70px
    }
}

blockquote.with-image:after {
    left: 85px
}

@media (max-width:767px) {
    blockquote.with-image:after {
        left: 20px
    }
}

@media (max-width:499px) {
    blockquote.with-image:after {
        top: 60px
    }
}

.blockquote-image {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 3px;
    left: 31px;
    background: 50% 50%/cover no-repeat;
    border-radius: 50%;
    z-index: 1
}

@media (max-width:767px) {
    .blockquote-image {
        left: 0
    }
}

.blockquote-text {
    position: relative;
    z-index: 1
}

.blockquote-name {
    padding-top: 14px;
    font: 700 16px/20px "Manrope", sans-serif
}

.blockquote-name, .blockquote-status {
    position: relative;
    z-index: 1
}

.attention {
    position: relative;
    margin-top: 82px;
    padding: 99px 0 60px;
    background: #f2f8fd
}

@media (max-width:499px) {
    .attention {
        padding: 50px 0 40px
    }
}

.attention:after, .attention:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #f2f8fd
}

.attention:before {
    right: 100%
}

.attention:after {
    left: 100%
}

.text-slider {
    position: relative;
    margin: 0 -10px
}

.text-slider .slide {
    position: relative;
    display: block;
    padding: 10px;
}

.text-slider .slide.video:after {
    content: '';
    position: absolute;
    transition: all .2s ease;
    width: 61px;
    height: 61px;
    background: url(/images/sprite.svg) -216px -105px no-repeat;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px
}

.text-slider .slide:hover:after {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.text-slider img {
    max-width: 100%;
    vertical-align: top;
    border-radius: 3px
}

.text-slider .slick-dots {
    padding-top: 20px
}

.text-slider .slick-prev {
    margin-right: 73px
}

.text-slider .slick-next {
    margin-left: 73px
}

.gallery-slide {
    padding: 8px;
    box-shadow: 0 0 16px 0 rgb(0,0,0,0.1);
}

.gallery-slider .slick-track {
    display: flex;
    align-items: center;
}

.pager {
    padding: 20px 0;
    text-align: center
}

.pager li {
    display: inline-block;
    margin: 0 4px;
    vertical-align: top
}

.pager li:first-child, .pager li:last-child {
    margin: 0
}

.checkbox, .pager a {
    position: relative;
    border: 1px #0d47a1 solid
}

.pager a {
    font: 500 12px/25px "Manrope", sans-serif;
    color: #0d47a1;
    text-decoration: none;
    opacity: .8;
    width: 28px;
    height: 28px;
    transition: all .2s ease;
    display: block;
    border-radius: 50%
}

.pager a.active {
    color: #fff;
    border-color: #0d47a1;
    background: #0d47a1;
    opacity: 1;
    cursor: default
}

.pager a:hover {
    opacity: 1
}

.pager a.next, .pager a.prev, .seo .seo-show:hover>span {
    border-color: transparent
}

.pager a.next:before, .pager a.prev:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 9px;
    left: 10px;
    border-top: 2px #0d47a1 solid;
    border-left: 2px #0d47a1 solid;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pager a.prev:before {
    left: 8px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.pager a.next:hover {
    -ms-transform: translateX(-2px);
    transform: translateX(-2px)
}

.pager a.prev:hover {
    -ms-transform: translateX(2px);
    transform: translateX(2px)
}

.checkbox {
    transition: border-color .2s ease;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer
}

.checkbox input, .radio input {
    opacity: 0;
    visibility: hidden
}

.checkbox input:checked+i, .radio input:checked+i {
    display: block
}

.checkbox i, .radio i {
    width: 100%;
    height: 100%;
    transition: transform .2s ease;
    position: absolute;
    display: none;
    top: 0;
    left: 0
}

.checkbox i:before, .radio i:before {
    content: '';
    position: absolute;
    height: 8px;
    top: 3px
}

.checkbox i:before {
    background: url(/images/sprite.svg) -329px -209px no-repeat;
    width: 10px;
    left: 2px
}

.radio {
    transition: border-color .2s ease;
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    border: 1px #0d47a1 solid;
    border-radius: 50%;
    cursor: pointer
}

.radio i:before {
    width: 8px;
    left: 3px;
    background: #0d47a1;
    border-radius: 50%
}

.popup-feedback {
    max-width: 490px;
    padding: 62px 20px 67px;
    border-radius: 3px
}

.popup-feedback .popup-title {
    text-align: center;
    margin-bottom: 25px
}

.popup-feedback .custom-form {
    text-align: center
}

.popup-feedback .custom-form .input-block {
    width: 320px;
    height: 48px;
    margin: 0 auto 26px
}

@media (max-width:767px) {
    .popup-feedback .custom-form .input-block {
        width: 100%
    }
}

.popup-feedback .custom-form .input-block input {
    width: 100%;
    height: 100%;
    padding: 0 20px
}

.popup-feedback .custom-form .input-block input:-ms-input-placeholder, .search-page .search-input input:-ms-input-placeholder, .service-page .side-order .input-block input:-ms-input-placeholder, .service-page .side-order .input-block textarea:-ms-input-placeholder {
    font-size: 15px
}

.popup-feedback .custom-form .input-block input::placeholder, .search-page .search-input input::placeholder, .service-page .side-order .input-block input::placeholder, .service-page .side-order .input-block textarea::placeholder {
    font-size: 15px
}

.popup-feedback .custom-form .privacy {
    width: 320px;
    margin: 10px auto 0;
    font-size: 11px
}

@media (max-width:767px) {
    .popup-feedback .custom-form .privacy {
        width: 100%
    }
}

.popup-feedback .custom-form .btn {
    height: 42px;
    line-height: 42px;
    padding: 0 24px;
    margin-top: 19px
}

.popup-success {
    width: 100%;
    max-width: 400px;
    padding: 40px;
    border-radius: 3px
}

.popup-success .popup-title {
    margin-bottom: 6px;
    font: 500 30px/1.2 "Manrope", sans-serif
}

.popup-success .popup-text {
    font: 16px/1.2 "Manrope", sans-serif
}

.leading {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 508px;
    color: #fff;
    text-align: center;
    background: 50% 50%/cover no-repeat;
    margin-top: -65px;
    padding: 70px 0 92px
}

.leading.blue:after {
    background-image: url(../images/common/corner-blue.png)
}

.leading:after, .leading:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0
}

.leading:before {
    top: 0;
    background: linear-gradient(to bottom, #000 0, rgba(255, 255, 255, 0) 90%);
    opacity: .2;
    height: 100%
}

.leading:after {
    height: 92px;
    bottom: 0;
    background: url(/images/corner-white.png) 0 0 no-repeat;
    background-size: 100% 92px;
    z-index: 2
}

.leading .container {
    position: relative;
    z-index: 5
}

.leading-title {
    max-width: 620px;
    margin: auto;
    font: 500 38px/1.368 "Manrope", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media (max-width:1023px) {
    .leading-title {
        font-size: 34px
    }
}

@media (max-width:499px) {
    .leading-title {
        font-size: 20px
    }
}

.leading-backlink {
    transition: opacity .2s ease;
    position: absolute;
    bottom: 100px;
    left: 50%;
    padding-left: 31px;
    color: #fff;
    font: 500 13px/15px "Manrope", sans-serif;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 5
}

.leading-backlink:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: -5px;
    left: 0;
    border: 2px #fff solid;
    border-radius: 50%
}

.leading-backlink:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 8px;
    border-top: 2px #fff solid;
    border-left: 2px #fff solid;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.leading-backlink:hover {
    opacity: .8
}

.promo {
    position: relative;
    height: 816px;
    margin-top: -11px;
    overflow: hidden;
    pointer-events: auto !important
}

@media (max-width:1023px) {
    .promo {
        height: 700px
    }
}

@media (max-width:767px) {
    .promo {
        height: 650px
    }
}

@media (max-width:499px) {
    .promo {
        height: 600px
    }
}

.promo .promo-bw {
    width: 100%;
    height: 100%;
    position: absolute !important;
    z-index: 1;
    top: 19px !important;
    left: 17px !important;
    /*background: url(/images/promo-bw.jpg) center no-repeat*/
}

@media (max-width:1439px) {
    .promo .promo-bw {
        top: 0 !important;
        left: 2px !important
    }
}

@media (max-width:1023px) {
    .promo .promo-bw {
        background: url(/images/promo-bw.jpg) center bottom/contain no-repeat
    }
}

.promo .promo-color {
    transition: opacity 1s ease;
    width: 100%;
    height: 100%;
    position: absolute !important;
    z-index: 2;
    top: 15px !important;
    left: 13px !important;
    /*background: url(/images/promo-color.png) center no-repeat;*/
    opacity: 0;
    will-change: opacity
}

@media (max-width:1439px) {
    .promo .promo-color {
        top: -4px !important;
        left: 0 !important
    }
}

@media (max-width:1023px) {
    .promo .promo-color {
        background: url(/images/promo-color.png) center bottom/contain no-repeat
    }
}

.promo.aos-animate .promo-color {
    opacity: 1;
    transition-delay: 1s
}

.promo.aos-animate .promo-block {
    opacity: 1;
    transition-delay: 2s
}

.promo .container {
    position: relative!important;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.promo .promo-block {
    transition: opacity .7s ease;
    position: relative;
    top: 176px;
    max-width: 730px;
    margin: 0 auto;
    opacity: 0;
    will-change: opacity
}

@media (max-width:1023px) {
    .promo .promo-block {
        top: 90px
    }
    .promo .promo-color,.promo .promo-block {
        opacity: 1!important;
        transition-delay: 2s
    }
}

@media (max-width:767px) {
    .promo .promo-block {
        top: 70px
    }
}

.promo h1 {
    margin: 0;
    font: 500 38px/1.2 "Manrope", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #283740
}

@media (max-width:767px) {
    .promo h1 {
        font-size: 24px;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width:499px) {
    .promo h1 {
        font-size: 20px
    }
}

.promo .promo-subtitle {
    margin-top: 34px;
    font: 500 18px/1.4 "Manrope", sans-serif;
    color: #394d59;
    text-align: center
}

@media (max-width:767px) {
    .promo .promo-subtitle {
        margin-top: 20px;
        font-size: 16px
    }
}

@media (max-width:499px) {
    .promo .promo-subtitle {
        font-size: 15px
    }
}

.promo .promo-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 74px
}

@media (max-width:767px) {
    .promo .promo-links {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 40px
    }
}

.promo .promo-links .btn {
    height: 52px;
    padding: 16px 32px 15px;
    font-size: 16px;
    line-height: 1.2;
    text-transform: none
}

.promo .promo-links .btn:not(:last-child) {
    margin-right: 20px
}

@media (max-width:767px) {
    .promo .promo-links .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px
    }
}

@media (max-width:499px) {
    .promo .promo-links .btn {
        width: 100%
    }
}

.steps {
    position: relative
}

.steps .steps-title {
    font: 500 30px/1.2 "Manrope", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #283740
}

@media (max-width:499px) {
    .steps .steps-title {
        font-size: 20px
    }
}

.steps .steps-subtitle {
    max-width: 560px;
    margin: 4px auto 0;
    font: 16px/1.4 "Manrope", sans-serif;
    color: #394d59;
    text-align: center
}

.steps .steps-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 98px;
    flex-direction: row;
    list-style: none;
    counter-reset: li
}

@media (max-width:1023px) {
    .steps .steps-list {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.steps .steps-item {
    position: relative;
    counter-increment: li;
    width: 235px
}

.steps .steps-item:before {
    transition: transform .7s ease;
    content: counter(li);
    position: absolute;
    z-index: 1;
    top: -59px;
    left: -9px;
    font: 900 220px/1 "Manrope", sans-serif;
    color: #e5eef6;
    will-change: transform;
    background: transparent;
}

@media (max-width:1023px) {
    .steps .steps-item:before {
        left: calc(50% - 110px)
    }

    .steps .steps-item {
        width: 50%;
        margin-bottom: 80px
    }
}

@media (max-width:499px) {
    .steps .steps-item {
        width: 100%
    }
}

.steps .steps-item:hover:before {
    transform: translateX(10px) translateZ(-1000px)
}

.steps .steps-item:hover .steps-icon {
    transform: rotateY(360deg) scale(1.2)
}

.is-ios .steps .steps-item:hover .steps-icon, .is-ios .steps .steps-item:hover:before {
    -ms-transform: none;
    transform: none
}

.steps .steps-icon {
    transition: transform .7s ease;
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    will-change: transform
}

.steps .steps-text {
    position: relative;
    z-index: 2;
    max-width: 175px;
    margin: 18px auto 0;
    font: 14px/1.4 "Manrope", sans-serif;
    text-align: center;
    color: #394d59
}

.question {
    max-width: 1140px;
    margin: 87px auto 0;
    padding: 42px 70px 33px;
    background: #f2f8fd;
    border-radius: 2px
}

@media (max-width:1023px) {
    .question {
        padding: 30px 50px
    }
}

@media (max-width:499px) {
    .question {
        margin-top: 0;
        padding: 30px
    }
}

.question .question-form {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1023px) {
    .question .question-form {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.question .question-info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 171px;
    margin-right: 84px;
    font: 14px/1.3 "Manrope", sans-serif;
    color: #394d59
}

@media (max-width:1023px) {
    .question .question-info {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 20px;
        text-align: center
    }
}

.question .question-info>span {
    display: block;
    margin-bottom: 7px;
    font: 500 22px/1.2 "Manrope", sans-serif;
    color: #283740
}

.question .question-main {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.question .question-fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .question .question-fields {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.question .input-block {
    -ms-flex: 1;
    flex: 1
}

.question .input-block:not(:last-child) {
    margin-right: 20px
}

@media (max-width:767px) {
    .question .input-block {
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        max-width: 350px
    }

    .question .input-block:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.question .input-block input {
    width: 100%;
    height: 48px;
    padding: 0 17px;
    background: #fff
}

.question .input-block button {
    width: 100%;
    height: 48px;
    line-height: 48px
}

.question .question-policy {
    margin-top: 22px;
    font: 12px/1.2 "Manrope", sans-serif;
    color: #394d59
}

@media (max-width:1023px) {
    .question .question-policy {
        text-align: center
    }
}

.consult .consult-policy>a, .question .question-policy>a {
    font-size: inherit
}

.about {
    position: relative;
    margin-top: 87px;
    padding-bottom: 246px;
    overflow: hidden
}

@media (max-width:899px) {
    .about {
        padding-bottom: 160px
    }
}

.about.aos-animate .about-wave {
    transition-delay: .5s;
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.about .about-wave {
    transition: all .5s ease;
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 1;
    bottom: -60px;
    left: 0;
    opacity: 0;
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    will-change: opacity, transform
}

.about .container, .work {
    position: relative
}

.about .about-bg-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.about .about-bg {
    width: 781px;
    height: 598px;
    top: 23px !important;
    right: -200px !important;
    background: url(/images/about-bg.png) center no-repeat
}

.about .about-bg, .about .about-bg-back, .about .about-bg-front {
    position: absolute !important;
    z-index: 2;
    left: auto !important
}

.about .about-bg-back {
    background: url(/images/about-bg-back.png) center no-repeat;
    width: 779px;
    height: 598px;
    top: 23px !important;
    right: -180px !important
}

.about .about-bg-front {
    width: 416px;
    height: 422px;
    top: 199px !important;
    right: -107px !important;
    background: url(/images/about-bg-front.png) center no-repeat
}

.about .about-title {
    font: 500 30px/1.2 "Manrope", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #283740
}

.input-block--last-name {
    display: block;
    width: 2px!important;
    height: 2px!important;
    margin-bottom: -2px!important;
    border: none;
    padding: 0;
    opacity: 0.01;
}

@media (max-width:499px) {
    .about .about-title {
        font-size: 20px
    }
}

.about .about-main {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 745px;
    margin-top: 120px
}

@media (min-width:900px) and (max-width:1199px) {
    .about .about-main {
        margin-left: 75px
    }
}

@media (max-width:899px) {
    .about .about-main {
        max-width: none
    }
}

@media (max-width:499px) {
    .about .about-main {
        margin-top: 70px
    }
}

.about .about-info {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:899px) {
    .about .about-info {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about .about-years {
    position: relative;
    left: -5px;
    margin-right: 42px;
    text-align: center;
    color: #43a047
}

@media (max-width:1023px) {
    .about .about-years {
        left: 0
    }
}

@media (max-width:899px) {
    .about .about-years {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.about .about-years>b {
    font: 900 165px/1 "Manrope", sans-serif
}

.about .about-years>span {
    position: relative;
    top: -15px;
    display: block;
    font: 500 30px/1 "Manrope", sans-serif;
    text-transform: uppercase
}

.about .about-years.aos-animate~.about-branch, .about .about-years.aos-animate~.about-satellite {
    opacity: 1;
    transition-delay: 1s
}

.about .about-satellite {
    transition: all 1s linear;
    width: 40px;
    height: 140px;
    transition-delay: 0s !important;
    position: absolute !important;
    top: -75px !important;
    left: 90px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    will-change: opacity;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.about .about-satellite:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 41px;
    background: url(/images/sprite.svg) -285px -2px no-repeat;
    top: 10px;
    right: -130px
}

@media (max-width:899px) {
    .about .about-satellite {
        left: auto !important;
        right: 50px !important
    }
}

@media (max-width:499px) {
    .about .about-satellite {
        top: -50px !important;
        right: 0 !important
    }
}

.about .about-branch {
    transition: opacity .5s ease;
    width: 65px;
    height: 99px;
    background: url(/images/sprite.svg) -216px -2px no-repeat;
    position: absolute !important;
    top: 125px !important;
    left: -73px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    will-change: opacity
}

@media (max-width:899px) {
    .about .about-branch {
        top: 115px !important;
        left: 50px !important
    }
}

@media (max-width:499px) {
    .about .about-branch {
        left: -15px !important
    }
}

.about .about-subtitle {
    margin-bottom: 20px;
    font: 24px/1.2 "Manrope", sans-serif;
    color: #283740
}

.about .about-text {
    line-height: 1.5
}

.about .about-features {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 52px
}

.about .about-features-item {
    -ms-flex: 1;
    flex: 1
}

.about .about-features-item:hover .about-features-icon, .about-page .page-content .advantages .item:hover img {
    transform: rotateY(360deg) scale(1.2)
}

.about .about-features-icon {
    transition: transform .7s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    will-change: transform
}

.about .about-features-text {
    max-width: 160px;
    margin: 22px auto 0;
    line-height: 1.3;
    text-align: center
}

@media (max-width:499px) {
    .about .about-features-text {
        font-size: 12px
    }
}

.work {
    margin: -158px auto 0;
    background: #e5eef5
}

.work .work-slide {
    position: relative;
    padding-top: 177px
}

@media (max-width:767px) {
    .work .work-slide {
        padding-top: 150px
    }
}

.work .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:767px) {
    .work .container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.work .work-info {
    width: 50%;
    max-width: 320px;
    padding-bottom: 139px
}

@media (max-width:767px) {
    .work .work-info {
        width: 100%;
        max-width: none;
        padding-bottom: 50px
    }
}

.work .work-title {
    font: 500 30px/1.2 "Manrope", sans-serif;
    text-transform: uppercase;
    color: #283740
}

.work .work-subtitle {
    transition: all .5s ease;
    display: inline-block;
    margin-top: 36px;
    font: 500 20px/1.2 "Manrope", sans-serif;
    color: #283740
}

.work .work-task {
    transition: all .5s ease;
    margin-top: 39px;
    padding-left: 30px;
    font: 15px/1.3 "Manrope", sans-serif
}

.work .work-task>span {
    display: block;
    margin-bottom: 10px;
    font: 500 14px/1.2 "Manrope", sans-serif
}

.work .work-tags {
    transition: all .5s ease;
    margin-top: 45px
}

.work .work-visual {
    width: 50%
}

@media (max-width:767px) {
    .work .work-visual {
        position: relative;
        width: 100%
    }
}

.work .work-photo {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: center/cover no-repeat
}

@media (max-width:767px) {
    .work .work-photo {
        width: calc(100% + 40px);
        height: 100%;
        top: 0;
        left: -20px
    }
}

.work .work-review {
    position: relative;
    max-width: 405px;
    padding: 68px 50px 105px 110px;
    color: #fff;
    background: rgba(67, 160, 71, .9)
}

@media (max-width:767px) {
    .work .work-review {
        max-width: none
    }
}

@media (max-width:499px) {
    .work .work-review {
        padding: 30px 20px 30px 30px
    }
}

.work .work-review-head {
    position: relative
}

@media (max-width:499px) {
    .work .work-review-head {
        padding-left: 70px
    }
}

.work .work-review-avatar {
    width: 53px;
    height: 53px;
    position: absolute;
    top: -3px;
    left: -70px;
    background: center/cover no-repeat;
    border-radius: 50%
}

@media (max-width:499px) {
    .work .work-review-avatar {
        top: 0;
        left: 0
    }
}

.work .work-review-name {
    font: 500 20px/1.2 "Manrope", sans-serif
}

@media (max-width:499px) {
    .work .work-review-name {
        font-size: 16px
    }
}

.work .work-review-post {
    margin-top: 10px
}

@media (max-width:499px) {
    .work .work-review-post {
        margin-top: 3px;
        padding-left: 70px
    }
}

.work .work-review-text {
    margin-top: 45px;
    line-height: 1.4
}

@media (max-width:499px) {
    .work .work-review-text {
        margin-top: 30px
    }
}

.work .work-review-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px;
    color: #fff
}

.work .work-review-link>i {
    width: 21px;
    height: 24px;
    background: url(/images/sprite.svg) -329px -31px no-repeat;
    margin-left: 10px
}

.work .slick-slide.slick-current .work-subtitle {
    transition-delay: .2s
}

.work .slick-slide.slick-current .work-task {
    transition-delay: .3s
}

.work .slick-slide.slick-current .work-review, .work .slick-slide.slick-current .work-tags {
    transition-delay: .5s
}

.work .slick-slide:not(.slick-current) .work-review, .work .slick-slide:not(.slick-current) .work-subtitle, .work .slick-slide:not(.slick-current) .work-tags, .work .slick-slide:not(.slick-current) .work-task {
    transition: all 1s ease;
    opacity: 0
}

.work .slick-slide:not(.slick-current) .work-subtitle, .work .slick-slide:not(.slick-current) .work-tags, .work .slick-slide:not(.slick-current) .work-task {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.work .slick-slide:not(.slick-current) .work-review {
    -ms-transform: translateY(100%) !important;
    transform: translateY(100%) !important
}

.work .slick-arrow {
    z-index: 5
}

.work .slick-arrow.slick-prev {
    right: auto;
    left: 94px
}

@media (max-width:1380px) {
    .work .slick-arrow.slick-prev {
        left: 20px
    }
}

.work .slick-arrow.slick-next {
    left: auto;
    right: 94px
}

@media (max-width:1380px) {
    .work .slick-arrow.slick-next {
        right: 20px
    }
}

.actions .slick-arrow:not(:hover):after, .actions .slick-arrow:not(:hover):before, .work .slick-arrow.slick-next:not(:hover):after, .work .slick-arrow.slick-next:not(:hover):before {
    border-color: #fff
}

.work .slick-dots {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding-top: 20px
}

@media (min-width:1201px) {
    .work .slick-dots {
        display: none !important
    }
}

.certificates {
    display: none;
    padding: 96px 0 100px;
    background: url(../images/pattern.jpg) center/cover no-repeat
}

.actions, .certificates .container {
    position: relative
}

.certificates .certificates-title {
    padding: 0 20px;
    font: 500 30px/1.2 "Manrope", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #283740
}

@media (max-width:499px) {
    .certificates .certificates-title {
        font-size: 20px
    }
}

.certificates .certificates-subtitle {
    max-width: 420px;
    margin: 10px auto 0;
    padding: 0 20px;
    font: 16px/1.3 "Manrope", sans-serif;
    color: #394d59;
    text-align: center
}

.certificates .certificates-slider {
    margin-top: 58px
}

.is-ie .certificates .certificates-item, .is-ie .certificates .certificates-item.aos-animate {
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important
}

.certificates .certificates-item>img {
    transition: all .2s ease;
    max-width: 100%;
    vertical-align: top;
    will-change: transform
}

.certificates .certificates-item>img:hover {
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.certificates .slick-slide {
    margin-right: 20px
}

.certificates .certificates-link {
    display: block;
    max-width: 150px;
    height: 42px;
    margin: 77px auto 0;
    line-height: 42px
}

@media (max-width:1023px) {
    .certificates .certificates-link {
        margin-top: 50px
    }
}

.certificates .slick-dots {
    padding-top: 20px
}

@media (min-width:1201px) {
    .certificates .slick-dots {
        display: none !important
    }
}

.actions {
    z-index: 1
}

.actions .actions-slide {
    height: 510px
}

.actions .actions-photo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: center/cover no-repeat
}

.actions .actions-photo:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1)
}

.actions .container {
    position: relative
}

@media (max-width:1439px) {
    .actions .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding: 0 70px
    }
}

@media (max-width:499px) {
    .actions .container {
        padding: 0 20px
    }
}

.actions .actions-text {
    transition: all 1s ease;
    max-width: 490px;
    margin: 136px 0 38px;
    font: 500 44px/1.1 "Manrope", sans-serif;
    text-transform: uppercase;
    color: #fff
}

@media (max-width:1439px) {
    .actions .actions-text {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .actions .actions-text {
        font-size: 30px
    }
}

@media (max-width:499px) {
    .actions .actions-text {
        font-size: 20px
    }
}

.actions .actions-link {
    transition: all 1s ease
}

.actions .actions-link>.btn {
    height: 42px;
    padding: 0 36px;
    line-height: 42px
}

.actions .slick-slide.slick-current .actions-text {
    transition-delay: .2s
}

.actions .slick-slide.slick-current .actions-link {
    transition-delay: .3s
}

.actions .slick-slide:not(.slick-current) .actions-link, .actions .slick-slide:not(.slick-current) .actions-text {
    transition: all 1s ease;
    opacity: 0;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.actions .slick-arrow {
    z-index: 5
}

.actions .slick-arrow.slick-prev {
    right: auto;
    left: 94px
}

@media (max-width:1380px) {
    .actions .slick-arrow.slick-prev {
        left: 20px
    }
}

.actions .slick-arrow.slick-next {
    left: auto;
    right: 94px
}

@media (max-width:1380px) {
    .actions .slick-arrow.slick-next {
        right: 20px
    }
}

.actions .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 80px;
    left: 0;
    padding-left: 105px;
    padding-top: 20px;
    text-align: left
}

@media (min-width:1201px) {
    .actions .slick-dots {
        display: none !important
    }
}

@media (max-width:499px) {
    .actions .slick-dots {
        padding-left: 15px
    }
}

.actions .slick-dots button {
    -ms-transform: scale(2);
    transform: scale(2)
}

.consult {
    position: relative;
    max-width: 1960px;
    margin: -100px auto 0;
    padding: 184px 0 91px;
    background: #f2f8fd;
    overflow: hidden
}

.consult.aos-animate .consult-stroke {
    transition-delay: .5s;
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.consult .consult-stroke {
    transition: all .5s ease;
    width: 100%;
    height: 207px;
    position: absolute;
    top: -40px;
    left: 0;
    /*background: url(../images/main/consult/consult-stroke.png) center top/cover no-repeat;*/
    opacity: 0;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    will-change: opacity, transform
}

@media (max-width:1023px) {
    .consult .consult-stroke {
        top: 0
    }
}

.consult .container {
    position: relative
}

.consult .consult-title {
    padding: 0 20px;
    font: 500 30px/1.2 "Manrope", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #283740
}

@media (max-width:499px) {
    .consult .consult-title {
        font-size: 20px
    }
}

.consult .consult-subtitle {
    max-width: 610px;
    margin: 3px auto 0;
    padding: 0 20px;
    font: 16px/1.3 "Manrope", sans-serif;
    color: #394d59;
    text-align: center
}

.consult .consult-show-form {
    transition: all .2s ease;
    display: block;
    max-width: 150px;
    height: 42px;
    margin: 46px auto 0;
    line-height: 42px;
    visibility: visible;
    opacity: 1;
    will-change: opacity
}

.consult .consult-show-form.hidden {
    visibility: hidden;
    opacity: 0
}

@media (max-width:499px) {
    .consult .consult-show-form {
        margin-top: 30px
    }
}

.consult .consult-hide-form {
    transition: all .2s ease;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 20px;
    will-change: transform
}

.consult .consult-hide-form:after, .consult .consult-hide-form:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -24px;
    background: #777;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.consult .consult-hide-form:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.consult .consult-hide-form:hover {
    -ms-transform: scale(.9);
    transform: scale(.9)
}

@media (max-width:1023px) {
    .consult .consult-hide-form {
        top: -35px
    }
}

.consult .consult-form {
    display: none;
    max-width: 490px;
    margin: 18px auto 0;
}

.consult .consult-form button {
    display: block;
    width: 100%;
    max-width: 150px;
    margin: 0 auto
}

.consult .input-block {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

.consult .input-block input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    background: #fff
}

.consult .input-block textarea {
    width: 100%;
    min-height: 70px;
    padding: 10px 16px;
    background: #fff
}

.consult .consult-policy {
    margin-top: 30px;
    font: 12px/1.2 "Manrope", sans-serif;
    color: #283740;
    text-align: center
}

.press {
    padding-top: 96px;
    overflow: hidden
}

@media (max-width:767px) {
    .press {
        padding-top: 30px
    }
}

.press .press-title {
    font: 500 30px/1.2 "Manrope", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #283740
}

@media (max-width:499px) {
    .press .press-title {
        font-size: 20px
    }
}

.press .press-subtitle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1px;
    font: 16px/1.3 "Manrope", sans-serif;
    color: #394d59;
    text-align: center
}

@media (max-width:767px) {
    .press .press-subtitle {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.press .press-social, .press .press-social .press-social-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.press .press-social {
    position: relative;
    top: 1px;
    margin-left: 32px
}

@media (max-width:767px) {
    .press .press-social {
        top: 0;
        margin-left: 0;
        margin-top: 10px
    }
}

.press .press-social .press-social-link {
    transition: all .2s ease;
    width: 24px;
    height: 24px;
    -ms-flex-pack: center;
    justify-content: center;
    will-change: opacity
}

.contacts-page .card a.phone:hover, .press .press-social .press-social-link:hover {
    opacity: .7
}

.press .press-social .press-social-link:not(:last-child) {
    margin-right: 11px
}

.press .press-social .press-social-link>img {
    max-width: 100%
}

.press .press-list {
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px
}

@media (max-width:767px) {
    .press .press-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 40px
    }
}

.press .press-item {
    width: 50%;
    padding-right: 20px
}

.press .press-item:not(:last-child) {
    margin-right: 20px
}

@media (max-width:767px) {
    .press .press-item {
        width: 100%;
        padding-right: 0
    }

    .press .press-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #999
    }
}

.press .press-item-title {
    font: 500 20px/1.3 "Manrope", sans-serif;
    color: #283740
}

.press .press-item-title:not([href]) {
    text-decoration: none
}

@media (max-width:499px) {
    .press .press-item-title {
        font-size: 18px
    }
}

.press .press-item-date {
    display: inline-block;
    margin-top: 22px;
    padding: 4px 19px;
    color: #43a047;
    border: 1px solid #43a047;
    border-radius: 30px
}

@media (max-width:767px) {
    .press .press-item-date {
        margin-top: 15px
    }
}

.press .press-item-preview {
    margin-top: 25px;
    line-height: 1.4
}

@media (max-width:767px) {
    .press .press-item-preview {
        margin-top: 15px
    }
}

.seo {
    position: relative;
    padding-bottom: 190px;
    overflow: hidden
}

.seo .seo-wave {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100px;
    left: 0;
    background: url(/images/seo-wave.png) center bottom/100% 100% no-repeat
}

@media (max-width:1023px) {
    .seo .seo-wave {
        display: none
    }
}

.seo .container {
    position: relative;
    margin-top: 199px;
    pointer-events: auto !important
}

@media (max-width:1023px) {
    .seo .container {
        margin-top: 100px
    }
}

.seo .seo-bg {
    width: 658px;
    height: 753px;
    position: absolute !important;
    z-index: 1;
    top: auto !important;
    bottom: -226px !important;
    right: -109px !important;
    left: auto !important;
    background: url(/images/seo-bg.png) center no-repeat
}

@media (max-width:1023px) {
    .seo .seo-bg {
        display: none !important
    }
}

.seo .seo-title {
    position: relative;
    z-index: 2;
    max-width: 630px;
    font: 500 30px/1.2 "Manrope", sans-serif;
    text-transform: uppercase;
    color: #283740
}

@media (max-width:499px) {
    .seo .seo-title {
        font-size: 20px
    }
}

.seo .seo-subtitle {
    position: relative;
    z-index: 2;
    max-width: 630px;
    margin-top: 35px;
    font: 21px/1.3 "Manrope", sans-serif;
    color: #283740
}

@media (max-width:499px) {
    .seo .seo-subtitle {
        font-size: 18px
    }
}

.seo .seo-text {
    position: relative;
    z-index: 2;
    max-width: 630px;
    margin-top: 23px;
    line-height: 1.6;
    color: #283740
}

.seo .seo-text.hidden {
    display: none
}

.seo .seo-show {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: 38px;
    padding-right: 45px;
    text-decoration: none
}

.seo .seo-show>span {
    transition: all .2s ease;
    font-size: 15px;
    color: #0d47a1;
    border-bottom: 1px dashed #0d47a1;
    will-change: border
}

.seo .seo-show:before {
    transition: all .2s ease;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/images/sprite.svg) -103px -241px no-repeat;
    top: -3px;
    right: 0;
    transform: rotateX(180deg);
    will-change: transform
}

.seo .seo-show.active:before {
    transform: rotateX(0)
}

.action-card {
    display: block;
    color: #283740;
    text-decoration: none
}

@media (hover), (min-width:0\0), (min--moz-device-pixel-ratio:0) {
    .action-card:hover .action-card-title {
        color: #0d47a1
    }

    .action-card:hover .action-card-image:before {
        opacity: .5
    }

    .action-card:hover .action-card-image-cover {
        -ms-transform: scale(1.06);
        transform: scale(1.06)
    }
}

.action-card-image {
    position: relative;
    display: block;
    height: 186px;
    border-radius: 5px;
    overflow: hidden
}

.action-card-image-cover, .action-card-image:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.action-card-image:before {
    content: '';
    background: rgba(0, 0, 0, .2);
    z-index: 1;
    transition: opacity .5s ease
}

.action-card-image-cover {
    transition: transform .5s ease;
    background: 50% 50%/cover no-repeat
}

.is-ie .action-card-image-cover {
    -ms-transform: none !important;
    transform: none !important
}

.action-card-content {
    display: block;
    padding: 25px 11px
}

.action-card-title {
    transition: all .2s ease;
    display: block;
    padding-bottom: 7px;
    font: 700 16px/22px "Manrope", sans-serif;
    text-transform: uppercase
}

.action-card-text {
    display: block;
    font: 14px/20px "Manrope", sans-serif
}

.service-slider .title {
    padding-bottom: 40px;
    font: 500 30px/1.2 "Manrope", sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

.service-slider .slick-arrow {
    top: -65px
}

.service-card {
    position: relative;
    display: inline-block;
    width: 310px;
    padding-right: 10px;
    color: #283740;
    text-decoration: none;
    vertical-align: top
}

.service-card:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    transition: all .8s ease;
    max-width: 90%;
    right: 10%;
    top: 0;
    border-radius: 50%;
    background: #f2f8fd;
    pointer-events: none;
    -ms-transform: scale(0) translateY(10px);
    transform: scale(0) translateY(10px);
    opacity: 0
}

.service-card:hover .name {
    color: #0d47a1
}

.service-card:hover .btn, .service-card:hover:before {
    opacity: 1;
    -ms-transform: none;
    transform: none
}

@media (max-width:499px) {
    .service-card .btn {
        opacity: 1;
        -ms-transform: none;
        transform: none
    }
}

.service-card>* {
    position: relative;
    z-index: 1
}

.service-card .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    margin-bottom: 32px
}

.service-card .icon img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top
}

.service-card .name {
    transition: all .2s ease;
    display: block;
    padding-bottom: 7px;
    font: 700 14px/22px "Manrope", sans-serif;
    text-transform: uppercase
}

.service-card .text {
    position: relative;
    display: block;
    height: 71px;
    font: 14px/20px "Manrope", sans-serif;
    overflow: hidden
}

.service-card .text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.service-card .data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 33px
}

.service-card .price {
    padding-right: 23px;
    color: #43a047;
    font: 700 24px/1 "Manrope", sans-serif
}

.service-card .days {
    position: relative;
    top: 3px;
    font: 700 14px/1 "Manrope", sans-serif
}

.service-card .btn {
    height: 36px;
    padding: 0 43px;
    line-height: 38px;
    opacity: 0;
    -ms-transform: translateY(-6px);
    transform: translateY(-6px)
}

.portfolio-slider {
    margin: 0 -10px
}

.portfolio-slider .title {
    padding-bottom: 40px;
    font: 500 30px/1.2 "Manrope", sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

.portfolio-slider .portfolio-card {
    padding: 0 10px
}

.portfolio-slider .slick-arrow {
    top: -65px
}

.portfolio-slider .slick-prev {
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.portfolio-slider .slick-next {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.portfolio-card {
    display: block;
    color: #283740;
    text-decoration: none;
    width: 490px
}

.portfolio-card .image {
    position: relative;
    display: block;
    height: 220px;
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden
}

.portfolio-card .cover {
    width: 100%;
    height: 100%;
    transition: transform .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    background: 50% 50%/cover no-repeat
}

.portfolio-card:hover .cover {
    -ms-transform: scale(1.06);
    transform: scale(1.06)
}

.portfolio-card:hover .name {
    color: #0d47a1
}

.portfolio-card .name {
    transition: color .3s ease;
    display: block;
    padding-bottom: 8px;
    font: 700 16px/22px "Manrope", sans-serif;
    text-transform: uppercase
}

.portfolio-card .text {
    display: block;
    font: 14px/20px "Manrope", sans-serif
}

.filter-block {
    position: relative;
    padding-bottom: 110px;
    color: #283740;
    background: #f2f8fd
}

.filter-block.opened {
    padding-bottom: 40px
}

.filter-block .trigger {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -15px;
    background: #0d47a1;
    border-radius: 50%;
    opacity: 0
}

.filter-block .trigger:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 12px;
    left: 11px;
    border-top: 2px #fff solid;
    border-left: 2px #fff solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.filter-block .trigger.up {
    opacity: 1
}

.filter-block .trigger-btn {
    position: absolute;
    top: 30px;
    left: 50%;
    height: 37px;
    margin-top: 20px;
    padding: 0 42px;
    line-height: 37px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.filter-block .trigger-btn.hidden {
    visibility: hidden;
    opacity: 0
}

.filter-block .container {
    max-width: 700px
}

.filter-block .title {
    font: 700 22px/1 "Manrope", sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

.filter-block .filter-label {
    padding: 44px 0 12px;
    font: 500 16px/22px "Manrope", sans-serif
}

.filter-block .checkboxes, .filter-block .radios {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 8px;
    border-top: 1px #adc3e1 solid;
    border-bottom: 1px #adc3e1 solid
}

.filter-block .checkbox-item {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    padding: 0 10px 12px 26px
}

@media (max-width:767px) {
    .filter-block .checkbox-item {
        width: 33.3%
    }
}

@media (max-width:499px) {
    .filter-block .checkbox-item {
        width: 50%
    }
}

.filter-block .checkbox, .filter-block .radio {
    position: absolute;
    top: 0;
    left: 0
}

.filter-block .radio-item {
    position: relative;
    width: 100%;
    padding: 0 10px 12px 26px
}

.filter-block .reset-wrap {
    position: relative;
    top: 20px;
    text-align: center
}

.filter-block .btn-wrap {
    padding-top: 40px;
    text-align: center
}

.main-page .footer {
}

.contacts-page .page {
    position: relative;
    margin-top: 25px;
    padding-top: 25px;
}

.contacts-page .page-title {
    margin: 90px auto 60px;
    z-index: 1
}

@media (max-width:1023px) {
    .contacts-page .page-title {
        margin: 60px auto 140px
    }
}

@media (max-width:767px) {
    .contacts-page .page-title {
        font-size: 24px;
        margin: 20px auto 140px
    }
}

.contacts-page .card {
    width: 492px;
    height: 360px;
    position: relative;
    display: block;
    padding: 43px 63px 0;
    margin-bottom: 120px;
    color: #283740;
    background: #fff;
    border-radius: 3px;
    z-index: 1
}

@media (max-width:1023px) {
    .contacts-page .card {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .contacts-page .card {
        width: 100%;
        padding: 43px 30px 0
    }
}

.contacts-page .card .row.address {
    margin-bottom: 21px
}

.contacts-page .card .row.phone {
    margin-bottom: 17px
}

.contacts-page .card .row.mail {
    margin-bottom: 31px
}

.contacts-page .card .label {
    margin-bottom: 8px;
    opacity: .7
}

.contacts-page .card a.phone {
    font: 700 16px/24px "Manrope", sans-serif;
    color: #171717;
    text-decoration: none
}

.contacts-page .card a.mail {
    font: 400 16px/15px "Manrope", sans-serif;
    color: #0d47a1
}

.contacts-page .card a.mail:hover {
    text-decoration: none
}

.contacts-page .card .text span {
    display: block;
    margin-bottom: 2px
}

.contacts-page .card .btn {
    width: 152px;
    padding: 0 20px
}

.contacts-page .map {
    width: 100%;
    height: 105%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1)
}

@media (max-width:1023px) {
    .contacts-page .map {
        height: 60%
    }
}

.contacts-page .footer {
    margin-top: -99px;
    padding-top: 195px;
    pointer-events: none
}

.contacts-page .footer .container {
    pointer-events: auto
}

.text-page .text-content {
    overflow: hidden
}

.service-print-page h6, .text-page .clear-text {
    padding-top: 40px
}

.actions-page .container.loading .actions-container {
    transition: all .2s ease;
    filter: blur(5px)
}

.actions-page .leading {
    text-align: left
}

.action-page .leading:before, .actions-page .leading:before {
    background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, .5) 90%);
    opacity: .25
}

.actions-page .leading .btn {
    padding: 0 34px
}

.actions-page .leading-title {
    max-width: 500px;
    padding-bottom: 38px;
    margin-left: 0
}

.actions-page .actions-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    margin: 0 -10px
}

@media (max-width:499px) {
    .actions-page .actions-container {
        margin: 0
    }
}

.actions-page .actions-container .action-card {
    width: calc(33% - 18px);
    margin: 0 10px 13px
}

@media (max-width:767px) {
    .actions-page .actions-container .action-card {
        width: calc(50% - 20px)
    }
}

@media (max-width:499px) {
    .actions-page .actions-container .action-card {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.action-page .leading-title {
    padding-bottom: 25px
}

.action-page .action-detail {
    max-width: 500px;
    padding-top: 40px
}

.action-page .service-slider {
    padding-top: 93px
}

.action-page .portfolio-slider {
    padding-top: 89px
}

.portfolio-list-page .portfolio-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 96px
}

@media (max-width:499px) {
    .portfolio-list-page .portfolio-container {
        margin: 0;
        padding-top: 50px
    }
}

.portfolio-list-page .portfolio-container .portfolio-card {
    width: calc(50% - 10px);
    margin: 0 0 45px
}

@media (max-width:499px) {
    .portfolio-list-page .portfolio-container .portfolio-card {
        width: 100%
    }
}

.portfolio-list-page .pager {
    padding-top: 50px
}

.portfolio-list-page .service-slider {
    padding-top: 77px
}

.portfolio-list-page .service-slider .title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px
}

.portfolio-detail-page .page {
    padding-bottom: 30px
}

.portfolio-detail-page .leading-title {
    max-width: 740px
}

.portfolio-detail-page .service-slider {
    padding-top: 54px
}

.portfolio-detail-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px
}

@media (max-width:1023px) {
    .portfolio-detail-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.portfolio-detail-content .clear-text {
    width: 100%;
    max-width: 660px;
    margin-right: 65px
}

@media (max-width:1023px) {
    .portfolio-detail-content .clear-text {
        -ms-flex-order: 2;
        order: 2;
        max-width: 100%;
        margin-right: 0
    }
}

.portfolio-detail-content .aside {
    width: 235px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #283740;
    font: 14px/22px "Manrope", sans-serif
}

@media (max-width:1023px) {
    .portfolio-detail-content .aside {
        width: 100%;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px
    }
}

.portfolio-detail-content .aside-box {
    padding-bottom: 37px
}

@media (max-width:1023px) {
    .portfolio-detail-content .aside-box {
        display: inline-block;
        max-width: 300px;
        margin-right: 30px;
        vertical-align: top
    }
}

.portfolio-detail-content .aside-box .title {
    padding-bottom: 11px;
    color: #283740;
    font: 500 24px/1.2 "Manrope", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px
}

.portfolio-detail-content .aside-box img {
    margin-top: 7px;
    max-width: 100%
}

.search-page .page {
    margin-top: 30px
}

.search-page .page-title {
    position: relative;
    margin: 93px 0 37px;
    color: #283740;
    font: 500 38px/1.2 "Manrope", sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (max-width:767px) {
    .search-page .page-title {
        font-size: 24px;
        margin: 34px 0
    }
}

.search-page .search-input {
    width: 66%;
    height: auto;
    position: relative;
    margin: 0 auto;
    text-align: center
}

@media (max-width:767px) {
    .search-page .search-input {
        width: 100%
    }
}

.search-page .search-input input {
    width: 100%;
    height: 48px;
    padding-left: 20px;
    font-size: 15px;
    text-align: left
}

.search-page .search-input span {
    display: block;
    margin: 7px 0 0;
    color: #283740;
    opacity: .8
}

.search-page .search-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 75px 0 0 -20px
}

.search-page .search-items .item {
    width: 50%;
    padding: 0 65px 25px 20px;
    margin-bottom: 18px
}

@media (max-width:767px) {
    .search-page .search-items .item {
        width: 100%;
        padding-right: 20px
    }
}

.search-page .search-items .title {
    color: #283740;
    font: 700 16px/16px "Manrope", sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none
}

.search-page .search-items .title:hover {
    color: #0d47a1
}

.search-page .search-items .text {
    line-height: 20px;
    margin-top: 12px
}

.search-page .search-items .text b {
    font-style: normal;
    color: #fff;
    background: #3e4c55
}

.search-page .footer {
    padding-top: 190px;
    padding-bottom: 30px
}

.not-found-page .page {
    position: relative;
    margin-top: -70px
}

.not-found-page .page-title {
    margin-top: 200px;
    color: #fff
}

@media (max-width:1023px) {
    .not-found-page .page-title {
        margin-top: 150px
    }
    .promo .promo-bw, .promo .promo-color {
        background-repeat: no-repeat!important;
        background-size: contain!important;
        background-position: bottom!important;
    }
}

@media (max-width:767px) {
    .not-found-page .page-title {
        margin-top: 100px;
        font-size: 16px
    }
}

.not-found-page .bg {
    width: 100%;
    height: 105%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/not-found-space.png) center center/cover;
    z-index: -1
}

.not-found-page .decals {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 103px 0 60px;
    padding: 0 93px 0 104px
}

@media (max-width:1023px) {
    .not-found-page .decals {
        padding: 0 10px
    }
}

@media (max-width:767px) {
    .not-found-page .decals {
        margin: 60px 0 0
    }
}

.not-found-page .decals .four {
    width: 210px;
    height: 234px;
    position: relative
}

@media (max-width:767px) {
    .not-found-page .decals .four {
        width: 50px;
        height: 180px
    }
}

.not-found-page .decals .four:before {
    content: '';
    position: absolute;
    width: 210px;
    height: 235px;
    background: url(/images/sprite.svg) -2px -2px no-repeat
}

@media (max-width:767px) {
    .not-found-page .decals .four:before {
        -ms-transform: scale(.35);
        transform: scale(.35);
        left: -80px;
        top: -50px
    }
}

.not-found-page .decals .satellite {
    transition: all 1s linear;
    width: 52px;
    height: 200px;
    position: absolute;
    top: -75px;
    left: 50%;
    margin-left: -27px;
    transition-delay: 0s !important;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@media (max-width:1023px) {
    .not-found-page .decals .satellite {
        top: -45px;
        left: 230px
    }
}

@media (max-width:767px) {
    .not-found-page .decals .satellite {
        left: 22.5%
    }
}

.not-found-page .decals .satellite i {
    width: 51px;
    height: 51px;
    background: url(/images/sprite.svg) -216px -170px no-repeat;
    position: relative;
    display: block;
    top: 20px;
    left: -110px;
    -ms-transform: rotate(10deg);
    transform: rotate(10deg)
}

.not-found-page .decals .earth {
    width: 249px;
    height: 249px;
    position: absolute;
    left: 50%;
    margin-left: -125px
}

@media (max-width:767px) {
    .not-found-page .decals .earth {
        width: 120px;
        height: 120px;
        margin-left: -60px
    }
}

.not-found-page .decals .earth i {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/not-found-planet.png) center center/cover
}

.not-found-page .back {
    margin-bottom: 90px;
    text-align: center
}

.not-found-page .back .btn {
    width: 150px;
    height: 36px;
    margin: 0 auto
}

.not-found-page .footer {
    margin-top: -120px;
    padding: 205px 0 50px;
    background-color: transparent;
    pointer-events: none
}

.not-found-page .footer .container {
    pointer-events: auto
}

.about-page .leading {
    height: 490px;
    padding: 90px 0
}

.about-page .leading:after {
    z-index: 2
}

.about-page .leading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .35
}

.about-page .page-content {
    padding-top: 30px
}

.about-page .page-content .title {
    font: 500 30px "Manrope", sans-serif;
    color: #283740;
    text-transform: uppercase;
    letter-spacing: .04em;
    text-align: center;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .about-page .page-content .title {
        text-align: left;
        font-size: 24px
    }
}

.about-page .page-content .subtitle {
    margin: -4px 0 14px;
    font: 700 20px "Manrope", sans-serif;
    color: #283740
}

.about-page .page-content .text {
    line-height: 20px;
    padding: 0 25px 0 0;
    color: #283740
}

.about-page .page-content .text p {
    margin-bottom: 10px
}

.about-page .page-content .history, .about-page .page-content .warranty {
    width: 66%;
    margin: 0 auto
}

@media (max-width:1023px) {
    .about-page .page-content .history, .about-page .page-content .warranty {
        width: 80%
    }
}

@media (max-width:767px) {
    .about-page .page-content .history, .about-page .page-content .warranty {
        width: 95%
    }
}

.about-page .page-content .text-slider {
    margin: 0;
}

@media (max-width:1439px) {
    .about-page .page-content .text-slider {
        margin-bottom: 150px
    }
}

@media (max-width:1023px) {
    .about-page .page-content .text-slider {
        margin: 87px 0 150px
    }
}

@media (max-width:767px) {
    .about-page .page-content .text-slider {
        margin: 60px 0
    }
}

.about-page .page-content .warranty .title {
    margin-bottom: 15px
}

.advantages {
    margin-top: 90px
}

.advantages .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 74px
}

@media (max-width:767px) {
    .advantages .items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.advantages .item {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 20px;
    color: #283740
}

@media (max-width:767px) {
    .advantages .item {
        width: 50%;
        margin-bottom: 40px
    }
}

.advantages .item img {
    width: auto;
    height: 45px;
    transition: transform .7s ease;
    display: block;
    margin-bottom: 21px;
    border-radius: 3px
}

.about-page .page-content .certificates {
    margin: 4px auto -30px;
    padding: 50px 0 100px;
    background: 0 0;
    text-align: center
}

@media (max-width:767px) {
    .about-page .page-content .certificates {
        text-align: left
    }
}

.about-page .page-content .certificates .title {
    margin-bottom: 4px
}

.about-page .page-content .certificates span {
    width: 420px;
    display: block;
    margin: 0 auto;
    color: #283740;
    font-size: 16px;
    line-height: 20px
}

@media (max-width:767px) {
    .about-page .page-content .certificates span {
        width: 100%
    }
}

.about-page .page-content .certificates .certificates-link {
    display: none
}

.about-page .page-content .certificates .certificates-slider {
    margin-top: 38px
}

.about-page .page-content .certificates .certificates-subtitle {
    max-width: 440px;
    margin-top: 2px
}

.about-page .page-content .certificates .slick-prev {
    margin-right: 93px
}

.about-page .page-content .certificates .slick-next {
    margin-left: 93px
}

.services-page .leading {
    height: 490px;
    margin-top: -95px;
    padding: 90px 0
}

.service-page .leading:before, .services-page .leading:before {
    opacity: .35
}

.services-page .filter-block {
    transition: all .2s ease;
    padding-bottom: 103px
}

.services-page .filter-block.opened {
    padding-bottom: 40px
}

.services-page .filter-block .container {
    max-width: 1040px;
    position: relative;
    margin-top: -5px;
    z-index: 2
}

.services-page .filter-block .filter-label {
    padding-top: 0
}

.services-page .filter-block .filter-columns, .services-page .filter-switch {
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px
}

@media (max-width:767px) {
    .services-page .filter-block .filter-columns {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.services-page .filter-block .filter-column {
    width: 33.33%
}

@media (max-width:767px) {
    .services-page .filter-block .filter-column {
        width: 100%
    }
}

.services-page .filter-block .filter-column.long {
    width: 66.66%
}

@media (max-width:767px) {
    .services-page .filter-block .filter-column.long {
        width: 100%;
        margin-bottom: 30px
    }
}

.services-page .filter-block .filter-column.long .checkboxes {
    padding-right: 88px;
    margin-right: 70px
}

@media (max-width:1023px) {
    .services-page .filter-block .filter-column.long .checkboxes {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .services-page .filter-block .filter-column.long .checkboxes {
        margin-right: 0
    }
}

.services-page .filter-block .checkbox-item {
    width: 33.33%
}

@media (max-width:1023px) {
    .services-page .filter-block .checkbox-item {
        width: 50%
    }
}

@media (max-width:767px) {
    .services-page .filter-block .checkbox-item {
        width: 100%
    }
}

.services-page .filter-block .checkbox-item:hover, .services-page .filter-block .radio-item:hover {
    color: #0d47a1
}

.services-page .filter-block .btn-wrap {
    padding-top: 40px;
    padding-bottom: 10px
}

.services-page .filter-block .btn-wrap .btn {
    padding: 0 33px
}

.services-page .filter-block .btn-wrap .reset {
    text-decoration: none;
    border-bottom: 1px dashed
}

.services-page .filter-block .btn-wrap .reset:hover {
    border-color: 1
}

.services-page .filter-block .trigger-btn {
    position: absolute;
    height: 37px;
    top: 35px;
    left: 50%;
    padding: 0 42px;
    line-height: 37px
}

.services-page .filter-switch {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 21px
}

@media (max-width:767px) {
    .services-page .filter-switch {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 40px
    }
}

.services-page .filter-switch a {
    font: 700 16px "Manrope", sans-serif;
    text-decoration: none;
    color: #283740;
    opacity: .5
}

.services-page .filter-switch a.selected, .services-page .filter-switch a:hover {
    opacity: 1
}

@media (max-width:767px) {
    .services-page .filter-switch a {
        margin: 3px 0
    }
}

.services-page .filter-switch .switch-toggle {
    width: 40px;
    height: 20px;
    position: relative;
    margin: 0 20px;
    cursor: pointer
}

@media (max-width:767px) {
    .services-page .filter-switch .switch-toggle {
        position: absolute;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: -9px
    }
}

.services-page .filter-switch .switch-toggle:after, .services-page .filter-switch .switch-toggle:before {
    content: '';
    position: absolute;
    transition: all .2s ease;
    left: 0
}

.services-page .filter-switch .switch-toggle:before {
    width: 41px;
    height: 16px;
    top: 4px;
    background: #c5d5eb;
    border-radius: 7px
}

.services-page .filter-switch .switch-toggle:after {
    width: 20px;
    height: 20px;
    top: 2px;
    background: #0d47a1;
    border-radius: 50%
}

.services-page .filter-switch .switch-toggle.right:after {
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.services-page .services-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    margin: 98px 0 0
}

.services-page .services-container .service-card {
    width: 33.33%;
    padding: 0 10px;
    margin: 0 -5px 30px
}

@media (max-width:1439px) {
    .services-page .services-container .service-card .btn {
        opacity: 1
    }
}

@media (max-width:1023px) {
    .services-page .services-container .service-card {
        width: 50%;
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .services-page .services-container .service-card {
        width: 100%
    }
}

.services-page .actions {
    margin-top: 78px
}

.services-page .consult {
    padding-bottom: 5px;
    background: 0 0
}

.services-page .consult .consult-title {
    letter-spacing: .04em
}

.services-page .consult .consult-subtitle {
    margin-top: 1px
}

.services-page .consult .consult-form {
    margin-top: 49px
}

.services-page .consult .consult-form .btn {
    height: 42px;
    line-height: 42px;
    margin-top: -3px
}

.services-page .consult .consult-form .consult-policy {
    margin-top: 26px;
    letter-spacing: .01em
}

.services-page .consult-hide-form, .services-page .consult-show-form {
    display: none
}

.empty-results {
    margin: auto;
    padding: 90px 0 40px;
    text-align: center;
    font: 700 22px/1.2 "Manrope", sans-serif
}

.service-page .leading {
    height: 465px;
    padding: 115px 0 90px
}

.service-page .leading-title {
    max-width: 610px;
    line-height: 1.2;
    letter-spacing: .04em;
    /*padding-bottom: 25px*/
}

.service-page .leading-backlink {
    margin-bottom: -20px
}

.service-page .service-container {
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 72px
}

@media (max-width:1023px) {
    .service-page .service-container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.service-page .service-detail {
    /* max-width: 720px; */
    margin-top: -5px;
    padding-right: 20px
}

@media (max-width:1023px) {
    .service-page .service-detail {
        max-width: 100%;
        padding: 0 20px
    }
}

.service-page .service-detail h2 {
    padding-top: 70px
}

.service-page .service-detail h4 {
    letter-spacing: .075em;
    padding-top: 0;
    padding-bottom: 20px
}

.service-page .service-detail h6 {
    font-size: 16px;
    line-height: 1.4;
    padding-right: 70px
}

@media (max-width:767px) {
    .service-page .service-detail h6 {
        padding-right: 0
    }
}

.service-page .service-detail ul {
    margin-top: -3px;
    padding-bottom: 5px
}

.service-page .service-detail ul li {
    padding-right: 60px;
    padding-bottom: 14px
}

@media (max-width:767px) {
    .service-page .service-detail ul li {
        padding-right: 10px
    }
}

.service-page .service-detail ol {
    padding: 0 0 10px
}

.service-page .service-detail ol li {
    font-size: 16px;
    padding: 0 50px 13px 30px
}

@media (max-width:767px) {
    .service-page .service-detail ol li {
        padding-right: 10px
    }
}

table {
    width: 100%;
    font-size: 14px;
    margin: 12px 0 48px
}

table tr {
    border: 1px solid #c5d6e8;
    border-left-color: transparent;
    border-right-color: transparent
}

table tr:hover {
    background: #f2f8fd
}

table td {
    padding: 20px 5px 20px 20px;
    background: 0 0 !important;
    text-align: center;
    vertical-align: middle
}

table td:last-of-type {
    text-align: end;
}

table td:first-of-type {
    text-align: start;
}

table td:first-child {
    width: 45%
}

table p {
    padding-bottom: 6px
}

table b {
    display: block;
    font-size: 17px
}

table table tr {
    border: none
}

table table td {
    padding: 0 5px 0 20px;
    width: 50% !important;
    vertical-align: top
}

table td:nth-child(2) {
    color: #0d47a1;
    font-weight: 700
}

.service-page .service-side {
    width: 100%;
    max-width: 320px
}

@media (max-width:1023px) {
    .service-page .service-side {
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 40px
    }

    .service-page .service-side .side-docs, .service-page .service-side .side-order {
        width: 50%;
        margin: 0 20px
    }
}

@media (max-width:767px) {
    .service-page .service-side {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .service-page .service-side .side-docs {
        width: 100%;
        margin: 0
    }

    .service-page .service-side .side-order {
        width: 100%;
        margin: 20px 0 0
    }
}

.service-page .side-docs {
    position: relative;
    background: #0d47a1;
    color: #fff;
    border-radius: 3px;
    z-index: 2
}

.service-page .side-docs .docs-title {
    padding: 47px 20px 19px;
    font: 700 18px/24px "Manrope", sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase
}

.service-page .side-docs .docs-subtitle {
    padding: 0 20px;
    margin-top: 25px;
    font: 700 14px/24px "Manrope", sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase
}

.service-page .side-docs ul {
    padding: 0 20px
}

.service-page .side-docs ul li {
    padding-bottom: 9px !important
}

.service-page .side-docs .docs-print {
    margin-top: 18px
}

.service-page .side-docs .docs-download, .service-page .side-docs .docs-print {
    width: 100%;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    font: 700 14px "Manrope", sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-decoration: none
}

.service-page .side-docs .docs-download i, .service-page .side-docs .docs-print i {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    margin-right: 20px
}

.service-page .side-docs .docs-download i {
    margin-right: 10px
}

.service-page .side-docs .docs-download i:before, .service-page .side-docs .docs-print i:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 29px;
    background: url(/images/sprite.svg) -204px -241px no-repeat
}

.service-page .side-docs .docs-download i:before {
    width: 21px;
    height: 20px;
    background: url(/images/sprite.svg) -329px -59px no-repeat;
    top: 1px
}

.service-page .side-docs .docs-download:hover, .service-page .side-docs .docs-print:hover {
    background: rgba(255, 255, 255, .25)
}

.service-page .side-docs .docs-templates {
    padding: 0 20px;
    margin-top: 20px
}

.service-page .side-docs .docs-template {
    position: relative;
    display: block;
    margin-bottom: 14px;
    padding-left: 35px;
    color: #fff;
    font: 400 16px/18px "Manrope", sans-serif
}

.service-page .side-docs .docs-template:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 30px;
    background: url(/images/sprite.svg) -76px -241px no-repeat;
    left: 0
}

.service-page .side-docs .docs-download {
    margin-top: 42px
}

.service-page .side-order {
    top: 167px;
    position: -webkit-sticky;
    position: sticky;
    margin-top: 20px;
    background: #f2f8fd;
    color: #283740;
    border: 1px solid #c5d6e8;
    border-radius: 3px;
    text-align: center;
    padding: 0 30px
}

@media (max-width:1023px) {
    .service-page .side-order {
        position: relative;
        top: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.service-page .side-order .to-docs {
    width: 100%;
    height: 60px;
    transition: all .2s ease;
    position: absolute;
    top: -82px;
    margin: 0 0 0 -30px;
    padding-top: 5px;
    padding-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0d47a1;
    color: #fff;
    font: 500 16px "Manrope", sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px
}

@media (max-width:1023px) {
    .service-page .side-order .to-docs {
        display: none
    }
}

.service-page .side-order .to-docs i {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    margin-top: -3px;
    margin-right: 20px
}

.service-page .side-order .to-docs i:before {
    transition: border-color .2s ease;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 0;
    margin-top: -16px;
    border: 2px #fff solid;
    border-radius: 50%
}

.service-page .side-order .to-docs i:after {
    transition: border-color .2s ease;
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    left: 11px;
    margin-top: -3px;
    border-top: 2px #fff solid;
    border-left: 2px #fff solid;
    -ms-transform: rotate(-45deg);
    transform: rotate(45deg)
}

.service-page .side-order .to-docs:hover {
    opacity: .7
}

.service-page .side-order .order-title {
    font: 500 18px/26px "Manrope", sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 58px 0 23px
}

.service-page .side-order .input-block {
    width: 100%;
    margin-bottom: 20px
}

.service-page .side-order .input-block input, .service-page .side-order .input-block textarea {
    background: #fff
}

.service-page .side-order .input-block input {
    width: 100%;
    height: 48px;
    padding: 0 20px
}

.service-page .side-order .input-block textarea {
    width: 100%;
    height: 69px;
    padding: 10px 20px
}

.service-page .side-order .btn {
    height: 42px;
    padding: 0 34px;
    line-height: 42px;
    margin: 10px 0 58px
}

.service-page .actions {
    margin-top: 73px
}

.service-page .consult {
    padding-bottom: 5px;
    background: 0 0
}

.service-page .consult .consult-title {
    letter-spacing: .04em
}

.service-page .consult .consult-subtitle {
    margin-top: 1px
}

.service-page .consult .consult-form {
    margin-top: 49px
}

.service-page .consult .consult-form .btn {
    height: 42px;
    line-height: 42px;
    margin-top: -3px
}

.service-page .consult .consult-form .consult-policy {
    margin-top: 26px;
    letter-spacing: .01em
}

.service-page .consult-hide-form, .service-page .consult-show-form {
    display: none
}

.service-print-page #bx-panel, .service-print-page .footer, .service-print-page .header {
    display: none !important
}

.service-print-page h5 {
    padding: 0
}

.popups-page .page {
    padding-top: 60px
}

.header-clock {
    font-size: 14px;
    /* margin-top: 4px; */
    opacity: 0.7;
    text-align: center;
    color: black;
    min-width: 129px;
}

.header-menu__submenu--scrollable {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
}

@media (max-width: 1023px) {
    .header .nav .header-menu .header-menu__item--parent:hover>.header-menu__submenu {
        display: none;
    }
}

@media (max-width: 991px) {
    .articles__item {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .services__item-image img {
        width: 100%;
    }
    table td {
        padding: 12px;
    }
    table tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    table td {
        text-align: center!important;
    }

    table td:not(:last-of-type) {
        border-bottom: 1px solid lightgray;
        width: 100%;
    }
    .clear-text .table-scroll>table {
        white-space: unset;
    }
    table td:first-child {
        width: 100%;
    }
    table tr:nth-child(2n+1) {
        background-color: #f2f8fd;
    }
}

@media (max-width: 575px) {
    .articles__item {
        width: 100%;
    }

    .text-slider {
        margin: 0;
    }

    .reviews-title, .questions-title {
        font-size: 20px;
    }
}
.header__info_item.rate.yandex {
    padding-left: 30px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    float: left;
    font: 300 14px/1 Roboto,sans-serif;
    color: #000;
    text-decoration: none;
}

.header__info_item.rate.yandex:before {
    width: 26px;
    background-image: url(/images/yandex.webp);
    display: block;
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}
.header-top__items {
    display: flex;
    justify-content: space-between;
}
.header-top__items-left {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-top__items-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header__email {
    min-width: 150px;
    text-decoration: none;
    color: black;
}
.header__item-svg:before {
    display: block;
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}
.header__item-svg {
    position: relative;
    padding-left: 29px;
}
.header__address:before {
    background-image: url("/images/map.svg");
}

.header-clock:before {
    background-image: url("/images/time.svg");
}

.header__email:before {
    background-image: url("/images/mail.svg");
}
.cookie-warning {
    position: fixed;
    bottom: 8px;
    transform: translateX(-50%);
    left: 50%;
    display: none;
    justify-content: space-between;
    width: 100%;
    padding: 32px;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: white;
    color: rgb(0, 0, 0);
    max-width: 836px;
    box-shadow: 0 0 16px 0 rgb(0, 0, 0, 0.2);
}

.cookie-warning--active {
    display: flex;
    align-items: center;
    z-index: 1000;
}

.cookie-warning__text {
    font-size: 16px;
    line-height: 160%;
    margin-right: 30px;
    max-width: 630px;
}

.cookie-warning__text a {
    color: inherit;
}

.cookie-warning__read {
    display: block;
    margin-left: 15px;
    color: white;
    text-decoration: underline;
}

.cookie-warning__apply {
    cursor: pointer;
    padding: 8px 18px;
    background-color: #0d47a1;
    border: none;
    border-radius: 4px;
    color: white;
}

@media (max-width: 767px) {
    .header-whatsapp-mob {
        right: 120px;
        padding: 8px;
        width: 38px;
        height: 38px;
    }
    
    .header .header-search-btn {
        width: 36px;
        height: 36px;
    }
    
    .header .header-search-btn>i {
        width: 100%;
        height: 100%;
    }
    .cookie-warning--active {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 8px;
        bottom: 0;
        padding: 16px 12px 12px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .cookie-warning__text {
        margin-right: 0;
        font-size: 14px;
    }

    .cookie-warning__apply {
        width: 100%;
    }
    .seo {
        padding-bottom: 40px;
    }
}
.reviews-left__link {
    margin: 6px;
    padding: 12px 16px;
    line-height: 16px;
    border-radius: 8px;
    -webkit-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
    background: #258ffb;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none !important;
}
.reviews-left__link:hover {
    background: #007eff;
    color: white !important;
    text-decoration: none !important;
}
.reviews {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.reviews-left {
    flex: 1 0 280px;
}

.reviews-right {
    flex: 1 0 280px;
}
.reviews-left__text {
    margin: 30px 0;
}
.reviews {
    margin: 40px 0;
}
.gallery-slide img {
    width: 100%;
}

.serive-hero-price {
    font-size: 24px;
    margin-bottom: 24px;
}
.form-privacy {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.form-privacy .form-check-input {
    margin: unset!important;
    cursor: pointer;
}