:root {
  --mdc-theme-primary: #EF4222;
  --mdc-theme-secondary: #EF4222;
  --mdc-theme-secondary: #EF4222;
  --mdc-theme-secondary-bg: #EF4222;
}

.topline {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #26347F;
  padding: 10px 16px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
  transition: top 0.4s;
}
.topline > * {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
.topline .logo a {
  display: block;
  max-width: 100px;
  margin: auto;
}
.topline .logo a img {
  display: block;
  width: 100%;
}
.topline .btn-wrap {
  text-align: right;
  margin: -10px -16px -10px 8px;
}
.topline .btn-wrap .btn {
  padding: 21px 16px 22px;
}
.topline .btn-wrap .btn .material-icons {
  display: none;
}
.topline.topline-bottom {
  transition: top 0.2s;
  transition-delay: 0.1s;
  top: -webkit-calc(100vh - 69px);
  top: calc(100vh - 69px);
}

.banner {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.banner aside {
  width: 395px;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 108px;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner aside .logo {
  flex-grow: 2;
}
.banner aside .logo a {
  display: block;
  max-width: 115px;
  margin-bottom: 24px;
  margin-left: 150px;
}
.banner aside .logo a img {
  display: block;
  width: 100%;
}
.banner aside nav {
  margin-bottom: 64px;
}
.banner aside nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 24px 0 24px 150px;
  transition: 0.2s;
  color: #828282;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
}
.banner aside nav li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  background: #26347F;
  left: 0;
  transition: width 0.4s;
  z-index: -1;
}
.banner aside nav li a .material-icons {
  transition: 0.2s;
  margin-right: 10px;
}
.banner aside nav li a:hover, .banner aside nav li a.active {
  transition: 0.2s;
  color: #fff;
  font-weight: 600;
}
.banner aside nav li a:hover .material-icons, .banner aside nav li a.active .material-icons {
  color: #EF4222;
  transition: 0.2s;
}
.banner aside nav li a:hover:before, .banner aside nav li a.active:before {
  width: 100%;
  transition: width 0.4s;
}
.banner aside .btn {
  margin-left: 150px;
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  min-width: auto;
  text-align: left;
  padding: 64px 30px;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
.banner aside .btn span {
  display: block;
  margin-top: 46px;
  font-size: 30px;
}
.banner aside .socials {
  margin-left: 150px;
}
.banner aside .socials a svg path {
  transition: 0.2s;
}
.banner aside .socials a:hover svg path {
  stroke: #EF4222;
  transition: 0.2s;
}
.banner .banner-content {
  overflow: hidden;
}
.banner .banner-topline {
  position: relative;
  z-index: 1;
  padding-right: 110px;
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner .banner-topline .banner-icons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.banner .banner-topline .banner-icons > div {
  margin-bottom: 30px;
  background: #26347F;
  color: #fff;
  padding: 20px 15px;
  transition: 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.banner .banner-topline .banner-icons > div .material-icons {
  font-size: 30px;
  display: block;
  padding: 0 5px;
}
.banner .banner-topline .banner-icons > div .icon-content {
  width: 0;
  transition: width 0.7s;
  color: #292929;
  padding: 0 5px;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-weight: 600;
  overflow: hidden;
  display: none;
  line-height: 1.2;
  white-space: pre;
}
.banner .banner-topline .banner-icons > div:hover {
  transition: 0.2s;
  color: #EF4222;
  background: #fff;
}
.banner .banner-topline .banner-icons > div:hover .icon-content {
  width: auto;
  transition: width 0.7s;
  display: block;
}
.banner .main-slider {
  height: 100%;
  position: relative;
}
.banner .main-slider .subheader {
  color: #fff;
  letter-spacing: 0.05em;
}
.banner .main-slider .subheader span {
  font-size: 48px;
}
.banner .main-slider .header {
  background: rgba(255, 255, 255, 0.9);
  padding: 62px 120px 62px 150px;
  margin-left: -150px;
  letter-spacing: 0.025em;
  font-size: 38px;
  position: relative;
  z-index: 1;
  text-transform: none;
  color: #3E3E3E;
}
.banner .main-slider .header span:not(.accent-color) {
  color: #26347F;
}
.banner .main-slider .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 150px 160px 150px;
  flex-direction: column;
  position: relative;
}
.banner .main-slider .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 0;
}
.banner .main-slider .slider-navigation {
  bottom: 100px;
  padding: 0 150px;
  position: absolute;
  z-index: 2;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
.banner .main-slider .swiper-button-next, .banner .main-slider .swiper-button-prev {
  margin-right: 24px;
}
.banner .main-slider .swiper-pagination-progressbar {
  position: static;
  flex-grow: 2;
  background: rgba(242, 242, 242, 0.4);
  height: 8px;
  max-width: 780px;
  margin-bottom: 1px;
  margin-left: 0;
}
.banner .main-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #F2F2F2;
}
.banner .main-slider .fraction {
  position: absolute;
  bottom: 8px;
  left: 298px;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-family: "BebasNeueRegular";
}
.banner .main-slider .fraction .total-fraction {
  font-size: 18px;
}
.banner .main-slider .mobile-btn {
  display: none;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.socials li:not(:last-child) {
  margin-right: 20px;
}
.socials a {
  display: block;
}

section {
  margin-left: 395px;
  margin-bottom: 64px;
}
#problem-section .content > .subheader {
  margin-bottom: 64px;
}

.options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
.options .option {
  width: -webkit-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.options .option img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0px 15px 70px rgba(0, 0, 0, 0.12);
}
.options .option:not(:last-child) {
  margin-right: 30px;
}
.options .list-item-count {
  margin: 0px auto -17px;
  min-width: 34px;
  height: 34px;
  padding: 6px;
  font-size: 28px;
  background: #EF4222;
}
.options .option-content {
  padding: 30px 35px 20px;
  background: #26347F;
  width: 100%;
}
.options .option-content .subheader {
  margin-bottom: 16px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
.options .option-content .subheader .material-icons {
  transform: matrix(0, 1, 1, 0, 0, 0);
}
.options .option-content li {
  padding: 10px 0;
  color: #fff;
}
.options .option-content li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.options + .header {
  text-align: center;
  margin-bottom: 0;
}
.options + .header .accent-color {
  font-size: 72px;
}

.differences .difference {
  flex-wrap: nowrap;
  margin-bottom: 100px;
  align-items: center;
}
.differences .difference img {
  display: block;
  width: 45%;
  max-width: 520px;
}
.differences .difference:nth-child(2n) {
  flex-direction: row-reverse;
}
.differences .difference:nth-child(2n) .subheader {
  margin-right: 0;
  margin-left: 30px;
}
.differences .difference:last-child {
  margin-bottom: 120px;
}
.differences .subheader {
  margin-right: 30px;
  max-width: 520px;
}
.differences .subheader .list-item-count {
  margin-top: 9px;
}
.differences + .header {
  margin-bottom: 0;
}

#solution-section .material-icons {
  transform: matrix(0, 1, 1, 0, 0, 0);
}

.calculator .header {
  font-size: 48px;
  margin-bottom: 64px;
}
.calculator .subheader {
  margin-bottom: 40px;
}

.landing-calc.landing-remote-calc {
  margin-top: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.landing-calc.landing-remote-calc .calculator .radios_wrap#office-type .field-wrap {
  width: auto;
}
.landing-calc.landing-remote-calc .calculator .flex-col .spendings-block {
  padding-top: 27px;
  padding-bottom: 26px;
  border-radius: 0;
}
.landing-calc.landing-remote-calc .calculator .flex-col .spendings-block .flex-row > * {
  font-size: 18px;
}
.landing-calc.landing-remote-calc .calculator .flex-col .spendings-block .flex-row:not(:last-child) {
  padding-top: 11.5px;
  padding-bottom: 12px;
}
.landing-calc.landing-remote-calc .calculator .flex-col .spendings-block .header-h6 {
  font-family: "GilroySemiBold";
  line-height: 1.4;
}
.landing-calc.landing-remote-calc .calculator .btn {
  border-radius: 0;
  font-size: 24px;
}
.landing-calc.landing-remote-calc .calculator .monthly-salary {
  padding-top: 12px;
}
.landing-calc.landing-remote-calc .calculator .mdc-text-field--outlined .mdc-text-field__input, .landing-calc.landing-remote-calc .calculator .radios_wrap, .landing-calc.landing-remote-calc .calculator .monthly-salary, .landing-calc.landing-remote-calc .calculator .management-fee {
  border-radius: 0;
}
.landing-calc.landing-remote-calc .calculator .mdc-select .mdc-select__anchor, .landing-calc.landing-remote-calc .calculator .mdc-select.mdc-select--outlined .mdc-select__selected-text {
  border-radius: 0;
}
.landing-calc.landing-remote-calc .calculator-result .flex-row {
  border-radius: 0;
}
.landing-calc.landing-remote-calc .calculator-result .header-h6 {
  font-size: 24px;
}

.mobile-slider {
  overflow: initial;
}
.mobile-slider .swiper-pagination {
  display: none;
}

.cases .header {
  margin-bottom: 70px;
}
.cases .case {
  width: -webkit-calc(50% - 32px);
  width: calc(50% - 32px);
  margin-bottom: 64px;
  background: #F2F2F2;
  transition: 0.2s;
  padding: 30px;
  height: initial;
}
.cases .case:nth-child(2n) {
  margin-left: 64px;
}
.cases .case:nth-last-child(1), .cases .case:nth-last-child(2) {
  margin-bottom: 20px;
}
.cases .case:hover {
  background: #fff;
  box-shadow: 0px 15px 70px rgba(0, 0, 0, 0.12);
  transition: 0.2s;
}
.cases .case .case-header, .cases .case-popup .case-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cases .case img, .cases .case-popup img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  margin-right: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cases .case .subheader, .cases .case-popup .subheader {
  margin-bottom: 0px;
  margin-top: 4px;
}
.cases .case p, .cases .case-popup p {
  margin-bottom: 30px;
}
.cases .case .link-icon, .cases .case-popup .link-icon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cases .case .default-img, .cases .case-popup .default-img {
  background: #fff;
  padding: 16px;
}

.popup-block.cases {
  max-width: 800px;
}
.popup-block.cases .case {
  width: 100%;
}

.feedback .header {
  margin-bottom: 60px;
}

.feedbacks-wrap {
  justify-content: flex-start;
}
.feedbacks-wrap .feedback {
  width: -webkit-calc((100% - 60px)/ 3);
  width: calc((100% - 60px)/ 3);
  margin-bottom: 30px;
}
.feedbacks-wrap .feedback:not(:nth-child(3n)) {
  margin-right: 30px;
}
.feedbacks-wrap .video-preview {
  position: relative;
  display: block;
  cursor: pointer;
}
.feedbacks-wrap .video-preview:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.2s;
}
.feedbacks-wrap .video-preview:hover:after {
  transition: 0.2s;
  background: transparent;
}
.feedbacks-wrap .video-preview:hover .btn-play svg {
  transform: scale(0.9);
  transition: 0.2s;
}
.feedbacks-wrap .video-preview:hover .btn-play svg path {
  fill: #EF4222;
  transition: 0.2s;
}
.feedbacks-wrap .video-preview:hover .btn-play:before {
  transform: scale(1.1);
  transition: 0.2s;
}
.feedbacks-wrap .video-preview img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.feedbacks-wrap .feedback-content {
  background: #26347F;
  color: #fff;
  padding: 30px;
}
.feedbacks-wrap .subheader {
  margin-bottom: 8px;
  color: #fff;
}
.feedbacks-wrap .btn-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.feedbacks-wrap .btn-play svg {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  transition: 0.2s;
}
.feedbacks-wrap .btn-play svg path {
  transition: 0.2s;
}
.feedbacks-wrap .btn-play:before {
  content: "";
  width: 54px;
  height: 54px;
  position: absolute;
  margin: auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}

.roadmap .tabs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.roadmap .header-wrap {
  background: #26347F;
  color: #fff;
  padding: 60px 20px;
  width: 35%;
}
.roadmap .header-wrap .subheader {
  color: #fff;
  margin-bottom: 30px;
}
.roadmap .header-wrap .block-markers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.roadmap .header-wrap .block-markers .client, .roadmap .header-wrap .block-markers .platform {
  padding: 0;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.roadmap .header-wrap .block-markers .client {
  margin-right: 16px;
}
.roadmap .header-wrap .block-markers .platform .semicircle {
  margin-right: 15px;
}
.roadmap .header-wrap .block-markers .semicircle {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.roadmap .perspective-block {
  background: #EAEAEA;
  transform-origin: 0 50%;
  transform: perspective(130px) rotateY(14deg);
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.roadmap .tab-content > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.roadmap .tab-content .swiper-wrapper {
  height: auto;
}
.roadmap .client, .roadmap .platform {
  padding: 30px 24px;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}
.roadmap .client li:not(:last-child), .roadmap .platform li:not(:last-child) {
  margin-bottom: 18px;
}
.roadmap .client .list-item-count, .roadmap .platform .list-item-count {
  min-width: 19px;
  height: 19px;
  font-size: 18px;
}
.roadmap .block-marker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.roadmap .semicircle {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
}
.roadmap .client {
  background: #26347F;
  margin-right: 30px;
  color: #fff;
}
.roadmap .client .semicircle {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50.1%, transparent), to(transparent));
  background: -o-linear-gradient(left, #fff, #fff 50%, transparent 50.1%, transparent 100%);
  background: linear-gradient(90deg, #fff, #fff 50%, transparent 50.1%, transparent 100%);
}
.roadmap .client .list-item-count {
  background: #EF4222;
}
.roadmap .platform {
  box-shadow: 0px 15px 70px rgba(0, 0, 0, 0.12);
}
.roadmap .platform .semicircle {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50.1%, #EF4222), to(#EF4222));
  background: -o-linear-gradient(left, transparent, transparent 50%, #EF4222 50.1%, #EF4222 100%);
  background: linear-gradient(90deg, transparent, transparent 50%, #EF4222 50.1%, #EF4222 100%);
  margin-left: -15px;
  margin-right: 15px;
}
.roadmap .tabs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 120px;
  width: 65%;
}
.roadmap .tabs:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 60px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  border-top: 3px dashed #26347F;
  z-index: 1;
}
.roadmap .tabs:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 60px;
  height: 75%;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  background: #F5F5F5;
  z-index: -1;
}
.roadmap .tabs .swiper-wrapper {
  height: auto;
}
.roadmap .tabs a {
  font-size: 18px;
  width: 25%;
  font-family: "BebasNeueRegular";
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  outline: none;
  transition: 0.2s;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
.roadmap .tabs a > span {
  margin-bottom: 30px;
  display: block;
  position: absolute;
  bottom: -webkit-calc(100% + 30px);
  bottom: calc(100% + 30px);
  left: 0;
  right: 0;
  margin: auto;
}
.roadmap .tabs a > span:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 30px;
  background: #26347F;
  width: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.roadmap .tabs a:hover, .roadmap .tabs a.active {
  color: #EF4222;
  transition: 0.2s;
}
.roadmap .tabs a:hover .tab-icon, .roadmap .tabs a.active .tab-icon {
  transform: scale(1.3);
}
.roadmap .tabs .tab-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 7px solid #26347F;
  background: #fff;
  position: relative;
  margin: auto;
  transition: 0.2s;
  overflow: hidden;
}
.roadmap .tabs .tab-icon span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 7px solid #fff;
  border-radius: 50%;
  color: #26347F;
  font-size: 36px;
  font-family: "BebasNeueRegular";
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50.1%, #EF4222), to(#EF4222));
  background: -o-linear-gradient(left, #fff, #fff 50%, #EF4222 50.1%, #EF4222 100%);
  background: linear-gradient(90deg, #fff, #fff 50%, #EF4222 50.1%, #EF4222 100%);
}
.roadmap .counter-wrap {
  margin: 40px auto;
  padding: 8px 24px;
  background: -o-linear-gradient(0.32deg, #EF4222 0.28%, #E73F20 52.1%, #BB2A10 85.66%);
  background: linear-gradient(89.68deg, #EF4222 0.28%, #E73F20 52.1%, #BB2A10 85.66%);
  position: absolute;
  top: 73%;
  left: 120px;
  right: 0;
  margin: auto;
  color: #fff;
  font-family: "FuturaNewBook", sans-serif;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 190px;
  text-align: center;
}
.roadmap .counter-wrap .counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.roadmap .counter-wrap .counter > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}
.roadmap .counter-wrap > span {
  width: 100%;
}
.roadmap .counter-wrap .time, .roadmap .counter-wrap .separator {
  font-weight: 600;
  line-height: 1;
  font-size: 36px;
}
.roadmap .counter-wrap .separator {
  margin-top: -2px;
}
.roadmap .swiper-container {
  overflow: initial;
}
.roadmap .swiper-container .swiper-pagination {
  display: none;
}

.about .header {
  margin-bottom: 0px;
}
.about img {
  display: block;
  width: 55%;
  margin: 0 auto 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .about-block .flex-col {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}
.about .about-block p:not(:last-child) {
  margin-bottom: 30px;
}

footer {
  background: #26347F;
  color: #fff;
  margin-left: 395px;
  margin-top: 140px;
  font-size: 14px;
}
footer .content.flex-wrap {
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 0px;
}
footer .content.flex-wrap > div {
  width: -webkit-calc((100% - 48px) / 2);
  width: calc((100% - 48px) / 2);
  max-width: 480px;
}
footer .content.flex-wrap > div:last-child p {
  margin-bottom: 24px;
}
footer form {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
footer form .field-wrap {
  flex-grow: 2;
  margin-bottom: 0;
}
footer form .mdc-text-field {
  width: 100%;
  height: 100%;
}
footer form .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, footer form .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing, footer form .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch, footer form .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__leading, footer form .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__trailing, footer form .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__notch {
  border-radius: 0;
  border-color: #fff;
}
footer form .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing, footer form .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-right: none;
}
footer .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #fff;
}
footer .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, footer .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  padding: 0 4px 0;
  top: 55%;
  z-index: 2;
  background-color: #26347F;
}
footer .mdc-text-field__input, footer .mdc-form-field {
  color: #fff !important;
}
footer .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, footer .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, footer .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing, footer .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, footer .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, footer .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #fff;
}
footer .btn {
  font-weight: 400;
  font-size: 18px;
  padding: 14px 40px;
  min-width: auto;
}
footer .subheader {
  color: #fff;
  margin-bottom: 16px;
  font-size: 24px;
}
footer .contacts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 16px;
}
footer .contacts-list .material-icons {
  margin-right: 4px;
}
footer .contacts-list li:not(:last-child) {
  margin-bottom: 16px;
}
footer .contacts-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  transition: 0.2s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .contacts-list a:hover {
  color: #EF4222;
  transition: 0.2s;
}
footer .contacts-list p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .socials {
  justify-content: flex-end;
}
footer .socials a {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
footer .socials a img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  transition: 0.2s;
}
footer .socials a:hover img {
  transition: 0.2s;
  transform: scale(1.1);
}
footer .copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0px;
  padding-bottom: 24px;
  margin-top: -30px;
}
footer .copyright p {
  width: -webkit-calc((100% - 16px) / 3);
  width: calc((100% - 16px) / 3);
  line-height: 1.5;
}
footer .copyright p:nth-child(2) {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
footer .copyright p:last-child {
  text-align: right;
}
footer .copyright img {
  display: block;
  width: 51px;
  margin: 0 auto 8px;
}
footer .success-form-message i, footer .error-form-message i {
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}
footer .error-form-message {
  position: absolute;
  border: none;
  color: #DE0000;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: left;
  padding-left: 0;
  font-size: 14px;
  padding-top: 6px;
}
footer input:-webkit-autofill, footer input:-webkit-autofill:hover, footer input:-webkit-autofill:focus, footer input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
  -webkit-box-shadow: 0 0 0 1px white inset, 0px 0px 0px 1000px #26347F inset !important;
}

@media only screen and (max-width: 1600px) {
  .banner aside {
    width: 260px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .banner aside .logo a {
    margin-left: 30px;
  }
  .banner aside nav li a {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .banner aside .btn {
    margin-left: 0;
    width: 100%;
    padding: 40px 30px;
  }
  .banner aside .socials {
    margin-left: 30px;
  }
  .banner .main-slider .header {
    font-size: 36px;
    margin-left: -40px;
    padding: 41px 40px;
  }
  .banner .main-slider .swiper-slide {
    padding: 50px 40px 82px 40px;
  }
  .banner .main-slider .slider-navigation {
    padding: 0 40px;
    bottom: 40px;
  }
  .banner .main-slider .fraction {
    left: 188px;
  }

  section {
    margin-left: 260px;
    margin-bottom: 0px;
  }

  .content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header {
    font-size: 48px;
  }

  .differences .difference {
    margin-bottom: 72px;
  }

  .services table td:not(:first-child) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .services table th:not(:first-child) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .services table .subheader {
    font-size: 32px;
  }

  .feedbacks-wrap .subheader {
    font-size: 28px;
  }

  .roadmap .perspective-block {
    width: 120px;
    transform: perspective(100px) rotateY(16deg);
  }
  .roadmap .tabs {
    padding-left: 65px;
  }
  .roadmap .tabs:before {
    left: 40px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .roadmap .counter-wrap {
    left: 65px;
  }

  footer {
    margin-left: 260px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1280px) {
  .topline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .banner {
    margin-top: 66px;
    min-height: -webkit-calc(100vh - 69px);
    min-height: calc(100vh - 69px);
  }
  .banner aside {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: -webkit-calc(100vh - 69px);
    height: calc(100vh - 69px);
    display: none;
  }
  .banner aside .logo {
    display: none;
  }
  .banner aside .socials {
    margin-left: 0;
  }
  .banner aside .btn {
    display: none;
  }
  .banner aside nav {
    margin-bottom: 0;
    flex-grow: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .banner aside nav li a {
    padding: 15px 30px;
  }
  .banner aside nav li a.active, .banner aside nav li a:hover {
    color: #292929;
  }
  .banner aside nav li a.active:before, .banner aside nav li a:hover:before {
    display: none;
  }
  .banner .main-slider .header {
    margin-left: 0;
  }

  section, footer {
    margin-left: 0;
  }

  .content {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .header {
    margin-bottom: 24px;
  }

  .options .option-content {
    padding: 20px 20px 10px;
  }

  .cases .case {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
    margin-bottom: 32px;
  }
  .cases .case:nth-child(2n) {
    margin-left: 32px;
  }

  .roadmap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    font-size: 40px;
  }

  .subheader {
    font-size: 32px;
  }

  .banner .main-slider .subheader {
    font-size: 24px;
  }
  .banner .main-slider .subheader span {
    font-size: 36px;
  }
  .banner .main-slider .header {
    padding: 32px;
  }
  .banner .banner-topline {
    min-height: 150px;
  }
  .banner .banner-topline .banner-icons > div {
    padding: 8px;
    margin-bottom: 10px;
  }
  .banner .banner-topline .banner-icons > div .material-icons {
    font-size: 24px;
    padding: 0;
  }
  .banner .banner-topline .banner-icons > div .icon-content {
    font-size: 20px;
  }

  #problem-section .content > .subheader {
    margin-bottom: 24px;
  }

  .options .option {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-right: 0 !important;
  }
  .options .option:nth-child(odd) {
    margin-right: 30px !important;
  }

  .calculator .header {
    font-size: 40px;
  }

  .mobile-slider {
    overflow: hidden;
  }
  .mobile-slider .swiper-pagination {
    display: block;
  }

  .cases .flex-wrap {
    flex-wrap: nowrap;
    justify-content: initial;
  }
  .cases .header {
    margin-bottom: 48px;
  }
  .cases .case {
    margin: 0;
  }
  .cases .case:nth-child(2n) {
    margin-left: 0;
  }
  .cases .case:hover {
    box-shadow: none;
    background: #F2F2F2;
  }
  .cases .case .subheader {
    font-size: 24px;
  }

  .feedbacks-wrap {
    flex-wrap: nowrap;
    justify-content: initial;
  }
  .feedbacks-wrap .feedback {
    margin: 0;
  }
  .feedbacks-wrap .feedback:not(:nth-child(3n)) {
    margin-left: 0;
  }
  .feedbacks-wrap .subheader {
    font-size: 24px;
  }
  .feedbacks-wrap .feedback-content {
    padding: 24px;
  }

  .roadmap .tabs-wrap {
    margin-bottom: 80px;
  }
  .roadmap .header-wrap {
    display: none;
  }
  .roadmap .tabs {
    padding-left: 0;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .roadmap .tabs:before, .roadmap .tabs:after {
    left: -40px;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
  }
  .roadmap .tabs:after {
    height: 100%;
  }
  .roadmap .perspective-block {
    display: none;
  }
  .roadmap .counter-wrap {
    top: 82%;
    left: 0;
  }

  .about .about-block {
    flex-direction: column;
  }
  .about .about-block .flex-col {
    width: 100%;
  }
  .about img {
    width: 100%;
    max-width: 440px;
    margin-bottom: 16px;
  }

  .person-popup .person-popup-content .flex-col {
    width: -webkit-calc((100%/2) - 24px);
    width: calc((100%/2) - 24px);
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn {
    font-size: 18px;
    min-width: initial;
  }

  .header {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .subheader {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .topline .btn-wrap .btn {
    min-width: initial;
    font-size: 16px;
  }
  .topline .logo a {
    max-width: 72px;
  }
  .topline.topline-bottom {
    top: -webkit-calc(100vh - 59px);
    top: calc(100vh - 59px);
  }

  .banner {
    margin-top: 56px;
    min-height: auto;
  }
  .banner aside {
    height: -webkit-calc(100vh - 59px);
    height: calc(100vh - 59px);
  }
  .banner .main-slider .swiper-slide {
    padding: 0;
    background: none !important;
  }
  .banner .main-slider .swiper-slide:after {
    display: none;
  }
  .banner .main-slider .subheader {
    position: relative;
    z-index: 2;
    margin-bottom: 64px;
  }
  .banner .main-slider .subheader span {
    font-size: 24px;
  }
  .banner .main-slider .header {
    background: #fff;
    padding: 20px 16px;
    font-size: 24px;
    margin-bottom: 0;
  }
  .banner .main-slider .slider-navigation {
    display: none;
  }
  .banner .main-slider .mobile-btn {
    display: block;
    margin: 0 16px;
  }
  .banner .banner-topline {
    position: relative;
    padding: 40px 16px 10px;
  }
  .banner .banner-topline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    z-index: 0;
  }
  .banner .banner-topline .banner-icons {
    position: relative;
  }

  .options {
    margin-bottom: 24px;
  }
  .options .option {
    width: 100%;
  }
  .options .option:nth-child(odd) {
    margin-right: 0 !important;
  }
  .options + .header {
    font-size: 36px;
  }
  .options .option-content .subheader {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .options .option-content .subheader .material-icons {
    font-size: 20px;
  }

  #solution-section .material-icons {
    font-size: 18px;
  }
  #solution-section .content > .subheader {
    font-size: 20px;
    color: #EF4222;
  }

  .differences .difference {
    margin-bottom: 48px;
  }
  .differences .difference:last-child {
    margin-bottom: 80px;
  }
  .differences .subheader .list-item-count {
    margin-top: 0;
  }

  .calculator .header {
    font-size: 24px;
  }

  .cases .header {
    margin-bottom: 24px;
  }
  .cases .case .subheader {
    font-size: 18px;
  }
  .cases .case img {
    width: 60px;
    height: 60px;
  }

  .feedback .header {
    margin-bottom: 24px;
  }

  .roadmap {
    overflow-x: hidden;
  }
  .roadmap .tabs:before, .roadmap .tabs:after {
    left: -16px;
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
  }
  .roadmap .tab-content .platform {
    box-shadow: none;
    background: #26347F;
    color: #fff;
  }
  .roadmap .tab-content .platform .list-item-count {
    background: #EF4222;
  }

  footer .content.flex-wrap > div {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  footer .content.flex-wrap > div:first-child {
    margin-right: 0;
  }
  footer .content.flex-wrap > div:last-child {
    text-align: center;
    order: -1;
    margin-bottom: 40px;
  }
  footer .subheader {
    font-size: 24px;
  }
  footer .contacts-list a, footer .contacts-list p {
    flex-wrap: wrap;
    flex-direction: column;
    margin: auto;
  }
  footer .contacts-list .material-icons {
    display: block;
    margin: 0 auto 4px;
  }
  footer .socials {
    justify-content: center;
  }
  footer form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .copyright {
    margin-top: 0;
    flex-wrap: wrap;
  }
  footer .copyright p {
    width: 100%;
    text-align: center;
  }
  footer .copyright p:nth-child(2) {
    margin-right: 0;
    order: -1;
  }
  footer .copyright p:last-child {
    display: none;
  }

  .list-item-count {
    font-size: 18px;
    min-width: 20px;
    height: 20px;
  }

  .latest-hires .cards .card {
    margin: 0 16px 40px;
  }
  .latest-hires .cards .slick-list {
    margin: 0 -16px;
  }

  .person-popup {
    padding: 24px 24px 0;
  }
  .person-popup .person-popup-content .flex-col {
    width: 100%;
    max-width: 100%;
  }
  .person-popup .person-popup-header {
    justify-content: center;
    margin-bottom: 20px;
  }
  .person-popup .person-popup-header img {
    margin: 0 20px;
  }
  .person-popup .person-popup-header .flex-col {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .link-icon {
    font-size: 20px;
  }

  .topline .logo a {
    max-width: 65px;
  }
  .topline .btn-wrap .btn {
    font-size: 14px;
    padding: 20px 12px 19px;
  }
  .topline.topline-bottom {
    top: -webkit-calc(100vh - 53px);
    top: calc(100vh - 53px);
  }

  .banner {
    margin-top: 46px;
    margin-bottom: 40px;
  }
  .banner aside {
    height: -webkit-calc(100vh - 53px);
    height: calc(100vh - 53px);
  }
  .banner .banner-topline .banner-icons > div .icon-content {
    font-size: 18px;
  }

  .options + .header .accent-color {
    font-size: 48px;
  }

  .differences .difference {
    flex-wrap: wrap;
  }
  .differences .difference .subheader {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .differences .difference img {
    width: 100%;
    max-width: 100%;
  }
  .differences .difference:nth-child(2n) .subheader {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .banner .banner-topline {
    padding-top: 40px;
    background-image: none !important;
  }
}