.header .menu_btn span, .header .menu_btn span::before, .header .menu_btn span::after {
    background: black;
}

.header,
.header .logo .logo_wrap span {
    color: #000;
}
.header .logo .logo_wrap .img_block{
    background-image: url('/img/logo_blue.png');
}

.menu_item a,
.mobile_navigation a {
    text-decoration: none;
    color: #000;
    position: relative;
    transition: all 0.2s ease;
}

.header .nav .menu_item a:hover{
    color: #3D7CF6;
}

.header_bg  .menu_btn span, .header_bg  .menu_btn span::before, .header_bg  .menu_btn span::after {
    background-color: #fff;
}

.header_bg .menu_item a,
.header_bg .mobile_navigation a {
  color: #FFF;
}

.header_bg .menu_drop__item a {
  color: #000;
}

.header_bg .logo .logo_wrap .img_block {
    background-image: url('/img/logo_white.png');
}
.header_bg .logo .logo_wrap span {
    color: #fff;
}

.text-cards .card {
    background: #F5F9FD !important;
}

.tariffs {
    justify-content: space-between;
}

@media (max-width: 600px) {
    .tariffs {
        justify-content: center;
    }
}
@media (max-width: 576px) {
    h1 {
        font-size: 34px;
        line-height: 40px;
    }
    p {
        font-size: 16px;
    }
    .blue-paragraph p {
        font-size: 22px;
    }
}