body {
    font-family: "Manrope", sans-serif;
    background: #101010;
    color: #fff;
}

.header__row {
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 3px 0;
}

.header__menu {
    border-top: 1px solid #fff;
    padding: 15px 0 25px;
}

.header__logo {
    width: 208px;
}

.header__adr {
    padding-left: 40px;
    width: 330px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.23275;
    color: #fff;
    background: url("../img/adr.png") 0 50% no-repeat;
    background-size: 33px auto;
}

.header__mob-nav {
    display: none;
}

.header__soc {
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-right: auto;
    gap: 20px;
}

.header__soc__label {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.header__soc__list {
    flex-wrap: nowrap;
    gap: 10px;
}

.header__phones {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.header__phone {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.navbar-nav {
    gap: 50px;
}

.navbar-nav a,
.navbar-nav a.active {
    display: block;
    border: 2px solid #118a81;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.25);
    height: 43px;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.05em;
    color: #fff !important;
    padding: 10px 20px !important;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    background: transparent;
    text-transform: uppercase;
}
.navbar-nav a:hover {
    background: #118a81;
}

.main {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.home-banner {
    padding-top: 85px;
    height: 595px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 35px;
}

.home-banner h1 {
    font-family: "Commissioner", sans-serif;
    font-weight: 800;
    font-size: 45px;
    line-height: 1.23746;
    color: #fff;
    margin: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.home-banner__text1 {
    font-family: "Commissioner", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.23746;
    color: #118a81;
    padding-bottom: 20px;
}
.home-banner__text2 {
    font-family: "Commissioner", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.23746;
    color: #fff;
    padding-bottom: 45px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
    height: 48px;
    border-radius: 10px;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    line-height: 1.23746;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.btn.btn--green {

    background: #118a81;
    color: #fff;
    border: none;
}
.home-banner .btn {
    height: 58px;
    box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.25);
    font-weight: 600;
    font-size: 20px;
    border-radius: 3px !important;
}
.btn.btn--border {
    box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.25);
    border: 2px solid #118a81;
    background: transparent;
    color: #fff;
}
.btn.btn--border:hover {
    background-color: #118a81;
}
.btn.btn--green:hover {
    background-color: #0e6e67;
}
.home-banner__btns {
    display: flex;
    gap: 30px;
}
.size1 {
    width: 200px;
}
.size2 {
    width: 270px;
}

.services-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 60px;
}

.services-list__item {
    display: flex;
}
.services-list__item a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    box-shadow: 0 0 7px 4px rgba(255, 255, 255, 0.25);
    background: #101619;
    border: 2px solid #118a81;
    border-radius: 10px;
    min-height: 320px;
    padding: 20px 30px;
    text-decoration: none;
    gap: 15px;
}

.page-caption {
    padding-bottom: 40px;
}
.page-caption h2,
h2.wp-block-heading {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 45px;
    line-height: 1.21875;
    color: #fff;
    text-transform: uppercase;
}
h2.wp-block-heading {
    padding-bottom: 40px;
}
.services-list__item__ico {
    height: 90px;
}

.services-list__item__ico img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.services-list__item__title {
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.23746;
    letter-spacing: 0.02em;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.btn.btn--link {
    color: #08cabb;
    padding: 5px 0;
}
.services-list__item a:hover .services-list__item__title {
    color: #08cabb;
}

.home-stazh {
    display: flex;
    border: 2px solid #118a81;
    border-radius: 10px;
    background: #101619;
    gap: 120px;
    margin-bottom: 65px;
}
.home-stazh__img {
    min-width: 438px;
}
.home-stazh__img img {
    width: 438px;
    height: 338px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.home-stazh__desc {
    width: 500px;
    padding: 35px 0;
}

.home-stazh__level {
    font-family: "Commissioner", sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 1;
    color: #08cabb;
}

.home-stazh__text1 {
    font-family: "Commissioner", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.23746;
    color: #fff;
}
.home-stazh__text1::after {
    content: '';
    display: block;
    width: 96px;
    height: 3px;
    background: #08cabb;
    margin: 25px 0 20px;
}

.home-stazh__text2 {
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.23746;
    letter-spacing: 0.02em;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.gallery-item {
    display: block;
    text-decoration: none;
}
.gallery-item img {
    display: block;
    aspect-ratio: 208 / 177;
    object-fit: cover;
    border-radius: 10px;
}

.btn-slider {
    width: 40px;
    height: 40px;
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.btn-slider--prev {
    left: -50px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292892 6.65691C-0.0976315 7.04743 -0.0976315 7.6806 0.292892 8.07112L6.65685 14.4351C7.04738 14.8256 7.68054 14.8256 8.07107 14.4351C8.46159 14.0446 8.46159 13.4114 8.07107 13.0209L2.41421 7.36401L8.07107 1.70716C8.46159 1.31664 8.46159 0.68347 8.07107 0.292946C7.68054 -0.0975785 7.04738 -0.0975785 6.65685 0.292946L0.292892 6.65691ZM20 7.36401V6.36401L1 6.36401V7.36401V8.36401L20 8.36401V7.36401Z' fill='%23118A81'/%3E%3C/svg%3E%0A");
}
.btn-slider--next {
    right: -50px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7071 8.07112C20.0976 7.6806 20.0976 7.04743 19.7071 6.65691L13.3431 0.292946C12.9526 -0.0975785 12.3195 -0.0975785 11.9289 0.292946C11.5384 0.68347 11.5384 1.31664 11.9289 1.70716L17.5858 7.36401L11.9289 13.0209C11.5384 13.4114 11.5384 14.0446 11.9289 14.4351C12.3195 14.8256 12.9526 14.8256 13.3431 14.4351L19.7071 8.07112ZM0 7.36401L0 8.36401H19V7.36401V6.36401H0L0 7.36401Z' fill='%23118A81'/%3E%3C/svg%3E%0A");
}

.mb-50 {
    margin-bottom: 50px;
}

.prim-list {
    display: grid;
    gap: 30px;
    justify-content: space-between;
}

.prim-list--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.prim-list--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.prim-list--col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.prim-list--col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.prim-list__item {
    border: 2px solid #118a81;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 15px 20px 20px;
    background: #101619;
}

.prim-list__item__numb {
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.1;
    color: #118a81;
    padding-bottom: 15px;
}

.prim-list__item__text {
    padding-bottom: 25px;
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.23746;
    color: #fff;
    flex-grow: 1;

}

.prim-list__item__ico img {
    display: block;
    width: auto;
    height: 64px;
}

.rabota {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.rabota__item {
    width: 190px;
    min-width: 190px;
}
.rabota__item__ico {
    border: 2px solid #fff;
    border-radius: 95px;
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #101619;
}
.rabota__item__ico  img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    object-position: 50% 50%;
}

.rabota__item__text {
    padding: 20px 2px 0;
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.23746;
    text-align: center;
    color: #fff;
}

.form-box {
    padding: 15px 0;
    min-height: 560px;
    background: url("../img/bg-form.jpg") 0 0 no-repeat;
    background-size: cover;
}

.form-box__wrap {
    display: flex;
    justify-content: flex-end;
}

.form-box__inner {
    border: 2px solid #118a81;
    border-radius: 10px;
    width: 488px;
    background: rgba(16, 22, 25, 0.9);
    padding: 25px 30px;
}

.form-box__title {
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.24;
    letter-spacing: -0.05em;
    color: #fff;
}

.form-box__title::after {
    content: '';
    display: block;
    width: 92px;
    height: 1px;
    background: #118a81;
    margin: 10px 0;
}

.form-box__text {
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.24;
    color: #fff;
    padding-bottom: 35px;
}

.form-inp {
    padding-bottom: 10px;
}

.wpcf7-text {
    display: block;
    width: 100%;
    background: rgba(16, 22, 25, 0.8);
    height: 48px;
    border: 1px solid #118a81;
    border-radius: 10px;
    padding: 5px 20px;
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.24;
    color: #fff;
}
.wpcf7-text::placeholder,
.wpcf7-textarea::placeholder{
    opacity: 1;
    color: #fff;
}
.wpcf7-textarea {
    display: block;
    width: 100%;
    background: rgba(16, 22, 25, 0.8);
    height: 100px;
    border: 1px solid #118a81;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.24;
    color: #fff;
    resize: none;
}

.wpcf7-submit {
    width: 100%;
    height: 48px;
    box-shadow: none !important;
    font-weight: 400 !important;
    font-size: 20px !important;
}

.wpcf7-spinner {
    position: absolute;
}

.form-ps {
    padding-top: 10px;
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.24;
    color: #fff;
}

.form-ps a {
    color: #fff;
    text-decoration: underline;
}

.footer {
    padding-top: 50px;
}

.footer__slogan {
    font-family: "Commissioner", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.23746;
    letter-spacing: 0.01em;
    color: #fff;
    padding-top: 25px;
    max-width: 200px;
}

.footer__nav__caption {
    font-family: "Commissioner", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0.01em;
    color: #118a81;
    padding-bottom: 10px;
}

.nav--footer{
    flex-direction: column;
    gap: 10px;
}
.nav--footer {
    padding: 10px 0 0;
}
.nav--footer a{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.23746;
    letter-spacing: 0.01em;
    color: #fff;
    text-decoration: none;
}
.footer__adr,
.footer__email {
    font-size: 16px;
    line-height: 1.23746;
    letter-spacing: 0.01em;
    color: #fff;
    font-weight: 400 !important;
}

.footer__bottom {
    border-top: 1px solid #118a81;
    padding: 15px 0;

}

.footer__copy,
.footer__bottom a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.footer__bottom .nav {
    gap: 15px;
}
.fpad50 {
    padding-bottom: 50px;
}

h1, .h1 {
    margin: 0;
    padding-bottom: 30px;
    font-family: "Commissioner", sans-serif;
    font-weight: 800;
    font-size: 45px;
    line-height: 1.23746;
    color: #fff;
    text-transform: uppercase;
}
p, li {
    font-size: 16px;
    line-height: 1.23275;
    color: #fff;
    font-family: "Manrope", sans-serif;
}
.fpad30{
    padding-bottom: 30px;
}
ul.wp-block-list {
    padding: 0 0 10px 10px;
    list-style-position: inside;
}
.nav--breadcrumb,
.nav--breadcrumb a,
.breadcrumb-item-active {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: 0.05em;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
}

.wp-block-quote {
    border: 2px solid #118a81;
    border-radius: 10px;
    box-shadow: 0 0 7px 4px rgba(255, 255, 255, 0.25);
    background: #101619;
    margin-bottom: 40px;
    padding: 30px;
}

.wp-block-quote p:last-child {
    margin-bottom: 0;
}

.wp-block-quote p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #dad9d9;
}
.wp-block-quote p  strong {
    font-size: 24px;
    font-weight: 800;
}

.contacts-info {
    display: flex;
    padding-bottom: 15px;
    align-items: center;
}

.contacts-info__label {
    font-family: "Commissioner", sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.23746;
    color: #10b4a8;
    min-width: 110px;
    padding-right: 10px;
}
.contacts-info__value,
.contacts-info__value a {
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.23746;
    letter-spacing: 0.01em;
    color: #fff;
    text-decoration: none;
}

.contacts-map iframe {
    display: block;
    border-radius: 10px !important;
    overflow: hidden;
}

.blog-item {
    display: block;
    text-decoration: none;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.blog-item__img {
    padding-bottom: 15px;
    max-width: 600px;
}
.blog-item__img img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 370 / 250;
    object-fit: cover;
    border-radius: 10px;
}

.blog-item__title {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.23275;
}
.blog-item:hover {
    color: #118a81;
}

.banner-services-60 {
    min-height: 545px;
    padding: 70px 0 30px;
    margin-bottom: 50px;
    background: url("../img/b60.jpg") 100% 0 no-repeat;
    background-size: cover;
}

.banner-services-60__text {
    max-width: 600px;
}

.tehno {
    border: 2px solid #118a81;
    border-radius: 10px;
    padding: 40px;
    background: #101619;
    margin: 0 -40px 40px;
}
.tehno__img img {
    display: block;
    border-radius: 10px;
}

.tehno__title {
    font-family: "Commissioner", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    color: #fff;
}
.tehno__title::after {
    content: '';
    display: block;
    width: 96px;
    height: 3px;
    background: #08cabb;
    margin: 20px 0;
}

.tehno__text ul {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
}

.tehno__text ul li {
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    padding: 0 0 10px 30px;
    position: relative;
}
.tehno__text ul li::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #08cabb;
}
.tehno__text p {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.32;
    letter-spacing: 0.05em;
    color: #fff;
}
.tehno__btn {
    padding-top: 20px;
}

.products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 5px;
    padding-bottom: 20px;
}
.products__item__img {
    padding-bottom: 20px;
}
.products__item__img img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 236 / 241;
    border-radius: 10px;
}

.products__item__title {
    c
}
.products__item__text {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
.main {
    position: relative;
    overflow: hidden;
}
.modal-content {
    background: #000;
    color: #fff;
}
.modal-body {
    padding: 30px;
}
.btn-close {
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    opacity: 1;
    background-color: #fff;
    border-radius: 50%;
}

.modal-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.01;
    color: #fff;
    padding-bottom: 30px;
}

.kt-block-spacer .kt-divider {
    opacity: 1;
    background: #118a81 !important;
}

.tehno__desc {
    padding-left: 10px;
}

.nav--tags {
    padding-bottom: 60px;
    gap: 25px 10px;
}
.nav--tags li {
    font-family: "Commissioner", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    border: 2px solid #118a81;
    border-radius: 10px;
    background: #101619;
    height: 50px;
    padding: 10px 15px;
}

.postid-57 .form-box {
    background-image: url("../img/bg-form2.jpg");
}

.postid-63 .form-box {
    background-image: url("../img/bg-form3.jpg");
}








@media (max-width: 1199px){
    .tehno__desc {
        padding-left: 0;
    }
    .header__adr {
        font-size: 13px;
    }
    .header__soc__label {
        display: none;
    }
    .header__phone,
    .home-stazh__text2 {
        font-size: 16px;
    }
    .home-banner h1,
    .page-caption h2,
    h2.wp-block-heading {
        font-size: 36px;
    }
    .home-banner__text1 {
        font-size: 24px;
    }
    .home-banner__text2 {
        font-size: 16px;
    }
    .services-list__item a {
        padding: 15px;
    }
    .services-list__item__title {
        font-size: 18px;
    }
    .home-stazh__level {
        font-size: 40px;
    }
    .home-stazh__text1 {
        font-size: 36px;
    }
    .prim-list--col-5 {
        grid-template-columns: repeat(3, 1fr);
    }
    .rabota__item__ico {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        border-radius: 50px;
    }
    .rabota__item__ico img {
        width: 40px;
        height: 40px;
    }
    .rabota__item__text {
        font-size: 16px;
    }
    .rabota {
        gap: 15px;
    }
    .rabota__item {
        width: 150px;
        min-width: 150px;
    }
    .navbar-nav a, .navbar-nav a.active {
        white-space: nowrap;
        padding: 10px 15px;
    }
    .navbar-nav {
        gap: 15px;
        justify-content: space-between;
        width: 100%;
    }
    .header__menu__nav {
        width: 100%;
    }
    .home-stazh {
        gap: 30px;
        padding-right: 30px;
    }
    .services-list,
    .prim-list {
        gap: 15px;
    }
}
@media (max-width: 991px){
    .tehno__text p {
        font-size: 16px;
    }
    .prim-list__item__text {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .header__adr {
        display: none;
    }
    .header__mob-nav {
        display: block;
    }
    .header__logo {
        width: 160px;
    }
    .header {
        position: relative;
        z-index: 100;
        border-bottom: 1px solid #fff;
    }
    .header__menu {
        border: none;
        position: absolute;
        z-index: 101;
        top: 100%;
        left: 0;
        right: 0;
        padding: 0;
        background: #000;
        margin-top: 1px;
    }
    #site-navbar {
        padding: 0;
        margin: 0;
    }
    .header__menu__nav {
        padding: 15px 0;
    }
    .home-banner {
        padding-top: 30px;
        height: 400px;
    }
    .home-banner .btn {
        font-size: 16px;
        height: 48px;
    }
    .services-list {
        grid-template-columns: 1fr 1fr;
    }
    .services-list__item a {
        min-height: 100px;
    }
    .home-stazh__img {
        display: none;
    }
    .home-stazh {
        padding-left: 30px;
    }
    .footer {
        padding-top: 30px;
        text-align: center;
    }
    .footer__logo {
        width: 120px;
        margin: 0 auto;
    }
    .footer__slogan {
        margin: 0 auto 15px;
    }
    .footer__nav__caption {
        padding-top: 15px;
    }
    .footer .header__soc__list {
        justify-content: center;
    }
    #menu-footer2 {
      justify-content: center;
    }
    .form-box__inner {
        width: 380px;
        padding: 15px;
    }
    .form-box__title {
        font-size: 24px;
    }
    .form-box__text {
        font-size: 14px;
    }
    .size1 {
        width: 150px;
    }
    .size2 {
        width: 200px;
    }
    h1, .h1 {
        font-size: 30px;
        padding-bottom: 20px;
    }
    .prim-list--col-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .products {
        grid-template-columns: repeat(3, 1fr);
    }
    .prim-list--col-4 {
        grid-template-columns: repeat(2, 1fr);
    }

}
@media (max-width: 768px){
    .nav--tags {
        padding-bottom: 30px;
        gap: 10px;
    }
    .nav--tags li {
        height: 40px;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px;
    }
    .products {
        grid-template-columns: repeat(2, 1fr);
    }
    .rabota__item__text {
        font-size: 13px;
        padding: 10px 0 15px;
    }
    .wp-block-quote p {
        font-size: 16px;
    }
    .tehno__title {
        font-size: 24px;
    }
    .tehno__text ul li {
        font-size: 16px;
    }
    .banner-services-60 {
        min-height: auto;
        position: relative;
        z-index: 1;
        overflow: hidden;
        padding-top: 30px;
    }
    .banner-services-60::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }
    .banner-services-60 .container {
        position: relative;
        z-index: 10;
    }
    .fpad50 {
        padding-bottom: 20px;
    }
    .home-banner__text2 {
        padding-bottom: 15px;
    }
    .prim-list--col-5 {
        grid-template-columns: repeat(2, 1fr);
    }
    .prim-list__item__numb {
        font-size: 40px;
    }
    .rabota {
        justify-content: center;
    }
    .header__phones {
        display: none;
    }
    .home-stazh__desc {
        width: 100%;
    }
    .home-banner h1, .page-caption h2, h2.wp-block-heading {
        font-size: 30px;
    }
    .home-banner {
        height: auto;
        padding-bottom: 30px;
    }
    .page-caption {
        padding-bottom: 20px;
    }
    .home-stazh__level {
        font-size: 30px;
    }
    .home-stazh__text1 {
        font-size: 26px;
    }
    .form-box__inner {
        width: 100%;
    }
    .nav--breadcrumb {
        padding-top: 10px;
    }
}
@media (max-width: 574px){
    .services-list,
    .prim-list {
        grid-template-columns: 1fr !important;
    }
    .home-stazh__desc {
        padding: 20px 0;
    }
    .fpad30 {
        padding-bottom: 15px;
    }
    h1, .h1 {
        font-size: 26px;
        font-weight: 700;
    }
    .home-banner h1, .page-caption h2, h2.wp-block-heading {
        font-size: 24px;
        font-weight: 700;
    }
    p, li {
        font-size: 14px;
    }
    .contacts-info {
        display: block;
    }
    .contacts-info__label {
        width: 100%;
        padding-bottom: 5px;
    }
    .home-banner__btns {
        flex-wrap: wrap;
        gap: 10px;
    }
    .home-banner {
        background-position: 100% 0;
        position: relative;
        z-index: 1;
    }
    .home-banner::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }
    .home-banner .container {
        position: relative;
        z-index: 10;
    }
    .modal-body {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }
    .products {
        grid-template-columns: 1fr;
    }
}
