#bg3::before{
    background: linear-gradient(180deg,rgba(236, 251, 253, 0) 0,rgba(236, 253, 253, 0.53) 14.32%,#ecfafd 45.83%,rgba(236, 246, 253, 0.43) 84.33%,rgba(236, 247, 253, 0) 100%);
}

#bg1::before{
    background: linear-gradient(180deg,rgba(236, 251, 253, 0) 0,rgba(236, 253, 253, 0.53) 14.32%,#ecfafd 45.83%,rgba(236, 246, 253, 0.43) 84.33%,rgba(236, 247, 253, 0) 100%);
}

.btn-primary{
    background : #5eabfd;
    border-color: #3094ff
}

.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active{
    background : #74a8df;
    border-color: #3e8ee4
}

.btn-primary:hover{
    background-color : #3c648f;
    border-color: #1b2c3f;
    box-shadow: none;
}

.navbar__contact a:hover {
    opacity: 1;
}

.navbar__contact b::after {
    content: '';
    margin: 0 32px;
    border-right: 1.5px solid #333;
}

.navbar__contact b a small {
    font-size: 10px;
    line-height: 1.2;
    font-weight: 300;
}

.btn::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    background: rgba(94, 111, 253, 0.35);
    filter: blur(24px);
    border-radius: 10px;
    z-index: -1;
}

.bg__header{
    background: #5e9cfd;
}

.footer,
.footer-note {
    background-color: #222;
}

.head__bg-simple {
    background-image: url(../img/head-bg.svg);
}

.bg-secondary {
    background-color: #2f7dab !important;
}

.bg-bordered {
    border: 1px solid #41b8e0;
}

.part-bg__bg::after{
    background: #5e9cfd;
}

.btn-bordered:hover {
    color: #3c648f;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: 0 0 0 .2rem rgba(94, 163, 253, 0.25);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(94, 163, 253, 0.25);
}

.navbar__toggler {
    border: 2px solid #5ec1fd;
}

a {
    color: #5e7efd;
}

.presentation-list li{
    color: #5e7efd;
}

.bordered{
    background-color: white;
    padding: 10px !important;
    box-shadow: 5.031px 12.042px 17.104px rgba(157, 157, 157, 0.14);
    border-radius: 16px;
    border: 1px solid transparent !important;
    text-align: center;
}

.bullet-list-top .bullet-list__item::before {
    top: 8px;
}

.item-time::before {
    background-image: url(../img/clock.svg);
}

.item-pro::before {
    background-image: url(../img/pro.svg);
}

.item-support::before {
    background-image: url(../img/support.svg);
}

.item-none::before {
    display: none;
}

.bg-bordered{
    box-shadow: 5.031px 12.042px 17.104px rgba(157, 157, 157, 0.14);
}

.icons-img::after {
    display : none;
}

.steps__item-process .steps__item__icon, .iteration__item.active .iteration__item__number{
    background: #5eabfd;
    border-color: #5eabfd;
}

.text-primary {
    color: #5eabfd !important;
}

input.custom-check:checked + label.custom-check::before, input.custom-radio:checked + label.custom-radio::before {
    background-color: #5eabfd;
    border: 1px solid #5eabfd !important;
}

.steps__item-finish .steps__item__title::after {
    background-color: #5eabfd;
}

.card-header button svg path {
    fill: #2f7dab !important;
}

.btn:focus{
    color:white;
}