/* start navbar */

/* @import url('https://fonts.googleapis.com/css?family=Arsenal&subset=cyrillic'); */

/* @import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300'); */

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400&subset=cyrillic');

html {
    scroll-behavior: smooth;
}

.fab,
.fas {
    color: #09c4f5 !important;
}

html,
body {
    font-family: 'Alegreya Sans', sans-serif !important;
}

h1 {
    font-size: 4.6em;
    font-weight: 300;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

a:hover {
    text-decoration: none;
}

.navbar-right {
    display: flex;
    align-items: center;
}

.row_block {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;

}

.row_block_title {
    z-index: 2;
    bottom: 400px;
}

.row_block__subtitle {
    padding-bottom: 10%;
    position: absolute;
    z-index: 2;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
}

.header {
    z-index: 2;
    padding-bottom: 5em;
    padding-top: 5em;
    height: 690px;
}

.header-waves {
    position: relative;
    z-index: -1;
    top: -400px;
    width: 100%;
    transition: top .2s ease-in-out;
}

.header-waves svg {
    width: 100%;
    height: 690px;
}

.header-waves svg .st0 {
    fill: rgb(235, 199, 255) !important;
    opacity: 0.2;
}

.header-waves svg .st1 {
    opacity: 0.4;
}

.navbar-default {
    background-color: #ffffff;
}

.navbar {
    margin-bottom: 0;
}

.header_tel a {
    color: rgb(32, 32, 32) !important;
    font-size: 16px;
}

/* start style player */

.player_wrapper {
    margin-bottom: 1em;
    font-size: 15px;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .001);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -khtml-user-select: none;
}

#status {
    width: 50px;
    height: 30px;
    position: fixed;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    margin: -25px 0 0 -15px;
    /* is width and height divided by two */
}

.spinner {
    margin: 0px auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.player {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 18px 0;
}

.player_body {
    position: relative;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 400px;
    height: 300px;
    margin: auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .15), 0 5px 5px 0 rgba(0, 105, 92, .2);
    border-radius: 20px;
}

.waves {
    position: relative;
    z-index: 20;
    top: -480px;
    transition: top .2s ease-in-out;
}

.waves.waves_up {
    top: -430px;
}

.player_content {
    position: relative;
    z-index: 50;
    width: 100%;
    height: 545px;
}

.player_header {
    position: relative;
    z-index: 55;
    padding: 18px 0;
    color: rgba(0, 178, 250, 1);
    background-color: rgba(255, 255, 255, 1);
}

.header_name {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Hamburger menu */

.hamburger-menu,
.back_btn,
.nav_menu {
    transition: all .2s ease-in-out;
}

.hamburger-menu {
    position: absolute;
    z-index: 70;
    top: 18px;
    right: 16px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.hamburger-menu.slide {
    margin-right: 232px;
}

.back_btn.slide {
    margin-left: -232px;
}

.nav_menu {
    position: absolute;
    z-index: 70;
    right: -235px;
    width: 235px;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
}

.nav_list {
    position: relative;
}

.nav_item {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.nav_item p {
    font-size: 14px;
    font-weight: 300;
    margin: -1px 0;
    color: rgba(0, 0, 0, .9);
}

.nav_item a {
    font-size: 22px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
}

.nav_menu.open {
    right: 0;
}

.player_fade {
    transition: background .2s ease-in-out;
    background: rgba(0, 0, 0, 0);
}

.player_fade.player_fade_on {
    position: absolute;
    z-index: 65;
    width: 275px;
    height: 490px;
    background: rgba(0, 0, 0, .5);
}

.bar,
.bar:after,
.bar:before {
    width: 15px;
    height: 3px;
}

.bar {
    position: relative;
    transition: all 0ms 300ms;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    background: rgba(0, 178, 250, 1);
}

.bar.animate {
    background: rgba(0, 178, 250, 0);
}

.bar:before {
    position: absolute;
    bottom: 6px;
    left: 0;
    content: '';
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
    background: rgba(0, 178, 250, 1);
}

.bar:after {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
    background: rgba(0, 178, 250, 1);
}

.bar.animate:after {
    top: 0;
    transition: top 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bar.animate:before {
    bottom: 0;
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    ;
}

/* ------------------------------------- */

.player_playlist {
    position: absolute;
    z-index: 60;
    top: 490px;
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 305px;
    transition: top .2s ease-in-out;
    background-color: rgba(255, 255, 255, 1);
}

.player_playlist::-webkit-scrollbar {
    width: 5px !important;
}

.player_playlist::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .1) !important;
}

.player_playlist::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3) !important;
}

