@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

a,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

aside,
footer,
header,
legend,
main,
nav,
section {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit
}

ul,
ul li {
    list-style: none
}

img {
    vertical-align: top
}

img,
svg {
    max-width: 100%;
    height: auto
}

address {
    font-style: normal
}

button,
input,
select,
textarea {
    font-family: inherit
}

button,
select {
    font-size: inherit;
    color: inherit
}

input,
select,
textarea {
    background-color: transparent
}

input::-ms-clear {
    display: none
}

button,
input[type=submit] {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background: 0 0;
    cursor: pointer
}

button:active,
button:focus,
input:active,
input:focus {
    outline: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

:root {
    --container-width: 1440px;
    --container-padding: 24px;
    --font-family: "Manrope", sans-serif;
    --second-family: "Roboto", sans-serif;
    --font-titles: var(--font-family)
}

@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/manrope-v20-latin_latin-ext-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/manrope-v20-latin_latin-ext-600.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/manrope-v20-latin_latin-ext-700.woff2) format("woff2")
}

html {
    scroll-behavior: smooth
}

body,
input,
textarea {
    font-family: var(--font-family);
    font-weight: 400
}

body,
html {
    background-color: #01182c
}

body {
    color: #01182c;
    font-size: 16px;
    line-height: 130%;

    overflow-x: hidden
}

img {
    display: block
}

.services-body .nav__list li a,
a {
    color: #fff
}

input,
textarea {
    font-size: 12px;
    background: #01182c;
    color: #f8f8f8;
    
    width: 100%;
    height: 32px;
    padding: 8px 12px
}

textarea {
    height: 76px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #f8f8f8;
    opacity: .7
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #f8f8f8;
    opacity: .7
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #f8f8f8;
    opacity: .7
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #f8f8f8;
    opacity: .7
}

