@charset "UTF-8";
.u-center-margin-auto {
  margin: 0 auto; }

.scale {
  transition: 1s;
  /* Время эффекта */ }

.scale:hover {
  transform: scale(1.1);
  /* Увеличиваем масштаб */ }

.example-tag {
    margin: 0;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .header__logo-box, .header__menu-box {
    min-width: 100%;
    padding-right: 0 !important;
    margin: 0 auto; }

  .main-menu__link {
    font-size: 1.1rem !important; }
  .main-menu__item:not(:last-child) {
    margin-right: 1rem !important; }
  .main-menu__list {
    justify-content: center !important; }

  .expertise-row__element-box {
    width: 100% !important; }

  .slider-wrapper {
     height: 55vh !important; } 

  .footer__social-links__icon {
    font-size: 2rem !important; }

  .expertise-features__row {
    padding-left: 0 !important; }
  .expertise-features__box:not(:last-child) {
    width: 50% !important; }
  .expertise-features__box:last-child {
    width: 100% !important; }

  .technology__row__box {
    width: 100% !important; }

  .services__box {
    width: 100% !important; }
    .services__box:first-child {
      margin-right: 0 !important; }

  .header-contacts__logo-box, .header-contacts__menu-box {
    min-width: 100% !important; }
  .header-contacts__hero-box {
    min-width: 100% !important; }

  .contacts__social-links {
    margin: 3rem 0 !important; }

  .start__box {
    min-width: 100% !important; }

  .mission__box {
    width: 100% !important; }

  .extended__box {
    width: 100% !important; }
    .extended__box--middle {
      height: 0 !important; }

  .belarus__box {
    width: 100% !important; }

  .about-features__box {
    width: 100% !important;
    flex-wrap: wrap !important;
    text-align: center !important;
    padding: 0 1rem !important; }
    .about-features__box__img-box {
      /* width: 50% !important; */
      margin: 0px 10px 10px 0px !important;
      text-align: left;
     }
    .about-features__box--right {
      margin: 3rem auto 0 auto !important; }

  .team__row {
    margin-top: 1rem !important; }
  .team__box {
    width: 50% !important; }
    .team__box__photo {
      margin: 0 auto !important; }
    .team__box__description {
      margin: 0 auto !important;
      text-align: center !important; }
  .team__department, .team__squad {
    text-align: center !important; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  .header__logo-box, .header__menu-box {
    min-width: 100%;
    padding-right: 0 !important;
    margin: 0 auto; }

  .main-menu__list {
    justify-content: center !important; }

  .expertise-features__row {
    padding-left: 0 !important; }
  .expertise-features__box:not(:last-child) {
    width: 33.3% !important; }
  .expertise-features__box:last-child {
    width: 100% !important; }

  .technology__row__box {
    width: 33.3% !important; }

  .expertise-row__element-box {
    width: 50% !important; }

  .header-contacts__logo-box, .header-contacts__menu-box {
    min-width: 100% !important; }
  .header-contacts__hero-box {
    min-width: 100% !important; }

  .contacts__social-links {
    margin: 3rem 0 !important; }

  .start__box:not(:last-child) {
    min-width: 50% !important; }
  .start__box:last-child {
    min-width: 60% !important;
    margin: 0 auto; }

  .mission__box {
    width: 100% !important; }

  .extended__box {
    width: 100% !important; }
    .extended__box--middle {
      height: 0 !important; }

  .belarus__box {
    width: 100% !important; }

  .about-features__box {
    width: 100% !important;
    flex-wrap: wrap !important;
    text-align: center !important;
    padding: 0 1rem !important; }
    .about-features__box__img-box {
      width: 50% !important;
      margin: 0 !important; }
    .about-features__box--right {
      margin: 3rem auto 0 auto !important; }

  .team__row {
    margin-top: 1rem !important; }
  .team__box {
    width: 50% !important; }
    .team__box__photo {
      margin: 0 auto !important; }
    .team__box__description {
      margin: auto auto auto 0 !important;
      text-align: center !important; }
  .team__department, .team__squad {
    text-align: center !important; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .expertise-features__row {
    padding-left: 0 !important; }
  .expertise-features__box:not(:last-child) {
    width: 33.3% !important; }
  .expertise-features__box:last-child {
    width: 100% !important; }

  .technology__row__box {
    width: 33.3% !important; }

  .expertise-row__element-box {
    width: 50% !important; }

  .section-about-features__block--left, .section-about-features__block--right {
    height: 18rem !important; }

  .team__row {
    margin-top: 1rem !important; }
  .team__box {
    width: 50% !important; }
    .team__box__photo {
      margin: 0 auto !important; }
    .team__box__description {
      margin: auto auto auto 0 !important;
      text-align: center !important; }
  .team__department, .team__squad {
    text-align: center !important; } }
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  text-rendering: optimizeLegibility; }

html {
  font-size: 62.5%; }

body {
  box-sizing: border-box; }

body {
  font-family: 'Sansation Regular', arial;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3; }

.main-heading {
  font-size: calc(24px + 36 * ((100vw - 320px) / 1600)); }
  .main-heading--main {
    color: #3bc4c4; }
  .main-heading--sub {
    color: #fff; }

.header-contacts__main-heading {
  font-size: calc(24px + 16 * ((100vw - 320px) / 1600)); }
  .header-contacts__main-heading--main {
    color: #3bc4c4; }
  .header-contacts__main-heading--sub {
    color: #fff; }

.heading-secondary {
  text-align: center;
  font-family: 'Sansation Bold', arial;
  font-size: calc(17px + 10 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  padding-bottom: 45px; }
  .heading-secondary--about {
    text-transform: unset; }
  .heading-secondary--white {
    color: #fff; }
  .heading-secondary--light {
    color: #3bc4c4; }
  .heading-secondary--dark {
    color: #014268; }
  .heading-secondary--form {
    color: #83dddd; }

.software-text {
  font-family: 'Sansation Bold', arial;
  text-align: center;
  font-size: calc(11px + 6 * ((100vw - 320px) / 1600));
  color: #014268; }
  .software-text--about-blue {
    color: #477dc6;
    text-align: left; }
  .software-text--about-grey {
    color: #555555;
    text-align: left; }

.expertise-text {
  font-size: calc(17px + 0 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  font-family: 'Sansation Bold', arial;
  color: #014268; }

.heading-send {
  font-size: 1.9rem;
  color: #919191;
  display: flex; }
  .heading-send:after {
    content: "";
    display: block;
    height: 1px;
    width: 40rem;
    background-color: #e7e7e7;
    margin: 1rem  0 1rem 1rem; }

.technology__row__box__description {
  font-size: 1.7rem;
  color: #fff; }

.services__box__heading,
.start__box__heading {
  text-transform: uppercase;
  font-size: calc(9px + 8 * ((100vw - 320px) / 1600)); }
  .services__box__heading--white,
  .start__box__heading--white {
    color: #fff; }
  .services__box__heading--dark,
  .start__box__heading--dark {
    font-family: 'Sansation Bold', arial;
    color: #014268; }
.services__box__text,
.start__box__text {
  font-size: calc(11px + 6 * ((100vw - 320px) / 1600)); }
  .services__box__text--white,
  .start__box__text--white {
    color: #fff; }
  .services__box__text--dark,
  .start__box__text--dark {
    font-family: 'Sansation Bold', arial;
    color: #014268; }

.mission__text {
  font-size: calc(11px + 6 * ((100vw - 320px) / 1600)); }
  .mission__text--start {
    color: #3bc4c4; }
  .mission__text--core {
    color: #fff; }

.belarus__box__heading, .belarus__box__text {
  font-size: calc(11px + 6 * ((100vw - 320px) / 1600)); }
.belarus__box__heading {
  color: #fff; }
.belarus__box__text {
  color: #3bc4c4; }

.about-features__box__text {
  font-size: calc(11px + 6 * ((100vw - 320px) / 1600));
  color: #fff;
  padding-top: 3rem; }

.main-menu {
  padding-top: 2rem; }
  .main-menu__list {
    list-style-type: none;
    display: flex;
    justify-content: flex-end; }
  .main-menu__item {
    display: flex;
    flex-direction: column; }
    .main-menu__item__highlight {
      max-width: 100%;
      opacity: 0;
      transition: all .3s; }
    .main-menu__item:not(:last-child) {
      margin-right: 2rem; }
  .main-menu__link {
    text-align: center; }
    .main-menu__link:link, .main-menu__link:visited {
      font-size: 1.3rem;
      text-decoration: none;
      color: #fff;
      transition: all .3s; }
    .main-menu__link:hover {
      color: #3bc4c4; }
    .main-menu__link:hover ~ .main-menu__item__highlight {
      opacity: 1; }
    .main-menu__link--active:link, .main-menu__link--active:visited {
      color: #3bc4c4; }
    .main-menu__link--active ~ .main-menu__item__highlight {
      opacity: 1; }

.application-box {
  background-color: #014268;
  margin-top: 7rem;
  padding: 3rem 2rem;
  width: 47%;
  position: relative;
  text-align: center;
  border-radius: .3rem; }
  .application-box__icon {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%; }
  .application-box__heading {
    font-family: 'Sansation Bold', arial;
    font-size: 1.6rem;
    color: #fff;
    padding: 2rem 0;
    vertical-align: middle;
    text-transform: uppercase; }
  .application-box__text {
    color: #3bc4c4;
    font-family: 'Sansation Regular', arial;
    font-size: 1.6rem; }

.slider-wrapper {
  background-image: url(/img/slider.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 45vh;
  position: relative; }

.slider-item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  height: 20rem;
  text-align: center;
  line-height: 2.4rem;
  transition: all .3s; }

.slider-item--active {
  opacity: 1; }

.slider-text {
  width: 100%;
  height: 100%;
  font-size: calc(10px + 6 * ((100vw - 320px) / 1600));
  padding: 10vh 20%; }

.arrows {
  display: flex;
  background-color: red;
  justify-content: space-between; }

.arrow-next {
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 90%; }

.arrow-prev {
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 5%; }

.arrow-prev, .arrow-next {
  width: 5vw;
  height: 10vh;
  margin: 0 4px;
  cursor: pointer;
  transition: 0.3s ease; }
  .arrow-prev:focus, .arrow-next:focus {
    outline: none; }
  .arrow-prev::before, .arrow-prev::after, .arrow-next::before, .arrow-next::after {
    content: '';
    width: 40%;
    height: 4px;
    margin-top: -2px;
    background: #000;
    position: absolute;
    top: 50%;
    border-radius: 4px; }
  .arrow-prev::before, .arrow-next::before {
    transform: rotate(45deg); }
  .arrow-prev::after, .arrow-next::after {
    transform: rotate(-45deg); }

.arrow-prev::before, .arrow-prev::after {
  left: 32%; }
.arrow-prev::before {
  transform-origin: 0 0; }
.arrow-prev::after {
  transform-origin: 0 100%; }

.arrow-next::before, .arrow-next::after {
  right: 32%; }
.arrow-next::before {
  transform-origin: 100% 100%; }
.arrow-next::after {
  transform-origin: 100% 0; }

.input,
.textarea {
  background-color: #fff;
  border: 1px solid #fcfcfc;
  border-radius: 5px;
  font-size: 1.8rem;
  outline: none;
  resize: none; }

.form-star {
  color: red; }

.btn-form {
  color: #fff;
  background-color: #3bc4c4;
  border: none;
  cursor: pointer;
  transition: all .3s;
  border-radius: 5px; }
  .btn-form:hover {
    background-color: #014268; }

.label-contacts {
  color: #fff; }

.footer {
  background-color: #222222;
  padding-top: 7rem; }
  .footer__wrapper {
    max-width: 114rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2rem; }
  .footer__box__heading {
    text-transform: uppercase;
    color: #3bc4c4;
    font-family: 'Sansation Bold', arial;
    font-size: calc(11px + 7 * ((100vw - 320px) / 1600));
    margin: 3rem 0; }
  .footer__box__links {
    list-style: none; }
    .footer__box__links__item {
      font-size: calc(11px + 5 * ((100vw - 320px) / 1600));
      color: #696969;
      margin-top: 1.5rem; }
    .footer__box__links__link {
      text-decoration: none;
      transition: all .3s; }
      .footer__box__links__link:link, .footer__box__links__link:visited {
        color: #696969; }
      .footer__box__links__link:hover {
        color: #3bc4c4; }
  .footer__contact-list {
    list-style: none; }
    .footer__contact-list__item {
      color: #696969;
      margin-top: 1.5rem; }
    .footer__contact-list__link {
      text-decoration: none;
      transition: all .3s; }
      .footer__contact-list__link:link, .footer__contact-list__link:visited {
        color: #696969; }
      .footer__contact-list__link:hover {
        color: #3bc4c4; }
  .footer__social-links {
    margin-top: 4rem; }
    .footer__social-links__list {
      list-style: none;
      display: flex; }
    .footer__social-links__link i {
      min-width: 40px;
      text-align: center; }
    .footer__social-links__item:not(:first-child) {
      margin-left: 1rem; }
    .footer__social-links__icon {
      font-size: 2rem;
      color: #696969;
      padding: 1rem;
      border: 1px solid #696969;
      border-radius: 5px;
      transition: all .3s; }
      .footer__social-links__icon:hover {
        color: #3bc4c4;
        border: 1px solid #3bc4c4; }
  .footer__bottom-side {
    margin-top: 3rem;
    background-color: #555555;
    padding: 2rem 0; }
  .footer__copyright-text {
    text-align: center;
    color: #222222; }

.contacts__social-links {
  margin: 7rem 0; }
  .contacts__social-links__list {
    list-style: none;
    display: flex; }
  .contacts__social-links__item:not(:first-child) {
    margin-left: 1rem; }
  .contacts__social-links__icon {
    font-size: 2rem;
    color: #fff;
    padding: 1rem;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all .3s;
    min-width: 40px;
    text-align: center; }
    .contacts__social-links__icon:hover {
      color: #3bc4c4;
      border: 1px solid #3bc4c4; }

.header__wrapper {
  max-width: 114rem;
  display: flex;
  flex-wrap: wrap; }
.header__logo-box {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding-left: 2rem; }
  .header__logo-box__logo {
    padding-top: 2rem; }
.header__menu-box {
  width: 50%;
  padding-right: 2rem;
  padding-top: 2rem; }
.header__hero-box {
  text-align: center;
  text-transform: uppercase;
  margin-top: 15%; }

.software-wrapper {
  max-width: 69rem; }

.application-wrapper {
  padding: 0 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.expertise-row {
  max-width: 100vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .expertise-row__element-box {
    width: 25%;
    background-color: #3bc4c4; }
    .expertise-row__element-box:not(:last-child) {
      border-right: 1px solid #d7d7d7; }
    .expertise-row__element-box__img {
      clip-path: polygon(100% 0, 100% 100%, 55% 100%, 50% 95%, 45% 100%, 0 100%, 0 0);
      position: relative; }
      .expertise-row__element-box__img__hidden-text {
        position: absolute;
        top: 40%;
        width: 80%;
        left: 10%;
        text-align: center;
        font-size: calc(11px + 6 * ((100vw - 320px) / 1600));
        font-family: 'Sansation Bold', arial;
        color: #fff;
        visibility: hidden; }
    .expertise-row__element-box__text {
      padding: 2rem 0;
      text-align: center; }

.expertise-row__element-box:hover .expertise-row__element-box__img__hidden-text {
  visibility: visible;
  z-index: 2; }

.expertise-row__element-box__img:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

/* .expertise-row__element-box:hover .expertise-img {
	opacity: 0.7;
	background: #000;
} */
.expertise-img {
  width: 100%;
  height: auto;
  overflow: hidden; }

.form-wrapper {
  max-width: 69rem;
  padding: 0 3rem; }

.form {
  display: flex;
  flex-wrap: wrap; }

.field {
  margin-top: 5rem;
  width: 50%;
  display: flex;
  flex-wrap: wrap; }

.input {
  margin-top: 1.5rem;
  padding-left: 1rem;
  width: 95%;
  height: 100%; }

.label {
  font-size: 1.2rem;
  width: 100%; }

.textarea {
  margin-top: 5rem;
  width: 98%; }

.btn-form {
  margin-top: 2.5rem;
  padding: 2rem 5rem; }

.expertise-features__wrapper {
  border-left: 20px solid #3bc4c4;
  border-right: 20px solid #014268; }
.expertise-features__heading {
  margin-bottom: 7rem; }
.expertise-features__row {
  max-width: 114rem;
  display: flex;
  flex-wrap: wrap;
  padding-left: 7rem; }
.expertise-features__box {
  width: 13.2%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center; }
  .expertise-features__box__description {
    width: 100%; }
  .expertise-features__box__icon {
    height: 11rem;
    width: auto;
    margin: 4rem auto; }

.technology__wrapper {
  padding: 0 1rem; }
.technology__row {
  max-width: 114rem;
  display: flex;
  flex-wrap: wrap; }
  .technology__row__box {
    width: 16%;
    text-align: center; }
    .technology__row__box__img {
      margin: 2rem auto 4rem auto; }

.services__wrapper {
  max-width: 80rem;
  padding: 0 1rem; }
.services__row {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
.services__box {
  width: 48%;
  padding: 3rem;
  background-color: #014268;
  margin-top: 4rem;
  text-align: center;
  border-radius: 5px; }
  .services__box:first-child {
    margin-right: 4%; }
  .services__box__heading {
    margin-top: 2rem; }
  .services__box__icon {
    width: 68px;
    height: 68px;
    filter: invert(1); }
  .services__box__text {
    margin-top: 3rem; }

.header-contacts {
  padding: 0 2rem 11rem 2rem; }
  .header-contacts__wrapper {
    max-width: 113rem;
    display: flex;
    flex-wrap: wrap; }
  .header-contacts__logo-box {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding-left: 2rem; }
    .header-contacts__logo-box__logo {
      padding-top: 2rem; }
  .header-contacts__menu-box {
    width: 50%;
    padding-right: 2rem;
    padding-top: 2rem; }
  .header-contacts__hero-box {
    width: 50%;
    text-align: left;
    text-transform: uppercase;
    margin-top: 3%; }

.contacts__contact-list {
  list-style: none; }
  .contacts__contact-list__item {
    color: #fff;
    margin-top: 1.5rem; }
  .contacts__contact-list__link {
    text-decoration: none;
    transition: all .3s;
    font-size: 1.4rem; }
    .contacts__contact-list__link:link, .contacts__contact-list__link:visited {
      color: #fff; }
    .contacts__contact-list__link:hover {
      color: #3bc4c4; }

.start__wrapper {
  max-width: 114rem; }
.start__row {
  display: flex;
  flex-wrap: wrap; }
.start__box {
  width: 33.3%;
  text-align: center;
  padding: 2.5rem; }
  .start__box__icon {
    color: #014268;
    background-color: #3bc4c4;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    padding: .3rem;
    font-size: 3.5rem; }
  .start__box__heading {
    margin: 2rem 0; }

.sqrd__wrapper {
  max-width: 75rem;
  text-align: center;
  padding: 0 2rem; }

.mission__wrapper {
  max-width: 114rem;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap; }
.mission__heading {
  width: 100%; }
.mission__heading .heading-secondary {
  text-align: left; }
.mission__box--left {
  width: 60%;
  text-align: left; }
.mission__box--right {
  width: 40%;
  text-align: right; }
.mission__list {
  list-style: none; }
  .mission__list__item:not(:first-child) {
    margin-top: 3rem; }
.mission__logo {
  max-width: 50%;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.extended__wrapper {
  max-width: 114rem;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap; }
.extended__heading {
  width: 100%; }
.extended__box {
  width: 49%; }
  .extended__box__photo {
    max-width: 90%; }
  .extended__box--middle {
    height: 21rem;
    width: 1%;
    background-color: #3bc4c4;
    border-radius: 5px;
    margin: 2rem 0.5% 0 0.5%; }
  .extended__box--left, .extended__box--right {
    text-align: center; }

.belarus__wrapper {
  max-width: 114rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem; }
.belarus__box {
  width: 50%;
  text-align: left; }
  .belarus__box__photo {
    max-width: 100%; }
  .belarus__box__list {
    list-style: none; }
  .belarus__box__item:not(:first-child) {
    margin-top: 3.5rem; }

.about-features__wrapper {
  max-width: 114rem;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.about-features__box {
  display: flex; }
  .about-features__box--left {
    width: 70%; }
  .about-features__box--right {
    width: 25%; }
  .about-features__box__img-box:not(:first-child) {
    margin-left: 5rem; }
  .about-features__box__img-box__img {
    max-width: 100%; }

.team__wrapper {
  max-width: 114rem;
  padding: 0 2rem; }
.team__row {
  margin-top: 7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.team__box {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left; }
  .team__box__description {
    vertical-align: middle;
    margin-left: 2.5rem; }
.team__department, .team__squad {
  margin-top: 0.5rem; }
.team__photo {
  border-radius: 50%; }

.header-home {
  background-image: url(/img/hero-home.jpg);
  background-size: cover;
  background-position: left; }
  @media (max-width: 767px) {
    .header-home {
      min-height: 50vh; } }
  @media (min-width: 768px) {
    .header-home {
      min-height: 70vh; } }

.section-software {
  padding: 7rem 0;
  background-color: #fcfcfc;
  border-bottom: 1px solid #e1e1e1; }

.section-expertise {
  padding-top: 7rem;
  background-color: #fff; }

.section-slider {
  padding-top: 7rem; }

.section-form {
  padding: 7rem 0;
  background-image: url(/img/form-background.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.header-expertise {
  background-image: url(/img/hero-expertise.jpg);
  background-size: cover;
  background-position: left; }
  @media (max-width: 767px) {
    .header-expertise {
      min-height: 50vh; } }
  @media (min-width: 768px) {
    .header-expertise {
      min-height: 70vh; } }

.sectrion-expertise-features {
  padding: 7rem 0;
  background-color: #fcfcfc; }

.section-technology {
  padding: 7rem 0;
  background-image: url(/img/technology-background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.header-services {
  background-image: url(/img/hero-services.jpg);
  background-size: cover;
  background-position: left; }
  @media (max-width: 767px) {
    .header-services {
      min-height: 50vh; } }
  @media (min-width: 768px) {
    .header-services {
      min-height: 70vh; } }

.section-services {
  padding: 7rem 0;
  background-color: #fff; }

.header-contacts {
  /* background-image: url(/img/hero-contacts.jpg); */
  background-color: rgb(1, 66, 104);
  background-size: cover;
  background-position: left; }
  @media (max-width: 767px) {
    .header-contacts {
      min-height: 50vh; } }
  @media (min-width: 768px) {
    .header-contacts {
      min-height: 70vh; } }

.section-start {
  padding: 7rem 0;
  background-color: #fcfcfc;
  border-bottom: 1px solid #e1e1e1; }

.header-about {
  background-image: url(/img/hero-about.jpg);
  background-size: cover;
  background-position: left; }
  @media (max-width: 767px) {
    .header-about {
      min-height: 50vh; } }
  @media (min-width: 768px) {
    .header-about {
      min-height: 70vh; } }

.section-sqrd {
  padding: 7rem 0;
  background-color: #fcfcfc;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }

.section-mission {
  padding-top: 7rem;
  background-image: url(/img/mission-background.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 767px) {
    .section-mission {
      padding-bottom: 0; } }
  @media (min-width: 768px) {
    .section-mission {
      padding-bottom: 7rem; } }

.section-extended {
  background-color: #fff;
  position: relative; }
  .section-extended--first {
    padding: 7rem 4rem 0 4rem; }
  .section-extended--second {
    padding: 7rem 4rem 10rem 4rem; }
  .section-extended__block--left {
    display: block;
    width: 2rem;
    height: 22rem;
    position: absolute;
    top: 80%;
    left: 0;
    background-color: #3bc4c4;
    z-index: 10; }
  .section-extended__block--right {
    display: block;
    width: 2rem;
    height: 22rem;
    position: absolute;
    top: 80%;
    transform: translate(-100%, 0);
    left: 100%;
    background-color: #014268;
    z-index: 10; }

.section-belarus {
  padding: 7rem 0;
  background-image: url(/img/belarus-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom; }

.section-about-features {
  margin-top: -1rem;
  border-top: 1px solid #233d5c;
  padding: 7rem 0;
  background-color: #274466;
  position: relative; }
  .section-about-features__block--left {
    display: block;
    width: 2rem;
    height: 22rem;
    position: absolute;
    top: 16%;
    left: 0;
    background-color: #3bc4c4;
    z-index: 10; }
  .section-about-features__block--right {
    display: block;
    width: 2rem;
    height: 22rem;
    position: absolute;
    top: 16%;
    transform: translate(-100%, 0);
    left: 100%;
    background-color: #fff;
    z-index: 10; }

.section-team {
  padding: 7rem 0;
  background-color: #fcfcfc;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9; }

/*# sourceMappingURL=style.css.map */

.application-box .object-box {
  border-radius: 40px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  background-color: #0dd;
  width: 70px;
  height: 70px;
  padding: 10px
}
.application-box object{ padding: 10px;}

svg.blue-svg {fill: #014268;}
svg.blue-svg {fill: #014268;}
svg.white-svg {fill: #ffffff;}

.expertise-features__box {display: block;  margin-bottom: 30px;}
.expertise-features__box svg { fill: #ffffff;}
span.expertise-features__box-svg {
  border-radius: 55px;
  width: 110px;
  height: 110px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
span.darkblue {background: #004268;}
span.biruza {background: #00dddd;}
span.blue {background: #037eca;}

.about-features__box { justify-content: center;}
.about-features__box__img-box {text-align: center;}
.about-object-box {
  border-radius: 50%;
  background-color: #0dd;
  width: 120px;
  height: 120px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.extended__box--left {display: block; margin: auto;}
.extended__box__photo {object-fit: contain;}

/* CSS Треугольник */
/* .main-menu__link:hover {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #0dd;
  top: 0;
  left: 12.5%;
  margin-left: -3px;
} */


/* Собственно сам слайдер */
.simpleslider {
  background-image: url(/img/slider.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 45vh;
  position: relative;
  color: #ffffff;  
}
.slider-text {text-align: center;}

/* Кнопки вперед и назад */
.slider .prev, 
.slider .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
.slider .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* При наведении на кнопки добавляем фон кнопок */
.slider .prev:hover,
.slider .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@-webkit-keyframes fade {
  from {
      opacity: .4
  }
  to {
      opacity: 1
  }
}
@keyframes fade {
  from {
      opacity: .4
  }
  to {
      opacity: 1
  }
}
