@charset "UTF-8";#growls-bc,#growls-bl,#growls-br,#growls-cc,#growls-cl,#growls-cr,#growls-default,#growls-tc,#growls-tl,#growls-tr,.ontop {
    z-index: 50000;
    position: fixed
}

#growls-default {
    top: 10px;
    right: 10px
}

#growls-tl {
    top: 10px;
    left: 10px
}

#growls-tr {
    top: 10px;
    right: 10px
}

#growls-bl {
    bottom: 10px;
    left: 10px
}

#growls-br {
    bottom: 10px;
    right: 10px
}

#growls-tc {
    top: 10px;
    right: 10px;
    left: 10px
}

#growls-bc {
    bottom: 10px;
    right: 10px;
    left: 10px
}

#growls-cc {
    top: 50%;
    left: 50%;
    margin-left: -125px
}

#growls-cl {
    top: 50%;
    left: 10px
}

#growls-cr {
    top: 50%;
    right: 10px
}

#growls-bc .growl,#growls-tc .growl {
    margin-left: auto;
    margin-right: auto
}

.growl {
    opacity: .8;
    position: relative;
    border-radius: 4px;
    transition: all .4s ease-in-out
}

.growl.growl-incoming {
    opacity: 0
}

.growl.growl-outgoing {
    opacity: 0
}

.growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px
}

.growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px
}

.growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px
}

.growl.growl-default {
    color: #fff;
    background: #7f8c8d
}

.growl.growl-error {
    color: #fff;
    background: #c0392b
}

.growl.growl-notice {
    color: #fff;
    background: #2ecc71
}

.growl.growl-warning {
    color: #fff;
    background: #f39c12
}

.growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: helvetica,verdana,sans-serif
}

.growl .growl-title {
    font-size: 18px;
    line-height: 24px
}

