/**
 * Variables.
 */
.text-banner {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: #1C60BC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-banner__container {
  max-width: 1400px;
  margin: 146px auto 40px;
}
@media screen and (min-width: 768px) {
  .text-banner__container {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.text-banner__left {
  color: #fff;
  padding: 0 52px;
}
@media screen and (min-width: 768px) {
  .text-banner__left {
    padding-right: 50px;
    box-sizing: border-box;
    width: 50%;
    padding-left: 0;
  }
  .text-banner__left__wrap {
    max-width: 375px;
  }
}
@media screen and (min-width: 1024px) {
  .text-banner__left {
    width: calc((645 / 1275) * 100%);
  }
}
.text-banner__right {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .text-banner__right {
    margin-top: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .text-banner__right {
    width: calc((630 / 1275) * 100%);
  }
}
.text-banner__title {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 33px;
}
@media screen and (min-width: 1024px) {
  .text-banner__title {
    font-size: 18px;
    margin-bottom: 49px;
  }
}
.text-banner__name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 19px;
}
@media screen and (min-width: 1024px) {
  .text-banner__name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
.text-banner__address {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .text-banner__address {
    font-size: 20px;
    line-height: 30px;
  }
}
.text-banner__map img {
  max-width: 100%;
}

.contact-cols__container {
  padding: 70px 44px;
}
@media screen and (min-width: 768px) {
  .contact-cols__container {
    padding: 140px 0;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .contact-cols__col {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .contact-cols__col--col1 {
    width: calc((340 / 1275) * 100%);
  }
}
@media screen and (min-width: 1024px) {
  .contact-cols__col--col2 {
    width: calc((505 / 1275) * 100%);
    padding-left: 30px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) {
  .contact-cols__col--col3 {
    width: calc((430 / 1275) * 100%);
    padding-left: 30px;
    box-sizing: border-box;
  }
}
.contact-cols__col + .contact-cols__col {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .contact-cols__col + .contact-cols__col {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-cols__col + .contact-cols__col {
    margin-left: 0;
  }
}
.contact-cols__col__title {
  color: #1C60BC;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-left: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .contact-cols__col__title {
    max-width: 340px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
  }
}
.contact-cols__col--col1 .contact-cols__col__title {
  background: url(../images/mail-icon.png) left 4px no-repeat;
}
.contact-cols__col--col2 .contact-cols__col__title {
  background: url(../images/link-icon.png) left 4px no-repeat;
}
.contact-cols__col--col3 .contact-cols__col__title {
  background: url(../images/fb-icon.png) left 4px no-repeat;
}
.contact-cols__col__link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #313131;
  padding-left: 40px;
  text-decoration: none;
  display: block;
  word-break: break-word;
}
@media screen and (min-width: 1024px) {
  .contact-cols__col__link {
    font-size: 20px;
    line-height: 30px;
  }
}
