@font-face {
  font-family: DelaGothicOne-Regular;
  src: url(../fonts/DelaGothicOne-Regular.woff);
  font-display: swap;
}

@font-face {
  font-family: SegoeUI;
  src: url(../fonts/SegoeUI.woff);
  font-display: swap;
}

@font-face {
  font-family: SegoeLight;
  src: url(../fonts/segoe-ui-light.woff);
  font-display: swap;
}

@font-face {
  font-family: SegoeBold;
  src: url(../fonts/segoe-ui-bold.woff);
  font-display: swap;
}
body {
  min-width: 320px;
}
.section {
  position: relative;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
h2 {
  font-size: 4rem;
  font-family: DelaGothicOne-Regular;
  line-height: 1.3em;
}
h3 {
  font-size: 2.5rem;
  line-height: 1.3em;
  font-family: SegoeBold;
}
h4 {
  font-size: 2rem;
  line-height: 1.3em;
  font-family: SegoeBold;
}
p,
li,
b {
  font-family: SegoeUI;
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #000;
}
b {
  font-family: SegoeBold;
  display: block;
}
.wrapper {
  padding: 120px 0;
  position: relative;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.company-info,
.projects-section,
.our-products,
.our-direction,
.company-path,
.sectio-slogan,
.about-team,
.competence,
.task-type,
.development-cycle,
.our-approaches,
.platform {
  background-color: #e5e5e5;
  transition: 0.5s background-color;
}
.underline::after {
  content: "";
  display: block;
  width: 85%;
  height: 4px;
  background: #828282;
  margin-top: 0.8em;
  border-radius: 2px;
}
.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  z-index: 3;
  transition: 0.4s;
}
.career__svg {
  fill: #bdbdbd;
}
.header_show,
.header_fix {
  position: fixed;
  top: 80px;
  background: #fff;
  margin-top: -80px;
  transition: .8s top;
}
.header_show .discuss-projects {
  color: #fff;
}
.header_show .discuss-projects:hover {
  background: #bdbdbd;
  color: #fff;
}
.header_fix .menu-top__item {
  color: #4f4f4f;
}
.header_fix .career__svg {
  fill: #4f4f4f;
}
.header_fix .logo-svg {
  fill: #004f97;
}
.header_fix .discuss-projects {
  color: #fff;
}
.mobile-menu .career__svg {
  fill: #828282;
}
.video-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.video-bg__substitution{
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.menu_top {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 20px;
  height: 80px;
}
.menu-top__item {
  height: 100%;
  font-family: SegoeUI;
  font-weight: 700;
  color: #bdbdbd;
  padding: 0 14px;
  display: flex;
  align-items: center;
}
.menu-top__logo + .menu-top__item {
  font-size: 13px;
}
.menu-top__logo {
  padding: 0;
}
.menu-top__logo::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #bdbdbd;
  margin: 0 0 0 15px;
}
.discuss-projects {
  background: #004f97;
  margin-left: auto;
  transition: 0.3s;
  text-align: center;
}
.discuss-projects:hover {
  background: #c6e4ff;
  color: #004f97;
}
.menu-top__nav {
  display: flex;
  margin: 0 auto;
}
.menu__button {
  position: absolute;
  border: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: none;
  z-index: 1;
}
.header_show .menu__button span:first-child {
  transform: rotate(45deg) scaleX(1.5);
}
.header_show .menu__button span:nth-child(2) {
  display: none;
}
.header_show .menu__button span:last-child {
  transform: rotate(-45deg) scaleX(1.5);
}
.mobile-menu {
  display: none;
}
.menu__button span {
  width: 80%;
  height: 3px;
  background: #fff;
}
.main {
  width: 100%;
  height: 100vh;
  min-height: 850px;
  background: url("/img/main-bg.jpg") no-repeat;
  background-size: cover;
  display: flex;
  align-items: stretch;
  position: relative;
}
.main > .container {
  flex-basis: 1400px;
}
.main-title, .thanks-title {
  font-family: DelaGothicOne-Regular, sans-serif;
  font-size: 4rem;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #ffffff;
}
.thanks__text{
  color: #ffffff;
}
.main-title_main {
  margin-top: 230px;
  margin-left: 156px;
}
.company-description {
  display: block;
  font-family: SegoeUI;
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #fff;
  max-width: 750px;
  margin-left: calc(50% - 115px);
  margin-top: -52px;
}
.company-description_main {
  max-width: none;
  margin-left: 0;
}
.video-button {
  width: 190px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video-button__text {
  position: absolute;
  font-size: 18px;
  top: calc(50% - 7px);
  color: #fff;
}
.video-button__time {
  position: absolute;
  font-size: 18px;
  bottom: 40px;
  color: #fff;
}
.video-button__arc{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  transition: .5s;
}
.video-button:hover .video-button__arc{
  border: 1px solid #fff;
}
.video-button__arc-wrap{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-button:hover .video-button__arc:first-child{
  animation: arcScale 2.4s infinite linear;
  animation-fill-mode: forwards;
}
.video-button:hover .video-button__arc:last-child{
  animation: arcScale 2.4s infinite linear 1.2s;
  animation-fill-mode: forwards;
}
@keyframes arcScale {
  0%{
    transform: scale(1);
  }
  5%{
    opacity: 1;
  }
  100%{
    transform: scale(1.4);
    opacity: 0;
  }
}
.company-info__title {
  font-family: DelaGothicOne-Regular;
  color: #004f97;
}
.contacts {
  margin-bottom: 140px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 20px;
}
.contacts__item {
  font-family: SegoeUI;
  font-size: 1.25rem;
  color: #bdbdbd;
}
.contacts__bottom-right {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.contacts__item {
  font-weight: 600;
}
.contacts__item + .contacts__item {
  margin: 0 0 0 20px;
}
.strokes {
}
.products-wrapper {
  height: 400px;
  max-width: 1400px;
  margin: 0 auto;
}
.products {
  display: flex;
  height: 100%;
}
.products__item {
  flex-basis: 25%;
  position: relative;
  height: 100%;
}
.products__item canvas {
  height: 100% !important;
  width: 100% !important;
}
.products__front {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  transition: 1s;
  backface-visibility: hidden;
  height: 100%;
  padding: 0 10px;
}
.products__logo {
  width: 44%;
  position: relative;
  top: calc(25% - 19px);
  display: block;
  margin: 0 auto;
  transition: 0.6s;
}
.products__logo_tmcorp {
  top: calc(25% - 34px);
  width: 96%;
}
.products__logo_tmspec {
  top: calc(25% - 33px);
  width: 53%;
}
.products__logo_tmmarket {
  top: calc(25% - 30px);
  width: 63%;
}
.products__description {
  font-size: 1rem;
  color: #fff;
  font-family: SegoeUI;
  opacity: 0;
  transition: 0.6s;
  margin-left: 30px;
}
.products__item:hover .products__logo {
  top: 0;
}
.products__item:hover .products__description {
  opacity: 1;
}
.company-path::before {
  content: "";
  width: 55%;
  height: 150px;
  position: absolute;
  background: url("/img/2003.svg") no-repeat;
  background-size: contain;
  background-position: center right;
  top: -75px;
  right: 0;
}
.company-path::after {
  content: "";
  width: 55%;
  height: 150px;
  position: absolute;
  background: url("/img/2021.svg") no-repeat;
  background-size: contain;
  background-position: center left;
  bottom: -75px;
  left: 0;
  z-index: 2;
}
.platform::before {
  content: "";
  display: block;
  position: absolute;
  top: -69px;
  right: 0;
  width: 75%;
  min-width: 280px;
  height: 100px;
  background: url('/img/platforma.svg') no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.company-team {
  position: relative;
  height: 1000px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6) 59%,
      rgba(0, 0, 0, 1) 100%
    ),
    url("/img/company-team.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.company-team__item {
  font-size: 1.8rem;
}
.company-team__link {
  font-family: SegoeUI;
  line-height: 140%;
  text-decoration-line: underline;
  color: #2d9cdb;
}
.footer {
  background: #333333;
}
.social {
  display: flex;
}
.social__item {
  display: block;
  width: 50px;
  height: 50px;
}
.social__item + .social__item {
  margin-left: 10px;
}
.social__item img {
  width: 100%;
  height: 100%;
}
.slider__wrap {
  position: relative;
}
.slider {
  width: 100%;
  height: 300px;
  position: relative;
  transition: 0.2s;
  overflow: hidden;
}
.slider__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  transition: 0.5s top;
}
.slider__item_show {
  top: 0;
  opacity: 1;
  transition: 0.5s;
}
.slider__item_down {
  top: 400px;
  opacity: 0;
  transition: 0.5s;
}
.slider__item_up {
  top: -440px;
  opacity: 0;
  transition: 0.5s;
}
.slider__item p {
  padding-left: 80px;
  background-position: left bottom;
  background: url('/img/slider-item-bg.svg') repeat-y;
  background-size: 52px auto;
}
.next-btn {
  position: absolute;
  border: none;
  background: url("/img/arrow.svg") no-repeat;
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  bottom: -50px;
}
.prev-btn {
  position: absolute;
  border: none;
  background: url("/img/arrow.svg") no-repeat;
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  top: -50px;
}
.events__img {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events__img canvas {
  width: 70% !important;
}
.slogan {
  font-size: 115px;
  position: relative;
  top: 300px;
  opacity: 0;
}
.slogan:nth-child(1) {
  animation-delay: 0.5s;
}
.slogan:nth-child(2) {
  animation-delay: 0.7s;
}
.slogan:nth-child(3) {
  animation-delay: 0.9s;
}
.slogan:nth-child(4) {
  animation-delay: 1.1s;
}
.slogan:nth-child(5) {
  animation-delay: 1.3s;
}
.team-composition_show,
.slogan_show {
  animation: show 1s forwards;
}
.team-composition {
  position: relative;
  top: 300px;
  opacity: 0;
}
.team-composition:nth-child(1) {
  animation-delay: 0.5s;
}
.team-composition:nth-child(2) {
  animation-delay: 0.7s;
}
.team-composition:nth-child(3) {
  animation-delay: 0.9s;
}
.team-composition:nth-child(4) {
  animation-delay: 1.1s;
}
.team-composition:nth-child(5) {
  animation-delay: 1.3s;
}
.about-company {
  position: relative;
  top: 300px;
  opacity: 0;
}
.about-company:nth-child(1) {
  animation-delay: 0.5s;
}
.about-company:nth-child(2) {
  animation-delay: 0.7s;
}
.about-company:nth-child(3) {
  animation-delay: 0.9s;
}
.about-company:nth-child(4) {
  animation-delay: 1.1s;
}
@keyframes show {
  0% {
    top: 300px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.slogan_hide {
  top: -200px;
  opacity: 0;
}
.type-task__title {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #333333;
  font-weight: 700;
}
.type-task__description-wrap {
  position: relative;
}
.type-task__description {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #333333;
  transition: 0.5s;
}
/*Стили для scroll-сайдера*/
.scroll-slider {
  position: relative;
}
.grayscale-img{
  filter: grayscale(100%);
  transition: .5s;
}
.grayscale-img:hover{
  filter: grayscale(0%);
}

/*Страница благодарности*/
.thanks-wrap{
  height: 100vh;
  min-height: 700px;
  background: #333333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.thanks{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.thanks:after{
  content: '';
  width: 80%;
  height: 2px;
  background: #BDBDBD;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ellipse_vertical{
  position: absolute;
  right: 15%;
  bottom: 0;
  top: 0;
  height: 100%;
}
.ellipse_horizontal{
  width: 80%;
  position: absolute;
  bottom: 0;
  right: 10%;
  margin:auto;
}

@media screen and (min-width: 768px) {
  .type-task:hover .type-task__item {
    opacity: 0.1;
  }
  .type-task__item:hover {
    opacity: 1 !important;
    background: #e5e5e5;
  }
  .type-task__item:hover .type-task__description {
    background: #e5e5e5;
    z-index: 2;
  }
  .type-task__item:hover .type-task__description {
    opacity: 1;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .type-task__description {
    opacity: 0;
    height: 0;
  }
}
@media screen and (min-width: 992px) {
  .scroll-slider__item {
    width: 100%;
    transition: 0.5s;
    bottom: 0;
    position: absolute;
  }
  .scroll-slider__item_up {
    bottom: 400px;
    position: absolute;
  }
  .scroll-slider__item_down {
    bottom: -400px;
    position: absolute;
  }
  .scroll-slider__content-item {
    position: absolute;
    bottom: 0;
    margin-left: 4rem;
  }
  .scroll-slider__wrap {
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.projects-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.projects {
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
}
.projects:active {
  cursor: grabbing;
}
.projects__item {
  width: 600px;
  padding: 30px 10px 100px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 10px;
}
.projects__date {
  font-size: 1.5rem;
  color: #ffffff;
}
.projects__description {
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff;
}
.cargopot {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 20%,
      rgba(0, 0, 0, 0.5) 63%
    ),
    url("/img/cargopot.jpg");
  background-size: cover;
}
.gostaxi {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 20%,
      rgba(0, 0, 0, 0.5) 63%
    ),
    url("/img/gostaxi.jpg");
  background-size: cover;
}
.development-title {
  position: relative;
  z-index: 2;
  background: #e5e5e5;
  margin-bottom: 10rem;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .slogan {
    font-size: 80px;
  }
  .projects-wrapper {
    height: 500px;
  }
  .projects__item {
    width: 500px;
    padding: 25px 8px 90px 25px;
  }
  .projects__description {
    font-size: 1.9rem;
  }
  .projects__date {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 40px 0;
  }
  .main {
    min-height: 630px;
  }
  .main-title_main {
    margin-top: 140px;
    margin-left: 0px;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 1.7rem;
  }
  .contacts__item,
  p,
  li,
  b {
    font-size: 1rem;
  }
  .company-team__item {
    font-size: 1.6rem;
  }
  .main-title {
    font-size: 3.5rem;
  }
  .contacts {
    margin-bottom: 60px;
  }
  .company-description {
    font-size: 1.5rem;
    max-width: 500px;
    margin-top: 0;
  }
  .company-description_main {
    margin-left: 0;
    max-width: none;
  }
  .social__item img {
    width: 45px;
  }
  .company-team {
    height: 600px;
  }
  .type-task__title {
    font-size: 1.5rem;
  }
  .type-task__description {
    font-size: 1.3rem;
  }
  .slogan {
    font-size: 60px;
  }
  .projects-wrapper {
    height: 450px;
  }
  .projects__item {
    width: 450px;
    padding: 20px 6px 60px 20px;
  }
  .projects__description {
    font-size: 1.7rem;
  }
  .projects__date {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 992px) {
  .slider {
    height: auto !important;
  }
  .slider__item {
    opacity: 1 !important;
    background: none;
    position: static;
    margin-bottom: 50px;
  }
  .scroll-slider__item {
    margin-bottom: 45px;
  }
  .slider__item h2.text-primary {
    display: inline-block;
  }
  .slider__item p {
    margin-left: 0;
    background: none;
    padding-left: 0;
  }
  .next-btn,
  .prev-btn {
    display: none !important;
  }
  .development-title {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 50px;
  }
  .header_show .menu_top,
  .header_fix .menu_top {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #f5f5f5;
  }
  .menu__wrapper {
    height: 50px;
    display: flex;
    align-items: center;
  }
  .menu_top {
    height: 50px;
    z-index: 4;
  }
  .menu-top__item {
    height: auto;
  }
  .menu-top__item {
    color: #f2f2f2;
  }
  .menu__button {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    padding: 12px 11px;
    background: #004f97;
    display: flex;
    z-index: 5;
  }
  .menu__button span {
    background: #e5e5e5;
    transition: 0.5s;
    transform-origin: left;
  }
  .menu-top__nav {
    display: none;
  }
  .discuss-projects {
    display: none;
  }
  .mobile-menu {
    height: 297px;
    width: 301px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    top: -300px;
    right: 0;
    transition: 0.5s;
    background: #f5f5f5;
  }
  .mobile-menu .menu-top__item {
    position: relative;
  }
  .mobile-menu .menu-top__item::before {
    content: "";
    width: 90%;
    height: 1px;
    background: #e0e0e0;
    background: #e0e0e0;
    position: absolute;
    bottom: -22px;
  }
  .mobile-menu .menu-top__item:last-child::before {
    content: none;
  }
  .mobile-menu_show {
    top: 50px;
  }
  .header svg path {
    fill: #f2f2f2;
  }
  .header_fix .menu-top__logo svg path,
  .header_show .menu-top__logo svg path {
    fill: #004f97;
  }
  .header_fix .menu-top__item,
  .header_show .menu-top__item {
    color: #828282;
  }
  .header_fix .menu-top__logo::after,
  .header_show .menu-top__logo::after {
    background: #828282;
  }
  .header_show .discuss-projects_mobile {
    display: block;
    color: #fff;
  }
  .menu-top__nav {
    margin: 0;
    flex-direction: column;
  }
  .discuss-projects {
    margin-left: 0;
    padding: 10px;
  }
  .menu-top__logo::after {
    background: #f2f2f2;
  }
  .products-wrapper {
    height: 360px;
  }
  .products__item {
    flex-basis: 50%;
    width: 50%;
  }
  .products {
    flex-wrap: wrap;
  }
  .products__item {
    width: 50%;
    height: 50%;
  }
  .products__description {
    font-size: 0.8rem;
  }
  .company-team {
    height: 500px;
  }
  .slogan {
    font-size: 35px;
  }
  .projects-wrapper {
    height: 350px;
  }
  .projects__item {
    width: 350px;
    padding: 15px 6px 40px 10px;
  }
  .projects__description {
    font-size: 1.5rem;
  }
  .projects__date {
    font-size: 1.1rem;
  }
  .thanks:after{
    width: 100%;
    height: 1px;
  }
  .ellipse_horizontal{
    width: 686px;
  }
}
@media screen and (max-width: 640px) {
  .main {
    min-height: 450px;
    max-height: 1000px;
    display: flex;
    align-items: stretch;
  }
  .main-title, .thanks-title {
    font-size: 2.2rem;
  }
  .company-description {
    font-size: 1.2rem;
    max-width: 400px;
  }
  .slogan {
    font-size: 1.4rem;
  }
  .projects-wrapper {
    height: 280px;
  }
  .projects__item {
    width: 280px;
    padding: 10px 5px 43px 13px;
  }
  .projects__description {
    font-size: 1rem;
  }
  .projects__date {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  .wrapper {
    padding: 30px 0;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  .contacts__item,
  p,
  li,
  b {
    font-size: 1.2rem;
  }
  .company-team__item {
    font-size: 1.4rem;
  }
  .social__item img {
    width: 40px;
  }
  .type-task__title {
    font-size: 1.3rem;
  }
  .type-task__description {
    font-size: 1.1rem;
  }
  .video-bg{
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .company-info,
  .projects-section,
  .our-products,
  .our-direction,
  .company-path,
  .competence,
  .task-type,
  .development-cycle,
  .our-approaches,
  .platform {
    background-color: rgba(255, 255, 255, 0);
  }
  .development-title {
    background: rgba(255, 255, 255, 0);
  }
  .our-products h3 {
    margin-right: 75px;
  }
  .projects-section h3 {
    margin-right: 135px;
  }
  .main-title_main {
    margin: 0;
  }
  .menu-top__logo + .menu-top__item {
    font-size: 0.7rem;
    line-height: 1.5;
  }
  .company-name {
    width: 325px;
    height: 40px;
  }
  .company-name_bottom {
    bottom: -20px;
    left: -33%;
  }
  .company-team {
    height: 400px;
  }
  .company-description {
    margin-left: 0;
  }
  .contacts {
    margin-bottom: 50px;
  }
  .contacts.text-right {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
  }
  .projects-wrapper {
    margin-bottom: 100px;
  }
  .our-approaches b {
    font-size: 0.7rem;
  }
  .our-approaches p {
    font-size: 0.6rem;
  }
  .type-task__title {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 400px) {
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  .contacts__item,
  p,
  li {
    font-size: 1rem;
  }
  .company-team__item {
    font-size: 0.9rem;
  }
  .main-title, .thanks-title {
    font-size: 1.5rem;
  }
  .company-description {
    font-size: 1rem;
  }
  .video-button {
    width: 130px;
    height: 130px;
  }
  .video-button__play{
    width: 100%;
  }
  .video-button__text{
    font-size: 13px;
  }
  .video-button__time{
    font-size: 13px;
    bottom: 25px;
  }
  .social__item img {
    width: 25px;
  }
  .type-task__description {
    font-size: 0.75rem;
  }
}
