* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

input, textarea, button {
    font-family: "Montserrat", Arial, sans-serif
}

button {
    border: none;
    outline: none;
    background: transparent
}

input:-ms-input-placeholder {
    color: inherit
}

input::placeholder {
    color: inherit
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    background: #fff
}

body {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #38484f
}

a {
    text-decoration: none;
    color: #3E80CE
}

a:hover {
    color: #000
}

ul {
    list-style: none
}

.img-responsive {
    width: 100%
}

.container {
    width: 96%;
    padding: 0 2%;
    margin: 0 auto
}

.container .heading {
    margin-bottom: 6px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.container .heading h3 {
    color: #45b7b7;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px
}

.container .heading h3 span {
    color: #e44e3a
}

.container .heading a {
    color: #38484f;
    font-size: 14px;
    font-weight: 700
}

.container .heading a i {
    color: #e44e3a
}

.container .heading_white h3 {
    color: #fff
}

.container .heading_white a {
    color: #fff
}

.container .heading_white a i {
    color: #fff
}

.flex-row {
    display: -ms-flexbox;
    display: flex
}

h2.inner-page {
    color: #45b7b7;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 25px
}

.btn {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 25px;
    border: none;
    border-radius: 25px;
    background-color: #ffffff;
    color: #0081d1;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    outline: none;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
}

.btn_limed-spruce {
    background: #38484f;
    color: #fff;
    text-transform: none;
    padding: 8px 25px 8px 12px
}

.btn_limed-spruce i {
    font-size: 24px
}

.btn_limed-spruce span {
    font-size: 13px;
    font-weight: 400
}

.btn_limed-spruce b {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700
}

.btn_blue {
    background-color: #00aef3;
    color: #fff
}

.btn_tradewind {
    background-color: #45b7b7;
    color: #fff
}

.slides-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.slides-navigation div {
    width: 60px;
    height: 60px;
    border: 2px solid #ecf1f4;
    border-radius: 50%;
    color: #45b7b7;
    font-size: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    cursor: pointer
}

.slides-navigation div i {
    margin-left: -10px
}

.slides-navigation div:first-child {
    margin-right: 20px
}

.slides-navigation div:first-child i {
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: -10px
}

.slick-dots {
    width: 90%;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-dots li {
    cursor: pointer
}

.slick-dots li i {
    color: #ecf1f4;
    font-size: 35px
}

.slick-dots li.slick-active i {
    color: #e44e3a
}

.user-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 110px;
    border-top: 2px solid #45b7b7
}

.user-section .cabinet {
    margin-left: 15px;
    color: #fff
}

.user-section .cabinet a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #45b7b7;
}

.user-section .cabinet a > span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal
}

.user-section .cabinet a > span span {
    border-bottom: 1px dashed #fff
}

.user-section .cabinet i {
    font-size: 30px;
    margin-right: 5px
}

.user-section .registration {
    margin-right: 15px
}

.user-section .registration button {
    width: 160px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #ffffff;
    color: #fff;
    cursor: pointer
}

.user-section .registration button span {
    text-transform: uppercase;
    font-weight: 700
}

.desktop-user {
    display: none
}

.desktop-user .user-section {
    border: none
}

.desktop-user .cabinet a > span span {
    border-bottom: 1px dashed #45b7b7
}

.desktop-user .cabinet i {
    margin-right: 15px;
    color: #e44e3a
}

.desktop-user .registration {
    margin-left: 20px
}

.desktop-user .registration button {
    width: 180px;
    color: #e44e3a;
    border-color: #e44e3a;
    font-size: 13.3333px;
}

.search_desktop {
    display: none
}

.search_desktop .search__form input {
    display: block;
    width: 180px;
    color: #9aa4a9
}

.search_desktop .search__form input:-ms-input-placeholder {
    color: #9aa4a9;
    font-size: 14px
}

.search_desktop .search__form input::placeholder {
    color: #9aa4a9;
    font-size: 14px
}

.search_desktop .search__form button {
    color: #45b7b7
}

.search_desktop .search__form button.default {
    left: auto;
    transform: translate(0, -50%);
    right: 15px
}

.search_mobile {
    margin-left: 40px;
    color: #fff;
    font-size: 20px;
    min-width: 25%
}

.search_mobile.expanded {
    min-width: auto;
    margin-left: 0
}

.search__form {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}

.search__form input {
    display: none;
    height: 32px;
    background: transparent;
    outline: none;
    border-radius: 25px;
    border: 2px solid #ecf1f4;
    background-color: #ecf1f4;
    padding-left: 25px;
    color: #fff
}

.search__form input.active {
    display: block
}

.search__form button {
    position: absolute;
    color: #fff;
    font-size: 22px
}

.search__form button.default {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.search__form button.aside {
    top: 50%;
    transform: translateY(-50%);
    right: 15px
}

.top-panel {
    height: 40px;
    border-bottom: 2px solid #ecf1f4;
    margin-bottom: 20px
}

.top-panel .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top-panel .container > div {
    height: 40px;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}

.top-panel .container > div > span {
    display: none
}

.additional-navigation {
    display: none
}

.additional-navigation ul li a {
    color: #38484f;
    font-size: 14px;
    font-weight: 600;
    padding-right: 20px
}

.additional-navigation ul li a.with-icon {
    position: relative
}

.additional-navigation ul li a.with-icon img {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%)
}

.dropdown-languages {
    -ms-flex-align: center;
    align-items: center
}

.dropdown-languages > i {
    font-size: 24px;
    color: #39474f
}

.dropdown-languages.opened {
    position: relative
}

.dropdown-languages.opened ul {
    position: relative;
    background: #fff;
    padding: 36px 30px 12px 12px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3)
}

.dropdown-languages.opened ul li {
    display: block
}

.dropdown-languages ul {
    padding: 0 30px 0 12px
}

.dropdown-languages ul li {
    display: none;
    position: relative;
    cursor: pointer
}

.dropdown-languages ul li.active {
    display: block
}

.dropdown-languages ul li.active:after {
    font-family: 'fontello';
    content: "\e800";
    font-weight: 400;
    position: absolute;
    right: -20px;
    bottom: 0;
    font-size: 15px
}

.dropdown-languages ul li a {
    color: #39474f;
    font-size: 14px;
    font-weight: 600
}

.socials {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-size: 23px;
    width: 130px
}

.socials .icon-facebook {
    color: #3a589b
}

.socials .icon-instagram::before {
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.socials .icon-vkontakte {
    color: #436eab
}

.socials i.icon-youtube-play {
    color: #da301c
}

.user-navigation {
    margin-bottom: 15px
}

.logo-link {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.logo-link > * {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.logo-link h1 {
    font-size: 13px;
    font-weight: 500;
    margin-left: 27px;
    line-height: 17px;
    width: 120px
}

.logo-link h1 span {
    color: #f57665
}

.main-navigation {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.main-navigation:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 60px;
    width: 100%;
    background-color: #45b7b7;
    z-index: 2
}

.main-navigation .container {
    padding-top: 5px;
    display: -ms-flexbox;
    display: flex
}

.site-navigation {
    width: 128px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    z-index: 11;
    min-height: 50px;
    margin-left: auto
}

.site-navigation.expanded {
    margin-left: 0;
    width: 100%
}

.site-navigation .close-search {
    display: none;
    font-size: 31px;
    color: #fff
}

.site-navigation .menu-switcher {
    border: none;
    background: transparent;
    font-size: 31px;
    color: #fff;
    outline: none
}

.site-navigation .menu-wrapper .main-menu {
    position: absolute;
    width: 100vw;
    background: #3dacac;
    left: 0;
    top: 60px;
    display: none;
    padding-top: 30px
}

.site-navigation .menu-wrapper .main-menu > li:not(.mobile-user):not(.more) {
    margin-bottom: 12px;
    padding-left: 15px
}

.site-navigation .menu-wrapper .main-menu li.more {
    padding-left: 15px
}

.site-navigation .menu-wrapper .main-menu a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.site-navigation .menu-wrapper .main-menu.active {
    display: block
}

.site-navigation .menu-wrapper .main-menu .sub-more {
    background-color: #ecf1f4;
    margin-left: -15px;
    padding-bottom: 15px;
    padding-top: 15px;
    display: none
}

.site-navigation .menu-wrapper .main-menu .sub-more.active {
    display: block
}

.site-navigation .menu-wrapper .main-menu .sub-more ul li a, .site-navigation .menu-wrapper .main-menu .sub-more .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 14px
}

.site-navigation .menu-wrapper .main-menu .sub-more ul li a span:first-of-type, .site-navigation .menu-wrapper .main-menu .sub-more .links span:first-of-type {
    width: 20px;
    margin-right: 10px
}

.site-navigation .menu-wrapper .main-menu .sub-more li:nth-child(3) ul {
    border-radius: 20px;
    background-color: #ffffff;
    width: 92%;
    padding: 14px 0;
    margin: 0 auto
}

.site-navigation .menu-wrapper .main-menu .sub-more li:nth-child(3) ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px
}

.site-navigation .menu-wrapper .main-menu .sub-more a {
    color: #39474f;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.35px;
    text-transform: none
}

.lesson-navigation-wrapper {
    position: absolute;
    left: 0;
    top: 0;
}

.lesson-navigation {
    position: absolute;
    z-index: 10;
    display: none;
    width: 90vw
}

.lesson-navigation-switcher {
    width: 175px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
   /*background: #3e80ce;*/
   background: #fff;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 8;
    position: relative;
    display: block;
    cursor: pointer
}
.lesson-navigation-switcher:hover{
  
}

.lesson-navigation-switcher.active {
    border-radius: 25px 25px 0 0;
     background-color: #3e80ce;
     color: #fff;
}

.lesson-navigation__sub {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.lesson-navigation__sub-menu {
    display: none;
    line-height: normal
}

.lesson-navigation__sub-menu li {
    padding: 10px;
    cursor: pointer
}

.lesson-navigation__sub-menu li:hover, .lesson-navigation__sub-menu li:active {
    background: #fff;
    border-radius: 10px
}

.lesson-navigation__sub-menu.active {
    display: block;
    padding: 14px;
    background: #ecf1f4;
    font-size: 13px;
    font-weight: 500;
    border-radius: 10px
}

.lesson-navigation__sub-menu.active a {
    color: #39474f
}

.lesson-navigation__sub-menu.active a:hover, 
.lesson-navigation__sub-menu.active a:active {
    color: #3e80ce
}

.lesson-navigation.opened {
    border-radius: 0 0 25px 25px;
    background-color: #3e80ce;
    display: block;
    padding: 10px;
    margin-top: 5px;
    position: relative
}

.lesson-navigation.opened:before {
    display: block;
    content: "";
    height: 8px;
    width: 175px;
    background-color: #3e80ce;
    position: absolute;
    left: 0;
    top: -7px
}

.lesson-navigation.opened .lesson-navigation__sub-heading {
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    margin-bottom: 3px;
    padding: 0 15px;
    width: 100%;
    position: relative;
    cursor: pointer
}

.lesson-navigation.opened .lesson-navigation__sub-heading.active {
    background-color: #366aa8
}

.lesson-navigation.opened .lesson-navigation__sub-heading.active:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #366aa8;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%)
}

.lesson-navigation.opened .lesson-navigation__sub-heading ul {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.header-slider {
    margin-bottom: 50px
}

.header-slider .container {
    width: 100%;
    padding: 0
}

.header-slider .slides {
    margin-bottom: 19px
}

.header-slider .slides .slide {
    height: 218px;
    background-size: cover;
    background-position: top center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.header-slider .slides .slide__content {
    width: 60%;
    padding-right: 8px
}

.header-slider .slides .slide__feature {
    color: #39474f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.header-slider .slides .slide__title {
    color: #39474f;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase
}

.header-slider .slides .slide__title--righter {
    padding-left: 35px
}

.header-slider .slides .slide__text {
    display: none
}

.info-tabs {
    margin-bottom: 25px
}

.tabs-navigation {
    margin-bottom: 20px;
    position: relative;
    background: #45b7b8;
    border-radius: 30px
}

.tabs-navigation li {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 21px;
    line-height: normal;
    cursor: pointer
}

.tabs-navigation li.mobile-disabled {
    display: none
}

.tabs-navigation li.active {
    position: relative;
    background-color: #3E80CE;
    padding: 21px 15px 0
}

.tabs-navigation li.active:after {
    font-family: 'fontello';
    content: "\e800";
    font-weight: 400;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px
}

.tabs-navigation li.smaller-fs {
    font-size: 11px;
    padding-top: 24px
}

.tabs-content > div:not(.active) {
    display: none
}

.tabs-content .tab {
    -ms-flex-direction: column;
    flex-direction: column
}

.tabs-content .tab .left-side {
    margin-bottom: 20px
}

.tabs-content .tab .left-side img {
    display: block
}

.tabs-content .tab .right-side {
    background: url("/assets/img/tabs/tab-bg.jpg") no-repeat;
    background-size: 80%;
    background-position: 50% 22px
}

.tabs-content .tab h3 {
    color: #45b7b7;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase
}

.tabs-content .tab p {
    font-size: 14px;
    line-height: 21px;
    padding: 0 12px 24px
}

.tabs-content .tab .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tabs-content .tab .buttons > a {
    width: 49%
}

.skype-lessons {
    margin-bottom: 48px
}

.skype-lessons .container {
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    border: 2px solid #00acf8;
    padding: 0 0 22px 0;
    overflow: hidden
}

.skype-lessons .left-side {
    background: url("/assets/img/skype-bg.jpg") no-repeat;
    background-size: contain;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 22px
}

.skype-lessons .right-side h3 {
    color: #00acf8;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px
}

.skype-lessons .right-side .button {
    width: 296px;
    margin: 0 auto
}

.soyle-tube, .same-videos {
    margin-bottom: 48px
}

.soyle-tube .slides, .same-videos .slides {
    margin-bottom: 20px
}

.soyle-tube .slide .content-wrapper, .same-videos .slide .content-wrapper {
    width: 100%;
    height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url("/assets/img/soyletube-bg.jpg") no-repeat center center;
    background-size: contain
}

.soyle-tube .slide .content-wrapper img, .same-videos .slide .content-wrapper img {
    margin-bottom: 20px
}

.soyle-tube .slide .content-wrapper .title, .same-videos .slide .content-wrapper .title {
    color: #38484f;
    font-size: 14px;
    font-weight: 600
}

.soyle-tube .slide .content-wrapper .title .new, .same-videos .slide .content-wrapper .title .new {
    height: 20px;
    padding: 0 10px;
    line-height: 20px;
    border-radius: 10px;
    background-color: #e44e3a;
    color: #ffffff;
    font-size: 13px
}

.now-learned {
    padding: 50px 0;
    background-color: #ecf1f4;
    margin-bottom: 50px
}

.now-learned .container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.now-learned h2 {
    color: #45b7b7;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 19px
}

.now-learned h2 span {
    color: #e44e3a
}

.now-learned p {
    margin-bottom: 17px
}

.now-learned .users {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.now-learned .users .user {
    width: 24%;
    position: relative;
    margin-bottom: 6px
}

.now-learned .users .user .level {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    font-size: 9px;
    font-weight: 500;
    padding: 2px;
    border-radius: 0 8px 0 0;
    line-height: normal
}

.now-learned .users .user .level_l1 {
    background-color: #ff8b24
}

.now-learned .users .user .level_l2 {
    background-color: #45b7b7
}

.now-learned .users .user .level_l3 {
    background-color: #7c7ad3
}

.now-learned .users .user .level_l4 {
    background-color: #e44e3a
}

.now-learned .users .user .level_l5 {
    background-color: #00aef3
}

.now-learned .users .user .level_l6 {
    background-color: #38484f
}

.now-learned .users .user img {
    width: 100%;
    height: 100%
}

.now-learned .right-side {
    margin-bottom: 50px
}

.now-learned .right-side .button a {
    color: #fff
}

.listen {
    margin-bottom: 50px
}

.listen .container {
    -ms-flex-direction: column;
    flex-direction: column
}

.listen .articles {
    margin-bottom: 50px
}

.listen .article {
    margin-bottom: 30px
}

.listen .article .img {
    margin-right: 19px
}

.listen .article .title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: normal
}

.listen .article .title a {
    color: #38484f
}

.listen .article .play a {
    color: #e44e3a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.listen .article .play a i {
    font-size: 30px;
    margin-left: -6px
}

.listen .karaoke {
    height: 320px;
    background: #05050e url("/assets/img/karaoke-bg-mobile.jpg") no-repeat;
    background-size: cover;
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.listen .karaoke__title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 44px
}

.listen .karaoke__title span {
    background-color: #45b7b7;
    display: inline-block;
    border-radius: 10px;
    padding: 6px
}

.news {
    padding: 50px 0;
    background-color: #45b7b7;
    margin-bottom: 50px
}

.news .slides {
    margin-bottom: 30px
}

.news .content-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 10px
}

.news .content-wrapper .created {
    color: #8c99a1;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 17px;
    padding-top: 17px
}

.news .content-wrapper .title {
    color: #38484f;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-bottom: 6px
}

.soyle-talk {
    margin-bottom: 50px
}

.soyle-talk .container {
    border-radius: 10px;
    padding: 30px 0 0;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 335px;
    background: #fdf2ed url("/assets/img/soyle-talk-bg.jpg") no-repeat left bottom;
    background-size: contain
}

.soyle-talk .inner {
    padding-left: 21px
}

.soyle-talk h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.soyle-talk p {
    line-height: normal;
    font-size: 13px
}

.soyle-talk p b {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding-right: 100px
}

.soyle-talk .button {
    padding-top: 16px;
    margin: 0 auto 13px;
    width: 90%
}

.testimonials {
    background-color: #ecf1f4;
    padding: 50px 0;
    margin-bottom: 50px
}

.testimonials__map {
    display: none
}

.testimonials .slides {
    margin-bottom: 27px
}

.testimonials .slick-dots li i {
    color: #fff
}

.testimonials .slick-dots li.slick-active i {
    color: #e44e3a
}

.testimonials .slides-navigation {
    display: none
}

.testimonial_absolute {
    position: absolute;
    width: 200px
}

.testimonial_absolute .testimonial__main {
    padding: 16px 14px
}

.testimonial_absolute .testimonial__user {
    margin-bottom: 5px;
    font-size: 12px
}

.testimonial_absolute .testimonial__role {
    margin-bottom: 9px;
    font-size: 10px
}

.testimonial_absolute .testimonial__text {
    font-size: 10px;
    line-height: normal
}

.testimonial.testimonial__map1 {
    left: 0;
    top: 20px
}

.testimonial.testimonial__map2 {
    left: 35%;
    top: -40px
}

.testimonial.testimonial__map3 {
    right: 0;
    top: 20px
}

.testimonial.testimonial__map4 {
    left: 8%;
    bottom: 40px
}

.testimonial.testimonial__map5 {
    left: 50%;
    bottom: 60px
}

.testimonial__main {
    width: 96%;
    margin: auto;
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
    background-color: #ffffff;
    padding: 23px;
    border-radius: 10px;
    position: relative
}

.testimonial__main:after {
    position: absolute;
    content: '';
    color: #fff;
    display: block;
    box-shadow: 4px 3px 2px rgba(0, 0, 0, 0.15);
    transform: rotate(45deg) translateX(-50%);
    bottom: -15px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #FFF #FFF transparent
}

.testimonial__user {
    color: #38484f;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 9px;
    line-height: normal
}

.testimonial__role {
    color: #e44e3a;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 17px;
    line-height: normal
}

.testimonial__text {
    color: #8c99a1;
    font-size: 12px;
    line-height: 17px
}

.testimonial__location {
    font-weight: 700;
    padding-top: 33px;
    text-align: center;
    position: relative
}

.testimonial__location:after {
    position: absolute;
    content: '\f10c';
    font-family: 'fontello';
    color: #e44e3a;
    display: block;
    left: 50%;
    top: 15px;
    font-size: 13px;
    transform: translateX(-30%)
}

.resmihat {
    margin-bottom: 50px
}

.resmihat .container {
    border-radius: 10px;
    border: 2px solid #8fd6c6;
    padding: 0
}

.resmihat .top_ {
    padding: 30px 14px
}

.resmihat .top_ .description {
    padding-left: 38px;
    background: url("/assets/img/resmihat.jpg") no-repeat;
    color: #45b7b7;
    font-size: 15px;
    font-weight: 700
}

.resmihat .top_ .description a {
    color: #38484f
}

.resmihat .top_ .globe {
    display: none
}

.resmihat .bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    background: #8fd6c6;
    font-weight: 600;
    color: #000;
    font-size: 11px;
    padding: 10px 3px
}

.resmihat .bottom .item {
    margin-right: 20px
}

.resmihat .bottom .item i {
    color: #fff
}

.resmihat .bottom .item i.digits {
    font-style: normal;
    padding-right: 3px
}

.comics {
    background: #302313
}

.comics .container {
    padding: 160px 0 40px;
    background-image: url("/assets/img/comics-s-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    position: relative
}

.comics h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 26px;
    text-align: center
}

.comics .slide {
    margin-bottom: 27px
}

.comics .slide .cover {
    text-align: center
}

.comics .slide .cover a {
    outline: none
}

.comics .slide .cover img {
    margin-bottom: 17px;
    display: inline-block
}

.comics .slide .cover h3 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 13px
}

.comics .slide .cover h3 a {
    color: #e44e3a
}

.comics .slide .cover .episode {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700
}

.goodshare {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.goodshare .ui.button {
    cursor: pointer;
    display: block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #e0e1e2;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 .25em .25em 0;
    padding: .78571429em 1.5em;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease
}

.goodshare .ui.button:hover {
    background-color: #cacbcd;
    background-image: none;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    color: rgba(0, 0, 0, 0.8)
}

.goodshare .ui.button:hover .icon {
    opacity: 0.85
}

.goodshare .ui.button:focus {
    background-color: #cacbcd;
    color: rgba(0, 0, 0, 0.8);
    background-image: none !important;
    box-shadow: none !important
}

.goodshare .ui.button:focus .icon {
    opacity: 0.85
}

.goodshare .ui.active.button:active, .goodshare .ui.button:active {
    background-color: #babbbc;
    background-image: none;
    color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 0 1px transparent inset, none
}

.goodshare .ui.active.button {
    background-color: #c0c1c2;
    background-image: none;
    box-shadow: 0 0 0 1px transparent inset;
    color: rgba(0, 0, 0, 0.95)
}

.goodshare .ui.active.button:hover {
    background-color: #c0c1c2;
    background-image: none;
    color: rgba(0, 0, 0, 0.95)
}

.goodshare .ui.active.button:active {
    background-color: #c0c1c2;
    background-image: none
}

.goodshare .ui.labeled.icon.loading.button .icon {
    background-color: transparent;
    box-shadow: none
}

.goodshare .ui.labeled.button:not(.icon) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    background: 0 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    width: 35%;
    margin-right: 15px
}

