* {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    overflow-x: hidden
}

body {
    margin: 0;
    padding: 0;
    font-family: Manrope, sans-serif;
    color: #202221
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

h1 {
    font-size: 56px;
    line-height: 68px;
    font-weight: 400
}

h2 {
    font-size: 48px;
    line-height: 61px;
    font-weight: 400
}

h3 {
    font-size: 24px;
    line-height: 43px;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

a {
    text-decoration: none
}

input,
select,
textarea {
    width: 100%;
    display: block;
    border: none;
    background: 0 0;
    border-bottom: solid 1px rgba(255, 255, 255, .8);
    padding-bottom: 8px;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    line-height: 3px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #758591;
    opacity: 1
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #758591;
    opacity: 1
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #758591;
    opacity: 1
}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #758591;
    opacity: 1
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #758591;
    opacity: 1
}

input:focus,
select:focus,
textarea:focus {
    border-color: #fff
}

textarea {
    resize: none
}

.slick-arrow {
    font-size: 0;
    border: none;
    background: url(../img/main/slick-arrow.svg) no-repeat center center/contain;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 2;
    position: relative
}

.slick-next {
    margin-top: 2px;
    -webkita-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn {
    display: inline-block;
    background: 0 0;
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, .0509803922);
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 15px;
    line-height: 34px;
    font-weight: 400;
    font-family: Manrope, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .11em
}

.btn svg * {
    -webkit-transition: .3s;
    transition: .3s
}

.btn:hover {
    color: #202221;
    background-color: #fff
}

.btn:hover svg * {
    fill: #202221
}

.btn-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	white-space: nowrap
	
}

.btn-flex svg {
    margin-left: 16px
}

.btn-dark {
    border-color: #202221;
    color: #202221
}

.btn-dark svg * {
    fill: #202221
}

.btn-dark:hover {
    background-color: #202221;
    color: #fff
}

.btn-dark:hover svg * {
    fill: #fff
}

.container {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px
}

.header.transparent {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.home .header.scrolling {
    background-color: #000000 !important;
    transition: background-color 0.3s ease;
}

.header.scrolling {
    background-color: white !important;
    transition: background-color 0.3s ease;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #20222120
}

.header-wrap {
    padding: 20px 0;
    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
}

.header-wrap__icon {
    display: none
}

.header-wrap__logo {
    display: block;
    width: 100%;
    max-width: 124px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.header-wrap__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none
}

.header-wrap__nav ul li {
    margin-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-wrap__nav ul li::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 10px
}

.header-wrap__nav ul li a {
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: .11em;
    color: #fff;
    position: relative
}

.header-wrap__nav ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    transition: .3s
}

.header-wrap__nav ul li a:hover::after {
    width: 100%
}

.header-wrap__nav ul li a::after {
    bottom: 0
}

.form {
    background-color: #202221
}

.form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 87px 0 100px;
    color: #fff
}

.form-wrap__content {
    width: 100%;
    max-width: 400px;
    margin-right: 30px
}

.form-wrap__content--title {
    margin-bottom: 39px
}

.form-wrap__content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 32px;
    color: rgba(255, 255, 255, .8980392157);
    margin-bottom: 45px
}

.form-wrap__content .item svg {
    margin-right: 15px
}

.form-wrap__content .item span {
    display: block;
    max-width: calc(100% - 47px)
}

.form-wrap__content a span {
    position: relative
}

.form-wrap__content a span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .8980392157);
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    transition: .3s
}

.form-wrap__content a span:hover::after {
    width: 100%
}

.form-wrap__data {
    width: 100%;
    max-width: 678px
}

.form-wrap__data--flex {
    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
}

.form-wrap__data--flex-notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 34px;
    letter-spacing: .11em;
    text-transform: uppercase
}

.form-wrap__data--flex-notice svg {
    margin-right: 10px
}

.footer {
    background-color: #202221;
    border-top: solid 1px rgba(255, 255, 255, .2)
}