input::placeholder,
textarea::placeholder {
    color: #f8f8f8;
    opacity: .7
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c6a65b;
    width: 147px;
    min-width: 147px;
    height: 47px;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(#dcc38a), to(#caab63));
    background: linear-gradient(90deg, #dcc38a 0, #caab63 100%);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 106%;
    letter-spacing: .03em;
    color: #272727;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-large {
    width: 159px;
    min-width: 159px
}

.btn-small {
    width: 106px;
    min-width: 106px
}

.btn:hover {
    background: 0 0;
    color: #c6a65b;
    -webkit-box-shadow: inset 0 0 0 1px #c6a65b;
    box-shadow: inset 0 0 0 1px #c6a65b
}

.none {
    display: none !important
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.no-scroll {
    overflow-y: hidden
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-white {
    color: #e8e8e8 !important
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-all-center,
.flex-center,
.flex-col,
.flex-col-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-all-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-col,
.flex-col-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-col-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper {
    width: 100%
}

.swiper,
.swiper-slide {
    position: relative
}

.swiper-nav {
    position: absolute;
    bottom: 24px;
    left: 48px;
    z-index: 3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px
}

.swiper-nav,
.swiper-naw__arrow,
body,
html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.swiper-naw__arrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 27px
}

.swiper-button-next,
.swiper-button-prev {
    position: static !important;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: url(../img/arrow-sl.svg) !important;
    line-height: unset !important
}

.swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-pagination {
    position: static !important;
    margin-bottom: 20px
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #272727;
    opacity: 1;
    border: 1px solid #272727;
    width: 13px;
    height: 13px;
    margin: 0 5px
}

.swiper-pagination-bullet-active {
    background: #ccad67 !important
}

.error-404 {
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.error-404 h1 {
    margin: 0 0 24px;
}

.error-404 .actions {
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.dot-style {
    display: block;
    position: relative;
    line-height: 175%;
    letter-spacing: -.02em;
    color: #fff;
    padding-left: 16px
}

.dot-style::before,
.years_wrapper::before {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.dot-style::before {
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #ccae69
}

.container,
.container-full {
    padding: 0 var(--container-padding)
}

.container {
    margin: 0 auto;
    max-width: var(--container-width);
    width: 100%
}

.container-full {
    max-width: 100%
}

body,
html {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer {
    margin-top: auto
}

.about-section {
    position: relative;
    margin-bottom: 40px
}

.section__item,
.section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section__wrapper {
    background: #002545;
    padding: 64px 98px 65px;
    border-radius: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.section__item {
    border-radius: 5px;
    border: .8px solid #00335f;
    background: #01182c;
    padding: 35px 36px 35px 32px;
    height: 249px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 305px);
    flex: 1 1 calc(100% - 305px);
    min-width: 400px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.about-main_wrapper {
    padding-top:20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    color: #848895;
}

.years {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px
}

.years_wrapper {
    background: #001e38;
    width: 165px;
    height: 165px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: .41px solid #00335f
}
.years_wrapper::before {
    top: -22px;
    left: -22px;
    width: calc(100% + 44px);
    height: calc(100% + 44px);
    border: .8px solid #00335f;
    z-index: 0;
}


.label,
.value {
    text-align: center
}

.value {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 53px;
    line-height: 60%;
    color: #ccad67;
    text-shadow: 0 0 11px rgba(204, 173, 103, .4)
}

.label {
    font-size: 22px;
    line-height: 140%;
    color: #e8e8e8;
    margin-top: 13px
}

.team {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding-top: 24px;
    padding-bottom: 27px
}

.team_img {
    border: .41px solid #00335f;
    width: 84px;
    height: 84px;
    min-height: 84px;
    background: #001e38;
    border-radius: 50%;
    margin-bottom: 38px
}

.partners {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 43%;
    flex: 1 1 43%;
    padding: 27px 33px 27px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.partners img {
    position: absolute;
    right: 0;
    top: 22px
}

.projects {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding-top: 14px;
    padding-bottom: 26px
}

.projects_img {
    border: .41px solid #00335f;
    width: 84px;
    height: 84px;
    min-height: 84px;
    background: #001e38;
    border-radius: 50%;
    margin-bottom: 38px
}

.advantages {
    position: relative;
    margin-bottom: 84px;

    background: url(../img/el-bg.png);
    background-size: 70%;
    background-position: 50% 36%;
    background-repeat: no-repeat
}

.advantages__wrapper {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 31px;
    -moz-column-gap: 31px;
    column-gap: 31px;
    row-gap: 35px
}

.advantages__item {
    width: calc(33.33% - 24px);
    border-radius: 5px;
    border: 1px solid #00335f;
    padding: 32px;
    min-height: 240px
}

.advantages__item:nth-last-child(-n+2) {
    width: calc(50% - 20px)
}

.advantages__item:nth-last-child(1) {
    border: 0;
    padding: 0
}

.advantages__item:nth-last-child(1) p {
    padding: 22px 0 25px;
    font-size: 16px
}

.advantages__icon {
    width: 104px;
    height: 104px;
    margin-bottom: 38px;
    border: .5px solid #00335f;
    background: #001527;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.advantages__icon img {
    width: 86%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.advantages__title {
    font-size: 24px;
    line-height: 117%;
    color: #c9c9c9
}

.company-section {
    padding-top: 64px
}

.company-section:first-child {
    background: url(../img/serv-dot.png);
    background-position: 70% -5%;
    background-repeat: no-repeat;
}

.company-section:last-child {
    background: url(../img/el-bg.png);
    background-position: 90% 354px;
    background-repeat: no-repeat;
    padding-bottom: 112px;
}

.company-section__inner {
    padding-top: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 41px
}

.company-section:nth-child(even) .company-section__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.company-section__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 54%;
    flex: 1 1 54%
}

.company-section__content .title-2 {
    margin-bottom: 12px
}

.company-section__content .dot-style {
    margin-bottom: 32px
}

.company-section__content p {
    margin-bottom: 20px;
    color: #e8e8e8
}

.company-section__content ul li {
    position: relative;
    padding-left: 18px;
    color: #e8e8e8;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 14px
}

.company-section__content ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    
    background-color: #fff
}

.company-section__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 43%;
    flex: 1 1 43%;
    max-width: 593px
}

.company-section__image img{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.company-section__image img {
    height: auto;
    display: block;

    border: 1px solid #053a68
}

.company-section__footer {
    margin-top: 39px;
    overflow: hidden;
    background-color: #002a4c;
    background-image: url(../img/bg-cell.png);
    background-position-x: 100%;
    background-repeat: no-repeat;
    background-size: 64%;
    
    padding: 28px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 15px;
    color: #dce4ef
}

.company-section__footer-text {
    font-size: 24px;
    line-height: 130%;
    color: #e8e8e8
}

.company-section__footer .btn {
    margin-left: auto
}

.company-section.company-rev .title-2 {
    margin-top: 12px
}

.company-section.company-rev .company-section__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}





.footer__inner {
    position: relative;
    background: #002545;
    padding: 30px 32px 20px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 171%;
    color: #ccad67;
    margin-bottom: 16px
}

.footer__col--form .footer__title {
    margin-bottom: 4px
}

.footer__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 21.5%;
    flex: 1 1 21.5%;
    min-width: 260px
}

.footer__col--form form,
.footer__col--logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__col--links,
.footer__col--logo {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 21%;
    flex: 0 0 25%;
}

.footer__col--links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex: 1 1 46.5%;
    flex: 1 0 70%
}

.footer__col--links .footer__block {
    width: 20%;
    min-width: 180px
}

.footer__col--links .footer__block ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer__col--links .footer__block ul li {
    margin-bottom: 11px;
    font-size: 18px;
    line-height: 137%;
    color: #fff
}

.footer__col--links .footer__block ul li a:hover {
    color: #dcc38a
}

.footer__col--form {
    gap: 12px
}

.footer__col--form .btn {
    margin-left: auto;
    margin-top: 5px
}

.footer__checkbox {
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    margin-top: 10px;
}

input[type="checkbox"] {
    accent-color: #c5a25f;
    margin-right: 8px;
    transform: scale(1.1);
    width: 14px;
    height: 14px;
    cursor: pointer;
}

input[type=submit] {
    background: #c6a65b;
}

input[type=submit] {
    background: #c6a65b;
    display: block;
    margin-left: auto;
}

.wpcf7 .wpcf7-submit:disabled:hover {
    background: #c6a65b;
    color: #272727;
}

.wpcf7-form-control-wrap {
    margin-top: 12px
}

.wpcf7-list-item-label a {
    text-decoration: underline;
}

.footer__logo img {
    width: 180px;
    margin-bottom: 24px

}

.footer__col--form form,
.footer__socials,
.footer__socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__col--form form {
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    bottom: 0;
    background-color: #919191;
}

.footer__socials {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: auto;
    margin-right: 105px;
}

.footer__socials a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.footer__socials a:hover .icon {
    fill: #dcc38a
}

.footer__nav li a {
    color: #848895 !important
}

.footer__nav li a:hover,
.nav__list li a:hover {
    color: #dcc38a !important
}

.footer__copy {
    font-size: 16px;
    line-height: 171%;
    color: #848895;
    margin-top: 10px;
    text-align: center;
}

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: 0 0;
    padding-top: 24px;
    padding-bottom: 20px;
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 48px;
}

.services-body .header__row {
    padding: 0
}

.hero-about {
    margin-bottom: 84px;

}

.hero-about__info,
.hero-about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex

}

.hero-about__wrapper {
    
    min-height: 597px;
    padding-left: 39px;

    background-repeat: no-repeat
}

.hero-about__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 582px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(249, 251, 253, 0)), to(#f9fbfd));
    background: linear-gradient(270deg, rgba(249, 251, 253, 0) 0, #f9fbfd 100%)
}

.hero-about__info h1 {
    text-transform: none;
    margin-bottom: 22px;
    line-height: 120%
}

.hero {
    position: relative;
    margin-bottom: 42px;
    overflow: hidden
}

.hero__slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 731px;
    
}

.hero__slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background-image .8s ease;
    transition: background-image .8s ease;
    position: relative;
    overflow: hidden;

}

.hero__bg {
    position: absolute;
    inset: 0;
    /* top: 0; right: 0; bottom: 0; left: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    display: block;
}

.hero__container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-align: left;
    padding: 0 48px
}

.hero__content {
    max-width: 460px
}

.hero__content p {
    padding: 22px 0 24px
}

.icon {
    fill: #fff;
    stroke: transparent;
    width: 24px;
    height: 24px
}


.mobile-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #002545;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.mobile-nav--open {
    left: 0
}

.contact-body .nav__list li a,
.mobile-nav a,
.page-id-123 .service__item .title-4,
.page-id-123 .service__item p {
    color: #fff
}

.mobile-nav-btn,
.mobile-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 32px;
    font-size: 24px
}

.mobile-nav__list .active {
    opacity: .8
}

.mobile-nav-btn {
    --time: 0.1s;
    --width: 26px;
    --height: 13px;
    --line-height: 1px;
    --spacing: 6px;
    --color: #ccad67;
    --radius: 2px;
    height: calc(var(--line-height)*3 + var(--spacing)*2);
    width: var(--width);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-icon,
.nav-icon::after,
.nav-icon::before {
    height: var(--line-height);

    background-color: var(--color)
}

.nav-icon {
    position: relative;
    width: 18px
}

.nav-icon::after,
.nav-icon::before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    width: var(--width);
    -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
    transition: transform var(--time) ease-in, top var(--time) linear var(--time);
    transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in
}

.error404 .nav-icon,
.error404 .nav-icon::after,
.error404 .nav-icon::before,
.page-id-129 .nav-icon,
.page-id-129 .nav-icon::after,
.page-id-129 .nav-icon::before,
.page-id-155 .nav-icon,
.page-id-155 .nav-icon::after,
.page-id-155 .nav-icon::before {
    background-color: #fff
}

.nav-icon::before {
    top: calc(-1*(var(--line-height) + var(--spacing)))
}

.nav-icon::after {
    top: calc(var(--line-height) + var(--spacing))
}

.nav-icon.nav-icon--active {
    background-color: transparent
}

.nav-icon.nav-icon--active::after,
.nav-icon.nav-icon--active::before {
    top: 0;
    -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
    transition: top var(--time) linear, transform var(--time) ease-in var(--time);
    transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time)
}

.nav-icon.nav-icon--active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-icon.nav-icon--active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-nav-btn {
    z-index: 999;
    display: none
}

.nav {
    font-size: 19px;

}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-id-3 .nav__list li a,
.page-id-217 .nav__list li a,
.error404 .nav__list li a,
.page-id-129 .nav__list li a,
.page-id-155 .nav__list li a {
    color: #fff
}

.active {
    text-decoration: underline
}

.partners-section {
    margin-bottom: 91px
}

.partners__wrapper {
    padding-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    margin: 41px auto 0
}

.page-id-123 .service-section {
    margin-bottom: 84px !important
}

.page-id-123 .service__items {
    gap: 24px
}

.page-id-123 .service__item {
  width: auto;
  -webkit-box-flex: 1;
    -ms-flex: 1;
     flex: 1
 }

.page-id-123 .service__item span {
    color: #fff;
    padding-left: 21px
}

.page-id-123 .service__item span::before {
    background-color: #ccae69;
    left: 0
}

.service-section {
    position: relative;
    margin-bottom: 42px
}

.service__wrapper {
    background: url(../img/bg-cell-serv.png), linear-gradient(133deg, #f6f6f6 0, #d7d7d7 100%);
    padding: 64px 98px 65px;
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-id-123 .service__wrapper {
    background: none;
    padding: 0;

}

.service__wrapper .title-2 {
    margin-bottom: 28px
}

.service__item,
.service__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.service__items {
    gap: 44px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.service__item {
    width: calc(33.33% - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;

}

.service__item .title-4 {
    margin: 12px 0 8px
}

.service__item span {
    display: block;
    position: relative;
    line-height: 175%;
    letter-spacing: -.02em;
    color: #01182c;
    padding-left: 31px
}

.service__item span::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 11px;
    width: 8px;
    height: 8px;
    
    background-color: #002545
}

.service__item p {
    margin-top: 21px
}

.service__item .btn {
    margin-top: 16px;   
}

.service__img {
    height: 276px;

    width: 100%;
    overflow: hidden
}

.service__img img,
.team__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.team-grid {
    padding-bottom: 58px
}

.team-grid__item,
.team-grid__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team-grid__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 27px;
    background-color: #002545;
    background-image: url(../img/bg-cell.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
    padding: 24px
}

.team-grid__item {
    width: calc(20% - 22px);
    border: .8px solid #00335f;
    
    background: #01182c;
    padding: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.team-grid__item .title-4 {
    color: #fff;
    text-transform: capitalize;
    margin-top: 8px
}

.team-grid__img {
    width: 116px;
    height: 116px;
    overflow: hidden;
    border: 1px solid #00335f;
}
.teamMember_photo{
    border-radius: 50%;
}
.team-grid__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.job-position {
    line-height: 175%;
    letter-spacing: .02em;
    color: #fff
}

.team-section {
    margin-bottom: 91px
}

.team__wrapper {
    padding: 16px 16px 16px 79px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
    background: url(../img/bg-cell.png), #002545;
    overflow: hidden;
    background-size: 60%;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0
}

.team__img,
.team__info {
    position: relative;
    z-index: 1
}

.team__info {
    max-width: 536px
}

.page-id-123 .team__info {
    max-width: 640px
}

.team__info p {
    padding: 20px 0 32px
}

.team__img {

}

.team-section.team-about .team__info {
    max-width: 606px
}

.title-1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 52px;
    line-height: 100%;
    color: #01182c;
    text-transform: uppercase
}

.content-section h2 {
    font-size: 32px;
    line-height: 130%
}

.title-2 {
    font-size: 60px;
    line-height: 130%
}

.title-2,
.content-section h2,
.title-3,
.title-4 {
    font-family: var(--font-family);
    font-weight: 700;
    color: #01182c
}

.content-section h3,
.title-3 {
    font-size: 40px;
    line-height: 130%;
    text-align: center
}

.title-4 {
    font-size: 24px;
    line-height: 175%;
    letter-spacing: .02em
}

.content-section {
    padding: 80px 0;
    color: #e8e8e8
}

.content-section h2,
.content-section h3 {
    color: #e8e8e8;
    margin-top: 32px;
}

.content-section p,
.content-section ul {
    margin-top: 16px;
}

.content-section p,
.content-section a {
    line-height: 148%;
}

.content-section a {
    text-decoration: underline;
}

.content-section ul {
    padding-left: 20px;
}

.content-section ul,
.content-section ul li {
    list-style: disc;
    line-height: 160%;
}

.content-section__text {
    margin-top: 60px;
}

.footer__block--contacts ul li:nth-child(3),
.footer__block a[href^="tel:"],
.footer__block a[href^="mailto:"],
.contact__email,
.contact__phone,
.contact__address {
    position: relative;
    padding-left: 27px; /* space for icon */
}



.footer__block a[href^="mailto:"]::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='18' height='12' rx='2'/%3E%3Cpath d='M3 8l9 6 9-6'/%3E%3C/svg%3E");
}

.footer__block a[href^="tel:"]::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.5 4.5l2.2 2.2c.6.6.6 1.6 0 2.2l-1.2 1.2c1.3 2.3 3.2 4.2 5.5 5.5l1.2-1.2c.6-.6 1.6-.6 2.2 0l2.2 2.2c.6.6.6 1.6 0 2.2l-1 1c-.7.7-1.7 1-2.7.8-3.3-.7-6.6-2.8-9.3-5.5S4.3 9.4 3.6 6.1c-.2-1 .1-2 .8-2.7l1-1c.6-.6 1.6-.6 2.1.1z'/%3E%3C/svg%3E");
}