.player_playlist_list {
    position: relative;
}

/*  */

.player_playlist_item {
    width: 100%;
    padding: 4px 18px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.player_playlist_item:hover {
    background: #e6e6e6;
}

.player_playlist_item:active {
    background: #d2d2d2;
}

.player_playlist_item.active {
    border-bottom-color: #7d7d7d;
    background: #7d7d7d;
}

.player_playlist_item.active * {
    color: #fff;
}

.song_block {
    display: inline-block;
}

.song block h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}

.song_block p {
    font-size: 11px;
    color: rgba(144, 144, 144, 1);
}

.song_time {
    font-size: 11px;
    position: relative;
    top: 20px;
    float: right;
    color: rgba(144, 144, 144, 1);
}

.glyphicon {
    line-height: 0.5;
    font-size: 24px;
}

.glyphicon-menu-left {
    transition: all .2s ease-in-out;
}

.glyphicon-menu-left.back_btn_on {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.player_playlist.playlist_on {
    top: 90px;
}

.album_wrap {
    position: relative;
    z-index: 40;
    top: 0;
    padding: 18px 0 30px 0;
    transition: top .3s ease-in-out;
}

.album_wrap.album_up {
    top: -300px;
    transition: top .2s ease-in-out;
}

.jAudio--thumb {
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-image .2s ease-in-out;
}

.song_playing {
    height: 150px;
    font-size: 16px;
    position: relative;
    top: 0;
    padding: 40px 0 6px 0;
    transition: top .5s ease-in-out;
}

.song_playing.song_playing_up {
    top: -300px;
    transition: top .2s ease-in-out;
}

.song_name {
    font-weight: 500;
}

.artist_name {
    font-size: 10.5px;
    color: rgba(144, 144, 144, 1);
}

.timeline_wrap {
    position: relative;
    position: relative;
    top: -45px;
    margin-top: 5px;
    transition: top .2s ease-in-out;
}

.line_played {
    position: absolute;
    top: 3px;
    height: 3px;
    background-color: rgba(255, 255, 255, 1);
}

.line_preload.line_preload_up {
    background-color: rgba(0, 0, 0, 0.15);
}

.progress-bar-wrapper {
    width: 100%;
    height: 10px;
    cursor: pointer;
}

.full_line {
    position: absolute;
    top: 4px;
    width: 100%;
    height: 2px;
    transition: background-color .2s ease-in-out;
    background-color: rgba(255, 255, 255, .4);
}

.progress-bar-pointer {
    position: absolute;
    top: 0;
    right: -1px;
    width: 0;
    height: 0;
    transition: all .1s ease-in-out;
    border-radius: 50%;
    background: #fff;
}

.progress-bar-wrapper:hover .progress-bar-pointer {
    top: -3px;
    right: -5px;
    width: 10px;
    height: 10px;
}

.progress-bar-pointer.progress-bar-pointer_up {
    background: rgba(0, 178, 250, 1);
}

.time_of_song {
    font-size: 9px;
    padding-top: 7px;
    transition: color .2s ease-in-out;
    color: rgba(255, 255, 255, 1);
}

.player_btns {
    position: relative;
    z-index: 1;
    top: -70px;
    left: 72px;
    width: 270px;
    padding-top: 33px;
    transition: all .2s ease-in-out;
    color: rgba(255, 255, 255, 1);
}

#npAction {
    font-weight: bold;
}

.play_btn {
    position: absolute;
    top: -16px;
    left: 12px;
    width: 51px;
    height: 51px;
    color: rgba(0, 178, 250, 1);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    /*   box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .23); */
}

.timeline_wrap.timeline_wrap_up,
.player_btns.player_btns_up {
    top: -305px;
    color: rgba(0, 0, 0, 1);
}

.line_played.line_played_up {
    top: 3px;
    background-color: rgba(0, 178, 250, 1);
}

.full_line.full_line_up {
    background-color: rgba(0, 178, 250, .4);
}

.time_of_song.time_of_song_up {
    color: rgba(0, 178, 250, 1);
}

#play_circle {
    top: 17px;
    left: 1px;
}

.back_btn:hover {
    cursor: pointer;
}

.random_btn:hover,
.prev_btn:hover,
.next_btn:hover,
.repeat_btn:hover {
    cursor: pointer;
    color: rgba(0, 47, 62, 1);
}

