@font-face {
  font-family: 'EurofontExtendedC';
  src: url('/assets/fonts/EurofontExtendedC/eurofontextendedc.otf');
}

@font-face {
  font-family: 'RobotoLight';
  src: url('/assets/fonts/Roboto/Roboto-Light.ttf');
}

@font-face {
  font-family: 'CodePro';
  src: url('/assets/fonts/CodePro/Code-Pro.woff');
}

@font-face {
  font-family: 'CodeProLC';
  src: url('/assets/fonts/CodePro/Code-Pro-LC.woff');
}

body {
  font-family: RobotoLight;
  font-size: 16px;
  line-height: 1.5;
  color: #00060F;
  overflow-x: hidden;
}

p {
  margin: 0;
}

.header__left {
  background-color: #FFFFFF;
  padding: 75px 0 0 200px;
}

.header__right {
  position: relative;
  background-color: #DDE8F8;
  padding: 75px 200px 0 75px;
  min-height: 900px;
}

.big-btn {
  display: inline-block;
  background-color: #0260E8;
  color: #FFFFFF !important;
  border: none;
  border-radius: 5px;
  padding: 30px 90px;
  transition: all ease-in-out 250ms;
  text-decoration: none;
}

.big-btn:hover {
  background-color: #0090FF;
}

.header__logo {
  font-family: EurofontExtendedC;
  font-size: 24px;
}

.header__name {
  font-family: CodePro;
  font-size: 60px;
  text-transform: uppercase;
  max-width: 725px;
  margin-top: 150px;
}

.header__description {
  font-size: 20px;
  max-width: 475px;
  margin-top: 50px;
}

.header__description .big-btn {
  margin-top: 50px;
}

.header__phone {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header__phone_mob {
  display: none;
}

.header__phone a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #00060F;
  white-space: nowrap;
  margin-right: 50px;
}

.header__phone img {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.header__phone button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  background-color: #0260E8;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  white-space: nowrap;
  transition: all ease-in-out 250ms;
}

.header__phone button:hover {
  background-color: #0090FF;
}

.header__photo {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 885px;
}

.header__photo img {
  max-width: 100%;
  max-height: 100%;
}

.any-device {
  padding: 75px 200px;
  background-color: #DDE8F8;
}

.any-device__title {
  font-family: CodePro;
  font-size: 42px;
  text-transform: uppercase;
  max-width: 535px;
}

.any-device .big-btn {
  margin-top: 50px;
}

.any-device__img {
  position: relative;
  width: 100%;
  height: 100%;
}

.any-device__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
}

.software {
  padding: 200px;
}

.software__title {
  font-family: CodePro;
  font-size: 42px;
  margin-bottom: 50px;
}

.software__text {
  font-size: 18px;
}

.software__text p {
  margin-bottom: 10px;
}

.versions {
  padding: 100px 200px;
  background-color: #DDE8F8;
}

.versions__title {
  font-family: CodePro;
  font-size: 42px;
  margin-bottom: 75px;
}

.versions .nav-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: CodePro;
  font-size: 24px;
  background-color: #FFFFFF;
  color: #00060F;
  border-radius: 5px;
  margin-right: 20px;
  padding: 20px 50px;
}

.versions .nav-link.active {
  background-color: #0260E8;
  color: #FFFFFF;
}

.versions .tab-pane {
  padding: 75px 0;
}

.versions__tab-left img {
  max-width: 100%;
}

.versions__tab-right {
  font-size: 18px;
}

.versions__tab-right p {
  margin-bottom: 10px;
}

.versions__tab-right .big-btn {
  margin-top: 50px;
}

.versions__tab-term-foo {
  margin-top: 50px;
  background-color: #FFFFFF;
  padding: 25px 50px;
  border-left: 10px solid #0260E8;
}

.functional {
  background-color: #FFFFFF;
  padding: 100px 200px;
}

.functional__title {
  font-family: CodePro;
  font-size: 42px;
  margin-bottom: 50px;
}

.functional__list {
  margin-left: -30px;
  margin-right: -30px;
}

.functional__item {
  padding: 30px;
}

.functional__inner {
  width: 100%;
  height: 100%;
  background-color: #DDE8F8;
  border-radius: 5px;
  padding: 30px;
}

