html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

.container {
    max-width: 1120px;
    margin: 0 auto;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td, th {
    padding: 0
}

@font-face {
    font-family: CenturyGothic;
    src: url(fonts/Century_Gothic.ttf)
}

@font-face {
    font-family: 'Open Sans', sans-serif;
}

.plashka {
    width: 100px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 999;
    opacity: .6
}

.plashka a {
    color: #fff
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100500
}

#page-preloader .spinner {
    width: 149px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../img/Loading.gif') no-repeat 50% 50%;
    margin: 0 0 0 -74px
}

.height-100 {
    height: 100%
}

html {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left
}

.header-container .logo-adaptive {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 32px;
    pointer-events: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: CenturyGothic
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

p {
    margin: 0 0 26px
}

.button {
    display: block;
    border-radius: 3px;
    border-width: 1px;
    border-color: #003bbf;
    border-style: solid;
    width: 146px;
    height: 38px;
    color: #003bbf;
    text-decoration: none;
    font-weight: bold;
    padding: 7px 0;
    text-align: center
}

header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.container {
    max-width: 1120px;
    margin: 0 auto
}

.header-slider .container {
    height: 100%
}

.projects-slider .container {
    height: 100%
}

.container-services {
    max-width: 1052px
}

.header {
    position: relative;
    font-family: CenturyGothic
}

.header-slider {
    height: 810px;
    position: relative
}

.header-slider__img {
    width: 100%;
    background-image: url(../img/header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: inset 0 -10px 0 0 #fff;
    box-shadow: inset 0 -10px 0 0 #fff
}

.header-slider__img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 10px);
    background: rgba(0, 0, 0, 0.1);
    top: 0
}

.header-slider__block {
    width: 351px;
    height: 189px;
    bottom: 0;
    position: absolute;
    mix-blend-mode: multiply;
    isolation: isolate;
    padding: 46px 28px 32px;
    background-image: url(../img/bg-blue.png)
}

.header-slider__block img {
    max-width: 56px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges
}

.header-slider__block__title {
    color: #fff;
    margin-bottom: 14px;
    font-size: 22px;
    text-transform: uppercase
}

.header-slider__block__title:first-letter {
    border-bottom: 2px solid #ad122a
}

.header-slider__block__text {
    color: #fff;
    isolation: isolate;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left
}

.header-slider__block-text {
    width: 351px;
    height: 189px;
    bottom: 0;
    position: absolute;
    isolation: isolate;
    padding: 46px 28px 32px
}

.header-slider__block-text img {
    max-width: 56px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges
}

.header-slider__block-text__title {
    color: #fff;
    margin-bottom: 14px
}

.header-slider__block-text__text {
    color: #fff;
    isolation: isolate;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left
}

.swiper-button-prev {
    background-image: url(../img/slider-left.png);
    width: 39px;
    height: 39px;
    background-size: contain;
    margin: 0;
    left: 30px
}

.swiper-button-next {
    background-image: url(../img/slider-right.png);
    width: 39px;
    height: 39px;
    background-size: contain;
    margin: 0;
    right: 30px
}

.swiper-pagination-bullet {
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #fff
}

.swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination {
    bottom: 45px !important
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px
}

