/* @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap'); */

html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans";
  line-height: 1.2;
  font-weight: 800;
  color: #1a3e75;

  text-transform: none;
  letter-spacing: normal;
}

h2 {
  font-size: 2.875rem;
  color: #1a3e75;
}

h4 {
  font-size: 30px;
  line-height: 24px;
  color: #1a3e75;
}

.btn-theme-one {
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #1a3e75;
  border-color: transparent;
  border-radius: 0;
}

.bg-theme-red {
  background-color: #e44457;
}

a,
i {
  text-decoration: none;
}

.main {
  min-height: 100vh;
  background-color: #f2f4f8;
}

.we-work {
  background-color: #f2f4f8;
}

.logo img {
  max-width: 200px;
}

.logo div {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #87888a;
  max-width: 200px;
  display: inline-block;
}

.logo {
  position: relative;
}

@media (min-width: 768px) {
  .logo::after {
    content: "";
    border-style: solid;
    border-width: 0px 55px 140px 0px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 0px;
    right: -55px;
  }
}
.contact {
  position: relative;
}

.contact svg {
  width: 15px;
  height: 12px;
  fill: #dc4c5d;
}

.contact div {
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
}

@media (min-width: 768px) {
  .contact::after {
    content: "";
    border-style: solid;
    border-width: 0px 23.3px 62px 0px;
    border-color: transparent transparent #1a3e75 transparent;
    position: absolute;
    top: 0px;
    right: -26px;
  }
}

.menu {
  color: #3f4650;
  padding: 0.8rem 0;
}

.menu a {
  /* Text styles for "О нас" */
  font-family: "Open Sans";
  font-size: 17px;
  /* font-weight: 700; */
  letter-spacing: -0.02em;
  /* color: #092755; */
  /* Text styles for " Услуги Преимущества Проекты Новости Контакты" */
  font-weight: 600;
  color: #3f4650;
}

.banner-one {
  position: relative;
}

.banner-one .text-block {
  position: absolute;
  right: 15%;
  top: 20%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.bid h3 {
  font-family: "Open Sans";
  font-size: 30px;
  line-height: 24px;
  font-weight: 800;
  color: #1a3e75;
}

.bid input {
  border: 0;
  border-radius: 0;
}

.main-block {
  height: 70vh;
}

.block-stick {
  font-size: 18px;
  color: #ff4f00;
}

.block-name {
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6a778c;
}

.block-text-one {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  font-style: italic;
  color: #1a3e75;
}

.block-text-two {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  color: #505e74;
}

.our-services .list-group {
  border: 1px solid #e1e5ee;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.our-services img {
  width: 100%;
}

.our-services li:first-child {
  padding-top: 2rem;
}

.our-services li:last-child {
  padding-bottom: 2rem;
}

.our-services li {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #6a778c;
}

.our-services li .check {
  color: #1a3e75;
}

.our-services .block-main {
  padding-top: 6rem;
}

@media (min-width: 768px) {
.our-services .block-main {
  padding-top: 19rem;
}
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='d3d1d100'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='d3d1d100'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.we-chose-icon {
  min-height: 80px;
}
