/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

a {
  text-decoration: none;
  color: #333333;
}

li {
  list-style: none;
}

body {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
}

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

.header {
  width: 100%;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

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

.header__link {
  margin-right: 60px;
  font-weight: 300;
  font-size: 21px;
  line-height: 29px;
  color: #000000;
}

.header__burger {
  display: none;
}

.header__burger.active span {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.header__burger.active::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
  background-color: #fff;
}

.header__burger.active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 9px;
  background-color: #fff;
}

.header__mobile-logo {
  display: none;
}

.header__menu {
  z-index: 999999;
}

.header-mobile-menu {
  display: none;
}


.main {
  position: relative;
  background: url('../img/index_main-page/main_backgroung.png') no-repeat center center/cover;
  width: 100%;
  height: 737px;
}

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

.main__info {
  margin: 0 auto;
}

.main__text {
  background: url('../img/index_main-page/filter_text_background.svg') no-repeat center center/cover;
  width: 100%;
}

.main__title {
  padding: 49px 112px 56px;
  font-weight: 800;
  font-size: 85px;
  line-height: 100px;
  color: #FFFFFF;
}

.main__box {
  background: url('../img/index_main-page/blur_project_box.svg') no-repeat center center/cover;
  width: 514px;
  float: right;
}

.main__subtitle {
  padding: 21px 38px;
  font-weight: 600;
  font-size: 21px;
  line-height: 34px;
  color: #000000;
}

.main__slider-image {
  padding: 0 5px;
}

.object__title {
  margin-top: 80px;
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 25px;
  color: #333333;
}

.object__subtitle {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
  font-weight: 300;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0.145em;
  color: #000000;
}

.project__title {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 40px;
}