.footer-wrap {
    padding: 40px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-wrap__meta {
    width: 100%;
    max-width: 186px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

.footer-wrap__meta--logo {
    display: block;
    max-width: 125px
}

.footer-wrap__nav {
    width: 100%;
    max-width: 310px
}

.footer-wrap__nav ul {
    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
}

.footer-wrap__nav ul li {
    margin-bottom: 25px;
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-wrap__nav ul li::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-left: 10px;
    background-color: #fff
}

.footer-wrap__nav ul li a {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: .11em;
    color: #fff;
    text-transform: uppercase;
    position: relative
}

.footer-wrap__nav ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-wrap__nav ul li a:hover::after {
    width: 100%
}

.footer-wrap__nav ul li a::after {
    bottom: 9px
}

.footer-bottom {
    border-top: solid 1px rgba(255, 255, 255, .2);
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #758591
}

.contacts-wrap {
    padding: 87px 0 50px
}

.contacts-wrap h2 {
    font-size: 40px;
    line-height: 52px
}

.map {
    width: 100%;
    height: 400px
}

.map iframe {
    -webkit-filter: grayscale(50%) invert(100%) contrast(83%);
    filter: grayscale(50%) invert(100%) contrast(83%);
    width: 100%;
    height: 100%
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    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;
    background-color: rgba(32, 34, 33, .8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.modal-active {
    opacity: 1;
    visibility: visible
}

.modal-wrap {
    width: 100%;
    max-width: 504px;
    overflow-y: auto;
    max-height: 90%;
    background-color: #fff;
    padding: 10px 10px 30px;
    margin: 0 15px
}

.modal-wrap__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.modal-wrap__close svg {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.modal-wrap__close svg:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal-wrap__content {
    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;
    text-align: center
}

.modal-wrap__content--title {
    margin: 10px 0;
    font-size: 26px;
    line-height: 36px
}

.modal-wrap__content--text {
    font-size: 16px;
    line-height: 28px
}

.main-wrap {
    min-height: 682px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 100px 0;
    color: #fff
}

.main-wrap__content {
    width: 100%;
    max-width: calc(100% - 300px);
    margin-right: 30px
}

.main-wrap__content--subtitle {
    margin-top: 20px;
    font-size: 20px;
    line-height: 32px
}

.main-wrap__link {
    max-width: 200px;
    margin: 0 0 0 250px
}

.marq {
    background-color: #202221;
    padding: 30px 0;
    border-top: solid 1px rgba(255, 255, 255, .2)
}

.marq .item {
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.marq .item img {
    max-width: 175px
}

.marq .item::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #758591;
    margin-left: 5px
}

.gallery-wrap {
    margin: 82px 0
}

.gallery-wrap__text {
    font-size: 26px;
    line-height: 44px;
    margin-bottom: 80px
}

.gallery-wrap__text strong {
    font-weight: 600
}

.gallery-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gallery-wrap__list .row {
    width: 100%;
    max-width: 474px;
    height: 350px
}

.gallery-wrap__list .row img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 12px
}

.gallery-wrap__list .row:nth-child(2) {
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery-wrap__list .row:nth-child(2) img {
    width: 100%;
    height: 160px
}

.gallery-wrap__list .row:nth-child(2) img:nth-child(1) {
    margin-bottom: 30px
}

.gallery-wrap__list .row:nth-child(2) img:nth-child(2) {
    width: 36.4%
}

.gallery-wrap__list .row:nth-child(2) img:nth-child(3) {
    width: 57.5%
}

.gallery-wrap__list .row:nth-child(3) {
    max-width: 172px
}

.services {
    background-color: #ffff
}

.services-wrap {
    padding: 87px 0 100px
}

.services-wrap__text {
    font-size: 26px;
    line-height: 44px;
    margin: 20px 0 50px
}

.services-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.services-wrap__list .item {
    width: 49%;
    margin-bottom: 30px;
    min-height: 575px;
    position: relative;
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px;
    color: #fff
}

.services-wrap__list .item-content {
    position: relative;
    z-index: 3
}

.services-wrap__list .item-content__title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px
}

.services-wrap__list .item-content__title span {
    bottom: 0;
    position: relative
}

.services-wrap__list .item-content__title span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    transition: .3s
}

.services-wrap__list .item-content__title span:hover::after {
    width: 100%
}

.services-wrap__list .item-content__title span:hover::after {
    width: 0
}

.services-wrap__list .item-content__title svg {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    margin-left: 10px
}

.services-wrap__list .item-content__text {
    font-size: 20px;
    line-height: 32px;
    color: rgba(255, 255, 255, .8980392157)
}

.services-wrap__list .item::after,
.services-wrap__list .item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36.8%, rgba(32, 34, 33, 0)), color-stop(89.59%, #202221));
    background: linear-gradient(180deg, rgba(32, 34, 33, 0) 36.8%, #202221 89.59%)
}

.services-wrap__list .item::before {
    background: rgba(32, 34, 33, .8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.services-wrap__list .item:hover::before {
    opacity: 1;
    visibility: visible
}

.services-wrap__list .item:hover .item-content__title span::after {
    width: 100%
}

.home .projects-second .projects-wrap__list .item {
    margin-bottom: 50px
}

.home .projects-wrap__filter {
    display: none
}

.home .projects-wrap__categories {
    margin-top: 50px;
    border-bottom: solid 1px #758591;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.home .projects-wrap__categories .item {
    font-size: 18px;
    line-height: 37px;
    letter-spacing: .11em;
    color: #202221;
    margin-right: 34px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.home .projects-wrap__categories .active {
    font-weight: 600
}

.home .projects-wrap__text {
    margin: 25px 0 50px
}

.home .projects-wrap__slider {
    position: relative
}

.home .projects-wrap__slider .slick-arrow,
.home .projects-wrap__slider .slick-dots {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.home .projects-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.home .projects-wrap__list .wrapper-flex {
    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
}

.home .projects-wrap__list .item {
    width: 49%;
    margin-bottom: 30px;
    color: #202221
}

.home .projects-wrap__list .item-image {
    width: 100%;
    height: 300px;
    position: relative
}

.home .projects-wrap__list .item-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(32, 34, 33, .5019607843);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.page-template-page-services .projects-second .projects-wrap__list .item {
    margin-bottom: 50px
}

.page-template-page-services .projects-wrap__filter {
    display: none
}

.page-template-page-services .projects-wrap__categories {
    margin-top: 50px;
    border-bottom: solid 1px #758591;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.page-template-page-services .projects-wrap__categories .item {
    font-size: 18px;
    line-height: 37px;
    letter-spacing: .11em;
    color: #202221;
    margin-right: 34px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.page-template-page-services .projects-wrap__categories .active {
    font-weight: 600
}

.page-template-page-services .projects-wrap__text {
    margin: 25px 0 50px
}

.page-template-page-services .projects-wrap__slider {
    position: relative
}

.page-template-page-services .projects-wrap__slider .slick-arrow,
.page-template-page-services .projects-wrap__slider .slick-dots {
    position: absolute;
    opacity: 0;
    visibility: hidden
}
/* 
.page-template-page-services .projects-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-template-page-services .projects-wrap__list .wrapper-flex {
    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
}

.page-template-page-services .projects-wrap__list .item {
    width: 100%;
    margin-bottom: 30px;
    color: #202221
}

.page-template-page-services .projects-wrap__list .item-image {
    width: 100%;
    height: 300px;
    position: relative
}
*/

.page-template-page-services .projects-wrap__list {
    display: block; /* SCHIMBAT: Flex-ul stric Slick-ul aici! */
    width: 100%;
    min-width: 300px; /* Pune o valoare de siguranță, dacă vrei responsive */
    /* Elimină justify-content și flex-wrap, nu mai sunt relevante */
}

/* Dacă .wrapper-flex e folosit DOAR în grid-uri, nu la slider, lasă-l.
   Dacă apare și la slider, schimbă și aici: */
.page-template-page-services .projects-wrap__list .wrapper-flex {
    display: block;
    width: 100%;
}

/* restul rămâne la fel, poți ajusta după caz */
.page-template-page-services .projects-wrap__list .item {
    width: 100%;
    margin-bottom: 30px;
    color: #202221;
}

.page-template-page-services .projects-wrap__list .item-image {
    width: 100%;
    height: 300px;
    position: relative;
}


.page-template-page-services .projects-wrap__list .item-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(32, 34, 33, .5019607843);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.page-template-page-services .projects-wrap__list .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-template-page-services .projects-wrap__list .item-title {
    margin: 15px 0 7px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #202221;
    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
}

.page-template-page-services .projects-wrap__list .item-title span {
    position: relative
}

.page-template-page-services .projects-wrap__list .item-title span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #202221;
    position: absolute;
    left: 0;
    bottom: 2px;
    -webkit-transition: .3s;
    transition: .3s
}

.page-template-page-services .projects-wrap__list .item-title span:hover::after {
    width: 100%
}

.page-template-page-services .projects-wrap__list .item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: .11em
}

.page-template-page-services .projects-wrap__list .item-meta span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.page-template-page-services .projects-wrap__list .item-meta span::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #202221;
    margin-left: 10px
}

.page-template-page-services .projects-wrap__list .item-meta span:last-child::after {
    display: none
}

.page-template-page-services .projects-wrap__list .item:hover .item-title span::after {
    width: 100%
}

.page-template-page-services .projects-wrap__list .item:hover .item-image::after {
    opacity: 1;
    visibility: visible
}

.page-template-page-services .projects-wrap__list .item-first {
    width: 55.6%
}

.page-template-page-services .projects-wrap__list .item-second {
    width: 40.2%
}

.page-template-page-services .projects-wrap__list .item-second .item-meta span:last-child {
    width: 100%
}

.page-template-page-services .projects-wrap__list .item-third {
    width: 100%
}

.page-template-page-services .projects-wrap__list .item-image {
    width: 100%;
    height: 300px;
    position: relative;
}

.home .projects-wrap__list .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home .projects-wrap__list .item-title {
    margin: 15px 0 7px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #202221;
    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
}

.home .projects-wrap__list .item-title span {
    position: relative
}

.home .projects-wrap__list .item-title span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #202221;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    transition: .3s
}

.home .projects-wrap__list .item-title span:hover::after {
    width: 100%
}

.home .projects-wrap__list .item-title span::after {
    width: 0;
    bottom: 2px
}

.home .projects-wrap__list .item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: .11em
}

.home .projects-wrap__list .item-meta span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.home .projects-wrap__list .item-meta span::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #202221;
    border-radius: 50%;
    margin-left: 10px
}

.home .projects-wrap__list .item-meta span:last-child::after {
    display: none
}

.home .projects-wrap__list .item:hover .item-title span::after {
    width: 100%
}

.home .projects-wrap__list .item:hover .item-image::after {
    opacity: 1;
    visibility: visible
}

.home .projects-wrap__list .item-first {
    width: 55.6% !important
}

.home .projects-wrap__list .item-second {
    width: 40.2% !important
}

.home .projects-wrap__list .item-second .item-meta span:last-child {
    width: 100%
}

.home .projects-wrap__list .item-third {
    width: 100%
}

.projects-single {
    padding: 87px 0
}

.projects-second {
    margin: 87px 0
}

.projects-second .projects-wrap__list .item {
    display: block;
    width: 100%;
    color: #202221;
    text-decoration: none;
    margin-bottom: 50px;
    position: relative
}

.projects-wrap__filter {
    display: none
}

.projects-wrap__categories {
    margin-top: 50px;
    border-bottom: solid 1px #758591;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.projects-wrap__categories .item {
    font-size: 18px;
    line-height: 37px;
    letter-spacing: .11em;
    color: #202221;
    margin-right: 34px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.projects-wrap__categories .active {
    font-weight: 600
}

.projects-wrap__text {
    margin: 25px 0 50px
}

.projects-wrap__slider {
    position: relative
}

.projects-wrap__slider .slick-arrow,
.projects-wrap__slider .slick-dots {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.projects-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.projects-wrap__list .wrapper-flex {
    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
}

.page-template-page-services .projects-wrap__list .item-inner {
    width: 100%;
    margin: 0 0 20px;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: column;
    gap: 20px
}

.projects-wrap__list .item-inner {
    margin: 0 0 20px;
    max-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px
}

.projects-wrap__list .item-wrapper {
    display: flex;
}

.page-template-page-services .projects-wrap__list .item-image {
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.projects-wrap__list .item-image {
    width: 50%;
    aspect-ratio: 4/3;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.projects-wrap__list .item-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(32, 34, 33, .5019607843);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.page-template-page-services .projects-wrap__list .item-title {
    margin: 15px 0 7px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #202221;
    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;
}

.projects-wrap__list .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.projects-wrap__list .item-content {
    width: 50%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start
}

.projects-wrap__list .item-title {
    margin-bottom: 32px;
    font-size: 46px;
    line-height: 40px;
    font-weight: 400;
    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;
    color: #202221
}

.projects-wrap__list .item-title span {
    position: relative
}

.projects-wrap__list .item-title span:hover::after {
    width: 100%
}

.projects-wrap__list .item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: .11em;
    color: black;
}

.projects-wrap__list .item-meta span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.projects-wrap__list .item-meta span::after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #202221;
    margin-left: 10px
}

.projects-wrap__list .item-meta span:last-child::after {
    display: none
}

.projects-wrap__list .item:hover .item-title span::after {
    width: 100%
}

.projects-wrap__list .item:hover .item-image::after {
    opacity: 1;
    visibility: visible
}

.projects-wrap__list .item-first {
    width: 55.6%
}

.projects-wrap__list .item-second {
    width: 40.2%
}

.projects-wrap__list .item-second .item-meta span:last-child {
    width: 100%
}

.projects-wrap__list .item-third {
    width: 100%
}

.projects-wrap__list .item-date {
    min-width: 125px;
    font-size: 46px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    padding-top: 5px
}

.projects-wrap__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.partners {
    position: relative
}

.partners::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 34, 33, .6)), color-stop(76.28%, rgba(32, 34, 33, .95)));
    background: linear-gradient(360deg, rgba(32, 34, 33, .6) 0, rgba(32, 34, 33, .95) 76.28%)
}

