:root {
    --gradient-default {
        background: linear-gradient(95deg, #435AEB 0%, #2099E7 100%);
    }
    --gradient-light {
        background: linear-gradient(95deg, rgba(67, 90, 235, 0.10) 0%, rgba(32, 153, 231, 0.10) 100%);
    }
}
html {
    min-height: 100%;
    height: auto;
}

body {
    margin: 0;
    min-height: 100vh;
    position: relative;
    font-size: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(/images/background.jpg);
}

main {
    padding-bottom: 184px;
}
main.main {
    overflow: hidden;
}
@media (max-width: 769px) {
    main {
        padding-bottom: 250px;
    }
}
@media (max-width: 575px) {
    main {
        padding-bottom: 300px;
    }
    .tech-list {
        margin: 0;
        padding: 0;
    }
    .tech-list li {
        padding-left: 36px;
        padding-right: 36px;
    }
    .tech-list li span {
        padding-left: 36px;
    }
}

@media (max-width: 1086px) {
    main.main {
        .tech-list {
            margin: 30px 0 0 0;
            padding: 0;
        }
        .tech-list li {
            padding-left: 36px;
            padding-right: 36px;
        }
        .tech-list li span {
            padding-left: 36px;
        }
    }
}

h1, h2, h3, h4 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #4D4D4D;
}

span, p, a, table, li, label, input, textarea, a.btn {
    font-family: "Ubuntu", sans-serif;
}

h5 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #4D4D4D;
}

h1 {
    font-size: 3.6rem;
    line-height: 90%;
}

@media (max-width: 512px) {
    main.text-content h1,
    main.contacts h1,
    main.paid h1 {
        font-size: 2.6rem;
    }
}

h2 {
    font-size: 2.8rem;
    line-height: 90%;
}

p, a {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}
a {
    text-decoration: none;
}