.project__inner {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.project__image {
  background: url('/img/index_main-page/project/sign.png') no-repeat center center/cover;
  width: 419px;
  height: 644px;
}

.project__card {
  margin-top: 25px;
  display: flex;
  width: 730px;
  height: 274px;
  background: #FFFFFF;
  box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
  border-radius: 40px;
}

.project__card-images {
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.project__card-img1 {
  background: url(../img/index_main-page/project/trafficlight.svg) no-repeat center center/cover;
  width: 82px;
  height: 82px;
}

.project__card-img2 {
  background: url(../img/index_main-page/project/done.svg) no-repeat center center/cover;
  width: 88px;
  height: 82px;
}

.project__card-title {
  text-align: center;
  margin-top: 45px;
  font-weight: 600;
  font-size: 40px;
  line-height: 25px;
  color: #0D0D0D;
}

.project__card-title2 {
  margin-left: -110px;
}

.project__card-text {
  margin-left: 40px;
}

.project__card-list {
  margin-top: 30px;
}

.project__card-list p {
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  margin: 0;
  color: #0D0D0D;
}

.project__card-list2 {
  max-width: 489px;
}

.projection {
  margin-top: 100px;
  width: 100%;
  height: 687px;
  background: rgba(196, 196, 196, 0.2);
}

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

.projection__inner2 {
  display: none;
}

.projection__title {
  margin-top: 66px;
  font-weight: 700;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
}

.projection__subtitle {
  margin-top: 66px;
  font-weight: 600;
  font-size: 23px;
  line-height: 25px;
  color: #333333;
}

.projection__text {
  margin-top: 22px;
  max-width: 555px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  color: #333333;
}

.projection__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 136px;
}

.projection__previous {
  background-image: url(../img/left.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.projection__next {
  margin-left: 10px;
  background-image: url(../img/right.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.projection__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 90px;
  margin-top: 160px;
}

.projection__img1 {
  width: 390px;
  height: 155px;
  object-fit: cover;
}

.projection__img2 {
  margin-top: 30px;
  width: 388px;
  height: 248px;
  object-fit: cover;
}

.projection__img3 {
  margin-left: 30px;
  width: 284px;
  height: 249px;
  object-fit: cover;
}

.projection__img4 {
  margin-left: 30px;
  margin-top: 30px;
  width: 284px;
  height: 154px;
  object-fit: cover;
}

.projection__link {
  width: 254px;
  height: 54px;
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  background-size: 200%;
  border-radius: 5px;
  padding-top: 8px;
  font-size: 22px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  transition: all 0.8s ease 0s;
  top: 0;
}

.projection__link:hover {
  background-position: right;
}

.projection__link a {
  color: #fff;
}

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

.construction__title {
  margin-top: 57px;
  font-weight: 700;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
}

.construction__title-mobile {
  display: none;
}

.construction__subtitle {
  margin-top: 100px;
  font-weight: 600;
  font-size: 23px;
  line-height: 25px;
  color: #333333;
}

.construction__text {
  margin-top: 22px;
  max-width: 555px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  color: #333333;
}

.construction__title2 {
  margin-top: 50px;
}


.construction__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 186px;
  margin-left: 470px;
}

.construction__previous {
  background-image: url(../img/left.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.construction__next {
  margin-left: 10px;
  background-image: url(../img/right.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.construction__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 160px;
}

.construction__info {
  margin-left: 90px;
}

.construction__img1 {
  width: 390px;
  height: 155px;
  object-fit: cover;
}

.construction__img2 {
  margin-top: 30px;
  width: 388px;
  height: 248px;
  object-fit: cover;
}

.construction__img3 {
  margin-left: 30px;
  width: 284px;
  height: 249px;
  object-fit: cover;
}

.construction__img4 {
  margin-left: 30px;
  margin-top: 30px;
  width: 284px;
  height: 154px;
  object-fit: cover;
}

.construction__link {
  width: 254px;
  height: 54px;
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  background-size: 200%;
  border-radius: 5px;
  padding-top: 8px;
  font-size: 22px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  margin-top: -30px;
  margin-left: -200px;
  transition: all 0.8s ease 0s;
  top: 0;
}

.construction__link:hover {
  background-position: right;
}

.construction__link a {
  color: #fff;
}

.characteristics__title {
  margin-top: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
}

.characteristics__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 87px;
}

.characteristics__card {
  height: 513px;
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 30px rgba(82, 82, 82, 0.3);
  box-shadow: 0px 20px 30px rgba(82, 82, 82, 0.3);
}

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

.characteristics__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 428px;
  padding-left: 20px;
}

.characteristics__card-border {
  width: 428px;
  height: 6px;
  background: #4c93ce;
}

.characteristics__card-title {
  margin-top: 78px;
  font-weight: 600;
  font-size: 30px;
  line-height: 25px;
  color: #333333;
}

.characteristics__card-subtitle {
  margin-top: 11px;
  width: 259px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.characteristics__card-images {
  margin-top: 78px;
  margin-left: 20px;
  background-image: url(../img/map.jpg);
  width: 84px;
  height: 84px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.characteristics__card-img2 {
  background-image: url(../img/options.jpg);
  width: 81px;
  height: 81px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.characteristics__card-img3 {
  background-image: url(../img/t-junction.jpg);
  width: 81px;
  height: 81px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.characteristics__card-img4 {
  background-image: url(../img/road.jpg);
  width: 61px;
  height: 78px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.characteristics__card-img5 {
  background-image: url(../img/speedometer.svg);
  width: 73px;
  height: 66px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.characteristics__card-img6 {
  background-image: url(../img/automobile.jpg);
  width: 84px;
  height: 84px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.characteristics__card-img7 {
  background-image: url(../img/width.jpg);
  width: 84px;
  height: 84px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.characteristics__card-img8 {
  background-image: url(../img/distance.jpg);
  width: 84px;
  height: 84px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.characteristics__card-img9 {
  background-image: url(../img/membrane.jpg);
  width: 84px;
  height: 84px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.constructions {
  margin-top: 100px;
}

.constructions__main-title {
  text-align: center;
  font-weight: 600;
  font-size: 43px;
  line-height: 25px;
  color: #333333;
}

.object-construction-mobile-slider {
  display: none;
}

.constructions__all-images-mobile {
  display: none;
}

.constructions__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  cursor: pointer;
}

.constructions__mobile-btn {
  display: none;
}

.constructions__tab-buttons {
  width: 100%;
}

.constructions__tab-buttons2 {
  width: 100%;
}

.constructions__tab-buttons3 {
  width: 100%;
}

.constructions__tabs {
  display: flex;
  margin-top: 40px;
}


.constructions__tab,
.tabs__btn,
.tabs__btn2,
.tabs__btn3 {
  width: 150px;
  height: 50px;
  border: none;
  background-color: #fff;
  font-size: 22px;
  font-weight: 400;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2em 0 0;
  border: 2px solid rgba(0, 0, 0, .2);
  border-radius: 5px;
  cursor: pointer;
}

.constructions__tab.active {
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  background-size: 200%;
  transition: all 0.5s ease;
  border: none;
  color: #fff;
}

.tabs__btn--active {
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  background-size: 200%;
  transition: all 0.5s ease;
  border: none;
  color: #fff;
}

.tabs__btn2--active {
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  background-size: 200%;
  transition: all 0.5s ease;
  border: none;
  color: #fff;
}

.tabs__btn3--active {
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  background-size: 200%;
  transition: all 0.5s ease;
  border: none;
  color: #fff;
}


.tabs__btn--active:hover {
  background-position: right;
}


.tabs__btn2--active:hover {
  background-position: right;
}

.tabs__btn3--active:hover {
  background-position: right;
}

.constructions__tab.active:hover {
  background-position: right;
}

.constructions__tab2.active:hover {
  background-position: right;
}

.constructions__tab3.active:hover {
  background-position: right;
}

.tabs__content {
  display: none;
  background-color: #fff;
}

.tabs__content2 {
  display: none;
  background-color: #fff;
}

.tabs__content3 {
  display: none;
  background-color: #fff;
}

.tabs__content--active {
  display: block;
}

.tabs__content2--active {
  display: block;
}

.tabs__content3--active {
  display: block;
}

.constructions__btn {
  cursor: pointer;
  border: none;
  height: 74px;
  background-color: #fff;
  border-radius: 5px;
  font-weight: normal;
  border: 2px solid rgba(0, 0, 0, .2);
}

.constructions__btn.active {
  border: none;
  height: 74px;
  border-radius: 5px;
  font-weight: normal;
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  background-size: 200%;
  transition: all 0.5s ease 0s;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  top: 0;
}

.constructions__btn:hover {
  background-position: right;
}

.constructions__btn-text {
  width: 354px;
  height: 74px;
  font-size: 23px;
  line-height: 28px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.constructions__btn-text.active {
  color: #fff;
}

.constructions__inner {
  display: flex;
  justify-content: space-between;
}

.constructions__title {
  margin-top: 86px;
  font-weight: 700;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
  max-width: 560px;
}

.constructions__subtitle {
  margin-top: 55px;
  font-weight: 600;
  font-size: 23px;
  line-height: 25px;
  color: #333333;
}

.constructions__block {
  margin-top: 40px;
}

.constructions__image-btn {
  width: 135px;
  height: 50px;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, .2);
  background-color: #fff;
  font-size: 22px;
  font-weight: 400;
  cursor: pointer;
  top: 0;
}

.constructions__image-btn:nth-child(5),
.constructions__image-btn2:nth-child(5),
.constructions__image-btn3:nth-child(5),
.constructions__image-btn:nth-child(9),
.constructions__image-btn2:nth-child(9),
.constructions__image-btn3:nth-child(9),
.constructions__image-btn:nth-child(10),
.constructions__image-btn2:nth-child(10),
.constructions__image-btn3:nth-child(10),
.constructions__image-btn:nth-child(11),
.constructions__image-btn2:nth-child(11),
.constructions__image-btn3:nth-child(11),
.constructions__image-btn:nth-child(12),
.constructions__image-btn2:nth-child(12),
.constructions__image-btn3:nth-child(12) {
  margin-top: 15px;
}

.constructions__image-btn:nth-child(6),
.constructions__image-btn2:nth-child(6),
.constructions__image-btn3:nth-child(6),
.constructions__image-btn:nth-child(7),
.constructions__image-btn2:nth-child(7),
.constructions__image-btn3:nth-child(7),
.constructions__image-btn:nth-child(8),
.constructions__image-btn2:nth-child(8),
.constructions__image-btn3:nth-child(8),
.constructions__image-btn:nth-child(10),
.constructions__image-btn2:nth-child(10),
.constructions__image-btn3:nth-child(10),
.constructions__image-btn:nth-child(11),
.constructions__image-btn2:nth-child(11),
.constructions__image-btn3:nth-child(11),
.constructions__image-btn:nth-child(12),
.constructions__image-btn2:nth-child(12),
.constructions__image-btn3:nth-child(12) {
  margin-left: 13px;
}

.constructions__image-btn2,
.constructions__image-btn3 {
  width: 135px;
  height: 50px;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, .2);
  background-color: #fff;
  font-size: 22px;
  font-weight: 400;
  cursor: pointer;
  top: 0;
}

.tabs-item {
  display: none;
}

.tabs-item.active {
  display: block;
}

.tabs-item2 {
  display: none;
}

.tabs-item2.active {
  display: block;
}

.tabs-item3 {
  display: none;
}

.tabs-item3.active {
  display: block;
}

.constructions__image-btn.active {
  color: #fff;
  border: none;
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  background-size: 200%;
  transition: all 0.8s ease 0s;
}

.constructions__image-btn.active:hover {
  background-position: right;
}

.constructions__image-btn2.active:hover {
  background-position: right;
}

.constructions__image-btn3.active:hover {
  background-position: right;
}

.constructions__image-btn:nth-child(2) {
  margin-left: 13px;
}

.constructions__image-btn:nth-child(3) {
  margin-left: 13px;
}

.constructions__image-btn:nth-child(4) {
  margin-left: 13px;
}

.constructions__image-btn2.active {
  color: #fff;
  border: none;
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  background-size: 200%;
  transition: all 0.8s ease 0s;
}

.constructions__image-btn2:nth-child(2) {
  margin-left: 13px;
}

.constructions__image-btn2:nth-child(3) {
  margin-left: 13px;
}

.constructions__image-btn2:nth-child(4) {
  margin-left: 13px;
}

.constructions__image-btn3.active {
  color: #fff;
  border: none;
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  background-size: 200%;
  transition: all 0.8s ease 0s;
}

.constructions__image-btn3:nth-child(2) {
  margin-left: 13px;
}

.constructions__image-btn3:nth-child(3) {
  margin-left: 13px;
}

.constructions__image-btn3:nth-child(4) {
  margin-left: 13px;
}

.constructions__text {
  margin-top: 22px;
  max-width: 555px;
  font-weight: 300;
  padding-right: 20px;
  font-size: 20px;
  line-height: 30px;
  overflow-y: scroll;
  height: 182px;
  text-align: justify;
  color: #333333;
}

#scroll-bar-const::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#scroll-bar-const::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

#scroll-bar-const::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: rgb(188 209 255);
}

.constructions__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 136px;
  margin-bottom: 60px;
  cursor: pointer;
}

.constructions__slide-teplo {
  margin-top: 166px;
}

.constructions__previous {
  background-image: url(../img/left.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.constructions__next {
  margin-left: 10px;
  background-image: url(../img/right.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.visibility-hidden {
  visibility: hidden;
}

.constructions__images {
  display: flex;
  margin-top: 145px;
}

.constructions__img01 {
  width: 390px;
  height: 155px;
  object-fit: cover;
}

.constructions__img02 {
  margin-top: 30px;
  width: 388px;
  height: 248px;
  object-fit: cover;
}

.constructions__img03 {
  margin-left: 30px;
  width: 284px;
  height: 249px;
  object-fit: cover;
}

.constructions__img04 {
  margin-left: 30px;
  margin-top: 30px;
  width: 284px;
  height: 154px;
  object-fit: cover;
}

.constructions__img5 {
  width: 390px;
  height: 155px;
  object-fit: cover;
}

.constructions__img6 {
  margin-top: 30px;
  width: 388px;
  height: 248px;
  object-fit: cover;
}

.constructions__img7 {
  margin-left: 30px;
  width: 284px;
  height: 249px;
  object-fit: cover;
}

.constructions__img8 {
  margin-left: 30px;
  margin-top: 30px;
  width: 284px;
  height: 154px;
  object-fit: cover;
}

.constructions__img9 {
  width: 390px;
  height: 155px;
  object-fit: cover;
}

.constructions__img10 {
  margin-top: 30px;
  width: 388px;
  height: 248px;
  object-fit: cover;
}

.constructions__img11 {
  margin-left: 30px;
  width: 284px;
  height: 249px;
  object-fit: cover;
}

.constructions__img12 {
  margin-left: 30px;
  margin-top: 30px;
  width: 284px;
  height: 154px;
  object-fit: cover;
}

.projections__main-title {
  margin-top: 85px;
  text-align: center;
  font-weight: 600;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
}


.projections__inner {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.projections__buttons {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 85px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.projections__mobile-btn {
  display: none;
}


.projections__btn {
  cursor: pointer;
  border: none;
  width: 200px;
  height: 74px;
  background-color: #fff;
  border-radius: 5px;
  font-weight: normal;
  border: 2px solid rgba(0, 0, 0, .2);
}

.projections__btn.active {
  border: none;
  width: 200px;
  height: 74px;
  background: #ffffff;
  border-radius: 5px;
  font-weight: normal;
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  background-size: 200%;
  transition: all 0.5s ease 0s;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  top: 0;
}

.projections__btn:hover {
  background-position: right;
}

.projections__btn-text {
  font-size: 24px;
  line-height: 28px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projections__btn-text.active {
  color: #fff;
}

.projections__info {
  margin-top: 50px;
}

.projections__title {
  margin-top: 47px;
  font-weight: 700;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
}

.projections__subtitle {
  margin-top: 70px;
  font-weight: 600;
  font-size: 23px;
  line-height: 25px;
  color: #333333;
}

.projections__text {
  margin-top: 22px;
  max-width: 450px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  color: #333333;
}

.projections__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-left: 390px;
  cursor: pointer;
}

.projections__slide-msk {
  margin-top: 170px;
}

.projections__slide-barklay {
  margin-top: 110px;
}

.projections__slide-minskaya {
  margin-top: 110px;
}

.projections__previous {
  background-image: url(../img/left.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.projections__next {
  margin-left: 10px;
  background-image: url(../img/right.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.projections__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 160px;
}

.projections__img01 {
  width: 390px;
  height: 155px;
  object-fit: cover;
}

.projections__img02 {
  margin-top: 30px;
  width: 388px;
  height: 248px;
  object-fit: cover;
}

.projections__img03 {
  margin-left: 30px;
  width: 284px;
  height: 249px;
  object-fit: cover;
}

.projections__img04 {
  margin-left: 30px;
  margin-top: 30px;
  width: 284px;
  height: 154px;
  object-fit: cover;
}

.projections__img5 {
  width: 390px;
  height: 155px;
  object-fit: cover;
}

.projections__img6 {
  margin-top: 30px;
  width: 388px;
  height: 248px;
  object-fit: cover;
}

.projections__img7 {
  margin-left: 30px;
  width: 284px;
  height: 249px;
  object-fit: cover;
}

.projections__img8 {
  margin-left: 30px;
  margin-top: 30px;
  width: 284px;
  height: 154px;
  object-fit: cover;
}

.projections__img9 {
  width: 390px;
  height: 155px;
  object-fit: cover;
}

.projections__img10 {
  margin-top: 30px;
  width: 388px;
  height: 248px;
  object-fit: cover;
}

.projections__img11 {
  margin-left: 30px;
  width: 284px;
  height: 249px;
  object-fit: cover;
}

.projections__img12 {
  margin-left: 30px;
  margin-top: 30px;
  width: 284px;
  height: 154px;
  object-fit: cover;
}

.projections__img13 {
  width: 390px;
  height: 155px;
  object-fit: cover;
}

.projections__img14 {
  margin-top: 30px;
  width: 388px;
  height: 248px;
  object-fit: cover;
}

.projections__img15 {
  margin-left: 30px;
  width: 284px;
  height: 249px;
  object-fit: cover;
}

.projections__img16 {
  margin-left: 30px;
  margin-top: 30px;
  width: 284px;
  height: 154px;
  object-fit: cover;
}

.projections__img17 {
  width: 390px;
  height: 155px;
  object-fit: cover;
}

.projections__img18 {
  margin-top: 30px;
  width: 388px;
  height: 248px;
  object-fit: cover;
}

.projections__img19 {
  margin-left: 30px;
  width: 284px;
  height: 249px;
  object-fit: cover;
}

.projections__img20 {
  margin-left: 30px;
  margin-top: 30px;
  width: 284px;
  height: 154px;
  object-fit: cover;
}

.projections__img21 {
  width: 390px;
  height: 155px;
  object-fit: cover;
}

.projections__img22 {
  margin-top: 30px;
  width: 388px;
  height: 248px;
  object-fit: cover;
}

.projections__img23 {
  margin-left: 30px;
  width: 284px;
  height: 249px;
  object-fit: cover;
}

.projections__img24 {
  margin-left: 30px;
  margin-top: 30px;
  width: 284px;
  height: 154px;
  object-fit: cover;
}

.vacantions-cards {
  display: flex;
  flex-wrap: wrap;
}

.vacantions-title {
  margin-top: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
}

.vacantions-subtitle {
  margin-top: 70px;
  font-weight: 300;
  font-size: 35px;
  line-height: 25px;
  color: #333333;
}

.vacantions-card {
  margin: auto;
  margin-top: 40px;
  width: 100%;
  height: 450px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 30px rgba(110, 110, 110, 0.3);
  box-shadow: 0px 20px 30px rgba(110, 110, 110, 0.3);
}

.vacantions-card-info {
  width: 700px;
  margin: auto;
}

.vacantions-card-border {
  max-width: 100%;
  height: 6px;
  background: #4c93ce;
}

.vacantions-card-images {
  margin: auto;
  margin-top: 35px;
  background-image: url(../img/engineer.svg);
  background-repeat: no-repeat;
  width: 121px;
  height: 121px;
}

.vacantions-card-images2 {
  margin: auto;
  margin-top: 35px;
  background-image: url(../img/worker.svg);
  background-repeat: no-repeat;
  width: 121px;
  height: 121px;
}

.vacantions-card-images3 {
  margin: auto;
  margin-top: 35px;
  background-image: url(../img/engineers.svg);
  background-repeat: no-repeat;
  width: 127px;
  height: 127px;
}

.vacantions-card-images4 {
  margin: auto;
  margin-top: 35px;
  background-image: url(../img/engineering.svg);
  background-repeat: no-repeat;
  width: 127px;
  height: 127px;
}

.vacantions-card-images5 {
  margin: auto;
  margin-top: 35px;
  background-image: url(../img/scientist.svg);
  background-repeat: no-repeat;
  width: 127px;
  height: 127px;
}

.vacantions-card-images6 {
  margin: auto;
  margin-top: 35px;
  background-image: url(../img/call-center.svg);
  background-repeat: no-repeat;
  width: 127px;
  height: 127px;
}

.vacantions-card-images7 {
  margin: auto;
  margin-top: 35px;
  background-image: url(../img/worker2.svg);
  background-repeat: no-repeat;
  width: 127px;
  height: 127px;
}

.vacantions-card-images9 {
  margin: auto;
  margin-top: 35px;
  background-image: url(../img/leader-build.svg);
  background-repeat: no-repeat;
  width: 127px;
  height: 127px;
}

.vacantions-card-title {
  margin-top: 25px;
  padding: 0 35px;
  font-weight: 300;
  font-size: 22px;
  line-height: 31px;
  text-align: justify;
  color: #000000;
}

.vacantions-card-subtitle {
  padding: 0px 17px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  color: #000000;
}

.vacantions-card-img {
  margin: auto;
  margin-top: 30px;
  background-image: url(../img/HeadHunter.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.vacantions-content {
  margin: auto;
  margin-top: 60px;
  width: 100%;
  max-width: 1000px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: justify;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 8px 0 rgba(34, 60, 80, 0.2);
}

.vacantions-left-side {
  width: 25%;
  height: 100%;
  position: relative;
}

.vacantions-left-side::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1.5px;
  margin-top: 105px;
  background-color: #c7c7c7;
  right: -35px;
  transform: translateY(-50%)
}

.vacantions-right-side {
  width: 75%;
  margin-left: 75px;
  padding: 0 62px;
}

.vacantions-contact-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: -67px;
  margin-bottom: 72px;
}

.details {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.details-i svg {
  width: 24px;
  height: 24px;
  margin-top: 10px;
}

.details-title {
  margin-top: 10px;
}

.details-subtitle {
  margin-top: 7px;
  font-size: 16px;
  color: #7a7a7a;
}

.details-contact {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  color: #7a7a7a;
}

.work__title {
  margin-top: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
}

.work__subtitle {
  margin-top: 70px;
  font-weight: 300;
  font-size: 35px;
  line-height: 25px;
  color: #333333;
}

.work__cards {
  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-top: 87px;
}

.work__card {
  width: 428px;
  height: 372px;
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 30px rgba(82, 82, 82, 0.3);
  box-shadow: 0px 20px 30px rgba(82, 82, 82, 0.3);
  margin-bottom: 35px;
}

.work__card-service {
  height: 450px;
}

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

.work__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.work__card-border {
  width: 428px;
  height: 6px;
  background: #4c93ce;
}

.work__card-title {
  margin-top: 50px;
  padding: 0 20px;
  font-weight: 300;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  color: #000000;
}

.work__card-service1 {
  margin: auto;
  margin-top: 50px;
  background-image: url(../img/surveyor.svg);
  width: 127px;
  height: 127px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.work__card-service2 {
  margin: auto;
  margin-top: 50px;
  background-image: url(../img/friend-request.svg);
  width: 127px;
  height: 127px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.work__card-service3 {
  margin: auto;
  margin-top: 50px;
  background-image: url(../img/tacheometer.svg);
  width: 127px;
  height: 127px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.company__info {
  display: flex;
  justify-content: space-evenly;
}

.company__backgroung-img {
  margin: auto;
  background-image: url(../img/company-backgroung.svg);
  background-repeat: no-repeat;
  max-width: 1440px;
  height: 681px;
  margin-bottom: 1050px;
}

.company__main-image {
  margin-top: 95px;
  background-image: url(../img/company-main-image.svg);
  background-repeat: no-repeat;
  width: 514px;
  height: 709px;
}


.company__main-image::after {
  position: absolute;
  content: 'ОТ МОСКВА-СИТИ ДО МКАД';
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  position: absolute;
  width: 288px;
  height: 60px;
  background: #5C656C;
  margin-top: 670px;
  margin-left: -70px;
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.company__main-title {
  margin-top: 70px;
  padding: 0 30px;
  position: absolute;
  font-weight: bold;
  font-size: 43px;
  line-height: 52px;
  color: #FFFFFF;
}

.company__title {
  position: absolute;
  margin-top: 88px;
  padding: 0 466px;
  font-weight: bold;
  font-size: 43px;
  line-height: 52px;
  color: #FFFFFF;
  z-index: 999;
}

.company__text {
  margin-top: 250px;
  width: 612px;
  padding: 0 8px;
  font-weight: normal;
  font-size: 19px;
  line-height: 35px;
  text-align: justify;
  letter-spacing: -0.045em;
  color: #FFFFFF;
}

.company__text::before {
  content: '';
  margin-top: -90px;
  position: absolute;
  margin-left: -228px;
  width: 264.01px;
  height: 0px;
  border: 2px solid #FFFFFF;
}

.company__requisites {
  float: right;
  margin-top: -265px;
}

.company__requisites-cards {
  margin-right: 128px;
  display: flex;
}

.company__requisites-card {
  display: flex;
  margin-left: 100px;
}

.company__requisites-card::after {
  content: "";
  margin-top: 55px;
  position: absolute;
  width: 227.02px;
  height: 0px;
  border: 1px solid #000000bd;
}

.card-2 {
  margin-left: 60px;
}

.company__requisites-text {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
  line-height: 49px;
  text-align: justify;
  color: #000000;
}

.company__requisites-text1 {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 20px;
  line-height: 49px;
  text-align: justify;
  color: #000000;
}

.company__requisites-text:last-child {
  margin-left: 15px;
}


.company__requisites-img {
  margin-top: 6px;
}

.schedule {
  background-image: url(../img/company-img/schedule.svg);
  background-repeat: no-repeat;
  width: 33px;
  height: 32px;
}

.book {
  background-image: url(../img/company-img/book.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
}

.bubble {
  background-image: url(../img/company-img/bubble.svg);
  background-repeat: no-repeat;
  width: 37px;
  height: 32px;
}

.map {
  background-image: url(../img/company-img/map.svg);
  background-repeat: no-repeat;
  width: 37px;
  height: 35px;
}

.company__btn {
  float: right;
  margin-right: 200px;
  cursor: pointer;
  width: 354px;
  height: 74px;
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  background-size: 200%;
  border: none;
  border-radius: 5px;
  font-weight: normal;
  font-size: 28px;
  line-height: 37px;
  padding-top: 17px;
  padding-left: 95px;
  transition: all 0.8s ease 0s;
  top: 0;
  z-index: 9999;
}

.company__btn:hover {
  background-position: right;
}

.company__btn-link {
  color: #ffffff;
}

.company__subtitle-text {
  margin: auto;
  margin-top: 190px;
  font-weight: normal;
  padding: 0 50px;
  font-size: 19px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: justify;
  color: #000000;
  max-width: 1082px;
  height: 170px;
  background: #fff;
  border-radius: 40px;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.10));
}

.company__slider-images {
  margin: auto;
  margin-top: 88px;
  background-image: url(../img/company-img/bozhenko-company.png);
  background-repeat: no-repeat;
  max-width: 788px;
  height: 469px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.company__side {
  margin-top: -403px;
  display: flex;
  justify-content: space-between;
}

.image-left {
  background-image: url(../img/company-img/company-left.png);
  background-repeat: no-repeat;
  width: 417px;
  height: 343px;
}

.image-right {
  background-image: url(../img/company-img/company-right.png);
  background-repeat: no-repeat;
  width: 417px;
  height: 343px;
}

.company__arrows {
  display: flex;
  margin-top: -200px;
  justify-content: space-between;
  padding: 0 200px;
  cursor: pointer;
}

.right__arrow {
  margin-top: 20px;
}

.slide-container {
  width: 100%;
  height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.image-slider {
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .7s;
}

.slides-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img {
  position: relative;
  width: 317px;
  height: 183px;
  transition: .5s;
  filter: saturate(10%);
}

.button {
  position: absolute;
  width: 317px;
  height: 183px;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, .4);
}

.button:hover {
  background-color: rgba(0, 0, 0, .2);
}

#png1:target~.image-slider #img1,
#png1:target~.image-slider #button-1 {
  width: 788px;
  height: 469px;
  background: transparent;
  filter: saturate(100%);
}

#png2:target~.image-slider #img2,
#png2:target~.image-slider #button-2 {
  width: 788px;
  height: 469px;
  background: transparent;
  filter: saturate(100%);
}

#png3:target~.image-slider #img3,
#png3:target~.image-slider #button-3 {
  width: 788px;
  height: 469px;
  background: transparent;
  filter: saturate(100%);
}

#png1:target~.image-slider {
  right: 0%;
}

#png2:target~.image-slider {
  left: 0%;
}

#png3:target~.image-slider {
  left: 0%;
}



.leaders__info {
  max-width: 900px;
  margin: auto;
  margin-top: 87px;
}

.leaders__text {
  margin-top: 80px;
  max-width: 350px;
}

.leaders__title {
  text-align: center;
  margin-top: 50px;
  font-weight: 600;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
}

.leaders__mobile-title {
  margin-top: 50px;
  font-weight: 600;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
  display: none;
}

.leaders__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
}

.leaders__position {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #333333;
}

.leaders__name {
  margin-top: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  color: #333333;
}

.leaders__image {
  background-image: url(../img/direct.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 364.58px;
  height: 288.07px;
  border-radius: 50px;
}

.leaders__image2 {
  background-image: url(../img/1-zam-director.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 364.58px;
  height: 288.07px;
  border-radius: 50px;
}

.leaders__image3 {
  background-image: url(../img/main-engineer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 364.58px;
  height: 288.07px;
  border-radius: 50px;
}

.leaders__image4 {
  background-image: url(../img/zam-director-project.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 364.58px;
  height: 288.07px;
  border-radius: 50px;
}

.leaders__image5 {
  background-image: url(../img/zam-director.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 364.58px;
  height: 288.07px;
  border-radius: 50px;
}

.leaders__image6 {
  background-image: url(../img/zam-director-law.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 364.58px;
  height: 288.07px;
  border-radius: 50px;
}

.leaders__image7 {
  background-image: url(../img/header-staff.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 364.58px;
  height: 288.07px;
  border-radius: 50px;
}

.podryad__title {
  margin-top: 80px;
  font-weight: 600;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
}

.podryad__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.podryad__img {
  margin-left: 0;
  background-image: url(../img/1.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img2 {
  margin-left: 0;
  margin-top: -5px;
  background-image: url(../img/2.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img3 {
  margin-left: 0;
  margin-top: -10px;
  background-image: url(../img/3.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img4 {
  margin-left: 0;
  margin-top: -5px;
  background-image: url(../img/4.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img5 {
  margin-left: 0;
  margin-top: -10px;
  background-image: url(../img/5.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img6 {
  margin-left: 0;
  margin-top: -10px;
  background-image: url(../img/6.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img7 {
  margin-left: 0;
  background-image: url(../img/7.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img8 {
  margin-left: 0;
  background-image: url(../img/8.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img9 {
  background-image: url(../img/9.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img10 {
  background-image: url(../img/10.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img11 {
  margin-top: -10px;
  background-image: url(../img/11.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img12 {
  margin-top: -10px;
  background-image: url(../img/12.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img13 {
  margin-top: -10px;
  background-image: url(../img/13.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img14 {
  margin-top: -10px;
  background-image: url(../img/14.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img15 {
  margin-left: 0;
  margin-top: -10px;
  background-image: url(../img/15.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img16 {
  margin-left: 0;
  margin-top: -10px;
  background-image: url(../img/16.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img17 {
  margin-left: 0;
  margin-top: 0px;
  background-image: url(../img/17.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img18 {
  margin-left: 0;
  margin-top: 0px;
  background-image: url(../img/18.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img19 {
  margin-left: 0;
  margin-top: 0px;
  background-image: url(../img/19.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.podryad__img20 {
  margin-left: 0;
  margin-top: 0px;
  background-image: url(../img/20.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.partners__title {
  margin-top: 88px;
  font-weight: 600;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
}

.partners__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.partners__img1 {
  background-image: url(../img/pm01.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.partners__img2 {
  background-image: url(../img/dsg02.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.partners__img3 {
  background-image: url(../img/dippg03.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.partners__img4 {
  background-image: url(../img/diig04.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.partners__img5 {
  margin-top: 0px;
  background-image: url(../img/sgb05.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.partners__img6 {
  background-image: url(../img/leader06.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.partners__img7 {
  margin-top: 0;
  background-image: url(../img/nkk07.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
}

.documents__title {
  text-align: center;
  margin-top: 50px;
  font-weight: 600;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
  margin-bottom: 80px;
}

.documents-cards {
  padding: 0 40px;
}

.documents-card {
  width: 100%;
  height: 60px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #ffffff;
  margin-bottom: 20px;
}

.documents-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.documents-card-text {
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 12px;
  max-width: 640px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.documents-card-btn {
  width: 200px;
  height: 60px;
  background: #8ab9da;
  margin-left: auto;
  margin-right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.documents-card-btn:hover {
  background-color: #4c93ce;
}

.documents-card-btn-text {
  padding-left: 75px;
  margin-top: -27px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.documents-card-vector {
  padding-top: 20px;
  padding-left: 35px;
}

.documents-card-last {
  height: 100%;
}

.documents-card-text-last {
  padding-bottom: 12px;
}

.documents-card-btn-last {
  height: 87px;
}

.partner__title {
  text-align: center;
  margin-top: 50px;
  font-weight: 600;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
}

.partner__slider {
  margin-top: 80px;
}

.partner__img1 {
  background-image: url(../img/sas01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1087px;
  height: 415px;
  margin-bottom: 50px;
}

.partner__img2 {
  background-image: url(../img/sas02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1087px;
  height: 415px;
}

.partner__img3 {
  margin-top: 40px;
  background-image: url(../img/sas04.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1087px;
  height: 415px;
}

.partner__click {
  margin-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner__previous {
  background-image: url(../img/left.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.partner__next {
  margin-left: 30px;
  background-image: url(../img/right.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.partner__department-maintitle {
  margin-top: 88px;
  text-align: center;
  font-weight: 600;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
  margin-bottom: 30px;
}

.partner__department-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.partner__department-text {
  margin-top: 88px;
  width: 422px;
}

.partner__department-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 30px;
}

.partner__department-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  color: #333333;
}

.partner__department-images {
  margin-top: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
}

.partner__department-img1 {
  background-image: url(../img/pm01.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
  margin-bottom: 30px;
}

.partner__department-img2 {
  margin-left: 20px;
  background-image: url(../img/dsg02.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
  margin-bottom: 30px;
}

.partner__department-img3 {
  background-image: url(../img/dippg03.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
  margin-bottom: 30px;
}

.partner__department-img4 {
  margin-left: 20px;
  margin-top: 0px;
  background-image: url(../img/diig04.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 135px;
  margin-bottom: 30px;
}

.contractors__main-title {
  margin-top: 108px;
  text-align: center;
  font-weight: 600;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
  margin-bottom: 100px;
}

.contractors__cards {
  margin-left: 0px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.contractors__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #333333;
}

.contractors__img {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/001.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img2 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/002.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img3 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/003.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img4 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/004.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img5 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/005.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img6 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/006.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img7 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/007.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img8 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/008.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img9 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/009.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img10 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/010.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img11 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/011.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img12 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/012.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img13 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/013.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img14 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/014.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img15 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/015.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img16 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/016.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img17 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/017.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img18 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/018.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img19 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/019.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img20 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/020.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.contractors__img21 {
  margin-top: 0px;
  margin-left: 0;
  background-image: url(../img/021.svg);
  background-repeat: no-repeat;
  width: 455px;
  height: 263px;
}

.our__slide {
  display: none;
}

.our__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}

.our__title {
  text-align: center;
  margin-top: 51px;
  font-weight: 600;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
}

.our__mobile-title {
  display: none;
}

.our__subtitle {
  margin-top: 66px;
  font-weight: 600;
  font-size: 23px;
  line-height: 25px;
  color: #333333;
}

.our__cards {
  margin-top: 80px;
}

.our__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.our__card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  color: #333333;
}

.our__card-subtitle {
  margin-top: 22px;
  max-width: 600px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  color: #333333;
}

.our__card-images {
  margin-top: 40px;
}

.our__card-img01 {
  background-image: url(../img/777.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 383px;
  height: 188px;
}

.our__card-img02 {
  background-image: url(../img/999.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 383px;
  height: 188px;
}

.our__card-img03 {
  background-image: url(../img/666.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 383px;
  height: 188px;
}

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

.geo__btn {
  border: none;
  width: 428px;
  height: 68px;
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  background-size: 200%;
  font-weight: normal;
  font-size: 28px;
  line-height: 37px;
  border-radius: 5px;
  color: #fff;
  transition: all 0.8s ease 0s;
  top: 0;
}

.geo__btn:hover {
  background-position: right;
}

.geo__btn a {
  color: #ffffff;
}

.geo__subtitle {
  margin-top: 70px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.lab__title {
  margin-top: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 43px;
  line-height: 52px;
  color: #333333;
}

.lab__cards {
  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-top: 87px;
}

.lab__card {
  height: 372px;
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 30px rgba(82, 82, 82, 0.3);
  box-shadow: 0px 20px 30px rgba(82, 82, 82, 0.3);
  margin-bottom: 35px;
  text-align: center;
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  color: #000000;
  width: 428px;
}

.lab__subtitle {
  margin-top: 70px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.lab__card-title {
  font-weight: 300;
  font-size: 23px;
  line-height: 32px;
  color: #000000;
  width: 370px;
  padding-left: 50px;
  padding-top: 100px;
}

.lab__card-border {
  width: 428px;
  height: 6px;
  background: #4c93ce;
}

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

.lab__btn {
  border: none;
  width: 428px;
  height: 68px;
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  background-size: 200%;
  font-weight: normal;
  font-size: 28px;
  line-height: 37px;
  border-radius: 5px;
  color: #fff;
  transition: all 0.8s ease 0s;
  top: 0;
}

.lab__btn:hover {
  background-position: right;
}

.lab__btn a {
  color: #ffffff;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-content {
  z-index: 9999;
  position: absolute;
  display: none;
  font-weight: 400;
  font-size: 20px;
  background: #fff;
  opacity: 1;
  border-radius: 5px;
  line-height: 46px;
  color: #000000;
  padding: 20px;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-menu {
  display: inline-block;
  position: relative;
}

/* 
.dropdown-content-menu {
  margin-left: -200px;
  z-index: 9999;
  position: absolute;
  display: none;
  font-weight: 300;
  font-size: 18px;
  background: #fff;
  opacity: 1;
  width: 320px;
  border-radius: 15px;
  line-height: 25px;
  color: #000000;
  padding: 20px;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
} */

.dropdown-content-menu {
  margin-left: -200px;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 300px;
  padding: 20px 10px 20px 10px;
  position: absolute;
  left: 0;
  font-size: 16px;
  top: calc(100% + .25rem);
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}

.link {
  cursor: pointer;
}

.cool-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: rgb(42, 42, 42);
  transition: width .3s;
}

.cool-link:hover::after {
  width: 100%;
  transition: width .3s;
}

.dropdown-menu.active>.link+.dropdown-content-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-content-menu-link {
  margin-bottom: 10px;
  transition: all 0.5s ease 0s;
}

.dropdown-content-menu-link:hover {
  padding: 0;
  width: 100%;
  background-color: rgba(224, 224, 224);
}

.dropdown-menu:hover .dropdown-content-menu {
  display: block;
}

.main__btn-mobile {
  display: none;
}

.partners__mobile {
  display: none;
}

.podryad__mobile {
  display: none;
}

.to-top__img {
  background-image: url(../img/left-white.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -20.5px;
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.to-top__img:hover {
  opacity: 1;
}

.to-top {
  z-index: 5;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  background-color: #252525;
  height: 55px;
  width: 55px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-top: 20px;
  display: none;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.to-top:hover {
  opacity: 1;
}

.container-mobile {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 5px;
}

.header-mobile-burger.active span {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.header-mobile-burger.active::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
  background-color: #fff;
}

.header-mobile-burger.active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 9px;
  background-color: #fff;
}

.media__inner {
  position: relative;
}

.media__title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 69px;
  color: #FFFFFF;
  padding-left: 17px;
  padding-top: 113px;
}


.media__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url('../img/media/images/media_backgroung.png') no-repeat center center/cover;
  width: 100%;
  max-width: 1362px;
  height: 210px;
}

.media__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.media__card {
  margin-top: 50px;
  position: relative;
  width: 428px;
  height: 450px;
  background: #FFFFFF;
  border-radius: 21px;
  transition: all 0.5s ease-in-out;
}

.media__card:hover {
  box-shadow: rgba(2, 179, 255, 0.199) -10px 10px, rgba(28, 119, 255, 0.19) -20px 20px;
}

.media__card:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 428px;
  height: 261px;
  z-index: 1;
  left: 0;
  right: 0;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.media__card:nth-child(29)::after {
  content: "";
  background: url('../img/media/images/komsomolskaya_pravda.png') no-repeat center center/cover;
}

.media__card:nth-child(28)::after {
  content: "";
  background: url('../img/media/images/argumenty_i_facty.png') no-repeat center center/cover;
}

.media__card:nth-child(27)::after {
  content: "";
  background: url('../img/media/images/vechernya_moskva.png') no-repeat center center/cover;
}

.media__card:nth-child(26)::after {
  content: "";
  background: url('../img/media/images/vesti_regiona.png') no-repeat center center/cover;
}

.media__card:nth-child(25)::after {
  content: "";
  background: url('../img/media/images/vechernya_moskva2.png') no-repeat center center/cover;
}

.media__card:nth-child(24)::after {
  content: "";
  background: url('../img/media/images/filevskiy_park.png') no-repeat center center/cover;
}

.media__card:nth-child(23)::after {
  content: "";
  background: url('../img/media/images/versiya_bg.png') no-repeat center center/cover;
}

.media__card:nth-child(22)::after {
  content: "";
  background: url('../img/media/images/izvestiya_bg.png') no-repeat center center/cover;
}

.media__card:nth-child(21)::after {
  content: "";
  background: url('../img/media/images/moskva_fm_bg.png') no-repeat center center/cover;
}

.media__card:nth-child(20)::after {
  content: "";
  background: url('../img/media/images/vechernya_moskva3.png') no-repeat center center/cover;
}

.media__card:nth-child(19)::after {
  content: "";
  background: url('../img/media/images/vechernya_moskva4.png') no-repeat center center/cover;
}

.media__card:nth-child(18)::after {
  content: "";
  background: url('../img/media/images/car_ru_bg.png') no-repeat center center/cover;
}

.media__card:nth-child(17)::after {
  content: "";
  background: url('../img/media/images/rambler_bg.png') no-repeat center center/cover;
}

.media__card:nth-child(16)::after {
  content: "";
  background: url('../img/media/images/moskva_24.png') no-repeat center center/cover;
}

.media__card:nth-child(15)::after {
  content: "";
  background: url('../img/media/images/riamo.png') no-repeat center center/cover;
}

.media__card:nth-child(14)::after {
  content: "";
  background: url('../img/media/images/moskvichy.png') no-repeat center center/cover;
  width: 100%;
  max-width: 300px;
  height: 88.5px;
  position: absolute;
  margin: 0 auto;
  top: 19%;
}

.media__card:nth-child(13)::after {
  content: "";
  background: url('../img/media/images/moskvichy-video.png') no-repeat center center/cover;
}

.media__card:nth-child(12)::after {
  content: "";
  background: url('../img/media/images/logobezformata.png') no-repeat center center/cover;
  width: 100%;
  max-width: 331px;
  height: 68.96px;
  position: absolute;
  top: 22%;
  margin: 0 auto;
}

.media__card:nth-child(11)::after {
  content: "";
  background: url('../img/media/images/moskvichy.jpg') no-repeat center center/cover;
}

.media__card:nth-child(10)::after {
  content: "";
  background: url('../img/media/images/na-zapade-moskvy_bg.png') no-repeat center center/cover;
}

.media__card:nth-child(9)::after {
  content: "";
  background: url('../img/media/images/office-news.webp') no-repeat center center/cover;
}

.media__card:nth-child(8)::after {
  content: "";
  background: url('../img/media/images/mosday.webp') no-repeat center center/cover;
  width: 331px;
  height: 110px;
  position: absolute;
  top: 22%;
  margin: 0 auto;
}

.media__card:nth-child(7)::after {
  content: "";
  background: url('../img/media/images/novostroy-m.svg') no-repeat center center/cover;
  width: 100%;
  max-width: 331px;
  height: 123px;
  position: absolute;
  top: 22%;
  margin: 0 auto;
}

.media__card:nth-child(6)::after {
  content: "";
  background: url('../img/media/images/tsar-grad.webp') no-repeat center center/cover;
}

.media__card:nth-child(5)::after {
  content: "";
  background: url('../img/media/images/zhurnal.webp') no-repeat center center/cover;
}

.media__card:nth-child(4)::after {
  content: "";
  background: url('../img/media/images/molnet.webp') no-repeat center center/cover;
}

.media__card:nth-child(3)::after {
  content: "";
  background: url('../img/media/images/rbk.webp') no-repeat center center/cover;
}

.media__card:nth-child(2)::after {
  content: "";
  background: url('../img/media/images/rambler_bg3.webp') no-repeat center center/cover;
}

.i-frame {
  width: 100%;
  max-width: 428px;
  height: 241px;
  border-radius: 10px 10px 0 0;
}

.media__card::before {
  content: "";
  z-index: 3;
  position: absolute;
  top: 0px;
  width: 100%;
  max-width: 428px;
  height: 10px;
  background: #8AB9DA;
  box-shadow: 0px 20px 40px rgba(227, 202, 202, 0.3);
  border-radius: 21px 21px 0px 0px;
}

.media__card-img {
  margin-top: 20px;
}

.media__card-img1 {
  background: url('../img/media/logo/komsomolskaya_logo.svg') no-repeat center center/cover;
  width: 175px;
  height: 30px;
}

.media__card-img2 {
  background: url('../img/media/logo/arguments_logo.svg') no-repeat center center/cover;
  width: 167px;
  height: 35px;
}

.media__card-img3 {
  background: url('../img/media/logo/vecherniaya_logo.svg') no-repeat center center/cover;
  width: 131px;
  height: 37px;
}

.media__card-img4 {
  margin-top: 10px;
  background: url('../img/media/logo/vesti_logo.svg') no-repeat center center/cover;
  width: 124px;
  height: 47px;
}

.media__card-img5 {
  margin-top: 10px;
  background: url('../img/media/logo/upravafilipark.jpg') no-repeat center center/cover;
  width: 254px;
  height: 47px;
}

.media__card-img7 {
  margin-top: 12px;
  background: url('../img/media/logo/nasha_versiya.svg') no-repeat center center/cover;
  width: 182px;
  height: 49px;
}

.media__card-img8 {
  margin-top: 20px;
  background: url('../img/media/logo/izvestiya.svg') no-repeat center center/cover;
  width: 153px;
  height: 33px;
}

.media__card-img9 {
  margin-top: 20px;
  background: url('../img/media/logo/moskva_fm92.svg') no-repeat center center/cover;
  width: 190px;
  height: 27px;
}

.media__card-img10 {
  background: url('../img/media/logo/vecherniaya_logo.svg') no-repeat center center/cover;
  width: 131px;
  height: 37px;
}

.media__card-img11 {
  background: url('../img/media/logo/car_ru.svg') no-repeat center center/cover;
  width: 131px;
  height: 37px;
}

.media__card-img12,
.media__card-img13,
.media__card-img16 {
  height: 37px;
}

.media__card-img17 {
  height: 60px;
  margin-top: 0px;
}

.media__card-img18 {
  height: 60px;
  margin-top: 10px;
}

.media__card-img15 {
  height: 50px;
  margin-top: 15px;
}

.media__card-info {
  position: absolute;
  padding: 0 30px;
  bottom: 0;
  z-index: 2;
  width: 428px;
  height: 228px;
  background: #FFFFFF;
  border-radius: 21px;
  box-shadow: 0px 20px 30px rgba(227, 202, 202, 0.3);
}

.media__card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #000000;
}

.text-sm {
  font-size: 15px;
}

.media__card-btn {
  background-color: transparent;
  width: 124px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 36px;
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #333333;
  position: absolute;
  left: 30px;
  bottom: 20px;
}

.telegram-tooltip {
  position: fixed;
  left: 60px;
  bottom: 130px;
  z-index: 10;
  transition: 0.5s;
}

.telegram-tooltip.is-hidden {
  transform: translateX(-1000%);
}

.telegram-tooltip.is-visible {
  transform: translateX(0);
}

.tooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  color: #000;
  position: relative;
  line-height: 1em;
  padding: 12px 16px;
  max-width: 240px;
  -webkit-box-shadow: 0 0 0 2px #000;
  box-shadow: 0 0 0 2px #000;
}

.caret {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -18px;
  left: 2px;
  height: 18px;
  width: 18px;
  content: '';
  overflow: hidden;
  -webkit-transform: scalex(1);
  -ms-transform: scalex(1);
  transform: scalex(1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  border-radius: 1px;
}

.caret::before {
  position: absolute;
  content: '';
  background: #000;
  width: 2px;
  height: 16px;
  z-index: 2;
}

.caret::after {
  content: '';
  background: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg) translate(-18px, 0) scale(2);
  -ms-transform: rotate(45deg) translate(-18px, 0) scale(2);
  transform: rotate(45deg) translate(-18px, 0) scale(2);
  -webkit-box-shadow: inset -1px 0 0 #000;
  box-shadow: inset -1px 0 0 #000;
}

.background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}

.foreground {
  z-index: 1;
}

.shadow {
  z-index: -1;
  opacity: .65;
}

.shadow .caret::before {
  display: none;
}

.shadow .caret::after {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotate(45deg) translate(-18px, 0) scale(2);
  -ms-transform: rotate(45deg) translate(-18px, 0) scale(2);
  transform: rotate(45deg) translate(-18px, 0) scale(2);
}

.shadow .caret::after, .shadow .background {
  background: #000;
  background: #000;
}

.shadow .background {
  -webkit-box-shadow: 0 0 0 2px #000;
  box-shadow: 0 0 0 2px #000;
  -webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.shadow .caret {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scalex(1) translate(4px, 4px);
  -ms-transform: scalex(1) translate(4px, 4px);
  transform: scalex(1) translate(4px, 4px);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.text {
  position: relative;
  z-index: 3;
}

.text .big-text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.15em;
}

.text .small-text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.25em;
  opacity: 0.8;
}

.tooltip.rounded {
  border-radius: 6px;
}

.tooltip.rounded .caret {
  left: 10px;
  border-bottom-left-radius: 12px;
}

.tooltip.rounded .background {
  border-radius: 6px;
}

.tooltip.theme-green {
  color: white;
  background: #0BAD02;
  -webkit-box-shadow: 0 0 0 2px black;
  box-shadow: 0 0 0 2px black;
}

.tooltip.theme-green .foreground .background, .tooltip.theme-green .foreground .caret::after {
  background: #0BAD02;
}


.telegram-pulse {
  position: relative;
  position: fixed;
  z-index: 99999;
  bottom: 40px;
  left: 40px;
}

.telegram-pulse svg {
  width: 60px;
  height: auto;
}

.telegram-pulse::after,
.telegram-pulse::before {
  position: absolute;
  content: "";
  border: 2px solid #47B0D3;
  left: -20px;
  right: -20px;
  bottom: -17px;
  top: -20px;
  border-radius: 50px;
  opacity: 0;
  animation: pulse 3s linear infinite;
}

.telegram-pulse::after {
  animation-delay: 1.5s;
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@media (max-width: 2560px) {
  .mobile {
    display: none;
  }

  .object__title {
    text-align: center;
  }

  .header__link-main {
    display: none;
  }

  .object__image {
    text-align: center;
  }

}

@media (max-width: 1439px) {
  .object__img {
    width: 1350px;
    height: 675px;
  }
}

@media (max-width: 1350px) {
  .company__text::before {
    margin-top: -80px;
    margin-left: -212px;
  }

  .img {
    width: 217px;
    height: 103px;
  }

  .button {
    position: absolute;
    width: 217px;
    height: 103px;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, .4);
  }


  #png1:target~.image-slider #img1,
  #png1:target~.image-slider #button-1 {
    width: 688px;
    height: 409px;
    background: transparent;
    filter: saturate(100%);
  }

  #png2:target~.image-slider #img2,
  #png2:target~.image-slider #button-2 {
    width: 688px;
    height: 409px;
    background: transparent;
    filter: saturate(100%);
  }

  #png3:target~.image-slider #img3,
  #png3:target~.image-slider #button-3 {
    width: 688px;
    height: 409px;
    background: transparent;
    filter: saturate(100%);
  }

  .object__img {
    width: 1250px;
    height: 625px;
  }
}

@media (max-width: 1330px) {
  .header__main-logo {
    display: none;
  }

  .header__logo-adaptive {
    background-image: url(../img/footer-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 281px;
    height: 95.73px;
  }

  .main {
    height: 620px;
  }

  .main__title {
    font-size: 56px;
    line-height: 80px;
  }

  .main__images {
    margin-top: 10px;
  }

  .project__inner {
    justify-content: space-evenly;
  }

  .project__card {
    width: 665px;
    height: 231px;
  }

  .project__card-images {
    margin-left: 25px;
  }

  .project__image {
    width: 358px;
    height: 550px;
  }

  .project__card-title {
    font-size: 35px;
    margin-top: 30px;
  }

  .project__card-list p {
    font-size: 20px;
  }

  .project__title {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 25px;
    color: #333333;
  }

  .projection__title {
    margin-top: 66px;
    font-weight: 700;
    font-size: 35px;
    line-height: 12px;
    color: #333333;
  }

  .construction__info {
    max-width: 400px;
  }

  .construction__slide {
    margin-left: 300px;
  }

  .media__cards {
    justify-content: space-evenly;
  }
}

@media (max-width: 1325px) {

  .constructions__image-btn,
  .constructions__image-btn2,
  .constructions__image-btn3 {
    width: 125px;
  }
}

@media (max-width: 1300px) {
  .main__img {
    width: 499px;
    height: 675.35px;
  }

  .main__subtitle {
    padding: 8px 38px;
  }

  .container {
    max-width: 1200px;
  }

  .main__images {
    width: 50%;
  }

  .characteristics__cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .characteristics__card3 {
    margin-top: 50px;
  }

  .contractors__content {
    margin-left: 0px;
  }

  .geo__btn {
    width: 328px;
    font-size: 24px;
  }

  .lab__btn {
    width: 328px;
    font-size: 26px;
  }

  .company__title {
    padding: 0 406px;
  }

  .company__text {
    padding: 0 73px;
  }

  .company__text::before {
    margin-top: -80px;
    margin-left: -236px;
  }

  .company__requisites-cards {
    margin-right: 60px;
  }

  .company__btn {
    margin-right: 130px;
  }

  .projections__btn:last-child {
    margin-top: 30px;
  }

  .constructions__images-right {
    display: none;
  }

  .projections__images-right {
    display: none;
  }

  .projections__info {
    margin-top: 10px;
    margin-left: 0;
  }

  .projections__images {
    margin-top: 70px;
  }

  .projections__btn {
    width: 170px;
    height: 74px;
  }

  .projections__btn.active {
    width: 170px;
    height: 74px;
  }

  .projections__btn-text {
    font-size: 22px;
  }

  .projections__buttons {
    margin-top: 40px;
  }

  .constructions__image-btn:nth-child(6),
  .constructions__image-btn2:nth-child(6),
  .constructions__image-btn3:nth-child(6) {
    margin-left: 0;
  }

  .constructions__image-btn:nth-child(5),
  .constructions__image-btn2:nth-child(5),
  .constructions__image-btn3:nth-child(5),
  .constructions__image-btn:nth-child(9),
  .constructions__image-btn2:nth-child(9),
  .constructions__image-btn3:nth-child(9) {
    margin-left: 13px;
  }

}

@media (max-width: 1280px) {
  .header__link {
    margin-right: 40px;
  }

  .construction__title2 {
    margin-top: 66px;
    font-weight: 700;
    font-size: 35px;
    line-height: 12px;
    color: #333333;
  }

  .projections__main-title {
    margin-top: 50px;
  }

  .object__img {
    width: 1150px;
    height: 575px;
  }

}

@media (max-width: 1200px) {
  .main__image {
    width: 446px;
    height: 565px;
  }

  .project__card {
    width: 525px;
  }

  .project__title {
    font-size: 40px;
  }

  .project__card-images {
    margin-left: 40px;
  }

  .project__card-title {
    text-align: start;
  }

  .project__card-title2 {
    margin-left: 0px;
  }

  .project__card-list p {
    width: 337px;
    font-size: 18px;
  }

  .project__card-img1 {
    width: 37px;
    height: 71px;
  }

  .project__card-img2 {
    width: 60px;
    height: 56px;
  }

  .projection__images-right {
    display: none;
  }

  .construction__images-right {
    display: none;
  }

  .container {
    max-width: 1100px;
  }

  .header__link {
    font-size: 18px;
  }

  .leaders__info {
    margin: auto;
  }

  .leaders__content {
    margin-top: 100px;
  }

  .work__cards {
    justify-content: space-evenly;
  }

  .lab__cards {
    justify-content: space-evenly;
  }

  .our__card-subtitle {
    font-size: 18px;
    max-width: 430px;
  }

  .company__inner {
    justify-content: space-between;
  }

  .company__images {
    background-image: url(../img/moscow-city2.png);
    background-repeat: no-repeat;
    width: 480px;
    height: 359px;
  }

  .construction__info {
    max-width: 500px;
  }

  .construction__slide {
    margin-left: 440px;
  }

  .company__btn {
    margin-right: 100px;
  }

  .company__text {
    margin-top: 230px;
    padding: 0 40px;
    width: 515px;
  }

  .company__text::before {
    margin-top: -60px;
    margin-left: -236px;
  }


  .company__requisites-cards {
    margin-right: 20px;
  }

  .company__requisites-text1 {
    font-size: 18px;
  }

  .company__requisites-text {
    font-size: 18px;
  }

  .company__requisites-card::after {
    width: 210px;
  }

  .img {
    width: 217px;
    height: 103px;
  }

  .button {
    width: 207px;
    height: 83px;
  }

  #png1:target~.image-slider #img1,
  #png1:target~.image-slider #button-1 {
    width: 588px;
    height: 359px;
  }

  #png2:target~.image-slider #img2,
  #png2:target~.image-slider #button-2 {
    width: 588px;
    height: 359px;
  }

  #png3:target~.image-slider #img3,
  #png3:target~.image-slider #button-3 {
    width: 588px;
    height: 359px;
  }

  .constructions__btn {
    width: 300px;
  }

  .constructions__btn-text {
    font-size: 22px;
  }

  .object__img {
    width: 1050px;
    height: 525px;
  }

  .constructions__image-btn:nth-child(5),
  .constructions__image-btn2:nth-child(5),
  .constructions__image-btn3:nth-child(5),
  .constructions__image-btn:nth-child(9),
  .constructions__image-btn2:nth-child(9),
  .constructions__image-btn3:nth-child(9) {
    margin-left: 0px;
  }

  .constructions__image-btn, .constructions__image-btn2, .constructions__image-btn3 {
    width: 130px;
  }

  .constructions__image-btn:nth-child(6), .constructions__image-btn2:nth-child(6), .constructions__image-btn3:nth-child(6) {
    margin-left: 13px;
  }

}

@media (max-width: 1152px) {
  .company__btn {
    margin-right: 80px;
  }

  .dropdown-content-menu {
    margin-left: -180px;
    width: 250px;
    padding: 10px 5px 10px 5px;
  }

  .dropdown-content-menu-link {
    margin-bottom: 5px;
  }

  .dropdown-content-menu-link a {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .company__info {
    margin: auto;
  }

  .company__images {
    display: none;
  }

  .partner__department-info {
    display: block;
  }

  .partner__department-images {
    margin-left: 190px;
  }

  .partner__department-text {
    margin-left: 290px;
  }

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

  .projections__slide {
    display: none;
  }

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

  .projections__info {
    margin-left: 0;
    margin-top: 0;
  }

  .company__title {
    padding: 0 340px;
  }

  .company__text {
    padding: 0 80px;
    width: 655px;
  }

  .company__text::before {
    margin-left: -227px;
  }

  .company__btn {
    margin-right: 140px;
    width: 304px;
    padding-left: 75px;
  }

  .company__requisites-cards {
    margin-right: 80px;
  }

  .company__requisites-text1 {
    font-size: 16px;
  }

  .company__requisites-text {
    font-size: 16px;
  }

  .company__requisites-card::after {
    width: 190px;
  }

  .object__img {
    width: 900px;
    height: 450px;
  }

}

@media (max-width: 1024px) {

  .projection {
    width: 100%;
    background: rgba(196, 196, 196, 0.2);
  }

  .header__main-logo {
    display: none;
  }

  .header__list li+li {
    font-size: 18px;
    margin-right: 20px;
  }

  .constructions__btn {
    width: 270px;
  }

  .dropdown-content {
    font-size: 17px;
  }

  .main__text {
    min-width: 400px;
  }

  .work__cards {
    padding-top: 80px;
    margin: auto;
  }

  .work__subtitle {
    text-align: center;
  }

  .leaders__info {
    margin: auto;
  }

  .leaders__number {
    display: none;
  }

  .partner__department-images {
    margin-left: 170px;
  }

  .geo__btn {
    max-width: 290px;
    font-size: 20px;
  }

  .lab__btn {
    max-width: 290px;
    font-size: 23px;
  }

  .partners__img1 {
    background-image: url(../img/pm001.svg);
    width: 251px;
    height: 112px;
  }

  .partners__img2 {
    background-image: url(../img/dsg002.svg);
    width: 251px;
    height: 112px;
  }

  .partners__img3 {
    background-image: url(../img/dippg003.svg);
    width: 251px;
    height: 112px;
  }

  .partners__img4 {
    background-image: url(../img/diig004.svg);
    width: 251px;
    height: 112px;
  }

  .partners__img5 {
    background-image: url(../img/sgb005.svg);
    width: 251px;
    height: 112px;
  }

  .partners__img6 {
    background-image: url(../img/leader006.svg);
    width: 251px;
    height: 112px;
  }

  .partners__img7 {
    background-image: url(../img/nkk007.svg);
    width: 251px;
    height: 112px;
  }

  .podryad__img {
    background-image: url(../img/01.svg);
    width: 251px;
    height: 112px;
  }

  .podryad__img2 {
    margin-left: 0;
    background-image: url(../img/02.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img3 {
    margin-left: 0;
    background-image: url(../img/03.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img4 {
    margin-left: 0;
    background-image: url(../img/04.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img5 {
    margin-left: 0;
    background-image: url(../img/05.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img6 {
    margin-left: 0;
    background-image: url(../img/06.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img7 {
    margin-left: 0;
    background-image: url(../img/07.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img8 {
    margin-left: 0;
    background-image: url(../img/08.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img9 {
    margin-left: 0;
    background-image: url(../img/09.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img10 {
    margin-left: 0;
    background-image: url(../img/0010.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img11 {
    margin-left: 0;
    background-image: url(../img/0011.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img12 {
    margin-left: 0;
    background-image: url(../img/0012.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img13 {
    margin-left: 0;
    background-image: url(../img/0013.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img14 {
    margin-left: 0;
    background-image: url(../img/0014.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img15 {
    margin-left: 0;
    background-image: url(../img/0015.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img16 {
    margin-left: 0;
    background-image: url(../img/0016.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img17 {
    margin-left: 0;
    background-image: url(../img/0017.svg);
    background-repeat: no-repeat;
    width: 251px;
    height: 112px;
  }

  .podryad__img18 {
    background-image: url(../img/0018.svg);
    width: 251px;
    height: 112px;
  }

  .podryad__img19 {
    background-image: url(../img/0019.svg);
    width: 251px;
    height: 112px;
  }

  .podryad__img20 {
    background-image: url(../img/0020.svg);
    width: 251px;
    height: 112px;
  }

  .company__requisites-cards {
    margin-right: 60px;
  }

  .company__btn {
    margin-right: 125px;
  }

  .company__text::before {
    margin-left: -180px;
  }

  .constructions__image-btn, .constructions__image-btn2, .constructions__image-btn3 {
    width: 120px;
  }
}