.partners-wrap {
    padding: 87px 0 100px;
    position: relative;
    z-index: 2;
    color: #fff
}

.partners-wrap__text {
    margin: 20px 0 50px;
    color: rgba(255, 255, 255, .8980392157)
}

.partners-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.partners-wrap__list .item {
    width: 25%;
    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-right: solid 1px #44494b;
    padding: 30px 10px;
    position: relative
}

.partners-wrap__list .item:nth-child(4n+4) {
    border-right: none
}

.partners-wrap__list .item:nth-child(4n+4)::after {
    content: "";
    display: block;
    width: 1000%;
    background-color: #44494b;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0
}

.partners-wrap__list .item:last-child::after {
    display: none
}

.partners-wrap__list .item img {
    max-width: 212px
}

.about-wrap {
    padding: 87px 0 44px
}

.about-wrap__title {
    margin-bottom: 50px
}

.about-wrap__image {
    margin-bottom: 87px
}

.about-wrap__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 87px;
    margin-bottom: 87px;
    border-bottom: solid 1px #758591
}

.about-wrap__list .item-title {
    width: 100%;
    max-width: 198px;
    margin-right: 30px;
    font-size: 40px;
    line-height: 52px
}

.about-wrap__list .item-text {
    font-size: 26px;
    line-height: 44px;
    width: 100%;
    max-width: 678px
}

