@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
:root {
    --main-color: #cab000;
}
html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
body {
    font: 16px "Montserrat";
    font-weight: 300;
    color: #fff;
    background: #000;
}
a {
    text-decoration: none;
}
.knopka {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 14px 45px;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
}
.knopka:hover,
.knopka:active,
.knopka:focus {
    background: var(--main-color);
    cursor: pointer;
    color: #000;
}
.knopka img {
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
    height: 16px;
    margin-left: 10px;
    vertical-align: sub;
}
.knopka:hover img {
    filter: brightness(0);
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a:focus,
a:focus-visible,
a:active {
    outline: none;
    box-shadow: none;
}
.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    max-width: 100%;
    padding: 0 50px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex: 1 0 0%;
}
.col-1 { width: 8.333333%; }
.col-2 { width: 16.666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.333333%; }
.col-5 { width: 41.666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.333333%; }
.col-8 { width: 66.666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.333333%; }
.col-11 { width: 91.666667%; }
.col-12 { width: 100%; }

/* Modal */
html.modal-open,
body.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    padding: 40px 15px;
    overflow-y: auto;
    background: rgba(0,0,0,.55);
}
.modal.active {
  display: block;
}
.modal__dialog {
    width: 100%;
    max-width: 520px;
    margin: 40px auto;
    background: url(../img/callback_bg.webp) 100% 50% no-repeat #000;
    border-radius: 0px;
    border: 1.5px solid #222;
    background-size: initial;
    padding: 70px 100px 50px 50px;
    position: relative;

}
.modal__header,
.modal__body,
.modal__footer {
  
}
.modal__header {
  position: relative;
}
.modal__title {
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: 400;
}
.modal__title span {
    display: block;
}
.modal__title:after {
    content: "";
    width: 50px;
    height: 1px;
    display: block;
    background: var(--main-color);
    margin-top: 15px;
}
.modal__header p {
    width: 270px;
    margin-bottom: 40px;
    line-height: 1.5;
}
.modal__close {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  position: absolute;
      right: 30px;
    top: 30px;
    border: 1px solid var(--main-color);
}
.modal__close img {
    height: 30px;
    filter: brightness(0) saturate(100%) invert(72%) sepia(87%) saturate(1068%) hue-rotate(17deg) brightness(93%) contrast(101%);
    padding: 9px;
    vertical-align: middle;
}
.modal__close:hover {
    border: 1px solid #fff;
}
.modal__close:hover img {
    filter: brightness(0) saturate(100%) invert(100%);
}
.modal__body {
    
}
.modal__body .form-group {
    margin-bottom: 15px;
}
.modal__body .form-group input {
    border: 0;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 20px;
    height: 60px;
    background: #000;
    width: 100%;
    color: #fff;
    font-family: "Montserrat";
    border: 1px solid #222;
}
.modal__footer {

    
}
.modal__footer button {
    width: 100%;
    border: none;
    height: 60px;
    font-weight: 500;
    font-family: "Montserrat";
    background: #000;
    border: 1px solid var(--main-color);
    font-size: 16px;
}
.modal__footer a {
    font-size: 14px;
    margin-top: 30px;
    display: inline-block;
    color: #c8c8c8;
}
.modal__footer a img {
    height: 20px;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(85%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(90%);
    vertical-align: bottom;
}
.modal__footer a:hover {
    color: var(--main-color);
}
.modal__footer a:hover img {
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
}
body.modal-open {
  overflow: hidden;
}
.modal-video {
    text-align: center;
    padding: 150px 0 0;
}
.modal-video .video_block {
    position: relative;
    width: 600px;
    margin: 0 auto;
}
.modal-video .video_block .modal__close {
    color: #fff;
    width: 41px;
    height: 41px;
    font-size: 70px;
    position: absolute;
    right: -44px;
    top: -28px;
    line-height: 0;
    display: block;
}
.modal-video .video_block .modal__close:hover {
    color: #f75922;
}
.modal-video iframe {
    width: 100%;
    height: 400px;
    border-radius: 20px;
}
@keyframes modalShow {
  from {
    opacity: 0;
    transform: translateY(20px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* Navs */
.nav {
    position: absolute;
    top: 0px;
    right: 15px;
    background: #dedede;
    border-radius: 10px;
}
.nav-link {
    display: inline-flex;
    font-family: "Magistral";
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    text-decoration: none;
    cursor: pointer;
    transition: .2s;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    background: transparent;
    color: #242424;
    box-shadow: none;
    width: 100px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-link:hover {
    color: #fff;
    box-shadow: none;
    background: #113386;
}

.nav-link.active {
    color: #fff;
    box-shadow: none;
    background: #113386;
}
/* Tabs */
.tab-content {
  margin-top: 24px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
  animation: tabFade .2s ease;
}

@keyframes tabFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Nav styles */
.nav-pills .nav-link {

}
.nav-link img {
    height: 20px;
    margin-right: 10px;
}
.nav-underline {
  gap: 24px;
  border-bottom: 1px solid #eee;
}
.nav-underline .nav-link {
  background: transparent;
  padding: 20px;
  border-radius: 0;
  position: relative;
}
.nav-underline .nav-link.active {
  color: #008c93;
}
.nav-underline .nav-link.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #008c93;
}

.mobile-toggle {
    display: none;
    width: 28px;
    height: 44px;
    border: 0;
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 10001;
    cursor: pointer;
    float: right;
}

.mobile-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    background: #113386;
    margin: 7px 0;
    border-radius: 10px;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 420px;
    height: 100vh;
    background: #000;
    z-index: 9999;
    transition: .3s;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-shadow: -10px 0 30px rgba(0, 0, 0, .15);
    font-family: "Montserrat";
    touch-action: pan-y;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}
.header .mobile-nav .has-child > a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 18px;
    width: 21px;
    height: 21px;
    background: url(../img/icon/arrow-right.svg) no-repeat center / contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.mobile-nav.active {
    right: 0;
}
.mobile-menu-contacts {
    margin-top: 30px;
}
.mobile-menu-head {
    padding: 24px 24px 14px;
}
.mobile-toggle {
    display: none;
    width: 28px;
    height: 44px;
    border: 0;
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 10001;
    cursor: pointer;
    float: right;
}
.mobile-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    margin: 6px 0;
    border-radius: 5px;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 420px;
    height: 100vh;
    height: 100dvh;
    background: #000;
    z-index: 9999;
    transition: .3s;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-shadow: -10px 0 30px rgba(0, 0, 0, .15);
    font-family: "Montserrat";
    touch-action: pan-y;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: env(safe-area-inset-bottom);
    padding: 25px 25px calc(60px + env(safe-area-inset-bottom));
}


.mobile-nav.active {
    right: 0;
}

.mobile-menu-head {
    padding: 24px 24px 14px;
}

.mobile-menu-close {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    background: transparent;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    font-family: "Montserrat";
    width: 100%;
    text-align: center;
}

.mobile-first-level,
.mobile-menu-list,
.mobile-submenu {
    max-width: 100%;
    overflow-x: hidden !important;
}

.mobile-first-level {
    overflow: visible;
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
}

.mobile-menu-list,
.mobile-submenu {
    list-style: none;
    margin: 0;
}

.mobile-menu-list {
    height: auto;
    overflow: visible;
}

.mobile-menu-list li,
.mobile-submenu li {
    margin-bottom: 0px;
}

.mobile-menu-list a,
.mobile-submenu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    color: #fff;
    border-radius: 0px;
    padding: 20px 0px;
    font-size: 18px;
    line-height: 0.9;
    font-weight: 500;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    border-bottom: 1px solid #222;
}

.menu-arrow {
    flex: 0 0 auto;
    font-size: 34px;
    line-height: 1;
    margin-left: 12px;
    display: none;
}

.mobile-submenu {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 80%;
    max-width: 420px;
    height: 100vh;
    height: 100dvh;
    background: #000;
    transform: none;
    transition: .3s;
    overflow-y: auto;
    overflow-x: hidden !important;
    z-index: 10000;
    visibility: hidden;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-bottom: env(safe-area-inset-bottom);
    padding: 25px 25px calc(60px + env(safe-area-inset-bottom));
}

.mobile-submenu.active {
    right: 0;
    visibility: visible;
    pointer-events: auto;
}

.mobile-submenu.active .mobile-submenu {
    visibility: hidden;
    pointer-events: none;
}

.mobile-submenu.active .mobile-submenu.active {
    visibility: visible;
    pointer-events: auto;
}

.submenu-header {
    
}

.mobile-submenu-back {
    border: 1px solid var(--main-color);
    background: transparent;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
    padding: 10px 30px;
    cursor: pointer;
    font-family: "Montserrat";
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.submenu-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.mobile-submenu li {
    
}

.mobile-submenu.submenu-locked {
    overflow: hidden;
}

.mobile-menu-list a:focus,
.mobile-submenu a:focus,
.mobile-menu-close:focus,
.mobile-submenu-back:focus,
.mobile-toggle:focus {
    outline: none;
}

body.mobile-menu-open {
    overflow: hidden;
    touch-action: none;
}

body.mobile-menu-open .mobile-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.mobile-menu-contacts {
    
}

.mobile-menu-phone {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px;
}
.mobile-menu-phone svg {
    fill: var(--main-color);
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
}
.mobile-menu-address a svg {
    fill: var(--main-color);
    width: 67px;
    height: 35px;
    margin-right: 10px;
    vertical-align: middle;
}

.mobile-menu-address {
    font-size: 16px;
    line-height: 1.45;
    color: #555;
    margin-bottom: 16px;
}

.mobile-menu-address a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
}

.mobile-menu-address a span {
    color: var(--main-color);
    font-weight: 500;
    display: contents;
}

.mobile-menu-whatsapp {
    display: block;
    background: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.lang-mob {
    margin-top: 30px;
}
.lang-mob p {
    color: #898989;
    margin-bottom: 10px;
}
.lang-mob a {
    color: #fff;
    border: 1px solid #222;
    border-radius: 5px;
    font-size: 16px;
    padding: 8px 15px;
    margin-right: 10px;
    display: inline-block;
}
.lang-mob a.active {
    color: var(--main-color);
    border: 1px solid var(--main-color);
}
.smm-mob {
    margin-top: 30px;
}
.smm-mob a {
    display: inline-block;
    margin-right: 10px;
}
.smm-mob a svg {
    width: 40px;
    height: 40px;
    fill: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 9px;
    border-radius: 5px;
}

@media (max-width: 1023px) {
    .mobile-toggle {
        display: block;
    }
}

.dop_title {
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    margin: 0 !important;
}
.title {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
}

.header {
    background: #000;
    padding: 25px 0;
    width: 100%;
    top: 0px;
    position: fixed;
    z-index: 99;
}
.header .container {
    padding: 0 15px;
}
.header .logo {
    position: relative;
}
.header .logo img {
    height: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: all .3s ease;
}
.header.scrolled .logo img {
    height: 60px;
}
.header .menu {
    padding: 12px 0;
}
.header .menu ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 28px 0 0;
    position: relative;
}
.header .menu ul > li > a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

/* 2 и 3 уровень */
.header .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    top: 33px;
    min-width: 350px;
    background: linear-gradient(135deg, rgba(24, 24, 24, .96), rgba(7, 7, 7, .96));
    border: 1px solid #222;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.25s;
    z-index: 99;
    padding: 20px !important;
}
.header ul > li > .submenu li {
    position: relative;
    margin-bottom: 12px;
    display: block;
}
.header .submenu a {
    padding: 0;
    color: #222;
    white-space: nowrap;
}
.header .submenu a:hover {
    background: #f3f9ff;
    color: #168fd3;
}
.header .menu ul li.active > a,
.header .menu ul li > a:hover {
    color: var(--main-color);
    background: transparent;
}
.header .menu ul li.active > a::after {
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
}
.header .main-menu li:has(.active) {
    color: var(--main-color);
}
.header .main-menu li:has(.active) > a {
    color: var(--main-color);
}
.header .main-menu li:hover > a {
     color: var(--main-color);
}
.header .main-menu li:hover > a::after,
.header .main-menu li:has(.active) > a::after{
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
}