.growl .growl-message {
    font-size: 14px;
    line-height: 18px
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,time {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a,input,select,textarea {
    outline: 0
}

img,input {
    border: none;
    height: auto;
    max-width: 100%
}

button {
    border: 0;
    cursor: pointer;
    outline: 0;
    padding: 0
}

button[type=submit],input[type=submit] {
    cursor: pointer
}

* {
    box-sizing: border-box
}

html {
    font-size: 16px
}

body {
    background: #f7f8f9;
    color: #1b292a;
    font-family: Calibre,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1
}

button {
    border: none
}

h1,h2,h3,h4,h5,h6,strong {
    font-family: Calibre,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.1
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 19px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 17px
}

img {
    object-fit: cover
}

label {
    cursor: pointer
}

input[type=email],input[type=text] {
    border-radius: 2px;
    font-size: 16px;
    padding: 5px 10px
}

textarea {
    border: none;
    resize: vertical
}

table {
    margin: 10px 0
}

table td,table th {
    padding: 5px
}

a {
    text-decoration: none;
    transition: color .3s ease
}

.clearfix {
    display: inline-block
}

.clearfix {
    zoom:1;display: block
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.left {
    float: left
}

.right {
    float: right
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px
}

[class*=" icon-"]:before,[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-play:before {
    content: '\e800'
}

.icon-pause:before {
    content: '\e801'
}

.icon-arrows-cw:before {
    content: '\e802'
}

.icon-download:before {
    content: '\e803'
}

.icon-stop:before {
    content: '\e804'
}

.icon-record:before {
    content: '\e805'
}

.icon-cancel:before {
    content: '\e80b'
}

.icon-cw:before {
    content: '\e80d'
}

.icon-mic:before {
    content: '\f130'
}

.icon-mute:before {
    content: '\f131'
}

.icon-share:before {
    content: '\f1e0'
}

.icon-stop-circle:before {
    content: '\f28d'
}

.animate-spin {
    animation: spin 2s infinite linear;
    display: inline-block
}

.header {
    background: #fff;
    border: 1px solid #e8e9ea;
    padding: 10px 0
}

.header__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.header__logo .logo {
    -ms-flex-align: center;
    align-items: center;
    color: #1b292a;
    position: relative;
    font-family: Calibre,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.3125rem;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex
}

.header__logo .logo__icon {
    height: 32px;
    margin-right: 15px;
    position: relative;
    width: 3rem
}

.header__languages {
    margin-left: auto!important
}

.header__languages .language {
    height: 100%;
    color: #1b292a;
    padding-top: .25em;
    padding-left: 1em;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: .8em
}

.header__languages .language:hover {
    text-decoration: underline
}

.footer {
    padding: 3em 0
}

.footer__title {
    font-family: Calibre,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: .75rem;
    letter-spacing: .075em;
    margin-bottom: .75rem;
    text-transform: uppercase
}

.footer__description {
    line-height: 1.375
}

.main-area {
    background: #f7f8f9;
    overflow: hidden;
    padding: 2em 0;
    position: relative
}

.main-area__grid {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: column
}

.main-area__ad {
    width: 100%;
    margin-bottom: 10px
}

.bgImage-1 {
    display: block;
    height: 180px;
    left: calc(50% - 840px);
    position: absolute;
    top: 9em;
    width: 480px;
    z-index: 1
}

.bgImage-2 {
    bottom: 0;
    height: 120px;
    left: calc(50% - 840px);
    position: absolute;
    width: 584px;
    z-index: 1
}

.bgImage-3 {
    bottom: 0;
    height: 120px;
    position: absolute;
    right: calc(50% - 796px);
    width: 675px;
    z-index: 1
}

.editor {
    background: #fff;
    border: 1px solid #e8e9ea;
    border-radius: .25em;
    box-shadow: 0 .5em 2em rgba(27,41,42,.0625);
    padding: 0 1.5em;
    position: relative;
    z-index: 2
}

.editor__header {
    border-bottom: 1px solid #e8e9ea;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em 0 1em
}

.editor__header h1 {
    font-size: 16px;
    font-family: Calibre,"Helvetica Neue",Helvetica,Arial,sans-serif
}

.editor__error {
    font-size: 16px;
    font-family: Calibre,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #f63c2b
}

.editor__title {
    color: #8a8b8c;
    font-size: .75rem;
    letter-spacing: .075em;
    margin-bottom: .25rem;
    text-transform: uppercase
}

.editor__count {
    font-size: 2rem
}

.editor__count--small {
    font-size: 1.3125rem
}

.editor__count--facebook:after {
    content: "/ 250";
    font-size: .75rem;
    margin-left: .125rem
}

.editor__count--twitter:after {
    content: "/ 280";
    font-size: .75rem;
    margin-left: .125rem
}

.editor__count--google:after {
    content: "/ 300";
    font-size: .75rem;
    margin-left: .125rem
}

.sidebar {
    background: #fff;
    border: 1px solid #e8e9ea;
    box-shadow: 0 .5em 2em rgba(27,41,42,.0625);
    width: 300px;
    z-index: 2
}

.selectList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1em 0
}

.selectList__item--wide {
    font-size: 15px;
    width: 64%
}

.selectList__item--narrow {
    font-size: 15px;
    width: 32%
}

.selectList__step {
    color: #f67c4d;
    display: inline-block;
    margin-right: 5px
}

.selectList .select {
    margin: 6px 0;
    background: #fff;
    border: 2px solid #6d768c;
    border-radius: .25rem;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 5px;
    width: 100%;
    height: 36px
}

.selectList .select:focus {
    border-color: #6f4ff0;
    box-shadow: 0 0 0 .2rem rgba(111,79,240,.4);
    outline: 0
}

.button {
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: .8375rem;
    margin-bottom: 5px;
    padding: .45625rem 1.425rem;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff
}

.button--blue {
    color: #fff;
    background-color: #4e81ac;
    border-color: #5899ca
}

.button--blue:hover {
    color: #fff;
    background-color: #4797cb;
    border-color: #3b83b9
}

.button--blue:disabled {
    opacity: .5;
    pointer-events: none;
    background-color: #5899ca;
    border-color: #5899ca
}

.button--green {
    color: #fff;
    background-color: #67ac67;
    border-color: #66ab66
}

.button--green:hover {
    color: #fff;
    background-color: #70c170;
    border-color: #54ae54
}

.button--green:disabled {
    opacity: .5;
    pointer-events: none;
    background-color: #73bd73;
    border-color: #73bd73
}

.button--white {
    color: #000;
    background-color: #f9fafb;
    border-color: #9aaab3
}

.button--white:hover {
    color: #000;
    background-color: #fff;
    border-color: #9aaab3
}

.button--purple {
    background-color: #7d6bab;
    border-color: #7863b1;
    color: #fff
}

.button--purple:hover {
    background-color: #9381c5;
    border-color: #7863b1;
    color: #fff
}

.button--purple:disabled {
    opacity: .5;
    pointer-events: none;
    background-color: #9aaab3;
    border-color: #9aaab3
}

.buttonList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1em;
    margin-bottom: 1em
}

.buttonList__item+.buttonList__item {
    margin-left: 4px
}

.buttonList__item+.buttonList__item--last {
    margin-left: auto
}

.label {
    display: block;
    font-family: Calibre,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #444464
}

.duration-info {
    min-width: 4em;
    display: inline-block
}

.shareArea {
    margin-bottom: 1em
}

.shareArea__button .button {
    padding: .45625rem 5.425rem;
    display: block;
    margin: 0 auto
}

.shareArea__input input {
    border: 2px solid #6d768c;
    border-radius: .25rem;
    width: 100%;
    height: 36px
}

#js-share-button .label-do-share {
    display: none
}

#js-share-button.js-state-active .label-share {
    display: none
}

