@charset "UTF-8";
:root {
  --acent-color:#F83718;
}

.maketforfigma {
  flex: 0 0 auto;
  background: #313a46;
  font-weight: bold;
  display: flex;
}

.maketforfigma img {
  border-radius: 10px;
  margin: 4px 0 0 4px;
}

.maketforfigma p {
  color: #98a6ad;
  text-decoration: none;
  letter-spacing: 0.01875rem;
  font-size: 0.775rem;
  padding: 0 10px;
  line-height: 0.7rem;
}

.maketforfigma p > a {
  color: #bbe4f0;
  font-weight: bold;
}

.maketforfigma p > a:hover {
  color: #ffffff;
}

.main {
  flex: 1 0 auto;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Ubuntu", sans-serif;
}

/* Начало */
h1 {
  color: #ffffff;
}

a {
  text-decoration: none;
}

p {
  color: #ffffff;
}

.active {
  background-color: #ffffff;
  box-shadow: 1.38889px 1.38889px 5.55556px rgba(48, 48, 56, 0.12);
}

.btn-language {
  border: none;
  border-radius: 12px;
  color: #000;
}
.btn-language:hover {
  color: var(--acent-color);
  background-color: #ffffff;
  box-shadow: 1.38889px 1.38889px 5.55556px rgba(48, 48, 56, 0.12);
}
.btn-modulse {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 30px;
  padding: 9px 28px;
  border: none;
  border-radius: 0px;
  background-color: var(--acent-color);
  transition: 0.5s;
}
.btn-modulse:hover {
  opacity: 0.5;
}

.nav-language {
  background-color: #F0F0F0;
  border-radius: 15px;
  padding: 5px;
}
.nav-link {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}
.nav-link:hover {
  color: var(--acent-color);
}

.intro {
  padding: 104px 0px;
}
.intro-title {
  margin-top: 30px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
}
.intro-text {
  margin-top: 30px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.services-title {
  margin-top: 100px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
}
.services-title span {
  color: var(--acent-color);
}
.services-text {
  margin-top: 30px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #000000;
}
.services-card p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 150%;
  color: #000000;
}
.services-card h2 {
  margin-top: 22px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: var(--acent-color);
}

.modulse {
  margin-top: 20px;
  padding: 50px 80px;
  border: 2px solid #F9F9F9;
}
.modulse-title {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
}
.modulse-text {
  margin: 30px 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #1B1925;
}

.casting-img {
  margin-top: 30px;
  background-color: #ffffff;
}

.docManage {
  margin-top: 100px;
}
.docManage-container {
  padding: 80px 50px;
  transform: translateY(50%);
  background-color: #ffffff;
}
.docManage-header {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
}
.docManage-cards {
  padding-top: 400px;
  padding-bottom: 100px;
  background-color: #01AFEB;
}
.docManage-title {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.docManage-text {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

.custom-container {
  margin-top: 200px;
}
.custom-block {
  transition: 0.7s;
  min-height: 300px;
}
.custom-block img {
  width: 100px;
  height: 100px;
  margin: 20px 0px;
}
.custom-block:hover {
  background-color: var(--acent-color);
}
.custom-block:hover img {
  display: none;
}
.custom-block:hover h3::after {
  display: none;
}
.custom-block:hover h3::before {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  content: "Разработка приложений для телевизоров Samsung и LG с функцией Smart TV, а также для устройств Android TV и Apple TV. Smart TV является молодой и развивающейся площадкой для пользовательских приложений в большей части для воспроизведения мультимедийного контента";
}
.custom-title::after {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
  content: "Разработки для SMART-TV";
}
.custom-title::after-sub {
  display: none;
}

.footer-container {
  margin-top: 180px;
}
.footer-block {
  padding: 20px;
}
.footer-block2 {
  padding: 40px;
}
.footer-title {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer-title2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
}
.footer-text {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}
.footer-text2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
}
.footer-link {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #FFFFFF;
}
.footer-link2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
}
.footer-bottom {
  margin-top: 60px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  text-align: center;
  color: #959595;
}