.footer__block--contacts ul li:nth-child(3)::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.15em;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.1 7-11a7 7 0 1 0-14 0c0 5.9 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.web-contacts {
	padding: 20px 0 60px
}

.contacts__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 980px;
    margin: 0 auto;
}



.contacts__title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.contacts__meta {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contacts__row {
    display: inline-flex;
    align-items: center;
	position: relative;
    padding-left: 27px;
    color: #e8e8e8;
    text-decoration: none;
}

.contacts__btn {
    margin-top: auto;
}
.contacts__type {
    position: relative;
    padding-left: 27px;
}
.contacts__type::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.15em;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.1 7-11a7 7 0 1 0-14 0c0 5.9 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}
.contacts__row--databox {
    position: relative;
    padding-left: 27px;
}
.contacts__row--databox::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.15em;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='14' rx='2'/%3E%3Cpath d='M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/%3E%3C/svg%3E");
}
.contacts__row--ico{
    position: relative;
    padding-left: 27px;
}

.contacts__row--ico::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.15em;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;

}
.contacts__row--dic{
    position: relative;
    padding-left: 27px;
}
.contacts__row--dic::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.15em;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;

}

.contacts__row--phone::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.15em;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.5 4.5l2.2 2.2c.6.6.6 1.6 0 2.2l-1.2 1.2c1.3 2.3 3.2 4.2 5.5 5.5l1.2-1.2c.6-.6 1.6-.6 2.2 0l2.2 2.2c.6.6.6 1.6 0 2.2l-1 1c-.7.7-1.7 1-2.7.8-3.3-.7-6.6-2.8-9.3-5.5S4.3 9.4 3.6 6.1c-.2-1 .1-2 .8-2.7l1-1c.6-.6 1.6-.6 2.1.1z'/%3E%3C/svg%3E");
}