.functional__inner img {
  height: 50px;
  margin-bottom: 50px;
}

.functional__inner p {
  font-size: 18px;
}

.benefits {
  background-color: #FFFFFF;
  padding: 50px 200px 0 200px;
}

.benefits__title {
  font-family: CodePro;
  font-size: 42px;
  margin-bottom: 50px;
}

.benefits__left img {
  max-width: 100%;
}

.benefits__item {
  display: flex;
}

.benefits__item img {
  width: 30px;
  margin-top: 10px;
  margin-right: 25px;
}

.benefits__item-title {
  font-size: 28px;
  margin-bottom: 20px;
}

.benefits__item-desc {
  font-size: 18px;
  margin-bottom: 40px;
}

.we {
  box-shadow: 0 10px 50px rgba(181, 200, 227, 0.2);
  padding: 75px;
  margin: 100px 0 -200px 0;
  background-color: #FFFFFF;
}

.we__title {
  font-family: CodePro;
  font-size: 42px;
  margin-bottom: 50px;
}

.we__col-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 24px;
  border-bottom: 1px solid #0260E8;
  padding-bottom: 20px;
  height: 115px;
  margin-bottom: 20px;
}

.we__col-big-num {
  font-size: 90px;
  color: #0260E8;
  line-height: 1;
  margin-right: 10px;
}

.we__col-desc {
  font-size: 18px;
}

.view {
  padding: 300px 200px 150px;
  background-color: #DDE8F8;
}

.view__title {
  font-family: CodePro;
  font-size: 42px;
  margin-bottom: 50px;
}

.carousel-control-prev,
.carousel-control-next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #FAFCFF;
  color: #00060F;
  border-radius: 50%;
  top: -60px;
}

.carousel-control-prev {
  right: 60px;
  left: auto;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: none;
}

.carousel-control-prev img,
.carousel-control-next img {
  width: 11px;
  height: 15px;
}

.inventory {
  padding: 150px 200px 200px 200px;
  background-color: #FFFFFF;
}

.inventory__title {
  font-family: CodePro;
  font-size: 42px;
  margin-bottom: 50px;
}

.inventory__item {
  margin-bottom: 100px;
}

.inventory__item-num {
  background-color: #DDE8F8;
  border-radius: 50%;
  font-size: 100px;
  color: #F6F9FE;
  width: 125px;
  height: 125px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.inventory__item-title {
  position: relative;
  font-family: CodeProLC;
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.inventory__item-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  width: 100px;
  height: 3px;
  background-color: #0260E8;
}

.inventory__item-desc {
  font-size: 18px;
}

.inventory__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.inventory__arrow img {
  max-width: 100%;
  max-height: 100%;
  margin-right: 50px;
}

.contacts {
  background-color: #DDE8F8;
  padding: 100px 200px;
  margin-bottom: 200px;
}

.contacts__left {
  text-align: center;
}

.contacts__title {
  font-family: CodePro;
  font-size: 42px;
  margin-bottom: 30px;
}

.contacts__social {
}

.contacts__social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
}

.contacts__social a:last-child {
  margin-right: 0;
}

.contacts__social img {
  max-width: 50px;
  height: 45px;
}

.contacts__right {
  position: relative;
}

.contacts__callback {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #DDE8F8;
  box-shadow: 0 10px 50px rgba(181, 200, 227, 0.2);
  border-radius: 5px;
  min-height: 550px;
  padding: 50px 100px;
  text-align: center;
}

.contacts__callback-title {
  font-family: CodePro;
  font-size: 42px;
  margin-bottom: 50px;
}

.contacts__callback-form input {
  font-size: 18px;
  padding: 20px 40px;
  background-color: #FAFCFF;
  border: none;
  border-radius: 5px;
  width: 450px;
  margin-bottom: 20px;
}

.contacts__callback-form button {
  margin-top: 20px;
}

.footer {
  background-color: #00060F;
  padding: 50px 200px;
}