/* показать подменю */
.header .main-menu li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 3 уровень вправо */
.header .submenu .submenu {
    top: -22px;
    left: 100%;
    margin-left: 25px;
}

/* стрелка у пунктов с детьми */
.header .has-child > a::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 6px;
    width: 15px;
    height: 15px;
    background: url(/img/icon/arrow_down.svg) no-repeat center / contain;
    filter: brightness(0) invert(1);
    
}
children
.header .submenu .has-child > a::after {
    content: "";
    width: 15px;
    height: 15px;
    top: -1px;
    background: url(/img/icon/arrow-right.svg) no-repeat center / contain;
    position: absolute;
    right: -4px;
}
.header .main-menu > li:nth-child(3) > a::after{
    display:none;
}
.header .main-menu > li:nth-child(3) > .submenu{
    display:none !important;
}
.header .header_contact {
    padding: 8px 0;
}
.header .header_contact .phone {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
}
.header .header_contact .phone:hover {
    color: var(--main-color);
}
.header .header_contact .whatsapp {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.header .header_contact .whatsapp img {
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
    height: 30px;
}
.header .header_contact .whatsapp:hover img {
    filter: brightness(0) invert(1);
}
.header .callback a {
    display: block;
    padding: 15px 25px;
    text-align: center;
}
.lang {
    position: relative;
}

.lang-current {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: .3s ease;
    font-family: "Montserrat";
    margin: 0 auto;
    padding: 17px 0;
}
.lang-current:hover {
    color: var(--main-color);
}
.lang-current:hover .lang-arrow {
    border-right: 2.5px solid var(--main-color);
    border-bottom: 2.5px solid var(--main-color);
}
.lang:hover .lang-current {
    color: var(--main-color);
}
.lang:hover .lang-arrow {
    border-right: 2.5px solid var(--main-color);
    border-bottom: 2.5px solid var(--main-color);
}

.lang-arrow {
    width: 10px;
    height: 10px;
    border-right: 2.5px solid #fff;
    border-bottom: 2.5px solid #fff;
    transform: rotate(45deg);
    margin-top: -6px;
    transition: .3s ease;
}

.lang-list {
    position: absolute;
    top: 47px;
    right: -9px;
    margin: 0;
    border-radius: 5px;
    list-style: none;

    background: linear-gradient(135deg, rgba(24,24,24,.96), rgba(7,7,7,.96));
    border: 1px solid #222;

    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .3s ease;
}

.lang-list li {
    margin: 0;
}

.lang-list li:not(:last-child) {
    margin-bottom: -10px;
}

.lang-link {
    position: relative;
    display: inline-block;

    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    padding: 20px 30px;

    transition: .3s ease;
}

.lang-link:hover {
    color: var(--main-color);
}

.lang.active .lang-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang.active .lang-arrow {
    transform: rotate(-135deg);
    margin-top: 6px;
}

@media (hover: hover) {
    .lang:hover .lang-list {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .lang:hover .lang-arrow {
        transform: rotate(-135deg);
        margin-top: 6px;
    }
}

.footer {
    padding: 50px 0;
    border-top: 1px solid #222222;
}
.footer .logo img {
    height: 120px;
    margin-bottom: 15px;
}
.footer .footer_text {
    padding-right: 40px;
    line-height: 1.6;
}
.footer .footer_text span {
    color: var(--main-color);
    font-weight: 700;
}
.footer .footer_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer .menu_footer ul li {
    list-style-type: none;
    margin-bottom: 5px;
}
.footer .menu_footer ul li a {
    color: #aaaaaa;
    font-weight: 400;
}
.footer .menu_footer ul li a:hover,
.footer .menu_footer ul li.active a {
    color: var(--main-color);
}
.footer .footer_link {
    margin-bottom: 13px;
    font-weight: 400;
}
.footer .footer_link a {
    color: #fff;
}
.footer .footer_link a:hover {
    color: var(--main-color);
}
.footer .footer_link img {
    height: 25px;
    width: 25px;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
    margin: 0 10px 0 auto;
    vertical-align: middle;
}
.footer .footer_icon {
    margin-top: 25px;
}
.footer .footer_icon a {
    display: inline-block;
    margin-right: 10px;
}
.footer .footer_icon a:hover img {
    filter: brightness(0) invert(1);
}
.footer .footer_icon a img {
    height: 30px;
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
}
.copyright {
    border-top: 1px solid #222222;
    padding: 30px 0;
}
.copyright p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.crumb {
    max-width: 100%;
    padding-top: 90px;
}
.crumb ol {
    list-style-type: none;
}
.crumb ol li {
    display: inline;
    position: relative;
    font-size: 14px;
    color: #818181;
}
.crumb ol li a {
    color: var(--main-color);
}
.crumb ol li a:hover {
    color: #fff;
}
.crumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 23px;
}
.crumb ol li:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 14px;
    height: 14px;
    background-color: #818181;
    -webkit-mask: url('/img/icon/arrow-right.svg') no-repeat center;
    mask: url('/img/icon/arrow-right.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.crumb ol li:first-child:before {
    display: none;
}

.main_block {
    /*background: url(../img/main_block.webp) #000 no-repeat 100% 50%;*/
    margin: 100px 0 0 0;
    position: relative;
}
.main_block .ms {
    width: 100%;
    position: relative;
    z-index: 1;
}
.main_block::before {
    left: 0;
}
.main_block::before,
.main_block::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 9;
}

