/* style-smart.css */


/*
body {
    font-size: 17px !important;
    line-height: 21px !important;
}
*/

.title {
    line-height: 44px !important;
}

.bar {
    border: none !important;
    background-color: transparent !important;
}

.bar .btn {
    line-height: 50px !important;
}


/* end */

* {
    outline-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-user-select: none; */
}

.show {
    display: block;
}

.hide {
    display: none;
}

body {
    position: static !important;
    background-color: #fffcf0;
}

a,
a:hover,
a:visited,
a:link,
a:active,
a:target {
    text-decoration: none;
    color: #a04333;
    border-bottom: 1px solid rgba(160, 67, 51, .5);
}

div.content {
    /* background: url(../img/smart/_/about.jpg);
    background-repeat: no-repeat;
    background-position: top center; */
}

div.content-wrapper {
    background: url(../img/smart/panel.png), url(../img/smart/bottom.jpg), url(../img/mid.jpg);
    background-repeat: repeat-x, repeat-x, repeat-y;
    background-position: top left, bottom left, 50%;
    background-size: 100% 40px, 100% 480px, auto;
    padding-top: 30px;
}

div.content-payments-wrapper {
    /*
    background: url(../img/mid.jpg);
    background-repeat: repeat-y;
    background-position: 50%;
    */
    min-width: 470px;
    padding-top: 30px;
}

.menu__layout {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    /* visibility: visible; */
    opacity: 1;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    display: block;
}

.menu__layout a {
    margin: 20px auto;
}

.menu__hide {
    /* visibility: hidden !important; */
    display: none;
    opacity: 0 !important;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.menu__block {
    text-align: center;
}

.menu__block--links {
    padding-left: 20px;
    padding-right: 20px;
}

.menu__item {
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: none;
}

.menu__item a {
    font-size: 24px;
    font-family: 'Philosopher';
    color: #ffee8e;
    border-bottom: 1px solid rgba(255, 238, 142, 0.3);
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-family: 'Philosopher';
    padding: 10px;
}


/* select page mode */

div.menu__page-mode {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    text-align: center;
    width: 90%;
    width: 200px;
}

div.menu__page-mode div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
}

div.menu__page-mode div a,
div.menu__page-mode div a:hover,
div.menu__page-mode div a:visited,
div.menu__page-mode div div.menu__page-mode div a:link,
div.menu__page-mode div a:active,
div.menu__page-mode div a:target {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}


/* lang */

ul.lang__block {
    width: 250px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
}

li.lang__element {
    display: inline-block !important;
    margin: 0;
    padding: 0;
    padding-top: 3px !important;
    text-align: center;
    background-color: transparent;
    background-image: url(../img/smart/layer_language.png);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 45px;
    height: 30px;
}

li.lang__element a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 12px;
    letter-spacing: 1px;
}


/* nav bar */

.bar {
    height: 50px !important;
}

.btn-tap {
    padding-top: 5px !important;
    padding-left: 5px !important;
}