.footer__left-row {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.footer__left-row a {
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}

.footer__left-row img {
  width: 25px;
  max-height: 50px;
  margin-right: 15px;
}

.footer_logo {
  font-family: EurofontExtendedC;
  font-size: 35px;
  color: #FFFFFF;
  text-align: center;
}

.footer__center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.footer__copy {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}

.footer__info {
  font-size: 14px;
  color: #FFFFFF;
  text-align: right;
}

/***** MEDIA *****/

@media (max-width: 1800px) {
  .header__left,
  .header__right,
  .any-device,
  .software,
  .versions,
  .functional,
  .benefits,
  .view,
  .inventory,
  .contacts,
  .footer {
    padding-left: 50px;
    padding-right: 50px;
  }

  .header__phone {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header__phone a {
    margin: 0;
  }

  .header__phone button {
    margin-top: 30px;
  }

  .header__photo {
    width: 125%;
  }

  .versions .nav-link {
    font-size: 20px;
    padding: 15px 30px;
    margin-bottom: 10px;
  }

  .inventory__item-title {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .big-btn {
    padding: 15px 45px;
  }

  .header__left {
    padding: 45px 15px;
  }

  .header__logo {
    font-size: 32px;
    text-align: center;
  }

  .header__name {
    font-size: 32px;
    text-align: center;
    margin: 30px auto;
  }

  .header__description {
    text-align: center;
    margin: 30px auto;
  }

  .header__right {
    padding: 45px 15px;
    min-height: auto;
  }

  .header__photo {
    position: static;
    width: auto;
    margin: auto;
    transform: none;
    text-align: center;
  }

  .header__phone {
    display: none;
  }

  .header__phone_mob {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
  }

  .header__phone_mob a {
    margin: 0;
  }

  .header__left .big-btn {
    margin-top: 30px;
  }

  .any-device {
    padding: 45px 15px;
    text-align: center;
  }

  .any-device__title {
    font-size: 32px;
    text-align: center;
    max-width: 100%;
  }

  .any-device .big-btn {
    margin: 30px auto;
  }

  .any-device__img img {
    position: static;
    transform: none;
    width: auto;
    max-width: 100%;
  }

  .software {
    padding: 45px 15px;
  }

  .software__title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }

  .versions {
    padding: 45px 15px;
  }

  .versions__title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }

  .versions .nav {
    flex-direction: column;
  }

  .versions .nav-link {
    font-size: 16px;
    padding: 10px 30px;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .versions .tab-pane {
    padding: 30px 0;
  }

  .versions__tab-left {
    text-align: center;
    margin-bottom: 30px;
  }

  .versions__tab-right {
    display: flex;
    flex-direction: column;
  }

  .versions .big-btn {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .functional {
    padding: 45px 15px;
  }

  .functional__title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }

  .benefits {
    padding: 45px 15px;
  }

  .benefits__title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }

  .benefits__left {
    text-align: center;
  }

  .we {
    padding: 60px 15px;
    margin: auto;
    box-shadow: none;
  }

  .we__title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }

  .we__col {
    margin-bottom: 50px;
  }

  .we__col-title {
    height: auto;
  }

  .view {
    padding: 45px 15px;
  }

  .view__title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }

  .inventory {
    padding: 45px 15px;
  }

  .inventory__title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }

  .inventory__item {
    text-align: center;
  }

  .inventory__item-title {
    height: auto;
  }

  .inventory__item-title:after {
    left: 50%;
    transform: translate(-50%, 0);
  }

  .inventory__item-desc {
    max-width: 500px;
    margin: auto;
  }

  .inventory__arrow img {
    margin: 0;
    transform: rotate(90deg);
  }

  .contacts {
    padding: 45px 15px;
    margin: 0;
  }

  .contacts__title,
  .contacts__callback-title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }

  .contacts__callback {
    position: static;
    transform: none;
    box-shadow: none;
    min-height: auto;
    padding: 15px;
    margin-bottom: 30px;
  }

  .contacts__callback-form form {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: auto;
  }

  .contacts__callback-form form label,
  .contacts__callback-form form input,
  .contacts__callback-form form button {
    width: 100%;
  }

  .contacts__callback-form button {
    margin-top: auto;
  }

  .contacts__social img {
    width: auto;
    height: 25px;
  }

  .footer {
    padding: 45px 15px;
  }

  .footer__center {
    margin-top: 60px;
  }

  .footer__info {
    text-align: left;
  }
}