.about-wrap__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-wrap__team .item {
    width: 32%;
    margin-bottom: 56px;
    margin-right: 2%
}

.about-wrap__team .item-image {
    width: 100%;
    height: 373px;
    position: relative;
    overflow: hidden
}

.about-wrap__team .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.about-wrap__team .item-image .item-hover-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease
}

.about-wrap__team .item-image:hover .item-hover-text {
    opacity: 1
}

.about-wrap__team .item-image .hover-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px
}

.about-wrap__team .item-image .hover-subtitle {
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.about-wrap__team .item-title {
    margin: 15px 0 7px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500
}

.about-wrap__team .item-position {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: .11em;
    text-transform: uppercase
}

.about-wrap__team .item:nth-child(3n+3) {
    margin-right: 0
}

.service {
    background-color: #ffff
}

.service-wrap {
    padding-top: 87px
}

.service-wrap__title {
    border-bottom: solid 1px #758591;
    padding-bottom: 50px
}

.service-wrap__list {
    position: relative;
    border-bottom: solid 1px #758591;
    padding-bottom: 87px;
    padding-top: 87px
}

.service-wrap__list:last-child {
    border: none
}

.service-wrap__list .slick-next {
    margin-top: 2px
}

.service-wrap__list .slick-arrow,
.service-wrap__list .slick-dots {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.service-wrap__list--title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px
}

.service-wrap__list--text {
    margin-bottom: 50px
}

.service-wrap__list--slider {
    display: block;
    margin-right: -50px
}

.service-wrap__list--slider .item {
    display: block;
    width: 100%
}

.service-wrap__list--slider .wrapper:nth-child(1n+1) .item {
    margin: 0
}

.service-wrap__list--slider .wrapper .item {
    padding-right: 50px
}

.service-wrap__nav {
    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;
    border: solid 1px #202221;
    padding: 13px 5px;
    max-width: 142px;
    margin-top: 50px
}

.service-wrap__nav .slick-arrow {
    opacity: 1;
    visibility: visible;
    position: static
}

.service-wrap__nav--count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: .11em
}