#js-share-button.js-state-active .label-do-share {
    display: inline
}

.shareArea.js-state-hidden {
    display: none
}

.shareArea.js-state-button .shareArea__input {
    display: none
}

.shareArea.js-state-input .shareArea__button {
    display: none
}

.tab-pane .tab__icon {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    position: relative
}

.tab-pane .tab__icon .icon {
    width: 200px;
    height: 200px
}

.tab-pane .tab__icon .icon__small {
    width: 100px;
    height: 100px;
    margin-top: 50px;
    margin-left: 50px
}

.tab-pane .tab__text {
    text-align: center;
    font-size: 1.1em;
    line-height: 1.2;
    max-width: 500px;
    margin: 10px auto
}

.tab-pane .tab__controls {
    margin: 20px auto;
    text-align: center
}

.tab-pane .tab__title {
    font-size: 1.3em;
    color: #444464;
    font-weight: 700
}

.tab-pane .tab__title-error {
    color: #c71414
}

svg.enabled-mic {
    fill: #4dda9e;
    cursor: pointer
}

svg.disabled-mic {
    fill: #ccc
}

.icon__bubble {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border: 2px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
    animation: icon__grow 1s infinite ease-out
}

.js-state-main .tab-pane__main {
    display: block
}

.js-state-main .tab-pane__error,.js-state-main .tab-pane__waiting,.js-state-main .tab-pane__waveform {
    display: none
}

.js-state-waiting .tab-pane__waiting {
    display: block
}

.js-state-waiting .tab-pane__error,.js-state-waiting .tab-pane__main,.js-state-waiting .tab-pane__waveform {
    display: none
}

.js-state-error .tab-pane__error {
    display: block
}

.js-state-error .tab-pane__main,.js-state-error .tab-pane__waiting,.js-state-error .tab-pane__waveform {
    display: none
}

.js-state-waveform .tab-pane__waveform {
    display: block
}

.js-state-waveform .tab-pane__error,.js-state-waveform .tab-pane__main,.js-state-waveform .tab-pane__waiting {
    display: none
}

.waveform {
    border-bottom: 1px solid #e8e9ea;
    padding-top: 10px;
    padding-bottom: 10px
}

.waveform canvas {
    height: 200px;
    width: 100%
}

.js-state-record-wait #js-control-button,.js-state-record-wait #js-download-button,.js-state-record-wait #js-record-new-button,.js-state-record-wait #js-record-stop-button {
    display: none
}

.js-state-record-wait #js-wavesurfer-container {
    display: none
}

