.section-horiz-margin {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
body {
  overflow-x: unset;
  color: #999;
  padding: 0 !important;
}
div {
  background-position: center;
  background-repeat: repeat-x;
}
button,
a {
  cursor: pointer;
}
.round-button {
  border: 2px solid #fff;
  color: #fff !important;
  padding: 3px 40px 5px 40px;
  border-radius: 20px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  font-size: 14px;
}
.round-button:hover {
  background-color: #99f;
}
h2.header {
  text-align: center;
  text-transform: uppercase;
}
.pointer {
  padding-left: 20px;
  padding-top: 13px;
}
.adr {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.mob-icon {
  padding-top: 20px;
  padding-left: 25px;
}
.letter {
  padding-left: 20px;
  padding-top: 2px;
}
.text-black {
  color: #000000;
}
.text-black .mob {
  font-size: 25px;
}
.text-black .mail {
  font-size: 20px;
}
.stress-blue {
  font-weight: bold;
  color: #00115e;
}
#section-cap {
  background: white;
  padding: 10px;
}
#section-cap-near-logo div div {
  color: white;
}
#section-cap #cap-logo {
  min-width: 63px;
  max-height: 52px;
}
#section-cap #blue-banner {
  padding: 7px 0 7px 20px;
  line-height: 1.2;
  font-size: 0.92em;
  color: #000;
  white-space: nowrap;
  position: relative;
  left: -10px;
  z-index: 10;
  min-width: 350px;
}
#section-cap #blue-banner div:first-child {
  color: #001862;
  text-shadow: #00a 1px 1px;
}
#section-cap #section-menu-cap a:hover {
  color: #333;
  text-decoration: none;
}
#section-cap .phone-num a:hover {
  color: #00075e !important;
}
#section-cap .circle-button {
  border: 2px solid #888;
  border-radius: 100%;
  padding: 5px;
  font-weight: bolder;
  color: #000;
  margin: 10px;
}
#section-cap .circle-button:hover {
  font-weight: bolder;
  color: #eee !important;
  background-color: #00075e;
}
#section-cap .round-button {
  background-color: #00075e;
  padding: 3px 20px 4px 20px;
}
#section-cap .round-button:hover {
  background: #99f;
  outline: 2px #222;
}
.navbar {
  background-color: rgba(0, 0, 0, 0.529) !important;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.navbar-nav {
  justify-content: center;
  width: 100%;
}
.navbar-toggler {
  background-color: #777;
}
.navbar .nav-link {
  color: white !important;
  margin: 0 1vw;
}
.navbar .nav-link:hover {
  color: #ccc !important;
}
.navbar-cap {
  background: #fff;
}
.navbar #menu {
  align-items: center;
  flex-wrap: wrap;
  height: 57px;
  justify-content: space-around;
}
.navbar #menu > div a {
  font-size: 16px;
  color: #fff;
  line-height: 1.375;
  z-index: 330;
}
#section-block-in-center {
  display: flex;
  background-image: url(../img/back-top-big.png);
  justify-content: center;
  height: calc(100vh - 56px);
}
#section-block-in-center-down-button {
  width: 40px;
}
#section-block-in-center-down-button:hover {
  opacity: 0.8;
}
#section-block-in-center h3 {
  font-size: calc(3vh + 3vw);
  letter-spacing: 1px;
}
#section-block-in-center h3 span {
  white-space: nowrap;
}
#section-block-in-center .center-block {
  align-self: center;
  font-size: 15px;
  color: #fff;
  line-height: 1.167;
  text-align: center;
  text-shadow: 0 7px 32px rgba(0, 0, 0, 0.89);
}
.section-type-thumbs {
  color: #000;
  text-align: center;
  animation: 0.9s;
}
.section-type-thumbs > div:hover {
  opacity: 0.95;
}
.section-type-thumbs > div:nth-child(1) {
  background-color: #74b65f;
}
.section-type-thumbs > div:nth-child(1) .round-button:hover {
  background: #4c8e37;
}
.section-type-thumbs > div:nth-child(2) {
  background-color: #6ac0f3;
}
.section-type-thumbs > div:nth-child(2) .round-button:hover {
  background: #4298cb;
}
.section-type-thumbs > div:nth-child(3) {
  background-color: #e2907a;
}
.section-type-thumbs > div:nth-child(3) .round-button:hover {
  background: #ba6852;
}
.section-type-thumbs > div:nth-child(4) {
  background-color: #00115e;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.section-type-thumbs > div:nth-child(5) {
  background-color: #00115e;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section-type-thumbs > div:nth-child(6) {
  background-color: #7d6dad;
}
.section-type-thumbs img {
  width: 107px;
  height: 106px;
}
.section-type-thumbs div > div {
  margin: 2vw 2vh;
}
.section-type-thumbs-img {
  height: 116px;
}
.section-type-thumbs-header {
  color: white;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
}
.section-type-thumbs-text {
  color: white;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  #corporate-site-thumb div:last-child {
    position: relative;
    top: 32px;
  }
}
@media screen and (min-width: 992px) {
  #corporate-site-thumb div:last-child {
    position: relative;
    top: 32px;
  }
}
#section-services h2 {
  color: #000;
  font-weight: bold;
}
#section-services-list {
  display: flex;
  align-items: center;
  line-height: 1.2;
  color: #777;
}
#section-dev-n-prom {
  background-image: url(../img/back-dev-and-prom.png);
  background-attachment: fixed;
  min-height: 50vh;
  justify-content: center;
}
#section-dev-n-prom span {
  border-radius: 11px;
  padding: 6px 10px 8px;
  background-color: rgba(0, 0, 0, 0.6);
}
#section-dev-n-prom .hr-white-line-left,
#section-dev-n-prom .hr-white-line-right {
  background: white;
  position: relative;
}
#section-dev-n-prom .hr-white-line-left {
  left: -50px;
}
#section-dev-n-prom .hr-white-line-right {
  left: 50px;
}
#section-our-clients {
  min-height: 67.5vh;
  color: #102068;
  font-weight: bold;
}
#section-our-clients img {
  margin: 3vh 3vw;
  transition: 0.5s;
}
#section-our-clients img:hover {
  transform: scale(1.1);
}
#section-our-clients h2 {
  color: #102068;
}
#section-our-clients-branches {
  font-size: 13px;
}
#section-how-we-work {
  background-image: url(../img/back-howwework.png);
  justify-content: center;
  padding: 3vw 5vh;
}
#section-how-we-work .h2 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 50px;
}
#section-how-we-work .bordered {
  outline: 1px solid #aaa;
  height: 200px;
}
#section-how-we-work .shifted {
  display: none;
}
#section-how-we-work .shifted > img {
  position: relative;
  left: -45px;
  width: 90px;
  height: 90px;
  margin: 7px 0;
  align-self: stretch;
}
@media screen and (min-width: 576px) {
  #section-how-we-work .shifted {
    display: block;
  }
}
.how-we-work-items {
  margin: 6%;
  font-size: 0.84em;
}
.how-we-work-items strong {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: calc((2vh + 3vw)/2);
}
.how-we-work-items td {
  color: #fff;
  padding: 1vw 1vh;
}
.how-we-work-items td:first-child {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
}
#section-our-works {
  background: linear-gradient(to bottom, #fff 0%, #eee 30%, #dbdbdb 70%, #d1d1d1 71%, #ffffff 100%);
}
#section-our-works .header {
  font-size: 3em;
  color: #000;
}
#section-our-works-text-under {
  font-size: 1em;
  line-height: 2.2;
}
#section-our-works .carousel-control-next:hover,
#section-our-works .carousel-control-prev:hover {
  background: rgba(111, 111, 111, 0.5);
  transition-property: background-color;
  animation-duration: 1s;
}
#section-additional {
  background: url(../img/add-services.png);
}
#section-additional h2 {
  font-weight: bold;
  margin-bottom: 30px;
}
#section-additional-thumbs {
  align-items: center;
}
#section-additional-thumbs {
  align-items: stretch;
  display: flex;
  animation: 1s;
  color: #fff;
}
#section-additional-thumbs div div:hover {
  border-color: white;
}
#section-additional-thumbs div {
  display: flex;
}
#section-additional-thumbs div > div {
  border: 1px solid #777;
  padding: 12vh 1vw;
  font-size: 1.2em;
}
@media screen and (min-width: 992px) {
  #section-why-we h3 {
    min-height: 2.3em;
    color: #000;
  }
}
#section-feedback {
  background-image: url(../img/back-callback.png);
  background-repeat: repeat-y;
  overflow: visible;
}
#section-feedback h2 {
  color: #000;
  font-weight: bold;
}
#section-feedback-items > div > div {
  border: 1px solid #888;
}
#section-feedback .section-feedback-text {
  line-height: 1.3;
}
#section-faq h2 {
  color: #000;
  font-weight: bold;
}
#section-faq .-faq-item {
  display: block;
  padding: 10px;
  width: 100%;
  color: #000055;
  font-size: 18px;
  text-transform: uppercase;
}
#section-faq .-faq-item div {
  display: inline;
}
#section-faq img {
  padding: 5px;
  align-self: center;
  margin: 6px;
  background: #00075e;
  border-radius: 100%;
}
#section-faq > div {
  align-self: center;
}
#section-faq .-faq-text {
  display: none;
  border: 1px solid #aaa;
  margin: 0 0 0 30px;
  padding: 4px;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
}
#section-wanna-be-rich {
  background-image: url(../img/back-wanna-be-richer.png);
  min-height: 30vh;
  justify-content: center;
}
#section-wanna-be-rich h2 {
  font-size: 4rem;
}
#section-map {
  padding-left: 0px !important;
  padding-right: 0px;
}
#section-map #map {
  height: 440px;
}
#contacts-panel {
  position: absolute;
  background: #fff;
  align-items: center;
  width: 370px;
}
#contacts-panel > div {
  padding: 1vh 0;
  text-align: left;
}
#section-footer {
  background-color: #2d2d2d;
  padding: 1vh 1vw;
}
#general-modal .modal-content {
  color: #fff;
  text-align: justify;
}
.modal-body li {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  #section-our-works,
  #section-services,
  #section-additional,
  #section-why-we,
  #section-our-clients,
  #section-feedback,
  #section-faq,
  #section-wanna-be-rich {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 575px) {
  #general-modal-container .modal-body-content {
    height: 35vh;
    overflow: scroll;
  }
  #section-cap #blue-banner {
    white-space: normal;
  }
  .flex-xs-direction-column {
    flex-direction: column;
  }
  .position-xs-static {
    position: static !important;
  }
  .xs-visible {
    display: inherit !important;
  }
  #section-wanna-be-rich h2 {
    font-size: 3rem;
  }
  .how-we-work-items {
    margin: 0;
  }
  #section-additional h2 {
    font-size: 26px;
  }
  #section-additional-thumbs div > div {
    padding: 10px;
  }
  .text-black .mob {
    font-size: 22px;
  }
  .text-black .mail {
    font-size: 17px;
  }
}
