﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
}

h1 {
    margin: 5px 0;
}

h2 {
    margin: 0;
    font-size: 16px;
}

#svganim{
  padding-top:50px;
  display: flex;
  justify-content: center;
	}
svg{
  width:40%;
}

.togglebtn {
    position: absolute;
    top: -90px;
    left: 0px;
    z-index: 1;
    text-align: center;
}

.cir {
    position: relative;
    background-color: transparent;
    margin: 10px auto;
    width: 110px;
    height: 110px;
}
.btn {
    width: 100px;
    height: 76px;
    margin-top: 16px;
    background-image: url(../img/Speaker-Iconс1.png);
    background-repeat: repeat-x;
    background-size: 200px;
    background-position: 100px 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    /*background-color:transparent;
text-indent: -9999px;*/
}

.btn_on {
    background-position: 0 0;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -20px;
}

.flex-item {
    flex: 1 100%;
    text-align: center;
    margin: 0;
}

.titletxt {
    text-transform: uppercase;
    margin-top: 25px;
}

svg#svgicon {
    width: 2%;
    margin-top: 20px;
    margin-left: 10px;
}

#note1,
#note2,
#note3,
#note4,
#note5,
#note6 {
    opacity: 0;
}

.flex-item.icon {
    margin-top: -5px;
}

@media screen and (max-width: 1200px) {
    .togglebtn {
        transform: scale(0.8);
    }
}

@media screen and (max-width: 768px) {
    .togglebtn {
        transform: scale(0.7);
    }
}

@media screen and (max-width: 600px) {
    .togglebtn {
        transform: scale(0.5);
    }
}