@import url('../fonts/inter/stylesheet.css');
@import url('../fonts/bebas-neue/stylesheet.css');

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

ol[class],
ul[class] {
    padding: 0;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0;
}

html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ol[class],
ul[class] {
    list-style: none;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

article>*+* {
    margin-top: 1em;
}

button,
input,
select,
textarea {
    font: inherit;
}

caption,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media (prefers-reduced-motion:reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

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

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: a;
}

@keyframes a {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

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

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

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

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

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

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

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

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

:root {
    --bg-main: #262626;
    --bg-btn: #ffe10d;
    --bg-blue: #0c6ad1;
    --white: #fff;
    --blue: #0c6ad1;
    --font-family: "Inter", sans-serif;
    --second-family: "Bebas Neue", sans-serif;
    --font-color: #300a04;
}

.col-yellow {
    color: var(--bg-btn);
}

body {
    background: #efefef;
    font-family: var(--font-family);
    color: var(--font-color);
}

.text-2 {
    font-family: var(--second-family);
}

.a-page {
    overflow: hidden;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

[hidden] {
    display: none;
}

.text-center {
    text-align: center;
}

.btn-clear {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.but {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.btn-menu {
    width: 100%;
    max-width: 40px;
    margin-left: auto;
}

.btn-menu svg {
    width: 100%;
    height: 100%;
    fill: var(--font-color);
}

.fixmenu .btn-menu svg {
    fill: var(--white);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

h1 {
    font-size: 64px;
    line-height: 120%;
}

h1,
h2 {
    text-transform: uppercase;
}

h2 {
    font-size: 42px;
    line-height: 120%;
}

a {
    text-decoration: none;
}

.position-relative {
    position: relative;
}

.navbar {
    padding-top: 30px;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 200;
}

.fixmenu {
    transition: all 0.2s ease-out;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 0;
}

.navbar-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    margin-right: 65px;
}

.logo-black {
    fill: var(--font-color);
}

.fixmenu .logo-black {
    fill: var(--white);
}

.btn-menu {
    display: none;
}

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

.menu li {
    display: flex;
    align-items: center;
    position: relative;
}

.fixmenu .menu a {
    color: var(--white);
}

.menu a {
    font-weight: 500;
    line-height: 130%;
    color: var(--font-color);
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-underline-offset: 3px;
    transition: all 0.2s ease-out;
    padding-block: 10px;
}

.menu .menu-item-has-children > a {
    text-decoration: underline;
}

.menu a:hover {
    text-decoration: underline;
}

.menu a.line-link::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--bg-btn);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.menu a.line-link::hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.menu--icon {
    display: none;
}

.menu-item-has-children {
    display: flex;
    align-items: center;
    column-gap: 11px;
    flex-wrap: wrap;
    position: relative;
}

.a-icon-button {
    position: relative;
}

.a-icon-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: auto;
}

.menu-item-has-children .menu--icon {
    display: inline-flex;
    background: url('../images/svg/arrow-menu-header.svg') 50%/contain no-repeat;
    width: 14px;
    height: 8px;
}

.fixmenu .menu-item-has-children .menu--icon {
    background: url(../images/svg/arrow-menu-header-white.svg) 50% / contain no-repeat;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.2s ease-out;
    transform: translateY(20px);
    overflow-y: auto;
    width: max-content;
}

.sub-menu .menu--icon {
    display: none;
}

.sub-menu li {
    flex: 1;
}

.sub-menu a {
    padding: 7px 10px;
    transition: all 0.2s ease-out;
    width: max-content;
    font-size: 15px;
    flex: 1;
    display: flex;
    width: 100%;
}

.sub-menu a:hover {
    background-color: #0C6AD1;
    color: #fff;
    text-decoration: none;
}

.sub-menu.my-new-submenu-class-1 {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #efefef;
    border-radius: 10px;
}

.fixmenu .menu .sub-menu a {
    color: var(--font-color);
}

.fixmenu .menu .sub-menu a:hover {
    color: var(--white);
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu .menu-item-has-children .menu--icon {
    display: inline-flex;
    width: 40px;
}

.fixmenu .menu a.active.line-link::after {
    background-color: var(--white);
}

.menu a.services-link {
    padding: 5px 10px;
}

.menu .submenu a {
    padding: 5px 10px;
    color: var(--bg-main, #262626);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.menu .submenu a:hover {
    background-color: var(--bg-main, #262626);
    color: var(--white);
    padding-left: 15px;
}

.fixmenu .menu .services-link::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke-width='7' stroke='white' fill='none'%3e%3cpolyline points='6.53 18.86 33.16 44.12 57.42 18.86'/%3e%3c/svg%3e");
}

.menu .services-link::after {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    border-left: 1px solid var(--bg-main);
    border-bottom: 1px solid var(--bg-main);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.menu .submenu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 300px;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-radius: 4px;
    overflow: hidden;
    z-index: 10;
}

.submenu>li:hover>.submenu,
.menu>li:hover>.submenu {
    opacity: 1;
    pointer-events: auto;
}

.submenu li {
    background-color: #E0E0E0;
}

.a-header {
    margin-top: 67px;
    padding-bottom: 83px;
    overflow: hidden;
}

.a-header .container {
    position: relative;
}

.lists-sc {
    position: absolute;
    top: 50%;
    right: -85px;
    transform: translateY(-50%);
    z-index: 50;
}

.lists-sc li {
    position: relative;
    height: 3px;
}

.lists-sc li::marker {
    color: #757575;
}

.lists-sc li.active-item {
    font-size: 18px;
    line-height: 21px;
    color: var(--font-color);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    height: auto;
}

.b7 .lists-sc li.active-item {
    color: #202020;
}

.b7 .lists-sc li.active-item:before {
    background: #202020;
}

.b7 .lists-sc li:before {
    background: #252525;
}

.lists-sc li.active-item:before {
    content: "";
    width: 2px;
    height: 23px;
    background: var(--font-color);
    border-radius: 100px;
    -ms-flex: none;
    flex: none;
    margin-right: 8px;
    position: relative;
}

.lists-sc li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--font-color);
    top: 0;
    left: 0;
}

.lists-sc li:not(:last-of-type) {
    margin-bottom: 17px;
}

.slider-css img {
    aspect-ratio: 4/3;
    display: block;
    object-fit: cover;
    width: 100px;
}

.a-header-grid {
    display: -ms-flexbox;
    display: flex;
}

.a-header-page {
    padding-bottom: 100px;
}

.a-header__left {
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.a-header__left-page {
    margin-right: 20px;
}

.a-header__img {
    position: absolute;
    width: 739px;
    height: 611px;
    top: 0;
    right: -20px;
}

.a-header__img-page {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    right: 0;
    border-radius: 6px;
    overflow: hidden;
}

.a-header__img-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a-header__right {
    -ms-flex: 1;
    flex: 1;
}

.ur-box {
    border-radius: 15px;
    margin-bottom: 35px;
    padding: 15px 30px;
    background-color: var(--bg-blue);
    display: inline-flex;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: var(--white);
}

.d-block {
    display: block;
}

.btn-ml {
    margin-left: 10px;
}

.ur-box span {
    margin: auto;
}

/* .incline {
    transform: skew(-20deg, 0);
}

.incline span {
    transform: skew(20deg, 0);
} */

.title {
    margin-bottom: 32px;
}

.phone-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.phone-box-title {
    font-size: 28px;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
    line-height: 145%;
}

.phone {
    font-weight: 500;
    font-size: 36px;
    line-height: 145%;
    color: var(--font-color);
    display: inline-flex;
    transition: all 0.2s ease-out;
}

.phone:hover {
    color: var(--blue);
}

.phone:before {
    content: "";
    display: inline-block;
    -ms-flex: none;
    flex: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: url('../images/svg/header-phone.svg') 50% no-repeat;
    margin-right: 16px;
}

.phone-sub {
    margin-top: 9px;
    font-size: 18px;
    line-height: 21px;
    color: #F9F9F9;
}

.b1 {
    padding-top: 34px;
    padding-bottom: 116px;
    scroll-margin-top: 50px;
    scrollbar-gutter: stable;
}

.b1,
.b1 .container {
    position: relative;
}

ul.tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 20px;
}

.tabs li {
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    text-align: center;
    color: var(--white);
    -ms-flex: 1;
    flex: 1;
}

.tabs--css li:nth-child(-n+3) {
    flex: calc(100% / 3 - 20px);
}

.tabs a {
    background-color: var(--white);
    border-radius: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 72px;
    cursor: pointer;
    color: var(--font-color);
    padding: 10px;
    transition: all 0.2s ease-out;
}

.tabs a:hover {
    background-color: var(--bg-blue);
    color: var(--white);
}

.w-100 {
    width: 100%;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
    height: 0 !important;
    border: none !important;
    min-height: 0 !important;
}

.tabs .js-current {
    background-color: var(--bg-blue);
    color: var(--white);
    border: none !important;
}

.table--css .table-head th {
    padding: 16px 0;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: var(--white);
}

.table--css .table-head th:first-of-type {
    padding-left: 32px;
    border-radius: 15px 0 0 15px;
}

.table--css .table-head th:last-of-type {
    border-radius: 0 15px 15px 0;
}

table.table--css {
    width: 100%;
}

.table-body tr:nth-of-type(2n) {
    background-color: #fff;
}

.table-body td,
.table-body th {
    line-height: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

.table-head th {
    width: 9.375%;
}

.table-head th:first-of-type {
    width: 25%;
}

.table-body th {
    padding-left: 32px;
    font-weight: 500;
    line-height: 20px;
}

.table-body th:first-child {
    border-radius: 15px 0 0 15px;
}

.table-head tr {
    background: var(--bg-blue);
}

.table--css-top {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.table--css-top td,
.table--css-top th {
    padding: 10px;
    text-align: left;
}

.table--css-top .table-head-top th {
    background: var(--bg-blue);
    font-weight: 700;
    font-size: 18px;
    line-height: 112%;
    color: var(--white);
}

.table--css-top th:first-of-type {
    padding: 13px 32px;
    border-radius: 15px 0 0 15px;
}

.table--css-top th:last-of-type {
    padding: 15px 32px;
    border-radius: 0 15px 15px 0;
}

.table--css-top td:first-of-type {
    padding: 20px 32px;
}

.table-body tr td:first-child {
    border-radius: 15px;
}

.table-body tr td:last-child {
    border-radius: 0 15px 15px 0;
}

.table-body td {
    font-weight: 500;
    line-height: 20px;
}

.services {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.services__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 24px;
}

.big-text {
    font-weight: 900;
    font-size: 140px;
    line-height: 195px;
    text-align: center;
    letter-spacing: -3px;
    text-transform: uppercase;
    color: var(--bg-btn);
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.b2 {
    background: var(--bg-btn);
    z-index: 10;
}

.b2,
.b2 .container {
    position: relative;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 480px;
    -ms-flex-align: center;
    align-items: center;
}

.about__left {
    min-height: 569px;
    position: relative;
}

.about__img {
    position: absolute;
    width: 1035px;
    height: 641px;
    left: -90px;
    bottom: 0;
}

.about__right {
    position: relative;
    z-index: 1;
}

.about__right:before {
    left: -118px;
    min-height: 417px;
    background: #262626;
    border-radius: 1000px 0 0 1000px;
}

.about__right:after,
.about__right:before {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 1732px;
    z-index: -1;
}

.about__right:after {
    left: -93px;
    min-height: 374px;
    border: 1px solid #595959;
    box-sizing: border-box;
    border-radius: 1000px 0 0 1000px;
}

.about__right h2 {
    text-align: left;
    margin-bottom: 25px;
    color: var(--white);
}

.about__right p {
    font-weight: 300;
    font-size: 20px;
    line-height: 148.5%;
    color: #FFF;
    width: 100%;
    max-width: 470px;
}

.b3 {
    padding-top: 107px;
}

.b3 .container {
    position: relative;
}

.b3 h2 {
    text-align: left;
}

.advantage {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    grid-gap: 20px;
}

.advantage__box {
    min-height: 250px;
    background: var(--white);
    border-radius: 15px;
    padding: 15px;
    position: relative;
    text-align: center;
    padding-block: 40px;
}

.advantage__box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    text-align: center;
}

/* .advantage__right {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 53px;
    height: 54px;
    border-top: 1px solid var(--bg-blue);
    border-right: 1px solid var(--bg-blue);
    border-radius: 0 10px 0 0;
} */

.advantage__icon {
    border-radius: 50%;
    width: 88px;
    height: 88px;
    background-color: var(--bg-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

/* .advantage__left {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 53px;
    height: 54px;
    border-bottom: 1px solid var(--bg-blue);
    border-left: 1px solid var(--bg-blue);
    border-radius: 0 0 0 10px;
} */

.five-box {
    margin-top: 30px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #F9F9F9;
}

.five-box .phone {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
}

.b4 {
    padding-top: 69px;
    background-image: url(../images/bg-work.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-bottom: 90px;
}

.b4 .container {
    position: relative;
}

.stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.stage__box:first-of-type {
    position: relative;
}

.stage__box:first-of-type::after {
    content: "";
    position: absolute;
    background: url(../images/svg/attow-right.svg) no-repeat;
    width: 204px;
    height: 39px;
    top: 50%;
    transform: translateY(-50%);
    right: -204px;
    z-index: 1;
}

.stage__box:nth-of-type(2) {
    margin-left: auto;
    position: relative;
}

.stage__box:nth-of-type(2):after {
    content: "";
    position: absolute;
    background: url(../images/svg/arrow-bottom.svg) no-repeat;
    width: 214px;
    height: 139px;
    bottom: -139px;
    right: 50px;
    z-index: 1;
}

.stage__box {
    transform: skew(-20deg, 0);
    width: 100%;
    max-width: 487px;
    background: #FFE10D;
    position: relative;
}

.stage__box:not(:last-of-type) {
    margin-bottom: 30px;
}

.stage__card {
    padding: 40px 40px 33px 80px;
    color: var(--bg-main);
    min-height: 183px;
}

.check,
.stage__card {
    transform: skew(20deg, 0);
}

.check {
    border-radius: 50%;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: var(--bg-main);
    top: 20px;
    right: 25px;
}

.stage__card h3 {
    font-size: 22px;
    line-height: 27px;
    color: #262626;
    margin-bottom: 5px;
}

.stage__card p {
    width: 100%;
    max-width: 365px;
    font-weight: 300;
    font-size: 20px;
    line-height: 148.5%;
}

.b5 .gallery-slider-box {
    position: relative;
}

.slider-1 .owl-stage {
    padding-left: 0 !important;
}

.slider-1 img {
    display: block;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-nav .owl-prev {
    left: -20px;
    background-color: var(--bg-blue) !important;
    background-image: url('../images/svg/ar-left.svg') !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.owl-carousel .owl-nav .owl-next {
    right: -20px;
    background-color: var(--bg-blue) !important;
    background-image: url('../images/svg/ar-right.svg') !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.b6 {
    padding-block: 60px;
    scroll-margin-top: 50px;
    scrollbar-gutter: stable;
}

.b6,
.b6 .container {
    position: relative;
}

.reviews {
    position: relative;
    min-height: 275px;
    background: #323232;
    border-radius: 10px;
    padding: 58px 30px 50px 45px;
}

.reviews__img {
    width: 88px;
    height: 88px;
    background: #323232;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -44px;
    left: 45px;
}

.reviews h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}

.reviews p {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #BDBDBD;
}

.b7 {
    background: var(--bg-btn);
    z-index: 10;
}

.b7,
.b7 .container {
    position: relative;
}

.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    grid-auto-rows: 569px;
}

.contacts__left {
    padding-top: 142px;
}

.contacts__title {
    font-size: 46px;
    line-height: 53px;
    color: var(--bg-main);
    margin-bottom: 30px;
}

.contacts__phone {
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    text-transform: uppercase;
    color: var(--bg-main);
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

.contacts__phone:before {
    content: "";
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: url(../images/svg/phone-footer.svg) 50% no-repeat;
    margin-right: 18px;
    -ms-flex: none;
    flex: none;
}

.contacts__right {
    position: relative;
}

.contacts__img {
    position: absolute;
    bottom: 0;
    left: 5px;
    z-index: 20;
    width: 574px;
}

.mambox {
    text-align: center;
}

.mambox img {
    margin: 0 auto;
}

.map--css {
    min-height: 540px;
    width: 100%;
}

.info_container {
    color: var(--bg-main);
}

.info_title {
    font-size: 25px;
}

.info_des {
    font-size: 18px;
}

.address-boxs {
    background-color: var(--bg-main, #262626);
}

.address-box {
    text-align: center;
    max-width: 350px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.address-box p {
    font-size: 16px;
    line-height: 19px;
}

.a-footer-mail a,
.a-tooter-phone a {
    color: #FFF;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.mb-4 {
    margin-bottom: 2rem;
}

.subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    color: #300a04;
}

.col-yellow {
    color: var(--blue);
    font-weight: 500;
}


.bg-blue {
    background-color: var(--bg-blue);
}

.col-white {
    color: var(--white);
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.align-self-center {
    align-self: center;
}

.a-about {
    margin-bottom: 30px;
}

.a-about-box {
    border-radius: 20px;
    min-height: 405px;
    justify-content: space-between;
}

.a-about-box h2 {
    color: var(--white);
    text-align: left;
    margin-bottom: 0;
}

.position-absolute {
    position: absolute;
}

.overflow-hidden {
    overflow: hidden;
}

.a-about-box--img {
    right: 0;
}

.a-about-box--img-1 {
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 563px;
}

.a-about-box--svg-1 {
    right: -58px;
    top: 50%;
    transform: translateY(-50%);
}

.a-about-box--img-2 {
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 631px;
}

.a-about-box--svg-2 {
    right: -80px;
    bottom: -100px;
}

.d-grid {
    display: grid;
}

.a-about-box__left {
    align-self: center;
    row-gap: 20px;
    padding: 60px;
}

.a-about-box__left p {
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
}

.a-about-box__right {
    position: relative;
    z-index: 5;
}

.a-about-box__img {
    position: absolute;
    bottom: 0;
    right: 115px;
    width: 462px;
    height: 462px;
}

.d-flex {}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-15 {
    border-radius: 15px;
}

.a-five-box {
    padding: 10px 10px 10px 30px;
}

.a-five-box__left {
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
}

.a-phone--css {
    padding: 10px 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    color: #262626;
}

.a-phone--css::before {
    width: 32px;
    height: 32px;
    background-size: cover !important;
}

.bg-white {
    background-color: var(--white);
}

.mb-30 {
    margin-bottom: 30px;
}

.a-b3 {
    scroll-margin-top: 200px;
}

.a-stage {
    padding-top: 60px;
    scroll-margin-top: 50px;
    scrollbar-gutter: stable;
}

.a-stage-box {
    column-gap: 40px;
}

.a-stage-card {
    flex: 1;
    padding: 30px;
    display: grid;
    row-gap: 15px;
}

.a-stage--title {
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    color: #262626;
}

.a-stage-card p {
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: #262626;
}

.a-stage-number {
    background-color: #0c6ad1;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    position: absolute;
    right: -10px;
    top: -10px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    padding-top: 1px;
    z-index: 2;
}

.mb-15 {
    margin-bottom: 15px;
}

.p-30 {
    padding: 30px;
}

.gap-y-15 {
    row-gap: 15px;
}

.a-rev {
    min-height: 262px;
    align-items: start;
    grid-template-rows: auto 1fr;
}

.a-rev p {
    font-weight: 500;
    line-height: 145%;
}

.mb-60 {
    margin-bottom: 60px;
}

.gap-y-50 {
    row-gap: 50px;
}

.b-about-box {
    min-height: 630px;
}

.btn-link-callback {
    padding: 15px 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    color: #262626;
}

.d-inline-block {
    display: inline-block;
}

.rounded-20 {
    border-radius: 20px;
}

.b-about-box__img {
    bottom: 0;
    right: -136px;
    width: 688px;
    height: 688px;
}

.zi10 {
    z-index: 10;
}

.b-about-box__left {
    padding-left: 138px;
    align-items: flex-start;
}

.b-about-box__left p {
    font-weight: 500;
    font-size: 28px;
    line-height: 145%;
}

.contacts-phone {
    font-weight: 500;
    font-size: 36px;
    line-height: 145%;
}

.p-40 {
    padding: 40px;
}

.bg-main {
    background-color: var(--bg-main);
}

.a-footer .logo-black {
    fill: #fff;
}

.a-footer .menu a {
    color: var(--white);
}

.politic-box {
    padding-block: 30px;
}

.a-politic-link {
    text-decoration: underline;
    transition: text-decoration 0.2s ease-out;
    text-underline-offset: 3px;

    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-decoration-skip-ink: none;
    text-align: right;
    color: #262626;
}

.a-politic-link:hover {
    text-decoration: none;
}

.icon-container {
    grid-template-columns: auto 1fr;
}

.gap-x-20 {
    column-gap: 20px;
}

.a-footer .menu a.active.line-link::after {
    background-color: var(--white);
}

.mb-50 {
    margin-bottom: 50px;
}

.b5 {
    padding-top: 60px;
    scroll-margin-top: 50px;
    scrollbar-gutter: stable;
}

.a-active {
    transition: transform 0.2s ease-out;
}

.a-active:active {
    transform: translateY(-3px);
}

.a-footer .menu-item-has-children .menu--icon {
    background: url(../images/svg/arrow-menu-header-white.svg) 50% / contain no-repeat;
}

.a-footer-menu {
    display: flex;
    column-gap: 5px;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.a-footer-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    visibility: auto;
}

.a-footer-menu a {
    color: var(--white);
}

#menu-2 .sub-menu {
    bottom: 100%;
    top: auto;
}

#menu-2 .sub-menu a {
    color: var(--bg-main);
}

.a-breadcrumbs {
    padding-block: 40px;
}

.a-box--css {
    margin-bottom: 2rem;
}

.a-box--css h1 {
    font-size: clamp(2.375rem, 2.0662rem + 1.4118vw, 3.125rem);
    line-height: 110%;
    text-transform: none;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.a-box--css h2 {
    font-size: clamp(1.875rem, 1.6176rem + 1.1765vw, 2.5rem);
    line-height: 110%;
    text-transform: none;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-block: 0.5em;
}

.a-box--css p {
    margin-block: 0.7em;
}

.a-box--css select {
    min-height: 40px;
    border-radius: 5px;
    min-width: 300px;
}

.a-box--css .search-submit {
    min-height: 30px;
}

.a-box--css .search-form {
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.content-404--css {
    display: grid;
    align-items: start;
    row-gap: 10px;
}

.footer-conmtacts-firm {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
}

.footer-conmtacts-firm a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

.gap-y-16 {
    row-gap: 16px;
}

.a-header--box-img img {
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.gap-40 {
    column-gap: 40px;
    row-gap: 40px;
}

.page-template-template-page h1,
.page-template-template-page .h1 {
    font-size: clamp(1.75rem, 0.983rem + 3.2727vw, 3.4375rem);
}

.wpconsent-banner-holder.wpconsent-banner-long .wpconsent-banner {
max-width: 1000px!important;
margin-inline: auto!important;
}

/* start media */

@media (max-width: 1390px) {
    .lists-sc {
        right: -40px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1100px;
    }

    .stage__box:first-of-type::after {
        right: -106px;
    }

    .stage__box:nth-of-type(2):after {
        right: 4px;
    }

    .lists-sc {
        right: -40px;
    }

    h1 {
        font-size: 57px;
    }

    .a-header__img {
        right: -90px;
    }

    .a-header__img-page {
        right: 0;
    }

    .big-text {
        font-size: 128px;
        line-height: 170px;
        bottom: -42px;
    }

    .about-grid {
        grid-template-columns: 55% 45%;
    }

    .contacts__phone {
        font-size: 50px;
    }

    .about__img {
        left: -130px;
    }
}

@media (max-width: 1100px) {
    .container {
        max-width: 960px;
    }

    .xs-gap-0 {
        column-gap: 0;
        row-gap: 0;
    }

    .a-header__right {
        margin-bottom: 20px;
    }

    #menu-2 .sub-menu {
        margin-top: 10px;
    }

    .a-footer .navbar-flex {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        row-gap: 20px;
    }

    .a-footer-menu {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 7px;
    }

    .menu li {
        flex-wrap: wrap;
    }

    .a-footer .menu-item-has-children .sub-menu {
        position: static;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translateY(0);
        position: static;
        width: 100%;
        flex: 1 1 100%;
        margin-left: 20px;
        max-height: 300px;
        overflow-y: auto;
    }

    .a-footer-menu .sub-menu a {
        color: var(--bg-main);
    }

    .lg-d-block {
        display: block;
    }

    .table-body td {
        font-size: 15px;
    }

    .table--css-top td,
    .table--css-top th {
        padding: 8px;
    }

    .a-about-box__img {
        right: 20px;
    }

    .advantage {
        grid-gap: 10px;
    }

    .advantage__box {
        padding: 10px;
    }

    .a-stage-box {
        column-gap: 20px;
    }

    .a-stage-card br {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }

    .b-about-box__left {
        padding-left: 50px;
    }

    .phone-box {
        justify-content: center;
    }

    .logo {
        margin-right: 30px;
        max-width: 280px;
    }

    .ur-box {
        width: 100%;
        max-width: 435px;
        margin: 0 auto 20px;
    }

    .a-header {
        margin-top: 30px;
        padding-bottom: 55px;
    }

    .a-header__left-page {
        max-width: 700px;
        margin: 0 auto 30px;
    }

    .a-header-grid {
        flex-direction: column-reverse;
    }

    .a-header__right {
        text-align: center;
        position: relative;
        z-index: 1;
    }

    /* .a-header__right:before {
        content: "";
        position: absolute;
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
        background: url(../images/bg-mobile-header.png) 50% 0 no-repeat;
        width: 523px;
        height: 492px;
        z-index: -1;
    } */

    .a-header__img {
        right: 0;
        position: relative;
        width: 100%;
        text-align: center;
        z-index: 100;
        height: auto;
    }

    .a-header__img img {
        margin: auto;
        height: auto;
    }

    .table--css .table-head th:first-of-type {
        padding-left: 15px;
    }

    .table-body th {
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
    }

    .table--css-top th:first-of-type {
        padding: 15px 10px;
    }

    .table--css-top td:first-of-type {
        padding: 20px 10px;
    }

    .big-text {
        font-size: 111px;
        line-height: 145px;
        bottom: -40px;
    }

    .stage__box:not(:last-of-type) {
        margin-bottom: 50px;
    }

    .stage__box:nth-of-type(2) {
        margin-left: auto;
        margin-right: auto;
    }

    .stage__box:first-of-type::after,
    .stage__box:nth-of-type(2):after {
        background: url(../images/arrow-down.png) no-repeat;
        width: 16px;
        height: 49px;
        top: 100%;
        left: 50%;
        right: 0;
        transform: translate(-50%) skew(20deg, 0);
        margin-left: 30px;
    }

    .stage__box:nth-of-type(2):after {
        bottom: auto;
    }

    .sm-p-16 {
        padding: 16px;
    }
}

@media (max-width: 960px) {

    .navbar-flex .menu-item-has-children .sub-menu,
    .fixmenu .menu-item-has-children .sub-menu {
        position: static;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translateY(0);
        position: static;
        width: 100%;
        flex: 1 1 100%;
        margin-left: 20px;
        max-height: 300px;
        overflow-y: auto;
        background-color: #fff;
    }

    /* .fixmenu.a-fixmenu {
        height: 100dvh;
    } */

    .a-footer .btn-menu svg {
        fill: var(--white);
    }

    .a-about-box__left {
        padding: 40px;
        padding-bottom: 10px;
    }

    .a-about-box {
        flex-direction: column;
        overflow: hidden;
    }

    .a-about-box__img {
        position: static;
        margin: auto;
        width: 100%;
        height: auto;
    }

    .a-about-box__img img {
        margin: auto;
        height: auto;
    }

    .services {
        grid-gap: 20px;
    }

    .table--css-top th:last-of-type {
        padding: 15px 20px;
        width: max-content;
    }

    ul.tabs {
        margin-bottom: 30px;
        gap: 7px;
    }

    .a-stage-box {
        column-gap: 20px;
        flex-direction: column;
        row-gap: 20px;
        max-width: 98%;
        margin: auto;
    }

    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-flex {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .btn-menu {
        display: block;
        transform: scale(-1);
    }

    .menu {
        flex: 1 1 100%;
        display: block;
        padding-bottom: 10px;
        display: none;
        width: 100%;
        z-index: 200;
        margin-top: 10px;
        overflow-y: auto;
    }

    .menu a:after {
        display: none;
    }

    .menu a {
        display: block;
        padding: 5px 10px;
    }

    .big-text {
        font-size: 90px;
        line-height: 100px;
        bottom: -25px;
    }

    .contacts-grid {
        grid-template-columns: 1fr;
        grid-gap: 25px;
        grid-auto-rows: auto;
        place-items: center;
        text-align: center;
    }

    .contacts__img {
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 20;
        width: 100%;
        max-width: 446px;
        margin: auto;
    }

    .contacts__img img {
        height: auto;
    }

    .contacts__title {
        max-width: 545px;
    }

    .table--css-top .table-head-top th {
        font-size: 16px;
    }

    .table--css-top td,
    .table--css-top th {
        padding: 5px;
        text-align: left;
    }

    .b-about-box {
        flex-direction: column;
        padding-top: 50px;
    }

    .b-about-box__img {
        position: static;
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: auto;
    }

    .b-about-box__img img {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .b-about-box__left {
        padding-left: 0;
    }

    .a-about-box--svg-2 {
        bottom: auto;
        max-width: 400px;
        top: 0;
    }

    .b-about-box__right {
        position: relative;
    }

    .advantage__box {
        min-height: auto;
        padding-block: 30px;
    }

    .advantage__icon {
        margin: 0 auto 15px;
    }
}

@media (max-width: 768px) {
    .fixmenu {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .a-stage-box {
        row-gap: 15px;
        flex-direction: column;
    }

    .a-five-box {
        padding: 10px;
        flex-direction: column;
        row-gap: 20px;
    }

    .b1 {
        padding-bottom: 113px;
    }

    .sm-mb-20 {
        margin-bottom: 20px;
    }

    .tabs li,
    .tabs li:first-of-type,
    .tabs li:nth-of-type(2),
    .tabs li:nth-of-type(3) {
        flex: 1 1 48%;
    }

    .w-100 {
        display: none;
    }

    .services {
        grid-template-columns: 1fr;
        grid-gap: 35px;
    }

    .b2 {
        padding-bottom: 120px;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .tabs li {
        font-size: 17px;
        line-height: 20px;
    }

    .tabs a {
        min-height: 50px;
    }

    .about__right:before {
        left: 0;
        width: 1732px;
        min-height: 325px;
        border-radius: 50px 0 0 50px;
    }

    .about__right:after {
        width: 1732px;
        min-height: 290px;
        border-radius: 50px 0 0 50px;
        left: 15px;
    }

    .about__box {
        padding-left: 63px;
    }

    .big-text {
        font-size: 68px;
        line-height: 80px;
        bottom: -17px;
    }

    .about__img {
        left: -80px;
    }

    .advantage {
        grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    }

    .stage__box {
        max-width: 85%;
        margin-bottom: 0;
    }

    .stage__box:not(:last-of-type) {
        margin-bottom: 50px;
    }

    .stage__box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 155px;
    }

    .stage__card {
        padding: 0;
        max-width: 335px;
        min-height: auto;
    }

    .stage__box:nth-of-type(2) {
        margin-left: auto;
        margin-right: auto;
    }

    .slider-2 {
        padding: 0 55px;
    }

    .b6 {
        padding-bottom: 105px;
    }

    .contacts__left {
        padding-top: 85px;
    }

    .table--css .table-head th,
    .table-body td,
    .table-body th {
        font-size: 13px;
    }

    .table--css-top thead {
        display: none;
    }

    .table--css-top tr {
        display: block;
        border-radius: 15px;
    }

    .table--css-top td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #CCC;
        border-right: 1px solid transparent;
    }

    .table--css-top td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
    }

    .table--css-top td:first-of-type {
        padding: 5px;
        background: var(--bg-blue);
        color: var(--white);
    }

    .table--css-top .table-body tr:first-of-type {
        margin-bottom: 20px;
    }
}

@media (max-width: 580px) {
    .a-header {
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .ur-box {
        padding: 15px 10px;
        margin: 0 auto 10px;
    }

    h1 {
        font-size: 38px;
        line-height: 40px;
    }

    .title {
        margin-bottom: 10px;
    }

    .xs-mb-20 {
        margin-bottom: 20px;
    }

    .a-header__right {
        margin-bottom: 20px;
    }

    .phone {
        font-size: 26px;
    }

    .navbar {
        padding-top: 20px;
    }

    .fixmenu {
        padding-top: 10px;
    }

    .container {
        width: 100%;
        max-width: 375px;
    }

    .stage__box:first-of-type::after,
    .stage__box:nth-of-type(2):after {
        transform: translate(-50%) skew(10deg, 0);
    }

    .logo {
        flex: 1;
    }

    .logo svg {
        width: 100%;
        height: auto;
    }

    .ur-box {
        width: 100%;
        max-width: 330px;
        margin: 0 auto 20px;
        font-size: 16px;
        line-height: 21px;
    }

    .a-five-box__left {
        font-size: 16px;
    }

    .phone:before {
        width: 34px;
        height: 34px;
    }

    .phone-sub {
        font-size: 15px;
        line-height: 18px;
    }

    h2 {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 25px;
        text-align: center;
    }

    .tabs li {
        font-size: 16px;
        line-height: 19px;
    }

    .tabs a {
        min-height: 100%;
        font-size: 14px;
        line-height: 15px;
        padding: 7px 5px;
    }

    .services {
        margin-top: 30px;
    }

    .b1 {
        padding-bottom: 40px;
    }

    .a-about-box__left {
        padding: 15px;
    }

    .advantage__box {
        min-height: auto;
        padding-block: 40px;
    }

    .a-about-box__left p {
        font-size: 16px;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: -10px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: -10px;
    }

    .b5 {
        padding-top: 30px;
    }

    .b6 {
        padding-block: 30px;
    }

    .contacts-phone {
        font-size: 25px;
    }

    .b-about-box {
        padding: 30px 20px 0;
        min-height: auto;
    }

    .b-about-box__left p {
        font-size: 23px;
    }

    .b-about-box__left p br {
        display: none;
    }

    .xs-d-inline {
        display: inline;
    }

    .xs-gap-y-20 {
        row-gap: 20px;
    }

    .politic-box {
        padding-block: 16px;
        padding-bottom: 70px;
    }

    .box-politics {
        flex-direction: column;
        row-gap: 10px;
    }

    .table--css .table-head th:first-of-type {
        padding-left: 5px;
    }

    .table--css .table-head th {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
    }

    .table-body th {
        padding-left: 5px;
    }

    .table-body td,
    .table-body th {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 1.2;
    }

    .table-head th:first-of-type {
        width: 22%;
    }

    .big-text {
        font-size: 45px;
        line-height: 50px;
        bottom: -10px;
    }

    .about__right h2 {
        margin-bottom: 10px;
    }

    .about__right p {
        font-weight: 300;
        font-size: 16px;
        line-height: 148.5%;
    }

    .about__box {
        padding-left: 35px;
    }

    .about__img img {
        border: none;
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    .about__img {
        position: absolute;
        width: 689px;
        height: 490px;
        left: -30px;
        bottom: 0;
    }

    .about__left {
        min-height: 445px;
    }

    .b3 {
        padding-top: 60px;
    }

    .b3 h2 {
        text-align: center;
    }

    .advantage {
        grid-template-columns: 1fr 1fr;
        grid-gap: 9px 6px;
    }

    .advantage__left,
    .advantage__right {
        width: 40px;
        height: 40px;
    }

    .advantage__box {
        padding-block: 20px;
    }

    .advantage__icon img {
        border: none;
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    .advantage__box p {
        font-size: 14px;
        line-height: 19px;
    }

    .table-body th {
        width: 45%;
        line-height: 1.2;
    }

    .advantage__icon {
        margin: 0 auto 10px;
    }

    .five-box {
        font-size: 18px;
    }

    .stage__box {
        transform: skew(-10deg, 0);
        width: 100%;
        max-width: 100%;
    }

    .stage__card {
        transform: skew(10deg, 0);
    }

    .stage__card h3 {
        font-size: 20px;
    }

    .stage__card p {
        width: 100%;
        max-width: 280px;
        font-size: 18px;
        line-height: 23px;
    }

    .check {
        transform: skew(10deg, 0);
        width: 32px;
        height: 32px;
    }

    .lists-sc {
        display: none;
    }

    .slider-2 {
        padding: 0;
    }

    .owl-nav button {
        width: 30px;
        height: 30px;
    }

    .owl-prev {
        left: 5px;
    }

    .owl-next {
        right: 5px;
    }

    .contacts__left {
        padding-top: 55px;
    }

    .contacts__title {
        font-size: 29px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .contacts__phone {
        font-size: 32px;
        line-height: 40px;
    }

    .contacts__phone:before {
        width: 35px;
        height: 35px;
    }

    .map--css {
        min-height: 430px;
    }
}

@supports (-webkit-appearance: none) {
    .owl-carousel .owl-video-play-icon {
        background: url(owl.video.play.webp) no-repeat;
    }

    .phone:before {
        background: url('../images/svg/header-phone.svg') 50% no-repeat;
    }

    .b4 {
        background-image: url(../images/bg-work.webp);
    }

    .stage__box:first-of-type::after {
        background: url(../images/svg/attow-right.svg) no-repeat;
    }

    .stage__box:nth-of-type(2):after {
        background: url(../images/svg/arrow-bottom.svg) no-repeat;
    }

    .contacts__phone:before {
        background: url(../images/svg/phone-footer.svg) 50% no-repeat;
    }
}

@media (max-width: 1100px) {
    @supports (-webkit-appearance: none) {
        /* .a-header__right:before {
            background: url(../images/bg-mobile-header.webp) 50% 0 no-repeat;
        } */

        .stage__box:first-of-type::after,
        .stage__box:nth-of-type(2):after {
            background: url(../images/arrow-down.webp) no-repeat;
        }
    }
}

/* callback */
.callback {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 7px;
    z-index: 555;
}

.callback .num {
    background: var(--bg-btn);
    border: 4px solid var(--bg-btn);
    border-radius: 4px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.callback .num a.whatsapp {
    font-size: 15px;
    color: #FFF;
    padding: 0 10px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
}

.callback .num a {
    text-align: center;
    line-height: 39px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-weight: 700;
    color: #262626;
}

.callback .num a img {
    flex: none;
    margin-right: 5px;
}

.whatsapp-link {
    font-size: 15px;
    margin-right: 20px;
}

a.whatsapp img {
    width: 100%;
    max-width: 25px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 5px;
}

.new-telefone2 {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 95%);
    font-weight: 600;
}

.new-telefone2 i {
    color: red;
}

/* End callback */
@media (max-width: 768px) {
    ul.tabs {
        margin-bottom: 15px;
        gap: 7px;
    }

    .callback {
        display: block;
    }

    .address-box {
        padding-bottom: 70px;
    }
}

@media (max-width: 580px) {
    .phone-box {
        justify-content: center;
    }

    .page-template-template-page .a-breadcrumbs {
        display: none;
    }
}

@media (max-width: 575px) {
    .callback .num a {
        font-size: 20px;
    }

    .whatsapp-link {
        margin-right: 15px;
    }
}

/*Модальное*/
.modal {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9000;
    top: 0;
    left: 0;
    display: flex;
    align-content: center;
    transition: 450ms !important;
    opacity: 0;
    pointer-events: none;
}

.modal-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-body .modal-exit {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 17px;
    right: 17px;
}

.modal-exit {
    cursor: pointer;
}

.modal-body .modal-exit:before,
.modal-body .modal-exit:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    left: calc(50% - 2px);
    top: -1px;
    transition: 350ms;
}

.modal-body .modal-exit:before {
    transform: rotate(45deg);
}

.modal-body .modal-exit:after {
    transform: rotate(-45deg);
}

.modal-body .modal-exit:hover:before {
    transform: rotate(45deg) scale(1.1);
    background-color: #FFFFFF;
}

.modal-body .modal-exit:hover:after {
    transform: rotate(-45deg) scale(1.1);
    background-color: #FFFFFF;
}

.modal-body {
    margin: auto;
    z-index: 10;
    position: relative;
    align-self: center;
    overflow-y: auto;
    max-height: 98vh;
    width: 520px;
    transition: 650ms ease-in-out !important;
    transform: translateY(100%);
    border-radius: 10px;
    padding: 40px 50px;
    color: #FFFFFF;
    background-color: #262626;
    border: 1px solid #646464;
}

.modal-body:after {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 53px;
    height: 54px;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFE10D;
    border-radius: 0 0 0 10px;
    content: '';
}

.callme-text {
    font-weight: 500;
    text-align: center;
    display: block;
    font-size: 22px;
    line-height: 1.4;
    transform: translatey(-30%);
    transition: 0.6s 200ms !important;
}

.callme-text>span {
    display: block;
    color: var(--blue);
    font-weight: 900;
}

.modal-main {
    padding: 5px;
}

.col-black {
    color: #000000;
}

.callme-btn {
    display: inline-flex;
    margin-top: 20px;
    background-color: var(--bg-blue);
    color: var(--white);
    font-weight: bold;
    padding: 10px 15px;
    align-items: center;
    line-height: normal;
    font-size: 18px;
    transform: translatey(30%);
    transition: 0.6s 200ms !important;
}

.callme-btn a {
    color: var(--white);
}

.callme-btn span:first-child {
    margin-right: 8px;
    margin-bottom: 2px;
}

/* .callme-btn:hover {
    background-color: #FFFFFF;
} */

.callme-bottom {
    text-align: center;
}

#callme.open .callme-text,
#callme.open .callme-btn {
    transform: translatey(0);
}

.open.modal {
    opacity: 1;
    pointer-events: auto;
}

.open.modal .modal-body {
    transform: rotateY(0deg);
}

@media (max-width: 575px) {
    .modal-body {
        width: calc(100% - 10px);
        padding: 40px 20px;
    }

    .callme-text>span {
        display: inline;
    }

    .callme-text {
        font-size: 18px;
        line-height: 1.4;
    }
}