.single-top {
    position: relative
}

.single-top::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 34, 33, 0)), to(rgba(32, 34, 33, .8)));
    background: linear-gradient(180deg, rgba(32, 34, 33, 0) 0, rgba(32, 34, 33, .8) 100%)
}

.single-top__title {
    min-height: 100vh;
    padding: 87px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    position: relative;
    z-index: 2
}

.single-wrap {
    margin: 50px 0 100px;
    font-size: 26px;
    line-height: 44px
}

.single-wrap p {
    display: block;
    margin-bottom: 50px
}

.single-wrap img {
    margin-bottom: 50px
}

.single-wrap__attr {
    margin-bottom: 50px
}

.single-wrap__attr .item {
    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;
    padding-bottom: 10px;
    border-bottom: solid 1px #758591;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: .11em;
    text-transform: uppercase
}

.single-wrap__attr .item:last-child {
    margin-bottom: 0
}

.single-wrap__attr .item span {
    display: block;
    width: 49%
}

.single-wrap__attr .item span:last-child {
    font-weight: 600
}

.service-single .service-wrap__list {
    padding-top: 0
}

@media (max-width:1100px) {
    .header-wrap__nav ul li {
        margin-left: 30px
    }
}

@media (max-width:1024px) {
    h1 {
        font-size: 50px;
        line-height: 55px
    }
    h2 {
        font-size: 40px;
        line-height: 45px
    }
    .header::after {
        position: relative;
        z-index: 2
    }
    .header-wrap {
        padding: 21px 0
    }
    .header-wrap__logo {
        position: relative;
        z-index: 2
    }
    .header-wrap__nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background-color: #202221;
        display: block;
        padding: 120px 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s
    }
    .header-wrap__nav--active {
        opacity: 1;
        visibility: visible
    }
    .header-wrap__nav ul {
        display: block
    }
    .header-wrap__nav ul li {
        margin: 0 0 31px
    }
    .header-wrap__icon {
        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-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        width: 32px;
        height: 26px;
        z-index: 2
    }
    .header-wrap__icon span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 100px;
        background-color: #fff;
        -webkit-transition: .3s;
        transition: .3s
    }
    .header-wrap__icon--active {
        -webkit-transform: translateY(.9em);
        -ms-transform: translateY(.9em);
        transform: translateY(.9em)
    }
    .header-wrap__icon--active span:nth-child(1) {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }
    .header-wrap__icon--active span:nth-child(2) {
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
        position: absolute
    }
    .header-wrap__icon--active span:nth-child(3) {
        display: none
    }
    .main-wrap {
        min-height: 500px;
        -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: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .main-wrap__content {
        max-width: 100%;
        margin: 0
    }
    .main-wrap__link {
        margin: 25px 0 0
    }
    .partners-wrap__list .item {
        width: 33.3%
    }
    .partners-wrap__list .item:nth-child(1n+1) {
        border-right: solid 1px #44494b
    }
    .partners-wrap__list .item:nth-child(3n+3) {
        border-right: none
    }
    .partners-wrap__list .item:nth-child(3n+3)::after {
        content: "";
        display: block;
        width: 1000%;
        background-color: #44494b;
        height: 1px;
        position: absolute;
        right: 0;
        bottom: 0
    }
    .partners-wrap__list .item:nth-child(4n+4)::after {
        display: none
    }
    .form-wrap {
        -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: flex-start
    }
    .form-wrap__content {
        max-width: 100%;
        margin: 0 0 40px
    }
    .form-wrap__data {
        max-width: 100%
    }
}