.play_btn:hover {
    cursor: pointer;
    background-color: rgba(0, 47, 62, 1);
}

.random_btn_on,
.repeat_btn_on {
    color: rgba(0, 47, 62, 1);
}

.touch-screen .menu_btn:hover,
.touch-screen .random_btn:hover,
.touch-screen .prev_btn:hover,
.touch-screen .next_btn:hover,
.touch-screen .repeat_btn:hover {
    color: #fff;
}

.touch-screen .play_btn:hover {
    background-color: #fff;
}

.player .pl-list__eq {
    display: none;
}

.player .pl-list--current {
    background: #1ec279;
    color: #fff;
}

.player .pl-list--current .pl-list__eq {
    display: block;
}

@-webkit-keyframes eq {
    0% {
        height: 3px;
    }

    50% {
        height: 15px;
    }

    100% {
        height: 3px;
    }
}

@keyframes eq {
    0% {
        height: 3px;
    }

    50% {
        height: 15px;
    }

    100% {
        height: 3px;
    }
}

.player .eq {
    display: flex;
    width: 20px;
    height: 15px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
}

.player .eq__bar {
    width: 4px;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 5px #fff);
    filter: drop-shadow(0 0 5px #fff);
}

.player .eq__bar:nth-child(2) {
    -webkit-animation: eq 1.2s ease-in-out infinite 0s;
    animation: eq 1.2s ease-in-out infinite 0s;
}

.player .eq__bar:nth-child(4) {
    -webkit-animation: eq 1.2s ease-in-out infinite .2s;
    animation: eq 1.2s ease-in-out infinite .2s;
}

.player .eq__bar:nth-child(1) {
    -webkit-animation: eq 1.2s ease-in-out infinite .4s;
    animation: eq 1.2s ease-in-out infinite .4s;
}

.player .eq__bar:nth-child(3) {
    -webkit-animation: eq 1.2s ease-in-out infinite .6s;
    animation: eq 1.2s ease-in-out infinite .6s;
}

/* start main block */

.main {}

.icon-service {
    padding: 10% 0 1% 0;
}

.main-row {
    display: flex;
    justify-content: center;
}

.main-icon {
    padding: 0.5em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-icon a {
    color: #000;
}

.main-icon a:hover {
    text-decoration: none;
}

figure {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-wrapper {
    background-color: rgba(161, 221, 255, 0.15);
    border-radius: 20px;
    width: 110px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-icon p {
    font-size: 20px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.main-icon object {
    height: 50px;
}

.main_icon-titile {
    font-weight: 300;
    font-size: 16px !important;
}

/* start section devices */

.imagi {
    position: relative;
    width: 100%;
    min-height: 470px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.imagi img {
    position: absolute;
    padding: 0;
    display: block;
    max-width: 100%;
    height: auto;
}

/* start block wifi */

.area {
    margin-top: 10%;
    margin-bottom: 5%;
}

.row>.text-center>object {
    height: 50px;
}

.row>.text-center>p {
    font-size: 24px;
    font-weight: 300;
}

/* start block document */

.doc {
    padding: 0;
    margin-top: 10%;
}

.urid {
    background: url(../img/helloquence-51716-unsplash.jpg);
    background-size: cover;
}

.musicsec {
    padding: 5% 0 5% 0;
    background-color: rgba(161, 221, 255, 0.15);
}

.secbg {
    background: rgba(254, 255, 250, 0.7);
    padding: 5% 0 5% 0;
}

li {
    font-size: 24px;
    font-weight: 300;
    list-style-type: circle;
}

.demo_sec {
    background: url(../img/rawpixel-676878-unsplash.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-contact {
    line-height: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.wrapper-icon-contact-header {
    margin: 0.3em;
}

.wrapper-icon-contact {
    margin: 0.5em;
}

.fab,
.fas {
    color: #000;
}

.sec_bg {
    background: rgba(240, 240, 240, 0.8);
    padding: 5% 0 5% 0;
}

/* start footer */

footer {
    border-top: 1px solid #D6D6D6;
}

footer ul {
    list-style-type: none;
    padding: 0;
    /* margin: 20px 0; */
    text-align: center;
    margin-left: 1em;
}

footer ul>li {
    list-style-type: none;
    font-size: 16px;
}

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

.adress-wrapper {
    display: flex;
}

.rus-adress {
    margin-top: 1.5em;
}

.bel-adress {
    margin-top: 1.5em;
    padding-left: 2em;
    border-left: 1px;
    border-color: rgb(214, 214, 214);
    border-style: solid;
}

/* start animate on scroll */

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}


/* start section info*/

.info {
    padding: 5% 0 5% 0;
}

.info>.container>.row>.text-center>h1 {
    margin-bottom: 50px;
}

.faq-container-left-inner>ol>li {
    list-style-type: none;
}

.faq-container-left-inner ol li:not(:last-child) {
    margin-bottom: 20px;
}

.faq-container-left-inner>ol>li>.title {
    color: #3864f5;
    border-bottom: 1px dotted #3864f5;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.faq-container-left-inner>ol>li>.title:focus, .title:hover{
    text-decoration: none;
}

.faq-container-left-inner>ol {
    counter-reset: list 0;
}

.faq-container-left-inner>ol li:before {
    counter-increment: list;
    content: counter(list) ". ";
}

.faq-container-left-inner>ol>li>p {
    display: none;
}
.faq-container-left-inner>ol>li>p>span {
    font-weight: bold;
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.faq-container-left-inner>ol>li>p>i {
    font-style: italic;
    font-weight: 400;
}

/* start media */

@media (max-width: 992px) {
    .text-right {
        text-align: center !important;
    }
}

@media (max-width: 1488px) {
    .header {
        height: 800px;
    }

    .header-waves svg {
        width: 100%;
        height: 800px;
    }
}

@media (max-width: 1148px) {
    .header {
        height: 900px;
    }

    .header-waves svg {
        width: 100%;
        height: 900px;
    }
}

@media (max-width: 998px) {
    .header {
        height: 700px;
    }

    .header-waves svg {
        width: 100%;
        height: 700px;
    }

    .main-row {
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: 300px 300px;
        grid-template-rows: auto auto;
        grid-column-gap: 10px;
        grid-row-gap: 50px;
        padding-top: 20%;
        padding-bottom: 10%;
    }

    .icon-service:before {
        content: none;
    }

    .main-icon {
        padding: 0;
    }

    .main-row:before {
        content: none;
    }
}

@media (max-width: 698px) {

    .title-number,
    .title-email {
        font-size: 3em;
    }

    .navbar-right {
        justify-content: center;
    }
}

@media (max-width: 628px) {
    .header {
        height: 800px;
    }

    .header-waves svg {
        width: 100%;
        height: 800px;
    }

    .main-row {
        grid-template-columns: 200px 200px;
    }
}

@media (max-width: 558px) {
    .icon-service {
        margin-top: 20%;
    }
}

@media (max-width: 488px) {
    .header {
        height: 1000px;
    }

    .header-waves svg {
        width: 100%;
        height: 1000px;
    }

    .imagi {
        min-height: 300px;
    }

    .player_body {
        width: 300px;
    }

    .player_btns {
        left: 25px;
        top: -70px;
    }

    .main-row {
        grid-template-columns: 160px 160px;
        padding-top: 10%;
        padding-bottom: 5%;
    }

    .title-number,
    .title-email {
        font-size: 2.5em;
    }

    .adress-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .rus-adress {
        margin-top: 1em;
    }

    .bel-adress {
        margin-top: 1em;
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 388px) {
    .header {
        height: 770px;
    }

    .header-waves svg {
        width: 100%;
        height: 770px;
    }

    .icon-service {
        margin-top: 20%;
    }

    h1 {
        font-size: 3em;
    }

    p,
    li {
        font-size: 18px;
    }

    .row>.text-center>p {
        font-size: 18px;
    }

    .imagi {
        min-height: 200px;
    }

    .title-number,
    .title-email {
        font-size: 2em;
    }

    .footer-wrapper {
        flex-wrap: wrap;
    }

    .player_body {
        width: 250px;
    }

    .player_btns {
        left: -1px;
        top: -70px;
    }

    .main-row {
        grid-template-columns: 160px;
    }
    .player_content{
        height: 578px;
    }
}

@media (max-width: 340px) {
    .header {
        height: 850px;
    }

    .header-waves svg {
        width: 100%;
        height: 850px;
    }

    .icon-service {
        margin-top: 30%;
    }
}

@media (max-width: 300px) {
    .header {
        height: 850px;
    }

    .header-waves svg {
        width: 100%;
        height: 850px;
    }

    .icon-service {
        margin-top: 30%;
    }
}