.gradient-default {
    background: linear-gradient(95deg, #435AEB 0%, #2099E7 100%);
}
.gradient-light {
    background: linear-gradient(95deg, rgba(67, 90, 235, 0.10) 0%, rgba(32, 153, 231, 0.10) 100%);
}

.text-gradient {
    background: linear-gradient(95deg, #435AEB 0%, #2099E7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-content {
    color: #646464;
}

header {
    background-color: #fff;
    border-bottom: 1px solid #EFEFEF;
    transition: all 0.3s ease;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
header.scrolled {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-nav {
    flex-direction: row;
}
.navbar-nav a {
    color: #4D4D4D;
}
.navbar-nav a:hover {
    color: #4D4D4D;
}
.navbar-buttons li a {
    display: flex;
    border-radius: 99px;
    height: 40px;
    align-items: center;
}
.navbar-buttons li a.navbar-buttons-download {
    background: linear-gradient(95deg, #435AEB 0%, #2099E7 100%);
    color: #fff;
    padding: 0 38px;
}
.navbar-buttons li a.navbar-buttons-download:hover {
    color: #fff;
}
.navbar-buttons li a.navbar-buttons-langs {
    border: 1px solid #8E8E8E;
    color: #8E8E8E;
    padding: 0 18px;
    font-size: 0.9rem;
}
.navbar-buttons li a.navbar-buttons-langs:hover {
    color: #8E8E8E;
}
.navbar-buttons li a.navbar-buttons-langs img {
    position: relative;
    left: 3px;
    top: 0px;
}
.navbar-buttons-block {
    position: relative;
}
.navbar-buttons-langs-change {
    position: absolute;
    /*background-color: #fff;*/
    top: 56px;
    left: -3px;
    border-radius: 12px;
    padding: 8px;
    border: 1px solid #e6e6e6;
    /*box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);*/
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: none;
}
.navbar-buttons li .navbar-buttons-langs-change a {
    display: block;
    font-size: 0.9rem;
    height: auto;
    padding: 4px 12px;
    border-radius: 10px;
    transition: all 1s;
}
.navbar-buttons li .navbar-buttons-langs-change a+a {
    margin-top: 2px;
}
.navbar-buttons li .navbar-buttons-langs-change a.active,
.navbar-buttons li .navbar-buttons-langs-change a:hover {
    background-color: #ececec;
}

@media (max-width: 900px) {
    nav {
        flex-wrap: wrap;
    }
    .navbar-left {
        margin-right: auto;
    }
    .navbar-full {
        flex-basis: 100%;
        order: 1;
        justify-content: space-around;
        margin-top: 12px;
    }
    .navbar-full li {
        padding-top: 12px;
        padding-bottom: 8px;
    }
    .navbar-right {
        margin-left: auto;
    }
    .navbar-left, .navbar-right {
        align-self: flex-start;
    }
}
@media (max-width: 600px) {
    .nav-item {
        font-size: 13px;
        font-weight: 500;
    }
}
@media (max-width: 512px) {
    .navbar-full {
        display: none !important;
    }
    .navbar-buttons-download-block {
        display: none;
    }
}



footer {
    background-color: rgba(67, 90, 235, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 2px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer-links a {
    display: block;
}

footer a,
footer p {
    color: #fff;
}

footer a + a {
    margin-top: 8px;
}

footer .d-flex {
    flex-direction: column;
    align-items: center;
}



section .mute {
    color: #A5A5A5;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.section-main a+a {
    margin-left: 12px;
}
.section-download a+a {
    margin-left: 20px;
}

.section-text h4 {
    margin-top: 26px;
}

.button-rounded {
    border-radius: 99px;
}
.button-icon {
    color: #fff;
}
.button-icon img {
    position: relative;
    top: -3px;
    left: -4px;
    width: 26px;
}
.button-icon:hover,
.button-icon:active {
    color: #fff;
}

.button-important {
    border: 2px solid #435AEB;
    color: #435AEB;
}

.button-important:hover {
    color: #435AEB;
    border: 2px solid #435AEB;
}

.card-features-item {
    border-radius: 8px;
    background: rgba(86, 63, 177, 0.02);
    border: none;
    cursor: default;
    transition: scale 0.5s;
    height: 100%;
}
.card-features-item:hover {
    scale: 1.05;
}

.card-features-item h5 {
    background: linear-gradient(95deg, #435AEB 0%, #2099E7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-features-item-step {
    height: 100%;
}

.card-title-step {
    font-size: 4rem;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -6px;
    background: linear-gradient(95deg, #435AEB 0%, #2099E7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 769px) {
    .card-features-item .card-body {
        display: flex;
        align-items: center;
    }
    .card-features-item .card-body h5 {
        width: 110px;
        flex-shrink: 0;
    }
    .card-features-item .card-body p {
        width: auto;
    }
}



.about-fly-area {
    position: relative;
}
.about-fly-item {
    position: absolute;
    width: 150px;
    height: 150px;
    display: flex;
    text-align: center;
    border-radius: 99px;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px 0 rgba(32, 153, 231, 0.10) inset;
    filter: drop-shadow(0 4px 15px rgba(32, 153, 231, 0.10));
}
.about-fly-item img {
    width: 58px;
}
.about-fly-item p {
    background: linear-gradient(95deg, #435AEB 0%, #2099E7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 96%;
    padding-top: 8px;
}
.about-fly-item:nth-child(1) {
    top: -33px;
    right: 59px;
    animation: scaleUpDownVar1 8s infinite alternate;
}
.about-fly-item:nth-child(2) {
    top: -24px;
    left: 0px;
    animation: scaleUpDownVar2 12s infinite alternate;
}
.about-fly-item:nth-child(3) {
    top: 45px;
    right: 40%;
    animation: scaleUpDownVar1 10s infinite alternate;
}
.about-fly-item:nth-child(4) {
    bottom: -48px;
    left: 80px;
    animation: scaleUpDownVar2 12s infinite alternate;
}
.about-fly-item:nth-child(5) {
    bottom: -30px;
    right: 0px;
    animation: scaleUpDownVar1 12s infinite alternate;
}

@media (max-width: 1000px) {
    .about-fly-item:nth-child(1),
    .about-fly-item:nth-child(2),
    .about-fly-item:nth-child(3),
    .about-fly-item:nth-child(4),
    .about-fly-item:nth-child(5) {
        scale: 0.9;
    }
    .about-fly-item:nth-child(3) {
        top: 110px;
    }
    .about-fly-item:nth-child(4) {
        left: 20px;
    }
}

@media (max-width: 769px) {
    .about-fly-area {
        height: 200px;
    }
    .about-fly-item:nth-child(1),
    .about-fly-item:nth-child(2),
    .about-fly-item:nth-child(3),
    .about-fly-item:nth-child(4),
    .about-fly-item:nth-child(5) {
        scale: 0.75;
    }
    .about-fly-item:nth-child(1) {
        top: 10px;
        right: 120px;
    }
    .about-fly-item:nth-child(2) {
        top: 0px;
        left: 20px;
    }
    .about-fly-item:nth-child(3) {
        top: 45px;
        right: 40%;
    }
    .about-fly-item:nth-child(4) {
        bottom: -50px;
        left: 140px;
    }
    .about-fly-item:nth-child(5) {
        bottom: -50px;
        right: 0px;
    }
}

@media (max-width: 700px) {
    .about-fly-item:nth-child(1),
    .about-fly-item:nth-child(2),
    .about-fly-item:nth-child(3),
    .about-fly-item:nth-child(4),
    .about-fly-item:nth-child(5) {
        scale: 0.65;
    }
    .about-fly-item:nth-child(4) {
        bottom: -50px;
        left: 100px;
    }
}

@media (max-width: 600px) {
    .about-fly-area {
        height: 180px;
    }
    .about-fly-item:nth-child(1),
    .about-fly-item:nth-child(2),
    .about-fly-item:nth-child(3),
    .about-fly-item:nth-child(4),
    .about-fly-item:nth-child(5) {
        scale: 0.65;
    }
    .about-fly-item:nth-child(1) {
        top: -15px;
        right: 11%;
    }
    .about-fly-item:nth-child(2) {
        top: -10px;
        left: 0;
    }
    .about-fly-item:nth-child(3) {
        top: 40px;
        right: 35%;
    }
    .about-fly-item:nth-child(4) {
        bottom: -70px;
        left: 14%;
    }
    .about-fly-item:nth-child(5) {
        bottom: -50px;
        right: -10px;
    }
}

@media (max-width: 500px) {
    .about-fly-item:nth-child(1),
    .about-fly-item:nth-child(2),
    .about-fly-item:nth-child(3),
    .about-fly-item:nth-child(4),
    .about-fly-item:nth-child(5) {
        scale: 0.55;
    }
}

@media (max-width: 450px) {
    .about-fly-item:nth-child(4) {
        bottom: -70px;
        left: 8%;
    }
}

@media (max-width: 400px) {
    .about-fly-item:nth-child(1) {
        top: -20px;
        right: 7%;
    }
    .about-fly-item:nth-child(4) {
        bottom: -80px;
        left: 5%;
    }
    .about-fly-item:nth-child(3) {
        top: 40px;
        right: 31%;
    }
}

@media (max-width: 370px) {
    .about-fly-item:nth-child(1),
    .about-fly-item:nth-child(2),
    .about-fly-item:nth-child(3),
    .about-fly-item:nth-child(4),
    .about-fly-item:nth-child(5) {
        scale: 0.5;
    }
}

@keyframes scaleUpDownVar1 {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  25% {
    transform: scale(1.1) translateY(0);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1) translateY(-20px);
    opacity: 1;
  }
  75% {
    transform: scale(1.1) translateY(20px);
    opacity: 0.5;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes scaleUpDownVar2 {
  0% {
    transform: scale(1.1) translateY(-20px);
    opacity: 1;
  }
  25% {
    transform: scale(1.1) translateY(20px);
    opacity: 0.5;
  }
  50% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  75% {
    transform: scale(1.1) translateY(0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.tech-list {
    list-style: none;
    
}
.tech-item {
    border-radius: 99px;
    border: 1px solid #435AEB;
    padding: 3px 80px;
    width: fit-content;
    position: relative;
    left: 15%;
}
.tech-item + .tech-item {
    margin-top: 6px;
}
.tech-item img {
    width: 20px;
}
.tech-item span {
    padding-left: 60px;
    background: linear-gradient(95deg, #435AEB 0%, #2099E7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.animate-list {
  animation: animationList 2s ease-in-out;
  transform-origin: center;
}

@keyframes animationList {
  0% {
    transform: scale(1) translateX(0);
  }
  50% {
    transform: scale(1.1) translateX(30px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}

.main-intelligence-block-background {
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(/images/main-intelligence.png);
}

@media (max-width: 620px) {
    .main-intelligence-block-background {
        background-position: center;
    }
}
@media (max-width: 560px) {
    .head-buttons a {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .head-buttons a + a {
        margin-top: 12px;
        margin-left: 0;
    }
}

@media (max-width: 820px) {
    .main-intelligence-block-background {
        background-image: url(/images/main-intelligence-50.png);
    }
}

@media (max-width: 590px) {
    main.main h1 {
        font-size: 2.6rem;
    }
    main.main h2 {
        font-size: 2rem;
    }
    .section-features .card-text {
        padding-left: 12px;
    }
    body main.main {
        font-size: 14px;
    }
}



/**** FORM ****/
.feedback-form {
    position: relative;
}
.feedback-form-result  form {
    opacity: 0.15;
}
.feedback-form-success {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.feedback-form-success img {
    margin-bottom: 20px;
    width: 140px;
}

.feedback-form-success p {
    font-size: 1.6rem;
    font-weight: 400;
}

.btn-outline-self img {
    width: 12px;
    margin-right: 10px;
}

a.btn-outline-self:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #2098E6;
}


.table-price td,
.table-price th {
    background: rgba(255, 255, 255, 0.15);
}

/*** BTN ***/
@media (max-width: 450px) {
    .btn-group.btn-group-contacts {
        flex-direction: column;
    }
    .btn-group.btn-group-contacts a:first-child {
        border-radius: 0.375rem 0.375rem 0 0 !important;
        margin-right: 0;
        left: -2px;
    }
    .btn-group.btn-group-contacts a:last-child {
        border-radius: 0 0 0.375rem 0.375rem !important;
    }
    .btn-group.btn-group-contacts a+a {
        margin-top: -1px;
        right: 2px;
    }
    .btn-group.btn-group-contacts a {
        text-align: center;
        justify-content: center;
    }
}

/*** MAIN ***/
@media (max-width: 769px) {
    .download-links a {
        width: 100%;
    }
    .download-links a {
        margin-top: 16px;
        margin-left: 0 !important;
    }
}