@media (max-width:868px) {
    .about-wrap__team {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .about-wrap__team .item {
        width: 49%
    }
    .about-wrap__team .item:nth-child(1n+1) {
        margin: 0 0 40px
    }
    .service-wrap__list--title {
        font-size: 30px;
        line-height: 38px
    }
}

@media (max-width:768px) {
    .partners-wrap__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .partners-wrap__list .item {
        padding: 10px 30px;
        width: 50%
    }
    .partners-wrap__list .item img {
        max-width: 100%
    }
    .partners-wrap__list .item:nth-child(1n+1) {
        border-right: solid 1px #44494b
    }
    .partners-wrap__list .item:nth-child(3n+3)::after {
        display: none
    }
    .partners-wrap__list .item:nth-child(2n+2) {
        border-right: none
    }
    .partners-wrap__list .item:nth-child(2n+2)::after {
        content: "";
        display: block;
        width: 1000%;
        background-color: #44494b;
        height: 1px;
        position: absolute;
        right: 0;
        bottom: 0
    }
    .partners-wrap__list .item:last-child::after {
        display: none
    }
    .about-wrap__list .item {
        -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: flex-start
    }
    .about-wrap__list .item-title {
        max-width: 100%;
        margin: 0 0 15px;
        font-size: 30px;
        line-height: 35px
    }
    .about-wrap__list .item-text {
        font-size: 20px;
        line-height: 28px
    }
    .contacts-wrap h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media (max-width:668px) {
    .services-wrap__list {
        max-width: calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px
    }
    .services-wrap__list .item {
        width: 100%
    }
    .projects-wrap__list .item {
        width: 100%
    }
    .home .projects-wrap__list .item {
        width: 100% !important
    }
    .footer-wrap {
        -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
    }
    .footer-wrap__meta {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px
    }
    .footer-wrap__meta--logo {
        margin-bottom: 20px
    }
    .footer-wrap__nav ul {
        -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
    }
    .footer-wrap__nav ul li {
        width: 100%;
        margin: 0 0 25px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer-wrap__nav ul li:nth-child(even) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .about-wrap__team .item {
        width: 100%
    }
    .about-wrap__team .item-image {
        height: auto
    }
}

@media (max-width:550px) {
    h1 {
        font-size: 40px;
        line-height: 52px
    }
    h2 {
        font-size: 32px;
        line-height: 44px
    }
    h3 {
        font-size: 16px;
        line-height: 28px
    }
    .header-wrap__logo {
        max-width: 88px
    }
    .main-wrap {
        min-height: 375px;
        padding: 40px 0
    }
    .main-wrap__content--subtitle {
        font-size: 16px;
        line-height: 28px
    }
    .main-wrap__link {
        max-width: 100%;
        width: 100%
    }
    .main-wrap__link .btn {
        width: 100%
    }
    .gallery-wrap {
        margin: 40px 0
    }
    .gallery-wrap__text {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 40px
    }
    .gallery-wrap__list .row:nth-child(1n+1) {
        display: none
    }
    .gallery-wrap__list .row:nth-child(1) {
        height: 247px;
        display: block;
        max-width: 100%
    }
    .services-wrap {
        padding: 40px 0
    }
    .services-wrap__text {
        font-size: 16px;
        line-height: 28px;
        margin: 15px 0 40px
    }
    .services-wrap__list .item {
        width: 100%;
        padding: 20px;
        min-height: 575px;
        margin-bottom: 30px
    }
    .services-wrap__list .item-content__title {
        font-size: 22px;
        line-height: 40px
    }
    .services-wrap__list .item-content__text {
        font-size: 16px;
        line-height: 28px
    }
    .projects-second {
        margin: 40px 0
    }
    .projects-wrap__text {
        margin: 15px 0 40px
    }
    .projects-wrap__list {
        margin-left: -15px;
        max-width: calc(100% + 30px);
        width: calc(100% + 30px)
    }
    .projects-wrap__list .item-date {
        display: none;
    }
    .projects-wrap__list .item-image {
        width: 100%;
    }
    .projects-wrap__list .item-inner {
        max-height: 100%;
        flex-direction: column;
    }
    .projects-wrap__list .item-title {
        margin: 15px 0 7px;
        padding: 0 15px;
        font-size: 20px;
        line-height: 32px
    }
    .projects-wrap__list .item-meta {
        padding: 0 15px;
        font-size: 15px;
        line-height: 21px
    }
    .projects-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 40px
    }
    .projects-wrap__more {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .projects-wrap__more .btn {
        width: 100%
    }
    .partners-wrap {
        padding: 40px 0
    }
    .partners-wrap__text {
        margin: 15px 0 40px
    }
    .form-wrap {
        padding: 40px 0
    }
    .form-wrap__content .item {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 23px
    }
    .form-wrap__data--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
    }
    .form-wrap__data--flex .btn {
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .about-wrap {
        padding: 40px 0 0
    }
    .about-wrap__title {
        margin-bottom: 40px
    }
    .about-wrap__image {
        max-width: calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 40px
    }
    .about-wrap__list .item {
        padding-bottom: 40px
    }
    .about-wrap__list .item-title {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 15px
    }
    .about-wrap__list .item-text {
        font-size: 16px;
        line-height: 28px
    }
    .service-wrap__list--slider {
        margin-right: 0
    }
    .service-wrap__list--slider .wrapper .item {
        padding: 0
    }
    .service-wrap__nav {
        max-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .service-wrap {
        padding-top: 40px
    }
    .service-wrap__title {
        padding-bottom: 40px
    }
    .service-wrap__list {
        padding: 40px 0
    }
    .service-wrap__list--title {
        font-size: 26px
    }
    .service-wrap__nav {
        padding-left: 15px;
        padding-right: 15px
    }
    .single-top__title {
        min-height: 300px;
        padding: 40px 0
    }
    .single-wrap {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px
    }
    .single-wrap img,
    .single-wrap p {
        margin-bottom: 40px
    }
    .single-wrap__attr .item {
        -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: flex-start;
        font-size: 15px;
        line-height: 34px
    }
    .single-wrap__attr .item span {
        width: 100%
    }
    .projects-single {
        padding: 40px 0
    }
    .projects-wrap__relative {
        position: relative
    }
    .projects-wrap__filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 15px;
        line-height: 34px;
        padding-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: .11em;
        border-bottom: solid 1px #758591;
        margin-bottom: 40px;
        margin-top: 20px
    }
    .projects-wrap__filter strong {
        font-weight: 600
    }
    .projects-wrap__categories {
        margin: 0;
        -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: flex-start;
        background-color: #fff;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 30px;
        width: 100%;
        padding: 30px;
        -webkit-transition: .3s;
        transition: .3s;
        border: solid 1px #758591
    }
    .projects-wrap__categories--active {
        opacity: 1;
        visibility: visible
    }
    .projects-wrap__categories .item {
        font-size: 16px;
        line-height: 21px;
        margin: 0 0 5px
    }
    .projects-wrap .service-wrap__nav {
        margin-top: 0
    }
    .contacts-wrap {
        padding: 40px 0
    }
    .contacts-wrap h2 {
        font-size: 22px;
        line-height: 40px
    }
}