.main_block::before {
    background: url('../img/smoke.webp') no-repeat center;
    background-size: 700px auto;
    opacity: .18;
    animation: smoke1 13s ease-in-out infinite alternate;
}

.main_block::after {
    background: url('../img/smoke1.webp') no-repeat center;
    background-size: 700px auto;
    opacity: .2;
    animation: smoke2 18s ease-in-out infinite alternate;
}

.main_block .container {
    position: relative;
    z-index: 2;
}

@keyframes smoke1 {
    from {
        transform: translateX(-50px) translateY(20px) scale(1);
    }
    to {
        transform: translateX(50px) translateY(-20px) scale(1.1);
    }
}

@keyframes smoke2 {
    from {
        transform: translateX(80px) translateY(-30px) scale(1.1);
    }
    to {
        transform: translateX(-80px) translateY(30px) scale(1.25);
    }
}
.main_block .main_block_text {
    padding: 100px 0;
    z-index: 1;
    position: relative;
}
.main_block .main_block_text h1 {
    font-size: 90px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.9;
    margin-bottom: 20px;
}
.main_block .main_block_text h1 span {
    color: var(--main-color);
}
.main_block .main_block_text .dopzagolovok {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 80%;
    color: var(--main-color);
}
.main_block .main_block_text .dopzagolovok span {
    color: var(--main-color);
}
.main_block .main_block_text .dop_text {
    width: 300px;
    margin-bottom: 40px;
}