.header-container {
    height: 100%;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.header-container .logo {
    position: absolute;
    z-index: 2;
    left: -158px;
    pointer-events: none
}

.header-other {
    position: relative;
    height: 90px
}

.header-other .header-menu {
    margin-top: 19px;
    margin-bottom: 21px
}

.header-other .header-menu .selected {
    color: #cacaca;
    cursor: default;
    pointer-events: none
}

.header-other .logo {
    position: relative;
    float: left;
    margin-top: 15px;
    left: 0
}

.header-menu {
    margin-top: 37px;
    max-height: 50px;
    float: right;
    position: relative;
    z-index: 2;
    -webkit-transition: all .4s;
    transition: all .4s;
    max-width: 1000px;
    overflow: hidden
}

.header-menu__list {
    margin: 0 50px 0 0;
    padding: 0 0 0 20px;
    float: left;
    background-color: #fff
}

.header-menu__list__item {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block
}

.header-menu__list__item__link {
    display: block;
    padding: 15px 20px 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 700
}

.header-menu__list__item__link:hover {
    color: #cacaca
}

.header-menu__button {
    width: 50px;
    height: 50px;
    display: block;
    right: 0;
    position: absolute;
    background-color: #000;
    background-image: url(../img/Close.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

.header-menu-hiden {
    max-width: 50px;
    max-height: 50px;
    overflow: hidden
}

.header-menu-hiden .header-menu__button {
    background-color: #fff;
    background-image: url(../img/Menu.png)
}

.header-title {
    font-family: CenturyGothic;
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    line-height: 120px;
    text-align: left;
    margin: 254px 0 0 0;
    clear: both;
    z-index: 3;
    position: relative;
    text-transform: uppercase;
    pointer-events: none
}

.header-bacground {
    height: 352px;
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.header-bacground .header-title {
    padding: 114px 0 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase
}

.section-about {
    padding: 95px 0 110px 0
}

.section-about__left {
    float: left;
    width: 60%
}

.section-about__left__block {
    float: right;
    max-width: 261px;
    margin-top: -162px;
    clear: both
}

.section-about__left .img-about {
    display: block;
    padding: 20px;
    font-size: 12px;
    font-style: italic;
    line-height: 21px;
    text-align: left;
    color: #696969
}

.section-about__left .img-about a {
    text-decoration: none;
    color: #2f61cb;
    border-bottom: solid 1px #b1c3ea
}

.section-about__left .img1 {
    margin-bottom: 20px;
    margin-right: 17px;
    float: left
}

.section-about__left .img2 {
    float: left;
    margin-right: 17px
}

.section-about__right {
    float: left;
    width: 40%;
    padding-left: 78px
}

.section-about__title {
    font-family: CenturyGothic;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    margin: 55px 0 54px;
    text-transform: uppercase
}

.container-about {
    padding: 0 34px
}

.container-client {
    max-width: 1010px
}

.seection-structure {
    padding-bottom: 110px
}

.seection-structure .structure-title {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 440px;
    text-align: left;
    text-align: center;
    background-image: url(../img/white-top.png), url(../img/white-bottom.png), url(../img/structure.png);
    background-repeat: no-repeat;
    background-position: left top, right bottom, center;
    background-size: 1920px 55px, 1920px 55px, cover;
    margin: 0 0 80px;
    text-transform: uppercase
}

.seection-structure .structure-container {
    max-width: 1120px
}

.seection-structure .structure-title-2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin-bottom: 45px;
    text-transform: uppercase
}

.seection-structure__text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    margin-bottom: 76px
}

.seection-structure .structure-list-1 {
    margin: 0;
    padding: 0;
    max-width: 192px
}

.seection-structure .structure-list-1__item {
    list-style: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: left
}

.seection-structure .structure-list-2 {
    margin: 0;
    padding: 0;
    max-width: 192px
}

.seection-structure .structure-list-2__item {
    list-style: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: left
}

.seection-structure .structure-list-3 {
    margin: 0;
    padding: 0;
    max-width: 192px
}

.seection-structure .structure-list-3__item {
    list-style: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: left
}

.seection-structure .structure-list-block {
    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
}

.section-projects {
    position: relative
}

.section-projects .projects-slider {
    height: 924px;
    position: relative
}

.section-projects .projects-slider .container-flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section-projects .projects-slider:after {
    content: '';
    background-image: url(../img/white-bottom-flipped.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1920px 55px;
    width: 100%;
    height: 55px;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-projects .projects-slider__img {
    width: 100%;
    background-image: url(../img/projects.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: inset 0 -20px 0 0 #fff;
    box-shadow: inset 0 -20px 0 0 #fff
}

.section-projects .projects-slider__block {
    width: 351px;
    isolation: isolate;
    padding: 28px 26px 86px;
    background-image: url(../img/bg-green.png)
}

.section-projects .projects-slider__block img {
    max-width: 170px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    margin-bottom: 54px
}

.section-projects .projects-slider__block__title {
    color: #fff;
    margin-bottom: 14px;
    text-transform: uppercase
}

.section-projects .projects-slider__block__text {
    color: #fff;
    isolation: isolate;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left
}

.section-projects .projects-slider__block th:first-child {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    width: 100px;
    padding-right: 23px;
    vertical-align: top
}

.section-projects .projects-slider__block th:last-child {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: left
}

.section-projects .projects-slider__block-text {
    width: 351px;
    height: 189px;
    isolation: isolate;
    padding: 28px 26px 86px;
    background-image: url(../img/bg-green.png)
}

.section-projects .projects-slider__block-text img {
    max-width: 200px;
    image-rendering: -webkit-optimize-contrast;
    margin-bottom: 54px
}

.section-projects .projects-slider__block-text__title {
    color: #fff;
    margin-bottom: 14px;
    text-transform: uppercase
}

.section-projects .projects-slider__block-text__text {
    color: #fff;
    isolation: isolate;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left
}

.section-projects .projects-slider__block-text th:first-child {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    width: 100px;
    padding-right: 23px;
    vertical-align: top
}

.section-projects .projects-slider__block-text th:last-child {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: left
}

.section-projects__title {
    z-index: 2;
    margin-top: 102px;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 120px;
    text-align: center;
    position: relative;
    text-transform: uppercase
}

.section-projects__link {
    border-radius: 3px;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    width: 154px;
    height: 38px;
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding-top: 7px
}

.projects-slides {
    width: 100%
}

.projects-slides .block-absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.projects-slides__slide {
    overflow: hidden;
    height: 640px;
    width: 100%;
    background-image: url(../img/project-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

.projects-slides__slide .container {
    overflow: auto
}

.projects-slides__slide:nth-child(2n) .block {
    float: left
}

.projects-slides__slide .block {
    width: 50%;
    float: right;
    padding: 56px 34px;
    position: relative;
    z-index: 4
}

.projects-slides__slide .block img {
    max-width: 200px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    margin-bottom: 54px
}

.projects-slides__slide .block th:first-child {
    color: #696969;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    width: 134px;
    vertical-align: top
}

.projects-slides__slide .block th:first-child span {
    position: relative;
    display: block
}

.projects-slides__slide .block th:first-child span:after {
    content: '';
    width: 100%;
    height: 100%;
    border-bottom: 1px dotted #b8b8b8;
    display: block;
    float: left;
    position: absolute;
    bottom: 10px
}

.projects-slides__slide .block th:last-child {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: left
}

.projects-slides__slide .block table {
    margin-bottom: 30px
}

.projects-slides__slide__wrap {
    width: 100%;
    overflow: auto
}

.projects-slides__slide:nth-child(2n) .projects-slides__slide__block {
    left: 0;
    right: inherit
}

.projects-slides__slide:before {
    content: '';
    background-image: url(../img/white-bottom-flipped-projects.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1920px 15px;
    width: 100%;
    height: 15px;
    position: absolute;
    top: 0;
    z-index: 3;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.projects-slides__slide:after {
    content: '';
    background-image: url(../img/white-top-flipped-projects.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 1920px 15px;
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.projects-slides__slide__block {
    width: 50%;
    height: 100%;
    float: right;
    position: relative;
    z-index: 2;
    background-color: rgba(238, 238, 238, 0.85);
    padding: 56px 34px
}

.projects-slides__slide__block__logo {
    width: 170px;
    height: 100px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat
}

.projects-slides__slide__block__title {
    color: #fff;
    margin-bottom: 14px;
    text-transform: uppercase
}

.projects-slides__slide__block__text {
    color: #fff;
    isolation: isolate;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left
}

.section-quotes {
    padding-top: 154px;
    padding-bottom: 46px;
    background-image: url(../img/quotes.png);
    background-repeat: no-repeat;
    background-position: center 105px
}

.section-quotes__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    padding: 0 102px 56px
}

.section-quotes__author {
    margin: 0 auto;
    max-width: 440px;
    margin-bottom: 60px;
    min-height: 81px
}

.section-quotes__author .author {
    float: left;
    width: 81px;
    height: 81px;
    margin-right: 25px
}

.section-quotes__author__title {
    font-family: CenturyGothic;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    display: block
}

.section-quotes__author__text {
    font-family: 'Open Sans', sans-serif;
    color: #696969;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    display: block
}

.section-quotes .swiper-pagination {
    bottom: 0 !important
}

.section-quotes .swiper-pagination .swiper-pagination-bullet {
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: solid 1px #7f7f7f
}

.section-quotes .swiper-pagination .swiper-pagination-bullet-active {
    background: #7f7f7f
}

.section-quotes .swiper-pagination .swiper-button-next {
    right: 0
}

.section-quotes .swiper-pagination .swiper-button-prev {
    left: 0
}

.swiper-button-next-black {
    height: 32px;
    width: 20px;
    background-image: url(../img/slider-right-black.png);
    background-position: center center
}

.swiper-button-prev-black {
    height: 32px;
    width: 20px;
    background-image: url(../img/slider-left-black.png);
    background-position: center center
}

.section-client {
    background: #f1f1f1;
    background-repeat: no-repeat;
    padding-bottom: 118px;
    position: relative
}

.section-client__text {
    text-align: center;
    margin-bottom: 80px
}

.section-client:before {
    content: '';
    background-image: url(../img/white-top-flipped.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1920px 55px;
    width: 100%;
    height: 55px;
    position: absolute;
    top: 0;
    z-index: 1
}

.section-client:after {
    content: '';
    background-image: url(../img/white-bottom-flipped.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1920px 55px;
    width: 100%;
    height: 55px;
    position: absolute;
    bottom: 0;
    z-index: 1
}

.section-client__title {
    margin: 0;
    padding: 135px 0 37px;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    text-align: center
}

.section-client .container {
    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
}

.section-ready__title {
    margin-top: 82px;
    margin-bottom: 25px;
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    font-family: 'Open Sans', sans-serif
}

.section-ready__text {
    color: #7a7a7a;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin-bottom: 48px
}

.section-ready__link {
    border-radius: 3px;
    border-width: 1px;
    border-color: #003bbf;
    border-style: solid;
    width: 203px;
    height: 38px;
    color: #003bbf;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    padding-top: 7px;
    margin-bottom: 108px
}

.main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer .container {
    border-top: 1px solid #ddd;
    padding-top: 50px;
    padding-bottom: 30px;
    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 .footer-logo {
    width: 140px;
    height: 76px
}

.footer .footer-center {
    max-width: 578px;
    width: 60%;
    float: left
}

.footer .footer-center .footer-search {
    width: 100%
}

.footer .footer-center .footer-search__input {
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    opacity: .5;
    width: 70%;
    height: 53px;
    border-radius: 36px;
    padding: 8px 52px;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    color: #000;
    font-size: 14px;
    font-style: italic;
    line-height: 32px;
    text-align: left
}

.footer .footer-center .footer-search__submit {
    background-color: #003bbf;
    width: 118px;
    height: 53px;
    float: right;
    padding: 8px 21px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    border-radius: 36px;
    border: none;
    text-transform: uppercase;
    text-align: center
}

.footer .footer-menu {
    margin: 0 0 28px 0;
    padding: 0;
    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 .footer-menu__item {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer .footer-menu__item__link {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-decoration: none
}

.footer .footer-right {
    width: 162px
}

.footer .footer-right .social-links {
    width: 152px;
    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;
    margin-bottom: 34px
}

.footer .footer-right .social-links img {
    width: 18px;
    height: 18px
}

.footer .footer-right .social-links i {
    color: #003bbf;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: right
}

.footer .footer-right .copyright {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: right
}

.footer .footer-right .copyright a {
    text-decoration: underline;
    color: #000;
    font-size: 13px
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.breadcrumbs {
    margin: 0;
    padding: 0
}

.breadcrumbs__item {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #bbb;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    text-align: center
}

.breadcrumbs__item:after {
    content: '/';
    color: #000
}

.breadcrumbs__item:last-child:after {
    content: none
}

.breadcrumbs__item__link {
    color: #003bbf;
    text-decoration: underline
}

.section-about-page {
    padding: 39px 0 0 0
}

.section-about-page .first-text {
    max-width: 586px;
    margin: 34px auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    margin-bottom: 33px
}

.section-about-page .second-text {
    font-family: CenturyGothic;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 52px;
    margin-top: 0
}

.section-about-page .last-text {
    max-width: 641px;
    margin: 0 auto;
    text-align: center
}

.section-about-page h3 {
    text-align: center;
    margin: 50px 0;
    font-size: 21px
}

.section-about-page .principles {
    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
}

.section-about-page .principles .wrap {
    width: 33%
}

.section-about-page .principles__item {
    margin: 0 auto;
    width: 210px;
    text-align: center;
    margin-bottom: 78px
}

.section-about-page .principles__item__text {
    margin-top: 28px;
    text-align: center;
    display: block
}

.fancybox-is-open .fancybox-bg {
    background: #0f0f11;
    opacity: .87
}

.fancybox-close-small:after {
    color: #003aba;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif
}

.fancybox-close-small:hover:after {
    color: #003aba;
    background: #fff
}

.fancybox-slide > * {
    border-width: 1px;
    border-color: #cfcfcf;
    border-style: solid;
    background-color: #fff;
    -webkit-box-shadow: 0 40px 78px 22px rgba(0, 34, 110, 0.3);
    box-shadow: 0 40px 78px 22px rgba(0, 34, 110, 0.3);
    padding: 33px 72px
}

.feedback .text {
    font-family: CenturyGothic;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 32px;
    display: block
}

.feedback input, .feedback textarea {
    border-radius: 3px;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    background-color: #fff;
    width: 322px;
    height: 38px;
    margin-bottom: 25px;
    padding: 8px 21px;
    font-family: 'Open Sans', sans-serif;
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 400;
    text-align: left
}

.feedback span {
    color: red
}

.feedback textarea {
    min-height: 100px;
    margin-bottom: 14px
}

.feedback .feedback-form-text {
    font-family: 'Open Sans', sans-serif;
    color: #b3b3b3;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    line-height: 16px;
    margin-bottom: 22px
}

.feedback .submit {
    border-radius: 3px;
    border-width: 1px;
    border-color: #003bbf;
    border-style: solid;
    width: 141px;
    height: 38px;
    color: #003bbf;
    font-weight: 700;
    padding: 0 21px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto
}

.feedback .form-wrap {
    width: 100%;
    text-align: center
}

.section-news-page {
    padding: 40px 0
}

.section-news-page .news-first {
    margin-top: 36px;
    margin-bottom: 44px;
    overflow: auto
}

.section-news-page .news-first__img {
    width: 66%;
    height: 441px;
    padding-right: 18px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain
}

.section-news-page .news-first__item {
    font-family: CenturyGothic;
    padding-left: 18px;
    float: left;
    width: 33%
}

.section-news-page .news-first__item__title {
    color: #003bbf;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    line-height: 36px;
    font-family: CenturyGothic;
    border-bottom: 2px solid #003bbf
}

.section-news-page .news-first__item__title:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #000
}

.section-news-page .news-first__item__date {
    font-style: italic;
    color: #bababa;
    margin: 24px 0
}

.section-news-page .news-first__item__text {
    font-family: 'Open Sans', sans-serif
}

.section-news-page .news-second {
    float: left;
    width: 33%;
    padding-right: 17px
}

.section-news-page .news-second__img {
    width: 100%;
    height: 281px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px
}

.section-news-page .news-second__item {
    font-family: CenturyGothic
}

.section-news-page .news-second__item__title {
    color: #003bbf;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    font-family: CenturyGothic;
    text-decoration: none;
    line-height: 36px;
    border-bottom: 2px solid #003bbf
}

.section-news-page .news-second__item__title:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #000
}

.section-news-page .news-second__item__date {
    font-style: italic;
    color: #bababa;
    margin: 24px 0
}

.section-news-page .news-second__item__text {
    font-family: 'Open Sans', sans-serif
}

.section-news-page .news-last {
    float: left;
    width: 66%;
    padding-left: 17px
}

.section-news-page .news-last__img {
    width: 100%;
    height: 281px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px
}

.section-news-page .news-last__item {
    font-family: CenturyGothic
}

.section-news-page .news-last__item__title {
    color: #003bbf;
    font-size: 30px;
    font-weight: 700;
    text-decoration: underline;
    text-align: left;
    text-transform: uppercase;
    font-family: CenturyGothic;
    text-decoration: none;
    line-height: 36px;
    border-bottom: 2px solid #003bbf
}

.section-news-page .news-last__item__title:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #000
}

.section-news-page .news-last__item__date {
    font-style: italic;
    color: #bababa;
    margin: 24px 0
}

.section-news-page .news-last__item__text {
    font-family: 'Open Sans', sans-serif
}

.section-news-page .more-news {
    border-radius: 3px;
    border-width: 1px;
    border-color: #003bbf;
    border-style: solid;
    width: 203px;
    height: 38px;
    color: #003bbf;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 50px auto 70px;
    padding-top: 7px;
    text-transform: uppercase
}

.container-news {
    max-width: 700px;
    margin: 0 auto
}

.news-page-item {
    padding: 40px 0
}

.news-page-item h1, .news-page-item h2 {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px
}

.news-page-item .news-title-img {
    margin: 0 auto 21px;
    display: block
}

.news-page-item .container-news {
    margin-top: 28px
}

.news-page-item__date {
    color: #808080;
    font-style: italic;
    text-align: center;
    margin-bottom: 46px
}

.news-page-item th:first-child {
    font-weight: 400;
    vertical-align: top;
    min-width: 136px;
    padding-right: 18px
}

.news-page-item th:last-child {
    font-weight: 600;
    padding-bottom: 28px
}

.news-page-item tr .table-text {
    padding-top: 10px;
    font-weight: 400;
    padding-bottom: 40px
}

.news-page-item .news-galery {
    height: 500px
}

.news-page-item .news-galery__left {
    float: left;
    padding-right: 9px;
    height: 100%;
    width: 50%
}

.news-page-item .news-galery__left__img1 {
    height: 240px;
    width: 100%;
    margin-bottom: 20px;
    background-size: cover;
    display: block
}

.news-page-item .news-galery__left__img2 {
    background-size: cover;
    float: left;
    width: 48%;
    height: 240px;
    display: block
}

.news-page-item .news-galery__left__img3 {
    background-size: cover;
    float: right;
    width: 48%;
    height: 240px;
    display: block
}

.news-page-item .news-galery__right {
    float: right;
    padding-left: 9px;
    height: 100%;
    width: 50%
}

.news-page-item .news-galery__right__img1 {
    height: 240px;
    width: 48%;
    margin-bottom: 20px;
    background-size: cover;
    float: left;
    display: block
}

.news-page-item .news-galery__right__img2 {
    background-size: cover;
    float: left;
    width: 48%;
    height: 100%;
    float: right;
    display: block
}

.news-page-item .news-galery__right__img3 {
    background-size: cover;
    float: left;
    width: 48%;
    height: 240px;
    display: block
}

.news-page-item .adaptive-text {
    display: none
}

.services {
    padding: 40px 0
}

.services .services-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 62px
}

.services__left {
    width: 50%;
    float: left;
    padding-right: 20px
}

.services__right {
    width: 50%;
    float: left;
    padding-left: 20px
}

.services__right__top {
    margin-bottom: 20px
}

.services__title {
    font-size: 23px;
    font-weight: 700;
    padding-left: 60px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 32px
}

.services .title-1 {
    padding: 4px 0 16px 60px;
    margin-bottom: 8px
}

.services .title-2 {
    padding-top: 12px;
    padding-bottom: 8px;
    margin-bottom: 8px
}

.section-construction {
    background: #f1f1f1;
    background-repeat: no-repeat;
    padding-bottom: 118px;
    position: relative
}

.section-construction:before {
    content: '';
    background-image: url(../img/white-top.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1920px 55px;
    width: 100%;
    height: 55px;
    position: absolute;
    top: 0;
    z-index: 1
}

.section-construction:after {
    content: '';
    background-image: url(../img/white-bottom.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1920px 55px;
    width: 100%;
    height: 55px;
    position: absolute;
    bottom: 0;
    z-index: 1
}

.section-construction__title {
    margin: 0;
    padding: 135px 0 72px;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px
}

.section-construction__first {
    line-height: 24px;
    text-align: center
}

.section-construction__list {
    margin: 0;
    padding: 0
}

.section-construction__list__item {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.section-construction__list__item:before {
    content: "—";
    position: absolute;
    left: -18px
}

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

.projects {
    padding: 40px 0
}

.projects__title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    margin: 56px 0 48px
}

.projects__text {
    max-width: 660px;
    margin: 0 auto 68px;
    text-align: center
}

.projects .container-client {
    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
}

.similar_projects {
    padding-top: 74px
}

.similar_projects h2 {
    color: #000;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 54px
}

.similar_projects__wrap {
    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
}

.similar_projects__item {
    width: 272px;
    text-align: center;
    display: block
}

.similar_projects__item__img {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat
}

.container-galery {
    overflow: auto;
    max-width: 1154px
}

.container-galery .breadcrumbs {
    padding: 0 17px
}

.galery {
    padding: 39px 0 0 0
}

.galery .breadcrumbs {
    margin-bottom: 36px
}

.galery .big {
    height: 600px
}

.galery__wrap {
    width: 33%;
    float: left;
    padding: 0 17px 38px
}

.galery__wrap__item {
    height: 280px;
    background-size: cover;
    opacity: .5;
    -webkit-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    position: relative
}

.galery__wrap__item:hover {
    opacity: 1
}

.galery__wrap__item:hover .galery__wrap__item__title {
    display: none
}

.galery__wrap__item:hover .galery__wrap__item__title2 {
    display: block
}

.galery__wrap__item:hover .galery__wrap__item__button {
    display: block
}

.galery__wrap__item__title {
    font-family: CenturyGothic;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    bottom: 52px;
    left: 32px;
    position: absolute;
    text-transform: uppercase
}

.galery__wrap__item__title2 {
    font-family: CenturyGothic;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    top: 100px;
    left: 32px;
    position: absolute;
    text-transform: uppercase;
    display: none;
    max-width: 274px;
    line-height: 36px
}

.galery__wrap__item__button {
    border-radius: 3px;
    background-color: #003bbf;
    width: 155px;
    height: 40px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    padding: 10px 27px;
    position: absolute;
    bottom: 28px;
    left: 32px;
    display: none
}

.galery .wrap-big {
    overflow: visible;
    clear: both;
    width: 66%;
    float: left
}

.galery .wrap-big .galery__wrap {
    width: 50%
}

.galery .wrap-big .galery__wrap:first-child {
    width: 100%
}

.contacts-page {
    padding: 39px 0 96px 0
}

.contacts-page .breadcrumbs {
    margin-bottom: 38px
}

.contacts-page .container-contacts {
    max-width: 860px
}

.contacts-page__left {
    width: 33%;
    float: left;
    padding-top: 18px
}

.contacts-page__left__title {
    font-family: CenturyGothic;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    margin-bottom: 30px
}

.contacts-page__left__text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    margin-bottom: 24px
}

.contacts-page__left__link {
    color: #0038be;
    margin-bottom: 74px;
    display: inline-block
}

.contacts-page__right {
    width: 66%;
    float: left
}

.contacts-page .feedback-wrap {
    float: right;
    padding: 33px 72px;
    max-width: 490px;
    background: #f6f6f6
}

.contacts-page .feedback-wrap .feedback .text {
    text-align: left
}

.contacts-page .feedback-wrap textarea {
    min-height: 118px
}

.contacts-page .callback {
    margin: 0
}

.section-map {
    height: 626px;
}

.notfound-page {
    margin-top: 86px;
    margin-bottom: 73px
}

.notfound-page .container-notfound {
    max-width: 560px
}

.notfound-page .text {
    margin-bottom: 104px;
}

.notfound-page .menu {
    margin: 0 auto;
    padding: 0;
    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;
}

.notfound-page .menu__item {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.notfound-page .menu__item__link {
    font-family: CenturyGothic;
    color: #003bbf;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-align: left;
    text-transform: uppercase
}

.header-other .link-main-page {
    height: 90px;
    width: 170px;
}

.header-other .adaptiv-menu .link-main-page-menu {
    display: none;
    height: 90px;
    width: 170px;
    position: absolute;
    z-index: 3;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}

.header-other .header-menu-hiden .link-main-page-menu {
    display: none
}

@media (max-width: 1118px) {
    .section-about__left {
        width: 100%;
        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;
    }

    .section-about__left img {
        width: 33.33%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .section-about__left .img1 {
        margin: 0 0 20px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .section-about__left__block {
        float: none;
        margin: 0;
    }

    .section-about__left__block img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .section-about__left .img2 {
        margin: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .section-about__right {
        width: 100%;
        padding-left: 0;
    }

    .header-title {
        font-size: 100px;
        line-height: 100px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .container {
        padding: 0 15px;
    }

    .header-container .logo {
        left: -143px;
        z-index: 1;
    }

    .header-other .logo {
        left: 0;
    }

    .container-galery {
        padding: 0;
    }

    .projects-slides__slide .block {
        width: 100%;
        float: none
    }

    .projects-slides__slide__block {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .adaptiv-menu {
        top: 34px;
        right: 0;
        width: 100%;
        position: absolute;
        margin: 0 auto;
        z-index: 4;
        overflow: visible;
        -webkit-transition: all 0s;
        transition: all 0s;
    }

    .adaptiv-menu .header-menu__list {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .adaptiv-menu .header-menu__button {
        right: 15px;
        top: 15px;
    }

    .adaptiv-menu .header-menu__list__item {
        display: block;
        text-align: center;
    }

    .header-menu-hiden {
        height: 50px;
        overflow: hidden;
        padding: 0;
        right: 15px;
    }

    .header-menu-hiden .header-menu__list {
        display: none
    }

    .header-menu-hiden .header-menu__button {
        left: 0;
        top: 0;
    }

    .header-other .adaptiv-menu {
        padding-top: 15px;
        margin-top: 0;
        top: 0;
    }

    .header-other .header-menu__button {
        right: 15px;
    }

    .header-other .header-menu-hiden {
        padding-top: 0;
        margin-top: 15px;
    }

    .header-other .adaptiv-menu .header-menu__list {
        padding-left: 0;
        padding-top: 90px;
        background-image: url(../img/logo-menu.png);
        background-position: center top;
        background-repeat: no-repeat;
    }

    .header-other .adaptiv-menu .link-main-page-menu {
        display: block;
    }
}

@media (max-width: 900px) {
    .footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .footer .footer-logo {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .footer .footer-center {
        padding: 0 20px 40px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: 1000px;
    }

    .footer .footer-right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .section-about__left__block {
        width: 33.33%
    }

    .header-title {
        font-size: 80px;
    }
}

@media (max-width: 768px) {
    p {
        margin: 0 0 16px;
    }

    .header-title {
        font-size: 60px;
        line-height: 60px;
        text-align: center
    }

    .header-slider {
        height: 675px
    }

    .swiper-button-next, .swiper-button-prev {
        top: 60%
    }

    .section-about {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-about__title {
        margin: 20px 0;
        line-height: 40px;
    }

    .seection-structure {
        padding-bottom: 20px;
    }

    .seection-structure .structure-title-2 {
        margin-bottom: 20px;
    }

    .seection-structure .structure-title {
        line-height: 408px;
        margin-bottom: 20px;
        font-size: 40px;
    }

    .seection-structure__text {
        margin-bottom: 20px;
    }

    .section-projects .projects-slider {
        height: 916px;
    }

    .section-quotes {
        padding-top: 140px;
        padding-bottom: 20px;
    }

    .section-quotes__text {
        font-size: 18px;
        line-height: 38px;
        padding-bottom: 20px;
        padding-top: 40px;
    }

    .section-client__title {
        padding: 77px 0 49px;
        line-height: 40px
    }

    .section-client {
        padding-bottom: 40px
    }

    .section-ready__title {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .section-ready__text {
        margin-bottom: 20px
    }

    .section-ready__link {
        margin-bottom: 40px
    }

    .section-about__left .img1 {
        width: 60%
    }

    .section-about__left__block {
        width: 60%
    }

    .section-about__left .img2 {
        width: 60%
    }

    .section-construction__title {
        padding-top: 40px;
        padding-bottom: 50px
    }

    .section-construction {
        padding-bottom: 70px
    }

    .news-page-item .news-galery__left {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0
    }

    .news-page-item .news-galery__right {
        width: 100%;
        padding-left: 0
    }

    .contacts-page__left {
        width: 100%
    }

    .contacts-page__right {
        width: 100%
    }

    .contacts-page .feedback-wrap {
        float: none;
        max-width: 1000px
    }

    .feedback input, .feedback textarea {
        width: 100%
    }

    .contacts-page .breadcrumbs {
        margin-bottom: 20px
    }

    .contacts-page__left__title {
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .contacts-page__left__title {
        margin-bottom: 0
    }

    .section-news-page .news-first__img {
        width: 100%;
        margin-bottom: 20px
    }

    .section-news-page .news-first__item {
        width: 100%;
        padding: 0
    }

    .section-news-page .news-second {
        width: 100%;
        padding-right: 0
    }

    .section-news-page .news-first__item__date {
        margin: 20px 0
    }

    .section-news-page .news-last {
        width: 100%;
        padding-left: 0
    }

    .galery__wrap {
        width: 50%
    }

    .container-galery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .galery .wrap-big {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }

    .galery .big {
        height: 280px
    }

    .contacts-page__left__title {
        line-height: 25px
    }

    .contacts-page__left__link {
        margin-bottom: 70px
    }

    .contacts-page .callback {
        margin-bottom: 40px
    }

    .contacts-page {
        padding-bottom: 20px
    }

    .section-about-page .principles__item {
        width: 100%
    }

    .contacts-page__left__text {
        margin-bottom: 46px
    }

    .header-bacground .header-title {
        padding-top: 156px
    }
}

@media (max-width: 600px) {
    .header-title {
        font-size: 36px;
        line-height: 36px;
        text-align: center;
        margin-top: 305px
    }

    .header-container .logo {
        display: none
    }

    .header-container .logo-adaptive {
        display: block
    }

    .header-menu-hiden .header-menu__button {
        right: 15px;
        background: none;
        background-image: url(../img/menu-white.png);
        background-repeat: no-repeat;
        background-position: center center
    }

    .index-menu {
        left: 0;
        right: 0;
        top: 190px;
        padding: 0 15px
    }

    .index-menu .header-menu__button {
        right: 15px
    }

    .section-about__left .img1 {
        width: 100%
    }

    .section-about__left__block {
        width: 100%;
        max-width: 1000px;
        display: none
    }

    .section-about__left .img2 {
        width: 100%
    }

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

    .section-about .container-about .section-about__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .section-about .container-about .section-about__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .section-about {
        padding-top: 0
    }

    .section-about .section-about__title {
        font-size: 28px;
        line-height: 28px
    }

    .seection-structure .structure-title-2 {
        font-size: 28px;
        line-height: 28px
    }

    .seection-structure .structure-list-block {
        display: block;
        text-align: center
    }

    .seection-structure .structure-list-1, .seection-structure .structure-list-2, .seection-structure .structure-list-3 {
        margin: 0 auto
    }

    .section-projects__title {
        font-size: 40px;
        line-height: 40px
    }

    .section-projects .projects-slider__block {
        width: 100%
    }

    .section-projects .projects-slider .container-flex {
        padding: 0
    }

    .footer .footer-center {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer .footer-right .copyright {
        text-align: center
    }

    .footer .footer-center .footer-search__input {
        width: 84%
    }

    .footer .footer-center .footer-search__submit {
        width: 53px;
        height: 53px;
        border-radius: 50%;
        color: #003bbf;
        background-image: url(../img/search-white.png);
        background-repeat: no-repeat;
        background-position: center center;
        padding-left: 32px
    }

    .header-other .logo {
        display: block;
        pointer-events: none
    }

    .header-other .header-menu-hiden .header-menu__button {
        background-image: url(../img/Menu.png)
    }

    .header-other .adaptiv-menu {
        padding: 15px 0 0 0
    }

    .bacground-header-other .header-title {
        font-size: 50px;
        line-height: 50px;
        padding: 140px 0 0
    }

    .breadcrumbs {
        text-align: center
    }

    .section-about-page .second-text {
        font-size: 24px;
        line-height: 24px
    }

    .section-ready__title {
        font-size: 28px;
        line-height: 28px
    }

    .section-news-page .news-first__img {
        background-size: cover
    }

    .section-news-page .news-first {
        margin-bottom: 20px
    }

    .services__left {
        width: 100%;
        padding: 0 0 60px
    }

    .services__right {
        width: 100%;
        padding: 0
    }

    .services__right__top {
        margin-bottom: 60px
    }

    .contacts-page__left__title {
        text-align: center
    }

    .contacts-page__left__text {
        text-align: center
    }

    .contacts-page__left__link {
        display: block;
        margin: 0 auto 70px;
        text-align: center
    }

    .contacts-page .callback {
        margin: 0 auto 40px
    }

    .contacts-page .feedback-wrap .feedback .text {
        text-align: center
    }

    .notfound-page {
        margin-top: 52px;
        margin-bottom: 120px
    }

    .notfound-page .text {
        margin-bottom: 77px
    }

    .section-client__text {
        margin-bottom: 20px
    }

    .section-client .container {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .footer .footer-center .footer-search__input {
        width: 70%
    }

    .section-quotes__text {
        padding-left: 20px;
        padding-right: 20px;
        line-height: 28px
    }

    .header-slider__img .height-100 {
        background-image: url(../img/logo-layer.png);
        background-repeat: repeat-x;
        background-position: top center
    }

    .index-menu {
        padding: 0
    }

    .index-menu .header-menu__list {
        padding-top: 15px
    }

    .header-menu-hiden {
        padding: 0
    }

    .index-menu .header-menu__button {
        top: 15px
    }

    .header-menu-hiden .header-menu__button {
        top: 0
    }

    .similar_projects__wrap {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .swiper-button-next, .swiper-button-prev {
        display: none
    }

    .section-map {
        height: 300px
    }

    .projects-slides__slide {
        height: 740px
    }
}

@media (max-width: 425px) {
    .projects-slides__slide .block {
        padding-left: 0;
        padding-right: 0
    }

    .header-title {
        margin-left: 0;
        margin-right: 0
    }

    .swiper-button-next, .swiper-button-prev {
        top: 60%
    }

    .header-other .header-menu__button {
        top: 15px
    }

    .header-other .header-menu-hiden .header-menu__button {
        top: 0
    }

    .news-page-item th:first-child {
        max-width: 136px;
        min-width: 136px;
        width: 136px
    }

    .table-text {
        display: none
    }

    .table-text-left {
        display: none
    }

    .news-page-item .adaptive-text {
        display: block;
        margin-bottom: 30px
    }

    .news-page-item h1, .news-page-item h2 {
        margin-bottom: 52px
    }

    .similar_projects__item {
        width: 170px
    }

    .similar_projects__item__img {
        display: none
    }

    .news-galery {
        padding: 0
    }

    .footer .footer-menu {
        margin: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .footer .footer-menu__item {
        margin-bottom: 28px;
        padding: 0 8px
    }

    .footer .footer-menu__item:first-child {
        padding-left: 0
    }

    .footer .footer-menu__item:last-child {
        padding-right: 0
    }

    .header-slider__block {
        width: 100%;
        left: 0;
        right: 0
    }

    .header-slider__block-text {
        width: calc(100% - 30px);
        left: 0;
        right: 0
    }

    .height-100 {
        position: relative
    }

    .seection-structure {
        display: none
    }

    .footer .container {
        padding-bottom: 0
    }

    .footer-right {
        padding-bottom: 30px
    }

    .footer .footer-logo {
        margin-bottom: 30px
    }

    .fancybox-slide > * {
        padding: 33px 15px
    }

    .contacts-page .feedback-wrap {
        padding: 33px 15px
    }
}

@media (max-width: 375px) {
    .projects-slides__slide {
        height: 900px
    }
}

@media (max-width: 330px) {
    .projects-slides__slide {
        height: 940px
    }
}

.clear_both {
    clear: both;
    width: 100%;
    overflow: hidden
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .section-client {
        padding-bottom: 160px
    }

    .section-client .container img {
        width: 170px;
        height: 100px
    }

    .services {
        min-height: 540px
    }

    .section-construction {
        min-height: 650px
    }

    .section-about-page {
        min-height: 1040px
    }

    .section-news-page {
        padding-bottom: 100px
    }

    .news-page-item {
        min-height: 1600px
    }
}

#callback, #feedback {
    max-width: 490px
}

.link-main-page {
    display: block;
    height: 170px;
    width: 260px;
    position: absolute;
    z-index: 3
}

label {
    overflow: hidden;
    display: inline-block
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.staff-title, .principles-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 29px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 60px;
}

.staff-block-title {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.staff-block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto;
}

.staff-block-count {
    font-size: 45px;
    font-weight: bold;
    margin: 0 20px;
}


.staff-container, .principles-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 40px;
}

.staff-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    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;
    padding: 30px;
}

.principles-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 27px);
    flex: 0 0 calc(33.333% - 27px);
    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;
    padding: 40px 20px;
}

.principles-block-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
}

.principles-block-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.principles-block-text span {
    display: block;
    font-size: 16px;
    line-height: 1.4;
}

.clients-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.clients-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 20px;
    max-width: 1200px;
    width: 100%;
    justify-items: center;
}

.client-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 100%;
    max-width: 200px;
    height: 120px;
}

.client-item:hover {
    transform: translateY(-3px);
}

.client-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.client-item-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.client-item:hover .client-item-img {
    transform: scale(1.1);
}

/* Responsive adjustments */
@media (min-width: 1200px) {
    .clients-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        grid-gap: 25px;
    }
    
    .client-item {
        height: 130px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .clients-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        grid-gap: 20px;
    }
    
    .client-item {
        height: 110px;
        padding: 12px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .clients-grid {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        grid-gap: 18px;
    }
    
    .client-item {
        height: 100px;
        padding: 10px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .clients-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        grid-gap: 15px;
    }
    
    .client-item {
        height: 90px;
        padding: 8px;
    }
}

@media (max-width: 575px) {
    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px;
    }
    
    .client-item {
        height: 80px;
        padding: 6px;
        max-width: none;
    }
}

/* Small mobile */
@media (max-width: 380px) {
    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    
    .client-item {
        height: 70px;
        padding: 5px;
    }
}