.js-state-record #js-download-button,.js-state-record #js-record-new-button,.js-state-record #js-record-start-button {
    display: none
}

.js-state-record .label-continue-play,.js-state-record .label-continue-record {
    display: none
}

.js-state-record #js-wavesurfer-container {
    display: none
}

.js-state-record-pause #js-download-button,.js-state-record-pause #js-record-new-button,.js-state-record-pause #js-record-start-button {
    display: none
}

.js-state-record-pause .label-continue-play,.js-state-record-pause .label-pause {
    display: none
}

.js-state-record-pause #js-wavesurfer-container {
    display: none
}

.js-state-play #js-record-start-button,.js-state-play #js-record-stop-button {
    display: none
}

.js-state-play .label-continue-play,.js-state-play .label-continue-record {
    display: none
}

.js-state-play #js-record-wave-canvas {
    display: none
}

.js-state-play-pause #js-record-start-button,.js-state-play-pause #js-record-stop-button {
    display: none
}

.js-state-play-pause .label-continue-record,.js-state-play-pause .label-pause {
    display: none
}

.js-state-play-pause #js-record-wave-canvas {
    display: none
}

.content {
    background: #fff;
    padding: 2em 0
}

.h2 {
    color: #1b292a;
    font-family: Calibre,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0 0 20px
}

.textcolumn {
    column-count: 2;
    font-size: 1.2125rem;
    line-height: 1.5
}

.feature-list {
    font-size: 1.2125rem;
    line-height: 1.5;
    margin-bottom: 1.5em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px
}

.feature-list .feature {
    text-align: center
}

.feature-list .feature__icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto
}

.feature-list .feature__title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 500
}

.feature-text-block {
    font-size: 1.2125rem;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 1.5em
}

.feature-text-block .feature__title {
    margin-bottom: .3em;
    margin-top: 1em;
    font-size: 1.2em;
    font-weight: 500
}

h2.section {
    margin-top: 1.5em
}

.languageSelector__wrapper {
    vertical-align: middle
}

.languageSelector__current {
    border: 1px solid #ccc;
    font-size: 12px;
    width: 90px;
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
    text-decoration: none;
    padding: .4em 6px;
    cursor: pointer
}

.languageSelector__current:hover {
    background-color: #e37863;
    color: #fff
}

.languageSelector__trigger {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    float: right
}

.languageSelector__dropdown {
    display: none;
    position: absolute;
    background-color: #fff0ed;
    border: 1px solid #e37863;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    width: 90px;
    z-index: 9999
}

.languageSelector__dropdown li {
    border-top: 1px dotted #5c5c5c
}

.languageSelector__dropdown li:first-child {
    border-top: none
}

.languageSelector__dropdown li a {
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding: .4em 6px;
    color: #000;
    width: 90px;
    transition: none
}

.languageSelector__dropdown li a:hover {
    background-color: #e37863;
    color: #fff
}

@media (max-width: 900px) {
    .main-area__grid {
        display:block
    }

    .sidebar {
        display: none
    }
}

@media (max-width: 640px) {
    .buttonList__item+.buttonList__item--last {
        margin-left:4px
    }
}

@media (max-width: 590px) {
    .editor__header {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .editor__block {
        width: 33.3%
    }

    .selectList {
        display: block
    }

    .selectList__item {
        width: 100%
    }

    .selectList__item+.selectList__item {
        margin-top: 10px
    }

    .textcolumn {
        column-count: 1
    }

    .feature-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media (max-width: 530px) {
    h1 {
        font-size:33px
    }

    h2 {
        font-size: 25px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 18px
    }
}

@media (max-width: 430px) {
    .btnList {
        display:block
    }

    .btnList__item {
        width: 100%
    }

    .btnList__btn {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 400px) {
    .editor {
        padding:0 .5em
    }

    .editor__block {
        width: 50%
    }
}

@media (max-width: 390px) {
    h1 {
        font-size:30px
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

@keyframes icon__grow {
    0% {
        transform: scale(.3);
        opacity: .2
    }

    50% {
        opacity: .05
    }

    100% {
        transform: scale(.95);
        opacity: 0
    }
}