.serv_block {
    padding: 0 0 70px;
}
.serv_block .swiper-slide {
    height: auto !important;
}
.serv_block .service_block {
    border-radius: 5px;
    background: #141414;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.serv_block .service_block .service_img {
    height: 270px;
    background-size: cover !important;
    position: relative;
    margin-bottom: 15px;
    border-radius: 5px;
}
.serv_block .service_block .service_img .service_icon {
    height: 45px;
    filter: brightness(0) invert(1);
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.serv_block .service_block:hover .service_img .service_icon {
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
}
.serv_block .service_block .service_title {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 0px 13px;
}
.serv_block .service_block .service_text {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 0px 13px;
    margin-bottom: 20px;
    flex: 1;
}
.serv_block .service_block .arrow {
    text-align: right;
    margin-top: auto;
    padding: 0 10px;
}
.serv_block .service_block .arrow svg {
    fill: var(--main-color);
    width: 25px;
    height: 25px;
}
.serv_block .service_block:hover {
    border: 1px solid var(--main-color);
}
.serv_block .service_block:hover .service_title {
    color: var(--main-color);
}
.serv_block .more {
    text-align: center;
    margin-top: 50px;
}

.about_block {
    background: url(../img/about_block.webp) #000 no-repeat 0% 50%;
    background-size: contain;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
}
.about_block .title {
    margin-bottom: 30px;
}
.about_block .about_text {
    padding: 50px 0;
}
.about_block p {
    margin-bottom: 7px;
}
.about_block .about_text a {
    display: inline-block;
    margin-top: 20px;
}

.number_block {
    padding: 50px 0;
}
.number_div {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
}

.number_div img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    display: block;
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
}

.number_text {
    min-width: 0;
}

.number_title {
    margin: 0 0 4px;
    font-size: 30px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
}

