[class*='__container'] {
  width: 100%;
  max-width: 1330px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
}

.header-btn {
  z-index: 300;
}

.hero::after {
  background-color: rgba(0, 53, 114, 0.15);
}

.hero__title {
  text-shadow: 3px 3px 10px #000;
}
.hero-list {
  background-color: #002c5fd1 !important;
}
.hero-list li {
  background-color: #002c5fd1 !important;
}

.direction {
  padding-top: 141px;
}
@media (max-width: 1250px) {
  .direction {
    padding-top: 129px;
  }
}
@media (max-width: 992px) {
  .direction {
    padding-top: 97px;
  }
  .hero-wrapper {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper {
    padding-top: 120px;
  }
}
@media (max-width: 576px) {
  .direction {
    padding-top: 90px;
  }
}
.no-border:before,
.no-border:after {
  display: none;
}

.modal-overlay {
  z-index: 51;
}
.modal-dialog {
  z-index: 52;
}
.numbers-list p {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.modal-dialog--city {
  width: 100%;
  max-width: 900px;
}
.header-city .geolocation {
  position: relative;
  right: 0;
}
.choice-city-title {
  margin-bottom: 30px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.quick-locations__values {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.quick-locations__values li {
  width: 25%;
  margin-bottom: 10px;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.quick-locations__values li:hover {
  text-decoration: none;
  color: #006fed;
}
@media (max-width: 767px) {
  .quick-locations__values li {
    width: 50%;
  }
}

#modal-dialog__wtf {
  max-width: 584px;
  font-size: 14px;
  margin-bottom: 10px;
}

#modal-dialog__wtf span {
  color: #006fed;
}
@media (max-width: 576px) {
  #modal-dialog__wtf {
    max-width: calc(100% - 30px);
  }
}
.header-city-wrapper {
  width: 12.8%;
  flex-shrink: 0;
}
.header-logo {
  flex-basis: 16.8%;
}
.header-search {
  flex-basis: 12.5%;
}
.header-list__item:first-child {
  flex-basis: 19.2%;
}

.park-list h4 a {
  color: #1c1919;
  transition: all 0.2s ease 0s;
}
.park-list h4 a:hover {
  color: #006fed;
}

.header-top-row__wrapper {
  padding: 6px 0;
}
.header-top-row__contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 1300px;
  color: #fff;
}
@media (max-width: 992px) {
  .header-top-row__contacts {
    width: auto;
  }
}
.header-top-row__mail {
  display: flex;
  width: 15%;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  flex-shrink: 0;
}
.header-top-row__social {
  display: flex;
  width: 15%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.header-top-row__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 25px;
  height: 25px;
}
.header-top-row__social a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.header-top-row__phone {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  flex-shrink: 0;
  width: 12.5%;
}
.header-top-row__logo {
  height: 28px;
  display: none;
}

.header-btn {
  width: 40px;
  height: 20px;
}
.header-btn img {
  width: 40px;
  height: 20px;
}
.header-mob {
  padding: 8px 10px;
}
.header-mob__social {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 15px;
  display: none;
}
.header-mob__social a {
  width: 20px;
  margin-left: 10px;
}

@media (min-width: 993px) {
  .header-bottom .drop-list .drop-list {
    z-index: 1;
    opacity: 0;
    transition: 0.25s ease-out 0s;
    pointer-events: none;
    transform: translate(100%, calc(100% - 39px));
    right: 0;
    left: auto;
    width: auto;
    box-shadow: 2px 4px 12px rgb(255 255 255 / 8%);
  }
  .header-bottom .drop-list .drop-list:hover {
    opacity: 1;
    pointer-events: auto;
  }
  .header-bottom .drop-list .header-list__item-bottom:hover > .drop-list {
    opacity: 1;
    pointer-events: auto;
  }
  .parent-arrow {
    position: relative;
  }
  .header-bottom .drop-list .parent-arrow::after {
    position: absolute;
    content: '';
    background-image: url('../images/icon/arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    right: 0;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
  }
  .header-bottom .drop-list .parent-arrow:hover::after {
    transform: rotate(180deg) translateY(50%);
  }
}
@media (min-width: 1300px) {
  .header-bottom .drop-list .drop-list {
    z-index: 1;
    opacity: 0;
    transition: 0.25s ease-out 0s;
    pointer-events: none;
    transform: translate(100%, calc(100% - 44px));
    right: 0;
    left: auto;
    width: auto;
    box-shadow: 2px 4px 12px rgb(255 255 255 / 8%);
  }
}
@media (max-width: 1299px) {
  .header-list__item::before {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-logo {
    flex-basis: 16.3%;
  }
  .header-city-wrapper {
    width: 15%;
  }
  .geolocation__value {
    font-size: 12px;
  }
  .geolocation a svg {
    width: 20px !important;
  }

  .header-search {
    flex-basis: 15%;
  }
  .header-search img {
    width: 20px;
  }
  .header-search img {
    font-size: 12px;
  }
}
.services-rows {
  margin-top: 15px;
}
.services-row .direction-content {
  display: block;
}

.services-row .direction-drop {
  background-color: #194980;
}
.services-row .direction-drop h3 {
  color: #fff;
  width: calc(100% - 50px);
  padding-right: 0;
}
.direction-content ul li.big-item {
  flex-basis: 50%;
  padding-bottom: 0;
}
.big-item .direction-img {
  height: 400px;
}

.direction-content ul li {
  padding-bottom: 20px;
}
.direction-content ul li:before {
  display: none;
}
.direction-content ul li:after {
  display: none;
}
.direction-img {
  width: 100%;
  height: 160px;
}

.direction__text {
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}

.card-btn {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.software-list li {
  height: auto;
}

.presentation-link {
  display: inline-block;
  margin-top: 20px;
}

.advantages-video {
  position: absolute;
  top: 55%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  overflow: hidden;
  width: 450px;
  height: 450px;
  border-radius: 50%;
}

.advantages-video video {
  width: 100%;
  transform: translateY(-20%);
  z-index: 3;
}
.advantages-video__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.guten-block-project-slider .project-slider {
  width: calc(100% + 30px);
}

@media (max-width: 1199px) {
  .guten-block-project-slider .project-slider {
    width: 100%;
  }
  .header-list__item:first-child {
    flex-basis: 16.2%;
  }

  .header-bottom a {
    padding-right: 20px;
  }
  .header-logo {
    flex-basis: 14.3%;
    padding-right: 1px !important;
    padding-left: 0;
  }

  .header-top-row__mail {
    width: auto;
  }
  .header-top-row__social {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .header-top-row__phone {
    width: auto;
  }
}

.guten-block-complex .cta-input {
  box-sizing: border-box;
}

.guten-block-complex .cta-btn {
  box-sizing: border-box;
}

.price-table p {
  margin: 0;
}

.content-output a {
  color: #006fed;
}

.custom-page .content-output {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.dev-company {
  align-items: center;
}

.tags-item a {
  white-space: nowrap;
}
.direction-content ul li {
  background-color: #fff;
}
.object-text.no-padding {
  padding-bottom: 0;
}
.guten-block-hero2__order {
  margin: 25px 0;
}
.guten-block-hero__order {
  margin: 25px 0;
}

@media (max-width: 1299px) {
  .content-output .guten-block-hero .container,
  .content-output .guten-block-complex .container,
  .content-output .guten-block-gallery-small .container,
  .content-output .guten-block-get-posts .container,
  .content-output
    .guten-block-hero2
    .container
    .content-output
    .guten-block-park
    .container,
  .content-output .guten-block-result .container,
  .content-output .guten-block-steps .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .guten-block-hero__list-wrapper {
    display: flex;
    flex-direction: column;
  }
  .guten-block-hero__list {
    flex-grow: 1;
  }

  .header-bottom .header-list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }
  .header-list__item::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .header-list__item:hover::before {
    transform: rotate(180deg) translateY(50%);
  }
  .header-bottom .drop-list .header-list__item {
    justify-content: flex-start;
  }
  .header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .drop-list {
    top: auto;
    bottom: 0;
    transform: translateY(100%);
  }
}

@media (max-width: 992px) {
  .header-city-wrapper {
    width: 0;
  }
  .header-bottom a {
    padding-right: 0;
  }

  .geolocation__value {
    font-size: 12px;
  }

  .geolocation a svg {
    width: 20px !important;
  }
  .advantages-wrapper {
    padding-bottom: 60px;
  }
  .advantages-video {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    z-index: 3;
    overflow: hidden;
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-nav__block h3 {
    margin-bottom: 0;
    position: relative;
  }
  .footer-nav__block h3:after {
    content: '';
    position: absolute;
    background-image: url('../images/icon/arrow-drop.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }

  .footer-nav__block h3.active::after {
    transform: rotate(180deg) translateY(50%);
  }
  .footer-nav__list {
    margin-top: 20px;
    display: none;
  }
  .header-top-row__logo {
    display: block;
    width: 96px;
  }
  .header-top-row__logo img {
    width: 100%;
  }
  .header-top-row__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .big-item .direction-img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .big-item .direction-img {
    height: 200px;
  }
  .direction-content ul li.big-item {
    flex-basis: 48.5%;
  }
}
@media (max-width: 576px) {
  .header-mob__social {
    display: flex;
  }
  .direction__text {
    height: auto;
  }
  .big-item .direction-img {
    height: 160px;
  }
  .direction-content ul li.big-item {
    flex-basis: 100%;
  }
  .header-top-row__social {
    display: none;
  }
  .header-top-row__mail {
    display: none;
  }
}

/* Стили для модального окна */
.orphus-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.orphus-modal .orphus-box {
  width: 450px;
  background: #fff;
  position: relative;
  margin: 9% auto;
  padding: 30px;
  display: table;
}
.orphus-modal h3 {
  font-size: 23px;
  margin: 10px 0;
}
.orphus-modal span {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.orphus-modal .good {
  position: relative;
}
.orphus-modal .orphus-close:after {
  border-radius: 3px;
  content: '×';
  display: block;
  position: absolute;
  right: -9px;
  top: -9px;
  width: 27px;
  padding: 1px;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  font-weight: bold;
  background: #002c5f;
  color: #fff;
}
.orphus-modal .orphus-text {
  margin: 10px 0;
  width: 100%;
  display: inline-block;
  position: relative;
}
.orphus-modal .orphus-submit {
  float: left;
  margin-top: 10px;
  border-radius: 3px;
  position: relative;
  text-align: center;
  padding: 15px 25px;
  color: #fff;
  background-color: #002c5f;
  width: 100%;
  box-sizing: border-box;
}
.orphus-modal .orphus-comment {
  padding: 10px;
  width: 100%;
}
.showing {
  display: block !important;
}

@media (min-width: 992px) {
  .breadcrumbs {
    padding-top: 65px;
    padding-bottom: 7px;
  }
}

.no-click {
  pointer-events: none !important;
}

.grecaptcha-badge {
  display: none !important;
}