.bar .btn-store {
    color: #fff !important;
    width: 120px;
    height: 30px;
    border: none;
    background-color: transparent;
    background-image: url(../img/smart/button_shop.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: 0 -30px; */
    line-height: 20px !important;
    font-family: 'Philosopher';
    font-size: 20px;
}

.bar .btn-link {
    line-height: 44px !important;
}

.bar__nav--dark {
    background-image: url(../img/smart/top_panel.png);
    background-repeat: repeat-x;
    background-size: auto 50px;
}

.bar__nav--dark h1.title {
    color: #fff;
}


/* menu icon animation */

#nav-hamburger {
    display: inline-block;
    padding: 0;
    width: 23px;
    height: 15px;
    position: relative;
    /* margin: 0px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: white;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-hamburger span:nth-child(1) {
    top: 0;
}

#nav-hamburger span:nth-child(2),
#nav-hamburger span:nth-child(3) {
    top: 4px;
}

#nav-hamburger span:nth-child(4) {
    top: 8px;
}

#nav-hamburger.open span:nth-child(1) {
    top: 4px;
    width: 0%;
    left: 50%;
}

#nav-hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-hamburger.open span:nth-child(4) {
    top: 4px;
    width: 0%;
    left: 50%;
}


/* subheader logo */

.promo__main {
    background-image: url(../img/smart/pic.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 100%;
    height: 540px;
    padding-top: 24px;
}

.promo__subheader {
    background-image: url(../img/smart/pic_header.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 100%;
    height: 210px;
    padding-top: 24px;
}

.logo {
    background-image: url(../img/smart/logo.png?t=01);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 329px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.award {
    width: 418px;
    /* 418 375-376 */
    height: 93px;
    margin-top: 67px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 82px;
}

.award_en {
    background-image: url(../img/smart/award_en.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.award_zh {
    background-image: url(../img/smart/award_zh.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.award_ru {
    background-image: url(../img/smart/award_ru.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.award_es {
    background-image: url(../img/smart/award_es.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.award_pt {
    background-image: url(../img/smart/award_pt.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.award_de {
    background-image: url(../img/smart/award_de.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.button__download--left {
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 49.5%;
    height: 80px;
    display: inline-block;
}

.button__download--right {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 49.5%;
    height: 80px;
    display: inline-block;
}

.button__download--center {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    width: 49.5%;
    height: 80px;
}

.button__download--center span {
    font-size: 28px;
    font-family: 'Philosopher';
    font-weight: 400;
    color: #fff;
}

.button__download--slim {
    margin-left: auto;
    margin-right: auto;
    padding: 14px;
    margin-top: 10px;
    width: 302px;
    height: 58px;
    background-image: url('/assets/img/button_download_narrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.button__download--slim span {
    font-family: 'Philosopher';
    color: #ffffff;
    font-style: normal;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    text-shadow: 1px 1px 2px #000;
    display: block;
    clear: both;
}

.button__download--default {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    width: 260px;
    height: 94px;
    background-image: url('/assets/img/smart/button_download_index_smartphones.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.button__download--default span {
    font-family: 'Philosopher';
    color: #ffffff;
    font-style: normal;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0;
    text-shadow: 1px 1px 2px #000;
    display: block;
    clear: both;
}

.promo__text {
    width: 70%;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    text-decoration: underline;
}

.promo__button {
    color: #fff !important;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.55);
    border: none;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 1;
    font-size: 13px !important;
}

.content-resize {
    padding: 10px;

}

.content-resize h1 {
    font-size: 28px;
    font-family: 'Philosopher';
    font-weight: 400;
}

.content-resize h2 {
    font-size: 26px;
    font-family: 'Philosopher';
    font-weight: 400;
}

.content-resize h3 {
    font-size: 24px;
    font-family: 'Philosopher';
    font-weight: 400;
}

.content-resize h4 {
    font-size: 22px;
    font-family: 'Philosopher';
    font-weight: 400;
}

.content-resize h5 {
    font-size: 20px;
    font-family: 'Philosopher';
    font-weight: 400;
}

.content-resize h6 {
    font-size: 18px;
    font-family: 'Philosopher';
    font-weight: 400;
}

.content-resize p {
    font-size: 16px;
    color: #000;
}

.content-resize.social__icons {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

.social__icons--tw {
    background-image: url(../img/smart/social_twitter.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.social__icons--fb {
    background-image: url(../img/smart/social_facebook.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
}
.social__icons--tg {
    background-image: url(../img/smart/social_telegram.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
}


.social__icons--vk {
    background-image: url(../img/smart/social_vkontakte.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.social__icons--discord {
    background-image: url(../img/smart/social_discord.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
}


.social__icons--yt {
    background-image: url(../img/smart/social_youtube.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.footer__copy {
    padding-top: 150px;
    padding-bottom: 10px;
    text-align: center;
    min-height: 400px;
}

.footer__copy p {
    font-size: 16px;
    color: #fff !important;
}

.footer__copy ul li {
    list-style-type: none;
}

#ws-footer-copyright ul li, #ws-p-footer-copyright ul li {
    list-style-type: none;
}

.footer__copy ul li a, .footer__copy ul li a:hover, .footer__copy ul li a:visited, .footer__copy ul li a:link, .footer__copy ul li a:active, .footer__copy ul li a:target {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}


/* helpers */

h4.ws-sidebar-title {
    font-size: 26px;
    font-family: 'Philosopher';
    font-weight: 400;
    text-align: center;
}

.ws-fight-list {
    background-color: #fffcf0;
    border: 2px solid #d2bf7e;
    border-radius: 10px;
    padding: 15px;
}

.ws-tournament-list {
    background-color: #fffcf0;
    border: 2px solid #d2bf7e;
    border-radius: 10px;
    padding: 15px;
}


/* mixins */

.ws-fight-list {
    display: none !important;
}

.ws-tournament-list {
    display: none !important;
}

.ws-social-widget-fb {
    display: none !important;
}

.ws-social-widget-vk,
.ws-social-widget {
    display: none !important;
}

.big-map {
    display: none !important;
}

.ws-loadmorenews {
    display: block;
    text-align: center;
}

.ws-loadmorenews span {
    display: inline-block;
    text-align: center;
    color: #a04333;
    cursor: pointer;
    line-height: 24px;
}

.ws-loadmorenews-icon {
    width: 20px;
    height: 24px;
    background-image: url(../img/smart/icon_more.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 10px;
}

.ws-loadmorenews-text {
    border-bottom: 1px dashed #a04333;
    font-size: 22px;
    font-family: 'Philosopher';
}


/* wspwa-download */

.wspwa-download {
    background-color: #fffcf0;
    border: 2px solid #d2bf7e;
    border-radius: 10px;
    padding: 15px;
}

.wspwa-download h3 {
    text-align: center;
    margin-top: 20px;
}

.wspwa-download__header {
    padding: 15px;
    text-align: center;
}

.wspwa-download__subheader {
    padding: 5px;
    text-align: center;
}

.wspwa-download__button {
    display: block;
    background-color: #fffcf0;
    border: 1px solid #a14535;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    color: #a14535;
    min-height: 80px;
    width: 354px;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
}

.wspwa-download__button a {
    color: #a14535;
    vertical-align: middle;
    line-height: 20px;
    border-bottom: none;
}

.wspwa-download__button div {
    color: #a14535;
    vertical-align: middle;
    line-height: 20px;
    padding-top: 10px;
}

.wspwa-download__button--black {
    display: block;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    color: #fff;
    min-height: 80px;
    width: 354px;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
}

.wspwa-download__button--black a {
    color: #fff;
    vertical-align: middle;
    line-height: 80px;
}

.wspa-download__note {
    color: #ab9d75;
    text-align: center;
}

.wspwa-download__button--black-image {
    display: block;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    color: #fff;
    min-height: 80px;
    width: 354px;
    background-image: url(../img/smart/badge_mac_store_en_download_smartphones.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.wspwa-download__button--black-image-gp {
    display: block;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    color: #fff;
    min-height: 80px;
    width: 354px;
    background-image: url(../img/smart/badge_google_store_en_download_smartphones.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.wspwa-download__button--black-image-wp {
    display: block;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    color: #fff;
    min-height: 80px;
    width: 354px;
    background-image: url(../img/smart/badge_microsoft_store_en_download_smartphones.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.wspwa-download__button--black-image-ios {
    display: block;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    color: #fff;
    min-height: 80px;
    width: 354px;
    background-image: url(../img/smart/badge_apple_store_en_download_smartphones.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}


/* about game */

.ws-page-about div.row div div {
    line-height: 28px;
    font-size: 22px;
    /* font-family: 'Philosopher'; */
    font-weight: 400;
}

.ws-page-about,
.ws-page-about h3,
.ws-page-about p {
    text-align: center !important;
}

.ws-page-about h3 {
    font-size: 32px;
}

.ws-page-about h4 {
    font-size: 28px;
}

.ws-page-about p {
    line-height: 28px;
    font-size: 28px;
    font-family: 'Philosopher';
    font-weight: 200;
}

.ws-page-about img {
    margin-top: 68px !important;
}


/*
.ui.input {
    font-size: 1em;
}

.ui.input {
    position: relative;
    font-weight: 400;
    font-style: normal;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: rgba(0, 0, 0, .87);
}

.ui.input input {
    
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 1.2142em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: .67861429em 1em;
    background: #FFF;
    border: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    border-radius: .28571429px;
    -webkit-transition: box-shadow .1s ease, border-color .1s ease;
    transition: box-shadow .1s ease, border-color .1s ease;
    box-shadow: none;
    padding-top: 50px;
    margin-top: 0px;
}

input[type=text],
input[type=email],
input[type=search],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

*/

.ui-wrapper {
    position: relative;
    font-weight: 400;
    font-style: normal;
    display: block;
    color: rgba(0, 0, 0, .87);
    border-radius: 10px;
    background-color: #fffcf0;
    border: 2px solid #d2bf7e;
    padding: 15px;
}

.ui-wrapper h2 {
    font-size: 100%;
}

.ui.input {
    font-size: 1em;
}

.ui.input {
    position: relative;
    font-weight: 400;
    font-style: normal;
    display: block;
    color: rgba(0, 0, 0, .87);
    background-color: #fff;
    border: 1px solid #d2bf7e;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

.form-group {
    font-size: 1em;
}

.form-group {
    position: relative;
    font-weight: 400;
    font-style: normal;
    display: block;
    /* color: rgba(0, 0, 0, .87); */
    color: #ab9d75;
    background-color: #fff;
    border: 1px solid #d2bf7e;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
}

.ui.input input,
.ui.input select,
.ui.input textarea .form-group input,
.form-group select,
.form-group textarea {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 21px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 0;
    font-weight: normal;
    background: #fff;
    border: none !important;
    color: rgba(0, 0, 0) !important;
    /* border-radius: .28571429px; */
    -webkit-transition: box-shadow .1s ease, border-color .1s ease;
    transition: box-shadow .1s ease, border-color .1s ease;
    box-shadow: none;
}

select,
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"] {
    width: 100%;
    height: 35px;
    /* -webkit-appearance: none; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 !important;
    margin-bottom: 0 !important;
    line-height: 21px;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    outline: none;
    color: #000;
}

.form-group-btn {
    border: none !important;
    background: none !important;
    background-color: transparent !important;
}


/* main index */

.ws-badges {
    margin-bottom: 20px;
}

.ws-badge-right {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    /* width: 225px; */
    width: 48.5%;
    height: 100px;
    background-image: url(../img/smart/screens_index_smartphones.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    float: right;
}

.ws-badge-right:hover {
    opacity: 0.7;
}

.ws-badge-left {
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    /* width: 225px; */
    width: 48.5%;
    height: 100px;
    background-image: url(../img/smart/video_index_smartphones.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.ws-badge-left:hover {
    opacity: 0.7;
}


/* news */


/*

    body 384 -10
    p 374 -0
    tile-big 374 -0
    card-border 374 -6
    card-inner 368

*/

.ws-pagenews-header span {
    color: #ab9d75;
    margin-left: 10px;
    /* font-weight: bold; */
}

div.tile-big {
    /* background: #d2bf7e; */
}

.card-border {
    width: 460px;
    height: 250px;
    background: #d2bf7e;
}

.card-inner {
    width: 456px;
    height: 246px;
    /* border-radius: 15px; */
    vertical-align: bottom !important;
    position: relative !important;
    /* border: 2px solid #d2bf7e; */
    top: 2px;
    left: 2px;
}

.card a {
    color: #fff;
}

.card-title,
.card-date,
.card-type,
{
    color: #fff !important;
}

.card-inner .card-type {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.card-inner .card-title {
    margin: 0;
    font-size: 22px;
    font-family: 'Philosopher';
}

.ws-pagenews-main .tile-big {
    background-color: transparent;
    border: none;
}

.ws-pagenews-main .card-inner {
    border: 3px solid #d2bf7e;
    border-radius: 10px;
}

.ws-pagenews-main .card-border {
    background-color: transparent;
    border: none;
}

.ws-pagenews-main p {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 17px;
}

.ws-row-note .card-inner {
    border: 3px solid #d2bf7e;
    border-radius: 10px;
}

.ws-row-note .card-border {
    background-color: transparent;
    border: none;
}


/* news blocks */

.ws-home .ws-xnote {
    border-top: 3px solid #d2bf7e;
    /* #d2bf7e #ab9d75 */
    margin-bottom: 17px;
}

.ws-xnote-plate {
    border-top: 3px solid #d2bf7e;
    margin-bottom: 5px;
}

.ws-page .ws-xnote {
    margin-bottom: 17px;
}

.ws-xnote a:hover,
.ws-xnote a:visited,
.ws-xnote a:link,
.ws-xnote a:active,
.ws-xnote a:target {
    text-decoration: none;
    border: 0;
    outline: none;
}

.ws-xnote a:hover {
    opacity: .7;
}

.ws-pagenews-main .ws-xnote a {
    display: block;
    /*
    padding-top: 10px;
    padding-bottom: 10px;
    */
    padding: 10px;
    /*
    margin-top: 10px;
    margin-bottom: 10px;
    */
}

.ws-note-type {
    font-size: 12px !important;
    color: #a04333;
    /* ab9d75 a04333 */
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}

.ws-note-title {
    font-family: 'Philosopher';
    letter-spacing: 0px;
    color: #000;
    line-height: 1.3;
    display: block;
    /* border-bottom: 1px solid rgba(0, 0, 0, .2); */
}

h4.ws-note-title {
    margin-top: 0px;
    padding: 0px;
    font-family: 'Philosopher';
    font-size: 22px !important;
    letter-spacing: 0px;
    color: #000;
    line-height: 1.3;
    display: inline-block;
    /* border-bottom: 1px solid rgba(0, 0, 0, .2); */
}

.ws-note-date {
    /* margin-top: 5px; */
    font-size: 15px !important;
    color: #ab9d75;
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
}


/* new ws-m-card */

.ws-m-card {
    border: 3px solid #d2bf7e;
    border-radius: 10px;
    /* background-color: #fffcf0; */
    background-color: #d2bf7e;
    margin-bottom: 20px;
}

.ws-m-card-inner {
    border-radius: 9.1px 9.1px 0px 0px;
    width: 100%;
    height: 246px;
    /* border-radius: 15px; */
    /*
    vertical-align: bottom !important;
    position: relative !important;
    border: 2px solid #d2bf7e;
    top: 2px;
    left: 2px;
    */
}

.ws-m-card .ws-xnote {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px 0px 9.1px 9.1px;
    background-color: #fffcf0;
    position: relative;
}

.ws-m-card .ws-xnote .ws-note-type {}

.ws-m-card .ws-xnote .ws-note-title {
    font-size: 26px;
    padding-bottom: 10px;
}

.ws-m-card .ws-xnote .ws-note-date {}


/* support main */

.menuitem__brewed--border {
    height: 60px !important;
    margin-bottom: 10px !important;
}

.menuitem__brewed--inner {
    height: 56px !important;
    text-align: center;
}

.menuitem__brewed--inner a {
    height: 56px !important;
    text-align: center;
    line-height: 56px !important;
}


/* support */

.ws-support-section-link {
    margin-bottom: 20px;
}

.ws-support-section-name {
    background-color: #fffcf0;
    padding: 10px;
    border: 2px solid #D2BF7E;
    border-radius: 10px;
    margin-bottom: 20px;
}

.ws-support-section-name a {
    font-size: 17px;
    color: #a14535;
    border-bottom: 1px solid #a14535;
    line-height: 34px;
    font-style: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.ws-support-sidebar-header {
    font-size: 28px;
    font-family: 'Philosopher';
    font-weight: 400;
    /* margin: 10px; */
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.ws-support-sidebar-menu a {
    font-size: 20px;
    color: #a14535;
    border-bottom: 1px solid #a14535;
    line-height: 34px;
    font-style: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.ws-support-sidebar-menu-active a {
    font-size: 20px;
    color: #000000;
    line-height: 34px;
    font-style: bold;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
}

.ws-support-bottom-info {
    width: 100%;
    text-align: center;
}

.support-title-info-icon {
    /* 62 49 */
    width: 62px;
    height: 49px;
    background-image: url(../img/support_icon_forum.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}

.ws-support-icon-check {
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(../img/support_icon_check.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}

.ws-support-text-check {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
}


/* support form */

.ws-support-form-body {
    background-color: #fffcf0;
    padding: 10px;
    border: 2px solid #D2BF7E;
    border-radius: 10px;
}

.ws-send-support-form-button {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
    width: 410px;
    height: 53px;
    background-image: url(../img/smart/button_green_allpages_smartphones.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-left: auto;
    margin-right: auto;
}

.ws-form-input {
    padding-left: 3px;
    padding-right: 1px;
}


/* legacy */

.ws-p-wrap-header-tabs {
    padding-bottom: 20px;
}

.ws-p-tabs {
    min-height: 120px;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    /* justify-content: space-around; */
    justify-content: space-between;
}

.ws-p-tabs li a {
    display: block;
    min-height: 60px;
    align-content: stretch;
}

.ws-p-tabs li {
    display: block !important;
    /*display: inline-block !important;*/
    list-style-type: none !important;
    margin: 1px;
    width: 225px;
}

.ws-p-tabs li a {
    width: 225px;
}

.ws-p-tabs li a {
    cursor: pointer;
}

.ws-p-tabs li a.p-qiwi {
    padding-top: 35px;
    background-image: url(../img/payment/logo_qiwi_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a.p-paypal {
    padding-top: 35px;
    background-image: url(../img/payment/logo_paypal_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a.p-boleto {
    padding-top: 35px;
    background-image: url(../img/payment/logo_boleto_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a.p-robowmr {
    padding-top: 35px;
    background-image: url(../img/payment/logo_webmoney_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}
.ws-p-tabs li a.p-webm_xsolla {
    padding-top: 35px;
    background-image: url(../img/payment/logo_webmoney_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}
.ws-p-tabs li a.p-fortumo_xsolla {
    padding-top: 35px;
    background-image: url(../img/payment/logo_fortumo_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    min-width: 70px;
    width: 95px;
}


.ws-p-tabs li a.p-easypay {
    padding-top: 35px;
    background-image: url(../img/payment/logo_easypay_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a.p-kassa24 {
    padding-top: 35px;
    background-image: url(../img/payment/logo_kassa24_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a.p-privatebank {
    padding-top: 35px;
    background-image: url(../img/payment/logo_privatbank_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a.p-tenpay {
    padding-top: 35px;
    background-image: url(../img/payment/logo_tenpay_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a.p-unionpay {
    padding-top: 35px;
    background-image: url(../img/payment/logo_unionpay_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a.p-wechat {
    padding-top: 35px;
    background-image: url(../img/payment/logo_wechat_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a.p-robokassa {
    padding-top: 35px;
    background-image: url(../img/payment/logo_robokassa_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a.p-yandexmoney {
    padding-top: 35px;
    background-image: url(../img/payment/logo_yandex_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a.p-xsolla {
    padding-top: 35px;
    background-image: url(../img/payment/logo_xsolla_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a.p-boacompra {
    padding-top: 35px;
    background-image: url(../img/payment/logo_boacompra_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a.p-mol {
    padding-top: 35px;
    background-image: url(../img/payment/logo_molpoints_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a.p-platipotom {
    padding-top: 35px;
    background-image: url(../img/payment/logo_platipotom_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a.p-sms {
    padding-top: 35px;
    background-image: url(../img/payment/logo_sms_mini.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

.ws-p-tabs li a {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f3eedb;
    color: #000;
    opacity: 1;
    border: 2px solid #f3eedb;
    border-radius: 5px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ws-p-tabs li a:hover,
.ws-p-tabs li a.hover {
    background-color: #f3eedb;
    color: #000;
    opacity: 1;
    border: 2px solid #a04333;
}

.ws-p-tabs li a:active,
.ws-p-tabs li a.active {
    background-color: #f3eedb;
    color: #000;
    opacity: 1;
    border: 2px solid #a04333;
}

.ws-p-tabs li a.ws-p-deal {
    /* border: 2px dashed #f00; */
    outline: 2px dashed rgba(255, 0, 0, 0.8);
    outline-offset: -2px;
    background-image: url(../img/payment/corner.png);
    background-repeat: no-repeat;
    background-position: right top;
}


/* a to span */

.ws-p-tabs li span.ws-p-aspan {
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    color: #000;
    opacity: 1;
    border: 2px solid #fffcf0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ws-p-tabs li span.ws-p-aspan:hover,
.ws-p-tabs li span.ws-p-aspan.hover {
    background-color: #f3eedb;
    color: #000;
    opacity: 1;
    border: 2px solid #f3eedb;
}

.ws-p-tabs li span.ws-p-aspan:active,
.ws-p-tabs li span.ws-p-aspan.active {
    background-color: #f3eedb;
    color: #000;
    opacity: 1;
    border: 2px solid #f3eedb;
}

.ws-p-tabs li span.ws-p-aspan.ws-p-deal {
    /* border: 2px dashed #f00; */
    outline: 2px dashed rgba(255, 0, 0, 0.8);
    outline-offset: -2px;
    background-image: url(../img/payment/corner.png);
    background-repeat: no-repeat;
    background-position: right top;
}


/* legacy */

.ws-p-tabs li span.ws-p-aspan.p-qiwi {
    padding-top: 35px;
    background-image: url(../img/payment/logo_qiwi.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
}

.ws-p-tabs li span.ws-p-aspan.p-paypal {
    padding-top: 35px;
    background-image: url(../img/payment/logo_paypal.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
}

.ws-p-tabs li span.ws-p-aspan.p-boleto {
    padding-top: 35px;
    background-image: url(../img/payment/logo_boleto.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
}


.ws-p-tabs li span.ws-p-aspan.p-webm_xsolla {
    padding-top: 35px;
    background-image: url(../img/payment/logo_webmoney.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
}
.ws-p-tabs li span.ws-p-aspan.p-fortumo_xsolla {
    padding-top: 35px;
    background-image: url(../img/payment/logo_fortumo.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
}



.ws-p-tabs li span.ws-p-aspan.p-robowmr {
    padding-top: 35px;
    background-image: url(../img/payment/logo_webmoney.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
}

.ws-p-tabs li span.ws-p-aspan.p-robokassa {
    padding-top: 35px;
    background-image: url(../img/payment/logo_robokassa.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
}

.ws-p-tabs li span.ws-p-aspan.p-yandex {
    padding-top: 35px;
    background-image: url(../img/payment/logo_yandex.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
}

.ws-p-tabs li span.ws-p-aspan.p-sms {
    padding-top: 35px;
    background-image: url(../img/payment/logo_sms.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
}


/* trest */

.ws-p-toogle-panel {
    background-color: #f3eedb;
    border-top: 1px solid #ab9d75;
    border-bottom: 1px solid #ab9d75;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.ws-p-money-packs,
.ws-p-container {
    display: -webkit-flex !important;
    /* Safari */
    display: flex !important;
    flex-direction: row;
    /* justify-content: space-around; */
    justify-content: space-between;
    /* align-content: center;
    align-items: center; */
}

.ws-p-item {
    /* border: 1px solid #f3eedb; */
    border: none;
    /* display: flex; */
    /* flex: 1; */
    /* flex: 0 0 50%; */
    height: 225px;
}

.ws-p-item {
    display: inline-block;
    width: 225px;
    height: 250px;
    /* 57% - 15px */
    overflow: hidden;
}

.ws-p-realprice {
    text-align: center;
}

.ws-payment-item-100 {
    width: 225px;
    height: 225px;
    /* background: url(../img/payment/item_100.png); */
    background: url(../img/smart/test/item_100_payment_smartphones.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ws-payment-item-360 {
    width: 225px;
    height: 225px;
    /* background: url(../img/payment/item_360.png); */
    background: url(../img/smart/test/item_360_payment_smartphones.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ws-payment-item-780 {
    width: 225px;
    height: 225px;
    /* background: url(../img/payment/item_780.png); */
    background: url(../img/smart/test/item_780_payment_smartphones.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ws-payment-item-1360 {
    width: 225px;
    height: 225px;
    /* background: url(../img/payment/item_1360.png); */
    background: url(../img/smart/test/item_1360_payment_smartphones.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ws-payment-item-3000 {
    width: 225px;
    height: 225px;
    /* background: url(../img/payment/item_3000.png); */
    background: url(../img/smart/test/item_3000_payment_smartphones.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ws-payment-item-8400 {
    width: 225px;
    height: 225px;
    /* background-image: url(../img/payment/item_8400.png); */
    background-image: url(../img/smart/test/item_8400_payment_smartphones.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ws-payment-item-17500 {
    width: 225px;
    height: 225px;
    /* background: url(../img/payment/item_17500.png); */
    background: url(../img/smart/test/item_17500_payment_smartphones.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ws-p-item-cover {
    position: relative;
    top: 0px;
    left: 0px;
    width: 225px;
    height: 225px;
    display: block;
    background-color: rgba(255, 255, 255, 0.0);
    z-index: 1001;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ws-p-item-cover:hover,
.ws-p-item-cover:active,
.ws-p-item-cover.hover,
.ws-p-item-cover.active {
    position: relative;
    top: 0px;
    left: 0px;
    width: 225px;
    height: 225px;
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1001;
    cursor: pointer;
}

.ws-p-border-silver-mod,
.ws-p-border-gold,
.ws-p-border-silver {
    width: 225px;
    height: 225px;
}


/*

item_silver_payment_smartphones.png

*/

.ws-p-border-silver-mod {
    /* background: url(../img/payment/item_silver.png); */
    background: url(../img/smart/test/item_silver_payment_smartphones.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ws-p-border-gold {
    /* background: url(../img/payment/item_gold.png); */
    background: url(../img/smart/test/item_gold_payment_smartphones.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ws-p-border-silver {
    /* background: url(../img/payment/item_silver.png); */
    background: url(../img/smart/test/item_silver_payment_smartphones.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ws-p-badge-md {
    background: url(../img/payment/badge_percent.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ws-p-badge-xs {
    background: url(../img/payment/badge_percent_xs.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ws-p-badge-sale-ru {
    background: url(../img/payment/badge_sale_ru.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: 0% 0%; */
    background-position: 8px 8px;
}

.ws-p-border {
    position: relative;
    top: -225px;
    /* -+15 */
    /* TODO */
    left: 0px;
    width: 225px;
    height: 225px;
    display: block;
    z-index: 9;
}

.ws-p-badge-percent {
    position: absolute;
    top: 20px;
    left: 130px;
    width: 70px;
    height: 75px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 75px;
}

.ws-p-badge-xs {
    background: url(../img/payment/badge_percent_xs.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ws-p-old-quantity {
    position: absolute;
    bottom: 6px;
    right: 125px;
    /*width: 70px;*/
    height: 75px;
    display: block;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    line-height: 75px;
    font-family: 'Philosopher';
    color: #ffffff;
    font-style: normal;
    font-size: 20px;
}

.ws-p-brush {
    position: absolute;
    top: 0px;
    right: -20px;
    width: 70px;
    height: 75px;
    display: block;
    background: url(../img/payment/old_price.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.ws-p-quantity {
    position: absolute;
    bottom: 6px;
    left: 110px;
    /* width: 70px; */
    height: 75px;
    display: block;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    line-height: 75px;
    font-family: 'Philosopher';
    color: #ffffff;
    font-style: normal;
    font-size: 20px;
}

.ws-p-quantity-center {
    position: absolute;
    bottom: 6px;
    width: 231px;
    height: 75px;
    display: block;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    line-height: 75px;
    font-family: 'Philosopher';
    color: #ffffff;
    font-style: normal;
    font-size: 20px;
}

.content {
    background-image: url(../img/mid.jpg) !important;
}

.ws-ui-panel {
    background-color: #fffcf0;
    border: 2px solid #d2bf7e;
    border-radius: 5px;
    /* padding: 15px; */
}

.ws-p-form-close {
    border: none;
    background-color: transparent;
    color: #D2BF7E;
    font-weight: inherit;
    font-style: normal;
    font-size: 36px;
    opacity: 1;
    padding-left: 1px;
    padding-right: 1px;
}

.ws-p-subheader {
    font-family: 'Philosopher';
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
}

.ws-p-subprice {
    font-family: 'Philosopher';
    font-weight: bold;
    font-size: 20px;
    color: #45a033;
    margin-bottom: 10px;
    line-height: 20px;
}

.ws-p-form-main .form-group {
    font-weight: 400;
    font-style: normal;
    display: block;
    color: rgba(0, 0, 0, .87);
    background-color: transparent;
    border: none;
    border-radius: none;
    padding: 0;
    margin-bottom: 0;
}

.ws-p-form-main .form-group .form-group {
    padding: 0;
    margin-bottom: 100px;
}

.ws-p-form-main .form-group label {
    /* margin-top: 10px;
    padding-top: 10px; */
}

.ws-p-form-main span {
    font-size: 16px;
}

.ws-p-form-button-bay,
.ws-p-simple-green-button {
    width: 420px;
    height: 53px;
    display: block;
    background: url(../img/smart/button_green_allpages_smartphones.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #ffffff;
    font-family: 'Philosopher';
    /* font-weight: bold; */
    font-size: 30px;
    border-style: none;
    padding: 0;
    margin: 15px auto;
}

.ws-p-form-button-bay:hover,
.ws-p-simple-green-button:hover {
    width: 420px;
    height: 53px;
    display: block;
    background: url(../img/smart/button_green_touched_allpages_smartphones.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #ffffff;
    font-family: 'Philosopher';
    /* font-weight: bold; */
    font-size: 30px;
    border-style: none;
    opacity: 0.7;
    padding: 0;
    margin: 15px auto;
}


/* sms */

.ws-p-wrap-body {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.ws-p-login-info {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.ws-p-login-name {
    margin-left: 5px;
    margin-right: 5px;
}

.ws-p-login-notes a,
.ws-p-text-license-agreement a,
.ws-p-know,
.ws-p-link-small,
.ws-p-link-small-help {
    text-decoration: none !important;
    color: #a04333 !important;
    border-bottom: 1px dashed rgba(160, 67, 51, 0.3) !important;
}

.ws-p-link-small-help {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 28px;
    /* padding-bottom: 5px;
    margin-bottom: 5px; */
}

.ws-p-sms-table div table.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.ws-p-sms-table div table.table thead tr th {
    text-align: left;
}

.ws-p-sms-table div table.table tbody tr th,
.ws-p-sms-table div table.table tbody tr td {
    text-align: left;
}

.ws-p-sms-listing-back {
    background-color: #f3eedb;
    border-top: 1px solid #D2BF7E;
}

.ws-p-sms-listing-operator {
    border-bottom: 1px solid #D2BF7E;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: large;
}

.ws-p-sms-listing-amount {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: x-large;
    font-family: 'Philosopher';
}

.ws-p-sms-listing-localmoney {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: x-large;
    font-family: 'Philosopher';
    color: #45a033;
}

.ws-p-sms-listing-key {
    width: 30%;
}

.ws-p-sms-listing-value {
    width: 70%;
    font-style: italic;
}


/* correct style hack */

.ws-page-about p {
    line-height: 28px;
    font-size: 28px;
    font-family: 'Philosopher';
    font-weight: 200;
    margin-left: 10px;
    margin-right: 10px;
}

.form-group textarea {
    margin-top: 5px;
    height: 100px;
}


/* about */

.ws-page-about .row:nth-child(4),
.ws-page-about .row:nth-child(7),
.ws-page-about .row:nth-child(8),
.ws-page-about .row:nth-child(9),
.ws-page-about .row:nth-child(10) {
    display: none;
}

div.ws-page-about ul li a {
    margin: 5px;
    line-height: 30px;
}

#ws-listmorenews,
.ws-loadmorenews {
    display: none;
}


/* support !!! */

.ws-form-error-text {
    display: block;
    background-color: #f97070;
    color: #fff;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    /* margin: 10px; */
    border-radius: 6px;
    margin-bottom: 15px;
}

.ws-form-error-text p {
    color: #fff;
    padding: 0;
    margin: 0;
}

.has-error {
    border: 1px solid #F00;
    margin-bottom: 9px;
}

.ws-support-angle-top-after {
    z-index: 999;
    position: relative;
    top: -7px;
    left: 190px;
    background: url(../img/smart/pointer_support_alldevices.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 14px;
    height: 7px;
    display: block;
}

#fileupload {
    /* display: none; */
}

.fileinput-button {
    display: block;
    margin-top: 5px;
}

select.form-control {
    background: transparent;
    background-image: url(../img/smart/select-element.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25px;
}

input.ws-datepicker {
    background: transparent;
    background-image: url(../img/smart/calendar-element.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 32px;
}

.form-group-help {
    margin-bottom: 15px;
    text-align: center;
}

.form_helper_text {
    text-align: center;
}

.delete_this_block {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    float: right;
    font-size: 15px;
    color: #a04333;
    border-bottom: 1px dashed rgba(160, 67, 51, .5);
}

.form-group-subheader span.delete_this_block {
    cursor: pointer;
    color: #F00;
    border-bottom: 1px dashed rgba(160, 67, 51, 0.3) !important;
}

#add_aditional_character_block .form-group-subheader span.delete_this_block,
#add_aditional_payment_block .form-group-subheader span.delete_this_block {
    display: none;
}

.form-helper-group span {
    text-align: center;
}

.form_helper_text a,
.form_helper_text a:hover,
.form_helper_text a:visited,
.form_helper_text a:link,
.form_helper_text a:active,
.form_helper_text a:target {
    border-bottom: 1px dashed rgba(160, 67, 51, .5);
}

.ajax_submit_form {
    padding: 10px;
}

.clone_form_block {
    font-size: 15px;
    text-align: center;
    color: #a04333;
    border-bottom: 1px dashed rgba(160, 67, 51, .5);
}

.ws-support-form-body .btn-group label.btn {
    display: block;
    text-align: left;
    font-size: 18px;
    margin: 5px;
    padding: 15px;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}


/* button groups */

.btn-group label {
    background-color: #FFFCF0;
    border: 1px solid #D2BF7E;
    color: #A04333;
}

.btn-group label.active {
    background-color: #D2BF7E;
    border: 1px solid #D2BF7E;
    color: #000;
}


/* payment error  */

.ws-p-error-flash-content {
    display: block;
    background-color: #f97070;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ws-p-error-flash-content p {
    color: #fff;
    padding: 0;
    margin: 0;
}

.ws-p-error-flash-angle-top-after {
    z-index: 999;
    position: relative;
    top: -12px;
    left: 205px;
    background: url(../img/smart/pointer_support_alldevices.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 14px;
    height: 7px;
    display: block;
}


/* modal window */

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 6px;
}


/* end */


/* ucbug */

#ucbug {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    display: block;
}

.ucbug__hide {
    visibility: hidden !important;
    display: none;
    opacity: 0 !important;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}


/* iOS bug */

.clone_form_block,
delete_this_block {
    z-index: 7;
    cursor: pointer;
}


/* picker window */

.picker {
    color: #d2bf7e;
    border-radius: 10px;
}

.picker,
.picker__holder {
    width: 100%;
    position: absolute;
    left: 0px;
    border-radius: 10px;
}

.picker__holder {
    border: 1px solid #b99e40;
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    color: #ffffff;
    cursor: pointer;
    background-color: #c7b060;
    border-color: #b99e40;
    border-radius: 10px;
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
    color: #ffffff;
    background-color: #c7b060;
    border-color: #b99e40;
    border-radius: 10px;
}

.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: .5em solid #999;
    border-left: .5em solid transparent;
}

.picker__button--today:before {
    top: -.05em;
    width: 0;
    border-top: .66em solid #999;
    border-left: .66em solid transparent;
}

.picker__button--clear:before {
    top: -.25em;
    width: .66em;
    border-top: 3px solid #999;
}

.picker__nav--next:before,
.picker__nav--prev:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .75em solid #999;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
}

.picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #999;
}


/* end */


/* 1,7 */


/*
.menu__hide {
    display: block;
    opacity: 1 !important;
}
*/


/*
@media  (min-aspect-ratio: 1024/768) {
    
    
    16/9
    .menu__layout {
        padding-top: 60px;
    }
    .menu__item {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .menu__item a {
        font-size: 26px;
    }
    ul.lang__block {
        margin-top: 10px;
    }
    
 }

*/


/* max 1/1  vertical */

@media (min-aspect-ratio: 375/667) {
    .menu__layout {
        padding-top: 200px;
    }
    .menu__item {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .menu__item a {
        font-size: 46px;
    }
    ul.lang__block {
        margin-top: 10px;
    }
}

@media (min-aspect-ratio: 600/960) {
    .menu__layout {
        padding-top: 170px;
    }
}

@media (min-aspect-ratio: 320/480) {
    .menu__layout {
        padding-top: 150px;
    }
}

@media (min-aspect-ratio: 768/1024) {
    .menu__layout {
        padding-top: 120px;
    }
}


/* min 1/1  horizontal */

@media (min-aspect-ratio: 1024/768) {
    .menu__layout {
        padding-top: 100px;
    }
    .menu__item {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .menu__item a {
        font-size: 26px;
    }
    ul.lang__block {
        margin-top: 10px;
    }
}

@media (min-aspect-ratio: 480/320) {
    .menu__layout {
        padding-top: 80px;
    }
}

@media (min-aspect-ratio: 960/600) {
    .menu__layout {
        padding-top: 55px;
    }
}

@media (min-aspect-ratio: 568/320) {
    .menu__layout {
        padding-top: 50px;
    }
    .menu__item a {
        font-size: 24px;
    }
}


/*
@media (min-height: 310px) {
    .menu__layout {
        padding-top: 60px;
    }
    .menu__item {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .menu__item a {
        font-size: 26px;
    }
    ul.lang__block {
        margin-top: 10px;
    }
}

@media (min-height: 350px) {
    .menu__layout {
        padding-top: 50px;
    }
    .menu__item {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .menu__item a {
        font-size: 26px;
    }
    ul.lang__block {
        margin-top: 20px;
    }
}

@media (min-height: 470px) {
    .menu__layout {
        padding-top: 200px;
    }
    .menu__item {
        margin-top: 17px;
        margin-bottom: 17px;
    }
    .menu__item a {
        font-size: 32px;
    }
    ul.lang__block {
        margin-top: 20px;
    }
}

@media (min-height: 600px) {
    .menu__layout {
        padding-top: 200px;
    }
    .menu__item {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .menu__item a {
        font-size: 44px;
    }
}

@media (min-height: 1638px) {
    .menu__layout {
        padding-top: 60px;
    }
}

*/

.deactivatedFormButton
{
    background: url(../img/smart/button_green_allpages_smartphones_nonactive.png);
    cursor: default;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
.mobil_li ul
{
    list-style-type: circle;
    list-style-position: inside;
}

/**v8.0*/

.content {
    /*background-image: url(../img/smart/pic_index_smartphones.png) !important;*/
}
.promo__main {
    background-image: url(../img/smart/pic_index_smartphones.png) !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 100%;
    height: 540px;
    padding-top: 24px;
}
.award
{
    margin-top: 137px;
    margin-bottom: 12px;
}


#xsolla-support-div
{

    margin-top: 20px;
    margin-bottom: -100px;
}

.xsolla-support
{
    background: url(../img/xsolla.png);
    width: 420px;
    height: 59px;
    background-repeat: no-repeat, repeat;
    background-position: center top, center;
    margin: auto;
}

.eula-table
{
    border-spacing: 0px;
    border-collapse: unset;
}
.eula-table th
{
    text-align: center;
    vertical-align: middle;
    border: 1px #ECECED solid;
    background-color: #DEEAF6;
    font-size: 90%;
}
.eula-table td
{
    border: 1px #ECECED solid;
    vertical-align: top;
    font-size: 90%;
    padding: 4px;
}

.cookie-info-blocks
{
    display: none;
}
.cookie-info-blocks
{
    background-color: #e5e5e5;
}

.cookie-info-blocks
{
    display: none;
    padding: 10px;
    padding-top: 20px;
    margin-bottom: 10px;

}

.cookie-info-block-data
{
    padding-bottom: 10px;
}
.cookie-info-block-data-header
{
    font-weight: bold;
}
.btn-cookie
{
    border: rgb(16, 50, 207) 2px solid;
    border-radius: 4px;
    background-color: rgb(16, 50, 207);
    color: white;
    width: 100%;
    height: 40px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}
.btn-cookie:hover
{
    background-color: rgb(0, 44, 243);
    color: white;
}
#btn-policy-apply-cookie
{
    display: none;
}

/*BTN*/
.label-success {
    background-color: #5cb85c;
}
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
   /* background: inherit;*/
    left: 20px;
}
.cookie-radio
{
    padding-bottom: 0px;
    margin-bottom: 3px;
}
.StrictlyNecessaryId
{
    opacity: 1;
}
/*end btn*/
.text-policy-wraper li
{
    list-style-type: circle;
    list-style-position: inside;
}
.learn-more
{
    margin-bottom: 10px;
    display: inline-block;
}

.cookie-info-blocks ul
{
    width: calc(100% - 50px);
}
.url-link
{
    cursor: pointer;

    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.infotable td
{
    border: 1px solid;
    padding: 2px;

}
.infotable th
{
    border: 1px solid;
    padding: 2px;

}
.infotable tr
{
    border: 1px solid;
    vertical-align: top;
}

/*accordion*/
.collapse-panel {
    display: block;
    width: 100%;
}

.collapse-panel h6 {
    width: 100%;
    cursor: pointer;
}

.collapse-panel h6 a {
    display: block;
}

.collapse-panel .panel-content {
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease;
}

.collapse-panel.active .panel-content {
    max-height: 1000px;
}
/*accordion*/

.panel {
    margin-bottom: 21px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 21px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}
.panel-default {
    border-color: #dddddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
}
.panel-primary {
    border-color: #c9b365;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #c9b365;
    border-color: #c9b365;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #c9b365;
}
.panel-primary > .panel-heading .badge {
    color: #c9b365;
    background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #c9b365;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.panel-heading{
    background: #FFFCF0!important;
}
.panel-title a
{
    color: #a04333;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.panel-body
{
    background-color: unset;
}
.panel
{
    background-color: unset;
}
.panel-default {
    border: 2px solid #D2BF7E
}
.panel-collapse li
{
    margin-left: 10px;
}
.panel-heading {
    padding: 7px 10px;
}
.panel-collapse img
{
    max-width: 100%;
    object-fit: contain;
    height: unset!important;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.ws-faq table
{
    width: 100%;
    border: 2px solid #968400!important;
}

.ws-faq table td
{
    width: 100%;
    border: 2px solid #968400!important;
}
.ws-faq table td
{
    padding: 4px;
}