.number_p {
    margin: 0;
    font-size: 16px;
    line-height: 1.15;
    color: #fff;
}

@media (max-width: 991px) {
    .number_block .col-sm-3 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .number_block .col-sm-3 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .number_div {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 14px;
    }

    .number_div img {
        width: 52px;
        height: 52px;
    }

    .number_title {
        font-size: 24px;
    }

    .number_p {
        font-size: 20px;
    }
}

.vopros_block {
    background: url(../img/vopros_bg.webp) 0% 20% no-repeat;
    padding: 70px 0;
    border-top: 1px solid #222222;
    background-size: contain;
    padding-left: 100px;
}
.vopros_block .vopros_pad {
    padding: 13px 0;
}
.vopros_block .vopros_title {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    padding-left: 80px;
}
.vopros_block .vopros_text {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.5;
}
.page .main_block {
    margin: 100px 0 0 0;
}
.page .main_block .main_block_text {
    padding: 15px 0 60px;
}
.page .main_block .main_block_text h1 {
    font-size: 70px;
    line-height: 1;
}
.page_usluga .main_block .main_block_text h1 {
    font-size: 50px
}
.page .main_block .main_block_text .dopzagolovok {
    color: var(--main-color);
}
.page .main_block .main_block_text .studio_knopka {
    margin-top: 30px;
}
.page .main_block .main_block_text .dop_text {
    width: 350px;
    margin: 0;
}
.page .number_block {
    padding: 0 0 50px;
}
.page .serv_block .service_block .service_img {
   
}
.contact_block {
    padding: 0px 0 50px;
}
.contact_block .cont_block {
    border: 1px solid #222222;
    border-radius: 5px;
    padding: 20px;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.contact_block .cont_block:hover {
    color: var(--main-color);
    border: 1px solid var(--main-color);
}
.contact_block .cont_block .mob_address {
    display: none;
}
.contact_block .cont_block img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
}
.contact_block .cont_block p {
    min-width: 0;
}
.contact_block .knopka {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.seo_block {
    padding: 0px 0 70px;
}
.seo_block h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
}
.seo_block p {
    margin-bottom: 7px;
    font-size: 18px;
}
.seo_block .seo_img {
    height: 100%;
    background-size: cover !important;
    border: 1px solid #222222;
    border-radius: 5px;
}

.map_dark {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    border: 1px solid #222222;
    border-radius: 5px;
}
.ymaps-2-1-79-ground-pane {
    width: 100%;
    height: 320px;
    display: block;
    filter: grayscale(1) invert(.9) sepia(.2) saturate(.7) brightness(.6); 
}
.mission_block {
    padding: 0px 0 50px;
}
.mission_block .mission_block1 {
    display: grid;
    grid-template-columns: 53px minmax(0, 1fr);
    gap: 18px;
    padding: 33px !important;
    background: #0e0e0e;
}
.mission_block .mission_block1 img {

}
.mission_block .mission_block1 .mission_float_text {
    min-width: 0;
    margin-bottom: 22px;
}
.mission_block .missin_icon_block {
    border: 1px solid #222;
    padding: 29px 20px;
    margin: 0;
    border-radius: 5px;
}
.mission_block .missin_icon_block .mission_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.mission_block .missin_icon_block img {
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
    height: 50px;
    margin-bottom: 10px;
}
.mission_block .missin_icon_block .mission_bl_title {
    margin-bottom: 10px;
    font-weight: 500;
}
.mission_block .missin_icon_block .misiton_text {
    font-size: 14px;
    color: #a4a4a4;
}
.mission_block .missin_icon_block .misiton_text1 {
    font-size: 16px;
}