.goodshare .ui.labeled.button > .button {
    margin: 0
}

.goodshare .ui.labeled.button > .label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 -1px !important;
    font-size: 1em;
    border-color: rgba(34, 36, 38, 0.15)
}

.goodshare .ui.labeled.button > .tag.label:before {
    width: 1.85em;
    height: 1.85em
}

.goodshare .ui.labeled.button:not([class*="left labeled"]) > .button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.goodshare .ui.labeled.button:not([class*="left labeled"]) > .label, .goodshare .ui[class*="left labeled"].button > .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.goodshare .ui[class*="left labeled"].button > .label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.goodshare .ui.facebook.button {
    background-color: #3b5998;
    color: #fff;
    text-shadow: none;
    background-image: none;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.facebook.button:hover {
    background-color: #304d8a;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.facebook.button:active {
    background-color: #2d4373;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.twitter.button {
    background-color: #0084b4;
    color: #fff;
    text-shadow: none;
    background-image: none;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.twitter.button:hover {
    background-color: #00719b;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.twitter.button:active {
    background-color: #005f81;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.google.plus.button {
    background-color: #dc4a38;
    color: #fff;
    text-shadow: none;
    background-image: none;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.google.plus.button:hover {
    background-color: #de321d;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.google.plus.button:active {
    background-color: #bf3322;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.linkedin.button {
    background-color: #1f88be;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.linkedin.button:hover {
    background-color: #147baf;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.linkedin.button:active {
    background-color: #186992;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.vk.button {
    background-color: #4D7198;
    color: #fff;
    background-image: none;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.vk.button:hover {
    background-color: #41648a;
    color: #fff
}

.goodshare .ui.vk.button:active {
    background-color: #3c5876;
    color: #fff
}

.goodshare .ui.button > .icon:not(.button) {
    height: .85714286em;
    opacity: .8;
    margin: 0 0.42857143em 0 -0.21428571em;
    transition: opacity .1s ease;
    vertical-align: '';
    color: ''
}

.goodshare .ui.button > .right.icon:not(.button) {
    margin: 0 -0.21428571em 0 0.42857143em
}

.goodshare .ui[class*="left floated"].button, .goodshare .ui[class*="left floated"].buttons {
    float: left;
    margin-left: 0;
    margin-right: 0.25em
}

.goodshare .ui[class*="right floated"].button, .goodshare .ui[class*="right floated"].buttons {
    float: right;
    margin-right: 0;
    margin-left: 0.25em
}

.goodshare .ui.buttons .or:before {
    position: absolute;
    text-align: center;
    border-radius: 500rem;
    content: 'or';
    top: 50%;
    left: 50%;
    background-color: #fff;
    text-shadow: none;
    margin-top: -0.89285714em;
    margin-left: -0.89285714em;
    width: 1.78571429em;
    height: 1.78571429em;
    line-height: 1.78571429em;
    color: rgba(0, 0, 0, 0.4);
    font-style: normal;
    font-weight: 700;
    box-shadow: 0 0 0 1px transparent inset
}

.goodshare .ui.buttons .or[data-text]:before {
    content: attr(data-text)
}

.goodshare .ui.fluid.buttons .or {
    width: 0 !important
}

.goodshare .ui.fluid.buttons .or:after {
    display: none
}

.goodshare .ui.attached.button {
    position: relative;
    display: block;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) !important
}

.goodshare .ui.attached.top.button {
    border-radius: 0.28571429rem 0.28571429rem 0 0
}

.goodshare .ui.attached.bottom.button {
    border-radius: 0 0 0.28571429rem 0.28571429rem
}

.goodshare .ui.left.attached.button {
    display: inline-block;
    border-left: none;
    text-align: right;
    padding-right: .75em;
    border-radius: 0.28571429rem 0 0 0.28571429rem
}

.goodshare .ui.right.attached.button {
    display: inline-block;
    text-align: left;
    padding-left: .75em;
    border-radius: 0 0.28571429rem 0.28571429rem 0
}

.goodshare .ui.attached.buttons {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    width: auto !important;
    z-index: 2;
    margin-left: -1px;
    margin-right: -1px
}

.goodshare .ui.attached.buttons .button {
    margin: 0
}

.goodshare .ui.attached.buttons .button:first-child, .goodshare .ui.attached.buttons .button:last-child {
    border-radius: 0
}

.goodshare .ui[class*="top attached"].buttons {
    margin-bottom: -1px;
    border-radius: 0.28571429rem 0.28571429rem 0 0
}

.goodshare .ui[class*="top attached"].buttons .button:first-child {
    border-radius: 0.28571429rem 0 0
}

.goodshare .ui[class*="top attached"].buttons .button:last-child {
    border-radius: 0 0.28571429rem 0 0
}

.goodshare .ui[class*="bottom attached"].buttons {
    margin-top: -1px;
    border-radius: 0 0 0.28571429rem 0.28571429rem
}

.goodshare .ui[class*="bottom attached"].buttons .button:first-child {
    border-radius: 0 0 0 0.28571429rem
}

.goodshare .ui[class*="bottom attached"].buttons .button:last-child {
    border-radius: 0 0 0.28571429rem
}

.goodshare .ui[class*="left attached"].buttons {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0;
    margin-left: -1px;
    border-radius: 0 0.28571429rem 0.28571429rem 0
}

.goodshare .ui[class*="left attached"].buttons .button:first-child {
    margin-left: -1px;
    border-radius: 0 0.28571429rem 0 0
}

.goodshare .ui[class*="left attached"].buttons .button:last-child {
    margin-left: -1px;
    border-radius: 0 0 0.28571429rem
}

.goodshare .ui[class*="right attached"].buttons {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0;
    margin-right: -1px;
    border-radius: 0.28571429rem 0 0 0.28571429rem
}

.goodshare .ui[class*="right attached"].buttons .button:first-child {
    margin-left: -1px;
    border-radius: 0.28571429rem 0 0
}

.goodshare .ui[class*="right attached"].buttons .button:last-child {
    margin-left: -1px;
    border-radius: 0 0 0 0.28571429rem
}

.goodshare .ui.fluid.button, .goodshare .ui.fluid.buttons {
    width: 100%
}

.goodshare .ui.fluid.button {
    display: block
}

.goodshare .ui.two.buttons {
    width: 100%
}

.goodshare .ui.two.buttons > .button {
    width: 50%
}

.goodshare .ui.three.buttons {
    width: 100%
}

.goodshare .ui.three.buttons > .button {
    width: 33.333%
}

.goodshare .ui.four.buttons {
    width: 100%
}

.goodshare .ui.four.buttons > .button {
    width: 25%
}

.goodshare .ui.five.buttons {
    width: 100%
}

.goodshare .ui.five.buttons > .button {
    width: 20%
}

.goodshare .ui.six.buttons {
    width: 100%
}

.goodshare .ui.six.buttons > .button {
    width: 16.666%
}

.goodshare .ui.seven.buttons {
    width: 100%
}

.goodshare .ui.seven.buttons > .button {
    width: 14.285%
}

.goodshare .ui.eight.buttons {
    width: 100%
}

.goodshare .ui.eight.buttons > .button {
    width: 12.5%
}

.goodshare .ui.nine.buttons {
    width: 100%
}

.goodshare .ui.nine.buttons > .button {
    width: 11.11%
}

.goodshare .ui.ten.buttons {
    width: 100%
}

.goodshare .ui.ten.buttons > .button {
    width: 10%
}

.goodshare .ui.eleven.buttons {
    width: 100%
}

.goodshare .ui.eleven.buttons > .button {
    width: 9.09%
}

.goodshare .ui.twelve.buttons {
    width: 100%
}

.goodshare .ui.twelve.buttons > .button {
    width: 8.3333%
}

.goodshare .ui.fluid.vertical.buttons, .goodshare .ui.fluid.vertical.buttons > .button {
    display: -ms-flexbox;
    display: flex;
    width: auto
}

.goodshare .ui.two.vertical.buttons > .button {
    height: 50%
}

.goodshare .ui.three.vertical.buttons > .button {
    height: 33.333%
}

.goodshare .ui.four.vertical.buttons > .button {
    height: 25%
}

.goodshare .ui.five.vertical.buttons > .button {
    height: 20%
}

.goodshare .ui.six.vertical.buttons > .button {
    height: 16.666%
}

.goodshare .ui.seven.vertical.buttons > .button {
    height: 14.285%
}

.goodshare .ui.eight.vertical.buttons > .button {
    height: 12.5%
}

.goodshare .ui.nine.vertical.buttons > .button {
    height: 11.11%
}

.goodshare .ui.ten.vertical.buttons > .button {
    height: 10%
}

.goodshare .ui.eleven.vertical.buttons > .button {
    height: 9.09%
}

.goodshare .ui.twelve.vertical.buttons > .button {
    height: 8.3333%
}

.goodshare .ui.black.button, .goodshare .ui.black.buttons .button {
    background-color: #1b1c1d;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.black.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.black.button:hover, .goodshare .ui.black.buttons .button:hover {
    background-color: #27292a;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.black.button:focus, .goodshare .ui.black.buttons .button:focus {
    background-color: #2f3032;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.black.button:active, .goodshare .ui.black.buttons .button:active {
    background-color: #343637;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.black.active.button, .goodshare .ui.black.button .active.button:active, .goodshare .ui.black.buttons .active.button, .goodshare .ui.black.buttons .active.button:active {
    background-color: #0f0f10;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.basic.black.button, .goodshare .ui.basic.black.buttons .button {
    box-shadow: 0 0 0 1px #1b1c1d inset !important;
    color: #1b1c1d !important
}

.goodshare .ui.basic.black.button:hover, .goodshare .ui.basic.black.buttons .button:hover {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #27292a inset !important;
    color: #27292a !important
}

.goodshare .ui.basic.black.button:focus, .goodshare .ui.basic.black.buttons .button:focus {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #2f3032 inset !important;
    color: #27292a !important
}

.goodshare .ui.basic.black.active.button, .goodshare .ui.basic.black.buttons .active.button {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #0f0f10 inset !important;
    color: #343637 !important
}

.goodshare .ui.basic.black.button:active, .goodshare .ui.basic.black.buttons .button:active {
    box-shadow: 0 0 0 1px #343637 inset !important;
    color: #343637 !important
}

.goodshare .ui.buttons:not(.vertical) > .basic.black.button:not(:first-child) {
    margin-left: -1px
}

.goodshare .ui.inverted.black.button, .goodshare .ui.inverted.black.buttons .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #d4d4d5 inset !important;
    color: #fff
}

.goodshare .ui.inverted.black.button.active, .goodshare .ui.inverted.black.button:active, .goodshare .ui.inverted.black.button:focus, .goodshare .ui.inverted.black.button:hover, .goodshare .ui.inverted.black.buttons .button.active, .goodshare .ui.inverted.black.buttons .button:active, .goodshare .ui.inverted.black.buttons .button:focus, .goodshare .ui.inverted.black.buttons .button:hover {
    box-shadow: none !important;
    color: #fff
}

.goodshare .ui.inverted.black.active.button, .goodshare .ui.inverted.black.button:active, .goodshare .ui.inverted.black.button:focus, .goodshare .ui.inverted.black.button:hover, .goodshare .ui.inverted.black.buttons .active.button, .goodshare .ui.inverted.black.buttons .button:active, .goodshare .ui.inverted.black.buttons .button:focus, .goodshare .ui.inverted.black.buttons .button:hover {
    background-color: #000
}

.goodshare .ui.inverted.black.basic.button, .goodshare .ui.inverted.black.basic.buttons .button, .goodshare .ui.inverted.black.buttons .basic.button {
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.black.basic.button:hover, .goodshare .ui.inverted.black.basic.buttons .button:hover, .goodshare .ui.inverted.black.buttons .basic.button:hover {
    box-shadow: 0 0 0 2px #000 inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.black.basic.button:focus, .goodshare .ui.inverted.black.basic.buttons .button:focus {
    box-shadow: 0 0 0 2px #000 inset !important;
    color: #545454 !important
}

.goodshare .ui.inverted.black.basic.active.button, .goodshare .ui.inverted.black.basic.button:active, .goodshare .ui.inverted.black.basic.buttons .active.button, .goodshare .ui.inverted.black.basic.buttons .button:active, .goodshare .ui.inverted.black.buttons .basic.active.button, .goodshare .ui.inverted.black.buttons .basic.button:active {
    box-shadow: 0 0 0 2px #000 inset !important;
    color: #fff !important
}

.goodshare .ui.grey.button, .goodshare .ui.grey.buttons .button {
    background-color: #767676;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.grey.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.grey.button:hover, .goodshare .ui.grey.buttons .button:hover {
    background-color: #838383;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.grey.button:focus, .goodshare .ui.grey.buttons .button:focus {
    background-color: #8a8a8a;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.grey.button:active, .goodshare .ui.grey.buttons .button:active {
    background-color: #909090;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.grey.active.button, .goodshare .ui.grey.button .active.button:active, .goodshare .ui.grey.buttons .active.button, .goodshare .ui.grey.buttons .active.button:active {
    background-color: #696969;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.basic.grey.button, .goodshare .ui.basic.grey.buttons .button {
    box-shadow: 0 0 0 1px #767676 inset !important;
    color: #767676 !important
}

.goodshare .ui.basic.grey.button:hover, .goodshare .ui.basic.grey.buttons .button:hover {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #838383 inset !important;
    color: #838383 !important
}

.goodshare .ui.basic.grey.button:focus, .goodshare .ui.basic.grey.buttons .button:focus {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #8a8a8a inset !important;
    color: #838383 !important
}

.goodshare .ui.basic.grey.active.button, .goodshare .ui.basic.grey.buttons .active.button {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px dimgray inset !important;
    color: #909090 !important
}

.goodshare .ui.basic.grey.button:active, .goodshare .ui.basic.grey.buttons .button:active {
    box-shadow: 0 0 0 1px #909090 inset !important;
    color: #909090 !important
}

.goodshare .ui.buttons:not(.vertical) > .basic.grey.button:not(:first-child) {
    margin-left: -1px
}

.goodshare .ui.inverted.grey.button, .goodshare .ui.inverted.grey.buttons .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #d4d4d5 inset !important;
    color: #fff
}

.goodshare .ui.inverted.grey.button.active, .goodshare .ui.inverted.grey.button:active, .goodshare .ui.inverted.grey.button:focus, .goodshare .ui.inverted.grey.button:hover, .goodshare .ui.inverted.grey.buttons .button.active, .goodshare .ui.inverted.grey.buttons .button:active, .goodshare .ui.inverted.grey.buttons .button:focus, .goodshare .ui.inverted.grey.buttons .button:hover {
    box-shadow: none !important;
    color: rgba(0, 0, 0, 0.6)
}

.goodshare .ui.inverted.grey.button:hover, .goodshare .ui.inverted.grey.buttons .button:hover {
    background-color: #cfd0d2
}

.goodshare .ui.inverted.grey.button:focus, .goodshare .ui.inverted.grey.buttons .button:focus {
    background-color: #c7c9cb
}

.goodshare .ui.inverted.grey.active.button, .goodshare .ui.inverted.grey.buttons .active.button {
    background-color: #cfd0d2
}

.goodshare .ui.inverted.grey.button:active, .goodshare .ui.inverted.grey.buttons .button:active {
    background-color: #c2c4c5
}

.goodshare .ui.inverted.grey.basic.button, .goodshare .ui.inverted.grey.basic.buttons .button, .goodshare .ui.inverted.grey.buttons .basic.button {
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.grey.basic.button:hover, .goodshare .ui.inverted.grey.basic.buttons .button:hover, .goodshare .ui.inverted.grey.buttons .basic.button:hover {
    box-shadow: 0 0 0 2px #cfd0d2 inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.grey.basic.button:focus, .goodshare .ui.inverted.grey.basic.buttons .button:focus {
    box-shadow: 0 0 0 2px #c7c9cb inset !important;
    color: #dcddde !important
}

.goodshare .ui.inverted.grey.basic.active.button, .goodshare .ui.inverted.grey.basic.buttons .active.button, .goodshare .ui.inverted.grey.buttons .basic.active.button {
    box-shadow: 0 0 0 2px #cfd0d2 inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.grey.basic.button:active, .goodshare .ui.inverted.grey.basic.buttons .button:active, .goodshare .ui.inverted.grey.buttons .basic.button:active {
    box-shadow: 0 0 0 2px #c2c4c5 inset !important;
    color: #fff !important
}

.goodshare .ui.brown.button, .goodshare .ui.brown.buttons .button {
    background-color: #a5673f;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.brown.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.brown.button:hover, .goodshare .ui.brown.buttons .button:hover {
    background-color: #975b33;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.brown.button:focus, .goodshare .ui.brown.buttons .button:focus {
    background-color: #90532b;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.brown.button:active, .goodshare .ui.brown.buttons .button:active {
    background-color: #805031;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.brown.active.button, .goodshare .ui.brown.button .active.button:active, .goodshare .ui.brown.buttons .active.button, .goodshare .ui.brown.buttons .active.button:active {
    background-color: #995a31;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.basic.brown.button, .goodshare .ui.basic.brown.buttons .button {
    box-shadow: 0 0 0 1px #a5673f inset !important;
    color: #a5673f !important
}

.goodshare .ui.basic.brown.button:hover, .goodshare .ui.basic.brown.buttons .button:hover {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #975b33 inset !important;
    color: #975b33 !important
}

.goodshare .ui.basic.brown.button:focus, .goodshare .ui.basic.brown.buttons .button:focus {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #90532b inset !important;
    color: #975b33 !important
}

.goodshare .ui.basic.brown.active.button, .goodshare .ui.basic.brown.buttons .active.button {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #995a31 inset !important;
    color: #805031 !important
}

.goodshare .ui.basic.brown.button:active, .goodshare .ui.basic.brown.buttons .button:active {
    box-shadow: 0 0 0 1px #805031 inset !important;
    color: #805031 !important
}

.goodshare .ui.buttons:not(.vertical) > .basic.brown.button:not(:first-child) {
    margin-left: -1px
}

.goodshare .ui.inverted.brown.button, .goodshare .ui.inverted.brown.buttons .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #d67c1c inset !important;
    color: #d67c1c
}

.goodshare .ui.inverted.brown.button.active, .goodshare .ui.inverted.brown.button:active, .goodshare .ui.inverted.brown.button:focus, .goodshare .ui.inverted.brown.button:hover, .goodshare .ui.inverted.brown.buttons .button.active, .goodshare .ui.inverted.brown.buttons .button:active, .goodshare .ui.inverted.brown.buttons .button:focus, .goodshare .ui.inverted.brown.buttons .button:hover {
    box-shadow: none !important;
    color: #fff
}

.goodshare .ui.inverted.brown.button:hover, .goodshare .ui.inverted.brown.buttons .button:hover {
    background-color: #c86f11
}

.goodshare .ui.inverted.brown.button:focus, .goodshare .ui.inverted.brown.buttons .button:focus {
    background-color: #c16808
}

.goodshare .ui.inverted.brown.active.button, .goodshare .ui.inverted.brown.buttons .active.button {
    background-color: #cc6f0d
}

.goodshare .ui.inverted.brown.button:active, .goodshare .ui.inverted.brown.buttons .button:active {
    background-color: #a96216
}

.goodshare .ui.inverted.brown.basic.button, .goodshare .ui.inverted.brown.basic.buttons .button, .goodshare .ui.inverted.brown.buttons .basic.button {
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.brown.basic.button:hover, .goodshare .ui.inverted.brown.basic.buttons .button:hover, .goodshare .ui.inverted.brown.buttons .basic.button:hover {
    box-shadow: 0 0 0 2px #c86f11 inset !important;
    color: #d67c1c !important
}

.goodshare .ui.inverted.brown.basic.button:focus, .goodshare .ui.inverted.brown.basic.buttons .button:focus {
    box-shadow: 0 0 0 2px #c16808 inset !important;
    color: #d67c1c !important
}

.goodshare .ui.inverted.brown.basic.active.button, .goodshare .ui.inverted.brown.basic.buttons .active.button, .goodshare .ui.inverted.brown.buttons .basic.active.button {
    box-shadow: 0 0 0 2px #cc6f0d inset !important;
    color: #d67c1c !important
}

.goodshare .ui.inverted.brown.basic.button:active, .goodshare .ui.inverted.brown.basic.buttons .button:active, .goodshare .ui.inverted.brown.buttons .basic.button:active {
    box-shadow: 0 0 0 2px #a96216 inset !important;
    color: #d67c1c !important
}

.goodshare .ui.blue.button, .goodshare .ui.blue.buttons .button {
    background-color: #2185d0;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.blue.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.blue.button:hover, .goodshare .ui.blue.buttons .button:hover {
    background-color: #1678c2;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.blue.button:focus, .goodshare .ui.blue.buttons .button:focus {
    background-color: #0d71bb;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.blue.button:active, .goodshare .ui.blue.buttons .button:active {
    background-color: #1a69a4;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.blue.active.button, .goodshare .ui.blue.button .active.button:active, .goodshare .ui.blue.buttons .active.button, .goodshare .ui.blue.buttons .active.button:active {
    background-color: #1279c6;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.basic.blue.button, .goodshare .ui.basic.blue.buttons .button {
    box-shadow: 0 0 0 1px #2185d0 inset !important;
    color: #2185d0 !important
}

.goodshare .ui.basic.blue.button:hover, .goodshare .ui.basic.blue.buttons .button:hover {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #1678c2 inset !important;
    color: #1678c2 !important
}

.goodshare .ui.basic.blue.button:focus, .goodshare .ui.basic.blue.buttons .button:focus {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #0d71bb inset !important;
    color: #1678c2 !important
}

.goodshare .ui.basic.blue.active.button, .goodshare .ui.basic.blue.buttons .active.button {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #1279c6 inset !important;
    color: #1a69a4 !important
}

.goodshare .ui.basic.blue.button:active, .goodshare .ui.basic.blue.buttons .button:active {
    box-shadow: 0 0 0 1px #1a69a4 inset !important;
    color: #1a69a4 !important
}

.goodshare .ui.buttons:not(.vertical) > .basic.blue.button:not(:first-child) {
    margin-left: -1px
}

.goodshare .ui.inverted.blue.button, .goodshare .ui.inverted.blue.buttons .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #54c8ff inset !important;
    color: #54c8ff
}

.goodshare .ui.inverted.blue.button.active, .goodshare .ui.inverted.blue.button:active, .goodshare .ui.inverted.blue.button:focus, .goodshare .ui.inverted.blue.button:hover, .goodshare .ui.inverted.blue.buttons .button.active, .goodshare .ui.inverted.blue.buttons .button:active, .goodshare .ui.inverted.blue.buttons .button:focus, .goodshare .ui.inverted.blue.buttons .button:hover {
    box-shadow: none !important;
    color: #fff
}

.goodshare .ui.inverted.blue.button:hover, .goodshare .ui.inverted.blue.buttons .button:hover {
    background-color: #3ac0ff
}

.goodshare .ui.inverted.blue.button:focus, .goodshare .ui.inverted.blue.buttons .button:focus {
    background-color: #2bbbff
}

.goodshare .ui.inverted.blue.active.button, .goodshare .ui.inverted.blue.buttons .active.button {
    background-color: #3ac0ff
}

.goodshare .ui.inverted.blue.button:active, .goodshare .ui.inverted.blue.buttons .button:active {
    background-color: #21b8ff
}

.goodshare .ui.inverted.blue.basic.button, .goodshare .ui.inverted.blue.basic.buttons .button, .goodshare .ui.inverted.blue.buttons .basic.button {
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.blue.basic.button:hover, .goodshare .ui.inverted.blue.basic.buttons .button:hover, .goodshare .ui.inverted.blue.buttons .basic.button:hover {
    box-shadow: 0 0 0 2px #3ac0ff inset !important;
    color: #54c8ff !important
}

.goodshare .ui.inverted.blue.basic.button:focus, .goodshare .ui.inverted.blue.basic.buttons .button:focus {
    box-shadow: 0 0 0 2px #2bbbff inset !important;
    color: #54c8ff !important
}

.goodshare .ui.inverted.blue.basic.active.button, .goodshare .ui.inverted.blue.basic.buttons .active.button, .goodshare .ui.inverted.blue.buttons .basic.active.button {
    box-shadow: 0 0 0 2px #3ac0ff inset !important;
    color: #54c8ff !important
}

.goodshare .ui.inverted.blue.basic.button:active, .goodshare .ui.inverted.blue.basic.buttons .button:active, .goodshare .ui.inverted.blue.buttons .basic.button:active {
    box-shadow: 0 0 0 2px #21b8ff inset !important;
    color: #54c8ff !important
}

.goodshare .ui.green.button, .goodshare .ui.green.buttons .button {
    background-color: #21ba45;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.green.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.green.button:hover, .goodshare .ui.green.buttons .button:hover {
    background-color: #16ab39;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.green.button:focus, .goodshare .ui.green.buttons .button:focus {
    background-color: #0ea432;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.green.button:active, .goodshare .ui.green.buttons .button:active {
    background-color: #198f35;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.green.active.button, .goodshare .ui.green.button .active.button:active, .goodshare .ui.green.buttons .active.button, .goodshare .ui.green.buttons .active.button:active {
    background-color: #13ae38;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.basic.green.button, .goodshare .ui.basic.green.buttons .button {
    box-shadow: 0 0 0 1px #21ba45 inset !important;
    color: #21ba45 !important
}

.goodshare .ui.basic.green.button:hover, .goodshare .ui.basic.green.buttons .button:hover {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #16ab39 inset !important;
    color: #16ab39 !important
}

.goodshare .ui.basic.green.button:focus, .goodshare .ui.basic.green.buttons .button:focus {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #0ea432 inset !important;
    color: #16ab39 !important
}

.goodshare .ui.basic.green.active.button, .goodshare .ui.basic.green.buttons .active.button {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #13ae38 inset !important;
    color: #198f35 !important
}

.goodshare .ui.basic.green.button:active, .goodshare .ui.basic.green.buttons .button:active {
    box-shadow: 0 0 0 1px #198f35 inset !important;
    color: #198f35 !important
}

.goodshare .ui.buttons:not(.vertical) > .basic.green.button:not(:first-child) {
    margin-left: -1px
}

.goodshare .ui.inverted.green.button, .goodshare .ui.inverted.green.buttons .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #2ecc40 inset !important;
    color: #2ecc40
}

.goodshare .ui.inverted.green.button.active, .goodshare .ui.inverted.green.button:active, .goodshare .ui.inverted.green.button:focus, .goodshare .ui.inverted.green.button:hover, .goodshare .ui.inverted.green.buttons .button.active, .goodshare .ui.inverted.green.buttons .button:active, .goodshare .ui.inverted.green.buttons .button:focus, .goodshare .ui.inverted.green.buttons .button:hover {
    box-shadlightOw: none !important;
    color: #fff
}

.goodshare .ui.inverted.green.button:hover, .goodshare .ui.inverted.green.buttons .button:hover {
    background-color: #22be34
}

.goodshare .ui.inverted.green.button:focus, .goodshare .ui.inverted.green.buttons .button:focus {
    background-color: #19b82b
}

.goodshare .ui.inverted.green.active.button, .goodshare .ui.inverted.green.buttons .active.button {
    background-color: #1fc231
}

.goodshare .ui.inverted.green.button:active, .goodshare .ui.inverted.green.buttons .button:active {
    background-color: #25a233
}

.goodshare .ui.inverted.green.basic.button, .goodshare .ui.inverted.green.basic.buttons .button, .goodshare .ui.inverted.green.buttons .basic.button {
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.green.basic.button:hover, .goodshare .ui.inverted.green.basic.buttons .button:hover, .goodshare .ui.inverted.green.buttons .basic.button:hover {
    box-shadow: 0 0 0 2px #22be34 inset !important;
    color: #2ecc40 !important
}

.goodshare .ui.inverted.green.basic.button:focus, .goodshare .ui.inverted.green.basic.buttons .button:focus {
    box-shadow: 0 0 0 2px #19b82b inset !important;
    color: #2ecc40 !important
}

.goodshare .ui.inverted.green.basic.active.button, .goodshare .ui.inverted.green.basic.buttons .active.button, .goodshare .ui.inverted.green.buttons .basic.active.button {
    box-shadow: 0 0 0 2px #1fc231 inset !important;
    color: #2ecc40 !important
}

.goodshare .ui.inverted.green.basic.button:active, .goodshare .ui.inverted.green.basic.buttons .button:active, .goodshare .ui.inverted.green.buttons .basic.button:active {
    box-shadow: 0 0 0 2px #25a233 inset !important;
    color: #2ecc40 !important
}

.goodshare .ui.orange.button, .goodshare .ui.orange.buttons .button {
    background-color: #f2711c;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.orange.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.orange.button:hover, .goodshare .ui.orange.buttons .button:hover {
    background-color: #f26202;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.orange.button:focus, .goodshare .ui.orange.buttons .button:focus {
    background-color: #e55b00;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.orange.button:active, .goodshare .ui.orange.buttons .button:active {
    background-color: #cf590c;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.orange.active.button, .goodshare .ui.orange.button .active.button:active, .goodshare .ui.orange.buttons .active.button, .goodshare .ui.orange.buttons .active.button:active {
    background-color: #f56100;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.basic.orange.button, .goodshare .ui.basic.orange.buttons .button {
    box-shadow: 0 0 0 1px #f2711c inset !important;
    color: #f2711c !important
}

.goodshare .ui.basic.orange.button:hover, .goodshare .ui.basic.orange.buttons .button:hover {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #f26202 inset !important;
    color: #f26202 !important
}

.goodshare .ui.basic.orange.button:focus, .goodshare .ui.basic.orange.buttons .button:focus {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #e55b00 inset !important;
    color: #f26202 !important
}

.goodshare .ui.basic.orange.active.button, .goodshare .ui.basic.orange.buttons .active.button {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #f56100 inset !important;
    color: #cf590c !important
}

.goodshare .ui.basic.orange.button:active, .goodshare .ui.basic.orange.buttons .button:active {
    box-shadow: 0 0 0 1px #cf590c inset !important;
    color: #cf590c !important
}

.goodshare .ui.buttons:not(.vertical) > .basic.orange.button:not(:first-child) {
    margin-left: -1px
}

.goodshare .ui.inverted.orange.button, .goodshare .ui.inverted.orange.buttons .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #ff851b inset !important;
    color: #ff851b
}

.goodshare .ui.inverted.orange.button.active, .goodshare .ui.inverted.orange.button:active, .goodshare .ui.inverted.orange.button:focus, .goodshare .ui.inverted.orange.button:hover, .goodshare .ui.inverted.orange.buttons .button.active, .goodshare .ui.inverted.orange.buttons .button:active, .goodshare .ui.inverted.orange.buttons .button:focus, .goodshare .ui.inverted.orange.buttons .button:hover {
    box-shadow: none !important;
    color: #fff
}

.goodshare .ui.inverted.orange.button:hover, .goodshare .ui.inverted.orange.buttons .button:hover {
    background-color: #ff7701
}

.goodshare .ui.inverted.orange.button:focus, .goodshare .ui.inverted.orange.buttons .button:focus {
    background-color: #f17000
}

.goodshare .ui.inverted.orange.active.button, .goodshare .ui.inverted.orange.buttons .active.button {
    background-color: #ff7701
}

.goodshare .ui.inverted.orange.button:active, .goodshare .ui.inverted.orange.buttons .button:active {
    background-color: #e76b00
}

.goodshare .ui.inverted.orange.basic.button, .goodshare .ui.inverted.orange.basic.buttons .button, .goodshare .ui.inverted.orange.buttons .basic.button {
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.orange.basic.button:hover, .goodshare .ui.inverted.orange.basic.buttons .button:hover, .goodshare .ui.inverted.orange.buttons .basic.button:hover {
    box-shadow: 0 0 0 2px #ff7701 inset !important;
    color: #ff851b !important
}

.goodshare .ui.inverted.orange.basic.button:focus, .goodshare .ui.inverted.orange.basic.buttons .button:focus {
    box-shadow: 0 0 0 2px #f17000 inset !important;
    color: #ff851b !important
}

.goodshare .ui.inverted.orange.basic.active.button, .goodshare .ui.inverted.orange.basic.buttons .active.button, .goodshare .ui.inverted.orange.buttons .basic.active.button {
    box-shadow: 0 0 0 2px #ff7701 inset !important;
    color: #ff851b !important
}

.goodshare .ui.inverted.orange.basic.button:active, .goodshare .ui.inverted.orange.basic.buttons .button:active, .goodshare .ui.inverted.orange.buttons .basic.button:active {
    box-shadow: 0 0 0 2px #e76b00 inset !important;
    color: #ff851b !important
}

.goodshare .ui.pink.button, .goodshare .ui.pink.buttons .button {
    background-color: #e03997;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.pink.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.pink.button:hover, .goodshare .ui.pink.buttons .button:hover {
    background-color: #e61a8d;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.pink.button:focus, .goodshare .ui.pink.buttons .button:focus {
    background-color: #e10f85;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.pink.button:active, .goodshare .ui.pink.buttons .button:active {
    background-color: #c71f7e;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.pink.active.button, .goodshare .ui.pink.button .active.button:active, .goodshare .ui.pink.buttons .active.button, .goodshare .ui.pink.buttons .active.button:active {
    background-color: #ea158d;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.basic.pink.button, .goodshare .ui.basic.pink.buttons .button {
    box-shadow: 0 0 0 1px #e03997 inset !important;
    color: #e03997 !important
}

.goodshare .ui.basic.pink.button:hover, .goodshare .ui.basic.pink.buttons .button:hover {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #e61a8d inset !important;
    color: #e61a8d !important
}

.goodshare .ui.basic.pink.button:focus, .goodshare .ui.basic.pink.buttons .button:focus {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #e10f85 inset !important;
    color: #e61a8d !important
}

.goodshare .ui.basic.pink.active.button, .goodshare .ui.basic.pink.buttons .active.button {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #ea158d inset !important;
    color: #c71f7e !important
}

.goodshare .ui.basic.pink.button:active, .goodshare .ui.basic.pink.buttons .button:active {
    box-shadow: 0 0 0 1px #c71f7e inset !important;
    color: #c71f7e !important
}

.goodshare .ui.buttons:not(.vertical) > .basic.pink.button:not(:first-child) {
    margin-left: -1px
}

.goodshare .ui.inverted.pink.button, .goodshare .ui.inverted.pink.buttons .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #ff8edf inset !important;
    color: #ff8edf
}

.goodshare .ui.inverted.pink.button.active, .goodshare .ui.inverted.pink.button:active, .goodshare .ui.inverted.pink.button:focus, .goodshare .ui.inverted.pink.button:hover, .goodshare .ui.inverted.pink.buttons .button.active, .goodshare .ui.inverted.pink.buttons .button:active, .goodshare .ui.inverted.pink.buttons .button:focus, .goodshare .ui.inverted.pink.buttons .button:hover {
    box-shadow: none !important;
    color: #fff
}

.goodshare .ui.inverted.pink.button:hover, .goodshare .ui.inverted.pink.buttons .button:hover {
    background-color: #ff74d8
}

.goodshare .ui.inverted.pink.button:focus, .goodshare .ui.inverted.pink.buttons .button:focus {
    background-color: #ff65d3
}

.goodshare .ui.inverted.pink.active.button, .goodshare .ui.inverted.pink.buttons .active.button {
    background-color: #ff74d8
}

.goodshare .ui.inverted.pink.button:active, .goodshare .ui.inverted.pink.buttons .button:active {
    background-color: #ff5bd1
}

.goodshare .ui.inverted.pink.basic.button, .goodshare .ui.inverted.pink.basic.buttons .button, .goodshare .ui.inverted.pink.buttons .basic.button {
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.pink.basic.button:hover, .goodshare .ui.inverted.pink.basic.buttons .button:hover, .goodshare .ui.inverted.pink.buttons .basic.button:hover {
    box-shadow: 0 0 0 2px #ff74d8 inset !important;
    color: #ff8edf !important
}

.goodshare .ui.inverted.pink.basic.button:focus, .goodshare .ui.inverted.pink.basic.buttons .button:focus {
    box-shadow: 0 0 0 2px #ff65d3 inset !important;
    color: #ff8edf !important
}

.goodshare .ui.inverted.pink.basic.active.button, .goodshare .ui.inverted.pink.basic.buttons .active.button, .goodshare .ui.inverted.pink.buttons .basic.active.button {
    box-shadow: 0 0 0 2px #ff74d8 inset !important;
    color: #ff8edf !important
}

.goodshare .ui.inverted.pink.basic.button:active, .goodshare .ui.inverted.pink.basic.buttons .button:active, .goodshare .ui.inverted.pink.buttons .basic.button:active {
    box-shadow: 0 0 0 2px #ff5bd1 inset !important;
    color: #ff8edf !important
}

.goodshare .ui.violet.button, .goodshare .ui.violet.buttons .button {
    background-color: #6435c9;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.violet.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.violet.button:hover, .goodshare .ui.violet.buttons .button:hover {
    background-color: #5829bb;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.violet.button:focus, .goodshare .ui.violet.buttons .button:focus {
    background-color: #4f20b5;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.violet.button:active, .goodshare .ui.violet.buttons .button:active {
    background-color: #502aa1;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.violet.active.button, .goodshare .ui.violet.button .active.button:active, .goodshare .ui.violet.buttons .active.button, .goodshare .ui.violet.buttons .active.button:active {
    background-color: #5626bf;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.basic.violet.button, .goodshare .ui.basic.violet.buttons .button {
    box-shadow: 0 0 0 1px #6435c9 inset !important;
    color: #6435c9 !important
}

.goodshare .ui.basic.violet.button:hover, .goodshare .ui.basic.violet.buttons .button:hover {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #5829bb inset !important;
    color: #5829bb !important
}

.goodshare .ui.basic.violet.button:focus, .goodshare .ui.basic.violet.buttons .button:focus {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #4f20b5 inset !important;
    color: #5829bb !important
}

.goodshare .ui.basic.violet.active.button, .goodshare .ui.basic.violet.buttons .active.button {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #5626bf inset !important;
    color: #502aa1 !important
}

.goodshare .ui.basic.violet.button:active, .goodshare .ui.basic.violet.buttons .button:active {
    box-shadow: 0 0 0 1px #502aa1 inset !important;
    color: #502aa1 !important
}

.goodshare .ui.buttons:not(.vertical) > .basic.violet.button:not(:first-child) {
    margin-left: -1px
}

.goodshare .ui.inverted.violet.button, .goodshare .ui.inverted.violet.buttons .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #a291fb inset !important;
    color: #a291fb
}

.goodshare .ui.inverted.violet.button.active, .goodshare .ui.inverted.violet.button:active, .goodshare .ui.inverted.violet.button:focus, .goodshare .ui.inverted.violet.button:hover, .goodshare .ui.inverted.violet.buttons .button.active, .goodshare .ui.inverted.violet.buttons .button:active, .goodshare .ui.inverted.violet.buttons .button:focus, .goodshare .ui.inverted.violet.buttons .button:hover {
    box-shadow: none !important;
    color: #fff
}

.goodshare .ui.inverted.violet.button:hover, .goodshare .ui.inverted.violet.buttons .button:hover {
    background-color: #8a73ff
}

.goodshare .ui.inverted.violet.button:focus, .goodshare .ui.inverted.violet.buttons .button:focus {
    background-color: #7d64ff
}

.goodshare .ui.inverted.violet.active.button, .goodshare .ui.inverted.violet.buttons .active.button {
    background-color: #8a73ff
}

.goodshare .ui.inverted.violet.button:active, .goodshare .ui.inverted.violet.buttons .button:active {
    background-color: #7860f9
}

.goodshare .ui.inverted.violet.basic.button, .goodshare .ui.inverted.violet.basic.buttons .button, .goodshare .ui.inverted.violet.buttons .basic.button {
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.violet.basic.button:hover, .goodshare .ui.inverted.violet.basic.buttons .button:hover, .goodshare .ui.inverted.violet.buttons .basic.button:hover {
    box-shadow: 0 0 0 2px #8a73ff inset !important;
    color: #a291fb !important
}

.goodshare .ui.inverted.violet.basic.button:focus, .goodshare .ui.inverted.violet.basic.buttons .button:focus {
    box-shadow: 0 0 0 2px #7d64ff inset !important;
    color: #a291fb !important
}

.goodshare .ui.inverted.violet.basic.active.button, .goodshare .ui.inverted.violet.basic.buttons .active.button, .goodshare .ui.inverted.violet.buttons .basic.active.button {
    box-shadow: 0 0 0 2px #8a73ff inset !important;
    color: #a291fb !important
}

.goodshare .ui.inverted.violet.basic.button:active, .goodshare .ui.inverted.violet.basic.buttons .button:active, .goodshare .ui.inverted.violet.buttons .basic.button:active {
    box-shadow: 0 0 0 2px #7860f9 inset !important;
    color: #a291fb !important
}

.goodshare .ui.purple.button, .goodshare .ui.purple.buttons .button {
    background-color: #a333c8;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.purple.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.purple.button:hover, .goodshare .ui.purple.buttons .button:hover {
    background-color: #9627ba;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.purple.button:focus, .goodshare .ui.purple.buttons .button:focus {
    background-color: #8f1eb4;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.purple.button:active, .goodshare .ui.purple.buttons .button:active {
    background-color: #82299f;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.purple.active.button, .goodshare .ui.purple.button .active.button:active, .goodshare .ui.purple.buttons .active.button, .goodshare .ui.purple.buttons .active.button:active {
    background-color: #9724be;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.basic.purple.button, .goodshare .ui.basic.purple.buttons .button {
    box-shadow: 0 0 0 1px #a333c8 inset !important;
    color: #a333c8 !important
}

.goodshare .ui.basic.purple.button:hover, .goodshare .ui.basic.purple.buttons .button:hover {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #9627ba inset !important;
    color: #9627ba !important
}

.goodshare .ui.basic.purple.button:focus, .goodshare .ui.basic.purple.buttons .button:focus {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #8f1eb4 inset !important;
    color: #9627ba !important
}

.goodshare .ui.basic.purple.active.button, .goodshare .ui.basic.purple.buttons .active.button {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #9724be inset !important;
    color: #82299f !important
}

.goodshare .ui.basic.purple.button:active, .goodshare .ui.basic.purple.buttons .button:active {
    box-shadow: 0 0 0 1px #82299f inset !important;
    color: #82299f !important
}

.goodshare .ui.buttons:not(.vertical) > .basic.purple.button:not(:first-child) {
    margin-left: -1px
}

.goodshare .ui.inverted.purple.button, .goodshare .ui.inverted.purple.buttons .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #dc73ff inset !important;
    color: #dc73ff
}

.goodshare .ui.inverted.purple.button.active, .goodshare .ui.inverted.purple.button:active, .goodshare .ui.inverted.purple.button:focus, .goodshare .ui.inverted.purple.button:hover, .goodshare .ui.inverted.purple.buttons .button.active, .goodshare .ui.inverted.purple.buttons .button:active, .goodshare .ui.inverted.purple.buttons .button:focus, .goodshare .ui.inverted.purple.buttons .button:hover {
    box-shadow: none !important;
    color: #fff
}

.goodshare .ui.inverted.purple.button:hover, .goodshare .ui.inverted.purple.buttons .button:hover {
    background-color: #d65aff
}

.goodshare .ui.inverted.purple.button:focus, .goodshare .ui.inverted.purple.buttons .button:focus {
    background-color: #d24aff
}

.goodshare .ui.inverted.purple.active.button, .goodshare .ui.inverted.purple.buttons .active.button {
    background-color: #d65aff
}

.goodshare .ui.inverted.purple.button:active, .goodshare .ui.inverted.purple.buttons .button:active {
    background-color: #cf40ff
}

.goodshare .ui.inverted.purple.basic.button, .goodshare .ui.inverted.purple.basic.buttons .button, .goodshare .ui.inverted.purple.buttons .basic.button {
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.purple.basic.button:hover, .goodshare .ui.inverted.purple.basic.buttons .button:hover, .goodshare .ui.inverted.purple.buttons .basic.button:hover {
    box-shadow: 0 0 0 2px #d65aff inset !important;
    color: #dc73ff !important
}

.goodshare .ui.inverted.purple.basic.button:focus, .goodshare .ui.inverted.purple.basic.buttons .button:focus {
    box-shadow: 0 0 0 2px #d24aff inset !important;
    color: #dc73ff !important
}

.goodshare .ui.inverted.purple.basic.active.button, .goodshare .ui.inverted.purple.basic.buttons .active.button, .goodshare .ui.inverted.purple.buttons .basic.active.button {
    box-shadow: 0 0 0 2px #d65aff inset !important;
    color: #dc73ff !important
}

.goodshare .ui.inverted.purple.basic.button:active, .goodshare .ui.inverted.purple.basic.buttons .button:active, .goodshare .ui.inverted.purple.buttons .basic.button:active {
    box-shadow: 0 0 0 2px #cf40ff inset !important;
    color: #dc73ff !important
}

.goodshare .ui.red.button, .goodshare .ui.red.buttons .button {
    background-color: #db2828;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.red.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.red.button:hover, .goodshare .ui.red.buttons .button:hover {
    background-color: #d01919;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.red.button:focus, .goodshare .ui.red.buttons .button:focus {
    background-color: #ca1010;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.red.button:active, .goodshare .ui.red.buttons .button:active {
    background-color: #b21e1e;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.red.active.button, .goodshare .ui.red.button .active.button:active, .goodshare .ui.red.buttons .active.button, .goodshare .ui.red.buttons .active.button:active {
    background-color: #d41515;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.basic.red.button, .goodshare .ui.basic.red.buttons .button {
    box-shadow: 0 0 0 1px #db2828 inset !important;
    color: #db2828 !important
}

.goodshare .ui.basic.red.button:hover, .goodshare .ui.basic.red.buttons .button:hover {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #d01919 inset !important;
    color: #d01919 !important
}

.goodshare .ui.basic.red.button:focus, .goodshare .ui.basic.red.buttons .button:focus {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #ca1010 inset !important;
    color: #d01919 !important
}

.goodshare .ui.basic.red.active.button, .goodshare .ui.basic.red.buttons .active.button {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #d41515 inset !important;
    color: #b21e1e !important
}

.goodshare .ui.basic.red.button:active, .goodshare .ui.basic.red.buttons .button:active {
    box-shadow: 0 0 0 1px #b21e1e inset !important;
    color: #b21e1e !important
}

.goodshare .ui.buttons:not(.vertical) > .basic.red.button:not(:first-child) {
    margin-left: -1px
}

.goodshare .ui.inverted.red.button, .goodshare .ui.inverted.red.buttons .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #ff695e inset !important;
    color: #ff695e
}

.goodshare .ui.inverted.red.button.active, .goodshare .ui.inverted.red.button:active, .goodshare .ui.inverted.red.button:focus, .goodshare .ui.inverted.red.button:hover, .goodshare .ui.inverted.red.buttons .button.active, .goodshare .ui.inverted.red.buttons .button:active, .goodshare .ui.inverted.red.buttons .button:focus, .goodshare .ui.inverted.red.buttons .button:hover {
    box-shadow: none !important;
    color: #fff
}

.goodshare .ui.inverted.red.button:hover, .goodshare .ui.inverted.red.buttons .button:hover {
    background-color: #ff5144
}

.goodshare .ui.inverted.red.button:focus, .goodshare .ui.inverted.red.buttons .button:focus {
    background-color: #ff4335
}

.goodshare .ui.inverted.red.active.button, .goodshare .ui.inverted.red.buttons .active.button {
    background-color: #ff5144
}

.goodshare .ui.inverted.red.button:active, .goodshare .ui.inverted.red.buttons .button:active {
    background-color: #ff392b
}

.goodshare .ui.inverted.red.basic.button, .goodshare .ui.inverted.red.basic.buttons .button, .goodshare .ui.inverted.red.buttons .basic.button {
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.red.basic.button:hover, .goodshare .ui.inverted.red.basic.buttons .button:hover, .goodshare .ui.inverted.red.buttons .basic.button:hover {
    box-shadow: 0 0 0 2px #ff5144 inset !important;
    color: #ff695e !important
}

.goodshare .ui.inverted.red.basic.button:focus, .goodshare .ui.inverted.red.basic.buttons .button:focus {
    box-shadow: 0 0 0 2px #ff4335 inset !important;
    color: #ff695e !important
}

.goodshare .ui.inverted.red.basic.active.button, .goodshare .ui.inverted.red.basic.buttons .active.button, .goodshare .ui.inverted.red.buttons .basic.active.button {
    box-shadow: 0 0 0 2px #ff5144 inset !important;
    color: #ff695e !important
}

.goodshare .ui.inverted.red.basic.button:active, .goodshare .ui.inverted.red.basic.buttons .button:active, .goodshare .ui.inverted.red.buttons .basic.button:active {
    box-shadow: 0 0 0 2px #ff392b inset !important;
    color: #ff695e !important
}

.goodshare .ui.teal.button, .goodshare .ui.teal.buttons .button {
    background-color: #00b5ad;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.teal.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.teal.button:hover, .goodshare .ui.teal.buttons .button:hover {
    background-color: #009c95;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.teal.button:focus, .goodshare .ui.teal.buttons .button:focus {
    background-color: #008c86;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.teal.button:active, .goodshare .ui.teal.buttons .button:active {
    background-color: #00827c;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.teal.active.button, .goodshare .ui.teal.button .active.button:active, .goodshare .ui.teal.buttons .active.button, .goodshare .ui.teal.buttons .active.button:active {
    background-color: #009c95;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.basic.teal.button, .goodshare .ui.basic.teal.buttons .button {
    box-shadow: 0 0 0 1px #00b5ad inset !important;
    color: #00b5ad !important
}

.goodshare .ui.basic.teal.button:hover, .goodshare .ui.basic.teal.buttons .button:hover {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #009c95 inset !important;
    color: #009c95 !important
}

.goodshare .ui.basic.teal.button:focus, .goodshare .ui.basic.teal.buttons .button:focus {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #008c86 inset !important;
    color: #009c95 !important
}

.goodshare .ui.basic.teal.active.button, .goodshare .ui.basic.teal.buttons .active.button {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #009c95 inset !important;
    color: #00827c !important
}

.goodshare .ui.basic.teal.button:active, .goodshare .ui.basic.teal.buttons .button:active {
    box-shadow: 0 0 0 1px #00827c inset !important;
    color: #00827c !important
}

.goodshare .ui.buttons:not(.vertical) > .basic.teal.button:not(:first-child) {
    margin-left: -1px
}

.goodshare .ui.inverted.teal.button, .goodshare .ui.inverted.teal.buttons .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #6dffff inset !important;
    color: #6dffff
}

.goodshare .ui.inverted.teal.button.active, .goodshare .ui.inverted.teal.button:active, .goodshare .ui.inverted.teal.button:focus, .goodshare .ui.inverted.teal.button:hover, .goodshare .ui.inverted.teal.buttons .button.active, .goodshare .ui.inverted.teal.buttons .button:active, .goodshare .ui.inverted.teal.buttons .button:focus, .goodshare .ui.inverted.teal.buttons .button:hover {
    box-shadow: none !important;
    color: rgba(0, 0, 0, 0.6)
}

.goodshare .ui.inverted.teal.button:hover, .goodshare .ui.inverted.teal.buttons .button:hover {
    background-color: #54ffff
}

.goodshare .ui.inverted.teal.button:focus, .goodshare .ui.inverted.teal.buttons .button:focus {
    background-color: #4ff
}

.goodshare .ui.inverted.teal.active.button, .goodshare .ui.inverted.teal.buttons .active.button {
    background-color: #54ffff
}

.goodshare .ui.inverted.teal.button:active, .goodshare .ui.inverted.teal.buttons .button:active {
    background-color: #3affff
}

.goodshare .ui.inverted.teal.basic.button, .goodshare .ui.inverted.teal.basic.buttons .button, .goodshare .ui.inverted.teal.buttons .basic.button {
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.teal.basic.button:hover, .goodshare .ui.inverted.teal.basic.buttons .button:hover, .goodshare .ui.inverted.teal.buttons .basic.button:hover {
    box-shadow: 0 0 0 2px #54ffff inset !important;
    color: #6dffff !important
}

.goodshare .ui.inverted.teal.basic.button:focus, .goodshare .ui.inverted.teal.basic.buttons .button:focus {
    box-shadow: 0 0 0 2px #4ff inset !important;
    color: #6dffff !important
}

.goodshare .ui.inverted.teal.basic.active.button, .goodshare .ui.inverted.teal.basic.buttons .active.button, .goodshare .ui.inverted.teal.buttons .basic.active.button {
    box-shadow: 0 0 0 2px #54ffff inset !important;
    color: #6dffff !important
}

.goodshare .ui.inverted.teal.basic.button:active, .goodshare .ui.inverted.teal.basic.buttons .button:active, .goodshare .ui.inverted.teal.buttons .basic.button:active {
    box-shadow: 0 0 0 2px #3affff inset !important;
    color: #6dffff !important
}

.goodshare .ui.olive.button, .goodshare .ui.olive.buttons .button {
    background-color: #b5cc18;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.olive.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.olive.button:hover, .goodshare .ui.olive.buttons .button:hover {
    background-color: #a7bd0d;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.olive.button:focus, .goodshare .ui.olive.buttons .button:focus {
    background-color: #a0b605;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.olive.button:active, .goodshare .ui.olive.buttons .button:active {
    background-color: #8d9e13;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.olive.active.button, .goodshare .ui.olive.button .active.button:active, .goodshare .ui.olive.buttons .active.button, .goodshare .ui.olive.buttons .active.button:active {
    background-color: #aac109;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.basic.olive.button, .goodshare .ui.basic.olive.buttons .button {
    box-shadow: 0 0 0 1px #b5cc18 inset !important;
    color: #b5cc18 !important
}

.goodshare .ui.basic.olive.button:hover, .goodshare .ui.basic.olive.buttons .button:hover {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #a7bd0d inset !important;
    color: #a7bd0d !important
}

.goodshare .ui.basic.olive.button:focus, .goodshare .ui.basic.olive.buttons .button:focus {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #a0b605 inset !important;
    color: #a7bd0d !important
}

.goodshare .ui.basic.olive.active.button, .goodshare .ui.basic.olive.buttons .active.button {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #aac109 inset !important;
    color: #8d9e13 !important
}

.goodshare .ui.basic.olive.button:active, .goodshare .ui.basic.olive.buttons .button:active {
    box-shadow: 0 0 0 1px #8d9e13 inset !important;
    color: #8d9e13 !important
}

.goodshare .ui.buttons:not(.vertical) > .basic.olive.button:not(:first-child) {
    margin-left: -1px
}

.goodshare .ui.inverted.olive.button, .goodshare .ui.inverted.olive.buttons .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #d9e778 inset !important;
    color: #d9e778
}

.goodshare .ui.inverted.olive.button.active, .goodshare .ui.inverted.olive.button:active, .goodshare .ui.inverted.olive.button:focus, .goodshare .ui.inverted.olive.button:hover, .goodshare .ui.inverted.olive.buttons .button.active, .goodshare .ui.inverted.olive.buttons .button:active, .goodshare .ui.inverted.olive.buttons .button:focus, .goodshare .ui.inverted.olive.buttons .button:hover {
    box-shadow: none !important;
    color: rgba(0, 0, 0, 0.6)
}

.goodshare .ui.inverted.olive.button:hover, .goodshare .ui.inverted.olive.buttons .button:hover {
    background-color: #d8ea5c
}

.goodshare .ui.inverted.olive.button:focus, .goodshare .ui.inverted.olive.buttons .button:focus {
    background-color: #daef47
}

.goodshare .ui.inverted.olive.active.button, .goodshare .ui.inverted.olive.buttons .active.button {
    background-color: #daed59
}

.goodshare .ui.inverted.olive.button:active, .goodshare .ui.inverted.olive.buttons .button:active {
    background-color: #cddf4d
}

.goodshare .ui.inverted.olive.basic.button, .goodshare .ui.inverted.olive.basic.buttons .button, .goodshare .ui.inverted.olive.buttons .basic.button {
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.olive.basic.button:hover, .goodshare .ui.inverted.olive.basic.buttons .button:hover, .goodshare .ui.inverted.olive.buttons .basic.button:hover {
    box-shadow: 0 0 0 2px #d8ea5c inset !important;
    color: #d9e778 !important
}

.goodshare .ui.inverted.olive.basic.button:focus, .goodshare .ui.inverted.olive.basic.buttons .button:focus {
    box-shadow: 0 0 0 2px #daef47 inset !important;
    color: #d9e778 !important
}

.goodshare .ui.inverted.olive.basic.active.button, .goodshare .ui.inverted.olive.basic.buttons .active.button, .goodshare .ui.inverted.olive.buttons .basic.active.button {
    box-shadow: 0 0 0 2px #daed59 inset !important;
    color: #d9e778 !important
}

.goodshare .ui.inverted.olive.basic.button:active, .goodshare .ui.inverted.olive.basic.buttons .button:active, .goodshare .ui.inverted.olive.buttons .basic.button:active {
    box-shadow: 0 0 0 2px #cddf4d inset !important;
    color: #d9e778 !important
}

.goodshare .ui.yellow.button, .goodshare .ui.yellow.buttons .button {
    background-color: #fbbd08;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.yellow.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.yellow.button:hover, .goodshare .ui.yellow.buttons .button:hover {
    background-color: #eaae00;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.yellow.button:focus, .goodshare .ui.yellow.buttons .button:focus {
    background-color: #daa300;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.yellow.button:active, .goodshare .ui.yellow.buttons .button:active {
    background-color: #cd9903;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.yellow.active.button, .goodshare .ui.yellow.button .active.button:active, .goodshare .ui.yellow.buttons .active.button, .goodshare .ui.yellow.buttons .active.button:active {
    background-color: #eaae00;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.basic.yellow.button, .goodshare .ui.basic.yellow.buttons .button {
    box-shadow: 0 0 0 1px #fbbd08 inset !important;
    color: #fbbd08 !important
}

.goodshare .ui.basic.yellow.button:hover, .goodshare .ui.basic.yellow.buttons .button:hover {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #eaae00 inset !important;
    color: #eaae00 !important
}

.goodshare .ui.basic.yellow.button:focus, .goodshare .ui.basic.yellow.buttons .button:focus {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #daa300 inset !important;
    color: #eaae00 !important
}

.goodshare .ui.basic.yellow.active.button, .goodshare .ui.basic.yellow.buttons .active.button {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #eaae00 inset !important;
    color: #cd9903 !important
}

.goodshare .ui.basic.yellow.button:active, .goodshare .ui.basic.yellow.buttons .button:active {
    box-shadow: 0 0 0 1px #cd9903 inset !important;
    color: #cd9903 !important
}

.goodshare .ui.buttons:not(.vertical) > .basic.yellow.button:not(:first-child) {
    margin-left: -1px
}

.goodshare .ui.inverted.yellow.button, .goodshare .ui.inverted.yellow.buttons .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #ffe21f inset !important;
    color: #ffe21f
}

.goodshare .ui.inverted.yellow.button.active, .goodshare .ui.inverted.yellow.button:active, .goodshare .ui.inverted.yellow.button:focus, .goodshare .ui.inverted.yellow.button:hover, .goodshare .ui.inverted.yellow.buttons .button.active, .goodshare .ui.inverted.yellow.buttons .button:active, .goodshare .ui.inverted.yellow.buttons .button:focus, .goodshare .ui.inverted.yellow.buttons .button:hover {
    box-shadow: none !important;
    color: rgba(0, 0, 0, 0.6)
}

.goodshare .ui.inverted.yellow.button:hover, .goodshare .ui.inverted.yellow.buttons .button:hover {
    background-color: #ffdf05
}

.goodshare .ui.inverted.yellow.button:focus, .goodshare .ui.inverted.yellow.buttons .button:focus {
    background-color: #f5d500
}

.goodshare .ui.inverted.yellow.active.button, .goodshare .ui.inverted.yellow.buttons .active.button {
    background-color: #ffdf05
}

.goodshare .ui.inverted.yellow.button:active, .goodshare .ui.inverted.yellow.buttons .button:active {
    background-color: #ebcd00
}

.goodshare .ui.inverted.yellow.basic.button, .goodshare .ui.inverted.yellow.basic.buttons .button, .goodshare .ui.inverted.yellow.buttons .basic.button {
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset !important;
    color: #fff !important
}

.goodshare .ui.inverted.yellow.basic.button:hover, .goodshare .ui.inverted.yellow.basic.buttons .button:hover, .goodshare .ui.inverted.yellow.buttons .basic.button:hover {
    box-shadow: 0 0 0 2px #ffdf05 inset !important;
    color: #ffe21f !important
}

.goodshare .ui.inverted.yellow.basic.button:focus, .goodshare .ui.inverted.yellow.basic.buttons .button:focus {
    box-shadow: 0 0 0 2px #f5d500 inset !important;
    color: #ffe21f !important
}

.goodshare .ui.inverted.yellow.basic.active.button, .goodshare .ui.inverted.yellow.basic.buttons .active.button, .goodshare .ui.inverted.yellow.buttons .basic.active.button {
    box-shadow: 0 0 0 2px #ffdf05 inset !important;
    color: #ffe21f !important
}

.goodshare .ui.inverted.yellow.basic.button:active, .goodshare .ui.inverted.yellow.basic.buttons .button:active, .goodshare .ui.inverted.yellow.buttons .basic.button:active {
    box-shadow: 0 0 0 2px #ebcd00 inset !important;
    color: #ffe21f !important
}

.goodshare .ui.primary.button, .goodshare .ui.primary.buttons .button {
    background-color: #2185d0;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.primary.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.primary.button:hover, .goodshare .ui.primary.buttons .button:hover {
    background-color: #1678c2;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.primary.button:focus, .goodshare .ui.primary.buttons .button:focus {
    background-color: #0d71bb;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.primary.button:active, .goodshare .ui.primary.buttons .button:active {
    background-color: #1a69a4;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.primary.active.button, .goodshare .ui.primary.buttons .active.button {
    background-color: #1279c6;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.secondary.button, .goodshare .ui.secondary.buttons .button {
    background-color: #1b1c1d;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.secondary.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.secondary.button:hover, .goodshare .ui.secondary.buttons .button:hover {
    background-color: #27292a;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.secondary.button:focus, .goodshare .ui.secondary.buttons .button:focus {
    background-color: #2e3032;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.secondary.button:active, .goodshare .ui.secondary.buttons .button:active {
    background-color: #343637;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.secondary.active.button, .goodshare .ui.secondary.buttons .active.button {
    background-color: #27292a;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.positive.button, .goodshare .ui.positive.buttons .button {
    background-color: #21ba45 !important;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.positive.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.positive.button:hover, .goodshare .ui.positive.buttons .button:hover {
    background-color: #16ab39 !important;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.positive.button:focus, .goodshare .ui.positive.buttons .button:focus {
    background-color: #0ea432 !important;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.positive.button:active, .goodshare .ui.positive.buttons .button:active {
    background-color: #198f35 !important;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.positive.active.button, .goodshare .ui.positive.buttons .active.button, .goodshare .ui.positive.buttons .active.button:active {
    background-color: #13ae38;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.negative.button, .goodshare .ui.negative.buttons .button {
    background-color: #db2828 !important;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.goodshare .ui.negative.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.negative.button:hover, .goodshare .ui.negative.buttons .button:hover {
    background-color: #d01919 !important;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.negative.button:focus, .goodshare .ui.negative.buttons .button:focus {
    background-color: #ca1010 !important;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.negative.button:active, .goodshare .ui.negative.buttons .button:active {
    background-color: #b21e1e !important;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.negative.active.button, .goodshare .ui.negative.buttons .active.button, .goodshare .ui.negative.buttons .active.button:active {
    background-color: #d41515;
    color: #fff;
    text-shadow: none
}

.goodshare .ui.buttons {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    vertical-align: baseline;
    margin: 0 0.25em 0 0
}

.goodshare .ui.buttons:not(.basic):not(.inverted) {
    box-shadow: none
}

.goodshare .ui.buttons:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.goodshare .ui.buttons .button {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border-radius: 0;
    margin: 0
}

.goodshare .ui.buttons:not(.basic):not(.inverted) > .button, .goodshare .ui.buttons > .ui.button:not(.basic):not(.inverted) {
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset
}

.goodshare .ui.buttons .button:first-child {
    border-left: none;
    margin-left: 0;
    border-top-left-radius: .28571429rem;
    border-bottom-left-radius: 0.28571429rem
}

.goodshare .ui.buttons .button:last-child {
    border-top-right-radius: .28571429rem;
    border-bottom-right-radius: 0.28571429rem
}

.goodshare .ui.vertical.buttons {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.goodshare .ui.vertical.buttons .button {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    box-shadow: none
}

.goodshare .ui.vertical.buttons .button:first-child, .goodshare .ui.vertical.buttons .huge.button:first-child, .goodshare .ui.vertical.buttons .massive.button:first-child, .goodshare .ui.vertical.buttons .mini.button:first-child, .goodshare .ui.vertical.buttons .small.button:first-child, .goodshare .ui.vertical.buttons .tiny.button:first-child {
    border-radius: 0.28571429rem 0.28571429rem 0 0
}

.goodshare .ui.vertical.buttons .button:last-child, .goodshare .ui.vertical.buttons .gigantic.button:last-child, .goodshare .ui.vertical.buttons .huge.button:last-child, .goodshare .ui.vertical.buttons .massive.button:last-child, .goodshare .ui.vertical.buttons .mini.button:last-child, .goodshare .ui.vertical.buttons .small.button:last-child, .goodshare .ui.vertical.buttons .tiny.button:last-child {
    margin-bottom: 0;
    border-radius: 0 0 0.28571429rem 0.28571429rem
}

.goodshare .ui.label {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 .14285714em;
    background-color: #e8e8e8;
    background-image: none;
    padding: .5833em .833em;
    color: rgba(0, 0, 0, 0.6);
    text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: .28571429rem;
    transition: background 0.1s ease
}

.goodshare .ui.label:first-child {
    margin-left: 0
}

.goodshare .ui.label:last-child {
    margin-right: 0
}

.goodshare a.ui.label {
    cursor: pointer
}

.goodshare .ui.label > a {
    cursor: pointer;
    color: inherit;
    opacity: .5;
    transition: 0.1s opacity ease
}

.goodshare .ui.label > a:hover {
    opacity: 1
}

.goodshare .ui.label > img {
    width: auto !important;
    vertical-align: middle;
    height: 2.1666em !important
}

.goodshare .ui.label > .icon {
    width: auto;
    margin: 0 0.75em 0 0
}

.goodshare .ui.label > .detail {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    margin-left: 1em;
    opacity: 0.8
}

.goodshare .ui.label > .detail .icon {
    margin: 0 0.25em 0 0
}

.goodshare .ui.label > .close.icon, .goodshare .ui.label > .delete.icon {
    cursor: pointer;
    margin-right: 0;
    margin-left: .5em;
    font-size: .92857143em;
    opacity: .5;
    transition: background 0.1s ease
}

.goodshare .ui.label > .delete.icon:hover {
    opacity: 1
}

.goodshare .ui.labels > .label {
    margin: 0 0.5em 0.5em 0
}

.goodshare .ui.header > .ui.label {
    margin-top: -0.29165em
}

.goodshare .ui.attached.segment > .ui.top.left.attached.label, .goodshare .ui.bottom.attached.segment > .ui.top.left.attached.label {
    border-top-left-radius: 0
}

.goodshare .ui.attached.segment > .ui.top.right.attached.label, .goodshare .ui.bottom.attached.segment > .ui.top.right.attached.label {
    border-top-right-radius: 0
}

.goodshare .ui.top.attached.segment > .ui.bottom.left.attached.label {
    border-bottom-left-radius: 0
}

.goodshare .ui.top.attached.segment > .ui.bottom.right.attached.label {
    border-bottom-right-radius: 0
}

.goodshare .ui.top.attached.label:first-child + :not(.attached) {
    margin-top: 2rem !important
}

.goodshare .ui.bottom.attached.label:first-child ~ :last-child:not(.attached) {
    margin-top: 0;
    margin-bottom: 2rem !important
}

.goodshare .ui.image.label {
    width: auto !important;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 9999px;
    vertical-align: baseline;
    text-transform: none;
    background: #e8e8e8;
    padding: .5833em .833em .5833em .5em;
    border-radius: .28571429rem;
    box-shadow: none
}

.goodshare .ui.image.label img {
    display: inline-block;
    vertical-align: top;
    height: 2.1666em;
    margin: -0.5833em 0.5em -0.5833em -0.5em;
    border-radius: 0.28571429rem 0 0 0.28571429rem
}

.goodshare .ui.image.label .detail {
    background: rgba(0, 0, 0, 0.1);
    margin: -0.5833em -0.833em -0.5833em 0.5em;
    padding: .5833em .833em;
    border-radius: 0 0.28571429rem 0.28571429rem 0
}

.goodshare .ui.tag.label, .goodshare .ui.tag.labels .label {
    margin-left: 1em;
    position: relative;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-radius: 0 .28571429rem .28571429rem 0;
    transition: none
}

.goodshare .ui.tag.label:before, .goodshare .ui.tag.labels .label:before {
    position: absolute;
    transform: translateY(-50%) translateX(50%) rotate(-45deg);
    top: 50%;
    right: 100%;
    content: '';
    background-color: inherit;
    background-image: none;
    width: 1.56em;
    height: 1.56em;
    transition: none
}

.goodshare .ui.tag.label:after, .goodshare .ui.tag.labels .label:after {
    position: absolute;
    content: '';
    top: 50%;
    left: -0.25em;
    margin-top: -0.25em;
    background-color: #fff !important;
    width: .5em;
    height: .5em;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
    border-radius: 500rem
}

.goodshare .ui.corner.label {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    border-color: #e8e8e8;
    width: 4em;
    height: 4em;
    z-index: 1;
    transition: border-color 0.1s ease;
    background-color: transparent !important
}

.goodshare .ui.corner.label:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    background-color: transparent !important;
    border-top: 0 solid transparent;
    border-right: 4em solid transparent;
    border-bottom: 4em solid transparent;
    border-left: 0 solid transparent;
    border-right-color: inherit;
    transition: border-color 0.1s ease
}

.goodshare .ui.corner.label .icon {
    cursor: default;
    position: relative;
    top: .64285714em;
    left: .78571429em;
    font-size: 1.14285714em;
    margin: 0
}

.goodshare .ui.left.corner.label, .goodshare .ui.left.corner.label:after {
    right: auto;
    left: 0
}

.goodshare .ui.left.corner.label:after {
    border-top: 4em solid transparent;
    border-right: 4em solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    border-top-color: inherit
}

.goodshare .ui.left.corner.label .icon {
    left: -0.78571429em
}

.goodshare .ui.segment > .ui.corner.label {
    top: -1px;
    right: -1px
}

.goodshare .ui.segment > .ui.left.corner.label {
    right: auto;
    left: -1px
}

.goodshare .ui.ribbon.label {
    position: relative;
    margin: 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    border-radius: 0 .28571429rem .28571429rem 0;
    border-color: rgba(0, 0, 0, 0.15)
}

.goodshare .ui.ribbon.label:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    background-color: transparent !important;
    border-style: solid;
    border-width: 0 1.2em 1.2em 0;
    border-color: transparent;
    border-right-color: inherit;
    width: 0;
    height: 0
}

.goodshare .ui.ribbon.label {
    left: calc(-1rem - 1.2em);
    margin-right: -1.2em;
    padding-left: calc(1rem + 1.2em);
    padding-right: 1.2em
}

.goodshare .ui[class*="right ribbon"].label {
    left: calc(100% + 1rem + 1.2em);
    padding-left: 1.2em;
    padding-right: calc(1rem + 1.2em);
    text-align: left;
    transform: translateX(-100%);
    border-radius: 0.28571429rem 0 0 0.28571429rem
}

.goodshare .ui[class*="right ribbon"].label:after {
    left: auto;
    right: 0;
    border-style: solid;
    border-width: 1.2em 1.2em 0 0;
    border-color: transparent;
    border-top-color: inherit
}

.goodshare .ui.card .image > .ribbon.label, .goodshare .ui.image > .ribbon.label {
    position: absolute;
    top: 1rem
}

.goodshare .ui.card .image > .ui.ribbon.label, .goodshare .ui.image > .ui.ribbon.label {
    left: calc(0.05rem - 1.2em)
}

.goodshare .ui.card .image > .ui[class*="right ribbon"].label, .goodshare .ui.image > .ui[class*="right ribbon"].label {
    left: calc(100% + -0.05rem + 1.2em);
    padding-left: 0.833em
}

.goodshare .ui.table td > .ui.ribbon.label {
    left: calc(-0.71428571em - 1.2em)
}

.goodshare .ui.table td > .ui[class*="right ribbon"].label {
    left: calc(100% + 0.71428571em + 1.2em);
    padding-left: 0.833em
}

.goodshare .ui.attached.label, .goodshare .ui[class*="top attached"].label {
    width: 100%;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    padding: .75em 1em;
    border-radius: 0.21428571rem 0.21428571rem 0 0
}

.goodshare .ui[class*="bottom attached"].label {
    top: auto;
    bottom: 0;
    border-radius: 0 0 0.21428571rem 0.21428571rem
}

.goodshare .ui[class*="top left attached"].label {
    width: auto;
    margin-top: 0 !important;
    border-radius: 0.21428571rem 0 0.28571429rem
}

.goodshare .ui[class*="top right attached"].label {
    width: auto;
    left: auto;
    right: 0;
    border-radius: 0 0.21428571rem 0 0.28571429rem
}

.goodshare .ui[class*="bottom left attached"].label {
    width: auto;
    top: auto;
    bottom: 0;
    border-radius: 0 0.28571429rem 0 0.21428571rem
}

.goodshare .ui[class*="bottom right attached"].label {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: auto;
    border-radius: 0.28571429rem 0 0.21428571rem
}

.goodshare .ui.label.disabled {
    opacity: 0.5
}

.goodshare a.ui.label:hover, .goodshare a.ui.labels .label:hover {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    background-image: none;
    color: rgba(0, 0, 0, 0.8)
}

.goodshare .ui.labels a.label:hover:before, .goodshare a.ui.label:hover:before {
    color: rgba(0, 0, 0, 0.8)
}

.goodshare .ui.active.label {
    background-color: #d0d0d0;
    border-color: #d0d0d0;
    background-image: none;
    color: rgba(0, 0, 0, 0.95)
}

.goodshare .ui.active.label:before {
    background-color: #d0d0d0;
    background-image: none;
    color: rgba(0, 0, 0, 0.95)
}

.goodshare a.ui.active.label:hover, .goodshare a.ui.labels .active.label:hover {
    background-color: #c8c8c8;
    border-color: #c8c8c8;
    background-image: none;
    color: rgba(0, 0, 0, 0.95)
}

.goodshare .ui.labels a.active.label:ActiveHover:before, .goodshare a.ui.active.label:ActiveHover:before {
    background-color: #c8c8c8;
    background-image: none;
    color: rgba(0, 0, 0, 0.95)
}

.goodshare .ui.label.visible, .goodshare .ui.labels.visible .label {
    display: inline-block !important
}

.goodshare .ui.label.hidden, .goodshare .ui.labels.hidden .label {
    display: none !important
}

.goodshare .ui.red.label, .goodshare .ui.red.labels .label {
    background-color: #db2828 !important;
    border-color: #db2828 !important;
    color: #fff !important
}

.goodshare .ui.red.labels .label:hover, .goodshare a.ui.red.label:hover {
    background-color: #d01919 !important;
    border-color: #d01919 !important;
    color: #fff !important
}

.goodshare .ui.red.corner.label, .goodshare .ui.red.corner.label:hover {
    background-color: transparent !important
}

.goodshare .ui.red.ribbon.label {
    border-color: #b21e1e !important
}

.goodshare .ui.basic.red.label {
    background-color: #fff !important;
    color: #db2828 !important;
    border-color: #db2828 !important
}

.goodshare .ui.basic.red.labels a.label:hover, .goodshare a.ui.basic.red.label:hover {
    background-color: #fff !important;
    color: #d01919 !important;
    border-color: #d01919 !important
}

.goodshare .ui.orange.label, .goodshare .ui.orange.labels .label {
    background-color: #f2711c !important;
    border-color: #f2711c !important;
    color: #fff !important
}

.goodshare .ui.orange.labels .label:hover, .goodshare a.ui.orange.label:hover {
    background-color: #f26202 !important;
    border-color: #f26202 !important;
    color: #fff !important
}

.goodshare .ui.orange.corner.label, .goodshare .ui.orange.corner.label:hover {
    background-color: transparent !important
}

.goodshare .ui.orange.ribbon.label {
    border-color: #cf590c !important
}

.goodshare .ui.basic.orange.label {
    background-color: #fff !important;
    color: #f2711c !important;
    border-color: #f2711c !important
}

.goodshare .ui.basic.orange.labels a.label:hover, .goodshare a.ui.basic.orange.label:hover {
    background-color: #fff !important;
    color: #f26202 !important;
    border-color: #f26202 !important
}

.goodshare .ui.yellow.label, .goodshare .ui.yellow.labels .label {
    background-color: #fbbd08 !important;
    border-color: #fbbd08 !important;
    color: #fff !important
}

.goodshare .ui.yellow.labels .label:hover, .goodshare a.ui.yellow.label:hover {
    background-color: #eaae00 !important;
    border-color: #eaae00 !important;
    color: #fff !important
}

.goodshare .ui.yellow.corner.label, .goodshare .ui.yellow.corner.label:hover {
    background-color: transparent !important
}

.goodshare .ui.yellow.ribbon.label {
    border-color: #cd9903 !important
}

.goodshare .ui.basic.yellow.label {
    background-color: #fff !important;
    color: #fbbd08 !important;
    border-color: #fbbd08 !important
}

.goodshare .ui.basic.yellow.labels a.label:hover, .goodshare a.ui.basic.yellow.label:hover {
    background-color: #fff !important;
    color: #eaae00 !important;
    border-color: #eaae00 !important
}

.goodshare .ui.olive.label, .goodshare .ui.olive.labels .label {
    background-color: #b5cc18 !important;
    border-color: #b5cc18 !important;
    color: #fff !important
}

.goodshare .ui.olive.labels .label:hover, .goodshare a.ui.olive.label:hover {
    background-color: #a7bd0d !important;
    border-color: #a7bd0d !important;
    color: #fff !important
}

.goodshare .ui.olive.corner.label, .goodshare .ui.olive.corner.label:hover {
    background-color: transparent !important
}

.goodshare .ui.olive.ribbon.label {
    border-color: #198f35 !important
}

.goodshare .ui.basic.olive.label {
    background-color: #fff !important;
    color: #b5cc18 !important;
    border-color: #b5cc18 !important
}

.goodshare .ui.basic.olive.labels a.label:hover, .goodshare a.ui.basic.olive.label:hover {
    background-color: #fff !important;
    color: #a7bd0d !important;
    border-color: #a7bd0d !important
}

.goodshare .ui.green.label, .goodshare .ui.green.labels .label {
    background-color: #21ba45 !important;
    border-color: #21ba45 !important;
    color: #fff !important
}

.goodshare .ui.green.labels .label:hover, .goodshare a.ui.green.label:hover {
    background-color: #16ab39 !important;
    border-color: #16ab39 !important;
    color: #fff !important
}

.goodshare .ui.green.corner.label, .goodshare .ui.green.corner.label:hover {
    background-color: transparent !important
}

.goodshare .ui.green.ribbon.label {
    border-color: #198f35 !important
}

.goodshare .ui.basic.green.label {
    background-color: #fff !important;
    color: #21ba45 !important;
    border-color: #21ba45 !important
}

.goodshare .ui.basic.green.labels a.label:hover, .goodshare a.ui.basic.green.label:hover {
    background-color: #fff !important;
    color: #16ab39 !important;
    border-color: #16ab39 !important
}

.goodshare .ui.teal.label, .goodshare .ui.teal.labels .label {
    background-color: #00b5ad !important;
    border-color: #00b5ad !important;
    color: #fff !important
}

.goodshare .ui.teal.labels .label:hover, .goodshare a.ui.teal.label:hover {
    background-color: #009c95 !important;
    border-color: #009c95 !important;
    color: #fff !important
}

.goodshare .ui.teal.corner.label, .goodshare .ui.teal.corner.label:hover {
    background-color: transparent !important
}

.goodshare .ui.teal.ribbon.label {
    border-color: #00827c !important
}

.goodshare .ui.basic.teal.label {
    background-color: #fff !important;
    color: #00b5ad !important;
    border-color: #00b5ad !important
}

.goodshare .ui.basic.teal.labels a.label:hover, .goodshare a.ui.basic.teal.label:hover {
    background-color: #fff !important;
    color: #009c95 !important;
    border-color: #009c95 !important
}

.goodshare .ui.blue.label, .goodshare .ui.blue.labels .label {
    background-color: #2185d0 !important;
    border-color: #2185d0 !important;
    color: #fff !important
}

.goodshare .ui.blue.labels .label:hover, .goodshare a.ui.blue.label:hover {
    background-color: #1678c2 !important;
    border-color: #1678c2 !important;
    color: #fff !important
}

.goodshare .ui.blue.corner.label, .goodshare .ui.blue.corner.label:hover {
    background-color: transparent !important
}

.goodshare .ui.blue.ribbon.label {
    border-color: #1a69a4 !important
}

.goodshare .ui.basic.blue.label {
    background-color: #fff !important;
    color: #2185d0 !important;
    border-color: #2185d0 !important
}

.goodshare .ui.basic.blue.labels a.label:hover, .goodshare a.ui.basic.blue.label:hover {
    background-color: #fff !important;
    color: #1678c2 !important;
    border-color: #1678c2 !important
}

.goodshare .ui.violet.label, .goodshare .ui.violet.labels .label {
    background-color: #6435c9 !important;
    border-color: #6435c9 !important;
    color: #fff !important
}

.goodshare .ui.violet.labels .label:hover, .goodshare a.ui.violet.label:hover {
    background-color: #5829bb !important;
    border-color: #5829bb !important;
    color: #fff !important
}

.goodshare .ui.violet.corner.label, .goodshare .ui.violet.corner.label:hover {
    background-color: transparent !important
}

.goodshare .ui.violet.ribbon.label {
    border-color: #502aa1 !important
}

.goodshare .ui.basic.violet.label {
    background-color: #fff !important;
    color: #6435c9 !important;
    border-color: #6435c9 !important
}

.goodshare .ui.basic.violet.labels a.label:hover, .goodshare a.ui.basic.violet.label:hover {
    background-color: #fff !important;
    color: #5829bb !important;
    border-color: #5829bb !important
}

.goodshare .ui.purple.label, .goodshare .ui.purple.labels .label {
    background-color: #a333c8 !important;
    border-color: #a333c8 !important;
    color: #fff !important
}

.goodshare .ui.purple.labels .label:hover, .goodshare a.ui.purple.label:hover {
    background-color: #9627ba !important;
    border-color: #9627ba !important;
    color: #fff !important
}

.goodshare .ui.purple.corner.label, .goodshare .ui.purple.corner.label:hover {
    background-color: transparent !important
}

.goodshare .ui.purple.ribbon.label {
    border-color: #82299f !important
}

.goodshare .ui.basic.purple.label {
    background-color: #fff !important;
    color: #a333c8 !important;
    border-color: #a333c8 !important
}

.goodshare .ui.basic.purple.labels a.label:hover, .goodshare a.ui.basic.purple.label:hover {
    background-color: #fff !important;
    color: #9627ba !important;
    border-color: #9627ba !important
}

.goodshare .ui.pink.label, .goodshare .ui.pink.labels .label {
    background-color: #e03997 !important;
    border-color: #e03997 !important;
    color: #fff !important
}

.goodshare .ui.pink.labels .label:hover, .goodshare a.ui.pink.label:hover {
    background-color: #e61a8d !important;
    border-color: #e61a8d !important;
    color: #fff !important
}

.goodshare .ui.pink.corner.label, .goodshare .ui.pink.corner.label:hover {
    background-color: transparent !important
}

.goodshare .ui.pink.ribbon.label {
    border-color: #c71f7e !important
}

.goodshare .ui.basic.pink.label {
    background-color: #fff !important;
    color: #e03997 !important;
    border-color: #e03997 !important
}

.goodshare .ui.basic.pink.labels a.label:hover, .goodshare a.ui.basic.pink.label:hover {
    background-color: #fff !important;
    color: #e61a8d !important;
    border-color: #e61a8d !important
}

.goodshare .ui.brown.label, .goodshare .ui.brown.labels .label {
    background-color: #a5673f !important;
    border-color: #a5673f !important;
    color: #fff !important
}

.goodshare .ui.brown.labels .label:hover, .goodshare a.ui.brown.label:hover {
    background-color: #975b33 !important;
    border-color: #975b33 !important;
    color: #fff !important
}

.goodshare .ui.brown.corner.label, .goodshare .ui.brown.corner.label:hover {
    background-color: transparent !important
}

.goodshare .ui.brown.ribbon.label {
    border-color: #805031 !important
}

.goodshare .ui.basic.brown.label {
    background-color: #fff !important;
    color: #a5673f !important;
    border-color: #a5673f !important
}

.goodshare .ui.basic.brown.labels a.label:hover, .goodshare a.ui.basic.brown.label:hover {
    background-color: #fff !important;
    color: #975b33 !important;
    border-color: #975b33 !important
}

.goodshare .ui.grey.label, .goodshare .ui.grey.labels .label {
    background-color: #767676 !important;
    border-color: #767676 !important;
    color: #fff !important
}

.goodshare .ui.grey.labels .label:hover, .goodshare a.ui.grey.label:hover {
    background-color: #838383 !important;
    border-color: #838383 !important;
    color: #fff !important
}

.goodshare .ui.grey.corner.label, .goodshare .ui.grey.corner.label:hover {
    background-color: transparent !important
}

.goodshare .ui.grey.ribbon.label {
    border-color: #805031 !important
}

.goodshare .ui.basic.grey.label {
    background-color: #fff !important;
    color: #767676 !important;
    border-color: #767676 !important
}

.goodshare .ui.basic.grey.labels a.label:hover, .goodshare a.ui.basic.grey.label:hover {
    background-color: #fff !important;
    color: #838383 !important;
    border-color: #838383 !important
}

.goodshare .ui.black.label, .goodshare .ui.black.labels .label {
    background-color: #1b1c1d !important;
    border-color: #1b1c1d !important;
    color: #fff !important
}

.goodshare .ui.black.labels .label:hover, .goodshare a.ui.black.label:hover {
    background-color: #27292a !important;
    border-color: #27292a !important;
    color: #fff !important
}

.goodshare .ui.black.corner.label, .goodshare .ui.black.corner.label:hover {
    background-color: transparent !important
}

.goodshare .ui.black.ribbon.label {
    border-color: #805031 !important
}

.goodshare .ui.basic.black.label {
    background-color: #fff !important;
    color: #1b1c1d !important;
    border-color: #1b1c1d !important
}

.goodshare .ui.basic.black.labels a.label:hover, .goodshare a.ui.basic.black.label:hover {
    background-color: #fff !important;
    color: #27292a !important;
    border-color: #27292a !important
}

.goodshare .ui.basic.label {
    background: #fff;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none
}

.goodshare a.ui.basic.label:hover {
    text-decoration: none;
    background: #fff;
    color: #1e70bf;
    box-shadow: 1px solid rgba(34, 36, 38, 0.15);
    box-shadow: none
}

.goodshare .ui.basic.pointing.label:before {
    border-color: inherit
}

.goodshare .ui.fluid.labels > .label, .goodshare .ui.label.fluid {
    width: 100%;
    box-sizing: border-box
}

.goodshare .ui.inverted.label, .goodshare .ui.inverted.labels .label {
    color: rgba(255, 255, 255, 0.9) !important
}

.goodshare .ui.horizontal.label, .goodshare .ui.horizontal.labels .label {
    margin: 0 .5em 0 0;
    padding: .4em .833em;
    min-width: 3em;
    text-align: center
}

.goodshare .ui.circular.label, .goodshare .ui.circular.labels .label {
    min-width: 2em;
    min-height: 2em;
    padding: 0.5em !important;
    line-height: 1em;
    text-align: center;
    border-radius: 500rem
}

.goodshare .ui.empty.circular.label, .goodshare .ui.empty.circular.labels .label {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    width: .5em;
    height: .5em;
    vertical-align: baseline
}

.goodshare .ui.pointing.label {
    position: relative
}

.goodshare .ui.attached.pointing.label {
    position: absolute
}

.goodshare .ui.pointing.label:before {
    background-color: inherit;
    border-style: solid;
    border-color: inherit;
    position: absolute;
    content: '';
    transform: rotate(45deg);
    background-image: none;
    z-index: 2;
    width: .6666em;
    height: .6666em;
    transition: background 0.1s ease
}

.goodshare .ui.pointing.label, .goodshare .ui[class*="pointing above"].label {
    margin-top: 1em
}

.goodshare .ui.pointing.label:before, .goodshare .ui[class*="pointing above"].label:before {
    border-width: 1px 0 0 1px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 0;
    left: 50%
}

.goodshare .ui[class*="bottom pointing"].label, .goodshare .ui[class*="pointing below"].label {
    margin-top: 0;
    margin-bottom: 1em
}

.goodshare .ui[class*="bottom pointing"].label:before, .goodshare .ui[class*="pointing below"].label:before {
    border-width: 0 1px 1px 0;
    right: auto;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 100%;
    left: 50%
}

.goodshare .ui[class*="left pointing"].label {
    margin-top: 0;
    margin-left: 0.6666em
}

.goodshare .ui[class*="left pointing"].label:before {
    border-width: 0 0 1px 1px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    bottom: auto;
    right: auto;
    top: 50%;
    left: 0
}

.goodshare .ui[class*="right pointing"].label {
    margin-top: 0;
    margin-right: 0.6666em
}

.goodshare .ui[class*="right pointing"].label:before {
    border-width: 1px 1px 0 0;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto
}

.goodshare .ui.basic.pointing.label:before, .goodshare .ui.basic[class*="pointing above"].label:before {
    margin-top: -1px
}

.goodshare .ui.basic[class*="bottom pointing"].label:before, .goodshare .ui.basic[class*="pointing below"].label:before {
    bottom: auto;
    top: 100%;
    margin-top: 1px
}

.goodshare .ui.basic[class*="left pointing"].label:before {
    top: 50%;
    left: -1px
}

.goodshare .ui.basic[class*="right pointing"].label:before {
    top: 50%;
    right: -1px
}

.goodshare .ui.floating.label {
    position: absolute;
    z-index: 100;
    top: -1em;
    left: 100%;
    margin: 0 0 0 -1.5em !important
}

.goodshare .ui.mini.label, .goodshare .ui.mini.labels .label {
    font-size: 0.64285714rem
}

.goodshare .ui.tiny.label, .goodshare .ui.tiny.labels .label {
    font-size: 0.71428571rem
}

.goodshare .ui.small.label, .goodshare .ui.small.labels .label {
    font-size: 0.78571429rem
}

.goodshare .ui.label, .goodshare .ui.labels .label {
    font-size: 0.85714286rem
}

.goodshare .ui.large.label, .goodshare .ui.large.labels .label {
    font-size: 1rem
}

.goodshare .ui.big.label, .goodshare .ui.big.labels .label {
    font-size: 1.28571429rem
}

.goodshare .ui.huge.label, .goodshare .ui.huge.labels .label {
    font-size: 1.42857143rem
}

.goodshare .ui.massive.label, .goodshare .ui.massive.labels .label {
    font-size: 1.71428571rem
}

footer .cols {
    background-color: #ecf1f4;
    padding: 29px 0
}

footer .footer-nav, footer .share {
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px
}

footer .footer-nav a {
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    color: #38484f
}

footer .share .title {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 17px
}

footer .info {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    color: #8c99a1
}

footer .info .text {
    margin-bottom: 15px
}

footer .logos {
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .logos img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

footer .additional-info {
    padding: 30px 0
}

footer .additional-info .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .additional-info .helpers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .additional-info .links {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
    width: 100%
}

footer .additional-info .created {
    margin-left: 35px
}

footer .additional-info .created img {
    margin-right: 11px
}

footer .additional-info .created .team {
    color: #8c99a1;
    font-size: 13px;
    line-height: 15px
}

footer .additional-info .created .team b, footer .additional-info .created .team span {
    display: block
}

footer .additional-info .created .team b {
    color: #38484f
}

footer .additional-info .copyright {
    margin-top: 30px;
    color: #8c99a1;
    font-size: 11px;
    line-height: 15px;
    width: 100%
}

.videos {
    margin-bottom: 8px
}

.videos .flex-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.videos .video {
    width: 100%;
    margin-bottom: 17px
}

.videos .video h3 {
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px
}

.videos .video h3 span {
    width: 60px;
    height: 21px;
    border-radius: 10px;
    background-color: #e44e3a;
    padding: 2px 5px;
    color: #fff;
    font-size: 13px
}

.videos .video .meta {
    color: #8c99a1;
    display: -ms-flexbox;
    display: flex
}

.videos .video .meta .created {
    padding-right: 20px;
    border-right: 1px solid #ecf1f4;
    margin-right: 16px
}

.videos .video .meta .views {
    color: #8c99a1
}

.videos .video .meta .views i {
    color: #d5dbdf
}

.video-item {
    margin-bottom: 50px
}

.video-item .video {
    width: 100%;
    margin-bottom: 17px;
    background-color: #ecf1f4;
    padding: 30px 0
}

.video-item .video .wrapper {
    margin: auto;
    width: 90%
}

.video-item .video h3 {
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px
}

.video-item .video h3 span {
    width: 60px;
    height: 21px;
    border-radius: 10px;
    background-color: #e44e3a;
    padding: 2px 5px;
    color: #fff;
    font-size: 13px
}

.video-item .video .meta {
    display: -ms-flexbox;
    display: flex
}

.video-item .video .meta .created {
    padding-right: 20px;
    border-right: 1px solid #cdd2d5;
    margin-right: 16px
}

.video-item .video .meta .views i {
    color: #cdd2d5
}

.audios {
    margin-bottom: 20px
}

.audios .flex-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.audios .audio {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    background-color: #ecf1f4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.audios .audio .preview {
    width: 101px;
    height: 101px;
    margin-right: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden
}

.audios .audio .description {
    width: 55%
}

.audios .audio .description h3 {
    font-size: 11px;
    font-weight: 600
}

.audios .audio .description .meta {
    color: #8c99a1;
    font-size: 14px;
    margin-bottom: 10px
}

.audios .audio .description .button a {
    color: #e44e3a;
    font-size: 17px
}

.audio-item .audio {
    width: 100%;
    margin-bottom: 17px;
    background-color: #ecf1f4;
    padding: 30px 4%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.audio-item .audio .description {
    margin-bottom: 30px
}

.audio-item .audio .description .img {
    width: 101px;
    height: 101px;
    margin-right: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 5px
}

.audio-item .audio .description .meta {
    width: 55%
}

.audio-item .audio .description .meta h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.audio-item .audio .pleer {
    width: 100%
}

table.dialog {
    width: 100%;
    border-top: 2px solid #ecf1f4;
    margin-bottom: 67px;
    font-size: 13px;
    font-weight: 500
}

table.dialog tr {
    border-bottom: 2px solid #ecf1f4
}

table.dialog tr td {
    padding: 30px 0
}

table.dialog tr td:first-child {
    border-right: 2px solid #ecf1f4
}

table.dialog tr td:last-child {
    padding-left: 20px
}

.share {
    margin-bottom: 70px
}

.lesson-title .lesson-info {
    margin-bottom: 30px
}

.lesson-title .lesson-number {
    font-weight: 600
}

.lesson-title .level-number {
    display: inline-block;
    border-radius: 13px;
    color: #fff;
    background-color: #e44e3a;
    font-size: 13px;
    font-weight: 600;
    padding: 0 11px;
    margin-left: 11px
}

.lesson-exercise-navigation {
    background-color: #ecf1f4;
    padding: 30px 0;
    margin-bottom: 30px
}

.lesson-exercise-navigation .container {
    width: 100%;
    padding: 0
}

.lesson-exercise-menu {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.lesson-exercise-menu > li {
    display: none;
    width: 100%
}

.lesson-exercise-menu > li.active {
    display: block
}

.lesson-exercise-menu > li.active > .sub {
    display: block
}

.lesson-exercise-menu > li.active > a {
    display: block;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.14);
    background-color: #ffffff
}

.lesson-exercise-menu > li.active > a:before {
    font-family: 'fontello';
    content: "\e800";
    font-weight: 400;
    position: absolute;
    right: 20px;
    font-size: 15px
}

.lesson-exercise-menu > li > .sub {
    display: none;
    background-color: #38484f;
    width: 100%;
    padding: 28px 14px 14px;
    position: relative
}

.lesson-exercise-menu > li > .sub:after {
    font-family: 'fontello';
    content: "\e800";
    position: absolute;
    width: 14px;
    height: 8px;
    bottom: 1px;
    left: 50%;
    margin-left: -7px;
    font-size: 26px
}

.lesson-exercise-menu > li > .sub li {
    margin-bottom: 14px
}

.lesson-exercise-menu > li > .sub li a {
    color: #c0cbd1;
    font-size: 15px;
    font-weight: 600;
    position: relative
}

.lesson-exercise-menu > li > .sub li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    border-bottom: 1px dashed #c0cbd1
}

.lesson-exercise-menu > li > .sub li a.active {
    color: #fff
}

.lesson-exercise-menu > li > .sub li a.active:before {
    content: none
}

.lesson-exercise-menu > li > .sub li a.active:after {
    font-family: 'fontello';
    position: absolute;
    width: 14px;
    height: 8px;
    bottom: -13px;
    left: 50%;
    margin-left: -7px;
    font-size: 26px;
    color: #38484f
}

.lesson-exercise-menu > li > a {
    width: 86%;
    margin: 0 auto 30px;
    padding: 30px 20px 30px 75px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #38484f;
    position: relative;
    background-repeat: no-repeat;
    background-position: 20px center;
    display: block
}

.lesson-exercise-menu > li > a.words {
    background-image: url("/assets/img/icons/li1.png")
}

.lesson-exercise-menu > li > a.games {
    background-image: url("/assets/img/icons/li2.png")
}

.lesson-exercise-menu > li > a.grammar {
    background-image: url("/assets/img/icons/li3.png")
}

.lesson-exercise-menu > li > a.audio {
    background-image: url("/assets/img/icons/li4.png")
}

.lesson-exercise-menu > li > a.video {
    background-image: url("/assets/img/icons/li5.png")
}

.lesson-exercise-menu > li > a.exam {
    background-image: url("/assets/img/icons/li6.png")
}

.lesson-exercise-content {
    margin-bottom: 50px
}

.radio_player {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    padding: 10px;
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.radio_player__left {
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 2px solid #ecf1f4;
    margin-bottom: 7px;
    display: -ms-flexbox;
    display: flex
}

.radio_player__right {
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.radio_player__play {
    color: #e44e3a;
    font-size: 60px;
    margin-right: 20px;
    cursor: pointer
}

.radio_player__timeline {
    color: #e44e3a;
    font-size: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.radio_player__counter {
    color: #38484f;
    font-size: 12px
}

.radio_player__progress {
    position: relative;
    width: 100%;
    height: 14px
}

.radio_player__progress:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #9aa4a9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.radio_player__progress:after {
    content: '';
    width: 50%;
    height: 2px;
    background-color: #e44e3a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.radio_player__marker, .radio_player__volume-marker {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e44e3a;
    position: absolute;
    z-index: 10;
    left: 50%
}

.radio_player__volume {
    border-right: 2px solid #ecf1f4;
    padding-right: 21px;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.radio_player__volume i {
    font-size: 19px;
    color: #e44e3a
}

.radio_player__volume-level {
    position: relative;
    width: 100%;
    height: 14px
}

.radio_player__volume-level:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #9aa4a9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.radio_player__volume-level:after {
    content: '';
    width: 50%;
    height: 2px;
    background-color: #e44e3a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.radio_player__download {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    color: #45b7b7;
    cursor: pointer
}

.radio_player__download span {
    font-size: 12px
}

.radio_player__download i {
    font-size: 18px
}

.pagination {
    margin-bottom: 50px
}

.pagination .paginator ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .paginator ul li {
    margin-right: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px
}

.pagination .paginator ul li.prev-page, .pagination .paginator ul li.next-page {
    display: none;
    background: transparent
}

.pagination .paginator ul li.prev-page a, .pagination .paginator ul li.next-page a {
    color: #45b7b7
}

.pagination .paginator ul li.prev-page i:before {
    transform: rotate(-180deg)
}

.pagination .paginator ul li.active {
    background-color: #45b7b7;
    border-radius: 50%
}

.pagination .paginator ul li.active a {
    color: #fff
}

.pagination .paginator ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 700
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none
    }

    .header-slider .slides .slide {
        height: 270px;
        background-repeat: no-repeat;
        background-size: 67% auto;
        position: relative
    }

    .comics .container {
        background-image: url("/assets/img/comics-t-bg.jpg")
    }
}

@media (min-width: 768px) {
    .container {
        padding: 0
    }

    .container .heading h3 {
        font-size: 30px;
        margin-bottom: 35px
    }

    .container .heading a {
        font-size: 16px
    }

    h2.inner-page {
        font-size: 30px
    }

    .slides-navigation {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%
    }

    .slides-navigation div {
        right: 5px
    }

    .slides-navigation div {
        position: absolute
    }

    .slides-navigation div:first-child {
        left: 5px;
        margin: 0
    }

    .mobile-user {
        display: none
    }

    .desktop-user {
        display: block
    }

    .top-panel .container > div > span {
        display: block;
        color: #8c99a1;
        font-size: 14px;
        margin-right: 22px
    }

    .socials {
        width: auto
    }

    .user-navigation .container {
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }

    .header-slider {
        position: relative
    }

    .header-slider .slides .slide__content {
        width: 300px;
        padding: 0;
        position: absolute;
        top: 43px;
        right: 17%
    }

    .header-slider .slides .slide__feature {
        font-size: 18px;
        margin-bottom: 15px
    }

    .header-slider .slides .slide__title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .header-slider .slides .slide__title--righter {
        padding-top: 60px;
        padding-left: 45px
    }

    .header-slider .slides .slide__btn {
        width: 260px
    }

    .info-tabs {
        margin-bottom: 60px
    }

    .tabs-navigation {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: transparent
    }

    .tabs-navigation li {
        width: 45%;
        padding: 19px 12px 0;
        margin-bottom: 30px;
        border: 2px solid #ecf1f4;
        color: #3E80CE
    }

    .tabs-navigation li span {
        position: relative;
        display: inline-block
    }

    .tabs-navigation li span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -2px;
        left: 0;
        border-bottom: 1px dashed #3E80CE
    }

    .tabs-navigation li.mobile-disabled {
        display: block
    }

    .tabs-navigation li.active {
        border: none;
        color: #fff
    }

    .tabs-navigation li.active:after {
        content: none
    }

    .tabs-navigation li.active:before {
        font-family: 'fontello';
        content: "\e800";
        color: #3ba9a9;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
        font-size: 26px
    }

    .tabs-navigation li.active span:after {
        content: none
    }

    .tabs-navigation li.smaller-fs {
        font-size: 13px;
        padding-top: 14px
    }

    .tabs-content .tab {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .tabs-content .tab > div {
        width: 47%
    }

    .tabs-content .tab .left-side {
        margin-bottom: 0
    }

    .tabs-content .tab .right-side {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        background-size: 100%;
        background-position: center
    }

    .skype-lessons {
        margin-bottom: 60px
    }

    .skype-lessons .container {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0
    }

    .skype-lessons .left-side {
        width: 74%;
        padding-top: 0;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .skype-lessons .left-side img {
        margin-right: 35px
    }

    .skype-lessons .right-side {
        width: 55%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }

    .skype-lessons .right-side h3 {
        margin-top: 22px
    }

    .skype-lessons .right-side .button {
        margin-bottom: 25px
    }

    .soyle-tube .slides, .same-videos .slides {
        margin-bottom: 40px
    }

    .now-learned {
        padding: 60px 0;
        margin-bottom: 60px
    }

    .now-learned {
        padding: 10px 0
    }

    .now-learned h2 {
        font-size: 24px;
        margin-bottom: 29px
    }

    .now-learned p {
        margin-bottom: 27px
    }

    .now-learned .users .user {
        width: 82px
    }

    .now-learned .users .user .level {
        padding: 2px 4px
    }

    .now-learned .right-side .button {
        width: 300px
    }

    .listen {
        margin-bottom: 60px
    }

    .listen .articles {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px
    }

    .listen .article {
        width: 47%
    }

    .listen .article .title {
        font-size: 14px;
        margin-bottom: 10px
    }

    .listen .karaoke {
        background-image: url("/assets/img/karaoke-bg.png");
        background-position: left center;
        height: 250px;
        -ms-flex-direction: row;
        flex-direction: row;
        background-size: auto
    }

    .listen .karaoke__title {
        font-size: 36px;
        margin-bottom: 0;
        margin-right: 77px
    }

    .listen .karaoke__title span {
        padding: 10px 8px
    }

    .news .slides .slick-slide {
        margin: 0 14px
    }

    .news .content-wrapper {
        padding: 20px
    }

    .news .content-wrapper .created {
        margin-bottom: 19px;
        padding-top: 19px
    }

    .news .content-wrapper .title {
        margin-bottom: 9px;
        font-size: 14px
    }

    .soyle-talk {
        margin-bottom: 60px
    }

    .soyle-talk .container {
        height: 220px;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: center;
        justify-content: center;
        background-size: auto
    }

    .soyle-talk .container .button {
        width: 250px;
        margin: 0 0 13px
    }

    .soyle-talk .inner {
        width: 335px
    }

    .soyle-talk .inner {
        width: 460px
    }

    .soyle-talk h3 {
        font-size: 30px
    }

    .soyle-talk p b {
        font-size: 15px
    }

    .testimonials {
        padding: 0
    }

    .testimonials .container-fluid {
        background-color: #ecf1f4;
        padding: 60px 0 50px;
        position: relative
    }

    .testimonials {
        background: transparent
    }

    .testimonials__map {
        display: block;
        position: relative
    }

    .testimonials .slides {
        background-color: #ecf1f4;
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }

    .testimonials .slides-navigation {
        display: block;
        top: 30%
    }

    .resmihat {
        margin-bottom: 60px
    }

    .resmihat .top_ {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .resmihat .top_ .description {
        font-size: 20px;
        padding-left: 123px;
        background-image: url("/assets/img/resmihat-big.jpg");
        padding-top: 26px;
        background-position: 20px center
    }

    .resmihat .top_ .globe {
        display: block
    }

    .comics h2 {
        font-size: 30px;
        position: absolute;
        top: 70px;
        right: 110px
    }

    .comics .slides .slick-slide {
        margin: 0 14px
    }

    .comics .slide .cover img {
        width: 100%
    }

    .goodshare {
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 0px;
        padding-left: 0px;
    }

    .goodshare .ui.labeled.button:not(.icon) {
        width: 29%
    }

    footer .cols {
        padding: 40px 0
    }

    footer .cols .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .footer-nav, footer .share {
        width: 48%;
        border-bottom: none;
        padding-bottom: 0
    }

    footer .footer-nav {
        border-right: 2px solid #fff;
        margin-right: 4%
    }

    footer .info {
        padding-top: 38px;
        border-top: 2px solid #fff
    }

    footer .logos {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    footer .logos img {
        margin-right: 30px
    }

    footer .additional-info {
        padding: 40px 0
    }

    footer .additional-info .container {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    footer .additional-info .helpers {
        width: 60%;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    footer .additional-info .copyright {
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
        width: 30%
    }

    .videos {
        margin-bottom: 35px
    }

    .videos .video {
        width: 48%;
        margin-bottom: 26px
    }

    .videos .video h3 {
        padding-top: 12px;
        margin-bottom: 10px
    }

    .video-item {
        margin-bottom: 60px
    }

    .video-item .video {
        margin-bottom: 26px
    }

    .video-item .video h3 {
        padding-top: 12px;
        font-size: 18px;
        margin-bottom: 16px
    }

    .audios {
        margin-bottom: 35px
    }

    .audios .audio {
        width: 48%;
        margin-bottom: 30px;
        padding: 20px
    }

    .audios .audio .preview {
        width: 110px;
        height: 110px
    }

    .audios .audio .description h3 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .audios .audio .description .meta {
        margin-bottom: 16px
    }

    .audio-item .audio {
        margin-bottom: 40px
    }

    .audio-item .audio .description .img {
        width: 110px;
        height: 110px
    }

    .audio-item .audio .description .meta h3 {
        font-size: 16px
    }

    table.dialog {
        font-size: 15px
    }

    .lesson-exercise-navigation {
        background: transparent;
        padding: 0
    }

    .lesson-exercise-navigation .container {
        width: 94%;
        background-color: #ecf1f4;
        padding: 40px 0 12px;
        border-radius: 10px;
        position: relative
    }

    .lesson-exercise-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }

    .lesson-exercise-menu > li {
        display: block;
        width: 30%;
        height: 150px;
        margin-bottom: 28px
    }

    .lesson-exercise-menu > li:nth-child(2), .lesson-exercise-menu > li:nth-child(4), .lesson-exercise-menu > li:nth-child(5) {
        border-right: 2px solid #fff
    }

    .lesson-exercise-menu > li.active > .sub {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .lesson-exercise-menu > li.active > a:before {
        font-size: 36px;
        color: #fff;
        bottom: -14px;
        right: auto;
        left: 50%;
        left: 50%;
        transform: translateX(-50%)
    }

    .lesson-exercise-menu > li > .sub {
        padding-top: 10px
    }

    .lesson-exercise-menu > li > .sub:after {
        content: none
    }

    .lesson-exercise-menu > li > .sub li a.active:after {
        content: "\e800";
        bottom: -13px
    }

    .lesson-exercise-menu > li > .sub {
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        left: 0;
        height: 70px;
        bottom: -65px;
        border-radius: 0 0 10px 10px
    }

    .lesson-exercise-menu > li > a {
        padding-top: 80px;
        padding-left: 20px;
        background-position: center 20px;
        text-align: center
    }

    .lesson-exercise-content {
        padding-top: 100px
    }

    .radio_player__left {
        width: 54%;
        padding-bottom: 0;
        border-bottom: none;
        padding-right: 3%;
        border-right: 2px solid #ecf1f4;
        margin-right: 3%;
        margin-bottom: 0
    }

    .radio_player__right {
        width: 40%
    }

    .radio_player__volume {
        padding-top: 20px;
        width: 65%
    }

    .radio_player__download {
        width: 35%
    }

    .pagination {
        margin-bottom: 60px
    }

    .pagination .paginator ul li.prev-page, .pagination .paginator ul li.next-page {
        display: block
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        padding: 0 15px;
    }

    .header-slider .container {
        width: 1170px;
        padding: 0 15px;
        position: relative
    }

    .testimonials .desktop-wrapper {
        width: 1170px;
        padding: 0 15px;
        margin: 0 auto;
        position: relative
    }
}

@media (min-width: 1024px) {
    h2.inner-page {
        padding-bottom: 30px
    }

    .user-section .cabinet {
        margin-left: 0
    }

    .user-section .registration {
        margin-right: 0
    }

    .desktop-user {
        width: 400px
    }

    .desktop-user .registration {
        margin-left: 0;
        background-color: transparent;
    }

    .search_desktop {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        /*width: 350px*/
    }

    .search_mobile {
        display: none
    }

    .additional-navigation {
        display: -ms-flexbox;
        display: flex
    }

    .logo-link {
        width: 300px;
    }

    .main-navigation {
        margin-bottom: 90px
    }

    .main-navigation .container {
        position: relative
    }

    .site-navigation {
        position: absolute;
        width: 900px;
        right: 15px
    }

    .site-navigation .menu-switcher {
        display: none
    }

    .site-navigation .menu-wrapper .main-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 857px;
        margin-left: 43px;
        position: static;
        background: transparent;
        padding-top: 0;
        height: 60px;
        -ms-flex-align: center;
        align-items: center;
        margin-top: -5px
    }

    .site-navigation .menu-wrapper .main-menu > li:not(.mobile-user):not(.more) {
        margin-bottom: 0;
        padding-left: 0
    }

    .site-navigation .menu-wrapper .main-menu li.more {
        padding-left: 0px;
        padding-right: 20px;
        position: relative
    }

    .site-navigation .menu-wrapper .main-menu li.more.active > a {
        color: #45b7b7;
        position: relative
    }

    .site-navigation .menu-wrapper .main-menu li.more.active:before {
        content: "";
        width: 115px;
        height: 81px;
        display: block;
        position: absolute;
        right: -23px;
        background: #ecf1f4;
        bottom: -45px;
        border-radius: 25px 25px 0 0
    }

    .site-navigation .menu-wrapper .main-menu li.more.active:after {
        color: #45b7b7
    }

    .site-navigation .menu-wrapper .main-menu li.more:after {
        font-family: 'fontello';
        content: "\e800";
        font-weight: 400;
        position: absolute;
        right: 0px;
        bottom: 0;
        font-size: 15px;
        color: #fff
    }

    .site-navigation .menu-wrapper .main-menu .sub-more {
        position: absolute;
        top: 42px;
        right: 0;
        width: 660px;
        padding-right: 13px;
        margin-right: -23px;
        border-radius: 0 0 25px 25px
    }

    .site-navigation .menu-wrapper .main-menu .sub-more.active {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .site-navigation .menu-wrapper .main-menu .sub-more li:nth-child(3) ul {
        width: 100%
    }

    .site-navigation .menu-wrapper .main-menu .sub-more a {
        line-height: 40px
    }

    .lesson-navigation {
        width: 230px
    }

    .lesson-navigation-switcher {
        width: 230px;
        font-size: 14px
    }

    .lesson-navigation__sub {
        position: relative
    }

    .lesson-navigation__sub-menu {
        width: 560px;
        position: absolute;
        top: 0;
        right: -570px
    }

    .lesson-navigation.opened {
        border-radius: 0 0 0 25px
    }

    .lesson-navigation.opened:before {
        width: 230px
    }

    .header-slider .slides .slide {
        height: 360px;
        background-repeat: no-repeat;
        background-size: 61% auto;
        position: relative
    }

    .header-slider .slides .slide__content {
        width: 450px;
        top: 75px;
        right: 10%
    }

    .header-slider .slides .slide__title {
        font-size: 36px;
        line-height: 46px
    }

    .header-slider .slides .slide__title.slide__title--d-smaller {
        font-size: 32px
    }

    .header-slider .slides .slide__title--righter {
        padding-top: 0;
        padding-left: 0
    }

    .header-slider .slides .slide__text {
        display: block
    }

    .tabs-navigation li {
        width: 23%
    }

    .tabs-navigation li:nth-child(3) {
        font-size: 13px;
        padding-top: 14px
    }

    .skype-lessons .left-side {
        width: 490px;
        margin-left: 65px
    }

    .skype-lessons .left-side img {
        margin-right: 136px
    }

    .now-learned .container {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .now-learned h2 {
        padding-top: 30px
    }

    .now-learned h2 span {
        font-size: 36px;
        padding-top: 20px;
        display: block
    }

    .now-learned .users {
        width: 670px
    }

    .now-learned .users .user {
        width: 75px;
        height: 75px
    }

    .now-learned .right-side {
        padding-left: 80px;
        margin-bottom: 0
    }

    .listen .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .listen .container .heading {
        width: 100%
    }

    .listen .articles {
        margin-bottom: 0
    }

    .listen .left-side {
        width: 58%
    }

    .listen .right-side {
        width: 35%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .listen .article {
        margin-bottom: 24px
    }

    .listen .karaoke {
        height: 408px;
        width: 360px;
        background-image: url("/assets/img/karaoke-d-bg.jpg")
    }

    .listen .karaoke__title {
        margin: 300px auto auto
    }

    .soyle-talk h3 {
        font-size: 36px
    }

    .soyle-talk p b {
        font-size: 18px;
        padding-right: 0;
        margin-bottom: 24px;
        padding-top: 5px
    }

    .testimonial_absolute {
        width: 280px
    }

    .testimonial_absolute .testimonial__main {
        padding: 23px 21px
    }

    .testimonial_absolute .testimonial__user {
        font-size: 16px
    }

    .testimonial_absolute .testimonial__role {
        font-size: 13px
    }

    .testimonial_absolute .testimonial__text {
        font-size: 13px
    }

    .testimonial.testimonial__map1 {
        left: -50px;
        top: 60px
    }

    .testimonial.testimonial__map3 {
        top: 100px
    }

    .testimonial.testimonial__map4 {
        bottom: 100px
    }

    .testimonial.testimonial__map5 {
        left: 45%;
        bottom: 140px
    }

    .resmihat .top_ {
        padding: 0 14px 10px
    }

    .resmihat .top_ .description {
        width: 550px;
        font-size: 24px
    }

    .resmihat .top_ .globe {
        margin-right: 120px;
        padding-top: 10px
    }

    .resmihat .bottom {
        font-size: 14px
    }

    .resmihat .bottom .item {
        margin-right: 62px
    }

    .comics {
        background: transparent
    }

    .comics .container {
        padding-top: 208px;
        background-image: url("/assets/img/comics-d-bg.jpg");
        background-color: #302313
    }

    .comics h2 {
        font-size: 36px;
        top: 100px;
        right: 205px
    }

    .comics .slides {
        width: 880px;
        margin: 50px auto 0
    }

    .goodshare .ui.button {
        padding: 10px 15px
    }

    .goodshare .ui.labeled.button:not(.icon) {
        width: 28%
    }

    .goodshare .ui.labeled.button > .label {
        font-size: 14px
    }

    footer .cols .container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    footer .footer-nav, footer .share {
        width: 24%;
        margin-bottom: 0
    }

    footer .share {
        border-right: 2px solid #fff;
        margin-right: 4%;
        width: 30%;
        padding-right: 4%
    }

    footer .info {
        width: 38%;
        border: none;
        padding-top: 0
    }

    footer .additional-info .links {
        margin-bottom: 0;
        width: 20%
    }

    footer .additional-info .counters {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40%
    }

    footer .additional-info .created {
        width: 40%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 0
    }

    .videos {
        margin-bottom: 44px
    }

    .videos .video {
        width: 29%;
        margin-bottom: 34px
    }

    .video-item {
        margin-bottom: 80px
    }

    .video-item .video .wrapper {
        width: 840px
    }

    .audios {
        margin-bottom: 44px
    }

    .audios .audio .description {
        width: 74%
    }

    .audios .audio .description h3 {
        font-size: 18px;
        margin-bottom: 16px
    }

    .audio-item .audio .description {
        margin-bottom: 0
    }

    .audio-item .audio .description .meta {
        width: 70%
    }

    .audio-item .audio .description .meta h3 {
        font-size: 18px;
        margin-bottom: 16px
    }

    .audio-item .audio .pleer {
        width: 50%
    }

    .lesson-exercise-navigation .container {
        width: 1170px;
        margin: auto;
        padding: 40px 15px 12px 15px
    }

    .lesson-exercise-menu > li {
        width: 15%
    }

    .lesson-exercise-menu > li:nth-child(3) {
        border-right: 2px solid #fff
    }

    .lesson-exercise-menu > li > .sub li a.active:after {
        content: "\e800";
        bottom: -18px
    }

    .lesson-exercise-menu > li > .sub {
        height: 50px;
        bottom: -45px
    }

    .radio_player {
        width: 50%;
        height: 80px
    }

    .radio_player__timeline {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .radio_player__volume {
        padding-top: 0
    }

    .radio_player__download {
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 6%
    }

    .pagination {
        margin-bottom: 80px
    }
}

@media (min-width: 1170px) {
    .skype-lessons .container {
        padding: 0 15px;
        width: 1140px
    }

    .soyle-talk .container {
        height: 264px;
        padding: 0 15px;
        width: 1140px;
        background-image: url("/assets/img/soyle-talk.jpg")
    }

    .comics .container {
        padding: 208px 15px 0;
        width: 1140px;
        border-radius: 10px;
        margin-bottom: 80px
    }

    .video-item .video {
        border-radius: 10px;
        width: 1140px;
        padding: 40px 0;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .soyle-talk .container {
        height: 385px
    }

    .comics .container {
        padding-top: 190px
    }
}

@media (min-width: 1140px) {
    .resmihat .container {
        width: 1140px
    }
}

@media (min-width: 410px) and (max-width: 1023px) {
    .audios .audio .description {
        width: 60%
    }
}

@media (min-width: 410px) and (max-width: 767px) {
    .audios .audio .description h3 {
        font-size: 13px
    }
}

@media (min-width: 1180px) {
    .audio-item .audio {
        border-radius: 10px;
        width: 1140px;
        padding: 20px;
        margin-left: auto;
        margin-right: auto;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 410px) {
    .audio-item .audio .description .meta {
        width: 60%
    }
}


body {
    min-width: 320px !important;
}

.library-title .btn.pdf {
    font-size: 12px;
}

.registration .btn-reg {
    font-size: 12px;
}

.soc-auth .btns .btn, .soc-reg .btns .btn {
    display: inline-block;
    text-align: left;
}

.video_car_item li a span {
    margin-top: 10px;
}

.testimonial_absolute:nth-child(1),
.testimonial_absolute:nth-child(2),
.testimonial_absolute:nth-child(3),
.testimonial_absolute:nth-child(4),
.testimonial_absolute:nth-child(6),
.testimonial_absolute:nth-child(5) {
    display: block;
}

.testimonial_absolute {
    display: none;
}

.now-learned h2 {
    padding-top: 0;
}

.pagination > li > a, .pagination > li > span {
    margin-left: 3px;
}

.posters-title .t2, .library-title .t2, .puzzles-title .t2, .directory-sites-title .t2, .proverbs-title .t2, .useful-title .t2 {
    line-height: 53px;
}

.additional-navigation ul li:last-child {
    display: none;
}

.posters-sort a:hover,
.library-sort a:hover,
.video-lesson-sort a:hover,
.directory-sites-sort a:hover,
.proverbs-sort a:hover,
.lessons-sort a:hover {
    color: #000;
}

.game-mozaika .game-info .replay-game {
    left: 50%;
    margin-left: -65px;
}

.logo-link h1 {
    margin-top: 0;
}

.logo-link:hover {
    text-decoration: none;
}

.auth-modal .cc-checkbox {
    margin-top: 0;
    margin-right: 10px;
}

.auth-modal .cc-checkbox:hover {
    background-color: #4c70a6
}

.auth-modal .cc-checkbox:hover label {
    color: #fff;
}

.less_desc {
    width: auto;
    background-color: #f3f3f3;
}

.wrap:after {
    content: '';
    display: block;
    clear: both;
}

footer .additional-info .counters {
    display: none;
}

.now-learned .users .user .level {
    display: none;
}


@media screen and (max-width: 991px) {
    .less1_wrapper.short {
        padding: 0 10px;
    }

    .user-section .registration {
        background: none;
    }

    .puzzles-list .puzzle, .proverbs-list .proverb, .useful .item {
        width: auto;
        margin: 10px 0;
        float: none;
        display: block;
    }

    .useful .col-xs-6 {
        width: 100%;
    }

    .content img, iframe {
        max-width: 100%;
    }

    .content img {
        height: auto;
    }

    .video_car {
        width: 100%;
        margin: 0 auto;
    }

    .video_car .car {
        width: auto;
    }

    .video_car {
        padding: 20px;
    }

    .video_car_item > ul {
    }

    .video .jcarousel-prev,
    .video .jcarousel-next {
    }

    .video_car .car ul.list {
        width: auto;
    }

    .video_car_item {
        width: auto;
        float: none;
        height: auto;
    }

    .video_car_item ul {
        width: auto;
        text-align: center;
    }

    .video_car_item li {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .posters-sort ul > li, .library-sort ul > li, .video-lesson-sort ul > li, .directory-sites-sort ul > li, .proverbs-sort ul > li, .proverbs-sort.owl-menu ul li, .lessons-sort ul > li {
        display: block;
        white-space: inherit !important;
    }

    .posters-sort ul, .library-sort ul, .video-lesson-sort ul, .directory-sites-sort ul, .proverbs-sort ul, .lessons-sort ul {
        display: block;
        white-space: inherit !important;
    }

    .posters-sort ul > li > span, .posters-sort ul > li > a, .library-sort ul > li > span, .library-sort ul > li > a, .video-lesson-sort ul > li > span, .video-lesson-sort ul > li > a, .directory-sites-sort ul > li > span, .directory-sites-sort ul > li > a, .proverbs-sort ul > li > span, .proverbs-sort ul > li > a, .proverbs-sort.owl-menu ul li > span, .proverbs-sort.owl-menu ul li > a, .lessons-sort ul > li > span, .lessons-sort ul > li > a {
        padding: 7px;
    }

    .library_in {
        padding: 20px;
    }

    .library_in_entry {
        width: auto;
        float: none;
    }

    .pdf-viewer {
        height: auto !important;
    }

    .library_in .article {
        float: none;
        overflow: hidden;
    }

    .library_in_thumb {
        float: none;
    }

    .tys_posts_list .tys_post_item {
        width: auto;
        float: none;
        margin-right: 0;
    }

    .tys_posts_list .tys_post_item p {
        height: auto;
    }

    .tys_body {
        padding: 20px 0;
        margin: 0;
    }

    .tys_post_in {
        padding: 20px;
    }

    .tys_body .tys_body_head li {
        width: auto;
        display: block;
        margin: 0 0 20px;
        overflow: hidden;
        text-align: center;
    }

    .registration .inner {
        padding: 20px;
        overflow: hidden;
    }

    .user-section .user {
        width: 160px;
    }

    .lessons .title {
        margin-right: 0;
    }

    .lessons .pull-right {
        float: none !important;
    }

    .lessons .btn.btn-print {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .less1_wrapper.short {
        width: auto;
        float: none;
    }

    .less1_img {
        float: none;
        text-align: center;
    }

    .less1_wrapper .less1_box {
        width: auto;
        float: none;
    }

    .less1_img.alignright {
        padding: 0;
        float: none;
    }

    .video-lesson-menu ul li a, .lessons-menu ul li a {
        padding: 0 10px;
    }

    .lesson4_b {
        width: auto;
        display: block;
        padding: 10px;
    }

    .lesson4_bin {
        width: auto;
    }

    .lesson42_wrapper, .lesson-wrapper-2 {
        padding-left: 0;
        padding: 10px;
    }

    .lesson4 .less_words {
        width: auto;
    }

    .lesson4 .dialogs .dialog:first-child, .video-dialogs .dialog:first-child {
        margin-right: 0;
    }

    .lesson4 .dialogs .dialog, .video-dialogs .dialog {
        width: auto;
        display: block;
        margin: 0 0 10px;
        float: none;
    }

    .lesson42_wrapper .questions {
        width: auto;
        display: block;
    }

    .lesson42_wrapper .questions li {
        padding-left: 10px;
    }

    .lesson42_wrapper .questions li {
        padding-bottom: 10px;
    }

    .lesson42_wrapper .title, .less5_step3 .title {
        padding-bottom: 0;
    }

    .result_errors {
        margin-left: 0;
    }

    .less3_step2 .questions {
        width: auto;
        float: none;
        overflow: hidden;
    }

    .less3_step2 .type_dialog .answers ul {
        float: none;
        overflow: hidden;
    }

    .less3_step2 .questions.halfsize {
        width: auto;
        overflow: hidden;
    }

    .lineNavTraining p {
        width: auto;
        position: static;
    }

    .listOfTraining {
        padding: 0;
    }

    .listOfTraining ul {
        margin: 0;
        text-align: center;
    }

    .listOfTraining ul li {
        display: inline-block;
        float: none;
        margin: 5px;
        vertical-align: top;
    }

    .games34 {
        width: auto;
    }

    .contacts_page .contacts_left {
        width: auto;
        float: none;
        margin-bottom: 20px;
    }

    .contacts_page .contacts_right {
        width: auto;
        float: none;
        padding-left: 0;
    }

    .directory-sites-list .col-xs-4 {
        width: 50%;
    }

    .programs_list {
        width: auto;
        float: none;
    }

    .programs_list li {
        width: auto;
        float: none;
        overflow: hidden;
    }

    .programs_list {
        margin-right: 0;
    }

    .programs_side {
        width: auto;
        float: none;
        margin-top: 20px;
    }

    .posters-list .col-xs-6 {
        width: 50%;
    }

    .posters-list .col-xs-8, .posters-list .col-xs-4 {
        width: 100%
    }

    .poster .title .name {
        margin-right: 0;
    }

    .poster .place {
        float: none;
        text-align: left;
    }

    .profile_wrap {
        width: auto;
    }

    .profile_entry {
        width: 100%;
        margin-top: 10px;
    }

    .profile_links .active:after {
        display: none;
    }

    .profile .col-xs-6 {
        width: 100%;
        margin-bottom: 10px;
    }

    .fast-test .inner {
        padding: 50px 20px;
    }

    .fast-test .word {
        margin: 0;
    }

    .video_box {
        width: auto;
    }

    .related_video {
        width: auto;
    }

    .related_video .car {
        margin-left: 0;
        width: auto;
        text-align: center;
    }

    .less1_step4 .question_img {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .less1_step4 .questions {
        width: auto;
        float: none;
    }

    .profile .superfast-test, .profile .fast-test {
        background: none;
        height: auto;
        padding: 20px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .lesson-exercise.select-image-answer ul li:not(.question) {
        margin: 10px;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .sortables .texts1 li {
        text-align: center;
    }

    .lesson-exercise.complete-table .complete-table-item {
        width: auto;
        margin: 0;
        display: block;
    }

    .less1_step4 {
        float: none;
        text-align: center;
    }

    .less1_step4 .questions {
        text-align: center;
    }

    .lesson_page.lesson1 .sortables {
        float: none;
    }

    .know_page .know_list .thumb {
        float: left;
    }

    .know_page .know_list li {
        overflow: hidden;
    }

    .know_page .know_list .text {
        width: auto !important;
        overflow: hidden;
        display: block;
    }

    .day-word .words .ru, .day-word .words .kz, .fast-test .word .board {
        font-size: 26px;
    }

    .fast-test .evaluation {
        float: none !important;
        margin: 0 auto;
        display: block;
    }

    .header-slider .slides {
        height: 218px;
        overflow: hidden;
    }

    .profile_user {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .profile_links {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .programs_list li {
        padding: 10px;
    }

    .profile_links li {
        display: inline-block;
        vertical-align: middle;
        width: 18%;
    }

    .programs_list .left {
        width: auto;
        float: none;
    }

    .programs_list .right {
        width: auto;
        float: none;
    }

    .contacts_page .contacts_right .inner textarea {
        width: 100%;
    }

    .nextWord {
        float: none;
    }

    .less1_wrapper .less1_box.words-text-box {
        margin-right: 0;
    }

    .lineNavTraining {
        text-align: center;
    }

    .buttonSay {
        position: absolute;
        right: 10px;
        top: 27px;
        margin: 0;
    }

    .boxOneWord {
        width: auto;
        float: none;
        padding: 0;
    }

    .carouseWords {
        width: auto;
        float: none;
        min-height: inherit;
    }

    .boxOneTraining {
        padding: 10px;
    }

    .results .correct_answers {
        margin-top: 0;
    }

    .results {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .results .correct_answers h2 {
        font-size: 40px;
    }

    .results .correct_answers h1 {
        position: static;
    }

    .results .correct_answers {
        width: auto;
        padding: 10px 0;
    }

    .lesson42_wrapper .title, .less5_step3 .title {
        font-size: 18px;
    }

    .sortables .texts1 {
        float: none;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .sortables .draggables {
        padding-left: 0;
        float: none;
        overflow: hidden;
    }

    .less_text {
        padding: 20px !important;
    }

    .video > iframe {
        height: 200px;
    }

    .lessons-header .lesson-name .desc {
        margin-bottom: 30px;
        width: auto;
    }

    .video-lesson-header .numb, .lessons-header .numb {
        clear: both;
    }

    .video-lesson-header .numb, .lessons-header .numb {
        margin: 0;
    }

    .video-lesson-header .name, .lessons-header .name {
        margin: 0;
    }

    .video-lesson-menu ul, .lessons-menu ul {
        overflow: hidden;
    }

    .video-lesson-menu, .lessons-menu {
        height: auto;
    }

    .video-lesson-menu .icon, .lessons-menu .icon {
        margin: 0 auto 5px;
    }

    .video-lesson-menu ul li a, .lessons-menu ul li a {
        height: auto;
        font-size: 13px;
        line-height: 1.1;
    }

    .video-lesson-menu ul li, .lessons-menu ul li {
        width: 33%;
        margin-top: 0;
    }

    .tys_post h2 {
        font-size: 18px;
    }

    .library-title .inner {
        text-align: center;
    }

    .library-title .pull-right {
        float: none !important;
        display: inline-block;
        margin-bottom: 20px;
    }

    .library-title .fr-fix {
        margin: 0;
    }

    .slick-dots li i {
        font-size: 18px;
    }

    .slick-dots {
        text-align: center;
        display: block !important;
    }

    .slick-dots li {
        display: inline-block;
    }

    .entry h2.title, .library h2.title, .video h2.title, .programs h2.title {
        font-size: 24px;
        padding: 15px 0;
    }

    .know_page .know_list li {
        width: auto;
        float: none;
        display: block;
    }

    .content .entry {
        padding-left: 10px;
        padding-right: 10px;
    }

    .entry h2.title {
        margin: 0;
        margin-bottom: 20px;
    }

    .posters-title .t2, .library-title .t2, .puzzles-title .t2, .directory-sites-title .t2, .proverbs-title .t2, .useful-title .t2 {
        font-size: 24px;
    }

    .posters-title, .library-title, .puzzles-title, .directory-sites-title, .proverbs-title, .useful-title {
        padding: 15px 0;
    }

    .books-list {
        padding: 30px 0;
    }

    .library_in_thumb {
        float: none;
    }

    .tys_body h2.title {
        font-size: 20px;
    }

    .tys_in .back_link {
        position: static;
        display: inline-block;
        margin-bottom: 20px;
    }

    .registration .form-group .pull-left,
    .registration .form-group .pull-right {
        float: none !important;
        margin-bottom: 10px;
    }

    .lessons .title {
        margin-bottom: 20px;
    }

    .less1_wrapper.short {
        padding-right: 0;
    }

    .less1_wrapper.short {
        margin-top: 10px;
    }

    .less1_wrapper.short h3.title {
        margin-top: 0;
    }

    .less_desc {
        width: auto;
    }

    .game-mozaika .game-tile {
        width: 20%;
        height: 90px;
    }

    .game-mozaika .game-tile .game-word div {
        font-size: 12px;
    }

    .game-mozaika .game-tile .game-word {
        width: auto;
    }

    .game-mozaika .game {
        width: 450px;
        height: 361px;
        background-position: 50% 0;
        background-size: 100%;
    }

    .game-mozaika .game-tile .game-word {
        height: auto;
    }

    .lesson42_wrapper, .lesson-wrapper-2 {
        padding: 0;
    }

    table {
        max-width: 100%;
    }

    .grammar-part table {
        width: 100% !important;
        height: auto;
    }

    .grammar-part table p,
    .grammar-part table p span {
        font-size: 12px !important;
    }

    .less1_wrapper table p,
    .less1_wrapper table p span {
        font-size: 9px !important
    }

    .result_errors .result_item li {
        width: auto;
    }

    .check_words .chbox {
        width: auto;
        float: none;
    }

    .check_words .chbox ul {
        padding-right: 0;
    }

    .check_words {
        margin-right: 0;
    }

    .check_words .chbox {
        padding-bottom: 0;
    }

    .lesson6 .submit_button {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .results h3 .num {
        font-size: 50px;
    }

    .lesson-exercise.listen-and-write {
        width: auto;
        float: none;
    }

    .game-mozaika .empty {
        width: 20%;
        height: 90px;
    }

    .less1_wrapper table {
        width: 100% !important;
        height: auto !important;
    }

    .lesson-exercise.select-word-translate > ul > li:not(.question) {
        width: auto;
        display: block;
        margin-right: 0;
    }

    .lesson-exercise.select-word-translate {
        float: none;
    }

    .lesson_page.lesson1 .sortables .draggables ul {
        width: auto;
    }

    .poster .cat-link {
        margin: 0;
        padding: 10px;
    }

    .poster .wrap > .pull-right {
        float: none !important;
    }

    .poster .title, .poster .text {
        padding: 20px;
    }

    .day-word .form-control {
        width: 100% !important;
        font-size: 16px;
    }

    .day-word .words .kz, .fast-test .word .board {
        margin-top: 20px;
    }

    .day-word .words .ru {
        margin-top: 50px;
    }

    .day-word .words .add {
        margin: 25px 0;
    }

    .day-word label {
        margin: 0 0 10px;
    }

    #reformal_tab {
        display: none !important;
    }

    .fast-test > .wrap > .pull-right {
        float: none !important;
        display: inline-block;
        margin: 10px 0;
    }

    .fast-test .variants {
        width: auto;
        display: block;
        text-align: center;
    }

    .fast-test .variants .v {
        display: inline-block;
        font-size: 13px;
        width: auto;
    }

    .fast-test .variants .btn {
        font-size: 13px !important;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .profile_user_lvl span {
        font-size: 9px;
    }

    .profile_user_lvl strong {
        font-size: 18px;
    }

    .socials {
        width: auto;
    }

    .article table {
        width: 100% !important;
    }

    .article table td p, .article table td p span {
        font-size: 12px;
    }

    .add_program p {
        padding-left: 0;
    }

    #uploadifive-uploader {
        display: inline-block;
    }

    .select_file {
        text-align: center;
    }

    .sub-more > li:nth-child(2) > ul > li:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .game-mozaika .game-info {
        text-align: center;
    }

    .game-mozaika .game-info .game-timer {
        margin-bottom: 0;
    }

    .books-list .item {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid #ddd;
        display: block;
        height: auto;
    }

    .books-list {
        background: none;
    }

    .books-list .name {
        padding: 0 20px;
        line-height: 1.2;
    }

    .video_box > iframe {
        height: 200px;
    }

    .know_page .know_list .text {
        width: 185px;
    }

    .know_page .know_list .text h3 {
        font-size: 16px;
    }

    .know_page .know_list .text span {
        font-size: 14px;
    }

    .fast-test .variants {
        margin: 20px 0;
    }

    .fast-test .str-left, .fast-test .str-right {
        width: 80px;
    }

    .fast-test .super-variants .btn {
        margin-left: 0;
        width: 100% !important;
        font-size: 13px !important;
    }

    .fast-test .super-variants {
        margin-top: 30px;
    }

    .user-section {
        height: 75px;
    }

    .user-section .registration button {
        font-size: 13px;
    }

    .favorites_tabs li {
        padding: 5px 10px;
    }

    .profile_links li {
        width: 32%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .puzzles-list .puzzle .q .ru, .puzzles-list .puzzle .q .kz, .proverbs-list .proverb .q .ru, .proverbs-list .proverb .q .kz {
        padding: 10px;
    }

    .day-word .words .ru, .day-word .words .kz, .fast-test .word .board {
        font-size: 16px;
    }

    .day-word .words .ru, .day-word .words .kz, .fast-test .word .board {
        font-size: 30px;
    }

    .poster .text .img {
        height: 200px;
        margin-bottom: 20px;
    }

    .poster .text .col-xs-4 {
        width: 100%;
    }

    .poster .text .col-xs-8 {
        width: 100%;
    }

    .posters-list .col-xs-6 {
        width: 100%;
    }

    .directory-sites-list .col-xs-4 {
        width: 100%;
    }

    .bn_preview, .bn_settings, .bn_preview {
        width: auto;
        float: none;
        overflow: hidden;
    }

    .bn_footer li {
        display: block;
        margin: 0;
    }

    .bn_footer {
        padding: 10px;
    }

    .bn_wrapper h2 {
        font-size: 20px;
    }

    .bn_wrapper .bn_colors dd {
        width: auto;
    }

    .bn_footer li input {
        width: 100%;
    }

    .search_page .entry, .entry .inner, .programs_wrap {
        padding: 20px 0;
    }

    .words-table-wrapper .text-content {
        padding: 5px;
    }

    .lesson_page.lesson1 .sortables .texts1 li {
        min-width: inherit;
    }

    .less1_step4 .answer input {
        font-size: 11px;
    }

    .lesson-number h1 {
        font-size: 18px;
        line-height: 1.2;
    }

    .less1_wrapper table td {
        padding: 5px;
        font-size: 10px;
        line-height: 1.2;
    }

    .game-mozaika .empty {
        height: 60px;
    }

    .yellow_block {
        text-align: center;
        width: auto;
    }

    .result_errors .result_item {
        padding: 10px;
    }

    .result_errors .result_item li .note {
        top: -11px;
    }

    .result_errors .result_item li {
        padding-left: 10px;
    }

    .grammar-part table p,
    .grammar-part table p span {
        font-size: 10px !important;
    }

    .video-lesson-menu ul li a, .lessons-menu ul li a {
        font-size: 12px;
        height: 100%;
    }

    .game-mozaika .game-tile {
        height: 60px;
    }

    .game-mozaika .game-info .replay-game {
        position: static;
        margin: 10px 0;
    }

    .game-mozaika .game-info .game-timer {
        width: auto;
        float: none;
        margin: 0 0 10px;
    }

    .game-mozaika .game-info .game-moves {
        float: none;
    }

    .game-mozaika .game {
        height: 241px;
    }

    .game-mozaika .game {
        width: 300px;
    }

    .lessons .inner {
        padding: 20px 10px 0;
    }

    .words-table-wrapper {
        font-size: 12px;
    }

    .lessons .btn.btn-print {
        font-size: 12px;
    }

    .soc-reg {
        padding: 10px;
    }

    .soc-reg .btns > a {
        display: inline-block;
        text-align: left;
    }

    .soc-reg {
        text-align: center;
    }

    .registration .col-xs-6 {
        width: 100%;
    }

    .soc-auth .btns .btn {
        display: inline-block;
    }

    .auth-modal .modal-footer {
        padding: 20px;
    }

    .auth-modal .modal-body {
        padding: 20px;
    }

    .library_in_thumb {
        width: auto;
        background-position: 50% 310px;
    }

    .books-list .item {
        width: auto;
    }

    .video_car .car {
        overflow: inherit;
    }

    .video_car_item li {
        width: auto;
        margin: 10px 0;
    }

    .useful .item .name {
        font-size: 16px;
    }

    .goodshare {
        padding: 10px;
    }

    #headerSlider .btn {
        font-size: 10px;
    }

    .container .heading h3 {
        margin-top: 0;
    }

    .soyle-talk .container {
        height: 390px;
    }

    .search_mobile {
        font-size: 16px;
    }

    .know_list {
        padding: 0;
    }

    .know_page .know_list .text {
        width: 146px;
    }

    .game-mozaika .game-info .replay-game {
        display: block;
    }

    .auth-modal .cc-checkbox {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .auth-modal .btn-login {
        width: 100%;
    }
}


body {
    font-family: 'Montserrat', sans-serif;
}

.content__play {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 30px;

}

.content__title {
    font-size: 30px;
    font-weight: bold;
    color: #3E80CE;
}

.content__top-block {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.content__top-block__left {
    width: 50%;
    padding: 25px;
    background-color: #ecf1f4;
    border-radius: 10px;
    margin: 15px;
}

.content__top-block__right {
    border: 2px solid #3E80CE;
    width: 50%;
    border-radius: 10px;
    margin: 15px;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content__top-block__right__logo {
    margin-right: 40px;
}

.content__filter {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content__filter__title {
    font-size: 18px;
    font-weight: bold;
}

.content__filter__audio__l {
    display: flex;
}

.content__filter__audio__r {
    display: flex;
}

.content__filter__block {
    margin-top: 15px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: end;
    padding: 12px 15px;
    border: 1px solid #ecf1f4;
    border-radius: 10px;
    flex-wrap: wrap;
}

.content__filter__block a {
    color: #9ba7ae;
    font-weight: 500;
    font-size: 17px;
}

.content__filter__audio {
    margin-top: 20px;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
}

.content__filter__audio__play {
    background-image: url("../img/play.png");
    background-position: 23px 17px;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 60px;
    height: 60px;
    border: 2px solid #e44e3a;
    border-radius: 50%;
    transition: 1s;

}

.content__filter__audio__play:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.content__filter__audio__pause {
    background-image: url("../img/pause.png");
    background-position: 20px 16px;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 60px;
    height: 60px;
    border: 2px solid #e44e3a;
    border-radius: 50%;
    transition: 1s;
    display: none;
}

.content__filter__audio__pause:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.content__filter__audio__info {
    margin-left: 20px;
    flex-direction: column;
    justify-content: space-around;
}

.content__filter__audio__info__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.content__filter__audio__info__description {
    font-size: 12px;
}


.content__filter__audio__player {
    margin: -6px 45px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    padding: 6px 20px;
    padding-right: 8px;
    box-shadow: 0px 2px 4px #e0e0e0;

}

.content__filter__audio__player__line__time {
    font-size: 13px;
    margin-bottom: 12px;
}

.content__filter__audio__player__line {
    display: flex;
    flex-direction: column;
    border-right: 2px solid #ecf1f4;
    padding-right: 18px;
}


.audio-line {
    min-width: 210px;
}


.content__filter__audio__player__sound {
    display: flex;
    align-items: center;
    padding-right: 20px;
    border-right: 2px solid #ecf1f4;
}

.content__filter__audio__player__sound img {
    width: 100%;
    height: 100%;
    max-width: 13px;
    max-height: 17px;
    margin-right: 10px;
    margin-left: 18px;
    filter: invert(49%) sepia(89%) saturate(2135%) hue-rotate(193deg) brightness(86%) contrast(86%);
}

.sound-line {
    max-width: 80px;
}


.content__filter__audio__player__download {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    transition: 1s;
}

.content__filter__audio__player__download:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.content__filter__audio__player__download__title {
    font-size: 12px;
    font-weight: 600;
    color: #3E80CE;
    margin-bottom: 8px;
}

.content__filter__audio__player__download__image {
    background-image: url("../img/download.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    padding-left: 50%;
    padding-right: 50%;
    filter: invert(49%) sepia(89%) saturate(2135%) hue-rotate(193deg) brightness(86%) contrast(86%);
}

.content__filter__audio__text__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.content__filter__audio__text {
    display: flex;
    flex-direction: column;
    padding-right: 57px;
    border-right: 2px solid #8c99a1;
}

.content__filter__audio__text__content {
    display: flex;
}

.content__filter__audio__text img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    filter: invert(49%) sepia(89%) saturate(2135%) hue-rotate(193deg) brightness(86%) contrast(86%);
}


.content__filter__audio__text__content__title {
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px dotted;
    position: relative;
}

.content__filter__audio__text__content__title:hover {
    cursor: pointer;
    border-bottom: 1px dotted #f2f2f2;
}

.hide__text {
    position: absolute;
    opacity: 0;
    height: auto;
    bottom: 30px;
    left: -100px;
    max-width: 270px;
    width: 270px;
    padding: 15px 20px;
    background: #8c99a1;
    line-height: 14px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    z-index: -10;
    transition: 1s;
    display: none;
}

.hide__text:after {

}

.hide__text.show {
    opacity: 1;
    z-index: 10;
    display: block;
}


.content__filter__audio__func__izb {
    display: flex;
    margin-bottom: 15px;
}

.content__filter__audio__func__izb:hover {
    cursor: pointer;
}

.content__filter__audio__func__izb__title, .content__filter__audio__func__share__title {
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px dotted;
}

.content__filter__audio__func__izb__title:hover, .content__filter__audio__func__share__title:hover {
    border-bottom: 1px dotted #f2f2f2;
}

.content__filter__audio__func__izb img {
    margin-right: 5px;
    width: 17px;
    height: 16px;
    filter: invert(49%) sepia(89%) saturate(2135%) hue-rotate(193deg) brightness(86%) contrast(86%);
}

.content__filter__audio__func__share img {
    margin-right: 5px;
    width: 16px;
    height: 18px;
}

.content__filter__audio__func__share:hover {
    cursor: pointer;
}

.content__filter__audio__func {
    margin-left: 25px;
}

.content__filter__audio__func__share {
    display: flex;
}

.content__filter__block a {
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.5s;
}

.content__filter__block a.active {
    background-color: #45b7b7;
    color: #fff;
    text-decoration: none;
}

.content__filter__block a:hover {
    background-color: #45b7b7;
    color: #fff;
    text-decoration: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #e44e3a;
    border-radius: 1.3px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #e44e3a;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #e44e3a;
    border-radius: 1.3px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #e44e3a;
    border-radius: 1.3px;
}

input[type=range]::-ms-fill-lower {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #e44e3a;
    border-radius: 1.3px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #e44e3a;
}

input[type=range]::-ms-fill-upper {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #e44e3a;
    border-radius: 1.3px;
}

input[type=range]:focus::-ms-fill-upper {
    background: #e44e3a;
}


/* Специальные правила для браузеров на движках WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #e44e3a;
    cursor: pointer;
    margin-top: -6px; /* Вам нужно указать значение для поля в Chrome, но в Firefox и IE это происходит автоматически */
}

/* Тоже самое для Firefox */
input[type=range]::-moz-range-thumb {
    border: 1px solid #000000;
    height: 14px;
    width: 14px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

/* Тоже самое для IE */
input[type=range]::-ms-thumb {
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range] {
    -webkit-appearance: none; /* Скрывает слайдер, чтобы можно было создать свой */
    width: 100%; /* Указание параметра ширины требуется для Firefox. */
    filter: invert(49%) sepia(89%) saturate(2135%) hue-rotate(193deg) brightness(86%) contrast(86%);
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none; /* Убирает голубую границу у элемента. Хотя, возможно, и стоит создавать некоторое оформления для состояния фокуса в целях обеспечения доступности. */
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent; /* Скрывает слайдер, чтобы можно было добавить собственные стили. */
    border-color: transparent;
    color: transparent;
}

.content__filter__audio__l__one {
    display: flex;
}

@media screen and (max-width: 1200px) {
    .content__filter__audio {
        flex-direction: column;
    }

    .content__filter__audio__l {
        margin-bottom: 20px;
    }

    .content__filter__audio__player {
        margin-left: auto;
    }
}

@media screen and (max-width: 992px) {
    .content__filter__audio__player {
        margin-right: 0px;
    }

    .content__filter__audio__player__line__time {
        margin-top: 3px;
    }

    .content__filter__audio__l {
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 768px) {
    .content__filter__audio__l {
        flex-direction: column;
    }

    .content__filter__audio__player {
        margin-right: auto;
        margin-left: 0;
        margin-top: 20px;

        height: 78px;
    }

    .audio-line {
        min-width: auto;
    }

    .content__top-block {
        flex-direction: column;
        margin: 0;
    }

    .content__top-block__left {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .content__top-block__right {
        width: 100%;
        margin: 0;
    }

    .content__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 400px) {

    .content__top-block__right {
        flex-direction: column;
    }

    .content__top-block__right__logo {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .content__filter__audio__player {
        margin-right: auto;
        margin-left: 0;
        margin-top: 20px;
        height: auto;
        flex-direction: column;
        width: 100%;
    }

    .content__filter__audio__player__line {
        border-right: none;
        border-bottom: 2px solid #ecf1f4;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .content__filter__audio__player__sound img {
        margin-left: 0;
    }

    .content__filter__audio__player__sound {
        border-right: none;
        border-bottom: 2px solid #ecf1f4;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .content__filter__audio__player__download {
        flex-direction: row;
        padding-bottom: 5px;
    }

    .content__filter__audio__player__download__title {
        margin-right: 5px;
    }

    .content__filter__audio__player__download__image {
        position: relative;
        top: -3px;
    }

    .content__filter__audio__func {
        margin-left: 8px;
    }

    .content__filter__audio__text {
        padding-right: 8px;
    }

    .content__filter__audio {
        padding: 15px;
    }
}

.head_player {
    position: relative;
    width: 320px;
    border: 2px solid #ecf1f4;
    border-radius: 30px;
    padding: 6px 8px;
    display: flex;
    height: 53px;
    top: 28px;
}

.head_player__play {
    width: 35px;
    height: 35px;
    background-image: url(../img/hplay.png);
    background-color: #e44e3a;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
}

.head_player__pause {
    width: 35px;
    height: 35px;
    background-image: url(../img/hpause.png);
    background-color: #e44e3a;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
    display: none;
}

.head_player__title {
    text-transform: uppercase;
    font-size: 13px;
    width: 80px;
    padding-left: 10px;
    font-weight: 800;
    color: #45b7b7;
    line-height: 20px;
}

.head_player__equalizer {
    display: flex;
    align-items: flex-end;
    padding-bottom: 3px;
}

.head_player__equalizer div {
    width: 2px;
    background-color: #45b7b7;
    margin: 0 1px;
}

.e0 {
    height: 0px;
}

.e1 {
    height: 13px;
}

.e2 {
    height: 10px;
}

.e3 {
    height: 14px;
}

.e4 {
    height: 7px;
}

.e5 {
    height: 3px;
}

.e6 {
    height: 8px;
}

.e7 {
    height: 3px;
}

.e8 {
    height: 5px;
}

.e9 {
    height: 2px;
}

.e10 {
    height: 7px;
}

.e11 {
    height: 7px;
}

.e12 {
    height: 7px;
}

.e13 {
    height: 7px;
}

.e14 {
    height: 14px;
}

.e15 {
    height: 17px;
}

.sound-line__head {
    max-width: 50px;
}

.head_player__sound {
    display: flex;
    align-items: center;
}

.head_player__sound img {
    width: 10px;
    height: 15px;
    margin-right: 5px;
}

.head_player__time {
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 12px;
}


.top-panel .container:before{
    display: none;
}

.top-panel .container:after{
    display: none;
}

@media screen and (min-width: 1200px){
    .content__filter__audio__info__title{
        max-width: 250px;
    }

    .content__filter__audio__player{
        max-height: 85px;
        margin: -6px 10px;
    }
    .content__filter__audio__text{
        padding-right: 20px;
    }
}

.content__filter__audio__play{
    min-width: 60px;
    filter: invert(49%) sepia(89%) saturate(2135%) hue-rotate(193deg) brightness(86%) contrast(86%);
}

.content__filter__audio__pause{
    min-width: 60px;
}

@media screen and (max-width: 768px){
    .head_player{
        margin-bottom:30px;
        width: 290px;
       
    }

    .head_player__play{
        min-width: 35px; 
    }

    .head_player__pause{
        min-width: 35px; 
    }

}

.content__filter__audio__func__share a img {
    width: 136px;
    height: 16px;
}
