/* reset styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

input:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del,
s,
strike {
  text-decoration: line-through;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
}

/* fonts */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Roman.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* structure */
html {
  height: 100%;
}

.no-flexbox body {
  min-height: 100%;
  height: 100%;
  display: block !important;
}

.page-wrapper,
.footer {
  width: 100%;
  margin: 0 auto;
}

.no-flexbox .page-wrapper,
.no-flexbox .footer {
  width: auto;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.lte-ie-11 .page-wrapper,
.lt-ie-11 .page-wrapper {
  min-height: 0;
}

.no-flexbox .page-wrapper {
  display: block !important;
  width: auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.page-body {
  flex: 1;
}

.page-body.flex-none {
  flex: none;
}

/*sprite svg*/
/* variables */
/* default styles */
html {
  font-size: 20px;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #0A1426;
  background-color: #fff;
  letter-spacing: 0;
  line-height: 1.3;
}

body.overflow {
  overflow: hidden;
}

.page-body {
  overflow: hidden;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

a,
button,
input[type=submit] {
  display: inline-block;
  text-decoration: none;
  color: #0A1426;
  transition: 0.3s;
}

.contact-form input[type=submit] {
  color: #fff;
}

a:hover,
button:hover {
  text-decoration: none;
}

ul {
  margin-bottom: 1rem;
  padding-left: 25px;
}

.link:hover {
  color: #0076FF;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.align-right {
  display: flex;
  justify-content: flex-end;
}

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

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

.image-object {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
  font-size: 0;
}

.image-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.row-0 {
  margin-left: 0;
  margin-right: 0;
}

.row-0>[class*=col] {
  padding-left: 0;
  padding-right: 0;
}

.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-5>[class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-10>[class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

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

.row-30>[class*=col] {
  padding-left: 30px;
  padding-right: 30px;
}

.slick-prev:before {
  content: "";
  display: block;
  background-image: url("../images/icons/chevron-right-solid.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(2);
}

.slick-next:before {
  content: "";
  display: block;
  background-image: url("../images/icons/chevron-right-solid.svg");
  transform: rotate(-180deg);
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-prev:before,
.slick-next:before,
.slick-next,
.slick-prev {
  width: 20px;
  height: 35px;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
  transition: 0.3s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.8;
}

.slick-next {
  right: -15px;
}

.slick-prev {
  left: -15px;
}

.slick-prev,
.slick-next {
  top: 40%;
  z-index: 1;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #e719f8;
  font-size: 16px;
  opacity: 0.4;
  transition: 0.3s;
}

.slick-dots li.slick-active button:before {
  color: #e719f8;
  opacity: 1;
}

.iframe-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header-menu-toggler {
  position: relative;
  z-index: 1001;
  cursor: pointer;
  transition: opacity 0.3s;
}

.header-menu-toggler:hover {
  opacity: 0.8;
}

.header-menu-toggler.active {
  position: fixed;
  right: 35px;
  top: 35px;
}

.header-menu-toggler span {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background-color: #002352;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.header-menu-toggler span:not(:last-child) {
  margin-bottom: 5px;
}

.header-menu-toggler span:first-child {
  transform-origin: 0% 0%;
}

.header-menu-toggler.active span:nth-child(2) {
  transform-origin: 0% 100%;
}

.header-menu-toggler.active span:first-child {
  opacity: 1;
  transform: rotate(45deg) translate(-1px, -3px);
}

.header-menu-toggler.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.header-menu-toggler.active span:nth-child(3) {
  transform: rotate(-45deg) translate(-1px, -2px);
}

.btn-small {
  text-align: center;
  font-weight: 500;
  font-style: italic;
  font-size: 1.3rem;
  max-width: 100%;
  border: 2px solid transparent;
  border-radius: 10px;
  background-color: #B2B2B2;
  color: #fff;
  padding: 5px 20px;
  cursor: pointer;
}

.btn-small:hover {
  background-color: #fff;
  color: #B2B2B2;
  border-color: #B2B2B2;
}

.btn-small-rounded {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  max-width: 100%;
  border: 2px solid transparent;
  border-radius: 20px;
  background-color: #F1F2F4;
  color: #000;
  padding: 12px 25px;
  cursor: pointer;
}

.btn-small-rounded:hover {
  background-color: #fff;
  border-color: #B2B2B2;
}

.btn-gradient {
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  text-transform: uppercase;
  max-width: 100%;
  min-width: 300px;
  background: linear-gradient(to right, #F4060F, #0076FF 50%);
  border-radius: 20px;
  padding: 20px 30px;
  border: none;
}

.btn-gradient:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transform: translateY(-3px);
}

.btn-gradient-2 {
  background: linear-gradient(to right, #0076FF, #F4060F 95%);
}

.vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-large {
  font-size: 3rem;
  font-weight: 500;
}

.text-big {
  font-size: 1.8rem;
  font-weight: 500;
}

.text-middle {
  font-size: 1.6rem;
  font-weight: 500;
}

.text-small {
  font-size: 1.4rem;
}

.text-gradient {
  background: linear-gradient(90deg, #0076FF, #F4060F 50%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.text-gradient-2 {
  background: linear-gradient(120deg, #F4060F, #0076FF 80%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.text-gray {
  color: #5D5D5D;
}

.bg-gray {
  background-color: #F0F2F4 !important;
}

.section {
  margin-bottom: 5rem;
}

.mb-30 {
  margin-bottom: 30px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.header {
  position: absolute;
  max-width: 100%;
  width: 1920px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 50px;
  z-index: 1000;
}

.header-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.header-menu {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  padding-left: 7%;
}

.header-menu li {
  padding: 15px;
}

.header-menu li.header-social {
  padding: 0 10px;
}

.header-menu li.header-social.contact {
  padding-right: 8%;
}

.header-menu li.header-social.user {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.header-menu li.header-social a {
  font-size: 2rem;
  color: #000;
}

.header-menu li.header-social a:hover {
  color: #F4060F;
}

.header-menu li.header-social a:not(:last-child) {
  margin-right: 20px;
}

.header-menu li.header-logo {
  padding-top: 0;
  padding-bottom: 0;
}

.header-menu a {
  color: #5D5D5D;
  font-size: 1rem;
}

.header-menu a:hover {
  color: #002352;
}

.header-logo img {
  max-height: 50px;
}

.top {
  background-color: #F0F2F4;
  padding: 300px 0 50px;
}

.top-title {
  margin-bottom: 25px;
}

.top-subtitle {
  color: #999B9F;
}

.top-extra {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 50px;
  border-radius: 20px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s;
}

.top-extra-text {
  width: 35%;
}

.top-info {
  display: flex;
  align-items: center;
}

.top-info-image {
  width: 47%;
  margin-right: 3%;
}

.top-info-text {
  color: #9A9B9F;
}

.top-slider ul {
  height: 450px;
  width: 300px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  position: relative;
  padding: 30px 0;
}

.top-slider-item {
  position: relative;
  text-align: center;
  width: 300px;
  min-height: 350px;
  background-color: #fff;
  padding: 30px 15px;
  color: #5D5D5D;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

.top-slider-item.opened .top-slider-text {
  grid-template-rows: 1fr;
  padding-bottom: 30px;
}

.top-slider-item .text-big {
  transition: 0.3s;
}

.top-slider-item:hover .text-big {
  color: #F4060F;
}

.top-slider-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin: 0 auto 10px;
}

.top-slider-image img {
  max-height: 100%;
}

.top-slider-text {
  position: absolute;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-out;
  left: 0;
  top: 100%;
  width: 100%;
  color: #999B9F;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  padding: 0 30px;
  background-color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

.top-slider-text div {
  overflow: hidden;
}

.top-slider li {
  cursor: pointer;
  position: absolute;
  transition: all 0.6s ease-in;
  opacity: 0;
  margin-top: 10px;
}

.top-slider li.active {
  z-index: 999;
  opacity: 1;
}

.top-slider li.active .top-slider-item:not(.opened) img {
  animation: pulse 1s infinite;
}

.top-slider li.left2 {
  transform: perspective(600px) translateX(-185%) rotateY(80deg) scale(0.8);
  opacity: 1;
}

.top-slider li.left1 {
  transform: perspective(600px) translateX(-97%) rotateY(15deg) scale(0.8);
  opacity: 1;
}

.top-slider li.right1 {
  transform: perspective(600px) translateX(97%) rotateY(-15deg) scale(0.8);
  opacity: 1;
  z-index: 1;
}

.top-slider li.right2 {
  transform: perspective(600px) translateX(185%) rotateY(-80deg) scale(0.8);
  opacity: 1;
}

.top-nav .row {
  justify-content: center;
}

.top-nav-title {
  font-weight: 500;
}

.top-nav .top-slider-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.clients-title {
  margin-bottom: 50px;
}

.clients-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clients-list span {
  padding: 5px;
}

.clients-list img {
  display: block;
  max-height: 120px;
  max-width: 300px;
}

.advantages .text-big {
  margin-bottom: 50px;
  color: #9A9B9F;
  text-shadow: -1px 0 #707070, 0 1px #707070, 1px 0 #707070, 0 -1px #707070;
}

.advantages .text-big b,
.advantages .text-big strong {
  background: linear-gradient(90deg, #0076FF, #F4060F 90%);
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
}

.advantages [class*=col]:nth-child(4n+1) .advantages-item {
  background-color: #F0F2F4;
}

.advantages [class*=col]:nth-child(4n+2) .advantages-item {
  background-color: #D3E9FF;
}

.advantages [class*=col]:nth-child(4n+3) .advantages-item {
  background-color: #FCF6D5;
}

.advantages [class*=col]:nth-child(4n+4) .advantages-item {
  background-color: #F3EDF5;
}

.advantages-item {
  padding: 30px;
  border-radius: 20px;
  height: 100%;
}

.advantages-item b,
.advantages-item strong {
  display: block;
  margin-bottom: 10px;
}

.advantages-item img {
  display: block;
  margin: 0 auto 50px auto;
  height: 130px;
}

.news-title {
  color: #999B9F;
  margin-bottom: 30px;
}

.news-last img {
  width: 35%;
  margin-right: 30px;
}

.news-last-text .text-big {
  margin-bottom: 20px;
}

.news-last-text .text-small {
  line-height: 1.8;
  padding-right: 30px;
}

.news-last-text a {
  display: block;
  font-weight: bold;
  font-style: italic;
}

.news-last-text a:hover {
  color: #F4060F;
}

.news-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px;
}

.news-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  margin-bottom: 30px;
}

.news-item-image img {
  max-height: 100%;
}

.news-item-text {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.news-item .btn-small-rounded {
  width: 170px;
  margin-top: auto;
}

.bg-decor {
  display: flex;
  align-items: center;
  padding: 50px 8%;
  background-size: 100% 100%;
}

.footer {
  width: 1920px;
  max-width: 100%;
  padding: 0 50px 40px;
}

.footer-inner {
  display: flex;
  align-items: center;
  background-color: #F1F2F4;
  border-radius: 20px;
  padding: 30px;
}

.footer-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
  width: 100%;
}

.footer-menu li {
  padding: 15px 1.5%;
}

.footer-menu li.footer-logo {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-menu li.footer-social {
  padding: 0 10px;
}

.footer-menu a {
  color: #6F6F6F;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.footer-menu a:hover {
  color: #002352;
}

.footer-social.first {
  margin-left: auto;
}

.footer-social a {
  font-size: 2rem;
}

.footer-social a:not(:last-child) {
  margin-right: 20px;
}

.footer-logo img {
  max-height: 50px;
}

.solutions-home {
  position: relative;
}

.solutions-home-title {
  color: #999B9F;
  margin-bottom: 30px;
  transition: 0.3s;
}

.solutions-home-item {
  display: flex;
  transition: 0.3s;
}

.solutions-home-item .text-big {
  margin-bottom: 50px;
}

.solutions-home-item .text-small {
  line-height: 1.8;
  padding-right: 50px;
  margin-bottom: 20px;
}

.solutions-home-item a {
  font-size: 4rem;
  color: #0076FF;
  margin: auto 0 0 auto;
}

.solutions-home-item a:hover {
  color: #F4060F;
}

.solutions-home-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  min-height: 400px;
}

.solutions-home-image:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 150%;
  height: 100%;
  background: linear-gradient(to left, transparent, #fff 80%);
}

.solutions-home-image img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: none;
  height: 100%;
  width: 150%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

.solutions-home-text {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: 50px;
}

.solutions-home.active .top-extra {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.solutions-home.active .solutions-home-title,
.solutions-home.active .solutions-home-item {
  opacity: 0;
}

.solutions-home-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.solutions-home-buttons .btn-gradient {
  min-width: 580px;
}

.top-page {
  padding-bottom: 0 !important;
  padding-top: 200px;
  margin-bottom: 0 !important;
}

.top-page-inner {
  padding: 50px 0;
  background-color: #fff;
}

.top-page .top-title {
  margin-bottom: 50px;
}

.top-nav .top-slider-item {
  display: block;
  width: auto;
  height: 100%;
  box-shadow: none;
  border: 1px solid #707070;
  border-radius: 20px;
  text-transform: uppercase;
  background-color: transparent;
}

.top-nav .top-slider-item.active,
.top-nav .top-slider-item:hover {
  background-color: #CDF3FC;
  border-color: #CDF3FC;
}

.solutions {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* .solutions-header {
  display: flex;
} */

/* .solutions-header .top-slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 25%;
  background-color: transparent;
  box-shadow: none;
  text-transform: uppercase;
  margin-right: 4%;
  height: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
} */

.solutions-header-title {
  text-transform: uppercase;
  color: #5D5D5D;
  margin-bottom: 50px;
}

.solutions-header-icon {
  max-width: 80px;
  max-height: 100px;
  vertical-align: bottom;
  margin-right: 30px;
}

.solutions-header-text {
  color: #5D5D5D;
  line-height: 1.4;
}

.solutions-header-text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.solutions-tab-item {
  display: none;
}

.solutions-tab-item.active {
  display: block;
}

.solutions-tab-title {
  margin-bottom: 25px;
}

.solutions-tab-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.solutions-tab-btn {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 20px;
  font-size: 1.3rem;
  width: 30%;
  min-width: 300px;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3);
  align-self: stretch;
}

.solutions-tab-btn.active,
.solutions-tab-btn:hover {
  background-color: #CCF3FC;
}

.solutions-tab-image {
  aspect-ratio: 2/1;
  margin-bottom: 2rem;
}

.about-experience {
  display: block;
  margin-bottom: 2.5rem;
}

.about-experience .text-big {
  color: #207DDB;
}

.about-experience .text-small {
  line-height: 1.8;
}

.about-experience p {
  margin-bottom: 0 !important;
}

.about-experience ul {
  padding-left: 30px;
}

.about-indicators-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 100%;
}

.about-indicators-item .text-big {
  color: #207DDB;
  margin-bottom: 20px;
}

.about-indicators-image {
  aspect-ratio: 1/1;
  max-height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-page h1,
.text-page h2,
.text-page h3,
.text-page h4,
.text-page h5,
.text-page h6 {
  color: #002352;
  font-weight: bold;
  line-height: 1.5;
}

.text-page p {
  margin-bottom: 1.5em;
}

.text-page a {
  font-weight: bold;
  color: #1E73E2;
}

.text-page a:hover {
  color: #000;
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.text-block p {
  margin-bottom: 1.5em;
}

.text-block ul {
  list-style-type: decimal;
}

.contact-info {
  margin-bottom: 20px;
  line-height: 1.5;
}

.contact-info a:hover {
  color: #0076FF;
}

.contact-info-social {
  font-size: 3.5rem;
  color: #002352;
}

.contact-info-social a:hover {
  color: #0076FF;
}

.contact-form .form-control {
  border-radius: 10px;
  background-color: #FAF7F7;
  border: none;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 100;
  color: #0A1426;
}

.contact-form .form-control:focus {
  box-shadow: inset 0 0 6px rgba(0, 118, 255, 0.4);
}

.contact-form .form-control:not(textarea) {
  padding-left: 30px;
  height: 4rem;
}

.contact-form .contact-message {
  position: relative;
}

.contact-form .contact-message .form-control {
  padding: 30px 30px 30px 100px;
}

.contact-form .contact-message i {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 3.5rem;
  color: #808080;
  z-index: 1;
}

.blog-list-item:not(:last-child) {
  border-bottom: 1px dashed #707070;
  padding-bottom: 50px;
}

.blog-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.blog-slider .news-item-image {
  aspect-ratio: 1.6/1;
}

.blog-slider .slick-track {
  display: flex;
}

.blog-slider .news-item {
  height: auto;
  display: flex;
  flex-direction: column;
}

.blog-slider .btn-small-rounded {
  margin-top: auto;
}

.post-navigation .nav-links {
  display: flex;
  gap: 2rem;
  padding-top: 50px;
  font-size: 1.2rem;
}

.post-navigation .nav-links .nav-subtitle {
  color: #F4060F;
  display: block;
}

.post-navigation .nav-links a {
  color: #1E73E2;
  font-weight: bold;
}

.post-navigation .nav-links a:hover {
  color: #000;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: 50%;
  margin-bottom: 20px;
}

.post-navigation .nav-links .nav-next {
  text-align: right;
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 50px;
    padding-right: 50px;
  }

  .header-logo.mobile,
  .header-menu-toggler {
    display: none;
  }
}

@media (max-width: 1920px) {
  html {
    font-size: 18px;
  }

  .text-large {
    font-size: 2.8rem;
  }

  .text-big {
    font-size: 1.8rem;
  }

  .text-middle {
    font-size: 1.5rem;
  }

  .text-small {
    font-size: 1.3rem;
  }

  .section {
    margin-bottom: 4rem;
  }

  .header,
  .footer {
    padding: 30px 40px;
  }

  .footer {
    padding-top: 0 !important;
  }

  .header-inner,
  .footer-inner {
    padding: 20px;
  }

  .header-menu {
    padding-left: 10%;
  }

  .top {
    padding: 160px 0 15px;
  }

  .top-slider-item {
    min-height: 320px;
  }

  .top-slider-image {
    width: 180px;
    height: 180px;
  }

  .advantages-item img {
    height: 100px;
    margin-bottom: 40px;
  }

  .top-info-image {
    width: 35%;
  }

  .about-indicators-image {
    max-height: 250px;
  }
}

@media (max-width: 1599px) {
  html {
    font-size: 16px;
  }

  .text-large {
    font-size: 2.7rem;
  }

  .text-big {
    font-size: 1.7rem;
  }

  .text-middle {
    font-size: 1.4rem;
  }

  .text-small {
    font-size: 1.2rem;
  }

  .header,
  .footer {
    padding: 20px 30px;
  }

  .header-logo img,
  .footer-logo img {
    max-height: 40px;
  }

  .header-inner,
  .footer-inner {
    padding: 10px 20px;
    border-radius: 15px;
  }

  .top {
    padding: 120px 0 15px;
  }

  .top-slider-item {
    min-height: 280px;
    width: 250px;
  }

  .top-slider-image {
    width: 150px;
    height: 150px;
  }

  .top-slider li.right2 {
    transform: perspective(600px) translateX(178%) rotateY(-80deg) scale(0.8);
  }

  .top-slider li.left2 {
    transform: perspective(600px) translateX(-178%) rotateY(80deg) scale(0.8);
  }

  .top-slider ul {
    height: 350px;
    width: 250px;
  }

  .section {
    margin-bottom: 3.5rem;
  }

  .btn-small {
    padding: 3px 15px;
  }

  .btn-gradient {
    padding: 15px 25px;
    border-radius: 15px;
  }

  .solutions-home-buttons .btn-gradient {
    min-width: 500px;
  }

  .clients-list img {
    max-height: 100px;
    max-width: 250px;
  }

  .advantages-item img {
    height: 80px;
  }

  .news-item .btn-small-rounded {
    padding: 10px 20px;
    border-radius: 15px;
  }

  .top-info-image {
    width: 30%;
  }

  .about-indicators-image {
    max-height: 200px;
  }
}

@media (max-width: 1399px) {
  html {
    font-size: 14px;
  }

  .header-menu li.header-social a,
  .footer-menu li.header-social a {
    font-size: 1.5rem;
  }

  .top-slider ul {
    height: 300px;
    width: 200px;
  }

  .top-slider-item {
    width: 200px;
    min-height: 225px;
    padding: 20px 10px;
  }

  .top-slider-image {
    height: 125px;
    width: 125px;
  }

  .top-slider li.right2 {
    transform: perspective(600px) translateX(173%) rotateY(-80deg) scale(0.8);
  }

  .top-slider li.left2 {
    transform: perspective(600px) translateX(-173%) rotateY(80deg) scale(0.8);
  }

  .top-slider-text {
    padding: 0 20px;
  }

  .top-slider-item.opened .top-slider-text {
    padding-bottom: 20px;
  }

  .solutions-home-item .text-big {
    margin-bottom: 30px;
  }

  .solutions-home-image {
    min-height: 300px;
  }

  .solutions-home-item a {
    font-size: 3rem;
  }
}

@media (max-width: 1199px) {
  html {
    font-size: 13px;
  }

  .text-large {
    font-size: 2.6rem;
  }

  .text-big {
    font-size: 1.6rem;
  }

  .btn-small {
    font-size: 1.2rem;
  }

  .btn-small-rounded {
    font-size: 14px;
  }

  .btn-gradient {
    font-size: 1.5rem;
  }

  .header-logo img,
  .footer-logo img {
    max-height: 35px;
  }

  .top {
    padding: 110px 0 10px;
  }

  .top-slider ul {
    width: 200px;
  }

  .solutions-home-text {
    padding-left: 30px;
  }

  .solutions-home-buttons .btn-gradient {
    min-width: 400px;
  }

  .clients-list img {
    max-height: 75px;
    max-width: 175px;
  }

  .advantages-item {
    padding: 20px;
  }

  .advantages-item img {
    height: 60px;
    margin-bottom: 20px;
  }

  .solutions-home-item .text-big {
    margin-bottom: 20px;
  }

  .news-item .btn-small-rounded {
    width: 150px;
  }

  .footer-logo {
    order: -1;
  }

  .solutions-tab-btn {
    min-width: auto;
  }

  .about-indicators-image {
    max-height: 150px;
  }

  .slick-prev,
  .slick-next {
    top: 32%;
  }

  .slick-prev:before,
  .slick-next:before,
  .slick-next,
  .slick-prev {
    width: 15px;
    height: 25px;
  }
}

@media (max-width: 991px) {

  .header,
  .footer {
    padding: 15px;
  }

  .header-menu li.header-logo {
    display: none;
  }

  .header-inner {
    justify-content: space-between;
  }

  .header-inner,
  .footer-inner {
    border-radius: 10px;
  }

  .header-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .header-menu.active {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
  }

  .header-menu a {
    font-size: 1.5rem;
  }

  .header-menu li.header-social {
    padding: 15px;
  }

  .header-menu li.header-social a {
    font-style: 2rem;
  }

  .top-slider-image {
    width: 100px;
    height: 100px;
  }

  .top-extra {
    padding: 30px 15px;
  }

  .top-extra-text {
    width: 33%;
  }

  .solutions-home-buttons .btn-gradient {
    min-width: auto;
  }

  .advantages [class*=col] {
    margin-bottom: 20px;
  }

  .top-nav [class*=col] {
    margin-bottom: 20px;
  }

  .top-page-inner {
    padding: 30px 0 10px;
  }

  .top {
    padding: 100px 0 10px;
  }

  .top-page .top-title {
    margin-bottom: 30px;
  }

  .top-info {
    margin-bottom: 30px;
  }

  .header-menu li.header-social.user {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }

  .header-menu li.header-social.contact {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {

  .solutions-home-item {
    flex-direction: column;
  }

  .solutions-home-image {
    width: 100%;
    margin-bottom: 15px;
  }

  .solutions-home-text {
    width: 100%;
    padding-left: 0;
  }

  .top-extra {
    flex-direction: column;
  }

  .top-extra-text {
    width: 100%;
    text-align: center;
  }

  .solutions-home-buttons {
    justify-content: center;
  }

  .solutions-home-buttons .btn-gradient:first-child {
    margin-bottom: 15px;
  }

  .clients-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .clients-list span {
    padding: 10px;
  }

  .bg-decor {
    flex-direction: column;
    padding: 30px;
    background-image: none !important;
    border: 2px solid #999B9F;
    border-radius: 15px;
  }

  .news-last img {
    width: 200px;
    margin-bottom: 15px;
  }

  .about-experience img {
    margin-bottom: 20px;
    height: 100px;
  }

  .news-item-image {
    width: 300px;
    aspect-ratio: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .news-item .btn-small-rounded {
    margin-left: auto;
    margin-right: auto;
  }

  .news-last-text .text-small {
    padding-right: 0;
  }

  .news-list [class*=col] {
    margin-bottom: 20px;
  }

  .solutions-home-item .text-small {
    padding-right: 0;
  }

  .solutions-home-item a {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-menu .footer-logo {
    width: 100%;
  }

  .footer-menu li {
    width: 100%;
    text-align: center;
  }

  .footer-social.first {
    margin-left: 0;
  }

  .footer-menu li.footer-social {
    width: auto;
  }

  .solutions-header {
    flex-wrap: wrap;
  }

  .solutions-header .top-slider-item {
    margin: 0 auto 20px;
    height: auto;
  }

  .solutions-tab-btn {
    padding: 10px 10px;
  }

  .top-info {
    flex-direction: column;
  }

  .top-info-image {
    width: 300px;
    margin: 0 auto 20px;
  }

  .bg-decor-blue {
    border-color: #CEF3FC;
  }

  .about-indicators-image {
    max-height: 125px;
  }

  .about-indicators .row {
    justify-content: center;
  }

  .about-indicators [class*=col]:not(:last-child) {
    margin-bottom: 30px;
  }

  .contact-form {
    margin-top: 30px;
  }

  .blog-slider .news-item-text {
    text-align: center;
  }

  .slick-next {
    right: 0;
  }

  .slick-prev {
    left: 0;
  }
}

@media (max-width: 575px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-logo img,
  .footer-logo img {
    max-height: 30x;
  }

  .btn-mobile {
    width: 100% !important;
  }

  .text-large {
    font-size: 2.4rem;
    text-align: center;
  }

  .text-big {
    font-size: 1.6rem;
    text-align: center;
  }

  .text-small,
  .btn-small {
    font-size: 1.1rem;
  }

  .top-slider-text {
    font-size: 1rem;
  }

  .top-slider-item {
    min-height: 200px;
  }

  .news-last-text .text-small,
  .news-item-text {
    text-align: center;
  }

  .top-nav .top-slider-item {
    padding: 15px 10px;
  }

  .top-nav .top-slider-item .text-middle {
    font-size: 18px;
  }

  .solutions-tab-btn {
    font-size: 14px;
  }

  .top-page .top-title br {
    display: none;
  }
}