.project_block {
    padding: 0 0 50px;
}
.project_block .row {
    border: 1px solid #222222;
    margin: 0;
}
.project_block .project_img {
    width: 100%;
    border-right: 1px solid #222222;
    margin-bottom: -4px;
}
.project_block .ptoject_text {
    margin-bottom: 30px;
}
.project_block .project_text_p {
    padding: 30px 0;
}
.komanda_block {
    padding: 0px 0 50px;
}
.komanda_block .more {
    text-align: center;
    margin-top: 30px;
}
.komanda_block .team_block {
    border-radius: 5px;
    border: 1px solid #222222;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}
.komanda_block .team_block:hover {
    border: 1px solid var(--main-color);
}
.komanda_block .team_block .team_img {
    width: 100%;
    margin-bottom: 15px;
}
.komanda_block .team_block .team_title {
    color: var(--main-color);
    font-weight: 500;
    margin-bottom: 10px;
}
.komanda_block .team_block:hover .team_title {
    color: #fff; 
}
.komanda_block .team_block .team_text {
    color: #bbbbbb;
    font-weight: 300;
}
.main_block .main_block_text .main_number_row {
    margin-top: 30px;
    display:flex;
    justify-content:space-between;
}
.main_block .main_block_text .main_number_row .main_number {
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.main_block .main_block_text .main_number_row .main_number .main_number_title {
    color: var(--main-color);
    font-size:42px;
    font-weight:700;
    line-height:1;
    margin-bottom:10px;
}
.main_block .main_block_text .main_number_row .main_number .main_number_text {
    color:#fff;
    font-size:16px;
    line-height:1.4;
    max-width:180px;
}
.page-all .serv_block {
    padding: 0px 0 70px;
}
.page-all .serv_block .service_block .service_img {
    height: 270px;
}
.page-all .komanda_block {
    padding: 0px 0 70px;
}
.page_erorr .main_block .main_block_text h1 {
    font-size: 150px;
}
.page_erorr .main_block .ms {
    width: 90%;
}
.vibor {
    padding: 0px 0 50px;
}
.vibor .title {
    font-size: 22px;
}
.vibor .col-sm-2 {
    width: 20%;
}
.vibor .row {
    border: 1px solid #222;
    margin: 0;
    padding: 30px 15px;
}
.vibor .vibor_block img {
    height: 60px;
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
    margin-bottom: 15px;
}
.vibor .vibor_block .vibor_title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.vibor .vibor_block .vibor_text {
    font-size: 14px;
    color: #9a9a9a;
    line-height: 1.3;
}
.main_pages .main_img {
    display: none;
}

.delaem {
    padding: 50px 0 50px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.delaem .text_icon_delaem img {
    height: 50px;
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
    margin-bottom: 10px;
}
.delaem .delaem_block {
    display: flex;
}
.delaem .text_icon_delaem {
    margin-top: 62px;
    border: 1px solid #222;
    border-right: 0px;
    padding: 30px;
    width: 40%;
}
.delaem .text_icon_delaem h4 {
    margin-bottom: 10px;
}
.delaem .delaem_img {
    width: 60%;
    background-size: cover !important;
}
.delaem .spisok_delaem ul li {
    font-size: 20px;
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.delaem .spisok_delaem ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    background: var(--main-color);

    -webkit-mask: url("/img/icon/check.svg") no-repeat center;
    -webkit-mask-size: contain;

    mask: url("/img/icon/check.svg") no-repeat center;
    mask-size: contain;
}

.rabotaet {
    padding: 50px 0;
}
.rabotaet .rabotaet_block img {
    height: 50px;
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
    margin-bottom: 10px;
}
.uslovie_arendy .rabotaet_row { 
    grid-template-columns: repeat(4, 1fr) !important;
}
.rabotaet .rabotaet_row {
    counter-reset: step;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.rabotaet .rabotaet_block {
    counter-increment: step;
    position: relative;
    background: #111;
    border: 1px solid #222;
    padding: 20px;
    border-radius: 5px;
}
.rabotaet .rabotaet_block::before {
    content: counter(step, decimal-leading-zero);
    display: block;
    margin-bottom: 25px;
    color: #383838;
    font-size: 35px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}
.rabotaet .rabotaet_block img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 20px;
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
}
.rabotaet .rabotaet_title {
    margin-bottom: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.rabotaet .rabotaet_text {
    color: #aaa;
    font-size: 15px;
    line-height: 1.5;
}
.rabotaet .rabotaet_block .p_status {
    margin-top: 10px;
}
.rabotaet .rabotaet_block .p_status i {
    font-style: normal;
}
.rabotaet .rabotaet_block .p_status .soon {
    color: #aaa;
}
.rabotaet .rabotaet_block .p_status .compl {
    color: var(--main-color);
    position: relative;
    padding-left: 26px;
}
.rabotaet .rabotaet_block .p_status .compl::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 22px;
    height: 22px;
    background: var(--main-color);
    -webkit-mask: url(/img/icon/check.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask: url(/img/icon/check.svg) no-repeat center;
    mask-size: contain;
}
.rabotaet .rabotaet_block .p_status .pross {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--main-color);
    font-weight: 500;
}
.rabotaet .rabotaet_block .p_status .pross::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cab000;
    box-shadow: 0 0 0 rgba(202,176,0,.7);
    animation: pulseStatus 1.8s infinite;
}

.o_prokte_block {
    position: relative;
}
.o_prokte_block .rows {
    margin: 0px;
    background-size: contain !important;
    border: 1px solid #222;
    border-radius: 5px;
}
.o_prokte_block .o_prokte_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%; /* подстрой под место перехода */
    width: 220px;
    height: 100%;
    z-index: 2;
    pointer-events: none;

    background: linear-gradient(
        to right,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,.9) 20%,
        rgba(0,0,0,.6) 45%,
        rgba(0,0,0,.25) 70%,
        rgba(0,0,0,0) 100%
    );
}
.o_prokte_block .img_bor {
    padding-right: 0px;
}
.o_prokte_block .o_prokte_img {
    width: 100%;
    height: 100%;
    border-radius: 0 5px 5px 0;
    background-size: cover !important;
    position: relative;
}
.o_prokte_block .proekt_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}
.o_prokte_block .oproekt_block p {
    margin: 0;
}
.o_prokte_block .oproekt_block p:first-child {
    margin-bottom: 8px;
    font-size: 15px;
    color: #8c8c8c;
}
.o_prokte_block .oproekt_block p:last-child {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.o_prokte_block .o_proekt_block_text {
    padding: 15px 20px 30px 20px;
}

.studio .studio_block {
    border: 1px solid #222;
    display: block;
    border-radius: 5px;
}
.studio .studio_block:hover {
    border: 1px solid var(--main-color);
}
.studio .studio_block:hover .studio_block_text .studio_price .knopka {
    background: var(--main-color);
    color: #000;
}
.studio .studio_block:hover .studio_block_text .studio_price .knopka img {
    filter: brightness(0);
}
.studio .studio_block .studio_img {
    height: 300px;
    background-size: cover !important;
    border-radius: 5px;
}
.studio .studio_block .studio_block_text {
    padding: 20px 20px 30px 20px;
}
.studio .studio_block .studio_block_text .studio_title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}
.studio .studio_block .studio_block_text .studio_zoom img {
    height: 20px;
    filter: brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(1088%) hue-rotate(8deg) brightness(91%) contrast(88%);
    margin-right: 10px;
}
.studio .studio_block .studio_block_text .studio_zoom {
    color: #fff;
    font-size: 20px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.studio .studio_block .studio_block_text .studio_text {
    color: #fff;
    margin-bottom: 20px;
}
.studio .studio_block .studio_block_text .studio_price .price {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    padding-top: 3px;
}
.studio .studio_block .studio_block_text .studio_price .price span {
    font-weight: 700;
    font-size: 24px;
}
.studio .studio_block .studio_block_text .studio_price {
    
}
.studio .studio_block .studio_block_text .studio_price .knopka {
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 300;
    float: right;
}

.all_port .works-filter .works-filter {
    margin-bottom: 30px;
}
.all_port .works-filter .works-filter button {
    border: 1px solid #222;
    background: linear-gradient(135deg, rgba(24, 24, 24, .96), rgba(7, 7, 7, .96));
    padding: 15px 20px;
    color: #cacaca;
    border-radius: 5px;
    margin-right: 15px;
    font-family: "Montserrat";
}
.all_port .works-filter .works-filter button:hover,
.all_port .works-filter .works-filter button.active {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    cursor: pointer;
    background: transparent;
}
.all_port .portfolio_block {
    display:block;
    text-decoration:none;
    color:#fff;
    border-radius: 5px;
    border: 1px solid #222;
    margin-bottom: 30px;
}
.all_port .portfolio_image {
    position:relative;
    height: 370px;
    border-radius:5px;
    overflow:hidden;

    background-size:cover !important;
    background-position:center;

    transition:.35s;
}
/* Затемнение */
.all_port .portfolio_image::before{
    content:"";
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.88) 0%,
            rgba(0,0,0,.70) 35%,
            rgba(0,0,0,.15) 65%,
            rgba(0,0,0,0) 100%
        );

    transition:.35s;
}
/* Текст */
.all_port .portfolio_overlay{
    position:absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index:2;

    display:flex;
    flex-direction:column;
    gap:16px;
}
.all_port .portfolio_category{
    color: var(--main-color);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.all_port .portfolio_title{
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
}
.all_port .portfolio_more {
    display:flex;
    align-items:center;
    gap:12px;

    color: var(--main-color);
    font-size: 12px;
    font-weight: 500;
}
.all_port .portfolio_more svg{
    vertical-align: bottom;
}
.all_port .portfolio_block:hover {
    border: 1px solid var(--main-color);
}
.all_port .portfolio_block:hover .portfolio_title {
    color: var(--main-color);
}
.all_port .portfolio_block:hover .portfolio_more {
    color: #fff;
}
.page_project .studio_knopka {
    margin-right: 30px;
    margin-bottom: 20px;
}
.page_project .studio_whats svg {
    width: 21px;
    height: 21px;
    margin-left: 10px;
    vertical-align: bottom;
}
.page_project .studio_knopka,
.page_project .studio_whats {
    width: 52%;
    text-align: center;
}
.page_project .rabotaet_row {
    grid-template-columns: repeat(5, 1fr) !important;
}
.studio_photo {
    padding: 0 0 50px;
}
.studio_photo iframe {
    border-radius: 5px;
    border: 1px solid #222;
}
.studio_photo a {
    border-radius: 5px;
    border: 1px solid #222;
    display: flex;
}
.studio_photo a:hover {
    border: 1px solid var(--main-color);
}
.studio_photo img {
    width: 100%;
    border-radius: 5px;
}
.studio_photo .youtube_wrap {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.08);
}
.studio_photo .youtube_wrap iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
}
.studio_photo .youtube_wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.25)),
        radial-gradient(circle at center,
            transparent 15%,
            rgba(0,0,0,.15) 55%,
            rgba(0,0,0,.55) 100%);
}
@media (max-width: 576px) {
    .header .menu,
    .header_contact,
    .header .callback,
    .header .lang {
        display: none;
    }
    .header .container {
        padding: 0 30px;
    }
    .header.scrolled .logo img {
        top: -8px;
    }
    .container {
        padding: 0 30px;
    }
    .knopka {
        width: 100%;
        text-align: center;
    }
    
    .main_block::before,
    .main_block::after {
        animation: none;
    }
    .main_block .ms {
        display: none;
    }
    .main_block .main_block_text h1 {
        font-size: 70px;
    }
    .serv_block .slider-nav {
        display:flex;
        align-items:center;
        justify-content:center;
        gap:20px;
        margin-top:20px;
    }

    .serv_block .sliderService-prev,
    .serv_block .sliderService-next {
        width:40px;
        height:40px;
        border-radius:0px;
        border:1px solid #dcdcdc;
        display:flex;
        align-items:center;
        justify-content:center;
        cursor:pointer;
        color:#fff;
        transition:.3s;
    }
    
    .serv_block .sliderService-prev:hover,
    .serv_block .sliderService-next:hover {
        color: var(--main-color);
        border: 1px solid var(--main-color);
        background: transparent !important;
    }
    
    .serv_block .sliderService-pagination {
        width:auto !important;
        position:static !important;
        font-size:28px;
        font-weight:700;
    }
    
    .serv_block .sliderService-pagination .swiper-pagination-total{
        color:#616161;
    }
    
    .vopros_block {
        padding: 50px 0;
        background-size: cover !important;
        background: url(../img/vopros_bg.webp) 18% 50% no-repeat;
        position: relative;
    }
    .vopros_block:after {
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 55%);
        position: absolute;
    }
    .vopros_block .vopros_title {
        padding: 0px;
        font-size: 35px;
        line-height: 1.3;
        text-align: center;
        position: relative;
        z-index: 3;
    }
    .vopros_block .vopros_pad {
        position: relative;
        z-index: 3;
        text-align: center;
    }
    
    .page-all .serv_block .service_block .service_img {
        height: 150px;
    }
    .serv_block .service_block .service_img .service_icon {
        height: 30px;
    }
    .serv_block .service_block .service_title {
        font-size: 16px;
    }
    .serv_block .service_block .service_text {
        font-size: 14px;
    }
    .mission_block .mission_block1 {
        padding: 20px !important;
    }
    .mission_block .mission_block1 .mission_float_text {
        margin: 0;
    }
    .mission_block .missin_bl {
        margin-bottom: 20px;
    }
    .mission_block .missin_icon_block .mission_bl_title {
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .komanda_block .team_block .team_title {
        height: 40px;
    }
    
    .seo_block .seo_img {
        height: 400px;
        margin-top: 30px;
    }
    
    .about_block {
        background: url(../img/about_block.webp) #000 no-repeat 50% 50%;
        background-size: cover;
        position: relative;
    }
    .about_block:after {
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 55%);
        position: absolute;
    }
    .about_block .about_text {
        position: relative;
        z-index: 9;
    }
    .number_block {
        padding: 50px 0 20px;
    }
    .number_title {
        font-size: 40px;
        font-weight: 600;
    }
    .number_div {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 40px;
    }
    .number_div img {
        width: 65px;
        height: 65px;
    }
    .crumb {
        padding-top: 60px;
    }
    .page .main_block .main_block_text h1 {
        font-size: 40px;
        line-height: 1.1;
    }
    .main_block .main_block_text .dopzagolovok {
        width: 100%;
    }
    .page .main_block .main_block_text .dop_text {
        width: 100%;
    }
    .main_block .main_block_text .main_number_row {
        gap: 15px
    }
    .main_block .main_block_text .main_number_row .main_number {
        display: inline-block;
    }
    .main_block .main_block_text .main_number_row .main_number .main_number_title {
        font-size: 30px;
    }
    .contact_block .cont_block img {
        height: 40px;
        width: 40px;
    }
    .contact_block .cont_block {
        gap: 0;
        border-radius: 5px;
        padding: 15px;
        margin-bottom: 20px;
    }
    .contact_block .cont_block .desc_address {
        display: none;
    }
    .contact_block .cont_block .mob_address {
        display: block;
        color: #fff;
        font-size: 16px;
    }
    .contact_block .cont_block .mob_address span {
        color: var(--main-color);
    }
    .map_dark {
        margin-top: 20px;
    }
    .footer {
        display: none;
    }
}
@media (min-width: 576px) {
  .col-sm-1 { width: 8.333333%; }
  .col-sm-2 { width: 16.666667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.333333%; }
  .col-sm-5 { width: 41.666667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.333333%; }
  .col-sm-8 { width: 66.666667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.333333%; }
  .col-sm-11 { width: 91.666667%; }
  .col-sm-12 { width: 100%; }
}
@media (min-width: 768px) {
  .col-md-1 { width: 8.333333%; }
  .col-md-2 { width: 16.666667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.333333%; }
  .col-md-5 { width: 41.666667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.333333%; }
  .col-md-8 { width: 66.666667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.333333%; }
  .col-md-11 { width: 91.666667%; }
  .col-md-12 { width: 100%; }
}
@media (min-width: 992px) {
  .col-lg-1 { width: 8.333333%; }
  .col-lg-2 { width: 16.666667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.333333%; }
  .col-lg-5 { width: 41.666667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.333333%; }
  .col-lg-8 { width: 66.666667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.333333%; }
  .col-lg-11 { width: 91.666667%; }
  .col-lg-12 { width: 100%; }
}
@media (min-width: 1200px) {
  .col-xl-1 { width: 8.333333%; }
  .col-xl-2 { width: 16.666667%; }
  .col-xl-3 { width: 25%; }
  .col-xl-4 { width: 33.333333%; }
  .col-xl-5 { width: 41.666667%; }
  .col-xl-6 { width: 50%; }
  .col-xl-7 { width: 58.333333%; }
  .col-xl-8 { width: 66.666667%; }
  .col-xl-9 { width: 75%; }
  .col-xl-10 { width: 83.333333%; }
  .col-xl-11 { width: 91.666667%; }
  .col-xl-12 { width: 100%; }
}