.contacts__row--email::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='18' height='12' rx='2'/%3E%3Cpath d='M3 8l9 6 9-6'/%3E%3C/svg%3E");
}

.contacts__row:hover {
    color: #dcc38a;
}


@media (max-width:1380px) {
    .team {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.7%;
        flex: 0 0 47.7%;
        gap: 32px
    }

    .team_img {
        margin-bottom: 0
    }

    .partners {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .projects {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        gap: 32px
    }

    .projects_img {
        margin-bottom: 0
    }

    .advantages__wrapper {
        padding: 58px 0 31px
    }

    .company-section__inner {
        gap: 24px
    }

    .footer__col--logo {
        display: flex;
        flex-direction: column;
    }

    .footer__socials {
        margin-bottom: 20px;
    }

    .footer__copy {
        position: static;
        margin-top: auto;
        text-align: left;
    }

    .hero__content {
        max-width: 384px
    }

    .team-grid__item {
        width: calc(25% - 22px)
    }
}

@media (max-width:1000px) {
    .header__nav {
        display: none
    }

    .mobile-nav-btn {
        display: block
    }
}

@media (max-width:980px) {
    body {
        padding: 20px 0
    }

    .section__wrapper {
        padding: 32px
    }

    .about-main {
        min-width: 300px
    }

    .team {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.2%;
        flex: 0 0 47.2%
    }

    .advantages__wrapper {
        row-gap: 32px
    }

    .advantages__item {
        width: calc(50% - 16px)
    }

    .advantages__item:nth-last-child(-n+2) {
        width: calc(50% - 16px)
    }

    .advantages__item:nth-last-child(1) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        min-height: auto
    }

    .company-section.company-rev .company-section__inner,
    .company-section__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .company-section:nth-child(even) .company-section__inner {
    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .company-section__image {
        max-width: 100%
    }

    .company-section__footer-text {
        font-size: 20px
    }



    .footer__col--links {
        gap: 32px
    }

    .hero__content {
        max-width: 280px
    }

    .service__wrapper {
        padding: 32px;

    }

    .service__items {
        gap: 32px
    }

    .service__item {
        width: calc(50% - 27px)
    }

    .service__item:last-child {
        width: 100%
    }

    .team-grid__wrapper {
        padding: 16px;
        
        gap: 16px
    }

    .team-grid__item {
        width: calc(33% - 9px)
    }

    .team__wrapper {
        padding: 16px 16px 25px;
        gap: 16px
    }

    .team__info {
        max-width: 330px
    }

    .title-1,
    .title-2,
    .content-section h2 {
        font-size: 36px
    }

    .title-3,
    .content-section h3 {
        font-size: 32px
    }

    .title-4 {
        line-height: 171%;
        font-size: 20px
    }
}

@media (max-width:768px) {
    :root {
        --container-padding: 16px
    }

    body {
        padding: 16px 0;
        font-size: 14px
    }

    .swiper-nav {
        bottom: 16px;
        left: 24px
    }

    .about-section {
        margin-bottom: 12px
    }

    .section__wrapper {
        padding: 12px;
        gap: 12px;

    }

    .section__item {
        padding: 8px 19px;
        height: 108px;

    }
    
    .section__item.partners {
        justify-content: center !important;
    }

    .about-main {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 21px 14px 12px;
        height: 213px
    }

    .about-main_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        margin-top: 8px;
        gap: 32px
    }

    .years {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .years_wrapper {
        width: 72px;
        height: 72px
    }

    .years_wrapper::before {
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px)
    }

    .value {
        font-size: 28px;
        line-height: 49%
    }

    .label {
        font-size: 12px;
        line-height: 115%
    }

    .team {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        gap: 16px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 58.2%;
        flex: 1 1 58.2%
    }

    .team_img {
        width: 77px;
        height: 77px;
        min-height: 77px
    }

    .partners img {
        top: 10px;
        width: 215px
    }

    .projects {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .projects_img {
        width: 86px;
        height: 86px
    }

    .advantages__wrapper {
        -webkit-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
        row-gap: 14px
    }

    .advantages__item {
        padding: 32px 32px 14px;
        width: 100%;
        min-height: 200px
    }

    .advantages__item .title-3 {
        font-size: 40px
    }

    .advantages__item:nth-last-child(-n+2) {
        width: 100%
    }

    .advantages__item:nth-last-child(1) p {
        line-height: 134%
    }

    .advantages__item:nth-last-child(1) {
        margin-bottom: 18px
    }

    .advantages__item:nth-child(4) {
        padding: 20px 32px 27px;
    }

    .advantages__icon {
        margin-bottom: 18px
    }

    .advantages__title {
        font-size: 18px;
        line-height: 156%
    }

    .company-section {
        padding-top: 32px
    }

    .company-section:last-child {
        padding-bottom: 62px;
    }

    .company-section__inner.top__section {
        padding-top: 62px
    }

    .company-section__footer {
        margin-top: 24px;
        padding: 16px
    }

    .company-section__footer-text {
        font-size: 16px
    }



    .footer__inner {
        padding: 16px 12px
    }

    .footer__col--logo {
        margin-bottom: 40px
    }

    .footer__col--links {
        margin-bottom: 35px
    }

    .footer__col--form .btn {
        margin-left: 0
    }

    .footer__col--form {
        margin-bottom: 51px
    }

    .footer__copy {
        font-size: 14px;
        line-height: 195%
    }

    .header__row {
        padding: 0 10px 0 12px
    }

    .hero-about {
        margin-bottom: 32px
    }

    .hero-about__block {
        overflow: clip;
        height: 530px;
        
    }

    .hero-about__wrapper {
        
        padding: 20px 20px 5px;
        min-height: 510px;
        background-position-x: 37%
    }

    .hero-about__info {
        max-width: 380px;
        margin-top: 24px
    }

    .hero {
        margin-bottom: 40px
    }

    .hero__slider {
        height: 1080px
    }

    .hero__slide {
        background-position: center top
    }

    .hero__slide:nth-child(1) {
        background-image: url(../img/slide-1m.png) !important
    }

    .hero__slide:nth-child(2) {
        background-image: url(../img/slide-2m.png) !important
    }

    .hero__slide:nth-child(3) {
        background-image: url(../img/slide-3m.png) !important
    }

    .hero__slide:nth-child(4) {
        background-image: url(../img/slide-4m.png) !important
    }

    .hero__container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        padding: 0 16px
    }

    .hero__content {
        margin-bottom: 210px
    }

    .hero__content p {
        padding: 22px 0 16px;
        max-width: 224px
    }

    .partners-section {
        margin-bottom: 64px
    }

    .partners__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 330px;
        gap: 36px;
        padding-bottom: 0
    }

    .page-id-123 .service-section {
        margin-bottom: 62px !important
    }

    .page-id-123 .service__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .service-section,
    .service__wrapper .title-2 {
        margin-bottom: 8px
    }

    .service__wrapper {
        padding: 16px 12px;
        
        background-size: auto
    }

    .service__item {
        width: 100%
    }

    .service__item .title-4 {
        font-size: 20px
    }

    .service__item span {
        padding-left: 20px
    }

    .service__item span::before {
        left: 0
    }

    .service__item p {
        margin-top: 16px
    }

    .service__item .btn {
        margin-top: 12px
    }

    .service__img {
        height: 238px
    }

    .team-grid__wrapper {
        gap: 12px
    }

    .team-grid__item {
        width: calc(33% - 12px)
    }

    .team-grid__item img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .team-section {
        margin-bottom: 64px
    }

    .team__wrapper {
        padding: 14px 12px 25px;
        gap: 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background-size: auto;
        background-position: left bottom
    }

    .team__info {
        max-width: 100%
    }

    .team__info .title-2 {
        font-size: 40px
    }

    .team__info p {
        font-size: 16px;
        padding: 22px 0 40px;
        line-height: 132%
    }

    .title-1,
    .title-2,
    .content-section h2 {
        font-size: 28px
    }

    .title-3,
    .content-section h3 {
        font-size: 24px
    }

    .title-4 {
        font-size: 16px
    }
    
    .footer__col--form .btn {
        margin-top: 16px;
    }

	.contacts__grid {
        grid-template-columns: 1fr;
		max-width: 400px;
    }
}

@media (max-width:580px) {
    .hero__slider {
        height: 960px
    }
}

@media (max-width:480px) {
    .swiper-nav {
        bottom: 8px
    }

    .section__item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .partners .label {
        max-width: 123px
    }

    .advantages {
        background-size: 90%;
        background-position: 723% 5%;
        margin-bottom: 22px
    }

    .hero__slider {
        height: 640px
    }

    .hero__content {
        margin-bottom: 78px
    }

    .partners__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 96px
    }

    .team-grid__item {
        width: calc(50% - 6px)
    }
    .about-main_wrapper{
        gap: 5px;
        padding-top: 0;
    }
    .section__item.years{
        justify-content: center;
    }

}

@media (max-width:430px) {
    .hero__slider {
        height: 604px
    }
}

@media (max-width:399px) {
    .partners img {
        width: 164px
    }

    .hero__slider {
        height: 564px
    }
}

@media (max-width: 368px) {
    .section__wrapper {
        gap: 6px;
    }
}

/*
МОИ ИЗМЕНЕНИЯ
 */

.title-2{
    color: #ccad67;
}

.btn_invert{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c6a65b;
    width: 147px;
    min-width: 147px;
    height: 47px;
    cursor: pointer;
    background: 0 0;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 106%;
    letter-spacing: .03em;
    color: #c6a65b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.btn_invert:hover {
    background: -webkit-gradient(linear, left top, right top, from(#dcc38a), to(#caab63));
    background: linear-gradient(90deg, #dcc38a 0, #caab63 100%);
    color: #272727;
    -webkit-box-shadow: inset 0 0 0 1px #c6a65b;
    box-shadow: inset 0 0 0 1px #c6a65b
}

/*header*/
.logo__button{
    width: 180px;
    height: 70px;

}
.logo__img{
    width: 100%;
    height: 100%;
}


/*footer*/
.footer__block--services ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__block--services ul li {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 137%;
}

.footer__block--services ul li a {
    color: #fff;
    transition: .3s;
}

.footer__block--services ul li a:hover {
    color: #dcc38a;
}
.footer__col--links {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap; /* запрещаем перенос */
}
.footer__col--logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer__logo{
    display: flex;
    justify-content: center;
    margin-top: 13px;
    margin-right: 105px;
}

/* Главная карточка */
.contact-main {
    border: 1px solid #00335f;
    padding: 32px;
    flex-direction: column;
    gap: 30px;
    background: rgba(0, 30, 56, 0.15);
    transition: transform .25s ease, box-shadow .25s ease;
    color: #FFFFFF;
    margin-bottom: 120px;

}

.contact-main__title {
    padding-top: 15px;
    font-size: 40px;
    color: #ccad67;
    font-weight: 800;
    padding-left:16px;
    padding-bottom: 40px;
}

.contact-main__grid {
    display: flex;
    flex: 0 0 35%;
    min-width: 0;
    flex-direction: column;
    justify-items: center;
    padding-left: 16px;
    gap: 10px;
    padding-top: 20px;

}

.contact-main__item h4 {
    margin-bottom: 15px;
}

/* Карточки предприятий */
.contact-companies {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.company-card {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 6px;
    text-align: center;
    transition: 0.3s;
}

.company-card:hover {
    transform: translateY(-5px);
}
.contact-section {
    padding: 0 24px 80px ;

    margin: 0 auto;
    max-width: var(--container-width);
    width: 100%;
}
/* Карточки предприятий */
.contact-companies {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.contacts__item {
    border: 1px solid #00335f;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: rgba(0, 30, 56, 0.15);
    transition: transform .25s ease, box-shadow .25s ease;
    color: #fff;
}

.contacts__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.contacts__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ccad67;
}

.contacts__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dcc38a;
}
.contacts__body p{

    font-weight: 400;
    font-size: 20px;
}
.contacts__row {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.contacts__row svg {
    flex-shrink: 0;
    opacity: 0.75;
}
.contact-main__item--title{
    font-size: 20px;
    font-weight: 500;
}
.contact-main__item p{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px;

}
.contact-main__line{
    padding-top: 24px;
    border-top: 1px solid #dcc38a;
    color: #dcc38a;
}

.contact-main__item{
    margin-right: 40px;
    text-align: left;
}
.partners-section h2{
    color: #ccad67;
}
.contact__map {
    filter: grayscale(0.6) sepia(0.1) brightness(0.9) contrast(1.2);
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    flex: 1;
    max-width: 100%;
}
.contact__map iframe {
    width: 100%;!important;
    height: 100%;
    min-height: 400px;
    display: block;
}

.contact__map img {
    height: 100%;
}

.contact-hero-text {
    text-align: center;
    padding: 20px 0 40px;
    z-index: 1;
}

.contact-hero-text__title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;

}

.contact-hero-text__subtitle {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
}

.contact-companies-section {
    text-align: center;
}

.contact-companies__title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.contact-companies__subtitle {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 40px;
}
.contacts__desc {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 24px;
    text-align: left;
}
.contacts__type {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.contact-main__separator{
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: stretch;
    max-width: 100%;
    width: 100%;
}
.contact-top__image{
    position: relative;
    border-radius: 5px;
    padding-top: 70px;
    padding-bottom: 60px;
    background-image: url("https://inkergroup-loc.local/wp-content/uploads/2025/10/full-slide1.webp");
    background-position-y:20%;
    background-position-x:50% ;
    margin-bottom: 15px;
}
.contact-top__image::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 20, 45, 0.8);
    z-index: 0;
}
/* ── Footer Responsive ── */

@media (max-width: 1024px) {
    .footer__inner {
        flex-wrap: wrap;
        gap: 32px;
    }

    .footer__col--logo {
        flex: 0 0 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-right: 0;
        margin-bottom: 0;
    }

    .footer__logo {
        margin-right: 0;
        margin-top: 0;
    }

    .footer__socials {
        margin-right: 0;
        margin-bottom: 0;
    }

    .footer__copy {
        text-align: right;
    }

    .footer__col--links {
        flex: 0 0 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 32px;
    }

    .footer__col--links .footer__block {
        width: auto;
        min-width: 160px;
    }
}

@media (max-width: 768px) {
    .footer__inner {
        padding: 24px 16px;
    }

    .footer__col--logo {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .footer__logo {
        justify-content: flex-start;
    }

    .footer__logo img {
        width: 140px;
        margin-bottom: 0;
    }

    .footer__socials {
        justify-content: flex-start;
        gap: 20px;
    }

    .footer__copy {
        text-align: left;
    }

    .footer__col--links {
        flex-direction: column;
        gap: 28px;
    }

    .footer__col--links .footer__block {
        width: 100%;
        min-width: unset;
    }
}

@media (max-width: 480px) {
    .footer__title {
        font-size: 17px;
    }

    .footer__col--links .footer__block ul li {
        font-size: 14px;
    }

    .footer__copy {
        font-size: 13px;
    }
}
/* ── Contact Section Responsive ── */

@media (max-width: 1024px) {
    .contact-main__grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .contact__col {
        padding-right: 0;
    }

    .contact-companies {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 900px) {
    .contact-main__separator {
        flex-direction: column;
    }

    .contact__map {
        flex: 0 0 auto;
        width: 100%;!important;
    }

    .contact__map iframe {
        height: 300px;
        min-height: unset;
    }
}
@media (max-width: 768px) {
    .contact-hero-text__title {
        font-size: 32px;
    }

    .contact-hero-text__subtitle {
        font-size: 15px;
    }

    .contact-main {
        padding: 24px 16px;
    }

    .contact-main__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contact-main__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact__map iframe {
        height: 300px;
    }

    .contact-companies {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-companies__title {
        font-size: 24px;
    }

    .contact-companies__subtitle {
        font-size: 14px;
    }

    .contacts__item {
        padding: 24px 16px;
    }

    .contacts__title {
        font-size: 18px;
    }

    .contact__map iframe {
        height: 220px;
    }
}

@media (max-width: 480px) {
    .contact-hero-text {
        padding: 40px 0 10px;
    }
    .contact_address{
        display: block;
    }
    .contacts__row.contacts_email{
        font-size: 18px;
    }
    .contact-hero-text__title {
        font-size: 26px;
    }

    .contact-main__grid {
        gap: 16px;
    }

    .contact-section {
        gap: 40px;
    }

    .contacts__row {
        font-size: 14px;
    }

    .contacts__desc {
        font-size: 13px;
    }
    .contact__map iframe {
        height: 180px;
    }
}
